diff --git a/wp-content/themes/cosmopet/modules/shop/components/checkout/assets/css/checkout.css b/wp-content/themes/cosmopet/modules/shop/components/checkout/assets/css/checkout.css index f7929e7..f27fe37 100644 --- a/wp-content/themes/cosmopet/modules/shop/components/checkout/assets/css/checkout.css +++ b/wp-content/themes/cosmopet/modules/shop/components/checkout/assets/css/checkout.css @@ -692,14 +692,7 @@ border-radius: 4px; padding: 5px; } -.remove-item { - background: #ff4d4d; - color: white; - border: none; - padding: 5px 10px; - cursor: pointer; - border-radius: 4px; + +.form-row{ + margin-top: 1rem; } -.remove-item:hover { - background: #e63939; -} \ No newline at end of file