.page-header{
	position: relative;
}
.cms-index-index .header-container{
	position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}
.header-container {
	> .container{
		width: auto !important;
		max-width: inherit;
		padding: 0 30px;
	}
    .header-content {
        position: relative;
		padding: 40px 0;
		display: flex;
		align-items: center;
		.logo-container{
			width: 300px;
		}
		.horizontal-block{
			width: calc(~'100% - 225px');
		}
    }
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
	display: flex;
    justify-content: flex-start;
		> li {
			margin: 0 25px;
		> a {
			display: block;
			height: 52px;
			line-height: 52px;
			text-transform: uppercase;
			font-weight: 700;
			position: relative;
			font-size: 107.69%;
			color:#000;
			.icon_items {
				position: absolute;
				top: -5px;
				line-height: 1;
				left: 0;
			}
		}

		> div {
			border: none !important;
			.box-shadow(0 0 15px rgba(0, 0, 0, 0.1));
		}
	}
}

  
.header-content .customer-actions {
    display: flex;

    > div:hover > a:before,
    > div:hover:before {
        color: #555;
    }

    .search-container {
        position: relative;
            a.icon-search1{
				font-size: 24px;
				color: #222;
				width: 52px;
				height: 52px;
				line-height: 52px;
				display: block;
				text-align: center;
			}
			&.show-block {
				 a.icon-search1{
					color: #555;
				 }
				.block-search{
					visibility: visible;
					.opacity(1);
				}
			}
			.block-search {
				position: absolute;
				left: 0;
				right: auto;
				top: 52px;
				margin: 0;
				padding: 0;
				width: unset;
				visibility: hidden;
				.opacity(0);
				.input-text {
					width: 270px;
					height: 52px;
					border: none;
					padding-right: 15px;
					border-right: 1px solid #eee;
					.border-radius(0);
				}

				.action.search {
					width: 52px;
					height: 52px;
					padding: 0;
					margin: 0;
					line-height: 52px;
					text-align: center;
					position: absolute;
					left: 0;
					right: auto;
					color: #111;
					opacity: 1;

					&:before,
					span {
						display: none;
					}

					&:after {
						.icomoon(e954, 24px);
					}
				}
			}

			.block-content {
				position: relative;
			}

			.block-search .control {
				display: flex;
				margin: 0;
				padding: 0;
			}

			.nested {
				display: none !important;
			}

        .block-search.search-pro {
            .searchbox-cat {
                width: 150px;
                height: 52px;
                border: none;
                .border-radius(0);
            }
        }
    }

    .setting-block {
        position: relative;
		margin-right: 20px;
        &:before {
            display: block;
            width: 30px;
            height: 52px;
            line-height: 52px;
            text-align: center;
            color: #111;
            .icomoon(e946, 24px);
        }

        .header-dropdown {
            display: none;
            position: absolute;
            background: #fff;
            padding: 20px;
            z-index: 200;
            top: 100%;
            left: 0;
            min-width: 200px;
            .box-shadow(0 0 15px rgba(0, 0, 0, 0.1));
        }

        &:hover .header-dropdown {
            display: block;
        }
    }
}
/**
 * Customer links
 */
.customer-links {
    margin-left: 20px;
    padding-right: 30px;
    position: relative;
		> a{
			display:none;
		}
		.greet.welcome{
			color: #000;
			line-height: 34px;
		}
        &:before {
            position: absolute;
            right: 0;
            top: 4px;
            .icomoon(e95e, 24px);
            color: #111;
        }

        > .header.links {
            list-style: none;
            margin: 8px 0;
            padding: 0;
            display: flex;
        }

        > .header.links > li {
            display: flex;
            white-space: nowrap;
            margin: 0;
        }

        > .header.links > li:not(:last-child):after {
            content: "/";
            margin: 0 5px;
            line-height: 34px;
            font-size: 15px;
            position: relative;
            top: -1px;
        }

        > .header.links > li > a {
            display: inline-block;
            height: 34px;
            line-height: 33px;
            font-size: 100%;
			color:#000;
        }
}



.header.links .customer-welcome .customer-menu .header.links li.authorization-link a {
    padding: 0 0 !important 10px;
}

.search-active {
    .header-bottom .customer-actions .search-container .block-search {
        display: block;
    }
}

.header-container .setting-block {
    .switcher {
        display: block;

        .list-item {
            .ul-nostyle();
        }

        &:not(:last-child) {
            margin-bottom: 10px;
        }
    }

    .action-switcher {
        display: none;
    }

    .switcher-label {
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #111;
    }

    .switcher-language {
        .list-item li {
            display: inline-block;
            margin-left: 5px;
            vertical-align: top;
        }

        .list-item li a {
            display: block;
        }

        .list-item li a span {
            overflow: hidden;
            text-indent: -9999px;
            width: 30px;
            display: block;
            background-size: 24px auto;
            height: 25px;
            border: 1px solid #e5e5e5;
            background-position: center center;
        }

        .list-item li a span:hover {
            border-color: #222;
        }
    }
}

.header-container .minicart-wrapper {
    margin: 0;
    padding: 0;
    float: none;

    .mage-dropdown-dialog {
        display: none !important;
        left: 0;
        right: auto;
    }

    &:hover .mage-dropdown-dialog {
        display: block !important;
    }

    &:hover .action.showcart:after {
        color: #555;
    }

    .action.showcart {
        width: 52px;
        height: 52px;
        text-align: center;
        position: relative;

        .text-min-cart,
        .counter-label,
        .price-minicart,
        .text {
            display: none !important;
        }
    }

    .action.showcart:before {
        display: none !important;
    }

    .action.showcart:after {
        .icomoon(e958, 24px);
        color: #111;
        display: block;
        line-height: 52px;
    }

    .action.showcart .counter.qty {
        display: inline-block !important;
        width: unset;
        height: 17px;
        line-height: 17px;
        min-width: 17px;
        padding: 0 2px;
        background-color: #ff4466;
        color: #fff;
        position: absolute;
        top: 8px;
		left: 5px;
        margin: 0;
        font-size:10px;
        .border-radius(11px);
    }
}

.header-wishlist {
    margin: 0;
}

.header-wishlist a {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 !important;
    color: #111;
    text-align: center;

    &:before {
        .icomoon(e93f, 24px);
    }

    .wishlist-title {
        display: none;
    }
}

.header-wishlist .count {
    color: #222;
    display: inline-block;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    padding: 0 3px;
    position: absolute;
    top: 8px;
    left: 5px;
    .border-radius(12px);
	font-size: 10px;
}

.header-wishlist .counter + .count {
    display: none;
}



.horizontal-block .navigation {
    background: none;
    font-weight: unset;
    z-index: 200;

    .ui-icon {
        display: none !important;
    }

    > ul {
        padding-right: 0;
    }

    > ul > li {
        margin-left: 35px;
        margin-right: 0;
    }

    > ul > li.parent > a:after {
        display: none;
    }

    > ul > li > a {
        font-weight: 700;
        height: 52px !important;
        line-height: 52px !important;
        padding: 0 !important;
        border: none !important;
        text-transform: uppercase;
        font-size: 107.69%;
        color: #000 !important;

        &:before {
            display: none;
        }
    }

    > ul > li.has-active > a,
    > ul > li.active > a,
    > ul > li:hover > a {
        z-index: 10;
    }

    .level0 .submenu {
        text-align: right;
        border: none !important;
        font-weight: 400;
        .box-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }

    .level0 .submenu a {
        padding: 10px 20px;
        border: none !important;
    }

    .level0 .submenu .parent > a:after {
        float: left;
        .icomoon(e930, 14px);
    }

    .level0 .submenu li:hover,
    .level0 .submenu li:hover > a {
        background-color: @submenu-desktop-item__hover__background;
    }
}
