@media (max-width:1250px){
    .FooterCartSocial ul {
        flex-wrap: wrap;
    }
}
@media (max-width:1050px){
    .LiqHeader {
        padding: 10px 10px 0 5px;
    }
    .BrandLiqLogo {
        display: block;
        width: 100%;
        height: 32px;
        background: url(../img/LiqBrandLogo.svg) no-repeat center center transparent;
        background-size: auto 100%;
        margin-bottom: 15px;
    }
    .HeaderLogoRowNav {
        width: 100%;
    }
}
@media (max-width:768px){
    .HeaderLogoRowNav {
        justify-content: center;
        flex-wrap: wrap;
    }
    .HeaderLogoRowNav .navbar-search.col {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        order: 3;
    }
    .HeaderLogoRowNav  .nav.nav-inline.float-start.electro-animate-dropdown.flip {
        width: 100%;
        justify-content: center;
        order: 2;
        margin-bottom: 10px;
    }
    .LiqUserDropo {
        order: 1;
        position: absolute;
        right: 50px;
        top: 15px;
    }
    .HeadCartIcon {
        order: 1;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .FooterColNav {
        flex-wrap: wrap;
    }
    .FooterCols {
        width: 33.33%;
        margin-top: 40px;
    }
    .FooterCartSocial {
        justify-content: start;
    }
    .FooterCartSocial .FooterCols {
        width: 50%;
    }
}
@media (max-width:500px){
    .input-group-addon.search-categories,
    .primary-nav-menu.position-relative.electro-animate-dropdown {
        display:none !important;
    }
    .HeadernavRow .masthead button.navbar-toggler {
        font-size: 0px;
    }
    .HeadernavRow .masthead button.navbar-toggler i {
        font-size: 20px;
    }
    .HeadernavRow .masthead button.navbar-toggler {
        position: absolute;
        left: 10px;
        top: 13px;
    }
    .header-v12 .masthead {
        padding: 5px 0;
    }
    .HeadernavRow .header-icons {
        position: absolute;
        right: 10px;
    }
    .FooterCartSocial .FooterCols {
        width: 100%;
        margin-top: 5px;
    }
    .FooterCartSocial {
        flex-wrap: wrap;
    }
    .footer-bottom-widgets {
        padding: 0px !important;
    }
    .FooterCols {
        width: 1003%;
        margin-top: 40px;
    }
    .desktop-footer .footer-bottom-widgets, .desktop-footer .footer-newsletter {
        width: 100% !important;
        position: relative !important;
        margin-left: 0px !important;
    }
    .copyright-bar {
        width: 100% !important;
        margin-left: 0px !important;
        padding: 0px;
    }
}