/*HEADER
-----------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    z-index: 9;
    transition: all 0.3s;
    justify-content: space-between;
    align-items: center;
    /* background-color: #ffffff; */
    /* box-shadow: 0px 0px 2px rgb(0 0 0 / 50%); */
}

body:not(.body-shoreline) header,
body.lf-woo-product-page header {
    background-color: #ffffff;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
}

body.lf-woo-products-page header {
    /* background-color: transparent; */
    /* box-shadow: none; */
}

header.scroll,
body.lf-woo-products-page header.scroll {
    background-color: #ffffff;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
}

.main-content-open header {
    padding-right: 64px;
    -webkit-transition: padding-right .5s!important;
    transition: padding-right .5s!important;
}

.top-header {
	float: left;
    width: 100%;
	height: 40px;
    /* background-color: #1958a7; */
}

.top-menu {
    float: left;
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.top-menu a {
    color: #737373;
    text-decoration: none;
    float: right;
    margin-right: 5px;
}

.top-menu a + a {
    border-right: 1px solid #747474;
}

.top-menu li.menu-item {
    float: left;
    border-bottom: 0!important;
}

.top-menu li.menu-item + li {
    padding-right: 10px;
}

.left-top-header {
	position: relative;
    float: left;
}

.top-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    color: var(--main_text_color);
    font-weight: bold;
    text-decoration: none;
}

.top-logo svg {
    fill: var(--main_text_color);
}

.top-logo img {
    height: 50px;
    width: auto;
    flex-shrink: 0;
}

.top-logo img.top-slogan {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.logo-html {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    height: 60px;
    gap: 0;
    border-right: 1px solid #e9e9e9;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 100;
    text-align: right;
}

.logo-html span {
    display: block;
    line-height: 1;
    height: auto;
    padding: 0;
}

/* White text and image when header doesn't have scroll class */
.body-shoreline header .logo-html {
    color: #ffffff;
}
header.scroll .logo-html,
header.scroll nav li a,
header.scroll nav li span {
    color: #1a1a1a;
}
.body-shoreline header .image-logo {
    filter: brightness(0) invert(1);
}
.body-shoreline header:not(.scroll) .menu-toggle i svg {
    fill: #f6f7ff;
}

#main-content {
    margin-top: 100px;
}
.body-shoreline #main-content {
    margin-top: 0;
}
.elementor-page #main-content {
    overflow: hidden;
}
#side-menu {
	display: none;
}

#logo {
    float: left;
    width: 200px;
    height: 60px;
    text-align: center;
    background-color: #3279a0;
    color: #ffffff;
    text-decoration: none;
}

#logo img {
    height: 54px;
}

.site-name {
    float: left;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
}

.slogan {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

img.logo-img-mobile {
    display: none;
}

h1 {
    font-size: 26px;
    margin: 0px;
    font-weight: normal;
}

#title h1 {
	line-height: 64px;
}

#title {
    float: right;
    display: inline-block;
    height: 64px;
    width: 50%;
    line-height: 64px;
    color: white;
    margin-right: 60px;
}

.menu-toggle {
    display: none;
}

#close-side-menu {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: var(--header_mobile_close_menu_toggle_background_color);
    cursor: pointer;
    border-left: 1px solid #f9f9f9;
}

.lf-search-container {
    position: relative;
    float: left;
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin: 0;
    border: 1px solid #e9e9e9;
    transition: 0.5s all;
}

.lf-search-container:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.lf-search-input {
    float: right;
    width: calc(100% - 50px);
    height: 38px;
    border: 0;
    padding: 5px;
    font-size: 20px;
    outline: 0;
}

.lf-search-toggle {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border: 0;
}

.lf-search-toggle i {
    width: 40px;
    height: 40px;
}

.lf-search-toggle i.md-icons svg {
    fill: var(--maincolor);
}

.header-logo {
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.text-logo {
    font-family: "Saira", serif;
    font-size: 32px;
    line-height: 26px;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-transform: uppercase;
    color: #5e5f68;
}
.body-shoreline .text-logo, .lf-woo-products-page .text-logo {
    /* color: #ffffff; */
}
header.scroll .text-logo {
    color: #5e5f68;
}

header.scroll .logo-html {
    color: #1a1a1a;
}

header.scroll .image-logo {
    filter: none;
}


.slogan-text-logo {
    font-family: "Damion", serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #d57b00;
}

.header-left {
	position: relative;
    float: right;
    width: calc(100% - 220px);
	height: 130px;
}

.header-menu {
    float: left;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.header-actions {
    float: right;
    height: 60px;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

/* Language switcher (Polylang) – between logo and menu */
header .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
header .container .header-logo,
header .container .header-menu {
    float: none;
}
.header-lang {
    position: relative;
    flex-shrink: 0;
    height: 60px;
    display: flex;
    align-items: center;
}
.header-lang-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--main_text_color);
    border-radius: 50px;
}
.header-lang-trigger:hover {
    background-color: rgba(0, 0, 0, 0.06);
}
.header-lang-trigger svg,
.header-lang-trigger i.md-icons svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}
.header-lang-trigger svg.header-lang-globe,
.header-lang-trigger .header-lang-globe {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.2;
}
.body-shoreline header .header-lang-trigger {
    color: #ffffff;
}
header.scroll .header-lang-trigger {
    color: var(--main_text_color);
}
.header-lang-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 140px;
    margin-top: 4px;
    padding: 8px 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
    z-index: 100;
    list-style: none;
}
.header-lang:hover .header-lang-dropdown {
    visibility: visible;
    opacity: 1;
}
.header-lang-item {
    display: block;
    padding: 10px 16px;
    font-size: 16px;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}
.header-lang-item:hover {
    background-color: rgba(0, 0, 0, 0.06);
}
.header-lang-item + .header-lang-item {
    border-top: 1px solid #f0f0f0;
}

.header-button {
    height: 36px;
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.get-started {
    background-color: #c60606;
    color: #ffffff;
}
.my-account {
    background-color: #383838;
    color: #ffffff;
}

.header-login-button {
    margin: 0 20px;
    color: var(--main_text_color);
    text-decoration: none;
    text-transform: uppercase;
    /* font-weight: bold; */
    height: 36px;
    padding: 0 20px;
    font-size: 18px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.cart-container {
    position: relative;
    float: left;
    height: 50px;
    margin: 5px 0;
    border: 1px solid #e9e9e9;
    transition: 0.5s all;
}

.cart-container:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s all;
}

.cart-container a {
	float: left;
    height: 50px;
}

.cart-container i {
	float: left;
    width: 50px;
    height: 50px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	color: black;
}

.cart-items-info {
	float: right;
    width: 120px;
    height: 50px;
}

.cart-items-count {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

.cart-items-total {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

/*MENU
-----------------------*/

header nav {
    float: left;
    width: 100%;
    line-height: 30px;
}

header nav a, #side-menu nav a, header nav span, #side-menu nav span {
    float: left;
    height: 40px;
    font-size: 22px;
    font-weight: 200;
    line-height: 40px;
	padding: 0 10px;
    color: var(--main_text_color);
    text-decoration: none;
    outline: 0;
}
#side-menu nav .lf-current-menu::after {
    color: #d57b00;
}

.body-shoreline header nav a, .body-shoreline header nav span, .lf-woo-products-page header nav a, .lf-woo-products-page header nav span {
    color: #ffffff;
}

header.scroll nav a, header.scroll nav span {
    color: var(--main_text_color);
}

header nav li {
    float: left;
    height: 40px;
    /* margin-bottom: -2px!important; */
}

header nav li span,
header nav li span i,
header nav li a,
header nav li a i,
header nav li span i.md-icons svg,
header nav li a i.md-icons svg {
	/* border-bottom: 2px solid transparent; */
    /* transition: all 0.2s; */
}

header nav li span:hover,
header nav li span:hover i,
header nav li a:hover,
header nav li a:hover i,
header nav li span:hover i.md-icons svg,
header nav li a:hover i.md-icons svg {
    /* background-color: var(--header_hover_select_background_color); */
    /* color: var(--header_hover_select_color); */
    /* fill: var(--header_hover_select_color); */
}
header nav ul:not(.sub-menu) > li + li {
    border-left: 1px solid #e9e9e9;
    margin-left: 10px;
}
header:not(.scroll) nav ul:not(.sub-menu) > li + li {
    border-left: 1px solid transparent;
}
header li.menu-item, #side-menu li.menu-item {
    margin: 0;
    padding: 0;
    position: relative;
}

header ul.menu > li.current-menu-item,
header ul.menu > li.current-menu-parent {
    /* border-bottom: 2px solid  var(--header_hover_select_background_color); */
}

.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
    border-bottom: 0px solid;
	/* border-bottom-color: var(--header_hover_select_background_color); */
}

header ul.menu > li[class*="current"] > span,
header ul.menu > li[class*="current"] > span i,
header ul.menu > li[class*="current"] > a,
header ul.menu > li[class*="current"] > a i {
    margin-bottom: 0px;
    /* background-color: var(--header_hover_select_background_color); */
    /* color: #ffffff;
    fill: #ffffff; */
}
header.scroll ul.menu > li[class*="current"] > span,
header.scroll ul.menu > li[class*="current"] > span i,
header.scroll ul.menu > li[class*="current"] > a,
header.scroll ul.menu > li[class*="current"] > a i {
    margin-bottom: 0px;
    /* background-color: var(--header_hover_select_background_color); */
    color: #1a1a1a;
    fill: #1a1a1a;
}

.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > a,
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > i {
	background-color: var(--header_hover_select_background_color);
	color: var(--header_hover_select_color);
}

header nav ul:not(.sub-menu) > li > a, header nav ul:not(.sub-menu) > li > span {
    border-radius: 50px;
}

header .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    width: 250px;
    border-top: 2px solid transparent;
}

#side-menu .sub-menu {
    position: absolute;
    top: 40px;
	background-color: white;
}

header .sub-menu li {
    float: right;
    width: 100%;
	background-color: white;
}

header .sub-menu li a,
header .sub-menu li span {
    float: right;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .sub-menu li i {
    float: right;
	font-size: 22px;
	line-height: 30px;
}

.sub-menu li + li {
    border-top: 1px solid #f9f9f9;
}

.open-sub-menu, .close-sub-menu {
    display: none;
}

.lf-item-title {
    height: 40px;
}

.mobile-header-container {
	display: none;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (max-width: 950px) {

header {
    /* background-color: var(--header_mobile_background_color); */
    height: 50px;
}
header .container {
    position: relative;
    padding-left: 50px;
    padding-right: 60px;
}
header nav {
	display: none;
}
.header-lang {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-lang:hover .header-lang-dropdown {
    visibility: hidden;
    opacity: 0;
}
.header-lang.lang-dropdown-open .header-lang-dropdown {
    visibility: visible;
    opacity: 1;
}
.header-lang-dropdown {
    top: 100%;
    right: 5px;
    left: auto;
    margin-top: 2px;
}
.header-lang .header-lang-trigger {
    width: 40px;
    height: 40px;
}
.header-lang .header-lang-trigger svg,
.header-lang .header-lang-trigger i.md-icons svg {
    width: 22px;
    height: 22px;
}
.header-lang .header-lang-trigger svg.header-lang-globe {
    stroke-width: 1.2;
}
.header-logo {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.text-logo {
    font-size: 20px;
    line-height: 20px;
}
.slogan-text-logo {
    font-size: 18px;
    line-height: 1;
}
.header-actions {
    display: none;
}

.header-menu {
    display: none;
}
.top-logo img {
    height: 30px;
}
.logo-html {
    border-right: 1px solid #e9e9e95c;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 5px;
    margin-left: 0;
    margin-right: 5px;
    height: 50px;
    font-size: 14px;
}
.logo-html span {
    line-height: 1;
    height: auto;
    padding: 0;
}
#main-content {
    margin-top: 50px;
}
#logo {
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    width: 180px;
    height: 50px;
}
.site-name {
    font-size: 25px;
    line-height: 30px;
}
.slogan {
    font-size: 16px;
    line-height: 20px;
}
.menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 50px;
    cursor: pointer;
	z-index: 99999;
}
.menu-toggle i.md-icons {
    width: 50px;
    height: 50px;
    padding: 5px;
}
.menu-toggle i svg {
    width: 40px;
    height: 40px;
    fill: var(--header_mobile_menu_toggle_color);
}
#side-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -50px;
    width: 280px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 99999;
    -ms-transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}
.side-menu-open {
    -webkit-transition: transform 0.5s!important;
    transition: transform 0.5s!important;
    -ms-transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}

.sub-menu {
    position: static!important;
}
.open-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: var(--header_mobile_sub_menu_toggle_background_color);
    cursor: pointer;
}
.close-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: var(--header_mobile_sub_menu_toggle_background_color);
    cursor: pointer;
}
.open-sub-menu i svg,
.close-sub-menu i svg {
    fill: var(--header_mobile_sub_menu_toggle_color);
}
#side-menu ul.sub-menu {
    float: right;
    width: 100%;
}
#side-menu .sub-menu li a {
	padding: 0 10px;
}
#side-menu nav {
    height: 100vh;
	overflow: auto;
    padding: 0 0 0 50px;
}
#side-menu nav a, #side-menu nav span {
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    line-height: 1;
    padding: 0 50px 0 10px;
}
#side-menu nav li {
	float: left;
	width: 100%;
	min-height: 50px;
}
#side-menu i {
    line-height: unset;
}
#side-menu .sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    background-color: white;
    width: 250px;
	position: static!important;
}
#side-menu .sub-menu a {
    font-size: 16px;
}
.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
    border-bottom: 0px solid;
}
.lf-item-title {
    height: auto;
}

}
