#billing_user_type_field .woocommerce-input-wrapper, .billing_user_type_field_class{
    display: flex;
    flex-direction: column;
}
#billing_user_type_field .woocommerce-input-wrapper, .billing_user_type_field_class .woocommerce-input-wrapper{
    display: flex;
    flex-direction: row;
}


.gyb_icon #billing_getyourbillid, input[type="text"].getyourbillid_icon, #getyourbill_popup_event.getyourbillid_icon{
	background-image: url(../icons/gyb.png);
    background-position: 98% center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    padding-right: 60px;
}


/* getyourbill_autocomlete_close */

#getyourbill_autocomlete{
	width: 100%;
    position: fixed;
    z-index: 9;
    height: 100%;
    top: 0px;
    left: 0px;
	display: none;
}

#getyourbill_autocomlete .getyourbill_overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-color: #111;
    opacity: 0.4;
	cursor: pointer;
}
#getyourbill_autocomlete .getyourbill_autocomlete_content{
    width: 90%;
    position: relative;
    z-index: 2;
    padding: 10px 30px;
    background-color: #fff;
    left: 5%;
    margin-top: 5%;
}
#getyourbill_autocomlete .getyourbill_autocomlete_content_in p {
    margin-bottom: 2px;
}


@media (min-width: 676px){
	#getyourbill_autocomlete .getyourbill_autocomlete_content{
		width: 50%;
		left: 25%;
		margin-top: 5%;
	}
}

.getyourbill_autocomlete_close{
	width: 100%;
	text-align: center;
}
#getyourbill_autocomlete_cerca{
	width: 100%;
}

.getyourbill_autocomlete_content_in{
    position: relative;
}
.getyourbill_autocomlete_content_in.gload:before{
	content:"";
	opacity: 0.7;
	background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 0px;
}
.power_by{
    text-align: right;
    margin-top: 15px;
}
.power_by a{
    color: #225568;
    text-decoration: unset;
}
.power_by a:hover{
	color: #e6007e;
}
#getyourbill_autocomlete_content_response.error, #getyourbill_autocomlete_content_response_front.error{
	color: #f86c6b;
}
#getyourbill_autocomlete_content_response.success, #getyourbill_autocomlete_content_response_front.success{
	color: #4dbd74;
}
.ghidden{
  display: none;
}
