.woocommerce-message {
	border: none;
	background-color: #e01861;
	border-radius: 15px;
	color: white;
	margin-top: 12px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.woocommerce-error {
	border: none;
	background-color: #e01818;
	border-radius: 15px;
	color: white;
	margin-top: 12px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.woocommerce-message::before,
.woocommerce-error::before {
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}

#opc-messages .woocommerce-error .wc-forward {
	display: none;
}

.product-container {
	display: flex;
}

.product-container .product-image {
	width: 50%;
	background-color: #e01861;
	background-size: 50%;
	background-position: left center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.product-container .product-content {
	width: 50%;
	padding: 50px 100px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
}

.product-content .tabs.wc-tabs {
	display: none;
}

.product-content .woocommerce-tabs h1,
.product-content .woocommerce-tabs h2,
.product-content .woocommerce-tabs h3,
.product-content .woocommerce-tabs h4,
.product-content .woocommerce-tabs h5,
.product-content .woocommerce-tabs h6 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.product-content .woocommerce-tabs {
	font-weight: 300;
}

.product-content .woocommerce-tabs ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}

.product-content .woocommerce-tabs ul:last-child {
	margin-bottom: 0;
}

.product-content .woocommerce-tabs ul li {
	position: relative;
	padding-left: 15px;
	letter-spacing: .1em;
	font-size: 16px;
	margin: 0;
	line-height: 20px;
}

.product-content .woocommerce-tabs ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 6px;
	background-color: #000;
}

.product-content .product-price {
	font-size: 24px;
	line-height: 20px;
	display: flex;
	align-items: flex-end;
	font-weight: lighter;
	margin-bottom: 40px;
}

.product-content .product-price del {
	margin-right: 10px;
	opacity: .5;
	text-decoration-thickness: 1px;
}

.product-content .product-price span {
	margin-right: 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100%;
	float: none;
}

.woocommerce-billing-fields {
	margin-top: 40px;
	margin-bottom: 40px;
}

.woocommerce-billing-fields > h3 {
	display: none;
}

.woocommerce-billing-fields > h3.sd-invoice-information-title {
	display: block;
}

.woocommerce-billing-fields label {
	display: none !important;
}

.woocommerce form .form-row .select2-container {
	display: none !important;
}

.woocommerce form .form-row select {
	display: block !important;
	width: 100% !important;
	border: 1px solid #a4a4a4 !important;
	height: 50px !important;
	position: relative !important;
	clip: unset !important;
	clip-path: unset !important;
	white-space: unset !important;
	padding: 10px !important;
	margin: unset !important;
	overflow: visible !important;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 12px;
}

.woocommerce div.product form.cart .variations td {
	padding-bottom: 0;
}

.woocommerce div.product form.cart .variations label {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 12px 0 0;
}

.woocommerce form .form-row textarea {
	height: 125px;
}

.woocommerce_checkout_place_order,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.product-content .single_add_to_cart_button.button {
	display: inline-block !important;
	float: none;
	font-size: 16px !important;
	letter-spacing: 1px !important;
	line-height: 50px !important;
	border-radius: 15px !important;
	font-weight: 400 !important;
	padding: 0 20px !important;
	text-transform: uppercase !important;
	color: #fff !important;
	background-color: #e01861 !important;
	transition: all .3s ease !important;
}

.woocommerce_checkout_place_order:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.product-content .single_add_to_cart_button.button:hover,
.product-content .single_add_to_cart_button:hover {
	color: #e01861 !important;
	background-color: #fff !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: block;
}

.sd_custom_checkout_field,
.product-content .woocommerce-checkout {
	display: none;
}

.sd_custom_checkout_field {
	flex-wrap: wrap;
	column-gap: 30px;
	margin-bottom: 40px;
}

.sd_custom_checkout_field > p {
	/*margin-bottom: 10px;*/
}

.sd_custom_checkout_field label {
	display: block !important;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}

.sd_custom_checkout_field abbr {
	cursor: default;
	color: #e01861;
	border-bottom: 0 none;
}

.sd_custom_checkout_field span.optional {
	display: none;
}

.sd_custom_checkout_field .sd-col-40 {width: calc(33.333337% - 20px);}
.sd_custom_checkout_field .sd-col-60 {width: calc(50% - 15px);}
.sd_custom_checkout_field .sd-col-120 {width: 100%;}
.sd_custom_checkout_field .sd-col-hidden {display: none;}

.product-content .woocommerce-variation.single_variation,
.product-content .variations td.value .reset_variations {
	display: none !important;
}

.woocommerce table.shop_table {
	margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method label {
	display: inline;
}

.woocommerce-checkout #payment {
	border-radius: 0;
	background-color: transparent;
}

.woocommerce form .form-row {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-checkout #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row,
.woocommerce-checkout #payment ul.payment_methods li {
	position: relative;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row input,
.woocommerce-checkout #payment ul.payment_methods li input {
	display: none;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row span,
.woocommerce-checkout #payment ul.payment_methods li label {
	margin-left: 25px;
	font-weight: 400;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row span a {
	color: #E10681;
	text-decoration: none;
	transition: all .3s ease;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row span a:hover {
	color: #000;
	text-decoration: underline;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row span:before,
.woocommerce-checkout #payment ul.payment_methods li label:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 9px;
	background: #0000;
	border: 1px solid #000;
	border-radius: 5px;
	margin-right: 10px;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row span:hover:before,
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row input:checked  + span:before,
.woocommerce-checkout #payment ul.payment_methods li label:hover:before,
.woocommerce-checkout #payment ul.payment_methods li input:checked + label:before {
	background-color: #E01861;
	border-color: #E01861;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row {
	padding: 0;
	margin: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	margin-top: 20px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #e01861;
	color: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #e01861;
	border-right-color: #0000;
	border-left-color: #0000;
	border-top-color: #0000;
}

.woocommerce a.remove {
	margin-right: 5px;
}

.woocommerce a.remove:hover {
	color: #f00!important;
	background: transparent !important;
}

/* Checkout page */
.woocommerce-checkout .woocommerce-order {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-checkout .woocommerce-order > p {
	width: 100%;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-order > ul {
	width: 100%;
	margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce-order > ul li {
	font-weight: bold;
	text-transform: none;
	font-size: 1em;
	padding-right: 20px;
	margin-right: 20px;
}

.woocommerce-checkout .woocommerce-order > ul li strong {
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	margin-top: 5px;
}

.woocommerce-checkout .woocommerce-order-details.mollie-instructions.woocommerce-info {
	border: none;
	background-color: #18b8e0;
	border-radius: 15px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.woocommerce-checkout .woocommerce-order-details.mollie-instructions.woocommerce-info::before {
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-customer-details {
	display: none;
}

.woocommerce-checkout .woocommerce-order-details {
	width: 100%;
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-order-details .order-again {
	display: none;
}

.woocommerce-checkout .woocommerce-order-downloads h2,
.woocommerce-checkout .woocommerce-order-details h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.woocommerce .woocommerce-order-downloads {
	width: 100%;
}

.woocommerce .woocommerce-order-downloads a.button.alt {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 40px;
	background-color: #e01861;
	border-radius: 15px;
	font-weight: 400;
	padding: 0 20px;
	text-transform: uppercase;
}
/* End checkout page */