| 1 |
.merchant-theme-botiga { |
| 2 |
/* Frequently Bought Together */ |
| 3 |
/* Sticky Add To Cart */ |
| 4 |
} |
| 5 |
.merchant-theme-botiga .mrc-fbt-savings-total-mini-cart { |
| 6 |
color: var(--bt-color-heading-4, #212121); |
| 7 |
background-color: var(--bt-color-content-cards-bg, #f5f5f5); |
| 8 |
padding: 0.9rem 1.9rem; |
| 9 |
-webkit-box-ordinal-group: 12; |
| 10 |
-ms-flex-order: 11; |
| 11 |
order: 11; |
| 12 |
} |
| 13 |
.merchant-theme-botiga .mrc-fbt-savings-total-mini-cart strong { |
| 14 |
font-weight: 400; |
| 15 |
} |
| 16 |
.merchant-theme-botiga .mrc-fbt-savings-total-mini-cart .woocommerce-Price-amount { |
| 17 |
font-weight: 500; |
| 18 |
} |
| 19 |
.merchant-theme-botiga .merchant-sticky-add-to-cart-wrapper .merchant-sticky-add-to-cart-wrapper-content .merchant-sticky-add-to-cart-item.product-addtocart .quantity { |
| 20 |
min-width: 100px; |
| 21 |
} |