/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
.woocommerce a.button.add_to_cart_button,
.woocommerce button.single_add_to_cart_button,
.woocommerce ul.products li.product .button {
    background-color: #31588b !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 20px;
    font-size: 16px;
}

.woocommerce a.button.add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: #23426c !important;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
    .woocommerce .single_add_to_cart_button,
    .woocommerce .add_to_cart_button,
    .woocommerce ul.products li.product .button {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }
}

