| 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 |
} |
| 16 |
.usk-page-single .woocommerce ul.products li { |
| 17 |
border: 1px solid #eee; |
| 18 |
padding: 30px !important; |
| 19 |
display: inline-block; |
| 20 |
border-radius: 5px; |
| 21 |
} |
| 22 |
.usk-page-single .product_meta { |
| 23 |
display: flex; |
| 24 |
flex-direction: column; |
| 25 |
} |
| 26 |
.usk-page-single .woocommerce .quantity .qty { |
| 27 |
width: 5.631em; |
| 28 |
} |