@media only screen and (max-width: 768px) {
    body {
        min-width: 0;
    }
    .header {
        min-width: 1200px;
    }
    .m-main {
        padding: 0 !important;
    }
    .m-container {
        padding: 0;
    }

    /* Header
    --------------------------------------*/
    .m-header {
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        background: #fff;
        display: flex;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(177, 177, 177, 0.12);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
        flex-wrap: wrap;
    }
    .m-search-delivery-banner {
      margin-bottom: 20px;
    }
    .m-navigation {
        width: 25%;
        padding-right: 30px;
    }
    .m-navigation__icon {
        font-size: 24px;
        padding: 15px 20px;
        display: block;
    }
    .m-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
    .m-aside {
        position: fixed;
        z-index: 0;
        top: 0;
        left: 0;
        width: 260px;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        /*background: #282d33;*/
        background: #444c57;
        -webkit-transition: visibility 0s .3s;
        -moz-transition: visibility 0s .3s;
        transition: visibility 0s .3s;
    }
    .m-aside.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }
    .m-aside__header {
        display: flex;
        padding: 15px;
        text-align: left;
    }
    .m-aside__icon {
        font-size: 22px;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding: 8px
    }

    /* Delivery zone
    ----------------------------------------*/
    .delivery-zone-wrapper {
        width: 100% !important;
    }

    /* Autocomplete
    ----------------------------------------*/
    .autocomplete-suggestions {
        text-align: left;
    }
    .autocomplete-suggestion {
        border-bottom: 1px solid #f8f8fb;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }
    .autocomplete-suggestion strong {
        font-weight: 600;
    }

    .m-head {
        padding: 13px 20px;
        /*background: #1e262c;*/
        background: #444c57;
        border-bottom: 1px solid #3c434d;
        text-align: center;
    }
    .m-head__logo {
        height: 30px;
    }

    /* Mobile Nav
    --------------------------------------*/
    .m-nav {
        border-bottom: 1px solid #3c434d;
        padding: 20px 0;
    }
    .m-nav__item {}
    .m-nav__item.m-nav__item--active {
        border-left: 4px solid #c4e500;
        background-color: #3c434d;
        color: #F0F3FA;
    }
    .m-nav__link {
        display: block;
        position: relative;
        line-height: 45px;
        color: #fff;
        padding: 0 20px;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }
    .m-nav__link-back {
        line-height: 60px;
        background: #444c57;
        margin-bottom: 20px;
        border-bottom: 1px solid #3c434d;
    }
    .m-nav__icon {
        margin-right: 10px;
    }
    .m-nav__icon-arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .m-nav__submenu {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow-y: auto;
        background: #444c57;
        transform: translateX(-260px);
        transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);

        position: fixed;
        width: 260px;
    }
    .m-nav__submenu--active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .m-nav__track {
        background: #4f78fe;
        border-radius: 4px;
        padding: 2px 10px;
        font-weight: 600;
    }

    /* Mobile Cities
    --------------------------------------*/
    .m-city-list {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #282d33;
        transform: translateX(-260px);
        transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
    }
    .m-city-list--active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .m-logo {
        width: 50%;
        text-align: center;
    }
    .m-logo__link {}
    .m-logo__img {
        height: 30px;
    }

    /* Mobile Callback
--------------------------------------*/
    .m-callback {
        text-align: center;
        visibility: hidden;
    }
    .footer-callback__link {
        margin: 10px 0 0 0;
    }

    /* Mobile Card Widget
    --------------------------------------*/
    .m-cart-widget {
        position: absolute;
        top: 10px;
        right: 15px;
        height: 18px;
        width: 18px;
        background: #e94b35;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        border-radius: 50%;
        text-indent: 0;
        -webkit-transition: -webkit-transform .2s .5s;
        transition: -webkit-transform .2s .5s;
        transition: transform .2s .5s;
        transition: transform .2s .5s,-webkit-transform .2s .5s;

    }
    .m-cart-widget__count {
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .main {
        padding: 60px 0 55px 0;
        margin: 0;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
    }
    .main.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
    .main.layout-full {
        background: #fff;
    }
    .footer {
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
    }
    .footer.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        display: none;
    }

    /* Mobile Menu
    --------------------------------------*/
    .m-menu {
        display: flex;
        justify-content: space-between;
        height: 55px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 2;
        -webkit-box-shadow: 0 0 2px 0 #E8E9F2;
        -moz-box-shadow: 0 0 2px 0 #E8E9F2;
        box-shadow: 0 0 2px 0 #E8E9F2;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
    }
    .m-menu.is-hidden {
        visibility: hidden;
    }
    .m-menu.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
    .m-menu__link {
        position: relative;
        line-height: 55px;
        text-align: center;
        color: #a0a0a0;
        font-size: 18px;
        padding: 0 20px;
    }
    .m-menu__link.m-menu__link--active {
        color: #07c;
    }
    .m-menu__link:focus {
        outline: none;
        background: none;
    }
    .m-menu__icon {
        font-size: 24px;
        vertical-align: middle;
    }

    /* Mobile Help
    --------------------------------------*/
    .m-help {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 55px;
        left: 0;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        padding: 20px;
        border-bottom: 1px solid #f8f8fb;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s;
        -moz-transition: opacity .3s 0s,visibility 0s .3s;
        transition: opacity .3s 0s,visibility 0s .3s;
    }
    .m-help__title {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
    }
    .m-help.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s 0s;
        transition: opacity .3s 0s,visibility 0s 0s;
    }
    .m-help__overlay {
        position: fixed;
        z-index: 2;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        background: rgba(0,0,0,.4);
        visibility: hidden;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s .3s,-moz-transform .3s 0s;
        transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
    }
    .m-help__overlay.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s 0s,-moz-transform .3s 0s;
        transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
    }
    .m-help__list {
        text-align: center;
    }
    .m-help__item {
    }
    .m-help__list {
        margin: 5px 0;
        line-height: 30px;
    }
    .m-help__whatsapp_icon {
        position: relative;
        top: 4px;
        height: 18px;
    }
    .button_1O {
        display: none !important;
    }

    .popup.wc .popup-container {
        width: 90%;
        margin: 0 auto;
    }

    /* Slider Main
    --------------------------------------*/
    .slider-additional {
        display: none;
    }
    .sliders {
        padding: 0;
        height: auto;
    }
    .sliders .container {
        padding: 0;
    }
    .slider-main {
        float: none;
        width: 100%;
        margin: 0;
        height: auto;
    }
    .slider-main__item {
        width: 100%;
        height: auto;
    }
    .slider-main__link {
        display: block;
    }
    .slider-main__img {
        width: 100%;
        max-width: 100%;
    }

    .slider-main .owl-controls {
        position: relative;
    }
    .slider-main .owl-pagination {
        position: absolute;
        top: -25px;
        right: 0;
        width: 80%;
        left: 50%;
        text-align: center;
    }
    .slider-main .owl-page {
        display: inline-block;
    }

    /* Popular Product
    --------------------------------------*/
    .popular-products__body {
        display: block;
    }
    .popular-products__list {
        display: block;
        width: 100%;
        padding: 0;
    }
    .popular-product__item {
        width: 100%;
        border: 1px solid #eee;
        margin-bottom: 10px;
    }
    .popular-products {
        min-width: 0;
    }

    /* Hit Products
    --------------------------------------*/
    .hit-products__list {
        width: 100%;
    }

    /* Popular Category
    --------------------------------------*/
    .popular-category__list {
        display: block;
    }
    .popular-category__item {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Popular post
    ----------------------------------------*/
    .popular-post__list{
        display: block;
    }
    .popular-post__item:not(:last-child){
        margin-bottom: 20px;
    }

    /* Special preview
    ----------------------------------------*/
    .special-preview{
        grid-template-columns: repeat(2, 1fr);
    }

    /* Special Products
    --------------------------------------*/
    .special-products .container {
        padding: 0 10px;
    }
    .special-product__list{
        grid-template-columns: repeat(2, 1fr);
    }
    .special-product__sl{
        font-size: 10px;
    }

    /* Global
    --------------------------------------*/
    .container {
        width: 100%;
        max-width: 100%;
    }
    .footer {
        display: none;
        z-index: 1;
        text-align: center;
        padding-top: 25px;
    }
    .footer__top {
        height: 225px;
    }
    .footer-logo__img{
        height: 85px;
    }
    .footer__bottom {
        display: none;
    }
    .footer-information{
        display: none;
    }
    .footer-contacts {
        display: none;
    }
    .footer-about {
        width: 100%;
    }

    .company-about__mobile-meta {
        display: block;
        text-align: center;
        margin-top: 40px;
    }
    .company-about__mobile-meta img {
        height: 85px;
        margin-bottom: 20px;
    }

    .nav {
        position: fixed;
        left: 0;
        bottom: 0;
        height: 50px;
        width: 100%;
         background: #999;
        z-index: 2;
    }

    /* Popup
    --------------------------------------*/
    .popup-container {
        width: 90%;
        margin: 10px auto;
    }

    /* Cart add
    --------------------------------------*/
    .cart-add-table {
        display: none;
    }
    .cart-add__total {
        float: none;
        width: 100%;
        display: none;
    }
    .cart-add__actions {
        float: none;
        width: 100%;
    }
    .cart-add__btn_continue {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .cart-add__btn_cart {
        display: block;
        text-align: center;
        border-radius: 2px;
    }
    .cart-add__total-mobile{
        display: block;
    }
    .cart-add__message{
        margin-top: 15px;
    }

    /* Last order
    ----------------------------------------*/
    .last-order-modal{
        margin-bottom: 20px;
    }

    /* Cart add for mobile
    --------------------------------------*/
    .m-cart-add__body {
        padding: 20px;
    }
    .m-cart-add__prices {
        min-width: 90px;
        max-width: 120px;
        font-size: 20px;
        font-weight: 600;
        color: #3c3c3c;
        line-height: 34px;
    }
    .m-cart-add__quantity {
        width: 120px;
        margin-right: 30px;
    }
    .m-cart-add__quantity_minus {
        display: inline-block;
        width: 35px;
        height: 34px;
        line-height: 30px;
        vertical-align: top;
        padding: 0 12px;
        border: 1px solid #eee;
        margin-right: -5px;
        border-radius: 2px;
    }
    .m-cart-add__quantity_value {
        display: inline-block;
        width: 50px;
        height: 34px;
        line-height: 30px;
        vertical-align: top;
        text-align: center;
        padding: 0 12px;
        border: none;
        border-radius: 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: 600;
    }
    .m-cart-add__quantity_plus {
        display: inline-block;
        width: 35px;
        height: 34px;
        line-height: 30px;
        vertical-align: top;
        padding: 0 12px;
        border: 1px solid #eee;
        margin-left: -5px;
        border-radius: 2px;
    }
    .m-cart-add__detail {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .m-cart-add__stock {
        font-size: 13px;
        padding-top: 5px;
        color: #999;
        text-align: center;
    }
    .m-cart-add__remove {
        padding: 0 10px;
        height: 34px;
        line-height: 34px;
        color: #f1665e;
        font-size: 14px;
        border-radius: 4px;
        background: #fff;
        background: none;
        border: 1px solid #E8E9F2;
        float: right;
    }
    .m-cart-add__footer {
        padding: 15px 20px 20px;
        border-top: 1px solid #eee;
    }
    .m-cart-add__summary {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .m-cart-add__cost {
        height: 34px;
        display: flex;
        align-items: center;
    }
    .m-cart-add__cost_original {
        font-size: 14px;
        color: #b8bcc5;
        text-decoration: line-through;
        margin-top: 5px;
    }
    .m-cart-add__cost_value {
        font-size: 18px;
        font-weight: 600;
        margin-right: 5px;
    }
    .m-cart-add__total_value {
        font-size: 18px;
        font-weight: 600;
    }
    .cart-add-mobile__reserve {
        padding: 5px;
        background-color: #FFE082;
        color: #3c3c3c;
        display: inline-block;
        margin-top: 10px;
    }
    .cart-add-mobile__reserve--last{
        background-color: #f1665e;
        color: #fff;
    }

    /* Cart add related
    ----------------------------------------*/
    .m-cart-add .related__list{
        grid-template-columns: repeat(2, 1fr);
    }

    /* Page Error
    --------------------------------------*/
    .site-error {
        margin: 0;
        padding: 0;
    }
    .site-error__inner {
        width: 100%;
    }
    .page-content {
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 20px 20px;
    }

    /* Cart add for mobile
--------------------------------------*/
    .cart-add-mobile {
        display: block;
    }

    /* Mobile Product Card
    --------------------------------------*/
    .m-card-product {
        margin-bottom: 20px;
    }
    .m-card-product__link:before,
    .m-card-product__link:after {
        display: table;
        content: " "
    }
    .m-card-product__link:after {
        clear: both
    }
    .m-card-product__link {
        display: block;
        position: relative;
        color: #3c3c3c;
        background: #fff;
        padding: 15px 20px;
    }
    .m-card-product__title {
        height: 30px;
        margin: 15px 0;
        overflow: hidden;
        font-size: 15px;
    }
    .m-card-product__desc {
        font-size: 14px;
        color: #979daa;
        height: 36px;
    }
    .m-card-product__img-wrp {
        float: left;
        width: 25%;
        text-align: center;
        margin-right: 5%;
        max-width: 100%;
    }
    .m-card-product__main {
        float: left;
        width: 70%;
    }
    .m-card-product__img {
        max-height: 80px;
        margin: 15px 0;
        height: 100%;
        object-fit: contain;
        padding: 0 10px;
    }
    .m-card-product__prices {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .m-card-product__price {
        font-size: 20px;
        font-weight: 600;
        color: #3c3c3c;
        line-height: 34px;
    }
    .m-card-product__price-empty {
        font-weight: 600;
        line-height: 28px;
        font-size: 15px;
        color: #3c3c3c;
        margin-top: 20px;
    }
    .m-card-product__currency {
        position: relative;
        font-size: 15px;
        top: -4px;
        color: #3c3c3c;
    }
    .m-card-product__original {
        height: 20px;
    }
    .m-card-product__original_price {
        font-size: 15px;
        color: #e94b35;
        text-decoration: line-through;
    }
    .m-card-product__original_currency {
        position: relative;
        font-size: 12px;
        top: -4px;
        color: #979daa;
    }
    .m-card-product__tags {
        position: absolute;
        top: 9px;
        left: 9px;
    }
    .m-card-product__tag_percent {
        background: #f1665e;
        color: #fff;
        padding: 2px 4px;
        font-size: 12px;
        font-weight: bold;
    }
    .m-card-product__tag_special {
        background: #a9cf44;
        color: #fff;
        padding: 2px 4px;
        font-size: 12px;
        font-weight: bold;
    }
    .m-card-product__btn {
        padding: 0 15px;
        height: 34px;
        color: #3c3c3c;
        font-size: 14px;
        border-radius: 4px;
        background: #fff;
        background: none;
        border: 1px solid #E8E9F2;
        float: right;
    }
    .label input {
        display: none;
    }
    .pagination {
        background: none;
        padding: 0;
        text-align: center;
    }
    .m-cart__related{
        padding: 20px;
    }
    .m-cart__related .related{
        padding-top: 0;
    }

    /* Card product recipe
    ----------------------------------------*/
    .m-card-product-recipe {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(242, 102, 94, .2);
        font-size: 12px;
        display: flex;
        align-items: center;
        padding: 5px 8px;
    }
    .m-card-product-recipe__icon {
        color: #f1675e;
        margin-right: 5px;
        font-size: 14px;
        line-height: 12px;
    }
    .bcc-product-item + .m-card-product-recipe{
        left: 50px;
    }
    .m-card-product__sl{
        font-size: 12px;
        background-color: #C5E319;
        padding: 5px 7px;
        display: inline-block;
        margin-bottom: 5px;
    }

    /* SL
    ----------------------------------------*/
    .sl-tooltip{
        display: none;
    }

    /* Other
    --------------------------------------*/
    .mission__item-img {
        width: 100%;
    }
    .mission__item-wrapper {
        margin: 0 !important;
        padding: 15px 20px;
    }
    .mission__item-description {
        margin-top: -10px;
    }

    /* City modal
    --------------------------------------*/
    .popup.city-widget .popup-container {
        padding: 18px;
    }
    .city-switcher__title {
        margin-bottom: 20px;
    }
    .city-list {
        width: 49%;
    }
    .city-list--left {
        width: 51%;
    }
    .city-list--right {
        width: 47%;
        padding-left: 10px;
    }
    .city-list__item {
        margin: 0;
    }
    .city-list__link {
        color: #333;
        font-size: 18px;
        padding: 6px 0;
        display: block;
    }
    .city-list__link.active {
        border-radius: 2px;
        padding: 5px;
    }

    .anti-covid {
        padding: 20px;
        margin-top: 20px;
    }
    .anti-covid__form {
        width: auto;
    }
    .anti-covid__success {
        width: auto;
    }

    /* Partner button banner
    ----------------------------------------*/
    .partner-button-banner{
        margin-bottom: 20px;
    }
    .partner-button-banner__image{
        height: auto;
    }

    /* Bcc header
    ----------------------------------------*/
    .bcc-header{
        margin: 60px 0 -60px 0;
        position: relative;
        z-index: 2;
        font-size: 13px;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
        padding: 10px;
        line-height: 1.3;
    }
    .m-menu.nav-is-visible + .bcc-header{
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }

    /* Bcc product item
    ----------------------------------------*/
    .m-card-product__link .bcc-product-item{
        right: auto;
        left: 0;
        padding: 5px 8px;
    }
}

@media only screen and (max-width: 375px) {
    /* Cart add
    ----------------------------------------*/
    .m-cart-add__body{
        padding: 15px;
    }
    .m-cart-add__footer{
        padding: 15px;
    }
}
@media only screen and (max-width: 320px) {
    /* Mobile Menu
    --------------------------------------*/
    .m-menu {}
    .m-menu__link {
        width: 23%;
    }
    .special-product__item {
        width: 46%;
        padding: 0 4px 10px 10px;
    }

    /* Other
    --------------------------------------*/
    .pagination__item {
        margin: 0;
    }
    .m-city-confirm__btn-confirm {
        padding: 8px 10px;
    }
}
