.aircomplete-list:after, .clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.strx-aircomplete,
.aircomplete {
    position: relative;
}
.aircomplete-list {
    /*position: absolute;*/
    width: 100% !important;
    top: 100%;
    margin: 0px 0 0;
    padding-left: 13px;
    /*padding: 0;*/
    list-style: none;
    max-height: 400px;
    overflow: auto;
    /*background: #fff;*/
    font-size: 14px;
    line-height: 16px;
    /*color: #999;*/
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    /*box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);*/
    z-index:2;
    

    
    margin-left:-5px;
}

.strx-form .aircomplete-list {
/*    -webkit-box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.17);
    box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.17);
    background: #fff;*/
}
.aircomplete-list .aircomplete-list-item b{
    color: var(--blue-color);
}
.aircomplete-list-item{
    padding: 7px;
    
    border-bottom: solid 1px #eee;
    cursor:pointer;
    
    font-size: 14px;
    line-height: 16px;
}
#extraInfoBottom,
#extraInfo{
    /*background: #aaa;*/
    width: 100%;
    opacity: .8;
    margin-top: 10px;
}
#extraInfoBottom{
    opacity: .9;
}
/*#extraInfo i.fas{
    font-size: 22px;
    padding-top: 8px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
}*/

.aircomplete-list-extra-info{
    padding: 3px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 16px;
    display: block;
}
.aircomplete-list-extra-info.hidden
.aircomplete #extra-info
.aircomplete .aircomplete-list-extra-info,
.aircomplete #extraInfoBottom{
    display: none;
}
.aircomplete.active #extra-info
.aircomplete.active .aircomplete-list-extra-info,
.aircomplete.active #extraInfoBottom{
    display: block;;
}

.aircomplete-list-item img {
    filter: grayscale(100%);
    opacity: .4;
}
.aircomplete-selected {
    background-color: white;
    background-color: #f1f1f1;
    color: #666;
}

.strx-aircomplete small, 
.aircomplete small {
    font-size: 12px;
    color: #888;
    /*display: block;*/
}

.aircomplete-focused, .aircomplete-list-item:hover {
    /*background-color: #f1f1f1;*/
    /*color: #666;*/
    /*background-color: #f1f1f1;*/
    /* color: #666; */
    color: var(--blue-color);
}
.aircomplete-focused small, .aircomplete-selected small, .aircomplete-list-item:hover small {
    /*color: #999;*/
    color: var(--blue-color);
}
.aircomplete-focused img, .aircomplete-selected img, .aircomplete-list-item:hover img {
    filter: grayscale(0%);
    opacity: .6;
}


.aircomplete #form_streetDelivery{
    width: 100%;
}
.strx-aircomplete,
.aircomplete{
     padding: 5px;
     width: 100% !important;
     
    height: auto!important;
}

#delivery_street_form .alert{
    /*padding: 5px;*/
    margin: 5px;
    
    
}
@media (min-width: 576px) {
    .strx-aircomplete,
    .aircomplete{
         /*height: auto !important;*/
         padding: 5px;
         width: 350px !important;


    /*        -webkit-box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.17);
        -moz-box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.17);
        box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.17);*/
        height: auto!important;
    }
}
.strx-form .padding-like-aircomplete{
    margin: 5px;
}
.aircomplete .aircomplete-list{
    display: none !important; 
    padding-left: 40px;
}

.strx-form .strx-aircomplete.active,
.strx-form .aircomplete.active{
    background: #fff;
    padding: 5px;
    margin-top: -1px;
    margin-left: -1px;
    webkit-box-shadow: 0 .375rem 1.25rem rgba(27,27,27,.3),0 .125rem .25rem rgba(27,27,27,.15);
    box-shadow: 0 .375rem 1.25rem rgba(27,27,27,.3),0 .125rem .25rem rgba(27,27,27,.15);
    border-radius: 4px;
    
    border: 1px solid rgba(0,0,0,.15);
    
    z-index: 1;
    z-index: 999;
}
.strx-aircomplete .aircomplete-list,
.strx-aircomplete .strx-airhidden{
    display: none !important;
}

.strx-aircomplete.active .aircomplete-list,
.aircomplete.active .aircomplete-list,
.strx-aircomplete.active .strx-airhidden{
    display: block !important; 
    padding-top: 5px;
}

.aircomplete #extraInfo,
.aircomplete #extraInfoBefore{
    display: none !important;
}

.aircomplete.active #extraInfo,
.aircomplete.active #extraInfoBefore{
    display: block !important; 
}

/*.aircomplete .street-search{
    width: 100%; 

}*/

.strx-form-container,
.strx-form  .form-group{
    height: 58px;
}
/*form.form-delivery-address.form-inline,*/
form.delivery_street_form .form-group{
    /*align-items: top !important;*/
    /*margin-left: 8px*/
    display: inline-block;
    vertical-align: top;
}
form.delivery_street_form input.street-input{
    width: 100%;
        padding-left: 40px;
}
form.delivery_street_form input.street-input.input-bg{
    position: absolute;
    border-color: #fff; 
    border: none;
    background: none; 
    color: #aaa;
}
form.delivery_street_form input.street-input.input-top{
    background: none;
    position: relative
}
form.delivery_street_form input.street-input.input-top.form-control:focus{
    color: var(--blue-color);
}
input#street-suggestion {
  background: rgba(255,255,255,1);
  /*box-shadow: 0 0.375rem 1.25rem rgba(27,27,27,.3), 0 0.125rem 0.25rem rgba(27,27,27,.15);*/
}
/*#delivery_street_form_streetDelivery:before{
    content: "\f3c5";  
    font-family: FontAwesome;
    font-size: 30px;
    left:-5px;
    position:absolute;
    display: inline-block;
    top:0;
    
}*/
/*form.delivery_street_form input.street-input.input-top{
    background: url(/img/svg/map-marker-alt-solid.svg) center left no-repeat;
    background-size: 20px;
    background-position-x: 13px;

}*/
form.delivery_street_form .aircomplete input.street-input.input-bg{
/*    background: url(/img/svg/map-marker-grey.svg) center left no-repeat;
    background-size: 20px;
    background-position-x: 13px;*/

}
/*form.delivery_street_form #delivery_street_form.focus input#street-suggestion{
	direction:rtl;
	text-align: right;
}*/
@media (max-width: 576px) {
	input#street-suggestion{
		display: none;
	}
	input#delivery_street_form_streetDelivery{
		background-color: #fff;
	}
	#delivery_street_form > div.form-group{
		width: 100%;
	}
}
form.delivery_street_form .aircomplete input.street-input.input-top.blue{
    background: url(/img/svg/map-marker-blue.svg) center left no-repeat;
    background-size: 20px 25px;
    background-position-x: 13px;
	
	/*background: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="20" height="20"><path fill="var(--blue-color)" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></svg>' )center left no-repeat;*/
}
form.delivery_street_form .aircomplete.active input.street-input.input-top.blue{
/*    color: #00039e;
    background: url(/img/svg/map-marker-blue.svg) center left no-repeat;
    background-size: 20px;
    background-position-x: 13px;*/

}




/*//---------------*/
.strx-datepicker-widget .strx-aircomplete{
    width: auto !important;
    display: inline-block;
}

.strx-datepicker-widget .strx-aircomplete.active .strx-airhidden{
    margin-top: 10px;
     padding: 10px;
}

#delivery_street_form{
    margin-bottom: 0px;
}
@media (max-width: 576px) {
	#delivery_street_form{
		/*margin-bottom: 0px;*/
	}
}
@media (min-width: 576px) {
    .strx-datepicker-widget .strx-aircomplete.active{
        width: 415px !important; 
    }

    #delivery_street_form .aircomplete{
        width: 450px!important;
    }
}

.strx-airhidden.clear{
    display: block;
    clear: both;
}

@media (max-width: 992px), (max-height: 500px) {
   
    #delivery_street_form > .form-group{
        margin-bottom: 5px;
    }
    .strx-form-container, .strx-form .form-group {
        height: 55px;
    }
}

.removeFromBrowser{
	float: right;
	margin-left: 10px;
	display: inline-block;
	color: #aa0000;
}

#delivery_street_form.frozen #delivery_street_form_streetDelivery{
	border: 2px solid var(--custom-color);
}
/*full form*/
#delivery_static_address_form .form-control-lg{
    color: #111;
    background-color: #fff;
}

#change-aircomplete-to-static{
    margin-bottom: 10px;
    margin-top: 10px;
}
#change-aircomplete-to-static-min{
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 20px;
    color: var(--custom-color)
}
#change-aircomplete-to-static-top{
	position: absolute;
    /* bottom: 5px; */
    /* left: 10px; */
    font-size: 20px;
    color: var(--custom-color);
    top: -30px;
    right: 20px;
    background: #e0e0e0;
    padding: 5px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid rgba(120,120,120,.5);
    box-shadow: 0 0.375rem 1.25rem rgb(27 27 27 / 30%), 0 0.125rem 0.25rem rgb(27 27 27 / 15%);
}
#change-aircomplete-to-static-top i{
    border-radius: 50%;
}
#change-aircomplete-to-static-top.activ-hover{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
    top: 0px;
    opacity: 0;
}
.aircomplete{
    z-index: 1;
}
.aircomplete.active #change-aircomplete-to-static-top.activ-hover,
.aircomplete:active #change-aircomplete-to-static-top.activ-hover,
.aircomplete:hover #change-aircomplete-to-static-top.activ-hover{
    opacity: 1;
    top: -30px;
}

#static-address-delivery-form-modal .modal-content{
	background-image: url(/img/ico/map-marker-bg.png); 
	background-position: top right;
	background-repeat: no-repeat;
	background-position-y: 20px;
}
#static-address-code #delivery_address_form_postcode{
    padding-right: 0px;
}
#static-address-code #static-address-no{
    padding-left: 0px;
}
@media( min-width: 576px ){
	#delivery_static_address_form .row{
		padding: 10px 0px;
	}
}
@media( max-width: 576px ){
	#delivery_static_address_form .col{
		padding-top: 15px;
	}
}