.wf_address_loading {
    display: none;
}
.wf_address_field {
margin-bottom: 10px;
	
}
.wf_address_input {

display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
height: 46px;
padding: 10px 16px;
font-size: 18px;
/* line-height: 1.3333333; */
border-radius: 6px;



}
.wf_address_changer_modal{
display: none;
position: fixed;
background: white;
top: 10%;;
width: 40%;
left: 30%;
right: 30%;
height: auto;
max-height: 100%;
padding: 10px;
overflow: visible;
z-index:2;
padding:4rem;
  }

.edit-address-icon{

    color: white;
    /* width: 24px; */
    /* height: 24px; */
    border: 1px solid white;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    background: #ffb645;
    background-image: linear-gradient(0deg, #ffb645, #ffe68e);
    color: #5a460a !important;
    box-shadow: inset 0 1px hsla(0, 0%, 100%, .6);
    background: #ffc600;
    background-image: linear-gradient(0deg, #faa21b, #ffc600);
    border: 1px solid #ec9a10;


}
.edit-address-icon:hover{

 opacity:0.8;
}

@media  screen and (max-width: 768px) {


	.address-change-header{

overflow: hidden;
width:100%;
position:relative;
top: -2px;
padding: 10px;
border: 1px solid black;
margin-bottom: 15px;
  
}


  .wf_address_changer_modal{
display: none;
position: fixed;
background: white;
top: 0%;
bottom:0%;
width: 100%;
height: auto;
margin-top:10%;
max-height: 100%;
padding: 10px;
overflow: auto;
z-index:2;
  }


}


@media  screen and (min-width: 1024px) {

  .address-change-header{

overflow: hidden;
width:100%;
position:relative;
top: -2px;
padding: 10px;
border: 1px solid black;
margin-bottom: 15px;


  }


  .wf_address_changer_modal{
display: none;
position: fixed;
background: white;
top: 10%;;
width: 40%;
left: 30%;
right: 30%;
height: auto;
max-height: 100%;
padding: 10px;
overflow: visible;
z-index:2;
padding:4rem;

  }
}