PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.6
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.6
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 / sass / modules / _theme-compatibility.scss

_theme-compatibility.scss in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.6, at assets/sass/modules/_theme-compatibility.scss

531 lines 7.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .merchant-theme-botiga {
2
3 .botiga-add-to-cart-button-layout3 {
4
5 .add_to_cart_button:hover,
6 .product_type_grouped:hover,
7 .single_add_to_cart_button:hover {
8 animation: none;
9 }
10 }
11
12 ul.products.columns-4 li.product .button,
13 ul.products.columns-5 li.product .button,
14 ul.products.columns-6 li.product .button,
15 ul.wc-block-grid__products.columns-4 li.product .button,
16 ul.wc-block-grid__products.columns-5 li.product .button,
17 ul.wc-block-grid__products.columns-6 li.product .button {
18 width: 100%;
19 }
20
21 .products {
22
23 .product {
24
25 a.merchant_buy_now_button {
26 display: inline-block;
27 }
28 }
29 }
30
31 .product {
32
33 .single_add_to_cart_button.merchant_buy_now_button {
34 margin-left: 0;
35 }
36
37 .button-layout2 + .merchant_buy_now_button {
38 margin-top: 0;
39 margin-left: 0;
40 margin-right: 0;
41 }
42 }
43
44 .botiga-sc-payment-methods {
45
46 + #merchant_agree_to_terms_field {
47 margin-top: 20px;
48 margin-bottom: 0;
49 }
50 }
51 }
52
53 .merchant-theme-kadence {
54
55 .products {
56
57 .product {
58
59 .product-action-wrap {
60 display: flex;
61 grid-gap: 10px;
62 flex-wrap: wrap;
63 }
64 }
65 }
66
67 .merchant-floating-side-mini-cart-widget {
68
69 .product_list_widget {
70 padding: 40px !important;
71 }
72 }
73 }
74
75 .merchant-theme-blocksy {
76
77 .products {
78
79 .product {
80
81 .ct-woo-card-actions {
82 display: flex;
83 grid-gap: 10px;
84 flex-wrap: wrap;
85 }
86 }
87 }
88
89 .merchant-pro-multi-step-wrapper {
90
91 form.woocommerce-checkout {
92 display: block;
93 }
94
95 .ct-order-review {
96 top: 0;
97 position: inherit;
98 padding: 0;
99 border: none;
100 }
101 }
102 }
103
104 .merchant-theme-zakra {
105
106 .products {
107
108 .product {
109
110 .wp-element-button {
111 margin-right: 10px;
112 }
113 }
114 }
115
116 .merchant-floating-side-mini-cart-widget {
117
118 .product_list_widget {
119 padding: 40px !important;
120
121 li {
122 line-height: 1;
123
124 a.remove {
125 color: var(--merchant-side-cart-content-remove-color, #fff) !important;
126 }
127 }
128 }
129 }
130
131 .merchant-pro-multi-step-wrapper {
132
133 .col-1,
134 .col-2 {
135 width: 100% !important;
136 float: none !important;
137 }
138 }
139 }
140
141 .merchant-theme-avada {
142
143 .products {
144
145 .product {
146
147 .product-buttons-container {
148 display: flex;
149 flex-wrap: wrap;
150 grid-gap: 10px;
151 }
152
153 .merchant-quick-view-button {
154 padding-left: 0;
155 }
156 }
157 }
158 }
159
160 .merchant-theme-oceanwp {
161
162 .products {
163
164 .product {
165 text-align: center;
166
167 form.cart {
168 display: flex;
169 grid-gap: 5px;
170 flex-wrap: wrap;
171 }
172
173 .merchant-quick-view-button {
174 margin: 10px;
175 }
176 }
177 }
178
179 .product {
180
181 .summary {
182
183 form.cart {
184 display: flex;
185 grid-gap: 10px;
186 flex-wrap: wrap;
187
188 div.quantity {
189 margin-right: 0;
190 }
191 }
192
193 .merchant_buy_now_button {
194 margin-left: 0
195 }
196 }
197 }
198
199 .merchant-floating-side-mini-cart {
200
201 .owp-grid-wrap {
202 width: 100%;
203 display: flex;
204 grid-gap: 10px;
205
206 .content {
207 flex: 1;
208 width: 100%;
209
210 > div {
211 display: flex;
212 }
213 }
214 }
215
216 .product_list_widget {
217 padding: 40px;
218
219 h3 {
220 font-size: 16px;
221 }
222
223 li a.remove {
224 top: -5px;
225 margin-top: 0;
226 }
227
228 li .quantity {
229 min-width: auto !important;
230 margin-left: 20px;
231 overflow: unset;
232 }
233
234 li img {
235 max-width: 50px;
236 }
237 }
238 }
239
240 .merchant-login-popup {
241
242 .owp-account-links {
243 display: none;
244 }
245
246 .col2-set .col-1,
247 .col2-set .col-2 {
248 float: none;
249 width: 100%;
250 }
251 }
252
253 .woocommerce .merchant-pro-sc-form {
254 display: flex;
255 }
256 }
257
258 .merchant-theme-woostify {
259
260 .product {
261
262 .summary {
263
264 form.cart {
265 display: flex;
266 grid-gap: 10px;
267 flex-wrap: wrap;
268
269 div.quantity {
270 margin-right: 0;
271 }
272 }
273
274 .merchant_buy_now_button {
275 margin-left: 0;
276 }
277 }
278 }
279
280 .merchant-floating-side-mini-cart {
281
282 .woostify-svg-icon {
283 display: none;
284 }
285
286 .product_list_widget img {
287 position: relative;
288 top: 0;
289 }
290
291 .product_list_widget .quantity {
292 overflow: unset;
293 }
294 }
295
296 .merchant-login-popup {
297
298 .woocommerce-form.woocommerce-form-login {
299 border: none;
300 padding: 0;
301 margin-left: 0;
302 max-width: none;
303
304 .woocommerce-form-login__submit {
305 width: 100%;
306 }
307 }
308 }
309
310 .merchant-pro-multi-step-wrapper {
311
312 .woocommerce-billing-fields__field-wrapper:after,
313 .woocommerce-additional-fields__field-wrapper:after {
314 content: "";
315 display: block;
316 clear: both;
317 }
318
319 [name=checkout]=checkout] {
320 float: none;
321 }
322 }
323
324 .merchant-pro-sc {
325
326 .address-field + .address-field {
327 margin-top: 5px;
328 }
329
330 }
331 }
332
333 .merchant-theme-blocksy {
334
335 .product {
336
337 .summary {
338
339 .merchant_buy_now_button {
340 margin-left: 0;
341 }
342 }
343 }
344
345 .merchant-quick-view-summary {
346
347 .merchant_buy_now_button {
348 align-self: inherit;
349 margin-left: 0;
350 }
351 }
352
353 .merchant-floating-side-mini-cart-widget {
354
355 .ct-icon {
356 width: 10px;
357 height: 10px;
358 }
359
360 .ct-image-container {
361 width: auto;
362 }
363
364 .product-data {
365 display: flex;
366 }
367
368 .woocommerce-mini-cart__buttons {
369 margin: 0 !important;
370 }
371 }
372
373 .merchant-pro-sc-order-review {
374 width: 100%;
375 flex-direction: row;
376 padding-right: 0;
377 border-right: 0;
378 }
379
380 .merchant-pro-sc-contents {
381 width: 60%;
382 padding-right: 30px;
383 }
384 }
385
386 @media(max-width: 767px) {
387 .merchant-theme-blocksy {
388
389 .merchant-pro-sc-order-review {
390 flex-direction: column;
391 }
392
393 .merchant-pro-sc-contents {
394 width: 100%;
395 padding-right: 0;
396 }
397 }
398 }
399
400 .merchant-theme-woodmart {
401
402 .products {
403
404 .product {
405
406 .woodmart-add-btn {
407 display: flex;
408 grid-gap: 5px;
409 flex-wrap: wrap;
410 justify-content: center;
411 }
412 }
413 }
414 }
415
416 .merchant-theme-astra {
417
418 .merchant-floating-side-mini-cart-widget {
419
420 .product_list_widget {
421 padding: 40px !important;
422
423 li {
424 line-height: 1;
425 }
426 }
427 }
428 }
429
430 .merchant-theme-neve {
431
432 form.checkout {
433 grid-column-gap: 0 !important;
434 }
435
436 .woocommerce .merchant-pro-sc-form {
437 display: flex;
438
439 .row {
440 margin: 0;
441 display: block;
442 }
443 }
444
445 .merchant-pro-multi-step-wrapper {
446
447 form.checkout {
448 display: block;
449 }
450 }
451
452 .merchant-floating-side-mini-cart {
453
454 .product_list_widget {
455 padding: 40px;
456
457 li a.remove {
458 top: -5px;
459 margin-top: 0;
460 color: var(--merchant-side-cart-content-remove-color, #fff) !important;
461 }
462
463 li .quantity {
464 margin-left: 20px;
465 }
466
467 li img {
468 width: 50px;
469 }
470 }
471 }
472 }
473
474 @media(max-width: 767px) {
475 .merchant-theme-neve {
476
477
478 .merchant-pro-sc-contents {
479 width: 100%;
480 padding-right: 0;
481 }
482 }
483 }
484
485 .merchant-theme-sydney {
486
487 .merchant-pro-sc-fields {
488
489 .row {
490 margin: 0;
491 }
492
493 .form-row-wide {
494 clear: none;
495 }
496 }
497
498 .merchant-floating-side-mini-cart {
499
500 .product_list_widget {
501 padding: 40px;
502
503 a.remove {
504 top: 0;
505 }
506 }
507 }
508 }
509
510 .merchant-theme-twentytwenty,
511 .merchant-theme-twentytwenty-one,
512 .merchant-theme-twentytwenty-two,
513 .merchant-theme-twentytwenty-three {
514
515 .merchant-pro-multi-step-wrapper {
516 .woocommerce-checkout,
517 .woocommerce-order-pay {
518 width: 100%;
519
520 .col2-set {
521 float: none;
522 width: 100%;
523 }
524 }
525 }
526
527 .woocommerce .merchant-pro-sc form[name=checkout]=checkout] {
528 display: flex;
529 }
530 }
531