/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:34 Expected identifier but found "%"
Line 17:0 Unexpected "{"
Line 17:1 Expected identifier but found "%"
Line 17:94 Expected identifier but found "%"
Line 23:0 Unexpected "{"
Line 23:1 Expected identifier but found "%"
Line 23:64 Expected identifier but found "%"
Line 29:0 Unexpected "{"
... and 5 more hidden warnings

**/
{% comment %} カートページ {% endcomment %}
{% comment %} テンプレートのズレを直す。上にズレていたのも下に戻す {% endcomment %}
 div#main-cart-items.cart__items{
     margin-top: 110px !important;
}


{% comment %} 空のカートページのずれを上に戻す {% endcomment %}
.cart__warnings{
  margin-top: 100px;
}


{% comment %} フォントサイズ {% endcomment %}
h1.cart__empty-text{
  font-size: 24px;
  font-weight: normal;
}


h2.cart__login-title{
  font-size: 18px;
  font-weight: normal;
}

.cart__login-paragraph{
  font-size: 14px;
}


{% comment %} 商品名のタイトル左揃え {% endcomment %}
td.cart-item__details{
  text-align: left;
}