/* Fix: quantity +/- button hover text color becomes invisible */
div.quantity input[type="button"]:hover,
div.quantity input[type="button"]:focus {
    color: #fff !important;
    background-color: var(--wd-primary-color) !important;
    border-color: var(--wd-primary-color) !important;
}

/* Remove icon before "in stock" label */
p.stock.in-stock.wd-style-default:before {
    content: none !important;
}


div.quantity input.plus.btn:hover,
div.quantity input.minus.btn:hover {
    color: #212121 !important
}

a.reset_variations {
    display: none !important;
}