.woocommerce-checkout {
	color: black;
}

.woocommerce-checkout .ast-container {
	max-width: 1600px;
}

.woocommerce-checkout .content-area {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.woocommerce-checkout hr {
	margin-bottom: 0px;
}

.woocommerce-checkout .entry-title {
	display: none;
}

.woocommerce-checkout .checkout {
	display: flex;
	flex-wrap: wrap;
	gap: 10%;
}

.woocommerce-checkout .checkout:after {
	content: none !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
	width: 100%;
}

.woocommerce-checkout .order-review {
	width: 400px;
	min-width: 400px;
}

.woocommerce-checkout .steps-content {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-direction: column;
	width: auto;
}

.woocommerce-checkout .steps {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.woocommerce-checkout .steps-header {
	display: flex;
	gap: 10px;
	margin-bottom: 50px;
}

.woocommerce-checkout .step-title {
	font-weight: 600;
}

.woocommerce-checkout .steps-header .step {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	opacity: 0.5;
}

.woocommerce-checkout .steps-header .step.active {
	opacity: 1;
}

.woocommerce-checkout .steps-header .step .step-info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.woocommerce-checkout .steps-header .step .step-icon {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5%;
}

.woocommerce-checkout .steps-header .step img {
	max-width: 35px;
	max-height: 35px;
}

.woocommerce-checkout .steps-header .step .step-line {
	flex-grow: 1;
	height: 1px;
	border-top: 1px solid black;
}

.woocommerce-checkout .steps-content .step {
	display: none;
	width: 100%;
}

.woocommerce-checkout .steps-content .step.active {
	display: block;
}

.woocommerce-checkout .steps-content .step #customer_details, .woocommerce-checkout .steps-content .step #shipping {
	width: 100% !important;
}

.woocommerce-checkout .step-actions .step-back {
	background-color: transparent;
	border: 1px solid #979797;
	color: #979797;
}

.woocommerce-checkout .step-actions .step-next {
	background-color: #8F6B4A;
	border: 1px solid #8F6B4A;
	color: white;
}

.woocommerce-checkout .step-actions {
	margin-top: 50px;
}

.woocommerce-checkout .step-actions button {
	font-size: 18px;
	font-weight: normal;
}

/** Step - Details **/
.woocommerce-checkout #customer_details .checkbox {
	font-weight: 500 !important;
	font-size: 16px;
}

.woocommerce-checkout .customisations-field {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .customisations-field label {
	width: 200px;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: black;
}

.woocommerce-checkout .customisations-field input, .woocommerce-checkout .customisations-field select, .woocommerce-checkout .customisations-field .select2-container {
	width: 300px !important;
}

.woocommerce-checkout .select2-selection__clear {
	display: none;
}

.woocommerce-checkout .customisations-field input[type=checkbox] {
	min-width: auto;
	width: 20px !important;
	height: 20px;
	accent-color: black;
}

.woocommerce-checkout .woocommerce-form__label {
	display: inline-block;
	width: 200px !important;
	font-size: 16px;
	font-weight: 500 !important;
	color: black;
}

.woocommerce-checkout input[type=checkbox] {
	width: 20px !important;
	height: 20px !important;
	accent-color: black;
}

.woocommerce-checkout .customisations-field [for="kl_newsletter_checkbox"] {
	width: auto !important;
	margin-right: 105px;
}

.woocommerce-checkout .popup-b2b-login {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: black;
	color: white;
	border: none;
}

.popup-b2b-login h2 {
	color: white;
}

.popup-b2b-login button {
	background-color: #806042;
}

/** End Step - Details **/

/** Step - Payment **/
.woocommerce-checkout .step .checkout_coupon {
	margin-bottom: 20px;
}

.woocommerce-checkout .step .checkout_coupon h3 {
	font-size: 16px;	
}

.woocommerce-checkout .step .checkout_coupon .button {
	padding: 10px 15px;	
}

.woocommerce-checkout .step .wc_payment_methods {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	flex-direction: column;
}

.woocommerce-checkout .step .wc_payment_method {
	height: 120px;
	display: flex;
	gap: 20px;
	align-items: center;
	background-color: white;
	padding: 20px;
}

.woocommerce-checkout .step .wc_payment_method label img {
	float: none;
}

.woocommerce-checkout input[type=radio] {
	width: 20px;
	height: 20px;
	accent-color:#252525;
}

.woocommerce-checkout .payment_methods label {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .payment_methods label img {
	margin-right: 50px;
	margin-left: 20px;
	width: 50px;
	max-height: none !important;
	border: none;
}

.woocommerce-checkout .payment_methods .payment-title {
	font-weight: 500;
}

.woocommerce-checkout .payment_methods .mollie-gateway-fee {
	margin-bottom: 0px;
	line-height: 18px;
}
/** End Step - Payment **/

/** Step - Shipping **/
.woocommerce-checkout .woocommerce-shipping-methods {
	display: flex;
	gap: 20px;
	margin-bottom: 20px !important;
}

.woocommerce-checkout .woocommerce-shipping-methods .shipping-method {
	width: 50%;
	background-color: white;
	padding: 0px !important;
	margin: 0;
	text-indent: 0px !important;
}

.woocommerce-checkout .woocommerce-shipping-methods .shipping-method-label {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-shipping-methods .shipping-method-label input {
	margin-right: 20px !important;
}

.woocommerce-checkout .woocommerce-shipping-methods .shipping-method-content {
	padding: 20px 20px;	
}


.woocommerce-checkout .woocommerce-shipping-methods .shipping-method p {
	margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce-shipping-methods .delivery {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.woocommerce-checkout .woocommerce-shipping-methods .delivery .street {
	width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-methods .delivery div {
	display: flex;
	gap: 5px;
}

.woocommerce-checkout .myparcel-delivery-options {
	background-color: white;
	padding: 20px;
}

.woocommerce-checkout .woocommerce-myparcel__delivery-options table {
	border: none !important;
}
/** End Step - Shipping **/

/** Step - Check **/
.woocommerce-checkout .step-4 .summary-blocks {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.woocommerce-checkout .step-4 .summary-blocks .btn-summary-change {
	background-color: transparent;
	color: black;
	text-decoration: underline;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
	font-size: 16px;
}

.woocommerce-checkout .step-4 .summary-blocks .block-details {
	min-width: 400px;
	background-color: white;
}

.woocommerce-checkout .step-4 .summary-blocks .block-header {
	padding: 10px 20px;
	font-weight: 600 !important;
}

.woocommerce-checkout .step-4 .summary-blocks p {
	margin-bottom: 0px;
}

.woocommerce-checkout .step-4 .summary-blocks .block-content {
	padding: 20px;
}

.woocommerce-checkout .step-4 .summary-blocks .summary-address {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-checkout .step-4 .summary-blocks .summary-address-street {
	width: 100%;
}

.woocommerce-checkout .step-4 .summary-blocks .summary-address-zipcode {
	margin-right: 5px;
}

.woocommerce-checkout .step-4 .summary-blocks .summary-address-country {
	width: 100%;
}

.woocommerce-checkout .step-4 .summary-blocks .summary-address-state {
	width: 100%;
}

.woocommerce-checkout .step-4 .summary-blocks .payment-method {
	display: flex;
	gap: 20px;
	align-items: center;
}

.woocommerce-checkout .step-4 .summary-blocks .payment-method img {
	width: 50px;
}

/** End Step - Check **/

/** Order Review Side Bar **/
.woocommerce-checkout .order-review #order_review_heading {
	float: none !important;
	width: 100% !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid gray !important;
	background-color: white;
	font-weight: 600 !important;
}

.woocommerce-checkout .order-review .woocommerce-checkout-review-order {
	float: none !important;
	width: 100% !important;
	border: none !important;
	background-color: white;
	padding: 0px !important;
}

.woocommerce-checkout .order-review .woocommerce-checkout-review-order .product-quantity {
	margin-right: 20px;
	color: black;
	font-weight: 600;
}

.woocommerce-checkout .order-review td, .woocommerce-checkout .order-review th {
	padding: 20px !important;
}

.woocommerce-checkout .order-review .shipping {
	background-color: #F8F2ED;
}

.woocommerce-checkout .order-review .shipping p {
	margin-bottom: 0px;
}

.woocommerce-checkout .order-review .fee {
	background-color: #F8F2ED;
}

.woocommerce-checkout .order-review .product-categories {
	font-size: 12px;
}

.woocommerce-checkout .order-review .confirm-order .terms-notice {
	font-size: 12px;
	margin-bottom: 10px;
}

.woocommerce-checkout .order-review .confirm-order .terms-notice a {
	text-decoration: underline;
}

.woocommerce-checkout .order-review .confirm-order button {
	background-color: #8F6B4A !important;
	float: right;
	font-size: 18px;
	font-weight: normal;
}
.woocommerce-checkout .order-review .variation-Type {
	display: none !important;
}
/** End Order Review Side Bar **/

/** Free Gift Popup **/
.wgb-popup {
	z-index: 99999999999 !important;
}
.wgb-popup .wgb-product-item-cnt {
	border: none !important;
}

.wgb-popup .wgb-product-item-cnt .btn-add-gift-button {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
}

.wgb-popup .wgb-popup-header {
	background-color: black !important;
}

.wgb-popup .wgb-popup-header .wgb-popup-title {
	color: white !important;
}

.wgb-popup .wgb-popup-close i {
	color: white !important;
}

.wgb-popup .owl-nav span {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
}
/** End Free Gift Popup **/

@media only screen and (max-width: 1200px) {
	/** General **/
	.woocommerce-checkout .checkout {
		flex-wrap: wrap;
	}
	.woocommerce-checkout .step-actions button {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.woocommerce-checkout .steps-header .step {
		align-items: initial;
	}
	.woocommerce-checkout .steps-header .step .step-info {
		flex-direction: column;	
	}
	.woocommerce-checkout .steps-header .step .step-line {
		margin-top: 30px;
	}
	.woocommerce-checkout .steps-header .step .step-name {
		font-size: 10px !important;
	}
	.woocommerce-checkout .steps-header .step img {
		max-width: 25px;
		max-height: 25px;
	}
	.woocommerce-checkout .step-title {
		font-weight: 500;
		font-size: 20px;
		text-align: center;	
	}
	.woocommerce-checkout .step-actions {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
		margin-top: 20px;
		gap: 10px;
	}
	.woocommerce-checkout .step-actions button {
		width: 100%;
	}
	.woocommerce-checkout .step-actions .step-back {
		color: black;
		border: none;
	}
	/** End General **/
	/** Sidebar **/
	.woocommerce-checkout .order-review {
		margin-top: 20px;
		width: 100%;
	}
	.woocommerce-checkout .order-review .confirm-order .terms-notice {
		text-align: center;
	}
	.woocommerce-checkout .order-review .confirm-order button {
		width: 100%;
	}
	/** End Sidebar **/
	/** Step Details **/
	.woocommerce-checkout .customisations-field {
		flex-wrap: wrap;
	}
	.woocommerce-checkout .customisations-field label, .woocommerce-checkout .customisations-field span, .woocommerce-checkout .customisations-field input, .woocommerce-checkout .customisations-field .select2 {
		width: 100% !important;
	}
	/** End - Step Details **/
	/** Step Shipping **/
	.woocommerce-checkout .woocommerce-shipping-methods {
		flex-wrap: wrap;
	}
	.woocommerce-checkout .woocommerce-shipping-methods .shipping-method {
		width: 100%;
	}
	/** End - Step Shipping **/
	/** Step Check **/
	.woocommerce-checkout .step-4 .summary-blocks .block-details {
		width: 100%;
	}
	/** End - Step Check **/
}

@media only screen and (max-width: 480px) {
	.woocommerce-checkout .order-review {
		min-width: 100%;
	}
	
	.woocommerce-checkout .payment_methods .payment-description {
		font-size: 10px;
	}
	
	.woocommerce-checkout .step-4 .summary-blocks .block-details {
		min-width: 0px;
		width: 100%;
		background-color: white;
	}
}