.input-fix {
    height: auto !important;
}
.category-darker-2 {
    background-color: #1dc0b8;
}
.category-green-even {
    height: 150px;
    background-color: #3ab54a;
    color: white;
}
.category-green-odd {
    height: 150px;
    background-color: #57c065;
    color: white;
}

.category-silver {
    height: 150px;
    background-color: #838383;
    color: white;
}

 .little-box {
     color: black;
 }

 .news-header {
    height: 650px;
    background: url(../../asset/images/petdays/predajna-ds2.jpg) center center no-repeat;
}
.search-button-mobile{
    display: none;
}

.product-label {
    display: table;
    padding: 5px 10px;
}
.product-label p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.product-label.osobny_odber {
    background-color: #1c1c1c;
}
.osobny_odber_text p {
    color: #be1e2d;
}

@media screen and (max-width: 768px) {
    .search-button-mobile {
        display: inline-block;
        height: 81px;
        width: 81px;
        position: absolute;
        background-color: #838383;
        right: 88px;
        top: 0px;
    }
    .search-button-mobile img{
        height: 32px;
        width: 32px;
        top: 25px;
        left: 24px;
        position: relative;
    }
}


@media screen and (max-width: 992px) {
    .news-header {
        height: 500px !important;
    }
}
