PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
← All changes | assets/dist/css/frontend.css +1134 -510 1.3.12.7.0 View file →
@@ -1,20 +1,18 @@
1 +@charset "UTF-8";
1 2 .sellkit-order-cart-detail {
2 3 width: 100%;
3 4 padding: 20px;
4 5 border: 1px solid #ccc;
5 6 }
6 -
7 7 .sellkit-order-cart-detail .sellkit-cart-detail-heading {
8 8 font-weight: bold;
9 9 }
10 -
11 10 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail {
12 11 position: relative;
13 12 width: 80px;
14 13 height: 80px;
15 14 }
16 -
17 15 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail img {
18 16 width: 100% !important;
19 17 height: 100% !important;
20 18 -o-object-fit: cover;
@@ -19,13 +17,11 @@
19 17 height: 100% !important;
20 18 -o-object-fit: cover;
21 19 object-fit: cover;
22 20 }
23 -
24 21 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail .sellkit-order-cart-detail-items-thumbnail-image-wrapper {
25 22 overflow: hidden;
26 23 }
27 -
28 24 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail .sellkit-order-cart-detail-items-thumbnail-quantity {
29 25 position: absolute;
30 26 top: -5px;
31 27 right: -8px;
@@ -37,9 +33,8 @@
37 33 color: #000;
38 34 line-height: 17px;
39 35 text-align: center;
40 36 }
41 -
42 37 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-product-detail {
43 38 -webkit-box-align: center;
44 39 -ms-flex-align: center;
45 40 align-items: center;
@@ -46,13 +41,11 @@
46 41 -webkit-box-pack: start;
47 42 -ms-flex-pack: start;
48 43 justify-content: start;
49 44 }
50 -
51 45 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-product-title {
52 46 margin-left: 10px;
53 47 }
54 -
55 48 .sellkit-order-cart-detail .woocommerce-table__product-name.product-name {
56 49 display: -webkit-box;
57 50 display: -ms-flexbox;
58 51 display: flex;
@@ -62,53 +55,42 @@
62 55 -ms-flex-align: center;
63 56 -webkit-box-pack: center;
64 57 -ms-flex-pack: center;
65 58 }
66 -
67 59 .sellkit-order-cart-detail .woocommerce-table__product-total.product-total {
68 60 text-align: right;
69 61 }
70 -
71 62 .sellkit-order-cart-detail tfoot tr th, .sellkit-order-cart-detail tfoot tfoot tr td {
72 63 font-weight: normal !important;
73 64 }
74 -
75 65 .sellkit-order-cart-detail tfoot tr td {
76 66 text-align: right;
77 67 }
78 -
79 68 .sellkit-order-cart-detail tfoot tr {
80 69 margin-bottom: 10px !important;
81 70 }
82 -
83 71 .sellkit-order-cart-detail tfoot tr th, .sellkit-order-cart-detail tfoot tr td {
84 72 padding: 10px 0;
85 73 }
86 -
87 74 .sellkit-order-cart-detail tfoot tfoot {
88 75 padding-top: 10px;
89 76 }
90 -
91 77 .sellkit-order-cart-detail tfoot tr:first-child th, .sellkit-order-cart-detail tfoot tr:first-child td {
92 78 padding-top: 20px;
93 79 }
94 -
95 80 .sellkit-order-cart-detail tfoot tr:last-child {
96 81 border-top: 3px solid #ccc;
97 82 font-weight: 700;
98 83 }
99 -
100 84 .sellkit-order-cart-detail tfoot tr:last-child th, .sellkit-order-cart-detail tfoot tfoot tr:last-child td {
101 85 margin-top: 10px;
102 86 font-weight: 700;
103 87 }
104 -
105 88 .sellkit-order-cart-detail .sellkit-order-cart-detail-items {
106 89 width: 100%;
107 90 padding: 0;
108 91 list-style: none;
109 92 }
110 -
111 93 .sellkit-order-cart-detail .sellkit-order-cart-detail-items li {
112 94 display: -webkit-box;
113 95 display: -ms-flexbox;
114 96 display: flex;
@@ -117,9 +99,8 @@
117 99 justify-content: space-between;
118 100 width: 100%;
119 101 height: 80px;
120 102 }
121 -
122 103 .sellkit-order-cart-detail .sellkit-order-cart-detail-items li > div {
123 104 display: -webkit-box;
124 105 display: -ms-flexbox;
125 106 display: flex;
@@ -130,15 +111,13 @@
130 111 -ms-flex-pack: center;
131 112 justify-content: center;
132 113 height: 100%;
133 114 }
134 -
135 115 .sellkit-order-cart-detail .sellkit-order-cart-detail-prices {
136 116 width: 100%;
137 117 padding: 0;
138 118 list-style: none;
139 119 }
140 -
141 120 .sellkit-order-cart-detail .sellkit-order-cart-detail-prices li {
142 121 display: -webkit-box;
143 122 display: -ms-flexbox;
144 123 display: flex;
@@ -146,9 +125,8 @@
146 125 -ms-flex-pack: justify;
147 126 justify-content: space-between;
148 127 width: 100%;
149 128 }
150 -
151 129 .sellkit-order-cart-detail .sellkit-order-cart-detail-prices li:last-child {
152 130 margin-top: 10px;
153 131 padding-top: 10px;
154 132 border-top: 3px solid #ccc;
@@ -153,9 +131,8 @@
153 131 padding-top: 10px;
154 132 border-top: 3px solid #ccc;
155 133 font-weight: bold;
156 134 }
157 -
158 135 .sellkit-order-cart-detail .shop_table {
159 136 width: 100%;
160 137 }
161 138
@@ -172,25 +149,21 @@
172 149 display: -webkit-box;
173 150 display: -ms-flexbox;
174 151 display: flex;
175 152 }
176 -
177 153 .sellkit-order-details .sellkit-flex-wrap {
178 154 -ms-flex-wrap: wrap;
179 155 flex-wrap: wrap;
180 156 }
181 -
182 157 .sellkit-order-details.woocommerce-order-overview {
183 158 padding: 15px 10px;
184 159 border: 1px solid #DFDFDF;
185 160 }
186 -
187 161 .sellkit-order-details h3 {
188 162 margin-bottom: 15px;
189 163 color: #343434;
190 164 font-weight: 500;
191 165 }
192 -
193 166 .sellkit-order-details .sellkit-order-details-heading {
194 167 margin: 0;
195 168 color: #3B3B3B;
196 169 font-size: 16px;
@@ -195,9 +168,8 @@
195 168 color: #3B3B3B;
196 169 font-size: 16px;
197 170 font-weight: 500;
198 171 }
199 -
200 172 .sellkit-order-details .sellkit-order-details-items-group {
201 173 display: -webkit-box;
202 174 display: -ms-flexbox;
203 175 display: flex;
@@ -205,9 +177,8 @@
205 177 -webkit-box-direction: normal;
206 178 -ms-flex-direction: column;
207 179 flex-direction: column;
208 180 }
209 -
210 181 .sellkit-order-details .order-details-heading-group {
211 182 display: -webkit-box;
212 183 display: -ms-flexbox;
213 184 display: flex;
@@ -214,41 +185,34 @@
214 185 -webkit-box-align: center;
215 186 -ms-flex-align: center;
216 187 align-items: center;
217 188 }
218 -
219 189 .sellkit-order-details .order-details-item-content {
220 190 color: #6A6A6A;
221 191 font-size: 15px;
222 192 font-weight: 400;
223 193 }
224 -
225 194 .sellkit-order-details .sellkit-order-details-content {
226 195 padding: 0;
227 196 }
228 -
229 197 .sellkit-order-details .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
230 - margin: 0 0 .8em;
198 + margin: 0 0 0.8em;
231 199 font-size: 1.5rem;
232 200 font-weight: 700;
233 201 }
234 -
235 202 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details {
236 203 margin: 0 0 3em;
237 204 list-style: none;
238 205 }
239 -
240 206 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details::before {
241 207 display: table;
242 208 content: " ";
243 209 }
244 -
245 210 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details::after {
246 211 display: table;
247 212 clear: both;
248 213 content: " ";
249 214 }
250 -
251 215 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li {
252 216 margin-right: 2em;
253 217 margin-left: 0;
254 218 padding-right: 2em;
@@ -254,14 +218,13 @@
254 218 padding-right: 2em;
255 219 padding-left: 0;
256 220 float: left;
257 221 border-right: 1px dashed #d3ced2;
258 - font-size: .715em;
222 + font-size: 0.715em;
259 223 line-height: 1;
260 224 text-transform: uppercase;
261 225 list-style-type: none;
262 226 }
263 -
264 227 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li strong {
265 228 display: block;
266 229 font-size: 1.4em;
267 230 line-height: 1.5;
@@ -266,9 +229,8 @@
266 229 font-size: 1.4em;
267 230 line-height: 1.5;
268 231 text-transform: none;
269 232 }
270 -
271 233 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li:last-of-type {
272 234 border: none;
273 235 }
274 236
@@ -275,9 +237,8 @@
275 237 .sellkit-product-price-widget del {
276 238 display: inline-block;
277 239 opacity: 0.5;
278 240 }
279 -
280 241 .sellkit-product-price-widget ins {
281 242 text-decoration: none;
282 243 }
283 244
@@ -285,22 +246,18 @@
285 246 display: -webkit-box;
286 247 display: -ms-flexbox;
287 248 display: flex;
288 249 }
289 -
290 250 .sellkit-product-image-widget.product .woocommerce-product-gallery {
291 251 min-height: 10px;
292 252 }
293 -
294 253 .sellkit-product-image-widget.product .woocommerce-product-gallery .product .sellkit-woocommerce-product-gallery {
295 254 width: 100%;
296 255 }
297 -
298 256 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-viewport {
299 257 border-width: 2px;
300 258 border-color: #0a0c0d;
301 259 }
302 -
303 260 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-nav {
304 261 display: -webkit-box;
305 262 display: -ms-flexbox;
306 263 display: flex;
@@ -306,56 +263,45 @@
306 263 display: flex;
307 264 padding-left: 0;
308 265 list-style: none;
309 266 }
310 -
311 267 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-nav li {
312 268 cursor: pointer;
313 269 overflow: hidden;
314 270 }
315 -
316 271 .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
317 272 overflow: hidden;
318 273 }
319 -
320 274 .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
321 275 border-radius: 0;
322 276 }
323 -
324 277 .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
325 278 cursor: default !important;
326 279 }
327 -
328 280 .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
329 281 width: 100%;
330 282 height: auto !important;
331 283 border-radius: 0;
332 284 }
333 -
334 285 .sellkit-product-image-widget.product .woocommerce-product-gallery img {
335 286 display: inline-block;
336 287 border-radius: 0;
337 288 }
338 -
339 289 .sellkit-product-image-widget.product .woocommerce-product-gallery .product {
340 290 display: -webkit-box;
341 291 display: -ms-flexbox;
342 292 display: flex;
343 293 }
344 -
345 294 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs {
346 295 -ms-flex-wrap: wrap;
347 296 flex-wrap: wrap;
348 297 }
349 -
350 298 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs li {
351 299 margin-left: 0 !important;
352 300 }
353 -
354 301 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs li img {
355 302 border-radius: 0 !important;
356 303 }
357 -
358 304 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
359 305 border: none !important;
360 306 }
361 307
@@ -367,9 +313,8 @@
367 313 display: -webkit-box;
368 314 display: -ms-flexbox;
369 315 display: flex;
370 316 }
371 -
372 317 .sellkit-product-quantity-widget .quantity .screen-reader-text {
373 318 display: unset;
374 319 position: relative !important;
375 320 top: -5px;
@@ -380,9 +325,8 @@
380 325 visibility: visible;
381 326 -webkit-clip-path: none;
382 327 clip-path: none;
383 328 }
384 -
385 329 .sellkit-product-quantity-widget input {
386 330 width: 100%;
387 331 }
388 332
@@ -388,13 +332,11 @@
388 332
389 333 .sellkit-accept-reject-button-widget {
390 334 font-size: 16px;
391 335 }
392 -
393 336 .sellkit-accept-reject-button-widget .sellkit-accept-reject-button-title {
394 337 display: inline-block;
395 338 }
396 -
397 339 .sellkit-accept-reject-button-widget .sellkit-accept-reject-button-sub-title {
398 340 font-size: 10px;
399 341 font-weight: bold;
400 342 }
@@ -404,9 +346,8 @@
404 346 background: #635cff;
405 347 color: #fff !important;
406 348 cursor: pointer;
407 349 }
408 -
409 350 .sellkit-accept-reject-button.elementor-size-sm {
410 351 padding: 12px 24px !important;
411 352 }
412 353
@@ -427,9 +368,8 @@
427 368 height: 100%;
428 369 background: rgba(11, 11, 11, 0.25);
429 370 z-index: 1000;
430 371 }
431 -
432 372 .sellkit-upsell-popup .sellkit-upsell-popup-body {
433 373 width: 600px;
434 374 height: 357px;
435 375 padding: 23px;
@@ -436,29 +376,24 @@
436 376 border-radius: 4px;
437 377 background: #fff;
438 378 text-align: center;
439 379 }
440 -
441 380 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-header {
442 381 text-align: right;
443 382 cursor: pointer;
444 383 }
445 -
446 384 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-header img {
447 385 width: 12px;
448 386 height: 12px;
449 387 color: #6c757d;
450 388 }
451 -
452 389 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-icon {
453 390 padding: 31px;
454 391 }
455 -
456 392 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-icon .rotate {
457 393 -webkit-animation: rotation 2s infinite linear;
458 394 animation: rotation 2s infinite linear;
459 395 }
460 -
461 396 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content {
462 397 color: #222;
463 398 font-size: 22px;
464 399 font-style: normal;
@@ -468,26 +403,36 @@
468 403 text-align: center;
469 404 font-stretch: normal;
470 405 letter-spacing: normal;
471 406 }
472 -
473 407 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-updating, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-accepted, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-rejected {
474 408 display: none;
475 409 }
476 -
477 410 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-updating.active, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-accepted.active, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-rejected.active {
478 411 display: block;
479 412 margin: auto;
480 413 }
481 -
482 414 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-popup-text .sellkit-upsell-accepted, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-popup-text .sellkit-upsell-rejected {
483 415 padding: 0 40px;
484 416 }
485 -
486 417 .sellkit-upsell-popup:not(.active) {
487 418 display: none;
488 419 }
489 420
421 +.sellkit-accept-reject-button {
422 + display: -webkit-inline-box !important;
423 + display: -ms-inline-flexbox !important;
424 + display: inline-flex !important;
425 + -webkit-box-align: center;
426 + -ms-flex-align: center;
427 + align-items: center;
428 +}
429 +.sellkit-accept-reject-button svg {
430 + width: 16px;
431 + height: 16px;
432 + margin: 0 10px 0 0;
433 +}
434 +
490 435 @-webkit-keyframes rotation {
491 436 from {
492 437 -webkit-transform: rotate(0deg);
493 438 transform: rotate(0deg);
@@ -507,19 +452,13 @@
507 452 -webkit-transform: rotate(359deg);
508 453 transform: rotate(359deg);
509 454 }
510 455 }
511 -
512 -body.oceanwp-theme .elementor-widget-sellkit-checkout .sellkit-checkout-step-bump-wrapper
513 -.sellkit-checkout-bump-order-header
514 -.sellkit-checkout-order-bump-price del {
456 +body.oceanwp-theme .elementor-widget-sellkit-checkout .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-checkout-order-bump-price del {
515 457 color: unset;
516 458 opacity: 1;
517 459 }
518 -
519 -body.oceanwp-theme .elementor-widget-sellkit-checkout .sellkit-checkout-step-bump-wrapper
520 -.sellkit-checkout-bump-order-header
521 -.sellkit-checkout-order-bump-price .amount {
460 +body.oceanwp-theme .elementor-widget-sellkit-checkout .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-checkout-order-bump-price .amount {
522 461 color: #222 !important;
523 462 }
524 463
525 464 body.theme-betheme .elementor-widget-sellkit-checkout div#customer_details {
@@ -527,9 +466,8 @@
527 466 flex-basis: unset;
528 467 max-width: unset;
529 468 margin-bottom: unset;
530 469 }
531 -
532 470 body.theme-betheme .elementor-widget-sellkit-checkout div#order_review#order_review {
533 471 -ms-flex-preferred-size: unset;
534 472 flex-basis: unset;
535 473 width: 100% !important;
@@ -536,53 +474,42 @@
536 474 max-width: unset;
537 475 margin-bottom: unset;
538 476 margin-left: unset;
539 477 }
540 -
541 478 body.theme-betheme .elementor-widget-sellkit-checkout div.woocommerce-billing-fields,
542 479 body.theme-betheme .elementor-widget-sellkit-checkout section.sellkit-one-page-shipping-methods {
543 480 width: 100% !important;
544 481 }
545 -
546 482 body.theme-betheme .elementor-widget-sellkit-checkout section.place-order {
547 483 width: 100%;
548 484 }
549 -
550 485 body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li {
551 486 border: unset;
552 487 }
553 -
554 488 body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li.active-payment {
555 489 border-color: unset;
556 490 }
557 -
558 491 body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li.active-payment span.mfn-payment-check {
559 492 display: none;
560 493 }
561 -
562 494 body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li:not(.woocommerce-notice)::before, body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li:not(.woocommerce-notice)::after {
563 495 display: none;
564 496 }
565 -
566 497 body.theme-betheme .elementor-widget-sellkit-checkout span.woocommerce-input-wrapper input {
567 498 -webkit-transition: all 0.15s ease-in-out;
568 499 transition: all 0.15s ease-in-out;
569 500 }
570 -
571 501 body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table td {
572 502 border-style: none;
573 503 }
574 -
575 504 body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table td.sellkit-checkout-bundled-spacer-row {
576 505 background-color: unset !important;
577 506 }
578 -
579 507 body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table tr:first-child td {
580 508 -webkit-box-shadow: unset;
581 509 box-shadow: unset;
582 510 }
583 -
584 -body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table input[type="number"] {
511 +body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table input[type=number] {
585 512 margin-bottom: unset;
586 513 }
587 514
588 515 body.theme-dt-the7 .elementor-widget-sellkit-checkout > * {
@@ -587,9 +514,8 @@
587 514
588 515 body.theme-dt-the7 .elementor-widget-sellkit-checkout > * {
589 516 font-family: sans-serif;
590 517 }
591 -
592 518 body.theme-dt-the7 .elementor-widget-sellkit-checkout button#place_order {
593 519 background: unset;
594 520 background-color: #323232;
595 521 }
@@ -596,51 +522,41 @@
596 522
597 523 body.theme-Avada .elementor-widget-sellkit-checkout > * {
598 524 font-family: sans-serif;
599 525 }
600 -
601 526 body.theme-Avada .elementor-widget-sellkit-checkout div.avada-myaccount-user,
602 527 body.theme-Avada .elementor-widget-sellkit-checkout ul.woocommerce-side-nav.woocommerce-checkout-nav,
603 528 body.theme-Avada .elementor-widget-sellkit-checkout a.fusion-button {
604 529 display: none;
605 530 }
606 -
607 531 body.theme-Avada .elementor-widget-sellkit-checkout form.checkout_coupon {
608 532 display: none !important;
609 533 }
610 -
611 534 body.theme-Avada .elementor-widget-sellkit-checkout div.woocommerce-content-box.avada-checkout {
612 535 margin-left: unset;
613 536 padding: unset;
614 537 border: unset;
615 538 }
616 -
617 539 body.theme-Avada .elementor-widget-sellkit-checkout div#order_review {
618 540 display: block !important;
619 541 }
620 -
621 542 body.theme-Avada .elementor-widget-sellkit-checkout tr.cart_item {
622 543 height: unset;
623 544 }
624 -
625 545 body.theme-Avada .elementor-widget-sellkit-checkout .shop_table tfoot .order-total .amount {
626 546 color: unset;
627 547 font-size: unset;
628 548 font-weight: unset;
629 549 }
630 -
631 550 body.theme-Avada .elementor-widget-sellkit-checkout ul.payment_methods {
632 551 margin: unset;
633 552 }
634 553
635 -body.theme-twentytwentytwo .elementor-widget-sellkit-checkout .sellkit-checkout-widget-one-page-build
636 -#sellkit-checkout-widget-id form
637 -.sellkit-one-page-checkout-login {
554 +body.theme-twentytwentytwo .elementor-widget-sellkit-checkout .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-login {
638 555 -webkit-box-ordinal-group: 1;
639 556 -ms-flex-order: 0;
640 557 order: 0;
641 558 }
642 -
643 559 body.theme-twentytwentytwo .elementor-widget-sellkit-checkout div#customer_details,
644 560 body.theme-twentytwentytwo .elementor-widget-sellkit-checkout div.col2-set {
645 561 width: 100%;
646 562 float: unset;
@@ -648,14 +564,17 @@
648 564
649 565 body.theme-bridge.contains-sellkit-checkout {
650 566 overflow: unset !important;
651 567 }
652 -
653 568 body.theme-bridge .elementor-widget-sellkit-checkout span.woocommerce-input-wrapper input {
654 569 -webkit-transition: all 0.15s ease-in-out;
655 570 transition: all 0.15s ease-in-out;
656 571 }
657 572
573 +.elementor-widget-sellkit-checkout {
574 + width: 100% !important;
575 +}
576 +
658 577 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form {
659 578 display: -webkit-box;
660 579 display: -ms-flexbox;
661 580 display: flex;
@@ -663,25 +582,24 @@
663 582 -webkit-box-direction: normal;
664 583 -ms-flex-direction: column;
665 584 flex-direction: column;
666 585 }
667 -
668 586 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-login {
669 587 -webkit-box-ordinal-group: 2;
670 588 -ms-flex-order: 1;
671 589 order: 1;
672 590 }
673 -
591 +.sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-login #customer_details #shipping_text_title {
592 + margin-top: 18px;
593 +}
674 594 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods {
675 595 -webkit-box-ordinal-group: 3;
676 596 -ms-flex-order: 2;
677 597 order: 2;
678 598 }
679 -
680 599 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods .shipping-method-header {
681 600 margin-top: 17px;
682 601 }
683 -
684 602 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review {
685 603 width: auto !important;
686 604 padding: 0 !important;
687 605 float: none !important;
@@ -686,29 +604,24 @@
686 604 padding: 0 !important;
687 605 float: none !important;
688 606 border: none !important;
689 607 }
690 -
691 608 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order {
692 609 -webkit-box-ordinal-group: 4;
693 610 -ms-flex-order: 3;
694 611 order: 3;
695 612 }
696 -
697 613 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order #sellkit-checkout-widget-order-review-wrap .woocommerce-checkout-review-order-table {
698 614 border-collapse: initial !important;
699 615 }
700 -
701 616 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order #sellkit-checkout-widget-order-review-wrap .woocommerce-checkout-review-order-table .sellkit-checkout-widget-order-summary-tfoot .order-total th, .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order #sellkit-checkout-widget-order-review-wrap .woocommerce-checkout-review-order-table .sellkit-checkout-widget-order-summary-tfoot .order-total td {
702 617 padding-top: 18px !important;
703 618 }
704 -
705 619 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-billing {
706 620 -webkit-box-ordinal-group: 5;
707 621 -ms-flex-order: 4;
708 622 order: 4;
709 623 }
710 -
711 624 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order {
712 625 display: -webkit-box;
713 626 display: -ms-flexbox;
714 627 display: flex;
@@ -719,9 +632,8 @@
719 632 -ms-flex-order: 5;
720 633 order: 5;
721 634 margin-top: 36px;
722 635 }
723 -
724 636 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form {
725 637 display: -webkit-box;
726 638 display: -ms-flexbox;
727 639 display: flex;
@@ -743,9 +655,8 @@
743 655 -webkit-column-gap: 10px;
744 656 -moz-column-gap: 10px;
745 657 column-gap: 10px;
746 658 }
747 -
748 659 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first {
749 660 display: -webkit-box;
750 661 display: -ms-flexbox;
751 662 display: flex;
@@ -753,9 +664,8 @@
753 664 margin-top: 0px;
754 665 margin-bottom: 1rem;
755 666 padding-top: 0px;
756 667 }
757 -
758 668 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first input {
759 669 width: 100%;
760 670 margin: 0px;
761 671 padding: 16px 0px 14px 14px;
@@ -772,13 +682,11 @@
772 682 -webkit-box-shadow: none !important;
773 683 box-shadow: none !important;
774 684 font-stretch: normal;
775 685 }
776 -
777 686 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first input:focus {
778 687 border: solid 2px rgba(0, 123, 255, 0.4);
779 688 }
780 -
781 689 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last {
782 690 display: -webkit-box;
783 691 display: -ms-flexbox;
784 692 display: flex;
@@ -784,9 +692,8 @@
784 692 display: flex;
785 693 margin-top: 0px;
786 694 margin-bottom: 1rem;
787 695 }
788 -
789 696 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon {
790 697 height: 48px;
791 698 margin: 0;
792 699 padding: 10px 30px 10px 30px;
@@ -794,9 +701,8 @@
794 701 background-color: #323232;
795 702 color: white;
796 703 cursor: pointer;
797 704 }
798 -
799 705 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon span {
800 706 width: 37px;
801 707 height: 17px;
802 708 color: #ffffff;
@@ -807,17 +713,18 @@
807 713 line-height: 1.21;
808 714 text-align: left;
809 715 font-stretch: normal;
810 716 }
811 -
812 717 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-checkout-bundled-products .sellkit-head-row-title {
813 718 width: 70%;
814 719 }
720 +.sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-virtual-session #sellkit-checkout-widget-order-review-wrap {
721 + margin-top: 30px;
722 +}
815 723
816 724 .sellkit-checkout-widget-multi-page-build form {
817 725 display: block !important;
818 726 }
819 -
820 727 .sellkit-checkout-widget-multi-page-build form #order_review {
821 728 width: auto !important;
822 729 padding: 0 !important;
823 730 float: none !important;
@@ -822,19 +729,16 @@
822 729 padding: 0 !important;
823 730 float: none !important;
824 731 border: none !important;
825 732 }
826 -
827 733 .sellkit-checkout-widget-multi-page-build form .inner_wrapper {
828 734 display: -webkit-box;
829 735 display: -ms-flexbox;
830 736 display: flex;
831 737 }
832 -
833 738 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column {
834 739 width: 60%;
835 740 }
836 -
837 741 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div {
838 742 -webkit-box-ordinal-group: 2;
839 743 -ms-flex-order: 1;
840 744 order: 1;
@@ -842,9 +746,8 @@
842 746 padding-right: 27px;
843 747 clear: both;
844 748 border-right: solid 1px #e1e1e1;
845 749 }
846 -
847 750 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers {
848 751 height: 103px;
849 752 margin: 0px 0px 36px 2px;
850 753 padding: 0px 14px 2px 18px;
@@ -851,9 +754,8 @@
851 754 border: solid 1px #e1e1e1;
852 755 border-radius: 4px;
853 756 background-color: #ffffff;
854 757 }
855 -
856 758 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div {
857 759 display: -webkit-box;
858 760 display: -ms-flexbox;
859 761 display: flex;
@@ -876,9 +778,8 @@
876 778 -webkit-column-gap: 20px;
877 779 -moz-column-gap: 20px;
878 780 column-gap: 20px;
879 781 }
880 -
881 782 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div > div {
882 783 display: -webkit-box;
883 784 display: -ms-flexbox;
884 785 display: flex;
@@ -900,9 +801,8 @@
900 801 -webkit-column-gap: 15px;
901 802 -moz-column-gap: 15px;
902 803 column-gap: 15px;
903 804 }
904 -
905 805 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div > div .title {
906 806 width: 50px;
907 807 min-width: -webkit-fit-content;
908 808 min-width: -moz-fit-content;
@@ -907,9 +807,8 @@
907 807 min-width: -webkit-fit-content;
908 808 min-width: -moz-fit-content;
909 809 min-width: fit-content;
910 810 }
911 -
912 811 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div span {
913 812 height: auto;
914 813 color: #323232;
915 814 font-size: 14px;
@@ -919,9 +818,8 @@
919 818 line-height: 1.14;
920 819 text-align: left;
921 820 font-stretch: normal;
922 821 }
923 -
924 822 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div .edit {
925 823 margin-right: 0px;
926 824 color: #007bff;
927 825 font-size: 13px;
@@ -932,18 +830,18 @@
932 830 text-align: right;
933 831 cursor: pointer;
934 832 font-stretch: normal;
935 833 }
936 -
937 834 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login {
938 835 margin-bottom: 16px;
939 836 }
940 -
941 837 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login #customer_details {
942 838 width: auto !important;
943 839 float: none !important;
944 840 }
945 -
841 +.sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login #customer_details .sellkit-one-page-checkout-billing #shipping_text_title {
842 + margin-top: 18px;
843 +}
946 844 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer {
947 845 display: -webkit-box;
948 846 display: -ms-flexbox;
949 847 display: flex;
@@ -959,9 +857,8 @@
959 857 -webkit-box-pack: end;
960 858 -ms-flex-pack: end;
961 859 justify-content: flex-end;
962 860 }
963 -
964 861 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer a .go-to-cart {
965 862 height: 17px;
966 863 margin: 30px 33px 21.5px 0px;
967 864 color: #007bff;
@@ -972,9 +869,8 @@
972 869 line-height: 1.21;
973 870 text-align: left;
974 871 font-stretch: normal;
975 872 }
976 -
977 873 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer .go-to-shipping {
978 874 display: -webkit-inline-box;
979 875 display: -ms-inline-flexbox;
980 876 display: inline-flex;
@@ -999,13 +895,11 @@
999 895 line-height: 1.21;
1000 896 cursor: pointer;
1001 897 font-stretch: normal;
1002 898 }
1003 -
1004 899 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second {
1005 900 display: none;
1006 901 }
1007 -
1008 902 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer {
1009 903 display: -webkit-box;
1010 904 display: -ms-flexbox;
1011 905 display: flex;
@@ -1021,12 +915,26 @@
1021 915 -webkit-box-pack: justify;
1022 916 -ms-flex-pack: justify;
1023 917 justify-content: space-between;
1024 918 }
1025 -
1026 919 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
920 + display: -webkit-box;
921 + display: -ms-flexbox;
922 + display: flex;
923 + -webkit-box-orient: horizontal;
924 + -webkit-box-direction: normal;
925 + -ms-flex-direction: row;
926 + flex-direction: row;
927 + -ms-flex-wrap: nowrap;
928 + flex-wrap: nowrap;
929 + -webkit-box-align: center;
930 + -ms-flex-align: center;
931 + align-items: center;
1027 932 height: 17px;
1028 933 margin: 20px 0px;
934 + -webkit-column-gap: 3px;
935 + -moz-column-gap: 3px;
936 + column-gap: 3px;
1029 937 color: #007bff;
1030 938 font-size: 14px;
1031 939 font-style: normal;
1032 940 font-weight: 500;
@@ -1035,9 +943,8 @@
1035 943 text-align: center;
1036 944 cursor: pointer;
1037 945 font-stretch: normal;
1038 946 }
1039 -
1040 947 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-payment {
1041 948 display: -webkit-box;
1042 949 display: -ms-flexbox;
1043 950 display: flex;
@@ -1069,15 +976,28 @@
1069 976 text-align: center;
1070 977 cursor: pointer;
1071 978 font-stretch: normal;
1072 979 }
1073 -
1074 980 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third {
1075 981 display: none;
1076 982 }
1077 -
1078 983 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third .go-to-second {
984 + display: -webkit-box;
985 + display: -ms-flexbox;
986 + display: flex;
987 + -webkit-box-orient: horizontal;
988 + -webkit-box-direction: normal;
989 + -ms-flex-direction: row;
990 + flex-direction: row;
991 + -ms-flex-wrap: nowrap;
992 + flex-wrap: nowrap;
993 + -webkit-box-align: center;
994 + -ms-flex-align: center;
995 + align-items: center;
1079 996 height: 17px;
997 + -webkit-column-gap: 3px;
998 + -moz-column-gap: 3px;
999 + column-gap: 3px;
1080 1000 color: #007bff;
1081 1001 font-size: 14px;
1082 1002 font-style: normal;
1083 1003 font-weight: 500;
@@ -1086,72 +1006,57 @@
1086 1006 text-align: left;
1087 1007 cursor: pointer;
1088 1008 font-stretch: normal;
1089 1009 }
1090 -
1091 1010 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column {
1092 1011 width: 40%;
1093 1012 padding: 22px 30px 22px 30px;
1094 1013 background-color: transparent;
1095 1014 }
1096 -
1097 1015 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div {
1098 1016 width: 100%;
1099 1017 clear: both;
1100 1018 }
1101 -
1102 1019 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar-sticky {
1103 1020 position: sticky !important;
1104 1021 top: 0;
1105 1022 }
1106 -
1107 1023 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar {
1108 1024 padding: 2px;
1109 1025 scroll-behavior: smooth;
1110 1026 }
1111 -
1112 1027 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .summary_toggle {
1113 1028 display: none;
1114 1029 }
1115 -
1116 1030 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .col2-set {
1117 1031 width: auto !important;
1118 1032 float: none !important;
1119 1033 }
1120 -
1121 1034 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table {
1122 1035 width: 100%;
1123 1036 max-width: 100%;
1124 1037 }
1125 -
1126 1038 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr.cart-subtotal th, .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr.cart-subtotal td {
1127 1039 padding-top: 18px;
1128 1040 }
1129 -
1130 1041 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr .jx-form-row-first {
1131 1042 width: 100%;
1132 1043 }
1133 -
1134 1044 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr .jx-form-row-first input {
1135 1045 width: 100%;
1136 1046 }
1137 -
1138 1047 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr.cart_item td.product-total {
1139 1048 padding-top: 17px;
1140 1049 }
1141 -
1142 1050 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table .sellkit-custom-coupon-form-d-none {
1143 1051 display: none;
1144 1052 }
1145 -
1146 1053 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tfoot tr.order-total td, .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tfoot tr.order-total th {
1147 1054 padding-top: 17px;
1148 1055 }
1149 -
1150 1056 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-collapsible {
1151 1057 margin-top: 0;
1152 1058 }
1153 -
1154 1059 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form {
1155 1060 display: -webkit-inline-box;
1156 1061 display: -ms-inline-flexbox;
1157 1062 display: inline-flex;
@@ -1160,9 +1065,8 @@
1160 1065 -webkit-column-gap: 10px;
1161 1066 -moz-column-gap: 10px;
1162 1067 column-gap: 10px;
1163 1068 }
1164 -
1165 1069 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first {
1166 1070 display: -webkit-box;
1167 1071 display: -ms-flexbox;
1168 1072 display: flex;
@@ -1170,9 +1074,8 @@
1170 1074 margin-top: 0px;
1171 1075 margin-bottom: 1rem;
1172 1076 padding-top: 0px;
1173 1077 }
1174 -
1175 1078 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first input {
1176 1079 margin: 0px;
1177 1080 padding: 16px 0px 14px 14px;
1178 1081 border: solid 1px rgba(0, 0, 0, 0.2);
@@ -1188,13 +1091,11 @@
1188 1091 -webkit-box-shadow: none !important;
1189 1092 box-shadow: none !important;
1190 1093 font-stretch: normal;
1191 1094 }
1192 -
1193 1095 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first input:focus {
1194 1096 border: solid 2px rgba(0, 123, 255, 0.4);
1195 1097 }
1196 -
1197 1098 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last {
1198 1099 display: -webkit-box;
1199 1100 display: -ms-flexbox;
1200 1101 display: flex;
@@ -1200,9 +1101,8 @@
1200 1101 display: flex;
1201 1102 margin-top: 0px;
1202 1103 margin-bottom: 1rem;
1203 1104 }
1204 -
1205 1105 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon {
1206 1106 display: -webkit-box;
1207 1107 display: -ms-flexbox;
1208 1108 display: flex;
@@ -1227,9 +1127,8 @@
1227 1127 background-color: #323232;
1228 1128 color: white;
1229 1129 cursor: pointer;
1230 1130 }
1231 -
1232 1131 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon span {
1233 1132 width: 37px;
1234 1133 height: 17px;
1235 1134 color: #ffffff;
@@ -1248,18 +1147,16 @@
1248 1147 border-bottom: none !important;
1249 1148 border-left: none !important;
1250 1149 opacity: 1 !important;
1251 1150 }
1252 -
1253 1151 .sellkit-checkout-widget-main-wrapper div#payment {
1152 + border-bottom: none !important;
1254 1153 border-radius: 5px;
1255 1154 background: #ebe9eb;
1256 1155 }
1257 -
1258 1156 .sellkit-checkout-widget-main-wrapper #order_review {
1259 1157 background-color: unset !important;
1260 1158 }
1261 -
1262 1159 .sellkit-checkout-widget-main-wrapper #order_review #sellkit-checkout-widget-order-review-wrap th.sellkit-checkout-widget-divider,
1263 1160 .sellkit-checkout-widget-main-wrapper #order_review #sellkit-checkout-widget-order-review-wrap td.sellkit-checkout-widget-divider {
1264 1161 border: 1px solid #e1e1e1;
1265 1162 border-right: none !important;
@@ -1266,29 +1163,25 @@
1266 1163 border-bottom: none !important;
1267 1164 border-left: none !important;
1268 1165 border-radius: 0px !important;
1269 1166 }
1270 -
1271 1167 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-d-block {
1272 1168 display: block !important;
1273 1169 }
1274 -
1275 1170 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-d-none {
1276 1171 display: none;
1277 1172 }
1278 -
1279 1173 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout {
1280 1174 margin-bottom: 32px;
1281 1175 }
1282 -
1283 1176 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box {
1284 1177 height: auto;
1285 1178 min-height: 112px;
1179 + padding: 0 16px 12px;
1286 1180 border: 1px solid #eaeaea;
1287 1181 border-radius: 4px;
1288 1182 background-color: #ffffff;
1289 1183 }
1290 -
1291 1184 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box legend {
1292 1185 width: -webkit-max-content;
1293 1186 width: -moz-max-content;
1294 1187 width: max-content;
@@ -1302,9 +1195,8 @@
1302 1195 line-height: 1.13;
1303 1196 text-align: center;
1304 1197 font-stretch: normal;
1305 1198 }
1306 -
1307 1199 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box .express-methods {
1308 1200 display: -webkit-box;
1309 1201 display: -ms-flexbox;
1310 1202 display: flex;
@@ -1322,15 +1214,14 @@
1322 1214 -webkit-box-pack: center;
1323 1215 -ms-flex-pack: center;
1324 1216 justify-content: center;
1325 1217 margin: 15px 0 0 0;
1326 - padding: 0 0 10px 0;
1218 + padding: 0 0 10px;
1327 1219 -webkit-column-gap: 20px;
1328 1220 -moz-column-gap: 20px;
1329 1221 column-gap: 20px;
1330 1222 row-gap: 10px;
1331 1223 }
1332 -
1333 1224 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box .express-methods > div {
1334 1225 display: -webkit-box;
1335 1226 display: -ms-flexbox;
1336 1227 display: flex;
@@ -1341,9 +1232,10 @@
1341 1232 align-items: center;
1342 1233 -webkit-box-pack: center;
1343 1234 -ms-flex-pack: center;
1344 1235 justify-content: center;
1345 - height: 40px;
1236 + min-height: 40px;
1237 + height: auto;
1346 1238 border-radius: 4px;
1347 1239 font-size: 14px;
1348 1240 font-weight: bold;
1349 1241 text-align: center;
@@ -1348,13 +1240,16 @@
1348 1240 font-weight: bold;
1349 1241 text-align: center;
1350 1242 cursor: pointer;
1351 1243 }
1352 -
1244 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box .express-methods .angelleye-integrated-by-sellkit {
1245 + width: 100% !important;
1246 + height: auto;
1247 + margin: 15px 15px;
1248 +}
1353 1249 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box {
1354 1250 border-top: 1px solid #eaeaea;
1355 1251 }
1356 -
1357 1252 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box legend {
1358 1253 width: -webkit-max-content;
1359 1254 width: -moz-max-content;
1360 1255 width: max-content;
@@ -1368,9 +1263,8 @@
1368 1263 line-height: 1.2;
1369 1264 text-align: center;
1370 1265 font-stretch: normal;
1371 1266 }
1372 -
1373 1267 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout #sellkit-checkout-or-divider {
1374 1268 border-right: none !important;
1375 1269 border-bottom: none !important;
1376 1270 border-left: none !important;
@@ -1375,23 +1269,19 @@
1375 1269 border-bottom: none !important;
1376 1270 border-left: none !important;
1377 1271 border-radius: 0px !important;
1378 1272 }
1379 -
1380 1273 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile {
1381 1274 display: none;
1382 1275 }
1383 -
1384 1276 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i {
1385 1277 margin-right: 13px;
1386 1278 }
1387 -
1388 1279 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop {
1389 1280 display: -webkit-box;
1390 1281 display: -ms-flexbox;
1391 1282 display: flex;
1392 1283 }
1393 -
1394 1284 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop,
1395 1285 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile {
1396 1286 -webkit-box-orient: horizontal;
1397 1287 -webkit-box-direction: normal;
@@ -1401,9 +1291,8 @@
1401 1291 -ms-flex-align: baseline;
1402 1292 align-items: baseline;
1403 1293 margin-bottom: 36px;
1404 1294 }
1405 -
1406 1295 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop span,
1407 1296 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span {
1408 1297 height: 19px;
1409 1298 margin: 0;
@@ -1416,21 +1305,19 @@
1416 1305 text-align: left;
1417 1306 cursor: pointer;
1418 1307 font-stretch: normal;
1419 1308 }
1420 -
1421 1309 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .blue-line,
1422 1310 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .blue-line {
1423 1311 color: #007bff;
1424 1312 }
1425 -
1426 1313 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .current,
1427 1314 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .current {
1428 1315 color: #323232;
1429 1316 }
1430 -
1431 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i,
1432 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i {
1317 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop svg,
1318 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i,
1319 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile svg {
1433 1320 width: 6px;
1434 1321 height: 10px;
1435 1322 font-size: 12px;
1436 1323 -o-object-fit: contain;
@@ -1435,20 +1322,18 @@
1435 1322 font-size: 12px;
1436 1323 -o-object-fit: contain;
1437 1324 object-fit: contain;
1438 1325 }
1439 -
1440 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i,
1326 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop svg,
1441 1327 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span,
1442 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i {
1328 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i,
1329 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile svg {
1443 1330 margin-right: 15px;
1444 1331 }
1445 -
1446 1332 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section {
1447 1333 max-width: 100%;
1448 1334 margin-top: -13px;
1449 1335 }
1450 -
1451 1336 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div {
1452 1337 display: -webkit-box;
1453 1338 display: -ms-flexbox;
1454 1339 display: flex;
@@ -1454,19 +1339,15 @@
1454 1339 display: flex;
1455 1340 width: 100%;
1456 1341 margin: 7px 0 0 0;
1457 1342 }
1458 -
1459 1343 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-fields-wrapper {
1460 1344 width: 100%;
1461 1345 }
1462 -
1463 1346 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-widget-password-field {
1464 1347 display: none !important;
1465 1348 }
1466 -
1467 1349 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .header {
1468 - height: 23px;
1469 1350 margin: 0 0 4px 0;
1470 1351 color: #323232;
1471 1352 font-size: 20px;
1472 1353 font-style: normal;
@@ -1475,17 +1356,14 @@
1475 1356 line-height: 1.2;
1476 1357 text-align: left;
1477 1358 font-stretch: normal;
1478 1359 }
1479 -
1480 1360 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-holder {
1481 1361 margin-top: 20px;
1482 1362 }
1483 -
1484 1363 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-holder input {
1485 1364 text-transform: initial !important;
1486 1365 }
1487 -
1488 1366 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email {
1489 1367 width: 100%;
1490 1368 max-width: 100%;
1491 1369 margin-top: 21px;
@@ -1490,9 +1368,8 @@
1490 1368 max-width: 100%;
1491 1369 margin-top: 21px;
1492 1370 margin-bottom: 0px;
1493 1371 }
1494 -
1495 1372 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email input {
1496 1373 width: 100%;
1497 1374 height: 46px;
1498 1375 margin: 0px 2px 0px 0px;
@@ -1510,21 +1387,17 @@
1510 1387 -webkit-box-shadow: none !important;
1511 1388 box-shadow: none !important;
1512 1389 font-stretch: normal;
1513 1390 }
1514 -
1515 1391 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email input:focus {
1516 1392 border: solid 2px rgba(0, 123, 255, 0.4);
1517 1393 }
1518 -
1519 1394 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .mini-title {
1520 1395 display: none;
1521 1396 }
1522 -
1523 1397 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login_hidden_section {
1524 1398 display: none;
1525 1399 }
1526 -
1527 1400 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-error,
1528 1401 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-empty,
1529 1402 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-username-error {
1530 1403 display: none;
@@ -1537,9 +1410,8 @@
1537 1410 line-height: 1.14;
1538 1411 text-align: left;
1539 1412 font-stretch: normal;
1540 1413 }
1541 -
1542 1414 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .jupiter-checkout-widget-email-search {
1543 1415 display: none;
1544 1416 padding: 7px 0 0 0;
1545 1417 font-size: 14px;
@@ -1549,13 +1421,11 @@
1549 1421 line-height: 1.14;
1550 1422 text-align: left;
1551 1423 font-stretch: normal;
1552 1424 }
1553 -
1554 1425 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div {
1555 1426 padding-top: 11px;
1556 1427 }
1557 -
1558 1428 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div .login-submit {
1559 1429 display: -webkit-inline-box;
1560 1430 display: -ms-inline-flexbox;
1561 1431 display: inline-flex;
@@ -1575,15 +1445,13 @@
1575 1445 text-align: left;
1576 1446 cursor: pointer;
1577 1447 font-stretch: normal;
1578 1448 }
1579 -
1580 1449 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div .login-result {
1581 1450 display: block;
1582 1451 margin-top: 7px;
1583 1452 font-size: 13px;
1584 1453 }
1585 -
1586 1454 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc {
1587 1455 display: none;
1588 1456 margin: 8px 0px 0px 0px;
1589 1457 color: #323232;
@@ -1594,15 +1462,13 @@
1594 1462 line-height: 1.14;
1595 1463 text-align: left;
1596 1464 font-stretch: normal;
1597 1465 }
1598 -
1599 1466 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc p {
1600 1467 display: -webkit-box;
1601 1468 display: -ms-flexbox;
1602 1469 display: flex;
1603 1470 }
1604 -
1605 1471 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc .sellkit-create-account-checkbox {
1606 1472 width: 18px;
1607 1473 height: 18px;
1608 1474 margin: 0px;
@@ -1611,9 +1477,8 @@
1611 1477 background-color: #ffffff;
1612 1478 -webkit-box-shadow: none !important;
1613 1479 box-shadow: none !important;
1614 1480 }
1615 -
1616 1481 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc .sellkit-create-account-checkbox-label {
1617 1482 height: 16px;
1618 1483 margin: 0px 0px 0px 8px;
1619 1484 padding-top: 3px;
@@ -1626,17 +1491,14 @@
1626 1491 text-align: left;
1627 1492 cursor: pointer;
1628 1493 font-stretch: normal;
1629 1494 }
1630 -
1631 1495 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-hide-completely {
1632 1496 display: none !important;
1633 1497 margin: 0 !important;
1634 1498 padding: 0 !important;
1635 1499 }
1636 -
1637 1500 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address .header {
1638 - height: 23px;
1639 1501 margin: 24px 0px 21px 3px;
1640 1502 color: #323232;
1641 1503 font-size: 20px;
1642 1504 font-style: normal;
@@ -1645,22 +1507,15 @@
1645 1507 line-height: 1.2;
1646 1508 text-align: left;
1647 1509 font-stretch: normal;
1648 1510 }
1649 -
1650 -.sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address #ship-to-different-address {
1651 - display: none !important;
1652 -}
1653 -
1654 1511 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-checkout-widget-primary-button:hover,
1655 1512 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form #place_order:hover {
1656 1513 background-color: #111111;
1657 1514 }
1658 -
1659 1515 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form td {
1660 1516 padding: 9px 0 17px 0;
1661 1517 }
1662 -
1663 1518 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form .sellkit-coupon-toggle {
1664 1519 display: block;
1665 1520 padding: 4px 0 11px 0;
1666 1521 color: #007bff;
@@ -1672,16 +1527,13 @@
1672 1527 text-align: left;
1673 1528 cursor: pointer;
1674 1529 font-stretch: normal;
1675 1530 }
1676 -
1677 1531 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form .sellkit-normal-coupon-form {
1678 1532 padding: 6px 0 2px 0;
1679 1533 }
1680 -
1681 1534 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods .shipping-method-header {
1682 1535 width: 100%;
1683 - height: 19px;
1684 1536 margin: 2px 0px 23px 0px;
1685 1537 color: #323232;
1686 1538 font-size: 20px;
1687 1539 font-style: normal;
@@ -1690,9 +1542,8 @@
1690 1542 line-height: 1.2;
1691 1543 text-align: left;
1692 1544 font-stretch: normal;
1693 1545 }
1694 -
1695 1546 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods > span {
1696 1547 display: -webkit-inline-box;
1697 1548 display: -ms-inline-flexbox;
1698 1549 display: inline-flex;
@@ -1704,9 +1555,8 @@
1704 1555 line-height: 1.2;
1705 1556 text-align: left;
1706 1557 font-stretch: normal;
1707 1558 }
1708 -
1709 1559 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page {
1710 1560 width: 100%;
1711 1561 margin-top: 19px;
1712 1562 margin-right: 10px;
@@ -1714,9 +1564,8 @@
1714 1564 border: solid 1px #e1e1e1;
1715 1565 border-radius: 4px;
1716 1566 border-collapse: collapse;
1717 1567 }
1718 -
1719 1568 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr {
1720 1569 border-top: none !important;
1721 1570 border-right: none !important;
1722 1571 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
@@ -1722,45 +1571,36 @@
1722 1571 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1723 1572 border-left: none !important;
1724 1573 background-color: #fff;
1725 1574 }
1726 -
1727 1575 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr td:nth-child(1) {
1728 1576 border-right-width: 0px !important;
1729 1577 }
1730 -
1731 1578 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr td:nth-child(2) {
1732 1579 border-left-width: 0px !important;
1733 1580 }
1734 -
1735 1581 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr td {
1736 1582 background-color: #fff;
1737 1583 }
1738 -
1739 1584 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page .sellkit-shipping-method-t1 {
1740 1585 width: 70%;
1741 1586 padding: 16px 0 0 15px;
1742 1587 text-align: center;
1743 1588 }
1744 -
1745 1589 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page .sellkit-shipping-method-t1 .wrp {
1746 1590 padding-top: 2px;
1747 1591 padding-left: 20px;
1748 1592 }
1749 -
1750 1593 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page .sellkit-shipping-method-t1 .wrp .checkmark {
1751 1594 top: 3px;
1752 1595 left: 4px;
1753 1596 }
1754 -
1755 1597 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page .sellkit-shipping-method-t3 {
1756 1598 padding-right: 17px;
1757 1599 text-align: right;
1758 1600 }
1759 -
1760 1601 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-heading {
1761 - height: 23px;
1762 - margin: 26px 2px 9px 3px;
1602 + margin: 26px 2px 9px 3px !important;
1763 1603 color: #323232;
1764 1604 font-size: 20px;
1765 1605 font-style: normal;
1766 1606 font-weight: normal;
@@ -1768,12 +1608,10 @@
1768 1608 line-height: 1.2;
1769 1609 text-align: left;
1770 1610 font-stretch: normal;
1771 1611 }
1772 -
1773 1612 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-desc {
1774 - height: 16px;
1775 - margin: 9px 0px 19px 3px;
1613 + margin: 9px 0px 7px 3px;
1776 1614 color: #737373;
1777 1615 font-size: 14px;
1778 1616 font-style: normal;
1779 1617 font-weight: normal;
@@ -1781,11 +1619,9 @@
1781 1619 line-height: 1.14;
1782 1620 text-align: left;
1783 1621 font-stretch: normal;
1784 1622 }
1785 -
1786 1623 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-order-review-heading {
1787 - height: 23px;
1788 1624 margin: 0px 0px 19px 0 !important;
1789 1625 color: #323232;
1790 1626 font-size: 20px;
1791 1627 font-style: normal;
@@ -1794,15 +1630,13 @@
1794 1630 line-height: 1.2;
1795 1631 text-align: left;
1796 1632 font-stretch: normal;
1797 1633 }
1798 -
1799 1634 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods {
1800 1635 margin-top: 0 !important;
1801 1636 margin-bottom: 0 !important;
1802 1637 border: solid 1px #e1e1e1;
1803 1638 }
1804 -
1805 1639 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods {
1806 1640 margin-bottom: 0 !important;
1807 1641 padding: 0px !important;
1808 1642 border: none !important;
@@ -1807,9 +1641,8 @@
1807 1641 padding: 0px !important;
1808 1642 border: none !important;
1809 1643 border-radius: 5px;
1810 1644 }
1811 -
1812 1645 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li {
1813 1646 display: -webkit-box;
1814 1647 display: -ms-flexbox;
1815 1648 display: flex;
@@ -1827,9 +1660,8 @@
1827 1660 padding: 0px 0px 0px 18px;
1828 1661 background-color: #ffffff !important;
1829 1662 cursor: pointer !important;
1830 1663 }
1831 -
1832 1664 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label {
1833 1665 height: inherit;
1834 1666 margin: 0 !important;
1835 1667 padding: 0 !important;
@@ -1835,17 +1667,14 @@
1835 1667 padding: 0 !important;
1836 1668 border-left: none !important;
1837 1669 background-color: #fff !important;
1838 1670 }
1839 -
1840 1671 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label::hover {
1841 1672 background-color: #fff !important;
1842 1673 }
1843 -
1844 1674 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label .checkmark {
1845 1675 position: relative;
1846 1676 }
1847 -
1848 1677 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label {
1849 1678 display: -webkit-box;
1850 1679 display: -ms-flexbox;
1851 1680 display: flex;
@@ -1853,8 +1682,11 @@
1853 1682 -webkit-box-orient: horizontal;
1854 1683 -webkit-box-direction: normal;
1855 1684 -ms-flex-direction: row;
1856 1685 flex-direction: row;
1686 + -webkit-box-flex: 1;
1687 + -ms-flex-positive: 1;
1688 + flex-grow: 1;
1857 1689 -ms-flex-wrap: nowrap;
1858 1690 flex-wrap: nowrap;
1859 1691 -ms-flex-line-pack: center;
1860 1692 align-content: center;
@@ -1864,9 +1696,22 @@
1864 1696 -webkit-box-pack: justify;
1865 1697 -ms-flex-pack: justify;
1866 1698 justify-content: space-between;
1867 1699 }
1868 -
1700 +.sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label span {
1701 + display: -webkit-box;
1702 + display: -ms-flexbox;
1703 + display: flex;
1704 + -webkit-box-orient: horizontal;
1705 + -webkit-box-direction: normal;
1706 + -ms-flex-direction: row;
1707 + flex-direction: row;
1708 + -ms-flex-wrap: wrap;
1709 + flex-wrap: wrap;
1710 + -webkit-box-pack: end;
1711 + -ms-flex-pack: end;
1712 + justify-content: flex-end;
1713 +}
1869 1714 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label img {
1870 1715 position: relative;
1871 1716 -webkit-box-flex: 1;
1872 1717 -ms-flex-positive: 1;
@@ -1873,17 +1718,18 @@
1873 1718 flex-grow: 1;
1874 1719 max-width: 40px;
1875 1720 max-height: 40px !important;
1876 1721 margin: 0px 10px 0 0 !important;
1877 - float: right;
1878 1722 }
1879 -
1723 +.sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label > img:first-of-type {
1724 + position: absolute !important;
1725 + right: 0;
1726 +}
1880 1727 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label span {
1881 1728 -webkit-box-flex: 1;
1882 1729 -ms-flex-positive: 1;
1883 1730 flex-grow: 1;
1884 1731 }
1885 -
1886 1732 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .woocommerce-notice--info {
1887 1733 height: auto !important;
1888 1734 min-height: 52px;
1889 1735 margin: 0px;
@@ -1896,13 +1742,11 @@
1896 1742 line-height: 1.14;
1897 1743 text-align: left;
1898 1744 font-stretch: normal;
1899 1745 }
1900 -
1901 1746 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .woocommerce-notice--info::before {
1902 1747 top: auto !important;
1903 1748 }
1904 -
1905 1749 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .sellkit_payment_box {
1906 1750 display: none;
1907 1751 margin: 0px;
1908 1752 padding: 17px 13px 17px 18px;
@@ -1912,9 +1756,8 @@
1912 1756 border-left: none !important;
1913 1757 border-radius: 0px !important;
1914 1758 background-color: #fafafa;
1915 1759 }
1916 -
1917 1760 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .sellkit_payment_box p {
1918 1761 margin: 0px;
1919 1762 padding: 0px;
1920 1763 color: #737373;
@@ -1925,16 +1768,13 @@
1925 1768 line-height: 1.14;
1926 1769 text-align: left;
1927 1770 font-stretch: normal;
1928 1771 }
1929 -
1930 1772 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .payment_method_paypal .about_paypal {
1931 1773 display: none;
1932 1774 }
1933 -
1934 1775 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .sellkit-one-page-checkout-billing-header {
1935 - height: 23px;
1936 - margin: 42px 0px 9px 3px;
1776 + margin: 0px 0px 9px 3px;
1937 1777 color: #323232;
1938 1778 font-size: 20px;
1939 1779 font-style: normal;
1940 1780 font-weight: normal;
@@ -1942,12 +1782,10 @@
1942 1782 line-height: 1.2;
1943 1783 text-align: left;
1944 1784 font-stretch: normal;
1945 1785 }
1946 -
1947 1786 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-desc {
1948 1787 width: 100%;
1949 - height: 16px;
1950 1788 margin: 9px 0 18px 3px;
1951 1789 color: #737373;
1952 1790 font-size: 14px;
1953 1791 font-style: normal;
@@ -1956,9 +1794,8 @@
1956 1794 line-height: 1.14;
1957 1795 text-align: left;
1958 1796 font-stretch: normal;
1959 1797 }
1960 -
1961 1798 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method {
1962 1799 margin: 18px 0 0 0;
1963 1800 padding: 0px 13px 0px 18px;
1964 1801 border: solid 1px #e1e1e1;
@@ -1963,28 +1800,23 @@
1963 1800 padding: 0px 13px 0px 18px;
1964 1801 border: solid 1px #e1e1e1;
1965 1802 background-color: #ffffff;
1966 1803 }
1967 -
1968 1804 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method hr {
1969 1805 height: 0;
1970 1806 border: 0;
1971 1807 border-top: solid 1px #e1e1e1;
1972 1808 }
1973 -
1974 1809 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div {
1975 1810 padding-top: 18px;
1976 1811 padding-bottom: 18px;
1977 1812 }
1978 -
1979 1813 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label {
1980 1814 margin: 0 auto 0 0;
1981 1815 }
1982 -
1983 1816 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label label, .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label .labels {
1984 1817 margin: 0 auto 0 17px;
1985 1818 }
1986 -
1987 1819 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order {
1988 1820 display: -webkit-box;
1989 1821 display: -ms-flexbox;
1990 1822 display: flex;
@@ -1999,9 +1831,8 @@
1999 1831 -ms-flex-pack: justify;
2000 1832 justify-content: space-between;
2001 1833 margin-top: 40px;
2002 1834 }
2003 -
2004 1835 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order #place_order {
2005 1836 display: -webkit-inline-box;
2006 1837 display: -ms-inline-flexbox;
2007 1838 display: inline-flex;
@@ -2035,38 +1866,70 @@
2035 1866 -webkit-box-shadow: none;
2036 1867 box-shadow: none;
2037 1868 font-stretch: normal;
2038 1869 }
2039 -
2040 1870 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .jupiterx-continue-shopping {
2041 1871 display: none !important;
2042 1872 }
2043 -
2044 1873 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill {
2045 1874 width: auto;
2046 1875 }
2047 -
2048 1876 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order > div .gpay-card-info-container {
2049 1877 max-width: 170px;
2050 1878 }
2051 -
2052 1879 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container {
2053 1880 display: contents;
2054 1881 }
2055 -
2056 1882 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container .paypal-buttons {
2057 1883 max-width: 170px !important;
2058 1884 }
2059 -
2060 1885 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .mfn-woo-cart-link {
2061 1886 display: none !important;
2062 1887 }
2063 -
1888 +.sellkit-checkout-widget-main-wrapper table tbody > tr.sellkit-checkout-bundled-products-item > td, .sellkit-checkout-widget-main-wrapper table tbody > tr.sellkit-checkout-bundled-products-item > th {
1889 + background-color: #fafafa;
1890 +}
1891 +.sellkit-checkout-widget-main-wrapper table.woocommerce-checkout-review-order-table .name-price span {
1892 + margin-bottom: 2px;
1893 +}
1894 +.sellkit-checkout-widget-main-wrapper table.woocommerce-checkout-review-order-table .name-price .sellkit-checkout-variations {
1895 + display: block;
1896 +}
1897 +.sellkit-checkout-widget-main-wrapper table.woocommerce-checkout-review-order-table .name-price .sellkit-checkout-variations .sellkit-checkout-variation-item {
1898 + display: -webkit-inline-box;
1899 + display: -ms-inline-flexbox;
1900 + display: inline-flex;
1901 + margin: 0;
1902 + padding: 0;
1903 + color: #737373;
1904 + font-size: 14px;
1905 + font-style: normal;
1906 + font-weight: normal;
1907 + letter-spacing: normal;
1908 + line-height: 1.29;
1909 + text-align: left;
1910 + text-transform: capitalize;
1911 + font-stretch: normal;
1912 +}
1913 +.sellkit-checkout-widget-main-wrapper table.woocommerce-checkout-review-order-table .name-price .sellkit-checkout-variations i {
1914 + margin: 0;
1915 + padding: 0;
1916 + -webkit-transform: rotate(75deg);
1917 + transform: rotate(75deg);
1918 + color: #737373;
1919 + font-family: "Font Awesome 5 Free" !important;
1920 + font-size: 11px;
1921 + font-style: normal;
1922 + letter-spacing: normal;
1923 + line-height: 1.29;
1924 + text-align: left;
1925 + text-decoration: none !important;
1926 + font-stretch: normal;
1927 +}
2064 1928 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products {
2065 1929 margin-top: 17px;
2066 1930 padding-bottom: 32px;
2067 1931 }
2068 -
2069 1932 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-header {
2070 1933 display: -webkit-box;
2071 1934 display: -ms-flexbox;
2072 1935 display: flex;
@@ -2079,9 +1942,8 @@
2079 1942 line-height: 1.2;
2080 1943 text-align: left;
2081 1944 font-stretch: normal;
2082 1945 }
2083 -
2084 1946 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table {
2085 1947 width: 100%;
2086 1948 border-bottom: solid 1px #e1e1e1;
2087 1949 border-bottom-left-radius: 4px;
@@ -2088,15 +1950,13 @@
2088 1950 border-bottom-right-radius: 4px;
2089 1951 border-collapse: separate;
2090 1952 border-spacing: 0;
2091 1953 }
2092 -
2093 1954 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row {
2094 1955 height: 51px;
2095 1956 padding: 16px 0 0;
2096 1957 background-color: #fff;
2097 1958 }
2098 -
2099 1959 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row th {
2100 1960 border: solid 1px #e1e1e1;
2101 1961 color: #323232;
2102 1962 font-size: 14px;
@@ -2106,9 +1966,8 @@
2106 1966 line-height: 1.21;
2107 1967 text-align: left;
2108 1968 font-stretch: normal;
2109 1969 }
2110 -
2111 1970 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-title {
2112 1971 width: 50%;
2113 1972 padding-left: 17px;
2114 1973 border-right: none;
@@ -2113,9 +1972,8 @@
2113 1972 padding-left: 17px;
2114 1973 border-right: none;
2115 1974 border-top-left-radius: 4px;
2116 1975 }
2117 -
2118 1976 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-quantity {
2119 1977 width: 105px;
2120 1978 padding-left: 0px;
2121 1979 border-right: none;
@@ -2120,9 +1978,8 @@
2120 1978 padding-left: 0px;
2121 1979 border-right: none;
2122 1980 border-left: none;
2123 1981 }
2124 -
2125 1982 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-price {
2126 1983 width: 105px;
2127 1984 padding-right: 17px;
2128 1985 border-left: none;
@@ -2128,18 +1985,15 @@
2128 1985 border-left: none;
2129 1986 border-top-right-radius: 4px;
2130 1987 text-align: right;
2131 1988 }
2132 -
2133 1989 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item {
2134 1990 height: 48px;
2135 1991 background-color: #fafafa;
2136 1992 }
2137 -
2138 1993 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item td {
2139 1994 padding: 0;
2140 1995 }
2141 -
2142 1996 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title {
2143 1997 display: -webkit-box;
2144 1998 display: -ms-flexbox;
2145 1999 display: flex;
@@ -2161,8 +2015,9 @@
2161 2015 padding-left: 17px;
2162 2016 -webkit-column-gap: 8px;
2163 2017 -moz-column-gap: 8px;
2164 2018 column-gap: 8px;
2019 + border: 0;
2165 2020 border-left: solid 1px #e1e1e1;
2166 2021 color: #323232;
2167 2022 font-size: 14px;
2168 2023 font-style: normal;
@@ -2171,20 +2026,18 @@
2171 2026 line-height: 1.21;
2172 2027 text-align: left;
2173 2028 font-stretch: normal;
2174 2029 }
2175 -
2176 2030 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title input {
2177 2031 -webkit-box-shadow: none !important;
2178 2032 box-shadow: none !important;
2179 2033 }
2180 -
2181 2034 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title label {
2182 2035 margin: 0;
2183 2036 cursor: pointer;
2184 2037 }
2185 -
2186 2038 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-quantity {
2039 + border: 0;
2187 2040 color: #323232;
2188 2041 font-size: 14px;
2189 2042 font-style: normal;
2190 2043 font-weight: normal;
@@ -2190,23 +2043,24 @@
2190 2043 font-weight: normal;
2191 2044 letter-spacing: normal;
2192 2045 line-height: 1.14;
2193 2046 text-align: left;
2047 + vertical-align: middle;
2194 2048 font-stretch: normal;
2195 2049 }
2196 -
2197 2050 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-quantity input {
2198 2051 width: 49px;
2199 2052 height: 30px;
2200 2053 padding: 6px 0 6px 5px !important;
2054 + border: 1px solid #ced4da;
2201 2055 text-align: center;
2202 2056 -webkit-box-shadow: none !important;
2203 2057 box-shadow: none !important;
2204 2058 }
2205 -
2206 2059 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-price {
2207 2060 padding-right: 17px;
2208 2061 border-right: solid 1px #e1e1e1;
2062 + border-width: 0 1px 0 0;
2209 2063 color: #323232;
2210 2064 font-size: 14px;
2211 2065 font-style: normal;
2212 2066 font-weight: 500;
@@ -2212,34 +2066,80 @@
2212 2066 font-weight: 500;
2213 2067 letter-spacing: normal;
2214 2068 line-height: 1.21;
2215 2069 text-align: right;
2070 + vertical-align: middle;
2216 2071 font-stretch: normal;
2217 2072 }
2218 -
2219 2073 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item:last-of-type td {
2220 2074 border-bottom: solid 1px #e1e1e1;
2221 2075 }
2222 -
2223 2076 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item:last-of-type .sellkit-checkout-bundled-title {
2224 2077 border-bottom-left-radius: 4px;
2225 2078 }
2226 -
2227 2079 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item:last-of-type .sellkit-checkout-bundled-price {
2228 2080 border-bottom-right-radius: 4px;
2229 2081 }
2230 -
2231 2082 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row {
2232 2083 margin: 0 !important;
2233 2084 padding: 0 !important;
2085 + border: none;
2086 + border-right: 1px solid #e1e1e1;
2234 2087 background-color: #fafafa;
2088 + line-height: normal;
2235 2089 }
2236 -
2237 2090 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row hr {
2238 2091 margin: 0 16px;
2239 2092 border-top: solid 1px #e1e1e1;
2240 2093 }
2094 +@supports (-moz-appearance: none) {
2095 + .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row hr {
2096 + opacity: 0.3;
2097 + }
2098 +}
2099 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms {
2100 + margin-top: 10px;
2101 +}
2102 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-invalid #terms {
2103 + outline: none !important;
2104 +}
2105 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms label {
2106 + color: inherit !important;
2107 +}
2108 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-form__input-checkbox {
2109 + margin: 0 2px 0 0 !important;
2110 +}
2111 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-privacy-policy-text p {
2112 + margin: 0;
2113 +}
2114 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-form__label-for-checkbox {
2115 + display: -webkit-box !important;
2116 + display: -ms-flexbox !important;
2117 + display: flex !important;
2118 + -webkit-box-orient: horizontal;
2119 + -webkit-box-direction: normal;
2120 + -ms-flex-direction: row;
2121 + flex-direction: row;
2122 + -ms-flex-wrap: nowrap;
2123 + flex-wrap: nowrap;
2124 + -webkit-box-align: center;
2125 + -ms-flex-align: center;
2126 + align-items: center;
2127 +}
2128 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-form__label-for-checkbox input {
2129 + margin: 0 0 2px 0 !important;
2130 +}
2131 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
2132 + margin-left: 5px;
2133 +}
2241 2134
2135 +.elementor-widget-sellkit-checkout #sellkit-checkout-billing-field-wrapper.woocommerce-billing-fields__field-wrapper.sellkit-hide-different-billing-fields-default {
2136 + display: none;
2137 +}
2138 +.elementor-widget-sellkit-checkout .sellkit-checkout-local-fields.sellkit-hide-form-billing {
2139 + display: none !important;
2140 +}
2141 +
2242 2142 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table {
2243 2143 margin-top: 0 !important;
2244 2144 margin-left: 0px;
2245 2145 padding-left: 0px;
@@ -2247,19 +2147,16 @@
2247 2147 background-color: transparent;
2248 2148 border-collapse: initial !important;
2249 2149 /* Hide default shipping method and replace our own */
2250 2150 }
2251 -
2252 2151 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tbody td {
2253 2152 padding-right: 0 !important;
2254 2153 padding-left: 0 !important;
2255 2154 background-color: inherit !important;
2256 2155 }
2257 -
2258 2156 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr th, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td {
2259 2157 background-color: inherit;
2260 2158 }
2261 -
2262 2159 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr th:not(.sellkit-order-total) {
2263 2160 color: #323232;
2264 2161 font-size: 14px;
2265 2162 font-style: normal;
@@ -2268,9 +2165,8 @@
2268 2165 line-height: 1.21;
2269 2166 text-align: left;
2270 2167 font-stretch: normal;
2271 2168 }
2272 -
2273 2169 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td {
2274 2170 display: -webkit-box;
2275 2171 display: -ms-flexbox;
2276 2172 display: flex;
@@ -2288,9 +2184,8 @@
2288 2184 -webkit-box-pack: end;
2289 2185 -ms-flex-pack: end;
2290 2186 justify-content: flex-end;
2291 2187 }
2292 -
2293 2188 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td:not(.sellkit-order-total) {
2294 2189 color: #323232;
2295 2190 font-size: 14px;
2296 2191 font-style: normal;
@@ -2299,51 +2194,44 @@
2299 2194 line-height: 1.21;
2300 2195 text-align: right;
2301 2196 font-stretch: normal;
2302 2197 }
2303 -
2304 2198 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td:not(.sellkit-order-total) a.woocommerce-remove-coupon {
2305 2199 display: none !important;
2306 2200 }
2307 -
2308 2201 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .sellkit-coupon-label {
2309 2202 margin-left: 8px;
2310 2203 }
2311 -
2312 2204 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .woo-remove-coupon {
2313 2205 color: #737373;
2314 2206 font-size: 16px;
2315 2207 }
2316 -
2317 2208 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .woo-remove-coupon::after {
2318 2209 display: inline;
2319 2210 position: absolute;
2320 2211 margin: 2px 0 0 8px;
2321 2212 font-family: woocommerce;
2322 - content: '\e013';
2213 + content: "";
2323 2214 cursor: pointer;
2324 2215 }
2325 -
2326 2216 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .fa-times-circle {
2327 2217 cursor: pointer;
2328 2218 }
2329 -
2330 2219 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.fee td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.fee th {
2331 2220 border: none !important;
2332 2221 }
2333 -
2222 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.tax-rate td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.tax-rate th {
2223 + border: none !important;
2224 +}
2334 2225 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th {
2335 2226 padding: 0 0 10px 0;
2336 2227 }
2337 -
2338 2228 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:nth-child(1) td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:nth-child(1) th {
2339 2229 padding-top: 20px;
2340 2230 }
2341 -
2342 2231 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) th {
2343 2232 padding-bottom: 19px;
2344 2233 }
2345 -
2346 2234 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.order-total td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.order-total th {
2347 2235 padding: 17px 0 20px 0;
2348 2236 color: #323232;
2349 2237 font-size: 18px;
@@ -2353,13 +2241,11 @@
2353 2241 line-height: 1.28;
2354 2242 text-align: right;
2355 2243 font-stretch: normal;
2356 2244 }
2357 -
2358 2245 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.order-total th {
2359 2246 text-align: left;
2360 2247 }
2361 -
2362 2248 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name {
2363 2249 display: -webkit-box;
2364 2250 display: -ms-flexbox;
2365 2251 display: flex;
@@ -2391,20 +2277,17 @@
2391 2277 line-height: 1.21;
2392 2278 text-align: left;
2393 2279 font-stretch: normal;
2394 2280 }
2395 -
2396 2281 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image {
2397 2282 position: relative;
2398 2283 width: 64px;
2399 2284 min-width: 64px;
2400 2285 }
2401 -
2402 2286 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image img {
2403 2287 width: 64px !important;
2404 2288 height: 64px !important;
2405 2289 }
2406 -
2407 2290 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image .sellkit-checkout-product-item-delete {
2408 2291 position: absolute;
2409 2292 top: 0;
2410 2293 right: 0;
@@ -2410,51 +2293,8 @@
2410 2293 right: 0;
2411 2294 color: red;
2412 2295 cursor: pointer;
2413 2296 }
2414 -
2415 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price {
2416 - padding-top: 5px;
2417 -}
2418 -
2419 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price span {
2420 - margin-bottom: 2px;
2421 -}
2422 -
2423 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price .sellkit-checkout-variations {
2424 - display: block;
2425 -}
2426 -
2427 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price .sellkit-checkout-variations .sellkit-checkout-variation-item {
2428 - display: -webkit-inline-box;
2429 - display: -ms-inline-flexbox;
2430 - display: inline-flex;
2431 - margin: 0;
2432 - padding: 0;
2433 - color: #737373;
2434 - font-size: 14px;
2435 - font-style: normal;
2436 - font-weight: normal;
2437 - letter-spacing: normal;
2438 - line-height: 1.29;
2439 - text-align: left;
2440 - font-stretch: normal;
2441 -}
2442 -
2443 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price .sellkit-checkout-variations .sellkit-checkout-variation-item i {
2444 - margin: 0;
2445 - padding: 0;
2446 - -webkit-transform: rotate(75deg);
2447 - transform: rotate(75deg);
2448 - color: #737373;
2449 - font-size: 11px;
2450 - font-style: normal;
2451 - letter-spacing: normal;
2452 - line-height: 1.29;
2453 - text-align: left;
2454 - font-stretch: normal;
2455 -}
2456 -
2457 2297 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-price {
2458 2298 margin: 0;
2459 2299 padding: 0 !important;
2460 2300 color: #323232;
@@ -2467,29 +2307,67 @@
2467 2307 text-align: right;
2468 2308 vertical-align: middle !important;
2469 2309 font-stretch: normal;
2470 2310 }
2471 -
2311 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row td {
2312 + padding: 0;
2313 + padding-bottom: 20px;
2314 +}
2315 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row .name-price {
2316 + display: -webkit-box;
2317 + display: -ms-flexbox;
2318 + display: flex;
2319 + -webkit-box-orient: vertical;
2320 + -webkit-box-direction: normal;
2321 + -ms-flex-direction: column;
2322 + flex-direction: column;
2323 +}
2324 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row .name-price .fa-times {
2325 + padding-right: 3px;
2326 + font-size: 11px;
2327 +}
2328 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row .name-price .product-quantity {
2329 + font-weight: 600;
2330 +}
2331 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row .sellkit-one-page-checkout-product-price {
2332 + padding: 0 !important;
2333 + padding-bottom: 20px !important;
2334 +}
2335 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row.variation .name-price {
2336 + -webkit-box-orient: horizontal;
2337 + -webkit-box-direction: normal;
2338 + -ms-flex-direction: row;
2339 + flex-direction: row;
2340 + -ms-flex-wrap: wrap;
2341 + flex-wrap: wrap;
2342 +}
2343 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row.variation .name-price .product-quantity {
2344 + width: 100%;
2345 +}
2346 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row.simple .name-price {
2347 + -webkit-box-orient: horizontal !important;
2348 + -webkit-box-direction: normal !important;
2349 + -ms-flex-direction: row !important;
2350 + flex-direction: row !important;
2351 + -webkit-column-gap: 2px;
2352 + -moz-column-gap: 2px;
2353 + column-gap: 2px;
2354 +}
2472 2355 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item .sellkit-one-page-checkout-product-price {
2473 2356 padding-right: 0;
2474 2357 }
2475 -
2476 2358 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .coupon-form td {
2477 2359 border: none !important;
2478 2360 }
2479 -
2480 2361 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-subtotal td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-subtotal th {
2481 2362 border-top: 1px solid #e1e1e1;
2482 2363 }
2483 -
2484 2364 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-discount *, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-shipping-total * {
2485 2365 border: none !important;
2486 2366 }
2487 -
2488 2367 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
2489 2368 display: none !important;
2490 2369 }
2491 -
2492 2370 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-qty {
2493 2371 display: block;
2494 2372 width: 49px !important;
2495 2373 height: 30px;
@@ -2500,13 +2378,11 @@
2500 2378 background-color: #ffffff;
2501 2379 -webkit-box-shadow: none !important;
2502 2380 box-shadow: none !important;
2503 2381 }
2504 -
2505 2382 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-qty:focus {
2506 2383 border: solid 2px rgba(0, 123, 255, 0.4);
2507 2384 }
2508 -
2509 2385 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-custom-coupon-form-d-none {
2510 2386 display: none;
2511 2387 }
2512 2388
@@ -2520,9 +2396,8 @@
2520 2396 /* Create the indicator (the dot/circle - hidden when not checked) */
2521 2397 /* Show the indicator (dot/circle) when checked */
2522 2398 /* Style the indicator (dot/circle) */
2523 2399 }
2524 -
2525 2400 .woocommerce-checkout .wrp {
2526 2401 display: -webkit-box !important;
2527 2402 display: -ms-flexbox !important;
2528 2403 display: flex !important;
@@ -2552,13 +2427,11 @@
2552 2427 -moz-user-select: none;
2553 2428 -ms-user-select: none;
2554 2429 user-select: none;
2555 2430 }
2556 -
2557 2431 .woocommerce-checkout .wrp::before {
2558 2432 display: none !important;
2559 2433 }
2560 -
2561 2434 .woocommerce-checkout .wrp label, .woocommerce-checkout .wrp .labels {
2562 2435 height: 17px;
2563 2436 margin-left: 12px;
2564 2437 padding-top: 1px;
@@ -2571,45 +2444,39 @@
2571 2444 text-align: left;
2572 2445 cursor: pointer;
2573 2446 font-stretch: normal;
2574 2447 }
2575 -
2576 2448 .woocommerce-checkout .wrp input {
2577 2449 display: none;
2578 2450 }
2579 -
2580 2451 .woocommerce-checkout .checkmark {
2581 2452 position: absolute;
2453 + top: 0;
2582 2454 left: 0;
2583 - width: 17px;
2584 - height: 17px;
2455 + width: 18px;
2456 + height: 18px;
2585 2457 border: solid 1px rgba(0, 0, 0, 0.2);
2586 2458 border-radius: 50%;
2587 2459 background-color: #ffffff;
2588 2460 }
2589 -
2590 2461 .woocommerce-checkout .wrp:hover input ~ .checkmark {
2591 2462 background-color: #ffffff;
2592 2463 }
2593 -
2594 2464 .woocommerce-checkout .wrp input:checked ~ .checkmark {
2595 2465 border-radius: 60%;
2596 2466 background-color: #323232;
2597 2467 }
2598 -
2599 2468 .woocommerce-checkout .checkmark:after {
2600 2469 display: none;
2601 2470 position: absolute;
2602 2471 content: "";
2603 2472 }
2604 -
2605 2473 .woocommerce-checkout .wrp input:checked ~ .checkmark:after {
2606 2474 display: block;
2607 2475 }
2608 -
2609 2476 .woocommerce-checkout .wrp .checkmark:after {
2610 2477 top: 6px;
2611 - left: 5px;
2478 + left: 6px;
2612 2479 width: 4px;
2613 2480 height: 4px;
2614 2481 border-radius: 50%;
2615 2482 background: white;
@@ -2616,24 +2483,28 @@
2616 2483 }
2617 2484
2618 2485 /* Shipping & Billing Fields */
2619 2486 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper {
2620 - padding: 16px 0px 4px 16px;
2487 + padding: 16px 16px 4px 16px;
2621 2488 border: solid 1px #e1e1e1;
2489 + border-top: none;
2622 2490 background-color: #fafafa;
2623 2491 }
2624 -
2492 +#sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper.border-top {
2493 + border-top: 1px solid #e0e0e0;
2494 +}
2625 2495 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2626 2496 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper {
2627 2497 display: inline-table;
2628 2498 }
2629 -
2630 2499 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
2631 2500 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
2632 2501 position: relative;
2633 2502 float: left;
2634 2503 }
2635 -
2504 +#sellkit-checkout-widget-id .hide-billing-fields-default {
2505 + display: none;
2506 +}
2636 2507 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2637 2508 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper,
2638 2509 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section {
2639 2510 width: 100%;
@@ -2638,15 +2509,13 @@
2638 2509 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section {
2639 2510 width: 100%;
2640 2511 margin: 0;
2641 2512 }
2642 -
2643 2513 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-fields-wrapper .sellkit-select-appearance,
2644 2514 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-fields-wrapper .sellkit-select-appearance,
2645 2515 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-fields-wrapper .sellkit-select-appearance {
2646 2516 display: none;
2647 2517 }
2648 -
2649 2518 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-field-select select,
2650 2519 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-field-select select,
2651 2520 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-field-select select {
2652 2521 background-image: none !important;
@@ -2653,9 +2522,8 @@
2653 2522 -webkit-appearance: none;
2654 2523 -moz-appearance: none;
2655 2524 appearance: none;
2656 2525 }
2657 -
2658 2526 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-field-select .sellkit-select-appearance,
2659 2527 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-field-select .sellkit-select-appearance,
2660 2528 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-field-select .sellkit-select-appearance {
2661 2529 display: -webkit-inline-box;
@@ -2665,13 +2533,14 @@
2665 2533 top: 16px;
2666 2534 right: 17px;
2667 2535 height: 0px;
2668 2536 float: right;
2669 - color: #111111;
2670 2537 font-weight: 900;
2538 + fill: #737373;
2539 + -webkit-filter: brightness(70%) !important;
2540 + filter: brightness(70%) !important;
2671 2541 pointer-events: none;
2672 2542 }
2673 -
2674 2543 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p,
2675 2544 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p,
2676 2545 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p {
2677 2546 width: 100% !important;
@@ -2676,9 +2545,8 @@
2676 2545 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p {
2677 2546 width: 100% !important;
2678 2547 float: left;
2679 2548 }
2680 -
2681 2549 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p input:not(.sellkit-create-account-checkbox), #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p select, #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p textarea,
2682 2550 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p input:not(.sellkit-create-account-checkbox),
2683 2551 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p select,
2684 2552 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p textarea,
@@ -2686,81 +2554,68 @@
2686 2554 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p select,
2687 2555 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p textarea {
2688 2556 width: 100%;
2689 2557 }
2690 -
2691 2558 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-33,
2692 2559 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-33,
2693 2560 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-33 {
2694 2561 width: 33%;
2695 2562 }
2696 -
2697 2563 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-34,
2698 2564 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-34,
2699 2565 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-34 {
2700 2566 width: 34%;
2701 2567 }
2702 -
2703 2568 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-10,
2704 2569 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-10,
2705 2570 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-10 {
2706 2571 width: 10%;
2707 2572 }
2708 -
2709 2573 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-20,
2710 2574 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-20,
2711 2575 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-20 {
2712 2576 width: 20%;
2713 2577 }
2714 -
2715 2578 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-30,
2716 2579 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-30,
2717 2580 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-30 {
2718 2581 width: 30%;
2719 2582 }
2720 -
2721 2583 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-40,
2722 2584 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-40,
2723 2585 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-40 {
2724 2586 width: 40%;
2725 2587 }
2726 -
2727 2588 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-50,
2728 2589 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-50,
2729 2590 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-50 {
2730 2591 width: 50%;
2731 2592 }
2732 -
2733 2593 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-60,
2734 2594 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-60,
2735 2595 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-60 {
2736 2596 width: 60%;
2737 2597 }
2738 -
2739 2598 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-70,
2740 2599 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-70,
2741 2600 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-70 {
2742 2601 width: 70%;
2743 2602 }
2744 -
2745 2603 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-80,
2746 2604 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-80,
2747 2605 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-80 {
2748 2606 width: 80%;
2749 2607 }
2750 -
2751 2608 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-90,
2752 2609 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-90,
2753 2610 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-90 {
2754 2611 width: 90%;
2755 2612 }
2756 -
2757 2613 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-100,
2758 2614 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-100,
2759 2615 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-100 {
2760 2616 width: 100%;
2761 2617 }
2762 -
2763 2618 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .validate-postcode,
2764 2619 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .validate-postcode,
2765 2620 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .validate-postcode {
2766 2621 right: 0px;
@@ -2765,15 +2620,13 @@
2765 2620 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .validate-postcode {
2766 2621 right: 0px;
2767 2622 width: 34%;
2768 2623 }
2769 -
2770 2624 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea,
2771 2625 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea,
2772 2626 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea {
2773 2627 background-color: #ffffff;
2774 2628 }
2775 -
2776 2629 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=text],
2777 2630 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=email],
2778 2631 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=password],
2779 2632 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=tel],
@@ -2802,9 +2655,8 @@
2802 2655 line-height: 1.14;
2803 2656 text-align: left;
2804 2657 font-stretch: normal;
2805 2658 }
2806 -
2807 2659 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=text]:focus,
2808 2660 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=email]:focus,
2809 2661 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=password]:focus,
2810 2662 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=tel]:focus,
@@ -2823,9 +2675,8 @@
2823 2675 background-color: #ffffff;
2824 2676 -webkit-box-shadow: none;
2825 2677 box-shadow: none;
2826 2678 }
2827 -
2828 2679 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input.filled:not(.exclude-default-style),
2829 2680 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input.filled:not(.exclude-default-style),
2830 2681 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.filled:not(.exclude-default-style) {
2831 2682 padding: 19px 0 2px 14px;
@@ -2830,9 +2681,8 @@
2830 2681 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.filled:not(.exclude-default-style) {
2831 2682 padding: 19px 0 2px 14px;
2832 2683 text-transform: capitalize;
2833 2684 }
2834 -
2835 2685 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input.empty,
2836 2686 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input.empty,
2837 2687 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.empty {
2838 2688 padding-top: 7px;
@@ -2837,15 +2687,13 @@
2837 2687 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.empty {
2838 2688 padding-top: 7px;
2839 2689 padding-left: 14px;
2840 2690 }
2841 -
2842 2691 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select.filled,
2843 2692 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select.filled,
2844 2693 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.filled {
2845 2694 padding: 19px 0 2px 14px !important;
2846 2695 }
2847 -
2848 2696 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select.empty,
2849 2697 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select.empty,
2850 2698 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.empty {
2851 2699 padding-top: 7px;
@@ -2850,9 +2698,8 @@
2850 2698 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.empty {
2851 2699 padding-top: 7px;
2852 2700 padding-left: 14px;
2853 2701 }
2854 -
2855 2702 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea.filled,
2856 2703 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea.filled,
2857 2704 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.filled {
2858 2705 padding-top: 22px;
@@ -2857,9 +2704,8 @@
2857 2704 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.filled {
2858 2705 padding-top: 22px;
2859 2706 padding-left: 14px;
2860 2707 }
2861 -
2862 2708 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea.empty,
2863 2709 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea.empty,
2864 2710 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.empty {
2865 2711 padding-top: 7px;
@@ -2864,27 +2710,23 @@
2864 2710 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.empty {
2865 2711 padding-top: 7px;
2866 2712 padding-left: 14px;
2867 2713 }
2868 -
2869 2714 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .form-row-wide,
2870 2715 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .form-row-wide,
2871 2716 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .form-row-wide {
2872 2717 clear: unset;
2873 2718 }
2874 -
2875 2719 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields),
2876 2720 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields),
2877 2721 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields) {
2878 2722 padding: 0 14px 0 0;
2879 2723 }
2880 -
2881 2724 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section),
2882 2725 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section),
2883 2726 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section) {
2884 2727 margin: 0 0 14px 0;
2885 2728 }
2886 -
2887 2729 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper,
2888 2730 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper,
2889 2731 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper {
2890 2732 display: inline-block;
@@ -2889,15 +2731,13 @@
2889 2731 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper {
2890 2732 display: inline-block;
2891 2733 position: relative;
2892 2734 }
2893 -
2894 2735 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper p,
2895 2736 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper p,
2896 2737 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper p {
2897 2738 margin: 0;
2898 2739 }
2899 -
2900 2740 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation,
2901 2741 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation,
2902 2742 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation {
2903 2743 display: none;
@@ -2902,9 +2742,8 @@
2902 2742 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation {
2903 2743 display: none;
2904 2744 padding-top: 9px;
2905 2745 }
2906 -
2907 2746 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm,
2908 2747 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm,
2909 2748 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm {
2910 2749 color: #e22120;
@@ -2915,9 +2754,8 @@
2915 2754 line-height: 1.14;
2916 2755 text-align: left;
2917 2756 font-stretch: normal;
2918 2757 }
2919 -
2920 2758 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors,
2921 2759 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors,
2922 2760 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors {
2923 2761 display: inline-block;
@@ -2930,9 +2768,8 @@
2930 2768 line-height: 1.14;
2931 2769 text-align: left;
2932 2770 font-stretch: normal;
2933 2771 }
2934 -
2935 2772 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .mini-title,
2936 2773 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .mini-title,
2937 2774 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .mini-title {
2938 2775 display: none;
@@ -2947,9 +2784,8 @@
2947 2784 line-height: 1.15;
2948 2785 text-align: left;
2949 2786 font-stretch: normal;
2950 2787 }
2951 -
2952 2788 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper,
2953 2789 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper,
2954 2790 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper {
2955 2791 display: -webkit-box;
@@ -2955,9 +2791,8 @@
2955 2791 display: -webkit-box;
2956 2792 display: -ms-flexbox;
2957 2793 display: flex;
2958 2794 }
2959 -
2960 2795 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin,
2961 2796 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin,
2962 2797 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin {
2963 2798 margin-right: 5px;
@@ -2964,9 +2799,8 @@
2964 2799 border: solid 2px rgba(0, 123, 255, 0.4);
2965 2800 -webkit-box-shadow: none;
2966 2801 box-shadow: none;
2967 2802 }
2968 -
2969 2803 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label,
2970 2804 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label,
2971 2805 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label {
2972 2806 margin: 0;
@@ -2979,9 +2813,8 @@
2979 2813 text-align: left;
2980 2814 cursor: pointer;
2981 2815 font-stretch: normal;
2982 2816 }
2983 -
2984 2817 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper select[multiple],
2985 2818 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper select[multiple],
2986 2819 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper select[multiple] {
2987 2820 width: 100%;
@@ -2994,9 +2827,8 @@
2994 2827 -webkit-appearance: menulist;
2995 2828 -moz-appearance: menulist;
2996 2829 appearance: menulist;
2997 2830 }
2998 -
2999 2831 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .free_label,
3000 2832 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .free_label,
3001 2833 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .free_label {
3002 2834 width: 100%;
@@ -3008,15 +2840,13 @@
3008 2840 line-height: 1.14;
3009 2841 text-align: left;
3010 2842 font-stretch: normal;
3011 2843 }
3012 -
3013 2844 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100,
3014 2845 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100,
3015 2846 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100 {
3016 2847 width: 100%;
3017 2848 }
3018 -
3019 2849 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper,
3020 2850 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper,
3021 2851 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper {
3022 2852 display: -webkit-inline-box;
@@ -3042,9 +2872,8 @@
3042 2872 line-height: 1.14;
3043 2873 text-align: left;
3044 2874 font-stretch: normal;
3045 2875 }
3046 -
3047 2876 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper input,
3048 2877 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper input,
3049 2878 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper input {
3050 2879 margin-right: 5px;
@@ -3050,9 +2879,8 @@
3050 2879 margin-right: 5px;
3051 2880 -webkit-box-shadow: none;
3052 2881 box-shadow: none;
3053 2882 }
3054 -
3055 2883 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper label,
3056 2884 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper label,
3057 2885 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper label {
3058 2886 margin: 0 !important;
@@ -3057,9 +2885,8 @@
3057 2885 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper label {
3058 2886 margin: 0 !important;
3059 2887 cursor: pointer;
3060 2888 }
3061 -
3062 2889 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper .woocommerce-input-wrapper,
3063 2890 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper .woocommerce-input-wrapper,
3064 2891 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper .woocommerce-input-wrapper {
3065 2892 display: block;
@@ -3067,9 +2894,8 @@
3067 2894 border: solid 1px rgba(0, 0, 0, 0.2);
3068 2895 border-radius: 4px;
3069 2896 background-color: #ffffff;
3070 2897 }
3071 -
3072 2898 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper label.radio,
3073 2899 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper label.radio,
3074 2900 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper label.radio {
3075 2901 display: -webkit-inline-box;
@@ -3086,9 +2912,8 @@
3086 2912 line-height: 1.14;
3087 2913 text-align: left;
3088 2914 font-stretch: normal;
3089 2915 }
3090 -
3091 2916 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper span.radio-divider,
3092 2917 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper span.radio-divider,
3093 2918 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper span.radio-divider {
3094 2919 display: block;
@@ -3094,9 +2919,8 @@
3094 2919 display: block;
3095 2920 margin: 0;
3096 2921 padding: 0;
3097 2922 }
3098 -
3099 2923 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .form-row-wide,
3100 2924 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .form-row-wide,
3101 2925 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .form-row-wide {
3102 2926 clear: unset;
@@ -3107,13 +2931,12 @@
3107 2931 margin-bottom: 43px;
3108 2932 line-height: 1.57;
3109 2933 }
3110 2934 #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc {
3111 - margin-bottom: 23px;
3112 2935 line-height: 1.57;
3113 2936 }
3114 2937 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
3115 - #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
2938 +#sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
3116 2939 display: inline-grid !important;
3117 2940 -ms-flex-line-pack: center !important;
3118 2941 align-content: center !important;
3119 2942 width: 100%;
@@ -3122,9 +2945,8 @@
3122 2945 float: left;
3123 2946 justify-items: end !important;
3124 2947 }
3125 2948 }
3126 -
3127 2949 @media only screen and (max-width: 600px) {
3128 2950 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-widget-express-checkout .express-box {
3129 2951 height: auto;
3130 2952 padding-bottom: 15px;
@@ -3172,9 +2994,9 @@
3172 2994 width: 100%;
3173 2995 margin: 0;
3174 2996 }
3175 2997 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-shipping-fields__field-wrapper div,
3176 - .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-billing-fields__field-wrapper div {
2998 +.sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-billing-fields__field-wrapper div {
3177 2999 width: 100% !important;
3178 3000 }
3179 3001 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods .shipping-method-header {
3180 3002 width: -webkit-max-content;
@@ -3261,9 +3083,8 @@
3261 3083 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-checkout-bundled-products .sellkit-head-row-title {
3262 3084 width: 50%;
3263 3085 }
3264 3086 }
3265 -
3266 3087 /* Minor mobile css to remove container gaps in both one step and multi step design. */
3267 3088 @media only screen and (max-width: 600px) {
3268 3089 .sellkit-checkout-widget-main-wrapper {
3269 3090 width: 100vw;
@@ -3269,11 +3090,13 @@
3269 3090 width: 100vw;
3270 3091 margin-right: calc(-50vw + 50%);
3271 3092 margin-left: calc(-50vw + 50%);
3272 3093 }
3094 +
3273 3095 .sellkit-checkout-widget-one-page-build {
3274 3096 padding: 0 21px;
3275 3097 }
3098 +
3276 3099 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-left-column {
3277 3100 padding-right: 23px !important;
3278 3101 padding-left: 23px !important;
3279 3102 }
@@ -3282,13 +3105,13 @@
3282 3105 }
3283 3106 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile {
3284 3107 padding-left: 26px !important;
3285 3108 }
3109 +
3286 3110 .sellkit-checkout-bundled-products th:not(.sellkit-head-row-title) {
3287 3111 width: 50px !important;
3288 3112 }
3289 3113 }
3290 -
3291 3114 /* Mobile Style , style widget for less than 600px : multistep */
3292 3115 @media only screen and (max-width: 600px) {
3293 3116 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-desktop {
3294 3117 display: none;
@@ -3384,9 +3207,10 @@
3384 3207 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column {
3385 3208 -webkit-box-ordinal-group: 2;
3386 3209 -ms-flex-order: 1;
3387 3210 order: 1;
3388 - width: 100%;
3211 + width: 95%;
3212 + margin: 0 auto;
3389 3213 }
3390 3214 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div {
3391 3215 width: 100%;
3392 3216 }
@@ -3448,16 +3272,16 @@
3448 3272 margin-top: 9px;
3449 3273 padding-bottom: 18px !important;
3450 3274 }
3451 3275 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-shipping-fields__field-wrapper div,
3452 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper div {
3276 +.sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper div {
3453 3277 position: static;
3454 3278 width: 100% !important;
3455 3279 float: left;
3456 3280 }
3457 3281 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper, .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper > input,
3458 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
3459 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > input {
3282 +.sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
3283 +.sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > input {
3460 3284 width: 100% !important;
3461 3285 }
3462 3286 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar {
3463 3287 position: relative;
@@ -3477,18 +3301,17 @@
3477 3301 -webkit-box-orient: horizontal;
3478 3302 -webkit-box-direction: normal;
3479 3303 -ms-flex-direction: row;
3480 3304 flex-direction: row;
3481 - -ms-flex-wrap: nowrap;
3482 - flex-wrap: nowrap;
3305 + -ms-flex-wrap: wrap;
3306 + flex-wrap: wrap;
3483 3307 -ms-flex-line-pack: center;
3484 3308 align-content: center;
3485 3309 -webkit-box-align: center;
3486 3310 -ms-flex-align: center;
3487 3311 align-items: center;
3488 - -webkit-box-pack: start;
3489 - -ms-flex-pack: start;
3490 - justify-content: flex-start;
3312 + -ms-flex-pack: distribute;
3313 + justify-content: space-around;
3491 3314 height: 63px;
3492 3315 border: solid 1px #e1e1e1;
3493 3316 border-top: none;
3494 3317 border-right: none;
@@ -3494,14 +3317,28 @@
3494 3317 border-right: none;
3495 3318 border-left: none;
3496 3319 background-color: #fafafa;
3497 3320 }
3498 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .icon .fa {
3321 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper {
3322 + display: -webkit-box;
3323 + display: -ms-flexbox;
3324 + display: flex;
3325 + -webkit-box-orient: horizontal;
3326 + -webkit-box-direction: normal;
3327 + -ms-flex-direction: row;
3328 + flex-direction: row;
3329 + -ms-flex-wrap: wrap;
3330 + flex-wrap: wrap;
3331 + -webkit-box-align: center;
3332 + -ms-flex-align: center;
3333 + align-items: center;
3334 + }
3335 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .sellkit-checkout-summary-toggle-shop-icon svg {
3336 + width: 16px;
3499 3337 height: 16px;
3500 - margin: 2px 0px 4px 0;
3501 - color: #007bff;
3338 + fill: #007bff;
3502 3339 }
3503 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .title {
3340 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .title {
3504 3341 height: 16px;
3505 3342 margin: 0 5px 0 10px;
3506 3343 color: #007bff;
3507 3344 font-size: 14px;
@@ -3512,11 +3349,22 @@
3512 3349 text-align: left;
3513 3350 cursor: pointer;
3514 3351 font-stretch: normal;
3515 3352 }
3353 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .sellkit-checkout-summary-toggle-up svg {
3354 + width: 14px;
3355 + height: 14px;
3356 + fill: #007bff;
3357 + }
3358 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .sellkit-checkout-summary-toggle-down {
3359 + display: none;
3360 + }
3361 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .sellkit-checkout-summary-toggle-down svg {
3362 + width: 14px;
3363 + height: 14px;
3364 + fill: #007bff;
3365 + }
3516 3366 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price {
3517 - position: absolute;
3518 - right: 22px;
3519 3367 color: #323232;
3520 3368 font-size: 18px;
3521 3369 font-style: normal;
3522 3370 font-weight: bold;
@@ -3632,14 +3480,14 @@
3632 3480 justify-content: center;
3633 3481 margin-top: -19px;
3634 3482 row-gap: 3px;
3635 3483 }
3636 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span {
3637 - width: 100%;
3484 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer > span {
3485 + width: auto;
3638 3486 margin: 0;
3639 3487 text-align: center;
3640 3488 }
3641 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span a {
3489 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer > span a {
3642 3490 float: none;
3643 3491 text-align: center;
3644 3492 }
3645 3493 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
@@ -3644,8 +3492,11 @@
3644 3492 }
3645 3493 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
3646 3494 margin-top: 23px;
3647 3495 }
3496 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-payment {
3497 + width: 100%;
3498 + }
3648 3499 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third {
3649 3500 padding-right: 21px;
3650 3501 padding-left: 21px;
3651 3502 }
@@ -3661,10 +3512,12 @@
3661 3512 -ms-flex-direction: column-reverse;
3662 3513 flex-direction: column-reverse;
3663 3514 margin-top: 23px;
3664 3515 }
3516 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order #place_order {
3517 + width: 100% !important;
3518 + }
3665 3519 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second, .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order button {
3666 - width: 100% !important;
3667 3520 text-align: center;
3668 3521 }
3669 3522 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second {
3670 3523 margin-top: 23px;
@@ -3786,9 +3639,8 @@
3786 3639 text-align: left;
3787 3640 font-stretch: normal;
3788 3641 }
3789 3642 }
3790 -
3791 3643 @media only screen and (max-width: 359px) {
3792 3644 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile {
3793 3645 padding-left: 10px !important;
3794 3646 }
@@ -3795,9 +3647,8 @@
3795 3647 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile span {
3796 3648 margin-right: 9px;
3797 3649 }
3798 3650 }
3799 -
3800 3651 /************ Sellkit funnel steps checkout order bump ****/
3801 3652 /**********************************************************/
3802 3653 .sellkit-checkout-step-bump-wrapper {
3803 3654 width: 100%;
@@ -3804,9 +3655,8 @@
3804 3655 margin: 10px 0 10px 0;
3805 3656 padding: 0 0 18px 0;
3806 3657 border: 2px dashed #9e9e9e;
3807 3658 }
3808 -
3809 3659 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header {
3810 3660 display: -webkit-box;
3811 3661 display: -ms-flexbox;
3812 3662 display: flex;
@@ -3826,9 +3676,8 @@
3826 3676 justify-content: space-between;
3827 3677 padding: 18px 26px 19px 16.1px;
3828 3678 background-color: #fffe99;
3829 3679 }
3830 -
3831 3680 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header {
3832 3681 display: -webkit-box;
3833 3682 display: -ms-flexbox;
3834 3683 display: flex;
@@ -3849,9 +3698,8 @@
3849 3698 -webkit-column-gap: 13px;
3850 3699 -moz-column-gap: 13px;
3851 3700 column-gap: 13px;
3852 3701 }
3853 -
3854 3702 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header input {
3855 3703 min-width: 16px !important;
3856 3704 min-height: 16px !important;
3857 3705 -webkit-box-shadow: none !important;
@@ -3856,9 +3704,8 @@
3856 3704 min-height: 16px !important;
3857 3705 -webkit-box-shadow: none !important;
3858 3706 box-shadow: none !important;
3859 3707 }
3860 -
3861 3708 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header .sellkit-checkout-order-bump-title {
3862 3709 position: relative;
3863 3710 left: -6px;
3864 3711 margin: 0;
@@ -3871,9 +3718,8 @@
3871 3718 text-align: left;
3872 3719 cursor: pointer;
3873 3720 font-stretch: normal;
3874 3721 }
3875 -
3876 3722 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-right-header .sellkit-checkout-order-bump-price {
3877 3723 display: -webkit-box;
3878 3724 display: -ms-flexbox;
3879 3725 display: flex;
@@ -3902,14 +3748,12 @@
3902 3748 line-height: 1.19 !important;
3903 3749 text-align: left;
3904 3750 font-stretch: normal;
3905 3751 }
3906 -
3907 3752 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-right-header .sellkit-checkout-order-bump-price .bump-price-bolded {
3908 3753 font-weight: bold;
3909 3754 text-decoration: none !important;
3910 3755 }
3911 -
3912 3756 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body {
3913 3757 display: -webkit-box;
3914 3758 display: -ms-flexbox;
3915 3759 display: flex;
@@ -3925,24 +3769,20 @@
3925 3769 -webkit-column-gap: 22px;
3926 3770 -moz-column-gap: 22px;
3927 3771 column-gap: 22px;
3928 3772 }
3929 -
3930 3773 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-left-body {
3931 3774 max-width: 120px;
3932 3775 }
3933 -
3934 3776 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-left-body img {
3935 3777 max-width: 100%;
3936 3778 height: auto;
3937 3779 }
3938 -
3939 3780 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-right-body {
3940 3781 -webkit-box-flex: 1;
3941 3782 -ms-flex-positive: 1;
3942 3783 flex-grow: 1;
3943 3784 }
3944 -
3945 3785 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-right-body .sellkit-bump-order-description {
3946 3786 padding: 3px 0 0 0;
3947 3787 color: #222;
3948 3788 font-size: 14px;
@@ -3968,8 +3808,19 @@
3968 3808 -ms-flex-direction: column-reverse !important;
3969 3809 flex-direction: column-reverse !important;
3970 3810 }
3971 3811 }
3812 +.sellkit-checkout-empty-cart-message-box {
3813 + position: relative;
3814 + margin-bottom: 5px;
3815 + padding: 15px;
3816 + border-left: 5px solid transparent;
3817 + border-radius: 5px;
3818 + border-color: #bcdff1;
3819 + background-color: #d9edf7;
3820 + color: #31708f;
3821 + text-align: left;
3822 +}
3972 3823
3973 3824 /************ Integration with Third party plugins ********/
3974 3825 /**********************************************************/
3975 3826 #sellkit-checkout-widget-id {
@@ -3980,49 +3831,40 @@
3980 3831 /** klarma checkout **/
3981 3832 /** Amazon pay woocommerce **/
3982 3833 /** Stripe woocommerce official **/
3983 3834 }
3984 -
3985 3835 #sellkit-checkout-widget-id .gpay-card-info-placeholder-container {
3986 3836 height: 0px !important;
3987 3837 margin: 0 !important;
3988 3838 }
3989 -
3990 3839 #sellkit-checkout-widget-id .gpay-card-info-placeholder-container * {
3991 3840 height: 0px !important;
3992 3841 }
3993 -
3994 3842 #sellkit-checkout-widget-id .gpay-card-info-animation-container {
3995 3843 position: absolute;
3996 3844 bottom: 2px;
3997 3845 }
3998 -
3999 3846 #sellkit-checkout-widget-id #paypal_ec_button {
4000 3847 width: 170px !important;
4001 3848 max-width: 170px !important;
4002 3849 }
4003 -
4004 3850 #sellkit-checkout-widget-id #paypal_ec_button img {
4005 3851 min-width: 170px;
4006 3852 max-width: 170px;
4007 3853 height: 40px;
4008 3854 }
4009 -
4010 3855 #sellkit-checkout-widget-id .wc-braintree-paypal-top-container {
4011 3856 width: 170px;
4012 3857 max-width: 170px;
4013 3858 }
4014 -
4015 3859 #sellkit-checkout-widget-id .wc-braintree-paypal-top-container .paypal-buttons {
4016 3860 width: 170px;
4017 3861 max-width: 170px;
4018 3862 }
4019 -
4020 3863 #sellkit-checkout-widget-id .wc-braintree-banner-gateway {
4021 3864 width: 170px;
4022 3865 max-width: 170px;
4023 3866 }
4024 -
4025 3867 #sellkit-checkout-widget-id .payment_method_braintree_googlepay img,
4026 3868 #sellkit-checkout-widget-id .payment_method_braintree_applepay img,
4027 3869 #sellkit-checkout-widget-id .payment_method_braintree_paypal img {
4028 3870 position: absolute !important;
@@ -4027,50 +3869,41 @@
4027 3869 #sellkit-checkout-widget-id .payment_method_braintree_paypal img {
4028 3870 position: absolute !important;
4029 3871 right: 0px !important;
4030 3872 }
4031 -
4032 3873 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay {
4033 3874 width: 170px !important;
4034 3875 max-width: 170px !important;
4035 3876 }
4036 -
4037 3877 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div {
4038 3878 width: 170px !important;
4039 3879 max-width: 170px !important;
4040 3880 height: 40px !important;
4041 3881 }
4042 -
4043 3882 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div button {
4044 3883 width: 170px !important;
4045 3884 min-width: 170px !important;
4046 3885 max-width: 170px !important;
4047 3886 }
4048 -
4049 3887 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div button .gpay-card-info-placeholder-container {
4050 3888 width: 170px !important;
4051 3889 max-width: 170px !important;
4052 3890 }
4053 -
4054 3891 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay iframe {
4055 3892 position: absolute;
4056 3893 top: 0px;
4057 3894 right: 30px;
4058 3895 }
4059 -
4060 3896 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_paypal {
4061 3897 width: 170px !important;
4062 3898 max-width: 170px !important;
4063 3899 }
4064 -
4065 3900 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_paypal > div {
4066 3901 height: 40px !important;
4067 3902 }
4068 -
4069 3903 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay {
4070 3904 display: none !important;
4071 3905 }
4072 -
4073 3906 #sellkit-checkout-widget-id .sellkit-stripe-integration ul {
4074 3907 display: -webkit-box;
4075 3908 display: -ms-flexbox;
4076 3909 display: flex;
@@ -4084,26 +3917,21 @@
4084 3917 margin: 0;
4085 3918 padding: 0;
4086 3919 list-style: none;
4087 3920 }
4088 -
4089 3921 #sellkit-checkout-widget-id .sellkit-stripe-integration {
4090 3922 width: 170px !important;
4091 3923 max-width: 170px !important;
4092 3924 }
4093 -
4094 3925 #sellkit-checkout-widget-id .sellkit-stripe-integration ul {
4095 3926 display: contents;
4096 3927 }
4097 -
4098 3928 #sellkit-checkout-widget-id .sellkit-stripe-integration ul li {
4099 3929 display: inline-block;
4100 3930 }
4101 -
4102 3931 #sellkit-checkout-widget-id .sellkit-stripe-integration ul li > div {
4103 3932 height: 40px !important;
4104 3933 }
4105 -
4106 3934 #sellkit-checkout-widget-id .payment_method_stripe_applepay img,
4107 3935 #sellkit-checkout-widget-id .payment_method_stripe_googlepay img,
4108 3936 #sellkit-checkout-widget-id .payment_method_stripe_alipay img {
4109 3937 position: absolute !important;
@@ -4108,26 +3936,22 @@
4108 3936 #sellkit-checkout-widget-id .payment_method_stripe_alipay img {
4109 3937 position: absolute !important;
4110 3938 right: 0px !important;
4111 3939 }
4112 -
4113 3940 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway div button {
4114 3941 width: 170px !important;
4115 3942 min-width: 170px;
4116 3943 max-width: 170px !important;
4117 3944 }
4118 -
4119 3945 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway div button .gpay-card-info-placeholder-container {
4120 3946 width: 170px !important;
4121 3947 max-width: 170px !important;
4122 3948 }
4123 -
4124 3949 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway iframe {
4125 3950 position: absolute;
4126 3951 top: 0px;
4127 3952 right: 30px;
4128 3953 }
4129 -
4130 3954 #sellkit-checkout-widget-id .sellkit-klarna-pay-button {
4131 3955 width: 170px !important;
4132 3956 max-width: 170px !important;
4133 3957 padding: 7px 15px;
@@ -4135,9 +3959,8 @@
4135 3959 background-color: #FBB3C7;
4136 3960 text-align: center;
4137 3961 cursor: pointer;
4138 3962 }
4139 -
4140 3963 #sellkit-checkout-widget-id .sellkit-klarna-pay-button span {
4141 3964 display: -webkit-box;
4142 3965 display: -ms-flexbox;
4143 3966 display: flex;
@@ -4156,14 +3979,12 @@
4156 3979 -ms-flex-pack: center;
4157 3980 justify-content: center;
4158 3981 text-align: center;
4159 3982 }
4160 -
4161 3983 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce {
4162 3984 display: inline-grid;
4163 3985 margin: 3px 0 0 0;
4164 3986 }
4165 -
4166 3987 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div {
4167 3988 width: 170px !important;
4168 3989 min-width: 170px !important;
4169 3990 max-width: 170px !important;
@@ -4168,16 +3989,66 @@
4168 3989 min-width: 170px !important;
4169 3990 max-width: 170px !important;
4170 3991 min-height: 40px !important;
4171 3992 }
4172 -
4173 3993 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img {
4174 3994 display: none !important;
4175 3995 }
4176 -
4177 3996 #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration {
4178 - max-width: 170px !important;
3997 + -webkit-box-flex: 1;
3998 + -ms-flex: 1 1 100%;
3999 + flex: 1 1 100%;
4000 + width: 100% !important;
4001 + max-width: 100% !important;
4002 + min-height: 0;
4179 4003 }
4004 +#sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration #wc-stripe-express-checkout-element {
4005 + display: -webkit-box;
4006 + display: -ms-flexbox;
4007 + display: flex;
4008 + -ms-flex-wrap: wrap;
4009 + flex-wrap: wrap;
4010 + gap: 10px;
4011 + -webkit-box-pack: center;
4012 + -ms-flex-pack: center;
4013 + justify-content: center;
4014 + width: 100%;
4015 + margin-top: 0 !important;
4016 + margin-bottom: 12px;
4017 + clear: none !important;
4018 +}
4019 +#sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration #wc-stripe-express-checkout-element > div {
4020 + -webkit-box-flex: 1;
4021 + -ms-flex: 1 1 260px;
4022 + flex: 1 1 260px;
4023 + min-width: 260px;
4024 + max-width: 100%;
4025 +}
4026 +#sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration #wc-stripe-express-checkout-element iframe {
4027 + max-width: unset;
4028 +}
4029 +#sellkit-checkout-widget-id .payment_method_nmi label[for=payment_method_nmi] {
4030 + display: -webkit-box;
4031 + display: -ms-flexbox;
4032 + display: flex;
4033 + -webkit-box-align: center;
4034 + -ms-flex-align: center;
4035 + align-items: center;
4036 + -webkit-box-pack: end;
4037 + -ms-flex-pack: end;
4038 + justify-content: flex-end;
4039 +}
4040 +#sellkit-checkout-widget-id .payment_method_nmi label[for=payment_method_nmi] div.sellkit-checkout-payment-gateway-title {
4041 + position: absolute;
4042 + left: 0;
4043 +}
4044 +#sellkit-checkout-widget-id .payment_method_nmi label[for=payment_method_nmi] img {
4045 + position: relative !important;
4046 + margin-left: 10px;
4047 +}
4048 +#sellkit-checkout-widget-id #wc-stripe-card-element {
4049 + height: auto !important;
4050 +}
4180 4051
4181 4052 /** Safari +10 **/
4182 4053 @media not all and (min-resolution: 0.001dpcm) {
4183 4054 @supports (-webkit-appearance: none) and (stroke-color: transparent) {
@@ -4195,4 +4066,757 @@
4195 4066 min-width: 170px;
4196 4067 }
4197 4068 }
4198 4069 }
4070 +/** Upsell popup within checkout step **/
4071 +div[data-widget_type="sellkit-checkout.default"] {
4072 + z-index: 10;
4073 +}
4074 +
4075 +.sellkit_funnel_upsell_popup {
4076 + display: none;
4077 + position: fixed;
4078 + top: 0;
4079 + width: 100%;
4080 + height: 100%;
4081 + overflow: auto;
4082 + z-index: 1000;
4083 +}
4084 +
4085 +/** Order notes **/
4086 +.sellkit-checkout-order-fields #order_comments:focus {
4087 + -webkit-box-shadow: none !important;
4088 + box-shadow: none !important;
4089 +}
4090 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes {
4091 + margin-left: 6px;
4092 +}
4093 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes .sellkit-order-note-field-wrapper {
4094 + display: -webkit-box;
4095 + display: -ms-flexbox;
4096 + display: flex;
4097 + -webkit-box-orient: horizontal;
4098 + -webkit-box-direction: normal;
4099 + -ms-flex-direction: row;
4100 + flex-direction: row;
4101 + -ms-flex-wrap: nowrap;
4102 + flex-wrap: nowrap;
4103 + -ms-flex-line-pack: center;
4104 + align-content: center;
4105 + -webkit-box-align: center;
4106 + -ms-flex-align: center;
4107 + align-items: center;
4108 + gap: 5px;
4109 +}
4110 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes label {
4111 + position: relative;
4112 + top: 1px;
4113 + margin: 0 !important;
4114 + color: #737373;
4115 + font-size: 13px;
4116 + font-style: normal;
4117 + font-weight: normal;
4118 + letter-spacing: normal;
4119 + line-height: 1.15;
4120 + text-align: left;
4121 + cursor: pointer;
4122 + font-stretch: normal;
4123 +}
4124 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes #sellkit-add-notes-to-order-box:focus {
4125 + -webkit-box-shadow: none !important;
4126 + box-shadow: none !important;
4127 +}
4128 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes p#order_comments_field {
4129 + display: none;
4130 + padding-left: 0px !important;
4131 +}
4132 +.sellkit-checkout-order-fields #order_comments_field label {
4133 + display: none;
4134 +}
4135 +
4136 +form.sellkit-optin {
4137 + -webkit-margin-after: 0;
4138 + margin-block-end: 0;
4139 +}
4140 +form.sellkit-optin .sellkit-field-label {
4141 + margin-bottom: 0.5rem;
4142 + color: #55595c;
4143 + font-weight: 400;
4144 + line-height: 1.3;
4145 +}
4146 +form.sellkit-optin .sellkit-field-invalid input, form.sellkit-optin .sellkit-field-invalid textarea {
4147 + border-color: #d9534f;
4148 +}
4149 +.label-required-mark-show form.sellkit-optin .required-mark-label::after {
4150 + position: relative;
4151 + left: -2px;
4152 + color: #d9534f;
4153 + content: "*";
4154 +}
4155 +form.sellkit-optin .sellkit-field {
4156 + width: 100%;
4157 + margin-bottom: 0;
4158 + padding: 0.6rem 0.7rem;
4159 + -webkit-transition: all 0.3s ease-in-out;
4160 + transition: all 0.3s ease-in-out;
4161 + border: none;
4162 + border-width: 1px;
4163 + color: #55595c;
4164 + font-size: 1rem;
4165 + line-height: unset;
4166 +}
4167 +form.sellkit-optin .sellkit-field::-webkit-input-placeholder {
4168 + color: #818a91;
4169 +}
4170 +form.sellkit-optin .sellkit-field::-moz-placeholder {
4171 + color: #818a91;
4172 +}
4173 +form.sellkit-optin .sellkit-field::-ms-input-placeholder {
4174 + color: #818a91;
4175 +}
4176 +form.sellkit-optin .sellkit-field::placeholder {
4177 + color: #818a91;
4178 +}
4179 +form.sellkit-optin .sellkit-field:focus {
4180 + border: none;
4181 + border-width: 1px;
4182 + outline: 0;
4183 +}
4184 +form.sellkit-optin .sellkit-field-group {
4185 + width: var(--sellkit-field-width-desktop, 100%);
4186 + height: -webkit-max-content;
4187 + height: -moz-max-content;
4188 + height: max-content;
4189 +}
4190 +body[data-elementor-device-mode=mobile] form.sellkit-optin .sellkit-field-group {
4191 + width: var(--sellkit-field-width-mobile, var(--sellkit-field-width-desktop, 100%));
4192 +}
4193 +body[data-elementor-device-mode=mobile_extra] form.sellkit-optin .sellkit-field-group {
4194 + width: var(--sellkit-field-width-mobile_extra, var(--sellkit-field-width-desktop, 100%));
4195 +}
4196 +body[data-elementor-device-mode=tablet] form.sellkit-optin .sellkit-field-group {
4197 + width: var(--sellkit-field-width-tablet, var(--sellkit-field-width-desktop, 100%));
4198 +}
4199 +body[data-elementor-device-mode=tablet_extra] form.sellkit-optin .sellkit-field-group {
4200 + width: var(--sellkit-field-width-tablet_extra, var(--sellkit-field-width-desktop, 100%));
4201 +}
4202 +body[data-elementor-device-mode=laptop] form.sellkit-optin .sellkit-field-group {
4203 + width: var(--sellkit-field-width-laptop, var(--sellkit-field-width-desktop, 100%));
4204 +}
4205 +body[data-elementor-device-mode=widescreen] form.sellkit-optin .sellkit-field-group {
4206 + width: var(--sellkit-field-width-widescreen, var(--sellkit-field-width-desktop, 100%));
4207 +}
4208 +form.sellkit-optin .sellkit-field-subgroup {
4209 + position: relative;
4210 + width: 100%;
4211 +}
4212 +form.sellkit-optin .sellkit-field-subgroup .sellkit-field-label {
4213 + margin-bottom: 0;
4214 +}
4215 +form.sellkit-optin .sellkit-field-subgroup.sellkit-subgroup-inline .sellkit-field-option {
4216 + display: inline-block;
4217 + margin-right: 10px;
4218 + vertical-align: middle;
4219 +}
4220 +form.sellkit-optin .sellkit-field-subgroup .sellkit-field-option {
4221 + display: block;
4222 +}
4223 +form.sellkit-optin .sellkit-optin-text {
4224 + margin-top: 0.3rem;
4225 + color: #d9534f;
4226 +}
4227 +form.sellkit-optin .sellkit-field-type-select select.sellkit-field {
4228 + background-color: #fff;
4229 + background-image: none;
4230 + -webkit-appearance: none;
4231 + -moz-appearance: none;
4232 + appearance: none;
4233 +}
4234 +form.sellkit-optin .sellkit-field-type-select .sellkit-field-select-arrow {
4235 + display: -webkit-box;
4236 + display: -ms-flexbox;
4237 + display: flex;
4238 + position: absolute;
4239 + top: 50%;
4240 + -webkit-box-align: center;
4241 + -ms-flex-align: center;
4242 + align-items: center;
4243 + -webkit-box-pack: center;
4244 + -ms-flex-pack: center;
4245 + justify-content: center;
4246 + -webkit-transform: translateY(-50%);
4247 + transform: translateY(-50%);
4248 + pointer-events: none;
4249 +}
4250 +form.sellkit-optin .sellkit-field-type-select svg {
4251 + width: 18px;
4252 + height: 18px;
4253 +}
4254 +form.sellkit-optin .sellkit-field-type-radio .sellkit-field,
4255 +form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field,
4256 +form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field {
4257 + position: absolute;
4258 + left: -9999px;
4259 +}
4260 +form.sellkit-optin .sellkit-field-type-radio .sellkit-field + label,
4261 +form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label,
4262 +form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label {
4263 + display: inline-block;
4264 + position: relative;
4265 + padding-left: 26px;
4266 + line-height: 20px;
4267 + cursor: pointer;
4268 +}
4269 +form.sellkit-optin .sellkit-field-type-radio .sellkit-field + label:before,
4270 +form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label:before,
4271 +form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label:before {
4272 + position: absolute;
4273 + top: 0;
4274 + left: 0;
4275 + width: 18px;
4276 + height: 18px;
4277 + -webkit-transition: all 0.2s ease;
4278 + transition: all 0.2s ease;
4279 + border: none;
4280 + border-width: 1px;
4281 + border-radius: 100%;
4282 + background: #fff;
4283 + content: "";
4284 +}
4285 +form.sellkit-optin .sellkit-field-type-radio .sellkit-field + label:after,
4286 +form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label:after,
4287 +form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label:after {
4288 + position: absolute;
4289 + top: 4px;
4290 + left: 4px;
4291 + width: 10px;
4292 + height: 10px;
4293 + -webkit-transition: all 0.2s ease;
4294 + transition: all 0.2s ease;
4295 + border-radius: 100%;
4296 + background: #55595c;
4297 + content: "";
4298 +}
4299 +form.sellkit-optin .sellkit-field-type-radio .sellkit-field:not(:checked) + label:after,
4300 +form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field:not(:checked) + label:after,
4301 +form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field:not(:checked) + label:after {
4302 + -webkit-transform: scale(0);
4303 + transform: scale(0);
4304 + opacity: 0;
4305 +}
4306 +form.sellkit-optin .sellkit-field-type-radio .sellkit-field:checked + label:after,
4307 +form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field:checked + label:after,
4308 +form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field:checked + label:after {
4309 + -webkit-transform: scale(1);
4310 + transform: scale(1);
4311 + opacity: 1;
4312 +}
4313 +form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label:before,
4314 +form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label:before {
4315 + border-radius: 3px;
4316 +}
4317 +form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label:after,
4318 +form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label:after {
4319 + border-radius: 1px;
4320 +}
4321 +form.sellkit-optin .sellkit-field-type-hidden {
4322 + display: none;
4323 +}
4324 +form.sellkit-optin .sellkit-field-type-submit-button {
4325 + gap: 10px;
4326 +}
4327 +form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button {
4328 + display: -webkit-box;
4329 + display: -ms-flexbox;
4330 + display: flex;
4331 + -webkit-box-align: center;
4332 + -ms-flex-align: center;
4333 + align-items: center;
4334 + -webkit-box-pack: center;
4335 + -ms-flex-pack: center;
4336 + justify-content: center;
4337 + margin-bottom: 0;
4338 + padding: 0.67rem 1.2rem;
4339 + -webkit-transition: all 0.5s;
4340 + transition: all 0.5s;
4341 + border: none;
4342 + border-width: 1px;
4343 + border-radius: 3px;
4344 + background-color: #2ecc71;
4345 + color: #fff;
4346 + font-size: 0.9rem;
4347 + font-weight: 700;
4348 +}
4349 +form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:hover {
4350 + border: none;
4351 + border-width: 1px;
4352 + background-color: #54d98c;
4353 + cursor: pointer;
4354 +}
4355 +form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:focus {
4356 + outline: 0;
4357 +}
4358 +form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button svg {
4359 + width: 16px;
4360 + height: 16px;
4361 +}
4362 +form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button div.sellkit-submit-button-texts {
4363 + display: -webkit-box;
4364 + display: -ms-flexbox;
4365 + display: flex;
4366 + -webkit-box-orient: vertical;
4367 + -webkit-box-direction: normal;
4368 + -ms-flex-direction: column;
4369 + flex-direction: column;
4370 + -webkit-box-align: center;
4371 + -ms-flex-align: center;
4372 + align-items: center;
4373 + -webkit-box-pack: center;
4374 + -ms-flex-pack: center;
4375 + justify-content: center;
4376 +}
4377 +.sellkit-optin-button-icon-right form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button {
4378 + -webkit-box-orient: horizontal;
4379 + -webkit-box-direction: reverse;
4380 + -ms-flex-direction: row-reverse;
4381 + flex-direction: row-reverse;
4382 +}
4383 +.sellkit-optin-button-icon-left form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button {
4384 + -webkit-box-orient: horizontal;
4385 + -webkit-box-direction: normal;
4386 + -ms-flex-direction: row;
4387 + flex-direction: row;
4388 +}
4389 +
4390 +.sellkit-optin-response {
4391 + margin-top: 0.7rem;
4392 + color: #d9534f;
4393 +}
4394 +
4395 +.sellkit-optin-success .sellkit-optin-response {
4396 + color: #2ecc71;
4397 +}
4398 +
4399 +.flatpickr-innerContainer {
4400 + padding: 13px;
4401 +}
4402 +
4403 +.sellkit-optin-admin-alert {
4404 + position: relative;
4405 + padding: 15px;
4406 + border-left: 7px solid transparent;
4407 + border-color: #f7e68f;
4408 + background-color: #fff5c2;
4409 + color: #8a6d3b;
4410 + font-size: 13px;
4411 + line-height: 1.5;
4412 + text-align: start;
4413 +}
4414 +.sellkit-optin-admin-alert .title {
4415 + display: block;
4416 + font-weight: 700;
4417 +}
4418 +.sellkit-optin-admin-alert .description {
4419 + font-size: 13px;
4420 +}
4421 +
4422 +/* ========================================================================
4423 + Component: Flex
4424 + ========================================================================== */
4425 +.sellkit-flex {
4426 + display: -webkit-box;
4427 + display: -ms-flexbox;
4428 + display: flex;
4429 +}
4430 +
4431 +.sellkit-flex-inline {
4432 + display: -webkit-inline-box;
4433 + display: -ms-inline-flexbox;
4434 + display: inline-flex;
4435 +}
4436 +
4437 +/*
4438 + * Remove pseudo elements created by micro clearfix as precaution
4439 + */
4440 +.sellkit-flex::before,
4441 +.sellkit-flex::after,
4442 +.sellkit-flex-inline::before,
4443 +.sellkit-flex-inline::after {
4444 + display: none;
4445 +}
4446 +
4447 +/* Alignment
4448 + ========================================================================== */
4449 +/*
4450 + * Align items along the main axis of the current line of the flex container
4451 + * Row: Horizontal
4452 + */
4453 +.sellkit-flex-left {
4454 + -webkit-box-pack: start;
4455 + -ms-flex-pack: start;
4456 + justify-content: flex-start;
4457 +}
4458 +
4459 +.sellkit-flex-center {
4460 + -webkit-box-pack: center;
4461 + -ms-flex-pack: center;
4462 + justify-content: center;
4463 +}
4464 +
4465 +.sellkit-flex-right {
4466 + -webkit-box-pack: end;
4467 + -ms-flex-pack: end;
4468 + justify-content: flex-end;
4469 +}
4470 +
4471 +.sellkit-flex-between {
4472 + -webkit-box-pack: justify;
4473 + -ms-flex-pack: justify;
4474 + justify-content: space-between;
4475 +}
4476 +
4477 +.sellkit-flex-around {
4478 + -ms-flex-pack: distribute;
4479 + justify-content: space-around;
4480 +}
4481 +
4482 +/* Tablet landscape and bigger */
4483 +@media (max-width: 1024px) {
4484 + .sellkit-flex-left\@m {
4485 + -webkit-box-pack: start;
4486 + -ms-flex-pack: start;
4487 + justify-content: flex-start;
4488 + }
4489 +
4490 + .sellkit-flex-center\@m {
4491 + -webkit-box-pack: center;
4492 + -ms-flex-pack: center;
4493 + justify-content: center;
4494 + }
4495 +
4496 + .sellkit-flex-right\@m {
4497 + -webkit-box-pack: end;
4498 + -ms-flex-pack: end;
4499 + justify-content: flex-end;
4500 + }
4501 +
4502 + .sellkit-flex-between\@m {
4503 + -webkit-box-pack: justify;
4504 + -ms-flex-pack: justify;
4505 + justify-content: space-between;
4506 + }
4507 +
4508 + .sellkit-flex-around\@m {
4509 + -ms-flex-pack: distribute;
4510 + justify-content: space-around;
4511 + }
4512 +}
4513 +/* Phone landscape and bigger */
4514 +@media (max-width: 479px) {
4515 + .sellkit-flex-left\@s {
4516 + -webkit-box-pack: start;
4517 + -ms-flex-pack: start;
4518 + justify-content: flex-start;
4519 + }
4520 +
4521 + .sellkit-flex-center\@s {
4522 + -webkit-box-pack: center;
4523 + -ms-flex-pack: center;
4524 + justify-content: center;
4525 + }
4526 +
4527 + .sellkit-flex-right\@s {
4528 + -webkit-box-pack: end;
4529 + -ms-flex-pack: end;
4530 + justify-content: flex-end;
4531 + }
4532 +
4533 + .sellkit-flex-between\@s {
4534 + -webkit-box-pack: justify;
4535 + -ms-flex-pack: justify;
4536 + justify-content: space-between;
4537 + }
4538 +
4539 + .sellkit-flex-around\@s {
4540 + -ms-flex-pack: distribute;
4541 + justify-content: space-around;
4542 + }
4543 +}
4544 +/* Desktop and bigger */
4545 +@media (min-width: 1025px) {
4546 + .sellkit-flex-left\@l {
4547 + -webkit-box-pack: start;
4548 + -ms-flex-pack: start;
4549 + justify-content: flex-start;
4550 + }
4551 +
4552 + .sellkit-flex-center\@l {
4553 + -webkit-box-pack: center;
4554 + -ms-flex-pack: center;
4555 + justify-content: center;
4556 + }
4557 +
4558 + .sellkit-flex-right\@l {
4559 + -webkit-box-pack: end;
4560 + -ms-flex-pack: end;
4561 + justify-content: flex-end;
4562 + }
4563 +
4564 + .sellkit-flex-between\@l {
4565 + -webkit-box-pack: justify;
4566 + -ms-flex-pack: justify;
4567 + justify-content: space-between;
4568 + }
4569 +
4570 + .sellkit-flex-around\@l {
4571 + -ms-flex-pack: distribute;
4572 + justify-content: space-around;
4573 + }
4574 +}
4575 +/* Large screen and bigger */
4576 +@media (min-width: 1440px) {
4577 + .sellkit-flex-left\@xl {
4578 + -webkit-box-pack: start;
4579 + -ms-flex-pack: start;
4580 + justify-content: flex-start;
4581 + }
4582 +
4583 + .sellkit-flex-center\@xl {
4584 + -webkit-box-pack: center;
4585 + -ms-flex-pack: center;
4586 + justify-content: center;
4587 + }
4588 +
4589 + .sellkit-flex-right\@xl {
4590 + -webkit-box-pack: end;
4591 + -ms-flex-pack: end;
4592 + justify-content: flex-end;
4593 + }
4594 +
4595 + .sellkit-flex-between\@xl {
4596 + -webkit-box-pack: justify;
4597 + -ms-flex-pack: justify;
4598 + justify-content: space-between;
4599 + }
4600 +
4601 + .sellkit-flex-around\@xl {
4602 + -ms-flex-pack: distribute;
4603 + justify-content: space-around;
4604 + }
4605 +}
4606 +/*
4607 + * Align items in the cross axis of the current line of the flex container
4608 + * Row: Vertical
4609 + */
4610 +.sellkit-flex-stretch {
4611 + -webkit-box-align: stretch;
4612 + -ms-flex-align: stretch;
4613 + align-items: stretch;
4614 +}
4615 +
4616 +.sellkit-flex-top {
4617 + -webkit-box-align: start;
4618 + -ms-flex-align: start;
4619 + align-items: flex-start;
4620 +}
4621 +
4622 +.sellkit-flex-middle {
4623 + -webkit-box-align: center;
4624 + -ms-flex-align: center;
4625 + align-items: center;
4626 +}
4627 +
4628 +.sellkit-flex-bottom {
4629 + -webkit-box-align: end;
4630 + -ms-flex-align: end;
4631 + align-items: flex-end;
4632 +}
4633 +
4634 +/* Direction
4635 + ========================================================================== */
4636 +.sellkit-flex-row {
4637 + -webkit-box-orient: horizontal;
4638 + -webkit-box-direction: normal;
4639 + -ms-flex-direction: row;
4640 + flex-direction: row;
4641 +}
4642 +
4643 +.sellkit-flex-row-reverse {
4644 + -webkit-box-orient: horizontal;
4645 + -webkit-box-direction: reverse;
4646 + -ms-flex-direction: row-reverse;
4647 + flex-direction: row-reverse;
4648 +}
4649 +
4650 +.sellkit-flex-column {
4651 + -webkit-box-orient: vertical;
4652 + -webkit-box-direction: normal;
4653 + -ms-flex-direction: column;
4654 + flex-direction: column;
4655 +}
4656 +
4657 +.sellkit-flex-column-reverse {
4658 + -webkit-box-orient: vertical;
4659 + -webkit-box-direction: reverse;
4660 + -ms-flex-direction: column-reverse;
4661 + flex-direction: column-reverse;
4662 +}
4663 +
4664 +/* Wrap
4665 + ========================================================================== */
4666 +.sellkit-flex-nowrap {
4667 + -ms-flex-wrap: nowrap;
4668 + flex-wrap: nowrap;
4669 +}
4670 +
4671 +.sellkit-flex-wrap {
4672 + -ms-flex-wrap: wrap;
4673 + flex-wrap: wrap;
4674 +}
4675 +
4676 +.sellkit-flex-wrap-reverse {
4677 + -ms-flex-wrap: wrap-reverse;
4678 + flex-wrap: wrap-reverse;
4679 +}
4680 +
4681 +/*
4682 + * Aligns items within the flex container when there is extra space in the cross-axis
4683 + * Only works if there is more than one line of flex items
4684 + */
4685 +.sellkit-flex-wrap-stretch {
4686 + -ms-flex-line-pack: stretch;
4687 + align-content: stretch;
4688 +}
4689 +
4690 +.sellkit-flex-wrap-top {
4691 + -ms-flex-line-pack: start;
4692 + align-content: flex-start;
4693 +}
4694 +
4695 +.sellkit-flex-wrap-middle {
4696 + -ms-flex-line-pack: center;
4697 + align-content: center;
4698 +}
4699 +
4700 +.sellkit-flex-wrap-bottom {
4701 + -ms-flex-line-pack: end;
4702 + align-content: flex-end;
4703 +}
4704 +
4705 +.sellkit-flex-wrap-between {
4706 + -ms-flex-line-pack: justify;
4707 + align-content: space-between;
4708 +}
4709 +
4710 +.sellkit-flex-wrap-around {
4711 + -ms-flex-line-pack: distribute;
4712 + align-content: space-around;
4713 +}
4714 +
4715 +/* Item ordering
4716 + ========================================================================== */
4717 +/*
4718 + * Default is 0
4719 + */
4720 +.sellkit-flex-first {
4721 + -webkit-box-ordinal-group: 0;
4722 + -ms-flex-order: -1;
4723 + order: -1;
4724 +}
4725 +
4726 +.sellkit-flex-last {
4727 + -webkit-box-ordinal-group: 100;
4728 + -ms-flex-order: 99;
4729 + order: 99;
4730 +}
4731 +
4732 +/* Phone landscape and bigger */
4733 +@media (min-width: 480px) {
4734 + .sellkit-flex-first\@s {
4735 + -webkit-box-ordinal-group: 0;
4736 + -ms-flex-order: -1;
4737 + order: -1;
4738 + }
4739 +
4740 + .sellkit-flex-last\@s {
4741 + -webkit-box-ordinal-group: 100;
4742 + -ms-flex-order: 99;
4743 + order: 99;
4744 + }
4745 +}
4746 +/* Tablet landscape and bigger */
4747 +@media (min-width: 768px) {
4748 + .sellkit-flex-first\@m {
4749 + -webkit-box-ordinal-group: 0;
4750 + -ms-flex-order: -1;
4751 + order: -1;
4752 + }
4753 +
4754 + .sellkit-flex-last\@m {
4755 + -webkit-box-ordinal-group: 100;
4756 + -ms-flex-order: 99;
4757 + order: 99;
4758 + }
4759 +}
4760 +/* Desktop and bigger */
4761 +@media (min-width: 1025px) {
4762 + .sellkit-flex-first\@l {
4763 + -webkit-box-ordinal-group: 0;
4764 + -ms-flex-order: -1;
4765 + order: -1;
4766 + }
4767 +
4768 + .sellkit-flex-last\@l {
4769 + -webkit-box-ordinal-group: 100;
4770 + -ms-flex-order: 99;
4771 + order: 99;
4772 + }
4773 +}
4774 +/* Large screen and bigger */
4775 +@media (min-width: 1440px) {
4776 + .sellkit-flex-first\@xl {
4777 + -webkit-box-ordinal-group: 0;
4778 + -ms-flex-order: -1;
4779 + order: -1;
4780 + }
4781 +
4782 + .sellkit-flex-last\@xl {
4783 + -webkit-box-ordinal-group: 100;
4784 + -ms-flex-order: 99;
4785 + order: 99;
4786 + }
4787 +}
4788 +/* Item dimensions
4789 + ========================================================================== */
4790 +/*
4791 + * Initial: 0 1 auto
4792 + * Content dimensions, but shrinks
4793 + */
4794 +/*
4795 + * No Flex: 0 0 auto
4796 + * Content dimensions
4797 + */
4798 +.sellkit-flex-none {
4799 + -webkit-box-flex: 0;
4800 + -ms-flex: none;
4801 + flex: none;
4802 +}
4803 +
4804 +/*
4805 + * Relative Flex: 1 1 auto
4806 + * Space is allocated considering content
4807 + */
4808 +.sellkit-flex-auto {
4809 + -webkit-box-flex: 1;
4810 + -ms-flex: auto;
4811 + flex: auto;
4812 +}
4813 +
4814 +/*
4815 + * Absolute Flex: 1 1 0%
4816 + * Space is allocated solely based on flex
4817 + */
4818 +.sellkit-flex-1 {
4819 + -webkit-box-flex: 1;
4820 + -ms-flex: 1;
4821 + flex: 1;
4822 +}