.cart-contents {
  padding: 12.5em 0em 0.875em 0em;
  margin: auto;
  position: relative;
}
.cart-contents .top-wave {
  position: absolute;
  width: 100%;
  top: -0.125em;
  height: auto;
  left: 0;
}
#order-success {
  display: none;
  padding: 12.5em 0em 0.875em 0em;
}
#order-fail {
  display: none;
  padding: 12.5em 0em 0.875em 0em;
}
.product-details {
  float: left;
  width: 37%;
}
.product-price {
  float: left;
  width: 12%;
}
.product-quantity {
  float: left;
  width: 10%;
}
.product-removal {
  float: left;
  width: 9%;
}
.product-line-price {
  float: left;
  text-align: right;
  width: 12%;
}
.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  clear: both;
}
.group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
  zoom: 1;
}
.product {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.product .product-price:before {
  content: '$';
}
.product .product-line-price:before {
  content: '$';
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  margin: 0 0 10px 20px;
  object-fit: cover;
  object-position: center;
  height: 90px;
  width: 90px;
  display: block;
  border-radius: 0.3125em;
}
.product .product-details .product-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-right: 20px;
}
.product .product-details .product-description {
  line-height: 1.4em;
  margin: 5px 20px 5px 0;
}
.product .product-quantity input {
  width: 40px;
}
.product .remove-product {
  background-color: #cc6666;
  border-radius: 3px;
  border: 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 4px 8px;
}
.product .remove-product:hover {
  background-color: #aa4444;
}
.totals-value:before {
  content: '$';
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  padding: 0px 30px 30px 20px;
}
h1 {
  font-weight: 900;
  font-size: min(9vw, 2.4em);
  line-height: 1.20833333;
  color: #004b6c;
  position: relative;
  margin-bottom: 0.625em;
  text-align: left;
}
p {
  color: #004b6c;
  position: relative;
  margin-bottom: 1.04166667em;
  text-align: left;
}
p a {
  color: #004b6c;
  font-size: 0.9375em;
  text-decoration: underline;
}
label {
  color: #aaaaaa;
}
.shopping-cart {
  margin-top: -45px;
}
.column-labels label {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.column-labels .product-details {
  text-indent: -9999px;
}
.column-labels .product-removal {
  text-indent: -9999px;
}
.totals .totals-item {
  clear: both;
  float: right;
  margin-bottom: 10px;
  width: 100%;
}
.totals .totals-item label {
  clear: both;
  float: left;
  text-align: right;
  width: 79%;
}
.totals .totals-item .totals-value {
  float: right;
  text-align: right;
  width: 21%;
}
.totals .totals-item-total {
  font-family: "Roboto", sans-serif;
}
.checkoutold {
  background-color: #66bb66;
  border-radius: 3px;
  border: 0;
  color: #ffffff;
  float: right;
  font-size: 25px;
  margin-top: 20px;
  padding: 6px 25px;
}
.checkoutold:hover {
  background-color: #449944;
}
.checkout {
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  line-height: 3.57142857em;
  height: 3.57142857em;
  text-align: center;
  padding: 0 2.14285714em;
  position: relative;
  z-index: 1;
  background-color: var(--primaryDark);
  border-radius: 0.3125em;
  border: none;
  float: right;
  color: var(--primary);
  transition: color .3s;
  transition-delay: .1s;
}
.checkout a {
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 3.57142857em;
  color: var(--primary);
  transition: color .3s;
  transition-delay: .1s;
}
.checkout:hover {
  color: var(--primaryDark);
  border: none;
}
.checkout:hover a {
  color: var(--primaryDark);
}
.checkout:hover:before {
  width: 100%;
}
.checkout:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--primaryShade);
  border-radius: 0.3125em;
  width: 0;
  transition: width .3s;
}
/* Tablet */
@media only screen and (max-width: 650px) {
  .shopping-cart {
    border-top: 1px solid black;
    margin: 0;
    padding-top: 20px;
  }
  .cart-contents {
    padding: 5em 0em 0.875em 0em;
  }
  .column-labels {
    display: none;
  }
  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .product-price {
    clear: both;
    width: 60px;
  }
  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }
  .product-quantity:before {
    content: 'x';
  }
  .product-removal {
    width: auto;
  }
  .product-line-price {
    float: right;
    width: 60px;
  }
}
/* Phone */
@media only screen and (max-width: 450px) {
  .cart-contents {
    padding: 8.75em 0em 0.875em 0em;
  }
  .product-line-price {
    padding: 0px 35px 0px 0px;
  }
}
