.product-filter.hide-on-mobile {
    margin-bottom: 63px;
}
.product-filter h1 {
    color: #1B1B93 !important;
    font-family: "Museo Sans 700", Sans-Serif;
    font-size: 52px;
    font-weight: normal;
    margin: 0 0 47px;
}

.product-filter ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

.product-filter ul li {
    width: 100%;
}

.product-filter.hide-on-mobile ul li {
    margin-left: 10px;
}

.product-filter ul li:first-child {
    margin-left: 0px;
}

.product-filter ul li a {
    background: #EBF7FF;
    color: #1B1B93;
    text-align: center;
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    height: 41px;
    line-height: 41px;
    transition: all 0.2s;
}

@media (max-width: 959px) {
    .product-filter h1 {
        font-size: 28px;
        margin: 0
    }
    body.layout_one_column .section-wrap .section-dropdown i {
        font-size: 21px;
        position: relative;
        top: -1px;
    }
    .product-filter ul {
        display: inline-block;
    }
    .product-filter ul li {
        width: 150px;
    }

    body.library .product-filter ul li {
        width: 220px;
    }
}

.product-filter ul li a:hover {
    background: #CCEBFF;
}
.product-filter ul li a.active {
    background: #1B1B93;
    color: white;
}

.product-filter ul li a span {
    margin-bottom: 2px;
}

.product-filter ul li a [class^="icon-"] {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0px 0 0;
}


@media screen and (min-width: 960px) and (max-width: 1199px) {
    body.layout_one_column .product-filter ul {
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    body.layout_one_column .product-filter ul {

    }

}

@media screen and (max-width: 959px) {
    body.layout_one_column .product-filter.hide-on-desktop {
        padding: 0 0 0 20px;
    }
}

body.layout_one_column .product-filter.hide-on-desktop > .show {
    display: inline-block;
    float: left;
    margin-top: 23px;
    width: 80px;
}

body.layout_one_column .product-filter.hide-on-desktop > a {
    display: block;
    padding: 20px 20px 20px 0;
    color: #1B1B93;
}

body.layout_one_column .product-filter.hide-on-desktop > a span[class^="icon-"] {
    font-size: 24px;
    margin: -2px 12px 0 0;
}

body.layout_one_column .product-filter.hide-on-desktop > a span {
    display: inline-block;
    vertical-align: middle;
}

body.layout_one_column .product-filter.hide-on-desktop > a:hover .mc-icon-all-products {
    background-position: 0 -18px;
}

body.layout_one_column .product-filter.hide-on-desktop li {
    display: block;
    margin-bottom: 10px;
}

body.layout_one_column .product-filter.hide-on-desktop ul {
    padding-bottom: 20px;
}

body.layout_one_column .product-filter.hide-on-desktop ul a {
    display: block;
    text-align: center;
}

body.layout_one_column .product-filter.hide-on-desktop .section-content {
    margin-top: 0;
    width: auto;
}