
.sticky {
	position: fixed;
	z-index: 101;
}
.stop {
	position: relative;
	z-index: 101;
}

@media (max-width: 768px){
	.sticky {
		position: relative;
	}
	.stop {
		position: static;
	}
}

.woocommerce-checkout .col-1 .woocommerce-checkout-payment .place-order {
	display: none;
}
.woocommerce-checkout .col-2 .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc-payment-methods-title,
.woocommerce-checkout .col-2 .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
	display: none;
}
.woocommerce-checkout .woocommerce-billing-fields #billing_country_field {
	display: none;
}

.woocommerce-order-received .woocommerce-customer-details {
	display: none;
}

/*.woocommerce-cart .burger-menu-wrap .xoo-el-login-tgr,
.woocommerce-checkout .burger-menu-wrap .xoo-el-login-tgr {
	display: none;
}*/

.woocommerce-form-coupon-toggle + ul.woocommerce-error {
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	width: max-content;
	bottom: 5vw;
	padding: 2vw;
	margin: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 1.3888vw;
	z-index: 99999;
}
@media (max-width: 768px) {
	.woocommerce-form-coupon-toggle + ul.woocommerce-error {
		bottom: 10vw;
		padding: 4vw 8vw;
		border-radius: 2.1875vw;
	}
}

