.table-view.js_append.flexbox.flexbox--row {
    flex-wrap: wrap;
}
.wr-catalog-section-price .button_block svg{
    display: none;
}
.item-title a{
	font-weight: bold;
}

.price_name {
    font-size: 10px;
}

span.price_value {
    font-size: 13px;
}



@media(max-width: 767px){
	.table-view__item {
    width: 100%;
}
}

.item-info-row-flex {
  display: flex;
  margin-top: 10px;
}
.item-info-col-first {
  flex-basis: 30%;
}
.item-info-col-second {
  flex-basis: 70%;
}
body .table-view .item-actions {
  width: auto;
}
.table-view .item-actions .item-price {
  width: auto !important;
}
.item-buttons {
  flex-basis: 10%;
}
.counter_wrapp {
  padding: 0 !important;
}
.counter_wrapp.list > div {
  width: 100% !important;
  float: none !important;
}
.button_block {
  margin-top: 10px !important;
}
.cost.prices {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .cost.prices {
    display: block;
  }
  body .prices .price_group {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .item-info-row-flex {
    display: block;
  }
  .item-info-col-second {
    margin-top: 10px;
  }
}
