@media screen and (max-width: 768px) {
    .home-banners img,.home-post{
        margin-bottom: 30px;
    }

    .site-branding{
        margin: 0px auto 20px;
        float: none!important;
        text-align: center;
    }
    .topcart{
        float: none!important;
        width: 220px;
        margin: 0px auto;
    }
    .dropdown-cart-button{
        margin: 0px auto;
    }
}


@media screen and (max-width: 460px) {
    .ac-contacts{
        margin-right: 0px;
    }
    .ac-contacts p:nth-child(-n+2){
        font:9px "Open sans",sans-serif;
    }

    #ac_logo{
        display: none;
    }
    #ac_logo_mini{
        display: block;
    }
    #map_icon_address{
        *display: none;
    }
}

@media screen and (max-width: 992px) {
    .ac-tel{
        margin-top: -22px;
        margin-right: 0px;
    }
}
