   

    
    
/*    don't copy */
.full_width {width:100%;}
    
/*    don't copy */
    
    
/*
    .product_list  .product_img {
    height: 310px;
    overflow: hidden;
}
*/
    .product_list
    {
        box-shadow: 0px 0px 0px 0px black;  transition: all .5s ease;
    }
    .product_list:hover {box-shadow: 0px 0px 5px 1px  rgba(0, 0, 0 , .3);}
    .product_rating , .product_heading , .product_price
    {
        padding: 5px 10px;
    }
    .product_rating{color: #f2a500;}
/*    .enable_filters {background: #00c2c4; padding: 10px; margin-bottom: 10px;}*/
    .enable_filters .alert  {
    padding: 0px;
    margin-bottom: 0px;

}
    
    .panel-group .panel-heading+.panel-collapse>.list-group ,
    .filter_list , .filter_list .list-group-item ,
    .enable_filters {border: none; border-top:none;}  
        
        /*        hover effect */
        .aside .list-group-item:hover {background: rgba(153, 153, 153,0.2);}
    
    
    .enable_filters .close {position: static;}
    .range_slider {padding: 10px 5px; margin-bottom: 20px;}
    #Category .list-group-item {border: none;}
    .list-group-item>input {margin-right: 10px;}
    .top_seller_details{max-height: 400px; padding: 10px; overflow: auto;}
    .top_seller_list {padding: 10px; border-bottom: 1px solid rgba(0, 0, 0 , .3);}
    .top_seller_list .product_img{ padding: 0px;}
    .top_seller_list:hover {box-shadow: 0px 0px 1px 1px rgba(0, 0, 0 , .3);}
    .add_to_compare_list
    {
        
        
        position: fixed;
        left: 0;
        right: 0;
        bottom:-100px;
        
        background: #000;
        z-index: 99999;
        transition: all .5s ease;
    }
    .add_to_compare_list.active{bottom: 0;}
.compare_list.top_seller_list{border: none;}
.compare_list
{
      background: black;
    padding-top: 10px;
    color: white;
/*    width:300px; */
    float: left;
}
.compare_list:hover{background: white; color:black;}
.compare_button {    position: absolute;    height: 80%;    right: 0;    top: 10%;
}