PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 1.2.5
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v1.2.5
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.5, at assets/dist/css/frontend.css

3,869 lines 125.5 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 height: 0;
1688 border: 0;
1689 border-top: solid 1px #e1e1e1;
1690 }
1691
1692 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div {
1693 padding-top: 18px;
1694 padding-bottom: 18px;
1695 }
1696
1697 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label {
1698 margin: 0 auto 0 0;
1699 }
1700
1701 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label label {
1702 margin: 0 auto 0 17px;
1703 }
1704
1705 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order {
1706 display: -webkit-box;
1707 display: -ms-flexbox;
1708 display: flex;
1709 -webkit-box-orient: horizontal;
1710 -webkit-box-direction: normal;
1711 -ms-flex-direction: row;
1712 flex-direction: row;
1713 -webkit-box-align: center;
1714 -ms-flex-align: center;
1715 align-items: center;
1716 -webkit-box-pack: justify;
1717 -ms-flex-pack: justify;
1718 justify-content: space-between;
1719 margin-top: 40px;
1720 }
1721
1722 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order #place_order {
1723 display: -webkit-inline-box;
1724 display: -ms-inline-flexbox;
1725 display: inline-flex;
1726 -ms-flex-line-pack: center;
1727 align-content: center;
1728 -webkit-box-align: center;
1729 -ms-flex-align: center;
1730 align-items: center;
1731 -webkit-box-pack: center;
1732 -ms-flex-pack: center;
1733 justify-content: center;
1734 -webkit-box-ordinal-group: 4;
1735 -ms-flex-order: 3;
1736 order: 3;
1737 height: 56px;
1738 padding: 0px 36px;
1739 border: none;
1740 border-radius: 6px;
1741 background-color: #323232;
1742 color: #fff;
1743 font-size: 14px;
1744 font-style: normal;
1745 font-weight: 500;
1746 letter-spacing: normal;
1747 line-height: 1.21;
1748 text-align: left;
1749 text-align: center;
1750 -webkit-box-shadow: none;
1751 box-shadow: none;
1752 font-stretch: normal;
1753 }
1754
1755 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .jupiterx-continue-shopping {
1756 display: none !important;
1757 }
1758
1759 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill {
1760 width: auto;
1761 }
1762
1763 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order > div .gpay-card-info-container {
1764 max-width: 170px;
1765 }
1766
1767 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container {
1768 display: contents;
1769 }
1770
1771 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container .paypal-buttons {
1772 max-width: 170px !important;
1773 }
1774
1775 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products {
1776 margin-top: 17px;
1777 padding-bottom: 32px;
1778 }
1779
1780 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-header {
1781 display: -webkit-box;
1782 display: -ms-flexbox;
1783 display: flex;
1784 margin-bottom: 14px;
1785 color: #323232;
1786 font-size: 20px;
1787 font-style: normal;
1788 font-weight: normal;
1789 letter-spacing: normal;
1790 line-height: 1.2;
1791 text-align: left;
1792 font-stretch: normal;
1793 }
1794
1795 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table {
1796 width: 100%;
1797 border-bottom: solid 1px #e1e1e1;
1798 border-bottom-left-radius: 4px;
1799 border-bottom-right-radius: 4px;
1800 border-collapse: separate;
1801 border-spacing: 0;
1802 }
1803
1804 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row {
1805 height: 51px;
1806 padding: 16px 0 0;
1807 background-color: #fff;
1808 }
1809
1810 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row th {
1811 border: solid 1px #e1e1e1;
1812 color: #323232;
1813 font-size: 14px;
1814 font-style: normal;
1815 font-weight: bold;
1816 letter-spacing: normal;
1817 line-height: 1.21;
1818 text-align: left;
1819 font-stretch: normal;
1820 }
1821
1822 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-title {
1823 width: 50%;
1824 padding-left: 17px;
1825 border-right: none;
1826 border-top-left-radius: 4px;
1827 }
1828
1829 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-quantity {
1830 width: 105px;
1831 padding-left: 0px;
1832 border-right: none;
1833 border-left: none;
1834 }
1835
1836 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-price {
1837 width: 105px;
1838 padding-right: 17px;
1839 border-left: none;
1840 border-top-right-radius: 4px;
1841 text-align: right;
1842 }
1843
1844 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item {
1845 height: 48px;
1846 background-color: #fafafa;
1847 }
1848
1849 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item td {
1850 padding: 0;
1851 }
1852
1853 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title {
1854 display: -webkit-box;
1855 display: -ms-flexbox;
1856 display: flex;
1857 -webkit-box-orient: horizontal;
1858 -webkit-box-direction: normal;
1859 -ms-flex-direction: row;
1860 flex-direction: row;
1861 -ms-flex-wrap: nowrap;
1862 flex-wrap: nowrap;
1863 -ms-flex-line-pack: center;
1864 align-content: center;
1865 -webkit-box-align: center;
1866 -ms-flex-align: center;
1867 align-items: center;
1868 -webkit-box-pack: start;
1869 -ms-flex-pack: start;
1870 justify-content: flex-start;
1871 height: inherit;
1872 padding-left: 17px;
1873 -webkit-column-gap: 8px;
1874 -moz-column-gap: 8px;
1875 column-gap: 8px;
1876 border-left: solid 1px #e1e1e1;
1877 color: #323232;
1878 font-size: 14px;
1879 font-style: normal;
1880 font-weight: 500;
1881 letter-spacing: normal;
1882 line-height: 1.21;
1883 text-align: left;
1884 font-stretch: normal;
1885 }
1886
1887 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title input {
1888 -webkit-box-shadow: none !important;
1889 box-shadow: none !important;
1890 }
1891
1892 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title label {
1893 margin: 0;
1894 cursor: pointer;
1895 }
1896
1897 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-quantity {
1898 color: #323232;
1899 font-size: 14px;
1900 font-style: normal;
1901 font-weight: normal;
1902 letter-spacing: normal;
1903 line-height: 1.14;
1904 text-align: left;
1905 font-stretch: normal;
1906 }
1907
1908 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-quantity input {
1909 width: 49px;
1910 height: 30px;
1911 padding: 6px 0 6px 5px !important;
1912 text-align: center;
1913 -webkit-box-shadow: none !important;
1914 box-shadow: none !important;
1915 }
1916
1917 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-price {
1918 padding-right: 17px;
1919 border-right: solid 1px #e1e1e1;
1920 color: #323232;
1921 font-size: 14px;
1922 font-style: normal;
1923 font-weight: 500;
1924 letter-spacing: normal;
1925 line-height: 1.21;
1926 text-align: right;
1927 font-stretch: normal;
1928 }
1929
1930 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item:last-of-type td {
1931 border-bottom: solid 1px #e1e1e1;
1932 }
1933
1934 .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 {
1935 border-bottom-left-radius: 4px;
1936 }
1937
1938 .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 {
1939 border-bottom-right-radius: 4px;
1940 }
1941
1942 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row {
1943 margin: 0 !important;
1944 padding: 0 !important;
1945 background-color: #fafafa;
1946 }
1947
1948 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row hr {
1949 margin: 0 16px;
1950 border-top: solid 1px #e1e1e1;
1951 }
1952
1953 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table {
1954 margin-left: 0px;
1955 padding-left: 0px;
1956 border: none !important;
1957 background-color: transparent;
1958 /* Hide default shipping method and replace our own */
1959 }
1960
1961 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr th:not(.sellkit-order-total) {
1962 color: #323232;
1963 font-size: 14px;
1964 font-style: normal;
1965 font-weight: 500;
1966 letter-spacing: normal;
1967 line-height: 1.21;
1968 text-align: left;
1969 font-stretch: normal;
1970 }
1971
1972 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td {
1973 display: -webkit-box;
1974 display: -ms-flexbox;
1975 display: flex;
1976 -webkit-box-orient: horizontal;
1977 -webkit-box-direction: normal;
1978 -ms-flex-direction: row;
1979 flex-direction: row;
1980 -ms-flex-wrap: nowrap;
1981 flex-wrap: nowrap;
1982 -ms-flex-line-pack: center;
1983 align-content: center;
1984 -webkit-box-align: center;
1985 -ms-flex-align: center;
1986 align-items: center;
1987 -webkit-box-pack: end;
1988 -ms-flex-pack: end;
1989 justify-content: flex-end;
1990 }
1991
1992 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td:not(.sellkit-order-total) {
1993 color: #323232;
1994 font-size: 14px;
1995 font-style: normal;
1996 font-weight: 500;
1997 letter-spacing: normal;
1998 line-height: 1.21;
1999 text-align: right;
2000 font-stretch: normal;
2001 }
2002
2003 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td:not(.sellkit-order-total) a.woocommerce-remove-coupon {
2004 display: none !important;
2005 }
2006
2007 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .sellkit-coupon-label {
2008 margin-left: 8px;
2009 }
2010
2011 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .woo-remove-coupon {
2012 color: #737373;
2013 font-size: 16px;
2014 }
2015
2016 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .woo-remove-coupon::after {
2017 display: inline;
2018 position: absolute;
2019 margin: 2px 0 0 8px;
2020 font-family: woocommerce;
2021 content: '\e013';
2022 cursor: pointer;
2023 }
2024
2025 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .fa-times-circle {
2026 cursor: pointer;
2027 }
2028
2029 #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 {
2030 border: none !important;
2031 }
2032
2033 #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 {
2034 padding: 0 0 10px 0;
2035 }
2036
2037 #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 {
2038 padding-top: 20px;
2039 }
2040
2041 #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 {
2042 padding-bottom: 19px;
2043 }
2044
2045 #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 {
2046 padding: 17px 0 20px 0;
2047 color: #323232;
2048 font-size: 18px;
2049 font-style: normal;
2050 font-weight: bold;
2051 letter-spacing: normal;
2052 line-height: 1.28;
2053 text-align: right;
2054 font-stretch: normal;
2055 }
2056
2057 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.order-total th {
2058 text-align: left;
2059 }
2060
2061 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name {
2062 display: -webkit-box;
2063 display: -ms-flexbox;
2064 display: flex;
2065 -webkit-box-orient: horizontal;
2066 -webkit-box-direction: normal;
2067 -ms-flex-direction: row;
2068 flex-direction: row;
2069 -ms-flex-wrap: nowrap;
2070 flex-wrap: nowrap;
2071 -ms-flex-line-pack: center;
2072 align-content: center;
2073 -webkit-box-align: start;
2074 -ms-flex-align: start;
2075 align-items: flex-start;
2076 -webkit-box-pack: start;
2077 -ms-flex-pack: start;
2078 justify-content: flex-start;
2079 margin: 0;
2080 padding: 0 0 20px 0;
2081 -webkit-column-gap: 13px;
2082 -moz-column-gap: 13px;
2083 column-gap: 13px;
2084 color: #323232;
2085 font-size: 14px;
2086 font-style: normal;
2087 font-weight: 500;
2088 letter-spacing: normal;
2089 line-height: 1.21;
2090 text-align: left;
2091 font-stretch: normal;
2092 }
2093
2094 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image {
2095 position: relative;
2096 width: 64px;
2097 min-width: 64px;
2098 }
2099
2100 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image img {
2101 width: 64px !important;
2102 height: 64px !important;
2103 }
2104
2105 #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 {
2106 position: absolute;
2107 top: 0;
2108 right: 0;
2109 color: red;
2110 cursor: pointer;
2111 }
2112
2113 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price {
2114 padding-top: 5px;
2115 }
2116
2117 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price span {
2118 margin-bottom: 2px;
2119 }
2120
2121 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price .sellkit-checkout-variations {
2122 display: block;
2123 }
2124
2125 #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 {
2126 display: -webkit-inline-box;
2127 display: -ms-inline-flexbox;
2128 display: inline-flex;
2129 margin: 0;
2130 padding: 0;
2131 color: #737373;
2132 font-size: 14px;
2133 font-style: normal;
2134 font-weight: normal;
2135 letter-spacing: normal;
2136 line-height: 1.29;
2137 text-align: left;
2138 font-stretch: normal;
2139 }
2140
2141 #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 {
2142 margin: 0;
2143 padding: 0;
2144 -webkit-transform: rotate(75deg);
2145 transform: rotate(75deg);
2146 color: #737373;
2147 font-size: 11px;
2148 font-style: normal;
2149 letter-spacing: normal;
2150 line-height: 1.29;
2151 text-align: left;
2152 font-stretch: normal;
2153 }
2154
2155 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-price {
2156 margin: 0;
2157 color: #323232;
2158 font-size: 14px;
2159 font-style: normal;
2160 font-weight: 500;
2161 letter-spacing: normal;
2162 line-height: 1.21;
2163 text-align: right;
2164 text-align: right;
2165 font-stretch: normal;
2166 }
2167
2168 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item .sellkit-one-page-checkout-product-price {
2169 padding-right: 0;
2170 }
2171
2172 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .coupon-form td {
2173 border: none !important;
2174 }
2175
2176 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-subtotal td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-subtotal th {
2177 border-top: 1px solid #e1e1e1;
2178 }
2179
2180 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-discount *, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-shipping-total * {
2181 border: none !important;
2182 }
2183
2184 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
2185 display: none !important;
2186 }
2187
2188 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-qty {
2189 display: block;
2190 width: 49px !important;
2191 height: 30px;
2192 margin-top: 3px;
2193 padding: 6px 0px 6px 11px !important;
2194 border: solid 1px rgba(0, 0, 0, 0.2);
2195 border-radius: 4px;
2196 background-color: #ffffff;
2197 -webkit-box-shadow: none !important;
2198 box-shadow: none !important;
2199 }
2200
2201 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-qty:focus {
2202 border: solid 2px rgba(0, 123, 255, 0.4);
2203 }
2204
2205 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-custom-coupon-form-d-none {
2206 display: none;
2207 }
2208
2209 /* Style for radio buttons */
2210 .woocommerce-checkout {
2211 /* The container */
2212 /* Hide the browser's default radio button */
2213 /* Create a custom radio button */
2214 /* On mouse-over, add a grey background color */
2215 /* When the radio button is checked, add a blue background */
2216 /* Create the indicator (the dot/circle - hidden when not checked) */
2217 /* Show the indicator (dot/circle) when checked */
2218 /* Style the indicator (dot/circle) */
2219 }
2220
2221 .woocommerce-checkout .wrp {
2222 display: -webkit-box;
2223 display: -ms-flexbox;
2224 display: flex;
2225 position: relative;
2226 margin-bottom: 12px;
2227 padding-left: 12px;
2228 font-size: 22px;
2229 cursor: pointer;
2230 -webkit-user-select: none;
2231 -moz-user-select: none;
2232 -ms-user-select: none;
2233 user-select: none;
2234 }
2235
2236 .woocommerce-checkout .wrp label {
2237 height: 17px;
2238 margin-left: 12px;
2239 padding-top: 1px;
2240 color: #323232;
2241 font-size: 14px;
2242 font-style: normal;
2243 font-weight: normal;
2244 letter-spacing: normal;
2245 line-height: 1.14;
2246 text-align: left;
2247 font-stretch: normal;
2248 }
2249
2250 .woocommerce-checkout .wrp input {
2251 position: absolute;
2252 width: 100% !important;
2253 height: 17px;
2254 cursor: pointer;
2255 opacity: 0;
2256 }
2257
2258 .woocommerce-checkout .checkmark {
2259 position: absolute;
2260 top: 0;
2261 left: 0;
2262 width: 17px;
2263 height: 17px;
2264 border: solid 1px rgba(0, 0, 0, 0.2);
2265 border-radius: 50%;
2266 background-color: #ffffff;
2267 }
2268
2269 .woocommerce-checkout .wrp:hover input ~ .checkmark {
2270 background-color: #ffffff;
2271 }
2272
2273 .woocommerce-checkout .wrp input:checked ~ .checkmark {
2274 border-radius: 60%;
2275 background-color: #323232;
2276 }
2277
2278 .woocommerce-checkout .checkmark:after {
2279 display: none;
2280 position: absolute;
2281 content: "";
2282 }
2283
2284 .woocommerce-checkout .wrp input:checked ~ .checkmark:after {
2285 display: block;
2286 }
2287
2288 .woocommerce-checkout .wrp .checkmark:after {
2289 top: 6px;
2290 left: 5px;
2291 width: 4px;
2292 height: 4px;
2293 border-radius: 50%;
2294 background: white;
2295 }
2296
2297 /* Shipping & Billing Fields */
2298 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper {
2299 padding: 16px 0px 4px 16px;
2300 border: solid 1px #e1e1e1;
2301 background-color: #fafafa;
2302 }
2303
2304 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2305 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper {
2306 display: inline-table;
2307 }
2308
2309 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
2310 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
2311 position: relative;
2312 float: left;
2313 }
2314
2315 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2316 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper,
2317 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section {
2318 width: 100%;
2319 margin: 0;
2320 }
2321
2322 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-fields-wrapper .sellkit-select-appearance,
2323 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-fields-wrapper .sellkit-select-appearance,
2324 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-fields-wrapper .sellkit-select-appearance {
2325 display: none;
2326 }
2327
2328 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-field-select select,
2329 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-field-select select,
2330 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-field-select select {
2331 -webkit-appearance: none;
2332 -moz-appearance: none;
2333 appearance: none;
2334 }
2335
2336 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-field-select .sellkit-select-appearance,
2337 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-field-select .sellkit-select-appearance,
2338 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-field-select .sellkit-select-appearance {
2339 display: -webkit-inline-box;
2340 display: -ms-inline-flexbox;
2341 display: inline-flex;
2342 position: relative;
2343 top: 16px;
2344 right: 17px;
2345 height: 0px;
2346 float: right;
2347 color: #111111;
2348 font-weight: 900;
2349 pointer-events: none;
2350 }
2351
2352 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p,
2353 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p,
2354 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p {
2355 width: 100% !important;
2356 float: left;
2357 }
2358
2359 #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,
2360 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p input:not(.sellkit-create-account-checkbox),
2361 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p select,
2362 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p textarea,
2363 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p input:not(.sellkit-create-account-checkbox),
2364 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p select,
2365 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p textarea {
2366 width: 100%;
2367 }
2368
2369 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-33,
2370 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-33,
2371 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-33 {
2372 width: 33%;
2373 }
2374
2375 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-34,
2376 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-34,
2377 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-34 {
2378 width: 34%;
2379 }
2380
2381 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-10,
2382 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-10,
2383 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-10 {
2384 width: 10%;
2385 }
2386
2387 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-20,
2388 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-20,
2389 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-20 {
2390 width: 20%;
2391 }
2392
2393 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-30,
2394 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-30,
2395 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-30 {
2396 width: 30%;
2397 }
2398
2399 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-40,
2400 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-40,
2401 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-40 {
2402 width: 40%;
2403 }
2404
2405 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-50,
2406 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-50,
2407 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-50 {
2408 width: 50%;
2409 }
2410
2411 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-60,
2412 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-60,
2413 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-60 {
2414 width: 60%;
2415 }
2416
2417 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-70,
2418 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-70,
2419 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-70 {
2420 width: 70%;
2421 }
2422
2423 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-80,
2424 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-80,
2425 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-80 {
2426 width: 80%;
2427 }
2428
2429 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-90,
2430 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-90,
2431 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-90 {
2432 width: 90%;
2433 }
2434
2435 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-100,
2436 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-100,
2437 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-100 {
2438 width: 100%;
2439 }
2440
2441 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .validate-postcode,
2442 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .validate-postcode,
2443 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .validate-postcode {
2444 right: 0px;
2445 width: 34%;
2446 }
2447
2448 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=text],
2449 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=email],
2450 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=password],
2451 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=tel],
2452 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select,
2453 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=text],
2454 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=email],
2455 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=password],
2456 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=tel],
2457 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select,
2458 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=text],
2459 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=email],
2460 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=password],
2461 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=tel],
2462 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select {
2463 height: 48px;
2464 padding: 8px 0px 8px 10px;
2465 border: solid 1px rgba(0, 0, 0, 0.2);
2466 border-radius: 4px;
2467 background-color: #ffffff;
2468 color: #737373;
2469 font-size: 14px;
2470 font-style: normal;
2471 font-weight: normal;
2472 letter-spacing: normal;
2473 line-height: 1.14;
2474 text-align: left;
2475 font-stretch: normal;
2476 }
2477
2478 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=text]:focus,
2479 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=email]:focus,
2480 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=password]:focus,
2481 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=tel]:focus,
2482 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select:focus,
2483 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=text]:focus,
2484 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=email]:focus,
2485 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=password]:focus,
2486 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input[type=tel]:focus,
2487 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select:focus,
2488 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=text]:focus,
2489 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=email]:focus,
2490 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=password]:focus,
2491 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input[type=tel]:focus,
2492 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select:focus {
2493 border: solid 2px rgba(0, 123, 255, 0.4);
2494 background-color: #ffffff;
2495 -webkit-box-shadow: none;
2496 box-shadow: none;
2497 }
2498
2499 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input.filled:not(.exclude-default-style),
2500 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input.filled:not(.exclude-default-style),
2501 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.filled:not(.exclude-default-style) {
2502 padding: 19px 0 2px 14px;
2503 text-transform: capitalize;
2504 }
2505
2506 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input.empty,
2507 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input.empty,
2508 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.empty {
2509 padding-top: 7px;
2510 padding-left: 14px;
2511 }
2512
2513 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select.filled,
2514 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select.filled,
2515 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.filled {
2516 padding: 19px 0 2px 14px;
2517 }
2518
2519 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select.empty,
2520 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select.empty,
2521 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.empty {
2522 padding-top: 7px;
2523 padding-left: 14px;
2524 }
2525
2526 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea.filled,
2527 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea.filled,
2528 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.filled {
2529 padding-top: 22px;
2530 padding-left: 14px;
2531 }
2532
2533 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea.empty,
2534 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea.empty,
2535 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.empty {
2536 padding-top: 7px;
2537 padding-left: 14px;
2538 }
2539
2540 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .form-row-wide,
2541 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .form-row-wide,
2542 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .form-row-wide {
2543 clear: unset;
2544 }
2545
2546 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields),
2547 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields),
2548 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields) {
2549 padding: 0 14px 0 0;
2550 }
2551
2552 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section),
2553 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section),
2554 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section) {
2555 margin: 0 0 14px 0;
2556 }
2557
2558 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper,
2559 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper,
2560 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper {
2561 display: inline-block;
2562 position: relative;
2563 }
2564
2565 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper p,
2566 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper p,
2567 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper p {
2568 margin: 0;
2569 }
2570
2571 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation,
2572 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation,
2573 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation {
2574 display: none;
2575 padding-top: 9px;
2576 }
2577
2578 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm,
2579 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm,
2580 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm {
2581 color: #e22120;
2582 font-size: 14px;
2583 font-style: normal;
2584 font-weight: normal;
2585 letter-spacing: normal;
2586 line-height: 1.14;
2587 text-align: left;
2588 font-stretch: normal;
2589 }
2590
2591 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors,
2592 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors,
2593 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors {
2594 display: inline-block;
2595 padding-top: 9px;
2596 color: #e22120;
2597 font-size: 14px;
2598 font-style: normal;
2599 font-weight: normal;
2600 letter-spacing: normal;
2601 line-height: 1.14;
2602 text-align: left;
2603 font-stretch: normal;
2604 }
2605
2606 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .mini-title,
2607 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .mini-title,
2608 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .mini-title {
2609 display: none;
2610 position: absolute;
2611 top: 7px;
2612 left: 14px;
2613 color: #737373;
2614 font-size: 13px;
2615 font-style: normal;
2616 font-weight: normal;
2617 letter-spacing: normal;
2618 line-height: 1.15;
2619 text-align: left;
2620 font-stretch: normal;
2621 }
2622
2623 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper,
2624 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper,
2625 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper {
2626 display: -webkit-box;
2627 display: -ms-flexbox;
2628 display: flex;
2629 }
2630
2631 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin,
2632 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin,
2633 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin {
2634 margin-right: 5px;
2635 border: solid 2px rgba(0, 123, 255, 0.4);
2636 -webkit-box-shadow: none;
2637 box-shadow: none;
2638 }
2639
2640 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label,
2641 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label,
2642 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label {
2643 margin: 0;
2644 color: #737373;
2645 font-size: 14px;
2646 font-style: normal;
2647 font-weight: normal;
2648 letter-spacing: normal;
2649 line-height: 1.14;
2650 text-align: left;
2651 cursor: pointer;
2652 font-stretch: normal;
2653 }
2654
2655 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper select[multiple],
2656 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper select[multiple],
2657 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper select[multiple] {
2658 width: 100%;
2659 height: auto;
2660 margin: 0;
2661 padding: 20px 0 0 10px;
2662 border-width: 2px;
2663 border-style: inset;
2664 background: none;
2665 -webkit-appearance: menulist;
2666 -moz-appearance: menulist;
2667 appearance: menulist;
2668 }
2669
2670 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .free_label,
2671 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .free_label,
2672 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .free_label {
2673 width: 100%;
2674 color: #737373;
2675 font-size: 14px;
2676 font-style: normal;
2677 font-weight: 400;
2678 letter-spacing: normal;
2679 line-height: 1.14;
2680 text-align: left;
2681 font-stretch: normal;
2682 }
2683
2684 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100,
2685 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100,
2686 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100 {
2687 width: 100%;
2688 }
2689
2690 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper,
2691 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper,
2692 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper {
2693 display: -webkit-inline-box;
2694 display: -ms-inline-flexbox;
2695 display: inline-flex;
2696 -webkit-box-orient: horizontal;
2697 -webkit-box-direction: normal;
2698 -ms-flex-direction: row;
2699 flex-direction: row;
2700 -ms-flex-wrap: nowrap;
2701 flex-wrap: nowrap;
2702 -ms-flex-line-pack: center;
2703 align-content: center;
2704 -webkit-box-align: center;
2705 -ms-flex-align: center;
2706 align-items: center;
2707 margin: 0 0 7px 0;
2708 color: #737373;
2709 font-size: 14px;
2710 font-style: normal;
2711 font-weight: normal;
2712 letter-spacing: normal;
2713 line-height: 1.14;
2714 text-align: left;
2715 font-stretch: normal;
2716 }
2717
2718 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper input,
2719 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper input,
2720 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper input {
2721 margin-right: 5px;
2722 -webkit-box-shadow: none;
2723 box-shadow: none;
2724 }
2725
2726 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper label,
2727 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper label,
2728 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper label {
2729 margin: 0 !important;
2730 cursor: pointer;
2731 }
2732
2733 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper .woocommerce-input-wrapper,
2734 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper .woocommerce-input-wrapper,
2735 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper .woocommerce-input-wrapper {
2736 display: block;
2737 padding: 8px 0px 8px 14px;
2738 border: solid 1px rgba(0, 0, 0, 0.2);
2739 border-radius: 4px;
2740 background-color: #ffffff;
2741 }
2742
2743 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper label.radio,
2744 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper label.radio,
2745 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper label.radio {
2746 display: -webkit-inline-box;
2747 display: -ms-inline-flexbox;
2748 display: inline-flex;
2749 position: absolute;
2750 margin: 0;
2751 padding: 6px 0 0 10px;
2752 color: #737373;
2753 font-size: 14px;
2754 font-style: normal;
2755 font-weight: normal;
2756 letter-spacing: normal;
2757 line-height: 1.14;
2758 text-align: left;
2759 font-stretch: normal;
2760 }
2761
2762 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper span.radio-divider,
2763 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper span.radio-divider,
2764 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper span.radio-divider {
2765 display: block;
2766 margin: 0;
2767 padding: 0;
2768 }
2769
2770 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .form-row-wide,
2771 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .form-row-wide,
2772 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .form-row-wide {
2773 clear: unset;
2774 }
2775
2776 @media only screen and (max-width: 600px) {
2777 #sellkit-checkout-widget-id .billing-desc {
2778 margin-bottom: 43px;
2779 line-height: 1.57;
2780 }
2781 #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc {
2782 margin-bottom: 23px;
2783 line-height: 1.57;
2784 }
2785 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
2786 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
2787 display: inline-grid !important;
2788 -ms-flex-line-pack: center !important;
2789 align-content: center !important;
2790 width: 100%;
2791 margin: 0 !important;
2792 padding: 0 0 5px 0 !important;
2793 float: left;
2794 justify-items: end !important;
2795 }
2796 }
2797
2798 @media only screen and (max-width: 600px) {
2799 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-widget-express-checkout .express-box {
2800 height: auto;
2801 padding-bottom: 15px;
2802 }
2803 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-widget-express-checkout .express-methods {
2804 display: -webkit-box;
2805 display: -ms-flexbox;
2806 display: flex;
2807 -webkit-box-orient: vertical;
2808 -webkit-box-direction: normal;
2809 -ms-flex-direction: column;
2810 flex-direction: column;
2811 -ms-flex-wrap: wrap;
2812 flex-wrap: wrap;
2813 -ms-flex-line-pack: center;
2814 align-content: center;
2815 -webkit-box-align: center;
2816 -ms-flex-align: center;
2817 align-items: center;
2818 -webkit-box-pack: center;
2819 -ms-flex-pack: center;
2820 justify-content: center;
2821 padding-right: 17px;
2822 padding-left: 17px;
2823 row-gap: 7px;
2824 }
2825 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-widget-express-checkout .express-methods > div {
2826 display: -webkit-box;
2827 display: -ms-flexbox;
2828 display: flex;
2829 -webkit-box-orient: vertical;
2830 -webkit-box-direction: normal;
2831 -ms-flex-direction: column;
2832 flex-direction: column;
2833 -ms-flex-wrap: nowrap;
2834 flex-wrap: nowrap;
2835 -ms-flex-line-pack: center;
2836 align-content: center;
2837 -webkit-box-align: center;
2838 -ms-flex-align: center;
2839 align-items: center;
2840 -webkit-box-pack: center;
2841 -ms-flex-pack: center;
2842 justify-content: center;
2843 width: 100%;
2844 margin: 0;
2845 }
2846 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-shipping-fields__field-wrapper div,
2847 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-billing-fields__field-wrapper div {
2848 width: 100% !important;
2849 }
2850 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods .shipping-method-header {
2851 width: -webkit-max-content;
2852 width: -moz-max-content;
2853 width: max-content;
2854 margin-right: 0;
2855 }
2856 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form {
2857 display: -webkit-box;
2858 display: -ms-flexbox;
2859 display: flex;
2860 -webkit-box-orient: horizontal;
2861 -webkit-box-direction: normal;
2862 -ms-flex-direction: row;
2863 flex-direction: row;
2864 -ms-flex-wrap: wrap;
2865 flex-wrap: wrap;
2866 -ms-flex-line-pack: center;
2867 align-content: center;
2868 -webkit-box-align: center;
2869 -ms-flex-align: center;
2870 align-items: center;
2871 -webkit-box-pack: center;
2872 -ms-flex-pack: center;
2873 justify-content: center;
2874 width: 100%;
2875 margin: 0;
2876 row-gap: 8px;
2877 }
2878 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form p {
2879 width: 100%;
2880 margin: 0;
2881 }
2882 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form p input {
2883 width: 100%;
2884 }
2885 .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 {
2886 display: -webkit-inline-box;
2887 display: -ms-inline-flexbox;
2888 display: inline-flex;
2889 -webkit-box-orient: vertical;
2890 -webkit-box-direction: normal;
2891 -ms-flex-direction: column;
2892 flex-direction: column;
2893 -ms-flex-line-pack: center;
2894 align-content: center;
2895 -webkit-box-pack: center;
2896 -ms-flex-pack: center;
2897 justify-content: center;
2898 width: 100%;
2899 text-align: center;
2900 }
2901 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-normal-coupon-form {
2902 padding-bottom: 18px;
2903 }
2904 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review table tr.coupon-form .sellkit-custom-coupon-form-d-none {
2905 display: none;
2906 }
2907 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order button {
2908 width: 100%;
2909 }
2910 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill {
2911 width: 100% !important;
2912 }
2913 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill > button {
2914 max-width: 100% !important;
2915 }
2916 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill > button iframe {
2917 width: 100% !important;
2918 }
2919 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order > div {
2920 width: 100%;
2921 }
2922 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order > div button.gpay-card-info-container {
2923 min-width: 100% !important;
2924 }
2925 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order > div button.gpay-card-info-container > iframe {
2926 width: 240px;
2927 margin: auto;
2928 }
2929 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container .paypal-buttons {
2930 min-width: 100%;
2931 }
2932 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-checkout-bundled-products .sellkit-head-row-title {
2933 width: 50%;
2934 }
2935 }
2936
2937 /* Minor mobile css to remove container gaps in both one step and multi step design. */
2938 @media only screen and (max-width: 600px) {
2939 .sellkit-checkout-widget-main-wrapper {
2940 width: 100vw;
2941 margin-right: calc(-50vw + 50%);
2942 margin-left: calc(-50vw + 50%);
2943 }
2944 .sellkit-checkout-widget-one-page-build {
2945 padding: 0 21px;
2946 }
2947 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-left-column {
2948 padding-right: 23px !important;
2949 padding-left: 23px !important;
2950 }
2951 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column {
2952 padding: 0 !important;
2953 }
2954 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile {
2955 padding-left: 26px !important;
2956 }
2957 .sellkit-checkout-bundled-products th:not(.sellkit-head-row-title) {
2958 width: 50px !important;
2959 }
2960 }
2961
2962 /* Mobile Style , style widget for less than 600px : multistep */
2963 @media only screen and (max-width: 600px) {
2964 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-desktop {
2965 display: none;
2966 }
2967 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-mobile {
2968 display: -webkit-box;
2969 display: -ms-flexbox;
2970 display: flex;
2971 max-width: 100%;
2972 margin-top: 20px;
2973 margin-bottom: 20px;
2974 }
2975 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-mobile span, .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-mobile i {
2976 margin-right: 13px;
2977 }
2978 .sellkit-checkout-widget-multi-page-build form .inner_wrapper {
2979 display: -webkit-box;
2980 display: -ms-flexbox;
2981 display: flex;
2982 -webkit-box-orient: vertical;
2983 -webkit-box-direction: normal;
2984 -ms-flex-direction: column;
2985 flex-direction: column;
2986 height: auto;
2987 }
2988 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column {
2989 -webkit-box-ordinal-group: 3;
2990 -ms-flex-order: 2;
2991 order: 2;
2992 width: 100%;
2993 }
2994 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div {
2995 width: 100%;
2996 padding-right: 0;
2997 padding-left: 0;
2998 border: none;
2999 }
3000 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-checkout-express-checkout-step-1 {
3001 margin-top: 9px;
3002 }
3003 .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 {
3004 height: auto;
3005 padding-bottom: 17px;
3006 }
3007 .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 {
3008 display: -webkit-box;
3009 display: -ms-flexbox;
3010 display: flex;
3011 -webkit-box-orient: vertical;
3012 -webkit-box-direction: normal;
3013 -ms-flex-direction: column;
3014 flex-direction: column;
3015 -ms-flex-wrap: wrap;
3016 flex-wrap: wrap;
3017 -ms-flex-line-pack: center;
3018 align-content: center;
3019 -webkit-box-align: center;
3020 -ms-flex-align: center;
3021 align-items: center;
3022 -webkit-box-pack: center;
3023 -ms-flex-pack: center;
3024 justify-content: center;
3025 padding-right: 17px;
3026 padding-left: 17px;
3027 row-gap: 7px;
3028 }
3029 .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 {
3030 display: -webkit-box;
3031 display: -ms-flexbox;
3032 display: flex;
3033 -webkit-box-orient: vertical;
3034 -webkit-box-direction: normal;
3035 -ms-flex-direction: column;
3036 flex-direction: column;
3037 -ms-flex-line-pack: center;
3038 align-content: center;
3039 -webkit-box-align: center;
3040 -ms-flex-align: center;
3041 align-items: center;
3042 -webkit-box-pack: center;
3043 -ms-flex-pack: center;
3044 justify-content: center;
3045 width: 100%;
3046 margin: 0;
3047 }
3048 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login {
3049 margin-bottom: 7px;
3050 }
3051 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-checkout-express-checkout-step-2 {
3052 margin-top: -10px;
3053 margin-bottom: 17px;
3054 }
3055 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column {
3056 -webkit-box-ordinal-group: 2;
3057 -ms-flex-order: 1;
3058 order: 1;
3059 width: 100%;
3060 }
3061 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div {
3062 width: 100%;
3063 }
3064 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar-sticky {
3065 position: relative !important;
3066 }
3067 .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 {
3068 margin-top: 15px !important;
3069 }
3070 .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 {
3071 position: relative;
3072 }
3073 .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 {
3074 position: absolute;
3075 top: 25px;
3076 right: 0;
3077 }
3078 .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 {
3079 margin: 0;
3080 }
3081 .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 {
3082 -webkit-box-orient: horizontal;
3083 -webkit-box-direction: normal;
3084 -ms-flex-direction: row;
3085 flex-direction: row;
3086 -ms-flex-wrap: wrap;
3087 flex-wrap: wrap;
3088 row-gap: 8px;
3089 }
3090 .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 {
3091 width: 100%;
3092 margin: 0;
3093 padding: 0;
3094 }
3095 .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 {
3096 width: 100%;
3097 }
3098 .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 {
3099 display: -webkit-box;
3100 display: -ms-flexbox;
3101 display: flex;
3102 -webkit-box-orient: horizontal;
3103 -webkit-box-direction: normal;
3104 -ms-flex-direction: row;
3105 flex-direction: row;
3106 -ms-flex-wrap: wrap;
3107 flex-wrap: wrap;
3108 -ms-flex-line-pack: center;
3109 align-content: center;
3110 -webkit-box-align: center;
3111 -ms-flex-align: center;
3112 align-items: center;
3113 -webkit-box-pack: center;
3114 -ms-flex-pack: center;
3115 justify-content: center;
3116 width: 100%;
3117 }
3118 .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 {
3119 margin-top: 9px;
3120 padding-bottom: 18px !important;
3121 }
3122 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-shipping-fields__field-wrapper div,
3123 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper div {
3124 position: static;
3125 width: 100% !important;
3126 float: left;
3127 }
3128 .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,
3129 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
3130 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > input {
3131 width: 100% !important;
3132 }
3133 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar {
3134 position: relative;
3135 top: 0;
3136 -webkit-box-ordinal-group: 0;
3137 -ms-flex-order: -1;
3138 order: -1;
3139 margin-bottom: 2px;
3140 padding: 0px;
3141 border: solid 1px #e1e1e1;
3142 background-color: #fafafa;
3143 }
3144 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle {
3145 display: -webkit-box !important;
3146 display: -ms-flexbox !important;
3147 display: flex !important;
3148 -webkit-box-orient: horizontal;
3149 -webkit-box-direction: normal;
3150 -ms-flex-direction: row;
3151 flex-direction: row;
3152 -ms-flex-wrap: nowrap;
3153 flex-wrap: nowrap;
3154 -ms-flex-line-pack: center;
3155 align-content: center;
3156 -webkit-box-align: center;
3157 -ms-flex-align: center;
3158 align-items: center;
3159 -webkit-box-pack: start;
3160 -ms-flex-pack: start;
3161 justify-content: flex-start;
3162 height: 63px;
3163 padding: 25px 21px 20px 21px;
3164 border: solid 1px #e1e1e1;
3165 border-top: none;
3166 border-right: none;
3167 border-left: none;
3168 background-color: #fafafa;
3169 }
3170 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .icon .fa {
3171 height: 16px;
3172 margin: 2px 0px 4px 0;
3173 color: #007bff;
3174 }
3175 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .title {
3176 height: 16px;
3177 margin: 0 5px 0 10px;
3178 color: #007bff;
3179 font-size: 14px;
3180 font-style: normal;
3181 font-weight: normal;
3182 letter-spacing: normal;
3183 line-height: 1.14;
3184 text-align: left;
3185 cursor: pointer;
3186 font-stretch: normal;
3187 }
3188 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price {
3189 position: absolute;
3190 right: 22px;
3191 color: #323232;
3192 font-size: 18px;
3193 font-style: normal;
3194 font-weight: bold;
3195 letter-spacing: normal;
3196 line-height: 1.28;
3197 text-align: right;
3198 font-stretch: normal;
3199 }
3200 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order {
3201 padding-right: 21px;
3202 padding-left: 21px;
3203 clear: both;
3204 }
3205 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
3206 margin: 0;
3207 background-color: transparent;
3208 }
3209 .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 {
3210 padding-bottom: 11px !important;
3211 }
3212 .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 {
3213 display: -webkit-box;
3214 display: -ms-flexbox;
3215 display: flex;
3216 -webkit-box-orient: horizontal;
3217 -webkit-box-direction: normal;
3218 -ms-flex-direction: row;
3219 flex-direction: row;
3220 -webkit-box-align: center;
3221 -ms-flex-align: center;
3222 align-items: center;
3223 height: auto;
3224 padding: 0px;
3225 }
3226 .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 {
3227 padding: 0px;
3228 padding-top: 40px;
3229 text-align: right;
3230 }
3231 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .sellkit-one-page-checkout-product-qty {
3232 padding-right: 0px;
3233 border: solid 1px rgba(0, 0, 0, 0.2);
3234 -webkit-box-shadow: none !important;
3235 box-shadow: none !important;
3236 }
3237 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first {
3238 padding-right: 21px;
3239 padding-left: 21px;
3240 }
3241 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first h4 {
3242 width: -webkit-max-content;
3243 width: -moz-max-content;
3244 width: max-content;
3245 }
3246 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer {
3247 display: -webkit-box;
3248 display: -ms-flexbox;
3249 display: flex;
3250 -webkit-box-orient: vertical;
3251 -webkit-box-direction: reverse;
3252 -ms-flex-direction: column-reverse;
3253 flex-direction: column-reverse;
3254 -ms-flex-wrap: wrap;
3255 flex-wrap: wrap;
3256 margin-top: -10px;
3257 padding-top: 0 !important;
3258 -webkit-column-gap: 25px;
3259 -moz-column-gap: 25px;
3260 column-gap: 25px;
3261 }
3262 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer span {
3263 width: 100%;
3264 margin: 0;
3265 text-align: center;
3266 }
3267 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer a {
3268 width: 100%;
3269 margin-top: 21px;
3270 text-align: center;
3271 }
3272 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer .go-to-cart {
3273 margin-top: 18px;
3274 }
3275 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second {
3276 padding-right: 21px;
3277 padding-left: 21px;
3278 }
3279 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-header {
3280 height: auto !important;
3281 }
3282 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .shipping-method-header {
3283 margin: 0px !important;
3284 }
3285 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer {
3286 display: -webkit-box;
3287 display: -ms-flexbox;
3288 display: flex;
3289 -webkit-box-orient: vertical !important;
3290 -webkit-box-direction: reverse !important;
3291 -ms-flex-direction: column-reverse !important;
3292 flex-direction: column-reverse !important;
3293 -ms-flex-wrap: wrap;
3294 flex-wrap: wrap;
3295 -ms-flex-line-pack: center;
3296 align-content: center;
3297 -webkit-box-align: center;
3298 -ms-flex-align: center;
3299 align-items: center;
3300 -webkit-box-pack: center;
3301 -ms-flex-pack: center;
3302 justify-content: center;
3303 margin-top: -19px;
3304 row-gap: 3px;
3305 }
3306 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span {
3307 width: 100%;
3308 margin: 0;
3309 text-align: center;
3310 }
3311 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span a {
3312 float: none;
3313 text-align: center;
3314 }
3315 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
3316 margin-top: 23px;
3317 }
3318 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third {
3319 padding-right: 21px;
3320 padding-left: 21px;
3321 }
3322 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-multistep-checkout-third-header {
3323 height: auto !important;
3324 }
3325 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order {
3326 display: -webkit-box;
3327 display: -ms-flexbox;
3328 display: flex;
3329 -webkit-box-orient: vertical;
3330 -webkit-box-direction: reverse;
3331 -ms-flex-direction: column-reverse;
3332 flex-direction: column-reverse;
3333 margin-top: 23px;
3334 }
3335 .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 {
3336 width: 100% !important;
3337 text-align: center;
3338 }
3339 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second {
3340 margin-top: 23px;
3341 }
3342 .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 {
3343 width: 100% !important;
3344 }
3345 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order > div {
3346 width: 100%;
3347 }
3348 .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 {
3349 width: 100%;
3350 min-width: 100%;
3351 }
3352 .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 {
3353 width: 240px !important;
3354 margin: auto !important;
3355 }
3356 .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 {
3357 min-width: 100% !important;
3358 }
3359 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers > div {
3360 position: relative;
3361 }
3362 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers > div > div {
3363 -webkit-box-orient: vertical !important;
3364 -webkit-box-direction: normal !important;
3365 -ms-flex-direction: column !important;
3366 flex-direction: column !important;
3367 width: 100%;
3368 padding: 12px 0 12px 0px;
3369 row-gap: 3px;
3370 }
3371 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers > div > div > span {
3372 width: 100%;
3373 }
3374 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers > div > span {
3375 position: absolute;
3376 top: 13px;
3377 right: 1px;
3378 }
3379 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-a .title {
3380 width: 100% !important;
3381 color: #737373;
3382 font-size: 14px;
3383 font-style: normal;
3384 font-weight: normal;
3385 letter-spacing: normal;
3386 line-height: 1.14;
3387 text-align: left;
3388 font-stretch: normal;
3389 }
3390 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-a .mail {
3391 width: 100%;
3392 margin-right: auto;
3393 margin-left: 0px !important;
3394 padding-top: 5px;
3395 color: #323232;
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 .title {
3405 width: 100% !important;
3406 color: #737373;
3407 font-size: 14px;
3408 font-style: normal;
3409 font-weight: normal;
3410 letter-spacing: normal;
3411 line-height: 1.14;
3412 text-align: left;
3413 font-stretch: normal;
3414 }
3415 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-b .address {
3416 width: 100%;
3417 height: auto;
3418 margin-right: auto;
3419 margin-left: 0px !important;
3420 padding-top: 5px;
3421 color: #323232;
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 .title {
3431 width: 100% !important;
3432 color: #737373;
3433 font-size: 14px;
3434 font-style: normal;
3435 font-weight: normal;
3436 letter-spacing: normal;
3437 line-height: 1.14;
3438 text-align: left;
3439 font-stretch: normal;
3440 }
3441 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .multistep-headers .info-c .method {
3442 -webkit-box-ordinal-group: 4;
3443 -ms-flex-order: 3;
3444 order: 3;
3445 width: 100%;
3446 height: auto;
3447 margin-right: auto;
3448 margin-left: 0px !important;
3449 padding-top: 5px;
3450 color: #323232;
3451 font-size: 14px;
3452 font-style: normal;
3453 font-weight: normal;
3454 letter-spacing: normal;
3455 line-height: 1.14;
3456 text-align: left;
3457 font-stretch: normal;
3458 }
3459 }
3460
3461 @media only screen and (max-width: 359px) {
3462 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile {
3463 padding-left: 10px !important;
3464 }
3465 .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile span {
3466 margin-right: 9px;
3467 }
3468 }
3469
3470 /************ Sellkit funnel steps checkout order bump ****/
3471 /**********************************************************/
3472 .sellkit-checkout-step-bump-wrapper {
3473 width: 100%;
3474 margin: 10px 0 10px 0;
3475 padding: 0 0 18px 0;
3476 border: 2px dashed #9e9e9e;
3477 }
3478
3479 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header {
3480 display: -webkit-box;
3481 display: -ms-flexbox;
3482 display: flex;
3483 -webkit-box-orient: horizontal;
3484 -webkit-box-direction: normal;
3485 -ms-flex-direction: row;
3486 flex-direction: row;
3487 -ms-flex-wrap: nowrap;
3488 flex-wrap: nowrap;
3489 -ms-flex-line-pack: center;
3490 align-content: center;
3491 -webkit-box-align: center;
3492 -ms-flex-align: center;
3493 align-items: center;
3494 -webkit-box-pack: justify;
3495 -ms-flex-pack: justify;
3496 justify-content: space-between;
3497 padding: 18px 26px 19px 16.1px;
3498 background-color: #fffe99;
3499 }
3500
3501 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header {
3502 display: -webkit-box;
3503 display: -ms-flexbox;
3504 display: flex;
3505 -webkit-box-orient: horizontal;
3506 -webkit-box-direction: normal;
3507 -ms-flex-direction: row;
3508 flex-direction: row;
3509 -ms-flex-wrap: nowrap;
3510 flex-wrap: nowrap;
3511 -ms-flex-line-pack: center;
3512 align-content: center;
3513 -webkit-box-align: center;
3514 -ms-flex-align: center;
3515 align-items: center;
3516 -webkit-box-pack: center;
3517 -ms-flex-pack: center;
3518 justify-content: center;
3519 -webkit-column-gap: 13px;
3520 -moz-column-gap: 13px;
3521 column-gap: 13px;
3522 }
3523
3524 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header input {
3525 min-width: 16px !important;
3526 min-height: 16px !important;
3527 -webkit-box-shadow: none !important;
3528 box-shadow: none !important;
3529 }
3530
3531 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header .sellkit-checkout-order-bump-title {
3532 position: relative;
3533 left: -6px;
3534 margin: 0;
3535 color: #222;
3536 font-size: 16px;
3537 font-style: normal;
3538 font-weight: bold;
3539 letter-spacing: normal;
3540 line-height: 1.19;
3541 text-align: left;
3542 cursor: pointer;
3543 font-stretch: normal;
3544 }
3545
3546 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-right-header .sellkit-checkout-order-bump-price {
3547 display: -webkit-box;
3548 display: -ms-flexbox;
3549 display: flex;
3550 -webkit-box-orient: horizontal;
3551 -webkit-box-direction: normal;
3552 -ms-flex-direction: row;
3553 flex-direction: row;
3554 -ms-flex-wrap: nowrap;
3555 flex-wrap: nowrap;
3556 -ms-flex-line-pack: center;
3557 align-content: center;
3558 -webkit-box-align: center;
3559 -ms-flex-align: center;
3560 align-items: center;
3561 -webkit-box-pack: center;
3562 -ms-flex-pack: center;
3563 justify-content: center;
3564 -webkit-column-gap: 7px;
3565 -moz-column-gap: 7px;
3566 column-gap: 7px;
3567 color: #222 !important;
3568 font-size: 16px !important;
3569 font-style: normal;
3570 font-weight: normal;
3571 letter-spacing: normal !important;
3572 line-height: 1.19 !important;
3573 text-align: left;
3574 font-stretch: normal;
3575 }
3576
3577 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-right-header .sellkit-checkout-order-bump-price .bump-price-bolded {
3578 font-weight: bold;
3579 text-decoration: none !important;
3580 }
3581
3582 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body {
3583 display: -webkit-box;
3584 display: -ms-flexbox;
3585 display: flex;
3586 -webkit-box-orient: horizontal;
3587 -webkit-box-direction: normal;
3588 -ms-flex-direction: row;
3589 flex-direction: row;
3590 -ms-flex-wrap: nowrap;
3591 flex-wrap: nowrap;
3592 -ms-flex-line-pack: center;
3593 align-content: center;
3594 padding: 14px 16px 0px 18px;
3595 -webkit-column-gap: 22px;
3596 -moz-column-gap: 22px;
3597 column-gap: 22px;
3598 }
3599
3600 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-left-body {
3601 max-width: 120px;
3602 }
3603
3604 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-left-body img {
3605 max-width: 100%;
3606 height: auto;
3607 }
3608
3609 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-right-body {
3610 -webkit-box-flex: 1;
3611 -ms-flex-positive: 1;
3612 flex-grow: 1;
3613 }
3614
3615 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-right-body .sellkit-bump-order-description {
3616 padding: 3px 0 0 0;
3617 color: #222;
3618 font-size: 14px;
3619 font-style: normal;
3620 font-weight: normal;
3621 letter-spacing: normal;
3622 line-height: 1.57;
3623 text-align: left;
3624 font-stretch: normal;
3625 }
3626
3627 .sellkit-bump-review-order .sellkit-checkout-order-bump-price {
3628 -webkit-box-orient: vertical !important;
3629 -webkit-box-direction: reverse !important;
3630 -ms-flex-direction: column-reverse !important;
3631 flex-direction: column-reverse !important;
3632 }
3633
3634 @media only screen and (max-width: 600px) {
3635 .sellkit-checkout-step-bump-wrapper .sellkit-checkout-order-bump-price {
3636 -webkit-box-orient: vertical !important;
3637 -webkit-box-direction: reverse !important;
3638 -ms-flex-direction: column-reverse !important;
3639 flex-direction: column-reverse !important;
3640 }
3641 }
3642
3643 /************ Integration with Third party plugins ********/
3644 /**********************************************************/
3645 #sellkit-checkout-widget-id {
3646 /** Googple pay button **/
3647 /** Paypal for woocommerc **/
3648 /** braintree plugin */
3649 /** stripe for woocommerce **/
3650 /** klarma checkout **/
3651 /** Amazon pay woocommerce **/
3652 /** Stripe woocommerce official **/
3653 }
3654
3655 #sellkit-checkout-widget-id .gpay-card-info-placeholder-container {
3656 height: 0px !important;
3657 margin: 0 !important;
3658 }
3659
3660 #sellkit-checkout-widget-id .gpay-card-info-placeholder-container * {
3661 height: 0px !important;
3662 }
3663
3664 #sellkit-checkout-widget-id .gpay-card-info-animation-container {
3665 position: absolute;
3666 bottom: 2px;
3667 }
3668
3669 #sellkit-checkout-widget-id #paypal_ec_button {
3670 width: 170px !important;
3671 max-width: 170px !important;
3672 }
3673
3674 #sellkit-checkout-widget-id #paypal_ec_button img {
3675 min-width: 170px;
3676 max-width: 170px;
3677 height: 40px;
3678 }
3679
3680 #sellkit-checkout-widget-id .wc-braintree-paypal-top-container {
3681 width: 170px;
3682 max-width: 170px;
3683 }
3684
3685 #sellkit-checkout-widget-id .wc-braintree-paypal-top-container .paypal-buttons {
3686 width: 170px;
3687 max-width: 170px;
3688 }
3689
3690 #sellkit-checkout-widget-id .wc-braintree-banner-gateway {
3691 width: 170px;
3692 max-width: 170px;
3693 }
3694
3695 #sellkit-checkout-widget-id .payment_method_braintree_googlepay img,
3696 #sellkit-checkout-widget-id .payment_method_braintree_applepay img,
3697 #sellkit-checkout-widget-id .payment_method_braintree_paypal img {
3698 position: absolute !important;
3699 right: 0px !important;
3700 }
3701
3702 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay {
3703 width: 170px !important;
3704 max-width: 170px !important;
3705 }
3706
3707 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div {
3708 width: 170px !important;
3709 max-width: 170px !important;
3710 height: 40px !important;
3711 }
3712
3713 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div button {
3714 width: 170px !important;
3715 min-width: 170px !important;
3716 max-width: 170px !important;
3717 }
3718
3719 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div button .gpay-card-info-placeholder-container {
3720 width: 170px !important;
3721 max-width: 170px !important;
3722 }
3723
3724 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay iframe {
3725 position: absolute;
3726 top: 0px;
3727 right: 30px;
3728 }
3729
3730 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_paypal {
3731 width: 170px !important;
3732 max-width: 170px !important;
3733 }
3734
3735 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_paypal > div {
3736 height: 40px !important;
3737 }
3738
3739 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay {
3740 display: none !important;
3741 }
3742
3743 #sellkit-checkout-widget-id .sellkit-stripe-integration ul {
3744 display: -webkit-box;
3745 display: -ms-flexbox;
3746 display: flex;
3747 -webkit-box-orient: horizontal;
3748 -webkit-box-direction: normal;
3749 -ms-flex-direction: row;
3750 flex-direction: row;
3751 -ms-flex-wrap: nowrap;
3752 flex-wrap: nowrap;
3753 height: inherit;
3754 margin: 0;
3755 padding: 0;
3756 list-style: none;
3757 }
3758
3759 #sellkit-checkout-widget-id .sellkit-stripe-integration {
3760 width: 170px !important;
3761 max-width: 170px !important;
3762 }
3763
3764 #sellkit-checkout-widget-id .sellkit-stripe-integration ul {
3765 display: contents;
3766 }
3767
3768 #sellkit-checkout-widget-id .sellkit-stripe-integration ul li {
3769 display: inline-block;
3770 }
3771
3772 #sellkit-checkout-widget-id .sellkit-stripe-integration ul li > div {
3773 height: 40px !important;
3774 }
3775
3776 #sellkit-checkout-widget-id .payment_method_stripe_applepay img,
3777 #sellkit-checkout-widget-id .payment_method_stripe_googlepay img,
3778 #sellkit-checkout-widget-id .payment_method_stripe_alipay img {
3779 position: absolute !important;
3780 right: 0px !important;
3781 }
3782
3783 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway div button {
3784 width: 170px !important;
3785 min-width: 170px;
3786 max-width: 170px !important;
3787 }
3788
3789 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway div button .gpay-card-info-placeholder-container {
3790 width: 170px !important;
3791 max-width: 170px !important;
3792 }
3793
3794 #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway iframe {
3795 position: absolute;
3796 top: 0px;
3797 right: 30px;
3798 }
3799
3800 #sellkit-checkout-widget-id .sellkit-klarna-pay-button {
3801 width: 170px !important;
3802 max-width: 170px !important;
3803 padding: 7px 15px;
3804 border-radius: 5px;
3805 background-color: #FBB3C7;
3806 text-align: center;
3807 cursor: pointer;
3808 }
3809
3810 #sellkit-checkout-widget-id .sellkit-klarna-pay-button span {
3811 display: -webkit-box;
3812 display: -ms-flexbox;
3813 display: flex;
3814 -webkit-box-orient: horizontal;
3815 -webkit-box-direction: normal;
3816 -ms-flex-direction: row;
3817 flex-direction: row;
3818 -ms-flex-wrap: nowrap;
3819 flex-wrap: nowrap;
3820 -ms-flex-line-pack: center;
3821 align-content: center;
3822 -webkit-box-align: center;
3823 -ms-flex-align: center;
3824 align-items: center;
3825 -webkit-box-pack: center;
3826 -ms-flex-pack: center;
3827 justify-content: center;
3828 text-align: center;
3829 }
3830
3831 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce {
3832 display: inline-grid;
3833 margin: 3px 0 0 0;
3834 }
3835
3836 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div {
3837 width: 170px !important;
3838 min-width: 170px !important;
3839 max-width: 170px !important;
3840 min-height: 40px !important;
3841 }
3842
3843 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img {
3844 display: none !important;
3845 }
3846
3847 #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration {
3848 max-width: 170px !important;
3849 }
3850
3851 /** Safari +10 **/
3852 @media not all and (min-resolution: 0.001dpcm) {
3853 @supports (-webkit-appearance: none) and (stroke-color: transparent) {
3854 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay {
3855 display: -webkit-box !important;
3856 display: -ms-flexbox !important;
3857 display: flex !important;
3858 min-width: 170px !important;
3859 }
3860 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay .applepay-top-container {
3861 width: 170px !important;
3862 min-width: 170px !important;
3863 }
3864 #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay:first-child {
3865 min-width: 170px;
3866 }
3867 }
3868 }
3869