html body #cart-drawer #checkout.cart__checkout-button,
html body .kovr-cart-drawer #checkout.cart__checkout-button {
  background: #e4ca82 !important;
  background-color: #e4ca82 !important;
  background-image: none !important;
  color: #111111 !important;
  border-color: #111111 !important;
}
html body #cart-drawer #checkout.cart__checkout-button:hover:not(:disabled),
html body .kovr-cart-drawer #checkout.cart__checkout-button:hover:not(:disabled),
html body #cart-drawer #checkout.cart__checkout-button:active,
html body .kovr-cart-drawer #checkout.cart__checkout-button:active {
  background: #e4ca82 !important;
  background-color: #e4ca82 !important;
  background-image: none !important;
  color: #111111 !important;
  border-color: #111111 !important;
}
