/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/

.header-v1 .site-header .header-left {
    width: auto!important;
}

.social_top a{
	padding:0px!important;
}

.social_top a i{
	width: 40px;
    height: 40px;
    background: #008f17;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px!important;
    line-height: 40px!important;
}
.social_top a:hover i{
	background:#000;
	color:#fff;
}

.la_com_action--link .component-target i{
	font-size:25px;
	margin-right:10px;
}
.la_compt_iem:not(.la_com_action--linktext):not(.la_com_action--link):not(.la_com_action--text):not(.la_com_action--dropdownmenu-text) .component-target{
	font-size:25px;
}
.text-center{
	text-align:center!important;
}
.product--summary .la-breadcrumbs{
	display:none;
}
.product--summary .single-price-wrapper .price{
	font-size:30px;
	font-weight:600;
}
.product--summary .single-price-wrapper .price > .amount{
	color:#008f17!important;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	display:none;
}

@media (min-width:992px) and (max-width:1200px){
	.site-header .site-branding img {
    max-height: 50%;}
	.mega-menu > li > a {
    padding-left: 0;
    padding-right: 0;}
}

.wc-toolbar-container .btn-advanced-shop-filter{
	display:none;
}

h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-ficha-tecnica{
	display:none;
}

.box_pdf_down{
	margin-top:30px;
	text-align:center;
}

.box_pdf_down a{
	background:url('https://enelico.com/tienda/wp-content/uploads/2022/08/pdf.png');
	background-position:left center;
	background-size:contain;
	background-repeat:no-repeat;
	font-size:125px;
	color:transparent;
	margin: 10px 20px;
}
.box_pdf_down a:hover{
	opacity:0.6;
}

#tab-documents_tab .tab-content h2{
	display:none;
}

#tab-documents_tab .tab-content .woocommerce_documents{
	list-style:none;
}
#tab-documents_tab .tab-content .woocommerce_documents li{
	width: 25%;
	float: left;
	margin-bottom: 35px;
	text-align: center;
}
#tab-documents_tab .tab-content .woocommerce_documents li a img{
	display:block;
	width:100px;
	padding-bottom:10px;
	margin:0 auto;
	opacity:.89;
}
#tab-documents_tab .tab-content .woocommerce_documents li a{
	font-size: 17px;
font-weight: 600;
color: #414141;
text-transform: uppercase;
}
#tab-documents_tab .tab-content .woocommerce_documents li a:hover, #tab-documents_tab .tab-content .woocommerce_documents li a:hover img{
	color:#008f17;
	opacity:1;
}

@media only screen and (max-width: 768px){
	#tab-documents_tab .tab-content .woocommerce_documents li{
		width:33.33333%;
	}
	#tab-documents_tab .tab-content .woocommerce_documents li a{
		font-size:14px;
	}
}