#address-select-component, #address-select-wrapper {
    display: none;
}
@media (min-width: 0px) {
    #address-select-component{
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #address-select-wrapper {
        display: none;
    }
}
.address-switcher{
    display: inline-block;
    float: left;
    cursor: pointer;
}
.address-modal .modal-inner-wrap{
    width: 45%;
}
.signin-block{
    text-align: center;
}
.signin-block button {
    width: 100%;
}
.a-divider.a-divider-break {
    text-align: center;
    position: relative;
    top: 2px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-top: 1px;
    line-height: 0;
}
.a-divider.a-divider-break h5 {
    line-height: 1;
    font-size: 12px;
    color: #767676;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 0 8px 0 7px;
    background: #fff;
    z-index: 2;
}
.a-divider.a-divider-break:after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: 1px;
    z-index: 1;
}
.postcode-form {
    display: table;
    width: 100%;
}

.postcode-form .field {
    margin-right: 10px;
}
.postcode-form .actions{
    display: table-cell;
}

.address-item{
    border-bottom: 1px solid #c5c0c0;
    cursor: pointer;
}
.modal-content .title{
    font-size: 12px;
}
.address-note {
    font-size: 10px;
}
.selected-address{
    background: #e5e5e5;
}
