body#body .characteristic-models-with-properties-list{
	border-top: 1px solid #C5C5C5;
}

body#body .characteristic-models-with-properties-list > ul {
	list-style: none;
	padding-left: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 15px;	
}
body#body .characteristic-models-with-properties-list > ul > li{

}
body#body .characteristic-models-with-properties-list .characteristic-model-row { 
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #C5C5C5;
	/*background-color: #FFFFFF;*/
	padding: 15px 0px;	
}
body#body .characteristic-models-with-properties-list .characteristic-model-image {
	flex: 300px 0 0;
	line-height: 0px;
}
body#body .characteristic-models-with-properties-list .characteristic-model-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
}
body#body .characteristic-models-with-properties-list .characteristic-model-info {
	flex: 400px 0 0;
	padding: 15px 10px 20px;
	flex-grow: 10;
}
body#body .characteristic-models-with-properties-list h3.characteristic-model-title{
	margin: 0px 0px 0px;
	font-family: Barlow, sans;
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
	cursor: pointer;
}
body#body .characteristic-models-with-properties-list .characteristic-model-without-properties h3.characteristic-model-title{
	cursor: initial;
}
body#body .characteristic-models-with-properties-list h3.characteristic-model-title a{
	color: #024959;
	text-decoration: underline;
}
body#body .characteristic-models-with-properties-list ul.characteristic-model-info-fields {
	display: block;
	padding-left: 0px;
}
body#body .characteristic-models-with-properties-list ul.characteristic-model-info-fields li {
	display: inline;
}
body#body .characteristic-models-with-properties-list ul.characteristic-model-info-fields li:after {
	content: ' | ';
}
body#body .characteristic-models-with-properties-list ul.characteristic-model-info-fields li:last-child:after {
	content: none;
}
body#body .characteristic-models-with-properties-list ul.cm-property-numbers-by-stage li:before {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin-right: 10px;
}
body#body .characteristic-models-with-properties .characteristic-model-buttons {
	flex: 250px 0 0;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	justify-content: flex-end;
	align-items: flex-end;	
	padding: 10px;
}
body#body .characteristic-models-with-properties .characteristic-model-buttons .toggle-properties-button{
	width: auto;
}

/*body#body .characteristic-models-with-properties .characteristic-model-buttons .toggle-properties-button a {
	display: flex;
	justify-content: space-between;
	border: none;
	background: #024959;
	font-size: 18px;
	line-height: 26px;	
	color: white;
	padding: 8px 15px;	
	position: relative;
	border-radius: 3px;	
}
body#body .characteristic-models-with-properties .characteristic-model-buttons .toggle-properties-button a:after {
	content:"";
	background-image:url('../images/icon_pijl.svg');
	background-repeat: no-repeat;
	background-position: center;	
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	top: 11.5px;
	right: 10px;
	transform: rotate(270deg);

}
*/
body#body .characteristic-models-with-properties .properties-hidden .characteristic-model-buttons .toggle-properties-button a:after {
	transform: rotate(90deg);
}
body#body .characteristic-models-with-properties li .characteristic-model-properties {
	padding-left: 0px;
	list-style: none;
	margin-bottom: 20px;
	/*background-color: #FFFFFF;*/
}
body#body .characteristic-models-with-properties-list .properties-hidden .characteristic-model-properties {
	display: none;
}

body#body .characteristic-models-with-properties .property-row { 
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #B1B1B1;
	padding: 15px 0px;	
}
body#body .characteristic-models-with-properties-list li:last-child .property-row{ 
	border-bottom: none;
}
body#body .characteristic-models-with-properties .property-image {
	/*flex: 253px 0 0;*/
	flex: 303px 0 0;
	padding: 0px;
	padding-left: 150px;
}
body#body .characteristic-models-with-properties .property-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px; 
}
body#body .characteristic-models-with-properties .property-info {
	flex: 1 0 0;
	padding: 10px 0px 10px 10px;
}
body#body .characteristic-models-with-properties .property-info .property-info-fields{
	padding-left: 30px;
	list-style: none;
}

body#body .characteristic-models-with-properties h4.property-title{
	margin: 0px 0px 10px;
	line-height: 1;
	font-family: Barlow, sans;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;	
}
body#body .characteristic-models-with-properties .property-title a{
	color: #024959;
	text-decoration: none;
}
body#body .characteristic-models-with-properties .property-price {
	color: #BF5B05;
}
body#body .characteristic-models-with-properties .property-buttons {
	flex: auto 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-end;
	padding:10px;
}
body#body .characteristic-models-with-properties li.property-stage{
	position: relative;
}
body#body .characteristic-models-with-properties li.property-stage:before {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin-right: 10px;
	position: absolute;
	left: -30px;
	top: 3px;
}


body#body .characteristic-models-with-properties ul.cm-property-numbers-by-stage{
	list-style: none;
	padding-left: 0px;
}	
li.property-numbers-in-stage-preparation:before,
body#body .characteristic-models-with-properties .property-row.property-stage-preparation li.property-stage:before {
	background-color: #888888;
}
li.property-numbers-in-stage-available:before,
body#body .characteristic-models-with-properties .property-row.property-stage-available li.property-stage:before {
	background-color: #26CB79;
}
body#body .characteristic-models-with-properties ul.cm-property-numbers-by-stage li.property-numbers-in-stage-option:before,
body#body .characteristic-models-with-properties .property-row.property-stage-option li.property-stage:before {
	background-color: #BF5B05;
}
body#body .characteristic-models-with-properties ul.cm-property-numbers-by-stage li.property-numbers-in-stage-occupied:before,
body#body .characteristic-models-with-properties .property-row.property-stage-occupied li.property-stage:before {
	background-color: #E10E17;
}
body#body .characteristic-models-with-properties .load-more-properties-row,
body#body .characteristic-models-with-properties .load-fewer-properties-row {
	flex: auto 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-end;
	padding:10px;
	/*background-color: #EDF2F3;*/
}
/*
body#body .characteristic-models-with-properties .load-more-properties-row a,
body#body .characteristic-models-with-properties .load-fewer-properties-row a {
	color: #024959;
	text-decoration: underline;
}

*/