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.css +332 -79 1.6.52.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 10px 0 0;
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-right: 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 0px 21px 3px;
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: left;
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-right: 17px;
1546 1599 text-align: right;
1547 1600 }
1548 1601 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-heading {
1549 - height: 23px;
1550 - margin: 26px 2px 9px 3px;
1602 + margin: 26px 2px 9px 3px !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: left;
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 0px 19px 3px;
1613 + margin: 9px 0px 7px 3px;
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: left;
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 0px 19px 0 !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 0px 9px 3px;
1776 + margin: 0px 0px 9px 3px;
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 0 18px 3px;
1741 1789 color: #737373;
1742 1790 font-size: 14px;
1743 1791 font-style: normal;
@@ -1839,8 +1887,45 @@
1839 1887 }
1840 1888 .sellkit-checkout-widget-main-wrapper table tbody > tr.sellkit-checkout-bundled-products-item > td, .sellkit-checkout-widget-main-wrapper table tbody > tr.sellkit-checkout-bundled-products-item > th {
1841 1889 background-color: #fafafa;
1842 1890 }
1891 +.sellkit-checkout-widget-main-wrapper table.woocommerce-checkout-review-order-table .name-price span {
1892 + margin-bottom: 2px;
1893 +}
1894 +.sellkit-checkout-widget-main-wrapper table.woocommerce-checkout-review-order-table .name-price .sellkit-checkout-variations {
1895 + display: block;
1896 +}
1897 +.sellkit-checkout-widget-main-wrapper table.woocommerce-checkout-review-order-table .name-price .sellkit-checkout-variations .sellkit-checkout-variation-item {
1898 + display: -webkit-inline-box;
1899 + display: -ms-inline-flexbox;
1900 + display: inline-flex;
1901 + margin: 0;
1902 + padding: 0;
1903 + color: #737373;
1904 + font-size: 14px;
1905 + font-style: normal;
1906 + font-weight: normal;
1907 + letter-spacing: normal;
1908 + line-height: 1.29;
1909 + text-align: left;
1910 + text-transform: capitalize;
1911 + font-stretch: normal;
1912 +}
1913 +.sellkit-checkout-widget-main-wrapper table.woocommerce-checkout-review-order-table .name-price .sellkit-checkout-variations i {
1914 + margin: 0;
1915 + padding: 0;
1916 + -webkit-transform: rotate(75deg);
1917 + transform: rotate(75deg);
1918 + color: #737373;
1919 + font-family: "Font Awesome 5 Free" !important;
1920 + font-size: 11px;
1921 + font-style: normal;
1922 + letter-spacing: normal;
1923 + line-height: 1.29;
1924 + text-align: left;
1925 + text-decoration: none !important;
1926 + font-stretch: normal;
1927 +}
1843 1928 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products {
1844 1929 margin-top: 17px;
1845 1930 padding-bottom: 32px;
1846 1931 }
@@ -2025,8 +2110,28 @@
2025 2110 }
2026 2111 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-privacy-policy-text p {
2027 2112 margin: 0;
2028 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-left: 5px;
2133 +}
2029 2134
2030 2135 .elementor-widget-sellkit-checkout #sellkit-checkout-billing-field-wrapper.woocommerce-billing-fields__field-wrapper.sellkit-hide-different-billing-fields-default {
2031 2136 display: none;
2032 2137 }
@@ -2188,45 +2293,8 @@
2188 2293 right: 0;
2189 2294 color: red;
2190 2295 cursor: pointer;
2191 2296 }
2192 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price {
2193 - padding-top: 5px;
2194 -}
2195 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price span {
2196 - margin-bottom: 2px;
2197 -}
2198 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price .sellkit-checkout-variations {
2199 - display: block;
2200 -}
2201 -#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 {
2202 - display: -webkit-inline-box;
2203 - display: -ms-inline-flexbox;
2204 - display: inline-flex;
2205 - margin: 0;
2206 - padding: 0;
2207 - color: #737373;
2208 - font-size: 14px;
2209 - font-style: normal;
2210 - font-weight: normal;
2211 - letter-spacing: normal;
2212 - line-height: 1.29;
2213 - text-align: left;
2214 - font-stretch: normal;
2215 -}
2216 -#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 {
2217 - margin: 0;
2218 - padding: 0;
2219 - -webkit-transform: rotate(75deg);
2220 - transform: rotate(75deg);
2221 - color: #737373;
2222 - font-size: 11px;
2223 - font-style: normal;
2224 - letter-spacing: normal;
2225 - line-height: 1.29;
2226 - text-align: left;
2227 - font-stretch: normal;
2228 -}
2229 2297 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-price {
2230 2298 margin: 0;
2231 2299 padding: 0 !important;
2232 2300 color: #323232;
@@ -2239,8 +2307,52 @@
2239 2307 text-align: right;
2240 2308 vertical-align: middle !important;
2241 2309 font-stretch: normal;
2242 2310 }
2311 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row td {
2312 + padding: 0;
2313 + padding-bottom: 20px;
2314 +}
2315 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row .name-price {
2316 + display: -webkit-box;
2317 + display: -ms-flexbox;
2318 + display: flex;
2319 + -webkit-box-orient: vertical;
2320 + -webkit-box-direction: normal;
2321 + -ms-flex-direction: column;
2322 + flex-direction: column;
2323 +}
2324 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row .name-price .fa-times {
2325 + padding-right: 3px;
2326 + font-size: 11px;
2327 +}
2328 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row .name-price .product-quantity {
2329 + font-weight: 600;
2330 +}
2331 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row .sellkit-one-page-checkout-product-price {
2332 + padding: 0 !important;
2333 + padding-bottom: 20px !important;
2334 +}
2335 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row.variation .name-price {
2336 + -webkit-box-orient: horizontal;
2337 + -webkit-box-direction: normal;
2338 + -ms-flex-direction: row;
2339 + flex-direction: row;
2340 + -ms-flex-wrap: wrap;
2341 + flex-wrap: wrap;
2342 +}
2343 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row.variation .name-price .product-quantity {
2344 + width: 100%;
2345 +}
2346 +#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .product-title-one-row.simple .name-price {
2347 + -webkit-box-orient: horizontal !important;
2348 + -webkit-box-direction: normal !important;
2349 + -ms-flex-direction: row !important;
2350 + flex-direction: row !important;
2351 + -webkit-column-gap: 2px;
2352 + -moz-column-gap: 2px;
2353 + column-gap: 2px;
2354 +}
2243 2355 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item .sellkit-one-page-checkout-product-price {
2244 2356 padding-right: 0;
2245 2357 }
2246 2358 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .coupon-form td {
@@ -2371,12 +2483,16 @@
2371 2483 }
2372 2484
2373 2485 /* Shipping & Billing Fields */
2374 2486 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper {
2375 - padding: 16px 0px 4px 16px;
2487 + padding: 16px 16px 4px 16px;
2376 2488 border: solid 1px #e1e1e1;
2489 + border-top: none;
2377 2490 background-color: #fafafa;
2378 2491 }
2492 +#sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper.border-top {
2493 + border-top: 1px solid #e0e0e0;
2494 +}
2379 2495 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2380 2496 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper {
2381 2497 display: inline-table;
2382 2498 }
@@ -2384,8 +2500,11 @@
2384 2500 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
2385 2501 position: relative;
2386 2502 float: left;
2387 2503 }
2504 +#sellkit-checkout-widget-id .hide-billing-fields-default {
2505 + display: none;
2506 +}
2388 2507 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2389 2508 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper,
2390 2509 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section {
2391 2510 width: 100%;
@@ -2414,10 +2533,12 @@
2414 2533 top: 16px;
2415 2534 right: 17px;
2416 2535 height: 0px;
2417 2536 float: right;
2418 - color: #111111;
2419 2537 font-weight: 900;
2538 + fill: #737373;
2539 + -webkit-filter: brightness(70%) !important;
2540 + filter: brightness(70%) !important;
2420 2541 pointer-events: none;
2421 2542 }
2422 2543 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p,
2423 2544 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p,
@@ -2810,9 +2931,8 @@
2810 2931 margin-bottom: 43px;
2811 2932 line-height: 1.57;
2812 2933 }
2813 2934 #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc {
2814 - margin-bottom: 23px;
2815 2935 line-height: 1.57;
2816 2936 }
2817 2937 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
2818 2938 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
@@ -3087,9 +3207,10 @@
3087 3207 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column {
3088 3208 -webkit-box-ordinal-group: 2;
3089 3209 -ms-flex-order: 1;
3090 3210 order: 1;
3091 - width: 100%;
3211 + width: 95%;
3212 + margin: 0 auto;
3092 3213 }
3093 3214 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div {
3094 3215 width: 100%;
3095 3216 }
@@ -3180,18 +3301,17 @@
3180 3301 -webkit-box-orient: horizontal;
3181 3302 -webkit-box-direction: normal;
3182 3303 -ms-flex-direction: row;
3183 3304 flex-direction: row;
3184 - -ms-flex-wrap: nowrap;
3185 - flex-wrap: nowrap;
3305 + -ms-flex-wrap: wrap;
3306 + flex-wrap: wrap;
3186 3307 -ms-flex-line-pack: center;
3187 3308 align-content: center;
3188 3309 -webkit-box-align: center;
3189 3310 -ms-flex-align: center;
3190 3311 align-items: center;
3191 - -webkit-box-pack: start;
3192 - -ms-flex-pack: start;
3193 - justify-content: flex-start;
3312 + -ms-flex-pack: distribute;
3313 + justify-content: space-around;
3194 3314 height: 63px;
3195 3315 border: solid 1px #e1e1e1;
3196 3316 border-top: none;
3197 3317 border-right: none;
@@ -3197,14 +3317,28 @@
3197 3317 border-right: none;
3198 3318 border-left: none;
3199 3319 background-color: #fafafa;
3200 3320 }
3201 - .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;
3202 3337 height: 16px;
3203 - margin: 2px 0px 4px 0;
3204 - color: #007bff;
3338 + fill: #007bff;
3205 3339 }
3206 - .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 {
3207 3341 height: 16px;
3208 3342 margin: 0 5px 0 10px;
3209 3343 color: #007bff;
3210 3344 font-size: 14px;
@@ -3215,11 +3349,22 @@
3215 3349 text-align: left;
3216 3350 cursor: pointer;
3217 3351 font-stretch: normal;
3218 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 + }
3219 3366 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price {
3220 - position: absolute;
3221 - right: 22px;
3222 3367 color: #323232;
3223 3368 font-size: 18px;
3224 3369 font-style: normal;
3225 3370 font-weight: bold;
@@ -3335,14 +3480,14 @@
3335 3480 justify-content: center;
3336 3481 margin-top: -19px;
3337 3482 row-gap: 3px;
3338 3483 }
3339 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span {
3340 - 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;
3341 3486 margin: 0;
3342 3487 text-align: center;
3343 3488 }
3344 - .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 {
3345 3490 float: none;
3346 3491 text-align: center;
3347 3492 }
3348 3493 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
@@ -3347,8 +3492,11 @@
3347 3492 }
3348 3493 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
3349 3494 margin-top: 23px;
3350 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 + }
3351 3499 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third {
3352 3500 padding-right: 21px;
3353 3501 padding-left: 21px;
3354 3502 }
@@ -3364,10 +3512,12 @@
3364 3512 -ms-flex-direction: column-reverse;
3365 3513 flex-direction: column-reverse;
3366 3514 margin-top: 23px;
3367 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 + }
3368 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 {
3369 - width: 100% !important;
3370 3520 text-align: center;
3371 3521 }
3372 3522 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second {
3373 3523 margin-top: 23px;
@@ -3843,10 +3993,62 @@
3843 3993 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img {
3844 3994 display: none !important;
3845 3995 }
3846 3996 #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration {
3847 - 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;
3848 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 + left: 0;
4043 +}
4044 +#sellkit-checkout-widget-id .payment_method_nmi label[for=payment_method_nmi] img {
4045 + position: relative !important;
4046 + margin-left: 10px;
4047 +}
4048 +#sellkit-checkout-widget-id #wc-stripe-card-element {
4049 + height: auto !important;
4050 +}
3849 4051
3850 4052 /** Safari +10 **/
3851 4053 @media not all and (min-resolution: 0.001dpcm) {
3852 4054 @supports (-webkit-appearance: none) and (stroke-color: transparent) {
@@ -3879,8 +4081,59 @@
3879 4081 overflow: auto;
3880 4082 z-index: 1000;
3881 4083 }
3882 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-left: 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: left;
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-left: 0px !important;
4131 +}
4132 +.sellkit-checkout-order-fields #order_comments_field label {
4133 + display: none;
4134 +}
4135 +
3883 4136 form.sellkit-optin {
3884 4137 -webkit-margin-after: 0;
3885 4138 margin-block-end: 0;
3886 4139 }
@@ -4090,9 +4343,9 @@
4090 4343 border-radius: 3px;
4091 4344 background-color: #2ecc71;
4092 4345 color: #fff;
4093 4346 font-size: 0.9rem;
4094 - font-weight: bold;
4347 + font-weight: 700;
4095 4348 }
4096 4349 form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:hover {
4097 4350 border: none;
4098 4351 border-width: 1px;
@@ -4159,9 +4412,9 @@
4159 4412 text-align: start;
4160 4413 }
4161 4414 .sellkit-optin-admin-alert .title {
4162 4415 display: block;
4163 - font-weight: bold;
4416 + font-weight: 700;
4164 4417 }
4165 4418 .sellkit-optin-admin-alert .description {
4166 4419 font-size: 13px;
4167 4420 }