
/* Add custom CSS here, it will not be overwritten by product updates */

/*Override default styling of buttons on ios safari and firefox */
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}