@media (min-width: 769px) {

    a:hover {
        color: #000;
        text-decoration: none;
    }

    .ui-autocomplete {
        width: auto;
        max-height: 70vh;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed!important;
    }
    i.fa-rub {
        font-size: 90%;
    }


    /*   -----------------------   panel option info -----------*/
    .head-option-info {
        display: block;
        background-color: black;
    }
    .head-option-info .wrap-option-info ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .head-option-info .wrap-option-info ul li {
        margin-left: 30px;
    }
    .head-option-info .wrap-option-info ul li img {
        display: none;
    }
    .head-option-info .wrap-option-info ul li:first-child {
        margin: 0;
    }
    .head-option-info .wrap-option-info ul a {
        color: white;
        font-size: 13px;
        font-weight: 200;
        padding: 5px 0;
        display: block;
    }
    .head-option-info .wrap-option-info ul a:hover {
        color: #66e202;
    }



    /* header */
    .head-panel {
        overflow: hidden;
    }

    .wrap-header {
        display: grid;
        grid-template-columns: max-content 1fr;
    }

    .wrap-logo {
        position: relative;
        z-index: 50;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .wrap-logo:before {
        content: "";
        position: absolute;
        z-index: 10;
        background: #66E202;
        top: 0;
        bottom: 0;
        left: -1000px;
        width: 4000px;
    }

    .wrap-logo .home-url {
        position: relative;
        z-index: 50;
        display: block;
        width: 200px;
    }

    .wrap-logo .home-url img {
        width: 100%;
    }


    .head-panel .wrap-phones {
        position: relative;
    }

    .head-panel .wrap-phones .list-address-phone {
        position: relative;
        z-index: 50;
        padding: 0;
        margin: 0;
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        list-style-type: none;
    }

    .head-panel .wrap-phones li {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }

    .head-panel .wrap-phones li:last-child {
        padding-left: 80px;
    }

    .head-panel .wrap-phones .item-address {
        display: block;
        color: #FFFFFF;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    .head-panel .wrap-phones .item-phone {
        display: block;
        color: #FFFFFF;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        text-decoration: none;
        position: relative;
    }

    .head-panel .wrap-phones .item-phone:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 9px;
        background-color: white;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }


    .head-nav {
        /*position: sticky;*/
        /*top: 0;*/
        /*z-index: 1000;*/
        border-bottom: 1px solid #0000005e;
        box-shadow: 0 12px 21px 1px #00000030;
        background: #FFFFFF;
        width: 100%;
        /*overflow: hidden;*/
    }

    .main-nav {
        position: relative;
        z-index: 50;
        display: grid;
        grid-template-columns: 1fr max-content auto;
        align-items: center;
        grid-auto-flow: column;
    }
    .menu-popup {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-popup .option-nav-user {
        display: flex;
        align-items: center;
        font-size: 13px;
    }

    .header-input {
        width: 300px;
    }
    .header-input .button-close-search-widget,
    .header-input button.label-search-widget {
        display: none!important;
    }
    .menu-popup .search-form {
        /*display: flex;*/
        /*align-items: center;*/
        position: relative;
    }
    .wrap-search-products .field-search-products {
        /*width: 100%;*/
    }
    .wrap-search-products .field-search-products input {
        width: 100%;
        padding: 7px;
        border: 1px solid darkgrey;
        margin: 0;
        box-sizing: border-box;
    }
    .wrap-search-products .field-search-products input:focus {
        outline: 1px solid black;
    }
    .wrap-search-products .help-block {
        display: none;
    }
    .wrap-search-products .button-search-product {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: transparent;
        height: 100%;
        width: 35px;
        padding: 0;
        margin: 0;
    }

    #button-menu,
    .menu-close,
    .nav-separate {
        display: none!important;
    }

    /*.bg-main-nav:before,*/
    .bg-main-nav {
        /*content: "";*/
        /*position: absolute;*/
        /*z-index: 10;*/
        /*background: #FFFFFF;*/
        /*top: 0;*/
        /*bottom: 0;*/
        /*!*left: -1000px;*!*/
        /*width: 100%;*/
    }

    .main-nav .list-nav {
        position: relative;
        z-index: 50;
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .main-nav .list-nav li:first-child a {
        padding-left: 0;
    }

    .main-nav .list-nav a {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #101010;
        padding: 15px 7px;
        transition: 0.5s;
    }
    .main-nav .list-nav li img {
        display: none;
    }

    .menu-useful-info {
        display: none;
    }

    .main-nav .active a,
    .main-nav a:hover {
        color: #66e202;
    }

    .main-nav .wrap-logo {
        display: none;
    }

    .ordering-desktop {
        display: none;
    }


    .user-lk {
        position: relative;
        z-index: 99;
    }
    .user-nav-menu {
        display: block;
        z-index: 90;
        transition: 0.5s;
    }
    .user-nav-menu:hover {
        color: #66E202;
    }
    .header-label-favorites,
    .header-label-cart,
    .header-label-profile {
        font-size: 13px;
        line-height: normal;
        font-family: 'Roboto Condensed';
    }
    .user-sub-menu {
        position: absolute;
        display: none;
        background-color: #ffffff;
        color: black;
        right: 0;
        top: 50px;
        box-shadow: 0px 10px 210px #00000040;
    }
    .user-inner-sub-menu {
        display: table;
        width: max-content;
    }
    .user-sub-menu ul {
        padding: 10px 25px;
        margin: 0;
        list-style-type: none;
    }
    .user-sub-menu ul li {
        margin: 10px 0;
    }
    .user-sub-menu ul li a {
        display: block;
    }
    .cart-list-user,
    .favorite-list-user {
        display: none;
    }


    .container-nav-item {
        position: relative;
        z-index: 50;
        margin-right: 10px;
        font-size: 13px;
    }
    .inner-nav-item {
        display: flex;
        transition: 0.5s;
        flex-direction: column;
        align-items: center;
    }


    #favorites-qty,
    .header-cart-qty {
        position: absolute;
        top: -7px;
        right: -12px;
        width: 20px;
        height: 20px;
        background-color: #FE0606;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: 0.8s;
    }



    .option-nav-user .wrap-link  {
        position: relative;
    }
    .option-nav-user .nav-label-link {
        max-width: 20px;
        max-height: 20px;
    }
    .option-nav-user .nav-link {
        display: block;
    }


    .user-sub-menu .wrap-link  {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .user-sub-menu .nav-label-link {
        max-width: 15px;
        max-height: 15px;
    }
    .user-sub-menu .nav-link {
        padding-left: 15px;
        margin: 2px 0;
    }

    /* header ----------------------------------------------- */
    /* breadcrumbs ------------------------------------------------------------ */
    .wrap-breadcrumbs {
        padding: 15px 0;
    }

    .main-breadcrumbs {
        padding: 0;
        margin: 0;
    }

    .main-breadcrumbs > li {
        display: inline;
    }

    .main-breadcrumbs > li + li:before {
        content: ">";
        color: #ffffff;
        margin: 0 8px;
    }

    .main-breadcrumbs a {
        color: #ffffff;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none !important;
    }

    .main-breadcrumbs a:hover,
    .main-breadcrumbs > .active {
        color: #66e202;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
    }
    /* breadcrumbs */
    /*---------------------------- submenu --------------------------*/
    .wrap-submenu {
        margin-bottom: 30px;
    }
    .sub-nav-category {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: row;
        grid-gap: 15px;
    }
    .sub-nav-category .item-sub-category {
        background-color: white;
        display: flex;
        flex-direction: column;
        /*border-radius: 3px;*/
        transition: 0.3s;
        align-items: center;
        position: relative;
        justify-content: flex-end;
        font-size: 16px;
    }
    .sub-nav-category .item-sub-category:hover .item-sub-category-label {
        color: #ef0000;
    }
    .sub-nav-category .item-sub-category:hover {
        box-shadow: 0 0 10px #ffffffb3;
    }
    .sub-nav-category .item-sub-category-wrap-img {
        padding: 15px;
    }
    .sub-nav-category .item-sub-category img {
        width: 100%;
        height: 100%;
    }
    .sub-nav-category .item-sub-category-label {
        display: block;
        padding: 15px 0;
    }
    .sub-nav-category .item-sub-category-link {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    /*---------------------------- end submenu --------------------------*/
    /* List products */
    .list-view {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        margin-bottom: 40px;
    }

    .summary {
        display: none;
    }

    .item-view-product {
        background-color: white;
        position: relative;
    }

    .product-preview {
        color: black;
        padding: 20px;
        display: grid;
        height: 100%;
        box-sizing: border-box;
        grid-template-rows: 215px auto;
    }

    .special-note {
        position: absolute;
        z-index: 600;
        right: 5px;
        top: 5px;
        display: flex;
        flex-direction: column;
    }
    #new, #chili {
        width: 50px;
        height: 50px;
    }
    .special-note img {
        width: 100%;
    }

    .product-preview .product-image {
        width: auto;
        height: 100%;
        /*height: 260px;*/
        margin: 0 auto;
        overflow: hidden;
    }

    .product-image img {
        max-width: 100%;
        /* max-height: 100%; */
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
    }

    .product-preview .info {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .product-preview h2 {
        color: black;
        margin: 10px 0;
        height: 50px;
        line-height: 1;
        overflow: hidden;
        font-size: 20px;
        text-align: center;
    }
    .product-preview h2:hover {
        color: #ef0000;
    }

    .product-preview .text {
        font-size: 14px;
        text-align: center;
        color: #2E2E2E;
        font-weight: normal;
        line-height: 1.3;
    }
    .product-preview .text::first-letter {
        text-transform: uppercase;
    }
    .product-preview .text .inner-text-preview {
        display: block;
        margin-bottom: 20px;
    }

    .price-preview {
        font-size: 26px;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        margin-bottom: 20px;
        color: #696969;
        display: flex;
        justify-content: center;
        flex-direction: row;
        grid-gap: 15px;
    }

    .inner-about-product {
        display: flex;
        position: relative;
    }

    .btn-about-product,
    .product-preview .button-add-cart {
        display: block;
        width: 100%;
        font-weight: 400;
        text-align: center;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        padding: 13px;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        outline: 1px solid #808080;
        border: none;
        background-color: transparent;
    }
    .btn-about-product:first-letter,
    .product-preview .button-add-cart:first-letter {
        text-transform: uppercase;
    }

    .inner-about-product .add-favorite {
        margin-left: 15px;
    }

    .btn-about-product:hover,
    .product-preview .button-add-cart:hover
    {
        background-color: #fe0606;
        color: white;
    }


    .custom-pagination {
        text-align: center;
        margin: 0;
        padding: 0;

        grid-column-start: 1;
        grid-column-end: 3;
    }
    .custom-pagination > li {
        display: inline-block;
        margin-right: 10px;
    }
    .custom-pagination > li > a,
    .custom-pagination > li > span {
        border: 1px solid white;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        float: none;
        color: white;
        text-decoration: none !important;
    }
    .custom-pagination > li > a:hover,
    .custom-pagination > li > span:hover {
        background-color: #66e202;
        border-color: #2d6923;
    }
    .custom-pagination > .active > a,
    .custom-pagination > .active > span,
    .custom-pagination > .active > a:hover,
    .custom-pagination > .active > span:hover,
    .custom-pagination > .active > a:focus,
    .custom-pagination > .active > span:focus {
        background-color: #66e202;
        border-color: #2d6923;
        color: #ffffff;
        font-weight: 900;
    }
    .custom-pagination > .disabled {
        display: none;
    }

    /* List products ------------------------------------------------------------------------------------------------------------------------------------------------*/
    /* page view product ------------------------------------------------------------------------------------------------------------------------------------------------*/
    .page-view-product {
        /*margin-bottom: 50px;*/
        color: white;
    }

    .page-view-product h1 {
        text-align: left;
    }

    .product-about {
        /*display: table;*/
        /*width: 100%;*/

        display: grid;
        grid-template-columns: 4fr 3fr;
        grid-column-gap: 30px;
    }

    .info-product-about {
        /*float: left;*/
        /*width: 60%;*/
        /*display: table;*/
    }

    .wrap-product-variation {
        /*float: left;*/
        /*width: 60%;*/
        /*display: table;*/
    }
    .product-modifiers {
        /*float: left;*/
        /*width: 60%;*/
        /*display: table;*/
        margin-bottom: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
    .product-modifiers .no-span {
        grid-column: span 4;
    }

    .box-image-price {
        /*float: right;*/
        /*width: 40%;*/
        /*padding: 0 0 30px 50px;*/
    }
    .wrapper-image {
        position: relative;
    }
    .wrapper-image > span {
        right: -15px !important;
    }
    .wrapper-image img {
        width: 100%;
    }

    .product-description {
        margin-bottom: 30px;
    }

    .product-description p {
        font-size: 14px;
    }

    .ingredients {
        margin-bottom: 30px;
    }

    .ingredients p {
        font-size: 14px;
    }


    .list-product-variation {
        margin-bottom: 30px;
    }

    .list-product-variation .inner-variation {
        /*display: grid;*/
        /*grid-template-columns: min-content auto
        ;*/
        /*grid-column-gap: 30px;*/
    }
    .name-variation-product {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .list-product-variation .list-group-products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        grid-gap: 5px;
    }

    .button-variation-product {
        background-color: transparent;
        border: 1px solid #ffffff;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.8;
        display: flex;
        transition: 0.5s;
        font-weight: 300;
        align-items: center;
        justify-content: center;
        padding: 10px;
        text-align: center;
    }

    .button-variation-product.active-product,
    .button-variation-product:hover {
        color: #FE0606;
        border-color: #FE0606;
        opacity: 1;
        font-weight: 400;
    }

    .total-price-simple-product {
        font-weight: 500;
        font-size: 34px;
        line-height: normal;

        color: #FFFFFF;
    }

    .wrap-price-add-cart {
        display: grid;
        grid-template-columns: max-content 1fr;
        align-items: center;
        margin-top: 30px;
        grid-gap: 15px;
    }

    .wrap-button-add-cart {
        display: flex;
        grid-column-gap: 15px;
        justify-content: flex-end;
        position: relative;
    }

    .wrap-button-add-cart .button-add-cart {
        display: block;
        width: 100%;
        margin: 0;
        font-weight: 400;
        text-align: center;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        padding: 10px 15px;
        font-size: 16px;
        /*border-radius: 4px;*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /*color: #ffff;*/
        /*background-color: #F32F33;*/
        text-decoration: none;
        /*border: 1px solid #F32F33;*/
        border: none;
        transition: 0.4s;
    }

    .button-add-cart:hover {
        background-color: #F32F33;
    }
    .add-favorite {
        position: relative;
        outline: 1px solid #808080;
        padding: 8px;
        background-color: white;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .add-favorite img {
        width: 25px;
        height: 25px;
        transition: 0.2s;
    }
    .add-favorite:hover img {
        transform: scale(1.1);
    }
    .favorite-popup {
        display: none;
        position: absolute;
        width: max-content;
        padding: 15px 30px;
        background-color: #ffd8d9;
        color: black;
        font-size: 14px;
        z-index: 500;
        top: -60px;
        right: -10px;
        box-shadow: 0 0 15px rgb(0 0 0 / 20%);
        border: 1px solid #d7d7d7;
    }

    .success_add {
        background-color: #F32F33!important;
        color: white!important;
        border: none!important;
    }


    .manufacturer-market {
        margin: 30px 0;
        display: flex;
        grid-gap: 15px;
    }
    .manufacturer-market .manufacturer-title {
        font-weight: 600;
        font-size: 16px;
    }
    .manufacturer-market .list-manufacturer {
        color: #66E202;
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
    }


    /*.product-modifiers .list-modifiers:not(:last-child) {*/
    /*    margin-bottom: 30px;*/
    /*}*/
    .product-modifiers .name-modifier {
        margin-bottom: 15px;
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }
    .list-composite-products input {
        display: none;
    }
    .product-modifiers .help-block {
        font-size: 14px;
    }
    .wrapper-modifiers-checkers {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
    .wrapper-modifiers-checkers.input-no-image label {
        border: 1px solid rgba(255, 255, 255, 0.3);
        min-height: auto;
    }
    .wrapper-modifiers-checkers label {
        cursor: pointer;
        margin: 0;
        position: relative;
        display: flex;
        align-items: center;
        min-height: 130px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .wrapper-modifiers-checkers input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        display: block;
        width: 0;
        height: 0;
    }
    .wrapper-modifiers-checkers .toggle-check {
        display: inline-block;
        position: absolute;
        line-height: 0;
        text-align: center;
        top: -5px;
        left: -5px;
    }
    .wrapper-modifiers-checkers .check-text {
        text-align: center;
        font-size: 13px;
        font-weight: 300;
        padding: 10px 5px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .wrapper-modifiers-checkers .label-check {
        display: block;
    }
    .wrapper-modifiers-checkers .check-text .image-check img {
        width: 50%;
    }
    .wrapper-modifiers-checkers input:checked ~ .toggle-check:before {
        content: "+";
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        background-color: #00de00;
        align-items: center;
        justify-content: center;
        font-size: 27px;
        font-weight: 300;
    }
    .wrapper-modifiers-checkers label:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.31);
    }
    .wrapper-modifiers-checkers input:checked ~ .check-text {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.31);
    }


    /* --------------------------- drop-modifiers */
    .button-check-modifier {
        /*width: 120px;*/
        /*display: inline-block;*/
        text-align: center;
        cursor: pointer;
    }
    .inner-change-modifier {
        display: flex;
        flex-direction: column;
        min-height: 145px;
        padding: 10px 0;
        background-color: white;
        color: black;
    }
    .button-edit-modifier {
        padding: 10px 0;
        background-color: #f32f33;
        border-top: 1px solid;
    }
    .button-check-modifier .checked-image {
        margin: auto;
    }
    .checked-image img {
        width: 100%;
    }
    .checked-image .icon-add-modifier {
        width: 50%;
    }

    .button-check-modifier:hover .button-edit-modifier {
        background-color: white;
        color: black;
    }

    /*.button-check-modifier .check-text {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    justify-content: space-evenly;*/
    /*    background-color: white;*/
    /*    color: black;*/
    /*}*/
    /*.button-check-modifier .checked-image img {*/
    /*    width: 70%;*/
    /*}*/
    .button-check-modifier .label-check {
        display: block;
        margin-top: 10px;
    }
    .popup-modifier {
        /*display: none;*/
        position: fixed;
        overflow-y: scroll;
        z-index: 3000;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 80%);
        color: black;

        transform: scale(0);
        transition: .2s ease-in-out;
    }
    .popup-modifier.active {
        transform: scale(100%);
    }
    .popup-container-modifier {
        display: flex;
        width: 100%;
        height: 100%;
    }
    .popup-body-modifier {
        position: relative;
        margin: auto;
        background-color: #ffffff;
        padding: 50px;
        max-width: 80%;
    }
    .popup-close-modifier {
        color: black;
        padding: 5px 9px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        z-index: 3001;
    }
    .popup-modifier input:checked ~ .check-text,
    .popup-modifier input:not(:checked) ~ .check-text:hover {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.04);
    }
    .popup-modifier.active .popup-body-modifier .image-check img {
        width: 100%;
    }
    .popup-modifier .wrapper-modifiers-checkers {
        grid-template-columns: repeat(4, 1fr);
    }

    /* end drop-modifiers */
    /* ------------------------ compilation products */
    .compilation-additional-products:not(:last-child) {
        margin-bottom: 50px;
    }
    .label-compilation {
        font-size: 24px;
    }
    .wrap-compilation-products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .item-compilation-product-preview {
        background-color: white;
        padding: 15px;
        display: grid;
        position: relative;
    }

    .item-compilation-product-preview .product-image {
        height: 160px;
        overflow: hidden;
    }
    .label-assoc-product {
        text-align: center;
        overflow: hidden;
        height: 55px;
        margin-top: 15px;
    }
    .label-assoc-product a {

        display: block;
        font-size: 16px;
    }
    .section-assoc .price-assoc-product {
        padding: 15px;
        color: black;
        font-size: 24px;
        text-align: center;
        font-weight: 500;
        display: flex;
        justify-content: space-evenly;
    }
    .action-assoc-product {
        display: flex;
        grid-gap: 15px;
        position: relative;
    }
    .assoc-add-to-cart {
        display: block;
        width: 100%;
        font-weight: 400;
        text-align: center;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        padding: 10px;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        outline: 1px solid #808080;
        border: none;
        background-color: transparent;
    }
    .assoc-add-to-cart:first-letter {
        text-transform: uppercase;
    }
    .assoc-add-to-cart:hover
    {
        background-color: #fe0606;
        color: white;
    }
    /* ------------------- end compilation products */

    /* end page view product */
    /* ----------------------- page user order */
    .list-order {
        margin-bottom: 40px;
    }
    .list-order h3 {
        font-size: 20px;
        font-weight: normal;
        color: black;
        margin: 10px 0 30px;
    }
    .list-order p,
    .list-order li {
        font-size: 14px;
    }
    .item-view-user-order {
        background-color: white;
        position: relative;
        margin-bottom: 30px;
    }
    .item-view-user-order:last-child {
        margin-bottom: 0;
    }
    .card-user-order {
        color: black;
        padding: 15px;
    }
    .card-user-order-info {
        display: grid;
        grid-template-columns: auto max-content;
    }
    .card-user-order-right-info {
        display: grid;
        grid-template-rows: auto max-content;
        margin-bottom: 15px;
    }
    .card-user-total-cost {
        font-size: 20px;
        text-align: right;
    }
    .card-user-order .name-field {
        color: grey;
        font-size: 14px;
        font-weight: 400;
        margin-right: 5px;
    }
    .card-user-order-collapse-products {
        text-align: right;
    }
    .card-user-order-collapse-products .user-order-button {
        padding: 7px 25px;
        font-weight: 200;
        border: 1px solid;
    }
    .card-user-order-collapse-products .user-order-button:hover {
        color: #FE0606;
    }

    /* -------------------- order list product */
    .card-user-order-list-products {
        display: none;
    }
    .card-user-order-product {
        display: grid;
        grid-template-columns: 50% 10% auto max-content;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid lightgrey;
    }
    .card-user-order-product:last-child {
        border-bottom: none;
    }
    .card-user-order-product-name a {
        font-size: 18px;
        font-weight: 300;
    }
    .card-user-order-product-name a:hover {
        color: #FE0606;
    }
    .card-user-order-product-composite {
        border: 1px solid #e7e7e7;
        border-radius: 15px;
        padding: 3px 6px;
        background-color: #e7e7e7;
        margin: 0 5px 5px 0;
        font-weight: 300;
        text-transform: lowercase;
        display: inline-block;
    }
    .card-user-order-product-image img {
        width: 100%;
    }
    .card-user-order-product-price {
        justify-self: center;
    }
    .card-user-order-product-total-cost-single-item {

    }


    /* ----------------------- end page user order */
    /* ----------------------- page view cart */
    .cart-panel-product {
        padding: 30px;
        background-color: #FEFEFE;
        color: black;
        margin-bottom: 50px;
    }

    .cart-list-products {
        justify-content: space-between;
        padding: 30px 0;
        border-bottom: 1px solid #505050;
        display: grid;
        grid-template-columns: 40% 15% min-content 15% 5%;
        justify-items: baseline;
        align-items: center;
    }

    .cart-name-products {

    }

    .cart-availability-product {
        display: flex;
        color: grey;
        grid-gap: 10px;
        font-size: 13px;
        margin: 15px 0;
    }

    .cart-name-products a {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 5px;
    }
    .cart-name-products a:hover {
        color: #F32F33;
    }

    .plus-modifier-in-circle {
        display: inline-block;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        padding: 0;
        border: 1px solid red;
        text-align: center;
        color: red;
        font-size: 15px;
    }

    .cart-image-product {

    }

    .inner-cart-image img {
        width: 100%;
    }

    .cart-modifiers-product {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #808080;
        margin: 0 5px 5px 0;
        display: inline-block;
    }
    .total-cost-single-item {
        display: flex;
        align-items: center;
        justify-self: end;

        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #000000;
    }

    .cart-total-cost-position-product {
        margin-right: 5px;
        /*font-style: normal;*/
        /*font-weight: 400;*/
        /*font-size: 24px;*/
        /*line-height: 28px;*/

        /*color: #000000;*/
    }

    .cart-control-qty-product {
    }

    .cart-control-qty-product #count {
        border-radius: 5px;
        background: #66E202;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .cart-control-qty-product button:hover {
        background-color: transparent;

    }

    #cart-qty-product {
        margin: 0 10px;
    }

    .product-btn-minus {
        background: #59C006;
        border-radius: 5px 0px 0px 5px;
        width: 30px;
        height: 30px;
        border: none;
        color: white;
    }

    .product-btn-plus {
        background: #59C006;
        border-radius: 0px 5px 5px 0px;
        width: 30px;
        height: 30px;
        border: none;
        color: white;
    }

    .cart-remove-product button {
        display: inline-block;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        padding: 0;
        border: 1px solid red;
        text-align: center;
        color: red;
        font-size: 17px;
        background: transparent;
        transition: 0.9s;
    }

    .cart-remove-product button:hover {
        background-color: red;
        color: white;
    }


    .cart-str-total {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        padding: 30px 0;
    }

    .cart-label-total {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    .cart-qty-total {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    .cart-total-cost-products {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    .total-amount {
        text-align: right;
        margin-bottom: 50px;
    }

    .total-amount .next-button {
        display: inline-block;
        margin: 0;
        font-weight: 400;
        text-align: center;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        padding: 10px 50px;
        font-size: 16px;
        /*border-radius: 4px;*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #ffff;
        background-color: #F32F33;
        text-decoration: none;
        border: 1px solid #F32F33;
        transition: 0.3s;
    }

    .total-amount .next-button:hover {
        background-color: #ff5e62;
        color: white;
    }

    /* end page view cart --------------------------------*/
    /* page ordering */
    .page-ordering .wrap-plank {
        padding: 30px 100px;
        background-color: #FEFEFE;
        color: black;
        margin: 30px 0;
    }

    .page-ordering h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #000000;
        text-align: left;
    }
    .nav-way-to-get {
        margin-bottom: 30px;
    }

    .list-way-to-get {
        display: flex;
        grid-gap: 15px;
    }
    .list-way-to-get a:hover,
    .list-way-to-get a.active {
        background-color: #66E202;
    }
    .list-way-to-get a {
        padding: 15px 45px;
        background-color: white;
        display: block;
        text-decoration: none;
    }
        /*.field-list-var-order {*/
    /*    margin-bottom: 15px;*/
    /*}*/

    /*#list-var-order {*/
    /*    padding: 0;*/
    /*    list-style-type: none;*/
    /*    display: flex;*/
    /*    flex-wrap: nowrap;*/
    /*    flex-direction: row;*/
    /*    align-content: center;*/
    /*    align-items: center;*/
    /*}*/

    /*#list-var-order .item-type-order {*/
    /*    padding-right: 30px;*/
    /*}*/

    /*#list-var-order input {*/
    /*    display: none;*/
    /*}*/

    /*#list-var-order .item-type-order label {*/
    /*    padding: 10px 30px;*/
    /*    font-size: 16px;*/
    /*    font-weight: normal;*/
    /*    !*text-transform: uppercase;*!*/
    /*    !*border-radius: 5px;*!*/
    /*    background-color: #66E202;*/
    /*    cursor: pointer;*/
    /*}*/

    /*#list-var-order input[type=radio]:checked + label {*/
    /*    background-color: #F32F33;*/
    /*    color: white;*/
    /*    display: inline-block;*/
    /*}*/

    /*#address_market, #address_delivery {*/
    /*    display: none;*/
    /*}*/

    #orders-payment {
        display: flex;
        align-items: center;
    }
    #orders-payment label {
        margin-right: 50px;
        font-size: 18px;
        font-weight: normal;
        cursor: pointer;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    #orders-payment input[type='radio'] {
        position: relative;
        height: 20px;
        width: 20px;
        margin: 0 10px 0 0;
    }

    #orders-payment input[type='radio']::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        border: 2px solid lawngreen;
    }

    #orders-payment input[type='radio']:checked::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: lawngreen;
        transform: translate(-50%, -50%);
        visibility: visible;
    }


    .wrap-confirm-order {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .button-confirm-order button {
        display: inline-block;
        margin: 0;
        font-weight: 400;
        text-align: center;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        padding: 10px 50px;
        font-size: 16px;
        /*border-radius: 4px;*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #ffff;
        background-color: #F32F33;
        text-decoration: none;
        border: 1px solid #F32F33;
        transition: 0.3s;
    }
    .button-confirm-order button:hover {
        background-color: #ff5e62;
    }

    .ordering-total-sum {
        font-size: 24px;
    }

    /* end page ordering */
    /* ------------------------------------------ page profile */
    .box-page-profile {
        background-color: white;
        padding: 30px;
    }
    .wrap-profile-form {

    }
    .wrap-profile-form form {
        width: 60%;
        display: grid;
        grid-template-columns: 1fr 4fr;
    }
    .wrap-button-confirm-profile-form {
        grid-area: 5/1/6/3;
        text-align: right;
    }

    .profile-form-label {
        font-size: 13px;
        margin: 0;
    }
    .wrap-profile-form .help-block,
    .wrap-profile-form .error {
        font-size: 13px;
        margin: 0;
    }


    .box-password-change {
        background-color: white;
        padding: 30px;
    }
    .box-password-change .user-form form {
        width: 60%;
        display: grid;
        grid-template-columns: 1fr 4fr;
    }
    .wrap-button-user-form {
        grid-area: 5/1/6/3;
        text-align: right;
    }

    .password-change-form-label {
        font-size: 13px;
        margin: 0;
    }
    .box-password-change .user-form .help-block,
    .box-password-change .user-form .error {
        font-size: 13px;
        margin: 0;
    }

    .options-profile {
        display: flex;
        grid-column-gap: 30px;
    }
    .options-profile a > .fa {
        margin-right: 3px;
    }
    /* ------------------------------------------ end page profile */
    /* ------------------------------------------ page linked */
    .profile-list-linked ul {
        padding: 0;
        margin: 0;
    }
    .profile-list-linked li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid lightgrey;
    }
    .profile-list-linked li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .profile-list-linked .auth-icon {
        margin: 0;
        padding-right: 30px;
    }
    .profile-list-linked li a {
        text-decoration: none;
        outline: 1px solid grey;
        padding: 6px 30px;
        min-width: 70px;
        text-align: center;
    }
    .profile-list-linked li a:hover {
        outline: 1px solid black;
    }
    /* ------------------------------------------ end page linked */
    /* Страница контактов ---------------------------------*/
    .site-contact {
        color: white;
    }

    .site-contact h3 {
        margin: 50px 0 20px;
    }

    .page-contact-address-phone .item-cafe {
        margin-bottom: 30px;
    }
    .page-contact-address-phone .item-cafe p {
        font-size: 16px;
    }
    .site-contact .cus-light-text {
        font-size: 14px;
        margin-right: 10px;
        color: #d8d8d8;
    }
    .page-contact-address-phone .item-cafe a {
        color: white;
    }


    /*!* -------------- page login *!*/
    /*.page-login {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    margin-top: 100px;*/
    /*}*/
    /*.page-login .login-box {*/
    /*    background-color: #ffffff;*/
    /*    width: 40%;*/
    /*    padding: 25px 50px;*/
    /*}*/
    /*.page-login h2 {*/
    /*    color: black;*/
    /*}*/
    /*.page-login .page-login-signup {*/
    /*    margin-top: 30px;*/
    /*}*/
    /*.page-login .box-confirm-login button {*/
    /*    width: 100%;*/
    /*    background-color: #66E202;*/
    /*    color: white;*/
    /*}*/


    /* side nav profile ------------------------------------------------------------------------------------------------------------------------------------------------*/
    .wrap-page-with-side-nav {
        display: grid;
        grid-template-columns: 3fr 9fr;
        grid-column-gap: 30px;
    }
    .inner-side-nav-profile {
        background-color: white;
        padding: 5px 15px;
    }
    .active-item-side-nav {
        color: #66e202;
    }
    .wrap-page-with-side-nav .product-preview {
        grid-template-rows: 150px auto;
    }
    .item-list-page-side-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 15px 0;
    }
    .item-list-page-side-nav a {
        display: block;
        padding-left: 15px;
        width: 100%;
        font-size: 15px;
        transition: 0.3s;
    }
    .item-list-page-side-nav a:hover {
        color: #66e202;
    }
    .img-list-page-side-nav img {
        width: 20px;
    }

    .btn-remove-favorite {
        background-color: white;
        padding: 10px 20px;
        display: inline-block;
        margin-bottom: 15px;
    }
    .btn-remove-favorite:hover {
        background-color: #fe0606;
        color: white;
    }
    /* страница избранного ------------------------------------------------------------------------------------------------------------------------------------------------*/
    /* other pages default ------------------------------------------------------------------------------------------------------------------------------------------------*/
    .plank-default {
        padding: 30px 50px;
        background-color: #FEFEFE;
        margin-bottom: 30px;
    }
    .plank-default h2:first-child {
        margin-top: 0;
    }
    .plank-default h2 {
        color: black;
    }
    .plank-default p {
        color: black;
        margin: 10px 0;
        font-size: 14px;
    }
    /* other pages default ------------------------------------------------------------------------------------------------------------------------------------------------*/
    /* footer ------------------------------------------------------------------------------------------------------------------------------------------------*/
    .inner-footer {
        color: white;
        padding-top: 40px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .inner-footer hr {
        border-top: 1px solid grey;
    }
    .inner-footer .info-powered-develop {
        display: flex;
    }


    .inner-footer .footer-wrap-phones .list-address-phone {
        padding: 0;
        margin: 0;
        display: flex;
        align-content: center;
        align-items: center;
        list-style-type: none;
    }

    .inner-footer .footer-wrap-phones li:not(:first-child) {
        padding-left: 80px;
    }

    .inner-footer .footer-wrap-phones .item-address {
        display: block;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 16px;
    }

    .inner-footer .footer-wrap-phones .item-phone {
        display: block;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 18px;
    }


    .footer-social-links ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .footer-social-links li {
        font-size: 24px;
        padding: 0 10px;
    }

    .footer-down-info {
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-down-info li,
    .footer-down-info a {
        color: grey;
    }

    .footer-down-info .developer a {
        display: flex;
        align-items: center;
    }

    .footer-down-info .developer img {
        width: 40px;
    }

    /* footer */
}

@media (min-width: 769px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    /*  nav_menu  */
    .main-nav .list-nav a {
        padding: 20px 15px;
        font-size: 15px;
    }

    .header-input {
        width: 400px;
    }

    .container-nav-item {
        margin-right: 30px;
    }
    /* List products */
    .list-view {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom-pagination {
        grid-column-end: 4;
    }

    .list-product-variation .list-group-products {
        grid-template-columns: repeat(4, 1fr);
    }


    .wrapper-modifiers-checkers.input-no-image {
        grid-template-columns: repeat(4, 1fr);
    }
    .wrapper-modifiers-checkers {
        grid-template-columns: repeat(5, 1fr);
    }

    .wrap-button-add-cart .button-add-cart {
        padding: 10px 50px;
        width: auto;
    }
    .wrap-compilation-products {
        grid-template-columns: repeat(4, 1fr);
    }

    .total-price-simple-product {
        font-size: 48px;
        grid-gap: 15px;
        display: flex;
    }

    .wrap-page-with-side-nav {
        grid-template-columns: 2fr 9fr;
    }

    .cart-panel-product {
        padding: 30px 50px;
    }

    .card-user-order {
        padding: 20px 45px;
    }

    /*.cart-name-products a {*/
    /*    font-size: 24px;*/
    /*}*/

    .cart-list-products {
        grid-template-columns: 30% 15% min-content 10% 3%;
    }

    #list-var-order .item-type-order label {
        padding: 10px 40px;
        font-size: 18px;
    }

    .sub-nav-category {
        grid-template-columns: repeat(4, 1fr);
    }


    .product-modifiers {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }

}