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 / css / merchant.css

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

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