/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#lmc-credit-wrapper {
    transition: transform 0.5s ease 0s;
    text-align: center;
    padding: 5px 0;
    background-color: black;
}
#lmc-credit-wrapper p {
    font-size: 12px;
    color:white;
    margin: 0;
    margin: 0;
    line-height: 1.5em;
}
#lmc-credit-wrapper p a {
    color: #fff;
    text-decoration:underline;
}
.woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 10px;
}
form.cart,
.single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-wrap: wrap !important;
    align-items: flex-start;
    justify-content: space-evenly;
}
form.cart .quantity,
.single_variation_wrap .woocommerce-variation-add-to-cart .quantity{
    margin-left: 0 !important;
}
.woocommerce div.product.elementor .quantity+button.button {
    margin-right: 0 ;
    margin-top: 10px;
}
#shipping_method li {
    display: flex;
}
#shipping_method li input {
    margin-left: 10px;
}
.woocommerce-info a {
    color: #000;
}