/* 
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
*/

@media (max-width: 1024px) {
    .menu-item-has-children > ul {
        position: static !important;
    }
}

.social_share img {
    cursor: pointer;
}

.single-product .woocommerce-breadcrumb {
	display: none;
}
strong {
    font-weight: 700;
}

.shadow-container:hover {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.09);
}


.single-que-pasa-mi-piel .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h2 {
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #134395;
}
.single-que-pasa-mi-piel .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h3 {
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #134395;
}
.single-que-pasa-mi-piel .elementor-widget-theme-post-content p,
.single-que-pasa-mi-piel .elementor-widget-theme-post-content li,
.single-post .elementor-widget-theme-post-content p,
.single-post .elementor-widget-theme-post-content li {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    #color: #3274B9;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}

#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-quantity .minus {
    margin-right: 10px;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-quantity .plus {
    margin-left: 10px;
}
@media (max-width: 768px) {
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
        padding-top: 30px !important;
    }
}