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

.display-inline-block {
    display: inline-block;
}

.cart .single_add_to_cart_button.custom_single_add_to_cart_button {
    float: unset;
    width: unset;
    height: unset;
    margin-left: 0;
    padding: 0 16px;
    font-weight: 400 !important;
}

body ul.products li.product .button.custom_single_add_to_cart_button {
    position: relative;
    width: 100%;
}

ul.products li.product:not(.product-category) {
    padding-bottom: 0 !important;
}