/**
* Theme Name: Fazfood Child
* Description: This is a child theme of Fazfood, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: fazfood
* Version: 1.1.0
*/

.wc-block-cart__submit-container{
  background-image: linear-gradient(to right, var(--secondary) 0%, var(--secondary) 100%);
  background-size: 100%;
  background-position: 110% 0%;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(1, 1, 0, 0) 0s;
  border-radius: 9px!important;
}

.wc-block-cart__submit-container:hover{
  background-color: #AF2C2B!important;
  color: white!important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 8px 16px 8px 8px!important;
}
	