/**
 * Theme Name: Termosolar Child Theme
 * Template: termosolar
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */

/*****************/
/* MEDIA QUERIES */
/*****************/
  /* MAX WIDTH */
  @media (max-width: @screen-md-max) { }
  @media (max-width: @screen-sm-max) { }
  @media (max-width: @screen-xs-max) { }

  /* MIN WIDTH */
  @media (min-width: @screen-sm-min) { }
  @media (min-width: @screen-md-min) { }
  @media (min-width: @screen-lg-min) { }
/*****************/


.head-info .contact-info li.info-item > .item-info > a {
	
	font-size: 32px;
    font-weight: 600;
    color: #cc1f1a;
    line-height: 26px;	
}

.ts-standard-logo {
	width: 280px;
}


#footer .menu-item-1254 > a {
	display: none;
	
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px;
}

.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px;
	
}

.woocommerce-ordering {
	
	display: none;
}

.shop-cart {
	
	display: none;
}

#tab-additional_information {
	
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.woocommerce-Tabs-panel--additional_information table tr > td, .woocommerce-Tabs-panel--additional_information table tr > th {
	
	padding: 5px;
}

@media (max-width: 992px) {
	
	.img-col-right{
		
		display: none!important;
	}
}

.seo-div {
	height: 0px;
	overflow: hidden;
}

.h1 {
	font-family: Poppins;
	font-weight: 400;
	font-size: 48px;
	line-height: 62px;
}

.h2 {
	font-family: Poppins;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #003056;
	margin-top: 0;
	margin-bottom: 7px;
}

.h3 {
	font-family: Poppins;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: rgb(0, 48, 86);
}

.h5 {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #003056;
}

.mypure .item-box {
	height: 100%;
}



.home h1 {
	font-size: 40px;
	line-height: 50px;
}

.fascia-1 {
	margin-bottom: 0!important;
}

.fascia-1.vc_row-o-equal-height .wpb_column div,
.fascia-1.vc_row-o-equal-height .wpb_column figure
{
	height: 100%;
}

.fascia-1.vc_row-o-equal-height img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.custom-list.type-1 {
	padding-left: 22px;
}

.custom-list.type-1 li::before {
	position: absolute;
	left: -22px;
}

.text-center table tr,
.text-center table td {
	text-align: center!important;
}
