PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / assets / css / compatibility / botiga / style.css

style.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.2, at assets/css/compatibility/botiga/style.css

64 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .merchant-theme-botiga {
2 /* Products */
3 }
4 .merchant-theme-botiga .botiga-add-to-cart-button-layout3 .add_to_cart_button:hover,
5 .merchant-theme-botiga .botiga-add-to-cart-button-layout3 .product_type_grouped:hover,
6 .merchant-theme-botiga .botiga-add-to-cart-button-layout3 .single_add_to_cart_button:hover {
7 -webkit-animation: none;
8 animation: none;
9 }
10 .merchant-theme-botiga ul.products.columns-4 li.product .loop-button-wrap .button,
11 .merchant-theme-botiga ul.products.columns-5 li.product .loop-button-wrap .button,
12 .merchant-theme-botiga ul.products.columns-6 li.product .loop-button-wrap .button,
13 .merchant-theme-botiga ul.wc-block-grid__products.columns-4 li.product .loop-button-wrap .button,
14 .merchant-theme-botiga ul.wc-block-grid__products.columns-5 li.product .loop-button-wrap .button,
15 .merchant-theme-botiga ul.wc-block-grid__products.columns-6 li.product .loop-button-wrap .button {
16 width: 100%;
17 }
18 .merchant-theme-botiga .products .product a.merchant_buy_now_button {
19 display: inline-block;
20 }
21 .merchant-theme-botiga .product .single_add_to_cart_button.merchant_buy_now_button {
22 margin-left: 0;
23 }
24 .merchant-theme-botiga .product .button-layout2 + .merchant_buy_now_button {
25 margin-top: 0;
26 margin-left: 0;
27 margin-right: 0;
28 }
29 .merchant-theme-botiga {
30 /* Shopify checkout */
31 }
32 .merchant-theme-botiga .botiga-sc-payment-methods + #merchant_agree_to_terms_field {
33 margin-top: 20px;
34 margin-bottom: 0;
35 }
36 .merchant-theme-botiga {
37 /* Frequently Bought Together */
38 }
39 .merchant-theme-botiga .mrc-fbt-savings-total-mini-cart {
40 color: var(--bt-color-heading-4, #212121);
41 background-color: var(--bt-color-content-cards-bg, #f5f5f5);
42 padding: 0.9rem 1.9rem;
43 -webkit-box-ordinal-group: 12;
44 -ms-flex-order: 11;
45 order: 11;
46 }
47 .merchant-theme-botiga .mrc-fbt-savings-total-mini-cart strong {
48 font-weight: 400;
49 }
50 .merchant-theme-botiga .mrc-fbt-savings-total-mini-cart .woocommerce-Price-amount {
51 font-weight: 500;
52 }
53 .merchant-theme-botiga {
54 /* Sticky Add To Cart */
55 }
56 .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 {
57 min-width: 100px;
58 }
59 .merchant-theme-botiga {
60 /* Wishlist */
61 }
62 .merchant-theme-botiga.page-template-wishlist .mrc-container {
63 padding: 0;
64 }