
/*---------------------------
Add Plugin Front-End CSS here
---------------------------*/
.woocommerce ul#shipping_method li{
	display: block !important;
}
.hfdsfwwrap{
	position: relative;
}
.hfdsfwwrap .hfdsfw_loading{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 100;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    padding-left: 20%;
}
.hfdsfwwrap .hfdsfw_loading.hide{
	display:none;
}
#hfdsfw_dialog{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#hfdsfw_dialog .hfdsfwcol{
	width: 50%;
	float: RIGHT;

}
#hfdsfw-autocomplete{
	left:150px !important;
}
#hfdsfw-spotsList{
	max-height: 450px;
	overflow-y: scroll;
}
#hfdsfw-spotsList li label{
	display: block;
    text-align: right;
}
.ui-dialog .ui-dialog-content#hfdsfw_dialog{
	padding: 0;
}
.dialogoverlay{
	background: rgba(0,0,0,0.5);
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hfdsfw_autocompletedata {
    position: absolute;
    border: none;
    box-shadow: 1px 2px 10px -2px rgba(1,1,1,.33),0 2px 7px 0 rgba(22,65,89,.05)!important;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100000000000000;
	display:none;
	margin-top: 0;
	max-height: 200px;
    overflow-y: scroll;
}
.hfdsfw_autocompletedata ul, .hfdsfw_autocompletedata ul li, #hfdsfw-spotsList ul, #hfdsfw-spotsList ul li{
	list-style: none;
    padding: 0px;
    margin: 0;
}
.hfdsfw_autocompletedata ul li{
    padding: 0!important;
    display: flex;
    justify-content: space-between;
	padding-left: 20px !important;
	cursor:pointer;
}
.hfdsfw_autocompletedata ul li span, .hfdsfw_autocompletedata ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #202020;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    line-height: 1;
	padding-bottom: 5px;
    margin-bottom: 0;
}
.hfdsfw_info {
    display: block;
    overflow: hidden;
    margin-top: 8px;
	text-align:right;
}

.hfdsfw_info h3 {
    background: #fff;
    margin: 0;
    font-weight: bold;
    padding: 15px 0px 5px 20px;
    color: #17459b;
    font-size: 19px;
    line-height: 19px;
}

.hfdsfw_info p {
    background: #fff;
    margin: 0;
    font-size: 12px;
    padding: 5px 0px 0px 20px;
}

.hfdsfw_info .hselectBtn {
    background: #17459b;
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
	cursor:pointer;
}
.ui-widget button.gm-ui-hover-effect, #searchdata{
	margin-top: 10px !important;
    margin-left: 10px !important;
}
@media only screen and (max-width: 767px) {
	#hfdsfw_dialog{
		flex-direction: row-reverse;
	}
	#hfdsfw_dialog .hfdsfwcol{
		width: 100%;
	}
	.hfdsfw_autocompletedata{
		max-height: 160px;
	}
	.gmnoprint{
		display:none;
	}
}
#hfdsfw-autocomplete {
    position: relative;
    width: 250px;
    max-width: 100%;
    margin-top: 5px;
    margin-right: 10px;
}
a.resetsearch{
	font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
}
#hfdsfw-spotsList #hfdsfw-autocomplete{
	left:0 !important;
	position: relative;
    width: 350px;
    max-width: 100%;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
}
#hfdsfw-spotsList a.resetsearch{
	top: 2px;
}
.select2-container{
	width: 100% !important;
	max-width: 100% !important;
}
#hfdsfw-searchdata{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.3rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: .5rem 20px .5rem .5rem;
    width: 100%;
	margin-top: 5px;
}
#hfdsfw-searchdata {
    padding: 2px;
    padding-right: 20px;
}

.ui-dialog-titlebar .ui-dialog-title {
    font-size: 24px;
    text-align: center;
    width: 100%;
}
.hfdsfwwrap .spotselect {
    margin-top: 5px!important;
}