/*!
Theme Name: Stomper X
Theme URI: -
Author: -
Author URI: -
Description: -
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.center-widget {
    text-align: center;
    margin: 0 auto;
}

.widget.widget_media_image {
    text-align: center;
}

.cart .product-price {
    visibility: hidden;
}

.cart .product-quantity {
    visibility: hidden;
}

.woocommerce-customer-details .vc_col-lg-6 .heading-md {
    padding-top: 20px; /* Adjust the value as needed */
}

.wc_points_rewards_apply_discount {
    margin-left: 10px; /* Adjust the value as needed */
}

/* one column checkout page */
.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 {
    clear: both;
    float: none !important;
    width: 100% !important;
    margin-right:0 !important;
    text-align: left;
    padding-bottom: 20px;
}