.one-line {
    max-width: 350px;
}

.additional-info {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 300;
    margin-top: 2px;
    margin-bottom: -2px;
}

section.slider {
    overflow: hidden;
}

#logo {
    max-width: 100%;
}

.wi-day-sunny {
    color: #ffb300;
    /*background-color: #ffb300;*/
    border-radius: 50%;
    padding: 5px 0px;
    line-height: .77;
    text-align: center;
    font-size: 75%;
    vertical-align: text-top;
    opacity: .8;
}

.wi-snowflake-cold {
     color: #00ced1;
    /*background-color: #00ced1;*/
    border-radius: 50%;
    padding: 5px 0px;
    line-height: .77;
    text-align: center;
    font-size: 100%;
    vertical-align: text-top;
    opacity: .8;
}

.wi-all-season {
    color: white;
    border-radius: 50%;
    /*padding: 5px 0px;*/
    text-align: center;
    /*background: -webkit-linear-gradient(left, #ffb300, #ffb300 49%, #00ced1 51%);*/
    opacity: .8;
}

.wi-all-season:before {
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    content: "\f00d";
    color: #ffb300;
    font-size: 75%;
    display: inline-block;
    width: 0.63em;
    overflow: hidden;
    /*margin-right: 0px;*/
}

.wi-all-season:after {
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    content: "\f076";
    color: #00ced1;
    display: inline-block;
    font-size: 100%;
    width: 0.5em;
    padding-left: 1px;
    overflow: hidden;
    margin-bottom: -0.14em;
    transform: rotate(180deg);
}

.double-space::after {
    content: " ";
    letter-spacing: 0.4em;
}

.suit-columns { 
    display: flex !important; 
}

#top-menu-pneuservis {
    background-color: #89d700;
   
}

#top-menu-pneuservis a {
    color: black !important;
    border-bottom-color: #89d700;
}
#top-menu-pneuservis a {
    color: black !important;
}
#myBackdrop.show {
    opacity: 0.5!important;
}
#myBackdrop.fade {
    z-index: -1050 !important;
}

.grid-labeling {
    display: inline-block;
    background-color:#aaaaaa !important;
    border-radius: 10%;
    text-transform: none !important;
}

.grid-labeling-sm {

    display: inline-block;
    float: right;
    background-color:#aaaaaa !important;
    border-radius: 10%;
    text-transform: none !important;
}

@media only screen and (max-width: 1060px) {
    .grid-labeling {
      /* font-size: 0.75em !important; */
      display: none !important;

    }
  }
  @media only screen and (min-width: 1060px) {
    .grid-labeling-sm {
      /* font-size: 0.75em !important; */
      display: none !important;

    }
  }

.float-left {

    float: left;

}

.float-right {
    float: right;
}



@media only screen and (max-width: 760px) {

.sorting-opts {
margin-top: 6px;
}

.sorting-opts > * {
    margin-bottom: 6px;
    }

.sorting-opts > .views > .btn-group{
    display: none !important;

}
  }