/**
Theme Name: Astra Child - Eccuo
Author: Eccuo Digital 4.0
Author URI: https://www.eccuo.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-eccuo
Template: astra
*/


/* ECCUO */

p {
	margin-bottom: 15px;
}
p.mb0,
p:last-child {
	margin-bottom: 0px;
}

body.single-product.woocommerce-page div.header_menu {
    background: #353535;
}
/*body.home div.header_menu {
    background: transparent;
}*/

div.container-tienda div.hfe-product-image img {
    width: 70%;
    margin: 0 auto;
}
div.container-tienda h2.woocommerce-loop-product__title {
    margin-bottom: 0;
}
div.container-tienda a.add_to_cart_button {
    border: 1px solid #353535 !important;
    border-radius: 20px !important;
}

div.ast-article-single div.summary {
    padding-top: 150px;
}
div.ast-article-single h1.product_title.entry-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
}
div.ast-article-single p.price {
    position: relative;
}
div.ast-article-single p.price bdi {
    color: #c10513;
    font-size: 80px;
    line-height: 1;
}
div.ast-article-single p.price bdi:after {
    content: "IVA Incl.";
    position: absolute;
    top: 95px;
    left: 0;
    font-size: 22px;
    font-weight: 500;
    color: #353535;
}
div.ast-article-single form.cart .quantity:before {
    content: "Cantidad";
    position: absolute;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
div.ast-article-single form.cart input.input-text {
    margin-left: 140px;
    font-size: 25px;
}
.woocommerce-js div.product form.cart div.quantity {
    float: none;
    margin: 120px 0 50px;
}
div.ast-article-single button.single_add_to_cart_button {
    border: 2px solid #c10513 !important;
    border-radius: 40px;
    background: #c10513 !important;
    font-size: 22px !important;
    text-transform: uppercase;
    padding: 22px 70px !important;
    transition: 0.5s;
}
div.ast-article-single button.single_add_to_cart_button:hover {
    color: #c10513 !important;
    background: #ffffff !important;
    transition: 0.5s;
}

section.related.products img.attachment-woocommerce_thumbnail {
    width: 80% !important;
    margin: 0 auto 20px !important;
}
section.related.products h2.woocommerce-loop-product__title {
    font-size: 21px !important;
    font-weight: 700;
    line-height: 1.1;
}
section.related.products span.price bdi {
    color: #c10513;
    font-size: 34px;
}
section.related.products a.add_to_cart_button {
    background: #FFFFFF;
    padding: 12px 25px 12px 25px;
    color: #353535;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #353535 !important;
    border-radius: 25px;
    transition: 0.5s;
}
section.related.products a.add_to_cart_button:hover {
    background: #353535;
    color: #FFFFFF;
    transition: 0.5s;
}
section.related.products > h2 {
    font-size: 55px;
    font-weight: 700;
}
section.related.products div.astra-shop-thumbnail-wrap > a.add_to_cart_button {
    display: none;
}

div.icon-footer {
    text-align: center;
}
div.icon-footer a {
    margin-right: 10px;
}
div.icon-footer a:last-child {
    margin-right: 0;
}

div.div-2column {
    column-count: 2;
    column-gap: 20px;
}
div.fotovoltaica-2column {
    column-count: 2;
    column-gap: 60px;
    text-align: justify;
}

div.f-faq div.box-column div.elementor-widget-text-editor {
    display: none;
}
div.f-faq div.box-column-1:hover div.elementor-widget-heading,
div.f-faq div.box-column-2:hover div.elementor-widget-heading,
div.f-faq div.box-column-3:hover div.elementor-widget-heading {
    display: none;
}
div.f-faq div.box-column-1:hover div.elementor-widget-text-editor,
div.f-faq div.box-column-2:hover div.elementor-widget-text-editor,
div.f-faq div.box-column-3:hover div.elementor-widget-text-editor {
    display: block;
}

div.hidden-bar-top details:first-child > summary {
    border-top: 0 !important;
}

.row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.row .col-md-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.row .col-md-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

div.box-form .wpcf7 div.row {
    margin-bottom: 35px !important;
}
div.box-form .wpcf7 div.row:nth-child(6) {
    margin-bottom: 0px !important;
}
div.box-form .wpcf7 input.wpcf7-text {
    background: transparent;
    color: #ffffff !important;
    padding: 15px 0;
    height: auto;
    border: none;
    border-bottom: 2px solid #ffffff;
}
div.box-form .wpcf7 input.wpcf7-text::placeholder {
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
}
div.box-form .wpcf7 textarea {
    background: transparent;
    color: #ffffff;
    padding: 15px 0;
    height: 58px;
    border: none;
    border-bottom: 2px solid #ffffff;
}
div.box-form .wpcf7 textarea::placeholder {
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
}
div.box-form .wpcf7 span.wpcf7-acceptance span,
div.box-form .wpcf7 span.wpcf7-acceptance span a {
    color: #ffffff;
    font-size: 15px;
}
div.box-form .wpcf7 input.wpcf7-submit {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 18px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 18px;
    transition: 0.5s;
}
div.box-form .wpcf7 input.wpcf7-submit:hover {
    background: #ffffff;
    color: #353535;
    transition: 0.5s;
}

body.single-product.woocommerce section.related.products > h2 {
    font-size: 40px;
    margin-bottom: 50px;
}
body.single-product.woocommerce .woocommerce-product-gallery {
    margin-bottom: 80px !important;
}

.elementor-element-f4a6979 ul.elementor-icon-list-items {
    margin-inline: 15px !important;
}


/* PANTALLAS */

@media(max-width:768px) {
	.row,
	.row .col-md-12,
	.row .col-md-6 {
		display: block;
		width: 100%;
	}
	.row {
		margin: 0;
	}
	.row .col-md-6,
	.row .col-md-12 {
		padding: 0;
	}
	div.box-form .wpcf7 div.row {
		margin-bottom: 0 !important;
	}
	div.box-form .wpcf7 div.row .col-md-6,
	div.box-form .wpcf7 div.row .col-md-12 {
		margin-bottom:  12px;
	}
    div.ast-article-single h1.product_title.entry-title {
        font-size: 28px;
    }
    div.ast-article-single p.price bdi {
        font-size: 38px;
    }
    div.ast-article-single p.price bdi:after {
        top: 50px;
    }
    .woocommerce-js div.product form.cart div.quantity {
        margin: 75px 0 55px;
    }
    div.ast-article-single form.cart .quantity:before {
        font-size: 16px;
		padding: 9px 0 4px;
    }
    div.ast-article-single form.cart input.input-text {
        margin-left: 105px;
        font-size: 20px;
    }
    div.ast-article-single button.single_add_to_cart_button {
        font-size: 17px !important;
        padding: 15px 30px !important;
    }
    .woocommerce-js div.product section.related.products {
        margin-top: 100px;
    }
    body.single-product.woocommerce section.related.products > h2 {
        font-size: 28px;
    }
    section.related.products h2.woocommerce-loop-product__title {
        font-size: 17px !important;
    }
    section.related.products span.price bdi {
        font-size: 25px;
    }
    div.ast-article-single div.summary {
        padding-top: 0;
    }
    body.single-product.woocommerce .woocommerce-product-gallery {
        margin-bottom: 30px !important;
    }
	div.fotovoltaica-2column {
		column-count: auto;
		text-align: center !important;
	}
	div.f-faq div.box-column div.elementor-widget-text-editor,
	div.f-faq div.box-column div.elementor-widget-heading {
		display: block !important;
	}
	.hidden-br br {
		display: none !important;
	}
}