.contact_info_bar h5 {
    color: #D7B56D;
}
/* .contact_info_bar h5 {
    color: #FFC107;
} */
.storefront_items {
    justify-content: space-around;
}

.about-image {
    float: left;
    max-width: 70vw;
    margin-right: 32px;
    margin-bottom: 16px;
}

footer p img {
    margin-right: 15px
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    color: #D7B56D;
    font-size: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
#back-to-top:hover {
    background: #E31E24;
    color: #D7B56D;
}
#back-to-top::after{
    content: "\e899";
    font-family: "fontello";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}
.page-link{
    color: #000;
}
.page-link:hover{
    color: #D7B56D;
}
.active > .page-link, .page-link.active{
    background-color: #E31E24;
    border-color:#E31E24;
}

@media (max-width: 991px) {
    #logo{
        margin-left:60px;
        width: calc(100% - 60px);
    }
    #logo span{
        margin-top:10px;
    }

}

ul.contacts{
    list-style-type: none;
}

.branch_contact li{
    list-style: none;
}