.header{
	position: relative;
	width: 100%;
	display: block;
	background: #fff;
}
.header .header-top{
	padding: 5px 20px;
	border-bottom: 2px solid #F6F7F7;
	width: 100%;
	color: #fff;
}
.header .header-content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.header .clear{
	clear: both;
}
.top-left{
	float: left;
	margin-left: 10px;
}
.top-left .social-media-logo {
	width: 32px;
}
.top-left .social-media-logo img{
	width: 100%;
}
.top-left span{
	border-right: 2px solid #F6F7F7;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 14px;
	padding-right: 5px;
	color: #545A62;
	clear: both;
}
.header .top-right{
	float: right;
	margin-right: 10px;
} 
.header .login, .stock, .language{
	display: inline-block;
}
.header .stock{
	border-left: 2px solid #F6F7F7;
	border-right: 2px solid #F6F7F7;
	padding: 0px 20px 0px 20px;
	margin: 0px 20px 0px 20px;
	position: relative;
}
.header .stock span{
	position: absolute;
    font-size: 12px;
	margin-left: -10px;
    background: #2596be;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    padding-top: 1px;
	color: white;
}
.header .top-right a{
	color: #545A62;
	font-size: 14px;
	-webkit-transition: 0.4s color;
	transition: 0.4s color;
}
.header .top-right a:hover{
	text-decoration: none;
	color: #83C9FF;
}
.header .login img {
	height: 28px;
}
.header .login img, .stock img, .language img{
	width: 28px;
}
.header .language select{
	border: none;
	background: none;
	color: #545A62;
	outline: none;
	font-size: 14px;
}
.header .language option{
	color: #000;
	font-size: 14px;
}

.logo{
	color:#545A62;
	text-align: center;
}
.logo:hover{
	color: #545A62;
}
.logo img{
	width: 120px;
	height: 50px;
}
button:focus{
    outline: none;
}



@media only screen and (max-width: 991px){
.logo img{
	width: 80px;
	height: 35px;
}
/*header-mb*/
.header .top-left .social-media-logo{
	width: 25px;
}
.header .top-left span{
	font-size: 12px;
}

}
/*header-mb*/
@media only screen and (max-width: 767px){

.header .header-top{
	padding: 5px;
}
.header .top-left .social-media-logo{
	width: 20px;
	display: inline-block;
}
.header .top-left .social-media-logo img{
	display:inline-block;
	width: 100%;
	margin: 0;
}
.header .top-left span{
	font-size: 12px;
	padding-right: 3px;
}

.header .stock{
	padding: 0px 2px;
	margin: 0px 2px;
}
.header .top-right a{
	font-size: 12px;
}
.header .login img {
	height: 20px;
}
.header .login img, .stock img, .language img{
	width: 20px;
}

}

a.btn-cart{
	display: block;
    position: fixed;
    height: 70px;
    width: 70px;
    bottom: 50px;
    right: 15px;
    z-index: 1000000;
    background-color: #2596be;
    padding: 16px;
    border-radius: 53px;
}
a.btn-cart .icon svg{
    font-size: 34px;
	fill: white;
}
a.btn-cart .mobile-cart-quantity {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    text-align: center;
    height: 32px;
    width: 32px;
    color: white;
    border-radius: 50%;
    font-size: 16pt;
}
