@media screen and (max-width: 767px) {
.product-customizer-option.option-type-text input[type='text'] {
    font-size: 16px!important;
}
}

a.button.cart-items__empty-button span {
    color: #fff;
}
.add-to-cart-button.button-secondary:hover{
    color:#000!important;
}