PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 1.2.9
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v1.2.9
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.css

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

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