header{

min-height: 70px;
background: rgba(24,63,11,0.5);
z-index: 6667;
    position: absolute;
    width: 100%;

transition: all 0.4s ease;

background: rgba(0,0,0,0.3); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2), rgba(0,0,0,0)); /* Standard syntax */
}

header.sticky{
position: fixed;
width: 100%;
background: #222222;
top:0px;
padding: 0;
z-index: 99997;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
}

header.sticky .logo{
width: 115px !important;
    top: -5px;
}


.header.sticky .nav ul li a

 {
 
}


.header .logo-fixed{ display:none;}


.header-two{

min-height: 98px;
background:none;
z-index: 6667;
position:absolute;
 width:100%;
 
// set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.header-two.sticky{
position: fixed;
min-height: 64px; 
width: 100%;
background: #fff;
top:0px;
padding: 0;
z-index: 99997;
border-bottom:solid 1px #F3F3F3;
}

.header-two.sticky .nav ul li.select-item a { color: #222; border-bottom: solid 1px #222;}
.header-two.sticky .nav ul li.select-item a:hover{color: #222; border-bottom: solid 1px #222;}
.header-two.sticky .logo2{ display:none;}
.header-two.sticky .logo-dark{ display:inline-block; width:130px; float:left; margin: 8px 0 0 0;}
.header-two.sticky .nav ul li a { color: #222; line-height: 58px;}
.header-two.sticky .nav ul li a:hover{ color: #e9b947;}
.header-two.sticky .social-icons li a{ color: #444;}

.header-two.sticky .get-touch li.contact-no a {color: #222;}
.header-two.sticky .cart-button i {color: #222; line-height: 62px;}
.header-two.sticky .shop-bag .num { color: #fff; background-color: #444; margin:13px 0 0 20px;}
.header-two.sticky .social-icons { margin: 18px 8px 0 0;}
.header-two.sticky .get-touch { margin: 16px 0 0 0;}






#page header.sticky a{

    top: 14px;
    z-index: 99998;
    left: -40px;

}
#page .header{ position: fixed;    z-index: 99998;    min-height: 0;}

#page header.sticky{ border-bottom:none;}

