PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.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
← All changes | assets/dist/css/frontend-rtl.css +245 -42 1.6.82.7.0 View file →
@@ -417,8 +417,22 @@
417 417 .sellkit-upsell-popup:not(.active) {
418 418 display: none;
419 419 }
420 420
421 +.sellkit-accept-reject-button {
422 + display: -webkit-inline-box !important;
423 + display: -ms-inline-flexbox !important;
424 + display: inline-flex !important;
425 + -webkit-box-align: center;
426 + -ms-flex-align: center;
427 + align-items: center;
428 +}
429 +.sellkit-accept-reject-button svg {
430 + width: 16px;
431 + height: 16px;
432 + margin: 0 0 0 10px;
433 +}
434 +
421 435 @-webkit-keyframes rotation {
422 436 from {
423 437 -webkit-transform: rotate(0deg);
424 438 transform: rotate(0deg);
@@ -573,8 +587,11 @@
573 587 -webkit-box-ordinal-group: 2;
574 588 -ms-flex-order: 1;
575 589 order: 1;
576 590 }
591 +.sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-login #customer_details #shipping_text_title {
592 + margin-top: 18px;
593 +}
577 594 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods {
578 595 -webkit-box-ordinal-group: 3;
579 596 -ms-flex-order: 2;
580 597 order: 2;
@@ -820,8 +837,11 @@
820 837 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login #customer_details {
821 838 width: auto !important;
822 839 float: none !important;
823 840 }
841 +.sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login #customer_details .sellkit-one-page-checkout-billing #shipping_text_title {
842 + margin-top: 18px;
843 +}
824 844 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer {
825 845 display: -webkit-box;
826 846 display: -ms-flexbox;
827 847 display: flex;
@@ -896,10 +916,25 @@
896 916 -ms-flex-pack: justify;
897 917 justify-content: space-between;
898 918 }
899 919 .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 {
920 + display: -webkit-box;
921 + display: -ms-flexbox;
922 + display: flex;
923 + -webkit-box-orient: horizontal;
924 + -webkit-box-direction: normal;
925 + -ms-flex-direction: row;
926 + flex-direction: row;
927 + -ms-flex-wrap: nowrap;
928 + flex-wrap: nowrap;
929 + -webkit-box-align: center;
930 + -ms-flex-align: center;
931 + align-items: center;
900 932 height: 17px;
901 933 margin: 20px 0px;
934 + -webkit-column-gap: 3px;
935 + -moz-column-gap: 3px;
936 + column-gap: 3px;
902 937 color: #007bff;
903 938 font-size: 14px;
904 939 font-style: normal;
905 940 font-weight: 500;
@@ -945,9 +980,24 @@
945 980 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third {
946 981 display: none;
947 982 }
948 983 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third .go-to-second {
984 + display: -webkit-box;
985 + display: -ms-flexbox;
986 + display: flex;
987 + -webkit-box-orient: horizontal;
988 + -webkit-box-direction: normal;
989 + -ms-flex-direction: row;
990 + flex-direction: row;
991 + -ms-flex-wrap: nowrap;
992 + flex-wrap: nowrap;
993 + -webkit-box-align: center;
994 + -ms-flex-align: center;
995 + align-items: center;
949 996 height: 17px;
997 + -webkit-column-gap: 3px;
998 + -moz-column-gap: 3px;
999 + column-gap: 3px;
950 1000 color: #007bff;
951 1001 font-size: 14px;
952 1002 font-style: normal;
953 1003 font-weight: 500;
@@ -1125,8 +1175,9 @@
1125 1175 }
1126 1176 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box {
1127 1177 height: auto;
1128 1178 min-height: 112px;
1179 + padding: 0 16px 12px;
1129 1180 border: 1px solid #eaeaea;
1130 1181 border-radius: 4px;
1131 1182 background-color: #ffffff;
1132 1183 }
@@ -1163,9 +1214,9 @@
1163 1214 -webkit-box-pack: center;
1164 1215 -ms-flex-pack: center;
1165 1216 justify-content: center;
1166 1217 margin: 15px 0 0 0;
1167 - padding: 0 0 10px 0;
1218 + padding: 0 0 10px;
1168 1219 -webkit-column-gap: 20px;
1169 1220 -moz-column-gap: 20px;
1170 1221 column-gap: 20px;
1171 1222 row-gap: 10px;
@@ -1181,9 +1232,10 @@
1181 1232 align-items: center;
1182 1233 -webkit-box-pack: center;
1183 1234 -ms-flex-pack: center;
1184 1235 justify-content: center;
1185 - height: 40px;
1236 + min-height: 40px;
1237 + height: auto;
1186 1238 border-radius: 4px;
1187 1239 font-size: 14px;
1188 1240 font-weight: bold;
1189 1241 text-align: center;
@@ -1188,8 +1240,13 @@
1188 1240 font-weight: bold;
1189 1241 text-align: center;
1190 1242 cursor: pointer;
1191 1243 }
1244 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box .express-methods .angelleye-integrated-by-sellkit {
1245 + width: 100% !important;
1246 + height: auto;
1247 + margin: 15px 15px;
1248 +}
1192 1249 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box {
1193 1250 border-top: 1px solid #eaeaea;
1194 1251 }
1195 1252 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box legend {
@@ -1256,10 +1313,11 @@
1256 1313 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .current,
1257 1314 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .current {
1258 1315 color: #323232;
1259 1316 }
1260 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i,
1261 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i {
1317 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop svg,
1318 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i,
1319 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile svg {
1262 1320 width: 6px;
1263 1321 height: 10px;
1264 1322 font-size: 12px;
1265 1323 -o-object-fit: contain;
@@ -1264,11 +1322,12 @@
1264 1322 font-size: 12px;
1265 1323 -o-object-fit: contain;
1266 1324 object-fit: contain;
1267 1325 }
1268 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i,
1326 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop svg,
1269 1327 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span,
1270 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i {
1328 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i,
1329 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile svg {
1271 1330 margin-left: 15px;
1272 1331 }
1273 1332 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section {
1274 1333 max-width: 100%;
@@ -1287,9 +1346,8 @@
1287 1346 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-widget-password-field {
1288 1347 display: none !important;
1289 1348 }
1290 1349 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .header {
1291 - height: 23px;
1292 1350 margin: 0 0 4px 0;
1293 1351 color: #323232;
1294 1352 font-size: 20px;
1295 1353 font-style: normal;
@@ -1439,9 +1497,8 @@
1439 1497 margin: 0 !important;
1440 1498 padding: 0 !important;
1441 1499 }
1442 1500 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address .header {
1443 - height: 23px;
1444 1501 margin: 24px 3px 21px 0px;
1445 1502 color: #323232;
1446 1503 font-size: 20px;
1447 1504 font-style: normal;
@@ -1450,11 +1507,8 @@
1450 1507 line-height: 1.2;
1451 1508 text-align: right;
1452 1509 font-stretch: normal;
1453 1510 }
1454 -.sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address #ship-to-different-address {
1455 - display: none !important;
1456 -}
1457 1511 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-checkout-widget-primary-button:hover,
1458 1512 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form #place_order:hover {
1459 1513 background-color: #111111;
1460 1514 }
@@ -1478,9 +1532,8 @@
1478 1532 padding: 6px 0 2px 0;
1479 1533 }
1480 1534 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods .shipping-method-header {
1481 1535 width: 100%;
1482 - height: 19px;
1483 1536 margin: 2px 0px 23px 0px;
1484 1537 color: #323232;
1485 1538 font-size: 20px;
1486 1539 font-style: normal;
@@ -1545,10 +1598,9 @@
1545 1598 padding-left: 17px;
1546 1599 text-align: left;
1547 1600 }
1548 1601 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-heading {
1549 - height: 23px;
1550 - margin: 26px 3px 9px 2px;
1602 + margin: 26px 3px 9px 2px !important;
1551 1603 color: #323232;
1552 1604 font-size: 20px;
1553 1605 font-style: normal;
1554 1606 font-weight: normal;
@@ -1557,10 +1609,9 @@
1557 1609 text-align: right;
1558 1610 font-stretch: normal;
1559 1611 }
1560 1612 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-desc {
1561 - height: 16px;
1562 - margin: 9px 3px 19px 0px;
1613 + margin: 9px 3px 7px 0px;
1563 1614 color: #737373;
1564 1615 font-size: 14px;
1565 1616 font-style: normal;
1566 1617 font-weight: normal;
@@ -1569,9 +1620,8 @@
1569 1620 text-align: right;
1570 1621 font-stretch: normal;
1571 1622 }
1572 1623 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-order-review-heading {
1573 - height: 23px;
1574 1624 margin: 0px 0 19px 0px !important;
1575 1625 color: #323232;
1576 1626 font-size: 20px;
1577 1627 font-style: normal;
@@ -1722,10 +1772,9 @@
1722 1772 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .payment_method_paypal .about_paypal {
1723 1773 display: none;
1724 1774 }
1725 1775 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .sellkit-one-page-checkout-billing-header {
1726 - height: 23px;
1727 - margin: 42px 3px 9px 0px;
1776 + margin: 0px 3px 9px 0px;
1728 1777 color: #323232;
1729 1778 font-size: 20px;
1730 1779 font-style: normal;
1731 1780 font-weight: normal;
@@ -1735,9 +1784,8 @@
1735 1784 font-stretch: normal;
1736 1785 }
1737 1786 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-desc {
1738 1787 width: 100%;
1739 - height: 16px;
1740 1788 margin: 9px 3px 18px 0;
1741 1789 color: #737373;
1742 1790 font-size: 14px;
1743 1791 font-style: normal;
@@ -2062,8 +2110,28 @@
2062 2110 }
2063 2111 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-privacy-policy-text p {
2064 2112 margin: 0;
2065 2113 }
2114 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-form__label-for-checkbox {
2115 + display: -webkit-box !important;
2116 + display: -ms-flexbox !important;
2117 + display: flex !important;
2118 + -webkit-box-orient: horizontal;
2119 + -webkit-box-direction: normal;
2120 + -ms-flex-direction: row;
2121 + flex-direction: row;
2122 + -ms-flex-wrap: nowrap;
2123 + flex-wrap: nowrap;
2124 + -webkit-box-align: center;
2125 + -ms-flex-align: center;
2126 + align-items: center;
2127 +}
2128 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-form__label-for-checkbox input {
2129 + margin: 0 0 2px 0 !important;
2130 +}
2131 +.sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
2132 + margin-right: 5px;
2133 +}
2066 2134
2067 2135 .elementor-widget-sellkit-checkout #sellkit-checkout-billing-field-wrapper.woocommerce-billing-fields__field-wrapper.sellkit-hide-different-billing-fields-default {
2068 2136 display: none;
2069 2137 }
@@ -2415,13 +2483,16 @@
2415 2483 }
2416 2484
2417 2485 /* Shipping & Billing Fields */
2418 2486 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper {
2419 - padding: 16px 16px 4px 0px;
2487 + padding: 16px 16px 4px 16px;
2420 2488 border: solid 1px #e1e1e1;
2421 2489 border-top: none;
2422 2490 background-color: #fafafa;
2423 2491 }
2492 +#sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper.border-top {
2493 + border-top: 1px solid #e0e0e0;
2494 +}
2424 2495 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2425 2496 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper {
2426 2497 display: inline-table;
2427 2498 }
@@ -2462,10 +2533,10 @@
2462 2533 top: 16px;
2463 2534 left: 17px;
2464 2535 height: 0px;
2465 2536 float: left;
2466 - color: #737373;
2467 2537 font-weight: 900;
2538 + fill: #737373;
2468 2539 -webkit-filter: brightness(70%) !important;
2469 2540 filter: brightness(70%) !important;
2470 2541 pointer-events: none;
2471 2542 }
@@ -2860,9 +2931,8 @@
2860 2931 margin-bottom: 43px;
2861 2932 line-height: 1.57;
2862 2933 }
2863 2934 #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc {
2864 - margin-bottom: 23px;
2865 2935 line-height: 1.57;
2866 2936 }
2867 2937 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
2868 2938 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
@@ -3137,9 +3207,10 @@
3137 3207 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column {
3138 3208 -webkit-box-ordinal-group: 2;
3139 3209 -ms-flex-order: 1;
3140 3210 order: 1;
3141 - width: 100%;
3211 + width: 95%;
3212 + margin: 0 auto;
3142 3213 }
3143 3214 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div {
3144 3215 width: 100%;
3145 3216 }
@@ -3230,18 +3301,17 @@
3230 3301 -webkit-box-orient: horizontal;
3231 3302 -webkit-box-direction: normal;
3232 3303 -ms-flex-direction: row;
3233 3304 flex-direction: row;
3234 - -ms-flex-wrap: nowrap;
3235 - flex-wrap: nowrap;
3305 + -ms-flex-wrap: wrap;
3306 + flex-wrap: wrap;
3236 3307 -ms-flex-line-pack: center;
3237 3308 align-content: center;
3238 3309 -webkit-box-align: center;
3239 3310 -ms-flex-align: center;
3240 3311 align-items: center;
3241 - -webkit-box-pack: start;
3242 - -ms-flex-pack: start;
3243 - justify-content: flex-start;
3312 + -ms-flex-pack: distribute;
3313 + justify-content: space-around;
3244 3314 height: 63px;
3245 3315 border: solid 1px #e1e1e1;
3246 3316 border-top: none;
3247 3317 border-left: none;
@@ -3247,14 +3317,28 @@
3247 3317 border-left: none;
3248 3318 border-right: none;
3249 3319 background-color: #fafafa;
3250 3320 }
3251 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .icon .fa {
3321 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper {
3322 + display: -webkit-box;
3323 + display: -ms-flexbox;
3324 + display: flex;
3325 + -webkit-box-orient: horizontal;
3326 + -webkit-box-direction: normal;
3327 + -ms-flex-direction: row;
3328 + flex-direction: row;
3329 + -ms-flex-wrap: wrap;
3330 + flex-wrap: wrap;
3331 + -webkit-box-align: center;
3332 + -ms-flex-align: center;
3333 + align-items: center;
3334 + }
3335 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .sellkit-checkout-summary-toggle-shop-icon svg {
3336 + width: 16px;
3252 3337 height: 16px;
3253 - margin: 2px 0 4px 0px;
3254 - color: #007bff;
3338 + fill: #007bff;
3255 3339 }
3256 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .title {
3340 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .title {
3257 3341 height: 16px;
3258 3342 margin: 0 10px 0 5px;
3259 3343 color: #007bff;
3260 3344 font-size: 14px;
@@ -3265,11 +3349,22 @@
3265 3349 text-align: right;
3266 3350 cursor: pointer;
3267 3351 font-stretch: normal;
3268 3352 }
3353 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .sellkit-checkout-summary-toggle-up svg {
3354 + width: 14px;
3355 + height: 14px;
3356 + fill: #007bff;
3357 + }
3358 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .sellkit-checkout-summary-toggle-down {
3359 + display: none;
3360 + }
3361 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .summery_toggle_link_wrapper .sellkit-checkout-summary-toggle-down svg {
3362 + width: 14px;
3363 + height: 14px;
3364 + fill: #007bff;
3365 + }
3269 3366 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price {
3270 - position: absolute;
3271 - left: 22px;
3272 3367 color: #323232;
3273 3368 font-size: 18px;
3274 3369 font-style: normal;
3275 3370 font-weight: bold;
@@ -3385,14 +3480,14 @@
3385 3480 justify-content: center;
3386 3481 margin-top: -19px;
3387 3482 row-gap: 3px;
3388 3483 }
3389 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span {
3390 - width: 100%;
3484 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer > span {
3485 + width: auto;
3391 3486 margin: 0;
3392 3487 text-align: center;
3393 3488 }
3394 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span a {
3489 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer > span a {
3395 3490 float: none;
3396 3491 text-align: center;
3397 3492 }
3398 3493 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
@@ -3397,8 +3492,11 @@
3397 3492 }
3398 3493 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
3399 3494 margin-top: 23px;
3400 3495 }
3496 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-payment {
3497 + width: 100%;
3498 + }
3401 3499 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third {
3402 3500 padding-left: 21px;
3403 3501 padding-right: 21px;
3404 3502 }
@@ -3414,10 +3512,12 @@
3414 3512 -ms-flex-direction: column-reverse;
3415 3513 flex-direction: column-reverse;
3416 3514 margin-top: 23px;
3417 3515 }
3516 + .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order #place_order {
3517 + width: 100% !important;
3518 + }
3418 3519 .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 {
3419 - width: 100% !important;
3420 3520 text-align: center;
3421 3521 }
3422 3522 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second {
3423 3523 margin-top: 23px;
@@ -3893,10 +3993,62 @@
3893 3993 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img {
3894 3994 display: none !important;
3895 3995 }
3896 3996 #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration {
3897 - max-width: 170px !important;
3997 + -webkit-box-flex: 1;
3998 + -ms-flex: 1 1 100%;
3999 + flex: 1 1 100%;
4000 + width: 100% !important;
4001 + max-width: 100% !important;
4002 + min-height: 0;
3898 4003 }
4004 +#sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration #wc-stripe-express-checkout-element {
4005 + display: -webkit-box;
4006 + display: -ms-flexbox;
4007 + display: flex;
4008 + -ms-flex-wrap: wrap;
4009 + flex-wrap: wrap;
4010 + gap: 10px;
4011 + -webkit-box-pack: center;
4012 + -ms-flex-pack: center;
4013 + justify-content: center;
4014 + width: 100%;
4015 + margin-top: 0 !important;
4016 + margin-bottom: 12px;
4017 + clear: none !important;
4018 +}
4019 +#sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration #wc-stripe-express-checkout-element > div {
4020 + -webkit-box-flex: 1;
4021 + -ms-flex: 1 1 260px;
4022 + flex: 1 1 260px;
4023 + min-width: 260px;
4024 + max-width: 100%;
4025 +}
4026 +#sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration #wc-stripe-express-checkout-element iframe {
4027 + max-width: unset;
4028 +}
4029 +#sellkit-checkout-widget-id .payment_method_nmi label[for=payment_method_nmi] {
4030 + display: -webkit-box;
4031 + display: -ms-flexbox;
4032 + display: flex;
4033 + -webkit-box-align: center;
4034 + -ms-flex-align: center;
4035 + align-items: center;
4036 + -webkit-box-pack: end;
4037 + -ms-flex-pack: end;
4038 + justify-content: flex-end;
4039 +}
4040 +#sellkit-checkout-widget-id .payment_method_nmi label[for=payment_method_nmi] div.sellkit-checkout-payment-gateway-title {
4041 + position: absolute;
4042 + right: 0;
4043 +}
4044 +#sellkit-checkout-widget-id .payment_method_nmi label[for=payment_method_nmi] img {
4045 + position: relative !important;
4046 + margin-right: 10px;
4047 +}
4048 +#sellkit-checkout-widget-id #wc-stripe-card-element {
4049 + height: auto !important;
4050 +}
3899 4051
3900 4052 /** Safari +10 **/
3901 4053 @media not all and (min-resolution: 0.001dpcm) {
3902 4054 @supports (-webkit-appearance: none) and (stroke-color: transparent) {
@@ -3929,8 +4081,59 @@
3929 4081 overflow: auto;
3930 4082 z-index: 1000;
3931 4083 }
3932 4084
4085 +/** Order notes **/
4086 +.sellkit-checkout-order-fields #order_comments:focus {
4087 + -webkit-box-shadow: none !important;
4088 + box-shadow: none !important;
4089 +}
4090 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes {
4091 + margin-right: 6px;
4092 +}
4093 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes .sellkit-order-note-field-wrapper {
4094 + display: -webkit-box;
4095 + display: -ms-flexbox;
4096 + display: flex;
4097 + -webkit-box-orient: horizontal;
4098 + -webkit-box-direction: normal;
4099 + -ms-flex-direction: row;
4100 + flex-direction: row;
4101 + -ms-flex-wrap: nowrap;
4102 + flex-wrap: nowrap;
4103 + -ms-flex-line-pack: center;
4104 + align-content: center;
4105 + -webkit-box-align: center;
4106 + -ms-flex-align: center;
4107 + align-items: center;
4108 + gap: 5px;
4109 +}
4110 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes label {
4111 + position: relative;
4112 + top: 1px;
4113 + margin: 0 !important;
4114 + color: #737373;
4115 + font-size: 13px;
4116 + font-style: normal;
4117 + font-weight: normal;
4118 + letter-spacing: normal;
4119 + line-height: 1.15;
4120 + text-align: right;
4121 + cursor: pointer;
4122 + font-stretch: normal;
4123 +}
4124 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes #sellkit-add-notes-to-order-box:focus {
4125 + -webkit-box-shadow: none !important;
4126 + box-shadow: none !important;
4127 +}
4128 +.sellkit-checkout-order-fields .sellkit-checkout-order-notes p#order_comments_field {
4129 + display: none;
4130 + padding-right: 0px !important;
4131 +}
4132 +.sellkit-checkout-order-fields #order_comments_field label {
4133 + display: none;
4134 +}
4135 +
3933 4136 form.sellkit-optin {
3934 4137 -webkit-margin-after: 0;
3935 4138 margin-block-end: 0;
3936 4139 }
@@ -4140,9 +4343,9 @@
4140 4343 border-radius: 3px;
4141 4344 background-color: #2ecc71;
4142 4345 color: #fff;
4143 4346 font-size: 0.9rem;
4144 - font-weight: bold;
4347 + font-weight: 700;
4145 4348 }
4146 4349 form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:hover {
4147 4350 border: none;
4148 4351 border-width: 1px;
@@ -4209,9 +4412,9 @@
4209 4412 text-align: start;
4210 4413 }
4211 4414 .sellkit-optin-admin-alert .title {
4212 4415 display: block;
4213 - font-weight: bold;
4416 + font-weight: 700;
4214 4417 }
4215 4418 .sellkit-optin-admin-alert .description {
4216 4419 font-size: 13px;
4217 4420 }