html,
body {
    height: 100%;
    margin-top: 35px;
}

h1 {
  font-size: 28px !important;
}

h2 {
  font-size: 22px !important;
}

.main-wrapper {
  padding-bottom: 30px;
  min-height: 100%;
  height: auto;
}

.bestsellers {
  margin-top: 80px;
  width: 100%;
  background-color: #CADAD5;
  padding: 20px 20px;
  margin-bottom: 20px;
}

.bestsellers .block {
  margin-left:230px;
}

.doctor {
  position: absolute;
  width:230px;
  height:250px;
  background-image: url('../images/doctor.png');
  background-repeat: no-repeat;
  background-position: left;
  margin-top: -230px;
  margin-left: -28px;

}

@media (max-width:550px) {
  .doctor { display: none; }
  .bestsellers { margin-top: 10px;}
  .bestsellers .block { margin-left:0px; }
}

.bestsellers a {
  display: inline-block;
  width: 93px;
  color: black;
  margin-right: 30px;
  margin-bottom: 5px;
}

.bestsellers .block-head {
  padding-bottom: 5px;
  border-bottom: 2px solid black;
}

.block-head {
  color: black;
  font-size: 18px;
  margin-bottom: 10px;
}

nav {
  background-color: #008276 !important;
  border: 0px !important;
}
nav a {
  color: white !important;
  font-weight: 100;
  letter-spacing: 2px;
}

nav .dropdown-menu a {
  color: black !important;
}

nav .dropdown-menu {
  max-height: 320px;
  overflow-y: scroll;
}


.category-link {
  text-transform: capitalize;
}

.cat-info {
  display: inline-block;
  margin-right: 20px;
  width: 200px;
}

.cat-info .heading {

  padding: 10px;
  font-size: 16px;

  border-bottom: 1px solid #BF6D45;
}

.cat-info .body{
  padding: 10px;
  color: #555;
}

.cat-info .heading a{
  color: black;
}

.cat-tab-item {
  display: inline-block;
  width: 200px;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.cat-tab-item a {
  color: #444;
}

footer {
  width: 100%;
  text-align: center;
  background-color: #f2f1ec;
  padding-top: 11px;
}

.btn-buy {
  padding: 10px 30px;
  background-color: #0A96AD;
  border-radius: 4px;

  color: white;
}
.btn-buy:hover {
  color: white;
}

.items-label {
  width: 170px;

  margin-bottom: 10px;
}

.img-product {
  float:left;
  margin-right: 20px;
  margin-bottom: 5px;
}

/* admin */
tr[data-key] td div{
  max-height: 100px;
  overflow: scroll;
}
