/* v2.1.15 — hard visibility fix for the standard cart "Continue checkout" CTA only. */
body.woocommerce-cart .wc-proceed-to-checkout > a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout > a.button.checkout-button,
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:52px !important;
  background:#111111 !important;
  border:1px solid #111111 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  opacity:1 !important;
  visibility:visible !important;
  text-indent:0 !important;
  text-shadow:none !important;
  font-size:14px !important;
  font-weight:650 !important;
  line-height:1.2 !important;
  letter-spacing:0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout > a.checkout-button *,
body.woocommerce-cart .wc-proceed-to-checkout > a.button.checkout-button *,
body.woocommerce-cart .wc-block-cart__submit-button *,
body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button * {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  opacity:1 !important;
  visibility:visible !important;
  text-indent:0 !important;
  text-shadow:none !important;
  font-size:14px !important;
  line-height:1.2 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout > a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout > a.checkout-button:focus-visible,
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus-visible {
  background:#2a2a2a !important;
  border-color:#2a2a2a !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
