/*media queries for screen size (lifted from bootstrap)*/
.tab-wrapper {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.tab-wrapper .review-tab {
  border-bottom: #545454 5px solid;
  text-align: center;
  min-width: 100%;
}
.tab-wrapper .review-tab a {
  color: #545454;
}
.tab-wrapper .review-tab h4 {
  font-size: 1.2em;
  margin: 15px 0 5px 0;
}
.tab-wrapper .complete {
  border-bottom: #6bc0e3 5px solid;
}
.tab-wrapper .complete a {
  color: #1E78AF;
}
.tab-wrapper .active {
  border-bottom: #faa100 5px solid;
}
.tab-wrapper .active a {
  color: #faa100;
}
.order-summary h2 {
  color: #00498d;
  margin-bottom: 50px;
}
.order-summary .shopping-cart {
  padding: 0;
}
.order-summary .shopping-cart .item {
  border: none;
}
.order-summary .shopping-cart .item .info {
  padding: 0;
  text-align: center;
}
.order-summary .shopping-cart .item .info .warranty-type {
  padding: 0;
}
.order-summary .shopping-cart .item .info .warranty-type h4,
.order-summary .shopping-cart .item .info .warranty-type h3 {
  display: block;
  padding: 0 15px 0 0;
}
.order-summary .shopping-cart .item .info .warranty-price {
  color: #00498d;
  margin: 0;
}
.order-summary .shopping-cart .item .info .price {
  margin: 10px 0 0 0;
}
.order-summary .shopping-cart .item .info .price h4,
.order-summary .shopping-cart .item .info .price h3 {
  display: inline-block;
  padding: 0 15px 0 0;
}
.order-summary .shopping-cart .item .info .subtotal {
  padding: 5px 0 0 0;
}
.order-summary .shopping-cart .item .info .subtotal .subtotal-price {
  margin: 0;
}
.order-summary .shopping-cart .item:nth-child(2n+1) {
  padding: 15px 0;
}
.order-summary .price-tally {
  padding: 0;
}
.order-summary .price-tally .edit {
  float: right;
}
.shipping .new-address-option,
.shipping .saved-address-option {
  margin-top: 40px;
}
.shipping button a {
  color: #fff;
}
.payment form input[type=number]::-webkit-inner-spin-button,
.payment form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.payment form label {
  font-size: 1.3em;
  font-weight: 400;
  padding-left: 15px;
}
.payment .credit-cards img {
  width: 90px;
  opacity: 0.3;
  padding: 0 10px 0 0;
  transition: all 0.3s 0s;
}
.payment .credit-cards .selected {
  opacity: 1;
}
.payment .payment-type label {
  display: inline-block;
  font-size: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.payment .payment-form,
.payment .existing-payment-info {
  margin-top: 40px;
  padding: 10px;
}
.payment .billing-type {
  margin: 50px 0;
}
.payment .billing-type input {
  margin: 15px 0;
}
h3.checkout-sub-section {
  font-size: 12px;
  color: inherit;
}
h4.checkout-order-total {
  font-size: 19px;
  color: #153562;
  margin-top: 15px;
  margin-bottom: 7.5px;
}

@media (max-width: 537.6px) {
  .payment .promo-code button,
  .payment .shipping-tax button {
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .tab-wrapper {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tab-wrapper .review-tab {
    margin: 0 0.5%;
    min-width: 19%;
    width: 19%;
  }
  .order-summary .shopping-cart .item .info {
    text-align: left;
  }
}
