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