.single-product-shipping-area {
    width: 100%;
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid rgba(0,0,0,0.07);
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.postal-code-label {
    vertical-align: middle;
    color: #090909;
    font-size: 15px;
    border: 1px solid #CACACA;
    margin: 0;
}
.postal-code {
    height: 48px;
    width: 150px;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    color: #090909;
    font-size: 14px;
    padding: 0;
    text-align: center;
}
.postal-code:active, .postal-code:focus {
    outline: none;
}

.view-button {
    border-radius: 4px;
    width: fit-content;
    height: 50px;
    margin-left: 1em;
}

.error-msg {
    color: #ae0a0a;
    font-size: 14px;
    margin-top: .5em;
}

.ship-methods li {
    display: list-item;
}
.ship-method {
    margin-right: 150px;
}

.ship-loading {
    display: none;
    height: 90px;
    text-align: center;
    background: #fff url(../fonts/639e8f954ae54542b9106230fe71b75c.woff) center center no-repeat;
}

.ship-loading.active {
    display: block;
}