.menu {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    background-color: #fff;
    margin:0;
    z-index: 99;
    border-top: 1px solid #e0e0e0;
text-align: center;
}

.menu ul { padding: 0; }
.menu > li {
    display: inline-block;
}

.menu li:hover > .mega,
.menu li.sfHover > .mega {
    display: block;
}

.menu > li > a {
    display: block;
    position: relative;
}

.menu li { list-style: none; position: relative;}
.menu a { text-decoration: none}

.mega ul { padding: 0; }

.menu > li > a {
    color: #223a5e;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
    padding: 22px 11px;
    border-bottom: 3px solid #fff;
}

.menu > li a.current,
.menu > li a:hover,
.menu > li.sfHover a {
    border-color: #666;
    color: #666;
}

.menu > li a.current.with-ul:after,
.menu > li.sfHover .with-ul:after { color: #666; }

.current,
.menu > li,
.menu > li a:hover,
.menu > li.sfHover a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition:  all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition:all 0.1s ease-in-out;
}


/* Mega Menu */
.mega {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    padding: 23px 0px 27px 1px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -3px;
    background-color: #262626;
    border-top: 3px solid #666;
    width: 200px;
    z-index: 99;
}

.mega.two-cols { width: 429px;}
.mega.three-cols { width: 643px;}
.mega.four-cols { width: 857px;}

.mega:before,
.mega:after {
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #262626;
}

.mega:before { left: 0; }

.mega a {
    color: #bbb !important;
    padding: 7px 22px 7px 34px;
    display: block;
    margin-left: 0;
    line-height: 22px;
    -wekkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.mega a:hover {
    color: #fff !important;
    background-color: #666 !important;
}

.mega-section {
    display: inline-block;
    float: left;
    width: 214px;
    padding: 0;
    border-right: 1px solid #393939;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(57,57,57,1);
    -moz-box-shadow: -1px 0px 0px 0px rgba(57,57,57,1);
    box-shadow: -1px 0px 0px 0px rgba(57,57,57,1);
}

.menu .mega-section:last-child { border: 0; }

.mega-headline {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 6px 22px 8px 34px;
    font-family: "Raleway";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 20px;
}


/* Basic Dropdown */
.dropdown ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 999;
    margin-top: -3px;
    background-color: #262626;
    border-top: 3px solid #666;
}

.dropdown ul li {
    position: relative;
    z-index: 999;
}

.dropdown ul ul {
    left: 201px;
    top: 0;
}

li.dropdown ul li a {
    display: block;
    min-width: 200px;
    color: #bbb !important;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 22px;
    -webkit-transition: all 0.15s ease-in-out !important;
    transition: all 0.15s ease-in-out !important;
    position: relative;}

li.dropdown ul li a:hover {
    color: #fff !important;
    background-color: #666;
}

.hover-border {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #666;
    opacity: 0;
}

.dropdown ul .hover-border {
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
}

.dropdown ul:hover .hover-border {opacity: 1;}


/* Menu Arrows*/
.arrows .with-ul:after {
    border-color: #606060 transparent transparent transparent;
    border-width: 3px;
    border-style: solid;
    content: '';
    margin: 10px 0 0 5px;
    display: inline-block;
    vertical-align: top;
}

li.dropdown ul li a.with-ul:after {
    color: #a0a0a0 !important;
    content:"\f0da";
    font-size: 13px;
    top: 1px;
    right: -4px;
    -webkit-transition: all 0.1s 0.2s;
    transition: all 0.1s 0.2s;
}

li.dropdown ul li:hover a.with-ul:after {
    color: #fff !important;
    -webkit-transition: all 0.1s 0s;
    transition: all 0.2s 0s;
}

.menu ul .sfHover a {
    background-color: #666;
    color: #fff !important;
}

.menu ul .sfHover li a {
    background-color: #262626 !important;
    color: #bbb !important;
}

.menu ul .sfHover li a:hover { background-color: #666 !important; }


/* ---------------------------------- */
/* Search / Cart Icon
------------------------------------- */
.menu li.cart-icon,
.menu li.search {
    right: 15px;
    position: absolute;
}

.menu li.cart-icon a:not(.btn),.menu  li.search a {
    padding: 9px 10px;
    padding-right: 0px;
    top: 10px;
    right: 0;
    margin: 0;
    font-size: 18px;
    border: none;
    outline: none;
    color: #444;
}

.menu li.cart-icon { right: 55px;     max-width: 38px;}
.menu li.cart-icon a { top: 15px; }
.menu li.cart-icon a.btn:hover,.menu li.cart-icon a.btn:active,.menu li.cart-icon a.btn:focus {color: white!important; }

.menu li.cart-icon i {
    font-size: 19px;
}

.cart-counter {
    position: absolute;
    top: -2px;
    right: -12px;
    color: #fff;
    width: 24px;
    height: 24px;
    background-color: #666;
    border-radius: 50%;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid #fff;
    letter-spacing: -0.5px;
}

.menu li.cart-icon a,
.close-search a,
.menu li.search a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.search-container {
    z-index: 1000;
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    border-top: 1px solid #e0e0e0;
}

.search-container:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    right: 0;
    background-color: #fff;
    top: -1px;
}

.search-container input {
    width: 100%;
    border: none !important;
    float: left;
    padding: 12px 0 !important;
    margin: 10px 0 0 0 !important;
    font-size: 20px !important;
    position: relative;
    background: #fff !important;
    color: #808080;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    font-weight: 500;  	text-align: center;
}

.search-container input:focus {
    border: 0;
    background: #fff;
    color: #666;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.search a i { font-size: 18px; }

.close-search a {
    font-size: 18px;
    position: absolute;
    color: #333;
    padding: 10px;
    padding-right: 0;
    top: 16px;
    right: 32px;
    float: right;
    margin: 0;
    background-color: #fff;
    outline: none;
}

.menu li.cart-icon a:hover,
.menu  li.search a:hover,
.close-search a:hover {
    color: #666;
}


/* ---------------------------------- */
/* jPanel mobile menu
------------------------------------- */
.menu-responsive,
#jPanelMenu-menu { display: none; }

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

body[data-menu-position="closed"] .jPanelMenu-panel{transform: none !important;}
body[data-menu-position="open"] {margin-top:0px !important;}

#jPanelMenu-menu {
    overflow-y: hidden !important;
}

header [data-menu-position="open"] #logo img{padding-top:15%;}

    .menu {max-height: none;}
    .menu.original { display: none; }
 .menu.cloned { display: none !important; }
    #jPanelMenu-menu,
    .menu-responsive  { display: block }
    .menu-responsive >span {     text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 60px;
        top: 20px; }

    .menu-responsive {
        color: #fff;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        background-color: #666;
        position: fixed;
top:0;
left:0;
z-index: 1000;
        width: 100%;
        margin: 0px 0 25px 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

body{
margin-top: 36px;
}

    .menu-responsive i {
        padding: 20px;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
        display: inline-block;
    }

    .menu-responsive i.menu-trigger { width: 100%; }



    .menu-responsive i.search-trigger {
        position: absolute;
        right: 0;
        background: rgba(255,255,255,.15);
        width: 57px;
        z-index: 999;
        top: 0;
    }

    .responsive-search { display: none;position: relative }

    .responsive-search input{
        margin-bottom: 0;
        border: none;
        background-color: rgba(255,255,255,0.15);
        color: #fff;
        padding: 15px 22px;
        width: 100%;
    }
    .responsive-search .placeholder{
        color: white;
        position: absolute;
        left: 0;
        right: 0;
        top: 17px;
        z-index: 9;
        text-align: center;
    }

    .responsive-search input::-webkit-input-placeholder,
    .responsive-search input::-moz-placeholder         ,
    .responsive-search input:-moz-placeholder          ,
    .responsive-search input:-ms-input-placeholder     ,
    .responsive-search input::placeholder
    {color:#fff;}


    .responsive-search input:focus { border: none; color: #fff; }

}

.fa.fa-search.active:before { content:"\f00d"; }
body[data-menu-position="open"] .menu-responsive i.fa.fa-reorder:before { content:"\f00d"; }
body[data-menu-position="closed"] .menu-responsive i.fa.fa-reorder:before { content:"\f0c9"; }

#jPanelMenu-menu a.current:after,
#jPanelMenu-menu .with-ul:after { display: none; }

#jPanelMenu-menu li a {
    display:block;
    padding: 12px 20px !important;
    background-color: #0f73be;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
    outline: none;
    text-transform: none;
    text-shadow: none;
    text-decoration: none;
}

#jPanelMenu-menu li a:hover { background-color: #00458a; }

#jPanelMenu-menu li li a {
    background-color: #363636;
    padding-left: 30px !important;
    text-transform: none;
    font-weight: 500;
}


#jPanelMenu-menu li.cart-icon,
#jPanelMenu-menu li.search,
#jPanelMenu-menu .cart-counter,
#jPanelMenu-menu .hidden-on-mobile,
#jPanelMenu-menu .mega-headline { display: none; }

#jPanelMenu-menu,
#jPanelMenu-menu ul { list-style: none; padding-left: 0; visibility: visible !important;}

#jPanelMenu-menu .mega-section {
    display: inline-block;
    float: none;
    width: 100%;
    border-right: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}
