#row-header{
  flex-wrap: wrap;
  height:21vh;
  width:100%;
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
    
}

#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#header-cart {
  float:right;
  width:30%;
}
#header-cart li{
  position:relative;
  list-style-type: none;
  margin-bottom:8px;
  margin-top:10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart{
  margin-top:0px;
  }
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}

@media (min-width: 768px) {
   #header-cart{
  margin-top:0px; 
  margin-bottom:0px;
  }
}
@media (max-width: 767px) {
#row-header{
  height:10vh;
  }
  #header-cart{
    width:100%;
    margin-bottom:20px;
  }
