/** Custom styles for whitelabels **/
#topbar {
  background-color: #ddd;
}
#topbar span {
  color: #666 !important;
}

.top-bar {
  background-color: #fff !important;
}

.logo-bar {
  background-color: #fff !important;
}

.whitelabel-large-crumb {
  background-color: #ccc;
}

.quote-button {
  background-color: #666;
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  position: relative;
  font-size: 18px;
  color: #fff !important;
}
.quote-button .my-cart-badge {
  position: absolute;
  top: -12px !important;
  left: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #d31001;
  line-height: 20px;
}

.header-button {
  height: 37px;
  padding: 0 10px;
  line-height: 37px;
  font-size: 12px;
  margin: -5px 0;
}

.xco-button {
  background-color: #fb511e !important;
}

.tc-padding {
  padding-top: 10px;
}

.footer {
  padding-top: 0 !important;
}
