
.box.box-bg-default.box-sm.box-filters {
    display: none;
}

#filters {
    margin-bottom: 19px;
}

@media (min-width: 1200px) {
    .navigation-in > ul > li.ext > ul > li {
        width: 33%;
        flex-basis:33%
    }
} 

/*
@media (min-width: 768px) {
    .navigation-in > ul > li.ext > ul > li > a img {
            max-width: 160px;
            max-height: 95px;
        }
    .navigation-in>ul>li.ext>ul>li>a {
        width: 160px;
    }
}
*/

[class~=slider-wrapper] > div {
    display: block;
}

.filter-sections {
    background: #fff;
    color: #be1c94;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgb(40, 128, 209);
    padding-top: 10px;
    padding-bottom: 15px;
    opacity: 0.6;
  transition: 0.3s;
}

.filter-sections:hover {opacity: 1}

.filter-count {
    color: #666;
}

#filters h4,
.filter-total-count {
    color: #2880D1;
}

#clear-filters a {
    background: #fff;
    padding: 5px 10px !important;
    border-radius: 10px;
}

.h4.homepage-group-title{
	margin-top: 60px;
  margin-bottom: 60px;
  color: #555555;
	font-size: 50px;
	text-transform: uppercase;
}