.head-nav-link  {
    margin: 21px 21px 0 21px;
    display: inline-block;
    font-size: 18px;
    position: relative;
}
.count-item {
    font-weight: bold;
    font-size: 9px;
    display: none;
    color: #3CB188;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 0;
    padding-right: 1px;
    width: 19px;
    text-align: center;
}
.head-nav-link.active:before {
    position: absolute;
    top: 0;
    right: -1px;
    background: #3CB188;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    z-index: 1;
}
.head-nav-link.active {
    color: #3CB188;
}
.head-nav-link.active > .count-item {
    display: block;
}
.add-wishlist {
    position: absolute;
    z-index: 1;
    border: 0;
    color: #999999;
    right: 13px;
    top: 213px;
    font-size: 18px;
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}
.add-wishlist:hover {
    color: #3CB188;
}
.add-wishlist:before {
    font-family: "Icons";
    content: '\e80d';
}
.add-wishlist.active:before{
    content: '\e816';
}
.add-wishlist.active:hover {
    color: #D50F0F;
}
.favorit-header .section-title {
    display: inline-block;
    margin-right: 30px;
}
.clear_all_filter {
    display: inline-block;
    position: relative;
    top: -3px;
    cursor: pointer;
    margin-bottom: 20px;
}
.clear_all_filter img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.favorit-row {
    margin-left: -6px;
    margin-right: -6px;
}
.favorit-row > div {
    padding-left: 6px;
    padding-right: 6px;
}
@media (max-width: 1239px) {
    .head-nav-link {
        color: #fff;
        margin: 0 20px 0 0;
    }
}