PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / trunk
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant vtrunk
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 1.9.12 All 59 releases
merchant / assets / css / merchant.css

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

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