/* Add custom CSS styles below */ 
.s-button-primary-outline {
  background: whitesmoke;  
  color: #a07c2b;
  border-color:#a07c2b;
}

.s-button-primary-outline:hover{
  background: whitesmoke;
  color: #a07c2b;
  border-color:#a07c2b;

}


.s-add-product-button-mini-checkout-content {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: .8rem;
    white-space: nowrap;
    color: #a07c2b;
}