| 1 |
.usk-product-related .product { |
| 2 |
background-color: #fff; |
| 3 |
padding: 30px !important; |
| 4 |
transition: all .3s ease; } |
| 5 |
.usk-product-related .product:hover { |
| 6 |
box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); } |
| 7 |
|
| 8 |
.usk-product-related .woocommerce-loop-product__title { |
| 9 |
font-size: 22px !important; } |
| 10 |
|
| 11 |
.usk-product-related .add_to_cart_button.ajax_add_to_cart:hover { |
| 12 |
color: #fff !important; } |
| 13 |
|