.detail-header {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background-color: $bg_f7f9fc;
  display: flex;
  justify-content: space-between;

  .shopping-cart, .return {
    font-size: 18px !important;
  }

  .herder {
    font-size: 16px;
    color: $color_202426;
  }
}