.product-box {
	border-radius: 10px;
	padding: 20px;
	padding-bottom: 30px;
	background-color: #fff;
	text-align: left;
	height: 100%;
}
.product-box-title {
	margin: 16px 0px 0px 0px;
	text-transform:none;
	font-size:30px;
}

.textcols {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.textcols-row {
	display: table-row;
	border-top:1px solid rgba(26, 26, 26, 0.4);
}

.textcols-item {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding: 8px 0px 8px 0px;
}

.textcols-border-last {
	border-bottom:1px solid rgba(26, 26, 26, 0.4);
}

.product-description {
	padding: 15px 0px 15px 0px;
}
.production-props {
	margin-bottom:10px;
}

.card__product {
	padding: 20px 20px 30px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background-color: #fff;
}
.card__img {
	width: 100%;
}
.card__title {
	margin-bottom: 10px;
	font-weight: 700;
}
.card__footer {
	margin-top: auto;
	font-size: 10px;
}
