/* General ******/
.breadcrumb {
  margin-top:6px;
}

.wrapper-header .logo {
  max-width: 140px;
}

/* Top Bar *******/
.navbar.navbar-inverse.c_navbarWrapper {
  min-height:20px;
}

.c_navbarWrapper ul {
  text-align: center;
}

.c_navbarWrapper ul, .c_navbarWrapper li {
  width: 100%;
}  

/* Search Bar *******/
input.ajax_search {
  background: #ededed;
  border-radius: 22px;
  border-color: rgba(250, 10, 10, 1);
  }

.wrapper-header .header-search .input-group-btn .btn {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  color:white;
  background:rgba(250, 10, 10, 1);
}

.header-search .input-group {
  border: none!important;
}

/* Homepage ******/
.home-slider {
  margin-bottom: 4px;
}

#main-content, .wrapper-footer {
  margin-top: 0px;
}

.c_categoryWrapper {
  margin-bottom: 0px;
}

#bkf-sub-tiles {
  margin-bottom: 4px;
}

#bkf-sub-tiles .c_categoryWrapper {
  padding:2px;
}

#bkf-sub-tiles .c_categoryLabel {
  display:none;
}

/* Ticker ******/

  .ticker-wrap {
    position: relative;
    display: block;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;  
  }

  .ticker-wrap .ticker {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding: 0 2rem;
    font-size: 1.5rem;
    color: white;
  }
  
  body {
    padding-bottom: 5rem;
  }
  
  h1, h2, p {
    padding: 0 5%;
  }

/* Availability Box */
.c_availabilityBox {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  overflow: hidden;
}
.c_availabilityHeader {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.c_availabilityHeader .fa {
  color: #e07b00;
  margin-right: 5px;
}
.c_availabilityBody {
  padding: 10px 12px;
  font-size: 14px;
}
.c_warehouseLabel {
  font-weight: 600;
}
.c_handlingTime {
  color: #555;
}
.c_stockInStock   { color: #2e7d32; font-weight: 600; }
.c_stockPreorder  { color: #e07b00; font-weight: 600; }
.c_stockBackorder { color: #e07b00; font-weight: 600; }
.c_stockSoldOut   { color: #c62828; font-weight: 600; }