header {

	min-height: 70px;

	background: #fff;

	z-index: 6667;

	position: absolute;

	width: 100%;

	set animation -webkit-transition: all 0.4s ease;

	transition: all 0.4s ease;

}

header.sticky {

	position: fixed !important;

	width: 100%;

	background: #fff;

	top: 0px;

	padding: 0;

	z-index: 99997;

	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);

}

.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: 11px 0 0 0;

}

.header-two.sticky .nav ul li a {

	color: #222;

	line-height: 58px;

}

.header-two.sticky .nav ul li a:hover { color: #66CCCC; }

.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;

	top: 15px;

}

.header-two.sticky .social-icons { margin: 22px 8px 0 0; padding:0; }

.header-two.sticky .get-touch { margin: 20px 0 0 0; padding:0; }

#page .header.sticky { top: -3px; }

#page header.sticky a {

	top: 14px;

	z-index: 99998;

	left: -40px;

}

#page .header {

	position: absolute;

	z-index: 99998;

	min-height: 0;

	top: 13px;

}

#page header.sticky { border-bottom: none; }



/**Menu Solid**/



.header-solid-bg{

    width: 100%;

    background: #FFF;

    padding: 0;

    border-bottom: solid 1px #F3F3F3;

}

.header-solid-bg .nav ul li a {

    color: #222;

}

.header-solid-bg .social-icons li a {

    color: #444;

}

.header-solid-bg .get-touch li.contact-no a {

     color: #222; 

}

.header-solid-bg .cart-button i {

    color: #222;

}

.header-solid-bg .shop-bag .num {

    color: #fff;

    background-color: #444;

}

.header-solid-bg .tp-banner-container{

	margin-top:103px;

}