.list-view .summary {
  background-color: #46B989;
  color: #FFF;
  text-align: center;
  font-size: 1.28571em;
  line-height: 1em;
  height: auto;
  padding: 10px 10px;
  min-height: 38px; }
.list-view .result-item {
  height: 100px;
  padding: 15px 25px;
  border-bottom: 1px solid #ECECEC;
  display: flex; }
  .list-view .result-item.result-item-plain {
    height: auto; }
    .list-view .result-item.result-item-plain .info-wrapper {
      margin-right: 0; }
    .list-view .result-item.result-item-plain.result-item-order .info-wrapper {
      margin-right: 20px; }
    .list-view .result-item.result-item-plain.result-item-order .rating-wrapper {
      height: 30px;
      margin-right: 0; }
    @media (max-width: 450px) {
      .list-view .result-item.result-item-plain .rating-wrapper.trend-stat-wrapper {
        display: inline-block; } }
  .list-view .result-item.result-item-grid {
    height: 220px;
    display: block;
    position: relative; }
    @media (max-width: 600px) {
      .list-view .result-item.result-item-grid {
        width: 50%; } }
    @media (max-width: 400px) {
      .list-view .result-item.result-item-grid {
        height: 190px; } }
    .list-view .result-item.result-item-grid .logo-wrapper {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      height: 155px; }
      @media (max-width: 400px) {
        .list-view .result-item.result-item-grid .logo-wrapper {
          height: 120px; } }
      .list-view .result-item.result-item-grid .logo-wrapper img {
        max-width: 100%;
        max-height: 100%; }
    .list-view .result-item.result-item-grid .info-wrapper {
      margin-right: 0;
      display: block; }
      .list-view .result-item.result-item-grid .info-wrapper h4 {
        font-weight: 400;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 28px;
        /* Fallback for non-webkit */
        font-size: 1em;
        line-height: 1;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center; }
    .list-view .result-item.result-item-grid .rating-wrapper {
      position: absolute;
      top: 15px;
      left: 25px;
      background-color: rgba(255, 255, 255, 0.8);
      display: inline;
      width: auto;
      min-width: inherit;
      padding: 2px; }
  .list-view .result-item .logo-wrapper {
    display: inline-block;
    width: 70px;
    margin-right: 25px;
    height: 100%;
    text-align: center; }
    @media (max-width: 400px) {
      .list-view .result-item .logo-wrapper {
        margin-right: 10px;
        width: 60px;
        float: left; } }
    .list-view .result-item .logo-wrapper img {
      max-width: 70px;
      max-height: 70px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      @media (max-width: 400px) {
        .list-view .result-item .logo-wrapper img {
          max-width: 60px; } }
  .list-view .result-item .info-wrapper {
    display: inline-block;
    flex-grow: 100;
    margin-right: 20px; }
    @media (max-width: 600px) {
      .list-view .result-item .info-wrapper {
        width: calc(100% - 200px);
        flex-grow: inherit; } }
    @media (max-width: 450px) {
      .list-view .result-item .info-wrapper {
        margin-right: 0;
        display: block;
        float: left;
        flex-grow: inherit;
        width: calc(100% - 70px); } }
    .list-view .result-item .info-wrapper h4 {
      margin: 0;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-height: 27px;
      /* Fallback for non-webkit */
      font-size: 1.28571em;
      line-height: 1.5;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 992px) {
        .list-view .result-item .info-wrapper h4 {
          font-size: 1.14286em; } }
    .list-view .result-item .info-wrapper span.address {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-height: 23.8px;
      /* Fallback for non-webkit */
      font-size: 1em;
      line-height: 1.7;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .list-view .result-item .info-wrapper .order-stat-extra {
      display: none;
      margin-top: 4px; }
      .list-view .result-item .info-wrapper .order-stat-extra i {
        vertical-align: middle; }
  .list-view .result-item .rating-wrapper {
    text-align: right;
    display: inline-block;
    width: 160px;
    min-width: 160px;
    margin-right: 20px; }
    @media (max-width: 992px) {
      .list-view .result-item .rating-wrapper {
        width: 105px;
        min-width: 105px; }
        .list-view .result-item .rating-wrapper.trend-stat-wrapper .rating-container {
          margin-top: 0; } }
    @media (max-width: 600px) {
      .list-view .result-item .rating-wrapper:not(.trend-stat-wrapper) {
        display: none; }
      .list-view .result-item .rating-wrapper.trend-stat-wrapper {
        margin-right: 0; }
        .list-view .result-item .rating-wrapper.trend-stat-wrapper:not(.trend-stat-logo-wrapper) {
          width: 85px;
          min-width: 85px; } }
  @media (max-width: 600px) and (max-width: 450px) {
    .list-view .result-item .rating-wrapper.trend-stat-wrapper:not(.trend-stat-logo-wrapper) {
      display: none; } }

    .list-view .result-item .rating-wrapper > div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .list-view .result-item .rating-wrapper span.rating-name {
      line-height: 38px;
      margin-right: 5px; }
      @media (max-width: 992px) {
        .list-view .result-item .rating-wrapper span.rating-name {
          display: none; } }
    .list-view .result-item .rating-wrapper .rating-container {
      float: right; }
      @media (max-width: 992px) {
        .list-view .result-item .rating-wrapper .rating-container {
          margin-top: -20px; } }
      .list-view .result-item .rating-wrapper .rating-container .star {
        width: 25px; }
        .list-view .result-item .rating-wrapper .rating-container .star i {
          font-size: 25px; }
    .list-view .result-item .rating-wrapper .order-stat {
      display: block; }
      .list-view .result-item .rating-wrapper .order-stat i {
        vertical-align: middle; }
      @media (max-width: 992px) {
        .list-view .result-item .rating-wrapper .order-stat > span {
          display: none; } }
  .list-view .result-item .button-wrapper {
    text-align: right;
    display: inline-block;
    width: 70px;
    min-width: 70px; }
    @media (max-width: 600px) {
      .list-view .result-item .button-wrapper.trend-button-wrapper {
        display: none; } }
    @media (max-width: 450px) {
      .list-view .result-item .button-wrapper {
        display: none; } }
    .list-view .result-item .button-wrapper a.btn {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
  .list-view .result-item.guide-item .button-wrapper {
    width: 120px;
    min-width: 120px; }
  .list-view .result-item.guide-item .btn-danger {
    height: 37px;
    width: 40px;
    padding: 5px 0; }
  @media (max-width: 450px) {
    .list-view .result-item.trend-item {
      height: 115px; }
      .list-view .result-item.trend-item .order-stat-extra {
        display: block; } }

#ad-column {
  padding-top: 80px; }

/*# sourceMappingURL=search.css.map */
