/* EX Cart Buy Now Button - Styles (beneath Cart totals) */
.ex-cart-buy-now {
  margin-top: 16px;
}

.ex-cart-buy-now .ex-buy-now-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}
