.collection_l2 .txt_clr{
    color:  #4b4b4b !important;
    font-size: 12px;
}
.collection_l2 .shop_btn{
    border-radius: 0 !important;
    background-color: #000000;
    color: #fff;
    border:1px  solid #000000!important; 
}
.collection_l2 .shop_btn:hover{
    border-radius: 0 !important;
    color: #000000;
    background-color: #fff;
    border: 1px solid #000000;
}
.collection_l2 .shop_btn_lg{
    border-radius: 0 !important;
    background-color: #fff;
    color: #000000;
    border:1px  solid #000000!important;
    padding: 7px 98px !important;
   
}
.collection_l2 .shop_btn_lg:hover{
    border-radius: 0 !important;
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
}