PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 1.3.1
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v1.3.1
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 1.8.1 All 42 releases
sellkit / assets / dist / css / frontend-rtl.css

frontend-rtl.css in SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster 1.3.1, at assets/dist/css/frontend-rtl.css

4,199 lines 135.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sellkit-order-cart-detail {
2 width: 100%;
3 padding: 20px;
4 border: 1px solid #ccc;
5 }
6
7 .sellkit-order-cart-detail .sellkit-cart-detail-heading {
8 font-weight: bold;
9 }
10
11 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail {
12 position: relative;
13 width: 80px;
14 height: 80px;
15 }
16
17 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail img {
18 width: 100% !important;
19 height: 100% !important;
20 -o-object-fit: cover;
21 object-fit: cover;
22 }
23
24 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail .sellkit-order-cart-detail-items-thumbnail-image-wrapper {
25 overflow: hidden;
26 }
27
28 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail .sellkit-order-cart-detail-items-thumbnail-quantity {
29 position: absolute;
30 top: -5px;
31 left: -8px;
32 width: 20px;
33 height: 20px;
34 border: 2px solid #000;
35 border-radius: 50%;
36 background: #fff;
37 color: #000;
38 line-height: 17px;
39 text-align: center;
40 }
41
42 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-product-detail {
43 -webkit-box-align: center;
44 -ms-flex-align: center;
45 align-items: center;
46 -webkit-box-pack: start;
47 -ms-flex-pack: start;
48 justify-content: start;
49 }
50
51 .sellkit-order-cart-detail .sellkit-order-cart-detail-items-product-title {
52 margin-right: 10px;
53 }
54
55 .sellkit-order-cart-detail .woocommerce-table__product-name.product-name {
56 display: -webkit-box;
57 display: -ms-flexbox;
58 display: flex;
59 align-items: center;
60 height: 100%;
61 -webkit-box-align: center;
62 -ms-flex-align: center;
63 -webkit-box-pack: center;
64 -ms-flex-pack: center;
65 }
66
67 .sellkit-order-cart-detail .woocommerce-table__product-total.product-total {
68 text-align: left;
69 }
70
71 .sellkit-order-cart-detail tfoot tr th, .sellkit-order-cart-detail tfoot tfoot tr td {
72 font-weight: normal !important;
73 }
74
75 .sellkit-order-cart-detail tfoot tr td {
76 text-align: left;
77 }
78
79 .sellkit-order-cart-detail tfoot tr {
80 margin-bottom: 10px !important;
81 }
82
83 .sellkit-order-cart-detail tfoot tr th, .sellkit-order-cart-detail tfoot tr td {
84 padding: 10px 0;
85 }
86
87 .sellkit-order-cart-detail tfoot tfoot {
88 padding-top: 10px;
89 }
90
91 .sellkit-order-cart-detail tfoot tr:first-child th, .sellkit-order-cart-detail tfoot tr:first-child td {
92 padding-top: 20px;
93 }
94
95 .sellkit-order-cart-detail tfoot tr:last-child {
96 border-top: 3px solid #ccc;
97 font-weight: 700;
98 }
99
100 .sellkit-order-cart-detail tfoot tr:last-child th, .sellkit-order-cart-detail tfoot tfoot tr:last-child td {
101 margin-top: 10px;
102 font-weight: 700;
103 }
104
105 .sellkit-order-cart-detail .sellkit-order-cart-detail-items {
106 width: 100%;
107 padding: 0;
108 list-style: none;
109 }
110
111 .sellkit-order-cart-detail .sellkit-order-cart-detail-items li {
112 display: -webkit-box;
113 display: -ms-flexbox;
114 display: flex;
115 -webkit-box-pack: justify;
116 -ms-flex-pack: justify;
117 justify-content: space-between;
118 width: 100%;
119 height: 80px;
120 }
121
122 .sellkit-order-cart-detail .sellkit-order-cart-detail-items li > div {
123 display: -webkit-box;
124 display: -ms-flexbox;
125 display: flex;
126 -webkit-box-align: center;
127 -ms-flex-align: center;
128 align-items: center;
129 -webkit-box-pack: center;
130 -ms-flex-pack: center;
131 justify-content: center;
132 height: 100%;
133 }
134
135 .sellkit-order-cart-detail .sellkit-order-cart-detail-prices {
136 width: 100%;
137 padding: 0;
138 list-style: none;
139 }
140
141 .sellkit-order-cart-detail .sellkit-order-cart-detail-prices li {
142 display: -webkit-box;
143 display: -ms-flexbox;
144 display: flex;
145 -webkit-box-pack: justify;
146 -ms-flex-pack: justify;
147 justify-content: space-between;
148 width: 100%;
149 }
150
151 .sellkit-order-cart-detail .sellkit-order-cart-detail-prices li:last-child {
152 margin-top: 10px;
153 padding-top: 10px;
154 border-top: 3px solid #ccc;
155 font-weight: bold;
156 }
157
158 .sellkit-order-cart-detail .shop_table {
159 width: 100%;
160 }
161
162 .jupiterx-post-content table th, .jupiterx-post-content table td {
163 border-top: inherit;
164 vertical-align: inherit;
165 }
166
167 .jupiterx-post-content table thead th, .table thead th {
168 border-bottom: inherit;
169 }
170
171 .sellkit-order-details .sellkit-flex {
172 display: -webkit-box;
173 display: -ms-flexbox;
174 display: flex;
175 }
176
177 .sellkit-order-details .sellkit-flex-wrap {
178 -ms-flex-wrap: wrap;
179 flex-wrap: wrap;
180 }
181
182 .sellkit-order-details.woocommerce-order-overview {
183 padding: 15px 10px;
184 border: 1px solid #DFDFDF;
185 }
186
187 .sellkit-order-details h3 {
188 margin-bottom: 15px;
189 color: #343434;
190 font-weight: 500;
191 }
192
193 .sellkit-order-details .sellkit-order-details-heading {
194 margin: 0;
195 color: #3B3B3B;
196 font-size: 16px;
197 font-weight: 500;
198 }
199
200 .sellkit-order-details .sellkit-order-details-items-group {
201 display: -webkit-box;
202 display: -ms-flexbox;
203 display: flex;
204 -webkit-box-orient: vertical;
205 -webkit-box-direction: normal;
206 -ms-flex-direction: column;
207 flex-direction: column;
208 }
209
210 .sellkit-order-details .order-details-heading-group {
211 display: -webkit-box;
212 display: -ms-flexbox;
213 display: flex;
214 -webkit-box-align: center;
215 -ms-flex-align: center;
216 align-items: center;
217 }
218
219 .sellkit-order-details .order-details-item-content {
220 color: #6A6A6A;
221 font-size: 15px;
222 font-weight: 400;
223 }
224
225 .sellkit-order-details .sellkit-order-details-content {
226 padding: 0;
227 }
228
229 .sellkit-order-details .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
230 margin: 0 0 .8em;
231 font-size: 1.5rem;
232 font-weight: 700;
233 }
234
235 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details {
236 margin: 0 0 3em;
237 list-style: none;
238 }
239
240 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details::before {
241 display: table;
242 content: " ";
243 }
244
245 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details::after {
246 display: table;
247 clear: both;
248 content: " ";
249 }
250
251 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li {
252 margin-left: 2em;
253 margin-right: 0;
254 padding-left: 2em;
255 padding-right: 0;
256 float: right;
257 border-left: 1px dashed #d3ced2;
258 font-size: .715em;
259 line-height: 1;
260 text-transform: uppercase;
261 list-style-type: none;
262 }
263
264 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li strong {
265 display: block;
266 font-size: 1.4em;
267 line-height: 1.5;
268 text-transform: none;
269 }
270
271 .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li:last-of-type {
272 border: none;
273 }
274
275 .sellkit-product-price-widget del {
276 display: inline-block;
277 opacity: 0.5;
278 }
279
280 .sellkit-product-price-widget ins {
281 text-decoration: none;
282 }
283
284 .sellkit-product-image-widget.product {
285 display: -webkit-box;
286 display: -ms-flexbox;
287 display: flex;
288 }
289
290 .sellkit-product-image-widget.product .woocommerce-product-gallery {
291 min-height: 10px;
292 }
293
294 .sellkit-product-image-widget.product .woocommerce-product-gallery .product .sellkit-woocommerce-product-gallery {
295 width: 100%;
296 }
297
298 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-viewport {
299 border-width: 2px;
300 border-color: #0a0c0d;
301 }
302
303 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-nav {
304 display: -webkit-box;
305 display: -ms-flexbox;
306 display: flex;
307 padding-right: 0;
308 list-style: none;
309 }
310
311 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-nav li {
312 cursor: pointer;
313 overflow: hidden;
314 }
315
316 .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
317 overflow: hidden;
318 }
319
320 .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
321 border-radius: 0;
322 }
323
324 .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
325 cursor: default !important;
326 }
327
328 .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
329 width: 100%;
330 height: auto !important;
331 border-radius: 0;
332 }
333
334 .sellkit-product-image-widget.product .woocommerce-product-gallery img {
335 display: inline-block;
336 border-radius: 0;
337 }
338
339 .sellkit-product-image-widget.product .woocommerce-product-gallery .product {
340 display: -webkit-box;
341 display: -ms-flexbox;
342 display: flex;
343 }
344
345 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs {
346 -ms-flex-wrap: wrap;
347 flex-wrap: wrap;
348 }
349
350 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs li {
351 margin-right: 0 !important;
352 }
353
354 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs li img {
355 border-radius: 0 !important;
356 }
357
358 .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
359 border: none !important;
360 }
361
362 .product_title-widget .entry-title {
363 color: #222222;
364 }
365
366 .sellkit-product-quantity-widget {
367 display: -webkit-box;
368 display: -ms-flexbox;
369 display: flex;
370 }
371
372 .sellkit-product-quantity-widget .quantity .screen-reader-text {
373 display: unset;
374 position: relative !important;
375 top: -5px;
376 width: 100%;
377 min-height: 22px;
378 color: #404040;
379 opacity: 1;
380 visibility: visible;
381 -webkit-clip-path: none;
382 clip-path: none;
383 }
384
385 .sellkit-product-quantity-widget input {
386 width: 100%;
387 }
388
389 .sellkit-accept-reject-button-widget {
390 font-size: 16px;
391 }
392
393 .sellkit-accept-reject-button-widget .sellkit-accept-reject-button-title {
394 display: inline-block;
395 }
396
397 .sellkit-accept-reject-button-widget .sellkit-accept-reject-button-sub-title {
398 font-size: 10px;
399 font-weight: bold;
400 }
401
402 .sellkit-accept-reject-button {
403 padding: 12px 60px;
404 background: #635cff;
405 color: #fff !important;
406 cursor: pointer;
407 }
408
409 .sellkit-accept-reject-button.elementor-size-sm {
410 padding: 12px 24px !important;
411 }
412
413 .sellkit-upsell-popup {
414 display: -webkit-box;
415 display: -ms-flexbox;
416 display: flex;
417 position: fixed;
418 top: 0;
419 right: 0;
420 -webkit-box-align: center;
421 -ms-flex-align: center;
422 align-items: center;
423 -webkit-box-pack: center;
424 -ms-flex-pack: center;
425 justify-content: center;
426 width: 100%;
427 height: 100%;
428 background: rgba(11, 11, 11, 0.25);
429 z-index: 1000;
430 }
431
432 .sellkit-upsell-popup .sellkit-upsell-popup-body {
433 width: 600px;
434 height: 357px;
435 padding: 23px;
436 border-radius: 4px;
437 background: #fff;
438 text-align: center;
439 }
440
441 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-header {
442 text-align: left;
443 cursor: pointer;
444 }
445
446 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-header img {
447 width: 12px;
448 height: 12px;
449 color: #6c757d;
450 }
451
452 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-icon {
453 padding: 31px;
454 }
455
456 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-icon .rotate {
457 -webkit-animation: rotation 2s infinite linear;
458 animation: rotation 2s infinite linear;
459 }
460
461 .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content {
462 color: #222;
463 font-size: 22px;
464 font-style: normal;
465 font-weight: normal;
466 letter-spacing: normal;
467 line-height: 1.45;
468 text-align: center;
469 font-stretch: normal;
470 letter-spacing: normal;
471 }
472
473 .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 display: none;
475 }
476
477 .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 display: block;
479 margin: auto;
480 }
481
482 .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 padding: 0 40px;
484 }
485
486 .sellkit-upsell-popup:not(.active) {
487 display: none;
488 }
489
490 @-webkit-keyframes rotation {
491 from {
492 -webkit-transform: rotate(0deg);
493 transform: rotate(0deg);
494 }
495 to {
496 -webkit-transform: rotate(-359deg);
497 transform: rotate(-359deg);
498 }
499 }
500
501 @keyframes rotation {
502 from {
503 -webkit-transform: rotate(0deg);
504 transform: rotate(0deg);
505 }
506 to {
507 -webkit-transform: rotate(-359deg);
508 transform: rotate(-359deg);
509 }
510 }
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 {
515 color: unset;
516 opacity: 1;
517 }
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 {
522 color: #222 !important;
523 }
524
525 body.theme-betheme .elementor-widget-sellkit-checkout div#customer_details {
526 -ms-flex-preferred-size: unset;
527 flex-basis: unset;
528 max-width: unset;
529 margin-bottom: unset;
530 }
531
532 body.theme-betheme .elementor-widget-sellkit-checkout div#order_review#order_review {
533 -ms-flex-preferred-size: unset;
534 flex-basis: unset;
535 width: 100% !important;
536 max-width: unset;
537 margin-bottom: unset;
538 margin-right: unset;
539 }
540
541 body.theme-betheme .elementor-widget-sellkit-checkout div.woocommerce-billing-fields,
542 body.theme-betheme .elementor-widget-sellkit-checkout section.sellkit-one-page-shipping-methods {
543 width: 100% !important;
544 }
545
546 body.theme-betheme .elementor-widget-sellkit-checkout section.place-order {
547 width: 100%;
548 }
549
550 body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li {
551 border: unset;
552 }
553
554 body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li.active-payment {
555 border-color: unset;
556 }
557
558 body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li.active-payment span.mfn-payment-check {
559 display: none;
560 }
561
562 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 display: none;
564 }
565
566 body.theme-betheme .elementor-widget-sellkit-checkout span.woocommerce-input-wrapper input {
567 -webkit-transition: all 0.15s ease-in-out;
568 transition: all 0.15s ease-in-out;
569 }
570
571 body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table td {
572 border-style: none;
573 }
574
575 body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table td.sellkit-checkout-bundled-spacer-row {
576 background-color: unset !important;
577 }
578
579 body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table tr:first-child td {
580 -webkit-box-shadow: unset;
581 box-shadow: unset;
582 }
583
584 body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table input[type="number"] {
585 margin-bottom: unset;
586 }
587
588 body.theme-dt-the7 .elementor-widget-sellkit-checkout > * {
589 font-family: sans-serif;
590 }
591
592 body.theme-dt-the7 .elementor-widget-sellkit-checkout button#place_order {
593 background: unset;
594 background-color: #323232;
595 }
596
597 body.theme-Avada .elementor-widget-sellkit-checkout > * {
598 font-family: sans-serif;
599 }
600
601 body.theme-Avada .elementor-widget-sellkit-checkout div.avada-myaccount-user,
602 body.theme-Avada .elementor-widget-sellkit-checkout ul.woocommerce-side-nav.woocommerce-checkout-nav,
603 body.theme-Avada .elementor-widget-sellkit-checkout a.fusion-button {
604 display: none;
605 }
606
607 body.theme-Avada .elementor-widget-sellkit-checkout form.checkout_coupon {
608 display: none !important;
609 }
610
611 body.theme-Avada .elementor-widget-sellkit-checkout div.woocommerce-content-box.avada-checkout {
612 margin-right: unset;
613 padding: unset;
614 border: unset;
615 }
616
617 body.theme-Avada .elementor-widget-sellkit-checkout div#order_review {
618 display: block !important;
619 }
620
621 body.theme-Avada .elementor-widget-sellkit-checkout tr.cart_item {
622 height: unset;
623 }
624
625 body.theme-Avada .elementor-widget-sellkit-checkout .shop_table tfoot .order-total .amount {
626 color: unset;
627 font-size: unset;
628 font-weight: unset;
629 }
630
631 body.theme-Avada .elementor-widget-sellkit-checkout ul.payment_methods {
632 margin: unset;
633 }
634
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 {
638 -webkit-box-ordinal-group: 1;
639 -ms-flex-order: 0;
640 order: 0;
641 }
642
643 body.theme-twentytwentytwo .elementor-widget-sellkit-checkout div#customer_details,
644 body.theme-twentytwentytwo .elementor-widget-sellkit-checkout div.col2-set {
645 width: 100%;
646 float: unset;
647 }
648
649 body.theme-bridge.contains-sellkit-checkout {
650 overflow: unset !important;
651 }
652
653 body.theme-bridge .elementor-widget-sellkit-checkout span.woocommerce-input-wrapper input {
654 -webkit-transition: all 0.15s ease-in-out;
655 transition: all 0.15s ease-in-out;
656 }
657
658 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form {
659 display: -webkit-box;
660 display: -ms-flexbox;
661 display: flex;
662 -webkit-box-orient: vertical;
663 -webkit-box-direction: normal;
664 -ms-flex-direction: column;
665 flex-direction: column;
666 }
667
668 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-login {
669 -webkit-box-ordinal-group: 2;
670 -ms-flex-order: 1;
671 order: 1;
672 }
673
674 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods {
675 -webkit-box-ordinal-group: 3;
676 -ms-flex-order: 2;
677 order: 2;
678 }
679
680 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods .shipping-method-header {
681 margin-top: 17px;
682 }
683
684 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review {
685 width: auto !important;
686 padding: 0 !important;
687 float: none !important;
688 border: none !important;
689 }
690
691 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order {
692 -webkit-box-ordinal-group: 4;
693 -ms-flex-order: 3;
694 order: 3;
695 }
696
697 .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 border-collapse: initial !important;
699 }
700
701 .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 padding-top: 18px !important;
703 }
704
705 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-billing {
706 -webkit-box-ordinal-group: 5;
707 -ms-flex-order: 4;
708 order: 4;
709 }
710
711 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order {
712 display: -webkit-box;
713 display: -ms-flexbox;
714 display: flex;
715 -webkit-box-pack: end;
716 -ms-flex-pack: end;
717 justify-content: flex-end;
718 -webkit-box-ordinal-group: 6;
719 -ms-flex-order: 5;
720 order: 5;
721 margin-top: 36px;
722 }
723
724 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form {
725 display: -webkit-box;
726 display: -ms-flexbox;
727 display: flex;
728 -webkit-box-orient: horizontal;
729 -webkit-box-direction: normal;
730 -ms-flex-direction: row;
731 flex-direction: row;
732 -ms-flex-wrap: nowrap;
733 flex-wrap: nowrap;
734 -ms-flex-line-pack: center;
735 align-content: center;
736 -webkit-box-align: center;
737 -ms-flex-align: center;
738 align-items: center;
739 -webkit-box-pack: start;
740 -ms-flex-pack: start;
741 justify-content: flex-start;
742 width: 100%;
743 -webkit-column-gap: 10px;
744 -moz-column-gap: 10px;
745 column-gap: 10px;
746 }
747
748 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first {
749 display: -webkit-box;
750 display: -ms-flexbox;
751 display: flex;
752 width: 495px;
753 margin-top: 0px;
754 margin-bottom: 1rem;
755 padding-top: 0px;
756 }
757
758 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first input {
759 width: 100%;
760 margin: 0px;
761 padding: 16px 14px 14px 0px;
762 border: solid 1px rgba(0, 0, 0, 0.2);
763 border-radius: 4px;
764 background-color: #ffffff;
765 color: #737373;
766 font-size: 14px;
767 font-style: normal;
768 font-weight: normal;
769 letter-spacing: normal;
770 line-height: 1.14;
771 text-align: right;
772 -webkit-box-shadow: none !important;
773 box-shadow: none !important;
774 font-stretch: normal;
775 }
776
777 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first input:focus {
778 border: solid 2px rgba(0, 123, 255, 0.4);
779 }
780
781 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last {
782 display: -webkit-box;
783 display: -ms-flexbox;
784 display: flex;
785 margin-top: 0px;
786 margin-bottom: 1rem;
787 }
788
789 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon {
790 height: 48px;
791 margin: 0;
792 padding: 10px 30px 10px 30px;
793 border-radius: 6px;
794 background-color: #323232;
795 color: white;
796 cursor: pointer;
797 }
798
799 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon span {
800 width: 37px;
801 height: 17px;
802 color: #ffffff;
803 font-size: 14px;
804 font-style: normal;
805 font-weight: 500;
806 letter-spacing: normal;
807 line-height: 1.21;
808 text-align: right;
809 font-stretch: normal;
810 }
811
812 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-checkout-bundled-products .sellkit-head-row-title {
813 width: 70%;
814 }
815
816 .sellkit-checkout-widget-multi-page-build form {
817 display: block !important;
818 }
819
820 .sellkit-checkout-widget-multi-page-build form #order_review {
821 width: auto !important;
822 padding: 0 !important;
823 float: none !important;
824 border: none !important;
825 }
826
827 .sellkit-checkout-widget-multi-page-build form .inner_wrapper {
828 display: -webkit-box;
829 display: -ms-flexbox;
830 display: flex;
831 }
832
833 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column {
834 width: 60%;
835 }
836
837 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div {
838 -webkit-box-ordinal-group: 2;
839 -ms-flex-order: 1;
840 order: 1;
841 width: 100%;
842 padding-left: 27px;
843 clear: both;
844 border-left: solid 1px #e1e1e1;
845 }
846
847 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers {
848 height: 103px;
849 margin: 0px 2px 36px 0px;
850 padding: 0px 18px 2px 14px;
851 border: solid 1px #e1e1e1;
852 border-radius: 4px;
853 background-color: #ffffff;
854 }
855
856 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div {
857 display: -webkit-box;
858 display: -ms-flexbox;
859 display: flex;
860 -webkit-box-orient: horizontal;
861 -webkit-box-direction: normal;
862 -ms-flex-direction: row;
863 flex-direction: row;
864 -ms-flex-wrap: nowrap;
865 flex-wrap: nowrap;
866 -ms-flex-line-pack: center;
867 align-content: center;
868 -webkit-box-align: center;
869 -ms-flex-align: center;
870 align-items: center;
871 -webkit-box-pack: justify;
872 -ms-flex-pack: justify;
873 justify-content: space-between;
874 height: auto;
875 min-height: 51px;
876 -webkit-column-gap: 20px;
877 -moz-column-gap: 20px;
878 column-gap: 20px;
879 }
880
881 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div > div {
882 display: -webkit-box;
883 display: -ms-flexbox;
884 display: flex;
885 -webkit-box-orient: horizontal;
886 -webkit-box-direction: normal;
887 -ms-flex-direction: row;
888 flex-direction: row;
889 -ms-flex-wrap: nowrap;
890 flex-wrap: nowrap;
891 -ms-flex-line-pack: center;
892 align-content: center;
893 -webkit-box-align: center;
894 -ms-flex-align: center;
895 align-items: center;
896 -webkit-box-pack: start;
897 -ms-flex-pack: start;
898 justify-content: flex-start;
899 width: 100%;
900 -webkit-column-gap: 15px;
901 -moz-column-gap: 15px;
902 column-gap: 15px;
903 }
904
905 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div > div .title {
906 width: 50px;
907 min-width: -webkit-fit-content;
908 min-width: -moz-fit-content;
909 min-width: fit-content;
910 }
911
912 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div span {
913 height: auto;
914 color: #323232;
915 font-size: 14px;
916 font-style: normal;
917 font-weight: normal;
918 letter-spacing: normal;
919 line-height: 1.14;
920 text-align: right;
921 font-stretch: normal;
922 }
923
924 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div .edit {
925 margin-left: 0px;
926 color: #007bff;
927 font-size: 13px;
928 font-style: normal;
929 font-weight: normal;
930 letter-spacing: normal;
931 line-height: 1.15;
932 text-align: left;
933 cursor: pointer;
934 font-stretch: normal;
935 }
936
937 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login {
938 margin-bottom: 16px;
939 }
940
941 .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 width: auto !important;
943 float: none !important;
944 }
945
946 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer {
947 display: -webkit-box;
948 display: -ms-flexbox;
949 display: flex;
950 -webkit-box-orient: horizontal;
951 -webkit-box-direction: normal;
952 -ms-flex-direction: row;
953 flex-direction: row;
954 -ms-flex-line-pack: stretch;
955 align-content: stretch;
956 -webkit-box-align: center;
957 -ms-flex-align: center;
958 align-items: center;
959 -webkit-box-pack: end;
960 -ms-flex-pack: end;
961 justify-content: flex-end;
962 }
963
964 .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 height: 17px;
966 margin: 30px 0px 21.5px 33px;
967 color: #007bff;
968 font-size: 14px;
969 font-style: normal;
970 font-weight: 500;
971 letter-spacing: normal;
972 line-height: 1.21;
973 text-align: right;
974 font-stretch: normal;
975 }
976
977 .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 display: -webkit-inline-box;
979 display: -ms-inline-flexbox;
980 display: inline-flex;
981 -ms-flex-line-pack: center;
982 align-content: center;
983 -webkit-box-align: center;
984 -ms-flex-align: center;
985 align-items: center;
986 -webkit-box-pack: center;
987 -ms-flex-pack: center;
988 justify-content: center;
989 height: 56px;
990 margin: 5px 0 0 0;
991 padding: 0px 31px;
992 border-radius: 6px;
993 background-color: #323232;
994 color: #ffffff;
995 font-size: 14px;
996 font-style: normal;
997 font-weight: 500;
998 letter-spacing: normal;
999 line-height: 1.21;
1000 cursor: pointer;
1001 font-stretch: normal;
1002 }
1003
1004 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second {
1005 display: none;
1006 }
1007
1008 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer {
1009 display: -webkit-box;
1010 display: -ms-flexbox;
1011 display: flex;
1012 -webkit-box-orient: horizontal;
1013 -webkit-box-direction: normal;
1014 -ms-flex-direction: row;
1015 flex-direction: row;
1016 -ms-flex-line-pack: center;
1017 align-content: center;
1018 -webkit-box-align: center;
1019 -ms-flex-align: center;
1020 align-items: center;
1021 -webkit-box-pack: justify;
1022 -ms-flex-pack: justify;
1023 justify-content: space-between;
1024 }
1025
1026 .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 {
1027 height: 17px;
1028 margin: 20px 0px;
1029 color: #007bff;
1030 font-size: 14px;
1031 font-style: normal;
1032 font-weight: 500;
1033 letter-spacing: normal;
1034 line-height: 1.21;
1035 text-align: center;
1036 cursor: pointer;
1037 font-stretch: normal;
1038 }
1039
1040 .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 display: -webkit-box;
1042 display: -ms-flexbox;
1043 display: flex;
1044 -webkit-box-orient: horizontal;
1045 -webkit-box-direction: normal;
1046 -ms-flex-direction: row;
1047 flex-direction: row;
1048 -ms-flex-wrap: nowrap;
1049 flex-wrap: nowrap;
1050 -ms-flex-line-pack: center;
1051 align-content: center;
1052 -webkit-box-align: center;
1053 -ms-flex-align: center;
1054 align-items: center;
1055 -webkit-box-pack: center;
1056 -ms-flex-pack: center;
1057 justify-content: center;
1058 height: 56px;
1059 margin: 0;
1060 padding: 0px 31px;
1061 border-radius: 6px;
1062 background-color: #323232;
1063 color: #ffffff;
1064 font-size: 14px;
1065 font-style: normal;
1066 font-weight: 500;
1067 letter-spacing: normal;
1068 line-height: 1.21;
1069 text-align: center;
1070 cursor: pointer;
1071 font-stretch: normal;
1072 }
1073
1074 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third {
1075 display: none;
1076 }
1077
1078 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third .go-to-second {
1079 height: 17px;
1080 color: #007bff;
1081 font-size: 14px;
1082 font-style: normal;
1083 font-weight: 500;
1084 letter-spacing: normal;
1085 line-height: 1.21;
1086 text-align: right;
1087 cursor: pointer;
1088 font-stretch: normal;
1089 }
1090
1091 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column {
1092 width: 40%;
1093 padding: 22px 30px 22px 30px;
1094 background-color: transparent;
1095 }
1096
1097 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div {
1098 width: 100%;
1099 clear: both;
1100 }
1101
1102 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar-sticky {
1103 position: sticky !important;
1104 top: 0;
1105 }
1106
1107 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar {
1108 padding: 2px;
1109 scroll-behavior: smooth;
1110 }
1111
1112 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .summary_toggle {
1113 display: none;
1114 }
1115
1116 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .col2-set {
1117 width: auto !important;
1118 float: none !important;
1119 }
1120
1121 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table {
1122 width: 100%;
1123 max-width: 100%;
1124 }
1125
1126 .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 padding-top: 18px;
1128 }
1129
1130 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr .jx-form-row-first {
1131 width: 100%;
1132 }
1133
1134 .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 width: 100%;
1136 }
1137
1138 .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 padding-top: 17px;
1140 }
1141
1142 .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 display: none;
1144 }
1145
1146 .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 padding-top: 17px;
1148 }
1149
1150 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-collapsible {
1151 margin-top: 0;
1152 }
1153
1154 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form {
1155 display: -webkit-inline-box;
1156 display: -ms-inline-flexbox;
1157 display: inline-flex;
1158 width: 100%;
1159 padding-top: 0px;
1160 -webkit-column-gap: 10px;
1161 -moz-column-gap: 10px;
1162 column-gap: 10px;
1163 }
1164
1165 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first {
1166 display: -webkit-box;
1167 display: -ms-flexbox;
1168 display: flex;
1169 width: 495px;
1170 margin-top: 0px;
1171 margin-bottom: 1rem;
1172 padding-top: 0px;
1173 }
1174
1175 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first input {
1176 margin: 0px;
1177 padding: 16px 14px 14px 0px;
1178 border: solid 1px rgba(0, 0, 0, 0.2);
1179 border-radius: 4px;
1180 background-color: #ffffff;
1181 color: #737373;
1182 font-size: 14px;
1183 font-style: normal;
1184 font-weight: normal;
1185 letter-spacing: normal;
1186 line-height: 1.14;
1187 text-align: right;
1188 -webkit-box-shadow: none !important;
1189 box-shadow: none !important;
1190 font-stretch: normal;
1191 }
1192
1193 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first input:focus {
1194 border: solid 2px rgba(0, 123, 255, 0.4);
1195 }
1196
1197 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last {
1198 display: -webkit-box;
1199 display: -ms-flexbox;
1200 display: flex;
1201 margin-top: 0px;
1202 margin-bottom: 1rem;
1203 }
1204
1205 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon {
1206 display: -webkit-box;
1207 display: -ms-flexbox;
1208 display: flex;
1209 -webkit-box-orient: horizontal;
1210 -webkit-box-direction: normal;
1211 -ms-flex-direction: row;
1212 flex-direction: row;
1213 -ms-flex-wrap: wrap;
1214 flex-wrap: wrap;
1215 -ms-flex-line-pack: center;
1216 align-content: center;
1217 -webkit-box-align: center;
1218 -ms-flex-align: center;
1219 align-items: center;
1220 -webkit-box-pack: center;
1221 -ms-flex-pack: center;
1222 justify-content: center;
1223 height: 48px;
1224 margin: 0;
1225 padding: 0 30px 0 29px;
1226 border-radius: 6px;
1227 background-color: #323232;
1228 color: white;
1229 cursor: pointer;
1230 }
1231
1232 .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon span {
1233 width: 37px;
1234 height: 17px;
1235 color: #ffffff;
1236 font-size: 14px;
1237 font-style: normal;
1238 font-weight: 500;
1239 letter-spacing: normal;
1240 line-height: 1.21;
1241 text-align: right;
1242 font-stretch: normal;
1243 }
1244
1245 .sellkit-checkout-widget-main-wrapper hr.sellkit-checkout-widget-divider {
1246 border: 1px solid #e1e1e1;
1247 border-left: none !important;
1248 border-bottom: none !important;
1249 border-right: none !important;
1250 opacity: 1 !important;
1251 }
1252
1253 .sellkit-checkout-widget-main-wrapper div#payment {
1254 border-radius: 5px;
1255 background: #ebe9eb;
1256 }
1257
1258 .sellkit-checkout-widget-main-wrapper #order_review {
1259 background-color: unset !important;
1260 }
1261
1262 .sellkit-checkout-widget-main-wrapper #order_review #sellkit-checkout-widget-order-review-wrap th.sellkit-checkout-widget-divider,
1263 .sellkit-checkout-widget-main-wrapper #order_review #sellkit-checkout-widget-order-review-wrap td.sellkit-checkout-widget-divider {
1264 border: 1px solid #e1e1e1;
1265 border-left: none !important;
1266 border-bottom: none !important;
1267 border-right: none !important;
1268 border-radius: 0px !important;
1269 }
1270
1271 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-d-block {
1272 display: block !important;
1273 }
1274
1275 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-d-none {
1276 display: none;
1277 }
1278
1279 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout {
1280 margin-bottom: 32px;
1281 }
1282
1283 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box {
1284 height: auto;
1285 min-height: 112px;
1286 border: 1px solid #eaeaea;
1287 border-radius: 4px;
1288 background-color: #ffffff;
1289 }
1290
1291 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box legend {
1292 width: -webkit-max-content;
1293 width: -moz-max-content;
1294 width: max-content;
1295 margin: auto;
1296 padding: 0 10px 0 10px;
1297 color: #323232;
1298 font-size: 16px;
1299 font-style: normal;
1300 font-weight: normal;
1301 letter-spacing: normal;
1302 line-height: 1.13;
1303 text-align: center;
1304 font-stretch: normal;
1305 }
1306
1307 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box .express-methods {
1308 display: -webkit-box;
1309 display: -ms-flexbox;
1310 display: flex;
1311 -webkit-box-orient: horizontal;
1312 -webkit-box-direction: normal;
1313 -ms-flex-direction: row;
1314 flex-direction: row;
1315 -ms-flex-wrap: wrap;
1316 flex-wrap: wrap;
1317 -ms-flex-line-pack: center;
1318 align-content: center;
1319 -webkit-box-align: center;
1320 -ms-flex-align: center;
1321 align-items: center;
1322 -webkit-box-pack: center;
1323 -ms-flex-pack: center;
1324 justify-content: center;
1325 margin: 15px 0 0 0;
1326 padding: 0 0 10px 0;
1327 -webkit-column-gap: 20px;
1328 -moz-column-gap: 20px;
1329 column-gap: 20px;
1330 row-gap: 10px;
1331 }
1332
1333 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box .express-methods > div {
1334 display: -webkit-box;
1335 display: -ms-flexbox;
1336 display: flex;
1337 -ms-flex-line-pack: center;
1338 align-content: center;
1339 -webkit-box-align: center;
1340 -ms-flex-align: center;
1341 align-items: center;
1342 -webkit-box-pack: center;
1343 -ms-flex-pack: center;
1344 justify-content: center;
1345 height: 40px;
1346 border-radius: 4px;
1347 font-size: 14px;
1348 font-weight: bold;
1349 text-align: center;
1350 cursor: pointer;
1351 }
1352
1353 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box {
1354 border-top: 1px solid #eaeaea;
1355 }
1356
1357 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box legend {
1358 width: -webkit-max-content;
1359 width: -moz-max-content;
1360 width: max-content;
1361 margin: auto;
1362 padding: 0 10px 0 10px;
1363 color: #323232;
1364 font-size: 20px;
1365 font-style: normal;
1366 font-weight: normal;
1367 letter-spacing: normal;
1368 line-height: 1.2;
1369 text-align: center;
1370 font-stretch: normal;
1371 }
1372
1373 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout #sellkit-checkout-or-divider {
1374 border-left: none !important;
1375 border-bottom: none !important;
1376 border-right: none !important;
1377 border-radius: 0px !important;
1378 }
1379
1380 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile {
1381 display: none;
1382 }
1383
1384 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i {
1385 margin-left: 13px;
1386 }
1387
1388 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop {
1389 display: -webkit-box;
1390 display: -ms-flexbox;
1391 display: flex;
1392 }
1393
1394 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop,
1395 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile {
1396 -webkit-box-orient: horizontal;
1397 -webkit-box-direction: normal;
1398 -ms-flex-direction: row;
1399 flex-direction: row;
1400 -webkit-box-align: baseline;
1401 -ms-flex-align: baseline;
1402 align-items: baseline;
1403 margin-bottom: 36px;
1404 }
1405
1406 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop span,
1407 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span {
1408 height: 19px;
1409 margin: 0;
1410 color: #737373;
1411 font-size: 14px;
1412 font-style: normal;
1413 font-weight: normal;
1414 letter-spacing: normal;
1415 line-height: 1.36;
1416 text-align: right;
1417 cursor: pointer;
1418 font-stretch: normal;
1419 }
1420
1421 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .blue-line,
1422 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .blue-line {
1423 color: #007bff;
1424 }
1425
1426 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .current,
1427 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .current {
1428 color: #323232;
1429 }
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 {
1433 width: 6px;
1434 height: 10px;
1435 font-size: 12px;
1436 -o-object-fit: contain;
1437 object-fit: contain;
1438 }
1439
1440 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i,
1441 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span,
1442 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i {
1443 margin-left: 15px;
1444 }
1445
1446 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section {
1447 max-width: 100%;
1448 margin-top: -13px;
1449 }
1450
1451 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div {
1452 display: -webkit-box;
1453 display: -ms-flexbox;
1454 display: flex;
1455 width: 100%;
1456 margin: 7px 0 0 0;
1457 }
1458
1459 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-fields-wrapper {
1460 width: 100%;
1461 }
1462
1463 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-widget-password-field {
1464 display: none !important;
1465 }
1466
1467 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .header {
1468 height: 23px;
1469 margin: 0 0 4px 0;
1470 color: #323232;
1471 font-size: 20px;
1472 font-style: normal;
1473 font-weight: normal;
1474 letter-spacing: normal;
1475 line-height: 1.2;
1476 text-align: right;
1477 font-stretch: normal;
1478 }
1479
1480 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-holder {
1481 margin-top: 20px;
1482 }
1483
1484 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-holder input {
1485 text-transform: initial !important;
1486 }
1487
1488 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email {
1489 width: 100%;
1490 max-width: 100%;
1491 margin-top: 21px;
1492 margin-bottom: 0px;
1493 }
1494
1495 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email input {
1496 width: 100%;
1497 height: 46px;
1498 margin: 0px 0px 0px 2px;
1499 padding: 16px 14px 14px 0px;
1500 border: solid 1px rgba(0, 0, 0, 0.2);
1501 border-radius: 4px;
1502 background-color: #ffffff;
1503 color: #737373;
1504 font-size: 14px;
1505 font-style: normal;
1506 font-weight: normal;
1507 letter-spacing: normal;
1508 line-height: 1.14;
1509 text-align: right;
1510 -webkit-box-shadow: none !important;
1511 box-shadow: none !important;
1512 font-stretch: normal;
1513 }
1514
1515 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email input:focus {
1516 border: solid 2px rgba(0, 123, 255, 0.4);
1517 }
1518
1519 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .mini-title {
1520 display: none;
1521 }
1522
1523 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login_hidden_section {
1524 display: none;
1525 }
1526
1527 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-error,
1528 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-empty,
1529 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-username-error {
1530 display: none;
1531 padding: 7px 0 0 0;
1532 color: #e22120;
1533 font-size: 14px;
1534 font-style: normal;
1535 font-weight: normal;
1536 letter-spacing: normal;
1537 line-height: 1.14;
1538 text-align: right;
1539 font-stretch: normal;
1540 }
1541
1542 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .jupiter-checkout-widget-email-search {
1543 display: none;
1544 padding: 7px 0 0 0;
1545 font-size: 14px;
1546 font-style: normal;
1547 font-weight: normal;
1548 letter-spacing: normal;
1549 line-height: 1.14;
1550 text-align: right;
1551 font-stretch: normal;
1552 }
1553
1554 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div {
1555 padding-top: 11px;
1556 }
1557
1558 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div .login-submit {
1559 display: -webkit-inline-box;
1560 display: -ms-inline-flexbox;
1561 display: inline-flex;
1562 -webkit-box-align: center;
1563 -ms-flex-align: center;
1564 align-items: center;
1565 height: 46px;
1566 padding: 0 30px 0 30px;
1567 border-radius: 6px;
1568 background-color: #323232;
1569 color: #ffffff;
1570 font-size: 14px;
1571 font-style: normal;
1572 font-weight: 500;
1573 letter-spacing: normal;
1574 line-height: 1.21;
1575 text-align: right;
1576 cursor: pointer;
1577 font-stretch: normal;
1578 }
1579
1580 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div .login-result {
1581 display: block;
1582 margin-top: 7px;
1583 font-size: 13px;
1584 }
1585
1586 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc {
1587 display: none;
1588 margin: 8px 0px 0px 0px;
1589 color: #323232;
1590 font-size: 14px;
1591 font-style: normal;
1592 font-weight: normal;
1593 letter-spacing: normal;
1594 line-height: 1.14;
1595 text-align: right;
1596 font-stretch: normal;
1597 }
1598
1599 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc p {
1600 display: -webkit-box;
1601 display: -ms-flexbox;
1602 display: flex;
1603 }
1604
1605 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc .sellkit-create-account-checkbox {
1606 width: 18px;
1607 height: 18px;
1608 margin: 0px;
1609 border: solid 1px rgba(0, 0, 0, 0.2);
1610 border-radius: 4px;
1611 background-color: #ffffff;
1612 -webkit-box-shadow: none !important;
1613 box-shadow: none !important;
1614 }
1615
1616 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc .sellkit-create-account-checkbox-label {
1617 height: 16px;
1618 margin: 0px 8px 0px 0px;
1619 padding-top: 3px;
1620 color: #323232;
1621 font-size: 14px;
1622 font-style: normal;
1623 font-weight: normal;
1624 letter-spacing: normal;
1625 line-height: 1.14;
1626 text-align: right;
1627 cursor: pointer;
1628 font-stretch: normal;
1629 }
1630
1631 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-hide-completely {
1632 display: none !important;
1633 margin: 0 !important;
1634 padding: 0 !important;
1635 }
1636
1637 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address .header {
1638 height: 23px;
1639 margin: 24px 3px 21px 0px;
1640 color: #323232;
1641 font-size: 20px;
1642 font-style: normal;
1643 font-weight: normal;
1644 letter-spacing: normal;
1645 line-height: 1.2;
1646 text-align: right;
1647 font-stretch: normal;
1648 }
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 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-checkout-widget-primary-button:hover,
1655 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form #place_order:hover {
1656 background-color: #111111;
1657 }
1658
1659 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form td {
1660 padding: 9px 0 17px 0;
1661 }
1662
1663 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form .sellkit-coupon-toggle {
1664 display: block;
1665 padding: 4px 0 11px 0;
1666 color: #007bff;
1667 font-size: 14px;
1668 font-style: normal;
1669 font-weight: normal;
1670 letter-spacing: normal;
1671 line-height: 1.14;
1672 text-align: right;
1673 cursor: pointer;
1674 font-stretch: normal;
1675 }
1676
1677 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form .sellkit-normal-coupon-form {
1678 padding: 6px 0 2px 0;
1679 }
1680
1681 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods .shipping-method-header {
1682 width: 100%;
1683 height: 19px;
1684 margin: 2px 0px 23px 0px;
1685 color: #323232;
1686 font-size: 20px;
1687 font-style: normal;
1688 font-weight: normal;
1689 letter-spacing: normal;
1690 line-height: 1.2;
1691 text-align: right;
1692 font-stretch: normal;
1693 }
1694
1695 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods > span {
1696 display: -webkit-inline-box;
1697 display: -ms-inline-flexbox;
1698 display: inline-flex;
1699 margin: 0 0 20px 0;
1700 font-size: 15px;
1701 font-style: normal;
1702 font-weight: normal;
1703 letter-spacing: normal;
1704 line-height: 1.2;
1705 text-align: right;
1706 font-stretch: normal;
1707 }
1708
1709 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page {
1710 width: 100%;
1711 margin-top: 19px;
1712 margin-left: 10px;
1713 margin-bottom: 42px;
1714 border: solid 1px #e1e1e1;
1715 border-radius: 4px;
1716 border-collapse: collapse;
1717 }
1718
1719 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr {
1720 border-top: none !important;
1721 border-left: none !important;
1722 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1723 border-right: none !important;
1724 background-color: #fff;
1725 }
1726
1727 .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 border-left-width: 0px !important;
1729 }
1730
1731 .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 border-right-width: 0px !important;
1733 }
1734
1735 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr td {
1736 background-color: #fff;
1737 }
1738
1739 .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 width: 70%;
1741 padding: 16px 15px 0 0;
1742 text-align: center;
1743 }
1744
1745 .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 padding-top: 2px;
1747 padding-right: 20px;
1748 }
1749
1750 .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 top: 3px;
1752 right: 4px;
1753 }
1754
1755 .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 padding-left: 17px;
1757 text-align: left;
1758 }
1759
1760 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-heading {
1761 height: 23px;
1762 margin: 26px 3px 9px 2px;
1763 color: #323232;
1764 font-size: 20px;
1765 font-style: normal;
1766 font-weight: normal;
1767 letter-spacing: normal;
1768 line-height: 1.2;
1769 text-align: right;
1770 font-stretch: normal;
1771 }
1772
1773 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-desc {
1774 height: 16px;
1775 margin: 9px 3px 19px 0px;
1776 color: #737373;
1777 font-size: 14px;
1778 font-style: normal;
1779 font-weight: normal;
1780 letter-spacing: normal;
1781 line-height: 1.14;
1782 text-align: right;
1783 font-stretch: normal;
1784 }
1785
1786 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-order-review-heading {
1787 height: 23px;
1788 margin: 0px 0 19px 0px !important;
1789 color: #323232;
1790 font-size: 20px;
1791 font-style: normal;
1792 font-weight: normal;
1793 letter-spacing: normal;
1794 line-height: 1.2;
1795 text-align: right;
1796 font-stretch: normal;
1797 }
1798
1799 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods {
1800 margin-top: 0 !important;
1801 margin-bottom: 0 !important;
1802 border: solid 1px #e1e1e1;
1803 }
1804
1805 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods {
1806 margin-bottom: 0 !important;
1807 padding: 0px !important;
1808 border: none !important;
1809 border-radius: 5px;
1810 }
1811
1812 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li {
1813 display: -webkit-box;
1814 display: -ms-flexbox;
1815 display: flex;
1816 -webkit-box-orient: vertical;
1817 -webkit-box-direction: normal;
1818 -ms-flex-direction: column;
1819 flex-direction: column;
1820 -ms-flex-wrap: nowrap;
1821 flex-wrap: nowrap;
1822 -webkit-box-pack: center;
1823 -ms-flex-pack: center;
1824 justify-content: center;
1825 height: 52px;
1826 margin: 0 !important;
1827 padding: 0px 18px 0px 0px;
1828 background-color: #ffffff !important;
1829 cursor: pointer !important;
1830 }
1831
1832 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label {
1833 height: inherit;
1834 margin: 0 !important;
1835 padding: 0 !important;
1836 border-right: none !important;
1837 background-color: #fff !important;
1838 }
1839
1840 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label::hover {
1841 background-color: #fff !important;
1842 }
1843
1844 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label .checkmark {
1845 position: relative;
1846 }
1847
1848 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label {
1849 display: -webkit-box;
1850 display: -ms-flexbox;
1851 display: flex;
1852 position: relative;
1853 -webkit-box-orient: horizontal;
1854 -webkit-box-direction: normal;
1855 -ms-flex-direction: row;
1856 flex-direction: row;
1857 -ms-flex-wrap: nowrap;
1858 flex-wrap: nowrap;
1859 -ms-flex-line-pack: center;
1860 align-content: center;
1861 -webkit-box-align: center;
1862 -ms-flex-align: center;
1863 align-items: center;
1864 -webkit-box-pack: justify;
1865 -ms-flex-pack: justify;
1866 justify-content: space-between;
1867 }
1868
1869 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label img {
1870 position: relative;
1871 -webkit-box-flex: 1;
1872 -ms-flex-positive: 1;
1873 flex-grow: 1;
1874 max-width: 40px;
1875 max-height: 40px !important;
1876 margin: 0px 0 0 10px !important;
1877 float: left;
1878 }
1879
1880 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label span {
1881 -webkit-box-flex: 1;
1882 -ms-flex-positive: 1;
1883 flex-grow: 1;
1884 }
1885
1886 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .woocommerce-notice--info {
1887 height: auto !important;
1888 min-height: 52px;
1889 margin: 0px;
1890 padding: 0 40px 0 0;
1891 color: #737373;
1892 font-size: 14px;
1893 font-style: normal;
1894 font-weight: normal;
1895 letter-spacing: normal;
1896 line-height: 1.14;
1897 text-align: right;
1898 font-stretch: normal;
1899 }
1900
1901 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .woocommerce-notice--info::before {
1902 top: auto !important;
1903 }
1904
1905 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .sellkit_payment_box {
1906 display: none;
1907 margin: 0px;
1908 padding: 17px 18px 17px 13px;
1909 border: solid 1px #e1e1e1;
1910 border-left: none !important;
1911 border-bottom: none !important;
1912 border-right: none !important;
1913 border-radius: 0px !important;
1914 background-color: #fafafa;
1915 }
1916
1917 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .sellkit_payment_box p {
1918 margin: 0px;
1919 padding: 0px;
1920 color: #737373;
1921 font-size: 14px;
1922 font-style: normal;
1923 font-weight: normal;
1924 letter-spacing: normal;
1925 line-height: 1.14;
1926 text-align: right;
1927 font-stretch: normal;
1928 }
1929
1930 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .payment_method_paypal .about_paypal {
1931 display: none;
1932 }
1933
1934 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .sellkit-one-page-checkout-billing-header {
1935 height: 23px;
1936 margin: 42px 3px 9px 0px;
1937 color: #323232;
1938 font-size: 20px;
1939 font-style: normal;
1940 font-weight: normal;
1941 letter-spacing: normal;
1942 line-height: 1.2;
1943 text-align: right;
1944 font-stretch: normal;
1945 }
1946
1947 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-desc {
1948 width: 100%;
1949 height: 16px;
1950 margin: 9px 3px 18px 0;
1951 color: #737373;
1952 font-size: 14px;
1953 font-style: normal;
1954 font-weight: normal;
1955 letter-spacing: normal;
1956 line-height: 1.14;
1957 text-align: right;
1958 font-stretch: normal;
1959 }
1960
1961 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method {
1962 margin: 18px 0 0 0;
1963 padding: 0px 18px 0px 13px;
1964 border: solid 1px #e1e1e1;
1965 background-color: #ffffff;
1966 }
1967
1968 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method hr {
1969 height: 0;
1970 border: 0;
1971 border-top: solid 1px #e1e1e1;
1972 }
1973
1974 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div {
1975 padding-top: 18px;
1976 padding-bottom: 18px;
1977 }
1978
1979 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label {
1980 margin: 0 0 0 auto;
1981 }
1982
1983 .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 margin: 0 17px 0 auto;
1985 }
1986
1987 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order {
1988 display: -webkit-box;
1989 display: -ms-flexbox;
1990 display: flex;
1991 -webkit-box-orient: horizontal;
1992 -webkit-box-direction: normal;
1993 -ms-flex-direction: row;
1994 flex-direction: row;
1995 -webkit-box-align: center;
1996 -ms-flex-align: center;
1997 align-items: center;
1998 -webkit-box-pack: justify;
1999 -ms-flex-pack: justify;
2000 justify-content: space-between;
2001 margin-top: 40px;
2002 }
2003
2004 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order #place_order {
2005 display: -webkit-inline-box;
2006 display: -ms-inline-flexbox;
2007 display: inline-flex;
2008 -ms-flex-line-pack: center;
2009 align-content: center;
2010 -webkit-box-align: center;
2011 -ms-flex-align: center;
2012 align-items: center;
2013 -webkit-box-pack: center;
2014 -ms-flex-pack: center;
2015 justify-content: center;
2016 -webkit-box-ordinal-group: 4;
2017 -ms-flex-order: 3;
2018 order: 3;
2019 width: auto !important;
2020 height: 56px;
2021 margin-top: 0 !important;
2022 padding: 0px 36px;
2023 border: none;
2024 border-radius: 6px;
2025 background-color: #323232;
2026 color: #fff;
2027 font-size: 14px;
2028 font-style: normal;
2029 font-weight: 500;
2030 letter-spacing: normal;
2031 line-height: 1.21;
2032 text-align: right;
2033 text-align: center;
2034 text-decoration: none !important;
2035 -webkit-box-shadow: none;
2036 box-shadow: none;
2037 font-stretch: normal;
2038 }
2039
2040 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .jupiterx-continue-shopping {
2041 display: none !important;
2042 }
2043
2044 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill {
2045 width: auto;
2046 }
2047
2048 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order > div .gpay-card-info-container {
2049 max-width: 170px;
2050 }
2051
2052 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container {
2053 display: contents;
2054 }
2055
2056 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container .paypal-buttons {
2057 max-width: 170px !important;
2058 }
2059
2060 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .mfn-woo-cart-link {
2061 display: none !important;
2062 }
2063
2064 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products {
2065 margin-top: 17px;
2066 padding-bottom: 32px;
2067 }
2068
2069 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-header {
2070 display: -webkit-box;
2071 display: -ms-flexbox;
2072 display: flex;
2073 margin-bottom: 14px;
2074 color: #323232;
2075 font-size: 20px;
2076 font-style: normal;
2077 font-weight: normal;
2078 letter-spacing: normal;
2079 line-height: 1.2;
2080 text-align: right;
2081 font-stretch: normal;
2082 }
2083
2084 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table {
2085 width: 100%;
2086 border-bottom: solid 1px #e1e1e1;
2087 border-bottom-right-radius: 4px;
2088 border-bottom-left-radius: 4px;
2089 border-collapse: separate;
2090 border-spacing: 0;
2091 }
2092
2093 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row {
2094 height: 51px;
2095 padding: 16px 0 0;
2096 background-color: #fff;
2097 }
2098
2099 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row th {
2100 border: solid 1px #e1e1e1;
2101 color: #323232;
2102 font-size: 14px;
2103 font-style: normal;
2104 font-weight: bold;
2105 letter-spacing: normal;
2106 line-height: 1.21;
2107 text-align: right;
2108 font-stretch: normal;
2109 }
2110
2111 .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 width: 50%;
2113 padding-right: 17px;
2114 border-left: none;
2115 border-top-right-radius: 4px;
2116 }
2117
2118 .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 width: 105px;
2120 padding-right: 0px;
2121 border-left: none;
2122 border-right: none;
2123 }
2124
2125 .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 width: 105px;
2127 padding-left: 17px;
2128 border-right: none;
2129 border-top-left-radius: 4px;
2130 text-align: left;
2131 }
2132
2133 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item {
2134 height: 48px;
2135 background-color: #fafafa;
2136 }
2137
2138 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item td {
2139 padding: 0;
2140 }
2141
2142 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title {
2143 display: -webkit-box;
2144 display: -ms-flexbox;
2145 display: flex;
2146 -webkit-box-orient: horizontal;
2147 -webkit-box-direction: normal;
2148 -ms-flex-direction: row;
2149 flex-direction: row;
2150 -ms-flex-wrap: nowrap;
2151 flex-wrap: nowrap;
2152 -ms-flex-line-pack: center;
2153 align-content: center;
2154 -webkit-box-align: center;
2155 -ms-flex-align: center;
2156 align-items: center;
2157 -webkit-box-pack: start;
2158 -ms-flex-pack: start;
2159 justify-content: flex-start;
2160 height: inherit;
2161 padding-right: 17px;
2162 -webkit-column-gap: 8px;
2163 -moz-column-gap: 8px;
2164 column-gap: 8px;
2165 border-right: solid 1px #e1e1e1;
2166 color: #323232;
2167 font-size: 14px;
2168 font-style: normal;
2169 font-weight: 500;
2170 letter-spacing: normal;
2171 line-height: 1.21;
2172 text-align: right;
2173 font-stretch: normal;
2174 }
2175
2176 .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 -webkit-box-shadow: none !important;
2178 box-shadow: none !important;
2179 }
2180
2181 .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 margin: 0;
2183 cursor: pointer;
2184 }
2185
2186 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-quantity {
2187 color: #323232;
2188 font-size: 14px;
2189 font-style: normal;
2190 font-weight: normal;
2191 letter-spacing: normal;
2192 line-height: 1.14;
2193 text-align: right;
2194 font-stretch: normal;
2195 }
2196
2197 .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 width: 49px;
2199 height: 30px;
2200 padding: 6px 5px 6px 0 !important;
2201 text-align: center;
2202 -webkit-box-shadow: none !important;
2203 box-shadow: none !important;
2204 }
2205
2206 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-price {
2207 padding-left: 17px;
2208 border-left: solid 1px #e1e1e1;
2209 color: #323232;
2210 font-size: 14px;
2211 font-style: normal;
2212 font-weight: 500;
2213 letter-spacing: normal;
2214 line-height: 1.21;
2215 text-align: left;
2216 font-stretch: normal;
2217 }
2218
2219 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item:last-of-type td {
2220 border-bottom: solid 1px #e1e1e1;
2221 }
2222
2223 .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 border-bottom-right-radius: 4px;
2225 }
2226
2227 .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 border-bottom-left-radius: 4px;
2229 }
2230
2231 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row {
2232 margin: 0 !important;
2233 padding: 0 !important;
2234 background-color: #fafafa;
2235 }
2236
2237 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row hr {
2238 margin: 0 16px;
2239 border-top: solid 1px #e1e1e1;
2240 }
2241
2242 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table {
2243 margin-top: 0 !important;
2244 margin-right: 0px;
2245 padding-right: 0px;
2246 border: none !important;
2247 background-color: transparent;
2248 border-collapse: initial !important;
2249 /* Hide default shipping method and replace our own */
2250 }
2251
2252 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tbody td {
2253 padding-left: 0 !important;
2254 padding-right: 0 !important;
2255 background-color: inherit !important;
2256 }
2257
2258 #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 background-color: inherit;
2260 }
2261
2262 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr th:not(.sellkit-order-total) {
2263 color: #323232;
2264 font-size: 14px;
2265 font-style: normal;
2266 font-weight: 500;
2267 letter-spacing: normal;
2268 line-height: 1.21;
2269 text-align: right;
2270 font-stretch: normal;
2271 }
2272
2273 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td {
2274 display: -webkit-box;
2275 display: -ms-flexbox;
2276 display: flex;
2277 -webkit-box-orient: horizontal;
2278 -webkit-box-direction: normal;
2279 -ms-flex-direction: row;
2280 flex-direction: row;
2281 -ms-flex-wrap: nowrap;
2282 flex-wrap: nowrap;
2283 -ms-flex-line-pack: center;
2284 align-content: center;
2285 -webkit-box-align: center;
2286 -ms-flex-align: center;
2287 align-items: center;
2288 -webkit-box-pack: end;
2289 -ms-flex-pack: end;
2290 justify-content: flex-end;
2291 }
2292
2293 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td:not(.sellkit-order-total) {
2294 color: #323232;
2295 font-size: 14px;
2296 font-style: normal;
2297 font-weight: 500;
2298 letter-spacing: normal;
2299 line-height: 1.21;
2300 text-align: left;
2301 font-stretch: normal;
2302 }
2303
2304 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td:not(.sellkit-order-total) a.woocommerce-remove-coupon {
2305 display: none !important;
2306 }
2307
2308 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .sellkit-coupon-label {
2309 margin-right: 8px;
2310 }
2311
2312 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .woo-remove-coupon {
2313 color: #737373;
2314 font-size: 16px;
2315 }
2316
2317 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .woo-remove-coupon::after {
2318 display: inline;
2319 position: absolute;
2320 margin: 2px 8px 0 0;
2321 font-family: woocommerce;
2322 content: '\e013';
2323 cursor: pointer;
2324 }
2325
2326 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .fa-times-circle {
2327 cursor: pointer;
2328 }
2329
2330 #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 border: none !important;
2332 }
2333
2334 #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 padding: 0 0 10px 0;
2336 }
2337
2338 #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 padding-top: 20px;
2340 }
2341
2342 #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 padding-bottom: 19px;
2344 }
2345
2346 #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 padding: 17px 0 20px 0;
2348 color: #323232;
2349 font-size: 18px;
2350 font-style: normal;
2351 font-weight: bold;
2352 letter-spacing: normal;
2353 line-height: 1.28;
2354 text-align: left;
2355 font-stretch: normal;
2356 }
2357
2358 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.order-total th {
2359 text-align: right;
2360 }
2361
2362 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name {
2363 display: -webkit-box;
2364 display: -ms-flexbox;
2365 display: flex;
2366 -webkit-box-orient: horizontal;
2367 -webkit-box-direction: normal;
2368 -ms-flex-direction: row;
2369 flex-direction: row;
2370 -ms-flex-wrap: nowrap;
2371 flex-wrap: nowrap;
2372 -ms-flex-line-pack: center;
2373 align-content: center;
2374 -webkit-box-align: start;
2375 -ms-flex-align: start;
2376 align-items: flex-start;
2377 -webkit-box-pack: start;
2378 -ms-flex-pack: start;
2379 justify-content: flex-start;
2380 width: auto;
2381 margin: 0;
2382 padding: 0 0 20px 0;
2383 -webkit-column-gap: 13px;
2384 -moz-column-gap: 13px;
2385 column-gap: 13px;
2386 color: #323232;
2387 font-size: 14px;
2388 font-style: normal;
2389 font-weight: 500;
2390 letter-spacing: normal;
2391 line-height: 1.21;
2392 text-align: right;
2393 font-stretch: normal;
2394 }
2395
2396 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image {
2397 position: relative;
2398 width: 64px;
2399 min-width: 64px;
2400 }
2401
2402 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image img {
2403 width: 64px !important;
2404 height: 64px !important;
2405 }
2406
2407 #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 position: absolute;
2409 top: 0;
2410 left: 0;
2411 color: red;
2412 cursor: pointer;
2413 }
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: right;
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: right;
2454 font-stretch: normal;
2455 }
2456
2457 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-price {
2458 margin: 0;
2459 padding: 0 !important;
2460 color: #323232;
2461 font-size: 14px;
2462 font-style: normal;
2463 font-weight: 500;
2464 letter-spacing: normal;
2465 line-height: 1.21;
2466 text-align: left;
2467 text-align: left;
2468 vertical-align: middle !important;
2469 font-stretch: normal;
2470 }
2471
2472 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item .sellkit-one-page-checkout-product-price {
2473 padding-left: 0;
2474 }
2475
2476 #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 border: none !important;
2478 }
2479
2480 #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 border-top: 1px solid #e1e1e1;
2482 }
2483
2484 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-discount *, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-shipping-total * {
2485 border: none !important;
2486 }
2487
2488 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
2489 display: none !important;
2490 }
2491
2492 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-qty {
2493 display: block;
2494 width: 49px !important;
2495 height: 30px;
2496 margin-top: 3px;
2497 padding: 6px 11px 6px 0px !important;
2498 border: solid 1px rgba(0, 0, 0, 0.2);
2499 border-radius: 4px;
2500 background-color: #ffffff;
2501 -webkit-box-shadow: none !important;
2502 box-shadow: none !important;
2503 }
2504
2505 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-qty:focus {
2506 border: solid 2px rgba(0, 123, 255, 0.4);
2507 }
2508
2509 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-custom-coupon-form-d-none {
2510 display: none;
2511 }
2512
2513 /* Style for radio buttons */
2514 .woocommerce-checkout {
2515 /* The container */
2516 /* Hide the browser's default radio button */
2517 /* Create a custom radio button */
2518 /* On mouse-over, add a grey background color */
2519 /* When the radio button is checked, add a blue background */
2520 /* Create the indicator (the dot/circle - hidden when not checked) */
2521 /* Show the indicator (dot/circle) when checked */
2522 /* Style the indicator (dot/circle) */
2523 }
2524
2525 .woocommerce-checkout .wrp {
2526 display: -webkit-box !important;
2527 display: -ms-flexbox !important;
2528 display: flex !important;
2529 position: relative;
2530 -webkit-box-orient: horizontal;
2531 -webkit-box-direction: normal;
2532 -ms-flex-direction: row;
2533 flex-direction: row;
2534 -ms-flex-wrap: wrap;
2535 flex-wrap: wrap;
2536 -ms-flex-line-pack: center;
2537 align-content: center;
2538 -webkit-box-align: center;
2539 -ms-flex-align: center;
2540 align-items: center;
2541 -webkit-box-pack: start;
2542 -ms-flex-pack: start;
2543 justify-content: flex-start;
2544 margin-bottom: 12px;
2545 padding-right: 12px;
2546 -webkit-column-gap: 12px;
2547 -moz-column-gap: 12px;
2548 column-gap: 12px;
2549 font-size: 22px;
2550 cursor: pointer;
2551 -webkit-user-select: none;
2552 -moz-user-select: none;
2553 -ms-user-select: none;
2554 user-select: none;
2555 }
2556
2557 .woocommerce-checkout .wrp::before {
2558 display: none !important;
2559 }
2560
2561 .woocommerce-checkout .wrp label, .woocommerce-checkout .wrp .labels {
2562 height: 17px;
2563 margin-right: 12px;
2564 padding-top: 1px;
2565 color: #323232;
2566 font-size: 14px;
2567 font-style: normal;
2568 font-weight: normal;
2569 letter-spacing: normal;
2570 line-height: 1.14;
2571 text-align: right;
2572 cursor: pointer;
2573 font-stretch: normal;
2574 }
2575
2576 .woocommerce-checkout .wrp input {
2577 display: none;
2578 }
2579
2580 .woocommerce-checkout .checkmark {
2581 position: absolute;
2582 right: 0;
2583 width: 17px;
2584 height: 17px;
2585 border: solid 1px rgba(0, 0, 0, 0.2);
2586 border-radius: 50%;
2587 background-color: #ffffff;
2588 }
2589
2590 .woocommerce-checkout .wrp:hover input ~ .checkmark {
2591 background-color: #ffffff;
2592 }
2593
2594 .woocommerce-checkout .wrp input:checked ~ .checkmark {
2595 border-radius: 60%;
2596 background-color: #323232;
2597 }
2598
2599 .woocommerce-checkout .checkmark:after {
2600 display: none;
2601 position: absolute;
2602 content: "";
2603 }
2604
2605 .woocommerce-checkout .wrp input:checked ~ .checkmark:after {
2606 display: block;
2607 }
2608
2609 .woocommerce-checkout .wrp .checkmark:after {
2610 top: 6px;
2611 right: 5px;
2612 width: 4px;
2613 height: 4px;
2614 border-radius: 50%;
2615 background: white;
2616 }
2617
2618 /* Shipping & Billing Fields */
2619 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper {
2620 padding: 16px 16px 4px 0px;
2621 border: solid 1px #e1e1e1;
2622 background-color: #fafafa;
2623 }
2624
2625 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2626 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper {
2627 display: inline-table;
2628 }
2629
2630 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
2631 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
2632 position: relative;
2633 float: right;
2634 }
2635
2636 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2637 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper,
2638 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section {
2639 width: 100%;
2640 margin: 0;
2641 }
2642
2643 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-fields-wrapper .sellkit-select-appearance,
2644 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-fields-wrapper .sellkit-select-appearance,
2645 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-fields-wrapper .sellkit-select-appearance {
2646 display: none;
2647 }
2648
2649 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-field-select select,
2650 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-field-select select,
2651 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-field-select select {
2652 background-image: none !important;
2653 -webkit-appearance: none;
2654 -moz-appearance: none;
2655 appearance: none;
2656 }
2657
2658 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-field-select .sellkit-select-appearance,
2659 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-field-select .sellkit-select-appearance,
2660 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-field-select .sellkit-select-appearance {
2661 display: -webkit-inline-box;
2662 display: -ms-inline-flexbox;
2663 display: inline-flex;
2664 position: relative;
2665 top: 16px;
2666 left: 17px;
2667 height: 0px;
2668 float: left;
2669 color: #111111;
2670 font-weight: 900;
2671 pointer-events: none;
2672 }
2673
2674 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p,
2675 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p,
2676 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p {
2677 width: 100% !important;
2678 float: right;
2679 }
2680
2681 #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 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p input:not(.sellkit-create-account-checkbox),
2683 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p select,
2684 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p textarea,
2685 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p input:not(.sellkit-create-account-checkbox),
2686 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p select,
2687 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p textarea {
2688 width: 100%;
2689 }
2690
2691 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-33,
2692 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-33,
2693 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-33 {
2694 width: 33%;
2695 }
2696
2697 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-34,
2698 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-34,
2699 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-34 {
2700 width: 34%;
2701 }
2702
2703 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-10,
2704 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-10,
2705 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-10 {
2706 width: 10%;
2707 }
2708
2709 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-20,
2710 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-20,
2711 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-20 {
2712 width: 20%;
2713 }
2714
2715 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-30,
2716 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-30,
2717 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-30 {
2718 width: 30%;
2719 }
2720
2721 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-40,
2722 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-40,
2723 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-40 {
2724 width: 40%;
2725 }
2726
2727 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-50,
2728 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-50,
2729 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-50 {
2730 width: 50%;
2731 }
2732
2733 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-60,
2734 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-60,
2735 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-60 {
2736 width: 60%;
2737 }
2738
2739 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-70,
2740 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-70,
2741 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-70 {
2742 width: 70%;
2743 }
2744
2745 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-80,
2746 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-80,
2747 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-80 {
2748 width: 80%;
2749 }
2750
2751 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-90,
2752 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-90,
2753 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-90 {
2754 width: 90%;
2755 }
2756
2757 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-100,
2758 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-100,
2759 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-100 {
2760 width: 100%;
2761 }
2762
2763 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .validate-postcode,
2764 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .validate-postcode,
2765 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .validate-postcode {
2766 left: 0px;
2767 width: 34%;
2768 }
2769
2770 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea,
2771 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea,
2772 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea {
2773 background-color: #ffffff;
2774 }
2775
2776 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=text],
2777 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=email],
2778 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=password],
2779 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=tel],
2780 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select,
2781 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=text],
2782 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=email],
2783 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=password],
2784 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=tel],
2785 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select,
2786 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=text],
2787 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=email],
2788 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=password],
2789 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=tel],
2790 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select {
2791 height: 48px;
2792 margin-bottom: 0px !important;
2793 padding: 8px 10px 8px 0px;
2794 border: solid 1px rgba(0, 0, 0, 0.2);
2795 border-radius: 4px;
2796 background-color: #ffffff;
2797 color: #737373;
2798 font-size: 14px;
2799 font-style: normal;
2800 font-weight: normal;
2801 letter-spacing: normal;
2802 line-height: 1.14;
2803 text-align: right;
2804 font-stretch: normal;
2805 }
2806
2807 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=text]:focus,
2808 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=email]:focus,
2809 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=password]:focus,
2810 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=tel]:focus,
2811 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select:focus,
2812 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=text]:focus,
2813 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=email]:focus,
2814 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=password]:focus,
2815 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=tel]:focus,
2816 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select:focus,
2817 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=text]:focus,
2818 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=email]:focus,
2819 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=password]:focus,
2820 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=tel]:focus,
2821 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select:focus {
2822 border: solid 2px rgba(0, 123, 255, 0.4);
2823 background-color: #ffffff;
2824 -webkit-box-shadow: none;
2825 box-shadow: none;
2826 }
2827
2828 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input.filled:not(.exclude-default-style),
2829 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input.filled:not(.exclude-default-style),
2830 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.filled:not(.exclude-default-style) {
2831 padding: 19px 14px 2px 0;
2832 text-transform: capitalize;
2833 }
2834
2835 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input.empty,
2836 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input.empty,
2837 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.empty {
2838 padding-top: 7px;
2839 padding-right: 14px;
2840 }
2841
2842 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select.filled,
2843 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select.filled,
2844 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.filled {
2845 padding: 19px 14px 2px 0 !important;
2846 }
2847
2848 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select.empty,
2849 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select.empty,
2850 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.empty {
2851 padding-top: 7px;
2852 padding-right: 14px;
2853 }
2854
2855 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea.filled,
2856 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea.filled,
2857 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.filled {
2858 padding-top: 22px;
2859 padding-right: 14px;
2860 }
2861
2862 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea.empty,
2863 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea.empty,
2864 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.empty {
2865 padding-top: 7px;
2866 padding-right: 14px;
2867 }
2868
2869 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .form-row-wide,
2870 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .form-row-wide,
2871 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .form-row-wide {
2872 clear: unset;
2873 }
2874
2875 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields),
2876 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields),
2877 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields) {
2878 padding: 0 0 0 14px;
2879 }
2880
2881 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section),
2882 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section),
2883 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section) {
2884 margin: 0 0 14px 0;
2885 }
2886
2887 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper,
2888 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper,
2889 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper {
2890 display: inline-block;
2891 position: relative;
2892 }
2893
2894 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper p,
2895 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper p,
2896 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper p {
2897 margin: 0;
2898 }
2899
2900 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation,
2901 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation,
2902 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation {
2903 display: none;
2904 padding-top: 9px;
2905 }
2906
2907 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm,
2908 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm,
2909 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm {
2910 color: #e22120;
2911 font-size: 14px;
2912 font-style: normal;
2913 font-weight: normal;
2914 letter-spacing: normal;
2915 line-height: 1.14;
2916 text-align: right;
2917 font-stretch: normal;
2918 }
2919
2920 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors,
2921 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors,
2922 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors {
2923 display: inline-block;
2924 padding-top: 9px;
2925 color: #e22120;
2926 font-size: 14px;
2927 font-style: normal;
2928 font-weight: normal;
2929 letter-spacing: normal;
2930 line-height: 1.14;
2931 text-align: right;
2932 font-stretch: normal;
2933 }
2934
2935 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .mini-title,
2936 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .mini-title,
2937 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .mini-title {
2938 display: none;
2939 position: absolute;
2940 top: 7px;
2941 right: 14px;
2942 color: #737373;
2943 font-size: 13px;
2944 font-style: normal;
2945 font-weight: normal;
2946 letter-spacing: normal;
2947 line-height: 1.15;
2948 text-align: right;
2949 font-stretch: normal;
2950 }
2951
2952 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper,
2953 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper,
2954 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper {
2955 display: -webkit-box;
2956 display: -ms-flexbox;
2957 display: flex;
2958 }
2959
2960 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin,
2961 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin,
2962 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin {
2963 margin-left: 5px;
2964 border: solid 2px rgba(0, 123, 255, 0.4);
2965 -webkit-box-shadow: none;
2966 box-shadow: none;
2967 }
2968
2969 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label,
2970 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label,
2971 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label {
2972 margin: 0;
2973 color: #737373;
2974 font-size: 14px;
2975 font-style: normal;
2976 font-weight: normal;
2977 letter-spacing: normal;
2978 line-height: 1.14;
2979 text-align: right;
2980 cursor: pointer;
2981 font-stretch: normal;
2982 }
2983
2984 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper select[multiple],
2985 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper select[multiple],
2986 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper select[multiple] {
2987 width: 100%;
2988 height: auto;
2989 margin: 0;
2990 padding: 20px 10px 0 0;
2991 border-width: 2px;
2992 border-style: inset;
2993 background: none;
2994 -webkit-appearance: menulist;
2995 -moz-appearance: menulist;
2996 appearance: menulist;
2997 }
2998
2999 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .free_label,
3000 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .free_label,
3001 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .free_label {
3002 width: 100%;
3003 color: #737373;
3004 font-size: 14px;
3005 font-style: normal;
3006 font-weight: 400;
3007 letter-spacing: normal;
3008 line-height: 1.14;
3009 text-align: right;
3010 font-stretch: normal;
3011 }
3012
3013 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100,
3014 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100,
3015 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100 {
3016 width: 100%;
3017 }
3018
3019 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper,
3020 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper,
3021 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper {
3022 display: -webkit-inline-box;
3023 display: -ms-inline-flexbox;
3024 display: inline-flex;
3025 -webkit-box-orient: horizontal;
3026 -webkit-box-direction: normal;
3027 -ms-flex-direction: row;
3028 flex-direction: row;
3029 -ms-flex-wrap: nowrap;
3030 flex-wrap: nowrap;
3031 -ms-flex-line-pack: center;
3032 align-content: center;
3033 -webkit-box-align: center;
3034 -ms-flex-align: center;
3035 align-items: center;
3036 margin: 0 0 7px 0;
3037 color: #737373;
3038 font-size: 14px;
3039 font-style: normal;
3040 font-weight: normal;
3041 letter-spacing: normal;
3042 line-height: 1.14;
3043 text-align: right;
3044 font-stretch: normal;
3045 }
3046
3047 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper input,
3048 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper input,
3049 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper input {
3050 margin-left: 5px;
3051 -webkit-box-shadow: none;
3052 box-shadow: none;
3053 }
3054
3055 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper label,
3056 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper label,
3057 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper label {
3058 margin: 0 !important;
3059 cursor: pointer;
3060 }
3061
3062 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper .woocommerce-input-wrapper,
3063 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper .woocommerce-input-wrapper,
3064 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper .woocommerce-input-wrapper {
3065 display: block;
3066 padding: 8px 14px 8px 0px;
3067 border: solid 1px rgba(0, 0, 0, 0.2);
3068 border-radius: 4px;
3069 background-color: #ffffff;
3070 }
3071
3072 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper label.radio,
3073 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper label.radio,
3074 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper label.radio {
3075 display: -webkit-inline-box;
3076 display: -ms-inline-flexbox;
3077 display: inline-flex;
3078 position: absolute;
3079 margin: 0;
3080 padding: 6px 10px 0 0;
3081 color: #737373;
3082 font-size: 14px;
3083 font-style: normal;
3084 font-weight: normal;
3085 letter-spacing: normal;
3086 line-height: 1.14;
3087 text-align: right;
3088 font-stretch: normal;
3089 }
3090
3091 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper span.radio-divider,
3092 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper span.radio-divider,
3093 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper span.radio-divider {
3094 display: block;
3095 margin: 0;
3096 padding: 0;
3097 }
3098
3099 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .form-row-wide,
3100 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .form-row-wide,
3101 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .form-row-wide {
3102 clear: unset;
3103 }
3104
3105 @media only screen and (max-width: 600px) {
3106 #sellkit-checkout-widget-id .billing-desc {
3107 margin-bottom: 43px;
3108 line-height: 1.57;
3109 }
3110 #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc {
3111 margin-bottom: 23px;
3112 line-height: 1.57;
3113 }
3114 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
3115 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
3116 display: inline-grid !important;
3117 -ms-flex-line-pack: center !important;
3118 align-content: center !important;
3119 width: 100%;
3120 margin: 0 !important;
3121 padding: 0 0 5px 0 !important;
3122 float: right;
3123 justify-items: end !important;
3124 }
3125 }
3126
3127 @media only screen and (max-width: 600px) {
3128 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-widget-express-checkout .express-box {
3129 height: auto;
3130 padding-bottom: 15px;
3131 }
3132 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-widget-express-checkout .express-methods {
3133 display: -webkit-box;
3134 display: -ms-flexbox;
3135 display: flex;
3136 -webkit-box-orient: vertical;
3137 -webkit-box-direction: normal;
3138 -ms-flex-direction: column;
3139 flex-direction: column;
3140 -ms-flex-wrap: wrap;
3141 flex-wrap: wrap;
3142 -ms-flex-line-pack: center;
3143 align-content: center;
3144 -webkit-box-align: center;
3145 -ms-flex-align: center;
3146 align-items: center;
3147 -webkit-box-pack: center;
3148 -ms-flex-pack: center;
3149 justify-content: center;
3150 padding-left: 17px;
3151 padding-right: 17px;
3152 row-gap: 7px;
3153 }
3154 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-widget-express-checkout .express-methods > div {
3155 display: -webkit-box;
3156 display: -ms-flexbox;
3157 display: flex;
3158 -webkit-box-orient: vertical;
3159 -webkit-box-direction: normal;
3160 -ms-flex-direction: column;
3161 flex-direction: column;
3162 -ms-flex-wrap: nowrap;
3163 flex-wrap: nowrap;
3164 -ms-flex-line-pack: center;
3165 align-content: center;
3166 -webkit-box-align: center;
3167 -ms-flex-align: center;
3168 align-items: center;
3169 -webkit-box-pack: center;
3170 -ms-flex-pack: center;
3171 justify-content: center;
3172 width: 100%;
3173 margin: 0;
3174 }
3175 .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 {
3177 width: 100% !important;
3178 }
3179 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods .shipping-method-header {
3180 width: -webkit-max-content;
3181 width: -moz-max-content;
3182 width: max-content;
3183 margin-left: 0;
3184 }
3185 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form {
3186 display: -webkit-box;
3187 display: -ms-flexbox;
3188 display: flex;
3189 -webkit-box-orient: horizontal;
3190 -webkit-box-direction: normal;
3191 -ms-flex-direction: row;
3192 flex-direction: row;
3193 -ms-flex-wrap: wrap;
3194 flex-wrap: wrap;
3195 -ms-flex-line-pack: center;
3196 align-content: center;
3197 -webkit-box-align: center;
3198 -ms-flex-align: center;
3199 align-items: center;
3200 -webkit-box-pack: center;
3201 -ms-flex-pack: center;
3202 justify-content: center;
3203 width: 100%;
3204 margin: 0;
3205 row-gap: 8px;
3206 }
3207 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form p {
3208 width: 100%;
3209 margin: 0;
3210 }
3211 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form p input {
3212 width: 100%;
3213 }
3214 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form p .jx-apply-coupon {
3215 display: -webkit-inline-box;
3216 display: -ms-inline-flexbox;
3217 display: inline-flex;
3218 -webkit-box-orient: vertical;
3219 -webkit-box-direction: normal;
3220 -ms-flex-direction: column;
3221 flex-direction: column;
3222 -ms-flex-line-pack: center;
3223 align-content: center;
3224 -webkit-box-pack: center;
3225 -ms-flex-pack: center;
3226 justify-content: center;
3227 width: 100%;
3228 text-align: center;
3229 }
3230 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-normal-coupon-form {
3231 padding-bottom: 18px;
3232 }
3233 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form-d-none {
3234 display: none;
3235 }
3236 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order button {
3237 width: 100%;
3238 }
3239 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill {
3240 width: 100% !important;
3241 }
3242 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill > button {
3243 max-width: 100% !important;
3244 }
3245 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill > button iframe {
3246 width: 100% !important;
3247 }
3248 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order > div {
3249 width: 100%;
3250 }
3251 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order > div button.gpay-card-info-container {
3252 min-width: 100% !important;
3253 }
3254 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order > div button.gpay-card-info-container > iframe {
3255 width: 240px;
3256 margin: auto;
3257 }
3258 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container .paypal-buttons {
3259 min-width: 100%;
3260 }
3261 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-checkout-bundled-products .sellkit-head-row-title {
3262 width: 50%;
3263 }
3264 }
3265
3266 /* Minor mobile css to remove container gaps in both one step and multi step design. */
3267 @media only screen and (max-width: 600px) {
3268 .sellkit-checkout-widget-main-wrapper {
3269 width: 100vw;
3270 margin-left: calc(-50vw + 50%);
3271 margin-right: calc(-50vw + 50%);
3272 }
3273 .sellkit-checkout-widget-one-page-build {
3274 padding: 0 21px;
3275 }
3276 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-left-column {
3277 padding-left: 23px !important;
3278 padding-right: 23px !important;
3279 }
3280 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column {
3281 padding: 0 !important;
3282 }
3283 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile {
3284 padding-right: 26px !important;
3285 }
3286 .sellkit-checkout-bundled-products th:not(.sellkit-head-row-title) {
3287 width: 50px !important;
3288 }
3289 }
3290
3291 /* Mobile Style , style widget for less than 600px : multistep */
3292 @media only screen and (max-width: 600px) {
3293 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-desktop {
3294 display: none;
3295 }
3296 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-mobile {
3297 display: -webkit-box;
3298 display: -ms-flexbox;
3299 display: flex;
3300 max-width: 100%;
3301 margin-top: 20px;
3302 margin-bottom: 20px;
3303 }
3304 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-mobile span, .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-mobile i {
3305 margin-left: 13px;
3306 }
3307 .sellkit-checkout-widget-multi-page-build form .inner_wrapper {
3308 display: -webkit-box;
3309 display: -ms-flexbox;
3310 display: flex;
3311 -webkit-box-orient: vertical;
3312 -webkit-box-direction: normal;
3313 -ms-flex-direction: column;
3314 flex-direction: column;
3315 height: auto;
3316 }
3317 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column {
3318 -webkit-box-ordinal-group: 3;
3319 -ms-flex-order: 2;
3320 order: 2;
3321 width: 100%;
3322 }
3323 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div {
3324 width: 100%;
3325 padding-left: 0;
3326 padding-right: 0;
3327 border: none;
3328 }
3329 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-checkout-express-checkout-step-1 {
3330 margin-top: 9px;
3331 }
3332 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-checkout-express-checkout-step-1 .express-box {
3333 height: auto;
3334 padding-bottom: 17px;
3335 }
3336 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-checkout-express-checkout-step-1 .express-box .express-methods {
3337 display: -webkit-box;
3338 display: -ms-flexbox;
3339 display: flex;
3340 -webkit-box-orient: vertical;
3341 -webkit-box-direction: normal;
3342 -ms-flex-direction: column;
3343 flex-direction: column;
3344 -ms-flex-wrap: wrap;
3345 flex-wrap: wrap;
3346 -ms-flex-line-pack: center;
3347 align-content: center;
3348 -webkit-box-align: center;
3349 -ms-flex-align: center;
3350 align-items: center;
3351 -webkit-box-pack: center;
3352 -ms-flex-pack: center;
3353 justify-content: center;
3354 padding-left: 17px;
3355 padding-right: 17px;
3356 row-gap: 7px;
3357 }
3358 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-checkout-express-checkout-step-1 .express-box .express-methods > div {
3359 display: -webkit-box;
3360 display: -ms-flexbox;
3361 display: flex;
3362 -webkit-box-orient: vertical;
3363 -webkit-box-direction: normal;
3364 -ms-flex-direction: column;
3365 flex-direction: column;
3366 -ms-flex-line-pack: center;
3367 align-content: center;
3368 -webkit-box-align: center;
3369 -ms-flex-align: center;
3370 align-items: center;
3371 -webkit-box-pack: center;
3372 -ms-flex-pack: center;
3373 justify-content: center;
3374 width: 100%;
3375 margin: 0;
3376 }
3377 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login {
3378 margin-bottom: 7px;
3379 }
3380 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-checkout-express-checkout-step-2 {
3381 margin-top: -10px;
3382 margin-bottom: 17px;
3383 }
3384 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column {
3385 -webkit-box-ordinal-group: 2;
3386 -ms-flex-order: 1;
3387 order: 1;
3388 width: 100%;
3389 }
3390 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div {
3391 width: 100%;
3392 }
3393 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar-sticky {
3394 position: relative !important;
3395 }
3396 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order .sellkit-checkout-order-review-heading {
3397 margin-top: 15px !important;
3398 }
3399 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table .cart_item .product-total {
3400 position: relative;
3401 }
3402 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table .cart_item .product-total .woocommerce-Price-amount {
3403 position: absolute;
3404 top: 25px;
3405 left: 0;
3406 }
3407 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table .coupon-form .sellkit-checkout-collapsible {
3408 margin: 0;
3409 }
3410 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table .coupon-form .sellkit-custom-coupon-form {
3411 -webkit-box-orient: horizontal;
3412 -webkit-box-direction: normal;
3413 -ms-flex-direction: row;
3414 flex-direction: row;
3415 -ms-flex-wrap: wrap;
3416 flex-wrap: wrap;
3417 row-gap: 8px;
3418 }
3419 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table .coupon-form .sellkit-custom-coupon-form p {
3420 width: 100%;
3421 margin: 0;
3422 padding: 0;
3423 }
3424 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table .coupon-form .sellkit-custom-coupon-form p input {
3425 width: 100%;
3426 }
3427 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table .coupon-form .sellkit-custom-coupon-form p span {
3428 display: -webkit-box;
3429 display: -ms-flexbox;
3430 display: flex;
3431 -webkit-box-orient: horizontal;
3432 -webkit-box-direction: normal;
3433 -ms-flex-direction: row;
3434 flex-direction: row;
3435 -ms-flex-wrap: wrap;
3436 flex-wrap: wrap;
3437 -ms-flex-line-pack: center;
3438 align-content: center;
3439 -webkit-box-align: center;
3440 -ms-flex-align: center;
3441 align-items: center;
3442 -webkit-box-pack: center;
3443 -ms-flex-pack: center;
3444 justify-content: center;
3445 width: 100%;
3446 }
3447 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table .coupon-form .sellkit-normal-coupon-form {
3448 margin-top: 9px;
3449 padding-bottom: 18px !important;
3450 }
3451 .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 {
3453 position: static;
3454 width: 100% !important;
3455 float: right;
3456 }
3457 .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 {
3460 width: 100% !important;
3461 }
3462 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar {
3463 position: relative;
3464 top: 0;
3465 -webkit-box-ordinal-group: 0;
3466 -ms-flex-order: -1;
3467 order: -1;
3468 margin-bottom: 2px;
3469 padding: 0px;
3470 border: solid 1px #e1e1e1;
3471 background-color: #fafafa;
3472 }
3473 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle {
3474 display: -webkit-box !important;
3475 display: -ms-flexbox !important;
3476 display: flex !important;
3477 -webkit-box-orient: horizontal;
3478 -webkit-box-direction: normal;
3479 -ms-flex-direction: row;
3480 flex-direction: row;
3481 -ms-flex-wrap: nowrap;
3482 flex-wrap: nowrap;
3483 -ms-flex-line-pack: center;
3484 align-content: center;
3485 -webkit-box-align: center;
3486 -ms-flex-align: center;
3487 align-items: center;
3488 -webkit-box-pack: start;
3489 -ms-flex-pack: start;
3490 justify-content: flex-start;
3491 height: 63px;
3492 border: solid 1px #e1e1e1;
3493 border-top: none;
3494 border-left: none;
3495 border-right: none;
3496 background-color: #fafafa;
3497 }
3498 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .icon .fa {
3499 height: 16px;
3500 margin: 2px 0 4px 0px;
3501 color: #007bff;
3502 }
3503 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .title {
3504 height: 16px;
3505 margin: 0 10px 0 5px;
3506 color: #007bff;
3507 font-size: 14px;
3508 font-style: normal;
3509 font-weight: normal;
3510 letter-spacing: normal;
3511 line-height: 1.14;
3512 text-align: right;
3513 cursor: pointer;
3514 font-stretch: normal;
3515 }
3516 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price {
3517 position: absolute;
3518 left: 22px;
3519 color: #323232;
3520 font-size: 18px;
3521 font-style: normal;
3522 font-weight: bold;
3523 letter-spacing: normal;
3524 line-height: 1.28;
3525 text-align: left;
3526 font-stretch: normal;
3527 }
3528 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order {
3529 padding-left: 21px;
3530 padding-right: 21px;
3531 clear: both;
3532 }
3533 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
3534 margin: 0;
3535 margin-top: 0 !important;
3536 background-color: transparent;
3537 border-collapse: initial !important;
3538 }
3539 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tr.last-cart-item td {
3540 padding-bottom: 11px !important;
3541 }
3542 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-name {
3543 display: -webkit-box;
3544 display: -ms-flexbox;
3545 display: flex;
3546 -webkit-box-orient: horizontal;
3547 -webkit-box-direction: normal;
3548 -ms-flex-direction: row;
3549 flex-direction: row;
3550 -webkit-box-align: center;
3551 -ms-flex-align: center;
3552 align-items: center;
3553 height: auto;
3554 padding: 0px;
3555 }
3556 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
3557 padding: 0px;
3558 padding-top: 40px;
3559 text-align: left;
3560 }
3561 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .sellkit-one-page-checkout-product-qty {
3562 padding-left: 0px;
3563 border: solid 1px rgba(0, 0, 0, 0.2);
3564 -webkit-box-shadow: none !important;
3565 box-shadow: none !important;
3566 }
3567 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first {
3568 padding-left: 21px;
3569 padding-right: 21px;
3570 }
3571 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first h4 {
3572 width: -webkit-max-content;
3573 width: -moz-max-content;
3574 width: max-content;
3575 }
3576 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer {
3577 display: -webkit-box;
3578 display: -ms-flexbox;
3579 display: flex;
3580 -webkit-box-orient: vertical;
3581 -webkit-box-direction: reverse;
3582 -ms-flex-direction: column-reverse;
3583 flex-direction: column-reverse;
3584 -ms-flex-wrap: wrap;
3585 flex-wrap: wrap;
3586 margin-top: -10px;
3587 padding-top: 0 !important;
3588 -webkit-column-gap: 25px;
3589 -moz-column-gap: 25px;
3590 column-gap: 25px;
3591 }
3592 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer span {
3593 width: 100%;
3594 margin: 0;
3595 text-align: center;
3596 }
3597 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer a {
3598 width: 100%;
3599 margin-top: 21px;
3600 text-align: center;
3601 }
3602 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer .go-to-cart {
3603 margin-top: 18px;
3604 }
3605 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second {
3606 padding-left: 21px;
3607 padding-right: 21px;
3608 }
3609 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-header {
3610 height: auto !important;
3611 }
3612 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .shipping-method-header {
3613 margin: 0px !important;
3614 }
3615 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer {
3616 display: -webkit-box;
3617 display: -ms-flexbox;
3618 display: flex;
3619 -webkit-box-orient: vertical !important;
3620 -webkit-box-direction: reverse !important;
3621 -ms-flex-direction: column-reverse !important;
3622 flex-direction: column-reverse !important;
3623 -ms-flex-wrap: wrap;
3624 flex-wrap: wrap;
3625 -ms-flex-line-pack: center;
3626 align-content: center;
3627 -webkit-box-align: center;
3628 -ms-flex-align: center;
3629 align-items: center;
3630 -webkit-box-pack: center;
3631 -ms-flex-pack: center;
3632 justify-content: center;
3633 margin-top: -19px;
3634 row-gap: 3px;
3635 }
3636 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span {
3637 width: 100%;
3638 margin: 0;
3639 text-align: center;
3640 }
3641 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span a {
3642 float: none;
3643 text-align: center;
3644 }
3645 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
3646 margin-top: 23px;
3647 }
3648 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third {
3649 padding-left: 21px;
3650 padding-right: 21px;
3651 }
3652 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-multistep-checkout-third-header {
3653 height: auto !important;
3654 }
3655 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order {
3656 display: -webkit-box;
3657 display: -ms-flexbox;
3658 display: flex;
3659 -webkit-box-orient: vertical;
3660 -webkit-box-direction: reverse;
3661 -ms-flex-direction: column-reverse;
3662 flex-direction: column-reverse;
3663 margin-top: 23px;
3664 }
3665 .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 text-align: center;
3668 }
3669 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second {
3670 margin-top: 23px;
3671 }
3672 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill button.gpay-card-info-container iframe {
3673 width: 100% !important;
3674 }
3675 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order > div {
3676 width: 100%;
3677 }
3678 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order > div button.gpay-card-info-container {
3679 width: 100%;
3680 min-width: 100%;
3681 }
3682 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order > div button.gpay-card-info-container > iframe {
3683 width: 240px !important;
3684 margin: auto !important;
3685 }
3686 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container .paypal-buttons {
3687 min-width: 100% !important;
3688 }
3689 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers > div {
3690 position: relative;
3691 }
3692 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers > div > div {
3693 -webkit-box-orient: vertical !important;
3694 -webkit-box-direction: normal !important;
3695 -ms-flex-direction: column !important;
3696 flex-direction: column !important;
3697 width: 100%;
3698 padding: 12px 0px 12px 0;
3699 row-gap: 3px;
3700 }
3701 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers > div > div > span {
3702 width: 100%;
3703 }
3704 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers > div > span {
3705 position: absolute;
3706 top: 13px;
3707 left: 1px;
3708 }
3709 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-a .title {
3710 width: 100% !important;
3711 color: #737373;
3712 font-size: 14px;
3713 font-style: normal;
3714 font-weight: normal;
3715 letter-spacing: normal;
3716 line-height: 1.14;
3717 text-align: right;
3718 font-stretch: normal;
3719 }
3720 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-a .mail {
3721 width: 100%;
3722 margin-left: auto;
3723 margin-right: 0px !important;
3724 padding-top: 5px;
3725 color: #323232;
3726 font-size: 14px;
3727 font-style: normal;
3728 font-weight: normal;
3729 letter-spacing: normal;
3730 line-height: 1.14;
3731 text-align: right;
3732 font-stretch: normal;
3733 }
3734 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-b .title {
3735 width: 100% !important;
3736 color: #737373;
3737 font-size: 14px;
3738 font-style: normal;
3739 font-weight: normal;
3740 letter-spacing: normal;
3741 line-height: 1.14;
3742 text-align: right;
3743 font-stretch: normal;
3744 }
3745 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-b .address {
3746 width: 100%;
3747 height: auto;
3748 margin-left: auto;
3749 margin-right: 0px !important;
3750 padding-top: 5px;
3751 color: #323232;
3752 font-size: 14px;
3753 font-style: normal;
3754 font-weight: normal;
3755 letter-spacing: normal;
3756 line-height: 1.14;
3757 text-align: right;
3758 font-stretch: normal;
3759 }
3760 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-c .title {
3761 width: 100% !important;
3762 color: #737373;
3763 font-size: 14px;
3764 font-style: normal;
3765 font-weight: normal;
3766 letter-spacing: normal;
3767 line-height: 1.14;
3768 text-align: right;
3769 font-stretch: normal;
3770 }
3771 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-c .method {
3772 -webkit-box-ordinal-group: 4;
3773 -ms-flex-order: 3;
3774 order: 3;
3775 width: 100%;
3776 height: auto;
3777 margin-left: auto;
3778 margin-right: 0px !important;
3779 padding-top: 5px;
3780 color: #323232;
3781 font-size: 14px;
3782 font-style: normal;
3783 font-weight: normal;
3784 letter-spacing: normal;
3785 line-height: 1.14;
3786 text-align: right;
3787 font-stretch: normal;
3788 }
3789 }
3790
3791 @media only screen and (max-width: 359px) {
3792 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile {
3793 padding-right: 10px !important;
3794 }
3795 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile span {
3796 margin-left: 9px;
3797 }
3798 }
3799
3800 /************ Sellkit funnel steps checkout order bump ****/
3801 /**********************************************************/
3802 .sellkit-checkout-step-bump-wrapper {
3803 width: 100%;
3804 margin: 10px 0 10px 0;
3805 padding: 0 0 18px 0;
3806 border: 2px dashed #9e9e9e;
3807 }
3808
3809 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header {
3810 display: -webkit-box;
3811 display: -ms-flexbox;
3812 display: flex;
3813 -webkit-box-orient: horizontal;
3814 -webkit-box-direction: normal;
3815 -ms-flex-direction: row;
3816 flex-direction: row;
3817 -ms-flex-wrap: nowrap;
3818 flex-wrap: nowrap;
3819 -ms-flex-line-pack: center;
3820 align-content: center;
3821 -webkit-box-align: center;
3822 -ms-flex-align: center;
3823 align-items: center;
3824 -webkit-box-pack: justify;
3825 -ms-flex-pack: justify;
3826 justify-content: space-between;
3827 padding: 18px 16.1px 19px 26px;
3828 background-color: #fffe99;
3829 }
3830
3831 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header {
3832 display: -webkit-box;
3833 display: -ms-flexbox;
3834 display: flex;
3835 -webkit-box-orient: horizontal;
3836 -webkit-box-direction: normal;
3837 -ms-flex-direction: row;
3838 flex-direction: row;
3839 -ms-flex-wrap: nowrap;
3840 flex-wrap: nowrap;
3841 -ms-flex-line-pack: center;
3842 align-content: center;
3843 -webkit-box-align: center;
3844 -ms-flex-align: center;
3845 align-items: center;
3846 -webkit-box-pack: center;
3847 -ms-flex-pack: center;
3848 justify-content: center;
3849 -webkit-column-gap: 13px;
3850 -moz-column-gap: 13px;
3851 column-gap: 13px;
3852 }
3853
3854 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header input {
3855 min-width: 16px !important;
3856 min-height: 16px !important;
3857 -webkit-box-shadow: none !important;
3858 box-shadow: none !important;
3859 }
3860
3861 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header .sellkit-checkout-order-bump-title {
3862 position: relative;
3863 right: -6px;
3864 margin: 0;
3865 color: #222;
3866 font-size: 16px;
3867 font-style: normal;
3868 font-weight: bold;
3869 letter-spacing: normal;
3870 line-height: 1.19;
3871 text-align: right;
3872 cursor: pointer;
3873 font-stretch: normal;
3874 }
3875
3876 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-right-header .sellkit-checkout-order-bump-price {
3877 display: -webkit-box;
3878 display: -ms-flexbox;
3879 display: flex;
3880 -webkit-box-orient: horizontal;
3881 -webkit-box-direction: normal;
3882 -ms-flex-direction: row;
3883 flex-direction: row;
3884 -ms-flex-wrap: nowrap;
3885 flex-wrap: nowrap;
3886 -ms-flex-line-pack: center;
3887 align-content: center;
3888 -webkit-box-align: center;
3889 -ms-flex-align: center;
3890 align-items: center;
3891 -webkit-box-pack: center;
3892 -ms-flex-pack: center;
3893 justify-content: center;
3894 -webkit-column-gap: 7px;
3895 -moz-column-gap: 7px;
3896 column-gap: 7px;
3897 color: #222 !important;
3898 font-size: 16px !important;
3899 font-style: normal;
3900 font-weight: normal;
3901 letter-spacing: normal !important;
3902 line-height: 1.19 !important;
3903 text-align: right;
3904 font-stretch: normal;
3905 }
3906
3907 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-right-header .sellkit-checkout-order-bump-price .bump-price-bolded {
3908 font-weight: bold;
3909 text-decoration: none !important;
3910 }
3911
3912 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body {
3913 display: -webkit-box;
3914 display: -ms-flexbox;
3915 display: flex;
3916 -webkit-box-orient: horizontal;
3917 -webkit-box-direction: normal;
3918 -ms-flex-direction: row;
3919 flex-direction: row;
3920 -ms-flex-wrap: nowrap;
3921 flex-wrap: nowrap;
3922 -ms-flex-line-pack: center;
3923 align-content: center;
3924 padding: 14px 18px 0px 16px;
3925 -webkit-column-gap: 22px;
3926 -moz-column-gap: 22px;
3927 column-gap: 22px;
3928 }
3929
3930 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-left-body {
3931 max-width: 120px;
3932 }
3933
3934 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-left-body img {
3935 max-width: 100%;
3936 height: auto;
3937 }
3938
3939 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-right-body {
3940 -webkit-box-flex: 1;
3941 -ms-flex-positive: 1;
3942 flex-grow: 1;
3943 }
3944
3945 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-right-body .sellkit-bump-order-description {
3946 padding: 3px 0 0 0;
3947 color: #222;
3948 font-size: 14px;
3949 font-style: normal;
3950 font-weight: normal;
3951 letter-spacing: normal;
3952 line-height: 1.57;
3953 text-align: right;
3954 font-stretch: normal;
3955 }
3956
3957 .sellkit-bump-review-order .sellkit-checkout-order-bump-price {
3958 -webkit-box-orient: vertical !important;
3959 -webkit-box-direction: reverse !important;
3960 -ms-flex-direction: column-reverse !important;
3961 flex-direction: column-reverse !important;
3962 }
3963
3964 @media only screen and (max-width: 600px) {
3965 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-order-bump-price {
3966 -webkit-box-orient: vertical !important;
3967 -webkit-box-direction: reverse !important;
3968 -ms-flex-direction: column-reverse !important;
3969 flex-direction: column-reverse !important;
3970 }
3971 }
3972
3973 /************ Integration with Third party plugins ********/
3974 /**********************************************************/
3975 #sellkit-checkout-widget-id {
3976 /** Googple pay button **/
3977 /** Paypal for woocommerc **/
3978 /** braintree plugin */
3979 /** stripe for woocommerce **/
3980 /** klarma checkout **/
3981 /** Amazon pay woocommerce **/
3982 /** Stripe woocommerce official **/
3983 }
3984
3985 #sellkit-checkout-widget-id .gpay-card-info-placeholder-container {
3986 height: 0px !important;
3987 margin: 0 !important;
3988 }
3989
3990 #sellkit-checkout-widget-id .gpay-card-info-placeholder-container * {
3991 height: 0px !important;
3992 }
3993
3994 #sellkit-checkout-widget-id .gpay-card-info-animation-container {
3995 position: absolute;
3996 bottom: 2px;
3997 }
3998
3999 #sellkit-checkout-widget-id #paypal_ec_button {
4000 width: 170px !important;
4001 max-width: 170px !important;
4002 }
4003
4004 #sellkit-checkout-widget-id #paypal_ec_button img {
4005 min-width: 170px;
4006 max-width: 170px;
4007 height: 40px;
4008 }
4009
4010 #sellkit-checkout-widget-id .wc-braintree-paypal-top-container {
4011 width: 170px;
4012 max-width: 170px;
4013 }
4014
4015 #sellkit-checkout-widget-id .wc-braintree-paypal-top-container .paypal-buttons {
4016 width: 170px;
4017 max-width: 170px;
4018 }
4019
4020 #sellkit-checkout-widget-id .wc-braintree-banner-gateway {
4021 width: 170px;
4022 max-width: 170px;
4023 }
4024
4025 #sellkit-checkout-widget-id .payment_method_braintree_googlepay img,
4026 #sellkit-checkout-widget-id .payment_method_braintree_applepay img,
4027 #sellkit-checkout-widget-id .payment_method_braintree_paypal img {
4028 position: absolute !important;
4029 left: 0px !important;
4030 }
4031
4032 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay {
4033 width: 170px !important;
4034 max-width: 170px !important;
4035 }
4036
4037 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div {
4038 width: 170px !important;
4039 max-width: 170px !important;
4040 height: 40px !important;
4041 }
4042
4043 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div button {
4044 width: 170px !important;
4045 min-width: 170px !important;
4046 max-width: 170px !important;
4047 }
4048
4049 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div button .gpay-card-info-placeholder-container {
4050 width: 170px !important;
4051 max-width: 170px !important;
4052 }
4053
4054 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay iframe {
4055 position: absolute;
4056 top: 0px;
4057 left: 30px;
4058 }
4059
4060 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_paypal {
4061 width: 170px !important;
4062 max-width: 170px !important;
4063 }
4064
4065 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_paypal > div {
4066 height: 40px !important;
4067 }
4068
4069 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay {
4070 display: none !important;
4071 }
4072
4073 #sellkit-checkout-widget-id .sellkit-stripe-integration ul {
4074 display: -webkit-box;
4075 display: -ms-flexbox;
4076 display: flex;
4077 -webkit-box-orient: horizontal;
4078 -webkit-box-direction: normal;
4079 -ms-flex-direction: row;
4080 flex-direction: row;
4081 -ms-flex-wrap: nowrap;
4082 flex-wrap: nowrap;
4083 height: inherit;
4084 margin: 0;
4085 padding: 0;
4086 list-style: none;
4087 }
4088
4089 #sellkit-checkout-widget-id .sellkit-stripe-integration {
4090 width: 170px !important;
4091 max-width: 170px !important;
4092 }
4093
4094 #sellkit-checkout-widget-id .sellkit-stripe-integration ul {
4095 display: contents;
4096 }
4097
4098 #sellkit-checkout-widget-id .sellkit-stripe-integration ul li {
4099 display: inline-block;
4100 }
4101
4102 #sellkit-checkout-widget-id .sellkit-stripe-integration ul li > div {
4103 height: 40px !important;
4104 }
4105
4106 #sellkit-checkout-widget-id .payment_method_stripe_applepay img,
4107 #sellkit-checkout-widget-id .payment_method_stripe_googlepay img,
4108 #sellkit-checkout-widget-id .payment_method_stripe_alipay img {
4109 position: absolute !important;
4110 left: 0px !important;
4111 }
4112
4113 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway div button {
4114 width: 170px !important;
4115 min-width: 170px;
4116 max-width: 170px !important;
4117 }
4118
4119 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway div button .gpay-card-info-placeholder-container {
4120 width: 170px !important;
4121 max-width: 170px !important;
4122 }
4123
4124 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway iframe {
4125 position: absolute;
4126 top: 0px;
4127 left: 30px;
4128 }
4129
4130 #sellkit-checkout-widget-id .sellkit-klarna-pay-button {
4131 width: 170px !important;
4132 max-width: 170px !important;
4133 padding: 7px 15px;
4134 border-radius: 5px;
4135 background-color: #FBB3C7;
4136 text-align: center;
4137 cursor: pointer;
4138 }
4139
4140 #sellkit-checkout-widget-id .sellkit-klarna-pay-button span {
4141 display: -webkit-box;
4142 display: -ms-flexbox;
4143 display: flex;
4144 -webkit-box-orient: horizontal;
4145 -webkit-box-direction: normal;
4146 -ms-flex-direction: row;
4147 flex-direction: row;
4148 -ms-flex-wrap: nowrap;
4149 flex-wrap: nowrap;
4150 -ms-flex-line-pack: center;
4151 align-content: center;
4152 -webkit-box-align: center;
4153 -ms-flex-align: center;
4154 align-items: center;
4155 -webkit-box-pack: center;
4156 -ms-flex-pack: center;
4157 justify-content: center;
4158 text-align: center;
4159 }
4160
4161 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce {
4162 display: inline-grid;
4163 margin: 3px 0 0 0;
4164 }
4165
4166 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div {
4167 width: 170px !important;
4168 min-width: 170px !important;
4169 max-width: 170px !important;
4170 min-height: 40px !important;
4171 }
4172
4173 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img {
4174 display: none !important;
4175 }
4176
4177 #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration {
4178 max-width: 170px !important;
4179 }
4180
4181 /** Safari +10 **/
4182 @media not all and (min-resolution: 0.001dpcm) {
4183 @supports (-webkit-appearance: none) and (stroke-color: transparent) {
4184 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay {
4185 display: -webkit-box !important;
4186 display: -ms-flexbox !important;
4187 display: flex !important;
4188 min-width: 170px !important;
4189 }
4190 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay .applepay-top-container {
4191 width: 170px !important;
4192 min-width: 170px !important;
4193 }
4194 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay:first-child {
4195 min-width: 170px;
4196 }
4197 }
4198 }
4199