.woocommerce {
	font-size: 16px;
}
.woocommerce p {
	margin: 0 0 12px 0;
}
.woocommerce a {
	color: #fbb03b;
	text-decoration: underline;
}
.woocommerce-checkout .woocommerce {
	display: flex;
	flex-direction: column;
}

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

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

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

.woocommerce-info {
	margin-bottom: 10px;
	font-size: 17px;
	border-radius: 2px !important;
	background-color: #fafafa !important;
	border: 1px solid rgba(0,0,0,0.04) !important;
}
.woocommerce-info .showcoupon {
	font-size: 16px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	margin: 32px 0;
}
.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 {
	font-family: 'Roboto';
}

.woocommerce-checkout .checkout-thankyou-message,
.woocommerce-checkout .sucess-title {
	text-align: center;
}

.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(../loading.html);
	background-size: cover;
	background-position: center;
}

body.woocommerce-checkout #payment div.form-row {
	margin-top: 15px;
}

body.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	width: 100%;
	height: 50px;
}

body.woocommerce-checkout .blockOverlay {
	background: rgba(137,145,155,0.4) !important;
	opacity: 1 !important;
	position: fixed !important;
}
body.woocommerce-checkout .blockOverlay::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	font-family: 'gocoderz' !important;
	content: "\e91a";
	color: #ffffff;
	font-size: 96px;
	animation: 1.7s linear 0s normal none infinite running rotate;
}
body.woocommerce-checkout .footer-main-wrap,
body.woocommerce-checkout .breadcrumbs-wrap {
	position: relative;
	z-index: 100;
} 

@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

