.greenpath-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.qodef-link-underline a {
    position: relative
}

.qodef-link-underline a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: currentColor;
    transition: width .2s ease-out
}

.qodef-link-underline a:hover:after {
    width: 100%
}

.qodef--custom-appear {
    opacity: 0;
    transition: transform 1.1s cubic-bezier(.28, .89, .18, 1.09), opacity .35s
}

.qodef--custom-appear.qodef--custom-appear-1 {
    transform: scale(.8)
}

.qodef--custom-appear.qodef--custom-appear-1.qodef--appeared {
    opacity: 1;
    transform: scale(1);
    transition-delay: .5s
}

.qodef--custom-appear.qodef--custom-appear-2 {
    --qodef-translate-y: -50px;
    transform: translateY(var(--qodef-translate-y));
    transition-delay: .3s
}

.qodef--custom-appear.qodef--custom-appear-2.qodef--appeared {
    opacity: 1;
    transform: translateY(0)
}

.qodef--custom-appear.qodef--custom-appear-3 {
    --qodef-translate-y: 20px;
    transform: translateY(var(--qodef-translate-y))
}

.qodef--custom-appear.qodef--custom-appear-3.qodef--appeared {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.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-back-to-top {
    position: fixed;
    width: 48px;
    height: 48px;
    right: 25px;
    bottom: 25px;
    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;
    height: 100%;
    font-size: 20px;
    color: var(--qode-main-color);
    background-color: #fff;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    overflow: hidden;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    display: block;
    width: 20px;
    height: auto;
    fill: currentColor;
    --qode-move: -2px;
    transform: translateY(0);
    transition: transform .34s cubic-bezier(.35, .74, .35, .95)
}

.qodef-browser--safari #qodef-back-to-top svg {
    will-change: transform
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: var(--qode-main-color)
}

#qodef-back-to-top:hover svg {
    transform: translateY(var(--qode-move))
}

#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-woo-side-area-menu--opened #qodef-back-to-top.qodef--on {
    opacity: 0;
    visibility: hidden
}

#qodef-back-to-top.qodef--light .qodef-back-to-top-icon {
    color: #fff;
    background-color: var(--qode-main-color)
}

.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: Manrope, sans-serif;
    font-size: 200px;
    line-height: 1em
}

.qodef-blog.qodef-item-layout--date-on-hover article .qodef-e-media {
    overflow: hidden
}

.qodef-blog.qodef-item-layout--date-on-hover article .qodef-e-media .entry-date {
    opacity: 0;
    --qode-y: 3px;
    transform: translateY(var(--qode-y));
    transition: opacity .2s ease-out, transform .5s cubic-bezier(.33, .43, .06, .96)
}

.qodef-blog.qodef-item-layout--date-on-hover article .qodef-e-media .qodef-e-media-image {
    width: 100%
}

.qodef-blog.qodef-item-layout--date-on-hover article .qodef-e-media img {
    --qode-zoom: 1.01;
    --qode-zoom-hover: 1.034;
    transform: scale(var(--qode-zoom));
    transition: transform .5s cubic-bezier(.24, .46, .31, .89)
}

.qodef-blog.qodef-item-layout--date-on-hover article:hover .qodef-e-media-image img {
    transform: scale(var(--qode-zoom-hover))
}

.qodef-blog.qodef-item-layout--date-on-hover article:hover .qodef-e-media .entry-date {
    opacity: 1;
    transform: translateY(0)
}

.qodef-blog.qodef-item-layout--date-on-hover article .qodef-e-content>.qodef-e-text>p {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000
}

.qodef-blog.qodef-item-layout--date-on-hover article .qodef-e-excerpt {
    margin: 9px 0 0
}

.qodef-blog.qodef-item-layout--date-on-hover article .qodef-e-bottom-holder {
    margin-top: 24px
}

.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--3 article:not(.qodef--no-media) .qodef-e-media .entry-date,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--4 article:not(.qodef--no-media) .qodef-e-media .entry-date,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--5 article:not(.qodef--no-media) .qodef-e-media .entry-date,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--6 article:not(.qodef--no-media) .qodef-e-media .entry-date {
    top: 11px;
    right: 11px
}

.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--3 article.format-quote .qodef-e-quote .qodef-e-quote-icon,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--4 article.format-quote .qodef-e-quote .qodef-e-quote-icon,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--5 article.format-quote .qodef-e-quote .qodef-e-quote-icon,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--6 article.format-quote .qodef-e-quote .qodef-e-quote-icon {
    width: 42px;
    height: 38px
}

.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--3 article.format-link .qodef-e-link .qodef-e-link-icon,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--4 article.format-link .qodef-e-link .qodef-e-link-icon,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--5 article.format-link .qodef-e-link .qodef-e-link-icon,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-col-num--6 article.format-link .qodef-e-link .qodef-e-link-icon {
    width: 42px;
    height: 42px
}

.qodef-blog.qodef-item-layout--date-on-hover.qodef-layout--masonry.qodef-col-num--3 article,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-layout--masonry.qodef-col-num--4 article,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-layout--masonry.qodef-col-num--5 article,
.qodef-blog.qodef-item-layout--date-on-hover.qodef-layout--masonry.qodef-col-num--6 article {
    margin-bottom: 9px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    align-items: center;
    display: flex;
    gap: 24px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media-image {
    width: 100%;
    max-width: 111px;
    border-radius: 10px;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin: 9px 0 0
}

.widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #dedede
}

.widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px
}

.widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #dedede
}

#qodef-top-area .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px
}

#qodef-top-area .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area.qodef-skin--light .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #dedede
}

#qodef-top-area.qodef-skin--light .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px
}

#qodef-top-area.qodef-skin--light .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-header .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #dedede
}

#qodef-page-header .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px
}

#qodef-page-header .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #dedede
}

#qodef-page-footer .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px
}

#qodef-page-footer .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 20px
}

#qodef-side-area .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #dedede
}

#qodef-side-area .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px
}

#qodef-side-area .widget.widget_greenpath_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_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #dedede
}

.qodef-mega-menu-widget-holder .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px
}

.qodef-mega-menu-widget-holder .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer-bottom-area .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #dedede
}

#qodef-page-footer-bottom-area .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px
}

#qodef-page-footer-bottom-area .widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

.widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side .qodef-e-inner {
    gap: 24px
}

.widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side .qodef-e-media-image {
    width: 100%;
    max-width: 111px;
    border-radius: 10px;
    overflow: hidden
}

.widget.widget_greenpath_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side .qodef-e-bottom-holder {
    margin: 9px 0 0
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 43px;
    background-color: #fcf4eb;
    border-radius: 20px;
    padding: 24px 28px 28px
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 47px
}

#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: 9px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 26px;
    font-size: 19px
}

#qodef-author-info .qodef-m-social-icons>a {
    display: inline-block;
    width: 17px;
    height: 17px;
    color: var(--qode-main-color);
    margin-right: 19px
}

#qodef-author-info .qodef-m-social-icons>a:last-child {
    margin-right: 0
}

#qodef-author-info .qodef-m-social-icons>a>svg {
    width: 100%;
    height: 100%;
    --qode-y: -2px;
    transform: translateY(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

#qodef-author-info .qodef-m-social-icons>a>svg:hover {
    transform: translateY(var(--qode-y))
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 28px 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:hover .qodef-m-pagination-icon {
    transform: translateX(var(--qode-move))
}

#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;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    --qode-move: 4px;
    transform: translateX(0);
    transition: transform .34s cubic-bezier(.35, .74, .35, .95)
}

.qodef-browser--safari #qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    will-change: transform
}

#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: 7px;
    --qode-move: -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: 7px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color);
    font-weight: 800
}

#qodef-page-content-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #683b12;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#qodef-page-content-bottom>.qodef-m-inner {
    padding: 47px 0 51px
}

#qodef-page-content-bottom .qodef-content-full-width {
    padding-left: 8%;
    padding-right: 8%
}

.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 .qodef-svg-icon-widget h5.qodef-m-text {
    font-size: 20px
}

#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 (min-width:681px) {
    #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-color: #f1f8e9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

.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
}

.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>li>a {
    font-family: Manrope, sans-serif;
    font-size: 38px;
    line-height: 1.26316em;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #fff
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .23s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out, color .2s ease-out;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #fff;
    font-weight: 700
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

.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: var(--qode-main-color)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.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 {
    visibility: visible
}

.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-page-header {
    border-bottom: 0 solid transparent
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 66px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 22px
}

#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.qodef-content-grid {
    padding: 0
}

#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:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: var(--qode-header-light-hover-color) !important
}

#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-login-opener-widget .qodef-logged-in-user,
#qodef-page-header-inner.qodef-skin--light .widget.widget_greenpath_core_woo_side_area_cart .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--light .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) a,
#qodef-page-header-inner.qodef-skin--light .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) p,
.qodef-custom-header-layout.qodef-skin--light .qodef-login-opener-widget .qodef-logged-in-user,
.qodef-custom-header-layout.qodef-skin--light .widget.widget_greenpath_core_woo_side_area_cart .qodef-m-opener,
.qodef-custom-header-layout.qodef-skin--light .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) a,
.qodef-custom-header-layout.qodef-skin--light .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) p {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .widget.widget_greenpath_membership_login_opener a.qodef-login-opener,
.qodef-custom-header-layout.qodef-skin--light .widget.widget_greenpath_membership_login_opener a.qodef-login-opener {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-wishlist-dropdown .qodef-m-link-icon,
.qodef-custom-header-layout.qodef-skin--light .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .widget.widget-woocommerce-currency-switcher .dd-pointer,
.qodef-custom-header-layout.qodef-skin--light .widget.widget-woocommerce-currency-switcher .dd-pointer {
    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-inner.qodef-skin--dark .qodef-login-opener-widget .qodef-logged-in-user,
#qodef-page-header-inner.qodef-skin--dark .widget.widget_greenpath_core_woo_side_area_cart .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--dark .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) a,
#qodef-page-header-inner.qodef-skin--dark .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) p,
.qodef-custom-header-layout.qodef-skin--dark .qodef-login-opener-widget .qodef-logged-in-user,
.qodef-custom-header-layout.qodef-skin--dark .widget.widget_greenpath_core_woo_side_area_cart .qodef-m-opener,
.qodef-custom-header-layout.qodef-skin--dark .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) a,
.qodef-custom-header-layout.qodef-skin--dark .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) p {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .widget.widget_greenpath_membership_login_opener a.qodef-login-opener,
.qodef-custom-header-layout.qodef-skin--dark .widget.widget_greenpath_membership_login_opener a.qodef-login-opener {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-wishlist-dropdown .qodef-m-link-icon,
.qodef-custom-header-layout.qodef-skin--dark .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .widget.widget-woocommerce-currency-switcher .dd-pointer,
.qodef-custom-header-layout.qodef-skin--dark .widget.widget-woocommerce-currency-switcher .dd-pointer {
    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;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 26px;
    line-height: 1.30769em;
    font-weight: 600;
    letter-spacing: -.01em;
    transition: color .2s ease-out
}

#qodef-page-header .qodef--predefined-logo-icon {
    display: flex;
    height: 80%;
    position: relative;
    --qode-circle-color: #ecf7e1;
    margin: 0 5%
}

#qodef-page-header .qodef--predefined-logo-icon:before {
    content: '';
    position: absolute;
    background-color: var(--qode-circle-color);
    width: 124%;
    height: 124%;
    border-radius: 50%;
    top: -11%;
    left: -22%
}

#qodef-page-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon {
    width: var(--qode-width);
    height: auto;
    position: relative;
    display: block;
    --qode-duration: 1.8s
}

#qodef-page-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--lemon {
    transform: scale(.91);
    transform-origin: 11px 26px;
    animation: qode-lemon var(--qode-duration) linear -.89302s infinite normal forwards running
}

#qodef-page-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--lemon-dots {
    transform: scale(.91);
    transform-origin: 11px 34px;
    animation: qode-lemon var(--qode-duration) linear -.91s infinite normal forwards running
}

#qodef-page-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--leaf-front {
    transform: scale(.91);
    transform-origin: 30px -4px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

#qodef-page-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--leaf-front,
#qodef-page-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--leaf-front-shadow {
    transform: scale(.91);
    transform-origin: 17px 2px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

#qodef-page-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--leaf-back {
    transform: scale(.99);
    transform-origin: 42px -39px;
    animation: qode-lemon-3 var(--qode-duration) linear -.76s infinite normal forwards running
}

#qodef-page-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--handle {
    transform: scale(.91);
    transform-origin: 5px 32px;
    animation: qode-lemon var(--qode-duration) linear -.85s infinite normal forwards running
}

#qodef-page-header .qodef-side-area-cart-logo .qodef--predefined-logo-icon {
    height: 30px
}

#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--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-end
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder {
    margin-left: 0;
    margin-right: auto
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    justify-content: flex-start
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder {
    margin-left: auto
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 36px
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center
}

.qodef-header--divided.qodef-logo-overflow--yes #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
    max-height: unset
}

.qodef-header--standard-extended #qodef-page-header {
    height: var(--qode-extended-header-height, 156px)
}

.qodef-header--standard-extended #qodef-page-header-inner {
    flex-direction: column;
    justify-content: start;
    padding: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-standard-extended {
    width: 100%
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-header-section.qodef--bottom {
    background-color: var(--qode-main-color)
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-header-section.qodef--bottom .qodef-header-section--bottom-inner .qodef-extended-dropdown-opener {
    color: var(--qode-header-light-color)
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-header-section.qodef--bottom {
    background-color: #fff
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-header-section.qodef--bottom .qodef-header-section--bottom-inner .qodef-extended-dropdown-menu-inner {
    background-color: #fff
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-header-section.qodef--bottom .qodef-header-section--bottom-inner .qodef-extended-dropdown-opener {
    color: var(--qode-header-dark-color)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top {
    height: calc(var(--qode-extended-header-height, 156px) - 60px);
    padding: 0 60px;
    border-bottom: 1px solid #dedede
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom {
    height: 60px;
    padding: 0 60px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light {
    background-color: var(--qode-main-color)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .qodef-header-section--bottom-inner .qodef-extended-dropdown-opener {
    color: var(--qode-header-light-color)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light nav>ul>li>a {
    color: var(--qode-header-light-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .qodef-login-opener-widget .qodef-logged-in-user,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .qodef-svg-icon-widget .qodef-m-icon,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .qodef-svg-icon-widget .qodef-m-text,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .widget.widget_greenpath_core_woo_side_area_cart .qodef-m-opener,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) a {
    color: var(--qode-header-light-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .widget.widget_greenpath_membership_login_opener a.qodef-login-opener {
    color: var(--qode-header-light-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-header-light-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light .widget.widget-woocommerce-currency-switcher .dd-pointer {
    color: var(--qode-header-light-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark {
    background-color: #fff
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-header-section--bottom-inner .qodef-extended-dropdown-menu-inner {
    background-color: #fff
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-header-section--bottom-inner .qodef-extended-dropdown-opener {
    color: var(--qode-header-dark-color)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark nav>ul>li>a:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark nav>ul>li.current-menu-item>a {
    color: var(--qode-header-dark-hover-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-login-opener-widget .qodef-logged-in-user,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-svg-icon-widget .qodef-m-icon,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-svg-icon-widget .qodef-m-text,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .widget.widget_greenpath_core_woo_side_area_cart .qodef-m-opener,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .widget:not(.widget_greenpath_core_woo_side_area_cart):not(.widget_greenpath_membership_login_opener) a {
    color: var(--qode-header-dark-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .widget.widget_greenpath_membership_login_opener a.qodef-login-opener {
    color: var(--qode-header-dark-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-header-dark-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--dark .widget.widget-woocommerce-currency-switcher .dd-pointer {
    color: var(--qode-header-dark-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--bottom-inner,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner {
    display: flex;
    align-items: center;
    height: 100%
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--bottom-inner:not(.qodef-content-grid),
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner:not(.qodef-content-grid) {
    width: 100%
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner>* {
    flex-shrink: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner>.qodef-widget-holder {
    flex-grow: 1
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder {
    margin-left: 40px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder .widget {
    margin: 0 14px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder .widget.widget_greenpath_core_svg_icon {
    margin: 0 14px !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder .widget.widget_greenpath_core_svg_icon:first-child {
    margin-left: 0 !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder .widget.widget_greenpath_core_svg_icon:last-child {
    margin-right: 0 !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder>* {
    flex-shrink: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder>.widget_greenpath_core_woo_product_search {
    margin: 0 32px;
    flex-grow: 1
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--bottom-inner .qodef-widget-holder {
    margin-left: 22px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--bottom-inner .qodef-widget-holder .widget {
    margin: 0 9px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--bottom-inner .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--bottom-inner .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation {
    flex: 2 1 auto
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation:first-child {
    padding-left: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu {
    display: flex;
    position: relative;
    z-index: 1;
    width: auto;
    height: 100%;
    align-items: center;
    margin-right: 44px;
    cursor: pointer
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-menu-inner {
    display: flex;
    align-items: center;
    height: 46px;
    background-color: #698141;
    padding-left: 20px;
    padding-right: 20px;
    border: 0 solid #dedede;
    border-radius: 8px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener {
    position: relative;
    display: flex;
    align-items: center;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    padding-left: 29px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener .qodef-opener-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener .qodef-extended-dropdown-arrow {
    width: 7px;
    height: 4px;
    margin-left: 6px;
    color: currentColor
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu.qodef-dropdown-always-opened {
    cursor: initial
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    padding: 18px 0 20px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 0 0 8px 8px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .2s ease-out
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li {
    position: relative;
    padding: 0 34px;
    margin: 10px 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.qodef-menu-featured .qodef-menu-item-text {
    position: relative
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.qodef-menu-featured .qodef-menu-item-text>svg {
    position: absolute;
    right: -8px;
    top: 0;
    width: 9px;
    height: 9px;
    fill: #fdd835;
    stroke: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .23s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a .qodef-menu-item-text {
    position: relative
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: 26px;
    width: 6px;
    height: auto;
    fill: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-drop-down-second-inner {
    width: auto
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul {
    position: absolute;
    top: calc(-10px - 18px - 5px);
    left: 100%;
    width: 100%;
    margin: 0;
    padding: 18px 0 20px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0;
    visibility: hidden;
    list-style: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul ul {
    top: calc(-10px - 18px - 1px)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover>.qodef-drop-down-second>.qodef-drop-down-second-inner>ul,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li>a {
    display: block
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.current-menu-ancestor>a,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.current-menu-item>a {
    color: var(--qode-main-color)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu.qodef-dropdown-hovered .qodef-extended-dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-dropdown--hide-label .qodef-extended-dropdown-menu {
    margin-right: 24px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-dropdown--hide-label .qodef-extended-dropdown-menu .qodef-extended-dropdown-menu-inner {
    background: 0 0;
    padding: 0;
    border-radius: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-dropdown--hide-label .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener-text {
    display: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-dropdown--hide-label .qodef-extended-dropdown-menu .qodef-opener-icon {
    width: 20px;
    height: 16px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-dropdown--hide-label .qodef-extended-dropdown-menu .qodef-extended-dropdown-arrow {
    display: none
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder {
    margin-left: 42px
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 var(--qode-header-widget-spacing, 14px)
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget.widget_greenpath_core_svg_icon {
    margin: 0 14px !important
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget.widget_greenpath_core_svg_icon:first-child {
    margin-left: 0 !important
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget.widget_greenpath_core_svg_icon:last-child {
    margin-right: 0 !important
}

.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 !important
}

.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: calc(22px * 3)
}

.qodef-header--standard.qodef-logo-overflow--yes #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
    max-height: unset
}

.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 {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    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-page-header .qodef-header-sticky .qodef-widget-holder {
    margin-left: 42px
}

#qodef-page-header .qodef-header-sticky .qodef-widget-holder .widget {
    margin: 0 var(--qode-header-widget-spacing, 14px)
}

#qodef-page-header .qodef-header-sticky .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-header-sticky .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header .qodef-header-sticky .qodef-widget-holder .widget.widget_greenpath_core_svg_icon {
    margin: 0 14px !important
}

#qodef-page-header .qodef-header-sticky .qodef-widget-holder .widget.widget_greenpath_core_svg_icon:first-child {
    margin-left: 0 !important
}

#qodef-page-header .qodef-header-sticky .qodef-widget-holder .widget.widget_greenpath_core_svg_icon:last-child {
    margin-right: 0 !important
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 60px
}

.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-extended .qodef-header-sticky-inner,
.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header--standard-extended .qodef-header-sticky-inner .qodef-widget-holder,
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important
}

.qodef-header--standard-extended .qodef-header-sticky-inner .qodef-header-logo-link,
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: calc(22px * 3)
}

.qodef-header--divided .qodef-header-sticky-inner .qodef-header-navigation,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

#qodef-top-area {
    position: relative;
    background-color: #fff;
    z-index: 101
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start
}

#qodef-top-area .qodef-widget-holder:nth-child(1) {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder:nth-child(1):only-child {
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder:nth-child(2):last-child {
    justify-content: flex-end;
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder:nth-child(2):not(:last-child) {
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder:nth-child(3) {
    justify-content: flex-end;
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 9px
}

#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 .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.qodef-skin--light {
    background-color: var(--qode-main-color)
}

#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>* {
    flex: 1 0 0
}

#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.qodef-skin--light #qodef-top-area-inner .qodef-widget-holder .widget {
    margin: 0 9px
}

#qodef-top-area.qodef-skin--light #qodef-top-area-inner .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area.qodef-skin--light #qodef-top-area-inner .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area.qodef-skin--light #qodef-top-area-inner .qodef-widget-holder .widget a:not(.wpml-ls-link),
#qodef-top-area.qodef-skin--light #qodef-top-area-inner .qodef-widget-holder .widget p:not(.wpml-ls-link) {
    color: var(--qode-header-light-color) !important
}

#qodef-top-message-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    justify-content: center;
    background: #698141;
    transition: opacity .5s;
    z-index: 100
}

#qodef-top-message-holder .qodef-top-message-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 40px
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-top-message {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #fff
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-top-message::after,
#qodef-top-message-holder .qodef-top-message-inner .qodef-top-message::before {
    content: "-";
    display: inline-block
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border: 0 solid transparent;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: var(--qode-main-color)
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message:hover {
    cursor: pointer
}

#qodef-top-message-holder.qodef-close-message {
    opacity: 0
}

@media only screen and (max-width:880px) {
    #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: #fcf4eb
}

.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 #dedede;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .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 #dedede;
    border-left: 1px solid #dedede;
    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: Manrope, 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: #000
}

.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 #dedede;
    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
}

#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 22px
}

@media only screen and (max-width:480px) {
    #qodef-page-mobile-header .qodef-widget-holder .widget {
        margin-left: 16px
    }
}

#qodef-page-mobile-header .widget {
    display: flex;
    height: 100%;
    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%);
    box-shadow: 0 4px 6px #00000029;
    transition: .3s ease
}

.qodef-mobile-header--sticky.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

#qodef-page-mobile-header-inner>.qodef-widget-holder {
    margin-left: auto
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

.qodef-page-mobile-header-bottom-search {
    padding: 8px 7%;
    background-color: #f1f8e9
}

.qodef-page-mobile-header-bottom-search .qodef-woo-product-search {
    width: 100%;
    background-color: #fff
}

#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 {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 26px;
    line-height: 1.30769em;
    font-weight: 600;
    letter-spacing: -.01em;
    transition: color .2s ease-out
}

#qodef-page-mobile-header .qodef--predefined-logo-icon {
    display: flex;
    max-height: 40%;
    margin-right: 5%;
    --qode-width: 100%;
    position: relative;
    --qode-circle-color: #ecf7e1
}

#qodef-page-mobile-header .qodef--predefined-logo-icon:before {
    content: '';
    position: absolute;
    background-color: var(--qode-circle-color);
    width: 124%;
    height: 124%;
    border-radius: 50%;
    top: -11%;
    left: -22%
}

#qodef-page-mobile-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon {
    width: var(--qode-width);
    height: auto;
    position: relative;
    display: block;
    --qode-duration: 1.8s
}

#qodef-page-mobile-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--lemon {
    transform: scale(.91);
    transform-origin: 11px 26px;
    animation: qode-lemon var(--qode-duration) linear -.89302s infinite normal forwards running
}

#qodef-page-mobile-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--lemon-dots {
    transform: scale(.91);
    transform-origin: 11px 34px;
    animation: qode-lemon var(--qode-duration) linear -.91s infinite normal forwards running
}

#qodef-page-mobile-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--leaf-front {
    transform: scale(.91);
    transform-origin: 30px -4px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

#qodef-page-mobile-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--leaf-front,
#qodef-page-mobile-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--leaf-front-shadow {
    transform: scale(.91);
    transform-origin: 17px 2px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

#qodef-page-mobile-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--leaf-back {
    transform: scale(.99);
    transform-origin: 42px -39px;
    animation: qode-lemon-3 var(--qode-duration) linear -.76s infinite normal forwards running
}

#qodef-page-mobile-header .qodef--predefined-logo-icon .qodef-svg--logo-lemon .qode--handle {
    transform: scale(.91);
    transform-origin: 5px 32px;
    animation: qode-lemon var(--qode-duration) linear -.85s infinite normal forwards running
}

.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--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 22px
}

@media only screen and (max-width:480px) {
    .qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
        margin-left: 16px
    }
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 340px;
    height: 100vh;
    padding: 0 0 20px;
    background-color: #fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-mobile-header-logo-link {
    padding: 0 18px;
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 20px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border: 0 solid transparent;
    border-radius: 50%;
    color: #33691e;
    background: #f1f8e9;
    z-index: 1000
}

#qodef-side-area-mobile-header .qodef-m-close .qodef-m-icon {
    margin-top: 2px
}

#qodef-side-area-mobile-header .qodef-m-close:hover {
    cursor: pointer
}

#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 18px;
    margin: 0 0 -1px
}

#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-drop-down-second-inner.qodef-content-grid {
    width: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 14px;
    right: 31px;
    width: 6px;
    height: auto;
    color: var(--qode-main-color);
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(90deg);
    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: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li>a {
    display: block;
    margin: 0 -18px;
    padding: 7px 27px;
    line-height: 1.625em !important
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul.sub-menu {
    padding: 9px 0 12px
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li {
    padding: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out, color .2s ease-out;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    font-weight: 700;
    padding-left: 9px;
    padding-right: 9px;
    margin: 0;
    font-weight: 600
}

#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>a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#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 li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li .qodef-menu-item-arrow {
    right: 9px
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul.sub-menu {
    padding: 0 0 0 15px
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul.sub-menu li:first-child>a {
    padding-top: 4px
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul.sub-menu li:last-child>a {
    padding-bottom: 3px
}

#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 {
    position: relative;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .23s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
    position: relative;
    background: 0 0 !important
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text>svg {
    position: absolute;
    right: -8px;
    top: 3px;
    width: 9px;
    height: 9px;
    fill: #fdd835;
    stroke: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a::after,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a::before {
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    width: calc(100% + 2 * 18px);
    height: 1px;
    background-color: #f5f5f5
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a::before {
    top: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a::after {
    bottom: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
    color: currentColor
}

#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)
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: relative;
    align-self: flex-end;
    width: 100%;
    height: auto;
    padding: 0 18px
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    padding: 27px 27px 25px
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--three {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 5px;
    row-gap: 16px;
    padding: 0 27px;
    margin-top: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--three .widget {
    flex: 1 0 0;
    height: auto !important;
    padding: 8px;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    justify-content: center
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--three .widget.widget_greenpath_membership_login_button {
    flex-basis: 100%;
    justify-content: stretch;
    padding: 0;
    border: 0;
    border-radius: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

@media only screen and (max-width:782px) {
    .admin-bar #qodef-side-area-mobile-header {
        top: 46px;
        height: calc(100vh - 46px)
    }
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-menu-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    overflow: hidden;
    background-color: #0000002B;
    opacity: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    z-index: 0
}

.qodef-woo-side-area-menu--opened .qodef-woo-side-area-menu-cover {
    width: calc(100vw - 340px);
    opacity: 1;
    z-index: 9999
}

.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-menu-featured .qodef-menu-item-text {
    position: relative
}

.qodef-header-navigation ul li.qodef-menu-featured .qodef-menu-item-text>svg {
    position: absolute;
    right: -8px;
    top: 0;
    width: 9px;
    height: 9px;
    fill: #fdd835;
    stroke: none
}

.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: 1px solid #dedede;
    border-radius: 0 0 8px 8px
}

.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: 46px 0 41px;
    margin: 0 -30px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 30px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600
}

.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: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .23s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
    color: var(--qode-main-color)
}

.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)
}

.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: 12px
}

.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: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out, color .2s ease-out;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    font-weight: 700
}

.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>a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.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 ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>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)
}

.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 {
    color: inherit
}

.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: 0 0
}

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: 14px;
    height: 14px
}

.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.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.qodef-parallax-diagonal-to-left .qodef-parallax-img-holder,
.qodef-parallax.qodef-parallax-diagonal-to-right .qodef-parallax-img-holder {
    width: 106%
}

.qodef-parallax.qodef-parallax-diagonal-to-right .qodef-parallax-img-holder {
    left: unset;
    right: 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: 116%;
    width: 100%;
    opacity: 0
}

html.touchevents .qodef-parallax-img-holder {
    opacity: 1
}

.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 {
    background-image: url(../../../../uploads/2023/10/h5-parallax-img-1.jpg) !important;
    height: 100%;
    max-width: unset
}

.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 #fcf4eb;
    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
}

.wpcf7 .qodef-newsletter {
    display: grid;
    grid-template-columns: 2fr 3fr
}

#qodef-page-content-bottom .qodef-content-full-width .wpcf7 .qodef-newsletter {
    grid-template-columns: 52% 48%
}

.wpcf7 .qodef-newsletter .qodef-newsletter-form-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 30px
}

.wpcf7 .qodef-newsletter .wpcf7-form-control-wrap {
    flex: 1 0 0;
    margin-bottom: 0
}

.wpcf7 .qodef-newsletter .wpcf7-form-control-wrap input {
    padding: 14px 20px 13px
}

.wpcf7 .qodef-newsletter .wpcf7-form-control-wrap>span {
    position: absolute
}

.wpcf7 .qodef-newsletter .qodef-newsletter-content-text {
    max-width: 89%;
    margin: 0;
    color: #fff
}

.wpcf7 .qodef-newsletter .qodef-highlight {
    color: #fdd835
}

.wpcf7 .qodef-contact-us label {
    margin-bottom: 15px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    font-weight: 700
}

.wpcf7 .qodef-contact-us .wpcf7-form-control-wrap {
    margin: 0 0 37px
}

.wpcf7 .qodef-contact-us .wpcf7-form-control-wrap:last-of-type {
    margin-bottom: 30px
}

.wpcf7 .qodef-contact-terms-conditions label {
    margin-top: -6px;
    margin-bottom: 15px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    font-weight: 700
}

.wpcf7 .qodef-contact-terms-conditions .wpcf7-form-control-wrap {
    margin: 0 0 35px
}

.wpcf7 .qodef-contact-terms-conditions .qodef-form-inner>.wpcf7-form-control-wrap {
    margin-bottom: 34px
}

.wpcf7 .qodef-contact-terms-conditions .qodef-grid-inner {
    column-gap: 55px
}

.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 .sbi_photo {
    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 {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
    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: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    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-layout--columns.qodef-col-num--9 .ctf-tweets {
    --qode-columns: 9
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--10 .ctf-tweets {
    --qode-columns: 10
}

.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: 15px
}

.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--very-large .ctf-tweets {
    --qode-columns-row-gap: 70px
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px
}

.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: 15px
}

.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--very-large .ctf-tweets {
    --qode-columns-col-gap: 70px
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px
}

.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
}

body {
    --qode-qcfw-side-padding: 42px
}

@media only screen and (max-width:680px) {
    body {
        --qode-qcfw-side-padding: 20px
    }
}

#qcfw-modal .qcfw-compare-table .qcfw-table-title {
    margin: 0 0 26px
}

#qcfw-modal .qcfw-compare-table .qcfw-m-items {
    border-top: 0;
    padding: 0
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner {
    border-width: 0 1px 0 1px;
    font-size: inherit;
    font-weight: inherit;
    padding: 15px 23px 0;
    border-color: #dedede !important;
    border-style: solid !important
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-remove-button {
    top: 15px;
    right: 22px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background-color: #f1f8e9;
    color: #33691e;
    display: flex;
    align-items: center;
    justify-content: center
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-remove-button .qodef-svg--close {
    stroke: currentColor;
    width: auto
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-top: 7px;
    width: auto
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings .qodef-m-star svg {
    width: 12px !important;
    fill: none;
    stroke: currentColor
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings .qodef-m-star {
    color: #fdd835
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .1em;
    width: 14px;
    height: auto
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qodef-woo-ratings .qodef-rating-average {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #a8a8a8
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner p {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner p ul {
    margin-left: 16px;
    padding: 0
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner p ul li {
    padding: 2px 0
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .product-sku {
    color: #000
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw--product-name {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    transition: color .2s ease-out
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw--product-name:hover {
    color: #88a842
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.02em;
    margin: 0 22px 0 0
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price>del {
    margin: 0 10px 0 0;
    color: #b5b5b5 !important
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price>ins {
    text-decoration: none;
    color: #000 !important
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price .woocommerce-Price-currencySymbol,
.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price sup {
    position: relative;
    top: -.3em;
    font-weight: 400;
    font-size: .7em
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price sup {
    top: -.5em
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart,
.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 20px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    text-decoration: none;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 5px 20px 8px 19px;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #88a842);
    border: 1px solid var(--qode-button-border-color, transparent);
    text-transform: none
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart svg,
.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart svg {
    position: relative;
    top: 2px;
    height: 15px;
    margin: 0 7px 4px 0;
    fill: currentColor
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart:hover,
.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart:hover {
    background-color: #698141
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-thumbnail .qcfw-m-item-inner {
    padding-top: 0;
    padding-right: 0
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-rating .qcfw-m-item-inner {
    padding-top: 10px
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-sku .qcfw-sku-content {
    display: inline-flex;
    column-gap: 4px
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-sku .qcfw-sku-label {
    color: var(--qode-main-color);
    font-weight: 500
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-description {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-description ul {
    margin-left: 16px;
    padding: 0
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-description ul li {
    padding: 2px 0
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-stock-status {
    display: block;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    font-weight: 700;
    color: #88a842
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-stock-status .qcfw-m-item-stock {
    font-size: inherit;
    color: inherit !important;
    font-weight: inherit;
    text-transform: none
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-label {
    border: 0
}

body:not(.qcfw-premium) .qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-label {
    display: none
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-wrapper {
    --qcfw-max-col-width: 310px;
    --qcfw-col-gap: 23px
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-wrapper:last-child .qcfw-m-item-inner {
    padding-bottom: 27px !important;
    border-bottom-width: 1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-wrapper:first-child .qcfw-m-item-inner {
    border-top-width: 1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.qcfw-button.qcfw-m .qcfw-button-text.qodef--hide {
    display: none
}

.qcfw-button.qcfw-m.qcfw-position--shortcode.qcfw-type--solid {
    font-size: 0 !important;
    margin: 0;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid var(--qode-main-color) !important;
    border-radius: 8px !important;
    color: var(--qcfw-cb-color, #000)
}

.qcfw-button.qcfw-m.qcfw-position--shortcode.qcfw-type--solid.qcfw--added,
.qcfw-button.qcfw-m.qcfw-position--shortcode.qcfw-type--solid:hover {
    background-color: var(--qode-main-color) !important;
    color: #fff
}

body:not(.qcfw-premium) .qcfw-button.qcfw-m.qcfw-position--shortcode.qcfw-type--solid .qodef-svg--compare {
    width: 16px;
    height: 14px;
    fill: currentColor
}

.qcfw-button.qcfw-m.qcfw-position--shortcode.qcfw--loop {
    order: 4
}

.qcfw-button.qcfw-m .qcfw-button-icon {
    display: flex
}

#qcfw-modal.qcfw-m .qcfw-m-table-holder {
    max-height: calc(100% - 100px);
    border-radius: 10px;
    padding: 42px var(--qode-qcfw-side-padding) 52px
}

.widget .qcfw-compare-counter.qcfw-layout--icon svg {
    width: 24px;
    height: 23px;
    fill: currentColor
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget .qcfw-compare-counter.qcfw-layout--icon svg {
    width: 16px;
    height: 15px
}

.widget .qcfw-compare-counter.qcfw-layout--icon .qcfw-compare-counter-label-count {
    display: none
}

.widget .qcfw-compare-counter.qcfw-layout--icon a {
    color: inherit
}

.widget .qcfw-compare-counter.qcfw-layout--icon a:hover {
    color: inherit
}

.widget .qcfw-compare-counter .qcfw-compare-counter-label {
    color: inherit;
    display: flex
}

.qqvfw-quick-view-button-wrapper.qodef-greenpath-theme .qqvfw-quick-view-button.qqvfw-shortcode {
    margin: 0;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid var(--qode-main-color) !important;
    border-radius: 8px !important;
    transition: .2s ease-out !important
}

.qqvfw-quick-view-button-wrapper.qodef-greenpath-theme .qqvfw-quick-view-button.qqvfw-shortcode .qqvfw-m-icon {
    width: 18px;
    color: #000
}

.qqvfw-quick-view-button-wrapper.qodef-greenpath-theme .qqvfw-quick-view-button.qqvfw-shortcode .qqvfw-m-icon svg {
    fill: currentColor;
    stroke: none
}

.qqvfw-quick-view-button-wrapper.qodef-greenpath-theme .qqvfw-quick-view-button.qqvfw-shortcode .qqvfw-m-text {
    display: none
}

.qqvfw-quick-view-button-wrapper.qodef-greenpath-theme .qqvfw-quick-view-button.qqvfw-shortcode:hover {
    background-color: var(--qode-main-color) !important;
    color: #fff
}

.qqvfw-quick-view-button-wrapper.qodef-greenpath-theme .qqvfw-quick-view-button.qqvfw-shortcode:hover .qqvfw-m-icon {
    color: #fff
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw.qqvfw--opened .qqvfw-m-content {
    right: 0;
    visibility: visible
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-overlay {
    background: #0000002B
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-content {
    position: fixed;
    top: 0;
    right: -356px;
    height: 100vh;
    width: 356px;
    max-height: initial;
    max-width: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar #qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-content {
    padding-top: 32px
}

@media only screen and (max-width:782px) {
    .admin-bar #qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-content {
        padding-top: 46px
    }
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-content .qqvfw-m-content-inner {
    position: relative;
    background-color: #fff
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product {
    height: auto;
    padding-top: 21px;
    border-top: 1px solid #dedede;
    margin-top: 70px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product {
    display: block;
    height: auto
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-media-wrapper {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 21px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-media-wrapper .qodef-woo-thumbnails-wrapper {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image a {
    height: auto;
    max-height: initial
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-media-wrapper .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    width: 100% !important
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-media-wrapper .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: 10px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper {
    width: 100%;
    height: auto
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .summary {
    padding: 18px 21px;
    height: auto
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-product-rating {
    margin-top: 9px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-product-rating .qodef-woo-ratings svg {
    width: 12px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-product-rating .woocommerce-review-link {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-product-rating .qodef-rating-average {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .entry-summary {
    align-self: center;
    padding: 18px 21px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .entry-summary .entry-title {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .entry-summary .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
    font-size: 20px;
    line-height: 2em;
    font-weight: 600
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .entry-summary .price .woocommerce-Price-currencySymbol {
    font-size: .7em;
    top: -.3em;
    font-weight: 400
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .entry-summary .price>del {
    margin: 0 0 0 10px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description {
    margin-top: 3px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description.qodef--expand-description {
    cursor: pointer;
    width: 100%;
    max-height: 66px;
    transition: .2s ease-out;
    overflow: hidden
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description.qodef--expand-description.qodef-fullheight {
    max-height: 100%
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .qodef-sale-boosters {
    margin-top: 9px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart {
    flex-wrap: wrap;
    row-gap: 11px;
    margin-top: 19px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart>*,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart>* {
    flex: 1 0 auto
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart .qodef-quantity-buttons,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart .qodef-quantity-buttons {
    flex-grow: 0
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart .qodef-quantity-input,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart .qodef-quantity-input {
    width: 50px;
    height: 35px;
    padding-right: 14px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart .qodef-quantity-minus,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart .qodef-quantity-plus,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart .qodef-quantity-minus,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart .qodef-quantity-plus {
    width: 21px;
    height: 17px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart button[type=submit],
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart button[type=submit] {
    padding: 9px 20px 10px;
    justify-content: center
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart .qodef-e-buy-now-wrapper,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart .qodef-e-buy-now-wrapper {
    width: 100%
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart .qodef-e-buy-now-wrapper button[type=submit],
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart .qodef-e-buy-now-wrapper button[type=submit] {
    flex: 1 0 auto
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .woocommerce-variation-add-to-cart .qodef-e-buy-now-wrapper .qodef-e-buy-now-label,
#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper form.cart .qodef-e-buy-now-wrapper .qodef-e-buy-now-label {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .product_meta {
    margin-top: 30px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .qodef-woo-single-buttons {
    margin-top: 12px
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .variations .select_box_colorpicker .yith_wccl_value {
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .variations .select_box_colorpicker+.select2-container.select2-container--default {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .variations .select2-container--default {
    width: 100% !important
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-product.single-product>.product .qqvfw-m-summary-wrapper .qodef-social-share ul {
    margin: 2px 0 0 0
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-close {
    top: 21px;
    right: 21px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border: 0 solid transparent;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    color: #33691e;
    background: #f1f8e9;
    z-index: 1000;
    opacity: 1;
    transition: transform .35s cubic-bezier(.25, .1, .15, .95);
    transform: rotate(0)
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-close:hover {
    cursor: pointer;
    transform: rotate(45deg)
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw .qqvfw-m-close svg {
    width: 12px
}

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;
    gap: var(--qvsfw-variation-space-between-options, 9px)
}

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] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color:hover .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,
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:hover .qvsfw-select-option-inner {
    border-color: var(--qvsfw-variation-common-selected-border-color, #dedede)
}

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 .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color:hover .qvsfw-select-option-inner .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-selected .qvsfw-select-option-inner .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:hover .qvsfw-select-option-inner .qvsfw-select-value {
    transform: scale(.83)
}

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: 2px;
    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, 25px);
    height: var(--qvsfw-variation-color-option-height, 25px);
    border-radius: 50%;
    transition: transform .2s ease-out;
    transform-origin: center
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label.qvsfw-selected .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label:hover .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--label.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--label:hover .qvsfw-select-option-inner {
    background-color: #f1f8e9
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label.qvsfw-selected .qvsfw-select-option-inner .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label:hover .qvsfw-select-option-inner .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--label.qvsfw-selected .qvsfw-select-option-inner .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--label:hover .qvsfw-select-option-inner .qvsfw-select-value {
    color: #33691e
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label .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--label .qvsfw-select-option-inner {
    padding: 3px 15px;
    border: 1px solid var(--qvsfw-variation-common-border-color, var(--qode-main-color));
    border-radius: 8px;
    background-color: transparent;
    transition: .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--label .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--label .qvsfw-select-value {
    min-width: var(--qvsfw-variation-color-option-min-width, auto);
    height: var(--qvsfw-variation-color-option-height, auto);
    padding: 0;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1.57143em;
    font-weight: 500;
    color: var(--qode-main-color);
    font-weight: 400;
    transition: color .2s ease-out
}

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] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option:hover .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,
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:hover .qvsfw-select-option-inner {
    border-color: var(--qvsfw-variation-color-option-selected-border-color, #dedede)
}

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 .qvsfw-select-value,
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:hover .qvsfw-select-option-inner .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-selected .qvsfw-select-option-inner .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:hover .qvsfw-select-option-inner .qvsfw-select-value {
    transform: scale(.83)
}

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: 2px;
    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, 25px);
    height: var(--qvsfw-variation-color-option-height, 25px);
    border: none;
    transition: transform .2s ease-out;
    transform-origin: center
}

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-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option.qvsfw-selected .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option:hover .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .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--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option:hover .qvsfw-select-option-inner {
    border-color: var(--qvsfw-variation-label-option-selected-border-color, var(--qode-main-color));
    background-color: #f1f8e9
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option.qvsfw-selected .qvsfw-select-option-inner .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option:hover .qvsfw-select-option-inner .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option.qvsfw-selected .qvsfw-select-option-inner .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option:hover .qvsfw-select-option-inner .qvsfw-select-value {
    color: #33691e
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .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--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option .qvsfw-select-option-inner {
    padding: 3px 15px;
    border: 1px solid var(--qvsfw-variation-label-option-border-color, var(--qode-main-color));
    border-radius: 8px;
    background-color: transparent;
    transition: .2s ease-out
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option .qvsfw-select-option-inner .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option .qvsfw-select-option-inner .qvsfw-select-value {
    min-width: var(--qvsfw-variation-label-option-min-width, auto);
    height: var(--qvsfw-variation-label-option-height, auto);
    padding: 0;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1.57143em;
    font-weight: 500;
    color: var(--qode-main-color);
    font-weight: 400;
    transition: color .2s ease-out
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form.qvsfw-list-variations-form {
    margin: 0 0 0 20px
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form.qvsfw-list-variations-form div.variations {
    margin-bottom: 10px;
    text-align: right
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form.qvsfw-list-variations-form div.variations:last-child {
    margin-bottom: 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-greenpath-theme .qwfw-shortcode .qwfw-m-icon {
    width: var(--qwfw-atw-icon-size, 16px)
}

.qwfw-add-to-wishlist-wrapper.qodef-greenpath-theme .qwfw-shortcode:not(.button) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    transition: .2s ease-out
}

.qwfw-add-to-wishlist-wrapper.qodef-greenpath-theme .qwfw-shortcode:not(.button) .qwfw-spinner-icon {
    color: currentColor
}

.qwfw-add-to-wishlist-wrapper.qodef-greenpath-theme .qwfw-shortcode:not(.button) .qwfw-m-icon svg {
    stroke: none
}

.qwfw-add-to-wishlist-wrapper.qodef-greenpath-theme .qwfw-shortcode:not(.button):hover {
    color: var(--qwfw-atw-hover-color, #fff);
    background-color: var(--qwfw-atw-hover-background-color, var(--qode-main-color))
}

.qwfw-add-to-wishlist-wrapper.qodef-greenpath-theme .qwfw-shortcode:not(.button).qwfw--added {
    color: var(--qwfw-atw-active-color, #fff);
    background-color: var(--qwfw-atw-active-background-color, var(--qode-main-color))
}

.qwfw-add-to-wishlist-wrapper.qodef-greenpath-theme.qwfw-position--after-add-to-cart,
.qwfw-add-to-wishlist-wrapper.qodef-greenpath-theme.qwfw-position--before-add-to-cart {
    margin-top: 0
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table {
    font-size: 100%;
    border: 1px solid #dedede
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table td,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table td:first-child,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table th:first-child {
    padding-left: 0
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table th {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table td ul li:last-child {
    margin-bottom: 0
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table td ul li label {
    margin-bottom: 0
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table p {
    margin: 0
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .variation:after,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .variation:after {
    clear: both
}

.qwfw-wishlist-table.qodef-greenpath-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-greenpath-theme .qwfw-m-items.shop_table .variation dt {
        float: none;
        width: 100%
    }
}

.qwfw-wishlist-table.qodef-greenpath-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-greenpath-theme .qwfw-m-items.shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .qwfw-m-items-heading {
    background-color: var(--qwfw-wt-heading-bg-color, transparent);
    border-bottom: 1px solid var(--qwfw-wt-border-color, #dedede)
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table table,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tbody,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table td,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table th,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr {
    display: grid
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr {
    grid-template-columns: minmax(0, 30px) minmax(0, 72px) minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 152px);
    padding: 0 40px 0 24px
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr th {
    padding: 20px 0;
    place-content: center left
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr th {
    background: 0 0 !important
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr th.product-remove {
    width: auto !important
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr th.product-name {
    padding: 20px 0 20px 18px
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td {
    background: 0 0 !important;
    color: #000 !important;
    border-color: transparent !important
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-remove a {
    font-size: 30px;
    line-height: 2
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-remove a svg {
    width: 11px
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-thumbnail {
    padding-left: 0;
    width: 72px
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-thumbnail a,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-thumbnail img {
    display: block;
    max-width: 100%;
    width: 100%
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-thumbnail img {
    border: 1px solid #dedede;
    border-radius: 8px
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-name {
    padding: 20px 0 20px 18px
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-stock-status span.qwfw--in-stock {
    color: #000
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-price {
    display: flex;
    align-items: center
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-price .woocommerce-Price-amount {
    display: block
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.wishlist-empty {
    grid-column: 1/-1;
    justify-content: center
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .add_to_cart_button,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .added_to_cart {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    outline: 0 !important;
    font-family: Manrope, sans-serif !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 700 !important;
    letter-spacing: -.02em !important;
    color: var(--qode-main-color) !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 7px 20px !important;
    font-size: 14px;
    line-height: 1em;
    padding: 18px 32px;
    white-space: nowrap;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 1px solid transparent !important
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .add_to_cart_button:hover,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .added_to_cart:hover {
    color: #fff !important;
    background-color: #698141 !important
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .add_to_cart_button i,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .added_to_cart i {
    display: none !important
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .add_to_cart_button:before,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .added_to_cart:before {
    display: none !important
}

.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .add_to_cart_button.added,
.qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table .product-add-to-cart .added_to_cart.added {
    display: none !important
}

.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 5px 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 var(--qode-main-color) !important;
    padding: 10px;
    color: #000
}

.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_option .yith_wccl_value {
    border: none
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 5px;
    border-radius: 50%;
    transition: border-color .2s ease-out
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 19px;
    height: 19px;
    border-radius: 50%
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #dedede
}

.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: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    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 {
    padding: 3px 15px;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    margin: 0 9px 0 0;
    background-color: transparent;
    transition: .2s ease-out
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type {
    margin-right: 0
}

.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>span {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    font-weight: 400;
    color: var(--qode-main-color);
    transition: .2s ease-out
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    background-color: #f1f8e9
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected>span {
    color: #33691e
}

.qodef-yith-wccl--predefined .select_box~.select2-container .select2-selection--single {
    padding-top: 14px;
    padding-bottom: 14px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

.yith-woocompare-popup.qodef-popup-compare {
    padding: 42px 42px 52px
}

.yith-woocompare-popup.qodef-popup-compare table.dataTable.compare-list tr.stock {
    display: none
}

#yith-woocompare {
    padding: 0 !important;
    margin: 0
}

.yith-woocompare-widget {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    background-color: transparent
}

.yith-woocompare-widget .qodef-widget-title {
    display: none
}

.yith-woocompare-widget .clear-all,
.yith-woocompare-widget h2,
.yith-woocompare-widget ul {
    display: none
}

.yith-woocompare-widget .compare.button {
    font-size: 0;
    background-color: transparent !important;
    padding: 0;
    width: 24px;
    height: 24px
}

.yith-woocompare-widget .compare.button:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    mask: url(../img/compare.svg) no-repeat center center/24px 23px;
    -webkit-mask: url(../img/compare.svg) no-repeat center center/24px 23px
}

.qodef-skin--light .yith-woocompare-widget .compare.button:before {
    background: var(--qode-header-light-color)
}

.qodef-skin--dark .yith-woocompare-widget .compare.button:before {
    background: var(--qode-header-dark-color)
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .yith-woocompare-widget .compare.button {
    width: 16px;
    height: 16px
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .yith-woocompare-widget .compare.button::before {
    mask: url(../img/compare.svg) no-repeat center center/16px 15px;
    -webkit-mask: url(../img/compare.svg) no-repeat center center/16px 15px
}

#qode-quick-view-for-woocommerce-pop-up .button.compare,
#qodef-woo-page .button.compare,
#yith-quick-view-content .button.compare,
.qodef-woo-product-list .button.compare {
    font-size: 0 !important;
    margin: 0;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid var(--qode-main-color) !important;
    border-radius: 8px !important
}

#qode-quick-view-for-woocommerce-pop-up .button.compare:before,
#qodef-woo-page .button.compare:before,
#yith-quick-view-content .button.compare:before,
.qodef-woo-product-list .button.compare:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    mask: url(../img/compare.svg) no-repeat center center/16px 14px;
    -webkit-mask: url(../img/compare.svg) no-repeat center center/16px 14px
}

#qode-quick-view-for-woocommerce-pop-up .button.compare.added,
#qode-quick-view-for-woocommerce-pop-up .button.compare:hover,
#qodef-woo-page .button.compare.added,
#qodef-woo-page .button.compare:hover,
#yith-quick-view-content .button.compare.added,
#yith-quick-view-content .button.compare:hover,
.qodef-woo-product-list .button.compare.added,
.qodef-woo-product-list .button.compare:hover {
    background-color: var(--qode-main-color) !important
}

#qode-quick-view-for-woocommerce-pop-up .button.compare.added:before,
#qode-quick-view-for-woocommerce-pop-up .button.compare:hover:before,
#qodef-woo-page .button.compare.added:before,
#qodef-woo-page .button.compare:hover:before,
#yith-quick-view-content .button.compare.added:before,
#yith-quick-view-content .button.compare:hover:before,
.qodef-woo-product-list .button.compare.added:before,
.qodef-woo-product-list .button.compare:hover:before {
    background-color: #fff
}

.touch .qodef-popup-compare #cboxLoadedContent {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important
}

.qodef-popup-compare .yith_woocompare_colorbox #cboxBottomLeft,
.qodef-popup-compare .yith_woocompare_colorbox #cboxBottomRight,
.qodef-popup-compare .yith_woocompare_colorbox #cboxMiddleLeft,
.qodef-popup-compare .yith_woocompare_colorbox #cboxMiddleRight,
.qodef-popup-compare .yith_woocompare_colorbox #cboxTopCenter,
.qodef-popup-compare .yith_woocompare_colorbox #cboxTopLeft,
.qodef-popup-compare .yith_woocompare_colorbox #cboxTopRight {
    width: 0;
    height: 0
}

.qodef-popup-compare .yith_woocompare_colorbox #cboxBottomCenter {
    background: 0 0
}

.qodef-popup-compare .dataTables_wrapper .description td ul {
    list-style-type: none
}

.qodef-popup-compare #DataTables_Table_0_wrapper,
.qodef-popup-compare .compare-list {
    display: none
}

.qodef-popup-compare #cboxOverlay {
    background-color: rgba(0, 19, 74, .15) !important;
    height: 100vh;
    width: 100vw
}

.qodef-popup-compare #colorbox {
    position: fixed !important;
    top: 50% !important;
    width: 1060px !important;
    max-width: 95vw !important;
    left: 50% !important;
    height: 710px !important;
    max-height: 95vh;
    transform: translate(-50%, -50%) !important
}

.qodef-popup-compare #colorbox #cboxContent,
.qodef-popup-compare #colorbox #cboxLoadedContent,
.qodef-popup-compare #colorbox #cboxWrapper {
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px
}

.qodef-popup-compare #colorbox #cboxWrapper {
    position: relative
}

.qodef-popup-compare #colorbox #cboxWrapper>div {
    height: 100% !important
}

.qodef-popup-compare #colorbox #cboxWrapper>div:first-of-type {
    display: none
}

.qodef-popup-compare #colorbox #cboxClose {
    top: 30px;
    right: 40px;
    width: 47px;
    height: 46px;
    border-radius: 50%;
    background: #f1f8e9;
    transition: transform .35s cubic-bezier(.25, .1, .15, .95);
    transform: rotate(0)
}

.qodef-popup-compare #colorbox #cboxClose:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-left: 0;
    cursor: pointer;
    transition: color .2s ease-out;
    -webkit-mask: url(../img/close-large.svg) no-repeat center center/23px 23px;
    mask: url(../img/close-large.svg) no-repeat center center/23px 23px;
    background-color: currentColor
}

.qodef-popup-compare #colorbox #cboxClose:hover {
    transform: rotate(45deg)
}

.qodef-popup-compare>h1 {
    border: none;
    background-color: #fff;
    text-transform: none;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 26px;
    line-height: 1.30769em;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #000;
    text-align: left;
    padding: 0;
    border-radius: 20px 20px 0 0;
    margin-bottom: 26px
}

.qodef-popup-compare>h1 a.close {
    position: absolute;
    top: 36px;
    right: 32px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f1f8e9;
    text-indent: -9999px
}

.qodef-popup-compare>h1 a.close:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-left: 0;
    cursor: pointer;
    transition: color .2s ease-out;
    -webkit-mask: url(../img/close-large.svg) no-repeat center center/23px 23px;
    mask: url(../img/close-large.svg) no-repeat center center/23px 23px;
    background-color: #000
}

.qodef-popup-compare .qodef-pl-holder .qodef-pl-outer-popup {
    display: inline-flex;
    gap: 23px;
    width: 100%
}

@media only screen and (max-width:680px) {
    .qodef-popup-compare .qodef-pl-holder .qodef-pl-outer-popup {
        flex-direction: column
    }
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup {
    position: relative;
    float: left;
    vertical-align: top;
    z-index: 100;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    min-width: 311px;
    flex: 1 100%;
    border: 1px solid #dedede;
    border-radius: 20px;
    top: 0;
    overflow: hidden
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup {
    font-family: Manrope, sans-serif;
    padding: 0
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-inner .qodef-pli-image-popup {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-inner .qodef-pli-image-popup img {
    display: block;
    width: 100%;
    height: auto
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup {
    position: relative;
    vertical-align: middle;
    text-align: left;
    display: block;
    height: 100%;
    margin: 22px 23px 27px
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-price-wrapper .qodef-pli-rating-holder {
    position: relative;
    display: block
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-left-holder-popup {
    display: block
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-left-holder-popup .qodef-pli-excerpt-popup {
    margin-top: 8px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-left-holder-popup .qodef-pli-excerpt-popup ul {
    margin-left: 16px;
    padding: 0
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-left-holder-popup .qodef-pli-excerpt-popup ul li {
    padding: 2px 0
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-e-price-holder {
    margin-top: 10px
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-e-price-holder .woocommerce-Price-amount {
    color: #000
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-top: 7px;
    width: auto;
    margin-top: 19px
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings .qodef-m-star svg {
    width: 12px !important;
    fill: none;
    stroke: currentColor
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings .qodef-m-star {
    color: #fdd835
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .1em;
    width: 14px;
    height: auto
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-woo-ratings .qodef-rating-average {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #a8a8a8
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-stock {
    margin-top: 12px;
    display: block;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    font-weight: 700;
    color: #88a842
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-title {
    margin: 0;
    padding-right: 20px
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-title a {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    transition: color .2s ease-out
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-title a:hover {
    color: #88a842
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.02em;
    margin: 0 22px 0 0
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price>del {
    margin: 0 10px 0 0;
    color: #b5b5b5 !important
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price>ins {
    text-decoration: none;
    color: #000 !important
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price .woocommerce-Price-currencySymbol,
.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price sup {
    position: relative;
    font-weight: inherit;
    font-size: .6em;
    top: -.7em
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price sup {
    top: -.2em
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart {
    margin-top: 23px
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 20px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    text-decoration: none;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 5px 20px 8px 19px;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #88a842);
    border: 1px solid var(--qode-button-border-color, transparent)
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button svg {
    position: relative;
    top: 2px;
    height: 15px;
    margin: 0 7px 4px 0;
    fill: currentColor
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button:hover {
    background-color: #698141
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .remove {
    position: absolute;
    top: 15px;
    right: 22px;
    width: 28px;
    height: 28px;
    border: 0 solid transparent;
    border-radius: 50%;
    background-color: #f1f8e9
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .remove .remove-popup-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .remove .remove-popup-inner svg {
    stroke: currentColor;
    width: 14px
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .remove .remove-popup-inner a {
    display: block;
    margin-top: 2px;
    color: #33691e;
    transition: color .2s ease-out
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-add-to-cart {
    vertical-align: bottom;
    display: block;
    text-align: right;
    bottom: -3px
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-add-to-cart .button {
    position: relative
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-add-to-cart .button svg {
    display: none
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-inner .qodef-pli-image-popup {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-inner .qodef-pli-image-popup .qodef-pl-out-of-stock {
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    right: auto;
    background: 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #ff4b4b
}

.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-inner .qodef-pli-image-popup img {
    opacity: .1
}

.ywpc-back {
    background-color: #fcf4eb !important;
    margin: 0 !important
}

.ywpc-fore {
    background-color: var(--qode-main-color) !important
}

div.ywpc-countdown {
    display: flex;
    flex-direction: column;
    margin: 36px 0 0
}

div.ywpc-countdown .ywpc-header {
    margin-bottom: 10px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    text-transform: initial;
    color: #000
}

div.ywpc-countdown .ywpc-days,
div.ywpc-countdown .ywpc-hours,
div.ywpc-countdown .ywpc-minutes,
div.ywpc-countdown .ywpc-seconds {
    display: inline-flex !important;
    flex-direction: column;
    vertical-align: middle;
    padding: 0;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    margin: 0 9px 0 0 !important;
    background-color: #f1f8e9;
    font-family: Manrope, sans-serif;
    width: 65px !important
}

div.ywpc-countdown .ywpc-days>div.ywpc-label,
div.ywpc-countdown .ywpc-hours>div.ywpc-label,
div.ywpc-countdown .ywpc-minutes>div.ywpc-label,
div.ywpc-countdown .ywpc-seconds>div.ywpc-label {
    padding: 1px 0 3px;
    font-family: Manrope, sans-serif;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000
}

div.ywpc-countdown .ywpc-hours,
div.ywpc-countdown .ywpc-minutes,
div.ywpc-countdown .ywpc-seconds {
    position: relative
}

div.ywpc-countdown .ywpc-amount {
    display: flex;
    justify-content: center;
    height: auto !important;
    width: auto !important;
    padding: 7px 0 0 !important;
    margin: 0 !important;
    line-height: 1em;
    letter-spacing: 0;
    text-align: center;
    background-color: transparent !important
}

div.ywpc-countdown .ywpc-amount>span {
    vertical-align: middle;
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    font-family: Manrope, sans-serif !important;
    font-size: 16px !important;
    line-height: 1em !important;
    font-weight: 500 !important;
    color: #000 !important;
    background-color: transparent !important
}

div.ywpc-label {
    text-transform: initial !important
}

div.ywpc-countdown-loop,
div.ywpc-sale-bar-loop {
    margin: 0
}

div.ywpc-sale-bar-loop>.ywpc-header {
    display: none !important
}

div.ywpc-countdown,
div.ywpc-sale-bar {
    border: none;
    margin: 0 0 1px 0;
    padding: 0;
    background-color: transparent
}

div.ywpc-countdown>div.ywpc-header,
div.ywpc-sale-bar>div.ywpc-header {
    padding: 0;
    text-align: left;
    width: 100%;
    display: flex
}

.qodef-browser--ms-explorer div.ywpc-countdown>div.ywpc-header,
.qodef-browser--ms-explorer div.ywpc-sale-bar>div.ywpc-header {
    text-transform: none
}

div.ywpc-countdown .ywpc-timer {
    width: 100%;
    text-align: left
}

div.ywpc-sale-bar .ywpc-bar {
    width: 100%
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: #0000002B !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: unset !important;
    right: -356px !important;
    height: 100vh !important;
    width: 356px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar #yith-quick-view-modal .yith-wcqv-wrapper {
    padding-top: 32px !important
}

@media only screen and (max-width:782px) {
    .admin-bar #yith-quick-view-modal .yith-wcqv-wrapper {
        padding-top: 46px !important
    }
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5) !important;
    max-height: 100vh !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product>.product {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 21px;
    border-top: 1px solid #dedede;
    margin-top: 70px
}

#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-single-image {
    align-self: stretch;
    padding: 0 21px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0);
    top: 10px;
    right: 30px
}

#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 .woocommerce-product-gallery__wrapper {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.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 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-rating {
    margin-top: 9px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-rating .qodef-woo-ratings svg {
    width: 12px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 18px 21px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .entry-title {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
    font-size: 20px;
    line-height: 2em;
    font-weight: 600
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .price .woocommerce-Price-currencySymbol {
    font-size: .7em;
    top: -.3em;
    font-weight: 400
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .price>del {
    margin: 0 0 0 10px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
    margin-top: 3px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description.qodef--expand-description {
    cursor: pointer;
    width: 100%;
    max-height: 66px;
    transition: .2s ease-out;
    overflow: hidden
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description.qodef--expand-description.qodef-fullheight {
    max-height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-sale-boosters {
    margin-top: 9px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart,
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart {
    flex-wrap: wrap;
    row-gap: 11px;
    margin-top: 19px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart>*,
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart>* {
    flex: 1 0 auto
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart .qodef-quantity-buttons,
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .qodef-quantity-buttons {
    flex-grow: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart .qodef-quantity-input,
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .qodef-quantity-input {
    width: 50px;
    height: 35px;
    padding-right: 14px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart .qodef-quantity-minus,
#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart .qodef-quantity-plus,
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .qodef-quantity-minus,
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .qodef-quantity-plus {
    width: 21px;
    height: 17px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart button[type=submit],
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart button[type=submit] {
    padding: 9px 20px 10px;
    justify-content: center
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart .qodef-e-buy-now-wrapper,
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .qodef-e-buy-now-wrapper {
    width: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart .qodef-e-buy-now-wrapper button[type=submit],
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .qodef-e-buy-now-wrapper button[type=submit] {
    flex: 1 0 auto
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-variation-add-to-cart .qodef-e-buy-now-wrapper .qodef-e-buy-now-label,
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .qodef-e-buy-now-wrapper .qodef-e-buy-now-label {
    display: none
}

#yith-quick-view-modal #yith-quick-view-content.single-product .product_meta {
    margin-top: 30px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-buttons {
    margin-top: 12px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .variations .select_box_colorpicker .yith_wccl_value {
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .variations .select_box_colorpicker+.select2-container.select2-container--default {
    display: none
}

#yith-quick-view-modal #yith-quick-view-content.single-product .variations .select2-container--default {
    width: 100% !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-social-share ul {
    margin: 2px 0 0 0
}

#yith-quick-view-modal #yith-quick-view-close {
    top: 21px;
    right: 21px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border: 0 solid transparent;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    color: #33691e;
    background: #f1f8e9;
    z-index: 1000;
    opacity: 1;
    transition: transform .35s cubic-bezier(.25, .1, .15, .95);
    transform: rotate(0)
}

#yith-quick-view-modal #yith-quick-view-close:hover {
    cursor: pointer;
    transform: rotate(45deg)
}

#yith-quick-view-modal #yith-quick-view-close:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #33691e;
    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.open .yith-wcqv-wrapper {
    right: 0 !important;
    visibility: visible
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0 !important;
    margin: 0;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid var(--qode-main-color) !important;
    border-radius: 8px !important;
    transition: .2s ease-out !important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    mask: url(../img/eye.svg) no-repeat center center/18px 10px;
    -webkit-mask: url(../img/eye.svg) no-repeat center center/18px 10px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:hover {
    background-color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:hover:before {
    background-color: #fff
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.yith-wcwl-form .wishlist-title-container {
    display: none !important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600
}

.yith-wcwl-form .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li:last-child {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table td ul li label {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table p {
    margin: 0
}

.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.yith-wcwl-form .shop_table .variation:after {
    clear: both
}

.yith-wcwl-form .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:880px) {
    .yith-wcwl-form .shop_table .variation dt {
        float: none;
        width: 100%
    }
}

.yith-wcwl-form .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:880px) {
    .yith-wcwl-form .shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

.yith-wcwl-form .wishlist_table.shop_table {
    border: 1px solid #dedede
}

.yith-wcwl-form .wishlist_table.shop_table table,
.yith-wcwl-form .wishlist_table.shop_table tbody,
.yith-wcwl-form .wishlist_table.shop_table td,
.yith-wcwl-form .wishlist_table.shop_table th,
.yith-wcwl-form .wishlist_table.shop_table tr {
    display: grid
}

.yith-wcwl-form .wishlist_table.shop_table tr {
    grid-template-columns: minmax(0, 30px) minmax(0, 72px) minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 152px);
    padding: 0 40px 0 24px
}

.yith-wcwl-form .wishlist_table.shop_table tr td,
.yith-wcwl-form .wishlist_table.shop_table tr th {
    padding: 20px 0;
    place-content: center left
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0 !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-name {
    padding: 20px 0 20px 18px
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: #000 !important;
    border-color: transparent !important
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-remove a {
    font-size: 30px;
    line-height: 2
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail {
    padding-left: 0;
    width: 72px
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail a,
.yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail img {
    display: block;
    max-width: 100%;
    width: 100%
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail img {
    border: 1px solid #dedede;
    border-radius: 8px
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-name {
    padding: 20px 0 20px 18px
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status span.wishlist-in-stock {
    color: #000
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-price {
    display: flex;
    align-items: center
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-price .woocommerce-Price-amount {
    display: block
}

.yith-wcwl-form .wishlist_table.shop_table tr td.wishlist-empty {
    grid-column: 1/-1;
    justify-content: center
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart_button,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    outline: 0 !important;
    font-family: Manrope, sans-serif !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 700 !important;
    letter-spacing: -.02em !important;
    color: var(--qode-main-color) !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 7px 20px !important;
    font-size: 14px;
    line-height: 1em;
    padding: 18px 32px;
    white-space: nowrap;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 1px solid transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart_button:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover {
    color: #fff !important;
    background-color: #698141 !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart_button i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart_button:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart_button.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    transition: .2s ease-out
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    mask: url(../img/heart.svg) no-repeat center center/16px 14px;
    -webkit-mask: url(../img/heart.svg) no-repeat center center/16px 14px
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:hover {
    background-color: var(--qode-main-color)
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:hover:before {
    background-color: #fff
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a {
    background-color: var(--qode-main-color)
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    mask-image: url(../img/heart-full.svg);
    -webkit-mask-image: url(../img/heart-full.svg);
    background-color: #fff
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important
}

.qodef-order-tracking p:not(.form-row) {
    margin: 0 0 30px
}

.qodef-order-tracking .form-row {
    margin: 0
}

.qodef-order-tracking .form-row:last-of-type {
    margin-top: 7px
}

.qodef-order-tracking label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .8em
}

.qodef-product-cart-showcase {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.qodef-product-cart-showcase .product:first-child {
    cursor: not-allowed
}

.qodef-product-cart-showcase .product:first-child * {
    pointer-events: none
}

.qodef-product-cart-showcase .product .qodef-e-inner .ywpc-countdown-loop {
    display: none
}

.qodef-product-cart-showcase .product .qodef-e-inner .add-to-cart-button-new {
    opacity: 0;
    visibility: hidden
}

.qodef-product-cart-showcase .product .qodef-e-inner.product-removed .remove-from-cart-button {
    opacity: 0;
    visibility: hidden
}

.qodef-product-cart-showcase .product .qodef-e-inner.product-removed .add-to-cart-button-new {
    opacity: 1;
    visibility: visible
}

.qodef-product-cart-showcase .product .qodef-e-inner.product-added .remove-from-cart-button {
    opacity: 1;
    visibility: visible
}

.qodef-product-cart-showcase .product .qodef-e-inner.product-added .add-to-cart-button-new {
    opacity: 0;
    visibility: hidden
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-left {
    grid-column: auto/span 3;
    width: 100%
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right {
    margin-left: 20px
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner {
    height: 100%
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-product-cart-showcase-grid-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px 38px 40px;
    background-color: #fcfbfa;
    border-radius: 20px
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-details-title {
    margin: 0 0 15px
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-details-inner {
    display: flex;
    align-items: center
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-quantity {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0;
    color: #a8a8a8
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-price {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
    margin-right: 6px
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-price>.qodef--decimal {
    position: relative;
    top: -.5em;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-products {
    margin-top: 31px
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-product {
    display: flex
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-product>input {
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-product>input::before {
    border-color: #dedede;
    background-color: #fff
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-product>input::after {
    left: 5px;
    bottom: 4px;
    width: 6px;
    height: 10px;
    border-color: var(--qode-main-color)
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-product>label {
    margin: 0 0 15px 5px
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-m-action {
    margin-top: 25px
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-add-all-to-cart-button {
    width: 100%;
    padding: 20px 18px;
    justify-content: center
}

.qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-add-all-to-cart-button.added .qodef-m-icon {
    display: none
}

.qodef-woo-product-category-list.qodef--alternate-image .product-category>a {
    justify-content: center !important;
    gap: 14px
}

.qodef-woo-product-category-list.qodef--alternate-image .product-category>a .woocommerce-loop-category__title,
.qodef-woo-product-category-list.qodef--alternate-image .product-category>a:focus,
.qodef-woo-product-category-list.qodef--alternate-image .product-category>a:hover {
    color: inherit !important
}

.qodef-woo-product-category-list.qodef--alternate-image h6.woocommerce-loop-category__title {
    font-size: 14px;
    letter-spacing: -.01em
}

.qodef-woo-product-category-list.qodef--alternate-image .qodef-e-custom-svg {
    line-height: 0
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category,
.qodef-woo-product-list .product-category {
    padding: 22px 12px 14px;
    border-radius: 20px
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a .qodef-e-custom-svg,
.qodef-woo-product-list .product-category a .qodef-e-custom-svg {
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
    --qode-y: -3px;
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.33, .43, .06, .96);
    will-change: transform
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a .qodef-e-image-holder,
.qodef-woo-product-list .product-category a .qodef-e-image-holder {
    margin: 0 auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a:hover .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a:hover .woocommerce-loop-category__title {
    color: var(--qode-main-color)
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a:hover .qodef-e-custom-svg,
.qodef-woo-product-list .product-category a:hover .qodef-e-custom-svg {
    transform: translateY(var(--qode-y))
}

.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 {
    text-align: center;
    background-color: transparent;
    margin: 0;
    position: relative;
    transition: color .2s ease-out
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category .woocommerce-loop-category__title .qodef-cat-count,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title .qodef-cat-count {
    display: none
}

.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-below.qodef-swiper-container,
.qodef-woo-product-list.qodef-swiper-container {
    height: 100%
}

.qodef-woo-product-category-list.qodef-item-layout--info-below.qodef-swiper-container .swiper-wrapper,
.qodef-woo-product-list.qodef-swiper-container .swiper-wrapper {
    height: auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-below.qodef-swiper-container .product-category.swiper-slide,
.qodef-woo-product-list.qodef-swiper-container .product-category.swiper-slide {
    display: flex;
    flex: 0 0 auto;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a img,
.qodef-woo-product-list .product-category a img {
    --qode-zoom: 1.01;
    --qode-zoom-hover: 1.034;
    transform: scale(var(--qode-zoom));
    transition: transform .5s cubic-bezier(.24, .46, .31, .89)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin: 0;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category:hover img,
.qodef-woo-product-list .product-category:hover img {
    transform: scale(var(--qode-zoom-hover))
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-title--on-hover .woocommerce-loop-category__title,
.qodef-woo-product-list.qodef-title--on-hover .woocommerce-loop-category__title {
    --qode-x: 0px;
    --qode-y: 6px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .4s ease-out, transform .65s cubic-bezier(.25, .15, .06, .96)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-title--on-hover .product-category:hover .woocommerce-loop-category__title,
.qodef-woo-product-list.qodef-title--on-hover .product-category:hover .woocommerce-loop-category__title {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.qodef-woo-product-list {
    --qode-product-list-background-color: transparent;
    --qode-product-list-border-radius: 20px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e {
    background-color: var(--qode-product-list-background-color);
    border-radius: var(--qode-product-list-border-radius)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-media-image a,
.qodef-woo-product-list.qodef-shortcode .qodef-e-media-image img {
    border-radius: var(--qode-product-list-border-radius) var(--qode-product-list-border-radius) 0 0
}

.qodef-woo-product-list.qodef-shortcode .ywpc-countdown-loop {
    border-radius: var(--qode-product-list-border-radius) var(--qode-product-list-border-radius) 0 0
}

.qodef-woo-product-list.qodef-shortcode.qodef-item--no-border .qodef-e {
    border: 0
}

.qodef-woo-product-list.qodef-shortcode.qodef-item--no-border .qodef-e-content {
    padding: 0
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox {
    position: relative;
    display: flex;
    padding: 4px 0;
    margin-bottom: 6px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox input[type=checkbox] {
    visibility: hidden;
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 3px 10px 2px 0
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox input[type=checkbox]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--qode-main-color);
    box-sizing: border-box;
    visibility: visible;
    border-radius: 4px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 4px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    visibility: visible;
    box-sizing: border-box;
    border-radius: 1px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox input[type=checkbox]:checked:before {
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox input[type=checkbox]:checked:after {
    border-color: #33691e;
    left: 5px;
    bottom: 3px;
    width: 6px;
    height: 12px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox input[type=checkbox]:checked:before {
    background-color: #f1f8e9
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox input[type=checkbox]:checked+label {
    color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox .qodef-svg--star {
    width: 14px;
    height: auto;
    stroke: #fdd835;
    margin-right: 2px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox .qodef-svg--star.qodef-star-full {
    fill: #fdd835
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox label {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    margin-bottom: 0
}

.qodef-woo-product-list.qodef-shortcode .qodef-dropdown-holder {
    position: relative;
    display: flex;
    padding-bottom: 13px;
    margin-top: 13px
}

.qodef-woo-product-list.qodef-shortcode .qodef-dropdown-holder .qodef-current-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 13px;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    color: #606060
}

.qodef-woo-product-list.qodef-shortcode .qodef-dropdown-holder .qodef-svg--chevron {
    position: relative;
    top: 1px;
    width: 10px;
    margin-left: 7px;
    color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-dropdown-holder .qodef-dropdown-options {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: calc(100% - 2px);
    left: 0;
    min-width: 230px;
    padding: 28px 30px 22px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-woo-product-list.qodef-shortcode .qodef-dropdown-holder:hover .qodef-dropdown-options {
    opacity: 1;
    visibility: visible
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-ordering .qodef-current-value {
    min-width: 160px
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-ordering .qodef-dropdown-options {
    right: 0;
    left: unset;
    padding: 19px 30px 22px
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-ordering .qodef-e-order-link {
    display: block;
    padding: 8px 0;
    white-space: nowrap
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-ordering .qodef-e-order-link .qodef-e-label {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-ordering .qodef-e-order-link.qodef--active,
.qodef-woo-product-list.qodef-shortcode .qodef-product-list-ordering .qodef-e-order-link:hover {
    color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-rating input[type=checkbox] {
    margin: 2px 10px 2px 0
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-rating label {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper:not(.qodef-e-price-filter) {
    overflow: hidden
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder {
    display: inline-flex;
    padding: 1px;
    border: 1px solid;
    border-color: transparent;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 7px;
    margin-bottom: 7px;
    order: 0;
    transition: all .2s ease-out
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder .qodef-e-color {
    position: relative;
    left: 1px;
    top: 1px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    transition: transform .2s ease-out;
    transform-origin: center
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder.qodef--active,
.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder:hover {
    border-color: #dedede
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder.qodef--active .qodef-e-color,
.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder:hover .qodef-e-color {
    transform: scale(.83)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-label-holder {
    display: inline-flex;
    padding: 3px 13px;
    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: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1.57143em;
    font-weight: 500;
    color: var(--qode-main-color);
    font-weight: 400;
    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: #f1f8e9
}

.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 {
    color: #33691e
}

.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 23px;
    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: 18px;
    height: 18px;
    transform: translate(-1px, -50%);
    cursor: pointer
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-slider .ui-slider-handle:last-of-type {
    transform: translate(-11px, -50%)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-slider .ui-slider-range {
    position: relative;
    height: 2px;
    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--max {
    position: relative;
    right: 0
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-filter-bottom .qodef--max:before {
    content: '-';
    margin-right: 4px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-filter-bottom .qodef-button {
    padding: 7px 20px
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-horizontal {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-horizontal .qodef-dropdown-holder {
    margin-right: 12px
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-horizontal .qodef-dropdown-holder.qodef-price-filter .qodef-dropdown-options {
    min-width: 300px
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-horizontal.qodef--initialized {
    opacity: 1;
    visibility: visible
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-vertical {
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-vertical.qodef--initialized {
    opacity: 1;
    visibility: visible
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-content {
    margin-top: 14px
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-content .qodef-filter-item {
    margin-bottom: 35px
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-content .qodef-filter-title {
    margin: 0 0 15px
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more {
    display: none;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    color: var(--qode-main-color);
    letter-spacing: -.01em;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height)
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:hover,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more:hover {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.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-e-widget-area {
    margin-top: 42px
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-opener {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #33691e;
    background-color: #f1f8e9;
    border-radius: 8px;
    padding: 6px 18px 7px
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-opener:only-child {
    margin-right: 0
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-opener span {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    margin-left: 6px
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-close {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    background-color: #f1f8e9;
    border-radius: 50%
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-close svg {
    position: relative;
    top: 4px;
    left: 8px
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder .qodef-e-info-left {
    display: flex;
    align-items: center
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder .qodef-e-info-right {
    align-items: center
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder .qodef-e-info-right {
        width: 100%
    }
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder .qodef-e-info-right.qodef--active {
    display: flex;
    opacity: 1;
    visibility: visible
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder .qodef-e-title {
    margin: 0 0 2px
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder {
        justify-content: flex-start
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder.qodef-filter-top-bar {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder .qodef-e-info-right {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder .qodef-product-list-ordering {
        margin-left: 0;
        margin-top: 20px
    }
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-widget-area {
    margin-top: 42px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-grid-filter {
    display: flex;
    align-items: center;
    margin-right: 4px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-grid-filter .qodef-e-grid-option {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--qode-main-color);
    padding: 8px 7px;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    margin-right: 8px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-grid-filter .qodef-e-grid-option.qodef--active,
.qodef-woo-product-list.qodef-shortcode .qodef-e-grid-filter .qodef-e-grid-option:hover {
    color: #33691e;
    background-color: #f1f8e9
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    column-gap: 0;
    grid-template-areas: 'sidebar' 'main-list' 'top-filter'
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar .qodef-filter-top-bar {
    grid-area: top-filter;
    grid-column: col-start 4/-1;
    grid-row: 1/2
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar .qodef-filter-content {
    grid-area: sidebar;
    grid-column: col-start/span 3;
    grid-row: 1/10;
    margin-right: var(--qode-product-list-sidebar-filter-margin, 30px)
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar>ul {
    grid-area: main-list;
    grid-column: col-start 4/-1
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar .qodef-m-pagination {
    grid-column: col-start 4/-1;
    grid-row: 3
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area>.qodef-filter-content {
    position: fixed;
    top: 0;
    right: -367px;
    width: 367px;
    height: 100vh;
    margin: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: -6px 0 10px rgba(0, 0, 0, .1);
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area>.qodef-filter-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.qodef-product-side-area--opened .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area>.qodef-filter-content {
    right: 0;
    visibility: visible
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area .qodef-product-list-filter-vertical {
    height: calc(100% - 150px)
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area .qodef-filter-item {
    padding: 23px 36px 24px 48px;
    margin-bottom: 0;
    border-bottom: 1px solid #f5f5f5
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area .qodef-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 36px 21px 48px;
    border-bottom: 1px solid #f5f5f5
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area .qodef-info-top .qodef-e-title {
    margin: 0
}

.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area .qodef-e-widget-area {
    margin: 0;
    padding: 13px 36px 16px 48px;
    border-bottom: 1px solid #f5f5f5
}

.qodef-woo-product-list.qodef-shortcode.qodef-grid-filter--on.qodef-item-layout--horizontal.qodef-col-num--1>.qodef-grid-inner {
    --qode-columns: 1 !important
}

.qodef-woo-product-list.qodef--no-wishlist .yith-wcwl-add-to-wishlist {
    display: none
}

.qodef-woo-product-list.qodef--no-quickview .yith-wcqv-button {
    display: none
}

.qodef-woo-product-list.qodef--no-compare a.button.compare {
    display: none
}

.qodef-product-slider-holder {
    position: relative
}

.qodef-product-slider-holder.qodef-woo-product-slider--info-left {
    display: flex
}

.qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 22.5%;
    margin-right: 7%
}

.qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left .qodef-navigation {
    position: relative;
    margin-top: 37px
}

.qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left .qodef-e-slider-title {
    margin: 0 0 15px
}

.qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left .qodef-e-slider-text {
    margin: 0;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1.57143em;
    font-weight: 500;
    color: #000
}

.qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left .swiper-button-next,
.qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left .swiper-button-prev {
    top: 0;
    transform: none
}

.qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left .swiper-button-prev {
    left: 0 !important
}

.qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left .swiper-button-next {
    right: unset !important;
    left: 50px
}

.qodef-product-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .17);
    z-index: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-product-side-area--opened .qodef-product-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-woo-product-list.qodef-item-layout--catalogue.qodef-col-num--1 .qodef-woo-product-mark.qodef-woo-onsale {
    top: 20px;
    right: 17px
}

.qodef-woo-product-list.qodef-item-layout--catalogue.qodef-col-num--1 .qodef-e-content {
    margin: 24px 0 0
}

.qodef-woo-product-list.qodef-item-layout--catalogue.qodef-col-num--1 .qodef-woo-product-title {
    min-height: 0
}

.qodef-woo-product-list.qodef-item-layout--catalogue.qodef-col-num--1 .qodef-woo-ratings {
    margin-top: 13px
}

.qodef-woo-product-list.qodef-item-layout--catalogue.qodef-col-num--1 .qodef-e-price-holder {
    margin: 13px 0 0
}

.qodef-woo-product-list.qodef-item-layout--catalogue.qodef-col-num--1 .price del {
    margin-left: 10px
}

.qodef-woo-product-list.qodef-item-layout--catalogue.qodef-swiper-container.qodef-col-num--1 .qodef-e-content {
    margin: 14px 0 0
}

.qodef-woo-product-list.qodef-item-layout--horizontal {
    --qode-product-list-border-radius: 20px
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-inner {
    display: flex;
    padding: 0
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-media {
    width: auto;
    flex-basis: 33%
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-media-image {
    align-items: center;
    height: 100%
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-media-image a,
.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-media-image img {
    border-radius: var(--qode-product-list-border-radius) 0 0 var(--qode-product-list-border-radius)
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-woo-product-mark.qodef-woo-onsale {
    top: 17px;
    right: 18px
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-content {
    margin: 0;
    padding: 30px 35px 31px;
    flex-basis: 67%
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-woo-product-excerpt {
    margin: 8px 0 12px
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-woo-product-title {
    margin: 8px 0 0;
    min-height: 0
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-price-holder {
    margin: 2px 0 0 !important
}

.qodef-woo-product-list.qodef-item-layout--horizontal .qodef-action-holder {
    margin-top: 19px
}

.qodef-woo-product-list.qodef-item-layout--horizontal .button.add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--horizontal .button.product_type_grouped,
.qodef-woo-product-list.qodef-item-layout--horizontal .button.product_type_variable,
.qodef-woo-product-list.qodef-item-layout--horizontal a.added_to_cart {
    padding: 7px 20px 9px;
    flex-grow: 0
}

@media only screen and (min-width:681px) {

    .qodef-woo-product-list.qodef-item-layout--horizontal .button.add_to_cart_button,
    .qodef-woo-product-list.qodef-item-layout--horizontal .button.product_type_grouped,
    .qodef-woo-product-list.qodef-item-layout--horizontal .button.product_type_variable,
    .qodef-woo-product-list.qodef-item-layout--horizontal a.added_to_cart {
        width: auto !important;
        flex-basis: unset !important
    }
}

.qodef-woo-product-list.qodef-item-layout--horizontal .ywpc-countdown-loop {
    flex-direction: row
}

.qodef-woo-product-list.qodef-item-layout--horizontal .ywpc-countdown-loop .ywpc-timer {
    margin: 0
}

.qodef-woo-product-list.qodef-item-layout--info-right {
    --qode-product-list-border-radius: 20px
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e {
    border: 0;
    border-radius: 0
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-inner {
    display: flex;
    padding: 0
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media {
    width: auto;
    flex-shrink: 0
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media-image {
    align-items: center;
    height: 100%
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media-image img,
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media-image>a {
    border-radius: var(--qode-product-list-border-radius)
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media-image img {
    border: 1px solid #dedede
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-mark.qodef-woo-onsale {
    top: 17px;
    right: 18px
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-content {
    margin: 0 0 0 13px;
    padding: 0
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-ratings {
    margin-top: 10px
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-price-holder {
    margin: 7px 0 0
}

.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-title {
    margin: 8px 0 0;
    min-height: 0
}

.qodef-woo-product-list.qodef-item-layout--info-right .ywpc-countdown-loop {
    flex-direction: row
}

.qodef-woo-product-list.qodef-item-layout--info-right .ywpc-countdown-loop .ywpc-timer {
    margin: 0
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-list.qodef-item-layout--info-right .ywpc-countdown-loop {
        flex-direction: column;
        align-items: center
    }

    .qodef-woo-product-list.qodef-item-layout--info-right .ywpc-countdown-loop .ywpc-timer {
        margin: 10px 0 0
    }
}

.qodef-product-layout--big-gallery #qodef-page-inner {
    padding: 64px 0 124px
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single {
    padding-left: 52px;
    padding-right: 52px
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-swiper-container {
    display: none
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .entry-summary {
    grid-row: span 2
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .entry-summary .qodef-sticky-column--enable {
    position: sticky;
    top: 0;
    height: max-content
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    grid-template-columns: minmax(0, 75%) minmax(0, 25%);
    gap: 65px
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper {
    --qode-columns: 2 !important;
    gap: 22px
}

.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>.woocommerce-product-gallery__image img {
    border: none
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .shop_attributes tbody {
    grid-template-columns: 1fr
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-content .woocommerce-tabs {
    margin-top: 0
}

.qodef-product-layout--big-images #qodef-page-inner {
    padding: 74px 0 150px
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    grid-template-columns: minmax(0, calc(50% - 65px)) minmax(0, calc(50% + 10px));
    gap: 75px
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-woo-single-inner .qodef-woo-single-image {
    grid-column: 1
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary {
    grid-column: 2
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper::before {
    display: none
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-woo-single-content {
    margin-top: 44px
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-woo-single-additional-information-title {
    margin: 39px 0 10px
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .entry-summary .shop_attributes tbody {
    grid-template-columns: 1fr
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-info-panel {
    margin-top: 30px
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .woocommerce-Reviews {
    margin-top: 74px
}

.qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-product-cart-showcase {
    margin-top: 36px
}

.qodef-product-search-holder .qodef-product-search-form {
    position: relative;
    border: 1px solid var(--qode-main-color);
    background-color: #fff;
    box-sizing: border-box;
    height: 50px;
    border-radius: 8px
}

.qodef-product-search-holder .qodef-product-search-form .tt-suggestion.tt-selectable {
    cursor: pointer
}

.qodef-product-search-holder .qodef-product-category-holder {
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 6
}

.qodef-product-search-holder .qodef-product-category-holder:after {
    content: "";
    position: absolute;
    right: 19px;
    top: 12px;
    width: 7px;
    height: 4px;
    background-color: #000;
    -webkit-mask: url(../img/arrow-down.svg) no-repeat center center/7px 4px;
    mask: url(../img/arrow-down.svg) no-repeat center center/7px 4px;
    pointer-events: none;
    transition: transform .2s ease-out, background-color .2s ease-out
}

.qodef-product-search-holder .qodef-product-category {
    display: block;
    width: 153px;
    height: 29px;
    outline: 0;
    border: 0;
    border-radius: 0;
    padding: 0 35px 0 21px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #dedede;
    background-image: unset
}

.qodef-product-search-holder .qodef-product-category:focus {
    box-shadow: 0 0 0 2px transparent inset
}

.qodef-product-search-holder .twitter-typeahead {
    width: 100%
}

.qodef-product-search-holder .tt-menu {
    background-color: #fff;
    width: 100%;
    top: 100% !important;
    border: 1px solid var(--qode-main-color);
    padding: 20px;
    border-radius: 8px
}

.qodef-product-search-holder .tt-suggestion {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
    box-sizing: border-box
}

.qodef-product-search-holder .tt-suggestion:last-child {
    margin-bottom: 0
}

.qodef-product-search-holder .tt-suggestion:nth-child(2n+1) {
    clear: both
}

.qodef-product-search-holder .tt-suggestion strong {
    font-weight: inherit;
    color: inherit
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item {
    display: table;
    position: relative
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-image {
    display: block;
    vertical-align: middle
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-image img {
    display: block;
    width: 77px;
    height: 77px;
    border: 1px solid #dedede;
    border-radius: 8px
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-item-cat {
    text-transform: capitalize;
    font-size: 12px;
    color: var(--qode-main-color)
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-item-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    text-align: left
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-title strong {
    font-weight: inherit;
    color: var(--qode-main-color)
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    flex-direction: row;
    font-size: 16px;
    font-weight: 700
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price del {
    font-weight: 400;
    color: #b5b5b5;
    margin-left: 4px;
    text-decoration: none;
    position: relative
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price del:after {
    content: '';
    position: absolute;
    left: .45em;
    top: 50%;
    height: 1px;
    width: calc(100% - 1.2em);
    background-color: currentColor
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price .woocommerce-Price-currencySymbol,
.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price sup {
    font-weight: 400;
    font-size: .7em
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price .woocommerce-Price-currencySymbol {
    position: relative;
    top: -.3em
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price ins {
    text-decoration: none
}

.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price .woocommerce-Price-currencySymbol,
.qodef-product-search-holder .tt-suggestion .qodef-product-search-item .qodef-product-search-price sup {
    position: relative;
    vertical-align: baseline;
    top: -.5em;
    font-size: 60%;
    font-weight: 400
}

.qodef-product-search-holder .tt-suggestion:last-child .qodef-product-search-item:after,
.qodef-product-search-holder .tt-suggestion:nth-child(2n) .qodef-product-search-item:after {
    display: none
}

.qodef-product-search-holder .qodef-product-search {
    padding: 13px 0;
    margin: 0 72px 0 168px;
    border: 0;
    background-color: #fff !important;
    max-width: 377px;
    font-size: 15px
}

@media only screen and (max-width:1512px) {
    .qodef-product-search-holder .qodef-product-search {
        max-width: 250px
    }
}

.qodef-product-search-holder button[type=submit].qodef-product-search-submit {
    display: block;
    position: absolute;
    top: 3px;
    right: 4px;
    width: 41px;
    height: 41px;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border: 0
}

.qodef-product-search-holder button[type=submit].qodef-product-search-submit svg {
    position: absolute;
    top: 11px;
    right: 11px
}

.qodef-product-search-holder button[type=submit].qodef-product-search-submit i {
    position: relative;
    top: 2px
}

.qodef-product-search-holder input[type=text]:focus {
    box-shadow: initial
}

.qodef-light-header .qodef-product-search-holder .qodef-product-search,
.qodef-logo-area-light-header .qodef-product-search-holder .qodef-product-search {
    background-color: #fff !important
}

.qodef-light-header .qodef-product-search-holder .qodef-product-search-submit,
.qodef-logo-area-light-header .qodef-product-search-holder .qodef-product-search-submit {
    background-color: #ffd740
}

.qodef-logo-area-dark-header .qodef-product-search-holder .qodef-product-search {
    background-color: transparent !important
}

.qodef-logo-area-dark-header .qodef-product-search-holder .qodef-product-search-submit {
    background-color: var(--qode-main-color)
}

.widget_greenpath_core_qode_wishlist {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link {
    display: flex;
    align-items: center
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-icon-count-holder {
    position: relative;
    display: inline-block
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon {
    display: block;
    line-height: 1
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon svg {
    width: 24px;
    height: 22px
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon svg {
    width: 18px;
    height: 16px
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
    position: absolute;
    top: -3px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px 3px;
    font-family: Manrope, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #33691e;
    background-color: #f1f8e9
}

.qodef-skin--light .widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
    color: var(--qode-main-color);
    background-color: #f1f8e9
}

.qodef-skin--dark .widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
    color: #fff;
    background-color: var(--qode-header-dark-color)
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
    left: 11px;
    top: -6px;
    width: 12px;
    height: 12px;
    font-size: 9px
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count .blockUI {
    display: none !important
}

.widget_greenpath_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center
}

.widget_greenpath_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_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-icon {
    line-height: 1
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-icon svg {
    width: 24px;
    height: 23px
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-icon svg {
    width: 18px;
    height: 16px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-count {
    position: absolute;
    top: -3px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px 3px;
    font-family: Manrope, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #33691e;
    background-color: #f1f8e9
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-count {
    left: 11px;
    top: -6px;
    width: 12px;
    height: 12px;
    font-size: 9px
}

.qodef-skin--light .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-count {
    color: var(--qode-main-color);
    background-color: #f1f8e9
}

.qodef-skin--dark .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-count {
    color: #fff;
    background-color: var(--qode-header-dark-color)
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-amount {
    margin-left: 10px;
    font-weight: 700;
    white-space: nowrap
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-amount .woocommerce-Price-amount sup {
    top: unset;
    font-size: inherit
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-amount .woocommerce-Price-amount sup::before {
    content: ".";
    display: inline-block
}

@media only screen and (max-width:1024px) {
    .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-amount {
        display: none
    }
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    position: fixed;
    top: 0;
    right: -356px;
    height: 100vh;
    width: 356px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 147px;
    background-color: #fff;
    border-left: 1px solid #f5f5f5;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

@media only screen and (max-width:782px) {
    .admin-bar .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
        top: 46px;
        height: calc(100vh - 46px)
    }
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 28px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-logo .qodef-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 68px !important;
    max-height: 100%
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-logo .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 50% !important;
    transition: opacity .3s ease
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-logo .qodef-header-logo-link img.qodef--main {
    opacity: 1 !important
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-logo .qodef-header-logo-link img.qodef--dark,
.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-logo .qodef-header-logo-link img.qodef--light {
    opacity: 0 !important
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-heading {
    margin: 0;
    padding: 13px 22px 17px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border: 0 solid transparent;
    border-radius: 50%;
    color: #33691e;
    background: #f1f8e9;
    z-index: 1000
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close svg {
    transition: transform .35s cubic-bezier(.25, .1, .15, .95);
    transform: rotate(0)
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover {
    cursor: pointer
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover svg {
    transform: rotate(45deg)
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close-icon {
    line-height: 0;
    color: #33691e
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 22px
}

.widget_greenpath_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 !important
}

.widget_greenpath_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-top: 20px;
    padding: 0 22px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 85px;
    margin-right: 20px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    border: 1px solid #dedede;
    border-radius: 8px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0;
    font-size: 13px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price sup {
    top: -.3em
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-remove-text {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    color: var(--qode-main-color);
    --qodef-underline-position-y: calc(100% - 4px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    z-index: 5
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-remove-text:hover {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-remove-text .remove {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.widget_greenpath_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: 11px 22px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    padding: 0 22px;
    background: #fff
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 8px;
    outline: 0;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 7px 20px;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 1px solid transparent !important;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: #fff !important;
    background-color: #698141 !important
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart {
    background-color: #f1f8e9 !important;
    color: #33691e !important
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart:focus,
.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart:hover {
    background-color: #33691e !important;
    color: #fff !important
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster {
    grid-column: span 2;
    grid-row: 2;
    letter-spacing: -.02em;
    padding: 18px 22px 30px;
    margin: 0 -22px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    column-gap: 23px;
    background-color: #fff
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar-message {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar-message svg {
    margin-right: 8px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar .progressbar {
    border-radius: 10px !important;
    overflow: hidden
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar .progressbar .proggress {
    border-radius: 10px !important
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar .progressbar .percentCount {
    display: none
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar .qodef-woo-cart-progress-bar-amount {
    font-weight: 700;
    margin: 0 5px
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar .qodef-woo-cart-progress-bar-amount .woocommerce-Price-amount sup {
    top: unset;
    font-size: inherit
}

.widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-sale-booster .qodef-woo-cart-progress-bar .qodef-woo-cart-progress-bar-amount .woocommerce-Price-amount sup::before {
    content: ".";
    display: inline-block
}

.widget_greenpath_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0000002B;
    opacity: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    z-index: 0
}

.qodef-woo-side-area-cart--opened .qodef-woo-side-area-cart-cover {
    width: calc(100% - 356px);
    opacity: 1;
    z-index: 9998
}

.widget_greenpath_core_yith_wishlist {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link {
    display: flex;
    align-items: center
}

.widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-icon-count-holder {
    position: relative;
    display: inline-block
}

.widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon {
    display: block;
    line-height: 1
}

.widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon svg {
    width: 24px;
    height: 22px
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon svg {
    width: 18px;
    height: 16px
}

.widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
    position: absolute;
    top: -3px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px 3px;
    font-family: Manrope, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #33691e;
    background-color: #f1f8e9
}

.qodef-skin--light .widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
    color: var(--qode-main-color);
    background-color: #f1f8e9
}

.qodef-skin--dark .widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
    color: #fff;
    background-color: var(--qode-header-dark-color)
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
    left: 11px;
    top: -6px;
    width: 12px;
    height: 12px;
    font-size: 9px
}

.widget_greenpath_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count .blockUI {
    display: none !important
}

.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--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-team-list .qodef-e-media-image img {
    border-radius: 20px
}

.qodef-team-list .qodef-e-role {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    margin: 0
}

.qodef-team-list .qodef-e-title {
    margin: 0 0 6px
}

.qodef-team-list .qodef-social-icon {
    margin: 27px 0 0
}

.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon {
    font-size: 19px;
    color: var(--qode-main-color);
    margin-right: 19px
}

.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon:last-child {
    margin-right: 0
}

.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon svg {
    fill: currentColor
}

.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon span,
.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon svg {
    --qode-y: -2px;
    transform: translateY(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94)
}

.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon:hover span,
.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon:hover svg {
    transform: translateY(var(--qode-y))
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 27px 0 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .2s ease-out;
    z-index: -1
}

.qodef-testimonials-list .qodef-e-inner {
    display: flex
}

.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-e-title {
    margin: 26px 0 0
}

.qodef-testimonials-list .qodef-e-text {
    margin: 30px 0 0
}

.qodef-testimonials-list .qodef-e-author {
    margin: 30px 0 0
}

.qodef-testimonials-list .qodef-e-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding: 0
}

.qodef-testimonials-list .qodef-e-content .qodef-rating-holder {
    color: #fdd835
}

.qodef-testimonials-list .qodef-e-content .qodef-svg--star {
    display: inline-block;
    width: 18px;
    height: 18px
}

.qodef-testimonials-list .qodef-e-content .qodef-e-current-rating .qodef-svg--star {
    fill: currentColor
}

.qodef-testimonials-list.qodef-text-style--alternate .qodef-e-text {
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1.57143em;
    font-weight: 500;
    color: #000
}

.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-retina-scaling--yes img {
    display: block;
    max-width: 50%;
    margin: 0 auto
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-parallax {
    display: flex;
    flex-direction: column
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-centered-content .qodef-e-inner {
    padding: 0 4%
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-centered-content .qodef-e-parallax {
    align-items: center
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-centered-content .qodef-e-content {
    align-items: center;
    overflow: hidden
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-centered-content .qodef-e-text,
.qodef-testimonials-list.qodef-item-layout--info-below.qodef-centered-content .qodef-e-title {
    text-align: center
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-centered-content .qodef-rating-holder {
    displaY: flex;
    justify-content: center
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-inner {
    height: 100%
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-inner.qodef-right-position .qodef-e-media-image {
    padding-right: 0;
    padding-left: 19px
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-media-image {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    padding-right: 19px
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-content {
    width: 100%;
    padding: 27px 33px 33px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    background-color: #fff
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-content .qodef-rating-holder {
    color: #fcde89
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-title {
    margin: 6px 0 15px
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-text {
    max-width: 92%;
    margin: 0 0 7px
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-author {
    margin: auto 0 0;
    text-transform: none
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-svg--quote-outline {
    position: absolute;
    top: 25px;
    right: 20px
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .swiper-pagination-bullets {
    text-align: left;
    bottom: 0 !important;
    width: 10px;
    right: 0 !important
}

.qodef-testimonials-list.qodef-item-layout--info-boxed .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: #88a842
}

.qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-container-vertical .qodef-e-inner,
.qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-vertical .qodef-e-inner {
    max-width: 87%
}

.qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-container-vertical .qodef-e-author,
.qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-vertical .qodef-e-author {
    margin-top: 10px
}

.qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-container-vertical .swiper-pagination-bullets,
.qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-vertical .swiper-pagination-bullets {
    width: auto;
    height: 100%;
    gap: 10px
}

.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: #fdd835
}

.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 {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-top: 7px;
    width: auto
}

.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: #fdd835
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .1em;
    width: 14px;
    height: auto
}

.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--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor
}

.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-average-rating .qodef-reviews-rating {
    font-family: Manrope, sans-serif;
    font-size: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: #000
}

.qodef-reviews-average-rating svg {
    width: 23px;
    height: auto;
    fill: #fdd835;
    margin: 0 10px
}

.qodef-reviews-average-rating-simple .qodef-reviews-rating {
    font-family: Manrope, sans-serif;
    font-size: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: #fff
}

.qodef-reviews-average-rating-simple svg {
    width: 23px;
    height: auto;
    fill: #fdd835;
    margin: 0 0 0 10px
}

.qodef-reviews-per-mark {
    margin-bottom: -25px
}

.qodef-reviews-per-mark .qodef-reviews-title {
    margin-bottom: 30px
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

@media only screen and (max-width:680px) {
    .qodef-reviews-per-mark .qodef-reviews-number-holder {
        flex-direction: column
    }
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 28.5%;
    text-align: center;
    padding: 0 15px
}

@media only screen and (max-width:680px) {
    .qodef-reviews-per-mark .qodef-reviews-number-wrapper {
        width: 100%
    }
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 80px;
    color: #000;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -.02em
}

.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 svg {
    color: #fdd835
}

.qodef-reviews-per-mark .qodef-reviews-count {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 71.5%;
    padding: 25px 50px 22px;
    display: grid;
    gap: 17px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper .percentCount {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    top: -26px !important
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper .progressbar {
    border-radius: 10px !important;
    overflow: hidden
}

@media only screen and (max-width:680px) {
    .qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
        width: 100%;
        padding: 25px 0 22px
    }
}

.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-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.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-source--icon-pack {
    font-size: 23px
}

.qodef-search-cover-form .qodef-m-close.qodef-source--predefined .qodef-m-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 solid transparent;
    border-radius: 50%;
    background-color: #f1f8e9
}

.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: #000;
    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: #000;
    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: #000;
    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: #000
}

.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-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 .qodef-accordion-item {
    padding: 18px 24px;
    border: 1px solid #dedede;
    border-radius: 20px;
    margin: 12px 0 0;
    background-color: #fff
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-item:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    display: flex;
    color: var(--qode-main-color);
    transition: .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark svg {
    fill: currentColor
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark {
    transform: rotate(180deg)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 10px 0 12px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.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-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: 0
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 400;
    color: #000;
    margin: 15px 0 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-stamp {
    margin-bottom: 14px
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-radius: var(--qode-banner-image-border-radius, 20px)
}

.qodef-banner .qodef-m-image img {
    display: block;
    width: 100%;
    transition: all .35s ease-out
}

.qodef-banner.qodef-subtitle--predefined .qodef-m-subtitle {
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1.57143em;
    font-weight: 500;
    color: #000
}

.qodef-banner .qodef-m-image img {
    will-change: transform;
    transform-origin: center;
    --qodef-img-move: 4;
    --qodef-img-scale: 1.1;
    transform: translateX(0) translateZ(0) scale(var(--qodef-img-scale));
    transition: transform .4s cubic-bezier(.39, .57, .29, .93)
}

.qodef-banner:hover .qodef-m-image img {
    transform: translateX(calc(var(--qodef-img-move) * 1px)) translateZ(0) scale(var(--qodef-img-scale))
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 19px 31px
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 0 0 6px
}

.qodef-banner.qodef-layout--link-button h1.qodef-m-title {
    font-size: 56px
}

.qodef-banner.qodef-layout--link-button .qodef-m-banner-text {
    margin: 0;
    max-width: 65%
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 20px 0 0
}

.qodef-banner.qodef-layout--link-button.qodef-vertical-layout--bottom .qodef-m-content-inner {
    justify-content: flex-end
}

.qodef-banner.qodef-layout--link-button.qodef-vertical-layout--center .qodef-m-content-inner {
    justify-content: center
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-stamp {
    display: inline-block;
    position: relative;
    top: var(--qode-banner-stamp-top-position, 23px);
    left: var(--qode-banner-stamp-left-position, 22px)
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    top: unset;
    bottom: 0;
    height: auto;
    background-color: #698141;
    border-radius: 0 0 var(--qode-banner-image-border-radius, 20px) var(--qode-banner-image-border-radius, 20px);
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 20px 38px 37px
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 8px;
    outline: 0;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 16px 31px 14px
}

.qodef-button.qodef-size--small {
    padding: 7px 20px
}

.qodef-button.qodef-size--large {
    padding: 18px 34px 16px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 18px 20px 16px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-color: #698141
}

.qodef-button.qodef-layout--filled .qodef-svg--button-icon {
    margin-right: 4px
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined:hover {
    color: #698141;
    border-color: #698141
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height)
}

.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.33333%
}

.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.66667%
}

.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: #000
}

.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: #000
}

.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_greenpath_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;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 38px;
    line-height: 1.26316em;
    font-weight: 600;
    letter-spacing: -.01em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-family: Manrope, sans-serif;
    font-size: 26px;
    line-height: 1.30769em;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #fff;
    background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.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: #000
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.qodef-icon-list-item .qodef-e-title:not(p) {
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block;
    padding-bottom: 2px;
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-list-item .qodef-e-title a:hover {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: flex-start
}

.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: 14px
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon:before {
    margin: 6px 5px 0 0
}

.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_greenpath_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_greenpath_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_greenpath_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_greenpath_core_icon_list_item img {
    margin-right: 12px
}

.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-title a:hover {
    color: var(--qode-main-color)
}

.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-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--underline-hover .qodef-m-title a {
    display: inline;
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-with-text.qodef--underline-hover .qodef-m-title a:hover {
    color: currentColor;
    background-size: 100% var(--qodef-underline-height)
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 16px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title:not(p) {
    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: var(--qode-icon-with-text-icon-margin, 5px)
}

.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-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: #000
}

.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
}

.qodef-icon-holder.qodef--predefined-icon {
    position: relative;
    --qode-circle-color: #ecf7e1
}

.qodef-icon-holder.qodef--predefined-icon:before {
    content: '';
    position: absolute;
    background-color: var(--qode-circle-color);
    width: 124%;
    height: 124%;
    border-radius: 50%;
    top: -11%;
    left: -22%
}

.qodef-icon-holder.qodef--predefined-icon .qodef-svg--logo-lemon {
    width: var(--qode-width);
    height: auto;
    position: relative;
    display: block;
    --qode-duration: 1.8s
}

.qodef-icon-holder.qodef--predefined-icon .qodef-svg--logo-lemon .qode--lemon {
    transform: scale(.91);
    transform-origin: 11px 26px;
    animation: qode-lemon var(--qode-duration) linear -.89302s infinite normal forwards running
}

.qodef-icon-holder.qodef--predefined-icon .qodef-svg--logo-lemon .qode--lemon-dots {
    transform: scale(.91);
    transform-origin: 11px 34px;
    animation: qode-lemon var(--qode-duration) linear -.91s infinite normal forwards running
}

.qodef-icon-holder.qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front {
    transform: scale(.91);
    transform-origin: 30px -4px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

.qodef-icon-holder.qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front,
.qodef-icon-holder.qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front-shadow {
    transform: scale(.91);
    transform-origin: 17px 2px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

.qodef-icon-holder.qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-back {
    transform: scale(.99);
    transform-origin: 42px -39px;
    animation: qode-lemon-3 var(--qode-duration) linear -.76s infinite normal forwards running
}

.qodef-icon-holder.qodef--predefined-icon .qodef-svg--logo-lemon .qode--handle {
    transform: scale(.91);
    transform-origin: 5px 32px;
    animation: qode-lemon var(--qode-duration) linear -.85s infinite normal forwards running
}

.widget.widget_greenpath_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_greenpath_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_greenpath_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_greenpath_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery .qodef-e img {
    border-width: var(--qode-image-gallery-border-width, 0);
    border-style: var(--qode-image-gallery-border-style, none);
    border-color: var(--qode-image-gallery-border-color, transparent);
    border-radius: var(--qode-image-gallery-border-radius, 0)
}

.qodef-image-gallery.qodef-image-gallery--box-shadow .qodef-e img {
    box-shadow: 0 -10px 30px rgba(108, 94, 94, .1)
}

.qodef-image-gallery.qodef-image-gallery-instagram-style .qodef-e: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-image-gallery.qodef-image-gallery-instagram-style .qodef-e:hover:after {
    opacity: 1
}

.qodef-image-gallery.qodef-swiper-container~.swiper-button-next.swiper-button-outside {
    right: -88px !important
}

.qodef-image-gallery.qodef-swiper-container~.swiper-button-prev.swiper-button-outside {
    left: -88px !important
}

@media only screen and (max-width:1024px) {
    .qodef-image-gallery.qodef-swiper-container~.swiper-button-next.swiper-button-outside {
        right: -68px !important
    }

    .qodef-image-gallery.qodef-swiper-container~.swiper-button-prev.swiper-button-outside {
        left: -68px !important
    }
}

@media only screen and (max-width:880px) {
    .qodef-image-gallery.qodef-swiper-container~.swiper-button-next.swiper-button-outside {
        right: -48px !important
    }

    .qodef-image-gallery.qodef-swiper-container~.swiper-button-prev.swiper-button-outside {
        left: -48px !important
    }
}

.qodef-image-gallery.qodef-scroll-gallery .qodef-grid-inner-copy {
    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);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    left: unset
}

@media only screen and (max-width:1024px) {
    .qodef-image-gallery.qodef-scroll-gallery .qodef-grid-inner-copy {
        display: none
    }
}

.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-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: inline-flex;
    align-items: flex-start;
    overflow: hidden
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-image img {
    border-width: var(--qode-image-with-text-border-width, 0);
    border-style: var(--qode-image-with-text-border-style, none);
    border-color: var(--qode-image-with-text-border-color, transparent);
    border-radius: var(--qode-image-with-text-border-radius, 0);
    transition: opacity .2s ease-out
}

.qodef-image-with-text .qodef-m-image img:not(.qodef-m-hover-image) {
    opacity: 1
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: block
}

.qodef-image-with-text .qodef-m-title {
    margin: 31px 0 0
}

.qodef-image-with-text .qodef-m-title a {
    display: inline-block
}

.qodef-image-with-text .qodef-m-title a:hover {
    color: currentColor
}

@media only screen and (max-width:680px) {
    .qodef-image-with-text .qodef-m-title {
        margin-top: 25px
    }
}

.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0
}

.qodef-image-with-text img.qodef-m-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-out, transform .33s ease;
    transform: scale(1.03);
    will-change: transform
}

.qodef-image-with-text:hover img.qodef-m-hover-image {
    opacity: 1;
    transform: scale(1)
}

.qodef-image-with-text.qodef-image-align--center .qodef-m-image {
    justify-content: center
}

.qodef-image-with-text.qodef-image-align--center .qodef-m-hover-image {
    left: 50%;
    transform: scale(1);
    translate: -50% 0;
    transition: opacity .35s ease-out
}

.qodef-image-with-text.qodef-image-align--right .qodef-m-image {
    justify-content: flex-end
}

.qodef-image-with-text.qodef-image-align--right .qodef-m-hover-image {
    left: unset;
    right: 0
}

.qodef-image-with-text.qodef--has-hover .qodef-m-image {
    overflow: visible;
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.26, .57, .32, .95)
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon {
    position: relative;
    --qode-circle-color: #ecf7e1;
    position: absolute;
    top: -30px;
    right: -30px;
    --qode-width: 60px;
    pointer-events: none;
    --qode-x: 0px;
    --qode-y: -10px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .4s ease-out, transform .65s cubic-bezier(.25, .15, .06, .96);
    transform: translateX(var(--qode-x)) translateY(var(--qode-y)) rotate(15deg)
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon:before {
    content: '';
    position: absolute;
    background-color: var(--qode-circle-color);
    width: 124%;
    height: 124%;
    border-radius: 50%;
    top: -11%;
    left: -22%
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon .qodef-svg--logo-lemon {
    width: var(--qode-width);
    height: auto;
    position: relative;
    display: block;
    --qode-duration: 1.8s
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon .qodef-svg--logo-lemon .qode--lemon {
    transform: scale(.91);
    transform-origin: 11px 26px;
    animation: qode-lemon var(--qode-duration) linear -.89302s infinite normal forwards running
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon .qodef-svg--logo-lemon .qode--lemon-dots {
    transform: scale(.91);
    transform-origin: 11px 34px;
    animation: qode-lemon var(--qode-duration) linear -.91s infinite normal forwards running
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front {
    transform: scale(.91);
    transform-origin: 30px -4px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front,
.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front-shadow {
    transform: scale(.91);
    transform-origin: 17px 2px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-back {
    transform: scale(.99);
    transform-origin: 42px -39px;
    animation: qode-lemon-3 var(--qode-duration) linear -.76s infinite normal forwards running
}

.qodef-image-with-text.qodef--has-hover .qodef--predefined-icon .qodef-svg--logo-lemon .qode--handle {
    transform: scale(.91);
    transform-origin: 5px 32px;
    animation: qode-lemon var(--qode-duration) linear -.85s infinite normal forwards running
}

@media only screen and (max-width:680px) {
    .qodef-image-with-text.qodef--has-hover .qodef--predefined-icon {
        display: none
    }
}

.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
    transform: translateY(-6px)
}

.qodef-image-with-text.qodef--has-hover:hover .qodef--predefined-icon {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.qodef-image-with-text.qodef--has-appear {
    --qodef-translate-y: 40px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.1s cubic-bezier(.28, .89, .18, 1.09), opacity .35s
}

.elementor-element.e-con:nth-of-type(odd) .elementor-element.e-con:nth-of-type(even) .qodef-image-with-text.qodef--has-appear {
    transition-delay: .15s, .15s
}

.elementor-element.e-con:nth-of-type(even) .elementor-element.e-con:nth-of-type(odd) .qodef-image-with-text.qodef--has-appear {
    transition-delay: .3s, .3s
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1
}

.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-e-text {
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1.57143em;
    font-weight: 500;
    color: #000;
    margin: 0 0 26px
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 14px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, .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: Manrope, sans-serif;
    font-size: 38px;
    line-height: 1.26316em;
    font-weight: 600;
    letter-spacing: -.01em;
    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: #000
}

.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: #000;
    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: #000;
    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: Manrope, sans-serif;
    font-size: 38px;
    line-height: 1.26316em;
    font-weight: 600;
    letter-spacing: -.01em;
    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-mobile-video-holder {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.qodef-mobile-video-holder video {
    max-width: 100%
}

.qodef-mobile-video-holder .qodef-mobile-frame {
    position: relative;
    width: auto;
    display: inline-block;
    z-index: 2
}

.qodef-mobile-video-holder .qodef-m-video {
    position: absolute;
    left: 5%;
    top: 2.4%;
    max-width: 90%;
    max-height: 96%;
    border-radius: 20px;
    overflow: hidden
}

.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: #000
}

.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: #000;
    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;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600
}

.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 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.556em;
    margin: 21px 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-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 #dedede
}

.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_greenpath_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_greenpath_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_greenpath_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 a {
    display: inline-flex
}

.qodef-single-image.qodef--rounded-border img {
    border-radius: 20px
}

.qodef-swapping-image-gallery {
    display: grid;
    grid-template-columns: .427fr .573fr;
    gap: 10px;
    align-items: end;
    --qode-swapping-image-gallery-border-radius: 18px 18px 0 0
}

.qodef-swapping-image-gallery .qodef-e-gallery-switcher {
    align-self: start;
    margin-top: 65px;
    padding-bottom: 30px
}

.qodef-swapping-image-gallery .qodef-e-gallery-switcher>.qodef-m-title {
    margin: 0 0 16px
}

.qodef-swapping-image-gallery .qodef-e-gallery-switcher .qodef-m-text,
.qodef-swapping-image-gallery .qodef-e-gallery-switcher .qodef-m-title {
    max-width: 67%
}

.qodef-swapping-image-gallery .qodef-e-switcher-items {
    display: grid;
    grid-template-columns: minmax(0, 270px) minmax(0, 270px);
    gap: 36px;
    margin-top: 64px
}

.qodef-swapping-image-gallery .qodef-m-item {
    display: flex;
    align-items: center
}

.qodef-swapping-image-gallery .qodef-m-item .qodef-e-title {
    display: inline;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 700;
    cursor: pointer;
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-swapping-image-gallery .qodef-m-item .qodef-e-title:hover {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-swapping-image-gallery .qodef-m-item .qodef-item-icon {
    position: relative;
    flex-shrink: 0;
    margin-right: 18px
}

.qodef-swapping-image-gallery .qodef-m-item .qodef-item-icon img {
    transition: opacity .2s ease-out
}

.qodef-swapping-image-gallery .qodef-m-item .qodef-item-hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.qodef-swapping-image-gallery .qodef-m-item.qodef--active .qodef-e-title {
    background-size: 100% var(--qodef-underline-height)
}

.qodef-swapping-image-gallery .qodef-m-item.qodef--active .qodef-item-icon img {
    opacity: 0
}

.qodef-swapping-image-gallery .qodef-m-item.qodef--active .qodef-item-icon .qodef-item-hover-icon {
    opacity: 1
}

.qodef-swapping-image-gallery .qodef-e-gallery {
    position: relative
}

.qodef-swapping-image-gallery .qodef-item-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-swapping-image-gallery .qodef-item-image.qodef--active {
    opacity: 1
}

.qodef-swapping-image-gallery .qodef-item-image img {
    border: 0 solid transparent;
    border-radius: var(--qode-swapping-image-gallery-border-radius)
}

.qodef-swapping-image-gallery .qodef-m-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.556em
}

.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;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    display: flex;
    align-self: stretch;
    justify-content: center;
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    border-right: 1px solid var(--qode-main-color)
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    border-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    border-radius: 8px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0;
    color: #88a842;
    background-color: transparent;
    transition: color .2s ease-out, background-color .2s ease-out
}

.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: #33691e;
    background-color: #f1f8e9
}

@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;
        padding: 0;
        border-radius: 0;
        border-right: 0;
        border-bottom: 1px solid var(--qode-main-color)
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child {
        border-radius: 8px 8px 0 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        border-radius: 0 0 8px 8px;
        border-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 #dedede
}

.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 .qodef-m-content {
    display: flex;
    font-family: Manrope, sans-serif;
    font-size: 105px;
    font-weight: 400;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 25px
}

.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: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-2 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-3 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-main-color);
    position: relative
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.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: #000;
    font-size: 106px;
    line-height: 1
}

.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;
    right: -356px;
    width: 356px;
    height: 100%;
    min-height: 100%;
    border-left: 1px solid #f5f5f5;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.qodef-side-area--opened #qodef-side-area {
    right: 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
}

.admin-bar #qodef-side-area {
    top: 32px;
    height: calc(100vh - 32px)
}

@media only screen and (max-width:782px) {
    .admin-bar #qodef-side-area {
        top: 46px;
        height: calc(100vh - 46px)
    }
}

#qodef-side-area .qodef-side-area-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f5f5f5
}

#qodef-side-area .qodef-side-area-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px
}

#qodef-side-area .qodef-side-area-logo .qodef-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 68px !important;
    max-height: 100%
}

#qodef-side-area .qodef-side-area-logo .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 50%;
    transition: opacity .3s ease
}

#qodef-side-area-inner {
    padding: 35px
}

#qodef-side-area-close {
    position: absolute;
    top: 20px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border: 0 solid transparent;
    border-radius: 50%;
    color: #33691e;
    background: #f1f8e9;
    z-index: 1000
}

#qodef-side-area-close:hover {
    cursor: pointer
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    background-color: #0000002B;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600
}

.qodef-social-share ul {
    position: relative;
    display: inline-flex;
    align-items: center;
    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: 14px
}

.qodef-social-share li.qodef-linkedin-share {
    padding-bottom: 2px
}

.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 #dedede
}

.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: #000;
    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: 13px
}

.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-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--text .qodef-social-title {
    color: #ccc
}

#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--text .qodef-social-title {
    color: #ccc
}

#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 {
    --qode-color-2: #fbf1ef
}

#qodef-page-spinner.qodef-layout--predefined {
    transform-origin: bottom;
    --qode-clip: 0;
    clip-path: inset(0 0 calc(var(--qode-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;
    background: inherit
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    width: auto;
    height: 100%;
    z-index: 1;
    background-color: var(--qode-color-2)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-bg-image-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
    width: auto;
    transform: rotate(5deg) scale(1.14);
    transform-origin: center
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-bg-image-inner img {
    height: 100%;
    width: auto;
    max-width: unset
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-bg-image-inner.qodef--copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 100%
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg-holder {
    display: flex;
    justify-content: center;
    align-items: center
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg {
    display: block
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg {
    display: block;
    animation: qode-spinner-text-in .95s .1s cubic-bezier(.25, .46, .45, .94) both
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon {
    position: relative;
    --qode-circle-color: #ecf7e1;
    --qode-width: 50px;
    margin-right: .5em;
    padding: 12px 8px 13px 16px;
    border-radius: 50%;
    overflow: hidden
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon:before {
    content: '';
    position: absolute;
    background-color: var(--qode-circle-color);
    width: 124%;
    height: 124%;
    border-radius: 50%;
    top: -11%;
    left: -22%
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon .qodef-svg--logo-lemon {
    width: var(--qode-width);
    height: auto;
    position: relative;
    display: block;
    --qode-duration: 1.8s
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon .qodef-svg--logo-lemon .qode--lemon {
    transform: scale(.91);
    transform-origin: 11px 26px;
    animation: qode-lemon var(--qode-duration) linear -.89302s infinite normal forwards running
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon .qodef-svg--logo-lemon .qode--lemon-dots {
    transform: scale(.91);
    transform-origin: 11px 34px;
    animation: qode-lemon var(--qode-duration) linear -.91s infinite normal forwards running
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front {
    transform: scale(.91);
    transform-origin: 30px -4px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front,
#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-front-shadow {
    transform: scale(.91);
    transform-origin: 17px 2px;
    animation: qode-lemon-2 var(--qode-duration) linear -.8s infinite normal forwards running
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon .qodef-svg--logo-lemon .qode--leaf-back {
    transform: scale(.99);
    transform-origin: 42px -39px;
    animation: qode-lemon-3 var(--qode-duration) linear -.76s infinite normal forwards running
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon .qodef-svg--logo-lemon .qode--handle {
    transform: scale(.91);
    transform-origin: 5px 32px;
    animation: qode-lemon var(--qode-duration) linear -.85s infinite normal forwards running
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon:before {
    position: absolute;
    top: 8%;
    left: 10%;
    width: 82%;
    height: 82%
}

#qodef-page-spinner.qodef-layout--predefined .qodef--predefined-icon svg {
    display: block;
    animation: qode-spinner-icon-in .8s ease both
}

#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: Manrope, 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(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #000
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #fcf4eb;
    background-size: cover;
    padding: 40px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 30px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.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: 28px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.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: 1px 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    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
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 13px
}

.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 60px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 2px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '>'
}

.qodef-page-title.qodef-title--breadcrumbs.qodef-enable-top-border--yes {
    border-top: 1px solid #dedede
}

.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-author-info {
    text-align: center;
    background-color: #fcf4eb;
    border-radius: 20px;
    padding: 49px 13% 47px
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 17px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-image img {
    border-radius: 50%
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 14px
}

.widget.qodef-author-info .qodef-author-info-name a:hover {
    color: #000
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget.qodef-author-info .qodef-author-social-icons {
    margin-top: 29px
}

.widget.qodef-author-info .qodef-author-social-icons>a {
    display: inline-block;
    width: 17px;
    height: 17px;
    color: var(--qode-main-color);
    margin-right: 19px
}

.widget.qodef-author-info .qodef-author-social-icons>a:last-child {
    margin-right: 0
}

.widget.qodef-author-info .qodef-author-social-icons>a>svg {
    width: 100%;
    height: 100%;
    --qode-y: -2px;
    transform: translateY(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.widget.qodef-author-info .qodef-author-social-icons>a>svg:hover {
    transform: translateY(var(--qode-y))
}

@media only screen and (max-width:1512px) {
    .widget.qodef-author-info {
        padding: 49px 11% 47px
    }
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget_greenpath_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_greenpath_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_greenpath_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_greenpath_core_svg_icon .qodef-svg-icon-widget {
    margin: var(--widget-margin, 0)
}

.widget_greenpath_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_greenpath_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

#qodef-page-footer-bottom-area .widget_greenpath_core_svg_icon .qodef-svg-icon-widget a:hover {
    color: currentColor
}

#qodef-page-header .widget_greenpath_core_svg_icon .qodef-svg-icon-widget a .qodef-m-text {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#qodef-page-header .widget_greenpath_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height)
}

.widget_greenpath_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_greenpath_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_greenpath_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_greenpath_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_greenpath_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

#qodef-page-footer-bottom-area .widget_greenpath_core_svg_icon .qodef-svg-icon-widget svg {
    --qode-y: -2px;
    transform: translateY(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

#qodef-page-footer-bottom-area .widget_greenpath_core_svg_icon .qodef-svg-icon-widget:hover svg {
    transform: translateY(var(--qode-y))
}

.widget_greenpath_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: visible;
    transition: all .25s ease-out
}

.widget_greenpath_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    margin: var(--text-top-margin, 6px) 0 0;
    color: var(--text-color);
    transition: all .25s ease-out
}

#qodef-page-header .widget_greenpath_core_svg_icon .qodef-m-text {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    color: var(--text-color)
}

#qodef-page-header .widget_greenpath_core_svg_icon .qodef-m-text .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .23s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#qodef-page-footer-top-area .widget_greenpath_core_svg_icon {
    display: block
}

.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
}

@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:1200px) {
    #qodef-author-info .qodef-m-description {
        max-width: 75%
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info {
        padding: 27px
    }

    #qodef-author-info .qodef-m-description {
        max-width: 100%
    }

    #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-top-area {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .wpcf7 .qodef-newsletter .qodef-newsletter-form-wrapper {
        padding-left: 40px
    }

    .wpcf7 .qodef-newsletter .qodef-newsletter-content-text {
        max-width: 97%
    }
}

@media only screen and (max-width:1200px) {
    .wpcf7 .qodef-newsletter {
        grid-template-columns: 1fr 1fr
    }

    #qodef-page-content-bottom .qodef-content-full-width .wpcf7 .qodef-newsletter {
        grid-template-columns: 1fr 1fr
    }

    .wpcf7 .qodef-newsletter .qodef-newsletter-form-wrapper {
        padding-left: 0
    }

    .wpcf7 .qodef-newsletter .qodef-newsletter-content-text {
        max-width: 95%
    }
}

@media only screen and (max-width:1024px) {
    .wpcf7 .qodef-newsletter {
        grid-template-columns: 1fr;
        row-gap: 20px
    }

    #qodef-page-content-bottom .qodef-content-full-width .wpcf7 .qodef-newsletter {
        grid-template-columns: 1fr
    }

    .wpcf7 .qodef-newsletter .qodef-newsletter-form-wrapper {
        padding-left: 0
    }

    .wpcf7 .qodef-newsletter .qodef-newsletter-content-text {
        max-width: 50%
    }
}

@media only screen and (max-width:880px) {
    .wpcf7 .qodef-newsletter .qodef-newsletter-content-text {
        max-width: 67%
    }
}

@media only screen and (max-width:680px) {
    .wpcf7 .qodef-newsletter .qodef-newsletter-content-text {
        text-align: center;
        max-width: 100%
    }
}

@media only screen and (max-width:380px) {
    .wpcf7 .qodef-newsletter .qodef-newsletter-form-wrapper {
        flex-direction: column
    }

    .wpcf7 .qodef-newsletter .qodef-newsletter-form-wrapper .qodef-button {
        width: 100%;
        justify-content: center
    }
}

@media only screen and (max-width:880px) {
    .wpcf7 .qodef-contact-us .wpcf7-form-control-wrap {
        margin: 0 0 20px !important
    }
}

@media only screen and (max-width:880px) {
    .wpcf7 .qodef-contact-terms-conditions .wpcf7-form-control-wrap {
        margin: 0 0 20px !important
    }

    .wpcf7 .qodef-contact-terms-conditions .qodef-grid-inner {
        --qode-columns: 1;
        row-gap: 0
    }
}

@media (max-width:1512px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--10.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
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--10.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
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--10.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
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--10.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
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--10.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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--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--1512--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--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--1512--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--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--1512--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--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--1512--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@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:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@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--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@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:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@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:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@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:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@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 (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--9.qodef-layout--columns .ctf-tweets {
        --qode-columns: 9
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--10.qodef-layout--columns .ctf-tweets {
        --qode-columns: 10
    }
}

@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) {
    #qode-quick-view-for-woocommerce-pop-up.qqvfw .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image img {
        max-height: 30vh;
        object-fit: cover
    }
}

@media only screen and (max-width:880px) {

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table table,
    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tbody,
    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table td,
    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table th,
    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr {
        display: grid
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr {
        grid-template-columns: minmax(0, 50px) minmax(0, 70px) minmax(0, 1fr) minmax(0, 96px) minmax(0, 192px);
        padding: 15px 0
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td {
        align-self: center;
        grid-row: span 2;
        padding: 0
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.wishlist-empty {
        grid-column: 1/6;
        margin: 30px 0
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-remove {
        grid-column: 1;
        padding-left: 15px
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-thumbnail {
        grid-column: 2;
        width: 70px
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-name {
        grid-row: 1;
        grid-column: 3;
        align-self: end;
        width: 100%;
        padding: 0 25px
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-name a {
        font-size: 15px
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-price {
        grid-column: 3;
        grid-row: 2;
        align-self: start;
        width: 100%;
        padding: 0 25px
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-stock-status {
        grid-column: 4
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-add-to-cart {
        grid-column: 5;
        display: block;
        justify-self: center
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-add-to-cart .add_to_cart_button {
        padding: 9px 20px 10px !important
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr th {
        width: 100%;
        padding-left: 0;
        font-size: 15px
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr th.product-price {
        display: none
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr th.product-name {
        padding-left: 25px
    }
}

@media only screen and (max-width:680px) {
    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table thead tr {
        padding: 0
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table thead tr th {
        display: none
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr {
        grid-template-columns: minmax(0, 51px) minmax(0, 70px) minmax(0, 1fr)
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-remove {
        grid-row: span 4
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-thumbnail {
        width: 70px;
        grid-row: span 4
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-name {
        padding: 0 0 0 20px;
        margin-top: -4px;
        line-height: 1.2em
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-name a {
        font-family: Manrope, sans-serif;
        font-size: 14px;
        line-height: 1.57143em;
        font-weight: 400;
        color: #000;
        text-transform: none
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-price {
        padding: 2px 0 0 20px
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-stock-status {
        grid-column: 3;
        padding: 0 0 0 20px;
        grid-row: 3
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-add-to-cart {
        grid-column: 3;
        justify-self: start;
        padding: 0 0 0 20px;
        margin: 0;
        grid-row: 4
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-add-to-cart .add_to_cart_button {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        background-color: transparent !important;
        color: var(--qode-main-color) !important;
        --qodef-underline-position-y: 100%;
        --qodef-underline-height: 1px;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
        background-position: 0 var(--qodef-underline-position-y);
        background-size: 0 var(--qodef-underline-height);
        transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
        background-size: 100% var(--qodef-underline-height)
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-add-to-cart .add_to_cart_button svg {
        display: none
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr td.product-stock-status {
        display: none
    }

    .qwfw-wishlist-table.qodef-greenpath-theme .qwfw-m-items.shop_table tr th.product-stock-status {
        display: none
    }
}

@media only screen and (max-width:880px) {

    .ywpc-countdown>div.ywpc-header,
    .ywpc-sale-bar>div.ywpc-header {
        border-bottom: 1px solid #fff;
        padding: 15px 23px;
        width: 100%
    }

    .ywpc-countdown .ywpc-timer {
        width: 100%;
        display: flex
    }

    .ywpc-sale-bar .ywpc-bar {
        width: 100%
    }
}

@media only screen and (max-width:880px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:880px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh
    }
}

@media only screen and (max-width:880px) {

    .yith-wcwl-form .wishlist_table.shop_table table,
    .yith-wcwl-form .wishlist_table.shop_table tbody,
    .yith-wcwl-form .wishlist_table.shop_table td,
    .yith-wcwl-form .wishlist_table.shop_table th,
    .yith-wcwl-form .wishlist_table.shop_table tr {
        display: grid
    }

    .yith-wcwl-form .wishlist_table.shop_table tr {
        grid-template-columns: minmax(0, 50px) minmax(0, 70px) minmax(0, 1fr) minmax(0, 96px) minmax(0, 192px);
        padding: 15px 0
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td {
        align-self: center;
        grid-row: span 2;
        padding: 0
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.wishlist-empty {
        grid-column: 1/6;
        margin: 30px 0
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-remove {
        grid-column: 1;
        padding-left: 15px
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail {
        grid-column: 2;
        width: 70px
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-name {
        grid-row: 1;
        grid-column: 3;
        align-self: end;
        width: 100%;
        padding: 0 25px
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-name a {
        font-size: 15px
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-price {
        grid-column: 3;
        grid-row: 2;
        align-self: start;
        width: 100%;
        padding: 0 25px
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
        grid-column: 4
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart {
        grid-column: 5;
        display: block;
        justify-self: center
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart .add_to_cart_button {
        padding: 9px 20px 10px !important
    }

    .yith-wcwl-form .wishlist_table.shop_table tr th {
        width: 100%;
        padding-left: 0;
        font-size: 15px
    }

    .yith-wcwl-form .wishlist_table.shop_table tr th.product-price {
        display: none
    }

    .yith-wcwl-form .wishlist_table.shop_table tr th.product-name {
        padding-left: 25px
    }
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .wishlist_table.shop_table thead tr {
        padding: 0
    }

    .yith-wcwl-form .wishlist_table.shop_table thead tr th {
        display: none
    }

    .yith-wcwl-form .wishlist_table.shop_table tr {
        grid-template-columns: minmax(0, 51px) minmax(0, 70px) minmax(0, 1fr)
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-remove {
        grid-row: span 4
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail {
        width: 70px;
        grid-row: span 4
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-name {
        padding: 0 0 0 20px;
        margin-top: -4px;
        line-height: 1.2em
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-name a {
        font-family: Manrope, sans-serif;
        font-size: 14px;
        line-height: 1.57143em;
        font-weight: 400;
        color: #000;
        text-transform: none
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-price {
        padding: 2px 0 0 20px
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
        grid-column: 3;
        padding: 0 0 0 20px;
        grid-row: 3
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart {
        grid-column: 3;
        justify-self: start;
        padding: 0 0 0 20px;
        margin: 0;
        grid-row: 4
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart .add_to_cart_button {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        background-color: transparent !important;
        color: var(--qode-main-color) !important;
        --qodef-underline-position-y: 100%;
        --qodef-underline-height: 1px;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
        background-position: 0 var(--qodef-underline-position-y);
        background-size: 0 var(--qodef-underline-height);
        transition: background-size .5s cubic-bezier(.25, .46, .35, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
        background-size: 100% var(--qodef-underline-height)
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart .add_to_cart_button svg {
        display: none
    }

    .yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
        display: none
    }

    .yith-wcwl-form .wishlist_table.shop_table tr th.product-stock-status {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-product-cart-showcase-grid-inner {
        padding: 30px 22px 40px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-product-cart-showcase {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .qodef-product-cart-showcase .qodef-woo-product-list.qodef-col-num--auto .product {
        width: 33.33333%
    }

    .qodef-product-cart-showcase .qodef-product-cart-showcase-left {
        grid-column: auto/span 2
    }
}

@media only screen and (max-width:880px) {
    .qodef-product-cart-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .qodef-product-cart-showcase .qodef-woo-product-list.qodef-col-num--auto .product {
        width: 50%
    }

    .qodef-product-cart-showcase .qodef-product-cart-showcase-left {
        grid-column: auto/span 1;
        width: 100%
    }

    .qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner {
        width: 100%
    }

    .qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-details {
        margin: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-product-cart-showcase {
        grid-template-columns: minmax(0, 1fr)
    }

    .qodef-product-cart-showcase .qodef-product-cart-showcase-left {
        grid-row: 1
    }

    .qodef-product-cart-showcase .qodef-product-cart-showcase-right {
        grid-row: 2;
        margin: 20px 0 0
    }

    .qodef-product-cart-showcase .qodef-product-cart-showcase-right .qodef-product-cart-showcase-right-inner .qodef-m-order-details {
        margin: 0 0 41px
    }

    .qodef-product-cart-showcase .qodef-woo-product-list.qodef-col-num--auto .product {
        width: 100%
    }
}

.qodef-woo-product-list.qodef-shortcode {
    --qode-product-list-border-radius-mobile: 8px
}

.qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile {
    display: none
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile {
        display: block
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-top .qodef-e-info-left {
        display: flex
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-top .qodef-filter-opener {
        display: inline-flex;
        color: #000;
        background-color: transparent;
        padding: 6px 0 7px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-top .qodef-e-grid-option {
        color: #33691e;
        border-color: #dedede
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-top .qodef-e-grid-option.qodef--active,
    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-top .qodef-e-grid-option:hover {
        color: var(--qode-main-color);
        background-color: #f1f8e9;
        border-color: var(--qode-main-color)
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile {
        position: fixed;
        bottom: -100%;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100vh - 15px);
        margin: 0;
        visibility: hidden;
        background-color: #fff;
        border-radius: 8px 8px 0 0;
        box-shadow: -6px 0 10px rgba(0, 0, 0, .1);
        z-index: 9999;
        transition: all .6s cubic-bezier(.77, 0, .175, 1)
    }

    .admin-bar .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile {
        height: calc(100vh - 61px)
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-info-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 24px 18px 21px;
        border-bottom: 1px solid #dedede;
        height: 70px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-info-top .qodef-mobile-header-logo-link {
        height: 100%
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-info-top .qodef-mobile-header-logo-link img {
        width: auto;
        height: 100%
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-info-bottom {
        height: calc(100% - 157px)
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-e-actions {
        position: absolute;
        bottom: 25px;
        display: flex;
        width: calc(100% - 60px);
        left: 30px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-e-actions .qodef-button {
        justify-content: center;
        flex-grow: 1;
        width: 100%;
        padding: 8px 38px;
        margin-right: 7px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-e-actions .qodef-button.qodef--reset {
        color: #33691e;
        background-color: #f1f8e9
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-e-actions .qodef-button:last-child {
        margin-right: 0
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-e-options-wrapper {
        position: relative;
        height: 0;
        padding: 0 30px 0;
        transition: .2s ease-out
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-e-options-wrapper>:first-child {
        padding-top: 15px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-e-options-wrapper>:last-child {
        padding-bottom: 30px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-e-options-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background-color: #dedede
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-filter-title {
        position: relative;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 8px 30px 11px;
        cursor: pointer;
        border-bottom: 1px solid #dedede
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-filter-title:after {
        content: '';
        background-image: url(../img/arrow.svg);
        width: 10px;
        display: block;
        height: 6px;
        position: absolute;
        right: 30px;
        top: 17px;
        transition: transform .2s ease-out
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-filter-title+.qodef-e-options-wrapper {
        visibility: hidden;
        opacity: 0
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-filter-title.qodef--active:after {
        transform: rotate(180deg)
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-filter-content-mobile .qodef-filter-title.qodef--active+.qodef-e-options-wrapper {
        visibility: visible;
        opacity: 1
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-scroll {
        position: fixed;
        display: flex;
        bottom: -100%;
        left: 50%;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #dedede;
        border-radius: 8px;
        box-shadow: -6px 0 10px rgba(0, 0, 0, .1);
        transform: translateX(-50%);
        transition: bottom .6s cubic-bezier(.77, 0, .175, 1);
        z-index: 99
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-scroll .qodef-filter-opener {
        display: inline-flex;
        color: #fff;
        background-color: #33691e;
        padding: 13px 28px 14px;
        margin-right: 10px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-scroll .qodef-filter-opener:only-child {
        margin-right: 0
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-scroll .qodef-e-grid-filter {
        margin-right: 7px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-mobile .qodef-e-info-scroll.qodef--active {
        bottom: 10px
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-e-checkbox {
        padding: 6px 0
    }

    .qodef-woo-product-list.qodef-shortcode.qodef-product-mobile-filter--opened .qodef-filter-content-mobile {
        bottom: 0;
        visibility: visible
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-ordering .qodef-dropdown-options {
        right: unset;
        left: 0
    }

    .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar {
        grid-template-columns: 1fr
    }

    .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar>.qodef-filter-content {
        display: none
    }

    .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar>ul {
        grid-column: 1/-1
    }

    .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--sidebar .qodef-m-pagination {
        grid-column: 1/-1
    }

    .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area .qodef-product-list-filter-vertical {
        height: auto
    }

    .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--side-area .qodef-filter-item {
        padding: 0;
        border: 0
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-filter-top-bar,
    .qodef-woo-product-list.qodef-shortcode .qodef-product-list-filter-holder {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-list.qodef-shortcode .qodef-e {
        border-radius: var(--qode-product-list-border-radius-mobile)
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-e-media-image a,
    .qodef-woo-product-list.qodef-shortcode .qodef-e-media-image img {
        border-radius: var(--qode-product-list-border-radius-mobile) var(--qode-product-list-border-radius-mobile) 0 0
    }

    .qodef-woo-product-list.qodef-shortcode .ywpc-countdown-loop {
        border-radius: var(--qode-product-list-border-radius-mobile) var(--qode-product-list-border-radius-mobile) 0 0
    }

    .qodef-woo-product-list.qodef-shortcode .qodef-e-grid-filter {
        margin-right: 0
    }
}

@media only screen and (min-width:1921px) {
    .qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left {
        max-width: 16%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left {
        max-width: 30%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-product-slider-holder.qodef-woo-product-slider--info-left {
        gap: 30px
    }

    .qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left {
        max-width: 50%;
        margin-right: 0
    }

    .qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left .qodef-navigation {
        min-height: 31px
    }
}

@media only screen and (max-width:880px) {
    .qodef-product-slider-holder.qodef-woo-product-slider--info-left {
        flex-direction: column
    }

    .qodef-product-slider-holder.qodef-woo-product-slider--info-left .qodef-info-left {
        max-width: 100%
    }

    .qodef-product-mobile-filter-cover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        overflow: hidden;
        background-color: rgba(0, 0, 0, .17);
        z-index: 0;
        transition: opacity .2s ease-in-out, z-index .2s ease-in-out
    }

    .qodef-product-mobile-filter-cover--opened .qodef-product-mobile-filter-cover {
        opacity: 1;
        z-index: 1002
    }
}

@media only screen and (max-width:1200px) {
    .qodef-woo-product-list.qodef-item-layout--horizontal:not(.qodef-col-num--1) .qodef-e-content {
        flex-basis: 70%;
        padding-left: 20px;
        padding-right: 20px
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal:not(.qodef-col-num--1) .qodef-e-media {
        flex-basis: 30%
    }
}

@media only screen and (min-width:881px) and (max-width:1024px) {

    .qodef-woo-product-list.qodef-item-layout--horizontal:not(.qodef-col-num--1) .button.add_to_cart_button,
    .qodef-woo-product-list.qodef-item-layout--horizontal:not(.qodef-col-num--1) .button.product_type_grouped,
    .qodef-woo-product-list.qodef-item-layout--horizontal:not(.qodef-col-num--1) .button.product_type_variable,
    .qodef-woo-product-list.qodef-item-layout--horizontal:not(.qodef-col-num--1) a.added_to_cart {
        width: 100% !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-list.qodef-item-layout--horizontal {
        --qode-product-list-border-radius-mobile: 8px
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-inner {
        flex-direction: column
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-media {
        flex-basis: 100%
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-media-image {
        align-items: center;
        height: 100%
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-media-image a,
    .qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-media-image img {
        border-radius: var(--qode-product-list-border-radius-mobile) var(--qode-product-list-border-radius-mobile) 0 0
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .qodef-e-content {
        flex-basis: 100%;
        padding: 3px 19px 19px
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .ywpc-countdown-loop {
        flex-direction: column;
        align-items: center
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .ywpc-countdown-loop .ywpc-timer {
        margin: 10px 0 0
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .qodef-woo-product-excerpt {
        display: none
    }

    .qodef-woo-product-list.qodef-item-layout--horizontal .qodef-action-holder {
        margin-top: 7px
    }
}

@media only screen and (min-width:1201px) and (max-width:1680px) {
    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single form.cart {
        flex-wrap: wrap
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single button[type=submit] {
        margin-right: 10px
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-e-buy-now-wrapper {
        margin-top: 20px
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-e-buy-now-wrapper .qodef-e-buy-now-label {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .entry-summary {
        margin-top: 20px
    }
}

@media only screen and (max-width:880px) {
    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-swiper-container+.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
        display: none
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-swiper-container {
        display: inline-block
    }
}

@media only screen and (max-width:680px) {
    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single {
        padding-left: 30px;
        padding-right: 30px
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-swiper-container {
        margin-bottom: -9px
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        gap: 0
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .entry-summary {
        margin-top: 0;
        margin-bottom: 40px
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .entry-summary .qodef-sticky-column--enable {
        top: 0 !important;
        position: relative
    }
}

@media only screen and (max-width:1200px) {
    .qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns: 1fr;
        gap: 23px
    }

    .qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary {
        grid-column: 1;
        margin-top: 20px
    }

    .qodef-product-layout--big-images div#qodef-woo-page.qodef--single .woocommerce-product-gallery {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-product-layout--big-images div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        gap: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-text {
        max-width: 57%
    }
}

@media only screen and (max-width:880px) {
    .qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-text {
        max-width: 82%
    }

    .qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-container-vertical .qodef-e-inner,
    .qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-vertical .qodef-e-inner {
        max-width: 90%
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-content {
        padding: 27px
    }

    .qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-media-image {
        display: none
    }

    .qodef-testimonials-list.qodef-item-layout--info-boxed .qodef-e-text {
        max-width: 100%
    }

    .qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-container-vertical .qodef-e-inner,
    .qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-vertical .qodef-e-inner {
        max-width: 100%
    }

    .qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-container-vertical .swiper-pagination-bullets,
    .qodef-testimonials-list.qodef-item-layout--info-boxed.swiper-vertical .swiper-pagination-bullets {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-banner.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner .qodef-m-image img {
        min-height: 260px;
        object-fit: cover
    }
}

@media only screen and (max-width:1512px) {
    .widget.widget_greenpath_core_banner .qodef-banner .qodef-m-image img {
        min-height: 180px;
        object-fit: cover
    }
}

@media only screen and (max-width:1512px) {
    .qodef-banner.qodef-layout--link-button h1.qodef-m-title {
        font-size: 50px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        margin: 0 0 6px
    }

    .qodef-banner.qodef-layout--link-button h1.qodef-m-title {
        font-size: 42px
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-layout--link-button h2.qodef-m-title {
        font-size: 34px
    }
}

@media only screen and (max-width:680px) {

    .qodef-banner.qodef-layout--link-button .qodef-m-banner-text,
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        max-width: 100%
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-banner-text {
        display: none
    }

    .qodef-banner.qodef-layout--link-button h1.qodef-m-title {
        font-size: 34px
    }

    .qodef-banner.qodef-layout--link-button h2.qodef-m-title {
        font-size: 30px
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-button {
        margin-top: 10px
    }
}

@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.33333333333333%
    }
}

@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-family: Manrope, sans-serif;
        font-size: 30px;
        line-height: 1.33333em;
        font-weight: 600;
        letter-spacing: -.01em;
        padding-bottom: 3px
    }
}

@media only screen and (max-width:680px) {
    .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-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-swapping-image-gallery {
        grid-template-columns: .47fr .53fr;
        gap: 50px
    }

    .qodef-swapping-image-gallery .qodef-e-gallery-switcher {
        margin-top: 0
    }

    .qodef-swapping-image-gallery .qodef-e-gallery-switcher>.qodef-m-title {
        margin: 0 0 18px
    }

    .qodef-swapping-image-gallery .qodef-e-gallery-switcher .qodef-m-text,
    .qodef-swapping-image-gallery .qodef-e-gallery-switcher .qodef-m-title {
        max-width: 80%
    }

    .qodef-swapping-image-gallery .qodef-e-switcher-items {
        gap: 20px
    }
}

@media only screen and (max-width:1368px) {
    .qodef-swapping-image-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .qodef-swapping-image-gallery .qodef-e-gallery-switcher .qodef-m-text,
    .qodef-swapping-image-gallery .qodef-e-gallery-switcher .qodef-m-title {
        max-width: 90%
    }

    .qodef-swapping-image-gallery .qodef-e-switcher-items {
        margin-top: 36px
    }

    .qodef-swapping-image-gallery .qodef-m-item .qodef-item-icon {
        margin-right: 14px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-swapping-image-gallery {
        grid-template-columns: 1fr
    }

    .qodef-swapping-image-gallery .qodef-e-gallery-switcher .qodef-m-text,
    .qodef-swapping-image-gallery .qodef-e-gallery-switcher .qodef-m-title {
        max-width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-swapping-image-gallery .qodef-e-switcher-items {
        grid-template-columns: minmax(0, 1fr)
    }
}

@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: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
    }

    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 7%
    }
}