/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Remove the :before icon from the add-to-cart button */
.single_add_to_cart_button::before {
    display: none;
}

/* Ensure the button text always stays in one line */
.single_add_to_cart_button {
    white-space: nowrap;
}