

/*Solutions*/

.solutions {
	margin: 6.07em 0 5.14em;
	text-align: center;
}

.solutions .desc {
	max-width: 39.3em;
	margin: 0 auto 1.86em;
}

.solutions .desc h2 {
	font-weight: 450;
}

.row.solutions-items > * {
	margin-bottom: 2em;
}

.solution-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	height: 15.7em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.solution-item:hover {
	border: 6px solid #ffdd00;
	text-decoration: none;
}

.solution-item::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(34, 34, 34, 0.15);
}

.solution-item h3 {
	position: relative;
	color: #FFFFFF;
}

.products.columns-4 {
	list-style: none;
}

.products.woocommerce {
	margin: 4.5em 0 3.5em;
}

.products .product>.button.product_type_simple.add_to_cart_button {
	position: absolute;
	top: 3px;
	right: 18px!important;
}

.products.columns-4 .woocommerce-loop-product__link {
	color: #ffdd00;
}

@media (max-width: 480px){
	.solutions {
		margin: 33px 0 35px;
	}

	.solution-item h3 {
		font-size: 16px;
	}

	.row.solutions-items {
		margin-left: -7px;
		margin-right: -7px;
	}

	.row.solutions-items > * {
		margin-bottom: 15px;
		padding: 0 7px;
	}

	.solution-item {
		height: 12.3em;
	}
}