.wb-order-itemlist-header {
  border-bottom: 2px solid #CFD2D3;
  color: #CFD2D3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px;
  text-transform: uppercase;
}
.wb-order-itemlist-header > div + div {
  padding-left: 8px;
}
.wb-order-itemlist-item {
  padding: 24px 16px;
}
.wb-order-itemlist-item > div + div {
  padding-left: 8px;
}
.wb-order-itemlist-item-active {
  background: #E1251B;
  color: #ffffff;
}
.wb-order-itemlist-item-active .md-button.md-wbTheme-theme {
  color: #ffffff;
}
.wb-order-itemlist-item-active .wb-order-itemlist-item-icon.md-wbTheme-theme {
  color: #ffffff;
}
.wb-order-itemlist-item-active .wb-order-itemlist-item-value {
  color: #ffffff;
}
.wb-order-itemlist-item-active .wb-order-itemlist-item-quantity input.md-input:focus {
  border: 2px solid #E1251B;
}
.wb-order-itemlist-item-icon.md-wbTheme-theme {
  color: #CFD2D3;
  font-size: 24px;
  margin-right: 24px;
}
.wb-order-itemlist-item-value {
  color: #CFD2D3;
  font-size: 22px;
  font-weight: 500;
}
.wb-order-itemlist-item-quantity md-input-container.md-wbTheme-theme {
  margin-right: 8px;
  padding: 0;
}
.wb-order-itemlist-item-quantity input {
  appearance: textfield;
  background: #ffffff;
  border: 2px solid #CFD2D3;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  padding: 0;
  text-align: center;
  width: 64px;
}
.wb-order-itemlist-item-quantity input:focus {
  border: 2px solid #00BF9F;
  padding: 0;
}
.wb-order-itemlist-item-quantity input::-webkit-outer-spin-button,
.wb-order-itemlist-item-quantity input::-webkit-inner-spin-button {
  display: none;
}
.wb-order-itemlist-item-quantity input.ng-invalid {
  border: 2px solid #E1251B !important;
}
.wb-order-itemlist-total {
  background: #CFD2D3;
  height: 60px;
  margin-bottom: 16px;
}
.wb-order-itemlist-total-key {
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 44px;
  text-transform: uppercase;
}
.wb-order-itemlist-total-value {
  font-weight: 700;
}
.wb-order-itemlist-header-icon {
  display: inline-block;
  font-size: 18px;
  height: 18px;
  line-height: 1;
  margin-right: 4px;
  vertical-align: middle;
  width: 18px;
}
.wb-order-itemlist-header-icon,
.wb-order-itemlist-header-icon.md-wbTheme-theme,
.wb-order-itemlist-header-icon:before,
.wb-order-itemlist-header-icon.md-wbTheme-theme:before {
  color: #CFD2D3;
}
.wb-order-itemlist-info {
  padding: 20px;
  background-color: #d7e4f0;
  margin: 10px 0px 25px;
}
.wb-order-itemlist-info p {
  margin: 0;
}
