.iframePage{
	display: none;
}
.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}
.card.card-flower{
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff !important;
	border: 0px solid rgba(0,0,0,.125) !important;
	;
	height: 59%;
}
.image{
	width: 100%;
	height: 300px;
	object-fit: contain;
}
.money{
	font-weight: bold;
	font-size: 20px;
}
.row{
	background-color: #fff;
	/*border-bottom: 1px solid gray;
	*/
}
.float-right{
	right: 5px;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.input-but{
	border-style: none;
	background-color: #EAA57B;
	border-radius: 25px;
	border: 2px solid #EAA57B;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}
.input-but:hover{
	background-color: #b3724b;
	border: 2px solid #b3724b;
}
.input-but:checked{
	background-color: #b3724b;
	border: 2px solid #b3724b;
}
/* radio con */
.con {
	display: inline;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default radio button */
.con input {
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.con:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.con input:checked ~ .checkmark {
	background-color: #546C59;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.con input:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.con .checkmark:after {
	top: 8px;
	left: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}
.custom-btn {
	color: #fff;
	background-color: #EAA57B;
	border-color: #EAA57B;
	width:100%;
}
.custom-btn:hover {
	color: #fff;
	background-color: #b07856;
	border-color: #b07856;
}

.formuliertop
{
	background-color: white;
}
.errorkeuze
{
	font-size: 120%;
	color: #f55442;
	font-weight: bold;
	margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  .bloemimgshop {
    width: 60%;
    margin: auto;
  }
  
  
  
}