#main-category {
    height: 420px;
    margin-top: 60px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    /* background: url('/skin/frontend/plusshop/default/images/banner/housebg.png'); */
    /* background-size: cover; */
    background: unset !important;
}

#main-category.productpage {
    color: #252525;
    margin-top: 100px;
}

#main-category.productpage a {
    color: #252525 !important;
}

#product-page-subcategories ul li.selected {
    border-bottom: 1px solid white !important;
    font-weight: bold;
}


@media only screen and (max-width: 1300px) {
    li.active a.level-top {
        color: #04381b !important;
    }
    
}

@media only screen and (max-width: 750px) {
    #main-category {
        height: 420px;
        margin-top: 60px;
        width: 100%;
        float: left;
        margin-bottom: 20px;
        /* background: url('/skin/frontend/plusshop/default/images/banner/housebg.png'); */
        /* background-size: auto; */
        background: unset !important;
    }
}

.multiselect-dropdown-filter-button-container button {
    border: 1px solid #04381b;
}

.multiselect-dropdown-filter-button-container button:hover {
    background: #04381b;
    color: white;
}

h1 { font-family: "Rawline", "Open sans"; font-weight: 400 !important; }