.breadcrumbs .dropdown {
  font-size: 12px;
}

.breadcrumbs .btn-drop {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}

  .breadcrumbs .btn-drop:focus {
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
  }

  .breadcrumbs .btn-drop span {
    display: inline-block;
    position: relative;
  }

    .breadcrumbs .btn-drop span:nth-child(2):after {
      content: '';
      position: absolute;
      right: -22px;
      top: 0px;
      width: 8px;
      height: 8px;
      border: 2px solid #000;
      border-top: 0;
      border-left: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
    }

.breadcrumbs .show span:nth-child(2):after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.breadcrumbs .dropdown-item {
  text-decoration: none;
}

.breadcrumbs .ico-arrow-black {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

  .breadcrumbs .ico-arrow-black svg {
    width: 16px;
    height: 16px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }


.tabs .tabs__sort--view{
  max-width: 300px;
  flex: 0 0 500px;
}

.tabs .tabs__head {
  margin: 22px 0 35px;
  display: block;
}

  .tabs .tabs__head p{
    margin-bottom: 0;
  }
  .tabs .tabs__head {
    font-family: 'GTAmericaStandardRegular', sans-serif;
    align-items: center;
  }

  .tabs .tabs__head .breadcrumbs {
      color: #4f4f4f;
  }
    .tabs .tabs__head .dropdown-wrapper {
      margin-right: 32px;
      display: inline-block;
    }

    .tabs .tabs__head .list-info {
        font-size: 14px;
        margin-right: 32px;
    }
    .tabs .tabs__head .list-info:last-child {
        margin-right: 0;
    }

  .tabs .tabs__head .breadcrumbs .language-text {
      color: #4f4f4f;
      opacity: 1;
      text-transform: uppercase;
      font-weight:  700;
      font-size: 12px;
  }

    .tabs .tabs__head .breadcrumbs .dropdown {
      font-size: 15px;      
      font-family: 'GTAmericaStandardThin', sans-serif;
    }

    .tabs .tabs__head .breadcrumbs .btn-drop span:nth-child(2):after {
      top: 7px !important;
    }

.tabs__header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tabs__header-bottom {
    margin-top: 22px;
}

.btn-outline-secondary {
  border: 1px solid #111010;
  padding: 7px 15px;
  font-size: 14px;
  color: #000;
}

  .btn-outline-secondary:hover,
  .btn-outline-secondary:focus,
  .btn-outline-secondary:active,
  .btn-outline-secondary:not(:disabled):not(.disabled):active {
    background: none;
    color: #f00000;
  }

.btn-toggle-filter {
  min-width: 106px;
}

.tabs__header-bottom .form-control {
  background-color: #fff;
}

  .tabs__header-bottom label {
    color: #4f4f4f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
  }

.tabs-v2 {
  padding: 29px 0 73px;
  position: relative;
  background-color: #FF6E4F;
}

  .tabs-v2.top100 {
    background-color: #FF6E4F;
  }

  .tabs-v2.classical {
    background-color: #FFB612;
  }

  .tabs-v2.casual {
    background-color: #A384ED;
  }

  .tabs-v2.cheap-eats {
    background-color: #93D1AC;
  }

  .tabs-v2 h1 {
    margin-top: 37px;
    margin-bottom: 0;
    font-family: 'GTSuperDisplayRegular', serif;
  }

  .tabs-v2 .breadcrumbs {
    position: absolute;
    top: 0;
    left: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    color: #111010;
  }
    .tabs-v2 .breadcrumbs .home {
      display: flex;
      align-items: center;
    }

    .tabs-v2 .breadcrumbs ul {
        opacity: 1;
    }
      .tabs-v2 .breadcrumbs ul li:after {
        margin-left: 5px;
      }

  .tabs-v2 .ico-arrow-black {
    content: "";
    background: url("/images/arrow-left.png") 0 0 no-repeat;
    width: 9px;
    height: 17px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    transform: none;
  }


  .tabs-v2 .selected-details {
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .tabs-v2 .selected-details h2 {
      font-family: 'GTAmericaStandardRegular';
      color: #111010;
      font-size: 23px;
      margin-bottom: 0;
      text-transform: uppercase;
      border: 1px solid #111010;
      padding: 4px 13px;
      letter-spacing: 0.09em;
    }

      .tabs-v2 .selected-details h2:first-child {
        border-right: 0;
        font-family: 'GTAmericaStandardMedium';
        letter-spacing: 0.05em;
      }

.tabs-v2--pinned {
  padding: 10px 0;
  top: 49px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 19;
  opacity: 0;
  transition: opacity .3s,transform .3s;
  -webkit-transition: opacity .3s,transform .3s;
  transform: translateY(-45px);
  display: none;
}

@media (max-width: 767px) {
  .tabs-v2--pinned.nav-down {
    top: 0;
  }
}

.tabs__body h2 {
  font-family: 'GTAmericaStandardMedium', sans-serif;
  background-color: #FF6E4F;
  font-size: 18px;
  font-weight: 400;
  color: #111010;
  padding-bottom: 5px;
  padding: 6px 20px 7px;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 0;
}

  .tabs__body h2 span {
    font-family: "GTAmericaStandardThin",sans-serif;
  }

  .tabs__body h2.border-top100 {
    background-color: #FF6E4F;
  }
  .tabs__body h2.border-classical {
    background-color: #FFB612;
  }
  .tabs__body h2.border-casual {
    background-color: #A384ED;
  }
  .tabs__body h2.border-cheap-eats {
    background-color: #93D1AC;
  }

.tab.list-view .card-details-details .card-details-content {
  color: #FF6E4F;
  padding: 12px 3px;
  font-size: 22px;
  line-height: 1em;
}
  .tab.list-view .card-details-details .card-details-content.top100 {
    color: #FF6E4F;
  }
  .tab.list-view .card-details-details .card-details-content.classical {
    color: #FFB612;
  }
  .tab.list-view .card-details-details .card-details-content.casual {
    color: #A384ED;
  }
  .tab.list-view .card-details-details .card-details-content.cheap-eats {
    color: #93D1AC;
  }

.tab.list-view .card-details-details .card-details-entry {
  font-family: "GTAmericaStandardRegular",sans-serif;
}

.tab.list-view .card-details-details p {
  padding: 0px;
  font-size: 14px;
  font-style: normal;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  color: #000;
  font-family: "GTAmericaStandardRegular",sans-serif;
}

  .tab.list-view .card-details-details p.cityCountryP {
    font-size: 15px;
    /*font-family: 'GTAmericaStandardThin', sans-serif;*/
    opacity: 0.8;
    color: #111010;
  }

    .tab.list-view .card-details-details p.location {
        -ms-flex: 0 0 25%;
        flex: 0 0 25% !important;
        max-width: 25%; 
    }

.tab.list-view .card-details-details .state p.location {
    -ms-flex: 0 0 13.4%;
    flex: 0 0 13.4% !important;
    max-width: 13.4%;
}

.tab.list-view .card-details-details p.score {
    -ms-flex: 0 0 10%;
    flex: 0 0 10% !important; /*16*/
    max-width: 10%; /*16*/
}

.tab.list-view .card-details-details .state p.score {
    -ms-flex: 0 0 13.4%;
    flex: 0 0 13.4% !important;
    max-width: 13.4%;
}


.tab.list-view .card-details-details p.votes {
    -ms-flex: 0 0 10%;
    flex: 0 0 10% !important;
    max-width: 10%;
}

.tab.list-view .card-details-details .state p.votes {
    -ms-flex: 0 0 13.4%;
    flex: 0 0 13.4% !important;
    max-width: 13.4%;
}



.tab.list-view .card-details-details p.web {
    -ms-flex: 0 0 25%;
    flex: 0 0 25% !important;
    max-width: 25%;
}

.tab.list-view .card-details-details .state p.web {
    -ms-flex: 0 0 13.4%;
    flex: 0 0 13.4% !important;
    max-width: 13.4%;
}




  .tab.list-view .card-details-details .state p.stateP {
    -ms-flex: 0 0 13%;
    flex: 0 0 13% !important;
    max-width: 13%;
  }

tab.list-view .card-details-details p.countryP {
  max-width: 17.5%
}

.tab.list-view .card-details-details .card-details-title {
  margin-bottom: 0;
  -ms-flex: 0 0 30.5%;
  max-width: 30.5%;
  flex: 0 0 30.5%;
  position: relative;
  letter-spacing: 0.04em;
  font-size: 20px;
  top: 2px;
  /*font-size: 22px;
  top: 0;*/
}

  .tab.list-view .card-details-details .card-details-title a {
    text-decoration: none;
    cursor: pointer;
  }

  .tab.list-view .card-details-details .card-details-title a:hover {
    color: unset;
  }

.tab.list-view .card-details-details .state .card-details-title {
  max-width: 28%;
  flex: 0 0 28%
}


.tab.list-view .card-details-details .state .card-details-actions {
  margin: 0 4.8% 0 0;
}

  .tab.list-view .card-details-details .state .card-details-actions a:first-child {
    max-width: 61%;
    flex: 0 0 61%
  }

.tab.list-view .card-details-details .card-details-actions a:nth-child(2) {
  max-width: none;
  flex: 0 0 auto;
  width: 170px;
  text-align: left;
}


.tab.list-view .card-details-details .card-details-actions {
  margin: 0 14% 0 0;
  text-transform: initial;
}
  .tab.list-view .card-details-details .card-details-actions span {
    font-size: 14px;
  }

  .tab.list-view .card-details-details .card-details-actions a:first-child {    
    font-size: 14px;
  }

.tab.list-view .card-details-details .card-details-actions-mob {
  display: none;
  font-size: 13px;
}

  .tab.list-view .card-details-details .card-details-actions-mob a {
    text-decoration: none;
    color: #333;
    font-family: 'GTAmericaStandardThin', sans-serif;
  }
  .tab.list-view .card-details-details .card-details-actions-mob a:nth-child(2):before {
    content: " / ";
  }

.list-filters {
  border-bottom: 0;
  color: #BDBDBD;
}

  .list-filters li {
    padding-bottom: 7px;
    font-family: 'GTAmericaStandardRegular', sans-serif;
    border-bottom: 1px solid rgba(0,0,0,0);
  }

  .list-filters li::after {
    height: 2px;
  }

    .list-filters li:first-child {
      flex: 0 0 79px;
      max-width: 79px;
      padding-right: 0;
    }

    /*name*/
    .list-filters li:nth-child(2) {
      -ms-flex: 0 0 28%;
      flex: 0 0 28%;
      max-width: 28%;
    }

    /*.list-filters.state li:nth-child(2) {
      -ms-flex: 0 0 25.3%;
      flex: 0 0 25.3%;
      max-width: 25.3%;
    }*/

    /*location*/
  .list-filters li:nth-child(3) {
    -ms-flex: 0 0 21.5%;
    max-width: 21.5%;
    flex: 0 0 21.5%;
    position: relative;
    left: -7px;
  }

    /*.list-filters.state li:nth-child(3) {
      -ms-flex: 0 0 15.6%;
      flex: 0 0 15.6%;
      max-width: 15.6%;
    }*/

    /*score*/
    .list-filters li:nth-child(4) {
      -ms-flex: 0 0 9%;
      flex: 0 0 9%;
      max-width: 9%;
    }

    /*.list-filters.state li:nth-child(4) {
      -ms-flex: 0 0 13.8%;
      flex: 0 0 13.8%;
      max-width: 13.8%;
    }*/

    /*votes*/
  .list-filters li:nth-child(5) {
    -ms-flex: 0 0 9%;
    max-width: 9%;
    flex: 0 0 9%;
    position: relative;
    left: -4px;
  }

  /*web*/
    .list-filters li:nth-child(6) {
      /*-ms-flex: 0 0 13.8%;
      max-width: 13.8%;
      flex: 0 0 13.8%;*/
      max-width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1;
    }



@media (max-width: 1199px) {

    /*name*/
    .list-filters li:nth-child(2) {
        max-width: 26.5% !important;
        -ms-flex: 0 0 26.5% !important;
        flex: 0 0 26.5% !important;
    }

    /*location*/
    .list-filters li:nth-child(3) {
        max-width: 20.5% !important;
        -ms-flex: 0 0 20.5% !important;
        flex: 0 0 20.5% !important;
    }

    /*score*/
    .list-filters li:nth-child(4) {
        max-width: 10% !important;
        -ms-flex: 0 0 10% !important;
        flex: 0 0 10% !important;
    }

    /*votes*/
    .list-filters li:nth-child(5) {
        max-width: 9% !important;
        -ms-flex: 0 0 9% !important;
        flex: 0 0 9% !important;
    }

    /*.list-filters.state li:nth-child(2) {
    max-width: 24.3% !important;
    -ms-flex: 0 0 24.3% !important;
    flex: 0 0 24.3% !important;
  }
  .list-filters.state li:nth-child(3) {
    max-width: 13.6% !important;
    -ms-flex: 0 0 13.6% !important;
    flex: 0 0 13.6% !important;
  }
  .list-filters.state li:nth-child(4) {
    max-width: 14.6% !important;
    -ms-flex: 0 0 14.6% !important;
    flex: 0 0 14.6% !important;
  }
  .list-filters.state li:nth-child(6) {
    max-width: 13.5% !important;
    -ms-flex: 0 0 13.5% !important;
    flex: 0 0 13.5% !important;
  }*/
}

p.location-score-votes-mob {
    margin-top: 10px !important;
}


@media (max-width: 1023px) {
    .list-filters li:first-child {
        flex: 0 0 48px;
        -ms-flex: 0 0 48px;
        max-width: 48px;
    }

    /*name*/
    .list-filters li:nth-child(2) {
        max-width: 27% !important;
        -ms-flex: 0 0 27% !important;
        flex: 0 0 27% !important;
    }

    /*location*/
    .list-filters li:nth-child(3) {
        max-width: 23% !important;
        -ms-flex: 0 0 23% !important;
        flex: 0 0 23% !important;
        left: 0;
    }

    /*score*/
    .list-filters li:nth-child(4) {
        max-width: 10% !important;
        -ms-flex: 0 0 10% !important;
        flex: 0 0 10% !important;
    }

    /*votes*/
    .list-filters li:nth-child(5) {
        max-width: 9% !important;
        -ms-flex: 0 0 9% !important;
        flex: 0 0 9% !important;
        left: 0;
    }

    /*.list-filters.state li:nth-child(2) {
        max-width: 20.2% !important;
        -ms-flex: 0 0 20.2% !important;
        flex: 0 0 20.2% !important;
    }

    .list-filters.state li:nth-child(3) {
        max-width: 15.6% !important;
        -ms-flex: 0 0 15.6% !important;
        flex: 0 0 15.6% !important;
    }

    .list-filters.state li:nth-child(4) {
        max-width: 14.8% !important;
        -ms-flex: 0 0 14.8% !important;
        flex: 0 0 14.8% !important;
    }

    .list-filters.state li:nth-child(6) {
        max-width: 14.8% !important;
        -ms-flex: 0 0 14.8% !important;
        flex: 0 0 14.8% !important;
    }*/
}





  .list-filters li.current {
    color: #111010;
    border-color: #FF6E4F;
  }

    .list-filters.top100 li.current {
      border-color: #FF6E4F;
    }
    .list-filters.classical li.current {
      border-color: #FFB612;
    }
    .list-filters.casual li.current {
      border-color: #A384ED;
    }
    .list-filters.cheap-eats li.current {
      border-color: #93D1AC;
    }

.list-filters.state li:nth-child(5), .list-filters.state li:nth-child(6) {
  flex: 0 0 12.0%;
  max-width: 12.0%;
}

.tab.list-view .card-details-details .card-details-actions a:first-child {
  -ms-flex: 0 0 82%;
  flex: 0 0 82%;
  max-width: 82%;
}



.tab.list-view{
  padding-right: 0px;
}


  .tab.list-view .card-details-details .card-details-entry {
    padding-top: 0;
    padding-bottom: 0;
  }

@media (max-width: 1200px) {
  .list-filters {
    padding-left: 0;
  }
}

/*@media (max-width: 1023px) and (min-width: 768px) {
  .breadcrumbs {
    width: 100%;
    margin: 0;
  }
}*/



@media (max-width: 1023px)  {
  .breadcrumbs {
    /*width: 100%;*/
    margin: 0;
  }
  .card-details-details .card-details-actions a ~ a {
      padding-left: 0;
  }
    .card-details-details .card-details-actions a ~ a:before {
        content: none;
    }

  .tab.list-view .card-details-details .card-details-body {
    padding: 0;
  }

  .tab.list-view .card-details-details .card-details-entry {
    padding-right: 0;
  }

  .tab.list-view .card-details-details .card-details-content {
    -ms-flex: 0 0 40px;
    flex: 0 0 48px;
    max-width: 48px;
    text-align: center;
  }

  .tab.list-view .card-details-details .card-details-actions {
      margin: 0!important;
  }

  .tab.list-view .card-details-details .card-details-actions a:first-child {
    flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
  }

  /*.list-filters li:first-child {
    flex: 0 0 48px;
    -ms-flex: 0 0 48px;
    max-width: 48px;
  } 

  .list-filters li:nth-child(2) {
    max-width: 25.7% !important;
    -ms-flex: 0 0 25.7% !important;
    flex: 0 0 25.7% !important;
  }

  .list-filters li:nth-child(3) {
    max-width: 19.5% !important;
    -ms-flex: 0 0 19.5% !important;
    flex: 0 0 19.5% !important;
    left: 0;
  }

  .list-filters li:nth-child(4) {
    max-width: 18.2% !important;
    -ms-flex: 0 0 18.2% !important;
    flex: 0 0 18.2% !important;
  }

  .list-filters li:nth-child(5) {
    max-width: 15% !important;
    -ms-flex: 0 0 15% !important;
    flex: 0 0 15% !important;
    left: 0;
  }

  .list-filters.state li:nth-child(2) {
    max-width: 20.2% !important;
    -ms-flex: 0 0 20.2% !important;
    flex: 0 0 20.2% !important;
  }
  .list-filters.state li:nth-child(3) {
    max-width: 15.6% !important;
    -ms-flex: 0 0 15.6% !important;
    flex: 0 0 15.6% !important;
  }
  .list-filters.state li:nth-child(4) {
    max-width: 14.8% !important;
    -ms-flex: 0 0 14.8% !important;
    flex: 0 0 14.8% !important;
  }
  .list-filters.state li:nth-child(6) {
    max-width: 14.8% !important;
    -ms-flex: 0 0 14.8% !important;
    flex: 0 0 14.8% !important;
  }*/
}

@media (max-width: 784px) {
  .tab.list-view .card-details-details .card-details-actions {
    width: 100px;
  }

  .list-filters li:nth-child(2) {
    max-width: 27% !important;
    -ms-flex: 0 0 27% !important;
    flex: 0 0 27% !important;
  }

  .list-filters li:nth-child(3) {
    max-width: 17.9% !important;
    -ms-flex: 0 0 17.9% !important;
    flex: 0 0 17.9% !important;
  }

  .list-filters li:nth-child(4) {
    max-width: 18.2% !important;
    -ms-flex: 0 0 18.2% !important;
    flex: 0 0 18.2% !important;
  }

  .list-filters li:nth-child(5) {
    max-width: 15.7% !important;
    -ms-flex: 0 0 15.7% !important;
    flex: 0 0 15.7% !important;
  }

  .list-filters li:nth-child(6) {
    max-width: 13% !important;
    -ms-flex: 0 0 13% !important;
    flex: 0 0 13% !important;
  }

  .list-filters.state li:nth-child(2) {
    max-width: 18.4% !important;
    -ms-flex: 0 0 18.4% !important;
    flex: 0 0 18.4% !important;
  }
  .list-filters.state li:nth-child(3) {
    max-width: 14.5% !important;
    -ms-flex: 0 0 14.5% !important;
    flex: 0 0 14.5% !important;
  }
  .list-filters.state li:nth-child(4) {
    max-width: 13.4% !important;
    -ms-flex: 0 0 13.4% !important;
    flex: 0 0 13.4% !important;
  }
  .list-filters.state li:nth-child(6) {
    max-width: 13.8% !important;
    -ms-flex: 0 0 13.8% !important;
    flex: 0 0 13.8% !important;
  }
}

@media (max-width: 1023px) {
  .tabs-v2 .selected-details {
    align-items: initial;
  }

    .tabs-v2 .selected-details h2 {
      font-size: 18px;
    }
}

@media (max-width: 767px) {
  .tabs-v2 {
    padding: 17px 0 55px;
  }

    .tabs-v2 h1 {
      margin-top: 21px;
      margin-bottom: 5px;
      line-height: 1em;
      font-size: 38px;
    }

    .tabs-v2 .selected-details {
      margin-top: 0;
    }

      .tabs-v2 .selected-details h2 {
        font-size: 20px;
      }

        .tabs-v2 .selected-details h2:last-child {
          padding: 4px 23px;
        }

    .tabs-v2 .breadcrumbs {
      position: relative;
      top: 0;
      left: 0;
    }

      .tabs-v2 .breadcrumbs ul {
        justify-content: center;
      }

        .tabs-v2 .breadcrumbs ul li {
          text-transform: uppercase;
        }

          .tabs-v2 .breadcrumbs ul li:after {
            content: none;
          }

          .tabs-v2 .breadcrumbs ul li:last-child {
            display: none;
          }

      .tabs-v2 .breadcrumbs .ico-arrow-black {
        display: none;
      }

  .tabs-v2--pinned {
    padding: 20px 15px;
    display: block;
  }

    .tabs-v2--pinned.sticky {
      opacity: 1;
      transform: translateY(0);
    }

    .tabs-v2--pinned h1 {
      margin-top: 0;
      font-size: 20px;
    }

    .tabs-v2--pinned .selected-details h2 {
      font-size: 14px;
    }

  .tabs .tabs__head {
    display: block;
    padding-right: 0;
    margin: 13px 0 38px;
  }

    .tabs .tabs__head .breadcrumbs .dropdown {
      color: #111010;
      font-family: 'Source Sans Pro',sans-serif;
      font-size: 16px;
    }

    .tabs .tabs__head .list-info {
      margin-right: 0;
    }

  .btn-toggle-filter {
    margin-left: 32px;
  }

  .tabs__header-top {
      justify-content: center;
  }

  .tab.list-view .card-details-details p.column {
    flex: none !important;
  }

  .sponsor-image {
    width: 352px;
    margin: 0 auto;
    padding: 0;
  }

  .tab.list-view .card-details-details .card-details-body {
    padding: 16px 0;
  }

  .tab.list-view .card-details-details .card-details-content {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 21px;
  }

    .tab.list-view .card-details-details .card-details-content span {
      top: 2px;
      position: relative;
    }

  .tab.list-view .card-details-details .card-details-entry {
    padding: 0px 10px 0 0;
  }

  .col-md-header {
    margin: 0 auto;
    max-width: 374px;
  }

  .tabs .tabs__head p {
    margin-bottom: 0;
    display: block !important;
  }

    .tabs .tabs__head p.list-info-sort {
      display: none !important;
    }

  .tab.list-view .card-details-details .card-details-actions {
    display: none;
  }

  .tab.list-view .card-details-details .card-details-actions-mob {
    display: block;
  }
}

.new-label {
  color: #FF6E4F;
  font-style: italic;
}

  .new-label.casual {
    color: #A384ED;
  }

  .new-label.cheap-eats {
    color: #93D1AC;
  }

  .new-label.classical {
    color: #FFB612;
  }

  .new-label.top100 {
    color: #FF6E4F;
  }

.new-label-asterisk {
  color: #212529;
  font-size: 18px;
}

@media (min-width: 768px) {
  .tab.list-view .card-details-details .card-details-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
