/* Add custom CSS styles below */ 
.cart .cart-submit-wrap .s-button-text{
	 color: #fff !important;
}
.cart .cart-submit-wrap .s-button-element:hover {
  background: rgb(0, 207, 209) !important;
  border-color: rgb(0, 207, 209) !important;
}
.cart .cart-submit-wrap .s-button-element:hover .s-button-text {
  color: #fff !important;
}