.woocommerce-billing-fields__field-wrapper input {
	height: 45px !important;
	border-radius: 4px !important;
	box-shadow: none !important;
}

.woocommerce-billing-fields__field-wrapper .select2,
.woocommerce-billing-fields__field-wrapper
	.select2
	.selection
	.select2-selection {
	height: 45px !important;
	border-radius: 4px !important;
	box-shadow: none !important;
}
.woocommerce-billing-fields__field-wrapper
	.select2
	.select2-selection__rendered,
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 45px !important;
	line-height: 45px !important;
}

@media screen and (max-width: 767.98px) {
	body .progress-wrap {
		right: 15px;
		width: 32px;
		height: 32px;
	}

	body .progress-wrap::before {
		width: 32px;
		height: 32px;
	}

	body .progress-wrap::after {
		font-size: 14px;
	}
}

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: "\f061";
	font-family: var(--fa6);
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-size: 18px;
	color: var(--theme-color);
}

.progress-wrap::before {
	position: absolute;
	content: "";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, #47be7a, #0084b5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--theme-color);
	stroke-width: 4px;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
