| @@ -587,8 +587,11 @@ | ||
| 587 | 587 | -webkit-box-ordinal-group: 2; |
| 588 | 588 | -ms-flex-order: 1; |
| 589 | 589 | order: 1; |
| 590 | 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 | +} | |
| 591 | 594 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods { |
| 592 | 595 | -webkit-box-ordinal-group: 3; |
| 593 | 596 | -ms-flex-order: 2; |
| 594 | 597 | order: 2; |
| @@ -834,8 +837,11 @@ | ||
| 834 | 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 { |
| 835 | 838 | width: auto !important; |
| 836 | 839 | float: none !important; |
| 837 | 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 | +} | |
| 838 | 844 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer { |
| 839 | 845 | display: -webkit-box; |
| 840 | 846 | display: -ms-flexbox; |
| 841 | 847 | display: flex; |
| @@ -910,10 +916,25 @@ | ||
| 910 | 916 | -ms-flex-pack: justify; |
| 911 | 917 | justify-content: space-between; |
| 912 | 918 | } |
| 913 | 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; | |
| 914 | 932 | height: 17px; |
| 915 | 933 | margin: 20px 0px; |
| 934 | + -webkit-column-gap: 3px; | |
| 935 | + -moz-column-gap: 3px; | |
| 936 | + column-gap: 3px; | |
| 916 | 937 | color: #007bff; |
| 917 | 938 | font-size: 14px; |
| 918 | 939 | font-style: normal; |
| 919 | 940 | font-weight: 500; |
| @@ -959,9 +980,24 @@ | ||
| 959 | 980 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third { |
| 960 | 981 | display: none; |
| 961 | 982 | } |
| 962 | 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; | |
| 963 | 996 | height: 17px; |
| 997 | + -webkit-column-gap: 3px; | |
| 998 | + -moz-column-gap: 3px; | |
| 999 | + column-gap: 3px; | |
| 964 | 1000 | color: #007bff; |
| 965 | 1001 | font-size: 14px; |
| 966 | 1002 | font-style: normal; |
| 967 | 1003 | font-weight: 500; |
| @@ -1139,8 +1175,9 @@ | ||
| 1139 | 1175 | } |
| 1140 | 1176 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box { |
| 1141 | 1177 | height: auto; |
| 1142 | 1178 | min-height: 112px; |
| 1179 | + padding: 0 16px 12px; | |
| 1143 | 1180 | border: 1px solid #eaeaea; |
| 1144 | 1181 | border-radius: 4px; |
| 1145 | 1182 | background-color: #ffffff; |
| 1146 | 1183 | } |
| @@ -1177,9 +1214,9 @@ | ||
| 1177 | 1214 | -webkit-box-pack: center; |
| 1178 | 1215 | -ms-flex-pack: center; |
| 1179 | 1216 | justify-content: center; |
| 1180 | 1217 | margin: 15px 0 0 0; |
| 1181 | - padding: 0 0 10px 0; | |
| 1218 | + padding: 0 0 10px; | |
| 1182 | 1219 | -webkit-column-gap: 20px; |
| 1183 | 1220 | -moz-column-gap: 20px; |
| 1184 | 1221 | column-gap: 20px; |
| 1185 | 1222 | row-gap: 10px; |
| @@ -1195,9 +1232,10 @@ | ||
| 1195 | 1232 | align-items: center; |
| 1196 | 1233 | -webkit-box-pack: center; |
| 1197 | 1234 | -ms-flex-pack: center; |
| 1198 | 1235 | justify-content: center; |
| 1199 | - height: 40px; | |
| 1236 | + min-height: 40px; | |
| 1237 | + height: auto; | |
| 1200 | 1238 | border-radius: 4px; |
| 1201 | 1239 | font-size: 14px; |
| 1202 | 1240 | font-weight: bold; |
| 1203 | 1241 | text-align: center; |
| @@ -1202,8 +1240,13 @@ | ||
| 1202 | 1240 | font-weight: bold; |
| 1203 | 1241 | text-align: center; |
| 1204 | 1242 | cursor: pointer; |
| 1205 | 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 | +} | |
| 1206 | 1249 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box { |
| 1207 | 1250 | border-top: 1px solid #eaeaea; |
| 1208 | 1251 | } |
| 1209 | 1252 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box legend { |
| @@ -1270,10 +1313,11 @@ | ||
| 1270 | 1313 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .current, |
| 1271 | 1314 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .current { |
| 1272 | 1315 | color: #323232; |
| 1273 | 1316 | } |
| 1274 | -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i, | |
| 1275 | -.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 { | |
| 1276 | 1320 | width: 6px; |
| 1277 | 1321 | height: 10px; |
| 1278 | 1322 | font-size: 12px; |
| 1279 | 1323 | -o-object-fit: contain; |
| @@ -1278,11 +1322,12 @@ | ||
| 1278 | 1322 | font-size: 12px; |
| 1279 | 1323 | -o-object-fit: contain; |
| 1280 | 1324 | object-fit: contain; |
| 1281 | 1325 | } |
| 1282 | -.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, | |
| 1283 | 1327 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span, |
| 1284 | -.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 { | |
| 1285 | 1330 | margin-right: 15px; |
| 1286 | 1331 | } |
| 1287 | 1332 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section { |
| 1288 | 1333 | max-width: 100%; |
| @@ -1301,9 +1346,8 @@ | ||
| 1301 | 1346 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-widget-password-field { |
| 1302 | 1347 | display: none !important; |
| 1303 | 1348 | } |
| 1304 | 1349 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .header { |
| 1305 | - height: 23px; | |
| 1306 | 1350 | margin: 0 0 4px 0; |
| 1307 | 1351 | color: #323232; |
| 1308 | 1352 | font-size: 20px; |
| 1309 | 1353 | font-style: normal; |
| @@ -1453,9 +1497,8 @@ | ||
| 1453 | 1497 | margin: 0 !important; |
| 1454 | 1498 | padding: 0 !important; |
| 1455 | 1499 | } |
| 1456 | 1500 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address .header { |
| 1457 | - height: 23px; | |
| 1458 | 1501 | margin: 24px 0px 21px 3px; |
| 1459 | 1502 | color: #323232; |
| 1460 | 1503 | font-size: 20px; |
| 1461 | 1504 | font-style: normal; |
| @@ -1464,11 +1507,8 @@ | ||
| 1464 | 1507 | line-height: 1.2; |
| 1465 | 1508 | text-align: left; |
| 1466 | 1509 | font-stretch: normal; |
| 1467 | 1510 | } |
| 1468 | -.sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address #ship-to-different-address { | |
| 1469 | - display: none !important; | |
| 1470 | -} | |
| 1471 | 1511 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-checkout-widget-primary-button:hover, |
| 1472 | 1512 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form #place_order:hover { |
| 1473 | 1513 | background-color: #111111; |
| 1474 | 1514 | } |
| @@ -1492,9 +1532,8 @@ | ||
| 1492 | 1532 | padding: 6px 0 2px 0; |
| 1493 | 1533 | } |
| 1494 | 1534 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods .shipping-method-header { |
| 1495 | 1535 | width: 100%; |
| 1496 | - height: 19px; | |
| 1497 | 1536 | margin: 2px 0px 23px 0px; |
| 1498 | 1537 | color: #323232; |
| 1499 | 1538 | font-size: 20px; |
| 1500 | 1539 | font-style: normal; |
| @@ -1559,10 +1598,9 @@ | ||
| 1559 | 1598 | padding-right: 17px; |
| 1560 | 1599 | text-align: right; |
| 1561 | 1600 | } |
| 1562 | 1601 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-heading { |
| 1563 | - height: 23px; | |
| 1564 | - margin: 26px 2px 9px 3px; | |
| 1602 | + margin: 26px 2px 9px 3px !important; | |
| 1565 | 1603 | color: #323232; |
| 1566 | 1604 | font-size: 20px; |
| 1567 | 1605 | font-style: normal; |
| 1568 | 1606 | font-weight: normal; |
| @@ -1571,10 +1609,9 @@ | ||
| 1571 | 1609 | text-align: left; |
| 1572 | 1610 | font-stretch: normal; |
| 1573 | 1611 | } |
| 1574 | 1612 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-desc { |
| 1575 | - height: 16px; | |
| 1576 | - margin: 9px 0px 19px 3px; | |
| 1613 | + margin: 9px 0px 7px 3px; | |
| 1577 | 1614 | color: #737373; |
| 1578 | 1615 | font-size: 14px; |
| 1579 | 1616 | font-style: normal; |
| 1580 | 1617 | font-weight: normal; |
| @@ -1583,9 +1620,8 @@ | ||
| 1583 | 1620 | text-align: left; |
| 1584 | 1621 | font-stretch: normal; |
| 1585 | 1622 | } |
| 1586 | 1623 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-order-review-heading { |
| 1587 | - height: 23px; | |
| 1588 | 1624 | margin: 0px 0px 19px 0 !important; |
| 1589 | 1625 | color: #323232; |
| 1590 | 1626 | font-size: 20px; |
| 1591 | 1627 | font-style: normal; |
| @@ -1736,10 +1772,9 @@ | ||
| 1736 | 1772 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .payment_method_paypal .about_paypal { |
| 1737 | 1773 | display: none; |
| 1738 | 1774 | } |
| 1739 | 1775 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .sellkit-one-page-checkout-billing-header { |
| 1740 | - height: 23px; | |
| 1741 | - margin: 42px 0px 9px 3px; | |
| 1776 | + margin: 0px 0px 9px 3px; | |
| 1742 | 1777 | color: #323232; |
| 1743 | 1778 | font-size: 20px; |
| 1744 | 1779 | font-style: normal; |
| 1745 | 1780 | font-weight: normal; |
| @@ -1749,9 +1784,8 @@ | ||
| 1749 | 1784 | font-stretch: normal; |
| 1750 | 1785 | } |
| 1751 | 1786 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-desc { |
| 1752 | 1787 | width: 100%; |
| 1753 | - height: 16px; | |
| 1754 | 1788 | margin: 9px 0 18px 3px; |
| 1755 | 1789 | color: #737373; |
| 1756 | 1790 | font-size: 14px; |
| 1757 | 1791 | font-style: normal; |
| @@ -2076,8 +2110,28 @@ | ||
| 2076 | 2110 | } |
| 2077 | 2111 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-privacy-policy-text p { |
| 2078 | 2112 | margin: 0; |
| 2079 | 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 | +} | |
| 2080 | 2134 | |
| 2081 | 2135 | .elementor-widget-sellkit-checkout #sellkit-checkout-billing-field-wrapper.woocommerce-billing-fields__field-wrapper.sellkit-hide-different-billing-fields-default { |
| 2082 | 2136 | display: none; |
| 2083 | 2137 | } |
| @@ -2429,13 +2483,16 @@ | ||
| 2429 | 2483 | } |
| 2430 | 2484 | |
| 2431 | 2485 | /* Shipping & Billing Fields */ |
| 2432 | 2486 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper { |
| 2433 | - padding: 16px 0px 4px 16px; | |
| 2487 | + padding: 16px 16px 4px 16px; | |
| 2434 | 2488 | border: solid 1px #e1e1e1; |
| 2435 | 2489 | border-top: none; |
| 2436 | 2490 | background-color: #fafafa; |
| 2437 | 2491 | } |
| 2492 | +#sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper.border-top { | |
| 2493 | + border-top: 1px solid #e0e0e0; | |
| 2494 | +} | |
| 2438 | 2495 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper, |
| 2439 | 2496 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper { |
| 2440 | 2497 | display: inline-table; |
| 2441 | 2498 | } |
| @@ -2476,10 +2533,10 @@ | ||
| 2476 | 2533 | top: 16px; |
| 2477 | 2534 | right: 17px; |
| 2478 | 2535 | height: 0px; |
| 2479 | 2536 | float: right; |
| 2480 | - color: #737373; | |
| 2481 | 2537 | font-weight: 900; |
| 2538 | + fill: #737373; | |
| 2482 | 2539 | -webkit-filter: brightness(70%) !important; |
| 2483 | 2540 | filter: brightness(70%) !important; |
| 2484 | 2541 | pointer-events: none; |
| 2485 | 2542 | } |
| @@ -2874,9 +2931,8 @@ | ||
| 2874 | 2931 | margin-bottom: 43px; |
| 2875 | 2932 | line-height: 1.57; |
| 2876 | 2933 | } |
| 2877 | 2934 | #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc { |
| 2878 | - margin-bottom: 23px; | |
| 2879 | 2935 | line-height: 1.57; |
| 2880 | 2936 | } |
| 2881 | 2937 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div, |
| 2882 | 2938 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div { |
| @@ -3151,9 +3207,10 @@ | ||
| 3151 | 3207 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column { |
| 3152 | 3208 | -webkit-box-ordinal-group: 2; |
| 3153 | 3209 | -ms-flex-order: 1; |
| 3154 | 3210 | order: 1; |
| 3155 | - width: 100%; | |
| 3211 | + width: 95%; | |
| 3212 | + margin: 0 auto; | |
| 3156 | 3213 | } |
| 3157 | 3214 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div { |
| 3158 | 3215 | width: 100%; |
| 3159 | 3216 | } |
| @@ -3244,18 +3301,17 @@ | ||
| 3244 | 3301 | -webkit-box-orient: horizontal; |
| 3245 | 3302 | -webkit-box-direction: normal; |
| 3246 | 3303 | -ms-flex-direction: row; |
| 3247 | 3304 | flex-direction: row; |
| 3248 | - -ms-flex-wrap: nowrap; | |
| 3249 | - flex-wrap: nowrap; | |
| 3305 | + -ms-flex-wrap: wrap; | |
| 3306 | + flex-wrap: wrap; | |
| 3250 | 3307 | -ms-flex-line-pack: center; |
| 3251 | 3308 | align-content: center; |
| 3252 | 3309 | -webkit-box-align: center; |
| 3253 | 3310 | -ms-flex-align: center; |
| 3254 | 3311 | align-items: center; |
| 3255 | - -webkit-box-pack: start; | |
| 3256 | - -ms-flex-pack: start; | |
| 3257 | - justify-content: flex-start; | |
| 3312 | + -ms-flex-pack: distribute; | |
| 3313 | + justify-content: space-around; | |
| 3258 | 3314 | height: 63px; |
| 3259 | 3315 | border: solid 1px #e1e1e1; |
| 3260 | 3316 | border-top: none; |
| 3261 | 3317 | border-right: none; |
| @@ -3261,14 +3317,28 @@ | ||
| 3261 | 3317 | border-right: none; |
| 3262 | 3318 | border-left: none; |
| 3263 | 3319 | background-color: #fafafa; |
| 3264 | 3320 | } |
| 3265 | - .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; | |
| 3266 | 3337 | height: 16px; |
| 3267 | - margin: 2px 0px 4px 0; | |
| 3268 | - color: #007bff; | |
| 3338 | + fill: #007bff; | |
| 3269 | 3339 | } |
| 3270 | - .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 { | |
| 3271 | 3341 | height: 16px; |
| 3272 | 3342 | margin: 0 5px 0 10px; |
| 3273 | 3343 | color: #007bff; |
| 3274 | 3344 | font-size: 14px; |
| @@ -3279,11 +3349,22 @@ | ||
| 3279 | 3349 | text-align: left; |
| 3280 | 3350 | cursor: pointer; |
| 3281 | 3351 | font-stretch: normal; |
| 3282 | 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 | + } | |
| 3283 | 3366 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price { |
| 3284 | - position: absolute; | |
| 3285 | - right: 22px; | |
| 3286 | 3367 | color: #323232; |
| 3287 | 3368 | font-size: 18px; |
| 3288 | 3369 | font-style: normal; |
| 3289 | 3370 | font-weight: bold; |
| @@ -3399,14 +3480,14 @@ | ||
| 3399 | 3480 | justify-content: center; |
| 3400 | 3481 | margin-top: -19px; |
| 3401 | 3482 | row-gap: 3px; |
| 3402 | 3483 | } |
| 3403 | - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span { | |
| 3404 | - 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; | |
| 3405 | 3486 | margin: 0; |
| 3406 | 3487 | text-align: center; |
| 3407 | 3488 | } |
| 3408 | - .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 { | |
| 3409 | 3490 | float: none; |
| 3410 | 3491 | text-align: center; |
| 3411 | 3492 | } |
| 3412 | 3493 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first { |
| @@ -3411,8 +3492,11 @@ | ||
| 3411 | 3492 | } |
| 3412 | 3493 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first { |
| 3413 | 3494 | margin-top: 23px; |
| 3414 | 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 | + } | |
| 3415 | 3499 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third { |
| 3416 | 3500 | padding-right: 21px; |
| 3417 | 3501 | padding-left: 21px; |
| 3418 | 3502 | } |
| @@ -3428,10 +3512,12 @@ | ||
| 3428 | 3512 | -ms-flex-direction: column-reverse; |
| 3429 | 3513 | flex-direction: column-reverse; |
| 3430 | 3514 | margin-top: 23px; |
| 3431 | 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 | + } | |
| 3432 | 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 { |
| 3433 | - width: 100% !important; | |
| 3434 | 3520 | text-align: center; |
| 3435 | 3521 | } |
| 3436 | 3522 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second { |
| 3437 | 3523 | margin-top: 23px; |
| @@ -3907,10 +3993,62 @@ | ||
| 3907 | 3993 | #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img { |
| 3908 | 3994 | display: none !important; |
| 3909 | 3995 | } |
| 3910 | 3996 | #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration { |
| 3911 | - 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; | |
| 3912 | 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 | +} | |
| 3913 | 4051 | |
| 3914 | 4052 | /** Safari +10 **/ |
| 3915 | 4053 | @media not all and (min-resolution: 0.001dpcm) { |
| 3916 | 4054 | @supports (-webkit-appearance: none) and (stroke-color: transparent) { |
| @@ -3943,8 +4081,59 @@ | ||
| 3943 | 4081 | overflow: auto; |
| 3944 | 4082 | z-index: 1000; |
| 3945 | 4083 | } |
| 3946 | 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 | + | |
| 3947 | 4136 | form.sellkit-optin { |
| 3948 | 4137 | -webkit-margin-after: 0; |
| 3949 | 4138 | margin-block-end: 0; |
| 3950 | 4139 | } |
| @@ -4154,9 +4343,9 @@ | ||
| 4154 | 4343 | border-radius: 3px; |
| 4155 | 4344 | background-color: #2ecc71; |
| 4156 | 4345 | color: #fff; |
| 4157 | 4346 | font-size: 0.9rem; |
| 4158 | - font-weight: bold; | |
| 4347 | + font-weight: 700; | |
| 4159 | 4348 | } |
| 4160 | 4349 | form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:hover { |
| 4161 | 4350 | border: none; |
| 4162 | 4351 | border-width: 1px; |
| @@ -4223,9 +4412,9 @@ | ||
| 4223 | 4412 | text-align: start; |
| 4224 | 4413 | } |
| 4225 | 4414 | .sellkit-optin-admin-alert .title { |
| 4226 | 4415 | display: block; |
| 4227 | - font-weight: bold; | |
| 4416 | + font-weight: 700; | |
| 4228 | 4417 | } |
| 4229 | 4418 | .sellkit-optin-admin-alert .description { |
| 4230 | 4419 | font-size: 13px; |
| 4231 | 4420 | } |