/* media queries */
@media only screen and (min-width: 481px) {
    .sameday-input {
        width: 350px;
    }
    .sameday-button {
        font-size: 1.8em;
        width: 348px;
        height: 50px;
    }
    .slider {
        min-width: 348px;
        max-width: 348px;
    }
    .sameday-step1-info {
        max-width: 340px;
    }
    .address-error, .zipcode-error-1, .zipcode-error-2, .zipcode-error-3 {
        margin: auto;
        min-width: 350px;
    }
}
@media only screen and (min-width: 769px) {
    .sameday-input {
        width: 400px;
    }
    .sameday-button {
        font-size: 1.8em;
        width: 398px;
        height: 50px;
    }
    .slider {
        min-width: 398px;
        max-width: 398px;
    }
    .sameday-step1-info {
        max-width: 340px;
    }
    .address-error, .zipcode-error-1, .zipcode-error-2, .zipcode-error-3 {
        margin: auto;
        min-width: 400px;
    }
}

.sameday-step1-header {
    background-color: #12894f;
    margin: 0;
    padding: 25px 10px 25px 10px;
}
.sameday-step1-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #fafafa;
    text-align: center;
    white-space: nowrap;
}
.sameday-step1-main {
    background-color: #20b06a;
    margin: 0;
    padding: 42px 10px 25px 10px;
}
.sameday-step1-address {
    margin: 0 0 4px 0;
    text-align: center;
}
.sameday-step1-promo {
    margin: 11px 0 4px 0;
    text-align: center;
}
.sameday-step1-email {
    margin: 11px 0 4px 0;
    text-align: center;
}
.sameday-step1-cost {
    margin: 23px 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #fafafa;
    text-align: center;
    white-space: nowrap;
}
.sameday-step1-slider {
    margin: 20px 0 4px 0;
    text-align: center;
}
.sameday-step1-weight {
    margin: 14px 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #fafafa;
    text-align: center;
    white-space: nowrap;
}
.sameday-step1-pricing {
    margin: 20px 0 4px 0;
    text-align: center;
}
.sameday-step1-bags {
    width: 270px;
    height: 120px;
}
.sameday-step1-submit {
    margin: 20px 0 4px 0;
    text-align: center;
}
.sameday-step1-loading {
    display: none;
    margin: 14px 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #fafafa;
    text-align: center;
    white-space: nowrap;
}
.sameday-step1-gif {
    width: 48px;
    height: 48px;
    margin-left: -3px;
}
.sameday-step1-info {
    padding: 14px 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 0.7em;
    color: #fafafa;
    text-align: center;
    line-height: 2.2em;
    margin: auto;
    width: 72%;
}

.slidecontainer {
    width: 100%;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    max-width: 298px;
}
.slider:hover {
    opacity: 1;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #4b69a8;
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4b69a8;
    cursor: pointer;
}

.error-messages {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    color: #f7d041;
}
#address_error {
    display: none;
}
#zipcode_error1 {
    display: none;
}
#zipcode_error2 {
    display: none;
}
#zipcode_error3 {
    display: none;
}
.address-error {
    margin: auto;
    width: 300px;
    padding-bottom: 5px;
}
.zipcode-error-1 {
    margin: auto;
    width: 300px;
}
.zipcode-error-2 {
    margin: auto;
    width: 300px;
}
.zipcode-error-3 {
    margin: auto;
    width: 300px;
}
