/**
* Theme Name: Aro Child
* Description: This is a child theme of Aro, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: aro
* Version: 1.6.11
*/

.woocommerce-breadcrumb {
display: none !important;
}


.woocommerce-cart .coupon .button {
    white-space: nowrap; /* Prevents wrapping */
    font-size: 14px;     /* Optional: smaller text */
}


ul#shipping_method input[type=radio] + label {
    word-break: break-word;
    font-size: 14px;
}

ul#shipping_method li {
    display: flex;
}

.cart-collaterals .cart_totals small.includes_tax, .cart_totals .order-total span.eur-price, .cart_totals .order-total .amount{
	font-size: 16px;
	word-break: break-word;
}

@media screen and (max-width: 768px) {
.group-action .shop-action{
display: none;
}
}

ul#shipping_method li {
    display: grid;
}