.header {
	display:flex;
    width: 90%;
	margin: 50px auto 0;
}
.search-logo{
    margin: 40px auto;
    width: 260px;
    padding-bottom: 10px;
    text-align: center;
}
.search-logo img{
}
.search-logo h1{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.search-logo h3{
  padding: 0px ;
  font-size: 13px;
  font-weight: 300;
  color: rgb(52, 58, 91);
}
.search-box{
    float: right;
    width: 100%;
}
.search-box form {
    margin:0;
}
button,.search  {
    height: 45px;
    border: 0px;
    background: #e5b685 ;
    outline: none;
    width: 15%!important;
    padding: 0;
    transition: all .2s;
    border-radius: 0 10px 10px 0;
    border-left: 2px solid #a77746;
}
/*
button,.search:hover {
  background: #85992f ;
  outline: none;
}
*/
input, .search {
    height: 45px;
    border: none !important;
    background: #d13f68 !important;
    outline: none;
    padding: 0 10px 0 0;
    width: 85%!important;
    margin: 0;
    float: left;
    border-radius: 10px 0px 0 10px !important;
}
.search-box {
    height: 45px;
    padding: 0 10px 0 0;
    margin: 0;
    float: left;
  background: none;
	border: none !important;
}
.search-box img{
    vertical-align: middle;
}
.store {
	width: 12%;
	margin: 30px 10px;
}
.store span {
    font-size: 100% !important;
    font-weight: bold;
    color: #bdbdbd !important;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 5px;
    transition: all .2s;
    margin: 0 0 0 7px;
    border: 1px solid #747474;
	background: #343a4f;
}
.store a{
    text-decoration: none;
}
.store span:hover {
    color: #f8f9fa !important;
    background: #34496d;
}
.store img {
  filter: grayscale(1);
  cursor: pointer;
  max-width:none;
    border-radius: 0px;
}
.logo-sheikhali {
	width: 30%;
}
.logo-sheikhali img {
  margin: 5px 0px 0 10px;
  float:right;
}
.logo-sheikhali h1  {
    float: right;
    font-size: 12px;
    color: #fafafa;
    margin: 20px 0 10px;
}
.logo-sheikhali h2  {
    font-size: 16px;
    color: #fafafa;
    font-weight: bold;
}
.profile {
	margin-top: 20px;
    width: 100%;
	transition:all .2s;
}
.profile:hover {
	margin: 18px 0;
}
.profile a:hover {
	text-decoration:none;
}
.profile-reg {
    width: 20%;
}