/*HEADER
-----------------------*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    z-index: 999;
    box-shadow: 0 2px 2px 0px rgb(0 0 0 / 20%);
}

.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: 20px;
    font-size: 18px;
    padding: 10px 0;
}

.top-menu li {
	float: right;
}

.top-menu a {
    color: #ffffff;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}

.top-menu li + li {
    border-right: 2px solid #ffffff;
	padding-right: 10px;
}

.top-menu li.menu-item {
    float: right;
}

.top-menu li.menu-item + li {
    padding-right: 10px;
}

.top-menu i {
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}

.left-top-header {
	position: relative;
    float: left;
}

.top-logo {
    float: left;
    color: white;
    text-decoration: none;
}

.top-logo-html {
    font-size: 32px;
    line-height: 46px;
}

.top-logo i {
	float: left;
    font-size: 34px;
    line-height: 46px;
}

.top-logo i.md-icons {
	padding: 0;
}

.top-logo i.md-icons svg {
	width: 40px;
	height: 46px;
	fill: #ffffff;
}

.top-logo-slogan {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-top: 1px solid white;
	display: none;
}

.top-logo img {
    float: right;
	width: 100%;
    max-width: 200px;
}

.top-logo img.top-slogan {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.left-top-header .top-header-link {
    float: left;
    height: 36px;
    line-height: 36px;
    /* color: white; */
    font-size: 20px;
}

.left-top-header img {
    height: 120px;
	max-width: unset;
}

.top-header-link +.top-header-link {
	border-left: 1px solid #f9f9f9;
}

.top-header-link i {
    float: left;
    line-height: 36px;
    margin: 0 5px;
    color: white;
}

.top-header-container {
    float: left;
    width: 100%;
    height: 60px;
    /* border-bottom: 1px solid #eeeeee; */
}

.top-header-container .container {
    position: relative;
}
.logo-area {
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    left: 0;
    padding: 15px;
    background-color: #122231;
    z-index: 99999;
    transition: all 0.3s;
    overflow: hidden;
}
.main-menu-up .logo-area {
    width: 120px;
    height: 120px;
    /* left: calc(50% - 60px); */
}
.main-menu-container {
    float: left;
    width: 100%;
    height: 60px;
    background-color: #182e42;
    transition: all 0.3s;
    box-shadow: 0 2px 2px 0px rgb(0 0 0 / 20%);
}

.main-menu-up .main-menu-container {
    bottom: 0px;
}

.header-main-menu {
    position: relative;
    float: right;
    width: 100%;
    height: 50px;
    margin: 5px 0;
}

#main-content {
    margin-top: 120px;
}

#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;
    height: 60px;
    color: #CCA967;
    text-decoration: none;
    margin: 0 0 0 120px;
}
.name-line1 {
    font-size: 22px;
    line-height: 35px;
    border-bottom: 1px solid #CCA967;
}
.name-line2 {
    font-size: 18px;
    line-height: 24px;
}
h1 {
    font-size: 32px;
    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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: var(--header_mobile_menu_toggle_background_color);
    cursor: pointer;
	z-index: 99999;
}
.menu-toggle i {
    width: 60px;
    height: 60px;
    padding: 10px;
}

.menu-toggle i svg {
    width: 40px;
    height: 40px;
    fill: var(--header_mobile_menu_toggle_color);
}

#close-side-menu {
    display: block;
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 60px;
    background-color: var(--header_mobile_close_menu_toggle_background_color);
    cursor: pointer;
    border-left: 1px solid #CCA967;
}

#close-side-menu i {
    line-height: unset;
    width: 60px;
    height: 60px;
    padding: 10px;
}
#close-side-menu i svg {
    width: 40px;
    height: 40px;
    /* fill: var(--header_mobile_menu_toggle_color); */
    fill: var(--header_mobile_close_menu_toggle_color);
}
.mobile-header-search-container {
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: var(--header_mobile_search_toggle_background_color);
    color: #ffffff;
    text-align: center;
    transition: all 1s;
    /* overflow: hidden; */
    z-index: 99999;
    display: none;
}

.mobile-header-search-container i svg {
    fill: var(--header_mobile_search_toggle_color);
}

.mobile-header-search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: var(--header_mobile_search_toggle_background_color);
    color: var(--header_mobile_search_toggle_color);
    outline: 0;
    z-index: 999999;
}

.mobile-header-close-search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: var(--header_mobile_search_toggle_background_color);
    color: var(--header_mobile_search_toggle_color);
	border-left: 1px solid #f9f9f9;
    outline: 0;
    z-index: 999999;
}

.mobile-header-search-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    padding: 4px;
    color: var(--main_text_color);
    z-index: 99999;
}

.mobile-header-close-search-button {
	display: none;
}

.mobile-search-open {
    width: calc(100% - 40px);
}

.mobile-header-container {
	display: none;
}

/*SEARCH
-----------------------*/

.lf-search-container {
    width: 100%;
    max-width: none;
    height: 36px;
    margin: 7px 0;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: white;
}

.lf-search-container:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.lf-search-input {
	float: right;
	width: calc(100% - 36px);
	height: 32px;
    border: 0;
    padding: 5px;
    font-size: 16px;
    outline: 0;
}

.lf-search-toggle {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
	padding: 0;
    border: 0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
	outline: 0;
}

.header-search-area {
    float: right;
    width: auto;
}

.header-social-area {
    float: right;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
}

.header-social-area .lf-social-links-container {
    background-color: #122231;
    height: 50px;
}

.header-social-area .lf-social-link {
    background-color: #122231;
}

.header-social-area + .header-search-area {
    padding: 0 10px 0 0;
    border-right: 1px solid #eeeeee;
    margin: 0 10px 0 0;
}
.header-custom-link-area {
    float: right;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 6px 10px 0 0;
    margin: 0 10px 0 0;
}
.header-custom-link-area .love-and-law-link,
.header-custom-link-area .love-and-law-link a {
    /* color: #ffffff; */
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 50px;
    padding: 0 10px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-direction: row;
}

.header-custom-link-area .love-and-law-link .tv-icon,
.header-custom-link-area .love-and-law-link a .tv-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    vertical-align: middle;
    flex-shrink: 0;
}

.header-custom-link-area .love-and-law-link:hover,
.header-custom-link-area .love-and-law-link a:hover {
    opacity: 0.8;
}

.lf-search-container {
    position: relative;
    float: right;
    width: 100%;
    max-width: 300px;
    height: 50px;
    padding: 5px 0;
    margin: 0;
    border: 0;
    transition: 0.5s all;
}

.lf-search-container:hover {
    box-shadow: none;
    transition: 0.5s all;
}

.lf-search-toggle {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background-color: #ffffff;
}

.lf-search-toggle i {
    width: 40px;
    height: 40px;
}

.lf-search-input {
    float: right;
    width: calc(100% - 50px);
    height: 30px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 0;
    margin: 5px;
    font-size: 20px;
    outline: 0;
}

.top-tel {
    float: left;
}

.top-tel span {
    float: left;
    font-size: 32px;
    line-height: 60px;
    text-decoration: none;
	color: white;
}

.top-tel i {
    float: left;
    font-size: 32px;
    line-height: 60px;
	color: white;
}

.cart-container {
    position: relative;
    float: right;
    width: 210px;
    height: 50px;
    padding: 7px 0;
}

.cart-container a {
    float: left;
	width: 100%;
    height: 36px;
    color: #ffffff;
}

.cart-list {
    padding: 0;
}

.cart-container .cart-list .product-info-cart-row {
    float: left;
    width: 100%;
	height: 60px;
	padding: 0;
    color: #000000;
}

.cart-container i {
    float: left;
    width: 36px;
    height: 36px;
	line-height: 36px;
	font-size: 36px;
	text-align: center;
    text-align: center;
    padding: 0;
}

.cart-container i svg {
    float: right;
    width: 36px;
    height: 36px;
    fill: #ffffff;
}

.cart-items-info {
    float: left;
    height: 36px;
    width: calc(100% - 36px);
}

.cart-items-count {
    float: left;
    width: 100%;
    height: 18px;
    line-height: 18px;
	font-size: 14px;
    padding: 0 5px;
}

.cart-items-total {
    float: left;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    padding: 0 5px;
}

.product-image-cart-list {
    width: 60px;
    height: 60px;
}

.product-info-cart-list {
	width: calc(100% - 90px);
    padding: 0 5px;
}

.product-title-cart-list {
    height: 40px;
}

.product-title-cart-list span {
    width: 100%;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}

.product-price-cart-list {
    height: 20px;
}

.product-price-cart-list span {
	float: left;
	width: 100%;
	text-align: left;
    height: 20px;
}

.remove-product-from-cart {
    height: 60px;
}

.cart-actions {
    height: 40px;
}

.cart-actions a {
    float: right;
	width: calc(50% - 4px);
    margin: 0 2px;
    height: 30px!important;
    line-height: 30px!important;
    text-align: center!important;
    text-decoration: none!important;
    color: #ffffff!important;
    padding: 0!important;
}

/*MENU
-----------------------*/

header nav {
    float: left;
    width: 100%;
    padding: 0 0 0 120px;
}
header nav a, #side-menu nav a, header nav span, #side-menu nav span {
    float: left;
    font-size: 22px;
    min-height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: var(--main_text_color);
    text-decoration: none;
    outline: 0;
}
header nav ul:not(.sub-menu) > .menu-item-has-children > a::after, header nav ul:not(.sub-menu) > .menu-item-has-children > span::after {
    right: 12px;
}
header .menu-item-has-children > a,
header .menu-item-has-children > span {
    position: relative;
    padding: 0 32px 0 10px;
}
header nav li {
    float: left;
    /* height: 50px; */
    line-height: 50px;
    display: flex;
    align-items: center;
}

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 i:hover,
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; */
}
header li.menu-item, #side-menu li.menu-item {
    position: relative;
    margin: 0;
    padding: 0;
}

header nav li i.md-icons {
    width: 30px;
    height: 50px;
    padding: 5px 2px;
}

header nav li i.md-icons {
    width: 30px;
    height: 50px;
    padding: 5px 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
    border-bottom: 0px solid;
	border-bottom-color: var(--header_hover_select_background_color);

}
.header-main-menu ul > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: var(--main_text_color);
    transition: width 0.3s ease;
}
.header-main-menu ul > li:hover::after {
    width: 100%;
}

.header-main-menu ul.menu > li[class*="current"] > span,
.header-main-menu ul.menu > li[class*="current"] > span i,
.header-main-menu ul.menu > li[class*="current"] > a,
.header-main-menu ul.menu > li[class*="current"] > a i {
    margin-bottom: 0px;
}

.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 .menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 250px;
    border-top: 5px solid transparent;
}

header li > .sub-menu .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    border-top: 0;
}

header .sub-menu li {
    float: right;
    width: 100%;
	background-color: #122231;
}

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: 0px solid;
}

.open-sub-menu, .close-sub-menu {
    display: none;
}
.lf-mega-menu-parent {
    position: relative!important;
}
header .lf-sub-mega-menu-container {
    width: 500px;
    background-color: #122231;
}
.lang-en header .lf-sub-mega-menu-container {
    width: 600px;
}
.lf-sub-mega-menu-container > li > span, .lf-sub-mega-menu-container > li > a {
    font-size: 18px !important;
    background-color: transparent;
    padding: 0 10px;
}
.lf-sub-mega-menu-container > li > span, .lf-sub-mega-menu-container > li > a {
    font-size: 14px !important;
}
/* lang-switcher */
.header-switcher {
    float: right;
    margin: 0 10px 0 0;
    padding: 2px 10px 0 0;
    height: 60px;
    display: flex;
    align-items: center;
}
.custom-lang-switcher {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.custom-lang-switcher .lang-item {
    float: left;
    width: 100%;
    height: 28px;
    color: var(--main_text_color);
    margin: 0 5px;
    padding: 0 10px;
    border: 1px solid #cca967;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #182e42;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-lang-switcher .lang-item.current-lang {
    color: #122231;
    background-color: #cca967;
    z-index: 9;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*----------------------------------responsive------------------------------------*/

.only-mobile {
    display: none;
}

@media screen and (min-width: 950px) {

.lf-mega-menu-container {
	top: 50px!important;
}
.end-menu-item {
    float: right;
}
.action-menu-item a {
    border: 2px solid var(--header_hover_select_color);
    border-radius: 200px;
    height: 40px;
    min-height: 40px;
    line-height: 36px;
    margin: 5px 0;
}
.keren-menu-item a {
    border: 2px solid #F0C7C2;
    border-radius: 200px;
    height: 40px;
    min-height: 40px;
    line-height: 36px;
    margin: 5px 14px;
}

}

@media screen and (max-width: 950px) {

.only-mobile {
    display: block;
}

header {
    background-color: var(--header_mobile_background_color)!important;
    height: 60px;
	z-index: 99999!important;
}

.mobile-header-container {
	display: block;
	float: left;
	width: 100%;
}

.mobile-logo-area {
    width: calc(100% - 120px);
    /* padding: 0 45px 0 0; */
    margin: 0 60px;
    display: flex;
    justify-content: center;
}

.header-right {
    width: 30%;
    height: 50px;
    overflow: hidden;
}

.top-tel span {
    display: none;
}

.top-tel i {
    width: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
}

.top-logo {
    float: right;
    display: flex;
    width: 60px;
    min-width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-logo {
    max-height: 60px;
    padding: 6px;
}
.site-name {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 0 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.name-line1 {
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #CCA967;
}
.name-line2 {
    font-size: 14px;
    line-height: 24px;
}
.lang-en .name-line1 {
    font-size: 12px;
    line-height: 20px;
    border-bottom: 1px solid #CCA967;
}
.lang-en .name-line2 {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
#main-content {
    margin-top: 60px;
}

#logo {
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    width: 180px;
    height: 50px;
}


.slogan {
    font-size: 16px;
    line-height: 20px;
}

#side-menu {
	display: block;
    position: fixed;
    top: 0;
    left: -50px;
    width: 280px;
    height: 100%;
    background-color: var(--header_mobile_background_color)!important;
    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: 999999;
	-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;
}

.open-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: var(--header_mobile_sub_menu_toggle_background_color);
    cursor: pointer;
}

.close-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: var(--header_mobile_sub_menu_toggle_background_color);
    cursor: pointer;
}
.open-sub-menu i,
.close-sub-menu i {
    float: left;
    width: 50px;
    height: 50px;
    padding: 10px;
}
.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: 100%;
	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 40px 0 10px;
}

#side-menu nav li {
	float: left;
	width: 100%;
}

#side-menu .sub-menu {
    background-color: #182e42;
}

#side-menu .sub-menu a {
    font-size: 16px;
}

.top-logo img.top-slogan {
    margin: 0 -15px;
}

.mobile-header-search-container {
	display: block;
}

.lf-search-container {
    float: left;
    height: 32px;
    width: 100%;
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 2px;
	transition: all 0.5s;
}

.lf-search-container form {
    float: left;
    width: 100%;
    height: 28px;
    /* overflow: hidden; */
}

.mobile-search-open .lf-search-container {
	width: calc(100% - 40px);
    margin: 0 40px 0 0;
}

.lf-search-input {
    width: calc(100% - 32px);
    height: 28px;
    padding: 5px;
    border-radius: 10px;
    border: 0;
    margin: 0;
    font-size: 14px;
}

.lf-search-toggle {
	position: absolute;
    right: 2px;
    top: 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
	background-color:  var(--header_mobile_search_toggle_background_color)!important;
	color:  var(--header_mobile_search_toggle_color)!important;
}

.lf-search-toggle i.md-icons {
    width: 28px;
    height: 28px;
    padding: 3px;
}

.lf-search-toggle i.md-icons svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.top-logo-html {
    font-size: 30px;
    line-height: 36px;
}

.top-logo i {
    font-size: 32px;
    line-height: 36px;
}

.languages-container {
    float: left;
    width: 100%;
    padding: 10px 0 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.languages-container li {
    height: 28px;
    margin: 0 6px !important;
    border: 1px solid #CCA967;
    color: #CCA967;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.languages-container li a {
    padding: 0 10px;
    line-height: 24px;
    color: #CCA967;
    text-decoration: none;
    text-transform: uppercase;
}
.languages-container li.current-lang {
    background-color: #CCA967;
    border: 1px solid #CCA967;
}
.languages-container li.current-lang a {
    color: #122231;
}
.mobile-lang-switcher {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.mobile-lang-switcher .mobile-lang-item {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
}

}
