PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.10.0
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.10.0
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 1.10.0, at assets/css/compatibility/botiga/style.css

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