@media only screen and (max-device-width: 768px) {
    html {
        max-width: 480px;
        min-width: 480px;
        width: 480px;
    }
    body {
        background: #000;
        max-width: 480px;
        min-width: 480px;
        width: 480px;
    }

    .top-menu {
        text-align: center;
    }

    .top-menu__item > a {
        display: inline-block;
        padding: 0 16px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .main {
        overflow: hidden;
    }

    .index-page .slick-track {
        width: 480px !important;
    }

    img.slick-active {
        width: 480px !important;
    }

    .grid {
        max-width: 480px;
        width: 480px;
        min-width: 480px;
        padding: 0;
    }

    .main__promo-slider {
        left: 0;
        right: inherit;
        height: 100vh;
        background: url('../images/content/slider/slider-image-1.jpg') center;
        background-size: cover;
    }

    .promo-slider {
        display: none;
    }

    .header {
        flex-direction: column;
        padding: 0;
    }

    .category__wrapper > ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    li:first-child > .category-meny__item, li > .category-meny__item {
        padding: 20px 10px;
    }

    .navbar__personal {
        display: none;
    }

    .navbar {
        height: inherit;
    }

    .main__header {
        margin-top: -102px;
    }

    .header__item {
        text-align: center;
        margin-top: 30px;
        line-height: 30px;
    }

    .header__item-text {
        font-size: 24px;
    }

    .header__item-sub {
        font-size: 20px;
    }

    .header__item-icon {
        position: relative;
        display: inline-block;
    }

    .index-page .header__item.header-logo {
        width: 100%;
    }

    .index-page div#shopping-cart-widget {
        width: 100%;
    }

    .header.grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header__item--phone,
    .header__item--email {
        display: none;
    }

    .index-page .header__item--email {
        padding-left: 0;
        width: 50%;
        display: inline-block;
    }
    .header__item--cart .header__item-sub {
        display: inline-block;
    }
    .header__item--cart {
        padding-left: 0;
    }
    .index-page .header__item--phone {
        padding-left: 0;
        width: 50%;
        display: inline-block;
    }

    .preference__bg--blue {
        display: none;
    }

    .preference__wrapper {
        flex-wrap: wrap;
        background: #f4f4f4;
    }

    .preference__item {
        flex: inherit;
        font-size: 14px;
        width: 50%;
    }

    .linked-products__items {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .main__hit-slider .linked-products-item {
        min-width: 35%;
        width: 35%;
    }

    .main__hit-slider .quick-add-product-to-cart {
        right: 6px;
    }

    .price-label.linked-products-item__price {
        bottom: 54px;
    }

    .price-label {
        font-size: 14px;
        padding: 6px 24px 6px 14px;
    }

    .hit-slider .h2 {
        padding-left: 10px;
        padding-top: 20px;
    }

    .linked-products__container {
        padding-top: 0;
    }

    .footer__group--main-menu, .footer__group--catalog-menu {
        display: none;
    }

    .footer__group--bottom {
        padding: 10px;
    }


    .header__item.header-logo,
    div#shopping-cart-widget {
        width: 50%;
    }


    .product-description {
        flex-direction: column;
    }

    .product-description__img-block {
        width: 100%;
    }

    .product-description__entry {
        width: 100%;
    }

    .h3, .h2, .h1
    {
        text-align: center;
        padding-top: 10px
    }

    .entry__price {
        width: 100%;
        left: 0;
        text-align: center;
        display: block;
    }

    .product-price {
        display: inline-block;
    }

    .linked-products-item {
        width: 200px;
    }

    img.linked-products-item__img {
        width: 100%;
    }

    a.category-collection {
        width: 90%;
        margin: 10px 0;
    }

    .category-collection:nth-child(odd) {
        margin: 10px 0;
    }

    .col.grid-module-12 {
        text-align: center;
        padding-bottom: 40px;
    }

    .breadcrumbs {
        padding: 10px;
        font-size: 20px;
        font-weight: 100;
    }
    .breadcrumbs ul li {
        padding: 10px 30px 12px 0;
        display: inline-block;
    }

    .product-tabs .tabs__list {
        margin-top: 20px;
    }

    .order-box-delivery__type {
        float: none;
        width: 100%;
    }

    .order-box-delivery__address {
        float: none;
        width: 100%;
    }

    .cart-item__content.grid-module-4 {
        display: none;
    }

    .cart-item__info {
        width: 27%;
    }

    .cart-list__column.cart-list__column_info {
        width: 24%;
    }
}

