.woocommerce-gpost-label, .woocommerce-gpost-label-icon {
	display: inline-block;
}

.wc-block-components-radio-control__label::after {
	content: url("../tooltip.svg");
}

body.checkout-wc .select2-container {
    z-index: 100 !important;
}

body.checkout-wc .select2-selection__rendered {
	padding-top: 0.82rem;
}

body.checkout-wc .select2-selection--single {
   background: #fff;
}

.includes_tax {
    display: none !important;
}

.gpost-help-tip::after {
	font-family: Dashicons;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: url("../tooltip.svg");
	cursor: help;
}

.gpost-help-tip {
	color: #666;
	display: inline-block;
	font-size: 1.1em;
	font-style: normal;
	height: 16px;
	line-height: 16px;
	position: relative;
	vertical-align: middle;
	width: 16px;
}

.gpost-help-tip:before {
	opacity: 0;
	pointer-events: none;
	bottom: 100%;
	left: 50%;
	position: absolute;
	z-index: 10;
	transform: translate(-50%, 10px);
	transform-origin: top;
	transition: all 0.18s ease-out 0.18s;
}

.gpost-help-tip:before {
	background-color: #f5f5f5;
	box-shadow: 0 0 3px #ddd;
	content: attr(data-tooltip);
	padding: 10px;
	white-space: nowrap;
	margin-bottom: 11px;
}

.gpost-help-tip:hover:before {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.gpost-invalid-input {
	border: 1px #f04f63 solid !important;
}

.woocommerce-shipping-fields .select2-selection--single {
	background-color: inherit !important
}

.gpost-matching-cities-options {
	border: 1px solid #d9d9d9 !important;
    width: 100%;
    margin-top: 1px;
    padding: 10px;
    border-top: unset !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.gpost-matching-cities-options div {
	cursor: pointer;
	margin: 5px 0px;
}