/** Your theme modifications here **/

.opened-sub-item ul {
    border-left: solid #eeeeee;
    margin-left: 20px;
}

.opened-item {
    border-bottom: solid #eeeeee;
}

.left-collapsed-menu a {
    padding: 0px;
}

.paymentBox {
    background-color: #5bc0de !important;
}

.ccLeft {
    text-align: left !important;
}

.realCreditCard {
    border: 1px solid;
    border-radius: 10px;
    background-image: url(/Images/front.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 330px;
    height: 190px;
}

.selectedBrand {
    color: red !important;
}

.selectedModel {
    color: green !important;
}

.selectedCategory {
    color: blue !important;
}

.selectedSparePartGroup {
    color: brown !important;
}

#filter-band {
    margin-bottom: 2px;
}

    #filter-band .nav {
        max-height: 200px;
        overflow-y: scroll;
    }

    #filter-band .panel-body div.panel {
        padding: 0;
    }

#filter-band-content {
    padding-bottom: 0;
}

.category-menu > li > a {
    padding: 0;
    color: #428bca;
}
