﻿/***
Header and header elements
***/
.header {
    box-shadow: 0 1px 3px #ddd;
    background: #fff;
    border-radius: 0;
    margin-bottom: 23px;
    z-index: 999;
    position: relative;
}

/* FIX styles BEGIN */
.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

body.page-header-fixed {
    padding-top: 88px !important; /* height of the header */
}
/* FIX styles END */

.header .container {
    position: relative;
}

.ie8 .header {
    border-bottom: 1px solid #eee;
}

.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    margin-right: 67px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.header .mobi-toggler {
    float: right;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
    display: none;
    margin: 10px 0 0 30px;
    position: relative;
    background: #fff url(../../Common/Images/icons/toggler.png) no-repeat 6px 8px;
}



    .header .mobi-toggler i {
        display: none;
    }

    .header .mobi-toggler:hover {
        background: #e34f00 url(../../Common/Images/icons/toggler.png) no-repeat 6px -28px;
        border-color: #e34f00;
        color: #fff;
    }

/* Navigation */
.header-navigation {
    font: 15px 'Roboto', sans-serif;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}

    .header-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-navigation > ul > li {
        float: left;
    }

        .header-navigation > ul > li > a {
            color: #333;
            display: block;
            padding: 29px 12px 30px;
        }

    .header-navigation ul > li.active > a,
    .header-navigation ul > li > a:hover,
    .header-navigation ul > li > a:focus,
    .header-navigation ul > li.open > a,
    .header-navigation ul > li.open > a:hover,
    .header-navigation ul > li.open > a:focus {
        color: #e02222;
        background: #fcfcfc;
        text-decoration: none;
    }

/*    .header-navigation ul > li.active > a {
        border-bottom: 2px solid #e64f00;
    }
*/
/* dropdown menu */
@media (min-width: 1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }
}

.header-navigation,
.header-navigation .dropdown {
    position: static;
}

    .header-navigation .dropdown-fix-left,
    .header-navigation .dropdown-fix-right {
        position: relative;
    }

    .header-navigation .dropdown-menu {
        left: auto;
        top: 100%;
        padding: 0;
        background: #fff;
        position: absolute;
        border: none;
        box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
        text-transform: none;
        font: 15px 'Roboto', sans-serif;
        letter-spacing: 0;
        border-radius: 0;
        z-index: 9999;
    }

        .header-navigation .dropdown-menu:before,
        .header-navigation .dropdown-menu:after {
            display: none !important;
        }

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}

.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}

.header-navigation > ul > li > .dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}

.header-navigation .dropdown100 > .dropdown-menu {
    left: 15px;
    right: 15px;
}

.header-navigation > ul > li.dropdown:hover > a:after {
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: absolute;
    border-bottom: 8px solid #e6400c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
    display: none !important;
}

.header-navigation li.dropdown100 > .dropdown-menu:after {
    display: none !important;
}

.header-navigation .dropdown-menu > li:first-child {
    border-top: solid 2px #ea4c1d;
}

.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}

    .header-navigation .dropdown-menu li:last-child {
        border: none;
    }

    .header-navigation .dropdown-menu li > a {
        padding: 10px 15px;
        font-weight: 400;
        color: #767f88;
    }

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #e6400c;
    color: #fff;
}

.dropdown-submenu > a:after {
    display: none;
}

/* navigation content */
.header-navigation-content {
    padding: 20px 30px;
    min-width: 600px;
}

    .header-navigation-content .header-navigation-col {
        padding: 0;
    }

    .header-navigation-content h4,
    .ecommerce .header-navigation-content h4 {
        font: bold 15px 'Roboto', sans-serif;
        margin: 0 0 6px;
        padding: 10px 10px 5px;
        border-bottom: solid 1px #f0f0f0;
    }

    .header-navigation-content ul {
        padding: 0;
        margin: 0 0 10px;
        list-style: none;
    }

    .header-navigation-content li {
        padding: 0;
        border: none !important;
    }

        .header-navigation-content li > a {
            display: block;
        }

/* header navigation description */
.header-navigation-content-ext {
    padding: 20px 30px 2px;
    background: #fff;
}

.header-navigation-description {
    background: #fcfafb;
    margin: -20px 0 -2px -30px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}

.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
    border: none;
    padding: 10px 0 0;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li {
    border: none;
}

    .header-navigation .dropdown-menu .header-navigation-content-ext li > a {
        padding: 0 0 10px;
        color: #767f88;
        display: inline-block;
    }

        .header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
        .header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
            background: #fff;
            color: #e6400c;
        }

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 6px;
}

.header-navigation .dropdown-menu a {
    position: relative;
}

.header-navigation .dropdown-menu .fa {
    position: absolute;
    top: 13px;
    right: 15px;
}

/* Top Search */
.header-navigation li.menu-search {
    position: relative;
    top: 26px;
}

    .header-navigation li.menu-search span.sep {
        top: 0;
        width: 1px;
        height: 26px;
        background: #eaeaea;
        position: relative;
        margin: 0 18px 0 16px;
        display: inline-block;
    }

    .header-navigation li.menu-search i {
        color: #333;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        top: -6px;
        /*background: url(../img/icons/top-search-icon.png) no-repeat;*/
        width: 15px;
        height: 15px;
        opacity: 0.6;
    }

        .header-navigation li.menu-search i:hover {
            color: #e02222;
            background-position: 0 -15px;
        }
/*.header-navigation .fa-search:before {
	content: none;
}*/
.header-navigation .search-box {
    right: -7px;
    top: 100%;
    padding: 15px;
    display: none;
    background: #fcfafb;
    position: absolute;
    border-top: solid 2px #ea4c1d;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 274px;
    margin-top: 0;
    z-index: 22;
}

    .header-navigation .search-box:after {
        top: -8px;
        width: 0;
        height: 0;
        right: 8px;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 8px solid #e6400c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .header-navigation .search-box button {
        margin-left: 0 !important;
    }

/* reduce navigation */
/*.page-header-fixed .site-logo,
.page-header-fixed .header-navigation > ul > li > a,
.page-header-fixed .header-navigation li.menu-search,
.page-header-fixed .top-cart-block {
 	transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}*/
.reduce-header .site-logo {
    padding-top: 9px;
    padding-bottom: 11px;
}

@media (min-width: 1025px) {
    .reduce-header .header-navigation > ul > li > a {
        padding: 16px 12px 17px;
    }

    .ecommerce .reduce-header .header-navigation > ul > li > a {
        padding: 23px 12px 20px;
    }

    .reduce-header .header-navigation li.menu-search {
        top: 14px;
    }

    .ecommerce .reduce-header .header-navigation li.menu-search {
        top: 21px;
    }
}

.reduce-header .mobi-toggler {
    margin-top: 12px;
}
