html {
    font-size: 16px;
}

html, body {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
}

body {
    color: #676e81;
    font-size: 13px;
    font-family: "Sonic", "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    color: #001e39;
}

h1, h2, h4 {
    font-weight: normal;
}

p, li {
    line-height: 120%;
    font-size: 16px;
    margin: 0 0 1em;
    font-family: "Sonic", "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

::placeholder, ::-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.address-only, .capitalize {
    text-transform: uppercase;
}

.check_avail_header, .error-header, .no-products-header {
    font-size: 30px;
    color: #676e81;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#start-container, #products-container, #no_products-container, #unavailable-container, #notfound-container, #server_error-container {
    margin: 40px auto;
    position: relative;
    background-color: white;
}

#products-container {
    margin-top: 0;
}

#no_products-container, #unavailable-container, #notfound-container, #server_error-container {
    border: 1px solid #CCC;
}

#start-container, #no_products-container, #unavailable-container, #notfound-container, #server_error-container {
    padding: 10px 20px;
}

#alert_container, #alert_flashes {
    padding: 0;
    margin: 0;
}

.main-container {
    display: block;
}

.error-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    justify-content: center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.snc-btn {
    display: inline-block;
    border-width: 0;
    border-radius: 24px;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #337ab7;
}

.snc-btn:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.snc-btn--sm {
    border-radius: 17px;
    padding: 10px 20px;
    font-size: 14px;
}

.snc-btn-follower {
    margin-top: 10px;
}

.snc-alt-link {
    color: #666;
    font-size: 13px;
    text-decoration: underline;
}

.snc-btn-note {
    color: #666;
    font-size: 11px;
}

.snc-btn:disabled, .snc-btn.disabled {
    border-color: #ccc;
    color: #999;
    background-color: #ccc;
    cursor: default;
}


.sonic-form-button {
    text-transform: uppercase;
}

.sonic-form-button, .radio-button, .btn-check + .radio-button:hover {
    border-radius: 0;
    border: 1px solid #000;
}

.sonic-form-button, .sonic-form-button:hover, .btn-check:checked + .radio-button {
    background-color: #337ab7;
    color: white;
    border: 1px solid #337ab7;
}

.sonic-form-button:hover {
    color: #000;
}

.btn-primary:hover {
    background-color: #299bc1;
    border-color: #299bc1;
    color: #FFF;
}

#ContactForm .form-row {
    margin-bottom: 1.2rem;
}
