| 1 |
.ultimate-store-kit .woocommerce-result-count { |
| 2 |
font-weight: 500; |
| 3 |
margin-bottom: 10px; |
| 4 |
font-size: 18px; } |
| 5 |
|
| 6 |
.ultimate-store-kit .usk-shiny-grid-header-tabs .tab-option span { |
| 7 |
width: auto; } |
| 8 |
|
| 9 |
.theme-storefront .edd_download_purchase_form { |
| 10 |
margin: 0; } |
| 11 |
|
| 12 |
.theme-astra .edd_download_purchase_form .edd_purchase_submit_wrapper { |
| 13 |
margin: 0; } |
| 14 |
|
| 15 |
.woocommerce div.product .woocommerce-tabs ul.tabs li { |
| 16 |
border: 0 !important; |
| 17 |
background-color: transparent !important; |
| 18 |
color: 0 !important; |
| 19 |
display: inline-block; |
| 20 |
position: relative; |
| 21 |
z-index: 0; |
| 22 |
border-radius: 0 !important; |
| 23 |
margin: 0 !important; |
| 24 |
padding: 0 !important; } |
| 25 |
|
| 26 |
.woocommerce div.product .woocommerce-tabs ul.tabs::before { |
| 27 |
content: none !important; } |
| 28 |
|
| 29 |
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before { |
| 30 |
content: none !important; } |
| 31 |
|
| 32 |
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before { |
| 33 |
content: none !important; } |
| 34 |
|
| 35 |
.woocommerce div.product .woocommerce-tabs ul.tabs { |
| 36 |
list-style: none; |
| 37 |
padding: 0 !important; |
| 38 |
margin: 0 !important; |
| 39 |
overflow: hidden; |
| 40 |
position: relative; } |
| 41 |
|