.woocommerce-checkout .woocommerce-checkout-review-order-table {
	z-index: 1;
}

.woocommerce-checkout .elementor-location-footer {
	z-index: 10;
	position: relative;
}

.woocommerce-checkout h1 {
	margin-top: 30px;
}

.woocommerce-checkout #customer_details {
	margin-top: 40px;
}

.woocommerce-info {
	margin-bottom: 10px;
}

.checkout-fields-control {
	display: flex;
	border-bottom: 1px solid #EBE9EB;
}

.checkout-fields-control a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 45px;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	border-radius: 10px 10px 0 0;

	color: #294E79;
	font-size:18px;
}
.checkout-fields-control a.active {
	background-color: #eee;
	border-bottom-color: transparent;
}

#checkout-billing-fields h3 ,
#checkout-shipping-fields h3 {
 margin-top: 15px;
 margin-bottom: 10px;
}

@media only screen and (max-width : 991px) {
	.woocommerce-checkout .col2-set .col-1,
	.woocommerce-checkout .col2-set .col-2 {
		width: 100%;
	}	
}

@media only screen and (max-width : 350px) {
	.checkout-fields-control a {
		font-size:16px;
	}
}


/* Success Page */
.woocommerce-checkout .pdf-btn-wrap {
	margin-top: 25px;
	text-align: center;
}

.woocommerce-checkout .woocommerce-thankyou-order-received,
.woocommerce-checkout ul.woocommerce-thankyou-order-details,
.woocommerce-checkout.woocommerce-order-received h1 {
	display: none;
}

.woocommerce-checkout .woocommerce-order-details .order-again,
.woocommerce-checkout .woocommerce-order-details .woocommerce-table--custom-fields,
.woocommerce-checkout .woocommerce-customer-details {
	display: none;
}

.woocommerce-checkout .woocommerce-order-details {
	margin-top: 25px;
}

.woocommerce-checkout .woocommerce-order-details__title {
	font-size: 24px;
	color: #686868;
}

.woocommerce-checkout.woocommerce-order-received .page-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce-checkout .sucess-title h2 {
	font-size: 24px;
}

.woocommerce-checkout .checkout-thankyou-message,
.woocommerce-checkout .sucess-title {
	font-family: 'Rubik', sans-serif;
	text-align: center;
	color: #294E79;
}

.woocommerce-checkout .checkout-thankyou-message ~ .woocommerce-order-details {
	display: none;
}

.woocommerce-checkout .checkout-thankyou-message {
	font-size: 24px;
	max-width: 768px;
	margin: auto;
}

	

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
	margin-top: 42px; 
}

.payment-logo {
	text-align: center;
	order: 1;
}

.payment-logo img {
	width: 200px;
	height: auto;
}

.woocommerce .blockOverlay {
	z-index: 100 !important;
}	

.woocommerce .woocommerce-checkout-review-order {
	position: relative;
	z-index: 0 !important;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	max-width: 100%; 
}

.woocommerce-checkout #payment div.form-row {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce div.blockUI.blockOverlay::before {
	background-image: url(../../img/loading.png);
	background-size: cover;
	background-position: center;
}

.checkout-back-to-registration a {
	display: flex;
	align-items: center;
	font-size: 21px;
	font-family: 'Rubik';
}

.checkout-back-to-registration i {
	padding-right: 10px;
}


.woocommerce-checkout .checkout-have-account {
	padding: 20px 14px;
	background-color: #f8f6f8;
	border-top: 2px solid #3a83bd;
}

.woocommerce-checkout .checkout-have-account a {
	text-decoration: underline;
}

.woocommerce-checkout .checkout-have-account a:hover {
	text-decoration: none;
}

.woocommerce-checkout form.woocommerce-checkout {
	position: relative;
}

.woocommerce-checkout form.woocommerce-checkout .blockUI.blockOverlay {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 99 !important;
}