/*
Theme Name: onlineKarma
Description: A modified Child Theme by onlineKarma
Version: 1.0
Author: onlineKarma
Author URI: http://www.onlinekarma.ch
Template: enfold
*/



/*Add your own styles here:*/

#top.search-no-results .woocommerce-info{
	display: none;
}

.link-underline{
	text-decoration: underline;
}
.link-underline:hover{
	text-decoration: none;
}

.product-datasheet-table{
	clear: both;
	margin: 30px 0;
}
.product-datasheet-table .product-datasheet-row {
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.product-datasheet-table .product-datasheet-row:last-child {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.product-datasheet-table .product-datasheet-row {
		flex-direction: column;
	}
	
}
.product-datasheet-table .product-datasheet-name{
	opacity: 0.5;
}

.product-cta-section {
	clear: both;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	background-color: #f9f9f9;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #EBEBE5;
}
.product-cta-section h2 {
	margin-bottom: 10px;
	font-size: 1.5em;
}
.product-cta-section p {
	margin-bottom: 20px;
	font-size: 1em;
	color: #555;
	margin-bottom: 0;
}
.product-cta-section a, .product-cta-section strong{
	color: black !important;
	text-decoration: none;
	font-weight: normal;
}

.gutena-tab-title.inactive strong{
	color: white;
}