/**
* Theme Name: Los Ninos Child
* Description: This is a child theme of Los Ninos.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: los-ninos
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: los-ninos-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

.woocommerce .product .elementor-widget-cmsmasters-woo-product-add-to-cart .reset_variations {
	display: inline-block !important;
    padding: 4px 16px;
    color: #fff !important;
    text-decoration: none;
    margin-top: 10px;
    background: #09b1ab;
    border-radius: 8px;
    margin-bottom: 10px;
}
.price small {
	margin-left: 5px;
}
.elementor-element-2ac3545f {
    display: none !important;
}

/* Elementor Theme conflict with Recaptcha  */

.grecaptcha-logo iframe {
	margin: unset !important;
}

/* Responsive fixes  */

.cmsmasters-wc-add-to-cart-message {
    display: flex;
    flex-direction: column !important;
    row-gap: 20px;
}

.elementor-widget-cmsmasters-woo-products-entry.elementor-widget-cmsmasters-woo-products-similar ul.products li.product img {
	width: 100% !important;
	height: 100% !important;
}