/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.7.9.1720380030
Updated: 2024-07-07 20:20:30

*/

button.wqm-atc.single_add_to_cart_button.button.alt {
    width: 100% !important;
    margin-left: 0px !important;
}

.wqm-qty-label {
    text-align: center;
	font-size: 18px;
	font-weight: 600;
}

ul .woocommerce-review-link {
    display: none;
}

.product p.price {
    font-size: 18px;
    font-weight: 600;
    color: #1e68c4;
}
.price ins {
    color: #dc9814;
    font-weight: 500;
    color: #0056e4;
}
.product .woocommerce-product-rating a {    
    font-size: 12px;    
}

li.additional_information_tab {
display: none !important;
}



/* Normally Green */
.woocommerce-message {
    background-color: #0056e4;
}
 
/* Normally Green */
body.single-product .woocommerce-message .message-inner {
    background-color: #0056e4;
}
 
form.checkout h3 {
        margin-bottom: 0;
        font-weight: 600;
    }

/* Custom CSS to make the email field look the same as other fields */
/* Ensure all input fields have consistent styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Adjust the submit button styling */
.wpcf7-form input[type="submit"] {
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}



