@media screen and (max-width: 995px){
    .shop .title {
        margin-bottom: 10px;
    }

    .shop .title h1 {
        font-size: 27px;
        line-height: 33px;
        margin: 0;
    }

    .shop .category h2 {
        font-size: 23px;
    }

    .category__content .item_product {
        width: unset;
    }

    .item_product_more {
        width: unset;
        height: 80px;
    }

    .shop .container, .cart .container, .shop .categories, .search_container .container {
        flex-direction: column;
    }

    .shop .categories .category {
        width: 90%;
    }

    .shop .filters {
        display: none;
        width: unset;
        margin-bottom: 20px;
    }

    .cart .filters {
        width: unset;
        margin-bottom: 20px;
    }

    .filters-for-mobile {
        display: block;
    }

    .shop .section_category, .cart .section_category {
        margin-left: 0;
    }

    .shop .right_content .products_row, .cart .right_content .products_row {
        flex-direction: column;
    }

    .shop .right_content .products_row .item_product, .cart .right_content .products_row .item_product {
        width: unset;
    }

    .product_image_and_info {
        flex-direction: column;
    }

    .product_image_and_info .wc-product-image, .product_image_and_info .wp-post-image  {
        width: 100%;
        height: unset;
    }

    .product_image_and_info .product_info {
        margin-top: 20px;
    }

    .related_products ul {
        flex-direction: column;
    }

    .products_list .item_product {
        width: 100%;
    }

    .title_name_filters_mobile {
        justify-content: space-between;
    }

    .characteristics_info .character .first, .characteristics_info .character .second {
        width: 50%;
        padding-left: 10px;
    }

    .form_cart .send_request__submit {
        margin-left: -10px;
    }

    .cart .item_product .input_count_to_cart {
        width: unset;
    }
    .cart .item_product button {
        width: 35px;
        height: 35px;
    }

    .search_container .filters {
        width: unset;
    }

    .search_container .section_category {
        margin: 0 auto;
    }

    .search_container .products_row {
        flex-direction: column;
    }

    .search_container .products_row .item_product {
        width: 100%;
        margin: 20px 0;
    }
}

@media screen and (max-width: 1100px){
    .item_product button {
        width: 60px;
        height: 50px;
        font-size: 12px;
        line-height: 11px;
    }

}

@media screen and (max-width: 1280px){


    .item_product h3 {
        font-size: 12px;
    }

    .cart .item_product .product_sku, .cart .item_product .product_rating {
        font-size: 10px;
    }

    .cart .item_product .price {
        margin-bottom: 10px;
        position: absolute;
        bottom: 3px;
        left: 124px;
    }

    .cart .item_product .price span{
        display: block;
        font-size: 18px;
    }
    .rating {
        /*width: 24px;*/
        /*!*height: 15px;*!*/
        /*background-size: cover;*/
    }
}

@media screen and (max-width: 1500px){
    .item_product .add_to_cart_button, .item_product .message_if_no_in_stock_button {
        width: 90px;
        height: 40px;
    }
}