.display_list  .list_item_wrapp.item_wrap.item .list_item tbody > tr > td:nth-child(2) .preview_text{
    display: none;
}

@media (min-width: 1300px){
    .display_list .list_item .image_block {
        width: 150px;
        min-width: 150px;
    }
}

.display_list .list_item .image_wrapper_block, .list_item .image_wrapper_block a {
    width: unset;
    height: unset;
    line-height: unset;
}

.display_list .image_wrapper_block img {
    position: static;

}

.display_list .list_item td.description_wrapp {
    width: 300px;
    min-width: 300px;
}

.display_list .list_item td.information_wrapp {
    width: 100%;
}

.display_list .list_item td.information_wrapp .information {
    padding: 19px 29px 27px 6px;
}

.display_list .list_item td.offer_wrapp{
    vertical-align: top;
    padding-top: 20px;
    padding-right: 20px;
}

@media (min-width: 992px){
    .with_fast_view .list_item .fast_view_block {
        font-size: 0;
    }
}

.display_list .list_item_wrapp .list_item .sku_props .wrapper_sku{
    display: flex;
    gap: 30px;
}

.display_list .list_item_wrapp .list_item .sku_props .wrapper_sku .show_class{
    font-size: 13px;
}

.display_list .list_item_wrapp .list_item .sku_props .wrapper_sku > .item_wrapper{

    max-width: 172px;
}

.display_list .list_item_wrapp .list_item .sku_props .wrapper_sku .list_values_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: space-between;

}

.display_list .list_item_wrapp .list_item .sku_props .wrapper_sku .list_values_wrapper .item{
    margin: 0 0 0 0;
    border-radius: 3px;
    font-size: 13px;
    padding: 8px 0;
    width: 84px;
    max-width: 84px;
    min-width: 84px;
}

.display_list .list_item_wrapp .list_item .sku_props .wrapper_sku .list_values_wrapper .item span.cnt{
    padding: unset;
}

.display_list .list_item_wrapp .list_item .counter_wrapp {
    padding-top: 0;
}

.product_properties{
    margin: 0;
    display: flex;
    gap: 0px;
    flex-direction: column;
    font-size: 14px;
}

.product_properties .property{
    display: flex;
}

.product_properties .property_delimiter{
    flex-grow: 1;
    border-bottom: 1px dotted;
    transform: translateY(-5px);
}

.display_list .list_item_wrapp .list_item .product_properties{
    width: 300px;
}

.middle_info.main_item_wrapper .buy_block{
    margin-top: 15px;
}