/* 
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
*/
.woocommerce ul.products li.product {
    position: relative;
}

.woocommerce ul.products li.product .financiacion-text {
    position: absolute;
    bottom: -100px; 
    left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
}

.woocommerce ul.products li.product {
    position: relative;
    min-height: 530px;
	margin: 10px !important;
	padding: 10px !important;
}

.woocommerce ul.products li.product .woocommerce-Price-amount {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.attribute-column:nth-child(1)::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color: inherit !important;
    font-size: 16px !important;
    margin-right: 5px !important;
}


.attribute-column:nth-child(2)::before {
    content: "\f52f";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color: inherit;
    font-size: 16px;
    margin-right: 5px;
}

.attribute-column:nth-child(3)::before {
    content: "\f1b9";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color: inherit;
    font-size: 16px;
    margin-right: 5px;
}
.price span {
    text-align: right;
    margin-bottom: -105px;
}
@media (max-width: 768px) {
    .woocommerce ul.products li.product .financiacion-text {
		position: absolute;
		bottom: -100px; 
		left: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	.woocommerce ul.products li.product {
        min-height: 480px;
    }

}
