/** Define all scss variables here : override bulma's variables like you want **/
/** Colors - Elements */
/** Map new colors to Bulma **/
/* Reponsive breakpoints */
/** Box Model  */
/************************************/
/***          Mixins Sass         ***/
/************************************/
/** Reminder - Bulma's Mixins list **/
/** Other useful mixins **/
/************************************/
/***        Functions Sass        ***/
/************************************/
/** Reminder - Bulma's Functions list **/
/** Other useful functions **/
/* Bulma Utilities */
.woocommerce-cart .woocommerce-cart-form .coupon input {
  width: auto !important;
  min-height: 45px;
}
.woocommerce-cart .woocommerce-cart-form .coupon button {
  margin: 0;
}
