| @@ -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%; |
| @@ -1462,11 +1507,8 @@ | ||
| 1462 | 1507 | line-height: 1.2; |
| 1463 | 1508 | text-align: left; |
| 1464 | 1509 | font-stretch: normal; |
| 1465 | 1510 | } |
| 1466 | -.sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address #ship-to-different-address { | |
| 1467 | - display: none !important; | |
| 1468 | -} | |
| 1469 | 1511 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-checkout-widget-primary-button:hover, |
| 1470 | 1512 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form #place_order:hover { |
| 1471 | 1513 | background-color: #111111; |
| 1472 | 1514 | } |
| @@ -1556,9 +1598,9 @@ | ||
| 1556 | 1598 | padding-right: 17px; |
| 1557 | 1599 | text-align: right; |
| 1558 | 1600 | } |
| 1559 | 1601 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-heading { |
| 1560 | - margin: 26px 2px 9px 3px; | |
| 1602 | + margin: 26px 2px 9px 3px !important; | |
| 1561 | 1603 | color: #323232; |
| 1562 | 1604 | font-size: 20px; |
| 1563 | 1605 | font-style: normal; |
| 1564 | 1606 | font-weight: normal; |
| @@ -1730,9 +1772,9 @@ | ||
| 1730 | 1772 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .payment_method_paypal .about_paypal { |
| 1731 | 1773 | display: none; |
| 1732 | 1774 | } |
| 1733 | 1775 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .sellkit-one-page-checkout-billing-header { |
| 1734 | - margin: 42px 0px 9px 3px; | |
| 1776 | + margin: 0px 0px 9px 3px; | |
| 1735 | 1777 | color: #323232; |
| 1736 | 1778 | font-size: 20px; |
| 1737 | 1779 | font-style: normal; |
| 1738 | 1780 | font-weight: normal; |
| @@ -2068,8 +2110,28 @@ | ||
| 2068 | 2110 | } |
| 2069 | 2111 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-privacy-policy-text p { |
| 2070 | 2112 | margin: 0; |
| 2071 | 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 | +} | |
| 2072 | 2134 | |
| 2073 | 2135 | .elementor-widget-sellkit-checkout #sellkit-checkout-billing-field-wrapper.woocommerce-billing-fields__field-wrapper.sellkit-hide-different-billing-fields-default { |
| 2074 | 2136 | display: none; |
| 2075 | 2137 | } |
| @@ -2421,13 +2483,16 @@ | ||
| 2421 | 2483 | } |
| 2422 | 2484 | |
| 2423 | 2485 | /* Shipping & Billing Fields */ |
| 2424 | 2486 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper { |
| 2425 | - padding: 16px 0px 4px 16px; | |
| 2487 | + padding: 16px 16px 4px 16px; | |
| 2426 | 2488 | border: solid 1px #e1e1e1; |
| 2427 | 2489 | border-top: none; |
| 2428 | 2490 | background-color: #fafafa; |
| 2429 | 2491 | } |
| 2492 | +#sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper.border-top { | |
| 2493 | + border-top: 1px solid #e0e0e0; | |
| 2494 | +} | |
| 2430 | 2495 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper, |
| 2431 | 2496 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper { |
| 2432 | 2497 | display: inline-table; |
| 2433 | 2498 | } |
| @@ -2468,10 +2533,10 @@ | ||
| 2468 | 2533 | top: 16px; |
| 2469 | 2534 | right: 17px; |
| 2470 | 2535 | height: 0px; |
| 2471 | 2536 | float: right; |
| 2472 | - color: #737373; | |
| 2473 | 2537 | font-weight: 900; |
| 2538 | + fill: #737373; | |
| 2474 | 2539 | -webkit-filter: brightness(70%) !important; |
| 2475 | 2540 | filter: brightness(70%) !important; |
| 2476 | 2541 | pointer-events: none; |
| 2477 | 2542 | } |
| @@ -2866,9 +2931,8 @@ | ||
| 2866 | 2931 | margin-bottom: 43px; |
| 2867 | 2932 | line-height: 1.57; |
| 2868 | 2933 | } |
| 2869 | 2934 | #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc { |
| 2870 | - margin-bottom: 23px; | |
| 2871 | 2935 | line-height: 1.57; |
| 2872 | 2936 | } |
| 2873 | 2937 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div, |
| 2874 | 2938 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div { |
| @@ -3143,9 +3207,10 @@ | ||
| 3143 | 3207 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column { |
| 3144 | 3208 | -webkit-box-ordinal-group: 2; |
| 3145 | 3209 | -ms-flex-order: 1; |
| 3146 | 3210 | order: 1; |
| 3147 | - width: 100%; | |
| 3211 | + width: 95%; | |
| 3212 | + margin: 0 auto; | |
| 3148 | 3213 | } |
| 3149 | 3214 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div { |
| 3150 | 3215 | width: 100%; |
| 3151 | 3216 | } |
| @@ -3236,18 +3301,17 @@ | ||
| 3236 | 3301 | -webkit-box-orient: horizontal; |
| 3237 | 3302 | -webkit-box-direction: normal; |
| 3238 | 3303 | -ms-flex-direction: row; |
| 3239 | 3304 | flex-direction: row; |
| 3240 | - -ms-flex-wrap: nowrap; | |
| 3241 | - flex-wrap: nowrap; | |
| 3305 | + -ms-flex-wrap: wrap; | |
| 3306 | + flex-wrap: wrap; | |
| 3242 | 3307 | -ms-flex-line-pack: center; |
| 3243 | 3308 | align-content: center; |
| 3244 | 3309 | -webkit-box-align: center; |
| 3245 | 3310 | -ms-flex-align: center; |
| 3246 | 3311 | align-items: center; |
| 3247 | - -webkit-box-pack: start; | |
| 3248 | - -ms-flex-pack: start; | |
| 3249 | - justify-content: flex-start; | |
| 3312 | + -ms-flex-pack: distribute; | |
| 3313 | + justify-content: space-around; | |
| 3250 | 3314 | height: 63px; |
| 3251 | 3315 | border: solid 1px #e1e1e1; |
| 3252 | 3316 | border-top: none; |
| 3253 | 3317 | border-right: none; |
| @@ -3253,14 +3317,28 @@ | ||
| 3253 | 3317 | border-right: none; |
| 3254 | 3318 | border-left: none; |
| 3255 | 3319 | background-color: #fafafa; |
| 3256 | 3320 | } |
| 3257 | - .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; | |
| 3258 | 3337 | height: 16px; |
| 3259 | - margin: 2px 0px 4px 0; | |
| 3260 | - color: #007bff; | |
| 3338 | + fill: #007bff; | |
| 3261 | 3339 | } |
| 3262 | - .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 { | |
| 3263 | 3341 | height: 16px; |
| 3264 | 3342 | margin: 0 5px 0 10px; |
| 3265 | 3343 | color: #007bff; |
| 3266 | 3344 | font-size: 14px; |
| @@ -3271,11 +3349,22 @@ | ||
| 3271 | 3349 | text-align: left; |
| 3272 | 3350 | cursor: pointer; |
| 3273 | 3351 | font-stretch: normal; |
| 3274 | 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 | + } | |
| 3275 | 3366 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price { |
| 3276 | - position: absolute; | |
| 3277 | - right: 22px; | |
| 3278 | 3367 | color: #323232; |
| 3279 | 3368 | font-size: 18px; |
| 3280 | 3369 | font-style: normal; |
| 3281 | 3370 | font-weight: bold; |
| @@ -3391,14 +3480,14 @@ | ||
| 3391 | 3480 | justify-content: center; |
| 3392 | 3481 | margin-top: -19px; |
| 3393 | 3482 | row-gap: 3px; |
| 3394 | 3483 | } |
| 3395 | - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span { | |
| 3396 | - 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; | |
| 3397 | 3486 | margin: 0; |
| 3398 | 3487 | text-align: center; |
| 3399 | 3488 | } |
| 3400 | - .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 { | |
| 3401 | 3490 | float: none; |
| 3402 | 3491 | text-align: center; |
| 3403 | 3492 | } |
| 3404 | 3493 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first { |
| @@ -3403,8 +3492,11 @@ | ||
| 3403 | 3492 | } |
| 3404 | 3493 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first { |
| 3405 | 3494 | margin-top: 23px; |
| 3406 | 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 | + } | |
| 3407 | 3499 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third { |
| 3408 | 3500 | padding-right: 21px; |
| 3409 | 3501 | padding-left: 21px; |
| 3410 | 3502 | } |
| @@ -3420,10 +3512,12 @@ | ||
| 3420 | 3512 | -ms-flex-direction: column-reverse; |
| 3421 | 3513 | flex-direction: column-reverse; |
| 3422 | 3514 | margin-top: 23px; |
| 3423 | 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 | + } | |
| 3424 | 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 { |
| 3425 | - width: 100% !important; | |
| 3426 | 3520 | text-align: center; |
| 3427 | 3521 | } |
| 3428 | 3522 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second { |
| 3429 | 3523 | margin-top: 23px; |
| @@ -3899,10 +3993,62 @@ | ||
| 3899 | 3993 | #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img { |
| 3900 | 3994 | display: none !important; |
| 3901 | 3995 | } |
| 3902 | 3996 | #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration { |
| 3903 | - 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; | |
| 3904 | 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 | +} | |
| 3905 | 4051 | |
| 3906 | 4052 | /** Safari +10 **/ |
| 3907 | 4053 | @media not all and (min-resolution: 0.001dpcm) { |
| 3908 | 4054 | @supports (-webkit-appearance: none) and (stroke-color: transparent) { |
| @@ -3935,8 +4081,59 @@ | ||
| 3935 | 4081 | overflow: auto; |
| 3936 | 4082 | z-index: 1000; |
| 3937 | 4083 | } |
| 3938 | 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 | + | |
| 3939 | 4136 | form.sellkit-optin { |
| 3940 | 4137 | -webkit-margin-after: 0; |
| 3941 | 4138 | margin-block-end: 0; |
| 3942 | 4139 | } |
| @@ -4146,9 +4343,9 @@ | ||
| 4146 | 4343 | border-radius: 3px; |
| 4147 | 4344 | background-color: #2ecc71; |
| 4148 | 4345 | color: #fff; |
| 4149 | 4346 | font-size: 0.9rem; |
| 4150 | - font-weight: bold; | |
| 4347 | + font-weight: 700; | |
| 4151 | 4348 | } |
| 4152 | 4349 | form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:hover { |
| 4153 | 4350 | border: none; |
| 4154 | 4351 | border-width: 1px; |
| @@ -4215,9 +4412,9 @@ | ||
| 4215 | 4412 | text-align: start; |
| 4216 | 4413 | } |
| 4217 | 4414 | .sellkit-optin-admin-alert .title { |
| 4218 | 4415 | display: block; |
| 4219 | - font-weight: bold; | |
| 4416 | + font-weight: 700; | |
| 4220 | 4417 | } |
| 4221 | 4418 | .sellkit-optin-admin-alert .description { |
| 4222 | 4419 | font-size: 13px; |
| 4223 | 4420 | } |