/* sticky footer */
html { min-height: 100%; position: relative; }
section { margin-bottom: 60px; }
#bottombar { position: absolute; bottom: 0; left: 0; right: 0; }

#navbar .search { position: absolute; right: 0; top: 3px; }

optgroup { background: #eee; }

@media screen and (max-width: 1000px) {
  #topbar { height: 65px; }
  #topbar .logo { position: relative; height: 30px; width: 100%; }
  #topbar .logo a img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 90%; max-height: 30px; }
  #topbar .side { top: 35px; left: 0; right: 0; }
  #topbar .account { position: absolute; right: 0; }
}

#order_history .dropship { position: relative; background: url(icon-dropship.png) no-repeat; height: 24px; width: 24px; display: inline-block; margin-bottom: -9px; top: -2px; }

#topbar,#bottombar { background-color: #000; }
