.retourformulier {
	display: flex;
}
.retourformulier * {
	font-family: "Montserrat", sans-serif;
}
.retourformulier > div {
	width: 50%;
}
.retourformulier .product-details,
.retourformulier .product-details .metadata {
	display: flex;
}
.retourformulier .product-details .metadata {
	gap: 20px;
	width: 100%;
}
.retourformulier .product-details .metadata h4 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.retourformulier .product-details .metadata p{
	font-weight: 300;
	font-size: 14px;
}
.retourformulier .product-details .price {
	font-size: 16px;
	font-weight: 600;
}
.retourformulier .product-item-note {
	width: 100%;
	border: 1px #101010 solid;
	border-radius: 3px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0;
}
.retourformulier .product-details {
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	position: relative;
}
.retourformulier .checkbox {
	width: 24px;
	height: 24px;
	border-radius: 5px;
	border: 1px #000 solid;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	order: 3; /* Move checkbox to the right */
	margin-left: auto;
}
.retourformulier .price {
	flex-shrink: 0;
}
.retourformulier .thumbnail {
	height: 82px;
	flex-shrink: 0;
}
.retourformulier .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.retourformulier .form input[type="text"],
.retourformulier .form input[type="email"] {
	width: 100%;
	border: 1px #101010 solid;
	border-radius: 3px;
	font-family: "Montserrat", sans-serif;
}
.retourformulier .form {
	padding-right: 50px;
}
.retourformulier .details {
	padding-left: 50px;
}
.retourformulier .details .item {
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.retourformulier .details .item:not(:first-child) {
	border-top: 1px #CDE5F7 solid;
}
.retourformulier .details .item.selected span.checkbox {
	background-color: #76aad2;
	border: 1px #76aad2 solid;
	position: relative;
}
.retourformulier .details .item.selected span.checkbox::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.retourformulier form.return-form button[type="submit"],
.retourformulier .form button[type="submit"] {
	width: 100%;
}
.retourformulier .return-form-submit-notice {
	margin-top: 15px;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	font-weight: 500;
}
.retourformulier .return-form-submit-notice.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}
.retourformulier .return-form-submit-notice.fail {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}
.retourformulier .no-order-match {
	background-color: rgba(255, 0, 0, 0.2);
    padding: 10px 20px;
    border-radius: 3px;
}
.retourformulier .product-details .metadata p.quantity {
	font-size: 13px;
}

.retourneren {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.retourneren .usps * {
	font-family: "Montserrat", sans-serif;
	color: #101010;
}
.retourneren .usps {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}
.retourneren .usps .usp {
	width: 386px;
	max-width: 100%;
	padding: 30px;
	border-radius: 3px;
	border: 1px #76aad2 solid;
}
.retourneren .usps .usp p:last-child,
.retourneren .usps .usp ul,
.retourneren .usps .usp ul li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 959px) {
	.retourneren .usps .usp {
		width: 200px;
	    max-width: 100%;
	    padding: 15px;
	}
	.retourneren .usps .usp h4 {
		font-size: 14px;
	}
	.retourneren .usps .usp p,
	.retourneren .usps .usp li {
		font-size: 12px;
		line-height: 1.6;
	}
	.retourformulier {
		flex-direction: column;
		gap: 50px;
	}
	.retourformulier > div {
		width: 100%;
	}
	.retourformulier .form {
		padding-right: 0;
	}
	.retourformulier .details {
		padding-left: 0;
	}
}
@media screen and (max-width: 599px) {
	.retourformulier .return-form-submit-notice {
		margin-top: 15px;
		padding: 15px;
		border-radius: 5px;
		text-align: center;
		font-weight: 500;
	}
	.retourformulier .return-form-submit-notice.success {
		background-color: #d4edda;
		color: #155724;
		border: 1px solid #c3e6cb;
	}
	.retourformulier .return-form-submit-notice.fail {
		background-color: #f8d7da;
		color: #721c24;
		border: 1px solid #f5c6cb;
	}
	.retourformulier .product-details {
		margin-bottom: 15px;
		padding-bottom: 15px;
		flex-wrap: wrap;
		align-items: center;
	}
	.retourformulier .product-details .price {
		position: static;
		width: 100%;
		margin-top: 10px;
	}
	.retourformulier .product-details .metadata {
		flex-direction: column;
		gap: 5px;
		flex: 1;
		order: 2;
	}
	.retourformulier .thumbnail {
		width: 60px;
		height: 60px;
		order: 1;
		margin-right: 15px;
	}
	.retourformulier .details .item {
		gap: 15px;
		padding: 20px 0;
	}
	.retourformulier .checkbox {
		width: 22px;
		height: 22px;
		order: 3;
		margin-left: auto;
		align-self: center;
	}
	.retourformulier .details .item.selected span.checkbox::after {
		left: 7px;
		top: 3px;
		width: 5px;
		height: 10px;
	}
}
@media screen and (max-width: 495px) {
	.retourneren .usps .usp {
		width: 100%;
	}
}