| 1 |
/** |
| 2 |
* Pre Orders. |
| 3 |
* |
| 4 |
*/ |
| 5 |
.merchant-pre-orders-date { |
| 6 |
font-weight: 700; |
| 7 |
margin-bottom: 15px; |
| 8 |
} |
| 9 |
|
| 10 |
.woocommerce.single-product .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button), |
| 11 |
.woocommerce.single-product .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button), |
| 12 |
.woocommerce.single-product .merchant-pre-ordered-product .single_add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button) { |
| 13 |
color: var(--mrc-po-text-color, #FFF) !important; |
| 14 |
border-color: var(--mrc-po-border-color, #212121) !important; |
| 15 |
background-color: var(--mrc-po-background-color, #212121) !important; |
| 16 |
} |
| 17 |
.woocommerce.single-product .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover, |
| 18 |
.woocommerce.single-product .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover, |
| 19 |
.woocommerce.single-product .merchant-pre-ordered-product .single_add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover { |
| 20 |
color: var(--mrc-po-text-hover-color, #FFF) !important; |
| 21 |
border-color: var(--mrc-po-border-hover-color, #414141) !important; |
| 22 |
background-color: var(--mrc-po-background-hover-color, #414141) !important; |
| 23 |
} |
| 24 |
|
| 25 |
dl.merchant-pre-orders-note { |
| 26 |
list-style: none outside; |
| 27 |
margin-bottom: 0; |
| 28 |
} |
| 29 |
dl.merchant-pre-orders-note dt { |
| 30 |
float: left; |
| 31 |
clear: both; |
| 32 |
margin: 0; |
| 33 |
margin-right: 0.25em; |
| 34 |
list-style: none outside; |
| 35 |
} |
| 36 |
dl.merchant-pre-orders-note dd { |
| 37 |
margin: 0; |
| 38 |
} |
| 39 |
|
| 40 |
span.merchant-pre-orders-note { |
| 41 |
display: block; |
| 42 |
font-size: max(12px, 0.7em); |
| 43 |
opacity: 0.7; |
| 44 |
} |
| 45 |
span.merchant-pre-orders-note .merchant-pre-orders-label { |
| 46 |
padding-right: 0.2em; |
| 47 |
} |