.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    /*color:#fafdfe !important;*/
}

body {
    font-family: 'Heebo', sans-serif !important;
}

header.header {
    background-repeat: no-repeat;;
    background-size: cover;
}

.side-menu-container {
    border: none;
}

ul, ol {
    list-style: unset;
    list-style-position: inside;
}

footer ul, footer ol {
    list-style: none;
}

nav.side-nav {
    border: 1px solid #dae2e6;
    border-radius: .2rem;
}

.footer-ribbon::before {
    border-left: 15px solid #7e7e7e;
}

.blurred-slide {
    opacity: .4 !important;
}

.blurred-slide + .home-slide-content h3, .blurred-slide + .home-slide-content p {
    color: #424242;
}

.blurred-slide + .home-slide-content h3 {
    font-size: 3.5em;
    text-shadow: 2px 2px grey;
}

.blurred-slide + .home-slide-content p {
    font-size: 2.2em;
    text-shadow: 1px 1px whitesmoke;
}

.blurred-slide + .home-slide-content {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 5% 0 0;
}

.social-icons {
    justify-content: center;
}

.page-item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
    padding: 0 .3rem;
    line-height: 1.1;
    color: #706f6c;
    text-decoration: none !important;
    background-color: transparent;
    border: .1rem solid #e9e9e9;
}

.page-item.active > a, .page-item:hover > a {
    border-color: #e9e9e9;
    background-color: transparent;
    color: #08c;
}

.page-item + .page-item {
    margin-right: .7rem;
    margin-left: 0;
}

.header-middle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

a.logo > img {
    max-height: 105px !important;
}

.mobile-menu-container {
    font-size: 1.5rem;
}

span.section-title {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
}

.departments h2 {
    text-decoration: none !important;
    color: white;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
}

.category-description {
    color: black;
    font-size: 1.2em;
}

.mobile-menu li {
    border-top: 1px solid #ffffff1c;
}

.mobile-menu li.active {
    background-color: white;
}

.mobile-menu {
    border-bottom: none;
}

.mobile-menu li.open > a, .mobile-menu li.active > a,
.mobile-menu li a:hover, .mobile-menu li a:focus {
    color: white;
}

.header-search form {
    max-width: 300px;
}

a.logo.small-store-name {
    font-size: 1.1em;
}

.header-top {
    font-size: 1.5rem;
}

@media all and (max-width: 800px) {
    .blurred-slide + .home-slide-content h3 {
        font-size: 2em;
    }

    .blurred-slide + .home-slide-content p {
        font-size: 1.2em;
    }

    a.logo > img {
        max-height: 75px !important;
        margin:0 auto !important;
    }
}

@media all and (max-width: 800px) {
    .blurred-slide + .home-slide-content h3 {
        font-size: 1.4em;
    }

    .blurred-slide p {
        margin: 5px !important;
    }

    .blurred-slide + .home-slide-content p {
        font-size: 1em;
    }

    .home-slide-content p {
        margin-bottom:10px !important;
    }
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1500px;
    }
}

@media screen and (min-width: 768px) {
    .home-slide, .home-slider {
        height: 457px;
    }
}

.page-wrapper {
    background: #efefef;
}

nav.side-nav, .pagination .page-item {
    background:white;
}

.menu li:hover > ul, .menu li.show > ul, .menu li:hover > .megamenu, .menu li.show > .megamenu {
    max-height: 60vh;
    overflow-y: auto;
}

main-menu li {

}