.woocommerce-cart-form table.shop_table{
width: 100% !important;
table-layout: fixed;
} @media (min-width: 769px) { .woocommerce-cart-form table.shop_table th.product-remove,
.woocommerce-cart-form table.shop_table td.product-remove { width: 5%; }
.woocommerce-cart-form table.shop_table th.product-thumbnail,
.woocommerce-cart-form table.shop_table td.product-thumbnail { width: 8%; }
.woocommerce-cart-form table.shop_table th.product-name,
.woocommerce-cart-form table.shop_table td.product-name { width: 52%; }
.woocommerce-cart-form table.shop_table th.product-price,
.woocommerce-cart-form table.shop_table td.product-price { width: 12%; }
.woocommerce-cart-form table.shop_table th.product-quantity,
.woocommerce-cart-form table.shop_table td.product-quantity { width: 10%; }
.woocommerce-cart-form table.shop_table th.product-subtotal,
.woocommerce-cart-form table.shop_table td.product-subtotal { width: 13%; } .woocommerce-cart-form table.shop_table td.product-quantity .quantity {
display: inline-flex;
justify-content: flex-end;
align-items: center;
gap: 6px;
width: auto;
} .woocommerce-cart-form .quantity input.qty {
width: 80px;
text-align: center;
padding: 6px 4px;
font-size: 14px;
} .woocommerce-cart-form .quantity .mm-plus,
.woocommerce-cart-form .quantity .mm-minus {
background: #0073e6;
border: none;
color: #fff;
width: 28px;
height: 28px;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
line-height: 1;
transition: background 0.3s ease;
}
.woocommerce-cart-form .quantity .mm-plus:hover,
.woocommerce-cart-form .quantity .mm-minus:hover {
background: #005bb5;
} .woocommerce-cart-form table.shop_table td.product-subtotal{
text-align: right !important;
}
.woocommerce-cart-form table.shop_table td.product-subtotal .amount{
display: inline-block;
min-width: 90px;
text-align: right;
} .woocommerce-cart-form .mm-max-hint,
.woocommerce-cart-form .mm-max-reached{
text-align: right;
}
} @media (max-width: 768px) {
.woocommerce-cart-form table.shop_table.shop_table_responsive thead {
display: none !important;
}
.woocommerce-cart-form table.shop_table.shop_table_responsive tr,
.woocommerce-cart-form table.shop_table.shop_table_responsive td {
display: block !important;
text-align: left !important;
width: 100% !important;
}
.woocommerce-cart-form table.shop_table.shop_table_responsive td.product-quantity .quantity {
display: inline-flex;
justify-content: flex-start;
align-items: center;
gap: 6px;
margin-top: 5px;
}
.woocommerce-cart-form .quantity input.qty {
width: 55px;
} .woocommerce-cart-form .mm-max-hint,
.woocommerce-cart-form .mm-max-reached{
text-align: left;
}
} .woocommerce-cart-form .mm-max-hint{
margin-top: 6px;
font-size: 12px;
opacity: .75;
}
.woocommerce-cart-form .mm-max-reached{
margin-top: 4px;
font-size: 12px;
font-weight: 600;
} @media (min-width: 769px) {
.woocommerce-cart-form .woocommerce-cart-form__cart-item{
display: table-row;
margin-bottom: 0;
}
} @media (max-width: 768px) {
.woocommerce-cart-form .woocommerce-cart-form__cart-item{
display: block;
margin-bottom: 10px;
}
}