/***GLOBAL****/ 
@font-face {
    font-family: "Exo2-Bold";
    src: url('fonts/Exo2/Exo2-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "OpenSans-SemiBold";
    src: url('fonts/OpenSans/OpenSans-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "OpenSans-Bold";
    src: url('fonts/OpenSans/OpenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "OpenSans-BoldItalic";
    src: url('fonts/OpenSans/OpenSans-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "OpenSans-Light";
    src: url('fonts/OpenSans/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "OpenSans";
    src: url('fonts/OpenSans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Data70Regular";
    src: url('fonts/Data70Regular.otf');
    font-weight: normal;
    font-style: normal; 
}

:root{
    --font-heading: "Exo2-Bold" !important;
    --font-text: "OpenSans" !important;
    --font-text-bold: "OpenSans-Bold" !important;
    --font-text-italic: "OpenSans-BoldItalic" !important;
    --font-text-semibold: "OpenSans-SemiBold" !important;
    --font-text-light:"OpenSans-Light" !important; ;
    --input-height: 2.5rem !important;
    --color-secondary: #354246 !important;
    --border: 1.125rem;
    --border-1: 1.25rem;
}
body, p {
    font-family: var(--font-text);
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
}
p {
    margin-bottom: 1.25rem;
}

/*body .banner-page p.lead,
body .banner-home p.lead  {
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
    line-height: 2.1875rem;
    font-family: var(--font-text-sb);
    color: #ffffff;
    margin-bottom: 0.5rem;
}*/
body p.lead {
    font-size: .9375rem;
    letter-spacing: 0.09375rem;
    line-height: 1.5625rem;
    font-family: var(--font-text-m);
    margin-bottom: 0 !important;
}
.thin-font,
.thin-font p,
.text-font-light p,
.text-font-light{
    font-family: var(--font-text-light) !important;
}
.text-font p,
.text-font{
    font-family: var(--font-text) !important;
}
label, legend {
    font-weight: normal;
}
.p-bold p,
p strong {
    font-weight: normal;
    font-family: var(--font-text-bold);
}
.banner p {
    margin-top: 0 !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--font-heading);
    font-weight: normal;
    letter-spacing: 0;
    opacity: 1;
    margin-bottom: 1.25rem;
}
body h2 strong, 
body h1 strong, 
body .banner h1 strong{
    font-family: var(--font-heading-sb);
    
}

body .banner-home h2,
body h1, body .banner h1,
.h2-45 h2,
body h2,
.banner h2{
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    letter-spacing: 0;
    margin-bottom: 0;
}
.h2-30 h2,
body h3,
.banner h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
}
body h4,
body .banner h4 {
    font-size: 1.5625rem;
    line-height: 2.5rem;
    letter-spacing: 0;
} 

body h5 {
    font-size: 1.25rem;
    line-height: 2.1875rem !important;
    letter-spacing: 0;
    margin-bottom: 0.25rem;
    font-family: var(--font-text-bold);
}

body h6 {
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: var(--font-text-bold);
    letter-spacing: 0;
    margin-bottom: .5rem;
}
/*body h6 {
    line-height: 1rem;
    font-size: .875rem;
    font-family:  var(--font-text) !important;
    text-transform: inherit;
}*/
body a.lead, body p.lead {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem !important;
    color: #000000;
    letter-spacing: 0;
    font-family: var(--font-text-semibold);
}
.banner-page p.lead {
    color: #ffffff;
}



.ml-0,
.ml-0 > .col-inner,
.m-left-0 > * ,
.m-left-0 {
    margin-left: 0 !important;
}
.col.m-right-0 > .col-inner ,
.col.m-right-0 {
    margin-right: 0 !important;
}
.m-auto .col-inner,
.m-auto {
    margin-inline: auto !important;
}
.mw-720{
    max-width: 45rem !important;
}
.mw-740{
    max-width: 46.25rem;
    margin: auto !important;
}
.col-pb-0 .col{
    padding-bottom: 0 !important;
}
.mb-0,
.mb-0>*,
.mb-0 p {
    margin-bottom: 0;
}
.row-small {
    margin-inline: auto !important;
}
.row-small>.col {
    padding: 0 0.4rem .8rem !important;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}
.fs-10 p{
    font-size: 0.625rem;
    line-height: 1.25em;
}
.fs-11 p{
    font-size: 0.688rem;
    line-height: 1.25em;
}
.fs-12 p{
    font-size: 0.75rem;
    line-height: 1em;
}
.fs-13,
.fs-13 p{
    font-size: .8125rem;
    line-height: 1.125rem;
}
.fs-14 p{
    font-size: .875rem;
    line-height: 1.3125rem;
}
.fs-15 p {
    font-size: .9375rem;
    line-height: 1.5625rem;
    letter-spacing: 0;
}
.fs-16 p{
    font-size: 1rem;
    line-height: 1.625rem;
}
.fs-18 p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: var(--font-text-medium);
}
.fs-19 p{
    font-size: 1.188rem;
    line-height: 1.75rem;
    font-family: var(--font-text-medium);
}
.fs-20 p{
    font-size: 1.25rem;
    /*line-height: 4.0625rem;*/
    font-family: var(--font-text-m);
    letter-spacing: 0.125rem;
}
.fs-28 p{
    font-size: 1.75rem;
    line-height: 2.625rem;
}
img.size-full.alignnone {
    margin-bottom: 0;
}
.img-auto img{
    width: auto !important;
}
.button, button, fieldset, input, select, textarea {
    margin: 0;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    padding: 0.5rem;
}
.header-main a.button.primary.is-outline,
.stuck .header-main a.button.primary.is-outline  {
    background: var(--primary-color) !important;
    border: 1px solid;
    font-family: var(--font-heading-sb);
}
.stuck .header-main a.button.primary.is-outline {
    border: none;
}
.header-main a.button.primary.is-outline:hover {
    border: 1px solid #707070 !important;
    background: #707070 !important;
}
.page-template-page-transparent-header-light a.button.primary.is-outline {
    background: transparent !important;
    border: 1px solid;
    /*color: #ffffff;*/
    /*font-family: var(--font-heading-sb);*/
}
a.button.white, a.button.primary, a.button.secondary {
    height: var(--input-height);
    line-height: var(--input-height);
    font-size: 0.875rem;
    padding: 0 1.5rem;
    font-family: var(--font-text-bold);
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #ffffff;
    margin: 0;
    background: var(--primary-color) !important;
    letter-spacing: 0.0525rem;
    border: 0;
    position: relative;
    /*overflow: hidden;*/
    transition: all .35s;
    border-radius: var(--border);
}
a.button.primary:hover { 
    border: 0 !important;
    background: #354246 !important;
}
a.button.primary.white:hover { 
    border: 0 !important;
    background: rgb(255, 255, 255, .6) !important;
}
a.button.secondary { 
    border: 0 !important;
    background: #ffffff !important;
    color: #121212;
}
a.button.secondary:hover{
    background: #c9c9c9 !important;
    /*border: 1px solid #1F1E1E !important;*/
    color: #1F1E1E !important;
    font-family: var(--font-heading-semibold);
}

a.button.secondary.is-outline{
    background: var(--primary-color) !important;
    border: 1px solid #1F1E1E !important;
    color: #1F1E1E !important;
    padding: 0 1rem;
}
a.button.secondary.is-outline:hover {
    opacity: 0.6;
}
a.button.primary.is-underline {
    background: transparent !important;
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-family: var(--font-heading-light);
    padding: 0;
}
a.button.primary.white {
    background: #ffffff !important;
    color: var(--primary-color) !important;
}
a.button.primary.is-outline:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
    background-color: #ffffff !important;
}
a.button.primary.is-link {
    background: transparent !important;
    color: #000000 !important;
    padding: 0 !important;
    font-size: 1.125rem;
    letter-spacing: 0;
}
a.button.primary.is-link:hover {
    color: var(--primary-color) !important;
}
body .button.is-underline:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: .5px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s;
    width: 100%;
}
body .button.is-underline {
    border-radius: 0;
}
body .button.is-underline i.icon-angle-right {
    margin: 0 !important;
}
.fit-icon .icon-box-img {
    width: fit-content !important;
    display: flex;
    align-items: center;
}
.fit-icon  .icon {
    display: flex;
}
.pb-10 {
    padding-bottom: 0.625rem !important;
}
.pb-20 {
    padding-bottom: 1.25rem !important;
}
.pb-30 {
    padding-bottom: 1.875rem !important;
}
.pt-30{
    padding-top:1.875rem !important;
}
.pt-50{
    padding-top: 3.125rem !important;
}
.pb-50{
    padding-bottom: 3.125rem !important;
}
.pt-60{
    padding-top: 3.75rem !important;
}
.pb-60{
    padding-bottom: 3.75rem !important;
}
.pt-100{
    padding-top: 6.25rem !important;
}
.pt-120{
    padding-top: 7.5rem !important;
}
.pb-120{
    padding-bottom: 7.5rem !important;
}
.pt-80{
    padding-top: 5rem !important;
}
.pb-80{
    padding-bottom: 5rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.pt-40{
    padding-top: 2.5rem !important;
}
.pb-100{
    padding-bottom: 6.25rem !important;
}
.pt-70{
    padding-top: 4.375rem !important;
}
.pb-70{
    padding-bottom: 4.375rem !important;
}
.mt-90{
    margin-top: 5.625rem !important;
}
.pt-90{
    padding-top: 5.625rem !important;
}
.pb-90{
    padding-bottom: 5.625rem !important;
}
.pb-50{
    padding-bottom: 3.125rem !important;
}
.mb-30 {
    margin-bottom: 1.875rem !important;
}
.mb-90{
    margin-bottom: 5.625rem !important;
}
.mb-60{
    margin-bottom: 3.75rem !important;
}
body .m-w-1200{
    max-width:80.25rem !important
}
body .m-w-800{
    max-width:51.875rem !important
}
body .m-w-1000{
    max-width:62.5rem !important
}
body .full-width{
    margin: auto !important;
}
body .full-width,
body .row-full-width.row.row-collapse
/*body .row-full-width*/ {
    max-width: 90rem!important;
}
.button:not(.icon)>span+i {
    margin-right: 0;
    top: 0;
    transform: scale(1.45);
}
figure.gallery-item {
    padding-bottom: 0;
}
body .container, body .container-width, body .full-width .ubermenu-nav, body .row {
    max-width: 76.875rem;
}
body .row.row-collapse {
    max-width: 76.875rem;
}
.row.row-small {
    max-width: 75rem !important;
}
.dark, .dark p, .dark td {
    color: #fff;
}
.ml-auto > .col-inner{
	margin-left: auto !important;
	margin-right: 0 !important;
}
.mr-auto > .col-inner{
	margin-right: auto !important;
	margin-left: 0 !important;
}
.tabbed-content .nav-line>li>a:before {
    height: 0;
}
.tabbed-content .nav>li {
    margin: 0 1.25rem;
}

.tabbed-content .nav>li>a {
    height: var(--input-height);
    line-height: var(--input-height);
    font-size: 0.875rem;
    padding: 0 3rem;
    font-family: var(--font-text-m);
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #121212;
    margin: 0;
    background: #E6E1DC !important;
    letter-spacing: 0.0875rem;
    border: 0;
    position: relative;
    overflow: hidden;
    transition: all .35s;
    justify-content: center;
    border-radius: 1.25rem !important;
    margin-bottom: 0.5rem;
}
.nav-vertical>li+li {
    border-top: none !important;
}
.tabbed-content .nav-vertical {
    max-width: 15.625rem;
}
.nav-vertical+.tab-panels {
    border-left: none !important;
    flex: 1 !important;
    margin-top: 0 !important;
    padding: 0 0 2rem 9rem !important;
}
.tabbed-content .nav>li.active>a,
.tabbed-content .nav>li:hover>a   {
    background: var(--primary-color) !important;
    color: #fff;
}
body .accordion .toggle {
        height: 1rem;
        left: auto;
        margin-right: 0;
        top: -.25rem;
        width: 1rem;
        opacity: 1;
        right: 1rem;
        transform: none;
}
body .accordion-inner {
    padding: .25rem 2rem 0 .75rem !important;
}
body .accordion-inner p {
    font-size: 0.9375rem;
    line-height: 1.75rem;
}
body .accordion-title.active {
    background-color: transparent;
    font-weight: normal;
    border-bottom: .5px solid #747474 !important;
}
body .accordion-title {
    font-size: .9375rem;
    padding: .75rem;
    color: #000000 !important;
    border: 0;
    font-family: var(--font-text-semibold);
    letter-spacing: 0;
    line-height: 1.625rem;
    margin-bottom: 1rem;
    border-bottom: .5px solid #9AA0A2;
    padding-right: 3rem;
}
.accordion .icon-angle-down:before {
    content: "" !important;
    background: url(../images/plus.svg) no-repeat center / contain;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
}
.accordion-title.active .icon-angle-down:before {
    content: "" !important;
    background: url(../images/minus.svg) no-repeat center / contain;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
}
.tab-panels {
    padding-top: 3rem;
}

.tabbed-content .nav:not(.nav-vertical){
    justify-content: center;
}
.nav-vertical.nav-line>li>a:before {
    width: 0;
}
.nav-vertical>li+li {
    border-top: 0;
}
.section .box-text a:not(.button),.section .box-text h1,.section .box-text h2,
.section .box-text h3,.section .box-text h4,.section .box-text h5,.section .box-text h6,
.section .box-text p {
    margin-bottom: 1rem;
    margin-top: 0;
}
body [data-text-color=primary] {
    font-size: 0.75rem !important;
    letter-spacing: 0.06rem !important;
    font-family: var(--heading-font);
}
body .banner_title [data-text-color=primary]{
    color: #fff !important;
}
/*global*/
.header-main a.button.primary.is-outline {
    height: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 0.8125rem;
}
.header-bottom {
    background-color: transparent !important;
}
.stuck {
    height: 4.5rem !important;
}

.header-top p {
    font-size: 0.75rem;
    letter-spacing: 0;
    color: #ffffff;
    line-height: 1.25rem;
}
.header-top p a {
    color: var(--fs-color-primary);
}
.transparent .header-top p {
    /*text-transform: uppercase;*/
    /*color: #ffffff;*/
}
body .header.show-on-scroll,body .stuck .header-main {
    /*height: auto !important;*/
}
.header-main .nav > li > a {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: #121212;
    font-family: var(--font-text-semibold);
    text-transform: inherit;
    padding: 0 1rem;
}
.header-main .nav > li > a:hover {
    background: var(--color-secondary);
    color: #ffffff !important;
    padding: 0 1rem;
    border-radius: var(--border);
}
.transparent .header-main .nav > li > a {
    color:#ffffff ;
}
.stuck .header-nav-main.nav > li > a {
    color: #1F1E1E !important;
}
.header:not(.transparent) .header-main li.cart-item a::after {
    content: "" !important;
    background: url(../images/cart-icon.svg) no-repeat right / contain;
    width: 1.375rem;
    height: 1.375rem;
    display: block;
}
.header:not(.transparent)  .header-cart-icon img {
    display: none;
}
.stuck #logo img {
    max-width: 4rem;
}

.transparent .header-main a.button.primary {
    color: #ffffff;
    background: transparent !important;

}
.transparent .header-main a.button.primary::before {
    background: url(../images/calendar.svg) no-repeat right / contain;
}
.transparent .icon-search:before {
    filter: brightness(1) invert(1);
}
.header-top {
    min-height: 2.5rem !important;
    background: transparent;
    /*border-bottom: 0.5px solid var(--fs-color-primary);*/
    max-width: 100%;
    margin: auto;
}

#top-bar .row .col {
    padding-bottom: 0;
}
 
.header-main .top-divider.full-width {
    display: none;
}
#top-bar .icon-box-img {
    width: fit-content !important;
}
#top-bar .icon-box-img img {
    padding-top: 0;
}
#top-bar .icon-inner {
    display: flex;
}
#top-bar .icon-box {
    width: max-content;
    align-items: center;
}

#top-bar .icon-box .icon-box-text {
    padding-left: 0.35rem;
}
.topbar-row .col .col-inner {
    display: flex;
    column-gap: 5rem;
}
.stuck .header-nav-main.nav > li > a:hover {
    color: #ffffff !important;
    background: var(--color-secondary);
}

.header-main .nav > li > a:hover, .header-main .nav > li.active > a {
    /*color:#9F7B58 !important;*/
    /* font-family: var(--font-text-bold); */
    font-weight: 700;
}
.header-main .nav-left {
    justify-content: left;
    margin-left: 0;
}
.header-main .nav > li {
    margin: 0 .75rem;
}
.header-main .nav-left.nav > li {
    margin: 0 0.4rem;
}
.header-main a.button.primary {
    height: auto;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
    color: #000000;
    padding: 0 1rem;
    background-color: transparent !important;
    border-radius: var(--border) !important;
    min-height: 1.5rem;
    line-height: 1.5rem;
    font-family: var(--font-text-semibold);
}
.header-main a.button.primary:hover {
    background: var(--color-secondary) !important;
    color: #ffffff !important;
    padding: 0 1rem;
    border-radius: var(--border) !important;
}
.icon-search:before {
    content: "" !important;
    background: url(../images/search-icon.svg) no-repeat right / contain;
    width: 1.375rem;
    height: 1.375rem;
    display: block;
}
.nav-dropdown .icon-search:before {
    filter: brightness(0) invert(1);
}
.nav-dropdown-has-arrow li.has-dropdown:after{
    display: none !important;
}
.header-main a.button.primary span {
    line-height: 1.75rem;
}
#logo {
    width: 7.625rem !important;
    margin: 0;
}
.header-main {
    height: 6.875rem !important;
    box-shadow: 0px 0px 20px #0000000F;
}

.header-main .nav.nav-right > li {
    margin: 0 .4rem;
    display: flex;
}
li.header-search{
    margin-right: 0.25rem !important;
}
.header-button-1 .button  span {
    font-size: 0.75rem;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: inherit;
    line-height: 1rem !important;
    display: flex;

}
.header-button-1 a.button.primary {
    background: #1A2B2F !important;
    height: 1.1rem !important;
    line-height: 1.1rem !important;
    padding: 0 1rem;
}
.row.row-small.row-full-width,
.row.row-small.row-full-width .row-slider {
    max-width: 100% !important;
}
body .banner-home .flickity-page-dots .dot {
    border: .15rem solid #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    margin: 0;
    opacity: 1;
    transition: opacity .3s;
    width: 32%;
}
body .banner-home .flickity-page-dots {
    bottom: 1.5rem;
    left: 8%;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8%;
    text-align: center;
}
body .banner-home .flickity-page-dots .dot.is-selected {
    border-color: var(--color-secondary);
}
.leistungen-row .ux-menu {
    /*display: grid;*/
    grid-template-columns: repeat(3, 1fr);
}
.leistungen-row .ux-menu-link:hover .ux-menu-link__link,
.leistungen-row .ux-menu-link--active .ux-menu-link__link {
    color: var(--primary-color);
}
.leistungen-row .ux-menu-link__link {
    color: #000000;
}
.leistungen-row {
    width: fit-content;
    margin: 0 auto;
}
.leistungen-row .col {
    max-width: fit-content;
}
.header-nav-main .sub-menu.nav-dropdown {
    border: none;
    box-shadow: none;
}
/*HEADER*/

/***g translate **/
.gt_float_switcher .gt-selected {
    background-color: transparent !important;
}
.gt_float_switcher {
    font-family: var(--text-font) !important;
    font-size: .688rem !important;
    border-radius: 0 !important;
    color: #000 !important;
    display: inline-block !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: translateY(0.25rem);
}
.gt_float_switcher img {
    width: 1rem !important;
    border-radius: 0 !important;
    height: 1rem !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    color: #ffffff !important;
    font-weight: normal !important;
    font-size: 0.75rem !important;
}
.gt_float_switcher {
    padding-left: 1.25rem;
    margin-top: -4px;
}
.gt_float_switcher::before {
    content: url(../images/lang.svg);
    position: absolute;
    left: 0;
    top: 5px;
}
.gt_float_switcher .gt_options {
    z-index: 2;
    background-color: #6E7176;
    min-width: 7rem;
    position: absolute !important; 
    top: 2rem;
}
.gt_float_switcher .gt_options a {
    color: #fff !important;
    text-align: center;
}
.gt_float_switcher {
    overflow: visible !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    filter: brightness(.5) invert(1);
}
.gt_float_switcher img {
    display: none !important;
}
/***g translate **/

/*FOOTER*/
.ft-bg .section-bg {
    background: transparent linear-gradient(90deg, #E53935 0%, #FBC02D 31%, #1565C0 68%, #2E7D32 100%);
}
.ft-st .ux-menu {
    flex-direction: row;
    /*column-gap: 2.5rem !important;*/
}

.absolute-footer {
    display: none;
}

#footer .absolute-footer.dark {
    display: none;
}
#footer .ux-menu-link__link {
    min-height: 1.375rem;
    font-size: 1rem;
    font-family: var(--font-text-semibold);
    letter-spacing: 0px;
    opacity: 1;
    padding: 0 1rem;
    margin: 0.25rem;
}

#footer .ft-st .row:nth-child(1) .ux-menu a:hover,
#footer .ft-st .row:nth-child(1) .ux-menu .ux-menu-link--active a  {
    background: #1A2B2F;
    color: #ffffff !important;
    padding: 0 1rem;
    border-radius: var(--border);
}

.icon-linkedin:before{
    content: "" !important;
    background: url(../images/linkedin-icon.svg) no-repeat right / contain;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}
.ft-st a.button.primary {
    margin-left: 1em;
}
#footer .row-copyright .ux-menu-link__link {
    font-size: 0.8125rem;
    font-family: var(--font-text);
    color: #959595;
    padding: 0;
}
#footer .row-copyright .ux-menu a:hover,
#footer .row-copyright .ux-menu .ux-menu-link--active a {
    color: #ffffff;
}
#footer .row-copyright .menu-item:not(.menu-item:first-child) .ux-menu-link__link {
    margin-left: 2.5rem;
}
#footer .row-copyright .col:nth-child(2) .ux-menu {
    justify-content: end;
}

#footer .row-copyright {
    border-top: 1.5px solid #959595;
    padding-top: 1.5rem;
    margin-top: -.75rem;
}
.ft-st {
    padding-bottom: 0 !important;
}
.ft-st a.button.primary:hover {
    opacity: .8;
    background: var(--priamry-color) !important;
}
.ft-st .row .col:first-child {
    padding-left: 0;
}
.ft-st .row .col:last-child {
    padding-right: 0;
}

/*FOOTER*/
.product-info > h3:nth-child(1) {
    display: none;
}
@media screen and (max-width:1200px) {
    
    /* header */

    #logo {
        width: auto !important;
        max-width: 174px ! important;
        margin: 0;
    }
    /* header */
    /*MENU*/ 
    .header-top {
        min-height: 2.5rem !important;
    }
    .header-top {
        font-size: 0.75rem;
        line-height: 1.25rem;
        letter-spacing: 0.015rem;
    }
    .single-post  .header-main .icon-menu:before,
    .stuck .header-main .icon-menu:before {
        filter: brightness(0);
    }

    .header-main .icon-menu:before {
        content: "" !important;
        width: 27px;
        height: 19px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-image: url(../images/menu.svg);
        display: block;
    }
    .nav>li>a>i.icon-menu {
        font-size: 0 !important;
    }
    .page-template-page-blank .header-main .icon-menu:before {
        filter: brightness(0);
    }
    #masthead .account-item>a:after {
        width: 24px;
        height: 24px;
        margin-top: 0;
    }
    .mobile-sidebar .sidebar-menu li.account-item a::after {
        content: "" !important;
        background: url(../images/user-bl.svg) no-repeat right / contain;
        width: 1.375rem;
        height: 1.375rem;
        display: block;
    }
    
    .off-canvas-left .mfp-content {
        width: 348px !important;
        max-width: 348px;
        background-color: #fff !important;
        /*--drawer-width: 100% !important;*/
    }
    .off-canvas .sidebar-menu .html.custom.html_topbar_right img{
        max-width: 62px;
        width: 62px;
        margin: 0 auto;
    }
    .off-canvas .sidebar-menu .html.custom.html_topbar_right {
        position: relative;
        /* top: -55px; */
        /* right: 20px; */
        width: 100%;
        /*margin-top: 30px;*/
        /*margin-left: 20px;*/
        justify-content: center;
        padding-bottom: 0 !important;
    }
    
    .mobile-sidebar .sidebar-menu li.account-item a{
        border-bottom: 0 !important;
    }
    .mobile-sidebar .sidebar-menu li.cart-item,
    .mobile-sidebar .sidebar-menu li.header-search ,
    .mobile-sidebar .sidebar-menu li.account-item {
        position: absolute;
        right: 60px;
        top: -56px;
        border: 0 !important;
        width: 23px;
        height: 23px;
        padding: 0 !important;
    }
    .mobile-sidebar .sidebar-menu li.account-item{
        top: -53px;
    }
    .mobile-sidebar .sidebar-menu li.header-search i{
        /* filter: brightness(0); */
        opacity: 1;
    }
    .mobile-sidebar li.header-search.current-dropdown>.nav-dropdown {
        left: auto;
        right: -96px;
        background-color: #fff;
        top: 28px;
    }
    .mobile-sidebar .sidebar-menu li.header-search {
        right: 95px;
        top: -55px;
    }
    .mobile-sidebar .sidebar-menu li.cart-item a::before{
        content: "" !important;
        background: url(../images/cart-icon.svg) no-repeat right / contain;
        width: 1.375rem;
        height: 1.375rem;
        display: block;
        opacity: 1;
    }
    .mobile-sidebar .sidebar-menu li.cart-item{
        right: 20px;
        top: -55px;
    }
    .mobile-sidebar .social-icons.follow-icons {
        display: inline-flex;
        justify-content: left;
        margin-top: 0px !important;
        align-items: center;
    }
    .mobile-sidebar .social-icons.follow-icons a {
        margin: 0 10px 0 0 !important;
        width: auto !important;
        font-size: 1.75rem;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
    }
    .nav-sidebar.nav-vertical>li+li {
        border-top: none !important;
    }
    li.html.custom.html_topbar_left {
        justify-content: center;
    }
    .social-icons i {
        min-width: inherit;
    }
    .mobile-sidebar .sidebar-menu li.account-item a i.icon-user,
    .mobile-sidebar .sidebar-menu li.menu-item.cart-item button.toggle,
    .mobile-sidebar .sidebar-menu li.account-item button.toggle,
    .mobile-sidebar .sidebar-menu li.account-item span,
    .mobile-sidebar .sidebar-menu li.menu-item.cart-item span.header-cart-title {
        display: none !important;
    }
    
    .icon-user:before{
        content: ""!important;
        background: url(../images/user.svg) no-repeat right / contain;
        width: 1.375rem;
        height: 1.375rem;
        display: block;
    } 
    .mobile-sidebar ul li a {
        border-bottom: 0;
        font-size: 14px;
        font-family: var(--text-font-medium);
        color: #222222;
        text-transform: inherit;
        letter-spacing: 0.56px;
        justify-content: center;
    }
    .searchform .button.icon,
    .header-main .searchform .button.icon,
    .header-search-form .button.icon {
        filter: invert(0.35);
        background-color: transparent;
        border: none;
        position: absolute;
        left: 0;
        top: 1px;
    }
    .header-search-form input[type=search] {
        border: none !important;
    }
    .searchform input[type=search] {
        border: none !important;
        border-bottom: 1px solid !important;
        padding-left: 40px;
    }
    .mobile-sidebar .menu-mobi-section a.button.primary {
        margin-bottom: 20px;
    }
    .mobile-sidebar .menu-mobi-section > .section-content > .row > .col {
        padding: 0 !important;
    }
    .mobile-sidebar .header-block-block-2 {
        width: 100%;
        padding: 0 20px;
    }
    .mobile-sidebar .icon-box + .icon-box{
        margin-top: 14px;
    }
    .mobile-sidebar .icon-box{
        justify-content: center;
        align-content: center;
        cursor: pointer;
    }
    .mobile-sidebar .icon-box-left .icon-box-img+.icon-box-text p strong {
        font-family: var(--text-font);
    }
    .mobile-sidebar .icon-box-left .icon-box-img+.icon-box-text p {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        color: #004258;
        text-decoration: underline;
    }
    .mobile-sidebar .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 10px;
        display: inline-flex;
        align-items: center;
    }
    .mobile-sidebar ul li.header-block .icon-box .icon-box-img {
        margin-top: 0;
        max-width: 29px;
    }
    .off-canvas .nav-vertical>li.menu-item.mab a {
        min-height: auto;
        font-weight: normal;
        text-transform: inherit;
        text-decoration: none !important;
        box-shadow: none !important;
        color: #FFFFFF !important;
        margin: 0;
        background: var(--primary-color) !important;
        letter-spacing: 1.12px;
        border: 0;
        position: relative;
        overflow: hidden;
        transition: all .35s;
        border-radius: 1.875rem;
        height: var(--input-height);
        line-height: var(--input-height);
        font-size: 14px;
        padding: 0 1.875rem !important;
        font-family: var(--text-font-bold);
    }
    .off-canvas .nav-vertical>li.menu-item.mab {
        border-bottom: 0 !important;
    }
    .menu-mobi-section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .mobile-sidebar ul li.header-block{
        margin-top: 0px;
    }
    .mobile-sidebar ul li.header-block a{
        font-size: 13px;
        font-family: var(--text-font);
        letter-spacing: 0;
    }
    .nav-vertical>li>ul li a {
        font-size: 15px;
        font-family: var(--text-font-semibold);
        color: #26292B;
        padding: 5px 0 !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a,
    .off-canvas:not(.off-canvas-center) li.html {
        padding: 15px 20px !important;
    }
    .header-inner .nav.mobile-nav  > li.nav-icon{
        display: flex !important;
    }
    .off-canvas .nav-vertical>li.menu-item button.toggle {
        width: 22px !important;
        height: 22px !important;
        min-height: 22px !important;
        opacity: 1;
        display: flex;
        align-items: center;
        margin: 0 0 0 .5rem!important;
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .nav-vertical li li.menu-item-has-children {
        margin-bottom: 0;
        padding-left: 0;
    }
    .nav-vertical li li.menu-item-has-children:first-child {
        margin-top: 1em;
    }
    .nav-vertical li li.menu-item-has-children>a,
    .nav-vertical>li>ul li a {
        font-size: 16px;
        letter-spacing: .32px;
        justify-content: flex-start;
    }
    .nav-vertical li li {
        font-size: 16px;
        padding-left: 0;
        letter-spacing: .32px;
    }
    .off-canvas .nav-vertical>li.menu-item {
        padding: 0px;
        justify-content: flex-start;
    }
    .off-canvas .nav-vertical>li.menu-item:not(.header-search,.account-item,.cart-item)>a {
        border-bottom: 0;
        padding-bottom: 0px;
        text-align: left;
        justify-content: left;
        flex: unset;
        line-height: 24px;
        font-size: 15px;
        letter-spacing: 0.6px;
        font-weight: normal;
        /*border-bottom: .5px solid #000000;*/
        width: 100%;
        padding: 15px 20px;
        color: #000000;
        font-family: var(--font-text-semibold);
        text-transform: inherit;
    }
    .mfp-content .icon-angle-down:before {
        color: #B39C80;
    }
    .mfp-content i.icon-angle-down {
        marign-top: -5px;
    }
    .nav:not(.nav-slide) .active>.children {
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 15px;
    }
    li.html.header-social-icons {
        padding: 15px 20px;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        /*padding-left: 0 !important;*/
        justify-content: left;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active>a {
        border-bottom: none;
        color: var(--primary-color);
    }
    ul.nav.nav-sidebar.nav-vertical.nav-uppercase {
        text-align: center;
    }
    .nav-sidebar.nav-vertical>li+li {
        border-top: 0;
    }
    .off-canvas .header-block .tzn-payment-icons {
        margin: 20px 0;
        justify-content: center;
    }
    .off-canvas .header-block{
        margin-top: 30px;
        justify-content: center;
    }
    .off-canvas .nav-vertical>li.html_topbar_left>a{
        display: block;
        width: auto;
        text-align: center;
        max-width: 70px;
        margin-inline: auto;
        padding: 0;
        margin-bottom: 20px;
    }
    
    body .icon-search:before {
        width: 21px !important;
        height: 23px !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .off-canvas .sidebar-menu {
        padding: 80px 0 30px 0;
    }
    
    .mfp-ready .mfp-close {
        right: auto;
        left: 0;
        top: 14px !important;
        color: #004258 !important;
        mix-blend-mode: inherit;
        opacity: 1 !important;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active,
    .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: transparent !important;
    }
    body .banner-home .banner-img {
        right: 20px;
        max-width: 98px;
    }
    /*MENU*/
}

@media screen and (max-width:849px) {
    
    /*global*/
    h1, h2, h3, h4, h5, h6 {
        word-break: break-word;
    }
    :root {
        --input-height: 38px !important;
    }
    html{
        font-size: 100%;
    }
    /*body .flickity-page-dots {
        pointer-events: inherit;
    }*/
    .tabbed-content .nav .tab {
        width: auto;
        margin: 0 10px;
    }
    .fs-13, .fs-13 p {
        font-size: 13px;
        line-height: 23px;
        letter-spacing: 0;
    }
    .fs-20 p {
        font-size: 16px;
        line-height: 26px !important;
        letter-spacing: 1.6px;
    }
    a.button.white, a.button.primary, a.button.secondary {
        font-size: 14px !important;
        letter-spacing: .84px !important;
        opacity: 1;
        padding: 0 30px;
    }
   
    a.button.white .icon-angle-right {
        right: 0;
        top: 0;
        margin-left: .25rem;
        font-size: .75rem;
    }
   
    body p.lead {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0 !important;
    }
   
    body .container,
    .section > .section-content > .row > .col{
        padding-left: 20px;
        padding-right: 20px;
    }
    .row-small>.col {
        padding: 0 20px 20px !important;
    }
    .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
        font-size: 14px;
    }
    body .medium-1,
    body .medium-2,
    body .medium-3,
    body .medium-4,
    body .medium-5,
    body .medium-6,
    body .medium-7,
    body .medium-8,
    body .medium-9,
    body .medium-10,
    body .medium-11,
    body .medium-12{
        max-width: 100%;
        flex-basis: 100%;
    }
    body, p {
        font-size: 15px;
        line-height: 25px;
    }
    /*.flickity-page-dots {
        pointer-events: inherit;
    }*/
    body .banner h1, body .banner-home h2, body .banner-home h1, body h1 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0 !important;
        margin-bottom: 0 !important;
    }
    .banner h2, body h2 {
        font-size: 28px !important;
        line-height: 42px !important;
        letter-spacing: 0;
        margin-bottom: 15px !important;
    }
    body .banner h3, body h3 {
        font-size: 24px !important;
        line-height: 40px !important;
        letter-spacing: 0;
    }
    body .banner h4, body h4 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }
    body .banner h5, body h5 {
        font-size: 18px;
        line-height: 30px !important;
    }
    body .banner h6, body h6 {
        font-size: 14px;
        line-height: 24px;
    }
    .fs-28 h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .fs-15 p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
    a.button.secondary, a.button.primary {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        padding: 0 30px;
        letter-spacing: 0.84px;
    }
    a.button.primary.is-underline {
        font-size: 16px !important;
        letter-spacing: 0 !important;
    }
    .pb-140, .pb-60, .pb-90, .pb-100, .pb-120, .pb-70, .pb-80, .pb-120 {
        padding-bottom: 20px !important;
    }
    .pt-140, .pt-60, .pt-70, .pt-100, .pt-120, .pt-80, .pt-90, .pt-120 {
        padding-top: 50px !important;
    }
    .gap-0 {
        padding-top: 0px !important;
    }
    .gap-10 {
        padding-top: 10px !important;
    }
    .gap-15 {
        padding-top: 15px !important;
    }
    .gap-20 {
        padding-top: 20px !important;
    }
    .gap-25 {
        padding-top: 25px !important;
    }
    .gap-30 {
        padding-top: 30px !important;
    }
    .gap-35 {
        padding-top: 35px !important;
    }
    .gap-40 {
        padding-top: 40px !important;
    }
    .gap-50 {
        padding-top: 40px !important;
    }
    .gap-60 {
        padding-top: 40px !important;
    }
    .pb-0-mb.col {
        padding-bottom: 0 !important;
    }
    .pb-10-mb.col {
        padding-bottom: 10px !important;
    }
    .pb-15-mb.col {
        padding-bottom: 15px !important;
    }
    .pb-20-mb.col {
        padding-bottom: 20px !important;
    }
    .stuck #logo img {
        max-width: 60px !important;
    }
    .reverse-col {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    body .accordion-title {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .title-box p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 7px;
    }
    .title-box.title-box-center p::after,
    .title-box p::before {
        width: 35px;
        flex-shrink: 0;
    }
    .mfp-ready .mfp-close {
        right: auto !important;
        left: 10px !important;
        padding-top: 0 !important;
        color: #707070 !important;
        mix-blend-mode: inherit;
        opacity: 1 !important;
    }
    .mfp-close svg {
        pointer-events: none;
        width: 35px;
        height: 35px;
    }
    .off-canvas .sidebar-menu {
        padding-top: 0 !important;
    }
    #logo img:not(.stuck img) {
        max-width: 68px !important;
        margin-top: 0;
    }
    .mfp-content a.button.primary.is-outline {
        background: transparent !important;
        border: 1px solid currentColor !important;
        color: var(--primary-color) !important;
        font-family: var(--font-heading-sb) !important;
    }
    .mfp-content  a.button.primary span::after {
        content: '';
        background: url(../images/arrow-right-pr.svg) no-repeat right / contain;
    }
    .mfp-content  a.button.primary:hover span:affer{ 
        transform: translateX(0.4rem);
        transition-duration: 1s;
    }
    .flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
        width: 40px !important;
    }
    /*global*/
    /*header*/
    .header-main .nav-right > li > a {
        padding: 0 .25rem;
    }
    .nav-icon a {
        padding: 0 !important;
    }
    .header-top p {
        font-size: 12px;
        letter-spacing: 0.48px;
        line-height: 20px;
        text-align: left;
        padding-left: 3px;
        width: fit-content;
    }
    #top-bar .icon-box::after {
        display: none;
    }
    #top-bar .icon-box {
        width: 100% !important;
    }
    #top-bar .flex-row {
        justify-items: center !important;
    }
    #top-bar .icon-box .icon-box-text {
        padding-left: 0.35rem;
        width: fit-content !important;
        display: flex;
        justify-content: center;
        max-width: fit-content;
    }
    body .stuck .header-main {
        height: 70px !important;
    }
    body .header-main {
        height: 80px !important;
    }
    .stuck .header-main a.button.primary {
        background: var(--primary-color) !important;
    }
    li.html.header-button-1 a.button:not(.stuck a.button) {
        margin-top: 12px;
    }
    .header-main a.button.primary span {
        font-size: 0;
        min-width: 30px;
    }
    .header-main a.button.primary::before {
        content: '';
        background: url(../images/calendar-wt.svg) no-repeat right / contain;
        width: 1.1rem;
        height: 1.1rem;
        display: inline-flex;
        /*margin-right: unset;*/
        margin-right: 0;
        /*transform: translate(0, 0);*/
        transform: inherit;
        /*position: absolute;*/
    }
     .header-main a.button.primary {
        max-width: 30px;
        color: var(--primary-color);
        /*background: #ffffff !important;*/
        padding: .25rem;
    }
    #masthead .nav.nav-right>li {
        margin: 0 10px;
    }
    .header .flex-row {
        /*max-width: 428px !important;*/
    }
    .topbar-row .fs-12 p{
        line-height: 1.25rem;
    }
    /*.header-button-2 a.button.primary span::before {
        content: '';
        background: url(../images/calendar-wt.svg) no-repeat right / contain;
        width: 1rem;
        height: 1rem;
        display: inline-block;
        margin-right: 0;
        transform: translateY(3px);
    }*/
    /*li.html.header-button-2 {
        text-align: right;
    }
    li.html.header-button-2 {
        padding: 30px 20px !important;
    }
    .header-button-2 a.button.primary {
        height: 30px;
        line-height: 30px;
        width: 30px;
        padding: 0;
        box-shadow: 0px 3px 6px #00000029 !important;
    }*/
    div#top-bar {
        min-height: 36px !important;
        border-bottom: 0;
        border-bottom: none !important;
    }
    /*div#top-bar::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 20px;
        background-color: #fff;
        width: calc(100% - 40px);
        height: 1px;
        opacity: .4;
    }*/
    .topbar-row .icon-box .icon-box-img {
        top: -1px;
    }
    #top-bar .icon-box {
        width: 100% !important;
        justify-content: center;
    }
    .topbar-row .icon-box {
        margin: auto;
        align-items: center;
    }
    .topbar-row .col .col-inner {
        display: flex;
        column-gap: 0;
    }

    .header-main .nav-left {
        justify-content: flex-start;
    }
    /*header*/
    /*footer*/
    
    .cl-has-dropdown .row,
    .cl-has-dropdown .ux-menu  {
        display: none !important;
    }
    .cl-has-dropdown .active + .row,
    .cl-has-dropdown .active + .ux-menu  {
        display: block !important;
        margin-bottom: 30px !important;
        margin-top: -20px;
    }
    .cl-has-dropdown  {
        padding-bottom: 0 !important;
    }
    
    .cl-has-dropdown h5:after {
        content: "";
        display: block;
        background:  url(../images/arrow-up.svg) no-repeat right / contain;
        font-size: 1rem;
        width: 15px;
        height: 15px;
        color: #fff;
        font-weight: 300;
    }
    .cl-has-dropdown h5.active::after {
        transform: rotate(180deg);
    }
    .cl-has-dropdown h5,
    .cl-has-dropdown h6 {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        cursor: pointer;
        align-items: center;
        margin-bottom: 25px;
        /*padding-top: 25px;*/
        font-size: 16px;
    }
    .cl-has-dropdown .text.active h5 {
        margin-bottom: 20px !important;
    }
    
    /*footer*/
    
    
}
@media screen and (max-width:400px) {
    /*footer*/
    .ft-section .tzn-payment-icons img {
        height: 28px;
    }
    /*footer*/
    /*global*/
    body .banner h3, body h3 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .fs-12 p {
        font-size: 11px;
    }
    .title-box p::before {
        top: -4px;
    }
    .title-box p {
        font-size: 13px;
    }
    body .banner h2, body h2 {
        font-size: 24px;
    }
    body .banner-page p.lead, body .banner-home p.lead {
        font-size: 14px;
        letter-spacing: 0.56px;
        line-height: 28px;
    }
    /*global*/
    .row.category-page-row div.product.type-product>.col-inner .title-wrapper .product-title a {
        min-height: 50px;
    }
}
@media screen and (max-width: 400px){
    #logo img {
        max-width: 150px !important;
    }
    .woocommerce .shop_table tr td {
        color: #000;
        white-space: nowrap;
    }
    .transparent .header-top p {
        font-size: 10px;
    }
    .privacy-policy h2{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    .privacy-policy h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px !important;
    }
}