#footer {
    padding: 15px 0;
    color: #b2c0c4;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

#footer a {
    padding: 5px;
    display: inline-block;
    color: #b2c0c4;
    text-decoration: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    #footer {
        margin-bottom: 20px;
        text-align: left;
        font-size: 14px;
    }

    #footer a {
        display: block;
    }
}

@media (max-width: 450px) {
    .hide-sm {
        display: none;
    }
}

.california-privacy-right {
    padding-top: 35px;
}

.california-privacy-right h1 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
}

.california-privacy-right .opt-out-form-wrapper label {
    font-weight: bold;
}

.option-input-group {
    margin-top: 10px;
    position: relative;
}

.option-input-group input[type='radio'],
.option-input-group .option-input-group input[type='checkbox'] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.option-input-group input[type='radio'] + label {
    padding: 10px 20px;
    color: #01baef;
    margin: 0 15px 15px 0;
    box-shadow: 0 0 7px #ddd;
    border: 1px solid #e1e3e3;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.option-input-group input[type='radio'] + label:hover {
    background: #01baef;
    color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.option-input-group input[type='radio']:checked + label {
    color: #fff;
    background: #01baef;
    box-shadow: none;
}

em {
    color: #e00e0e;
}

.hide-options {
    display: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.has-error {
    background: #fbbcbc !important;
    border: 2px solid #dc3545 !important;
}

#top-menu {
    background-color: #7899ba;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Poppins', 'Roboto', sans-serif;
}

#top-menu img {
    vertical-align: unset;
    margin-left: 5px;
}

.trusted-shop {
    display: none;
}

#main-menu {
    background: #ffffff;
    padding: 35px 0 15px 0;
    position: relative;
}

#main-menu .menu-brand {
    position: relative;
}

#main-menu .menu-brand .phone-wrapper {
    position: absolute;
    top: 5px;
    right: 0;
}

#main-menu .menu-brand .phone-wrapper img {
    margin-right: 5px;
    vertical-align: unset;
}

#main-menu .menu-brand .phone-wrapper .phone-no {
    color: #222222;
    font-size: 24px;
    font-weight: 900;
    vertical-align: bottom;
}

@media (max-width: 768px) {
    #main-menu .menu-brand .phone-wrapper {
        display: none;
    }
}
