p {
    font-size: 1.1em;
}
.form-control {
  font-size: 1.2rem;
}
div.input-group > div.item {
  width: 30%;
}
.row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cart-column--flex-row {
  display: flex;
}
.cart-item {
  display: flex;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(107, 108, 119, 0.15);
}
.cart-items__header {
  display: flex;
  border-bottom: 1px solid rgba(107, 108, 119, 0.15);
}
.cart-items__header .cart-column {
  margin-top: 0;
  padding-bottom: 0.5em;
}
.cart-column--detail {
  flex-grow: 1;
}
.cart-column--price {
  width: 140px;
  margin: 10px 0 0 30px;
    margin-top: 10px;
  flex-shrink: 0;
  text-align: right;
}
.cart-column--quantity {
  margin-left: 30px;
  width: calc(56px + 3em);
  flex-shrink: 0;
  text-align: center;
}
.cart-column--total {
  flex-shrink: 0;
  margin: 10px 0 0 30px;
    margin-top: 10px;
  width: 140px;
  text-align: right;
}

.cart-subtotal-row {
  display: flex;
  justify-items: stretch;
  align-items: baseline;
}
.row-half-space {
  margin-top: 15px;
  margin-bottom: 15px;
}
.small-title {
  font-size: 1.2666em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.cart-subtotal-wrapper {
  flex-grow: 1;
  text-align: right;
}
.standard-title, .product-reviews-manager .spr-header-title, blockquote {
  font-size: 1.28em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.row-half-space {
  margin-top: 15px;
  margin-bottom: 6px;
}
.text-right {
  text-align: right !important;
}
.cart-checkout-button {
  min-width: calc(33% - 60px);
  min-height: 44px;
}
.btn--primary, .shopify-challenge__container .shopify-challenge__button, .spr-button-primary, .shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: #080a1c;
  color: #ffffff;
  border: 1px solid #080a1c;
  position: relative;
  overflow: hidden;
  transition: background-color 0.15s, color 0.15s;
}
.btn--primary:hover, .shopify-challenge__container .shopify-challenge__button:hover, .spr-button-primary:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: transparent;
  color: #080a1c;
  border: 1px solid #080a1c;
}
button:hover, input[type="submit"]:hover, .btn:hover {
  outline: 0 !important;
}
.submitbt {
  margin-top: 35px;
}
