body {
  margin-top: auto !important;
}

#e-store .breadcrumb {
  display: block;
  position: relative;
  padding: 8px 15px;
  border-radius: 4px;
  right: auto;
  margin-bottom: 20px;
}

#e-store #detail_confirm .panel {
  background-color: inherit;
}

#e-store input.button {
  border-radius: 7px !important;
}

#e-store #description {
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}

#e_store_ #cart_details.in {
  top: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
}

#search-header input#searchbox {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
}


#category_nav {
  float: none;
/*  width: 246px;*/
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #header .container {
    max-width: 750px;
  }

  #category_nav {
    float: left;
  }
}

@media (min-width: 992px) {
  #header .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  #header .container {
    max-width: 1170px;
  }
}
