@media screen and (max-width: 420px){
    .carousel-cell a, .carousel-cell img {
        width: 100%;
        height: 100%;
    }
    .product_slider {
        width: 303px;
    }
    .product_slider .carousel-cell {
        width: 240px;
    }
    .product_slider .carousel-cell .product {
        width: 95% !important;
    }
    .product_image_block {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .product_header {
        font-size: 14px;
    }
    .count_block {
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .flickity-slider .add_to_cart, .flickity-slider .count_block .button_like {
        width: 32px !important;
        height: 32px !important;
    }
    .product_slider .carousel-cell .product img {
        width: 100%;
        height: 100%;
    }
    #demo-list a {
        white-space: normal !important;
        width: 100%;
        display: block;
    }
    .cart_image_block {
        width: 145px;
        height: 145px;
    }
    .cart_description_block {
        width: auto;
    }
    .search_popup {
        width: 90%;
        left: 5%;
    }
    .search_label {
        line-height: 30px;
    }
    .search_popup_result.active li .right a {
        cursor: pointer;
    }

}
