.custom_mirror_form_wrapper input[type="submit"].button {
	box-shadow: none !important;
	color: #fff;
	font-family: Montserrat;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	border-radius: 0px;
	cursor: pointer;

	background-color: #48BD53;
	border-radius: 7px;
	height: 45px;
	font-size: 20px !important;
	line-height: 22px !important;
	font-weight: bold;
	transition: background-color 0.3s ease;
	text-align: center;
	width: calc(100% - 16px) !important;
	display: flex;
	align-items: center;
	gap: 10px;

	background-image: url(../img/send.svg);
	background-repeat: no-repeat;
	background-position: calc(50% - 137px) center;
	background-size: 20px 20px;
	padding-left: 40px;
	text-align: center;
	box-sizing: border-box;
}


.custom_mirror_form_wrapper input[type="submit"].button:hover {
	background-color: #3d9545;
}

.wensen_left {
	width: 58.33333333%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.wensen_right {
	width: 41.66666667%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.wensen_section {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.ds_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ds_col_half {
	flex: 0 0 50%;
	padding-bottom: 35px;
}
.ds_col_half:last-child {
	display: flex;
	justify-content: flex-end;
}
.custom_mirror_form_wrapper input[type="checkbox"] {
	width: auto;
}
.custom_mirror_form_wrapper input[type="text"], .custom_mirror_form_wrapper textarea, .custom_mirror_form_wrapper select[name] {
	box-shadow: none;
	width: 100% !important;
	border: 1px solid #CDCDCD !important;
}
.gform_legacy_markup_wrapper .gform_body {
	padding-bottom: 10px;
}

.gform_fileupload_rules {
	margin-left: 15px;
}
.mirror-thumbs-wrapper {
	max-width: 635px;
}

.wensen_left h1 {
	margin-bottom: 15px;
}

ul.mirror-thumbs {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}

.mirror-thumbs img {
	width: 100px;
}

.mirror-thumbs-wrapper {
	margin-bottom: 25px;
}

.gform_button {
	padding: 10px 20px;
}

.gfield.gsection {
	margin-bottom: 0;
}

.gform_footer.top_label {
	margin-top: 0;
}

ul.mirror-thumbs {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.mirror-thumbs li {
	list-style: none;
}

.mirror-thumbs img {
	cursor: pointer;
}

.wensen_left > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.wensen_left > ul li {
	background-image: url(../img/checkmark-green.svg);
	background-repeat: no-repeat;
	padding-left: 31px;
}

.wensen_left > ul li a:not(:hover) {
	color: black;
}

@media all and (max-width: 992px){

	.wensen_left {
		width: 100%;
		float: none;
	}
	.wensen_right {
		width: 100%;
		float: none;
	}
	.ds_col_half {
		flex: 0 0 100%;
		justify-content: flex-start !important;
	}

}

