/*
==============================
Page: Cart
Section: Cart Table
==============================
*/

/*
==============================
Page: Cart
Section: Buttons
==============================
*/

.wc-block-cart__submit-container a,
.wc-block-cart__submit-container button,
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
  background-image: none;
  text-align: center;
  width: 100%;
  border-radius: 12px;
  border: 0;
  font-size: 0.95rem; 
  font-weight: 600;
  padding: 0.7rem 1rem 0.5rem 1rem;
  height: 45px;
  display: block;
  background-color: var(--orange);
  color: var(--white);
}
.wc-block-cart__submit-container span {
  font-weight: 600;
}
.wc-block-cart__submit-container a:hover,
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:hover {
  cursor: pointer;
  background: var(--brown);
  color: var(--white);
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.components-button.wc-block-components-button.wp-element-button:focus {
  box-shadow: 0 0 0 !important;
}
.wc-block-cart__submit-container button:disabled {
  opacity: 0.5;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
  width: auto;
}

.card .is-large.wc-block-cart {
  margin-bottom: 1rem;
} 