/** Shopify CDN: Minification failed

Line 38:0 Expected "}" to go with "{"

**/



.price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a4d6d !important;
}

@media screen and (max-width: 749px) {
  
  /* Page Container */
  .cart,
  .cart-items {
    padding: 20px 16px !important;
  }
  
  /* Cart Title */
  .cart__title,
  h1.title {
    font-size: 22px !important;
    margin-bottom: 16px !important;
  }

  /* Price */
  .cart-item__price,
  .price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a4d6d !important;
  }
  
