.paulhair-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-age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out
}

#qodef-age-verification-modal .qodef-m-logo {
    position: absolute;
    top: 30px;
    left: 30px
}

#qodef-age-verification-modal .qodef-m-logo a {
    position: relative;
    display: block;
    max-width: 50%
}

#qodef-age-verification-modal .qodef-m-logo img {
    display: block
}

#qodef-age-verification-modal .qodef-m-content {
    padding: 30px;
    text-align: center;
    max-width: 700px
}

#qodef-age-verification-modal .qodef-m-content-title {
    margin: 0;
    color: #fff
}

#qodef-age-verification-modal .qodef-m-content-subtitle {
    margin: 11px 0 0;
    color: var(--qode-main-color)
}

#qodef-age-verification-modal .qodef-m-content-note {
    margin: 32px 0 0;
    color: #e5dcdb
}

#qodef-age-verification-modal .qodef-m-content-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
    margin-right: 10px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
    color: #fff;
    border-color: #a3a19e
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
    color: #fff;
    border-color: #28201e;
    background-color: #28201e
}

.qodef-age-verification--opened #qodef-age-verification-modal {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

#qodef-back-to-top {
    position: fixed;
    width: 44px;
    height: 44px;
    right: 49px;
    bottom: 30px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000
}

@media only screen and (max-width:680px) {
    #qodef-back-to-top {
        right: 25px
    }
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 24px;
    color: #707070;
    background-color: transparent;
    border: 2px solid #707070;
    overflow: hidden;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    position: relative;
    left: -1px;
    display: block;
    line-height: inherit
}

#qodef-back-to-top .qodef-back-to-top-icon>span {
    transform: translateY(0);
    transition: transform .3s ease-in-out
}

#qodef-back-to-top svg {
    display: block;
    width: 18px;
    height: auto;
    fill: currentColor
}

#qodef-back-to-top:hover .qodef-back-to-top-icon>span {
    transform: translateY(-3px)
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-background-text .qodef-m-background-text {
    position: relative;
    color: var(--qode-main-color);
    font-family: Quentin, sans-serif;
    font-size: 300px;
    font-weight: 400;
    line-height: 1em;
    -webkit-clip-path: inset(-10% 110% -10% -10%);
    clip-path: inset(-10% 110% -10% -10%);
    transition: -webkit-clip-path 1s linear;
    transition: clip-path 1s linear;
    transition: clip-path 1s linear, -webkit-clip-path 1s linear
}

.qodef-background-text.qodef--appeared .qodef-m-background-text {
    -webkit-clip-path: inset(-10% -10% -10% -10%);
    clip-path: inset(-10% -10% -10% -10%)
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin-top: 9px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    align-items: flex-start;
    display: flex
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    flex-shrink: 0;
    margin-right: 15px;
    width: 100px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media>* {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin-top: 9px
}

.qodef-blog.qodef-item-layout--simple .qodef-e-media>* {
    margin-bottom: 14px
}

.qodef-blog.qodef-item-layout--simple .qodef-e-content {
    padding: 0 0 3px
}

.qodef-blog.qodef-item-layout--simple .qodef-e-bottom-holder {
    margin-top: 6px
}

.qodef-blog.qodef-item-layout--simple .entry-date:hover {
    color: #9a9a9a
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e-media>* {
    margin-bottom: 21px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e-top-holder {
    margin-bottom: 7px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e-bottom-holder {
    margin-top: 26px
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e-bottom-holder {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:480px) {
    .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e-bottom-holder {
        margin-bottom: 20px
    }
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-audio .qodef-e-media-audio {
    bottom: 0
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article:last-child .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder {
    margin-bottom: 0
}

.widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

.widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

.widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 9px
}

#qodef-top-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

#qodef-top-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-top-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 9px
}

#qodef-page-footer .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

#qodef-page-footer .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-footer .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 9px
}

#qodef-page-footer-bottom-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer-bottom-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

#qodef-page-footer-bottom-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-footer-bottom-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 9px
}

#qodef-side-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

#qodef-side-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-side-area .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 9px
}

.qodef-mega-menu-widget-holder .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

.qodef-mega-menu-widget-holder .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

.qodef-mega-menu-widget-holder .widget.widget_paulhair_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 9px
}

#qodef-page-sidebar .widget.widget_paulhair_core_blog_list .qodef-blog-item>.qodef-e-inner,
#qodef-page-sidebar .widget.widget_paulhair_core_simple_blog_list .qodef-blog-item>.qodef-e-inner {
    max-width: 289px
}

@media only screen and (max-width:680px) {
    #qodef-page-sidebar .widget.widget_paulhair_core_blog_list .qodef-blog-item>.qodef-e-inner,
    #qodef-page-sidebar .widget.widget_paulhair_core_simple_blog_list .qodef-blog-item>.qodef-e-inner {
        max-width: none
    }
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 66px;
    padding: 20px;
    background-color: #ffdbe9
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 25px;
    background-color: #fff
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    width: 140px;
    margin-right: 35px
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-image {
        width: 100%
    }
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block;
    width: 100%
}

#qodef-author-info .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-position {
    margin: 6px 0 0;
    font-size: 18px;
    line-height: 27px
}

#qodef-author-info .qodef-m-email {
    margin: 10px 0 0
}

#qodef-author-info .qodef-m-description {
    margin: 14px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 18px
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px
}

#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: 86px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 111px 0 54px
}

@media only screen and (max-width:680px) {
    #qodef-single-post-navigation {
        margin: 115px 0 54px
    }
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-post-navigation .qodef-m-nav:hover {
    color: #000
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-image,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image {
    position: relative
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-image .qodef-m-nav-content,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image .qodef-m-nav-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-image .qodef-m-nav-content .qodef-m-nav-title,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image .qodef-m-nav-content .qodef-m-nav-title {
    margin: 0
}

@media only screen and (max-width:680px) {
    #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-image,
    #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image {
        display: none
    }
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image {
    margin-right: 21px
}

#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-nav-image {
    margin-left: 21px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Kanit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    position: relative;
    overflow: hidden
}

#qodef-single-post-navigation .qodef-m-nav-label:after,
#qodef-single-post-navigation .qodef-m-nav-label:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    background-color: currentColor;
    transition: transform .4s cubic-bezier(.31, .29, .05, .96)
}

#qodef-single-post-navigation .qodef-m-nav-label:before {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav-label:after {
    left: -100%;
    transition-delay: .3s
}

#qodef-single-post-navigation .qodef-m-nav-label:hover {
    color: #000
}

#qodef-single-post-navigation .qodef-m-nav-label:hover:after,
#qodef-single-post-navigation .qodef-m-nav-label:hover:before {
    transform: translateX(100%)
}

.qodef--drag-cursor {
    cursor: none
}

.qodef--drag-cursor * {
    cursor: inherit
}

.qodef--drag-cursor .swiper-wrapper {
    min-width: 1000%
}

.qodef-m-custom-cursor {
    height: 120px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    width: 120px;
    z-index: 2
}

.qodef-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-m-custom-cursor.qodef--show {
    opacity: 1;
    visibility: visible
}

.qodef-m-custom-cursor.qodef--hide {
    opacity: 0;
    visibility: hidden
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

@media (min-width:681px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--2 .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--2 .qodef-grid-item {
        text-align: center !important
    }
}

@media (min-width:769px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item:nth-child(2) {
        text-align: center
    }
}

@media (min-width:769px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item:nth-child(3) {
        text-align: right
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item {
        text-align: center !important
    }
}

@media (min-width:1025px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--4 .qodef-grid-item:nth-child(2) {
        text-align: center
    }
}

@media (min-width:681px) and (max-width:1024px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--4 .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

@media (min-width:1025px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--4 .qodef-grid-item:nth-child(3) {
        text-align: center
    }
}

@media (min-width:681px) and (max-width:1024px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--4 .qodef-grid-item:nth-child(3) {
        text-align: left
    }
}

@media (min-width:681px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--4 .qodef-grid-item:nth-child(4) {
        text-align: right
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--4 .qodef-grid-item {
        text-align: center !important
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item {
        text-align: center !important
    }
}

@media (min-width:769px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between.qodef-col-num--2 .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

@media (min-width:769px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item:nth-child(2) {
        text-align: center
    }
}

@media (min-width:769px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item:nth-child(3) {
        text-align: right
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-size: 60px;
    line-height: 1.06667em;
    color: #fff
}

.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)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 40px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 20px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-inner {
    border-bottom: 0 solid transparent
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-header-inner.qodef-logo--outside-yes .qodef-header-logo-link {
    max-height: unset;
    align-self: flex-start
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#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: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 40px;
    line-height: 1.1em;
    transition: color .2s ease-out
}

#qodef-page-header #qodef-page-header-inner.qodef-logo--outside-yes .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 0;
    left: 0;
    transform: none
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.qodef-header--divided #qodef-page-header {
    height: 90px
}

.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;
    justify-content: flex-end
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    flex-direction: row-reverse
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-header-navigation {
    margin: 0 24px 0 0
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder {
    margin-left: 0;
    margin-right: 24px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-header-navigation {
    margin: 0 0 0 24px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder {
    margin-left: 24px;
    margin-right: 0
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
    margin: auto
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center
}

.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: 54px
}

.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: 90px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    box-shadow: 0 3px 3px #0000001a;
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 50px
}

.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--centered .qodef-header-sticky-inner .qodef-header-wrapper,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header--centered .qodef-header-sticky-inner .qodef-header-logo,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header--centered .qodef-header-sticky-inner .qodef-header-navigation,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header--centered .qodef-header-sticky-inner .qodef-widget-holder,
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0 !important
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: 54px
}

#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 50px;
    position: relative;
    border-bottom: 0 solid transparent
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: "Albert Sans", sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color)
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #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 #e1e1e1;
    z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color)
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important
}

#qodef-page-mobile-header {
    background-color: #fff
}

#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: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 40px;
    line-height: 1.1em;
    transition: color .2s ease-out
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 6px;
    right: 0;
    width: 6px;
    height: 12px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    fill: none;
    stroke: currentColor;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-size: 30px;
    line-height: 1.13333em;
    color: #fff
}

#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)
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2*60px);
    height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .2s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second {
    left: -33px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: -30px
}

.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: #000;
    box-shadow: 0 3px 3px #0000001a
}

.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 50px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 46px 0 41px;
    margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: "Albert Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    color: #fff
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
    color: #fff
}

.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: 2px
}

.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: 9px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #fff;
    font-size: 14px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text-inner {
    position: relative
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text-inner:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text-inner:after {
    transform-origin: left;
    transform: scaleX(1)
}

.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: #fff
}

.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 50px
}

.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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    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 svg {
    display: block
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu line {
    stroke-dasharray: 35;
    stroke-dashoffset: 70;
    transition: stroke-dashoffset .4s ease-in-out
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu line:nth-of-type(2) {
    transition-delay: .2s
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close line {
    stroke-dasharray: 35;
    stroke-dashoffset: 70;
    transition: stroke-dashoffset .4s ease-in-out
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close line:nth-of-type(2) {
    transition-delay: .2s
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--close line,
.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu line {
    stroke-dashoffset: 0
}

.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%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-booked-appointments .booked-profile-appt-list .appt-block.approved .status-block {
    background-color: #000 !important
}

.qodef-booked-appointments .booked-profile-appt-list .appt-block.pending .status-block {
    background-color: var(--qode-main-color) !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: #fcf9f5;
    box-shadow: none
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row {
    border: 1px solid #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col {
    background-color: var(--qode-main-color) !important;
    padding: 30px 0 !important;
    border: none !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .calendarSavingState {
    color: #fefefe;
    font-size: 17px
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .monthName {
    font-family: Kanit, sans-serif;
    font-size: 20px !important;
    font-style: normal;
    line-height: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    color: #fefefe !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .monthName .backToMonth {
    display: none
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .page-left,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .page-right {
    color: #000 !important;
    transform: translateX(0);
    transition: all .25s ease-out;
    display: flex;
    margin-top: -.45rem !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .page-right {
    right: 43px !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .page-left {
    left: 37px !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .page-right:hover {
    transform: translateX(2px)
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .page-left:hover {
    transform: translateX(-2px)
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .page-right i:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA0OSIgaGVpZ2h0PSIxNC44NTQiIHZpZXdCb3g9IjAgMCA3LjA0OSAxNC44NTQiPg0KICA8cGF0aCBkPSJNMjg3MC4yNDEsMTYyMi43MDhsNSw2LjktNSw2Ljc3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjg2OS40MzIgLTE2MjIuMTIyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top .bc-col .page-left i:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA0OSIgaGVpZ2h0PSIxNC44NTQiIHZpZXdCb3g9IjAgMCA3LjA0OSAxNC44NTQiPg0KICA8cGF0aCBkPSJNMjg3NS4yNDEsMTYyMi43MDhsLTUsNi45LDUsNi43NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4NjkuMDAyIC0xNjIyLjEyMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.days {
    text-transform: none !important;
    border: none !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-head .bc-row.days .bc-col {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    line-height: 38px !important;
    letter-spacing: normal !important;
    padding: 25px 0 !important;
    border: none !important;
    background: #fff !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body {
    background-color: var(--qode-main-color) !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row {
    background-color: #fff !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col {
    background-color: #fff !important;
    border-right: 1px solid #fff !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col:first-child {
    border-left: none !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col:last-child {
    border-right: none !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col .date {
    transition: all .3s ease-in-out;
    background-color: transparent !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col .date .number {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    border-radius: 0
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.active,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.active:hover,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today.active,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today:not(.prev-date):hover {
    background-color: #fafafa !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.active .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today.active .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today:not(.prev-date):hover .date {
    background-color: var(--qode-main-color) !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.active .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today.active .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today:not(.prev-date):hover .date .number {
    background-color: #000 !important;
    color: var(--qode-header-light-color) !important;
    transform: scale(1) !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.next-month.prev-date .date span.number {
    color: #b88f9fab !important;
    opacity: .4
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.next-month .date span.number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date span.number {
    color: #000 !important;
    opacity: .4
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.next-month:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-month:hover .date .number {
    color: #ffffff66 !important;
    opacity: 1
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-month.prev-date:hover .date .number {
    color: #000 !important;
    opacity: .4
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date {
    border: 1px solid var(--qode-main-color) !important;
    width: 100%;
    height: 100%
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date span {
    color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today .date {
    border: 1px solid #000 !important;
    transition: all .3s ease-in-out
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today .date span.number {
    color: #000 !important;
    border: none !important;
    box-shadow: none !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.today:not(.prev-date):hover .date {
    background-color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span.number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span.number {
    background: 0 0 !important;
    color: #b88f9fab !important;
    cursor: context-menu
}

.qodef-browser--edge .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
.qodef-browser--edge .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span.number,
.qodef-browser--edge .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
.qodef-browser--edge .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span.number,
.qodef-browser--ms-explorer .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
.qodef-browser--ms-explorer .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span.number,
.qodef-browser--ms-explorer .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
.qodef-browser--ms-explorer .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span.number {
    background-color: #fafafa !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col:hover .date {
    background-color: #000 !important;
    transition: none
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week .bc-col:hover .date span {
    background-color: #000;
    color: var(--qode-header-light-color);
    transition: none
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col {
    padding: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list .timeslot:hover {
    background: 0 0
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown {
    padding: 11px 60px 20px;
    background-color: #fff;
    box-shadow: none;
    border-radius: unset
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown h2 {
    margin: 0 !important;
    display: none
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot {
    padding: 25px 0 0 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-top: none !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot:last-child {
    border: none !important
}

@media only screen and (max-width:680px) {
    .qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot {
        padding: 0 0 3px !important;
        border: 0 !important
    }
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-time {
    width: 57%;
    padding: 0
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-time .timeslot-title {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 40px;
    line-height: 1.1em;
    color: #000 !important;
    font-style: normal;
    margin: 0 0 1px !important;
    letter-spacing: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-time .timeslot-range {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    color: #000
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-time .timeslot-range .booked-icon {
    color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-time .spots-available {
    line-height: 2.2;
    font-size: 12px;
    letter-spacing: .25em
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people {
    padding: 6px 0 0 0
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button {
    background-color: var(--qode-main-color) !important;
    margin-top: 0 !important;
    border-color: transparent !important;
    padding: 7px 18px;
    transition: all .3s ease-in-out !important;
    border-radius: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button .timeslot-mobile-title {
    display: none
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button:hover {
    color: var(--qode-main-color) !important;
    background-color: transparent !important;
    border-color: var(--qode-main-color) !important;
    background-color: #000 !important;
    border-color: transparent !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button:focus {
    outline: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button .button-text {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Kanit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    color: #fff !important;
    padding: 12px 30px;
    cursor: pointer
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot.timeslot-unavailable .timeslot-people .button {
    background-color: #eee !important;
    color: #aaa !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot.timeslot-unavailable .timeslot-people .button:hover {
    background-color: #eee !important;
    color: #aaa !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-loading .booked-spinner div>* {
    background-color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-head .bc-row.top .bc-col {
    padding: 22px 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-head .bc-row.days .bc-col {
    background-color: #fff !important;
    padding: 25px 0 3px !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.active,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.active:hover,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today.active,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today:not(.prev-date):hover {
    background-color: #fafafa !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.active .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today.active .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today:not(.prev-date):hover .date {
    background-color: var(--qode-main-color) !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.active .date span,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date span,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today.active .date span,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today:not(.prev-date):hover .date span {
    background-color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.active .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today.active .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.week .bc-col.today:not(.prev-date):hover .date .number {
    background-color: #000 !important;
    color: var(--qode-header-light-color) !important;
    transform: scale(1) !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown {
    padding: 11px 30px 20px
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot {
    border: 0 !important;
    padding: 24px 0 0 0 !important;
    margin: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot:last-child {
    margin: 0 0 10px !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-time .spots-available {
    line-height: 2.2
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people {
    padding: 1px 0 0
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button {
    padding: 15px 14px 13px;
    cursor: pointer
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button:hover {
    background-color: #ffdbe9 !important;
    border-color: transparent !important;
    color: inherit !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button:hover span {
    color: #000
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button .button-text {
    display: none
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .timeslot-mobile-title {
    display: block;
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 3px;
    color: #f8f8f8
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .button-timeslot {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #f8f8f8
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people .spots-available {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    text-transform: initial;
    color: #f8f8f8;
    padding: 8px 0 3px
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people button[disabled] {
    background-color: #b1b1b19c !important;
    color: #fff !important;
    cursor: auto
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people button[disabled]>* {
    color: #fff !important
}

.qodef-booked-calendar.qodef-booked-layout--new .booked-calendar-wrap.small .booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list.shown .timeslot .timeslot-people button[disabled]:hover {
    background-color: #b1b1b19c !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr {
    background-color: #fafafa !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .page-left,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .page-right,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .page-left,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .page-right,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .page-left,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .page-right {
    color: #000 !important;
    transform: translateX(0);
    transition: all .25s ease-out;
    display: flex
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .page-right,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .page-right,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .page-right {
    right: 44px !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .page-left,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .page-left,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .page-left {
    left: 38px !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .calendarSavingState,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .calendarSavingState,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .calendarSavingState {
    color: #fff;
    font-size: 1.5rem;
    line-height: 60px
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .page-right:hover,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .page-right:hover,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .page-right:hover {
    transform: translateX(2px)
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .page-left:hover,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .page-left:hover,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .page-left:hover {
    transform: translateX(-2px)
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-right:before,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-right:before,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-right:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA0OSIgaGVpZ2h0PSIxNC44NTQiIHZpZXdCb3g9IjAgMCA3LjA0OSAxNC44NTQiPg0KICA8cGF0aCBkPSJNMjg3MC4yNDEsMTYyMi43MDhsNSw2LjktNSw2Ljc3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjg2OS40MzIgLTE2MjIuMTIyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-left:before,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-left:before,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-left:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA0OSIgaGVpZ2h0PSIxNC44NTQiIHZpZXdCb3g9IjAgMCA3LjA0OSAxNC44NTQiPg0KICA8cGF0aCBkPSJNMjg3NS4yNDEsMTYyMi43MDhsLTUsNi45LDUsNi43NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4NjkuMDAyIC0xNjIyLjEyMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead {
    background-color: var(--qode-main-color) !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar thead th {
    font-family: "Albert Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 38px !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    padding: 10px 0 !important;
    border: none !important;
    color: #fff !important;
    background-color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .monthName {
    font-family: Kanit, sans-serif;
    font-size: 20px !important;
    font-style: normal;
    line-height: 60px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    color: #fff !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .monthName .backToMonth {
    display: none
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .page-left,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .page-right {
    margin-top: -.45rem !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tr {
    background-color: var(--qode-main-color);
    border: 1px solid #946f6f !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tr.entryBlock {
    background-color: transparent
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tr.entryBlock td {
    padding: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tr.entryBlock td h2 {
    margin: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tr.days {
    text-transform: none;
    border: none !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tr.days th {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    padding: 20px 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tr.week td.active .date {
    background-color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td {
    background-color: #fff !important;
    font-family: "Albert Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 54px !important;
    font-weight: 400 !important;
    color: #000;
    border-right: 2px solid #fff !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td:first-child {
    border-left: none !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td:last-child {
    border-right: none !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td .date {
    transition: all .3s ease-in-out;
    background-color: transparent !important;
    color: #000
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td .date .number {
    border-radius: 0
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.active,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.active:hover,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today.active,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today.active:hover,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover {
    background-color: #fafafa !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.active .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.active:hover .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today.active .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today.active:hover .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover .date {
    background-color: var(--qode-main-color) !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.active .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.active:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today.active .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today.active:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover .date .number {
    background-color: #000 !important;
    color: var(--qode-header-light-color) !important;
    transform: scale(1) !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.next-month .date span.number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.next-month.prev-date .date span.number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-month .date span.number {
    color: #b88f9fab !important;
    opacity: .3
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.next-month:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-month:hover .date .number {
    color: #ffffff66 !important;
    opacity: 1
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-month.prev-date:hover .date .number {
    color: #000 !important;
    opacity: .4
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today.prev-date .date {
    border: 1px solid var(--qode-main-color) !important;
    width: 100%;
    height: 100%
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today.prev-date .date span {
    color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today .date {
    border: 1px solid #000 !important;
    transition: all .3s ease-in-out
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today .date span {
    color: #000 !important;
    border: none !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover .date {
    background-color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
    background: 0 0 !important;
    color: #b88f9fab !important;
    cursor: context-menu
}

.qodef-browser--edge .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date .date,
.qodef-browser--edge .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
.qodef-browser--edge .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
.qodef-browser--edge .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span,
.qodef-browser--ms-explorer .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date .date,
.qodef-browser--ms-explorer .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
.qodef-browser--ms-explorer .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
.qodef-browser--ms-explorer .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
    background-color: #fafafa !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td:hover .date {
    background-color: #000 !important;
    transition: none
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar td:hover .date span {
    background-color: #000;
    color: var(--qode-header-light-color);
    transition: none
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tbody {
    background-color: var(--qode-main-color) !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar tbody tr {
    border: 2px solid #fff !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot:hover {
    background: 0 0
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown {
    padding: 11px 30px 44px;
    background-color: #fff
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown h2 {
    display: none
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot {
    padding: 25px 0 0 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-top: none !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot:last-child {
    border: none !important
}

@media only screen and (max-width:680px) {
    .qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot {
        padding: 0 0 3px !important;
        border: 0 !important
    }
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time {
    width: 57%;
    padding: 0
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .timeslot-title {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 40px;
    line-height: 1.1em;
    color: #000 !important;
    font-style: normal;
    margin: 0 0 1px !important;
    letter-spacing: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .timeslot-range {
    font-size: 12px !important;
    color: #000;
    font-family: "Albert Sans", sans-serif;
    font-weight: 300
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .timeslot-range .booked-icon {
    color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .spots-available {
    line-height: 2.2;
    font-size: 12px;
    letter-spacing: .25em
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people {
    padding: 6px 0 0 0
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button {
    background-color: var(--qode-main-color) !important;
    margin-top: 0 !important;
    border-color: transparent !important;
    padding: 7px 18px;
    transition: all .3s ease-in-out !important;
    border-radius: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button:hover {
    background-color: #000 !important;
    border-color: transparent !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button:focus {
    outline: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Kanit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    color: #fff !important;
    padding: 12px 30px;
    cursor: pointer
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot.timeslot-unavailable .timeslot-people .button {
    background-color: #eee !important;
    color: #aaa !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot.timeslot-unavailable .timeslot-people .button:hover {
    background-color: #eee !important;
    color: #aaa !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap table.booked-calendar .booked-loading .booked-spinner div>* {
    background-color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar thead tr.days th {
    background-color: #fff !important;
    padding: 21px 0 3px !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar thead th {
    background-color: #000 !important;
    padding: 2px 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td {
    font-size: 16px
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today:not(.prev-date):hover {
    background-color: #fafafa !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover .date,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today:not(.prev-date):hover .date {
    background-color: var(--qode-main-color) !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date span,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover .date span,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active .date span,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover .date span,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today:not(.prev-date):hover .date span {
    background-color: #000 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover .date .number,
.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today:not(.prev-date):hover .date .number {
    background-color: #000 !important;
    color: var(--qode-header-light-color) !important;
    transform: scale(1) !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date {
    background-color: #fafafa !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot {
    border: 0 !important;
    padding: 12px 0 0 0 !important;
    margin: 0 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot:last-child {
    margin: 0 0 10px !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .spots-available {
    line-height: 2.2
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people {
    padding: 1px 0 0
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button {
    padding: 15px 14px 13px;
    cursor: pointer
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text {
    display: none !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .timeslot-mobile-title {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button-timeslot {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #fff;
    padding-top: 4px
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .spots-available {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: initial;
    color: #fff;
    padding: 5px 0 3px
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people button[disabled] {
    background-color: #fff !important;
    color: #66313066 !important
}

.qodef-booked-calendar.qodef-booked-layout--old .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people button[disabled]>* {
    color: #66313066 !important
}

body .booked-modal .bm-window {
    padding-top: 60px;
    background-color: #fff
}

body .booked-modal .bm-window .booked-form.booked-scrollable {
    background-color: #fff;
    border-radius: 0;
    padding: 30px 30px 44px
}

body .booked-modal .bm-window .booked-form.booked-scrollable #newAppointmentForm p {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    color: #000
}

body .booked-modal .bm-window .booked-form.booked-scrollable #newAppointmentForm .bookings .booked-appointments {
    padding: 16px 10px 14px 23px;
    border-radius: 0;
    box-shadow: none
}

body .booked-modal .bm-window .booked-form.booked-scrollable #newAppointmentForm .bookings .booked-appointment-details .appointment-title {
    font-size: 30px !important;
    line-height: 1.13333em !important;
    padding-bottom: 0
}

body .booked-modal .bm-window .booked-form.booked-scrollable .cf-block .field-label {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 30px;
    line-height: 1.13333em;
    margin-bottom: 15px
}

body .booked-modal .bm-window .booked-form.booked-scrollable .cf-block input.textfield {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    line-height: 24px;
    outline: 0;
    background-color: transparent;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    border: 1px solid #000;
    color: #000;
    padding: 11px 21px;
    margin: 0 0 10px
}

body .booked-modal .bm-window .booked-form.booked-scrollable .cf-block input.textfield:focus {
    color: #000
}

body .booked-modal .bm-window .booked-form.booked-scrollable .cf-block .booked-forgot-password {
    color: var(--qode-main-color)
}

body .booked-modal .bm-window .booked-form.booked-scrollable input.button.button-primary {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Kanit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 2px solid var(--qode-main-color);
    padding: 13px 60px 11px;
    padding: 11px 30px;
    margin-right: 12px
}

body .booked-modal .bm-window .booked-form.booked-scrollable input.button.button-primary:hover {
    color: var(--qode-main-color) !important;
    background-color: transparent !important;
    border-color: var(--qode-main-color) !important;
    border-color: #000 !important
}

@media only screen and (max-width:480px) {
    body .booked-modal .bm-window .booked-form.booked-scrollable input#submit-request-appointment {
        margin-bottom: 12px
    }
}

body .booked-modal .bm-window .booked-form.booked-scrollable .booked-forgot-goback.button,
body .booked-modal .bm-window .booked-form.booked-scrollable button.cancel.button {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Kanit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 0 !important;
    color: #000;
    background-color: transparent !important;
    border: 0 !important;
    position: relative;
    overflow: hidden;
    margin: 13px 30px;
    cursor: pointer
}

body .booked-modal .bm-window .booked-form.booked-scrollable .booked-forgot-goback.button:after,
body .booked-modal .bm-window .booked-form.booked-scrollable .booked-forgot-goback.button:before,
body .booked-modal .bm-window .booked-form.booked-scrollable button.cancel.button:after,
body .booked-modal .bm-window .booked-form.booked-scrollable button.cancel.button:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: currentColor;
    transition: transform .4s cubic-bezier(.31, .29, .05, .96)
}

body .booked-modal .bm-window .booked-form.booked-scrollable .booked-forgot-goback.button:before,
body .booked-modal .bm-window .booked-form.booked-scrollable button.cancel.button:before {
    left: 0
}

body .booked-modal .bm-window .booked-form.booked-scrollable .booked-forgot-goback.button:after,
body .booked-modal .bm-window .booked-form.booked-scrollable button.cancel.button:after {
    left: -100%;
    transition-delay: .3s
}

body .booked-modal .bm-window .booked-form.booked-scrollable .booked-forgot-goback.button:hover,
body .booked-modal .bm-window .booked-form.booked-scrollable button.cancel.button:hover {
    text-decoration: none;
    color: #000
}

body .booked-modal .bm-window .booked-form.booked-scrollable .booked-forgot-goback.button:hover:after,
body .booked-modal .bm-window .booked-form.booked-scrollable .booked-forgot-goback.button:hover:before,
body .booked-modal .bm-window .booked-form.booked-scrollable button.cancel.button:hover:after,
body .booked-modal .bm-window .booked-form.booked-scrollable button.cancel.button:hover:before {
    transform: translateX(100%)
}

body .booked-modal .bm-window .booked-title-bar {
    background-color: #000;
    border: 1px solid #6631304d;
    border-radius: 0 !important
}

body .booked-modal .bm-window .booked-title-bar small {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fefefe;
    text-align: center
}

body .booked-modal .bm-window .close {
    display: none
}

.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 p,
.rs-layer p {
    margin: 0
}

.qodef-contact-form-7 br,
.rs-layer br {
    display: none
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.wpcf7 .qodef-col input,
.wpcf7 .qodef-col textarea,
.wpcf7 .qodef-grid-inner input,
.wpcf7 .qodef-grid-inner textarea {
    margin-bottom: 0
}

@media only screen and (max-width:680px) {
    .wpcf7 .qodef-grid-inner {
        display: block
    }
}

.wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row {
    display: flex
}

@media only screen and (max-width:1024px) {
    .wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row {
        flex-direction: column;
        align-items: flex-start
    }
}

.wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row .qodef-col {
    width: 100%;
    margin-right: 20px
}

.wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row .qodef-col .wpcf7-form-control-wrap {
    margin: 0
}

@media only screen and (max-width:1024px) {
    .wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row .qodef-col .wpcf7-form-control-wrap {
        margin-bottom: 22px
    }
}

@media only screen and (max-width:768px) {
    .wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row .qodef-col {
        margin-right: 0
    }
}

.wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row .qodef-submit-holder {
    position: relative;
    display: inline-block;
    flex-shrink: 0
}

.wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row .qodef-submit-holder .qodef-submit {
    position: relative
}

@media only screen and (max-width:1024px) {
    .wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row .qodef-submit-holder .qodef-submit {
        justify-content: center;
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row .qodef-submit-holder {
        width: 100%
    }
}

.wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row.qodef-light-skin .qodef-col input {
    border-color: #fff;
    color: #fff
}

.wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row.qodef-light-skin .qodef-submit-holder .qodef-submit {
    background-color: #fff;
    border-color: #fff
}

.wpcf7 .qodef-contact-form-main .qodef-contact-form-one-row.qodef-light-skin .qodef-submit-holder .qodef-submit:hover {
    background-color: #000;
    border-color: #fff
}

.wpcf7 .qodef-contact-form-main p {
    position: relative;
    font-size: 14px;
    margin-top: 5px;
    color: #fff
}

.wpcf7 .qodef-contact-form-subscribe {
    display: flex
}

.wpcf7 .qodef-contact-form-subscribe .qodef-col {
    width: 100%
}

.wpcf7 .qodef-contact-form-subscribe .qodef-col .wpcf7-form-control-wrap {
    margin: 0
}

.wpcf7 .qodef-contact-form-subscribe .qodef-col input {
    padding: 10px 20px;
    border-right: 0
}

.wpcf7 .qodef-contact-form-subscribe .qodef-submit-holder button {
    line-height: 21px;
    border-width: 1px
}

@media only screen and (max-width:680px) {
    .wpcf7 .qodef-contact-form-subscribe {
        display: block
    }
    .wpcf7 .qodef-contact-form-subscribe .qodef-col .wpcf7-form-control-wrap input {
        border-right: 1px solid
    }
    .wpcf7 .qodef-contact-form-subscribe .qodef-submit-holder button {
        position: relative;
        top: -1px;
        display: block;
        width: 100%
    }
}

.wpcf7 .qodef-contact-form-subscribe.qodef-light-skin .qodef-col input {
    border-color: #fff;
    color: #fff
}

.wpcf7 .qodef-contact-form-subscribe.qodef-light-skin .qodef-submit-holder .qodef-button {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.wpcf7 .qodef-contact-form-subscribe.qodef-light-skin .qodef-submit-holder .qodef-button:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.wpcf7 .qodef-contact-form-disable-arrow .wpcf7-form-control-wrap select {
    background-image: none
}

.wpcf7 .wpcf7-not-valid-tip {
    margin: 11px 0 0 0
}

.wpcf7 form.aborted div.wpcf7-aborted,
.wpcf7 form.aborted div.wpcf7-acceptance-missing,
.wpcf7 form.aborted div.wpcf7-mail-sent-ng,
.wpcf7 form.aborted div.wpcf7-mail-sent-ok,
.wpcf7 form.aborted div.wpcf7-response-output,
.wpcf7 form.aborted div.wpcf7-spam-blocked,
.wpcf7 form.aborted div.wpcf7-validation-errors,
.wpcf7 form.failed div.wpcf7-aborted,
.wpcf7 form.failed div.wpcf7-acceptance-missing,
.wpcf7 form.failed div.wpcf7-mail-sent-ng,
.wpcf7 form.failed div.wpcf7-mail-sent-ok,
.wpcf7 form.failed div.wpcf7-response-output,
.wpcf7 form.failed div.wpcf7-spam-blocked,
.wpcf7 form.failed div.wpcf7-validation-errors,
.wpcf7 form.invalid div.wpcf7-aborted,
.wpcf7 form.invalid div.wpcf7-acceptance-missing,
.wpcf7 form.invalid div.wpcf7-mail-sent-ng,
.wpcf7 form.invalid div.wpcf7-mail-sent-ok,
.wpcf7 form.invalid div.wpcf7-response-output,
.wpcf7 form.invalid div.wpcf7-spam-blocked,
.wpcf7 form.invalid div.wpcf7-validation-errors {
    font-size: 15px;
    border-width: 1px;
    margin: 15px 0 0 !important;
    color: #dc3232
}

.wpcf7 form.aborted .qodef-contact-form-subscribe~div.wpcf7-aborted,
.wpcf7 form.aborted .qodef-contact-form-subscribe~div.wpcf7-acceptance-missing,
.wpcf7 form.aborted .qodef-contact-form-subscribe~div.wpcf7-mail-sent-ng,
.wpcf7 form.aborted .qodef-contact-form-subscribe~div.wpcf7-mail-sent-ok,
.wpcf7 form.aborted .qodef-contact-form-subscribe~div.wpcf7-response-output,
.wpcf7 form.aborted .qodef-contact-form-subscribe~div.wpcf7-spam-blocked,
.wpcf7 form.aborted .qodef-contact-form-subscribe~div.wpcf7-validation-errors,
.wpcf7 form.failed .qodef-contact-form-subscribe~div.wpcf7-aborted,
.wpcf7 form.failed .qodef-contact-form-subscribe~div.wpcf7-acceptance-missing,
.wpcf7 form.failed .qodef-contact-form-subscribe~div.wpcf7-mail-sent-ng,
.wpcf7 form.failed .qodef-contact-form-subscribe~div.wpcf7-mail-sent-ok,
.wpcf7 form.failed .qodef-contact-form-subscribe~div.wpcf7-response-output,
.wpcf7 form.failed .qodef-contact-form-subscribe~div.wpcf7-spam-blocked,
.wpcf7 form.failed .qodef-contact-form-subscribe~div.wpcf7-validation-errors,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-aborted,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-acceptance-missing,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-mail-sent-ng,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-mail-sent-ok,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-response-output,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-spam-blocked,
.wpcf7 form.invalid .qodef-contact-form-subscribe~div.wpcf7-validation-errors {
    margin: 23px 0 0 !important
}

.wpcf7 .qodef-response-skin--light~.wpcf7-response-output {
    color: #fff
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
    overflow: hidden !important
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important
}

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 30px;
    line-height: 1.13333em;
    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: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #000;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
    --qode-columns-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    gap: var(--qode-columns-gap)
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
    --qode-columns: 1
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
    --qode-columns: 2
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
    --qode-columns: 3
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
    --qode-columns: 4
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
    --qode-columns: 5
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
    --qode-columns: 6
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
    --qode-columns: 7
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
    --qode-columns: 8
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
    --qode-columns-gap: 0px
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
    --qode-columns-gap: 10px
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
    --qode-columns-gap: 20px
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
    --qode-columns-gap: 30px
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
    --qode-columns-gap: 40px
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-gap: 50px
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-gap: 80px
}

.qodef-twitter-list.qodef-gutter--gigantic .ctf-tweets {
    --qode-columns-gap: 120px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #fff
}

#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: #fff
}

#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 #e1e1e1 !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: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    font-family: Kanit, sans-serif;
    font-size: 11px;
    line-height: 1.72727em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .2s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ',';
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, .79) !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16) !important;
    overflow-y: hidden !important;
    max-height: 90vh !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 {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    -o-object-fit: cover;
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=paulhair-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: 'x';
    font-family: initial
}

#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
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.yith-wcwl-form .wishlist-title-container {
    display: none !important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: "Albert Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    color: #000
}

.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.shop_table tr th {
    background: 0 0 !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto !important
}

.yith-wcwl-form .wishlist_table.shop_table tr 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 {
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    font-family: Kanit, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    letter-spacing: .1em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 13px 60px 11px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 2px solid var(--qode-main-color) !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    color: var(--qode-main-color) !important;
    background-color: transparent !important;
    border-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 {
    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 {
    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 {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important
}

.qodef-order-tracking p:not(.form-row) {
    margin-top: 0
}

.qodef-order-tracking .form-row {
    margin: 0
}

.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
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a:hover .woocommerce-loop-category__title:after,
.qodef-woo-product-list .product-category a:hover .woocommerce-loop-category__title:after {
    transform-origin: left;
    transform: scaleX(1)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-title-holder,
.qodef-woo-product-list .product-category .qodef-e-title-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
    background-color: #000
}

.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 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fff
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title:after,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.widget_paulhair_core_woo_dropdown_cart,
.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-m-opener,
.widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-line,
.widget_paulhair_core_woo_dropdown_cart>.widgettitle .qodef-m-opener-line,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-line,
.widget_shopping_cart>.widgettitle .qodef-m-opener-line {
    margin: 0 6px
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-opener>span,
.widget_paulhair_core_woo_dropdown_cart>.widgettitle>span,
.widget_shopping_cart .qodef-m-opener>span,
.widget_shopping_cart>.widgettitle>span {
    font-family: Kanit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-opener,
.widget_shopping_cart .qodef-m-opener {
    position: relative
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-opener:after,
.widget_shopping_cart .qodef-m-opener:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-opener:hover:after,
.widget_shopping_cart .qodef-m-opener:hover:after {
    transform-origin: left;
    transform: scaleX(1)
}

#qodef-page-header-inner.qodef-skin--light .widget_paulhair_core_woo_dropdown_cart .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-opener {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .widget_paulhair_core_woo_dropdown_cart .qodef-m-opener:hover,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-opener:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .widget_paulhair_core_woo_dropdown_cart .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--dark .widget_shopping_cart .qodef-m-opener {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .widget_paulhair_core_woo_dropdown_cart .qodef-m-opener:hover,
#qodef-page-header-inner.qodef-skin--dark .widget_shopping_cart .qodef-m-opener:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_paulhair_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: 40px 0;
    text-align: left;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-e-content a,
.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-e-content p,
.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-e-content span,
.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content a.qodef-e-remove,
.widget_paulhair_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-e-content a,
.widget_paulhair_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-e-content p,
.widget_paulhair_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-e-content span,
.widget_paulhair_core_woo_dropdown_cart .widget_shopping_cart_content a.qodef-e-remove,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-e-content a,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-e-content p,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-e-content span,
.widget_shopping_cart .qodef-widget-dropdown-cart-content a.qodef-e-remove,
.widget_shopping_cart .widget_shopping_cart_content .qodef-e-content a,
.widget_shopping_cart .widget_shopping_cart_content .qodef-e-content p,
.widget_shopping_cart .widget_shopping_cart_content .qodef-e-content span,
.widget_shopping_cart .widget_shopping_cart_content a.qodef-e-remove {
    color: #fff !important
}

.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .woocommerce-mini-cart__empty-message,
.widget_paulhair_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-m-posts-not-found,
.widget_paulhair_core_woo_dropdown_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .woocommerce-mini-cart__empty-message,
.widget_shopping_cart .widget_shopping_cart_content .qodef-m-posts-not-found,
.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    color: #fff
}

header .widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_paulhair_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: 349px
}

.touchevents header .widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,
.widget_paulhair_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 40px !important
}

.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_paulhair_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 15px 0 !important;
    position: relative
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_paulhair_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 !important
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item a,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item a.qodef-e-remove,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item p,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item span,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a.qodef-e-remove,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item p,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item span,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item a,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item a.qodef-e-remove,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item p,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item span,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a.qodef-e-remove,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item p,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item span,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item a.qodef-e-remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item p,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item span,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a.qodef-e-remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item p,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item span,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item a.qodef-e-remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item p,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item span,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a.qodef-e-remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item p,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item span {
    color: #fff !important
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_paulhair_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 9px 0 0;
    width: 69px
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_paulhair_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: 30px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_paulhair_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_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #000;
    text-transform: initial;
    margin: 0;
    display: block
}

.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
    display: flex
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0 20px 0 0;
    width: 100%
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #000;
    text-transform: initial;
    margin: 0
}

.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 0
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-order-details,
.widget_paulhair_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;
    color: #fff;
    margin: 19px 0 10px 0
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_paulhair_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: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #000;
    color: #fff
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    color: #fff
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-action,
.widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-m-action a,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Kanit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    width: 100%;
    padding: 13px 20px 11px;
    justify-content: center;
    text-align: center;
    color: var(--qode-main-color) !important;
    background-color: #fff !important;
    border: 2px solid #fff !important
}

.widget_paulhair_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_paulhair_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 !important;
    background-color: var(--qode-main-color) !important;
    border: 2px solid #fff !important
}

.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    justify-content: center
}

.widget_paulhair_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_paulhair_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_paulhair_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_paulhair_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: #000
}

.widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_paulhair_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: #000;
    box-shadow: 0 3px 3px #0000001a
}

.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #000
}

.widget_paulhair_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_paulhair_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_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_paulhair_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: #fff
}

#qodef-top-area .widget_paulhair_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer .widget_paulhair_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer .widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_paulhair_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;
    box-shadow: 0 3px 3px #0000001a
}

#qodef-page-footer .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #fff
}

#qodef-page-footer .widget_paulhair_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_paulhair_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: #fff
}

#qodef-page-footer .widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_paulhair_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: #fff
}

#qodef-page-footer .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_paulhair_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_paulhair_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_paulhair_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: #fff
}

#qodef-page-footer-bottom-area .widget_paulhair_core_woo_dropdown_cart,
#qodef-page-footer-bottom-area .widget_shopping_cart {
    color: #9a9a9a
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: #fff
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-side-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-side-area .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    box-shadow: 0 3px 3px #0000001a
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #fff
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #fff
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #fff
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-side-area .widget_paulhair_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-side-area .widget_shopping_cart .qodef-m-order-details strong,
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_paulhair_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

.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
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 24px
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    align-items: baseline;
    margin-bottom: 9px
}

.qodef-portfolio-single .qodef-portfolio-info>* .qodef-social-share {
    margin-top: 6px
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 7px 0 0;
    font-size: 18px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-value:not(.qodef-e-tag) {
    position: relative;
    top: -1px;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    font-family: Kanit, sans-serif;
    font-size: 11px;
    line-height: 1.72727em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #000
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-value.qodef-e-tag a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 16px;
    text-transform: capitalize;
    color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-value.qodef-e-tag a:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-value.qodef-e-tag a:last-of-type {
    margin-right: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-value.qodef-e-category a {
    position: relative
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-value.qodef-e-category a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-value.qodef-e-category a:hover:after {
    transform-origin: left;
    transform: scaleX(1)
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin-right: 10px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 57px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 49px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-col--content {
    padding-right: 6%
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 95px
}

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 29px 30px;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
    margin-top: 20px
}

.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 iframe {
    display: block;
    height: 100%
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-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-content {
    margin: 23px 0 53px
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 3px
}

.qodef-portfolio-list .qodef-e-bottom-holder {
    margin-top: 3px
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.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: 35px
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: opacity .6s ease-out
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image>a:after {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-follow.swiper-container-horizontal>.swiper-pagination-bullets {
    margin-top: 21px
}

.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 {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    margin: 0;
    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: #fff
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-info>* {
    color: #fff
}

.qodef-e-content-follow .qodef-e-text,
.qodef-e-content-follow .qodef-e-top-holder {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .2s ease-out
}

.qodef-e-content-follow .qodef-e-text>*,
.qodef-e-content-follow .qodef-e-top-holder>* {
    display: inline-block;
    background-color: var(--qode-main-color);
    z-index: 10
}

.qodef-e-content-follow .qodef-e-top-holder {
    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-e-content-follow.qodef-is-active .qodef-e-text {
    transition-delay: .2s
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.swiper-container-horizontal>.swiper-pagination-bullets {
    margin-top: 21px
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 29px 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, .2)
}

.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 {
    z-index: 5;
    pointer-events: none;
    opacity: 1;
    transition: opacity .3s ease-in
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-text {
    opacity: 1;
    transform: translateY(25px);
    transition: .3s ease-in;
    pointer-events: auto
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-bottom-holder {
    opacity: 1;
    transform: translateY(15px);
    transition: .3s ease-in;
    pointer-events: auto
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1;
    transition: opacity .6s ease-out
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-text {
    opacity: 1;
    transform: translateY(0);
    transition: .4s ease-out .2s
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-bottom-holder {
    opacity: 1;
    transform: translateY(0);
    transition: .4s ease-out .3s
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-horizontal>.swiper-pagination-bullets {
    margin-top: 21px
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 29px 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, .2)
}

.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: baseline
}

.qodef-portfolio-project-info.qodef-project-info-type--image {
    flex-direction: column
}

.qodef-portfolio-project-info.qodef-project-info-type--image .qodef-e-label {
    margin: 0 0 5px
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 5px 0 0;
    font-size: 18px
}

.qodef-portfolio-project-info .qodef-e-value.qodef-e-tag a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 16px;
    text-transform: capitalize;
    color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-portfolio-project-info .qodef-e-value.qodef-e-tag a:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-portfolio-project-info .qodef-e-value.qodef-e-tag a:last-of-type {
    margin-right: 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-portfolio-single .qodef-variations--small~#qodef-single-portfolio-navigation {
    margin: 136px 0 3px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single .qodef-variations--small~#qodef-single-portfolio-navigation {
        margin: 126px 0 3px
    }
}

.qodef-portfolio-single .qodef-variations--big~#qodef-single-portfolio-navigation {
    margin: 115px 0 3px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single .qodef-variations--big~#qodef-single-portfolio-navigation {
        margin: 126px 0 3px
    }
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#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 svg {
    display: block;
    transform: translateX(0);
    transition: transform .3s ease-in-out
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
    width: auto;
    height: 16px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg {
    transform: translateX(-3px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg {
    transform: translateX(3px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    left: calc(50% - 14px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg {
    display: block;
    stroke: currentcolor;
    fill: currentColor;
    transition: fill .3s ease-in-out
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover svg {
    fill: transparent
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-next svg,
    .qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-prev svg {
        width: 16px;
        height: auto
    }
}

.ui-datepicker {
    background-color: transparent !important;
    display: none;
    max-width: 400px !important;
    padding: 20px 18.5px;
    position: absolute;
    width: 100% !important
}

@media only screen and (max-width:480px) {
    .ui-datepicker {
        left: 50% !important;
        max-width: 86vw !important;
        transform: translateX(-50%) !important
    }
}

.ui-datepicker:after {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    content: '';
    height: calc(100% + 2px);
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: -1
}

.ui-datepicker-header {
    padding: 0 20px !important
}

.ui-datepicker-next,
.ui-datepicker-prev {
    color: #000;
    font-size: 20px !important;
    top: 10px;
    width: 20px
}

.ui-datepicker-prev {
    left: 0 !important
}

.ui-datepicker-next {
    right: 0 !important
}

.ui-datepicker-month {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #000;
    border: none
}

.ui-datepicker-year {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 500;
    color: #000
}

.ui-datepicker-calendar {
    margin: 7px 0 0 0;
    padding: 0
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
    border: none;
    font-size: 14px;
    padding: 8px 3px !important;
    text-align: center
}

.ui-datepicker-current-day {
    background-color: var(--qode-main-color) !important
}

.qodef-reservation-form .qodef-m-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.qodef-reservation-form .qodef-m-field {
    flex-basis: 19%;
    position: relative
}

.qodef-reservation-form .qodef-m-field-label {
    flex-shrink: 0;
    flex-basis: auto
}

.qodef-reservation-form .qodef-m-icon-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    font-size: 23px
}

.qodef-reservation-form .qodef-m-icon {
    color: var(--qode-main-color);
    position: absolute;
    left: 15px;
    display: flex;
    font-size: 14px;
    top: 18px;
    z-index: 1
}

.qodef-reservation-form .qodef-m-icon-date {
    font-size: 17px;
    top: 16px
}

.qodef-reservation-form .qodef-m-label {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
    color: #000
}

.qodef-reservation-form .qodef-m-date,
.qodef-reservation-form .qodef-m-date:focus,
.qodef-reservation-form .select2-container--default {
    margin: 0;
    width: 100% !important;
    text-align: center;
    font-size: 17px;
    border: 1px solid #e1e1e1
}

.qodef-reservation-form .select2-selection--single {
    color: inherit !important;
    font-size: inherit !important;
    border: inherit !important
}

.qodef-reservation-form button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.qodef-reservation-form .qodef-m-copyright {
    font-size: 14px;
    font-family: "Albert Sans", sans-serif;
    margin: 5px 0
}

.qodef-restaurant-menu-list .qodef-e-heading {
    display: flex;
    align-items: baseline
}

.qodef-restaurant-menu-list .qodef-e-heading-title {
    margin: 0
}

.qodef-restaurant-menu-list .qodef-e-heading-line {
    flex-grow: 1;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 10px
}

.qodef-restaurant-menu-list .qodef-e-heading-price {
    margin: 0
}

.qodef-restaurant-menu-list .qodef-e-description {
    margin: 2px 0 0
}

.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-price,
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-text,
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-title {
    color: #fff
}

.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-line {
    border-color: #fff
}

.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-description {
    color: #fff
}

.qodef-team-list .qodef-e-title {
    margin: 0
}

.qodef-team-list .qodef-e-role {
    margin: 7px 0 0;
    font-size: 18px;
    line-height: 27px
}

.qodef-team-list .qodef-e-short-bio {
    margin: 14px 0 0
}

.qodef-team-list .qodef-e-read-more {
    margin: 30px 0 0
}

.qodef-team-list .qodef-team-member-social-icons {
    display: flex;
    margin: 0
}

.qodef-team-list .qodef-team-member-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-team-list .qodef-team-member-social-icons a:last-of-type {
    margin: 0
}

.qodef-team-list .qodef-team-member-social-icons a:hover {
    color: var(--qode-main-color);
    background-color: transparent
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-image {
    position: relative;
    overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-content-on-hover {
    opacity: 1;
    z-index: 1
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-content-on-hover .qodef-team-member-social-icons {
    margin-right: 20px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-content-on-hover .qodef-team-member-social-icons a {
    opacity: 1
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 21px 0 39px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-on-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    transition: opacity .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-on-hover .qodef-team-member-social-icons {
    flex-direction: row-reverse;
    margin-right: 20px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-on-hover .qodef-team-member-social-icons a {
    margin: 0 0 0 10px;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out, opacity .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-on-hover .qodef-team-member-social-icons a:nth-child(1) {
    transition-delay: 0s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-on-hover .qodef-team-member-social-icons a:nth-child(2) {
    transition-delay: .1s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-on-hover .qodef-team-member-social-icons a:nth-child(3) {
    transition-delay: .2s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-on-hover .qodef-team-member-social-icons a:nth-child(4) {
    transition-delay: .3s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content-on-hover .qodef-team-member-social-icons a:last-of-type {
    margin: 0
}

.qodef-testimonials-list {
    text-align: center
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: auto
}

.qodef-testimonials-list .qodef-e-mark {
    margin: 0 0 38px
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 40px;
    line-height: 1.1em;
    margin: 0
}

.qodef-testimonials-list .qodef-e-author {
    margin: 38px 0 0
}

.qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
    padding: 0 22%
}

@media only screen and (max-width:1440px) {
    .qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
        padding: 0 17%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
        padding: 0 10%
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
        padding: 0
    }
}

@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-button-prev {
    left: 0 !important
}

.qodef-testimonials-list .swiper-button-next {
    right: 0 !important
}

.qodef-testimonials-list.swiper-container-horizontal.swiper-container-fade {
    overflow: visible
}

.qodef-testimonials-list.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,
.qodef-testimonials-list.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev {
    transform: translate(0, calc(-50% - 22px))
}

.qodef-testimonials-list.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev:hover {
    transform: translate(-3px, calc(-50% - 22px))
}

.qodef-testimonials-list.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next:hover {
    transform: translate(3px, calc(-50% - 22px))
}

.qodef-testimonials-list.swiper-container-horizontal>.swiper-pagination-bullets {
    margin-top: 14px
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-mark,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.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: #000
}

.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: #000;
    opacity: .4
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .65em;
    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;
    opacity: 1
}

.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% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        z-index: 0
    }
    100% {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        z-index: 100
    }
}

@keyframes cover_search_fade_in {
    0% {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        z-index: 100
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        z-index: 0
    }
}

.widget_tiare_core_search_opener {
    position: relative
}

.qodef-search-cover-form {
    position: absolute;
    top: 100%;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    z-index: 100;
    background-color: #000;
    box-shadow: 0 3px 3px 0 #0000001a;
    transition: .5s ease-out
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 109px;
    width: 310px;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px
}

@media (max-width:480px) {
    .qodef-search-cover-form .qodef-m-inner {
        width: 100%
    }
}

.qodef-search-cover-form .qodef-svg-search-close {
    position: absolute;
    stroke: #fff;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.qodef-search-cover-form .qodef-svg-search-close line {
    stroke-dasharray: 16;
    stroke-dashoffset: 32;
    transition: stroke-dashoffset .4s ease-in-out
}

.qodef-search-cover-form .qodef-svg-search-close line:nth-of-type(2) {
    transition-delay: .2s
}

.qodef-search-cover-form .qodef-svg-search-close:hover line {
    stroke-dashoffset: 0
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 11px;
    margin-bottom: 0;
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    outline-offset: 0;
    background-image: none !important
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: #fff;
    border: 1px solid #fff;
    background-image: none !important
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    text-transform: none !important;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    text-transform: none !important;
    opacity: 1
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-search-cover-form.qodef-covers-search--fadeout {
    animation: cover_search_fade_out .3s cubic-bezier(.78, .76, .1, 1) both
}

.qodef-search-cover-form.qodef-covers-search--fadein {
    animation: cover_search_fade_in .3s cubic-bezier(.78, .76, .1, 1) both
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-author-list .qodef-e-content {
    margin: 21px 0 0
}

.qodef-author-list .qodef-e-title {
    margin: 0
}

.qodef-author-list .qodef-e-position {
    margin: 10px 0 0;
    font-size: 19px
}

.qodef-author-list .qodef-e-description {
    margin: 13px 0 0
}

.qodef-author-list .qodef-e-social-icons {
    display: flex;
    margin: 15px 0 0
}

.qodef-author-list .qodef-e-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-author-list .qodef-e-social-icons a:first-of-type {
    margin: 0 5px 0 0
}

.qodef-author-list .qodef-e-social-icons a:last-of-type {
    margin: 0 0 0 5px
}

.qodef-author-list .qodef-e-social-icons a:hover {
    color: var(--qode-main-color);
    background-color: #fff
}

.qodef-author-pagination--on .qodef-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px)
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.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 {
    display: block
}

.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.qodef-banner .qodef-m-subtitle {
    margin: 0
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 0
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-text-field {
    color: var(--qode-main-color);
    margin: 10px 0 0
}

.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-layout--link-button .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 20px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px
}

.qodef-banner.qodef-layout--simple-boxed {
    padding: 40px 40px 74px;
    background-color: #fff
}

.qodef-banner.qodef-layout--simple-boxed .qodef-m-content {
    padding: 14px 0 0
}

.qodef-banner.qodef-layout--simple-boxed .qodef-m-subtitle {
    margin: 5px 0 0
}

.qodef-banner.qodef-layout--simple-boxed .qodef-m-button {
    margin: 9px 0 0
}

.qodef-banner.qodef-layout--simple-boxed .qodef-m-image {
    position: relative;
    overflow: hidden
}

.qodef-banner.qodef-layout--simple-boxed .qodef-m-image img {
    transform: scale(1.1) translateX(0);
    transition: transform .6s ease-in-out
}

.qodef-banner.qodef-layout--simple-boxed.qodef--hover .qodef-m-image img {
    transform: scale(1.1) translateX(2%)
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Kanit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 13px 60px 11px
}

.qodef-button.qodef-size--small {
    padding: 10px 40px 8px
}

.qodef-button.qodef-size--large {
    padding: 16px 80px 14px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 13px 20px 11px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: var(--qode-main-color);
    border: 2px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-main-color);
    background-color: transparent;
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 2px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    color: #000;
    background-color: transparent !important;
    border: 0 !important
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    position: relative;
    overflow: hidden
}

.qodef-button.qodef-layout--textual .qodef-m-text:after,
.qodef-button.qodef-layout--textual .qodef-m-text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    background-color: currentColor;
    transition: transform .4s cubic-bezier(.31, .29, .05, .96)
}

.qodef-button.qodef-layout--textual .qodef-m-text:before {
    left: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text:after {
    left: -100%;
    transition-delay: .3s
}

.qodef-button.qodef-layout--textual:hover {
    color: #000
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text:after,
.qodef-button.qodef-layout--textual:hover .qodef-m-text:before {
    transform: translateX(100%)
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-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 !important
}

.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: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 50px;
    line-height: 1.08em
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 50px;
    line-height: 1.08em
}

.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_paulhair_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-custom-font.qodef-has-appear span {
    display: inline-block;
    -webkit-clip-path: inset(-10% 110% -10% -10%);
    clip-path: inset(-10% 110% -10% -10%);
    transition: -webkit-clip-path 1s linear;
    transition: clip-path 1s linear;
    transition: clip-path 1s linear, -webkit-clip-path 1s linear
}

.qodef-custom-font.qodef-has-appear.qodef--appeared span {
    -webkit-clip-path: inset(-10% -10% -10% -10%);
    clip-path: inset(-10% -10% -10% -10%)
}

.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: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 60px;
    line-height: 1.06667em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 1.1em;
    color: #fff;
    background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 16px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_paulhair_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_paulhair_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_paulhair_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: 21px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.qodef-icon-holder a {
    display: block
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: #000
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_paulhair_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_paulhair_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_paulhair_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_paulhair_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery .qodef-image-wrapper a {
    position: relative;
    display: block
}

.qodef-image-gallery .qodef-image-wrapper a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    opacity: 0;
    transition: opacity .6s ease-out
}

.qodef-image-gallery .qodef-image-wrapper a:hover:after {
    opacity: 1
}

.qodef-image-gallery.qodef-image-shadow--enabled .qodef-image-wrapper img {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .16)
}

.qodef-image-gallery.qodef-swiper-container.qodef-image-shadow--enabled .qodef-image-wrapper {
    padding: 6px 6px 6px 6px
}

.qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover !important
}

.qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }
    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }
    100% {
        transform: translateX(0) translateZ(0)
    }
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    transform: translateY(0);
    transition: transform .6s ease
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    margin: 23px 0 0
}

.qodef-image-with-text .qodef-m-text {
    margin: 6px 0 0
}

.qodef-image-with-text.qodef-image-shadow--enabled .qodef-m-image img {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.qodef-image-with-text.qodef--hover .qodef-m-image {
    transform: translateY(-10px)
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured .qodef-m-inner {
    background-color: #000
}

.qodef-pricing-table.qodef-status--featured .qodef-m-price {
    position: relative;
    top: -1px
}

.qodef-pricing-table.qodef-status--featured .qodef-m-price .qodef-m-price-wrapper {
    background-color: #fff;
    color: #000
}

.qodef-pricing-table.qodef-status--featured .qodef-m-content>*,
.qodef-pricing-table.qodef-status--featured .qodef-m-subtitle>*,
.qodef-pricing-table.qodef-status--featured .qodef-m-title>* {
    color: #fff
}

.qodef-pricing-table.qodef-status--featured .qodef-m-button .qodef-button.qodef-layout--textual {
    color: #fff
}

.qodef-pricing-table .qodef-m-inner {
    padding: 0 30px 86px;
    border: 1px solid #000
}

.qodef-pricing-table .qodef-m-title>* {
    margin: 35px 0 0;
    color: #000
}

.qodef-pricing-table .qodef-m-subtitle p {
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    font-family: Kanit, sans-serif;
    font-size: 11px;
    line-height: 1.72727em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #000
}

.qodef-pricing-table .qodef-m-price {
    margin: 0
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    background-color: #000;
    width: 118px;
    height: 79px;
    margin: 0 auto;
    color: #fff
}

.qodef-pricing-table .qodef-m-content {
    margin: 17px 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: 33px 0 0
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 30px;
    line-height: 1.13333em
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-tagline {
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    font-family: Kanit, sans-serif;
    font-size: 11px;
    line-height: 1.72727em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #000;
    margin: 0 0 6px
}

.qodef-section-title .qodef-m-text {
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 27px
}

.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 #e1e1e1;
    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
}

.qodef-separator.qodef-enabled-specific {
    display: none
}

@media only screen and (max-width:1440px) {
    .qodef-separator.qodef-enabled-on--1440 {
        display: block
    }
}

@media only screen and (max-width:1366px) {
    .qodef-separator.qodef-enabled-on--1366 {
        display: block
    }
}

@media only screen and (max-width:1280px) {
    .qodef-separator.qodef-enabled-on--1280 {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-enabled-on--1024 {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-enabled-on--768 {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-enabled-on--680 {
        display: block
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-enabled-on--480 {
        display: block
    }
}

@media only screen and (max-width:1440px) {
    .qodef-separator.qodef-disabled--1440 {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .qodef-separator.qodef-disabled--1366 {
        display: none
    }
}

@media only screen and (max-width:1280px) {
    .qodef-separator.qodef-disabled--1280 {
        display: none
    }
}

@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_paulhair_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_paulhair_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_paulhair_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: inline-block
}

.qodef-single-image.qodef-image-hover--grayscale-to-color .qodef-m-image img {
    filter: grayscale(100%);
    transition: all .2s ease-out
}

.qodef-single-image.qodef-image-hover--grayscale-to-color .qodef-m-image:hover img {
    filter: none
}

.qodef-single-image.qodef-image-hover--transparent-to-opaque .qodef-m-image {
    opacity: .5;
    transition: all .2s ease-out
}

.qodef-single-image.qodef-image-hover--transparent-to-opaque .qodef-m-image:hover {
    opacity: 1 !important
}

.qodef-single-image.qodef-image-alignment--left {
    text-align: left
}

.qodef-single-image.qodef-image-alignment--center {
    text-align: center
}

.qodef-single-image.qodef-image-alignment--right {
    text-align: right
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 50px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    position: relative;
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-size: 20px;
    line-height: 1.2em;
    display: block;
    padding: 0;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.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: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-origin: left;
    transform: scaleX(1)
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #e1e1e1
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: Kanit, sans-serif;
    font-size: 105px;
    font-weight: 400;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 40px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee .qodef-m-text-1 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-2 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-3 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-main-color);
    position: relative
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124px;
    height: 124px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:680px) {
    .qodef-video-button .qodef-m-play {
        width: 70px;
        height: 70px
    }
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
    --qodef-color: var(--qode-main-color);
    --qodef-background-color: #fff;
    --qodef-stroke-color: #fff
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg {
    display: block;
    width: 100%;
    height: auto
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg rect {
    fill: var(--qodef-background-color);
    stroke-width: 2px;
    stroke: var(--qodef-stroke-color);
    transition: .3s ease-in-out
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg path {
    fill: var(--qodef-color);
    stroke: none;
    transition: .3s ease-in-out
}

.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner {
    --qodef-color: #fff;
    --qodef-background-color: transparent
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    min-height: 100%;
    padding: 167px 84px 35px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 0 3px 6px 0 #0000001a
}

.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: 39px;
    right: 50px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 72px
}

.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: baseline
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px 0 0;
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 20px;
    line-height: 1.2em
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    padding: 0;
    margin: 0
}

.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--list.qodef-boxed-layout--enabled li {
    margin-right: 10px
}

.qodef-social-share.qodef-layout--list.qodef-boxed-layout--enabled li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--list.qodef-boxed-layout--enabled li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-social-share.qodef-layout--list.qodef-boxed-layout--enabled li a:hover {
    color: var(--qode-main-color);
    background-color: transparent
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li a {
    font-size: 20px
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #fff
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #fff
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #fff
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--paulhair {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path 1s ease;
    transition: clip-path 1s ease;
    transition: clip-path 1s ease, -webkit-clip-path 1s ease
}

#qodef-page-spinner.qodef-layout--paulhair.qodef--end {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

#qodef-page-spinner.qodef-layout--paulhair .qodef-m-spinner {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

#qodef-page-spinner.qodef-layout--paulhair .qodef-m-paulhair-logo {
    position: relative;
    width: 160px
}

#qodef-page-spinner.qodef-layout--paulhair .qodef-m-paulhair-panel {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

#qodef-page-spinner.qodef-layout--paulhair .qodef-m-paulhair-panel:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-clip-path 1s ease;
    transition: clip-path 1s ease;
    transition: clip-path 1s ease, -webkit-clip-path 1s ease
}

#qodef-page-spinner.qodef-layout--paulhair .qodef-m-paulhair-panel:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffdbe9;
    transition: -webkit-clip-path 1s ease;
    transition: clip-path 1s ease;
    transition: clip-path 1s ease, -webkit-clip-path 1s ease
}

#qodef-page-spinner.qodef-layout--paulhair .qodef-m-paulhair-panel.qodef--start {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#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: Kanit, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out;
    background-color: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #000
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #fafafa;
    background-size: cover;
    padding: 40px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 30px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 28px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 1px 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 13px
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 50px
}

.qodef-page-title .qodef-breadcrumbs {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 20px;
    line-height: 1.2em
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    position: relative
}

.qodef-page-title .qodef-breadcrumbs a span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31, .29, .05, .96)
}

.qodef-page-title .qodef-breadcrumbs a:hover span:after {
    transform-origin: left;
    transform: scaleX(1)
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 9px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '|'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 10px
}

.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-holder {
    margin-bottom: 21px;
    display: inline-block;
    padding: 25px 45px;
    background-color: #ffdbe9
}

@media only screen and (max-width:680px) {
    .widget.qodef-author-info .qodef-author-info-image-holder {
        width: 100%
    }
}

.widget.qodef-author-info .qodef-author-info-image {
    display: block;
    position: relative;
    padding: 22px 22px 60px;
    background-color: #fff
}

.widget.qodef-author-info .qodef-author-info-image img:not(.qodef-author-info-additional-image) {
    width: 232px
}

@media only screen and (max-width:1024px) {
    .widget.qodef-author-info .qodef-author-info-image img:not(.qodef-author-info-additional-image) {
        width: 138px
    }
}

@media only screen and (max-width:680px) {
    .widget.qodef-author-info .qodef-author-info-image img:not(.qodef-author-info-additional-image) {
        width: 100%
    }
}

.widget.qodef-author-info .qodef-author-info-additional-image {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.widget.qodef-author-info .qodef-author-info-description,
.widget.qodef-author-info .qodef-author-info-name,
.widget.qodef-author-info .qodef-author-info-position {
    max-width: 366px
}

@media only screen and (max-width:1024px) {
    .widget.qodef-author-info .qodef-author-info-description,
    .widget.qodef-author-info .qodef-author-info-name,
    .widget.qodef-author-info .qodef-author-info-position {
        max-width: 272px
    }
}

@media only screen and (max-width:680px) {
    .widget.qodef-author-info .qodef-author-info-description,
    .widget.qodef-author-info .qodef-author-info-name,
    .widget.qodef-author-info .qodef-author-info-position {
        max-width: none
    }
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0
}

.widget.qodef-author-info .qodef-author-info-position {
    margin: 6px 0 0;
    font-size: 18px;
    line-height: 27px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 13px 0 0
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget_paulhair_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_paulhair_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_paulhair_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_paulhair_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_paulhair_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_paulhair_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_paulhair_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_paulhair_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_paulhair_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_paulhair_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_paulhair_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_paulhair_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_paulhair_core_svg_icon .qodef-m-text {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
    font-size: 30px;
    line-height: 1.13333em
}

.qodef-weather-widget .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-weather-widget .qodef-m-weather {
    margin-right: 20px;
    flex-shrink: 0
}

.qodef-weather-widget .qodef-m-weather-icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-m-weather-icon:before {
    content: ''
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before {
    content: "\f75f"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before {
    content: "\f2dc"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
    content: "\f0e7"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before {
    content: "\f73d"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before {
    content: "\f740"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
    content: "\f0c2"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before {
    content: "\f6c4"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
    content: "\f185"
}

.qodef-weather-widget .qodef-m-temperature {
    font-size: 25px
}

.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after {
    content: '-'
}

.qodef-weather-widget .qodef-m-weather-info p {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading {
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-e-heading>* {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading-description {
    margin-top: 10px
}

.qodef-weather-widget .qodef-m-other-days {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
    flex-direction: column
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
    padding: 0 10px
}

.qodef-weather-widget .qodef-m-weather-icon {
    color: var(--qode-main-color)
}

.qodef-weather-widget .qodef-e-heading-description {
    color: var(--qode-main-color)
}

#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
    color: #fff
}

#qodef-side-area .qodef-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-side-area .qodef-weather-widget .qodef-e-heading-city {
    color: #fff
}

.qodef-wishlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-wishlist .qodef-m-link {
    line-height: 1
}

.qodef-wishlist .qodef-m-link.qodef--added {
    color: var(--qode-main-color)
}

.qodef-wishlist .qodef-m-link.qodef--added i {
    font-weight: 900
}

.qodef-wishlist .qodef-m-response {
    position: absolute;
    top: -6px;
    bottom: auto;
    right: -6px;
    left: auto;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity .2s ease
}

.qodef-wishlist .qodef-m-response.qodef--show {
    opacity: 1;
    visibility: visible
}

.qodef-wishlist-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: 0 10px
}

.qodef-wishlist-dropdown .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-link>* {
    margin: 0;
    line-height: 1
}

.qodef-wishlist-dropdown .qodef-m-link {
    color: #000
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
    color: #fff
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    flex-shrink: 0;
    margin-right: 2px;
    font-size: 18px
}

.qodef-wishlist-dropdown .qodef-m-link-icon:before {
    display: block;
    line-height: inherit
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-main-color)
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: #fff
}

.qodef-wishlist-dropdown .qodef-m-link-count {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-size: 30px;
    line-height: 1.13333em
}

.qodef-wishlist-dropdown .qodef-m-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 266px;
    padding: 25px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all .35s cubic-bezier(.53, .01, .18, 1)
}

.qodef-wishlist-dropdown .qodef-m-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 25px
}

.qodef-wishlist-dropdown .qodef-m-item:last-child {
    margin-bottom: 0
}

.qodef-wishlist-dropdown .qodef-e-image-link {
    flex-shrink: 0;
    max-width: 60px;
    margin-right: 15px
}

.qodef-wishlist-dropdown .qodef-e-image-link img {
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

.qodef-wishlist-dropdown .qodef-e-title {
    margin: 0
}

.qodef-wishlist-dropdown .qodef-e-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    z-index: 3
}

.qodef-wishlist-dropdown .qodef-e-remove * {
    display: block;
    line-height: inherit
}

.qodef-wishlist-dropdown .qodef-e-remove :before {
    display: block;
    line-height: inherit
}

.touchevents .qodef-wishlist-dropdown {
    cursor: pointer
}

.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
    opacity: 1;
    visibility: visible
}

.qodef-working-hours-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-working-hours-list .qodef-working-hours-item {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 9px
}

.qodef-working-hours-list .qodef-working-hours-item:last-child {
    margin-bottom: 0 !important
}

.qodef-working-hours-list .qodef-e-day {
    position: relative;
    font-size: 18px;
    margin: 0
}

.qodef-working-hours-list .qodef-e-day-icon {
    position: absolute;
    top: 0;
    right: -14px;
    font-size: 8px;
    color: #000
}

.qodef-working-hours-list .qodef-e-time {
    font-size: 18px;
    margin: 0
}

.qodef-working-hours-list .qodef-e-line {
    flex-grow: 1;
    border-bottom: 1px solid #ceb2bd;
    margin: 0 5px
}

.qodef-working-hours-list .qodef-m-footer {
    position: relative;
    top: 3px;
    font-size: 14px;
    color: #000
}

.qodef-working-hours-list .qodef-m-footer-icon {
    position: relative;
    top: -7px;
    right: 0;
    font-size: 8px;
    color: #000
}

.qodef-working-hours-list.qodef-narrow-layout--enabled .qodef-working-hours-item {
    display: block
}

.qodef-working-hours-list.qodef-narrow-layout--enabled .qodef-working-hours-item .qodef-e-day,
.qodef-working-hours-list.qodef-narrow-layout--enabled .qodef-working-hours-item .qodef-e-line,
.qodef-working-hours-list.qodef-narrow-layout--enabled .qodef-working-hours-item .qodef-e-time {
    display: inline-block
}

.qodef-working-hours-list.qodef-narrow-layout--enabled .qodef-working-hours-item .qodef-e-day {
    margin-right: 4px;
    font-size: 16px
}

.qodef-working-hours-list.qodef-narrow-layout--enabled .qodef-working-hours-item .qodef-e-line {
    display: none
}

.qodef-working-hours-list.qodef-narrow-layout--enabled .qodef-working-hours-item .qodef-e-time {
    font-size: 16px
}

.qodef-working-hours-list.qodef-item-skin--light .qodef-working-hours-item .qodef-e-day,
.qodef-working-hours-list.qodef-item-skin--light .qodef-working-hours-item .qodef-e-time {
    color: #fff
}

.qodef-working-hours-list.qodef-item-skin--light .qodef-working-hours-item .qodef-e-day .qodef-e-day-icon {
    color: #fff
}

.qodef-working-hours-list.qodef-item-skin--light .qodef-working-hours-item .qodef-e-line {
    border-color: #fff
}

.qodef-working-hours-list.qodef-item-skin--light .qodef-m-footer {
    color: #fff
}

.qodef-working-hours-list.qodef-item-skin--light .qodef-m-footer .qodef-m-footer-icon {
    color: #fff
}

@media only screen and (max-width:680px) {
    #qodef-age-verification-modal .qodef-m-content {
        min-width: auto
    }
    #qodef-age-verification-modal .qodef-m-content-note {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 200px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-background-text.qodef-background-text-disabled-on-mobile-devices--yes .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-image {
        margin-right: 0
    }
    #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-top-area {
        display: none
    }
}

@media (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
        --qode-columns-gap: 60px
    }
    .qodef-twitter-list.qodef-gutter--gigantic .ctf-tweets {
        --qode-columns-gap: 80px
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 18px
    }
    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
        margin-top: 46px
    }
    .qodef-portfolio-single .qodef-variations--big .qodef-e-content {
        margin-top: 48px
    }
    .qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-col--content {
        padding-right: 0
    }
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 6px
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 23px
    }
    .qodef-portfolio-single .qodef-variations--big .qodef-e-content {
        margin-top: 53px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-reservation-form .qodef-holder--field {
        flex-basis: 49%;
        margin-bottom: 10px
    }
    .qodef-holder--label {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-reservation-form .qodef-holder--field {
        flex-basis: 100%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }
    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width: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:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display: none
    }
    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

@media only screen and (max-width: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:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}