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

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

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