| 1 |
.usk-page-single .woocommerce-product-gallery { |
| 2 |
opacity: 1 !important; } |
| 3 |
|
| 4 |
.usk-page-single input { |
| 5 |
line-height: 1 !important; } |
| 6 |
|
| 7 |
.usk-page-single button { |
| 8 |
line-height: 1.2; } |
| 9 |
|
| 10 |
.usk-page-single form.cart * { |
| 11 |
text-align: center; } |
| 12 |
|
| 13 |
.usk-page-single .woocommerce ul.products { |
| 14 |
display: inline-block !important; } |
| 15 |
.usk-page-single .woocommerce ul.products li { |
| 16 |
border: 1px solid #eee; |
| 17 |
padding: 30px !important; |
| 18 |
display: inline-block; |
| 19 |
border-radius: 5px; } |
| 20 |
|