/*
Theme Name: Hello Commerce Child
Theme URI: https://elementor.com/
Description: Child theme for Hello Commerce
Author: Your Name
Template: hello-commerce
Version: 1.0.0
Text Domain: hello-commerce-child
*/

/* Your custom CSS goes below */


/* View Cart button */
.e-loop-add-to-cart-form-container a.added_to_cart {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin-top: 10px;
    padding: 14px 32px !important;

    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;

    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;

    transition: background-color 0.3s ease, color 0.3s ease;
}

.e-loop-add-to-cart-form-container a.added_to_cart:hover {
    background: #fc730c !important;
    color: #fff !important;
    text-transform: capitalize;
}

.e-loop-add-to-cart-form-container a.added_to_cart {
    
    color: #fff !important;
    text-transform: capitalize;
}

