/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Force coupon form visible inside Cart Totals */
.cart_totals .woocommerce-form-coupon,
.woocommerce-cart .woocommerce-form-coupon,
form.woocommerce-cart-form .woocommerce-form-coupon {
  display: block !important;
  max-height: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Optional: hide the small toggle/summary so the user can't collapse it */
.cart_totals .coupon-toggle,
.cart_totals .showcoupon,
.cart_totals .toggle-button,
.cart_totals summary {
  display: none !important;
}

.woocommerce-order {
padding: 8%;
}