@media (max-width: 769px) {
    
    body {
        background: #f3f2ef;
    }

    .page-wrapper {
        position: relative;
    }

    .promo-wrapper {
        flex-wrap: wrap;
    }

    .promo-wrapper > .promo-left {
        flex: unset;
        margin: 0 0 20px 0;
    }

    .promo-wrapper > .promo-middle {
        flex-grow: unset;
        flex: unset;
        margin: 0 0 20px 0;
    }

    .promo-wrapper > .promo-right {
        flex: unset;
        margin: 0 0 20px 0;
    }

    .block.widget.block-products-list {
        background: none;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 10px;
    }

    .home-products li.product-item {
        box-shadow: none;
    }

    .slideshow-top {
        display: none;
    }

    .page-header {
        margin-bottom: 0;
        padding-top: 50px;
    }

    #maincontent {
        padding-top: 0;
    }

    .topline {
        display: none;
    }

    .nav-toggle {
        top: 5px;
    }

    .page-header .container > div {
        width: 100%;
    }

    .page-header__inner-left {
        margin-top: -20px;
    }

    .page-header .container {
        display: block;
    }

    .page-header .logo {
        margin: -25px auto 10px 0;
        float: none;
    }

    .logo img {
        margin: 0 auto;
    }

    .page-header__inner-right {
        background: rgba(247, 245, 244, 0.85);
        background: -moz-linear-gradient(top, #f7f5f4 17%, #dbd8d6 74%, #cecbca 91%);
        background: -webkit-linear-gradient(top, #f7f5f4 17%, #dbd8d6 74%, #cecbca 91%);
        background: linear-gradient(to bottom, #f7f5f4 17%, #dbd8d6 74%, #cecbca 91%);
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0;
        left: 0;
        height: 50px;
        justify-content: center;
    }

    .account-box-text {
        width: 100%;
    }

    .mobile-header {
        display: flex;
        justify-content: space-evenly;
        list-style-type: none;
        margin-top: 10px;
    }

    .mobile-header .account-nav {
        background: url(../images/icon_user_dark-grey.svg) center center no-repeat;
        min-height: 32px;
        min-width: 60px;
        cursor: pointer;
    }

    .mobile-header .mini-cart {
        background: url(../images/icon_cart_empty.svg) no-repeat center center;
        min-height: 32px;
        min-width: 60px;
    }

    .block-search .control {
        border-top: none;
        clear: both;
        margin: 0 -10px 10px;
        padding: 0 15px;
    }

    .field.search .label {
        display: none;
    }

    .block-search input {
        position: static;
        margin: 0;
    }

    .footer .container {
        flex-wrap: wrap;
    }

    .footer .footer-col {
        width: 100%;
        border-bottom: 1px solid #bbb;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .nav-sections .section-item-title {
        display: none;
    }

    .nav-sections-item-content { 
        margin-top: 0;
        padding-top: 0;
    }

    .navigation ul {
        display: block;
    }

    .navigation .level0 > .level-top {
        font-size: inherit;
        padding: inherit;
    }

    .navigation .parent .level-top:after {
        top: 8px;
    }

    .promo-middle h2 {
        margin-top: 0;
    }

    .promo-middle h1:after {
        display: none;
    }

    .promo-middle .product-item-info {
        display: block;
    }

    .products-grid .product-item {
        width: 100%;
    }

    .page-footer .links,
    .block.widget .product-item-info {
        text-align: center;
    }

    .product-item-info img {
        width: 50%;
        height: auto;
        margin: 0 auto 10px;
    }
    .home-products li.product-item, .block.widget .products-grid .product-item {
        box-shadow: none;
    }

    .page-products .product-item-info, .block-products-list .product-item-info {
        border-bottom: 0 !important;
    }

    .block.widget.block-products-list.grid {
        max-width: calc(100vw - 50px);
        margin: 20px auto0 ;
    }

    .home-products {
        min-height: auto;
    }

    .footer .pay-delivery ul {
        max-width: 100%;
    }

    .footer.content {
        padding-top: 0;
    }

    .footer {
        background: url(../images/white-bck.png) repeat top center;
    }

    .breadcrumbs {
        display: none; 
    }

    .product-details {
        padding: 0 20px;
    }

    .product-details:before {
        display: none;
    }
    
    .detail-wrapper {
        display: block;
    }

    .detail-wrapper .vine-description {
        padding: 0;
    }

    .detail-wrapper .vine-details {
        background: none;
        padding: 20px 0;
    }

    .detail-wrapper .vine-details ul {
        padding: 0;
    }

    .box-tocart .field.qty {
        display: none !important;
    }

    .box-tocart .fieldset, .box-tocart .fieldset .actions {
        width: 100%;
    }

    .product-add-form {
        margin-top: 0;
    }

    .paypal.checkout.before.paypal-logo {
        display: none;
    }

    .product-info-main .page-title-wrapper .page-title {
        margin-top: 10px !important;
    }

    .column-top-wrapper {
        flex-direction: row;
        max-height: initial;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .catalog-product-view .product.media {
        width: 100%;
    }

    .column.main {
        margin-top: 0;
    }

    .block.widget.block-products-list {
        margin-top: 20px;
    }

    .product-reviews-summary {
        margin: 0 auto;
    }

    .page-products .product-item-info,
    .block-products-list .product-item-info {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #aaa;
    }

    .page-title-wrapper {
        margin-top: 20px;
    }

    .toolbar-products {
        margin-bottom: 0;
    }

    .product-details,
    #product-review-container,
    .review-add {
        margin-left: -15px;
        margin-right: -15px;
    }

    #product-review-container,
    .review-add {
        padding: 20px;
    }

    .footer .widget.block.block-static-block .footer-block {
        min-width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }   

        
}

@media (min-width: 481px) {
    .mobile .nav-toggle {
        top: 60px;
        left: 20px;
    }

    .mobile .page-header .logo {
        margin: -10px auto 10px 0;
    }

    .mobile .breadcrumbs {
        margin: 20px 0 0 0;
    }

    .mobile .navigation .level0 {
        width: 100%;
    }
}


.mobile .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }

@media (min-width: 768px) {
    .mobile .nav-sections {
        width: calc(50% - 54px);
    }
}

  .mobile .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .mobile .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .mobile .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .mobile .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .mobile .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mobile .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .mobile .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .mobile .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .mobile .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .mobile .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .mobile .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .mobile .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .mobile .nav-sections .header.links a,
  .mobile .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .mobile .nav-sections .header.links .header.links {
    border: 0;
  }
  .mobile .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .mobile .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .mobile .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .mobile .nav-sections-items:before,
  .mobile .nav-sections-items:after {
    content: '';
    display: table;
  }
  .mobile .nav-sections-items:after {
    clear: both;
  }
  .mobile .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .mobile .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .mobile .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .mobile .nav-sections-item-content {
    box-sizing: border-box;
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  .mobile .nav-sections-item-content:before,
  .mobile .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .mobile .nav-sections-item-content:after {
    clear: both;
  }
  .mobile .nav-sections-item-content.active {
    display: block;
  }
  .mobile .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .mobile .navigation ul {
    margin: 0;
    padding: 0;
  }
  .mobile .navigation li {
    margin: 0;
  }
  .mobile .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .mobile .navigation a,
  .mobile .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .mobile .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .mobile .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .mobile .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .mobile .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .mobile .navigation .level0.active > a:not(.ui-state-active),
  .mobile .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .mobile .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .mobile .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .mobile .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .mobile .navigation li.level0:hover {
      background: initial;
  }
  .mobile .navigation li.level0:hover > .level-top {
      color: inherit !important;
  }
  .mobile .navigation .submenu > li {
    word-wrap: break-word;
    width: 100%;
  }
  .mobile .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .mobile .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .mobile .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .mobile .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .mobile .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .mobile .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .mobile .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .mobile .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .mobile .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }