
 .product_view {
     background-color: #F8FAFB;
 }

 .h_icons {
     color: #d6d4d4;
 }

 .h_icons:hover {
     color: #B2B2B2;
 }

 .product_details {
     text-decoration: none;
 }

 .product_details .p_name {
     margin: 0;
 }

 .product_details .card_round {
     display: inline-block;
     height: .7em;
     width: .7em;
     border-radius: 50%;
     background: #000;
 }

 .card-body {
     transition: all 0.2s ease;

 }

 .card-body:hover {
     background-color: #E5E5E5;
 }
