.trending-tag .tag{
    align-items: flex-start;
    padding: 4px 8px;
    position: static;
    border: 1px solid #DADADA;
    border-radius: 4px;
    order: 2;
    flex-grow: 0;
    margin: 0px 3px;
}
.button-search-end {
    float: none;
}
.trending {
    padding-top: 10px;
        /*display: inline-flex;*/
            display: inline-block;
    width: 48em;
/*    float: left;
        width: 50em;*/
}
div.trending-tag {
    display: inline-block;
        line-height: 3;
        width: 80%;
}
span.tag.tag_short {
        max-width: 55vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    width: 60%;
    display: -webkit-inline-box;
    line-height: 2;
    height: 25px;
}

.trending-1 {
        display: inline-block;
    line-height: 2.5;
    padding-right: 8px;
    padding-left: 0.3em;
    width: 6em;
    white-space: nowrap;
    vertical-align: top;
}
.search-box.search-header .search-box-2 {
    display: inline-block;
    text-align: left;
    width: 57.8em;
    margin-left: 1em;
}
span.trending-adv {
    /*display: inline-flex !important;*/
    display: inline-block !important;
    float: right  !important;
}
@media (min-width: 1620px){ 
/*  .search-box.search-header .search-box-2 {
    width: 58em !important;
    margin-left: 1.2em !important;
  }*/
}
@media (min-width: 1366px){ 
/*  .search-box.search-header .search-box-2 {
   width: 790px;
    margin-left: 1em;
  }*/
 
}
@media screen and (max-width: 1640px) and (min-width: 1500px) {
      .search-box.search-header .search-box-2 {
           width: 57em;  
    }
     .trending {   width: 45em;}
}
.section-index .trending .tag.tag_short a{
        white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}