/*********************************** 768px ***********************************/

@media (min-width: 0px) and (max-width: 768px) {

    /********************** HEADER ********************/
    .header {
        padding-top: 8px;
    }

    .logo {
        width: 32px;
        height: 32px;
        background-image: url(/assets/logo-mobile-orig.svg);
        background-size: 32px;
    }

    .header .search {
        margin: 8px 0 0 0;
        order: 2;
    }

    .header-buttons {
        width: calc(100% - 32px);
        justify-content: flex-end;
    }

    .header-button {
        width: 52px;
    }

    .header-button-text {
        display: none;
    }

    .header-shopping-cart-quantity {
        right: 0;
    }

    div#header-overview .header-overview-dropdown {
        right: -24px;
    }

    .header-nav-container {
        margin-top: 12px;
    }






    /********************** SERVICE ********************/

    .service-container>div:first-child {
        display: none;
    }

    /********************** BREADCRUMB ********************/
    .breadcrumb {
        margin-bottom: 8px;
    }

    .breadcrumb-item {
        font-size: 12.5px;
        line-height: 28px;
    }

    .breadcrumb-item.active {
        display: none;
    }

    /* NAV */

    .nav-dropdown:not(:first-child) {
        display: none
    }

    ul.nav-dropdown-categories.level-one {
        flex-direction: column;
        margin: 0;
        padding: 0
    }

    ul.nav-dropdown-categories.level-one>li {
        margin: 0;
        min-width: auto;
        width: 100%
    }

    ul.nav-dropdown-categories li a {
        margin: 0;
        min-height: 52px;
        align-items: center;
        border-bottom: 1px solid #c7d2d9;
        padding: 0 52px 0 16px
    }

    ul.nav-dropdown-categories.level-two li a {
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 52px 0 16px;
        background-image: none
    }

    ul.nav-dropdown-categories.level-three li a {
        text-transform: none
    }

    ul.nav-dropdown-categories.level-two>li:not(.category-viewall) {
        display: block
    }

    ul.nav-dropdown-categories.level-two li.category-viewall {
        display: none
    }

    ul.nav-dropdown-categories .category-arrow {
        display: block
    }

    ul.nav-dropdown-categories .category-arrow-close:after {
        transform: rotate(180deg)
    }

    ul.nav-dropdown-categories.level-two {
        display: none
    }

    ul.nav-dropdown-categories.level-two.visible,
    ul.nav-dropdown-categories.level-three.visible {
        display: block;
        background: #f6f9fc;
        padding-left: 24px
    }


    
    /********************** SEARCH ********************/

    .suggest-items .breadcrumb .breadcrumb-item {
        font-size: 14px;
        line-height: 24px
    }



}