div.addresses {
   position:relative;
   padding:15px;
   background:#f8f8f8
}
#addresses ul.address {
    
}  
ul.address {
   list-style-type:none;
  
   position:relative;
   
}
.myadresses h1 {
	font-family: hk_groteskbold;
    font-size: 27px;
	
	margin-bottom:20px;
	text-align:center;
	font-weight:normal;
	line-height:50px;
	}
	
.h4address {
	font-weight: normal;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-family: 'hk_grotesklight';
    line-height: 18px;
	}
li.address_update {
    float: none;
    clear: both;
    margin-left: 0px!important;
    margin-top: 5px!important;
}
li.address_delete {
    float: none;
    
    margin-top: 5px!important;
}	
.clear.address_add a {
    background: #e0e0e0;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: initial;
    border: 1px solid #e0e0e0;
    font-family: hk_groteskbold;
    width: auto!important;
    color: #000;
}
.clear.address_add a:hover {
    background: #ffffff;
	border: 1px solid #e0e0e0;
    
}
#address_delivery {}
#address_invoice { height: 100% !important; 
margin-right:0;

}

#delivery_address {margin-right:65px;}

ul.address li {
	padding:0px;
	line-height:18px;
}

ul.address li.address_title {
       height: 29px;
    line-height: 29px;
    color: #fff;
    color: #000;
    border-bottom: 2px solid #FBF7F7;
    margin-bottom: 15px;
    font-family: 'hk_groteskmedium';
}

ul.address li.address_firstname,
ul.address li.address_company {
	
}
li.address_company {
    display: none;
}
li.address_Customer_email {
    display: none;
}
li.address_phone {
    display: none;
}
li.address_phone_mobile {
    display: none;
}
ul.address  li.address_update {
	
}
ul.address  li.address_update,
ul.address li.address_delete {
	font-size:11px;
   text-transform:none
}


.address_update a, .address_delete a {
color: #cacaca!important;
}

.address_update a:hover, .address_delete a:hover{
color: #000 !important}



.address_add {
   padding:20px 0
}

.address_select {
	width: 150px;
   text-transform: uppercase;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 0px;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 2px 10px;
    color: #cacaca;
    font-size: 12px;
    font-family: 'hk_grotesklight';
}
.address_select:focus {
    outline: none;
	color:#000;
}
p.address_delivery.select {
    width: 150px;
    position: absolute;
    right: 0;
    top: 2px;
	z-index: 10;
}
div#address_invoice_form {
    position: relative;
	margin-top: 10px;
}
a.add_address {
    background: #e0e0e0;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: initial;
	border: 1px solid #e0e0e0;
	font-family: hk_groteskbold;
}
a.add_address:hover {
    background: #ffffff;
    
}
p.address_add.submit {
    margin-top: 20px;
    padding: 0!important;
}
.direccion:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 20px;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 16px;
}
label[for=id_address_delivery], label[for=id_address_invoice] {
	float: left;
	width: 225px;
}
.addressesAreEquals label {
	margin-left: 5px;
}
.addressesAreEquals input {
	float: left;
}
p.address_delivery, p.addressesAreEquals {
	padding-bottom: 14px
}

/* PAGE ADRESSES ******************************************************************************* */
.addresses ul.address {
   list-style-type:none;
 
   position:relative;
margin:30px 30px 0 0;
 
}
.addresses ul.address.alternate_item,
.addresses ul.address.last_item {margin-right:0}
.addresses ul.address li {
	line-height:18px;
}
.addresses ul.address .address_title {
	margin-bottom:5px;
	height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#000;
   text-shadow:0 1px 0 #666;
   background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
.addresses ul.address .address_update {}
.addresses ul.address .address_update,
.addresses ul.address .address_delete {
    font-size: 13px;
    text-transform: none;
    text-decoration: underline;
	    margin-left: 10px;
}

input#submitAddress {
    float: right;
}