/*your custom css goes here*/ 
.bg-c-bblack{
    background-color: #212121;
}
.bb-f{
    border-bottom: 1px solid #454d5e;
}
.aiz-accordion-heading.active, .aiz-accordion-heading:hover{
    background-color: #35353557 !important;
}
.f-logo-box{
    padding: 30px;
    background: #282828;
}
li.list-group-item:hover {
    background: #8ecb4f57;
}
.pt-c-product{
    padding-top: 50px;
}

/* width */
::-webkit-scrollbar {
width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #0549a6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #0549a6;
}

@media only screen and (max-width: 600px) {
    .pt-c-product{
        padding-top: 15px;
    }
}

li.py-3.px-0.list-group-item.border-0:hover {
    background: #ffffff !important;
}

.shadow-md, .hov-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    background: #0549a624;
    border: 1px solid #0549a6a8;
}