body .astra-cart-drawer .woocommerce-mini-cart__buttons,
body #astra-mobile-cart-drawer .woocommerce-mini-cart__buttons {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

html body .astra-cart-drawer .woocommerce-mini-cart__buttons a.button,
html body #astra-mobile-cart-drawer .woocommerce-mini-cart__buttons a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  border: 1px solid #ffd3b3 !important;
  border-radius: 14px !important;
  background-color: #fff3e9 !important;
  color: #f47a1f !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

html body .astra-cart-drawer .woocommerce-mini-cart__buttons a.checkout,
html body #astra-mobile-cart-drawer .woocommerce-mini-cart__buttons a.checkout {
  border-color: #f47a1f !important;
  background-color: #f47a1f !important;
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(244,122,31,.24) !important;
}

html body .astra-cart-drawer .woocommerce-mini-cart__buttons a.button:hover,
html body #astra-mobile-cart-drawer .woocommerce-mini-cart__buttons a.button:hover {
  border-color: #dc6512 !important;
  background-color: #dc6512 !important;
  color: #fff !important;
}