/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/
@import url("../shopvolly/responsive.css");

@media only screen and (max-width: 1023px) {
    .menu-toggle {
        background-image: url("images/megnor/menu-options.svg");
        background-color: #BD9C59;
    }
    .menu-toggle:hover {
        background-color: #c9e8dd;
    }
}
@media only screen and (max-width: 979px) {

    .header-toggle {
        background-image: url("images/megnor/search.svg");
        background-color: #BD9C59;
    }
    .header-toggle:hover {
        background-image: url("images/megnor/search.svg");
        background-color: #c9e8dd;
    }
}

@media only screen and (max-width: 767px) {
    .topbar-link-toggle {
        background-color: #565656;
    }
    .topbar-link-toggle::before {
        color: #ffffff;
    }
    .topbar-link-toggle:hover {
        background-color: #75D6D2;
    }

}
@media only screen and (max-width: 479px) {

}
