.zipcode-swal {
    width: 600px !important;
    border: 2px solid #e7a857;
}

.zipcode-confirm-buttom {
    color: #e7a857 !important;
    background-color: #ffffff !important;
    border: 1px solid #e7a857 !important;
}

@media screen and (max-width: 700px) {
    .zipcode-swal {
        max-width: 300px !important;
    }
}