@media screen and (min-width: 992px) {
  .block_product .wid-content {
    width: calc(65% - 60px);
  }
  .block_product .wid-qty {
    width: 120px;
  }
  .block_product .wid-price {
    width: calc(35% - 60px);
  }
  .block_product .wid-price .prices {
    white-space: unset !important;
    word-break: break-word !important;
  }
}

/*# sourceMappingURL=net.css.map */
