#booklist{
 padding-top: 50px;
}

#booklist div.container{
    margin-top: 0 ;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

#booklist .filter-products > * {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

#booklist .col-2{
    padding-top: 25px;
    border-right: 1px solid #88888892;
}

/*#booklist .col-10{*/
#booklist .col-12{
    padding-top: 25px;
    padding-bottom: 25px;
}

#booklist .product-list{
    padding-bottom: 25px;
}

#booklist .product-list .product-li img{
    width: 250px;
    height: 323px;
    margin-bottom: 20px;
    box-shadow: 5px 10px 18px #888888;
}

#booklist .product-container h2{
    margin-bottom: 50px;

}

#booklist .product-list .product-li {
    margin: 15px 15px 15px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70%);
    marker: none;
    cursor: pointer;
}

#booklist .product-list .product-li a{
    text-decoration: none;
    color: white;
}

#booklist .product-list .product-li a:hover{
    text-decoration: none;
    color: white;
    opacity: unset;
}

#booklist .accordion-body{
    padding: 0px;
}

#booklist a:hover, a.hover{
    opacity: 0.85;
    color: white;
    background-color: #333;
}

#booklist .accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
}

#booklist .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

#booklist .accordion-body{
    display: flex;
    padding: 15px 0;
    flex-direction: column;
}

#booklist .accordion-button:first-child{
    border-top: 1px solid rgba(0,0,0,.125);
}

#booklist select {
    width: calc(100% - 30px);
    margin-bottom: 10px;
}
