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 +358 -79 1.5.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);
@@ -555,8 +569,12 @@
555 569 -webkit-transition: all 0.15s ease-in-out;
556 570 transition: all 0.15s ease-in-out;
557 571 }
558 572
573 +.elementor-widget-sellkit-checkout {
574 + width: 100% !important;
575 +}
576 +
559 577 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form {
560 578 display: -webkit-box;
561 579 display: -ms-flexbox;
562 580 display: flex;
@@ -569,8 +587,11 @@
569 587 -webkit-box-ordinal-group: 2;
570 588 -ms-flex-order: 1;
571 589 order: 1;
572 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 +}
573 594 .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods {
574 595 -webkit-box-ordinal-group: 3;
575 596 -ms-flex-order: 2;
576 597 order: 2;
@@ -816,8 +837,11 @@
816 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 {
817 838 width: auto !important;
818 839 float: none !important;
819 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 +}
820 844 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer {
821 845 display: -webkit-box;
822 846 display: -ms-flexbox;
823 847 display: flex;
@@ -892,10 +916,25 @@
892 916 -ms-flex-pack: justify;
893 917 justify-content: space-between;
894 918 }
895 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;
896 932 height: 17px;
897 933 margin: 20px 0px;
934 + -webkit-column-gap: 3px;
935 + -moz-column-gap: 3px;
936 + column-gap: 3px;
898 937 color: #007bff;
899 938 font-size: 14px;
900 939 font-style: normal;
901 940 font-weight: 500;
@@ -941,9 +980,24 @@
941 980 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third {
942 981 display: none;
943 982 }
944 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;
945 996 height: 17px;
997 + -webkit-column-gap: 3px;
998 + -moz-column-gap: 3px;
999 + column-gap: 3px;
946 1000 color: #007bff;
947 1001 font-size: 14px;
948 1002 font-style: normal;
949 1003 font-weight: 500;
@@ -1121,8 +1175,9 @@
1121 1175 }
1122 1176 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box {
1123 1177 height: auto;
1124 1178 min-height: 112px;
1179 + padding: 0 16px 12px;
1125 1180 border: 1px solid #eaeaea;
1126 1181 border-radius: 4px;
1127 1182 background-color: #ffffff;
1128 1183 }
@@ -1159,9 +1214,9 @@
1159 1214 -webkit-box-pack: center;
1160 1215 -ms-flex-pack: center;
1161 1216 justify-content: center;
1162 1217 margin: 15px 0 0 0;
1163 - padding: 0 0 10px 0;
1218 + padding: 0 0 10px;
1164 1219 -webkit-column-gap: 20px;
1165 1220 -moz-column-gap: 20px;
1166 1221 column-gap: 20px;
1167 1222 row-gap: 10px;
@@ -1177,9 +1232,10 @@
1177 1232 align-items: center;
1178 1233 -webkit-box-pack: center;
1179 1234 -ms-flex-pack: center;
1180 1235 justify-content: center;
1181 - height: 40px;
1236 + min-height: 40px;
1237 + height: auto;
1182 1238 border-radius: 4px;
1183 1239 font-size: 14px;
1184 1240 font-weight: bold;
1185 1241 text-align: center;
@@ -1184,8 +1240,13 @@
1184 1240 font-weight: bold;
1185 1241 text-align: center;
1186 1242 cursor: pointer;
1187 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 +}
1188 1249 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box {
1189 1250 border-top: 1px solid #eaeaea;
1190 1251 }
1191 1252 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box legend {
@@ -1252,10 +1313,11 @@
1252 1313 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .current,
1253 1314 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .current {
1254 1315 color: #323232;
1255 1316 }
1256 -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i,
1257 -.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 {
1258 1320 width: 6px;
1259 1321 height: 10px;
1260 1322 font-size: 12px;
1261 1323 -o-object-fit: contain;
@@ -1260,11 +1322,12 @@
1260 1322 font-size: 12px;
1261 1323 -o-object-fit: contain;
1262 1324 object-fit: contain;
1263 1325 }
1264 -.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,
1265 1327 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span,
1266 -.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 {
1267 1330 margin-left: 15px;
1268 1331 }
1269 1332 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section {
1270 1333 max-width: 100%;
@@ -1283,9 +1346,8 @@
1283 1346 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-widget-password-field {
1284 1347 display: none !important;
1285 1348 }
1286 1349 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .header {
1287 - height: 23px;
1288 1350 margin: 0 0 4px 0;
1289 1351 color: #323232;
1290 1352 font-size: 20px;
1291 1353 font-style: normal;
@@ -1435,9 +1497,8 @@
1435 1497 margin: 0 !important;
1436 1498 padding: 0 !important;
1437 1499 }
1438 1500 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address .header {
1439 - height: 23px;
1440 1501 margin: 24px 3px 21px 0px;
1441 1502 color: #323232;
1442 1503 font-size: 20px;
1443 1504 font-style: normal;
@@ -1446,11 +1507,8 @@
1446 1507 line-height: 1.2;
1447 1508 text-align: right;
1448 1509 font-stretch: normal;
1449 1510 }
1450 -.sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address #ship-to-different-address {
1451 - display: none !important;
1452 -}
1453 1511 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-checkout-widget-primary-button:hover,
1454 1512 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form #place_order:hover {
1455 1513 background-color: #111111;
1456 1514 }
@@ -1474,9 +1532,8 @@
1474 1532 padding: 6px 0 2px 0;
1475 1533 }
1476 1534 .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods .shipping-method-header {
1477 1535 width: 100%;
1478 - height: 19px;
1479 1536 margin: 2px 0px 23px 0px;
1480 1537 color: #323232;
1481 1538 font-size: 20px;
1482 1539 font-style: normal;
@@ -1541,10 +1598,9 @@
1541 1598 padding-left: 17px;
1542 1599 text-align: left;
1543 1600 }
1544 1601 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-heading {
1545 - height: 23px;
1546 - margin: 26px 3px 9px 2px;
1602 + margin: 26px 3px 9px 2px !important;
1547 1603 color: #323232;
1548 1604 font-size: 20px;
1549 1605 font-style: normal;
1550 1606 font-weight: normal;
@@ -1553,10 +1609,9 @@
1553 1609 text-align: right;
1554 1610 font-stretch: normal;
1555 1611 }
1556 1612 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-desc {
1557 - height: 16px;
1558 - margin: 9px 3px 19px 0px;
1613 + margin: 9px 3px 7px 0px;
1559 1614 color: #737373;
1560 1615 font-size: 14px;
1561 1616 font-style: normal;
1562 1617 font-weight: normal;
@@ -1565,9 +1620,8 @@
1565 1620 text-align: right;
1566 1621 font-stretch: normal;
1567 1622 }
1568 1623 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-order-review-heading {
1569 - height: 23px;
1570 1624 margin: 0px 0 19px 0px !important;
1571 1625 color: #323232;
1572 1626 font-size: 20px;
1573 1627 font-style: normal;
@@ -1718,10 +1772,9 @@
1718 1772 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .payment_method_paypal .about_paypal {
1719 1773 display: none;
1720 1774 }
1721 1775 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .sellkit-one-page-checkout-billing-header {
1722 - height: 23px;
1723 - margin: 42px 3px 9px 0px;
1776 + margin: 0px 3px 9px 0px;
1724 1777 color: #323232;
1725 1778 font-size: 20px;
1726 1779 font-style: normal;
1727 1780 font-weight: normal;
@@ -1731,9 +1784,8 @@
1731 1784 font-stretch: normal;
1732 1785 }
1733 1786 .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-desc {
1734 1787 width: 100%;
1735 - height: 16px;
1736 1788 margin: 9px 3px 18px 0;
1737 1789 color: #737373;
1738 1790 font-size: 14px;
1739 1791 font-style: normal;
@@ -1835,8 +1887,45 @@
1835 1887 }
1836 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 {
1837 1889 background-color: #fafafa;
1838 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: right;
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: right;
1925 + text-decoration: none !important;
1926 + font-stretch: normal;
1927 +}
1839 1928 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products {
1840 1929 margin-top: 17px;
1841 1930 padding-bottom: 32px;
1842 1931 }
@@ -2021,9 +2110,36 @@
2021 2110 }
2022 2111 .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-privacy-policy-text p {
2023 2112 margin: 0;
2024 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 +}
2025 2134
2135 +.elementor-widget-sellkit-checkout #sellkit-checkout-billing-field-wrapper.woocommerce-billing-fields__field-wrapper.sellkit-hide-different-billing-fields-default {
2136 + display: none;
2137 +}
2138 +.elementor-widget-sellkit-checkout .sellkit-checkout-local-fields.sellkit-hide-form-billing {
2139 + display: none !important;
2140 +}
2141 +
2026 2142 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table {
2027 2143 margin-top: 0 !important;
2028 2144 margin-right: 0px;
2029 2145 padding-right: 0px;
@@ -2177,45 +2293,8 @@
2177 2293 left: 0;
2178 2294 color: red;
2179 2295 cursor: pointer;
2180 2296 }
2181 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price {
2182 - padding-top: 5px;
2183 -}
2184 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price span {
2185 - margin-bottom: 2px;
2186 -}
2187 -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price .sellkit-checkout-variations {
2188 - display: block;
2189 -}
2190 -#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 {
2191 - display: -webkit-inline-box;
2192 - display: -ms-inline-flexbox;
2193 - display: inline-flex;
2194 - margin: 0;
2195 - padding: 0;
2196 - color: #737373;
2197 - font-size: 14px;
2198 - font-style: normal;
2199 - font-weight: normal;
2200 - letter-spacing: normal;
2201 - line-height: 1.29;
2202 - text-align: right;
2203 - font-stretch: normal;
2204 -}
2205 -#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 {
2206 - margin: 0;
2207 - padding: 0;
2208 - -webkit-transform: rotate(-75deg);
2209 - transform: rotate(-75deg);
2210 - color: #737373;
2211 - font-size: 11px;
2212 - font-style: normal;
2213 - letter-spacing: normal;
2214 - line-height: 1.29;
2215 - text-align: right;
2216 - font-stretch: normal;
2217 -}
2218 2297 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-price {
2219 2298 margin: 0;
2220 2299 padding: 0 !important;
2221 2300 color: #323232;
@@ -2228,8 +2307,52 @@
2228 2307 text-align: left;
2229 2308 vertical-align: middle !important;
2230 2309 font-stretch: normal;
2231 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-left: 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 +}
2232 2355 #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item .sellkit-one-page-checkout-product-price {
2233 2356 padding-left: 0;
2234 2357 }
2235 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 {
@@ -2360,12 +2483,16 @@
2360 2483 }
2361 2484
2362 2485 /* Shipping & Billing Fields */
2363 2486 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper {
2364 - padding: 16px 16px 4px 0px;
2487 + padding: 16px 16px 4px 16px;
2365 2488 border: solid 1px #e1e1e1;
2489 + border-top: none;
2366 2490 background-color: #fafafa;
2367 2491 }
2492 +#sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper.border-top {
2493 + border-top: 1px solid #e0e0e0;
2494 +}
2368 2495 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2369 2496 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper {
2370 2497 display: inline-table;
2371 2498 }
@@ -2373,8 +2500,11 @@
2373 2500 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
2374 2501 position: relative;
2375 2502 float: right;
2376 2503 }
2504 +#sellkit-checkout-widget-id .hide-billing-fields-default {
2505 + display: none;
2506 +}
2377 2507 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper,
2378 2508 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper,
2379 2509 #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section {
2380 2510 width: 100%;
@@ -2403,10 +2533,12 @@
2403 2533 top: 16px;
2404 2534 left: 17px;
2405 2535 height: 0px;
2406 2536 float: left;
2407 - color: #111111;
2408 2537 font-weight: 900;
2538 + fill: #737373;
2539 + -webkit-filter: brightness(70%) !important;
2540 + filter: brightness(70%) !important;
2409 2541 pointer-events: none;
2410 2542 }
2411 2543 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p,
2412 2544 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p,
@@ -2799,9 +2931,8 @@
2799 2931 margin-bottom: 43px;
2800 2932 line-height: 1.57;
2801 2933 }
2802 2934 #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc {
2803 - margin-bottom: 23px;
2804 2935 line-height: 1.57;
2805 2936 }
2806 2937 #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div,
2807 2938 #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div {
@@ -3076,9 +3207,10 @@
3076 3207 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column {
3077 3208 -webkit-box-ordinal-group: 2;
3078 3209 -ms-flex-order: 1;
3079 3210 order: 1;
3080 - width: 100%;
3211 + width: 95%;
3212 + margin: 0 auto;
3081 3213 }
3082 3214 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div {
3083 3215 width: 100%;
3084 3216 }
@@ -3169,18 +3301,17 @@
3169 3301 -webkit-box-orient: horizontal;
3170 3302 -webkit-box-direction: normal;
3171 3303 -ms-flex-direction: row;
3172 3304 flex-direction: row;
3173 - -ms-flex-wrap: nowrap;
3174 - flex-wrap: nowrap;
3305 + -ms-flex-wrap: wrap;
3306 + flex-wrap: wrap;
3175 3307 -ms-flex-line-pack: center;
3176 3308 align-content: center;
3177 3309 -webkit-box-align: center;
3178 3310 -ms-flex-align: center;
3179 3311 align-items: center;
3180 - -webkit-box-pack: start;
3181 - -ms-flex-pack: start;
3182 - justify-content: flex-start;
3312 + -ms-flex-pack: distribute;
3313 + justify-content: space-around;
3183 3314 height: 63px;
3184 3315 border: solid 1px #e1e1e1;
3185 3316 border-top: none;
3186 3317 border-left: none;
@@ -3186,14 +3317,28 @@
3186 3317 border-left: none;
3187 3318 border-right: none;
3188 3319 background-color: #fafafa;
3189 3320 }
3190 - .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;
3191 3337 height: 16px;
3192 - margin: 2px 0 4px 0px;
3193 - color: #007bff;
3338 + fill: #007bff;
3194 3339 }
3195 - .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 {
3196 3341 height: 16px;
3197 3342 margin: 0 10px 0 5px;
3198 3343 color: #007bff;
3199 3344 font-size: 14px;
@@ -3204,11 +3349,22 @@
3204 3349 text-align: right;
3205 3350 cursor: pointer;
3206 3351 font-stretch: normal;
3207 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 + }
3208 3366 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price {
3209 - position: absolute;
3210 - left: 22px;
3211 3367 color: #323232;
3212 3368 font-size: 18px;
3213 3369 font-style: normal;
3214 3370 font-weight: bold;
@@ -3324,14 +3480,14 @@
3324 3480 justify-content: center;
3325 3481 margin-top: -19px;
3326 3482 row-gap: 3px;
3327 3483 }
3328 - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span {
3329 - 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;
3330 3486 margin: 0;
3331 3487 text-align: center;
3332 3488 }
3333 - .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 {
3334 3490 float: none;
3335 3491 text-align: center;
3336 3492 }
3337 3493 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
@@ -3336,8 +3492,11 @@
3336 3492 }
3337 3493 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first {
3338 3494 margin-top: 23px;
3339 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 + }
3340 3499 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third {
3341 3500 padding-left: 21px;
3342 3501 padding-right: 21px;
3343 3502 }
@@ -3353,10 +3512,12 @@
3353 3512 -ms-flex-direction: column-reverse;
3354 3513 flex-direction: column-reverse;
3355 3514 margin-top: 23px;
3356 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 + }
3357 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 {
3358 - width: 100% !important;
3359 3520 text-align: center;
3360 3521 }
3361 3522 .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second {
3362 3523 margin-top: 23px;
@@ -3832,10 +3993,62 @@
3832 3993 #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img {
3833 3994 display: none !important;
3834 3995 }
3835 3996 #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration {
3836 - 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;
3837 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 +}
3838 4051
3839 4052 /** Safari +10 **/
3840 4053 @media not all and (min-resolution: 0.001dpcm) {
3841 4054 @supports (-webkit-appearance: none) and (stroke-color: transparent) {
@@ -3853,8 +4066,74 @@
3853 4066 min-width: 170px;
3854 4067 }
3855 4068 }
3856 4069 }
4070 +/** Upsell popup within checkout step **/
4071 +div[data-widget_type="sellkit-checkout.default"] {
4072 + z-index: 10;
4073 +}
4074 +
4075 +.sellkit_funnel_upsell_popup {
4076 + display: none;
4077 + position: fixed;
4078 + top: 0;
4079 + width: 100%;
4080 + height: 100%;
4081 + overflow: auto;
4082 + z-index: 1000;
4083 +}
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 +
3857 4136 form.sellkit-optin {
3858 4137 -webkit-margin-after: 0;
3859 4138 margin-block-end: 0;
3860 4139 }
@@ -4064,9 +4343,9 @@
4064 4343 border-radius: 3px;
4065 4344 background-color: #2ecc71;
4066 4345 color: #fff;
4067 4346 font-size: 0.9rem;
4068 - font-weight: bold;
4347 + font-weight: 700;
4069 4348 }
4070 4349 form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:hover {
4071 4350 border: none;
4072 4351 border-width: 1px;
@@ -4133,9 +4412,9 @@
4133 4412 text-align: start;
4134 4413 }
4135 4414 .sellkit-optin-admin-alert .title {
4136 4415 display: block;
4137 - font-weight: bold;
4416 + font-weight: 700;
4138 4417 }
4139 4418 .sellkit-optin-admin-alert .description {
4140 4419 font-size: 13px;
4141 4420 }