body {
    margin-top: 1rem;
}
.filtr-item {
    padding: 1rem;
}
body[dir="rtl"] .filtr-item{
    direction:ltr;
}
body[dir="rtl"]{
        direction: ltr;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
ul.simplefilter {
    height: 40px;
    margin-top: 10px;
}
/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 30px;
}
.simplefilter li {
    color: #585858;
}
.simplefilter li span{
     width: 20px;
        height: 20px;
        border-radius: 3px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .2s ease;
        cursor: pointer;
    top: 3px;
    z-index: 1;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    display: inline-block;
    margin: 0 2px;
    position: relative;
}
.simplefilter li.active span {
    background: #01cdc9;
    border:3px solid #fff;
}
.simplefilter li.active {
    /*background-color: #212121;*/
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}

/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
.search-row {
    margin-left: 2.5rem;
}
.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}
