@media(max-width:768px){
body.ordering-process{background:#faf8f5!important;overflow-x:hidden!important}
body.ordering-process h1{font-size:28px!important;margin:24px 18px!important;color:#6f5237!important}
body.ordering-process .cart-table,body.ordering-process .cart-table tbody{display:block!important;width:100%!important;border:0!important}
body.ordering-process .cart-table tr.removeable{display:grid!important;grid-template-columns:115px minmax(0,1fr) 28px!important;grid-template-areas:"img name del" "img name del" "avail qty qty" "price price total"!important;gap:10px 14px!important;background:#fff!important;border:1px solid #eee5da!important;border-radius:18px!important;box-shadow:0 3px 14px rgba(0,0,0,.08)!important;margin:14px 10px!important;padding:14px 10px!important;position:relative!important}
body.ordering-process .cart-table td{display:block!important;border:0!important;padding:0!important;width:auto!important;min-width:0!important}
body.ordering-process .cart-p-image{grid-area:img!important}
body.ordering-process .cart-p-image img{width:100px!important;height:125px!important;object-fit:cover!important;border-radius:12px!important}
body.ordering-process .p-name{grid-area:name!important}
body.ordering-process .p-name .main-link{font-size:18px!important;line-height:1.3!important;font-weight:700!important;text-transform:none!important;color:#222!important;display:block!important}
body.ordering-process .product-appendix{display:block!important;font-size:15px!important;font-weight:400!important;color:#666!important;margin-top:3px!important}
body.ordering-process .main-link-variant{display:block!important;font-size:15px!important;font-weight:400!important;color:#555!important;margin-top:8px!important}
body.ordering-process .p-availability{grid-area:avail!important}
body.ordering-process .p-label{display:none!important}
body.ordering-process .availability-label{font-size:18px!important;font-weight:700!important;color:#009901!important}
body.ordering-process .p-quantity{grid-area:qty!important;align-self:center!important;justify-self:end!important}
body.ordering-process .quantity{display:flex!important;align-items:center!important;width:125px!important;height:40px!important;border:1px solid #ddd!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important}
body.ordering-process .quantity label{margin:0!important}
body.ordering-process .quantity .amount{order:2!important;width:45px!important;min-width:45px!important;height:38px!important;border:0!important;text-align:center!important;font-size:16px!important;background:#fff!important;box-shadow:none!important}
body.ordering-process .quantity .decrease{order:1!important}
body.ordering-process .quantity .increase{order:3!important}
body.ordering-process .quantity .increase,body.ordering-process .quantity .decrease{width:40px!important;height:38px!important;border:0!important;background:#fafafa!important;font-size:18px!important;color:#444!important}
body.ordering-process .p-price{grid-area:price!important;align-self:end!important;margin-top:4px!important}
body.ordering-process .p-total{grid-area:total!important;align-self:end!important;justify-self:end!important;text-align:right!important;padding-right:42px!important;max-width:110px!important;overflow:visible!important}
body.ordering-process .p-price .price-final{font-size:24px!important;font-weight:800!important;color:#4d4d4d!important}
body.ordering-process .p-total .price-final{font-size:20px!important;font-weight:800!important;color:#4d4d4d!important;white-space:nowrap!important}
body.ordering-process .unit-value{font-size:16px!important;color:#666!important}
body.ordering-process .remove-item{display:block!important;width:34px!important;height:34px!important;background:transparent!important;border:0!important;position:relative!important}
body.ordering-process .remove-item:before{content:"×"!important;font-size:34px!important;line-height:34px!important;color:#555!important}
body.ordering-process .p-total form{position:absolute!important;top:14px!important;right:14px!important}
body.ordering-process .availability-label{
font-size:20px!important;
font-weight:800!important;
}
body.ordering-process .cart-table tr.removeable{
box-shadow:0 2px 8px rgba(0,0,0,.05)!important;
}
body.ordering-process .p-quantity{
margin-top:-10px!important;
}
body.ordering-process .p-price,
body.ordering-process .p-total{
margin-top:-20px!important;
}
}