/***GLOBAL****/ 
@font-face {
    font-family: "Poppins-Bold";
    src: url('fonts/Poppins/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
}  
@font-face {
    font-family: "Poppins-Regular";
    src: url('fonts/Poppins/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Poppins-SemiBold";
    src: url('fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "PlusJakartaSans-Bold";
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "PlusJakartaSans-Medium";
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-Regular";
    src: url('fonts/Inter/Inter_18pt-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-SemiBold";
    src: url('fonts/Inter/Inter_18pt-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-Bold";
    src: url('fonts/Inter/Inter_18pt-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-Medium";
    src: url('fonts/Inter/Inter_18pt-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Inter-Light";
    src: url('fonts/Inter/Inter_18pt-Light.ttf');
    font-weight: normal;
    font-style: normal; 
} 

 
:root{
    --heading-font: "Poppins-Bold" !important;
    --heading-font-regular: "Poppins-Regular" !important;
    --heading-font-semibold: "Poppins-SemiBold" !important;
    --heading-font-2: "PlusJakartaSans-Bold" !important;
    --heading-font-2-medium: "PlusJakartaSans-Medium" !important;
    --text-font:"Inter-Regular" !important;
    --text-font-bold:"Inter-Bold" !important;
    --text-font-semibold:"Inter-SemiBold" !important;
    --text-font-medium:"Inter-Medium" !important;
    --text-font-light:"Inter-Light" !important;
    --input-height:2.5rem !important;
}
body,
p {
    font-family: var(--text-font);
    font-size: 1rem;
    line-height: 1.625rem;
}
label, legend {
    font-weight: normal;
}
li b, li strong,
.p-bold p,
p strong {
    font-weight: normal;
    font-family: var(--text-font-semibold);
}
.font-bold p {
    font-family: var(--text-font-semibold);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
    opacity: 1;
}
body h1 {
    font-family: var(--heading-font);
    font-size: 2.8125rem;
    line-height: 4.0625rem;
}

body .banner-page h2,
body .banner h1 {
    font-size: 2.8125rem;
    line-height: 4.0625rem;
    font-family: var(--heading-font);
}
body .banner h2,
body h2 {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: 0;
    font-family: var(--heading-font-2);
}
body h3,
body .banner h3 {
    line-height: 2.5rem;
    font-size: 1.5625rem;
    letter-spacing: 0.046875rem;
    font-family: var(--heading-font-2);
}
body h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: var(--heading-font-2);
}
body h5 {
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: var(--heading-font-semibold);
    opacity: 1;
}

body h6 {
    line-height: 1.5rem;
    font-family: var(--heading-font-regular);
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
    opacity: 1;
}
a.lead, p.lead {
    font-size: .938rem;
    line-height: 1.5rem;
    font-family: var(--text-font-light);
    letter-spacing: 0.038rem;
    margin-bottom: .125rem;
}
body .uppercase, body h6, body span.widget-title, body th {
    letter-spacing: 0;
    text-transform: inherit;
}
.star-rating{
    width: 100%;
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
    letter-spacing: 0.5rem;
}


.m-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.col-pb-0 .col{
    padding-bottom: 0 !important;
}
.mb-0,
.mb-0 p {
    margin-bottom: 0;
}
.mb-30 >*{
    margin-bottom: 1.875rem;
}
.mb-0-p p:last-child {
    margin-bottom: 0;
}
.mb-20-h4 h4 {
    margin-bottom: 1.25rem;
}
.row-small {
    margin-inline: auto !important;
}
.mb-40{
    margin-bottom: 2.5rem;
}
.mw-1360{
    max-width: 85rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.mw-970{
    max-width: 60.625rem !important;
}
.mw-400{
    max-width: 25rem;
}
.mw-440{
    max-width: 27.5rem;
}
.mw-660{
    max-width: 41.25rem;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0 !important;
}
span.amount {
    font-weight: normal;
}
.fs-12 p{
    font-size: 0.75rem;
    line-height: 1.3125em;
}
.fs-13 p{
    font-size: .8125rem;
    line-height: 1rem;
}
.fs-14 p{
    font-size: .875rem;
    line-height: 1.25rem;
}
.fs-15 p{
    font-size: .938rem;
    line-height: 1.5rem;
}
.fs-16 p{
    font-size: 1rem;
    line-height: 1.625rem;
}
.fs-18 p{
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.fs-20 p{
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.img-auto img{
    width: auto !important;
}
.badge+.badge,
.badge-frame {
    height: auto;
    margin-left: auto;
    width: auto;
    min-width: auto;
    opacity: 1;
    
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0 !important;
}
.button, button, fieldset, input, select, textarea {
    margin: 0;
}
a.button.white, a.button.primary, a.button.secondary {
    height: var(--input-height);
    line-height: calc(var(--input-height) - 1px);
    font-size: 0.813rem;
    padding: 0 2.75rem;
    min-height: auto;
    letter-spacing: 0.049rem;
    font-weight: normal;
    font-family: var(--text-font-bold);
    margin: 0;
    text-transform: inherit;
    background-color: transparent !important;
    border: 1px solid var(--primary-color);
    text-decoration: none !important;
    box-shadow: none !important;
    border-radius: 1.25rem;
    color: var(--primary-color) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
a.button.secondary {
    border: 1.5px solid var(--heading-color);
    line-height: calc(var(--input-height) - 1.5px);
    border-radius: 1.25rem;
    color: var(--heading-color) !important;
    background-color: transparent !important;
}
a.button.primary:hover,
a.button.secondary:hover{
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}
.button:not(.back-to-top) .icon-angle-up:before ,
.button:not(.back-to-top) .icon-angle-right:before {
    content: '';
    background: url(../image/icons-right.svg) no-repeat center center / contain;
    width: .65rem;
    height: .65rem;
    display: inline-flex;
    position: relative;
    top: -.05rem;
    transition: .25s all ease-in-out;
    margin-left: .625rem;
}
.button:not(.back-to-top) .icon-angle-up::before{
    background: url(../image/arrow-up-right.svg) no-repeat center center / contain ;
}
a.button.primary.is-link {
    border: 0 !important;
    line-height: inherit;
    border-radius: 1.25rem;
    color: var(--heading-color) !important;
    background-color: transparent !important;
    padding: 0 !important;
    height: inherit !important;
}
a.button.primary.is-link i.icon-angle-up,
a.button.secondary i.icon-angle-up {
    filter: brightness(0);
    transform: translateY(.1rem);
    transition: all .3s;
}
a.button.primary i.icon-angle-up{
    transition: all .15s;
    transform: translateY(.1rem);
}
a.button.primary.is-link:hover{
    color: var(--primary-color) !important;
}
a.button.primary.is-link:hover i.icon-angle-up{
    filter:invert(0);
    transform: translateY(-.1rem) rotate(45deg);
    transition: all .3s;
}
a.button.primary:hover i.icon-angle-up,
a.button.secondary:hover i.icon-angle-up {
    filter: brightness(0) invert(1);
    transform: translateY(-.1rem) rotate(45deg);
    transition: all .3s;
}
a.button.white .icon-angle-right{
    position: absolute;
    right: 0.25rem;
    top: .175rem;
}
a.button.white .icon-angle-right:before {
    content: '';
    background: url(../image/icons-right-white.svg) center center / contain no-repeat;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    position: relative;
    top: 0;
    transition: .25s all ease-in-out;
    margin-left: 0;
}
.button.white:hover .icon-angle-right:before {
    transform: translateX(-.5rem);
}
.button:hover .icon-angle-right:before {
    transform: translateX(.5rem);
}
a.button.white{
    color: #fff !important;
    border: 1px solid #fff;
    padding: 0 4.125rem 0 1.875rem;
}
a.button.is-outline{
    background-color: transparent !important;
}
/* a.button.primary:hover,
a.button.white:hover,
a.button.primary:hover{
    background-color: #4D4D4D !important;
    border-color: #4D4D4D !important;
    color: #fff !important;
} */

a.button.is-outline:hover{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
span.amount {
    font-weight: normal;
}
body .row-full-width {
    max-width: 120rem!important;
}
.button:not(.icon)>span+i {
    margin-left: 0;
    margin-right: 0;
}
figure.gallery-item {
    padding-bottom: 0;
}
.pb-30 {
    padding-bottom: 1.875rem !important;
}
.pt-45{
    padding-top: 2.8125rem !important;
}
.pt-50{
    padding-top: 3.125rem !important;
}
.pt-60{
    padding-top: 3.75rem !important;
}
.pb-60{
    padding-bottom: 3.75rem !important;
}
.pb-65{
    padding-bottom: 4.0625rem !important;
}
.pt-100{
    padding-top: 6.25rem !important;
}
.pt-120{
    padding-top: 7.5rem !important;
}
.pb-120{
    padding-bottom: 7.5rem !important;
}
.pt-70{
    padding-top:4.375rem !important;
}
.pb-70{
    padding-bottom: 4.375rem !important;
}
.pt-80{
    padding-top: 5rem !important;
}
.pb-80{
    padding-bottom: 5rem !important;
}
.pt-40{
    padding-top: 2.5rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.pb-100{
    padding-bottom: 6.25rem !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;
}
.pt-95{
    padding-top: 5.9375rem !important;
}
.pb-95{
    padding-bottom: 5.9375rem !important;
}
.pb-50{
    padding-bottom: 3.125rem !important;
}
.pt-110{
    padding-top: 6.875rem !important;
}
.mb-30 {
    margin-bottom: 1.875rem !important;
}
.mb-90{
    margin-bottom: 5.625rem !important;
}
.mb-60{
    margin-bottom: 3.75rem !important;
}
body .col, body .columns, body .gallery-item {
    padding: 0 0.9375rem 1.875rem;
}
body .container, body .container-width, body .full-width .ubermenu-nav, body .row {
    max-width: 76.875rem;
}
body .row.row-small {
    max-width: 76.25rem;
}
.flickity-prev-next-button::before{
    content: '\f060';
    font-family: var(--icons-font);
    font-size: .875rem;
    line-height: 2rem;
}
.flickity-prev-next-button.next::before{
    content: '\f061';
}
.flickity-prev-next-button {
    width: 2rem;
    height: 2rem;
    transform: none !important;
    min-height: 2rem;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-left .flickity-prev-next-button {
    left: -2rem !important;
    margin-top: 1.2rem;
}
.arrow-left .flickity-prev-next-button.previous {
    margin-top: -1.5rem;
}
.slider-nav-outside .flickity-prev-next-button.next {
    left: calc(100% + 3.125rem);
}
.slider-nav-outside .flickity-prev-next-button.previous {
    right: calc(100% + 3.125rem);
}
.slider.slider-nav-dark .flickity-prev-next-button {
    color: #000 !important;
    border: 1px solid #000;
}
.flickity-prev-next-button:hover::before{
    color: #fff;
}
.flickity-prev-next-button:hover{
    background-color: var(--primary-color);
    color: #fff;
}
.flickity-prev-next-button svg{
    display: none;
}
.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    border-radius: 0;
    height: 0.25rem;
    width: 1.875rem;
}
.slider-nav-light .flickity-page-dots .dot.is-selected {
    /* width: 3.125rem !important; */
}
.flickity-page-dots .dot.is-selected {
    background: var(--primary-color) !important;
    opacity:1;
    width: 1rem;
    height: 1rem;
    /* transform: translateY(-.1875rem); */
}
.flickity-page-dots .dot {
    border-color: transparent;
    background: #26292B !important;
    opacity: 0.2;
    width: .625rem;
    height: .625rem;
}
.flickity-page-dots {
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}
.woocommerce-no-products-found {
    padding-bottom: 4rem;
    text-align: center;
}
.accordion .icon-angle-down:before {
    content: '' !important;
    background: url(../image/arrow-up-right.svg) no-repeat center center / contain;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: .65rem;
    height: .65rem;
}
.accordion .toggle {
    left: auto;
    right: 0;
    top: 25%;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    transform: rotate(90deg);
}
.accordion .accordion-item:nth-child(1) .accordion-title {
    border-top: 1px solid #E8E8E8 !important;
}
.active>.toggle {
    transform: rotate(0deg);
}
.accordion .accordion-title.active {
    border-bottom: 1px solid #E8E8E8 !important;
}
.accordion-title.active {
    background: transparent;
    font-weight: normal;
}
.accordion .accordion-title {
    border-top: 0;
    border-bottom: 1px solid #E8E8E8 !important;
    padding-left: 0 !important;
    font-family: var(--heading-semibold);
    font-size: 1rem;
    line-height: 1.75rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-right: 2.5rem !important;
    color: #35393B!important;
}
.accordion-inner {
    padding-left: 0 !important;
    padding-right: 3rem !important;
    padding-bottom: 0 !important;
}
/***GLOBAL****/ 
/*HEADER*/
#top-bar .icon-box-text p {
    white-space: nowrap;
    margin-bottom: 0;
}
#top-bar .col-topbar > .col-inner > * .icon-box-img {
    max-width: .8125rem !important;
}
#top-bar .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .625rem;
}
.col-topbar > .col-inner > * {
    flex-wrap: nowrap;
    align-items: center;
}
.col-topbar > .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-topbar > .col-inner > *:not(:last-child) {
    margin-right: 7.5rem;
}
#top-bar .icon-box-img {
    transform: translateY(-0.1rem);
}
.nav>li {
    margin: 0 .75rem;
}
#logo {
    width: 14.875rem !important;
}
.has-dropdown .icon-angle-down {
    display: none;
}
.searchform .button.icon {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent !important;
    box-shadow: unset;
    border: 0 !important;
    filter: invert(1);
}
.header li.current-dropdown.header-search >.nav-dropdown {
    left: auto;
    right: 0;
}
.header li.current-dropdown.header-search .nav-dropdown-default {
    padding: .75rem 1rem;
    min-width: 16.9375rem;
    border-radius: 2.5rem;
}
.header .nav-dropdown.nav-dropdown-default>li>a:hover{
    text-decoration: underline;
    color: var(--primary-color) !important;
    font-family: var(--text-font-medium) !important;
}
.header .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0;
    margin: 0;
    padding: .5rem 0;
    line-height: 1;
    font-size: .9375rem;
    letter-spacing: 0.3px;
    color: #26292B !important;
}

.header-bottom .nav>li.menu-item>a {
    padding: 0;
    line-height: 1.25rem;
    font-size: .9375rem;
    letter-spacing: 0.01875rem;
    color: #26292B;
    z-index: 10;
    position: relative;
    display: inline-flex;
    font-family: var(--text-font-semibold);
    padding-bottom: 1.25rem;
}
.header-bottom .nav>li.menu-item.current-dropdown>a,
.header-bottom .nav>li.menu-item>a:hover {
    color: var(--primary-color) !important;
}
.header ul.header-nav.header-nav-main.nav.nav-left .icon-box{
    align-items: center;
}
.header ul.header-nav.header-nav-main.nav.nav-left .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .625rem;
}
.header ul.header-nav.header-nav-main.nav.nav-left .icon-box-img {
    max-width: .8125rem !important;
}
.header ul.header-nav.header-nav-main.nav.nav-left .icon-box-text p a,
.header ul.header-nav.header-nav-main.nav.nav-left .icon-box-text p,
.header #top-bar .icon-box-text p {
    color: #fff;
}
.header.transparent .header-bottom-nav.nav > li > a {
    color: #fff;
}
.header-bottom .nav>li.menu-item {
    margin: 0 1.25rem;
}
.header-bottom {
    min-height: inherit;
    
    border-bottom: 1px solid #fff;
    background: transparent !important;
}
.header-bottom .nav>li.menu-item {
    line-height: 1;
}
body .header-main,
body .transparent .header-main {
    height: 5.3125rem;
}
body #header .account-item>a::after {
    width: 1.1875rem;
    height: 1.3125rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
body #header .icon-search:before {
    width: 1.3125rem;
    height: 1.3125rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
li.cart-item .image-icon img {
    max-width: 1.4375rem;
}
body #masthead .header-cart-icon:after {
    background: var(--primary-color);
    font-size: .75rem;
    font-family: var(--text-font-bold);
    line-height: 1.125rem;
}
body.page-template-page-transparent-header-light #header .header-wrapper.stuck ul.header-nav.header-nav-main.nav.nav-left .icon-box-img {
    max-width: .8125rem !important;
    filter: invert(1);
}
body.page-template-page-transparent-header-light #header .header-wrapper.stuck ul.header-nav.header-nav-main.nav.nav-left .icon-box-text p a{
    color: #000;
}
body .header:not(.has-transparent) .header-wrapper:not(.stuck) .header-bottom {
    border-bottom: 1px solid #CCCCCC !important;
}
body:not(.page-template-page-transparent-header-light) .header ul.header-nav.header-nav-main.nav.nav-left .icon-box-text p a,
body:not(.page-template-page-transparent-header-light) .header #top-bar .icon-box-text p {
    color: #000;
}
body:not(.page-template-page-transparent-header-light) .header ul.header-nav.header-nav-main.nav.nav-left .icon-box-img,
body:not(.page-template-page-transparent-header-light) #top-bar .col-topbar > .col-inner > * .icon-box-img {
    filter: invert(1);
}
body:not(.page-template-page-transparent-header-light) #header .header-wrapper .image-icon img, 
body:not(.page-template-page-transparent-header-light) #header .header-wrapper .account-item>a::after, 
body:not(.page-template-page-transparent-header-light) .header-wrapper .icon-search:before,
body.page-template-page-transparent-header-light #header .header-wrapper.stuck .image-icon img, 
body.page-template-page-transparent-header-light #header .header-wrapper.stuck .account-item>a::after, 
body.page-template-page-transparent-header-light .header-wrapper.stuck .icon-search:before {
    filter: invert(1);
}
/*HEADER*/
/*footer*/
.footer-bottom {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important;
}
.st-footer-bottom .row > .col .fs-13 p {
    font-size: .8125rem;
    line-height: 1rem;
    margin-bottom: 0;
    color: #6C6C6C;
}
.st-footer-bottom .row > .col p a {
    color: #6C6C6C;
}
.absolute-footer {
    display: none !important;
}
.logo-footer.img {
    max-width: 14.875rem; 
    margin-bottom: 4.375rem !important;   
}
.ft-section .stack-col.ux-menu{
    margin-bottom: 1.875rem;
}
.ft-section .stack-col .ux-menu-link:not(:last-child) {
    margin-right:2.25rem !important;
}
.ft-section .tzn-payment-icons img {
    height: 1.5rem;
    width: fit-content;
    margin: 0 .25rem .25rem;
}
.ft-section .social-icons{
    margin-bottom: 1.875rem;
}
.ft-section .social-icons i {
    min-width: inherit;
}
.st-footer-bottom .stack-col .ux-menu-link:not(:last-child) {
    margin-right:2.25rem !important;
}
.st-footer-bottom .ux-menu-link__link {
    padding: 0 !important;
    min-height: inherit !important;
    line-height: 1rem !important;
    font-size: .8125rem;
    color: #BCBCBC !important;
    margin-bottom: 0;
    font-family: var(--text-font-light);
}
.st-footer-bottom > .section-content > .row .col > div{
    display: flex;
    justify-content: space-between;
}
.st-footer-bottom{
    border-top: 1px solid #FFFFFF;
    padding: 1.375rem 0 !important;
}
.st-footer-bottom .stack-col,
.ft-section .stack-col {
    flex-direction: row;
    justify-content: center;
}
.ft-section .ux-menu-link__link {
    padding: 0 !important;
    min-height: inherit !important;
    line-height: 1.25rem !important;
    font-size: .9375rem;
    color: #fff;
    margin-bottom: 0;
    font-family: var(--text-font-semibold);
}
.st-footer-top > .section-content > .row .col > div{
    display: flex;
    justify-content: space-between;
}
.st-footer-top > .section-content > .row .icon-box-img {
    max-width: 1.125rem;
}
.st-footer-top .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .625rem;
}
.st-footer-top > .section-content > .row p {
    white-space: nowrap;
    font-size: .9375rem;
    line-height: 1.25rem;
    font-family: var(--text-font-medium);
}
.st-footer-top > .section-content > .row .icon-box-img {
    transform: translateY(-.125rem);
}
.st-footer-top > .section-content > .row .icon-box {
    width: fit-content;
    align-items: center;
}
.st-footer-top > .section-content > .row{
    max-width: 52.8125rem;
}
.st-footer-bottom > .section-content > .row{
    max-width: 51.25rem;
}
.social-icons a.icon {
    margin: 0 1.0625rem !important;
}
.social-icons a.icon i.icon-facebook:before {
    content: '';
    background: url(../image/facebook.svg) center center / contain no-repeat;
    width: .75rem;
    height: 1.4375rem;
    display: inline-flex;   
    position: relative;
    position: relative;
    top: 0;
}
.social-icons a.icon i.icon-instagram:before {
    content: '';
    background: url(../image/instagram.svg) center center / contain no-repeat;
    width: 1.4375rem;
    height: 1.4375rem;
    display: inline-flex;   
    position: relative;
    position: relative;
    top: 0;
}
.social-icons a.icon i.icon-linkedin:before {
    content: '';
    background: url(../image/linkedin-in.svg) center center / contain no-repeat;
    width: 1.4375rem;
    height: 1.4375rem;
    display: inline-flex;   
    position: relative;
    position: relative;
    top: 0;
}
.tzn-payment-icons .payment-icon+.payment-icon {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
/*footer*/

@media screen and (max-width:1200px) {
    .header-bottom .nav>li.menu-item {
        margin: 0 .5rem;
    }
    .col-topbar > .col-inner > *:not(:last-child) {
        margin-right: 4.5rem;
    }
    .icon-menu:before {
        content: " " !important;
        width: 27px;
        height: 20px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-image: url(../image/menu.svg);
        display: block;
    }
    body:not(.page-template-page-transparent-header-light) .header .header-wrapper:not(.stuck) .icon-menu:before {
        filter: invert(1);
    }
}
@media screen and (max-width:849px) {
    /*footer*/
    .ft-section .tzn-payment-icons img {
        margin: 0 10px 10px 0;
    }
    .ft-section .tzn-payment-icons > div {
        margin: 0 !important;
    }
    .ft-section .tzn-payment-icons {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ft-section .menu-mobi-footer .ux-menu-link__link {
        font-size: 13px;
        font-family: var(--text-font-light);
    }
    .ft-section .ux-menu-link__link {
        line-height: 16px !important;
        font-size: 14px;
    }
    .ft-section .social-icons {
        margin-top: 10px;
    }
    .logo-footer.img {
        max-width: 191px;
        margin-bottom: 30px !important;
    }
    #footer {
        margin-top: 0;
    }
    .ft-section.pt-60 {
        padding-top: 40px !important;
    }
    .ft-section .stack-col .ux-menu-link:not(:last-child) {
        margin-right: 10px !important;
    }
    .ft-section .stack-col .ux-menu-link {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .ft-section.pb-80{
        padding-bottom: 30px !important;
    }
    .st-footer-bottom {
        padding: 25px 0 !important;
    }
    .st-footer-bottom .row > .col .fs-13 p {
        margin-top: 16px;
    }
    .st-footer-top .icon-box-left .icon-box-img+.icon-box-text {
        flex: unset !important;
    }
    .st-footer-top > .section-content > .row .icon-box {
        justify-content: center;
    }
    .st-footer-bottom .stack-col .ux-menu-link:not(:last-child) {
        margin-right: 0 !important;
    }
    .st-footer-bottom > .section-content > .row .col > div {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .st-footer-bottom .stack-col, 
    .ft-section .stack-col {
        flex-wrap: wrap;
    }
    /*footer*/
    /*header*/
    .header-wrapper.stuck i.icon-menu {
        filter: invert(1);
    }
    body .header-main, body .transparent .header-main {
        height: 5rem;
        border-bottom: 1px solid #fff;
    }
    body:not(.page-template-page-transparent-header-light) .header .header-wrapper:not(.stuck) .header-main{
        border-bottom: 1px solid #cccccc;
    }
    body #logo {
        width: 191px !important;
    }
    .col-topbar > .col-inner > *{
        width: fit-content;
    }
    .col-topbar > .col-inner > *:not(:nth-child(1)) {
        display: none;
    }
    .col-topbar > .col-inner > *:not(:last-child) {
        margin-right: 0;
    }
    /*header*/
    /*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;
    }
    
    a.button.white, a.button.primary, a.button.secondary {
        font-size: 14px !important;
        letter-spacing: 0.84px !important;
        opacity: 1;
        padding: 0 24px;
    }
    a.button.white {
        padding: 0 60px 0 24px;
    }
    a.button.white .icon-angle-right {
        right: 4px;
        top: 2px;
    }
    a.lead, p.lead {
        font-size: 14px;
        letter-spacing: 0.56px;
        line-height: 17px;
        margin-bottom: 10px;
    }
   
    body .container,
    .section > .section-content > .row > .col{
        padding-left: 20px;
        padding-right: 20px;
    }
    .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;
    }
    .row-slider .flickity-page-dots .dot,
    .flickity-page-dots .dot {
        border-radius: 0 !important;
        border-radius: 50% !important;
        border: 0 !important;
        margin: 0 4px;
        background-color: #FCFCFC;
        opacity: 1;
    }
    body .banner h1,
    body .banner-home h2, body .banner-home h1, body h1 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;
    }
    body .banner h2, body h2 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 0px;
    }
    body .banner h3, body h3 {
        font-size: 22px !important;
        line-height: 32px !important;
        letter-spacing: 0.66px;
    }
    body .banner h4, body h4 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing:0;
    }
    body .banner h5, body h5 {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0;
    }
    body .banner h6, body h6 {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.56px;
    }
    .fs-15 p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    a.button.secondary, a.button.primary {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        padding: 0 30px;
        letter-spacing: 0.84px;
    }
   
    .pb-140, .pb-60, .pb-90, .pb-100, .pb-120, .pb-70, .pb-80, .pb-120 {
        padding-bottom: 50px !important;
    }
    .pt-140, .pt-60, .pt-70, .pt-100, .pt-120, .pt-80, .pt-90, .pt-120 {
        padding-top: 50px !important;
    }
    .accordion-title {
        padding-left: 0 !important;
        padding-right: 50px !important;
        font-size: 15px;
        line-height: 25px;
    }
    .accordion .toggle {
        right: 0;
        margin: 0;
        top: 21%;
    }
    .accordion-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .flickity-prev-next-button {
        width: 11px!important;
        height: 40px !important;
    }
    body .flickity-page-dots .dot {
        background-color: #E6E6E6 !important;
    }
    .flickity-page-dots .dot.is-selected {
        background-color: var(--primary-color) !important;
    }
    body .accordion-title {
        padding: .75rem 3.125rem .75rem .875rem;
        letter-spacing: 0;
        line-height: 25px;
        font-size: 15px;
    }
    body .accordion-inner {
        padding: 0 0 20px 0;
    }
    body .accordion-item + .accordion-item {
        margin-top: 0;
    }
    body .accordion .toggle {
        right: 0;
        top: 11px;
    }
    /*global*/
}