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

.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;
    transform: rotate(-90deg);
    width: 36px;
    height: 36px;
    right: 18px;
    bottom: 18px;
    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: 36px;
    color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    background-color: rgba(255,255,255,0);
    border-radius: 50%;
    text-transform: uppercase;
    overflow: hidden;
    transition: all .3s ease-out;
    background:rgba(255,255,255,0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

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

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

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color);
    border-radius: 4px
}

#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-back-to-top.qodef--skin-light .qodef-back-to-top-icon,.qodef-back-to-top--light #qodef-back-to-top .qodef-back-to-top-icon {
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0)
}

#qodef-back-to-top.qodef--skin-light:hover .qodef-back-to-top-icon,.qodef-back-to-top--light #qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: var(--qode-main-color);
    background-color: #fff
}

@media only screen and (max-width: 480px) {
    #qodef-back-to-top {
        right:28px
    }
}

.qodef-background-text {
    position: relative
}

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

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

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
    display: flex;
    align-items: center
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-media-image {
    max-width: 70px;
    margin-right: 13px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-title {
    text-transform: none
}

.qodef-blog.qodef-item-layout--simple {
    border-top: 1px solid #ccc
}

.qodef-blog.qodef-item-layout--simple article {
    border-bottom: 1px solid #ccc
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 30px 0
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
        align-items:flex-start;
        flex-direction: column
    }
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    width: 200px!important;
    margin: 0
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        width:100%!important;
        margin-bottom: 20px
    }
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image a img {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image a:hover img {
    transform: scale(1.1) translateX(2%)
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
    padding-right: 50%
}

@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--simple article .qodef-e-title {
        padding-right:20%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--simple article .qodef-e-title {
        padding-right:0
    }
}

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

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 36px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
    right: 40px;
    width: 140px
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-media>* {
    margin-bottom: 24px
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-top-holder {
    margin-bottom: 6px
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-excerpt {
    margin-top: 16px
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-bottom-holder {
    margin: 26px 0 2px
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item.format-quote .qodef-svg--quote {
    min-width: 37px;
    margin-bottom: 16px;
    margin-right: 0;
    padding: 0 15px
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item.format-quote .qodef-e-quote {
    flex-direction: column;
    align-items: center;
    padding: 15% 10%;
    margin-bottom: 6px
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item.format-quote .qodef-e-wrapper {
    text-align: center
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item.format-link .qodef-svg--link {
    margin-bottom: 31px;
    margin-right: 0
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item.format-link .qodef-e-link {
    flex-direction: column;
    align-items: center;
    padding: 15% 10%;
    margin-bottom: 6px;
    text-align: center
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image a img {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item:hover .qodef-e-media-image a img {
    transform: scale(1.1) translateX(2%)
}

.qodef-blog.qodef-item-layout--standard.qodef-item-borders {
    margin-left: 1px
}

.qodef-blog.qodef-item-layout--standard.qodef-item-borders .qodef-blog-item {
    border: 1px solid #ccc;
    padding: 32px 28px!important;
    margin-right: -1px!important;
    margin-bottom: -1px!important;
    transition: .3s ease-out
}

.qodef-blog.qodef-item-layout--standard.qodef-item-borders .qodef-blog-item .qodef-e-media>* {
    margin-bottom: 24px
}

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

.qodef-blog.qodef-item-layout--standard.qodef-item-borders .qodef-blog-item:hover {
    background-color: #eae8e8;
    transition: .3s ease-out
}

.qodef-blog.qodef-item-layout--standard.qodef-item-borders .qodef-blog-item:hover .qodef-button.qodef-layout--text-appear {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color);
    border-radius: 4px;
    width: 140px!important
}

.qodef-blog.qodef-item-layout--standard.qodef-item-borders .qodef-blog-item:hover .qodef-button.qodef-layout--text-appear .qodef-m-text {
    width: 90px!important
}

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

.widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 6px
}

.widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px!important
}

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

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

#qodef-top-area .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 6px
}

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

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

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

#qodef-page-footer .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 6px
}

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

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

#qodef-page-footer-bottom-area .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer-bottom-area .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 6px
}

#qodef-page-footer-bottom-area .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px!important
}

#qodef-page-footer-bottom-area .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 20px
}

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

#qodef-side-area .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 6px
}

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

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

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

.qodef-mega-menu-widget-holder .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 6px
}

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

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

#qodef-page-sidebar .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-sidebar .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 6px
}

#qodef-page-sidebar .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px!important
}

#qodef-page-sidebar .widget.widget_eskil_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 20px
}

body[class*=qodef-blog] #qodef-page-content #qodef-single-post-navigation {
    display: block
}

body[class*=qodef-blog] #qodef-page-content .qodef-author-info {
    display: block
}

body[class*=qodef-blog] #qodef-page-content #qodef-page-comments {
    display: block
}

.qodef-blog--wide .qodef--single>.qodef-blog-item .qodef-e-top-holder {
    text-align: center;
    margin-bottom: 63px
}

.qodef-blog--wide .qodef--single>.qodef-blog-item .qodef-e-top-holder .qodef-e-title {
    margin-top: 9px
}

.qodef-blog--wide .qodef--single #qodef-author-info,.qodef-blog--wide .qodef--single #qodef-page-comments,.qodef-blog--wide .qodef--single #qodef-related-posts,.qodef-blog--wide .qodef--single .qodef-e-bottom-holder,.qodef-blog--wide .qodef--single .qodef-e-text,.qodef-blog--wide .qodef--single .qodef-e-top-holder {
    max-width: 48%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media only screen and (max-width: 1440px) {
    .qodef-blog--wide .qodef--single #qodef-author-info,.qodef-blog--wide .qodef--single #qodef-page-comments,.qodef-blog--wide .qodef--single #qodef-related-posts,.qodef-blog--wide .qodef--single .qodef-e-bottom-holder,.qodef-blog--wide .qodef--single .qodef-e-text,.qodef-blog--wide .qodef--single .qodef-e-top-holder {
        max-width:65%
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-blog--wide .qodef--single #qodef-author-info,.qodef-blog--wide .qodef--single #qodef-page-comments,.qodef-blog--wide .qodef--single #qodef-related-posts,.qodef-blog--wide .qodef--single .qodef-e-bottom-holder,.qodef-blog--wide .qodef--single .qodef-e-text,.qodef-blog--wide .qodef--single .qodef-e-top-holder {
        max-width:75%
    }
}

@media only screen and (max-width: 768px) {
    .qodef-blog--wide .qodef--single #qodef-author-info,.qodef-blog--wide .qodef--single #qodef-page-comments,.qodef-blog--wide .qodef--single #qodef-related-posts,.qodef-blog--wide .qodef--single .qodef-e-bottom-holder,.qodef-blog--wide .qodef--single .qodef-e-text,.qodef-blog--wide .qodef--single .qodef-e-top-holder {
        max-width:100%
    }
}

.qodef-blog--wide .qodef--single #qodef-related-posts .qodef-e-bottom-holder,.qodef-blog--wide .qodef--single #qodef-related-posts .qodef-e-text,.qodef-blog--wide .qodef--single #qodef-related-posts .qodef-e-top-holder {
    max-width: 100%
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
    padding: 12px 8% 12px 12px;
    border: 1px solid #000
}

@media only screen and (max-width: 1024px) {
    #qodef-author-info {
        padding:12px
    }
}

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

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

#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-author {
    margin: 0;
    text-transform: uppercase
}

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

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

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

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
    text-transform: uppercase;
    font-size: 13px
}

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

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

#qodef-related-posts .qodef--list .qodef-blog-item .qodef-e-media-gallery,#qodef-related-posts .qodef--list .qodef-blog-item .qodef-e-media-image,#qodef-related-posts .qodef--list .qodef-blog-item .qodef-e-media>.video,#qodef-related-posts .qodef--list .qodef-blog-item .qodef-e-media>iframe {
    margin-bottom: 16px
}

#qodef-related-posts .qodef--list .qodef-blog-item .qodef-e-bottom-holder {
    margin-top: 22px
}

#qodef-related-posts .qodef--list .qodef-blog-item.format-audio .qodef-e-media-audio {
    bottom: 15px
}

#qodef-related-posts .qodef--list .qodef-blog-item.format-link .qodef-e-link {
    padding: 5% 3% 5.6% 5.3%;
    flex-direction: column;
    text-align: center
}

#qodef-related-posts .qodef--list .qodef-blog-item.format-link .qodef-e-link .qodef-e-link-icon {
    margin: 0 auto 10px;
    width: 30px;
    min-width: 30px
}

#qodef-related-posts .qodef--list .qodef-blog-item.format-quote .qodef-e-quote {
    flex-direction: column;
    text-align: center
}

#qodef-related-posts .qodef--list .qodef-blog-item.format-quote .qodef-e-quote .qodef-svg--quote {
    margin: 0 auto 10px;
    width: 30px;
    min-width: 30px
}

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

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

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

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

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

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

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

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

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

#qodef-single-post-navigation .qodef-m-nav-label {
    font-size: 14px;
    line-height: 1.8em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

#qodef-content-bottom {
    margin: 0 60px
}

@media only screen and (max-width: 1024px) {
    #qodef-content-bottom {
        margin:0 7%
    }
}

#qodef-content-bottom.qodef-content-bordered {
    border-top: 1px solid #ccc
}

.qodef-content-bottom {
    max-width: 666px;
    margin: 142px auto 130px;
    text-align: center
}

.qodef-content-bottom .qodef-cb-form {
    position: relative;
    margin: 55px auto 0;
    max-width: 620px
}

.qodef-content-bottom .qodef-cb-form .wpcf7-email {
    margin-bottom: 0
}

.qodef-content-bottom .qodef-cb-form .qodef-button {
    position: absolute;
    right: 13px;
    top: 16px
}

@media only screen and (max-width: 480px) {
    .qodef-content-bottom .qodef-cb-form .qodef-button {
        position:relative;
        right: 0;
        top: 0
    }
}

.qodef-content-bottom .qodef-cb-text {
    text-transform: uppercase;
    margin-top: 25px
}

.qodef-content-bottom .qodef-cb-text>a {
    text-decoration: underline
}

.qodef-content-bottom+div.wpcf7-response-output {
    margin: 0 auto 50px!important;
    top: -104px;
    position: relative;
    text-align: center;
    max-width: 665px
}

#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-footer-light-skin .widget * {
    color: #fff!important
}

#qodef-page-footer.qodef-footer-light-skin .widget_nav_menu li a:before {
    filter: brightness(0) invert(1)
}

#qodef-page-footer.qodef-footer-inner-border .qodef-grid-inner {
    border-top: 1px solid #ccc
}

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

@media only screen and (max-width: 480px) {
    #qodef-page-footer-bottom-area-inner .custom-html-widget .qodef-limit-width {
        width:80%
    }
}

.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: rgba(29,29,29,.4);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden!important;
    visibility: hidden;
    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 .qodef-fullscreen-widget-holder {
    padding-top: 12px;
    border-top: 1px solid #ccc;
    width: 100%
}

#qodef-fullscreen-area .qodef-fullscreen-widget-holder .widget {
    margin: 0 0 11px
}

#qodef-fullscreen-area .qodef-fullscreen-widget-holder .widget_eskil_core_woo_side_area_cart {
    height: auto;
    justify-content: flex-start
}

#qodef-fullscreen-area .qodef-fullscreen-widget-holder .widget_eskil_core_woo_side_area_cart:last-child {
    margin-top: -7px
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: -430px;
    width: 430px;
    background-color: #fff;
    height: 100%;
    transition: right .3s ease-out;
    overflow: scroll;
    padding: 58px 56px 40px
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area-inner {
    right: 0
}

@media only screen and (max-width: 480px) {
    #qodef-fullscreen-area-inner {
        right:-250px;
        width: 75%;
        padding: 68px 44px 30px
    }
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    width: 100%;
    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 {
    margin: 14px 0
}

.qodef-fullscreen-menu>ul>li>a {
    position: relative;
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
    padding-left: 27px
}

.qodef-fullscreen-menu>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    height: 1px;
    background-color: currentColor
}

.qodef-fullscreen-menu>ul>li>a:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    height: 17px;
    width: 1px;
    transform: translate(0,-50%);
    background-color: currentColor;
    transition: transform .3s ease-out
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: var(--qode-main-color);
    font-weight: 600
}

.qodef-fullscreen-menu>ul>li.qodef--opened>a:after {
    transform: translate(0,-50%) rotate(90deg);
    transform-origin: left
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 3px 0 6px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul ul {
    padding-left: 0
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 11px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.43em;
    letter-spacing: .02em;
    display: inline-flex;
    margin: 3px 0
}

.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:before {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 50%;
    width: 10px;
    height: 21px;
    transform: translateY(-50%);
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-arrow {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .3s ease-out
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    padding-left: 15px;
    padding-right: 0;
    color: #000
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover:before {
    left: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-arrow {
    transform: rotate(0)
}

.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 {
    font-weight: 600
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.menu-item-has-children>a {
    overflow: visible;
    margin-left: -16px;
    padding-left: 16px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.menu-item-has-children>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 1px;
    background-color: currentColor;
    transform: none
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    height: 12px;
    width: 1px;
    background-color: currentColor;
    transition: transform .2s ease-out
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.menu-item-has-children.qodef--opened>a:after {
    transform: rotate(90deg);
    transform-origin: left
}

.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-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    left: 44px
}

@media only screen and (max-width: 480px) {
    .qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
        left:32px;
        top: -5px
    }
}

.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 .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 34px
}

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

#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 .qodef-widget-holder .widget .qodef-icon-list-item {
    display: block
}

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

.qodef-dropdown-menu-opened #qodef-page-header {
    background-color: transparent
}

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

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

#qodef-page-header-inner.qodef-skin--light 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-header-navigation ul li.qodef-menu-item--narrow ul,.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    background-color: #0f0f0f
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--narrow ul li a,.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:before,.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:before {
    content: url(../img/arrow.svg);
    filter: brightness(0) invert(1)
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second,.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #0f0f0f
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second li a,.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second li a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second li a:before,.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second li a:before {
    content: url(../img/arrow.svg);
    filter: brightness(0) invert(1)
}

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

#qodef-page-header-inner.qodef-skin--light .qodef-widget-side-area-cart-inner .qodef-m-opener,.qodef-custom-header-layout.qodef-skin--light .qodef-widget-side-area-cart-inner .qodef-m-opener {
    color: var(--qode-header-light-color)!important
}

#qodef-page-header-inner.qodef-skin--light .qodef-login-opener-widget .qodef-m-user,.qodef-custom-header-layout.qodef-skin--light .qodef-login-opener-widget .qodef-m-user {
    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-mobile-header-inner.qodef-skin--light #qodef-side-area-mobile-header {
    background-color: #000
}

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

#qodef-page-mobile-header-inner.qodef-skin--light #qodef-side-area-mobile-header nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color)!important
}

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

#qodef-page-mobile-header-inner.qodef-skin--light #qodef-side-area-mobile-header .qodef-m-close {
    color: var(--qode-header-light-hover-color)!important
}

#qodef-page-mobile-header-inner.qodef-skin--light #qodef-side-area-mobile-header .qodef-mobile-widget-holder {
    border-color: rgba(255,255,255,.4)!important
}

#qodef-page-mobile-header-inner.qodef-skin--light .qodef-m-navigation .qodef-drop-down-second-inner ul li>a {
    color: var(--qode-header-light-color)!important
}

#qodef-page-mobile-header-inner.qodef-skin--light .qodef-m-navigation .qodef-drop-down-second-inner ul li>a:hover {
    color: var(--qode-header-light-hover-color)!important
}

#qodef-page-mobile-header-inner.qodef-skin--light .qodef-m-navigation .qodef-drop-down-second-inner ul li>a:before {
    filter: brightness(0) invert(1)
}

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

#qodef-page-mobile-header-inner.qodef-skin--light .qodef-widget-side-area-cart-inner .qodef-m-opener {
    color: var(--qode-header-light-color)!important
}

#qodef-page-mobile-header-inner.qodef-skin--light .qodef-icon-list-item .qodef-e-title,#qodef-page-mobile-header-inner.qodef-skin--light .qodef-icon-list-item .qodef-icon {
    color: var(--qode-header-light-color)!important
}

#qodef-page-mobile-header-inner.qodef-skin--light .qodef-login-opener-widget .qodef-m-user {
    color: var(--qode-header-light-color)!important
}

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

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

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

#qodef-page-mobile-header-inner.qodef-skin--dark .qodef-m-navigation .qodef-drop-down-second-inner ul li>a {
    color: var(--qode-header-dark-color)!important
}

#qodef-page-mobile-header-inner.qodef-skin--dark .qodef-m-navigation .qodef-drop-down-second-inner ul li>a:hover {
    color: var(--qode-header-dark-hover-color)!important
}

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

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

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

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

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

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
    transition: color .3s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder.qodef--one {
    justify-content: flex-end
}

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

.qodef-header--centered .qodef-header-sticky .qodef-header-navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

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

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

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder {
    margin-right: 24px
}

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

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder {
    margin-left: 24px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

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

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

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

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

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

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width:768px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px 40px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-left: 0
}

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

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

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget>p {
    font-size: 12px
}

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

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

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
    position: relative;
    width: 9px;
    height: auto;
    margin-left: 2px;
    margin-bottom: 1px
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0);
    position: absolute;
    left: calc(100% + 41px);
    top: -15px;
    min-width: 200px;
    background-color: #fff
}

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.375em;
    letter-spacing: .02em
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>ul {
    position: absolute;
    left: calc(100% + 28px);
    top: -20px;
    background-color: #fff;
    min-width: 200px;
    padding: 5px 27px 1px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 11px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.43em;
    letter-spacing: .02em
}

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a:before {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 50%;
    width: 10px;
    height: 21px;
    transform: translateY(-50%);
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-arrow {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .3s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a {
    padding-left: 15px;
    padding-right: 0;
    color: #505050;
    color: #505050
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a:before {
    left: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-arrow {
    transform: rotate(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a {
    padding-left: 15px;
    padding-right: 0;
    color: #505050;
    font-weight: 600
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
    left: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-arrow,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-arrow {
    transform: rotate(0)
}

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

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

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

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

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

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

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

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

.qodef-header--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: 71px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease,top .5s ease;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

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

.qodef-header-sticky.qodef-skin--light .qodef-icon-list-item p {
    color: var(--qode-header-light-color)!important
}

.qodef-header-sticky.qodef-skin--light .qodef-icon-list-item .qodef-icon-holder span {
    color: var(--qode-header-light-color)!important
}

.qodef-header-sticky.qodef-skin--light nav>ul>li>a {
    color: var(--qode-header-light-color)!important
}

.qodef-header-sticky.qodef-skin--light nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color)!important
}

.qodef-header-sticky.qodef-skin--light nav>ul>li.current-menu-ancestor>a,.qodef-header-sticky.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: var(--qode-header-light-hover-color)!important
}

.qodef-header-sticky.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    background-color: #0f0f0f
}

.qodef-header-sticky.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
    color: #fff
}

.qodef-header-sticky.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:before {
    content: url(../img/arrow.svg);
    filter: brightness(0) invert(1)
}

.qodef-header-sticky.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #0f0f0f
}

.qodef-header-sticky.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second li a {
    color: #fff!important
}

.qodef-header-sticky.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second li a:before {
    content: url(../img/arrow.svg);
    filter: brightness(0) invert(1)
}

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

.qodef-header-sticky.qodef-skin--light .qodef-widget-side-area-cart-inner .qodef-m-opener {
    color: var(--qode-header-light-color)!important
}

.qodef-header-sticky.qodef-skin--light .qodef-login-opener-widget .qodef-m-user {
    color: var(--qode-header-light-color)!important
}

.qodef-header-sticky.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color)!important
}

.qodef-header-sticky.qodef-skin--dark nav>ul>li>a:hover {
    color: var(--qode-header-dark-hover-color)!important
}

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

.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color)!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--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

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

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

.qodef-header-sticky-inner .qodef-header-logo-link {
    padding: 0!important
}

#qodef-top-area {
    position: relative;
    background-color: #fff;
    transition: background-color .3s ease-out;
    z-index: 101
}

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

#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-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

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

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

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

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

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

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

#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p {
    margin: 0;
    font-size: 13px
}

#qodef-top-area .widget p {
    margin: 0;
    font-size: 13px
}

#qodef-top-area .widget .qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    font-size: 13px
}

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

.qodef-dropdown-menu-opened #qodef-top-area {
    background-color: transparent
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 30px rgba(196,187,187,.3);
    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 #ccc;
    border-left: 1px solid #ccc;
    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: Jost,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 #ccc;
    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 12px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
    transition: color .3s ease-out
}

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

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

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

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

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

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

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

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

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

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

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -430px;
    width: 430px;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 58px 56px 40px;
    background-color: #fff;
    overflow: scroll;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

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

#qodef-side-area-mobile-header .qodef-mobile-widget-holder {
    padding-top: 12px;
    border-top: 1px solid #ccc;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

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

#qodef-side-area-mobile-header .qodef-mobile-widget-holder .widget_eskil_core_woo_side_area_cart {
    height: auto;
    justify-content: flex-start
}

#qodef-side-area-mobile-header .qodef-mobile-widget-holder .widget_eskil_core_woo_side_area_cart:last-child {
    margin-top: -7px
}

#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;
    margin: 0;
    padding: 0
}

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

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

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

#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 {
    margin: 14px 0
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    position: relative;
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
    padding-left: 27px
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    height: 1px;
    background-color: currentColor
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    height: 17px;
    width: 1px;
    transform: translate(0,-50%);
    background-color: currentColor;
    transition: transform .3s ease-out
}

#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.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
    color: var(--qode-main-color);
    font-weight: 600
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.qodef--opened>a:after {
    transform: translate(0,-50%) rotate(90deg);
    transform-origin: left
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner>ul {
    padding: 3px 0 6px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner>ul ul {
    padding-left: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul {
    padding-left: 27px;
    margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 11px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.43em;
    letter-spacing: .02em;
    display: inline-flex;
    margin: 3px 0
}

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

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li>a:before {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 50%;
    width: 10px;
    height: 21px;
    transform: translateY(-50%);
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-arrow {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .3s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li>a:hover {
    padding-left: 15px;
    padding-right: 0;
    color: #000
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li>a:hover:before {
    left: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-arrow {
    transform: rotate(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a {
    font-weight: 600
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li.menu-item-has-children>a {
    overflow: visible;
    margin-left: -16px;
    padding-left: 16px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li.menu-item-has-children>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 1px;
    background-color: currentColor;
    transform: none
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    height: 12px;
    width: 1px;
    background-color: currentColor;
    transition: transform .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-drop-down-second-inner ul li.menu-item-has-children.qodef--opened>a:after {
    transform: rotate(90deg);
    transform-origin: left
}

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

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

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

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

@media only screen and (max-width: 480px) {
    #qodef-side-area-mobile-header {
        right:-75%;
        width: 75%
    }
}

.qodef-side-area-mobile-header-cover {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #1d1d1d;
    opacity: 0;
    overflow: hidden;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    z-index: -1
}

.qodef-side-area-mobile-header--opened .qodef-side-area-mobile-header-cover {
    right: 430px;
    opacity: .4;
    z-index: 1002
}

@media only screen and (max-width: 480px) {
    .qodef-side-area-mobile-header--opened .qodef-side-area-mobile-header-cover {
        right:75%
    }
}

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

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

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

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

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

body:not([class*=qodef-drop-down-second--animate-height]) .qodef-header-navigation ul li .qodef-drop-down-second {
    opacity: 0
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    visibility: visible;
    overflow: visible;
    z-index: 20
}

body:not([class*=qodef-drop-down-second--animate-height]) .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    transition: opacity .3s 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
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second.qodef-dropdown-modified-margin .qodef-drop-down-second-inner {
    padding: 0 10px
}

.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 60px
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-size: 14px;
    line-height: 1.43em;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 600
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-arrow {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .3s ease-out
}

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

.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 .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: 1px
}

.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: 11px 0;
    overflow: hidden;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.43em;
    letter-spacing: .02em
}

.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:before {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 50%;
    width: 10px;
    height: 21px;
    transform: translateY(-50%);
    transition: left .3s ease-out,right .3s ease-out;
    left: -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-arrow {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .3s 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 {
    padding-left: 15px;
    padding-right: 0;
    color: #505050
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a:before,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a:before {
    left: 0
}

.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-arrow,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-arrow {
    transform: rotate(0)
}

.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.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
    color: var(--qode-main-color)
}

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

body.qodef-header-border--enabled .qodef-header-navigation ul li .qodef-drop-down-second {
    top: calc(100% + 1px)
}

.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-search-close {
    transform: rotate(0);
    transform-origin: center;
    transition: transform .3s ease-in-out
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu {
    display: block
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu line {
    stroke-dasharray: 45;
    stroke-dashoffset: 90;
    transition: stroke-dashoffset .45s ease-in-out
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu line:nth-of-type(2) {
    transition-delay: .15s
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu line:nth-of-type(3) {
    transition-delay: .3s
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close-menu line {
    stroke-dasharray: 22;
    stroke-dashoffset: 44;
    transition: stroke-dashoffset .44s ease-in-out
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close-menu line:nth-of-type(2) {
    transition-delay: .22s
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--close-menu line,.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu line {
    stroke-dashoffset: 0
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-search-close {
    transform: rotate(90deg)
}

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

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

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

.qodef-parallax.elementor-section {
    overflow: visible
}

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

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

.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    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
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 p {
    margin: 0
}

.qodef-contact-form-7 br {
    display: none
}

.qodef-contact-form-7 .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.qodef-contact-form-7 .wpcf7-response-output {
    border-width: 1px!important;
    margin: 2em 0 0 0!important;
    padding: 1em 1.6em!important
}

.qodef-contact-form-7 .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .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 {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,.qodef-contact-form-7 .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-cf-newsletter {
    position: relative
}

.qodef-cf-newsletter input {
    margin: 0;
    border-color: #505050
}

.qodef-cf-newsletter button {
    position: absolute;
    right: 12px;
    top: 30px;
    transform: translate(0,-50%)
}

.qodef-cf-newsletter .wpcf7-not-valid-tip {
    margin-top: 10px
}

@media only screen and (max-width: 480px) {
    .qodef-cf-newsletter button {
        position:relative;
        right: auto;
        top: 0;
        margin-top: 20px;
        transform: translate(0,0)
    }
}

.qodef-instagram-list #sb_instagram {
    padding: 0!important;
    overflow: hidden!important
}

.qodef-instagram-list #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1!important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none!important;
    height: auto!important;
    padding-bottom: 0!important;
    opacity: 1!important;
    position: relative;
    overflow: hidden
}

.qodef-instagram-list .sbi_photo_wrap a img {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.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 .3s ease-out
}

html.elementor-html .qodef-instagram-list .sbi_photo_wrap a {
    color: inherit!important;
    opacity: 1!important
}

.qodef-instagram-list .sbi_photo_wrap a:hover img {
    transform: scale(1.1) translateX(2%)
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block!important
}

.qodef-instagram-list .sbi_photo_wrap.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;
    float: left;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1!important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.375em;
    letter-spacing: .02em;
    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: Jost,sans-serif;
    font-size: 16px;
    line-height: 1.375em;
    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:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
    width: 50%
}

@media only screen and (min-width: 681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
}

@media only screen and (min-width: 769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
    width: 25%
}

@media only screen and (min-width: 1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
    width: 20%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
}

@media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear:both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
    padding: 0;
    margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -66px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
    margin: 0 -33px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets>.ctf-item {
    padding: 0 33px;
    margin: 0 0 66px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 40px;
    margin: 0 0 80px
}

#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
}

.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 #ccc!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_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 3px;
    margin-right: 8px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option:first-child {
    margin-left: -4px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    border: 1px solid #707070;
    min-width: auto;
    width: 22px;
    height: 22px;
    line-height: inherit;
    border-radius: 100%
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #707070;
    border-radius: 100%
}

.qodef-yith-wccl--predefined .select_box.select_box_image {
    margin-top: -2px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 100%
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #eae8e8
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #707070
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.8em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .3s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ',';
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 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
}

.ywpc-back {
    background-color: #fafafa!important;
    margin: 0!important
}

.ywpc-fore {
    background-color: var(--qode-main-color)!important
}

div.ywpc-countdown {
    margin: 36px 0 -11px
}

div.ywpc-countdown .ywpc-days,div.ywpc-countdown .ywpc-hours,div.ywpc-countdown .ywpc-minutes,div.ywpc-countdown .ywpc-seconds {
    margin: 0 6px 0 0!important;
    padding: 0;
    vertical-align: middle;
    display: inline-flex!important;
    flex-direction: column;
    background-color: #fafafa;
    font-family: Jost,sans-serif;
    width: 60px!important
}

@media only screen and (max-width: 680px) {
    div.ywpc-countdown .ywpc-days,div.ywpc-countdown .ywpc-hours,div.ywpc-countdown .ywpc-minutes,div.ywpc-countdown .ywpc-seconds {
        width:75px
    }
}

@media only screen and (max-width: 480px) {
    div.ywpc-countdown .ywpc-days,div.ywpc-countdown .ywpc-hours,div.ywpc-countdown .ywpc-minutes,div.ywpc-countdown .ywpc-seconds {
        width:65px
    }
}

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 {
    font-size: 13px;
    color: #6e6e6e;
    text-align: center;
    font-family: Jost,sans-serif;
    padding-bottom: 13px;
    letter-spacing: 0
}

div.ywpc-countdown .ywpc-hours,div.ywpc-countdown .ywpc-minutes,div.ywpc-countdown .ywpc-seconds {
    position: relative
}

div.ywpc-countdown .ywpc-amount {
    line-height: 1em;
    background-color: transparent!important;
    height: auto!important;
    width: auto!important;
    margin: 0!important;
    text-align: center;
    padding: 18px 5px 1px
}

div.ywpc-countdown .ywpc-amount>span {
    background-color: transparent!important;
    border: none!important;
    height: auto!important;
    line-height: 1em!important;
    margin: 0!important;
    vertical-align: middle;
    width: auto!important;
    color: var(--qode-main-color)!important;
    font-size: 13px!important;
    font-weight: 400!important;
    font-family: Jost,sans-serif
}

.ywpc-label {
    text-transform: initial!important
}

.ywpc-countdown-loop,.ywpc-sale-bar-loop {
    margin: 0
}

.ywpc-countdown-loop .ywpc-header,.ywpc-sale-bar-loop .ywpc-header {
    display: none!important
}

.ywpc-countdown,.ywpc-sale-bar {
    border: none;
    margin: 0 0 1px 0;
    padding: 0;
    background-color: transparent
}

.ywpc-countdown .ywpc-header,.ywpc-sale-bar .ywpc-header {
    color: #fff;
    padding: 0 23px 0 23px;
    text-align: left;
    width: 0%;
    display: none
}

.qodef-browser--ms-explorer .ywpc-countdown .ywpc-header,.qodef-browser--ms-explorer .ywpc-sale-bar .ywpc-header {
    text-transform: none
}

.ywpc-countdown .ywpc-timer {
    width: 100%;
    text-align: left
}

.ywpc-sale-bar .ywpc-bar {
    width: 100%
}

#yith-quick-view-modal.open {
    z-index: 10001
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: #1d1d1d66!important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto!important;
    width: 920px!important;
    max-width: 90vw!important
}

#yith-quick-view-modal .yith-wcqv-main {
    overflow-y: hidden!important;
    max-height: 90vh!important;
    box-shadow: none!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    max-height: 480px;
    flex-basis: 48.9%;
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0);
    left: 13px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100%!important;
    margin: 0!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    flex-basis: 51.1%;
    align-self: center;
    padding: 37px 30px 30px 43px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .qodef-woo-product-title {
    font-size: 20px;
    line-height: 1.3em
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .woocommerce-product-rating {
    margin-top: 5px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    display: block
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .price {
    margin-top: 17px
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart {
    margin-top: 53px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description+form.cart {
    margin-top: 14px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
    margin-top: 45px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .variations_form .select_box_image+.select2-container {
    display: none
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0!important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 16px;
    height: 16px;
    color: #000;
    opacity: 1;
    transform: rotate(0);
    transform-origin: center;
    transition: transform .3s ease-in-out
}

#yith-quick-view-modal #yith-quick-view-close:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    line-height: 25px;
    padding: 0;
    position: relative;
    background-image: url(../img/close.svg);
    background-size: contain
}

#yith-quick-view-modal #yith-quick-view-close:hover {
    transform: rotate(90deg)
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important;
    background-color: transparent!important;
    overflow: hidden
}

.qodef-yith-wcqv--predefined .yith-wcqv-button::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: -15px;
    background-image: url(../img/quick_view.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateX(-27px);
    transition: .2s ease-out;
    opacity: 0
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:hover::before {
    transform: translateX(1px);
    margin-right: 6px;
    transition: .2s ease-out;
    opacity: 1
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button {
    color: #fff!important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color)!important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button .blockUI {
    display: none!important
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form {
        overflow-x:scroll
    }
}

.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
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .shop_table td,.yith-wcwl-form .shop_table th {
        padding-left:5px
    }
}

.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 {
    text-transform: uppercase;
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 1.43em;
    letter-spacing: .02em
}

.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: 680px) {
    .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: 680px) {
    .yith-wcwl-form .shop_table .variation dd {
        float:none;
        margin: 0;
        width: 100%
    }
}

.yith-wcwl-form .wishlist_table,.yith-wcwl-form .wishlist_table.mobile {
    font-family: Jost,sans-serif
}

.yith-wcwl-form .wishlist_table.mobile.shop_table thead th,.yith-wcwl-form .wishlist_table.shop_table thead th {
    letter-spacing: 0
}

.yith-wcwl-form .wishlist_table.mobile.shop_table thead th,.yith-wcwl-form .wishlist_table.shop_table thead th {
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 6px
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-price,.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-stock-status,.yith-wcwl-form .wishlist_table.shop_table tbody .product-price,.yith-wcwl-form .wishlist_table.shop_table tbody .product-stock-status {
    font-size: 14px;
    font-weight: 500
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-remove a,.yith-wcwl-form .wishlist_table.shop_table tbody .product-remove a {
    font-size: 31px;
    font-weight: 300
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-stock-status,.yith-wcwl-form .wishlist_table.shop_table tbody .product-stock-status {
    font-size: 14px;
    text-transform: uppercase;
    min-width: 150px
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-stock-status span,.yith-wcwl-form .wishlist_table.shop_table tbody .product-stock-status span {
    color: #000
}

@media only screen and (max-width: 1024px) {
    .yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-stock-status,.yith-wcwl-form .wishlist_table.shop_table tbody .product-stock-status {
        display:none
    }
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-add-to-cart,.yith-wcwl-form .wishlist_table.shop_table tbody .product-add-to-cart {
    padding-right: 43px;
    text-align: right;
    width: 261px;
    min-width: 235px
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-add-to-cart,.yith-wcwl-form .wishlist_table.shop_table tbody .product-add-to-cart {
        width:auto;
        min-width: auto;
        padding: 0 0 20px 12px;
        text-align: left
    }
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-add-to-cart .add_to_cart,.yith-wcwl-form .wishlist_table.shop_table tbody .product-add-to-cart .add_to_cart {
    font-family: Jost,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-flex!important;
    font-family: Jost,sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 18px
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-add-to-cart .add_to_cart .qodef-svg--button-arrow,.yith-wcwl-form .wishlist_table.shop_table tbody .product-add-to-cart .add_to_cart .qodef-svg--button-arrow {
    margin-left: 6px;
    margin-right: -6px;
    stroke: none;
    fill: currentColor
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-add-to-cart .add_to_cart:before,.yith-wcwl-form .wishlist_table.shop_table tbody .product-add-to-cart .add_to_cart:before {
    content: url(../img/add_to_cart_light.svg);
    position: relative;
    width: 0;
    overflow: hidden;
    text-align: left;
    line-height: 1em;
    transition: width .2s ease-in-out;
    margin-right: 2px
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-add-to-cart .add_to_cart:hover:before,.yith-wcwl-form .wishlist_table.shop_table tbody .product-add-to-cart .add_to_cart:hover:before {
    width: 18px;
    transition: width .2s ease-in-out
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody tr td,.yith-wcwl-form .wishlist_table.shop_table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tbody tr td.product-name,.yith-wcwl-form .wishlist_table.shop_table tbody tr td.product-name {
    padding-right: 9.5%
}

@media only screen and (max-width: 768px) {
    .yith-wcwl-form .wishlist_table.mobile.shop_table tbody tr td.product-name,.yith-wcwl-form .wishlist_table.shop_table tbody tr td.product-name {
        padding-right:0
    }
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .wishlist_table.mobile.shop_table tbody tr td.product-name,.yith-wcwl-form .wishlist_table.shop_table tbody tr td.product-name {
        padding:0 0 0 12px
    }
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .wishlist_table.mobile.shop_table tr,.yith-wcwl-form .wishlist_table.shop_table tr {
        display:flex;
        flex-direction: column
    }
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tr th,.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0!important
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tr th.product-remove,.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto!important
}

@media only screen and (max-width: 1024px) {
    .yith-wcwl-form .wishlist_table.mobile.shop_table tr th.product-stock-status,.yith-wcwl-form .wishlist_table.shop_table tr th.product-stock-status {
        display:none
    }
}

.yith-wcwl-form .wishlist_table.mobile.shop_table tr td,.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 .product-add-to-cart .added_to_cart,.yith-wcwl-form .wishlist_table .product-add-to-cart .button,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .added_to_cart,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .button {
    font-family: Jost,sans-serif!important;
    font-weight: 400!important;
    letter-spacing: .02em!important;
    position: relative!important;
    display: inline-flex!important;
    align-items: center!important;
    width: auto!important;
    margin: 0!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    border-radius: 0!important;
    outline: 0!important;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out!important;
    padding: 7px 21px 5px 17px;
    font-size: 18px;
    cursor: pointer!important;
    z-index: 3!important;
    border-radius: 4px;
    align-items: center;
    color: #fff!important;
    background-color: #000!important;
    border: 1px solid transparent!important;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-svg--button-arrow,.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-svg--button-arrow,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .added_to_cart .qodef-svg--button-arrow,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .button .qodef-svg--button-arrow {
    margin-left: 6px;
    margin-right: -6px;
    stroke: none;
    fill: currentColor
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .added_to_cart:hover,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .button:hover {
    color: #fff!important;
    background-color: var(--qode-main-color)!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,.yith-wcwl-form .wishlist_table .product-add-to-cart .button i,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .added_to_cart i,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .button i {
    display: none!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .added_to_cart:before,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .button:before {
    display: none!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .added_to_cart.added,.yith-wcwl-form .wishlist_table.mobile .product-add-to-cart .button.added {
    display: none!important
}

.yith-wcwl-form .wishlist_table li .item-wrapper,.yith-wcwl-form .wishlist_table.mobile li .item-wrapper {
    width: 100%
}

.yith-wcwl-form .wishlist_table li .item-wrapper .product-thumbnail,.yith-wcwl-form .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 110px;
    margin-right: 20px
}

.yith-wcwl-form .wishlist_table li .item-wrapper .item-details,.yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details {
    width: calc(100% - 140px)
}

.yith-wcwl-form .wishlist_table li .item-wrapper .item-details td,.yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details td {
    font-size: 1em
}

.yith-wcwl-form .wishlist_table li .item-wrapper .item-details h3,.yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details h3 {
    margin-top: 0
}

@media only screen and (max-width: 1024px) {
    .yith-wcwl-form .wishlist_table li .item-wrapper .item-details h3,.yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details h3 {
        font-size:25px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 1024px) {
    .yith-wcwl-form .wishlist_table li .item-wrapper .product-thumbnail,.yith-wcwl-form .wishlist_table.mobile li .item-wrapper .product-thumbnail {
        max-width:100%;
        margin-right: 0;
        padding: 30px;
        display: flex;
        justify-content: center
    }

    .yith-wcwl-form .wishlist_table li .item-wrapper .item-details,.yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details {
        width: 100%;
        text-align: center
    }
}

.yith-wcwl-form .wishlist_table li .additional-info-wrapper td,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper td {
    font-size: 1em
}

.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-top: 20px
}

.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart .add_to_cart,.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart a.button,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .add_to_cart,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a.button {
    font-family: Jost,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 15px 20px!important
}

.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart .add_to_cart .qodef-svg--button-arrow,.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart a.button .qodef-svg--button-arrow,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .add_to_cart .qodef-svg--button-arrow,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a.button .qodef-svg--button-arrow {
    margin-left: 6px;
    margin-right: -6px;
    stroke: none;
    fill: currentColor
}

.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart .add_to_cart:before,.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart a.button:before,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .add_to_cart:before,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a.button:before {
    content: url(../img/add_to_cart_light.svg);
    position: relative;
    width: 0;
    overflow: hidden;
    text-align: left;
    line-height: 1em;
    transition: width .2s ease-in-out;
    display: inline-block;
    vertical-align: sub
}

.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart .add_to_cart:hover:before,.yith-wcwl-form .wishlist_table li .additional-info-wrapper .product-add-to-cart a.button:hover:before,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .add_to_cart:hover:before,.yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a.button:hover:before {
    width: 18px;
    transition: width .2s ease-in-out
}

.yith-wcwl-form .wishlist_table.mobile li {
    margin-bottom: 50px
}

.yith-wcwl-form .wishlist_table.mobile .item-details .product-name {
    padding: 0 20px
}

@media only screen and (max-width: 768px) {
    .yith-wcwl-form .wishlist_table.mobile .item-details .product-name {
        padding:0 40px
    }
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .wishlist_table.mobile .item-details .product-name {
        padding:0 20px
    }
}

.yith-wcwl-form .wishlist_table.mobile .item-details-table {
    border-top: 1px solid #ccc!important
}

.yith-wcwl-form .wishlist_table.mobile .additional-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.yith-wcwl-form .wishlist_table.mobile .additional-info-wrapper .product-remove,.yith-wcwl-form .wishlist_table.mobile .item-details table.item-details-table td,.yith-wcwl-form .wishlist_table.mobile table.additional-info td {
    text-align: center!important;
    padding-bottom: 0
}

.yith-wcwl-form .wishlist_table.mobile .item-details table.item-details-table td {
    padding-bottom: 10px
}

.yith-wcwl-form .wishlist_table.mobile .product-remove {
    margin: 15px 0
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important;
    background-color: transparent!important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist {
    display: none!important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    overflow: hidden
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    transition: .3s ease .1s!important;
    position: relative;
    overflow: hidden
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a.add_to_wishlist>i {
    margin-right: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    transform: translateX(-14px);
    transition: transform .3s ease
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
    padding: 0 0 0 19px!important;
    transition: .3s ease!important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover>i {
    transform: translateX(0);
    transition: transform .3s ease .1s
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback+a {
    display: inline
}

.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a {
    color: #fff!important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-image-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-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 {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a:hover img,.qodef-woo-product-list .product-category a:hover img {
    transform: scale(1.1) translateX(2%)
}

.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 {
    margin: 16px 0 19px;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: uppercase
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-skin--light .woocommerce-loop-category__title,.qodef-woo-product-list.qodef-skin--light .woocommerce-loop-category__title {
    color: #fff
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-skin--light .woocommerce-loop-category__title a:hover,.qodef-woo-product-list.qodef-skin--light .woocommerce-loop-category__title a:hover {
    color: #fff
}

.qodef-woo-product-designer-list .qodef-designer-name {
    margin: 10px 0
}

.tax-product_designer #qodef-page-inner {
    padding: 0
}

.tax-product_designer .qodef-designer-content .qodef-designer-top-holder .qodef-designer-top-content {
    max-width: 640px;
    margin: 0 auto
}

.tax-product_designer .qodef-designer-content .qodef-designer-name {
    margin-top: 45px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

.tax-product_designer .qodef-designer-content .qodef-designer-image {
    margin-top: 64px
}

.tax-product_designer .qodef-designer-content .qodef-designer-label {
    margin-top: 65px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

.tax-product_designer .qodef-designer-content .qodef-designer-tagline {
    margin-top: 71px
}

.tax-product_designer .qodef-designer-content .qodef-designer-tagline>p {
    margin: 0;
    font-size: 21px;
    line-height: 1.375em
}

.tax-product_designer .qodef-designer-content .qodef-designer-desc {
    margin-top: 16px
}

.tax-product_designer .qodef-designer-content .qodef-designer-desc>p {
    margin-top: 0;
    margin-bottom: 22px
}

.tax-product_designer .qodef-designer-related {
    max-width: 960px;
    margin: 82px auto 147px
}

.tax-product_designer .qodef-designer-related .qodef-woo-product-list>.qodef-grid-inner {
    margin: 0 -22px
}

.tax-product_designer .qodef-designer-related .qodef-woo-product-list>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 22px
}

.tax-product_designer .qodef-designer-related .qodef-woo-product-list .qodef-woo-product-content {
    margin-top: 23px
}

.qodef-woo-product-designer-list.qodef-item-layout--standard .qodef-e-designer-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-woo-product-designer-list.qodef-item-layout--standard .qodef-e-designer-image a img {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.qodef-woo-product-designer-list.qodef-item-layout--standard .qodef-e-designer-image a:hover img {
    transform: scale(1.1) translateX(2%)
}

.qodef-woo-product-designer-list.qodef-item-layout--standard .qodef-e-inner .qodef-e-designer-name {
    margin-bottom: 14px;
    font-size: 20px;
    text-transform: uppercase
}

.qodef-woo-product-designer-list.qodef-item-layout--standard .qodef-e-designer-content .qodef-e-designer-excerpt {
    margin-top: 0;
    margin-bottom: 24px
}

.qodef-woo-product-list img {
    color: transparent
}

.qodef-woo-product-list .qodef-woo-add-to-cart .added_to_cart,.qodef-woo-product-list .qodef-woo-add-to-cart .button {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    background-color: transparent
}

.qodef-woo-product-list .qodef-grid-item {
    transition: background-color .3s ease-out
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-masonry-border .qodef-grid-inner {
    color: #ccc
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-masonry-border .qodef-grid-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: currentColor
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-masonry-border .qodef-grid-inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-masonry-border .qodef-grid-item {
    border-bottom: 1px solid #ccc
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-masonry-border .qodef-grid-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item .qodef-e-inner {
    padding: 27px 35px 35px
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item .qodef-woo-product-mark {
    top: 0;
    left: 0
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-woo-product-mark {
    top: 22px;
    left: 22px
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner {
    padding: 19.8% 27.7%!important
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding.qodef-item--huge-square .qodef-e-inner {
    padding: 13.8% 17.8%!important
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-woo-product-image {
    position: static
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-woo-product-image .qodef-woo-product-image-inner {
    display: none
}

.qodef-woo-product-list.qodef-items--hover-bg .qodef-grid-item:hover {
    background-color: #eae8e8
}

.qodef-woo-product-list .qodef-grid-inner {
    opacity: 1;
    transition: opacity .3s ease-out
}

.qodef-woo-product-list .price {
    margin: 0;
    color: #000
}

.qodef-woo-product-list .qodef-m-pagination {
    margin-top: 43px
}

.qodef-woo-product-list .qodef-m-pagination-spinner {
    position: absolute;
    bottom: calc(50% - 16px);
    left: calc(50% - 16px);
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-woo-product-list.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-woo-product-list.qodef--loading .qodef-m-pagination-inner {
    opacity: 0
}

.qodef-woo-product-list.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-product-list-custom-title .qodef-woo-product-list .qodef-woo-product-title {
    max-width: 360px
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-woo-product-info .qodef-woo-product-title {
    max-width: 82%
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-woo-product-info .price {
    padding-left: 35px
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-woo-add-to-cart {
    margin-top: 10px
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .add_to_cart_button::before,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .added_to_cart::before {
    filter: brightness(0) saturate(100%)
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner {
    display: flex;
    flex-direction: row-reverse;
    top: initial;
    bottom: 0;
    height: 36px;
    padding: 0
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner>* {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 0
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner>:first-child {
    border-left: 0
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner .yith-wcqv-button,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a {
    color: #000!important
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner .yith-wcqv-button {
    text-transform: uppercase;
    font-size: 13px!important;
    font-weight: 600
}

.qodef-woo-product-list.qodef-item-layout--info-below:not(.qodef-layout--masonry) .qodef-e-inner .qodef-woo-product-image {
    border: 1px solid transparent;
    transition: .3s ease-out
}

.qodef-woo-product-list.qodef-item-layout--info-below:not(.qodef-layout--masonry) .qodef-e-inner .qodef-woo-product-image-inner>:first-child {
    border-right: 0
}

.qodef-woo-product-list.qodef-item-layout--info-below:not(.qodef-layout--masonry) .qodef-e-inner .qodef-woo-product-image-inner>:last-child {
    border-left: 0
}

.qodef-woo-product-list.qodef-item-layout--info-below:not(.qodef-layout--masonry) .qodef-e-inner:hover .qodef-woo-product-image {
    border-color: #ccc
}

.qodef-woo-product-list.qodef-item-layout--info-below:not(.qodef-layout--masonry) .qodef-grid-item,.qodef-woo-product-list.qodef-item-layout--info-below:not(.qodef-layout--masonry) li.product {
    margin-bottom: 50px!important
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-content {
    margin-top: 13px
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-content .qodef-woo-ratings {
    display: none!important
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-price {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-price .price {
    margin-top: 10px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease-out,transform .4s ease-in-out
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-price .qodef-add-to-cart-holder {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .3s ease-out,transform .4s ease-in-out
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .qodef-woo-product-content .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner .qodef-woo-product-content .button {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    background-color: transparent
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner:hover .price {
    opacity: 0;
    transform: translateY(100%)
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-e-inner:hover .qodef-add-to-cart-holder {
    opacity: 1;
    transform: translateY(0)
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-image-inner {
    display: flex;
    flex-direction: row-reverse;
    top: initial;
    bottom: 0;
    height: 36px;
    padding: 0;
    transition: .3s ease-out
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-image-inner::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-image-inner>* {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 0
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-image-inner>:first-child {
    border-left: 0
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-image-inner .yith-wcqv-button,.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a {
    color: #000!important
}

.qodef-woo-product-list.qodef-item-layout--info-hover .qodef-woo-product-image-inner .yith-wcqv-button {
    text-transform: uppercase;
    font-size: 13px!important;
    font-weight: 600
}

.qodef-woo-product-list.qodef-item-layout--info-hover:not(.qodef-layout--masonry) .qodef-e-inner .qodef-woo-product-image {
    border: 1px solid transparent;
    transition: .3s ease-out
}

.qodef-woo-product-list.qodef-item-layout--info-hover:not(.qodef-layout--masonry) .qodef-e-inner .qodef-woo-product-image-inner>:first-child {
    border-right: 0
}

.qodef-woo-product-list.qodef-item-layout--info-hover:not(.qodef-layout--masonry) .qodef-e-inner .qodef-woo-product-image-inner>:last-child {
    border-left: 0
}

.qodef-woo-product-list.qodef-item-layout--info-hover:not(.qodef-layout--masonry) .qodef-e-inner:hover .qodef-woo-product-image {
    border-color: #ccc
}

.qodef-woo-product-list.qodef-item-layout--info-hover:not(.qodef-layout--masonry) .qodef-e-inner:hover .qodef-woo-product-image-inner {
    bottom: 0;
    opacity: 1;
    transition: .3s ease-out
}

.qodef-woo-product-list.qodef-item-layout--info-hover:not(.qodef-layout--masonry) .qodef-grid-item,.qodef-woo-product-list.qodef-item-layout--info-hover:not(.qodef-layout--masonry) li.product {
    margin-bottom: 34px!important
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-product-image .qodef-woo-product-image-inner {
    display: none
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-price {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-price .price {
    margin-top: 3px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease-out,transform .4s ease-in-out
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-price .qodef-add-to-cart-holder {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .3s ease-out,transform .4s ease-in-out
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-e-inner:hover .price {
    opacity: 0;
    transform: translateY(100%)
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-e-inner:hover .qodef-add-to-cart-holder {
    opacity: 1;
    transform: translateY(0)
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-product-content .qodef-woo-price,.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-product-content .qodef-woo-product-title {
    text-align: center
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-product-content .price {
    justify-content: center
}

.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-product-content .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-minimal .qodef-woo-product-content .button {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    background-color: transparent
}

div#qodef-woo-page.qodef--single .qodef-product-info-bottom {
    border-radius: 4px;
    background-color: #e6e4e4;
    display: inline-flex;
    padding: 5px 21px 6px;
    margin-top: 31px
}

div#qodef-woo-page.qodef--single .qodef-product-info-bottom .qodef-pib-left-holder {
    margin-top: 2px;
    width: 12px
}

div#qodef-woo-page.qodef--single .qodef-product-info-bottom .qodef-pib-right-holder {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
    font-size: 13px
}

div#qodef-woo-page.qodef--single .qodef-woo-accordion-tabs~.qodef-social-share {
    margin-top: 0
}

@media only screen and (max-width: 1440px) {
    div#qodef-woo-page.qodef--single .qodef-product-info-bottom {
        padding:5px 17px 6px
    }
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .qodef-gutter--normal .woocommerce-product-gallery__image {
    padding: 0 15px;
    margin-bottom: 10px
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .qodef-gutter--normal .woocommerce-product-gallery__image:last-child {
    margin-bottom: 0
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .entry-summary {
    padding-left: 91px
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--big_images div#qodef-woo-page.qodef--single .entry-summary {
        padding-left:20px
    }
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
    padding-right: 10%
}

@media only screen and (max-width: 768px) {
    .qodef-product-layout--big_images div#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
        padding-right:0
    }
}

.qodef-product-layout--full-width #qodef-page-header,.qodef-product-layout--full-width #qodef-top-area {
    background-color: transparent!important
}

.qodef-product-layout--full-width .qodef-page-title {
    background-color: transparent;
    z-index: 5
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--full-width .qodef-page-title {
        position:absolute
    }
}

.qodef-product-layout--full-width #qodef-page-inner {
    padding-top: 0
}

@media only screen and (min-width: 1441px) and (min-width:1441px) {
    .qodef-product-layout--full-width.qodef-content-grid-1400 .qodef-social-share,.qodef-product-layout--full-width.qodef-content-grid-1400 .related,.qodef-product-layout--full-width.qodef-content-grid-1400 .woocommerce-notices-wrapper,.qodef-product-layout--full-width.qodef-content-grid-1400 .woocommerce-tabs {
        width:1400px!important
    }
}

@media only screen and (min-width: 1441px) and (min-width:1441px) {
    .qodef-product-layout--full-width.qodef-content-grid-1300 .qodef-social-share,.qodef-product-layout--full-width.qodef-content-grid-1300 .related,.qodef-product-layout--full-width.qodef-content-grid-1300 .woocommerce-notices-wrapper,.qodef-product-layout--full-width.qodef-content-grid-1300 .woocommerce-tabs {
        width:1300px!important
    }
}

@media only screen and (min-width: 1441px) and (min-width:1441px) {
    .qodef-product-layout--full-width.qodef-content-grid-1200 .qodef-social-share,.qodef-product-layout--full-width.qodef-content-grid-1200 .related,.qodef-product-layout--full-width.qodef-content-grid-1200 .woocommerce-notices-wrapper,.qodef-product-layout--full-width.qodef-content-grid-1200 .woocommerce-tabs {
        width:1200px!important
    }
}

@media only screen and (min-width: 1441px) and (min-width:1025px) {
    .qodef-product-layout--full-width.qodef-content-grid-1000 .qodef-social-share,.qodef-product-layout--full-width.qodef-content-grid-1000 .related,.qodef-product-layout--full-width.qodef-content-grid-1000 .woocommerce-notices-wrapper,.qodef-product-layout--full-width.qodef-content-grid-1000 .woocommerce-tabs {
        width:1000px!important
    }
}

@media only screen and (min-width: 1441px) and (min-width:769px) {
    .qodef-product-layout--full-width.qodef-content-grid-800 .qodef-social-share,.qodef-product-layout--full-width.qodef-content-grid-800 .related,.qodef-product-layout--full-width.qodef-content-grid-800 .woocommerce-notices-wrapper,.qodef-product-layout--full-width.qodef-content-grid-800 .woocommerce-tabs {
        width:800px!important
    }
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-social-share,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .related,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-social-share,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .related,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
        width:1100px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-social-share,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .related,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
        padding-left:0;
        padding-right: 0;
        width: 86%;
        margin-left: auto;
        margin-right: auto
    }
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50
}

@media only screen and (max-width: 1600px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper {
        top:7%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper {
        top:7.5%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper {
        top:1%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper {
        position:relative;
        left: 0;
        transform: none;
        top: 0
    }

    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper .woocommerce-message {
        margin: 20px 0!important;
        width: 100%!important;
        padding: 20px
    }
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper+.product .qodef-woo-single-inner {
    padding-top: 13.2%
}

@media only screen and (max-width: 1600px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper+.product .qodef-woo-single-inner {
        padding-top:15%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper+.product .qodef-woo-single-inner {
        padding-top:20%
    }
}

@media only screen and (max-width: 768px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper+.product .qodef-woo-single-inner {
        padding-top:23%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper+.product .qodef-woo-single-inner {
        padding-top:0
    }
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
    display: block
}

@media only screen and (min-width: 1441px) {
    .qodef-product-layout--full-width.qodef-content-grid-1400 .qodef-woo-single-inner {
        padding-left:calc((100vw - 1400px)/ 2)!important;
        padding-right: calc((100vw - 1400px)/ 2)!important
    }

    .qodef-product-layout--full-width.qodef-content-grid-1300 .qodef-woo-single-inner {
        padding-left: calc((100vw - 1300px)/ 2)!important;
        padding-right: calc((100vw - 1300px)/ 2)!important
    }

    .qodef-product-layout--full-width.qodef-content-grid-1200 .qodef-woo-single-inner {
        padding-left: calc((100vw - 1200px)/ 2)!important;
        padding-right: calc((100vw - 1200px)/ 2)!important
    }

    .qodef-product-layout--full-width.qodef-content-grid-1000 .qodef-woo-single-inner {
        padding-left: calc((100vw - 1000px)/ 2)!important;
        padding-right: calc((100vw - 1000px)/ 2)!important
    }

    .qodef-product-layout--full-width.qodef-content-grid-800 .qodef-woo-single-inner {
        padding-left: calc((100vw - 800px)/ 2)!important;
        padding-right: calc((100vw - 800px)/ 2)!important
    }
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    margin: 0;
    width: 100vw;
    padding-top: 11%;
    padding-bottom: 3.4%
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        padding:14.2% 4.5% 7%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        padding:11% 0 10%
    }
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-image {
    padding: 0
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-image {
        margin-left:auto;
        margin-right: auto;
        width: 86%
    }
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary {
    width: 67%;
    padding: 25px 0 0 134px
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
    padding-right: 0
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary {
        margin-top:10px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary {
        margin-left:auto;
        margin-right: auto;
        width: 86%;
        padding: 0
    }
}

.qodef-product-layout--gallery #qodef-page-content>.qodef-grid-inner {
    padding: 0 60px
}

@media only screen and (max-width: 680px) {
    .qodef-product-layout--gallery #qodef-page-content>.qodef-grid-inner {
        padding:0 7%
    }
}

.qodef-product-layout--gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-col-num--2 .qodef-grid-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -11px
}

.qodef-product-layout--gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-col-num--2 .woocommerce-product-gallery__image {
    width: 50%;
    padding: 0 11px;
    margin: 0 0 22px
}

@media only screen and (max-width: 680px) {
    .qodef-product-layout--gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-col-num--2 .woocommerce-product-gallery__image {
        width:100%
    }
}

.qodef-product-layout--gallery div#qodef-woo-page.qodef--single .entry-summary {
    width: 39%
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--gallery div#qodef-woo-page.qodef--single .entry-summary {
        width:100%
    }
}

.qodef-product-layout--slider #qodef-page-header,.qodef-product-layout--slider #qodef-top-area {
    background-color: transparent!important
}

.qodef-product-layout--slider .qodef-page-title {
    background-color: transparent;
    z-index: 5
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider .qodef-page-title {
        position:absolute
    }
}

.qodef-product-layout--slider #qodef-page-inner {
    padding-top: 0
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-image {
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-image {
        padding:0
    }
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-product-mark {
    display: none
}

@media only screen and (min-width: 1441px) and (min-width:1441px) {
    .qodef-product-layout--slider.qodef-content-grid-1400 .qodef-social-share,.qodef-product-layout--slider.qodef-content-grid-1400 .related,.qodef-product-layout--slider.qodef-content-grid-1400 .woocommerce-notices-wrapper,.qodef-product-layout--slider.qodef-content-grid-1400 .woocommerce-tabs {
        width:1400px!important
    }
}

@media only screen and (min-width: 1441px) and (min-width:1441px) {
    .qodef-product-layout--slider.qodef-content-grid-1300 .qodef-social-share,.qodef-product-layout--slider.qodef-content-grid-1300 .related,.qodef-product-layout--slider.qodef-content-grid-1300 .woocommerce-notices-wrapper,.qodef-product-layout--slider.qodef-content-grid-1300 .woocommerce-tabs {
        width:1300px!important
    }
}

@media only screen and (min-width: 1441px) and (min-width:1441px) {
    .qodef-product-layout--slider.qodef-content-grid-1200 .qodef-social-share,.qodef-product-layout--slider.qodef-content-grid-1200 .related,.qodef-product-layout--slider.qodef-content-grid-1200 .woocommerce-notices-wrapper,.qodef-product-layout--slider.qodef-content-grid-1200 .woocommerce-tabs {
        width:1200px!important
    }
}

@media only screen and (min-width: 1441px) and (min-width:1025px) {
    .qodef-product-layout--slider.qodef-content-grid-1000 .qodef-social-share,.qodef-product-layout--slider.qodef-content-grid-1000 .related,.qodef-product-layout--slider.qodef-content-grid-1000 .woocommerce-notices-wrapper,.qodef-product-layout--slider.qodef-content-grid-1000 .woocommerce-tabs {
        width:1000px!important
    }
}

@media only screen and (min-width: 1441px) and (min-width:769px) {
    .qodef-product-layout--slider.qodef-content-grid-800 .qodef-social-share,.qodef-product-layout--slider.qodef-content-grid-800 .related,.qodef-product-layout--slider.qodef-content-grid-800 .woocommerce-notices-wrapper,.qodef-product-layout--slider.qodef-content-grid-800 .woocommerce-tabs {
        width:800px!important
    }
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-social-share,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .related,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-social-share,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .related,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-tabs {
        width:1100px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-social-share,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .related,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-tabs {
        padding-left:0;
        padding-right: 0;
        width: 86%;
        margin-left: auto;
        margin-right: auto
    }
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-tabs {
    display: block
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    flex-direction: column;
    padding-top: 14.7%;
    justify-content: flex-end
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        padding:16.2% 0 4.7%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        height:100%;
        padding: 5% 0
    }
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .swiper-wrapper {
    margin-left: 7.5px
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .qodef-woo-single-image {
    padding-top: 11%
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .qodef-woo-single-image {
        padding-right:0
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-product-layout--slider.qodef-content-grid-1400 .entry-summary {
        padding-left:calc((100vw - 1400px)/ 2)!important;
        padding-right: calc((100vw - 1400px)/ 2)!important
    }

    .qodef-product-layout--slider.qodef-content-grid-1300 .entry-summary {
        padding-left: calc((100vw - 1300px)/ 2)!important;
        padding-right: calc((100vw - 1300px)/ 2)!important
    }

    .qodef-product-layout--slider.qodef-content-grid-1200 .entry-summary {
        padding-left: calc((100vw - 1200px)/ 2)!important;
        padding-right: calc((100vw - 1200px)/ 2)!important
    }

    .qodef-product-layout--slider.qodef-content-grid-1000 .entry-summary {
        padding-left: calc((100vw - 1000px)/ 2)!important;
        padding-right: calc((100vw - 1000px)/ 2)!important
    }

    .qodef-product-layout--slider.qodef-content-grid-800 .entry-summary {
        padding-left: calc((100vw - 800px)/ 2)!important;
        padding-right: calc((100vw - 800px)/ 2)!important
    }
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary {
    margin: 5% 20px 4.1%;
    display: flex
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary {
        margin:1% 20px 1%
    }
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-left-wrapper {
    width: 40.7%
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-center-wrapper {
    width: 33%;
    padding-left: 6px
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-center-wrapper {
        margin-top:30px;
        padding-left: 0
    }
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-center-wrapper .variations_button .quantity {
    background-color: #fff
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-right-wrapper {
    width: 23.1%
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-right-wrapper {
        margin-top:37px
    }
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div .product_meta,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div form.cart {
    margin-top: 0
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-center-wrapper,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-left-wrapper,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary>div.qodef-woo-single-right-wrapper {
        width:100%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary {
        width:1100px;
        padding: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary {
        width:86%;
        flex-direction: column;
        padding: 0 20px
    }
}

.qodef-widget-designer-list-inner .qodef-e-designer-list .qodef-e-designer-list-item {
    padding: 2px 0
}

.widget_eskil_core_woo_dropdown_cart,.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_eskil_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.widget_eskil_core_woo_dropdown_cart .qodef-m-opener,.widget_eskil_core_woo_dropdown_cart>.widgettitle,.widget_shopping_cart .qodef-m-opener,.widget_shopping_cart>.widgettitle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0
}

.widget_eskil_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_eskil_core_woo_dropdown_cart .widget_shopping_cart_content,.widget_shopping_cart .qodef-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content {
    border-width: 1px;
    border-style: solid;
    display: block;
    padding: 30px 0;
    text-align: left;
    transition: opacity .3s ease-out,visibility .3s ease-out
}

header .widget_eskil_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,header .widget_eskil_core_woo_dropdown_cart .widget_shopping_cart_content,header .widget_shopping_cart .qodef-widget-dropdown-cart-content,header .widget_shopping_cart .widget_shopping_cart_content {
    left: auto;
    opacity: 0!important;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden!important;
    width: 360px
}

.touchevents header .widget_eskil_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_eskil_core_woo_dropdown_cart .widget_shopping_cart_content,.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_shopping_cart .widget_shopping_cart_content {
    display: none
}

.widget_eskil_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,.widget_eskil_core_woo_dropdown_cart .widget_shopping_cart_content>*,.widget_shopping_cart .qodef-widget-dropdown-cart-content>*,.widget_shopping_cart .widget_shopping_cart_content>* {
    padding: 0 30px!important
}

.widget_eskil_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_eskil_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_shopping_cart .widget_shopping_cart_content .blockUI {
    display: none!important
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    margin: 0 0 20px 0;
    position: relative
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 20px 0 0;
    width: 60px
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
    display: none
}

.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Jost,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375em;
    letter-spacing: .02em;
    display: block
}

.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart,.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart-item {
    display: flex
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0 20px 0 0;
    width: 100%
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-title,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 0
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-price,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 0
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-quantity,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 0
}

.widget_eskil_core_woo_dropdown_cart .qodef-m-order-details,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__total,.widget_shopping_cart .qodef-m-order-details,.widget_shopping_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.widget_eskil_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .qodef-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-family: Jost,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43em;
    letter-spacing: .02em
}

.widget_eskil_core_woo_dropdown_cart .qodef-m-action,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .qodef-m-action,.widget_shopping_cart .woocommerce-mini-cart__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0
}

.widget_eskil_core_woo_dropdown_cart .qodef-m-action a,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .qodef-m-action a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    font-family: Jost,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    padding: 3px 11px 3px 11px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.widget_eskil_core_woo_dropdown_cart .qodef-m-action a .qodef-svg--button-arrow,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-svg--button-arrow,.widget_shopping_cart .qodef-m-action a .qodef-svg--button-arrow,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-svg--button-arrow {
    margin-left: 6px;
    margin-right: -6px;
    stroke: none;
    fill: currentColor
}

.widget_eskil_core_woo_dropdown_cart .qodef-m-action a:hover,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,.widget_shopping_cart .qodef-m-action a:hover,.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100%!important;
    justify-content: center
}

.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px
}

header .widget_eskil_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,header .widget_eskil_core_woo_dropdown_cart:hover .widget_shopping_cart_content,header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,header .widget_shopping_cart:hover .widget_shopping_cart_content {
    opacity: 1!important;
    visibility: visible!important
}

.widget_eskil_core_woo_dropdown_cart,.widget_shopping_cart {
    color: #000
}

.widget_eskil_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_eskil_core_woo_dropdown_cart .widget_shopping_cart_content,.widget_shopping_cart .qodef-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content {
    background-color: #fff;
    border-color: #ccc
}

.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #000
}

.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: var(--qode-main-color)
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #000
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #000
}

.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: var(--qode-main-color)
}

.widget_eskil_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .qodef-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #000
}

#qodef-top-area .widget_eskil_core_woo_dropdown_cart,#qodef-top-area .widget_shopping_cart {
    color: #000
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart,#qodef-page-footer .widget_shopping_cart {
    color: #ccc
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .widget_shopping_cart_content,#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    border-color: #fff
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart-item a,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #ccc
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #fff
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #ccc
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .qodef-m-order-details strong,#qodef-page-footer .widget_eskil_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #ccc
}

#qodef-side-area .widget_eskil_core_woo_dropdown_cart,#qodef-side-area .widget_shopping_cart {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_eskil_core_woo_dropdown_cart,.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

.widget_eskil_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_eskil_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_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-text {
    margin: 0 4px 0 8px;
    font-size: 15px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener svg {
    margin-top: 5px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    position: fixed;
    top: 0;
    right: -430px;
    height: 100vh;
    width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 49px 0 74px;
    background-color: #fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content>.qodef-e-title {
    padding: 0 43px
}

.admin-bar .widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    position: absolute;
    top: 22px;
    right: 26px;
    display: block;
    font-size: 34px;
    z-index: 1000;
    transform: rotate(0);
    transform-origin: center;
    transition: transform .3s ease-in-out
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover {
    transform: rotate(90deg)
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 43px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 14px!important;
    margin-bottom: 16px!important;
    padding: 0 43px!important
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    width: calc(100% + 10px);
    margin: 16px 0 16px!important
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:last-of-type {
    margin-bottom: 0!important
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 112px;
    margin-right: 15px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title a:hover {
    color: #505050
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 8px 0 0;
    font-size: 14px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    font-size: 10px;
    margin: 0
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 16px;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    transform: rotate(0);
    transform-origin: center;
    transition: transform .3s ease-in-out
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove svg {
    width: 19px;
    height: 19px;
    color: #505050;
    position: absolute;
    left: -1px;
    top: -1px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove:hover {
    transform: rotate(90deg)
}

.widget_eskil_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: 17px 43px 122px;
    padding: 17px 0 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0;
    font-size: 20px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details .qodef-m-order-label {
    text-transform: uppercase
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 29px;
    left: 39px;
    width: calc(100% - 78px);
    display: flex;
    flex-direction: column
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart,.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--shop {
    font-family: Jost,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 2px;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px 20px 11px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart .qodef-svg--button-arrow,.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--shop .qodef-svg--button-arrow {
    margin-left: 6px;
    margin-right: -6px;
    stroke: none;
    fill: currentColor
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart:hover,.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--shop:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart,.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--shop {
    transition: background-color .3s ease-out
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart:before,.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--shop:before {
    content: url(../img/add_to_cart_light.svg);
    position: relative;
    width: 0;
    overflow: hidden;
    text-align: left;
    line-height: 1em;
    transition: width .2s ease-in-out
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart:hover,.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--shop:hover {
    background-color: #1d1d1d
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--cart:hover:before,.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--shop:hover:before {
    width: 18px;
    transition: width .2s ease-in-out
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--checkout {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--checkout .qodef-e-icon-holder {
    display: inline-flex;
    justify-content: center;
    overflow: hidden
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--checkout .qodef-e-icon {
    display: flex;
    align-items: center;
    position: relative;
    left: -18px;
    transition: left .3s ease-out
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--checkout .qodef-e-icon svg {
    width: 14px;
    margin-right: 5px
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--checkout .qodef-e-text {
    margin-left: -18px;
    transition: margin-left .3s ease-out
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--checkout:hover .qodef-e-icon {
    left: 0
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef--checkout:hover .qodef-e-text {
    margin-left: 0
}

.widget_eskil_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #1d1d1d;
    opacity: 0;
    overflow: hidden;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    z-index: -1
}

.qodef-side-cart--opened .qodef-woo-side-area-cart-cover {
    right: 430px;
    opacity: .4;
    z-index: 1002
}

.qodef-side-cart--opened #qodef-page-mobile-header-inner .qodef-fullscreen-menu-opener.qodef--opened {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

#qodef-page-mobile-header-inner .qodef-fullscreen-menu-opener {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity .3s ease-out
}

.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 .15s 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 .15s 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-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 55px
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-media .swiper-button-next,.qodef-portfolio-single .qodef-media .swiper-button-prev {
    color: #fff;
    border-radius: 20px;
    transition: all .3s ease-out
}

.qodef-portfolio-single .qodef-media .swiper-button-next .qodef-svg--slider-arrow-left,.qodef-portfolio-single .qodef-media .swiper-button-next .qodef-svg--slider-arrow-right,.qodef-portfolio-single .qodef-media .swiper-button-prev .qodef-svg--slider-arrow-left,.qodef-portfolio-single .qodef-media .swiper-button-prev .qodef-svg--slider-arrow-right {
    stroke: #fff
}

.qodef-portfolio-single .qodef-media .swiper-button-next:hover,.qodef-portfolio-single .qodef-media .swiper-button-prev:hover {
    color: #000;
    background-color: #fff;
    border-radius: 4px
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: -7px 0 20px;
    text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    align-items: flex-start;
    margin-bottom: 11px
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category {
    font-size: 14px;
    text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    font-size: 15px;
    margin: 1px 18px 0 0;
    min-width: 65px
}

.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share .qodef-social-title {
    font-size: 15px;
    min-width: 65px;
    margin: 1px 18px 0 0
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin-right: 72px
}

.qodef-portfolio-single .qodef-variations--small .qodef-grid-item.qodef-col--4>* {
    margin-left: 20px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-content {
    max-width: 79%
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 24px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 91px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    width: 90%
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 65px
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.qodef-portfolio-list .qodef-e-content,.qodef-portfolio-list .qodef-e-inner,.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-list .qodef-e-media>* {
    margin-bottom: 30px
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-portfolio-list .qodef-e-media-image a,.qodef-portfolio-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 112px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-swiper-container .swiper-button-next,.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
        display:none
    }
}

.qodef-portfolio-list .swiper-button-next,.qodef-portfolio-list .swiper-button-prev {
    color: #fff;
    border-radius: 20px;
    transition: all .3s ease-out
}

.qodef-portfolio-list .swiper-button-next .qodef-svg--slider-arrow-left,.qodef-portfolio-list .swiper-button-next .qodef-svg--slider-arrow-right,.qodef-portfolio-list .swiper-button-prev .qodef-svg--slider-arrow-left,.qodef-portfolio-list .swiper-button-prev .qodef-svg--slider-arrow-right {
    stroke: #fff
}

.qodef-portfolio-list .swiper-button-next:hover,.qodef-portfolio-list .swiper-button-prev:hover {
    color: #000;
    background-color: #fff;
    border-radius: 4px
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article {
    border-bottom: 1px solid #ccc
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article:first-of-type {
    border-top: 1px solid #ccc
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article:nth-of-type(odd) .qodef-e-image {
    right: 25%;
    transform: translate(50%,0)
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article:nth-of-type(even) .qodef-e-image {
    left: 25%;
    transform: translate(-50%,0)
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover .qodef-e-inner {
    text-align: center;
    color: #eae8e8;
    background-color: transparent;
    transition: background-color .3s ease-out
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover .qodef-e-inner:hover {
    background-color: currentColor
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover .qodef-e-inner:hover .qodef-e-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover .qodef-e-image {
    position: absolute;
    top: -40px;
    max-width: 295px;
    z-index: 5;
    transition: -webkit-clip-path .5s cubic-bezier(.46,.03,.52,.96);
    transition: clip-path .5s cubic-bezier(.46,.03,.52,.96);
    transition: clip-path .5s cubic-bezier(.46,.03,.52,.96),-webkit-clip-path .5s cubic-bezier(.46,.03,.52,.96);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover .qodef-e-content {
    padding: 29px 0 24px
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover .qodef-e-title {
    text-transform: uppercase
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--image-on-hover article:nth-of-type(odd) .qodef-e-image {
        right:30%
    }

    .qodef-portfolio-list.qodef-item-layout--image-on-hover article:nth-of-type(even) .qodef-e-image {
        left: 30%
    }

    .qodef-portfolio-list.qodef-item-layout--image-on-hover .qodef-e-media-image {
        max-width: 70%
    }
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-media-image a img {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-media-image a:hover img {
    transform: scale(1.1) translateX(2%)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 30px
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
    z-index: 2
}

.qodef-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden
}

.qodef-e-content-follow.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-e-content-follow .qodef-e-title {
    margin: 0;
    color: #000
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-info>* {
    color: #000
}

.qodef-e-content-follow .qodef-e-text,.qodef-e-content-follow .qodef-e-top-holder {
    background: #fff;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .3s ease-out
}

.qodef-e-content-follow .qodef-e-text>*,.qodef-e-content-follow .qodef-e-top-holder>* {
    display: inline-block;
    z-index: 10
}

.qodef-e-content-follow .qodef-e-top-holder {
    display: inline-block;
    margin-bottom: 2px
}

.qodef-e-content-follow .qodef-e-top-holder>* {
    padding: 0 5px
}

.qodef-e-content-follow .qodef-e-text>* {
    padding: 3px 5px
}

.qodef-e-content-follow.qodef-is-active {
    visibility: visible
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text,.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef-item-layout--info-left article {
    border-bottom: 1px solid #ccc
}

.qodef-portfolio-list.qodef-item-layout--info-left article:first-of-type {
    border-top: 1px solid #ccc
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-inner {
    display: flex;
    padding: 34px 0 34px
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-info-left,.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-info-right {
    width: 50%
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-info-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-info.bottom {
    position: absolute;
    bottom: 34px
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-title {
    text-transform: uppercase;
    margin: 0 0 11px
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-excerpt {
    width: 45%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-top: 29px
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-read-more {
    margin: 20px 0 0
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-media-thumbnail {
    width: 110px;
    height: 90px
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-media-thumbnail img {
    border-radius: 60px 60px 0 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-media-image a img {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-media-image a:hover img {
    transform: scale(1.1) translateX(2%)
}

@media only screen and (max-width: 1440px) {
    .qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-excerpt {
        width:65%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-inner {
        flex-direction:column;
        padding: 27px 0 34px
    }

    .qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-info-left,.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-info-right {
        width: 100%
    }

    .qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-info-right {
        margin-top: 45px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-excerpt {
        width:100%
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

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

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

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1
}

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

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef-e-media-image {
    transform: scale(1.1) translateX(2%)
}

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

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

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

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

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: #fff
}

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

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: #fff
}

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

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,.qodef-portfolio-project-info p {
    margin: 0
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

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

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

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

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 5px
}

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 5px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 0;
    left: calc(50% - 16px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
    font-size: 32px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: Jost,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43em;
    letter-spacing: .02em
}

.qodef-layout--gallery-small #qodef-single-portfolio-navigation,.qodef-layout--images-small #qodef-single-portfolio-navigation,.qodef-layout--masonry-small #qodef-single-portfolio-navigation,.qodef-layout--slider-small #qodef-single-portfolio-navigation {
    margin: 99px 0 3px
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 47px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-of-type {
    margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 47px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-testimonials-list.qodef-col-num--1 .qodef-e-inner {
    max-width: 560px;
    margin: auto
}

.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: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 16px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0;
    text-transform: uppercase
}

.qodef-testimonials-list .qodef-e-content {
    text-align: center
}

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0!important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-button-next,.qodef-testimonials-list.qodef-skin--light .swiper-button-prev {
    color: #fff;
    border-radius: 20px;
    transition: all .3s ease-out
}

.qodef-testimonials-list.qodef-skin--light .swiper-button-next .qodef-svg--slider-arrow-left,.qodef-testimonials-list.qodef-skin--light .swiper-button-next .qodef-svg--slider-arrow-right,.qodef-testimonials-list.qodef-skin--light .swiper-button-prev .qodef-svg--slider-arrow-left,.qodef-testimonials-list.qodef-skin--light .swiper-button-prev .qodef-svg--slider-arrow-right {
    stroke: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-button-next:hover,.qodef-testimonials-list.qodef-skin--light .swiper-button-prev:hover {
    color: #000;
    background-color: #fff;
    border-radius: 4px
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list .swiper-button-next,.qodef-testimonials-list .swiper-button-prev {
        display:none
    }
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide {
    transition: 0s ease;
    opacity: 1!important;
    z-index: 0;
    overflow: hidden
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-text {
    animation: qode-side-text-out .6s cubic-bezier(.46,.03,.52,.96) both .1s
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide .qodef-e-author {
    animation: qode-side-text-out .6s cubic-bezier(.46,.03,.52,.96) both .15s
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active {
    opacity: 1!important;
    z-index: 1
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-text {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .5s
}

.qodef-testimonials-list.swiper-container-fade.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-author {
    animation: qode-side-text-in .6s cubic-bezier(.46,.03,.52,.96) both .55s
}

.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: #f4c272
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #f4c272
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .4em;
    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-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(29,29,29,.4);
    z-index: 101;
    transition: .2s ease-out .4s
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 56.9%;
    display: flex;
    align-items: center;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .4s ease-in-out
}

.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: 45%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 42px;
    text-transform: uppercase;
    color: #ccc;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 11px;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #ccc;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .3s 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-svg--search {
    width: 28px;
    height: 29px
}

.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: -11px;
    width: 0;
    border-bottom: 1px solid #ccc;
    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: 21px;
    right: 27px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 32px
}

.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--fadein .qodef-fullscreen-search-holder {
    opacity: 1;
    visibility: visible;
    transition: .2s ease-out
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder .qodef-fullscreen-search-content {
    transform: translateY(0);
    transition: transform .4s ease-in-out .2s
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener .qodef-search-opener-text {
    font-size: 15px;
    margin-left: 2px
}

.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-accordion-content-inner>h2 {
    display: none
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple {
    margin-top: 72px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 17px 15px 17px 0;
    transition: color .2s ease-out,background-color .2s ease-out;
    cursor: pointer;
    font-family: Jost,sans-serif;
    font-weight: 400;
    border-top: 1px solid #ccc
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    line-height: 1;
    text-align: right
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:after,.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #000;
    transition: all .2s ease-out;
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:before {
    width: 1px;
    height: 100%;
    left: 50%
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:after {
    width: 100%;
    height: 1px;
    top: 50%
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark:before,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark:before {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 5px 0 48px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
    letter-spacing: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content.woocommerce-Tabs-panel--additional_information {
    margin-top: 20px!important
}

.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: 10px 0 4px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: Jost,sans-serif;
    margin: 0;
    opacity: .5;
    letter-spacing: 0
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    display: block;
    transition: all .35s ease-out
}

.qodef-banner.qodef-hover--move-right img {
    transform: scale(1.1) translateX(0);
    transition: transform .4s ease-in-out
}

.qodef-banner.qodef-hover--move-top img {
    transform: scale(1.1) translateY(0);
    transition: transform .4s ease-in-out
}

.qodef-banner.qodef-hover--switch-image .qodef-m-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.qodef-banner:hover.qodef-hover--move-right img {
    transform: scale(1.1) translateX(2%)
}

.qodef-banner:hover.qodef-hover--move-top img {
    transform: scale(1.1) translateY(-2%)
}

.qodef-banner:hover.qodef-hover--switch-image .qodef-m-hover-image {
    opacity: 1
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin: 33px 32px;
    overflow: hidden
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-title {
    position: relative;
    left: -24px;
    margin: 0 0 2px;
    text-transform: uppercase;
    transition: left .3s ease-out
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-subtitle {
    color: #000;
    opacity: 1
}

.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-title {
    left: 0
}

.qodef-button.qodef-html--link {
    font-family: Jost,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    padding: 3px 11px 3px 11px;
    min-height: 30px
}

.qodef-button.qodef-html--link .qodef-svg--button-arrow {
    margin-left: 6px;
    margin-right: -6px;
    stroke: none;
    fill: currentColor
}

.qodef-button.qodef-size--small {
    padding: 3px 11px 3px 11px
}

.qodef-button.qodef-size--large {
    padding: 6px 12px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled {
    font-size: 18px;
    line-height: 1.22em;
    border-radius: 4px
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    transition: all .3s ease-out;
    font-size: 16px;
    line-height: 1.375em;
    border-radius: 20px
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color);
    border-radius: 4px
}

.qodef-button.qodef-layout--outlined.qodef-button-text--off .qodef-svg--button-arrow {
    margin-left: 3px;
    margin-right: 6px
}

.qodef-button.qodef-layout--outlined.qodef-icon--off {
    padding: 3px 11px 3px 11px
}

.qodef-button.qodef-layout--text-appear {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    transition: all .3s ease-out;
    font-size: 16px;
    line-height: 1.375em;
    border-radius: 20px;
    padding: 3px 11px 3px 7px;
    overflow: hidden;
    transition: all .3s ease-out;
    opacity: 0
}

.qodef-button.qodef-layout--text-appear.qodef--init {
    opacity: 1
}

.qodef-button.qodef-layout--text-appear .qodef-m-text {
    overflow: hidden;
    white-space: nowrap;
    transition: width .3s ease-out
}

.qodef-button.qodef-layout--text-appear .qodef-svg--button-arrow {
    min-width: 18px
}

.qodef-button.qodef-layout--text-appear:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color);
    border-radius: 4px
}

.qodef-button.qodef-layout--textual {
    padding: 0!important;
    color: #000;
    background-color: transparent;
    border: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color)
}

.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: 36px;
    line-height: 1.167em;
    font-weight: 400;
    color: #000;
    margin-top: 3px
}

.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_eskil_core_custom_font {
    margin-bottom: 0!important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-custom-info-section.qodef-layout--default {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 84px 90px 80px
}

@media only screen and (max-width: 1024px) {
    .qodef-custom-info-section.qodef-layout--default {
        padding:84px 54px 80px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-custom-info-section.qodef-layout--default {
        padding:84px 28px 80px
    }
}

.qodef-custom-info-section.qodef-layout--default .qodef-m-tagline {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 15px;
    display: block
}

.qodef-custom-info-section.qodef-layout--default .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-custom-info-section.qodef-layout--default .qodef-m-title {
    margin: 0 0 18px
}

.qodef-custom-info-section.qodef-layout--default.qodef-full-height {
    height: 100vh
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 36px;
    line-height: 1.17em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1.3em;
    color: #fff;
    background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-frame-slider-holder {
    position: relative;
    margin-bottom: 32px
}

.qodef-frame-slider-holder .qodef-frame-slider-image {
    position: absolute;
    top: -3%;
    left: 50%;
    width: 25%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
    text-align: center
}

@media only screen and (max-width: 680px) {
    .qodef-frame-slider-holder .qodef-frame-slider-image {
        display:none
    }
}

.qodef-frame-slider-holder .qodef-m-item {
    height: 0;
    margin: 0;
    padding-left: 14.65%;
    padding-top: calc(14.65% * 631 / 306);
    width: auto
}

.qodef-frame-slider-holder .qodef-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: grab
}

.qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -32px!important
}

.qodef-frame-slider-holder .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 8px!important;
    background-color: #fff;
    border: 1px solid #000
}

.qodef-frame-slider-holder .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
    transform: none
}

.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;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block;
    color: inherit
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 16px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_eskil_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_eskil_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_eskil_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 8px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-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-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: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 11px;
    text-transform: uppercase
}

.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-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 .3s ease-out,background-color .3s ease-out,border-color .3s 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
}

.widget.widget_eskil_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_eskil_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_eskil_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_eskil_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.qodef-swiper-container .qodef-e {
    padding: 14px;
    background-color: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 4px
}

.qodef-image-gallery-wrapper .qodef-image-wrapper img {
    cursor: grab
}

.qodef-image-gallery-wrapper .swiper-button-prev.swiper-button-outside {
    left: -106px!important
}

.qodef-image-gallery-wrapper .swiper-button-next.swiper-button-outside {
    right: -106px!important
}

.qodef-image-gallery-wrapper.qodef-skin--light .swiper-button-next,.qodef-image-gallery-wrapper.qodef-skin--light .swiper-button-prev {
    color: #fff;
    border-radius: 20px;
    transition: all .3s ease-out
}

.qodef-image-gallery-wrapper.qodef-skin--light .swiper-button-next .qodef-svg--slider-arrow-left,.qodef-image-gallery-wrapper.qodef-skin--light .swiper-button-next .qodef-svg--slider-arrow-right,.qodef-image-gallery-wrapper.qodef-skin--light .swiper-button-prev .qodef-svg--slider-arrow-left,.qodef-image-gallery-wrapper.qodef-skin--light .swiper-button-prev .qodef-svg--slider-arrow-right {
    stroke: #fff
}

.qodef-image-gallery-wrapper.qodef-skin--light .swiper-button-next:hover,.qodef-image-gallery-wrapper.qodef-skin--light .swiper-button-prev:hover {
    color: #000;
    background-color: #fff;
    border-radius: 4px
}

.qodef-image-gallery-wrapper.qodef-skin--light .swiper-pagination-bullet {
    background-color: #fff
}

@media only screen and (max-width: 680px) {
    .qodef-image-gallery-wrapper .swiper-button-next,.qodef-image-gallery-wrapper .swiper-button-prev {
        display:none
    }
}

.qodef-image-hotspots {
    position: relative
}

.qodef-image-hotspots .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-image-hotspots .qodef-e-read-more {
    position: relative
}

.qodef-image-hotspots .qodef-e-read-more:after {
    content: url(../img/arrow_light.svg);
    position: absolute;
    top: 6px;
    right: 4px;
    width: 30px;
    height: 20px;
    transform: translateX(0);
    transition: transform .3s ease
}

.qodef-image-hotspots .qodef-e-read-more:hover:after {
    transform: translateX(5px)
}

.qodef-image-hotspots .qodef-e-item {
    position: absolute
}

.qodef-image-hotspots .qodef-e-item.qodef-vertical--top {
    top: 0
}

.qodef-image-hotspots .qodef-e-item.qodef-vertical--middle {
    top: 50%;
    transform: translateY(-50%)
}

.qodef-image-hotspots .qodef-e-item.qodef-vertical--bottom {
    bottom: 0
}

.qodef-image-hotspots .qodef-e-item.qodef-horizontal--left {
    left: 0
}

.qodef-image-hotspots .qodef-e-item.qodef-horizontal--center {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-image-hotspots .qodef-e-item.qodef-horizontal--right {
    right: 0
}

.qodef-image-hotspots .qodef-e-item.qodef-vertical--middle.qodef-horizontal--center {
    transform: translate(-50%,-50%)
}

.qodef-image-hotspots .qodef-e-item:hover .qodef-e-pin {
    filter: invert(1)
}

.qodef-image-hotspots .qodef-e-item:hover .qodef-m-info {
    opacity: 1;
    transform: translateX(0)
}

.qodef-image-hotspots .qodef-e-pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 12px;
    cursor: pointer;
    filter: invert(0);
    transition: filter .3s ease-out
}

.qodef-image-hotspots .qodef-e-pin .qodef-e-icon {
    line-height: 0
}

.qodef-image-hotspots .qodef-e-pin svg {
    width: 1em;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

.qodef-image-hotspots .qodef-e-price {
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.qodef-image-hotspots .qodef-e-item-image {
    margin-bottom: 13px
}

.qodef-image-hotspots .qodef-button {
    width: 100%;
    border-radius: 0!important;
    background-color: #1d1d1d!important;
    font-size: 16px
}

.qodef-image-hotspots .qodef-m-info {
    position: absolute;
    left: 26px;
    bottom: -40px;
    background-color: #fff;
    border: 1px solid #1d1d1d;
    min-width: 160px;
    z-index: 1;
    transition: opacity .3s ease-out,transform .3s ease-out;
    opacity: 0;
    transform: translateX(30px)
}

.qodef-image-hotspots .qodef-m-into-top {
    padding: 15px 17px 12px 14px
}

.qodef-image-hotspots .qodef-info-position--top .qodef-e-info {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-image-hotspots .qodef-info-position--top .qodef-e-info:after {
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-bottom: transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid;
    border-top-color: inherit
}

.qodef-image-hotspots .qodef-info-position--right .qodef-e-info {
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-image-hotspots .qodef-info-position--right .qodef-e-info:after {
    right: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
    border-left: transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid;
    border-right-color: inherit
}

.qodef-image-hotspots .qodef-info-position--bottom .qodef-e-info {
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-image-hotspots .qodef-info-position--bottom .qodef-e-info:after {
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-top: transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid;
    border-bottom-color: inherit
}

.qodef-image-hotspots .qodef-info-position--left .qodef-e-info {
    right: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-image-hotspots .qodef-info-position--left .qodef-e-info:after {
    left: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
    border-right: transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid;
    border-left-color: inherit
}

.qodef-image-hotspots .qodef-e-title {
    margin: 0 0 7px;
    text-transform: uppercase
}

.qodef-image-hotspots .qodef-e-subtitle {
    white-space: nowrap
}

@media only screen and (max-width: 680px) {
    .qodef-image-hotspots {
        height:300px
    }

    .qodef-image-hotspots .qodef-e-image {
        height: 100%
    }

    .qodef-image-hotspots .qodef-e-image img {
        height: 100%;
        object-fit: cover
    }
}

.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
}

.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 a {
    position: relative
}

.qodef-image-with-text .qodef-m-image a img {
    transform: translateY(0);
    transition: transform .3s ease-in-out
}

.qodef-image-with-text .qodef-m-image a:hover img {
    transform: translateY(-1%)
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    margin: 16px 0 0
}

.qodef-image-with-text .qodef-m-title a:hover {
    color: #505050
}

.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0
}

.qodef-image-with-text.qodef-align--center .qodef-m-content {
    text-align: center
}

.qodef-image-with-text.qodef-align--right .qodef-m-image img {
    margin-left: auto
}

.qodef-image-with-text.qodef-align--right .qodef-m-content {
    text-align: right
}

.qodef-image-with-text.qodef-drop-shadow .qodef-m-image img {
    box-shadow: 0 6px 30px rgba(196,187,187,.3)
}

.qodef-image-with-text.qodef-skin--light .qodef-m-title {
    color: #fff
}

.qodef-image-with-text.qodef-skin--light .qodef-m-title a {
    color: currentColor
}

.qodef-image-with-text.qodef-skin--light .qodef-m-title a:hover {
    color: #e8e8e8
}

.qodef-image-with-text.qodef-skin--light .qodef-m-text {
    color: #fff
}

.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 {
    text-transform: uppercase;
    margin: 0 0 38px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 38px
}

.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-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-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    text-transform: uppercase;
    margin: 0
}

.qodef-section-title .qodef-m-tagline {
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px
}

.qodef-section-title .qodef-m-text {
    margin: 25px 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 #ccc;
    margin: 10px 0
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

@media only screen and (max-width: 1024px) {
    .qodef-separator.qodef-disabled--1024 {
        display:none
    }
}

@media only screen and (max-width: 768px) {
    .qodef-separator.qodef-disabled--768 {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-separator.qodef-disabled--680 {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .qodef-separator.qodef-disabled--480 {
        display:none
    }
}

#qodef-page-sidebar .widget.widget_eskil_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_eskil_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_eskil_core_separator {
    margin-bottom: 0
}

.qodef-simple-links {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-simple-links .qodef-m-content {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start
}

.qodef-simple-links .qodef-m-content .qodef-m-item-link {
    align-items: center;
    display: flex;
    transition: .3s ease-out
}

.qodef-simple-links .qodef-m-content .qodef-m-item-link:hover {
    font-weight: 600;
    font-size: 15px;
    transition: transform .3s ease-out
}

.qodef-simple-links.qodef-icon-enabled .qodef-m-content .qodef-m-item-link {
    text-transform: uppercase;
    transform: translateX(-19px);
    margin-bottom: 13px
}

.qodef-simple-links.qodef-icon-enabled .qodef-m-content .qodef-m-item-link svg {
    padding-right: 3px
}

.qodef-simple-links.qodef-icon-enabled .qodef-m-content .qodef-m-item-link:last-child {
    margin-bottom: 0
}

.qodef-simple-links.qodef-icon-enabled .qodef-m-content .qodef-m-item-link:hover {
    font-weight: 400;
    font-size: 16px;
    transform: translateX(0);
    transition: .3s ease-out
}

.qodef-single-image img {
    display: block
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc
}

@media only screen and (max-width: 768px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        border:none
    }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 43px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-size: 30px;
    font-family: Jost,sans-serif;
    color: #ccc;
    line-height: 36px;
    display: block;
    padding: 0 3px 11px;
    transition: color .3s ease-out;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
        font-size:24px
    }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s ease-out
}

@media only screen and (max-width: 768px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
        padding:0 0 11px
    }
}

.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: #000
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
    transform: scaleX(1)
}

@media only screen and (max-width: 768px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction:column;
        align-items: flex-start
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        padding: 0;
        margin: 0 0 26px 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #ccc
}

.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
}

.qodef-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
    text-transform: uppercase
}

.qodef-text-marquee .qodef-m-text {
    padding: 0 5px 0 0;
    will-change: transform
}

.qodef-text-marquee .qodef-m-text-1 {
    color: #000
}

.qodef-text-marquee .qodef-m-text-2 {
    color: #000
}

.qodef-text-marquee .qodef-m-text-3 {
    color: #000
}

.qodef-text-marquee .qodef-m-text>span>svg {
    margin: 0 12px;
    width: 23px;
    position: relative;
    top: 4px
}

.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: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 35px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

.qodef-side-area--opened #qodef-side-area {
    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
}

#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    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-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: Jost,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.375em;
    letter-spacing: .02em
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 16px
}

.qodef-social-share li a:hover {
    color: #000
}

.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-social-share-icon {
    vertical-align: middle
}

.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: block
}

.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: block;
    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: block;
    line-height: inherit
}

.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 #ccc
}

.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 a:hover {
    background-color: #000;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    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: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: #000
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: #000
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: #000
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: #000
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: #000
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: #000
}

#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--eskil .qodef-m-eskil-images {
    max-width: 33vw;
    position: relative;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    #qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images {
        max-width:66vw
    }
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first {
    display: grid;
    grid-template: "g1 g20 g19 g18 g17 g16" 1fr "g2 g21 g32 g31 g30 g15" 1fr "g3 g22 g33 g36 g29 g14" 1fr "g4 g23 g34 g35 g28 g13" 1fr "g5 g24 g25 g26 g27 g12" 1fr "g6 g7  g8  g9  g10 g11" 1fr/1fr 1fr 1fr 1fr 1fr 1fr
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(1) {
    grid-area: g1
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(2) {
    grid-area: g2
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(3) {
    grid-area: g3
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(4) {
    grid-area: g4
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(5) {
    grid-area: g5
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(6) {
    grid-area: g6
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(7) {
    grid-area: g7
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(8) {
    grid-area: g8
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(9) {
    grid-area: g9
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(10) {
    grid-area: g10
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(11) {
    grid-area: g11
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(12) {
    grid-area: g12
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(13) {
    grid-area: g13
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(14) {
    grid-area: g14
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(15) {
    grid-area: g15
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(16) {
    grid-area: g16
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(17) {
    grid-area: g17
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(18) {
    grid-area: g18
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(19) {
    grid-area: g19
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(20) {
    grid-area: g20
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(21) {
    grid-area: g21
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(22) {
    grid-area: g22
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(23) {
    grid-area: g23
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(24) {
    grid-area: g24
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(25) {
    grid-area: g25
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(26) {
    grid-area: g26
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(27) {
    grid-area: g27
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(28) {
    grid-area: g28
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(29) {
    grid-area: g29
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(30) {
    grid-area: g30
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(31) {
    grid-area: g31
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(32) {
    grid-area: g32
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(33) {
    grid-area: g33
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(34) {
    grid-area: g34
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(35) {
    grid-area: g35
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-first .qodef-m-eskil-image:nth-child(36) {
    grid-area: g36
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template: "g36 g17 g18 g19 g20 g21" 1fr "g35 g16 g5  g6  g7  g22" 1fr "g34 g15 g4  g1  g8  g23" 1fr "g33 g14 g3  g2  g9  g24" 1fr "g32 g13 g12 g11 g10 g25" 1fr "g31 g30 g29 g28 g27 g26" 1fr/1fr 1fr 1fr 1fr 1fr 1fr
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(1) {
    grid-area: g1
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(2) {
    grid-area: g2
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(3) {
    grid-area: g3
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(4) {
    grid-area: g4
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(5) {
    grid-area: g5
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(6) {
    grid-area: g6
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(7) {
    grid-area: g7
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(8) {
    grid-area: g8
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(9) {
    grid-area: g9
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(10) {
    grid-area: g10
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(11) {
    grid-area: g11
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(12) {
    grid-area: g12
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(13) {
    grid-area: g13
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(14) {
    grid-area: g14
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(15) {
    grid-area: g15
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(16) {
    grid-area: g16
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(17) {
    grid-area: g17
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(18) {
    grid-area: g18
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(19) {
    grid-area: g19
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(20) {
    grid-area: g20
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(21) {
    grid-area: g21
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(22) {
    grid-area: g22
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(23) {
    grid-area: g23
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(24) {
    grid-area: g24
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(25) {
    grid-area: g25
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(26) {
    grid-area: g26
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(27) {
    grid-area: g27
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(28) {
    grid-area: g28
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(29) {
    grid-area: g29
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(30) {
    grid-area: g30
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(31) {
    grid-area: g31
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(32) {
    grid-area: g32
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(33) {
    grid-area: g33
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(34) {
    grid-area: g34
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(35) {
    grid-area: g35
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-images-second .qodef-m-eskil-image:nth-child(36) {
    grid-area: g36
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-title {
    margin: 32px 0 0 0;
    transition: .6s ease-out;
    font-family: Marcellus,sans-serif;
    font-size: 32px;
    line-height: 1.25em;
    letter-spacing: -.04em
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-title sup {
    left: -.5em
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-subtitle {
    margin: 4px 0 0 0;
    transition: .6s ease-out .05s;
    font-size: 14px;
    line-height: 1.14em;
    letter-spacing: .02em
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-subtitle,#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-title {
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(50px)
}

#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-subtitle.qodef--appeared,#qodef-page-spinner.qodef-layout--eskil .qodef-m-eskil-title.qodef--appeared {
    opacity: 1;
    transform: translateY(0)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2,end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Jost,sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.elementor-element.qodef-sticky-column {
    align-self: flex-start
}

@media only screen and (max-width: 1024px) {
    .touchevents .elementor-element.qodef-sticky-column>div {
        height:unset;
        position: unset!important;
        width: auto!important
    }
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .3s ease-out;
    background-color: rgba(29,29,29,.4);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    min-height: 480px;
    max-width: 920px;
    display: flex;
    background-color: #fff;
    opacity: 0;
    transition: transform .3s cubic-bezier(.06,.47,.38,.99),opacity .3s ease-out
}

.qodef-sp-holder .qodef-sp-image-container {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 11px;
    right: 13px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #000
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: none;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #fff;
    background-size: cover;
    padding: 90px 64px 84px 40px;
    width: 50%
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 11px 0;
    text-transform: uppercase
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 42px 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: 19px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-inner .qodef-sp-prevent-label {
    margin: 0
}

.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 0 5px 0 0;
    width: 25px;
    height: 25px;
    border: 1px solid #505050;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #505050;
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .wpcf7-response-output {
    margin: 2em 0 1em!important;
    padding: .8em 1em!important
}

@media only screen and (max-width: 768px) {
    .qodef-sp-holder .qodef-sp-inner {
        max-width:70%
    }

    .qodef-sp-holder .qodef-sp-image-container {
        display: none
    }

    .qodef-sp-holder .qodef-sp-content-container {
        padding: 84px 64px 84px 64px;
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-sp-holder .qodef-sp-inner {
        max-width:90%;
        min-height: auto
    }

    .qodef-sp-holder .qodef-sp-content-container {
        padding: 54px 34px 54px 34px
    }
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s 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 a,.qodef-page-title .qodef-breadcrumbs span {
    font-size: 13px;
    line-height: 19px;
    color: #000;
    font-style: italic
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    text-decoration: underline
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.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
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor {
    margin-bottom: 0!important
}

.qodef-uncovering-section .qodef-page-content-section>.elementor .elementor-section {
    z-index: 1
}

.qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-section:last-child {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 0
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-section:last-child {
    bottom: initial;
    left: initial;
    position: initial;
    width: initial
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 21px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 9px
}

.qodef-social-icons-group .qodef-icon-holder a {
    transition: color .3s ease-out
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    font-size: 14px;
    line-height: 1.8em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit
}

.widget.widget_eskil_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,.widget.widget_eskil_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #fafafa
}

.widget.widget_eskil_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,.widget.widget_eskil_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #000
}

.widget.widget_eskil_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,.widget.widget_eskil_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff
}

.widget_eskil_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: 0 0!important
}

@media only screen and (max-width: 1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size:135px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-background-text .qodef-m-background-text {
        display:none!important
    }
}

@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap:wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top:0!important
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display:none
    }

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

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display:none
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:100%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:50%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:25%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:20%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:14.28571%
    }
}

@media only screen and (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width:12.5%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom:-70px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
        padding: 0 35px;
        margin: 0 0 70px
    }
}

@media only screen and (max-width: 680px) {
    .ywpc-countdown .ywpc-header,.ywpc-sale-bar .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: 768px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart {
        flex-direction:column
    }

    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-quantity-buttons {
        margin-bottom: 12px
    }

    #yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary,#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        flex-basis: 100%
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap:wrap
    }

    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 40vh
    }

    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .tax-product_designer .qodef-designer-related .qodef-woo-product-list>.qodef-grid-inner>.qodef-grid-item {
        width:33.3333%!important
    }

    .tax-product_designer .qodef-designer-related .qodef-woo-product-list>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: none!important
    }

    .tax-product_designer .qodef-designer-related .qodef-woo-product-list>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both!important
    }
}

@media only screen and (max-width: 680px) {
    .tax-product_designer .qodef-designer-related .qodef-woo-product-list>.qodef-grid-inner>.qodef-grid-item {
        width:100%!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner {
        display:flex;
        flex-direction: column;
        justify-content: center;
        padding: 55px 7.4%!important
    }

    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner .button {
        display: flex
    }

    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner .qodef-woo-product-content,.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner .qodef-woo-product-image {
        display: block;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto
    }

    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding.qodef-item--huge-square .qodef-e-inner {
        padding: 70px 7.4%!important
    }
}

@media only screen and (max-width: 480px) {
    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner {
        padding:35px 7.4%!important
    }

    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner .button {
        display: flex
    }

    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner .qodef-woo-product-image img {
        object-fit: cover
    }

    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner .qodef-woo-product-content,.qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding .qodef-e-inner .qodef-woo-product-image {
        max-width: 220px
    }

    .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item.qodef-masonry-extra-padding.qodef-item--huge-square .qodef-e-inner {
        padding: 30px 7.4%!important
    }
}

@media only screen and (min-width: 1025px) and (max-width:1200px) {
    .qodef-masonry-equal-height-custom .qodef-woo-product-list.qodef-layout--masonry .qodef-grid-item .qodef-e-inner {
        min-height:442px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single {
        padding:0 25px
    }

    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 50px
    }

    .qodef-portfolio-single .qodef-variations--small .qodef-grid-item.qodef-col--4>* {
        margin-left: 0
    }

    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-content {
        max-width: 100%
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .single-portfolio-item #qodef-page-inner.qodef-content-full-width .qodef-variations--big .qodef-e-inner .qodef-content-grid {
        width:100%
    }
}

@media only screen and (max-width: 768px) {
    .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: 768px) {
    .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:20%;
        padding: 0
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 1600px) {
    .qodef-frame-slider-holder .qodef-frame-slider-image {
        top:-7%;
        width: 17%
    }

    .qodef-frame-slider-holder .qodef-m-item {
        padding-top: calc(14.65% * 631 / 330)
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-frame-slider-holder .qodef-m-item {
        padding-left:14%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-frame-slider-holder {
        margin-bottom:44px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -44px!important
    }

    .qodef-frame-slider-holder .qodef-frame-slider-image {
        top: -6%;
        width: 30%
    }

    .qodef-frame-slider-holder .qodef-m-item {
        padding-left: 25.35%;
        padding-top: calc(25.35% * 386 / 196)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-frame-slider-holder {
        margin-bottom:36px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -36px!important
    }

    .qodef-frame-slider-holder .qodef-m-item {
        padding-left: 24%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-frame-slider-holder {
        margin-bottom:76px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -76px!important
    }

    .qodef-frame-slider-holder .qodef-m-item {
        padding-left: 82%;
        padding-top: calc(82% * 380 / 210)
    }
}

@media only screen and (max-width: 480px) {
    .qodef-frame-slider-holder {
        margin-bottom:46px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -46px!important
    }

    .qodef-frame-slider-holder .qodef-frame-slider-image {
        width: 90%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .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: 680px) {
    .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: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top:0!important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding:0 7%
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content:flex-start
    }
}
