.woocommerce-message .button.wc-forward,
.woocommerce-notices-wrapper .button.wc-forward,
.added_to_cart.wc-forward {
	background: #ff6a00 !important;
	border-color: #ff6a00 !important;
	box-shadow: 0 8px 20px rgba(255, 106, 0, 0.28) !important;
	color: #fff !important;
	opacity: 1 !important;
	font-weight: 800 !important;
}

.woocommerce-message .button.wc-forward:hover,
.woocommerce-notices-wrapper .button.wc-forward:hover,
.added_to_cart.wc-forward:hover {
	background: #e85f00 !important;
	border-color: #e85f00 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.s24sl-pickup-price,
.s24sl-pickup-price .woocommerce-Price-amount {
	color: #24843d;
	font-weight: 800;
}
.s24sl-cart-edit { margin-top: 10px; }
.s24sl-cart-edit a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #b8f534;
  color: #17212b !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none !important;
}
.s24sl-cart-edit a:hover { background: #a4df20; color: #101619 !important; }

.woocommerce-cart button[name="apply_coupon"],
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart .coupon .button,
.wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button {
	background: #ff6a00 !important;
	border: 2px solid #ff6a00 !important;
	box-shadow: 0 7px 18px rgba(255, 106, 0, .24) !important;
	color: #fff !important;
	opacity: 1 !important;
	font-weight: 850 !important;
}

.woocommerce-cart button[name="apply_coupon"]:hover,
.woocommerce-cart button[name="update_cart"]:hover,
.woocommerce-cart .coupon .button:hover,
.wc-block-components-totals-coupon__button:hover,
.wc-block-cart__submit-button:hover {
	background: #e85f00 !important;
	border-color: #e85f00 !important;
	color: #fff !important;
}

.woocommerce-cart button[name="update_cart"]:disabled,
.woocommerce-cart button[name="update_cart"][disabled] {
	background: #ffb27d !important;
	border-color: #ffb27d !important;
	color: #fff !important;
	opacity: .82 !important;
}
