@media only screen and (max-width:1100px) {
    div#header {
        grid-template-columns: repeat(2, 50%);
        height: 100%;
        margin-bottom: 10px;
    }

    div#top {
        padding: 0;
    }

    a.ico-tel {
        justify-content: flex-end;
    }

    #callback {
        text-align: center;
    }

    .btn-callback {
        margin: 0 auto 10px;
    }

    div#logo {
        border: none;
    }

    .fixed .right-block-header div:nth-child(2),
    .fixed .right-block-header div:nth-child(1) {
        display: none;
    }

    .main-block {
        margin: 20px auto;
    }

    /* .header_row-btns .call-to-viber{display: none} */
}

@media only screen and (max-width:560px) {
    div#top {
        flex-direction: column;
        height: auto;
    }

    ul#menu {
        margin: 10px auto;
    }
    .product-page .tabs-ul li:nth-child(2) {
        width: 130px;
    }
}

@media only screen and (max-width:1100px) {
    footer#footer {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px 25px;
    }
    .footer_center-column {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        /*flex-direction:column;*/
        text-align: center;
        flex-wrap: wrap;
        padding: 0;
    }

    .footer_left-column {
        text-align: -webkit-center;
        order: 3;
    }

    .footer_left-column img {
        /*margin:0 auto;*/
        margin: 0;
    }

    .footer_center-column>div {
        width: 260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__payment {
        margin: 0;
    }

    footer#footer>div {
        margin-bottom: 10px;
    }
    .social-block {
        text-align: center;
    }
    .footer_right-column {
        margin: auto;
    }
    .footer_left-column a{
        margin: 10px 0;
    }
    .center-column_center {
        padding: 10px 0 10px;
    }
    .first_part .image_block, 
    .second_part .ingredients_wrapper {
        width: 47.9999%;
    }

    .first_part .description_block,
    .second_part .stages_wrapper {
        width: 47.9999%;
    }
    
    .is_comp {
        display: none;
    }

    .thanks-form-wrapper {
        flex-flow: row wrap;
    }

    .thanks-center {
        display: none;
    }

    .thanks-left,
    .thanks-right {
        flex-basis: 100%;
    }

    .thanks-left {
        margin-bottom: 10px;
    }

    .nav-line.fixed-menu {
        top: 0;
    }

    .select2-search--dropdown .select2-search__field {
        padding: 15px !important;
    }

    

    .complect-discount {
        display: none;
    }

    .mobile-discount {
        display: block;
        font-weight: bold;
        color: red;
    }

    .complect-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .complect__plus,
    .complect__equals {
        margin: 0;
        line-height: 100%;
    }

    .total-complect-price {
        margin: 10px 0;
    }

    

    footer#footer .footer-list-contacts a {
        width: max-content;
        /* margin: 0 auto; */
    }

    .fixed .callback_fixed {
        display: none;
    }

    .grid-four-column {
        grid-template-columns: repeat(2, 50%);
    }

    

    

    .center-column_right {
        margin-top: 10px;
    }

    

    #nav-icon {
        display: block;
    }

    .catalog-menu {
        display: none;
    }

    .nav-line {
        padding: 10px 15px;
        position: relative;
    }

    div#catalog_menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        z-index: 2;
        max-height: 80vh;
        overflow-y: auto !important;
    }

    div#catalog_menu a {
        padding-left: 60px;
    }

    .product-top_wrapper {
        flex-wrap: wrap;
    }

    .product-image {
        width: 50%;
    }

    .product-features li {
        width: 100%;
    }

    .deliveries-details,
    .deliveries-wrapper form,
    .deliveries,
    .cart_form {
        width: 100%;
        margin: 0 auto;
    }

    .deliveries-wrapper {
        flex-direction: column;
    }

    .maincat li:not(:first-child) a {
        border-left: none;
    }

    .user-wrapper {
        padding: 0 10px;
    }

    .user-wrapper {
        flex-direction: column;
        margin: 20px 0;
    }

    .user-right,
    .user-left {
        width: 100%;
    }

    .orders_history {
        margin-top: 0;
    }
    .user-wrapper .feedback_form {
        margin: 0 auto 20px;
    }

    div#search-cart {
        top: 10px;
        right: 0;
    }

    .fixed .right-block-header {
        display: none;
    }

    .owl-carousel-btn {
        right: 132px;
        bottom: 40px;
    }
    .owl-carousel-btn {
        display: none;
    }

    .hide-in-mob {
        display: none;
    }

    .padding-block-main {
        padding: 15px;
    }

    .grid-four-column {
        grid-template-columns: repeat(2, 49%);
        grid-gap: 20px;
    }

    .grid-four-column .product {
        margin-bottom: 4%;
    }

    .block-article {
        grid-template-columns: 50% 50%;
    }

    input#comment_name {
        width: 100%;
    }

    textarea#comment_text {
        width: 100%;
    }

    .search {
        left: unset;
        right: 0;
        padding: 0 10px 10px 10px;
        width: 292px;
        background: #f07800;
        top: 42px;
    }
    .button_search {
        position: relative;
        top: 10px;
        margin-left: -4px;
    }
    .message_error {
        padding: 0 15px;
    }

    .products-block-features-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }

    div#catalog_menu a {
        padding-left: 20px;
    }

    div#search-cart {
        right: 0px;
        top: 0px;
    }

    .purchases-tr {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
    }

    .purchases-tr td {
        font-size: 1rem !important;
        width: 100%;
        display: block;
        border-bottom: 1px solid #faf4f1;
        padding: 5px;
        max-width: 100%;
    }

    .price_total {
        display: none;
    }
    .purchases thead {
        display: none;
    }
    .purchases-tr .image {
        grid-area: img;
    }

    #purchases td.name {
        grid-area: name;
        max-width: 100%;
        width: unset;
    }

    .purchases-tr .price:nth-child(1) {
        grid-area: price;
    }

    .purchases-tr .amount {
        grid-area: amount;
        max-width: 100%;
    }

    .purchases-tr .price:nth-child(2) {
        grid-area: sum;
    }

    .price.per_item {
        grid-area: price;
    }

    .price_total_mobile {
        opacity: 1;
    }

    .fixed .contact_fixed {
        width: 310px;
    }



    .product-heading_lines {
        display: none;
    }
    .blog-block-article img:not([class]) {
        max-width: 100%;
    }
    .deliveries-wrappers-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:768px) {
    
}

@media only screen and (max-width:767px) {
    .orders_history {
        margin-top: 0;
        white-space: nowrap;
        overflow: auto;
    }
    .history-row {
        grid-template-columns: repeat(5, 1fr);
        width: fit-content;
    }
    .history-row > div {
        min-width: 150px;
    }
}

@media only screen and (max-width:480px) {
    .history-row > div {
        min-width: 125px;
    }
    .first_part, .second_part {
        flex-direction: column;
    }

    .first_part .image_block,
    .first_part .description_block,
    .second_part .stages_wrapper, 
    .second_part .ingredients_wrapper {
        width: 100%;
    }

    .image_block {
        margin-bottom: 30px;
    }

    .ingredients_wrapper {
        margin-bottom: 40px;
    }

    /* .first_part .description_block,
    .second_part .stages_wrapper {
        width: 47.9999%;
    } */

    .user-info-table {
        width: 100%;
    }

    .history-row {
        font-size: 14px;
    }

    /* div#btn-search {
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        background-size: contain;
    } */

    /* div#cart_informer a {
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        background-size: contain;
    } */

    span.num-goods {
        width: 15px;
        height: 15px;
    }

    div#search-cart {
        margin-top: 0px;
    }

    .history-row>div {
        padding: 5px;
    }

    .cart-row {
        grid-template-columns: auto;
    }

    .cart-row_captch {
        grid-template-columns: 130px auto;
    }

    /* .cart-row label {
        margin-bottom: 5px;
    } */

    div#header {
        grid-template-columns: repeat(1, 100%);
        margin-bottom: 0;
    }

    div#header>div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

    .header_row-btns .call-to-viber,
    .darkorange-btn {
        height: 30px;
        line-height: 30px;
    }

    div#contact a:first-child {
        margin-bottom: 15px;
    }

    .header_row-btns {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #header #search-cart {
        flex-direction: row;
        position: absolute;
        top: 49px;
    }

    div#top {
        flex-direction: column;
        height: auto;
    }

    ul#menu {
        margin: 10px auto;
    }

    .main-block {
        margin: 10px auto;
    }

    .title-fork-spoon {
        font-size: 24px;
        width: 260px;
    }

    .title-fork-spoon {
        padding: 17px 0;
    }

    .title-fork-spoon:before {
        width: 265px;
    }

    .grid-four-column {
        grid-template-columns: repeat(1, 100%);
    }

    .about-up-info {
        grid-template-columns: 100%;
    }

    .block-article {
        grid-template-columns: 100%;
    }

    div#comments {
        grid-template-columns: repeat(1, 100%);
        grid-gap: 0;
    }

    .comments-left {
        margin-bottom: 10px;
    }

    .page-other,
    .padding-pages {
        padding: 15px 10px;
    }
    .feedback-wrapper {
        grid-template-columns: repeat(1, 100%);
    }

    div#account {
        display: inline-block;
        text-align: right;
        padding-right: 0;
    }

    .product-top_wrapper {
        flex-direction: column;
    }

    .product-info-wrapper,
    .product-image {
        width: 100%;
    }

    .product-info-wrapper {
        order: 1;
    }

    .slider {
        display: none;
    }

    .right-block-header {
        width: 100%;
        /*padding:0 20px;display:grid;grid-template-columns:50px 50px auto;*/
        justify-content: center;
    }

    p.cart-text {
        display: none;
    }

    .fixed-menu div#search-cart {
        top: 6px;
    }

    #callback p {
        display: none;
    }

    #header .search-cart-place {
        margin: 0;
        height: 100%;
        display: flex;
        justify-content: flex-start;
    }

    /* .isMobileHeader{border:1px dashed #ddd;padding:15px 10px;display:block;height:104px;} */

    div#header {
        grid-template-columns: unset;
        grid-template-areas: "img img"
            "txt info"
            "cb info";
        grid-template-columns: 52% 48%;
    }

    #logo {
        grid-area: img;
    }

    #contact {
        grid-area: txt;
    }

    #callback {
        grid-area: cb;
    }

    .search-cart-place {
        grid-area: info;
    }

    .feedback_form {
        padding: 20px 10px 0;
    }

    .cart-row {
        margin-bottom: 10px;
    }

    a.ico-tel {
        font-size: 15px;
    }

    #logout {
        top: 4px;
    }

    #username {
        margin-right: 0;
    }

    .footer_right-column {
        margin: 0 0 0 35px;
    }

    .coupon-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    button.owl-prev span, button.owl-next span{
      display: none;
    }
    .postcode{
      margin-top: 0;
    }

    .check_btns {
        flex-direction: column;
        align-items: center;
    }
    .check_btns form {
        margin-top: 25px;
    }
    .christmas_theme .post-block:before {
        content: none;
    }
    .christmas_theme footer:after {
        content: none;
    }
    .logo {
        width: 100%;
    }
    .blog-block-article {
        display: flex;
        flex-direction: column;
    }
}   

@media only screen and (max-width:320px) {
    ul#menu li {
        padding: 0 5px;
    }

    .tabs-ul li {
        margin: 0;
    }

    .tabs-ul li:nth-child(2) {
        margin: 0 15px;
    }

    div#header {
        grid-template-columns: unset;
        margin-bottom: 10px;
        grid-template-areas: "img img"
            "txt txt"
            "cb cb"
            "info info";
    }

    #header .search-cart-place {
        grid-area: info;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

    div#header>div {
        margin-bottom: 5px;
    }

    .footer_right-column {
        margin: 0 0 0 5px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .select2-container {
        max-width: 275px;
    }

    .ukrposhta,
    .novaposhta_delivery {
        padding-left: 0;
    }
    .blog-block-article img:not([class]){
      max-width: 300px;
    }
    
}