PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 1.2.2
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v1.2.2
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
sellkit / assets / dist / css / frontend.css

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

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