@charset "UTF-8";
/* CSS Document */

.prod_list {
	margin-bottom: 30px;
/*	background-color: darkcyan;*/
	justify-content: center;
}

.prod_list > div {
	margin-bottom: 20px;
}

.prod_list > div .inner,
.prod_list > div > div {
	background-color: lightcoral;
	border-radius: 25px;
	height: 100%;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.17);	
}

.strongpatch .prod_list > div .inner {
	background-color: #E7F3F2;
}

.maxpatch .prod_list > div .inner {
	background-color: #FFF8E5;
}

.bulk .prod_list > div .inner {
	background-color: #FFFAF2;
}

.whitelabel.prod_list > div > div {
	background-color: #F3FAFD;
	height: 100%;
}

.prod_list a,
.whitelabel.prod_list > div > div > div {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-decoration: none;
/*	background-color: coral;*/
	height: 100%;
}

.prod_list a:hover h3,
.prod_list a:hover p {
	color: #C3081C;
}

.prod_list figure {
	padding: 15px;
}

.prod_list .text {
	text-align: center;
	background-color: #FFF;
	padding: 20px;
	border-radius: 0 0 25px 25px;
}

.prod_list .text h3,
.prod_list .text p {
	margin: 0;
	color: #1A1818;	
}

.prod_list .text h3 {
	margin-bottom: 8px;
}