/* Logo
/* ========================================================================== */
.logo {
  padding-top: 5px;max-width:200px ;
  height: auto;
}
.logo img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .logo {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

.main-header{
  min-height: 40px;
  position: relative;
  background-color: #ffffff;
  position: relative; 
}
.header{border-bottom:solid 1px #eaeaea}

.header-search{
  position: absolute;
  top: 36px;
  max-width: 100%;right: 150px; width: 365px;
}


@media (max-width: 991px) {
  .header-search, .header-cart {
    width: 170px;
  }
}

@media (max-width: 768px) {
  .header-search, .header-cart {
    width: 100px; top:0
  }
}
.header-search .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.form-control {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-radius: 0;
  border: 3px solid #e9e9e9;
  color: #737475;
}
.form-control:focus {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #232323;
}

.header-search button {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: #ffffff;
  border: none;
  padding: 2px 8px;
  line-height: 30px;
  font-size: 16px;
  color: #232323;
}
.header-search button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -34px;
  width: 34px;
  height: 34px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

@media (max-width: 480px) {
  .header-search, .header-cart {
    position: relative !important;
    left: 0 !important;
    float: none;
    width: 95% !important;
    margin-bottom: 20px;
  }
 
}
.header .header-cart {
  position: absolute;
  top: 0;
  right: 15px;
}