@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:120px 1fr 38px!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 14px!important;
padding:14px!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:115px!important;
height:145px!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:block!important;
font-size:14px!important;
font-weight:400!important;
color:#666!important;
margin-bottom:2px!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:150px!important;
height:42px!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:58px!important;
min-width:58px!important;
height:40px!important;
border:0!important;
text-align:center!important;
font-size:17px!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:46px!important;
height:40px!important;
border:0!important;
background:#fafafa!important;
font-size:20px!important;
color:#444!important;
}

body.ordering-process .p-price{
grid-area:price!important;
align-self:end!important;
}

body.ordering-process .p-total{
grid-area:total!important;
align-self:end!important;
text-align:right!important;
padding-right:6px!important;
}

body.ordering-process .p-price .price-final,
body.ordering-process .p-total .price-final{
font-size:22px!important;
font-weight:800!important;
color:#4d4d4d!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 .cart-table tr.removeable{
position:relative!important;
}
@media(max-width:768px){
body.ordering-process .cart-table tr.removeable{
grid-template-columns:115px minmax(0,1fr) 28px!important;
margin:14px 10px!important;
padding:14px 10px!important;
}

body.ordering-process .p-total{
padding-right:28px!important;
text-align:right!important;
}

body.ordering-process .p-total .price-final{
font-size:20px!important;
}

body.ordering-process .p-price .price-final{
font-size:22px!important;
}

body.ordering-process .quantity{
width:135px!important;
}

}
}
@media(max-width:768px){

body.ordering-process .p-label{
display:none!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-total .price-final{
font-size:20px!important;
white-space:nowrap!important;
}

body.ordering-process .p-price .price-final{
font-size:24px!important;
}

body.ordering-process .cart-p-image img{
width:130px!important;
height:160px!important;
}

body.ordering-process .quantity{
width:125px!important;
height:40px!important;
}

}