.view-profiles .view-content {
  margin-top: 1.5rem;
}

.view-profiles .field--name-address {
  padding: 1rem;
  border: 1px solid #cfd8dc;
}

.view-profiles .dropbutton-widget {
  border-top: none;
}

.order-information {
  margin-top: 2rem;
}

.order-information .view-commerce-order-item-table {
  margin-top: 2rem;
}

.order-information .order-total-line-value {
  width: auto;
  min-width: 80px;
}

.order-information .order-total-line__subtotal {
  color: #546e7a;
}

.order-information .order-total-line__total {
  width: auto;
  min-width: 80px;
  color: #263238;
  font-size: 1.8rem;
}

.order-information .order-total-line__total .order-total-line-label {
  margin-right: 1rem;
}
.cart-block--contents {
  background-color: rgba(38, 50, 56, 0.7);
  width: 350px;
  border-radius: .25rem;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  color: #FFF;
  right: 0;
}

@media (min-width: 768px) {
  .cart-block--contents {
    width: 400px;
  }
}

.cart-block--contents a {
  color: #FFF;
}

.cart-block--contents table {
  margin-bottom: 0;
  font-size: 80%;
}

@media (min-width: 992px) {
  .cart-block--contents table {
    font-size: .778rem;
  }
}

.cart-block--contents table td {
  padding: .5rem;
  vertical-align: middle;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.cart-block--contents table td.views-field-field-image {
  width: 90px;
}

.cart-block--contents table td.views-field-total-price__number {
  font-weight: bold;
}

.cart-block--contents table tr:first-child td {
  border-top: none;
}

.cart--cart-block .cart-block--contents__links a {
  display: block;
  padding: .75rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #263238;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .877rem;
  margin-top: 5px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.cart--cart-block .cart-block--contents__links a:hover {
  background: white;
  color: #263238;
}

.cart-block--contents__items {
  background-color: rgba(38, 50, 56, 0.5);
  overflow: auto;
}

a.cart-block--link__expand {
  padding: 0 1rem;
  position: relative;
  border-radius: .25rem .25rem 0 0;
}

a.cart-block--link__expand.cart-block--link-active {
  background-color: rgba(38, 50, 56, 0.7);
  color: #FFF;
}

a.cart-block--link__expand .cart-block--summary__count {
  background: #f44336;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: calc(1rem - 10px);
}
.checkout-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: -1.2rem;
}

@media (min-width: 992px) {
  .checkout-progress {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.checkout-progress li {
  padding: .3rem 1.5rem;
  font-weight: 300;
  font-style: italic;
  position: relative;
  color: #78909c;
}

.checkout-progress li:before {
  display: none;
}

@media (min-width: 768px) {
  .checkout-progress li:before {
    display: inline;
  }
}

.checkout-progress li:after {
  content: '';
  display: block;
  border-right: 1px solid #90a4ae;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.checkout-progress li:last-child:after {
  display: none;
}

.checkout-progress .checkout-progress--step__previous {
  color: #000;
  font-weight: bold;
}

.checkout-progress .checkout-progress--step__current {
  color: #000;
  font-weight: bold;
}

.view-commerce-cart-form,
.commerce-checkout-flow {
  color: #455a64;
}

.view-commerce-cart-form table,
.commerce-checkout-flow table {
  border-bottom: 4px solid #eceff1;
}

.view-commerce-cart-form table th,
.commerce-checkout-flow table th {
  color: #263238;
}

.view-commerce-cart-form table td,
.commerce-checkout-flow table td {
  vertical-align: middle;
}

.view-commerce-cart-form table th.views-field-field-image,
.view-commerce-cart-form table td.views-field-field-image,
.commerce-checkout-flow table th.views-field-field-image,
.commerce-checkout-flow table td.views-field-field-image {
  display: none;
}

@media (min-width: 768px) {
  .view-commerce-cart-form table th.views-field-field-image,
  .view-commerce-cart-form table td.views-field-field-image,
  .commerce-checkout-flow table th.views-field-field-image,
  .commerce-checkout-flow table td.views-field-field-image {
    width: 130px;
    display: table-cell;
  }
}

.view-commerce-cart-form fieldset,
.commerce-checkout-flow fieldset {
  margin-bottom: 3rem;
}

.view-commerce-cart-form fieldset legend,
.commerce-checkout-flow fieldset legend {
  padding: 0 0 .75rem;
  border-bottom: 5px solid #eceff1;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

.view-commerce-cart-form fieldset fieldset legend,
.commerce-checkout-flow fieldset fieldset legend {
  border: none;
  font-size: 1.2rem;
  font-weight: 300;
}

.view-commerce-cart-form .form-group.form-type-radio,
.commerce-checkout-flow .form-group.form-type-radio {
  margin-bottom: 0;
}

.view-commerce-cart-form .field--name-product-id,
.view-commerce-cart-form .field--name-product-id a,
.commerce-checkout-flow .field--name-product-id,
.commerce-checkout-flow .field--name-product-id a {
  color: #000;
  font-weight: bold;
}

.view-commerce-cart-form .views-field-purchased-entity,
.view-commerce-cart-form .views-field-purchased-entity a,
.commerce-checkout-flow .views-field-purchased-entity,
.commerce-checkout-flow .views-field-purchased-entity a {
  color: #000;
}

.view-commerce-cart-form table .form-group,
.commerce-checkout-flow table .form-group {
  margin: 0;
}

.view-commerce-cart-form .delete-order-item.btn.btn-primary,
.commerce-checkout-flow .delete-order-item.btn.btn-primary {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  color: #e57373;
}

.view-commerce-cart-form .order-total-line-value,
.commerce-checkout-flow .order-total-line-value {
  width: auto;
  min-width: 80px;
}

.view-commerce-cart-form .order-total-line__subtotal,
.commerce-checkout-flow .order-total-line__subtotal {
  color: #546e7a;
}

.view-commerce-cart-form .order-total-line__total,
.commerce-checkout-flow .order-total-line__total {
  width: auto;
  min-width: 80px;
  color: #263238;
  font-size: 1.8rem;
}

.view-commerce-cart-form .order-total-line__total .order-total-line-label,
.commerce-checkout-flow .order-total-line__total .order-total-line-label {
  margin-right: 1rem;
}

.view-commerce-cart-form .form-actions,
.commerce-checkout-flow .form-actions {
  margin: 1rem 0 2rem;
  padding: 1.5rem 0;
  border-top: 4px solid #eceff1;
  text-align: right;
}

.path-checkout .credit-card-form,
.path-checkout .field--name-address {
  background-color: rgba(236, 239, 241, 0.7);
  padding: 1rem;
  border-radius: 30px;
  margin-top: 1rem;
}

.path-checkout .credit-card-form__expiration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.path-checkout .credit-card-form__expiration select {
  width: 100%;
}

.path-checkout .checkout-pane.checkout-pane-coupon-redemption .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1.5rem 0;
}

.path-checkout .checkout-pane.checkout-pane-coupon-redemption .form-wrapper .form-item-sidebar-coupon-redemption-form-code {
  margin-right: 1rem;
  margin-bottom: 0;
}
