/* Responsive overrides */

.header {
    padding-top: 0;
}

/*.TopMenu {
    display: block !important;
}*/

.ProductList>li,
.ProductList li a {
    height: auto;
}

/* 1024px */
@media screen and (max-width: 1024px) {

}

/* 1000px */
@media screen and (max-width: 1000px) {

}

/* 768px */
@media screen and (max-width: 768px) {

}

/* 600px */
@media screen and (max-width: 600px) {

}

/* 480px */
@media screen and (max-width: 480px) {

    /* Added by Allina Health */
    #Header .header-logo {
        display: inline;
        overflow: visible;
    }
    #Header .header-logo img {
        margin: 10px 10px 20px 10px;
        width: 90%;
    }
    #Header .header-logo h1 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    #Header .header-phone {
        clear:both;
        font-size: 14px;
        float: none !important;
        margin-top: 1.0em;
        text-align: center;
    }
    #Header #SearchForm {
        display: none;
    }
    #DrawerMenu #SearchForm {
        display: block;
        float: none;
        width: 100%;
    }

    #ToggleMenu,
    #cart-amount {
        min-width: 60px;
    }

    .header {
        padding-top: 80px;
    }

    #Header > .inner {
        padding-top: 0px;
    }

    .PageMenu ul {
        display: none;
    }

}
