wc-drawer wc-cart .cart-table__image{display:block;margin:0 auto;width:80px}wc-drawer wc-cart .cart-table__image img{display:block;max-width:100%}wc-drawer wc-cart .cart-table{margin:0}wc-drawer wc-cart .cart-table thead{display:none}wc-drawer wc-cart .cart-table td{border-top:0;color:var(--product-color);font-size:var(--product-font-size);font-weight:var(--product-font-weight);padding:0}wc-drawer wc-cart .cart-table td.item__img{grid-area:img}wc-drawer wc-cart .cart-table td.item__name{grid-area:title}wc-drawer wc-cart .cart-table td.item__name a{display:block;margin:0 0 3px}wc-drawer wc-cart .cart-table td.item__price{display:none}wc-drawer wc-cart .cart-table td.item__quantity{grid-area:quantity}wc-drawer wc-cart .cart-table td.item__remove{display:none}wc-drawer wc-cart .cart-table td.item__total-price{grid-area:price}wc-drawer wc-cart .cart-table tr{align-items:center;display:grid;grid-gap:.5em 1em;grid-template-areas:"img title title" "img quantity price";grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;margin:2rem 5%}wc-drawer wc-cart .cart-table__footer{border-top:1px solid rgba(0,0,0,.03);font-size:var(--subtotal-font-size);margin:.5rem 5%;padding-top:2rem}wc-drawer wc-cart .cart-table__footer .cart-table__subtotal{color:var(--subtotal-color);display:flex;font-size:var(--subtotal-font-size);font-weight:var(--subtotal-font-weight);justify-content:space-between}wc-drawer wc-cart form{margin:0 0 1em}wc-drawer [id*="__cart-footer"]{background-color:inherit;position:-webkit-sticky;position:sticky;left:0;bottom:0;padding:2rem;box-shadow:0 0 10px rgba(0,0,0,.50196)}wc-drawer [id*="__cart-footer"] button{width:100%}wc-cart{display:block;flex-grow:1}wc-cart td{color:var(--product-color);font-weight:var(--product-font-weight);font-size:var(--product-font-size)}wc-cart .item__img{width:80px}wc-cart .item__name small{display:block}wc-cart .cart-table__subtotal{font-size:var(--subtotal-font-size);font-weight:var(--subtotal-font-weight);color:var(--subtotal-color)}wc-cart .cart-table__image{display:block;margin:0 auto;width:80px}wc-cart .cart-table__image img{display:block;max-width:100%}wc-cart .cart-table__footer{padding:0 1rem}@media (max-width:767px){wc-cart .cart-table__image{display:block;margin:0 auto;width:80px}wc-cart .cart-table__image img{display:block;max-width:100%}wc-cart .cart-table{margin:0}wc-cart .cart-table thead{display:none}wc-cart .cart-table td{border-top:0;color:var(--product-color);font-size:var(--product-font-size);font-weight:var(--product-font-weight);padding:0}wc-cart .cart-table td.item__img{grid-area:img}wc-cart .cart-table td.item__name{grid-area:title}wc-cart .cart-table td.item__name a{display:block;margin:0 0 3px}wc-cart .cart-table td.item__price{display:none}wc-cart .cart-table td.item__quantity{grid-area:quantity}wc-cart .cart-table td.item__remove{display:none}wc-cart .cart-table td.item__total-price{grid-area:price}wc-cart .cart-table tr{align-items:center;display:grid;grid-gap:.5em 1em;grid-template-areas:"img title title" "img quantity price";grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;margin:2rem 5%}wc-cart .cart-table__footer{border-top:1px solid rgba(0,0,0,.03);font-size:var(--subtotal-font-size);margin:.5rem 5%;padding-top:2rem}wc-cart .cart-table__footer .cart-table__subtotal{color:var(--subtotal-color);display:flex;font-size:var(--subtotal-font-size);font-weight:var(--subtotal-font-weight);justify-content:space-between}}.template-cart .cart-footer{margin-top:2rem;width:100%}