#order-standard_cart {
  color: #11253a;
}

#order-standard_cart .cart-sidebar,
#order-standard_cart .cart-body {
  background: transparent;
}

#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined p {
  color: #11253a;
}

#order-standard_cart .products .product.aie-product-card {
  background: #ffffff;
  border: 1px solid rgba(4, 17, 31, 0.08);
  box-shadow: 0 18px 44px rgba(11, 32, 52, 0.06);
  padding: 0;
  min-height: 100%;
}

#order-standard_cart .products .product.aie-product-card header {
  background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(4, 17, 31, 0.08);
  padding: 22px 24px 16px;
}

#order-standard_cart .products .product.aie-product-card header span:first-child {
  font-size: 24px;
  line-height: 1.1;
  color: #11253a;
}

#order-standard_cart .products .product.aie-product-card .product-desc {
  padding: 18px 24px;
  color: #52657c;
}

#order-standard_cart .products .product.aie-product-card .product-desc p {
  color: #52657c;
  line-height: 1.75;
}

#order-standard_cart .products .product.aie-product-card .product-desc ul {
  margin-top: 14px;
}

#order-standard_cart .products .product.aie-product-card .product-desc li {
  border-top: 1px solid rgba(4, 17, 31, 0.08);
  padding: 8px 0;
  color: #52657c;
}

#order-standard_cart .products .product.aie-product-card footer {
  padding: 20px 24px 24px;
  border-top: 1px solid rgba(4, 17, 31, 0.08);
  background: #fbfdff;
}

#order-standard_cart .products .product.aie-product-card .product-pricing {
  margin-bottom: 16px;
  min-height: 94px;
  color: #11253a;
}

#order-standard_cart .aie-price-label {
  display: inline-block;
  margin-bottom: 4px;
  color: #1a6bff;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#order-standard_cart .products .product.aie-product-card .price {
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  color: #11253a;
}

#order-standard_cart .aie-setup-fee {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(240, 165, 0, 0.25);
  background: rgba(240, 165, 0, 0.1);
  color: #946100;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#order-standard_cart .btn-order-now {
  width: 100%;
  padding: 13px 18px;
  background: #1a6bff;
  border-color: rgba(26, 107, 255, 0.42);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none;
  font-weight: 700;
  box-shadow: none;
}

#order-standard_cart .btn-order-now:hover {
  filter: brightness(1.06);
  color: #ffffff !important;
}

#order-standard_cart .btn-order-now i,
#order-standard_cart .btn-order-now span,
#order-standard_cart .btn-order-now,
#order-standard_cart .btn-order-now:focus,
#order-standard_cart .btn-order-now:active,
#order-standard_cart .btn-order-now:hover,
#order-standard_cart .btn-order-now:visited {
  color: #ffffff !important;
}

#order-standard_cart .btn-success.btn-order-now {
  background: #1a6bff !important;
  border: 1px solid #1a6bff !important;
}

#order-standard_cart .sub-heading span {
  background: #0b2034;
  color: #fff;
}

#order-standard_cart .order-summary {
  background: #ffffff;
  border: 1px solid rgba(4, 17, 31, 0.08);
  color: #11253a;
}

#order-standard_cart .form-control,
#order-standard_cart .field,
#order-standard_cart .account,
#order-standard_cart .view-cart-empty,
#order-standard_cart .selectize-input,
#order-standard_cart .selectize-dropdown {
  background: #ffffff;
  border-color: rgba(4, 17, 31, 0.12);
  color: #11253a;
}

#order-standard_cart .form-control::placeholder,
#order-standard_cart .field::placeholder {
  color: #7a8ea6;
}

#order-standard_cart label,
#order-standard_cart .small,
#order-standard_cart .text-muted,
#order-standard_cart .field-icon,
#order-standard_cart .sub-heading:not(span),
#order-standard_cart p,
#order-standard_cart li {
  color: #52657c;
}

#order-standard_cart .account.active {
  border-color: rgba(26, 107, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(26, 107, 255, 0.18);
}

#order-standard_cart .cart-sidebar .panel {
  background: #ffffff;
  border: 1px solid rgba(4, 17, 31, 0.08);
}
