.cover-picture{
        width: 100%;
        height: auto;
        margin-bottom:25px;
    }
    .filter-container{
        width:95%;
        margin:auto;
        transition: margin-left .5s;
        padding: 16px;
    }
    .filters{
        height:100%;
        overflow: scroll;
        overflow-x: hidden;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.9s;
        padding-top: 60px;
        padding-left: 20px;
        background-color: #fff;
        display: none;
    }
    .filters .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      }
    .filter-type{
        width:100%;
        color:#000000;
        font-size:14px;
        font-weight:600;
        text-align:center;
        text-decoration:none;
        margin-left:5px;
    }
    .card-body{
        height:200px;
        overflow: scroll;
        margin-top:10px;
        overflow-x: hidden;
    }
    .filter-color{
        height:10px;
        width:10px;
        background-color:#000000;
    }
    .caption{
        font-size:12px;
        margin-left:4px;
        color: #88888a;
        font-weight:600;
    }
    .color-box{
        height: 12px;
        width: 12px;
        display: inline-block;
        margin-left:5px;
        border-radius:50%;
    }
    .product-filter-section{
       padding:10px;

    }