.shipping-order-header h5{
    display: inline-block;
}
.shipping-order-header a{
    float: right;
}
#searchedExpreionAdr{
    max-height: 145px;
    overflow: overlay;
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px;
}
#searchedExpreionAdr li{
   border-bottom: 1px solid gainsboro;
   padding: 4px 0px;
}
#searchedExpreionAdr li:hover{
    background: #dedede;
   cursor: pointer;
}
.ship-tax-info p{
    text-align: center;
    margin-top: 5px;
}
.checkout-disable-click {
    pointer-events: none;
    background: gray;
}
#login_failed_error{
    padding: 5px 0px;
}
.address-details p {
    line-height: 0.5;
}
.validated-address {
    padding: 0px 0px 20px 0px;
}
#saved_addresses .address-nick-name{
    font-weight: bold !important;
    text-transform: uppercase;
    border-bottom: 0.1px solid #dedede;
    margin-bottom: 15px !important;
    padding-bottom: 10px;
    width: 45%;
}
.what-except-border{
    border: 5px solid #ececec;
    padding: 10px;
}