.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
	border: none !important;
}

.woocommerce-cart-form {
	background: var(--blue-mid);
	border-radius: var(--border-radius);
}

#top .main_color .woocommerce-cart-form table tr,
#top .main_color .woocommerce-cart-form table {
	background: transparent;
}

#top table.shop_table .actions .coupon .button,
#top #main div td.actions .coupon .input-text,
#top table.shop_table .actions .button,
.cart-collaterals .cart_totals a.button.alt {
	border-radius: var(--border-radius);
}

#top .cart-collaterals .cart_totals a.button.alt {
	width: auto;
	padding: 12px 20px;
}

.main_color .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle,
#top .main_color a.remove,
#top .main_color .onsale {
	background-color: var(--blue) !important;
}