footer {
    font-size: 16px;
}
footer .container {
    font-size: 1em;
}
footer nav {
    line-height: 24px;
    flex-grow: 1;
    padding-right: 175px;
    column-gap: 20px;
}
footer nav ul {
    margin-bottom: 25px;
}
footer nav a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .nav-heading {
    font-size: 18px;
    margin-bottom: 6px;
}
footer .hours p {
    font-size: 1em;
    line-height: 24px;
    margin-bottom: 1em;
}
footer .footer-text {
    flex-basis: 325px;
    flex-grow: 0;
}
footer .selectric {
    margin-top: 0;
}
footer .selectric .button:after{
    display: none;
}
footer #store-list-dropdown {
    color: #000;
    height: 45px;
    width: 100%;
    font-size: 15px;
}
footer .tissot {
    font-size: 18px;
    line-height: 16px;
    margin-top: 40px;
    margin-bottom: 13px;
}
footer .tissot .avatar {
    margin-left: 14px;
}
footer .quote {
    line-height: 20px;
}
footer .footer-bottom {
    margin-top: 35px;
}
footer .footer-social {
    flex-basis: 325px;
    flex-grow: 0;
    column-gap: 30px;
}
footer .copyright {
    font-size: 1em;
}
footer .copyright a:focus,
footer .copyright a:hover {
    color: #fff;
}
footer .copyright p {
    font-size: 15px;
}
.footer-disclaimer {
    background-color: #F7F7F7;
    padding: 25px 0;
    font-size: 15px;
}
@media screen and (max-width: 1199px) {
    footer nav {
        padding-right: 50px;
    }
}
@media screen and (max-width: 991px) {
    footer .footer-top-inner {
        flex-direction: column;
    }
    footer nav {
        padding-right: 0;
    }
    footer .footer-text {
        flex-basis: auto;
    }
}
@media screen and (max-width: 767px) {
    footer nav {
        flex-wrap: wrap;
    }
    footer nav .last {
        order: -1;
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .selectric-wrapper {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 567px) {
    footer {
        padding-top: 35px;
        padding-bottom: 23px;
    }
    footer nav {
        flex-wrap: nowrap;
        flex-direction: column;
        border-bottom: 1px solid #D5D5D5;
    }
    footer #store-list-dropdown {
        margin-bottom: 27px;
    }
    footer nav ul.p0 {
        border-top: 1px solid #D5D5D5;
        margin-bottom: 0;
        padding-bottom: 14px;
    }
    footer .nav-heading {
        font-size: 16px;
    }
    footer .hours p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    footer .hours p:last-child {
        margin-bottom: 26px;
    }
    footer ul .nav-heading {
        cursor: pointer;
        position: relative;
        font-size: 16px;
        line-height: 1;
        padding-top: 18px;
        padding-bottom: 6px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    footer ul .nav-heading:after {
        content: '';
        display: block;
        width: 14px;
        height: 8px;
        position: absolute;
        right: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/footer/carret.png);
        background-image: -webkit-image-set(url("../images/footer/carret.png") 1x, url("../images/footer/carret@2x.png") 2x);
    }
    footer .nav-heading ~ li {
        display: none;
    }
    footer .tissot {
        font-size: 14px;
        line-height: 20px;
        margin-top: 35px;
        margin-bottom: 15px;
    }
    footer .quote {
        font-size: 14px;
    }
    footer .footer-social {
        flex-basis: auto;
        margin-top: 27px;
    }
    footer .copyright {
        text-align: center;
        width: 100%;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .copyright p {
        font-size: 12px;
    }
    footer .copyright .sep {
        background-color: #D5D5D5;
        height: 1px;
        width: 20px;
        margin-top: 16px;
        margin-bottom: 19px;
    }
    .footer-disclaimer {
        padding: 19px 0 16px;
        font-size: 12px;
    }
}