/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

a {
    color: #5a67ff;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #3f46d6;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #222 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #5a67ff !important;
}

.woocommerce ul.products li.product a {
    color: #222 !important;
}

.woocommerce ul.products li.product a:hover {
    color: #5a67ff !important;
}

.woocommerce ul.products li.product .price {
    color: #D6AA47 !important;
    font-weight: 600 !important;
}

.woocommerce ul.products li.product .button {
    background-color: #5a67ff !important;
    border-color: #5a67ff !important;
    color: #fff !important;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #3f46d6 !important;
    border-color: #3f46d6 !important;
	color: #fff !important;
}

.woocommerce ul.products li.product .onsale {
    background-color: #D6AA47 !important;
    color: #fff !important;
}

.woocommerce ul.products li.product a img {
    transition: 0.3s ease !important;
}

.woocommerce ul.products li.product a:hover img {
    opacity: 0.9 !important;
}

.woocommerce div.product .product_title {
    color: #222 !important;
}

.woocommerce div.product .price {
    color: #D6AA47 !important;
    font-weight: 600 !important;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    color: #666 !important;
}

.woocommerce div.product form.cart .button {
    background-color: #5a67ff !important;
    border-color: #5a67ff !important;
    color: #fff !important;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #3f46d6 !important;
    border-color: #3f46d6 !important;
}

.woocommerce div.product .quantity input {
    border-color: #5a67ff !important;
}

.woocommerce div.product .product_meta a {
    color: #5a67ff !important;
}

.woocommerce div.product .product_meta a:hover {
    color: #3f46d6 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #222 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #5a67ff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #5a67ff !important;
}

.woocommerce div.product #reviews .submit {
    background-color: #5a67ff !important;
    border-color: #5a67ff !important;
    color: #fff !important;
}

.woocommerce div.product #reviews .submit:hover {
    background-color: #3f46d6 !important;
    border-color: #3f46d6 !important;
}

.wp-block-woocommerce-cart {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.wc-block-components-sidebar-layout {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.wc-block-cart__submit-button {
    background-color: #5a67ff !important;
    border-color: #5a67ff !important;
    color: #fff !important;
    transition: 0.3s ease !important;
}

.wc-block-cart__submit-button:hover {
    background-color: #3f46d6 !important;
    border-color: #3f46d6 !important;
    transform: translateY(-2px) !important;
}

.wc-block-components-button {
    background-color: #5a67ff !important;
    border-color: #5a67ff !important;
    color: #fff !important;
    transition: 0.3s ease !important;
}

.wc-block-components-button:hover {
    background-color: #3f46d6 !important;
    border-color: #3f46d6 !important;
}

.wc-block-components-quantity-selector__button {
    border-color: #5a67ff !important;
    color: #5a67ff !important;
}

.wc-block-components-quantity-selector__button:hover {
    background-color: #5a67ff !important;
    color: #fff !important;
}

.wc-block-cart-item__remove-link {
    color: #999 !important;
}

.wc-block-cart-item__remove-link:hover {
    color: red !important;
}

.elementor-menu-cart__product-name a {
    color: #222 !important;
}

.elementor-menu-cart__product-name a:hover {
    color: #5a67ff !important;
}

.elementor-menu-cart__product-price {
    color: #D6AA47 !important;
}

.elementor-menu-cart__subtotal {
    color: #222 !important;
}

.elementor-menu-cart__subtotal .amount {
    color: #D6AA47 !important;
    font-weight: 600 !important;
}

.elementor-menu-cart__product-remove a {
    color: #999 !important;
}

.elementor-menu-cart__product-remove a:hover {
    color: red !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background-color: #5a67ff !important;
    border-color: #5a67ff !important;
    color: #fff !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    background-color: #3f46d6 !important;
    border-color: #3f46d6 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: #D6AA47 !important;
    border-color: #D6AA47 !important;
    color: #fff !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background-color: #b8932f !important;
    border-color: #b8932f !important;
}
.woocommerce div.product .product_meta {
    display: none !important;
}

