.informers {
  margin-top: 10px; }

.product-list.thumbs .product-item__params-body {
  display: block !important; }

.shop2-cart-table .cart-product .cart-params__btn {
  display: none; }

.shop2-cart-table .cart-product .cart-params__body {
  display: block;
  padding-top: 30px; }

.price-new {
  color: #393939; }
  .price-new strong {
    font-weight: normal; }
    .price-new strong:before {
      display: none; }

.shop2-cart-table .cart-price .price-old {
  color: #f00; }
  .shop2-cart-table .cart-price .price-old .my-price-old {
    position: relative; }
    .shop2-cart-table .cart-price .price-old .my-price-old:before {
      position: absolute;
      content: '';
      top: calc(50% - 1px);
      left: -2px;
      right: -2px;
      height: 1px;
      background: #f00; }

.product-flags {
  position: absolute;
  top: 2px;
  left: 25px;
  right: 20px;
  text-align: left;
  z-index: 1;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .product-flags .product-flags__left {
    font-size: 0;
    display: inline; }
    .product-flags .product-flags__left .product-flags__item {
      display: inline-block;
      vertical-align: top; }
      .product-flags .product-flags__left .product-flags__item span {
        padding: 3px 7px;
        border-radius: 11px 11px 11px 0;
        text-align: center;
        vertical-align: top;
        display: inline-block;
        background: #f00; }

.site-main__inner .shop2-warning {
  margin-bottom: 75px; }
