html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0;
    background-color: #1b2833;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

.mobile_menu_open,.mobile_menu_open body {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

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

.menu.menu-inline li {
    display: inline-block
}

.menu-shortcuts {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-shortcuts li {
    display: inline-block
}

.menu-shortcuts li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-color: rgba(255,255,255,.1);
    border-radius: 40px;
    margin-right: 10px;
    margin-bottom: 10px
}

.menu-shortcuts li a:hover {
    background-color: rgba(255,255,255,.15)
}

p {
    margin-top: 0;
    margin-bottom: 20px
}

a {
    color: #334054;
    text-decoration: underline;
    transition: all .3s ease
}

a:hover {
    color: #c43026;
    text-decoration: none
}

b,strong,.font-bold,.font-bold a {
    font-weight: 600 !important
}

select {
    -webkit-appearance: none
}

select,input,textarea {
    border: 1px solid #dfe6ee !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px !important
}

h1,h2,h3,h4,h5 {
    color: #334054;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px
}

.title-xl,h1 {
    font-size: 45px
}

.title-large,h2 {
    font-size: 28px
}

.title-medium,h3 {
    font-size: 28px
}

.title-small,h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

.title-special {
    color: #b0c0cd
}

.title-special i {
    color: #e3ab42;
    font-style: normal
}

.color-alternate,.color-alternate a {
    color: #c4cad0 !important
}

.color-yellow,.color-yellow a {
    color: #e3ab42 !important
}

.bg-light,.woocommerce-page,.specialists_overview {
    background-color: #f3f9ff !important;
    color: #3c5062
}

.bg-alternate {
    color: #fff !important;
    background-color: #1b3144 !important
}

.bg-alternate-2 {
    color: #fff !important;
    background-color: #1b2833 !important
}

.border-radius {
    border-radius: 10px
}

.border-top {
    border-top: 1px solid #323e48
}

.border-bottom {
    border-bottom: 1px solid #323e48
}

.container {
    width: auto;
    max-width: 1320px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.social_menu {
    display: flex;
    justify-content: center;
    grid-column-gap: 5px
}

.social_menu .icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    color: #cecfd0;
    background-color: #162029
}

.social_menu .icon:hover {
    color: #e3ab42
}

#button_mobile_menu {
    margin: 0 5px;
    position: relative;
    z-index: 990;
    cursor: pointer;
    transition: all .3s ease
}

#button_mobile_menu.active {
    z-index: 1100
}

.hamburger_menu .stroke {
    display: block;
    height: 3px;
    background-color: #212258;
    border-radius: 5px;
    margin: 6px auto;
    width: 30px;
    transition: .3s
}

#area_header.transparent .hamburger_menu .stroke {
    background-color: #fff
}

#area_header.transparent.fixed .hamburger_menu .stroke,.mobile_menu_open #area_header.transparent .hamburger_menu .stroke {
    background-color: #212258
}

.mobile_menu_open #button_mobile_menu .hamburger_menu .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px,5px);
    transform: rotate(-45deg) translate(-5px,5px)
}

.mobile_menu_open #button_mobile_menu .hamburger_menu .bar2 {
    opacity: 0
}

.mobile_menu_open #button_mobile_menu .hamburger_menu .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px,-8px);
    transform: rotate(45deg) translate(-8px,-8px)
}

#mobile_menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    left: calc(-100vw - 20px);
    top: 0;
    z-index: 999;
    background-color: #f3f9ff;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 0px 20px 0px hsl(239deg 45% 24%/10%);
    box-shadow: 0px 0px 20px 0px hsl(239deg 45% 24%/10%)
}

.mobile_menu_open #mobile_menu {
    left: 0
}

#mobile_menu>.inner {
    display: block;
    padding: 120px 0 70px;
    width: 100%;
    min-height: 100%
}

.menu_hidden {
    display: none!important
}

#mobile_menu .inner .menu li {
    position: relative;
    border-top: 1px solid rgba(52,65,84,.1)
}

#mobile_menu .inner .menu li:first-child {
    border-top: 0
}

#mobile_menu .inner .menu li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px 25px
}

#mobile_menu .inner .menu li.menu-item-has-children .collapse {
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    height: 70px;
    line-height: 70px;
    text-align: right;
    padding: 0 20px
}

#mobile_menu .inner .menu li.menu-item-has-children .collapse .icon {
    font-size: 20px;
    color: rgba(52,65,84,.7);
    transition: all .3s ease
}

#mobile_menu .inner .menu li.menu-item-has-children.open .collapse .icon {
    transform: rotate(90deg)
}

#mobile_menu .inner .menu li .sub-menu {
    list-style: none;
    display: none
}

#mobile_menu .inner .menu li.open .sub-menu {
    display: block
}

#mobile_menu .inner .menu li ul.sub-menu li a {
    color: #334054 !important;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0 3px;
    margin-bottom: 5px;
    font-weight: 400
}

#mobile_menu .inner .menu li .sub-menu .column.menu,#mobile_menu .inner .menu li ul.sub-menu {
    position: relative;
    padding: 0 40px 20px 50px
}

#mobile_menu .inner .menu li .sub-menu .column.menu .icon {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0
}

#mobile_menu .inner .menu li .sub-menu .column.menu .title {
    font-weight: 700;
    font-size: 13px
}

#mobile_menu .inner .menu li .sub-menu .column.menu ul.menu {
    margin-bottom: 20px
}

#mobile_menu .inner .menu li .sub-menu .column.menu ul.menu li a {
    color: #334054 !important;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 0 3px
}

#mobile_menu .inner .mega_menu_wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px hsl(239deg 45% 24%/10%);
    box-shadow: 0px 0px 20px 0px hsl(239deg 45% 24%/10%)
}

#mobile_menu .inner .mega_menu_wrapper li a {
    font-weight: 500;
    font-size: 15px;
    padding: 25px;
    display: flex
}

#mobile_menu .inner .mega_menu_wrapper li a .icon {
    color: #e3ab42;
    font-size: 22px;
    margin-right: 20px
}

#mobile_menu .inner .secondary_menu_wrapper {
    padding: 30px 0
}

#mobile_menu .inner .secondary_menu_wrapper li a {
    font-size: 14px;
    color: rgba(52,65,84,.7)
}

#mobile_menu .social_icons_wrapper {
    padding: 0 0 30px
}

#mobile_menu .social_menu .icon {
    color: #1b2833;
    background-color: rgb(22 32 41/5%)
}

#area_header {
    display: block;
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: all .5s ease
}

#area_header #header_top {
    position: relative;
    z-index: 900;
    background-color: #1b2833;
    color: #fff;
    padding: 15px 0 10px;
    border-bottom: 1px solid #323e48;
    transition: all .2s linear
}

#area_header #header_top a {
    color: #fff
}

#area_header #header_top .container {
    max-width: 1600px
}

#area_header #header_top .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#area_header #header_top .responsive_menu_trigger {
    display: block;
    padding: 5px;
    position: relative;
    z-index: 900;
    cursor: pointer;
    transition: all .3s ease
}

#area_header #header_top .responsive_menu_trigger .hamburger_menu .stroke {
    display: block;
    height: 2px;
    background-color: #cecfd0;
    margin: 5px auto;
    width: 30px;
    transition: .3s
}

.mobile_menu_open .responsive_menu_trigger .hamburger_menu .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px,5px);
    transform: rotate(-45deg) translate(-5px,5px)
}

.mobile_menu_open .responsive_menu_trigger .hamburger_menu .bar2 {
    opacity: 0
}

.mobile_menu_open .responsive_menu_trigger .hamburger_menu .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px,-5px);
    transform: rotate(45deg) translate(-5px,-5px)
}

#area_header #header_top .logo_wrapper {
    z-index: 999;
    position: relative
}

#area_header #header_top .logo_wrapper .logo {
    display: block;
    width: 100px;
    margin-bottom: -50px
}

#area_header #header_top .logo_wrapper .logo img {
    display: block;
    width: 100%;
    transition: all .2s linear
}

#area_header #header_top .primary_menu_wrapper li {
    position: relative;
    margin-left: 2vw
}

#area_header #header_top .primary_menu_wrapper li a {
    line-height: 20px;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 15px 15px 15px 35px
}

#area_header #header_top .primary_menu_wrapper li a .icon {
    position: absolute;
    left: 0;
    top: 22px;
    color: #e3ab42;
    font-size: 22px
}

#area_header #header_top .primary_menu_wrapper li a .title {
    color: #fff;
    font-weight: 600;
    font-size: 15px
}

#area_header #header_top .primary_menu_wrapper li a .title:after {
    margin-left: 8px;
    color: rgba(255,255,255,.4);
    font-size: 11px;
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    content: '\f107';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

#area_header #header_top .primary_menu_wrapper li a .description {
    color: #cecfd0;
    font-size: 12px
}

#area_header #header_top .primary_menu_wrapper li ul.sub-menu li.current_page_item>a {
    color: #c0392b
}

#area_header #header_top .primary_menu_wrapper li ul.sub-menu {
    z-index: 300;
    opacity: 0;
    top: 60px;
    left: 35px;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    width: 280px;
    margin: 0;
    border-radius: 5px;
    padding: 10px 20px 20px;
    list-style: none;
    -webkit-box-shadow: 0px 9px 20px 0px hsl(239deg 45% 24%/10%);
    box-shadow: 0px 9px 20px 0px hsl(239deg 45% 24%/10%);
    transition: all .2s
}

#area_header #header_top .primary_menu_wrapper li ul.sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -7px;
    left: 20px;
    z-index: -93
}

#area_header #header_top .primary_menu_wrapper li.menu-item-has-children:hover>ul.sub-menu {
    top: 70px;
    visibility: visible;
    opacity: 1
}

#area_header #header_top .primary_menu_wrapper li ul.sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(52,65,84,.1)
}

#area_header #header_top .primary_menu_wrapper li ul.sub-menu li:last-child {
    border-bottom: none
}

#area_header #header_top .primary_menu_wrapper li ul.sub-menu li a {
    color: #1b2833;
    font-size: 13px;
    line-height: 18px;
    display: block;
    margin: 0;
    padding: 10px 15px 7px 0;
    transition: all .2s ease-in-out
}

#area_header #header_top .primary_menu_wrapper li ul.sub-menu li a:hover {
    color: #c0392b;
    padding: 10px 10px 7px 5px
}

#area_header #header_top .primary_menu_wrapper li ul.sub-menu li {
    transition: all .1s ease-in-out
}

#area_header #header_top .primary_menu_wrapper li ul.child_hovered li {
    opacity: .7
}

#area_header #header_top .secondary_menu_wrapper {
    margin-left: auto;
    margin-right: 2vw
}

#area_header #header_top .secondary_menu_wrapper li {
    margin: 0 8px
}

#area_header #header_top .secondary_menu_wrapper li a {
    color: #cecfd0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500
}

#area_header #header_top .secondary_menu_wrapper li a:hover {
    color: #fff
}

#area_header #header_top .social_icons_wrapper {
    margin-right: 2vw
}

#area_header #header_top .social_icons_wrapper .social_menu {
    grid-column-gap: 2px
}

#area_header #header_top .social_icons_wrapper .social_menu .icon {
    color: #cecfd0;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 13px
}

#area_header #header_top .social_icons_wrapper .social_menu .icon:hover {
    color: #e3ab42
}

#area_header #header_top .right_side_wrapper {
    display: flex;
    font-size: 22px;
    color: #cecfd0
}

#area_header #header_top .right_side_wrapper .icon {
    margin-left: inherit;
    width: inherit;
    line-height: inherit
}

#area_header #header_top .search_toggle {
    margin-right: 10px;
    margin-top: 6px;
    padding: 5px;
    display: block;
    transition: all .3s ease
}

#area_header #header_top .search_toggle:hover {
    color: #fff;
    cursor: pointer
}

#area_header #header_top .cart_wrapper {
    padding: 5px;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #cecfd0
}

#area_header #header_top .cart_wrapper:hover {
    color: #fff
}

#area_header #header_top .cart_wrapper .icon_wrapper {
    position: relative
}

#area_header #header_top .cart_wrapper .icon_wrapper .count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #e3ab42;
    text-align: center;
    border-radius: 17px;
    line-height: 17px;
    width: 17px;
    height: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease
}

#area_header #header_search_wrapper {
    z-index: 700;
    background-color: #1b2833;
    position: absolute;
    color: #fff;
    right: 0;
    margin-top: -70px;
    z-index: 0;
    left: 0;
    transition: all .3s ease
}

.show_search #area_header #header_search_wrapper {
    margin-top: 0
}

#header_search_bg {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 800;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(27,40,51,.7);
    transition: all .2s ease
}

.show_search #header_search_bg {
    opacity: 1;
    visibility: visible
}

#area_header #header_search_wrapper .field_search {
    border-radius: 0;
    position: relative;
    border: none !important;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    height: 60px;
    width: calc(100% - 100px);
    color: #fff;
    font-size: 17px;
    margin-left: 100px
}

#area_header #header_search_wrapper form {
    position: relative;
    display: block
}

#area_header #header_search_wrapper form:before {
    display: block;
    position: absolute;
    left: 50px;
    top: 15px;
    font-family: "Font Awesome 6 pro";
    font-weight: 300;
    font-size: 22px;
    content: '\f002';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

#area_header #header_search_wrapper .field_search:focus {
    outline: none
}

#area_header #header_search_wrapper .field_search::placeholder {
    color: #cecfd0
}

#area_header #header_search_wrapper .field_search:-ms-input-placeholder {
    color: #cecfd0
}

#area_header #header_search_wrapper .field_search::-ms-input-placeholder {
    color: #cecfd0
}

#breadcrump_wrapper {
    border-bottom: 1px solid #323e48;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0
}

#breadcrump_wrapper.bg-light {
    border-bottom: 1px solid #dfe6ee
}

#breadcrump_wrapper .inner {
    padding: 12px 0
}

#breadcrump_wrapper a {
    color: #3c5062;
    text-decoration: none
}

#breadcrump_wrapper a:hover {
    color: #c43026
}

#breadcrump_wrapper span>span {
    margin: 0 3px
}

#breadcrump_wrapper .breadcrumb_last {
    font-weight: 500;
    font-size: 12px
}

#breadcrump_wrapper.page {
    font-size: 10px;
    color: #fff;
    background-color: #1b2833
}

#breadcrump_wrapper.page .inner {
    padding: 9px 0 9px calc(135px + 2vw)
}

#breadcrump_wrapper.page .container {
    max-width: 1600px
}

#breadcrump_wrapper.page a {
    color: #cecfd0
}

#breadcrump_wrapper.page a:hover {
    color: #fff
}

#breadcrump_wrapper.page .breadcrumb_last {
    font-size: 10px
}

#breadcrump_wrapper.page.bottom {
    color: #3c5062;
    border-top: 1px solid #dfe6ee
}

#breadcrump_wrapper.page.bottom a {
    color: #3c5062;
    text-decoration: none
}

#breadcrump_wrapper.page.bottom a:hover {
    color: #c43026
}

/*
#area_content {
    opacity: 0 !important;
    transform: translateY(-20px) !important;
    transition-property: all;
    transition-duration: 1.5s;
    transition-delay: 0s
}

.loaded #area_content {
    opacity: 1 !important;
    transform: translateY(0px) !important
}
*/
#area_content {
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    transition-property: all;
    transition-duration: .3s;
}

.loaded #area_content {
    opacity: 1 !important;
    transform: translateY(0px) !important
}

.ruler {
    height: 2px;
    background-color: rgba(0,0,0,.1);
    margin: 40px 0 50px
}

body.single-post {
    color: #fff
}

body.single-post h1,body.single-post h2,body.single-post h3,body.single-post h4,body.single-post h5 {
    color: #fff
}

.single_post_content_wrapper {
    margin: 40px 0 80px
}

.single_post_content_wrapper a {
    text-decoration: underline;
    color: #fff
}

.single_post_content_wrapper a:hover {
    opacity: .8
}

.social_share_wrapper .social_menu {
    justify-content: flex-start
}

.social_share_wrapper .social_menu .icon {
    font-size: 22px;
    background-color: transparent;
    color: #fff;
    width: inherit;
    height: inherit;
    line-height: 30px;
    margin-right: 10px
}

.social_share_wrapper .social_menu .icon:hover {
    opacity: .8;
    text-decoration: none
}

#area_footer {
    background-color: #1b2833;
    color: #fff
}

#area_footer #footer_top {
    padding: 50px 0;
    border-top: 1px solid #323e48
}

#area_footer #footer_top .footer_column_wrapper {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-column-gap: 5%;
    justify-content: space-between
}

#area_footer #footer_top .footer_column_wrapper .footer_col .title {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0
}

#area_footer #footer_top .footer_column_wrapper .footer_col .title .ico {
    color: #e3ab42;
    font-size: 22px;
    margin-right: 10px
}

#area_footer #footer_top .footer_column_wrapper .footer_col.footer_info .logo {
    text-align: center
}

#area_footer #footer_top .footer_column_wrapper .footer_col.footer_info .logo img {
    display: inline-block
}

#area_footer #footer_top .footer_column_wrapper .footer_col.footer_info .slogan {
    line-height: 20px;
    max-width: 80%;
    margin: auto;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

#area_footer #footer_top .footer_column_wrapper .footer_col.footer_info .social_menu {
    margin-top: 20px
}

#area_footer #footer_top .footer_column_wrapper .footer_col .menu {
    margin-left: 20px
}

#area_footer #footer_top .footer_column_wrapper .footer_col li {
    margin-bottom: 10px
}

#area_footer #footer_top .footer_column_wrapper .footer_col li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none
}

#area_footer #footer_top .footer_column_wrapper .footer_col li a:before {
    margin-right: 8px;
    color: rgba(255,255,255,.4);
    font-size: 11px;
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    content: '\f105';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

#area_footer #footer_top .footer_column_wrapper .footer_col li a:hover {
    color: #e3ab42
}

#area_footer #footer_top .footer_shortcuts_wrapper {
    margin-left: calc(25% + 50px);
    max-width: 700px
}

#area_footer #footer_top .footer_shortcuts_wrapper .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0
}

#area_footer #footer_bottom {
    color: #a8abad;
    padding: 20px 0 30px;
    border-top: 1px solid #323e48
}

#area_footer #footer_bottom a {
    color: #a8abad
}

#area_footer #footer_bottom a:hover {
    color: #fff
}

#area_footer #footer_bottom .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse
}

#area_footer #footer_bottom .copyright_wrapper {
    font-size: 11px;
    font-weight: 500
}

#area_footer #footer_bottom .bottom_menu_wrapper {
    margin-left: auto
}

#area_footer #footer_bottom .bottom_menu_wrapper li {
    margin: 0 5px
}

#area_footer #footer_bottom .bottom_menu_wrapper li a {
    font-weight: 500;
    font-size: 11px;
    text-decoration: none
}

.grecaptcha-badge {
    display: none !important
}

.checkbox_items {
    line-height: 18px
}

.checkbox_items label {
    font-size: 14px;
    display: flex;
    cursor: pointer;
    margin-bottom: 10px
}

.checkbox_items input {
    margin: 0 5px
}

.item_filter .total_results {
    display: none;
    color: #9fa9bd;
    font-size: 12px
}

.items_wrapper #results {
    transition: all .5s ease
}

.items_wrapper #results.show {
    opacity: 1
}

.items_wrapper .noresults {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    transition: all .3s ease
}

.items_wrapper .loading {
    text-align: center;
    padding: 100px 0
}

.items_wrapper .loading.hide {
    display: none
}

.items_wrapper .item.hide {
    display: none
}

.items_wrapper .item {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    transition: all .3s ease
}

.items_wrapper .item>div {
    float: left
}

.items_wrapper .item .item_image {
    display: block;
    border-radius: 5px;
    height: 170px;
    min-width: 170px;
    width: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.specialists_overview.map .items_wrapper .item {
    min-height: 130px
}

.specialists_overview.map .items_wrapper .item .item_image {
    height: 110px;
    min-width: 110px;
    width: 110px
}

.items_wrapper .item .right {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.specialists_overview.map .items_wrapper .item .right {
    margin-left: 20px
}

.items_wrapper .item .right .item_content_wrapper {
    margin-bottom: 10px
}

.items_wrapper .item:hover {
    transform: scale(1.02)
}

.items_wrapper .item .item_content_wrapper .item_title {
    overflow: hidden;
    height: 20px;
    font-weight: 700;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 20px;
    transition: all .3s ease
}

.items_wrapper .item:hover .item_content_wrapper .item_title {
    color: #c0392b
}

.items_wrapper .item .item_content_wrapper .item_desc {
    max-width: 500px;
    overflow: hidden;
    height: 40px;
    color: #3c5062;
    font-size: 13px;
    line-height: 20px
}

.items_wrapper .item .item_content_wrapper .item_usps {
    overflow: hidden;
    height: 24px
}

.items_wrapper .item .item_content_wrapper .item_usps ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.items_wrapper .item .item_content_wrapper .item_usps ul li {
    text-transform: capitalize;
    font-size: 12px;
    color: #222;
    position: relative;
    display: inline-block;
    padding-left: 10px
}

.items_wrapper .item .item_content_wrapper .item_usps ul li:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    height: 12px;
    width: 1px;
    background-color: #cbd8f6
}

.items_wrapper .item .item_content_wrapper .item_usps ul li:first-child {
    padding-left: 0
}

.items_wrapper .item .item_content_wrapper .item_usps ul li:first-child:before {
    display: none
}

.items_wrapper .item .item_details {
    overflow: hidden;
    line-height: 18px
}

.items_wrapper .item .item_details .detail {
    display: inline-block;
    margin-right: 5%;
    color: #e3ab42;
    font-size: 12px;
    font-weight: 500;
    max-width: 100%
}

.items_wrapper .item .extra_info {
    color: #e3ab42;
    font-size: 13px;
    font-weight: 500
}

.items_wrapper .item .item_details .detail:first-child {
    margin-left: 0
}

.items_wrapper .item .item_details .icon {
    margin-right: 5px
}

.items_wrapper.items_small .item {
    min-height: 160px;
    margin-bottom: 10px
}

.items_wrapper.items_small .item .right {
    margin-left: 30px
}

.items_wrapper.items_small .item .item_content_wrapper {
    margin-bottom: 10px
}

.items_wrapper.items_small .item .item_content_wrapper .item_title {
    margin-top: 0;
    font-size: 16px
}

.items_wrapper.items_small .item .item_image {
    height: 130px;
    min-width: 130px;
    width: 130px
}

.specialists_overview {
    min-height: 100%
}

.specialists_overview.map .container {
    max-width: inherit
}

.specialists_overview .specialists_container {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    min-height: calc(100vh - 100px)
}

.specialists_overview #list {
    width: 30%;
    margin: 40px 0;
    padding: 0 10px
}

.specialists_overview.list #list {
    width: 70%
}

.specialists_overview.map .map_container {
    display: block;
    width: 50%;
    margin: 20px 10px;
    transition: all .3s ease;
    position: relative
}

.map_container .inner {
    position: sticky;
    height: calc(100vh - 200px);
    top: 130px
}

.map_container #map {
    width: 100%;
    height: 100%
}

.specialists_overview.map .map_container .location_container {
    position: -webkit-sticky;
    position: sticky;
    top: 130px
}

.specialists_overview.list .map_container {
    display: none
}

.specialists_overview #sidebar_filter {
    width: 250px;
    padding-left: 20px;
}

.specialists_overview #sidebar_filter .inner {
    position: sticky;
    height: calc(100vh - 130px);
    top: 130px;
    overflow: auto
}

#sidebar_filter.sidebar_wrapper .item_filter {
    margin-bottom: 20px
}

#sidebar_filter.sidebar_wrapper .item_filter .title {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

#sidebar_filter.sidebar_wrapper .item_filter #adress_proximity_selector {
    font-size: 11px !important;
    width: 40%;
    margin-top: 5px
}

#sidebar_filter.sidebar_wrapper .item_filter .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.specialists_overview .responsive_navigation {
    font-size: 12px;
    transform: translate(-50%);
    position: fixed;
    background-color: #1b2833;
    border-radius: 100px;
    max-width: 70%;
    min-width: 70%;
    top: 50px;
    left: 50%;
    padding: 5px 6px;
    display: flex;
    justify-content: center
}

.specialists_overview.map .responsive_navigation {
    top: inherit;
    bottom: inherit;
    position: relative;
    background-color: transparent;
    min-width: 100%
}

.specialists_overview.map .responsive_navigation .separator {
    display: none
}

.specialists_overview .responsive_navigation .separator {
    border-left: 1px solid rgba(255,243,205,.3)
}

.specialists_overview .responsive_navigation input {
    display: none
}

.specialists_overview .responsive_navigation label,.specialists_overview .responsive_navigation button {
    width: calc(50% - 20px);
    margin: 0;
    background-color: transparent;
    text-align: center;
    outline: none;
    border: none;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer
}

.specialists_overview.map .responsive_navigation label,.specialists_overview.map .responsive_navigation button {
    width: 50%;
    margin: 3px;
    text-align: center;
    outline: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px !important
}

.specialists_overview.map .responsive_navigation label {
    background-color: rgba(0,0,0,.1);
    color: #232323;
    padding: 20px
}

.specialists_overview.map .responsive_navigation button {
    background-color: #1b2833;
    color: #fff;
    padding: 20px
}

.menu_hidden {
    display: none!important
}

.map_trigger_container .map_trigger input {
    display: none
}

.map_trigger_container {
    background-image: url(/wp-content/themes/fckruisband/images/map.png);
    background-position: center;
    background-size: cover;
    padding: 30px 20px;
    border-radius: 5px;
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.map_trigger_container:before {
    content: '';
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.map .map_trigger_container {
    background-image: none
}

.map .map_trigger_container:before {
    background-color: rgba(0,0,0,.2)
}

.map_trigger_container .map_trigger {
    display: block;
    width: 100%;
    background-color: #1b2833;
    border-radius: 5px;
    margin: 0;
    color: #fff!important;
    text-align: center;
    padding: 5px 20px;
    cursor: pointer;
    transition: all .3s ease
}

.map_trigger_container .map_trigger:hover {
    background-color: #263a49
}

.map_trigger_container .map_trigger .title {
    font-weight: 500 !important;
    font-size: 12px !important
}

.map .focused {
    border: 1px solid #295ad8;
    -webkit-box-shadow: 0 0 40px 0 rgba(40,92,212,.45);
    box-shadow: 0 0 40px 0 rgba(40,92,212,.45)
}

#sidebar_filter .content_description.read_more_active {
    max-height: 240px;
    overflow: hidden
}

#sidebar_filter .content_description.read_more_active.collapsed {
    max-height: inherit;
    overflow: inherit
}

#sidebar_filter .content_description .read_more_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    width: 100%;
    background: -moz-linear-gradient(top,rgba(244,247,253,0) 0%,rgba(244,247,253,1) 50%);
    background: -webkit-linear-gradient(top,rgba(244,247,253,0) 0%,rgba(244,247,253,1) 50%);
    background: linear-gradient(to bottom,rgba(244,247,253,0) 0%,rgba(244,247,253,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f7fd',endColorstr='#f4f7fd',GradientType=0)
}

#sidebar_filter .content_description.read_more_active.collapsed .read_more_wrapper {
    display: none
}

#sidebar_filter .content_description .read_more_wrapper .read_more_btn {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #1c2833;
    font-size: 12px;
    padding-left: 20px;
    transition: all .3s ease
}

#sidebar_filter .content_description .read_more_wrapper .read_more_btn:hover {
    text-decoration: underline
}

#sidebar_filter .content_description .read_more_wrapper .read_more_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: '\f067';
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.disable_fields input {
    opacity: .5;
    pointer-events: none
}

.content_profile .profile_header {
    color: #fff;
    background-color: #202f3c
}

.content_profile .profile_header .header-title {
    color: #fff
}

.content_profile .profile_header .header-subtitle {
    margin-bottom: 30px
}

.content_profile .profile_header .button_wrapper a {
    margin-right: 10px;
    margin-bottom: 10px
}

.content_profile .profile_header .inner {
    position: relative
}

.content_profile .profile_header .inner .header_content {
    position: relative;
    z-index: 1;
    padding: 100px 0 50px;
    transition: all 2.5s ease
}

.content_profile .breadcrump_wrapper {
    margin-bottom: 0
}

.content_profile .breadcrump_wrapper a {
    text-decoration: underline
}

.content_profile .breadcrump_wrapper a:hover {
    text-decoration: underline;
    color: #a2a9ba
}

.content_profile .breadcrump_wrapper .inner {
    display: inline-block;
    background-color: #eff3fc;
    border-radius: 5px;
    border: 1px solid #b1c3f0;
    padding: 3px 10px;
    font-size: 10px
}

.content_profile .profile_header .inner .header_content .title_wrapper .title {
    margin-bottom: 10px
}

.content_profile .profile_header .inner .header_content .subtitle {
    margin-bottom: 30px;
    max-width: 80%
}

.content_profile .profile_header .bg_wrapper .profile_image {
    z-index: 0;
    position: absolute;
    width: 50%;
    max-width: 400px;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 2.5s ease
}

.content_profile .profile_header .bg_wrapper .profile_image .image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.content_profile .profile_usp_bar {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1)
}

.content_profile .profile_usp_bar .inner {
    padding: 20px 0 35px
}

.content_profile .profile_usp_bar .inner .usp_items .item {
    position: relative;
    padding: 0 10% 0 50px
}

.content_profile .profile_usp_bar .inner .usp_items .item .icon {
    position: absolute;
    left: 0;
    color: #e3ab42;
    font-size: 32px;
    top: 8px
}

.content_profile .profile_usp_bar .inner .usp_items .item .title {
    font-size: 13px;
    line-height: 14px;
    color: #a2a9ba
}

.content_profile .profile_usp_bar .inner .usp_items .item .value {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #222
}

.content_profile .profile_main_content,.content_profile .default_content {
    padding: 40px 0
}

.content_profile .profile_main_content .content_wrapper {
    margin: 10px 0
}

.content_profile .profile_main_content .content_wrapper .user_usps {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    font-weight: 500
}

.content_profile .profile_main_content .content_wrapper .user_usps .icon {
    margin-right: 10px;
    line-height: 20px;
    color: #e3ab42
}

.content_profile .profile_main_content .content_wrapper .content_description {
    position: relative;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 50px
}

.content_profile .profile_main_content .content_wrapper .content_description h2,.content_profile .profile_main_content .content_wrapper .content_description h3,.content_profile .profile_main_content .content_wrapper .content_description h4,.content_profile .profile_main_content .content_wrapper .content_description h5 {
    padding-top: 20px;
    font-size: 24px;
    line-height: 32px
}

.content_profile .profile_main_content .content_wrapper .content_description.read_more_active {
    max-height: 350px;
    overflow: hidden
}

.content_profile .profile_main_content .content_wrapper .content_description.read_more_active.collapsed {
    max-height: inherit;
    overflow: inherit
}

.content_profile .profile_main_content .content_wrapper .content_description .read_more_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: 100%;
    background: -moz-linear-gradient(top,rgba(244,247,253,0) 0%,rgba(244,247,253,1) 50%);
    background: -webkit-linear-gradient(top,rgba(244,247,253,0) 0%,rgba(244,247,253,1) 50%);
    background: linear-gradient(to bottom,rgba(244,247,253,0) 0%,rgba(244,247,253,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f7fd',endColorstr='#f4f7fd',GradientType=0)
}

.content_profile .profile_main_content .content_wrapper .content_description.read_more_active.collapsed .read_more_wrapper {
    display: none
}

.content_profile .profile_main_content .content_wrapper .content_description .read_more_wrapper .read_more_btn {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #c43026;
    font-size: 13px;
    font-weight: 500;
    padding-left: 20px;
    transition: all .3s ease
}

.content_profile .profile_main_content .content_wrapper .content_description .read_more_wrapper .read_more_btn:hover {
    text-decoration: underline
}

.content_profile .profile_main_content .content_wrapper .content_description .read_more_wrapper .read_more_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: '\f067';
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.content_profile .profile_main_content .content_wrapper .content_video {
    border-radius: 20px;
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1)
}

.content_profile .profile_main_content .content_wrapper .content_video iframe,.content_profile .profile_main_content .content_wrapper .content_video object,.content_profile .profile_main_content .content_wrapper .content_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content_profile .profile_main_content .content_wrapper .content_quote {
    padding: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 38px
}

.content_profile .profile_main_content .sidebar_wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 130px
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_column {
    padding: 25px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1)
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_logo img {
    padding: 10px 0;
    max-width: 90%;
    max-height: 180px;
    margin: auto;
    display: block
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_information .sidebar_maps {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 20px
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_information .sidebar_adress {
    padding: 10px;
    font-size: 14px;
    line-height: 20px
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_information .sidebar_adress a {
    text-decoration: none
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_information .sidebar_adress a:hover {
    color: #c0392b
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_information .sidebar_social {
    padding: 10px
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_information .sidebar_social .social_menu {
    justify-content: flex-start
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_information .sidebar_social .social_menu .icon {
    background-color: transparent;
    width: inherit;
    height: inherit;
    line-height: inherit;
    color: #323e48;
    font-size: 22px;
    margin-right: 5px
}

.content_profile .profile_main_content .sidebar_wrapper .sidebar_company_information .sidebar_social .social_menu .icon:hover {
    color: #c0392b
}

.content_profile .profile_imagegallery {
    background-color: #fff;
    padding: 60px 0
}

.content_profile .profile_imagegallery .gallery_three_images .col_one {
    width: calc(60% - 20px);
    margin-right: 20px
}

.content_profile .profile_imagegallery .gallery_three_images .col_two {
    width: 40%
}

.content_profile .profile_imagegallery .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.content_profile .profile_imagegallery a .image {
    transition: all .3s ease
}

.content_profile .profile_imagegallery a .image:hover {
    opacity: .9
}

.content_profile .profile_imagegallery .gallery_three_images .image.one {
    width: 100%;
    height: 460px
}

.content_profile .profile_imagegallery .gallery_three_images .image.two {
    width: 100%;
    height: 220px;
    margin-bottom: 20px
}

.content_profile .profile_imagegallery .gallery_three_images .image.three {
    width: 100%;
    height: 220px
}

.content_profile .profile_imagegallery .gallery_two_images .col_one {
    width: calc(50% - 20px);
    margin-right: 20px
}

.content_profile .profile_imagegallery .gallery_two_images .col_two {
    width: 50%
}

.content_profile .profile_imagegallery .gallery_two_images .image.one {
    width: 100%;
    height: 400px
}

.content_profile .profile_imagegallery .gallery_two_images .image.two {
    width: 100%;
    height: 400px
}

.content_profile .profile_imagegallery .gallery_one_images .col_one {
    width: 50%;
    margin: auto
}

.content_profile .profile_imagegallery .gallery_one_images .image.one {
    height: 400px
}

.content_profile .profile_details {
    background-color: #f4f7fd;
    padding: 50px 0
}

.content_profile .profile_details .content_details .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.content_profile .profile_details .content_details ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.content_profile .profile_details .content_details ul li {
    font-size: 13px;
    display: block;
    margin-bottom: 5px
}

#specialist_filter_mobile {
    color: #1b2833;
    padding: 0 20px
}

.content-block {
    padding-top: 70px !important;
    padding-bottom: 90px !important
}

.content-block-large {
    padding-top: 110px !important;
    padding-bottom: 130px !important
}

.content-block-small {
    padding-top: 40px !important;
    padding-bottom: 60px !important
}

.wpb_single_image img {
    border-radius: 10px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 38px !important
}

.button-primary button,.button-primary a,.wpcf7-submit {
    display: inline-block;
    text-align: center;
    border-radius: 5px !important;
    font-weight: 600 !important;
    border: 1px solid #bf392b !important;
    background-color: #bf392b !important;
    color: #fff !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    border-radius: 5px !important;
    background-image: inherit !important;
    background-repeat: inherit !important;
    background-size: inherit !important;
    background-position: inherit !important;
    text-decoration: none;
    text-align: center !important;
    transition: all .3s ease
}

.button-primary button:hover,.button-primary a:hover,.wpcf7-submit:hover {
    text-decoration: none;
    background-color: #d83c31 !important
}

.vc_btn3-container {
    margin-bottom: 20px !important
}

.vc_btn3-container.vc_btn3-inline {
    margin-right: 20px
}

.vc_btn3.vc_btn3-size-md {
    font-size: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    min-width: 180px
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 15px !important;
    padding-left: 30px !important;
    padding-right: 32px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    min-width: 220px
}

.vc_btn3.vc_btn3-size-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-width: 120px
}

.button-outline button,.button-outline a,.vc_grid-btn-load_more a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 5px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,.5) !important;
    color: rgba(255,255,255,.8) !important;
    background-image: inherit !important;
    background-repeat: inherit !important;
    background-size: inherit !important;
    background-position: inherit !important
}

.button-outline button:hover,.button-outline a:hover,.vc_grid-btn-load_more a:hover {
    text-decoration: none;
    border-color: rgba(255,255,255,1) !important;
    color: rgba(255,255,255,1) !important
}

.button-text button,.button-text a {
    background-image: inherit !important;
    background-repeat: inherit !important;
    background-size: inherit !important;
    background-position: inherit !important;
    font-weight: 600 !important;
    color: #c0392b !important;
    background-color: transparent !important;
    border: 0 !important;
    min-width: inherit !important
}

.button-text .vc_btn3 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.button-text button:hover,.button-text a:hover {
    color: #334054 !important
}

.button-shortcut {
    margin-right: 15px !important;
    margin-bottom: 15px !important
}

.button-shortcut a {
    display: inline-block;
    font-size: 15px !important;
    color: #1b2833 !important;
    font-weight: 400 !important;
    border-radius: 40px !important;
    background-color: #e8eef5 !important;
    background-image: inherit !important;
    background-repeat: inherit !important;
    background-size: inherit !important;
    background-position: inherit !important;
    min-width: inherit !important;
    border: 1px solid rgb(27 40 51/10%) !important
}

.button-shortcut a:hover {
    background-color: #dce4ed !important
}

.button-shortcut .vc_btn3.vc_btn3-size-md {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important
}

#content-header {
    background-color: #1b2833;
    padding-top: 120px !important;
    padding-bottom: 80px !important
}

#content-header.header-small {
    padding-top: 100px !important;
    padding-bottom: 50px !important
}

#content-header.header-large {
    padding-top: 150px !important;
    padding-bottom: 100px !important
}

#content-header.header-overlay {
    position: relative;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat
}

#content-header.header-overlay .vc_row,#content-header .content {
    position: relative;
    z-index: 10
}

#content-header.header-overlay:after {
    position: absolute;
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    visibility: visible !important;
    background: -moz-linear-gradient(45deg,rgba(41,52,68,.9) 10%,rgba(41,52,68,.5) 100%);
    background: -webkit-linear-gradient(45deg,rgba(41,52,68,.9) 10%,rgba(41,52,68,.5) 100%);
    background: linear-gradient(45deg,rgba(41,52,68,.9) 10%,rgba(41,52,68,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6293444',endColorstr='#80293444',GradientType=1)
}

#content-header .header-title {
    line-height: 1.2;
    color: #fff !important;
    margin-bottom: 20px
}

#content-header .header-subtitle {
    color: #fff !important;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px
}

.header_searchform input[type=text] {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px !important
}

.ult-carousel-wrapper .slick-dots {
    padding-top: 30px
}

.ult-carousel-wrapper .slick-dots li {
    margin: 0
}

.carousel-partners .slick-slide img {
    border-radius: 5px
}

.widget_tag_cloud .widgettitle {
    display: none !important
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 11px !important;
    color: #fff !important;
    text-decoration: none;
    padding: 2px 15px;
    line-height: 18px;
    background-color: rgba(255,255,255,.1);
    border-radius: 40px;
    margin-right: 10px;
    margin-bottom: 3px
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: rgba(255,255,255,.15)
}

.content-shortcut .vc_column-inner {
    background-color: #fff;
    border-radius: 5px;
    color: #3c5062;
    font-size: 13px;
    line-height: 20px;
    padding: 15px !important
}

.content-shortcut .image img {
    border-radius: 5px
}

.content-shortcut .title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px
}

.content-shortcut .txt {
    margin-bottom: 10px;
    color: #566e84;
    line-height: 22px
}

.content-shortcut .vc_btn3-container {
    margin-bottom: 0 !important
}

.element-shortcut {
    padding: 30px 30px 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1)
}

.element-shortcut .aio-icon-left {
    vertical-align: middle !important;
    padding: 0 30px
}

.element-shortcut .aio-icon-description {
    font-size: 13px;
    color: #3c5062;
    line-height: 22px
}

.element-shortcut .aio-icon-read {
    margin-top: 10px;
    font-weight: 600 !important;
    color: #c0392b !important;
    font-size: 14px
}

.element-shortcut .aio-icon-read:hover {
    color: #334054 !important
}

.social_share_wrapper {
    border-top: 1px solid #323e48;
    padding: 40px 0 60px
}

.social_share_wrapper .title {
    margin-bottom: 10px;
    font-size: 16px
}

.content-cta-block {
    position: relative
}

.content-cta-block .ult-content-box {
    position: relative;
    padding: 50px 60px 30px 50px
}

.content-cta-block .ult-content-box>* {
    position: relative;
    z-index: 1
}

.content-cta-block .ult-content-box .title {
    max-width: 80%
}

.content-cta-block:after {
    position: absolute;
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    visibility: visible !important
}

.content-cta-block.primary {
    background-color: #334054
}

.content-cta-block.primary:after {
    background: -moz-linear-gradient(left,rgba(51,64,84,1) 55%,rgba(51,64,84,.1) 100%);
    background: -webkit-linear-gradient(left,rgba(51,64,84,1) 55%,rgba(51,64,84,.1) 100%);
    background: linear-gradient(to right,rgba(51,64,84,1) 55%,rgba(51,64,84,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#334054',endColorstr='#1a334054',GradientType=1)
}

.content-cta-block.secondary {
    background-color: #f5efee
}

.content-cta-block.secondary:after {
    background: -moz-linear-gradient(left,rgba(245,239,238,1) 55%,rgba(245,239,238,.1) 100%);
    background: -webkit-linear-gradient(left,rgba(245,239,238,1) 55%,rgba(245,239,238,.1) 100%);
    background: linear-gradient(to right,rgba(245,239,238,1) 55%,rgba(245,239,238,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5efee',endColorstr='#1af5efee',GradientType=1)
}

.content-cta-block.yellow {
    background-color: #d08c0c
}

.content-cta-block.yellow:after {
    background: -moz-linear-gradient(left,rgba(208,140,12,1) 55%,rgba(208,140,12,.1) 100%);
    background: -webkit-linear-gradient(left,rgba(208,140,12,1) 55%,rgba(208,140,12,.1) 100%);
    background: linear-gradient(to right,rgba(208,140,12,1) 55%,rgba(208,140,12,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d08c0c',endColorstr='#1ad08c0c',GradientType=1)
}

.content-shortcut-block {
    padding: 30px;
    margin: 10px;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(21,81,103,.05);
    box-shadow: 0 3px 3px 0 rgba(21,81,103,.05)
}

.content-shortcut-block img {
    max-height: 30px;
    width: auto
}

.woocommerce-category-shortcuts ul.products li.product {
    margin-bottom: 20px
}

.woocommerce-category-shortcuts ul.products li.product a img {
    max-height: 200px;
    object-fit: cover
}

.content-category-icon-shortcuts .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.content-category-icon-shortcuts .icon-shortcut {
    margin: 20px 2%
}

.content-category-icon-shortcuts .icon-shortcut .aio-icon-header {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 700
}

.cq-accordion {
    color: #334054 !important
}

.cq-accordion>ul {
    list-style: none !important
}

.cq-accordion>ul>li>i {
    margin-right: 10px
}

.cq-accordion>ul>li>i:before,.cq-accordion>ul>li>i:after {
    background-color: #f7b538 !important
}

.cq-accordion>ul>li {
    border-top: 1px solid rgba(52,65,84,.2) !important
}

.cq-accordion>ul>li:first-child {
    border-top: 0 !important
}

.cq-accordion>ul>li>h3,.cq-accordion>ul>li>h4 {
    font-weight: 700;
    font-size: 16px !important;
    color: #334054 !important;
    padding-right: 40px
}

.cq-accordion div.accordion-content {
    color: #334054 !important;
    letter-spacing: 0 !important
}

.cq-accordion div.accordion-content ul {
    list-style: disc;
    padding: 20px;
    margin: inherit
}

.cq-accordion div.accordion-content ul li {
    border: inherit
}

.post-grid-item {
    position: relative;
    padding: 10px 40px 0 10px;
    background-size: 120% !important;
    transition: all .5s ease
}

.post-grid-item:hover {
    background-size: 130% !important
}

.post-grid-item:after {
    position: absolute;
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    visibility: visible !important;
    background: -moz-linear-gradient(top,rgba(27,40,51,.3) 0%,rgba(27,40,51,.3) 1%,rgba(27,40,51,.7) 100%);
    background: -webkit-linear-gradient(top,rgba(27,40,51,.3) 0%,rgba(27,40,51,.3) 1%,rgba(27,40,51,.7) 100%);
    background: linear-gradient(to bottom,rgba(27,40,51,.3) 0%,rgba(27,40,51,.3) 1%,rgba(27,40,51,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b2833',endColorstr='#b31b2833',GradientType=0)
}

.post-grid-item>* {
    position: relative !important;
    z-index: 1 !important
}

.post-grid-item .title {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

.post-grid-item .vc-zone-link {
    position: absolute !important;
    z-index: 5 !important
}

.post-category-wpb-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.cpcfwpbpb-articles-2 .cpcfwpbpb-article {
    border-radius: 5px;
    overflow: hidden
}

.cpcfwpbpb-articles-2 .cpcfwpbpb-article a {
    text-decoration: none
}

.cpcfwpbpb-articles-2 .cpcfwpbpb-article .cpcfwpbpb-container .cpcfwpbpb-entry-meta {
    display: none
}

.archive-post-bvb-inner {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.archive-post-bvb-inner:after {
    position: absolute;
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    visibility: visible !important;
    background: -moz-linear-gradient(top,rgba(27,40,51,.3) 0%,rgba(27,40,51,.3) 1%,rgba(27,40,51,.7) 100%);
    background: -webkit-linear-gradient(top,rgba(27,40,51,.3) 0%,rgba(27,40,51,.3) 1%,rgba(27,40,51,.7) 100%);
    background: linear-gradient(to bottom,rgba(27,40,51,.3) 0%,rgba(27,40,51,.3) 1%,rgba(27,40,51,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b2833',endColorstr='#b31b2833',GradientType=0)
}

.archive-post-bvb-inner .post-categories-wpb-boxed-text {
    position: absolute !important;
    padding: 20px !important;
    text-align: left !important;
    z-index: 5;
    bottom: 0
}

.archive-post-bvb-inner .archive-post-cat-wpb-title,.archive-post-bvb-inner .archive-post-cat-wpb-title a {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important
}

.archive-post-bvb-inner .post-categories-wpb-is-divider {
    display: none !important
}

.archive-post-bvb-inner .archive-post-bvb-image-cover {
    padding-top: 65% !important
}

.archive-post-bvb-inner .archive-post-bvb-image-cover img {
    transition: all .5s ease
}

.archive-post-bvb-inner:hover .archive-post-bvb-image-cover img {
    scale: 1.1
}

.archive-post-bvb-inner a.archive-post-link-plain {
    z-index: 6 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.widget_wrapper .wp-block-categories {
    margin: 0;
    padding: 0;
    list-style: none
}

.bapf_sfilter ul li {
    font-size: 14px !important;
    line-height: 30px !important
}

.bapf_sfilter ul li label {
    margin-bottom: 0 !important
}

.bapf_ckbox_sqchck input[type=checkbox] {
    border-radius: 5px;
    margin-right: 10px !important;
    border-color: #67747f !important
}

.woocommerce_page_plp {
    padding: 30px 0;
    display: flex
}

.woocommerce_page_plp .shop_sidebar_wrapper {
    width: 250px;
    margin-right: 70px;
    margin-top: 30px
}

.shop_sidebar_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.shop_sidebar_wrapper ul li a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    color: #1b2833;
    text-decoration: none;
    padding: 5px 15px;
    line-height: 18px;
    background-color: #e7edf3;
    border-radius: 40px;
    margin-right: 10px;
    margin-bottom: 3px
}

.shop_sidebar_wrapper ul li a:hover {
    background-color: #d1dae3
}

.shop_sidebar_wrapper ul li.current-cat a {
    font-weight: 700
}

.shop_sidebar_wrapper .widget_wrapper {
    margin-bottom: 20px
}

.shop_sidebar_wrapper h3,.shop_sidebar_wrapper .widget_wrapper .wp-block-heading {
    font-size: 16px
}

.woocommerce_page_plp .products_wrapper {
    width: calc(100% - 320px)
}

.woocommerce_page_plp .term-description {
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid rgba(52,65,84,.2) !important
}

.woocommerce_page_plp .term-description h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px
}

.woocommerce .woocommerce-ordering select {
    color: rgba(52,65,84,.6);
    font-size: 11px;
    background-color: transparent;
    padding: 5px 10px
}

.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
    color: rgba(52,65,84,.6);
    font-size: 13px;
    line-height: 18px
}

.woocommerce_page_plp .products ul,.woocommerce_page_plp ul.products {
    padding: 20px 0 !important
}

.woocommerce-loop-category__title {
    padding: 15px 20px !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 700
}

.woocommerce-loop-category__title .count {
    display: none
}

.woocommerce ul.products li.product a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    transition: all .3s ease
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.woocommerce ul.products li.product a img {
    margin: 20px auto !important;
    max-width: 80%;
    transition: all .3s ease
}

.woocommerce ul.products li.product a:hover img {
    opacity: .9
}

.woocommerce ul.products li.product a .woocommerce-loop-product__title {
    text-align: left;
    padding: 15px 15px 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 10px
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
    color: #c43026
}

.woocommerce ul.products li.product .price del {
    font-size: 80%
}

.woocommerce ul.products li.product .price {
    padding: 0 15px 15px !important;
    display: block !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #334054 !important;
    font-weight: 500 !important
}

.woocommerce ul.products li.product .price ins {
    font-weight: 500 !important;
    text-decoration: none !important;
    margin-left: 5px;
    font-size: 15px !important
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    font-size: 14px !important
}

.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .star-rating {
    display: none !important
}

.woocommerce ul.products li.product .onsale {
    margin: 10px !important
}

span.onsale {
    min-height: auto !important;
    background-color: #bf392b !important;
    padding: 5px !important;
    border-radius: 5px !important;
    font-size: 10px !important;
    line-height: 18px !important
}

.woocommerce span.onsale {
    top: 30px;
    left: 30px;
    font-size: 14px
}

.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs {
    padding-top: 60px !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px !important;
    background-color: #1b2833;
    margin-bottom: 50px !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow: visible !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
	display: block;
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
    border: 0 !important;
    right: -100% !important;
    height: 100% !important;
    left: inherit;
    background-color: #1b2833
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    right: inherit !important;
    left: -100% !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    margin: 0 40px 0 0 !important;
    padding: 0 !important;
    text-align: left
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
    font-weight: inherit !important;
    font-size: 14px !important;
    padding: 20px 0 !important;
    transition: inherit !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    font-weight: 800 !important
}

.woocommerce table.shop_attributes {
    border-top: 1px solid #dfe6ee !important
}

.woocommerce table.shop_attributes th {
    text-align: left !important;
    width: 200px
}

.woocommerce table.shop_attributes,.woocommerce table.shop_attributes p {
    font-style: normal;
    font-size: 13px
}

.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td {
    border-bottom: 1px solid #dfe6ee !important
}

.woocommerce-notices-wrapper {
    margin: 20px 0
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
    border-top: 0 !important;
    border-radius: 5px;
    color: #334054 !important;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff !important;
    margin-bottom: 5px !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1)
}

.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before {
    color: #334054 !important
}

.woocommerce nav.woocommerce-pagination ul {
    border-radius: 5px;
    overflow: hidden
}

.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select,.wpcf7-form-control-wrap textarea {
    max-width: 100%;
    width: 100%
}

.content_single_product {
    padding: 40px 0
}

.single-product h2,h3 {
    font-size: 22px
}

.woocommerce .star-rating {
    color: #e3ab42
}

.woocommerce-review-link {
    text-decoration: none;
    font-size: 12px
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1)
}
.woocommerce div.product div.images .flex-control-thumbs li{
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 20%;
}

.woocommerce div.product div.images img {
    border-radius: 5px
}

.wpgs-nav .slick-slide {
    border-radius: 5px;
    overflow: hidden
}

.single-product .related.products h2,.single-product .up-sells.products h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px
}

.woocommerce div.product .product_title {
    font-size: 26px !important;
    line-height: 38px !important;
    margin-bottom: 10px
}

.woocommerce div.product div.summary {
    margin-top: 20px
}

.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {
    text-decoration: none
}

.woocommerce div.product div.summary p.price,.woocommerce div.product div.summary span.price {
    color: inherit !important;
    display: block;
    font-weight: 500;
    font-size: 24px
}

.woocommerce div.product div.summary .woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 20px;
    margin-right: 5px
}

.woocommerce div.product .woocommerce-product-details__short-description {
    line-height: 26px;
    font-size: 15px
}

.woocommerce div.product .add_to_cart_wrapper {
    margin-top: 40px;
    padding: 15px 0;
    border-top: 1px solid #dfe6ee !important;
    border-bottom: 1px solid #dfe6ee !important;
    display: flex;
    align-items: center
}

.woocommerce div.product .add_to_cart_wrapper .price {
    margin-bottom: 5px
}

.woocommerce div.product .add_to_cart_wrapper div.quantity input.qty {
    margin-right: 10px;
    width: 5em
}

.woocommerce div.product .add_to_cart_wrapper p,.woocommerce div.product .add_to_cart_wrapper form {
    margin-bottom: 0 !important
}

.woocommerce div.product .add_to_cart_wrapper .cart {
    margin-left: auto
}

.woocommerce div.product .add_to_cart_wrapper.variable {
    padding: 0 0 15px
}

.woocommerce div.product .add_to_cart_wrapper.variable .cart {
    margin-left: inherit;
    width: 100%
}







.woocommerce div.product form.cart .variations {
    margin-bottom: 20px
}

.woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations td {
    vertical-align: middle !important;
    padding: 10px;
    border-bottom: 1px solid rgba(52,65,84,.1) !important
}

.woocommerce div.product form.cart .variations select {
    min-width: 20% !important
}

.woocommerce div.product .add_to_cart_wrapper.variable .cart .woocommerce-variation.single_variation {
    margin-top: 10px;
    margin-bottom: 20px
}

.woocommerce div.product .add_to_cart_wrapper.variable .cart .woocommerce-variation-price {
    margin-bottom: 5px
}

.woocommerce div.product .add_to_cart_wrapper.variable .cart .woocommerce-variation-add-to-cart {
    margin-left: auto
}


.woocommerce div.product ins,.woocommerce span.price ins {
    text-decoration: none
}

.woocommerce div.product p.price,.woocommerce div.product div.summary span.price {
    color: inherit!important;
    font-weight: 700;
    font-size: 24px
}

.woocommerce div.product .woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 20px;
    margin-right: 5px
}

.woocommerce div.product .woocommerce-product-details__short-description {
    line-height: 26px;
    font-size: 15px;
    font-weight: 500
}


.woocommerce div.product .shippingclass_wrapper {
    font-size: 11px;
    text-align: right;
    padding: 15px 0 10px
}

.woocommerce div.product .productusp_wrapper {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px
}

.woocommerce div.product .productusp_wrapper li {
    display: flex;
    align-items: center
}

.woocommerce div.product .productusp_wrapper .icon {
    font-size: 15px;
    color: #e3ab42;
    margin-right: 10px
}

.woocommerce div.product .product_extracontent_wrapper {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(52,65,84,.1) !important;
    border-bottom: 1px solid rgba(52,65,84,.1) !important
}

.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
    font-size: 14px !important;
    text-align: left
}

.woocommerce-checkout .woocommerce a {
    color: #334054 !important;
    font-weight: inherit !important
}

.woocommerce .button.alt,.woocommerce .button.wc-forward {
    font-size: 14px !important;
    border-radius: 5px !important;
    background-color: #bf392b !important;
    font-weight: 500 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 19px !important;
    padding-bottom: 20px !important;
    transition: all .3s ease
}

.woocommerce .button {
    background-color: #f0b548 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important
}

.single_add_to_cart_button:after {
    font-family: "Font Awesome 6 pro";
    font-weight: 400;
    content: '\f07a';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px
}

.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals {
    margin-top: 40px
}

.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells {
    width: 35% !important
}

.woocommerce .cart-collaterals .cross-sells h2,.woocommerce-page .cart-collaterals .cross-sells h2 {
    font-size: 16px
}

.woocommerce table.shop_table {
    font-size: 13px;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1);
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1)
}

.woocommerce table.shop_table a {
    text-decoration: none
}

#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
    width: 80px !important
}

.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
    width: 200px
}

#customer_address_details p.form-row {
    margin-bottom: 10px !important
}

.woocommerce form .form-row label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0 !important
}

#customer_address_details input.input-text {
    height: 45px !important;
    font-size: 15px !important
}

#ship-to-different-address {
    margin: 10px 0
}

#ship-to-different-address label {
    display: flex;
    font-size: 14px
}

#ship-to-different-address span {
    margin-left: 10px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 140px !important
}

.woocommerce table.cart td.actions .coupon .button {
    font-size: 12px !important
}

.woocommerce form .form-row {
    display: block
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.select2-container--default .select2-selection--single {
    border: 1px solid #df !important;
    border-radius: 5px;
    font-size: 13px !important
}

.thwmscf-buttons,.thwmscf-accordion-label {
    display: none !important
}

.woocommerce table.shop_table,.thwmscf_accordion_step .thwmscf-content,#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
    border-radius: 5px !important;
    border: 0 !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(27,49,68,.1) !important;
    box-shadow: 0 0 10px 0 rgba(27,49,68,.1) !important
}

.thwmscf_accordion_step .thwmscf-content {
    width: 57% !important;
    margin-right: 50px !important
}

.woocommerce-terms-and-conditions-wrapper,.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 12px;
    line-height: 18px
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    width: 100%;
    float: none
}

.entry-content img {
    margin: 0 0 1.5em
}

.alignleft,img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.alignright,img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.aligncenter,img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

@media only screen and (max-width: 1350px) {
    #area_header #header_top .primary_menu_wrapper li a .icon {
        top:14px
    }

    #area_header #header_top .primary_menu_wrapper li a .description {
        display: none
    }
}

@media only screen and (max-width: 1040px) {
    #area_header #header_top .primary_menu_wrapper li a {
        padding:15px 5px
    }

    #area_header #header_top .primary_menu_wrapper li a .icon {
        display: none
    }
}

@media only screen and (max-width: 1280px) {
    .title-xl,h1 {
        font-size:30px
    }

    .title-large,h2 {
        font-size: 20px
    }

    .title-medium,h3 {
        font-size: 20px
    }

    .title-small,h4 {
        font-size: 18px
    }

    h5 {
        font-size: 16px
    }

    #area_header #header_top {
        padding: 10px 0;
        border-bottom: 0
    }

    #area_header #header_top .inner {
        justify-content: space-between
    }

    #area_header #header_top .logo_wrapper {
        position: absolute;
        left: 50%;
        top: 4px;
        transform: translate(-50%,0)
    }

    #area_header #header_top .logo_wrapper .logo {
        top: 0;
        width: 70px
    }

    #area_header.fixed #header_top .logo_wrapper .logo {
        width: 60px
    }

    #area_header #header_search_wrapper {
        margin-top: -110px
    }

    #area_header #header_search_wrapper {
        padding: 10px
    }

    #area_header #header_search_wrapper form:before {
        display: none
    }

    #area_header #header_search_wrapper .field_search {
        height: 40px;
        margin-left: 0;
        border-bottom: 2px solid #323e48;
        font-size: 13px;
        margin-top: 40px
    }

    #breadcrump_wrapper.page .inner {
        padding: 9px 0
    }

    .vc_rtl-columns-reverse {
        flex-direction: column-reverse
    }

    .content-block {
        padding-top: 40px !important;
        padding-bottom: 70px !important
    }

    .content-block-large {
        padding-top: 70px !important;
        padding-bottom: 90px !important
    }

    #content-header {
        padding-top: 90px !important;
        padding-bottom: 50px !important
    }

    #content-header .header-subtitle {
        font-size: 18px
    }

    #content-header .vc_btn3-container.vc_btn3-inline,#content-header .button-primary a,#content-header .button-outline a {
        width: 100%;
        display: block
    }

    .element-shortcut {
        padding: 20px 20px 10px
    }

    .element-shortcut .aio-icon-left {
        vertical-align: top !important;
        padding: 10px
    }

    .shortcut_wrapper {
        text-align: center
    }

    .shortcut_wrapper .button-shortcut {
        margin-right: 10px !important;
        margin-bottom: 10px !important
    }

    .shortcut_wrapper .button-shortcut a {
        font-size: 13px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }

    .widget_tag_cloud {
        overflow-x: auto;
        white-space: nowrap
    }

    .widget_tag_cloud .tagcloud a {
        margin-right: 0
    }

    .woocommerce_page_plp {
        padding-top: 0;
        flex-direction: column-reverse
    }

    .woocommerce_page_plp .shop_sidebar_wrapper {
        width: 100%
    }

    .woocommerce_page_plp .products_wrapper {
        width: auto
    }

    .woocommerce_page_plp .term-description {
        font-size: 14px;
        line-height: 20px
    }

    .woocommerce .woocommerce-ordering select {
        display: block;
        width: 100%
    }

    .woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
        float: none !important
    }

    .woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
        font-size: 11px
    }

    .single-product #area_content {
        padding-top: 50px
    }

    .content_single_product {
        padding: 20px 0
    }

    .woocommerce ul.products li.product {
        margin-bottom: 20px !important
    }

    .single-product .mobile_title h1 {
        margin-bottom: 0
    }

    .woocommerce div.product .add_to_cart_wrapper {
        display: block;
        align-items: inherit
    }

    .woocommerce div.product .add_to_cart_wrapper div.quantity input.qty {
        width: 4rem
    }

    .woocommerce div.product div.summary p.price {
        margin-bottom: 10px !important
    }

    .woocommerce div.product form.cart .button {
        font-size: 12px !important
    }

    .woocommerce div.product form.cart .button:after {
        display: none
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after {
        display: none !important
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        border-radius: 5px;
        margin-bottom: 30px !important;
        background-color: #dfe6ee !important
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: block !important
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 10px !important;
        line-height: 18px;
        display: block !important;
        color: #1b2833 !important
    }

    .thwmscf_accordion_step .thwmscf-content,.thwmscf-order-review-right {
        width: 100% !important;
        margin-right: 0 !important
    }

    .items_wrapper.items_small {
        margin: 0
    }

    .items_wrapper .item,.items_wrapper.items_small .item {
        margin-bottom: 5px;
        padding: 10px 20px 10px 10px;
        overflow: inherit;
        min-height: inherit
    }

    .specialists_overview.map .items_wrapper .item.focused {
        display: flex;
        box-shadow: none
    }

    .items_wrapper .loading {
        padding: 40px 0
    }

    .items_wrapper .item .right,.items_wrapper.items_small .item .right {
        margin-left: 15px
    }

    .items_wrapper .item .item_content_wrapper {
        position: relative;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        margin-bottom: 0 !important
    }

    .items_wrapper .item .item_content_wrapper .item_title,.items_wrapper .item .item_content_wrapper .item_desc,.items_wrapper .item .item_content_wrapper .item_usps {
        position: relative;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        overflow: inherit;
        height: inherit
    }

    .items_wrapper .item .item_content_wrapper .item_title,.items_wrapper.items_small .item .item_content_wrapper .item_title {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        height: inherit;
        overflow: hidden
    }

    .items_wrapper .item .item_content_wrapper .item_desc {
        font-size: 11px;
        line-height: 16px;
        height: 40px;
        overflow: hidden
    }

    .items_wrapper .item .item_content_wrapper .item_desc:before {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0)
    }

    .items_wrapper .item .item_image,.items_wrapper.items_small .item .item_image {
        height: 75px;
        min-width: 75px;
        width: 75px
    }

    .items_wrapper .item .item_details,.items_wrapper.items_small .item .item_details {
        position: relative;
        left: inherit;
        bottom: inherit
    }

    .items_wrapper .item .item_details .detail,.items_wrapper.items_small .item .item_details .detail {
        font-size: 10px;
        margin-left: 0;
        margin-right: 5px
    }

    .items_wrapper .item .item_details .icon,.items_wrapper.items_small .item .item_details .icon {
        margin-left: 0;
        margin-right: 4px;
        font-size: 10px;
        width: inherit
    }

    .overlay_contact_profile {
        width: 100vw;
        right: calc(-100vw - 50px)
    }

    .overlay_contact_profile .inner {
        padding: 70px 30px 200px 10px;
        max-width: inherit
    }

    .content_profile .profile_header .inner .header_content {
        padding: 220px 0 50px;
        text-align: center
    }

    .content_profile .profile_header .inner .header_content .title_wrapper .header-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .content_profile .profile_header .inner .header_content .header-subtitle {
        font-size: 15px;
        line-height: 22px
    }

    .content_profile .profile_header .button_wrapper a {
        display: block !important;
        width: 100%
    }

    .content_profile .profile_header .bg_wrapper .profile_image {
        border-radius: 140px;
        overflow: hidden;
        left: 50%;
        transform: translate(-50%,0);
        width: 140px;
        height: 140px;
        right: inherit;
        top: 60px
    }

    .content_profile .profile_header .bg_wrapper .profile_image:before,.content_profile .profile_header .bg_wrapper .profile_image:after {
        width: 50px
    }

    .content_profile .profile_header .bg_wrapper .profile_image .image {
        top: 0
    }

    .content_profile .profile_usp_bar .inner {
        padding: 10px 0
    }

    .content_profile .profile_usp_bar .inner .usp_items .item:first-child {
        border-top: 0
    }

    .content_profile .profile_usp_bar .inner .usp_items .item {
        padding: 15px 10px 20px 50px;
        border-top: 1px solid #dfe6ee
    }

    .content_profile .profile_usp_bar .inner .usp_items .item .icon {
        font-size: 28px;
        top: 20px;
        left: 5px
    }

    .content_profile .profile_usp_bar .inner .usp_items .item .value {
        font-size: 13px
    }

    .content_profile .profile_imagegallery .gallery_three_images .col_one {
        margin-right: 10px
    }

    .content_profile .profile_imagegallery .gallery_three_images .image.one {
        height: 230px
    }

    .content_profile .profile_imagegallery .gallery_three_images .image.two {
        height: 110px;
        margin-bottom: 10px
    }

    .content_profile .profile_imagegallery .gallery_three_images .image.three {
        height: 110px
    }

    .content_profile .profile_details .ruler {
        display: none
    }

    .content_profile .profile_details .content_details {
        margin-bottom: 40px
    }

    .content_profile .profile_main_content .sidebar_wrapper {
        margin-top: 20px
    }

    .specialists_container {
        position: relative;
        flex-direction: column-reverse;
        overflow: hidden
    }

    .map .specialists_container {
        min-height: auto!important;
        height: calc(100vh - 60px) !important
    }

    .specialists_container>.map_container,.specialists_container>#list {
        flex: 1;
        min-height: 40vh;
        margin: 0;
        padding: 10px 5%;
        overflow: hidden
    }

    .specialists_container>#list {
        overflow: visible;
        padding: 100px 0 10px;
        width: 100% !important;
        margin: auto
    }

    .map .specialists_container>#list {
        max-height: 40vh;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0
    }

    .map .specialists_container>#list #results {
        max-height: 40vh;
        overflow: auto;
        padding-right: 10px;
        padding-left: 10px
    }

    .specialists_container .sidebar_wrapper {
        display: none
    }

    .map_trigger_container {
        display: none !important
    }

    .logo_wrapper {
        margin: auto!important;
        height: 70px!important
    }

    #sidebar_filter .total_results {
        display: none
    }

    #sidebar_filter .inner {
        padding-bottom: 150px
    }

    #sidebar_filter.sidebar_wrapper .item_filter #search_term,#sidebar_filter.sidebar_wrapper .item_filter #searchTextField {
        padding: 20px 10px
    }

    #sidebar_filter {
        height: 100vh
    }

    #sidebar_filter .apply_filters {
        font-size: 14px;
        transform: translate(-50%);
        position: fixed;
        bottom: 0;
        left: 50%;
        width: 100%;
        background-color: #1b2833;
        text-align: center;
        padding: 15px;
        color: #fff;
        cursor: pointer;
        z-index: 99
    }

    #sidebar_filter .apply_filters span {
        color: #fff
    }

    #search .title {
        margin-bottom: 10px;
        color: #000;
        font-size: 15px;
        font-weight: 700
    }

    #search .form-control {
        padding: 20px 10px
    }

    #search .search_wrapper {
        margin-bottom: 40px
    }

    #search .quick_links .quick_link {
        border-bottom: 1px solid rgba(41,90,216,.29);
        padding: 10px 0
    }

    #search .quick_links .quick_link a {
        color: #295ad8
    }

    #search .quick_links .quick_link a:hover {
        text-decoration: underline
    }

    .specialists_overview.map .container {
        padding: 0
    }

    .specialists_container>.map_container {
        max-height: 50vh;
        padding: 0;
        width: 100% !important;
        margin: 0!important
    }

    .specialists_container>.map_container #map {
        max-height: 50vh;
        max-width: 100%
    }

    #sidebar_filter .content_description .read_more_wrapper {
        background: -moz-linear-gradient(top,rgba(244,247,253,0) 0%,#fff 50%);
        background: -webkit-linear-gradient(top,rgba(244,247,253,0) 0%,#fff 50%);
        background: linear-gradient(to bottom,rgba(244,247,253,0) 0%,#fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f7fd',endColorstr='#f4f7fd',GradientType=0)
    }

    .map_container .inner {
        top: inherit;
        position: relative;
        width: 100%;
        height: 100%
    }

    #area_footer #footer_top {
        padding: 0
    }

    #area_footer #footer_top .container {
        padding-left: 0;
        padding-right: 0
    }

    #area_footer #footer_top .footer_column_wrapper {
        grid-template-columns: 100%;
        grid-column-gap: 0
    }

    #area_footer #footer_top .footer_column_wrapper .footer_col .title {
        padding: 20px;
        margin-top: 0;
        margin-bottom: 0
    }

    #area_footer #footer_top .footer_column_wrapper .footer_col .title .ico {
        font-size: 24px;
        margin-right: 20px
    }

    #area_footer .footer_col .content {
        padding: 0 20px 20px 30px
    }

    #area_footer .footer_col.footer_collapse {
        border-bottom: 1px solid #323e48
    }

    #area_footer .footer_col.footer_collapse .title:after {
        position: absolute;
        right: 20px;
        height: auto;
        content: "\f107";
        font-family: "Font Awesome 6 pro";
        font-weight: 300;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 22px;
        transition: all .3s ease
    }

    #area_footer .footer_col.footer_collapse.open .title:after {
        transform: rotate(180deg)
    }

    #area_footer .footer_col.footer_collapse .content {
        display: none
    }

    #area_footer .footer_col.footer_collapse.open .content {
        display: block
    }

    #area_footer #footer_top .footer_column_wrapper .footer_col.footer_info {
        padding: 20px;
        text-align: center
    }

    #area_footer #footer_top .footer_column_wrapper .footer_col.footer_info .logo {
        display: inline-block
    }

    #area_footer #footer_top .footer_column_wrapper .footer_col.footer_info .social_menu {
        justify-content: center;
        margin-top: 20px
    }

    #area_footer #footer_top .footer_column_wrapper .footer_col.footer_info .social_menu .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }

    #area_footer #footer_bottom {
        text-align: center
    }

    #area_footer #footer_bottom .inner {
        display: block
    }

    #area_footer #footer_bottom .bottom_menu_wrapper {
        margin-left: inherit
    }

    #area_footer #footer_bottom .bottom_menu_wrapper li {
        margin: 0 5px
    }
}
