@media only screen and (max-width: 767px) {
    /*.logo {
        text-align: center;
        display: inline-block;
        float: none;
        max-width: 100%;
    }
    .header-right {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    div#switcher-currency {
        float: left;
        margin-right: 0;
    }
    .minicart-wrapper {
        float: right;
        margin-right: 0;
        margin-top: 0;
    }
    p.store-phone {
        font-size: 20px;
        margin-bottom: 10px;
    }
    p.store-email {
        font-size: 16px;
    }
    .nav-toggle:before {
        font-size: 34px;
    }
    .nav-toggle {
        top: 0;
    }
    .store-top-info {
        margin-top: 10px;
    }
    .store-top-info .store-email::before {
        vertical-align: middle;
        margin-right: 10px;
        padding-right: 0;
    }
    .block-search {
        margin-top: 0;
         height: 40px;
    }
    .page-header {
        margin: 30px 10px 15px!important;
    }
    .store-top-info {
        text-align: center;
    }
    .page-header .header-right .right-common {
        float: none;
    }*/
}