body:not(.cms-index-index) .header-container{
    border-bottom: 1px solid #eeeeee;
}
/**
 * Language - currency
 */

.header-container .language-currency {
    .clearfix();

    .switcher-label {
        display: none;
    }

    .switcher {
        float: left;
        margin-left: 20px;
    }

    .switcher-content {
        position: relative;

        &:hover {
            .action-switcher:before {
                display: block;
            }

            .dropdown-switcher {
                display: block;
            }
        }
    }

    .action-switcher {
        position: relative;
		&:hover .heading-switcher {
			color:#fff;	
		}
    }

    .heading-switcher {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #999999;
		font-size: 14px;
		text-transform:uppercase;
        span:after {
            margin-left: 5px;
            vertical-align: top; 
            position: relative;
            top: -1px;
            .icomoon(e92e, 12px);
        }

        &:hover {
            cursor: pointer;
			color:#fff;
        }
    }

    .dropdown-switcher {
        display: none;
        position: absolute;
        top: 100%;
        background: #fff;
        padding: 10px 10px 0;
        white-space: nowrap;
        min-width: 150px;
        z-index: 310;
        .box-shadow(0 0 15px rgba(0, 0, 0, 0.1));
    }

    .list-item {
        margin: 0;
        padding: 0;
        list-style: none;

        li {
            padding: 0 10px;
            margin-bottom: 10px;
            border: 1px solid transparent;
            background-color: #f5f5f5;
        }

        li:hover {
            border-color: #222;
            background-color: #fff;
        }

        a {
            padding: 8px 0;
            display: block;
            color: #222;
            font-weight: 600;
        }
    }

    .switcher-language {
        .list-item li a span,
        .heading-switcher {
            background-size: 20px auto;
            background-position: left center;
            padding-left: 25px;
        }
    }
}

.logo-container{
    text-align: center;
	margin: 0 10px;
}
.header-container .m-content .t-content {
    background:#111111;
    .location {
		float:right;
		a {
			color: #999;
			font-size: 14px;
			line-height: 40px;
			&:hover {
				color:#fff;
			}
		}
    }

    .customer-links {
        margin: 0 30px 0 20px;
		position: relative;
		float: right;
        .block-header-content >  .header.links {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap; 
			> li {
				display: flex;
				margin: 0;
				> a {
					color:#999;
					font-size: 14px;
					line-height: 40px;
					&:hover {
						color:#fff; 
					}
				}
			}
        }
        .block-header-content > .header.links > li:not(:last-child):after {
            content: "/";
			margin: 0 5px;
			line-height: 40px;
			font-size: 13px;
			position: relative;
			top: 0px;
			color: #999999;
        }
    }

    .customer-welcome {
        &:after {
            display: none;
        }

        .greet.welcome {
            line-height: 40px;
            color: #999999;
            position: relative;
            font-weight: 700;
        }

        .greet.welcome:after {
            position: relative;
            top: 1px;
        }

        .greet.welcome:before {
            content: "";
            display: none;
            height: 10px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -5px;
        }

        &:hover .greet.welcome:before {
            display: block;
        }
    }

    .header.links .customer-welcome .customer-menu {
        right: 0;
        left: auto;
    }
}

/**
 * Search core
 */

.search-container {
	position:relative;
    &:after {
        display: none !important;
    }
	&:before{
		.icomoon(e954, 18px);  
		color:#111111;
	}
	&:hover .block-header-content{
		display: block;
	}
}

.search-container .block-header-content {
    position: absolute;
    top: -8px;
    right: -13px; 
    margin: 0;
    background: none;
    border: none;
    padding: 0;
    .box-shadow-none();
	display: none; 
    &:before {
        display: none;
    }
}

.search-active .search-container .block-header-content {
    display: block;
}

.header-container .block-search {
    width: unset !important;
    padding: 0 !important;
    position: relative;

    .label,
    .nested {
        display: none !important;
    }

    .block-content {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        width: 300px;
        .border-radius(2px);
        .box-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }

    .form.minisearch {
        display: table;
        width: 100%;
    }

    .field.search {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        background-color: #fff;
        .border-radius(20px 0 0 20px);

        .control {
            margin: 0;
            padding: 0;
            border-right: none;
        }

        .input-text {
            background: none;
            position: static;
            border: none;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 15px;
            width: 100%;
            height: 40px;
            padding-right: 10px;
            .border-radius(0);
        }
    }

    .actions {
        display: table-cell;
        vertical-align: top;

        .action.search { 
            position: static;
            height: 40px;
            width: 40px;
            text-align: center;
            padding: 0;
            opacity: 1 !important;
            color: #111;
            .border-radius(0);
			&:before{
				.icomoon(e954, 18px);  
				display: block !important;
				width: 24px;
				height: 24px;
				margin: 0;
				position: absolute;
				top: 10px;
				right: 10px;
				color: #111;
			}
        }

        .action.search:before,
        .action.search span {
            display: none;
        }
    }
}

.search-active .header-container .block-search .block-content {
    opacity: 1;
    visibility: visible;
}

/**
 * Searchbox pro
 */

.header-container .block-search.search-pro {
    .block-content {
        width: 450px;
    }

    .control {
        display: flex;
    }

    .searchbox-cat {
        background-color: transparent;
        padding-left: 20px;
        height: 40px;
        border-width: 0 1px 0 0;
        width: 150px;
        color: #444;
        position: relative;
        .border-radius(0);
    }
}



/**
 * Cart header
 */

.header-container .minicart-header {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
	height:30px;
}

.header-container .minicart-wrapper {
    margin: 0;
    padding: 0;
    float: none;

    .block-minicart {
        border:0;
        position: relative !important;
        right: unset;
        left: unset;	
		.border-radius(0);
        .transition(all 0.3s);
    }

    .action.showcart {
		border:2px solid #212121;
		background:#212121;
        position: relative;
		height: 30px;
		line-height: 30px;
		&:before{
			.icomoon(e958, 14px);	
			color: #fff;
			padding: 0 9px;
			line-height: 27px;
		}
       

        .counter.qty {
			display: inline-block;
			text-align: center;
			color: #000000;
			background:#fff;
			font-size: 14px;
			.border-radius(0px);
			margin: 0;
			line-height: 26px;
			width: 36px;
			height: 26px;
            .price-minicart,
            .counter-label {
                display: none !important;
            }
        }
    }

    .mage-dropdown-dialog {
        display: none !important;
        padding-top: 6px;
        right:0px;
        left: auto;
		.transform(translateY(80px));
		 .transition(all 0.3s);
    }

    &:hover {
        .mage-dropdown-dialog {
            display: block !important;
			.transform(translateY(0px));
        }
    }
}

/**
 * Call
 */

.header-container .cms-header {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;

    .call-title {
        color: #222;
        font-weight: 700;
    }

    p {
        margin: 0;
    }

    .call-us-content {
        white-space: nowrap;
        color: #666;
        text-transform: uppercase;
        padding-left: 50px;
        position: relative;

        &:before {
            width: 40px;
            height: 40px;
            border: 2px solid #666;
            line-height: 36px;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            .border-radius(50%);
            .icomoon(e94c, 22px);
        }
    }

    a {
        color: #666;
    }
}

.m-content .b-content{
	display: flex;
    flex-wrap: wrap;
	position: relative;
	align-items: center;
	.r-content{
		display: flex;
		justify-content: end;
		padding: 0 30px;
	}
}

/**
 * Desktop menu
 */

.desktop-menu {
	flex: 1 1 0;
    .clearfix();
	.vertical-block {
		float: left;
        width: 240px; 
		.vertical-menu-block .block-title-menu{
			text-transform: uppercase;
			color: #fff;
			font-size: 14px;
			padding: 15px 20px;
			&:before{
				.icomoon(e905, 24px);	
				line-height: 0; 
				position: relative;
				top: 5px;
				margin-right: 10px;		
			}
		}
		.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu > li {
			 &:hover > div {
				margin-top:-1px;
			}
		 }
	}
    .horizontal-block {
		float: right;
        width: calc(~'100% - 240px');
        .note-msg {
            color: #fff;
            margin: 0;
            height: 50px;
            line-height: 50px;
            padding: 0 10px;
        }
    }

    .horizontal-block .sm_megamenu_menu > li {
        float: none;
        margin-right: 0;
        margin-left: 0;
        text-align: left;

        > a {
            color: #111111;
			font-size: 16px;
			font-weight: 400;
			text-transform: uppercase;
			padding:14px 0 12px 25px; 
            .transition(.2s);

            .icon_items {
                position: absolute;
                top: 0;
                right: 0;
                line-height: 1;
            }
        }

        &:not(:last-child) > a {
            margin-right:0px;
        }

        &.parent-item > a .sm_megamenu_title:after {
            vertical-align: top;
            margin-left: 3px;
            .icomoon(e92e, 13px);
        }

        > div {
            border: none;
            .box-shadow(0 0 15px rgba(0, 0, 0, 0.15));
        }
    }
}

.horizontal-block {
    position: relative;

    .custom-item-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }

    .custom-item-menu ul,
    .custom-item-menu ul li {
        margin-bottom: 0;
    }

    .custom-item-menu ul li {
        display: inline-block;
        margin-left: 25px;

        a {
            display: block;
            height: 60px;
            line-height: 60px;
            color: #222;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 107.69%;
        }
    }
}

/**
 * Css menu
 */

.desktop-menu .navigation {
    background: none;
    font-weight: unset;
    text-align: center;

    .ui-icon {
        display: none !important;
    }

    > ul {
        padding: 0;
    }

    > ul > li {
        margin: 0;
        display: inline-block;
        float: none;
        text-align: left;
    }

    > ul > li.parent > a:after {
        vertical-align: top;
        margin-left: 3px;
        position: relative;
        top: 0;
        .icomoon(f0d7, 12px);
    }

    > ul > li > a {
        font-weight: 700;
        height: 40px !important;
        line-height: 40px !important;
        padding: 0 !important;
        border: none !important;
        text-transform: uppercase;
        font-size: 107.69%;
        color: #222 !important;

        &:before {
            content: "";
            display: block;
            height: 2px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            opacity: 0;
            .transition(.1s)
        }
    }

    > ul > li:not(:last-child) > a {
        margin-right: 30px;
    }

    .level0 .submenu {
        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: right;
        .icomoon(e930, 14px);
    }

    .level0 .submenu li:hover,
    .level0 .submenu li:hover > a {
        background-color: @submenu-desktop-item__hover__background;
    }
}

/**
 * Boxed layout
 */

