| @@ -1,20 +1,18 @@ | ||
| 1 | +@charset "UTF-8"; | |
| 1 | 2 | .sellkit-order-cart-detail { |
| 2 | 3 | width: 100%; |
| 3 | 4 | padding: 20px; |
| 4 | 5 | border: 1px solid #ccc; |
| 5 | 6 | } |
| 6 | - | |
| 7 | 7 | .sellkit-order-cart-detail .sellkit-cart-detail-heading { |
| 8 | 8 | font-weight: bold; |
| 9 | 9 | } |
| 10 | - | |
| 11 | 10 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail { |
| 12 | 11 | position: relative; |
| 13 | 12 | width: 80px; |
| 14 | 13 | height: 80px; |
| 15 | 14 | } |
| 16 | - | |
| 17 | 15 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail img { |
| 18 | 16 | width: 100% !important; |
| 19 | 17 | height: 100% !important; |
| 20 | 18 | -o-object-fit: cover; |
| @@ -19,13 +17,11 @@ | ||
| 19 | 17 | height: 100% !important; |
| 20 | 18 | -o-object-fit: cover; |
| 21 | 19 | object-fit: cover; |
| 22 | 20 | } |
| 23 | - | |
| 24 | 21 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail .sellkit-order-cart-detail-items-thumbnail-image-wrapper { |
| 25 | 22 | overflow: hidden; |
| 26 | 23 | } |
| 27 | - | |
| 28 | 24 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items-thumbnail .sellkit-order-cart-detail-items-thumbnail-quantity { |
| 29 | 25 | position: absolute; |
| 30 | 26 | top: -5px; |
| 31 | 27 | right: -8px; |
| @@ -37,9 +33,8 @@ | ||
| 37 | 33 | color: #000; |
| 38 | 34 | line-height: 17px; |
| 39 | 35 | text-align: center; |
| 40 | 36 | } |
| 41 | - | |
| 42 | 37 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items-product-detail { |
| 43 | 38 | -webkit-box-align: center; |
| 44 | 39 | -ms-flex-align: center; |
| 45 | 40 | align-items: center; |
| @@ -46,13 +41,11 @@ | ||
| 46 | 41 | -webkit-box-pack: start; |
| 47 | 42 | -ms-flex-pack: start; |
| 48 | 43 | justify-content: start; |
| 49 | 44 | } |
| 50 | - | |
| 51 | 45 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items-product-title { |
| 52 | 46 | margin-left: 10px; |
| 53 | 47 | } |
| 54 | - | |
| 55 | 48 | .sellkit-order-cart-detail .woocommerce-table__product-name.product-name { |
| 56 | 49 | display: -webkit-box; |
| 57 | 50 | display: -ms-flexbox; |
| 58 | 51 | display: flex; |
| @@ -62,53 +55,42 @@ | ||
| 62 | 55 | -ms-flex-align: center; |
| 63 | 56 | -webkit-box-pack: center; |
| 64 | 57 | -ms-flex-pack: center; |
| 65 | 58 | } |
| 66 | - | |
| 67 | 59 | .sellkit-order-cart-detail .woocommerce-table__product-total.product-total { |
| 68 | 60 | text-align: right; |
| 69 | 61 | } |
| 70 | - | |
| 71 | 62 | .sellkit-order-cart-detail tfoot tr th, .sellkit-order-cart-detail tfoot tfoot tr td { |
| 72 | 63 | font-weight: normal !important; |
| 73 | 64 | } |
| 74 | - | |
| 75 | 65 | .sellkit-order-cart-detail tfoot tr td { |
| 76 | 66 | text-align: right; |
| 77 | 67 | } |
| 78 | - | |
| 79 | 68 | .sellkit-order-cart-detail tfoot tr { |
| 80 | 69 | margin-bottom: 10px !important; |
| 81 | 70 | } |
| 82 | - | |
| 83 | 71 | .sellkit-order-cart-detail tfoot tr th, .sellkit-order-cart-detail tfoot tr td { |
| 84 | 72 | padding: 10px 0; |
| 85 | 73 | } |
| 86 | - | |
| 87 | 74 | .sellkit-order-cart-detail tfoot tfoot { |
| 88 | 75 | padding-top: 10px; |
| 89 | 76 | } |
| 90 | - | |
| 91 | 77 | .sellkit-order-cart-detail tfoot tr:first-child th, .sellkit-order-cart-detail tfoot tr:first-child td { |
| 92 | 78 | padding-top: 20px; |
| 93 | 79 | } |
| 94 | - | |
| 95 | 80 | .sellkit-order-cart-detail tfoot tr:last-child { |
| 96 | 81 | border-top: 3px solid #ccc; |
| 97 | 82 | font-weight: 700; |
| 98 | 83 | } |
| 99 | - | |
| 100 | 84 | .sellkit-order-cart-detail tfoot tr:last-child th, .sellkit-order-cart-detail tfoot tfoot tr:last-child td { |
| 101 | 85 | margin-top: 10px; |
| 102 | 86 | font-weight: 700; |
| 103 | 87 | } |
| 104 | - | |
| 105 | 88 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items { |
| 106 | 89 | width: 100%; |
| 107 | 90 | padding: 0; |
| 108 | 91 | list-style: none; |
| 109 | 92 | } |
| 110 | - | |
| 111 | 93 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items li { |
| 112 | 94 | display: -webkit-box; |
| 113 | 95 | display: -ms-flexbox; |
| 114 | 96 | display: flex; |
| @@ -117,9 +99,8 @@ | ||
| 117 | 99 | justify-content: space-between; |
| 118 | 100 | width: 100%; |
| 119 | 101 | height: 80px; |
| 120 | 102 | } |
| 121 | - | |
| 122 | 103 | .sellkit-order-cart-detail .sellkit-order-cart-detail-items li > div { |
| 123 | 104 | display: -webkit-box; |
| 124 | 105 | display: -ms-flexbox; |
| 125 | 106 | display: flex; |
| @@ -130,15 +111,13 @@ | ||
| 130 | 111 | -ms-flex-pack: center; |
| 131 | 112 | justify-content: center; |
| 132 | 113 | height: 100%; |
| 133 | 114 | } |
| 134 | - | |
| 135 | 115 | .sellkit-order-cart-detail .sellkit-order-cart-detail-prices { |
| 136 | 116 | width: 100%; |
| 137 | 117 | padding: 0; |
| 138 | 118 | list-style: none; |
| 139 | 119 | } |
| 140 | - | |
| 141 | 120 | .sellkit-order-cart-detail .sellkit-order-cart-detail-prices li { |
| 142 | 121 | display: -webkit-box; |
| 143 | 122 | display: -ms-flexbox; |
| 144 | 123 | display: flex; |
| @@ -146,9 +125,8 @@ | ||
| 146 | 125 | -ms-flex-pack: justify; |
| 147 | 126 | justify-content: space-between; |
| 148 | 127 | width: 100%; |
| 149 | 128 | } |
| 150 | - | |
| 151 | 129 | .sellkit-order-cart-detail .sellkit-order-cart-detail-prices li:last-child { |
| 152 | 130 | margin-top: 10px; |
| 153 | 131 | padding-top: 10px; |
| 154 | 132 | border-top: 3px solid #ccc; |
| @@ -153,9 +131,8 @@ | ||
| 153 | 131 | padding-top: 10px; |
| 154 | 132 | border-top: 3px solid #ccc; |
| 155 | 133 | font-weight: bold; |
| 156 | 134 | } |
| 157 | - | |
| 158 | 135 | .sellkit-order-cart-detail .shop_table { |
| 159 | 136 | width: 100%; |
| 160 | 137 | } |
| 161 | 138 | |
| @@ -172,25 +149,21 @@ | ||
| 172 | 149 | display: -webkit-box; |
| 173 | 150 | display: -ms-flexbox; |
| 174 | 151 | display: flex; |
| 175 | 152 | } |
| 176 | - | |
| 177 | 153 | .sellkit-order-details .sellkit-flex-wrap { |
| 178 | 154 | -ms-flex-wrap: wrap; |
| 179 | 155 | flex-wrap: wrap; |
| 180 | 156 | } |
| 181 | - | |
| 182 | 157 | .sellkit-order-details.woocommerce-order-overview { |
| 183 | 158 | padding: 15px 10px; |
| 184 | 159 | border: 1px solid #DFDFDF; |
| 185 | 160 | } |
| 186 | - | |
| 187 | 161 | .sellkit-order-details h3 { |
| 188 | 162 | margin-bottom: 15px; |
| 189 | 163 | color: #343434; |
| 190 | 164 | font-weight: 500; |
| 191 | 165 | } |
| 192 | - | |
| 193 | 166 | .sellkit-order-details .sellkit-order-details-heading { |
| 194 | 167 | margin: 0; |
| 195 | 168 | color: #3B3B3B; |
| 196 | 169 | font-size: 16px; |
| @@ -195,9 +168,8 @@ | ||
| 195 | 168 | color: #3B3B3B; |
| 196 | 169 | font-size: 16px; |
| 197 | 170 | font-weight: 500; |
| 198 | 171 | } |
| 199 | - | |
| 200 | 172 | .sellkit-order-details .sellkit-order-details-items-group { |
| 201 | 173 | display: -webkit-box; |
| 202 | 174 | display: -ms-flexbox; |
| 203 | 175 | display: flex; |
| @@ -205,9 +177,8 @@ | ||
| 205 | 177 | -webkit-box-direction: normal; |
| 206 | 178 | -ms-flex-direction: column; |
| 207 | 179 | flex-direction: column; |
| 208 | 180 | } |
| 209 | - | |
| 210 | 181 | .sellkit-order-details .order-details-heading-group { |
| 211 | 182 | display: -webkit-box; |
| 212 | 183 | display: -ms-flexbox; |
| 213 | 184 | display: flex; |
| @@ -214,41 +185,34 @@ | ||
| 214 | 185 | -webkit-box-align: center; |
| 215 | 186 | -ms-flex-align: center; |
| 216 | 187 | align-items: center; |
| 217 | 188 | } |
| 218 | - | |
| 219 | 189 | .sellkit-order-details .order-details-item-content { |
| 220 | 190 | color: #6A6A6A; |
| 221 | 191 | font-size: 15px; |
| 222 | 192 | font-weight: 400; |
| 223 | 193 | } |
| 224 | - | |
| 225 | 194 | .sellkit-order-details .sellkit-order-details-content { |
| 226 | 195 | padding: 0; |
| 227 | 196 | } |
| 228 | - | |
| 229 | 197 | .sellkit-order-details .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name { |
| 230 | - margin: 0 0 .8em; | |
| 198 | + margin: 0 0 0.8em; | |
| 231 | 199 | font-size: 1.5rem; |
| 232 | 200 | font-weight: 700; |
| 233 | 201 | } |
| 234 | - | |
| 235 | 202 | .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details { |
| 236 | 203 | margin: 0 0 3em; |
| 237 | 204 | list-style: none; |
| 238 | 205 | } |
| 239 | - | |
| 240 | 206 | .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details::before { |
| 241 | 207 | display: table; |
| 242 | 208 | content: " "; |
| 243 | 209 | } |
| 244 | - | |
| 245 | 210 | .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details::after { |
| 246 | 211 | display: table; |
| 247 | 212 | clear: both; |
| 248 | 213 | content: " "; |
| 249 | 214 | } |
| 250 | - | |
| 251 | 215 | .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li { |
| 252 | 216 | margin-right: 2em; |
| 253 | 217 | margin-left: 0; |
| 254 | 218 | padding-right: 2em; |
| @@ -254,14 +218,13 @@ | ||
| 254 | 218 | padding-right: 2em; |
| 255 | 219 | padding-left: 0; |
| 256 | 220 | float: left; |
| 257 | 221 | border-right: 1px dashed #d3ced2; |
| 258 | - font-size: .715em; | |
| 222 | + font-size: 0.715em; | |
| 259 | 223 | line-height: 1; |
| 260 | 224 | text-transform: uppercase; |
| 261 | 225 | list-style-type: none; |
| 262 | 226 | } |
| 263 | - | |
| 264 | 227 | .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li strong { |
| 265 | 228 | display: block; |
| 266 | 229 | font-size: 1.4em; |
| 267 | 230 | line-height: 1.5; |
| @@ -266,9 +229,8 @@ | ||
| 266 | 229 | font-size: 1.4em; |
| 267 | 230 | line-height: 1.5; |
| 268 | 231 | text-transform: none; |
| 269 | 232 | } |
| 270 | - | |
| 271 | 233 | .sellkit-order-details .woocommerce-bacs-bank-details ul.order_details li:last-of-type { |
| 272 | 234 | border: none; |
| 273 | 235 | } |
| 274 | 236 | |
| @@ -275,9 +237,8 @@ | ||
| 275 | 237 | .sellkit-product-price-widget del { |
| 276 | 238 | display: inline-block; |
| 277 | 239 | opacity: 0.5; |
| 278 | 240 | } |
| 279 | - | |
| 280 | 241 | .sellkit-product-price-widget ins { |
| 281 | 242 | text-decoration: none; |
| 282 | 243 | } |
| 283 | 244 | |
| @@ -285,22 +246,18 @@ | ||
| 285 | 246 | display: -webkit-box; |
| 286 | 247 | display: -ms-flexbox; |
| 287 | 248 | display: flex; |
| 288 | 249 | } |
| 289 | - | |
| 290 | 250 | .sellkit-product-image-widget.product .woocommerce-product-gallery { |
| 291 | 251 | min-height: 10px; |
| 292 | 252 | } |
| 293 | - | |
| 294 | 253 | .sellkit-product-image-widget.product .woocommerce-product-gallery .product .sellkit-woocommerce-product-gallery { |
| 295 | 254 | width: 100%; |
| 296 | 255 | } |
| 297 | - | |
| 298 | 256 | .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-viewport { |
| 299 | 257 | border-width: 2px; |
| 300 | 258 | border-color: #0a0c0d; |
| 301 | 259 | } |
| 302 | - | |
| 303 | 260 | .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-nav { |
| 304 | 261 | display: -webkit-box; |
| 305 | 262 | display: -ms-flexbox; |
| 306 | 263 | display: flex; |
| @@ -306,56 +263,45 @@ | ||
| 306 | 263 | display: flex; |
| 307 | 264 | padding-left: 0; |
| 308 | 265 | list-style: none; |
| 309 | 266 | } |
| 310 | - | |
| 311 | 267 | .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-nav li { |
| 312 | 268 | cursor: pointer; |
| 313 | 269 | overflow: hidden; |
| 314 | 270 | } |
| 315 | - | |
| 316 | 271 | .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { |
| 317 | 272 | overflow: hidden; |
| 318 | 273 | } |
| 319 | - | |
| 320 | 274 | .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image { |
| 321 | 275 | border-radius: 0; |
| 322 | 276 | } |
| 323 | - | |
| 324 | 277 | .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a { |
| 325 | 278 | cursor: default !important; |
| 326 | 279 | } |
| 327 | - | |
| 328 | 280 | .sellkit-product-image-widget.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img { |
| 329 | 281 | width: 100%; |
| 330 | 282 | height: auto !important; |
| 331 | 283 | border-radius: 0; |
| 332 | 284 | } |
| 333 | - | |
| 334 | 285 | .sellkit-product-image-widget.product .woocommerce-product-gallery img { |
| 335 | 286 | display: inline-block; |
| 336 | 287 | border-radius: 0; |
| 337 | 288 | } |
| 338 | - | |
| 339 | 289 | .sellkit-product-image-widget.product .woocommerce-product-gallery .product { |
| 340 | 290 | display: -webkit-box; |
| 341 | 291 | display: -ms-flexbox; |
| 342 | 292 | display: flex; |
| 343 | 293 | } |
| 344 | - | |
| 345 | 294 | .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs { |
| 346 | 295 | -ms-flex-wrap: wrap; |
| 347 | 296 | flex-wrap: wrap; |
| 348 | 297 | } |
| 349 | - | |
| 350 | 298 | .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs li { |
| 351 | 299 | margin-left: 0 !important; |
| 352 | 300 | } |
| 353 | - | |
| 354 | 301 | .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs li img { |
| 355 | 302 | border-radius: 0 !important; |
| 356 | 303 | } |
| 357 | - | |
| 358 | 304 | .sellkit-product-image-widget.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active { |
| 359 | 305 | border: none !important; |
| 360 | 306 | } |
| 361 | 307 | |
| @@ -367,9 +313,8 @@ | ||
| 367 | 313 | display: -webkit-box; |
| 368 | 314 | display: -ms-flexbox; |
| 369 | 315 | display: flex; |
| 370 | 316 | } |
| 371 | - | |
| 372 | 317 | .sellkit-product-quantity-widget .quantity .screen-reader-text { |
| 373 | 318 | display: unset; |
| 374 | 319 | position: relative !important; |
| 375 | 320 | top: -5px; |
| @@ -380,9 +325,8 @@ | ||
| 380 | 325 | visibility: visible; |
| 381 | 326 | -webkit-clip-path: none; |
| 382 | 327 | clip-path: none; |
| 383 | 328 | } |
| 384 | - | |
| 385 | 329 | .sellkit-product-quantity-widget input { |
| 386 | 330 | width: 100%; |
| 387 | 331 | } |
| 388 | 332 | |
| @@ -388,13 +332,11 @@ | ||
| 388 | 332 | |
| 389 | 333 | .sellkit-accept-reject-button-widget { |
| 390 | 334 | font-size: 16px; |
| 391 | 335 | } |
| 392 | - | |
| 393 | 336 | .sellkit-accept-reject-button-widget .sellkit-accept-reject-button-title { |
| 394 | 337 | display: inline-block; |
| 395 | 338 | } |
| 396 | - | |
| 397 | 339 | .sellkit-accept-reject-button-widget .sellkit-accept-reject-button-sub-title { |
| 398 | 340 | font-size: 10px; |
| 399 | 341 | font-weight: bold; |
| 400 | 342 | } |
| @@ -404,9 +346,8 @@ | ||
| 404 | 346 | background: #635cff; |
| 405 | 347 | color: #fff !important; |
| 406 | 348 | cursor: pointer; |
| 407 | 349 | } |
| 408 | - | |
| 409 | 350 | .sellkit-accept-reject-button.elementor-size-sm { |
| 410 | 351 | padding: 12px 24px !important; |
| 411 | 352 | } |
| 412 | 353 | |
| @@ -427,9 +368,8 @@ | ||
| 427 | 368 | height: 100%; |
| 428 | 369 | background: rgba(11, 11, 11, 0.25); |
| 429 | 370 | z-index: 1000; |
| 430 | 371 | } |
| 431 | - | |
| 432 | 372 | .sellkit-upsell-popup .sellkit-upsell-popup-body { |
| 433 | 373 | width: 600px; |
| 434 | 374 | height: 357px; |
| 435 | 375 | padding: 23px; |
| @@ -436,29 +376,24 @@ | ||
| 436 | 376 | border-radius: 4px; |
| 437 | 377 | background: #fff; |
| 438 | 378 | text-align: center; |
| 439 | 379 | } |
| 440 | - | |
| 441 | 380 | .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-header { |
| 442 | 381 | text-align: right; |
| 443 | 382 | cursor: pointer; |
| 444 | 383 | } |
| 445 | - | |
| 446 | 384 | .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-header img { |
| 447 | 385 | width: 12px; |
| 448 | 386 | height: 12px; |
| 449 | 387 | color: #6c757d; |
| 450 | 388 | } |
| 451 | - | |
| 452 | 389 | .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-icon { |
| 453 | 390 | padding: 31px; |
| 454 | 391 | } |
| 455 | - | |
| 456 | 392 | .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-icon .rotate { |
| 457 | 393 | -webkit-animation: rotation 2s infinite linear; |
| 458 | 394 | animation: rotation 2s infinite linear; |
| 459 | 395 | } |
| 460 | - | |
| 461 | 396 | .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content { |
| 462 | 397 | color: #222; |
| 463 | 398 | font-size: 22px; |
| 464 | 399 | font-style: normal; |
| @@ -468,26 +403,36 @@ | ||
| 468 | 403 | text-align: center; |
| 469 | 404 | font-stretch: normal; |
| 470 | 405 | letter-spacing: normal; |
| 471 | 406 | } |
| 472 | - | |
| 473 | 407 | .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-updating, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-accepted, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-rejected { |
| 474 | 408 | display: none; |
| 475 | 409 | } |
| 476 | - | |
| 477 | 410 | .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-updating.active, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-accepted.active, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-rejected.active { |
| 478 | 411 | display: block; |
| 479 | 412 | margin: auto; |
| 480 | 413 | } |
| 481 | - | |
| 482 | 414 | .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-popup-text .sellkit-upsell-accepted, .sellkit-upsell-popup .sellkit-upsell-popup-body .sellkit-upsell-popup-content .sellkit-upsell-popup-text .sellkit-upsell-rejected { |
| 483 | 415 | padding: 0 40px; |
| 484 | 416 | } |
| 485 | - | |
| 486 | 417 | .sellkit-upsell-popup:not(.active) { |
| 487 | 418 | display: none; |
| 488 | 419 | } |
| 489 | 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 | + | |
| 490 | 435 | @-webkit-keyframes rotation { |
| 491 | 436 | from { |
| 492 | 437 | -webkit-transform: rotate(0deg); |
| 493 | 438 | transform: rotate(0deg); |
| @@ -507,19 +452,13 @@ | ||
| 507 | 452 | -webkit-transform: rotate(359deg); |
| 508 | 453 | transform: rotate(359deg); |
| 509 | 454 | } |
| 510 | 455 | } |
| 511 | - | |
| 512 | -body.oceanwp-theme .elementor-widget-sellkit-checkout .sellkit-checkout-step-bump-wrapper | |
| 513 | -.sellkit-checkout-bump-order-header | |
| 514 | -.sellkit-checkout-order-bump-price del { | |
| 456 | +body.oceanwp-theme .elementor-widget-sellkit-checkout .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-checkout-order-bump-price del { | |
| 515 | 457 | color: unset; |
| 516 | 458 | opacity: 1; |
| 517 | 459 | } |
| 518 | - | |
| 519 | -body.oceanwp-theme .elementor-widget-sellkit-checkout .sellkit-checkout-step-bump-wrapper | |
| 520 | -.sellkit-checkout-bump-order-header | |
| 521 | -.sellkit-checkout-order-bump-price .amount { | |
| 460 | +body.oceanwp-theme .elementor-widget-sellkit-checkout .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-checkout-order-bump-price .amount { | |
| 522 | 461 | color: #222 !important; |
| 523 | 462 | } |
| 524 | 463 | |
| 525 | 464 | body.theme-betheme .elementor-widget-sellkit-checkout div#customer_details { |
| @@ -527,9 +466,8 @@ | ||
| 527 | 466 | flex-basis: unset; |
| 528 | 467 | max-width: unset; |
| 529 | 468 | margin-bottom: unset; |
| 530 | 469 | } |
| 531 | - | |
| 532 | 470 | body.theme-betheme .elementor-widget-sellkit-checkout div#order_review#order_review { |
| 533 | 471 | -ms-flex-preferred-size: unset; |
| 534 | 472 | flex-basis: unset; |
| 535 | 473 | width: 100% !important; |
| @@ -536,53 +474,42 @@ | ||
| 536 | 474 | max-width: unset; |
| 537 | 475 | margin-bottom: unset; |
| 538 | 476 | margin-left: unset; |
| 539 | 477 | } |
| 540 | - | |
| 541 | 478 | body.theme-betheme .elementor-widget-sellkit-checkout div.woocommerce-billing-fields, |
| 542 | 479 | body.theme-betheme .elementor-widget-sellkit-checkout section.sellkit-one-page-shipping-methods { |
| 543 | 480 | width: 100% !important; |
| 544 | 481 | } |
| 545 | - | |
| 546 | 482 | body.theme-betheme .elementor-widget-sellkit-checkout section.place-order { |
| 547 | 483 | width: 100%; |
| 548 | 484 | } |
| 549 | - | |
| 550 | 485 | body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li { |
| 551 | 486 | border: unset; |
| 552 | 487 | } |
| 553 | - | |
| 554 | 488 | body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li.active-payment { |
| 555 | 489 | border-color: unset; |
| 556 | 490 | } |
| 557 | - | |
| 558 | 491 | body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li.active-payment span.mfn-payment-check { |
| 559 | 492 | display: none; |
| 560 | 493 | } |
| 561 | - | |
| 562 | 494 | body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li:not(.woocommerce-notice)::before, body.theme-betheme .elementor-widget-sellkit-checkout div#payment ul.payment_methods li:not(.woocommerce-notice)::after { |
| 563 | 495 | display: none; |
| 564 | 496 | } |
| 565 | - | |
| 566 | 497 | body.theme-betheme .elementor-widget-sellkit-checkout span.woocommerce-input-wrapper input { |
| 567 | 498 | -webkit-transition: all 0.15s ease-in-out; |
| 568 | 499 | transition: all 0.15s ease-in-out; |
| 569 | 500 | } |
| 570 | - | |
| 571 | 501 | body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table td { |
| 572 | 502 | border-style: none; |
| 573 | 503 | } |
| 574 | - | |
| 575 | 504 | body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table td.sellkit-checkout-bundled-spacer-row { |
| 576 | 505 | background-color: unset !important; |
| 577 | 506 | } |
| 578 | - | |
| 579 | 507 | body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table tr:first-child td { |
| 580 | 508 | -webkit-box-shadow: unset; |
| 581 | 509 | box-shadow: unset; |
| 582 | 510 | } |
| 583 | - | |
| 584 | -body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table input[type="number"] { | |
| 511 | +body.theme-betheme .elementor-widget-sellkit-checkout table.sellkit-checkout-bundled-products-table input[type=number] { | |
| 585 | 512 | margin-bottom: unset; |
| 586 | 513 | } |
| 587 | 514 | |
| 588 | 515 | body.theme-dt-the7 .elementor-widget-sellkit-checkout > * { |
| @@ -587,9 +514,8 @@ | ||
| 587 | 514 | |
| 588 | 515 | body.theme-dt-the7 .elementor-widget-sellkit-checkout > * { |
| 589 | 516 | font-family: sans-serif; |
| 590 | 517 | } |
| 591 | - | |
| 592 | 518 | body.theme-dt-the7 .elementor-widget-sellkit-checkout button#place_order { |
| 593 | 519 | background: unset; |
| 594 | 520 | background-color: #323232; |
| 595 | 521 | } |
| @@ -596,51 +522,41 @@ | ||
| 596 | 522 | |
| 597 | 523 | body.theme-Avada .elementor-widget-sellkit-checkout > * { |
| 598 | 524 | font-family: sans-serif; |
| 599 | 525 | } |
| 600 | - | |
| 601 | 526 | body.theme-Avada .elementor-widget-sellkit-checkout div.avada-myaccount-user, |
| 602 | 527 | body.theme-Avada .elementor-widget-sellkit-checkout ul.woocommerce-side-nav.woocommerce-checkout-nav, |
| 603 | 528 | body.theme-Avada .elementor-widget-sellkit-checkout a.fusion-button { |
| 604 | 529 | display: none; |
| 605 | 530 | } |
| 606 | - | |
| 607 | 531 | body.theme-Avada .elementor-widget-sellkit-checkout form.checkout_coupon { |
| 608 | 532 | display: none !important; |
| 609 | 533 | } |
| 610 | - | |
| 611 | 534 | body.theme-Avada .elementor-widget-sellkit-checkout div.woocommerce-content-box.avada-checkout { |
| 612 | 535 | margin-left: unset; |
| 613 | 536 | padding: unset; |
| 614 | 537 | border: unset; |
| 615 | 538 | } |
| 616 | - | |
| 617 | 539 | body.theme-Avada .elementor-widget-sellkit-checkout div#order_review { |
| 618 | 540 | display: block !important; |
| 619 | 541 | } |
| 620 | - | |
| 621 | 542 | body.theme-Avada .elementor-widget-sellkit-checkout tr.cart_item { |
| 622 | 543 | height: unset; |
| 623 | 544 | } |
| 624 | - | |
| 625 | 545 | body.theme-Avada .elementor-widget-sellkit-checkout .shop_table tfoot .order-total .amount { |
| 626 | 546 | color: unset; |
| 627 | 547 | font-size: unset; |
| 628 | 548 | font-weight: unset; |
| 629 | 549 | } |
| 630 | - | |
| 631 | 550 | body.theme-Avada .elementor-widget-sellkit-checkout ul.payment_methods { |
| 632 | 551 | margin: unset; |
| 633 | 552 | } |
| 634 | 553 | |
| 635 | -body.theme-twentytwentytwo .elementor-widget-sellkit-checkout .sellkit-checkout-widget-one-page-build | |
| 636 | -#sellkit-checkout-widget-id form | |
| 637 | -.sellkit-one-page-checkout-login { | |
| 554 | +body.theme-twentytwentytwo .elementor-widget-sellkit-checkout .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-login { | |
| 638 | 555 | -webkit-box-ordinal-group: 1; |
| 639 | 556 | -ms-flex-order: 0; |
| 640 | 557 | order: 0; |
| 641 | 558 | } |
| 642 | - | |
| 643 | 559 | body.theme-twentytwentytwo .elementor-widget-sellkit-checkout div#customer_details, |
| 644 | 560 | body.theme-twentytwentytwo .elementor-widget-sellkit-checkout div.col2-set { |
| 645 | 561 | width: 100%; |
| 646 | 562 | float: unset; |
| @@ -648,14 +564,17 @@ | ||
| 648 | 564 | |
| 649 | 565 | body.theme-bridge.contains-sellkit-checkout { |
| 650 | 566 | overflow: unset !important; |
| 651 | 567 | } |
| 652 | - | |
| 653 | 568 | body.theme-bridge .elementor-widget-sellkit-checkout span.woocommerce-input-wrapper input { |
| 654 | 569 | -webkit-transition: all 0.15s ease-in-out; |
| 655 | 570 | transition: all 0.15s ease-in-out; |
| 656 | 571 | } |
| 657 | 572 | |
| 573 | +.elementor-widget-sellkit-checkout { | |
| 574 | + width: 100% !important; | |
| 575 | +} | |
| 576 | + | |
| 658 | 577 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form { |
| 659 | 578 | display: -webkit-box; |
| 660 | 579 | display: -ms-flexbox; |
| 661 | 580 | display: flex; |
| @@ -663,25 +582,24 @@ | ||
| 663 | 582 | -webkit-box-direction: normal; |
| 664 | 583 | -ms-flex-direction: column; |
| 665 | 584 | flex-direction: column; |
| 666 | 585 | } |
| 667 | - | |
| 668 | 586 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-login { |
| 669 | 587 | -webkit-box-ordinal-group: 2; |
| 670 | 588 | -ms-flex-order: 1; |
| 671 | 589 | order: 1; |
| 672 | 590 | } |
| 673 | - | |
| 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 | +} | |
| 674 | 594 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods { |
| 675 | 595 | -webkit-box-ordinal-group: 3; |
| 676 | 596 | -ms-flex-order: 2; |
| 677 | 597 | order: 2; |
| 678 | 598 | } |
| 679 | - | |
| 680 | 599 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods .shipping-method-header { |
| 681 | 600 | margin-top: 17px; |
| 682 | 601 | } |
| 683 | - | |
| 684 | 602 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form #order_review { |
| 685 | 603 | width: auto !important; |
| 686 | 604 | padding: 0 !important; |
| 687 | 605 | float: none !important; |
| @@ -686,29 +604,24 @@ | ||
| 686 | 604 | padding: 0 !important; |
| 687 | 605 | float: none !important; |
| 688 | 606 | border: none !important; |
| 689 | 607 | } |
| 690 | - | |
| 691 | 608 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order { |
| 692 | 609 | -webkit-box-ordinal-group: 4; |
| 693 | 610 | -ms-flex-order: 3; |
| 694 | 611 | order: 3; |
| 695 | 612 | } |
| 696 | - | |
| 697 | 613 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order #sellkit-checkout-widget-order-review-wrap .woocommerce-checkout-review-order-table { |
| 698 | 614 | border-collapse: initial !important; |
| 699 | 615 | } |
| 700 | - | |
| 701 | 616 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order #sellkit-checkout-widget-order-review-wrap .woocommerce-checkout-review-order-table .sellkit-checkout-widget-order-summary-tfoot .order-total th, .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-checkout-review-order #sellkit-checkout-widget-order-review-wrap .woocommerce-checkout-review-order-table .sellkit-checkout-widget-order-summary-tfoot .order-total td { |
| 702 | 617 | padding-top: 18px !important; |
| 703 | 618 | } |
| 704 | - | |
| 705 | 619 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-billing { |
| 706 | 620 | -webkit-box-ordinal-group: 5; |
| 707 | 621 | -ms-flex-order: 4; |
| 708 | 622 | order: 4; |
| 709 | 623 | } |
| 710 | - | |
| 711 | 624 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-checkout-place-order { |
| 712 | 625 | display: -webkit-box; |
| 713 | 626 | display: -ms-flexbox; |
| 714 | 627 | display: flex; |
| @@ -719,9 +632,8 @@ | ||
| 719 | 632 | -ms-flex-order: 5; |
| 720 | 633 | order: 5; |
| 721 | 634 | margin-top: 36px; |
| 722 | 635 | } |
| 723 | - | |
| 724 | 636 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form { |
| 725 | 637 | display: -webkit-box; |
| 726 | 638 | display: -ms-flexbox; |
| 727 | 639 | display: flex; |
| @@ -743,9 +655,8 @@ | ||
| 743 | 655 | -webkit-column-gap: 10px; |
| 744 | 656 | -moz-column-gap: 10px; |
| 745 | 657 | column-gap: 10px; |
| 746 | 658 | } |
| 747 | - | |
| 748 | 659 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first { |
| 749 | 660 | display: -webkit-box; |
| 750 | 661 | display: -ms-flexbox; |
| 751 | 662 | display: flex; |
| @@ -753,9 +664,8 @@ | ||
| 753 | 664 | margin-top: 0px; |
| 754 | 665 | margin-bottom: 1rem; |
| 755 | 666 | padding-top: 0px; |
| 756 | 667 | } |
| 757 | - | |
| 758 | 668 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first input { |
| 759 | 669 | width: 100%; |
| 760 | 670 | margin: 0px; |
| 761 | 671 | padding: 16px 0px 14px 14px; |
| @@ -772,13 +682,11 @@ | ||
| 772 | 682 | -webkit-box-shadow: none !important; |
| 773 | 683 | box-shadow: none !important; |
| 774 | 684 | font-stretch: normal; |
| 775 | 685 | } |
| 776 | - | |
| 777 | 686 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-first input:focus { |
| 778 | 687 | border: solid 2px rgba(0, 123, 255, 0.4); |
| 779 | 688 | } |
| 780 | - | |
| 781 | 689 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last { |
| 782 | 690 | display: -webkit-box; |
| 783 | 691 | display: -ms-flexbox; |
| 784 | 692 | display: flex; |
| @@ -784,9 +692,8 @@ | ||
| 784 | 692 | display: flex; |
| 785 | 693 | margin-top: 0px; |
| 786 | 694 | margin-bottom: 1rem; |
| 787 | 695 | } |
| 788 | - | |
| 789 | 696 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon { |
| 790 | 697 | height: 48px; |
| 791 | 698 | margin: 0; |
| 792 | 699 | padding: 10px 30px 10px 30px; |
| @@ -794,9 +701,8 @@ | ||
| 794 | 701 | background-color: #323232; |
| 795 | 702 | color: white; |
| 796 | 703 | cursor: pointer; |
| 797 | 704 | } |
| 798 | - | |
| 799 | 705 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon span { |
| 800 | 706 | width: 37px; |
| 801 | 707 | height: 17px; |
| 802 | 708 | color: #ffffff; |
| @@ -807,13 +713,11 @@ | ||
| 807 | 713 | line-height: 1.21; |
| 808 | 714 | text-align: left; |
| 809 | 715 | font-stretch: normal; |
| 810 | 716 | } |
| 811 | - | |
| 812 | 717 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-checkout-bundled-products .sellkit-head-row-title { |
| 813 | 718 | width: 70%; |
| 814 | 719 | } |
| 815 | - | |
| 816 | 720 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-virtual-session #sellkit-checkout-widget-order-review-wrap { |
| 817 | 721 | margin-top: 30px; |
| 818 | 722 | } |
| 819 | 723 | |
| @@ -819,9 +723,8 @@ | ||
| 819 | 723 | |
| 820 | 724 | .sellkit-checkout-widget-multi-page-build form { |
| 821 | 725 | display: block !important; |
| 822 | 726 | } |
| 823 | - | |
| 824 | 727 | .sellkit-checkout-widget-multi-page-build form #order_review { |
| 825 | 728 | width: auto !important; |
| 826 | 729 | padding: 0 !important; |
| 827 | 730 | float: none !important; |
| @@ -826,19 +729,16 @@ | ||
| 826 | 729 | padding: 0 !important; |
| 827 | 730 | float: none !important; |
| 828 | 731 | border: none !important; |
| 829 | 732 | } |
| 830 | - | |
| 831 | 733 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper { |
| 832 | 734 | display: -webkit-box; |
| 833 | 735 | display: -ms-flexbox; |
| 834 | 736 | display: flex; |
| 835 | 737 | } |
| 836 | - | |
| 837 | 738 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column { |
| 838 | 739 | width: 60%; |
| 839 | 740 | } |
| 840 | - | |
| 841 | 741 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div { |
| 842 | 742 | -webkit-box-ordinal-group: 2; |
| 843 | 743 | -ms-flex-order: 1; |
| 844 | 744 | order: 1; |
| @@ -846,9 +746,8 @@ | ||
| 846 | 746 | padding-right: 27px; |
| 847 | 747 | clear: both; |
| 848 | 748 | border-right: solid 1px #e1e1e1; |
| 849 | 749 | } |
| 850 | - | |
| 851 | 750 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers { |
| 852 | 751 | height: 103px; |
| 853 | 752 | margin: 0px 0px 36px 2px; |
| 854 | 753 | padding: 0px 14px 2px 18px; |
| @@ -855,9 +754,8 @@ | ||
| 855 | 754 | border: solid 1px #e1e1e1; |
| 856 | 755 | border-radius: 4px; |
| 857 | 756 | background-color: #ffffff; |
| 858 | 757 | } |
| 859 | - | |
| 860 | 758 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div { |
| 861 | 759 | display: -webkit-box; |
| 862 | 760 | display: -ms-flexbox; |
| 863 | 761 | display: flex; |
| @@ -880,9 +778,8 @@ | ||
| 880 | 778 | -webkit-column-gap: 20px; |
| 881 | 779 | -moz-column-gap: 20px; |
| 882 | 780 | column-gap: 20px; |
| 883 | 781 | } |
| 884 | - | |
| 885 | 782 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div > div { |
| 886 | 783 | display: -webkit-box; |
| 887 | 784 | display: -ms-flexbox; |
| 888 | 785 | display: flex; |
| @@ -904,9 +801,8 @@ | ||
| 904 | 801 | -webkit-column-gap: 15px; |
| 905 | 802 | -moz-column-gap: 15px; |
| 906 | 803 | column-gap: 15px; |
| 907 | 804 | } |
| 908 | - | |
| 909 | 805 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div > div .title { |
| 910 | 806 | width: 50px; |
| 911 | 807 | min-width: -webkit-fit-content; |
| 912 | 808 | min-width: -moz-fit-content; |
| @@ -911,9 +807,8 @@ | ||
| 911 | 807 | min-width: -webkit-fit-content; |
| 912 | 808 | min-width: -moz-fit-content; |
| 913 | 809 | min-width: fit-content; |
| 914 | 810 | } |
| 915 | - | |
| 916 | 811 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div span { |
| 917 | 812 | height: auto; |
| 918 | 813 | color: #323232; |
| 919 | 814 | font-size: 14px; |
| @@ -923,9 +818,8 @@ | ||
| 923 | 818 | line-height: 1.14; |
| 924 | 819 | text-align: left; |
| 925 | 820 | font-stretch: normal; |
| 926 | 821 | } |
| 927 | - | |
| 928 | 822 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column > div .multistep-headers > div .edit { |
| 929 | 823 | margin-right: 0px; |
| 930 | 824 | color: #007bff; |
| 931 | 825 | font-size: 13px; |
| @@ -936,18 +830,18 @@ | ||
| 936 | 830 | text-align: right; |
| 937 | 831 | cursor: pointer; |
| 938 | 832 | font-stretch: normal; |
| 939 | 833 | } |
| 940 | - | |
| 941 | 834 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-one-page-checkout-login { |
| 942 | 835 | margin-bottom: 16px; |
| 943 | 836 | } |
| 944 | - | |
| 945 | 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 { |
| 946 | 838 | width: auto !important; |
| 947 | 839 | float: none !important; |
| 948 | 840 | } |
| 949 | - | |
| 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 | +} | |
| 950 | 844 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer { |
| 951 | 845 | display: -webkit-box; |
| 952 | 846 | display: -ms-flexbox; |
| 953 | 847 | display: flex; |
| @@ -963,9 +857,8 @@ | ||
| 963 | 857 | -webkit-box-pack: end; |
| 964 | 858 | -ms-flex-pack: end; |
| 965 | 859 | justify-content: flex-end; |
| 966 | 860 | } |
| 967 | - | |
| 968 | 861 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer a .go-to-cart { |
| 969 | 862 | height: 17px; |
| 970 | 863 | margin: 30px 33px 21.5px 0px; |
| 971 | 864 | color: #007bff; |
| @@ -976,9 +869,8 @@ | ||
| 976 | 869 | line-height: 1.21; |
| 977 | 870 | text-align: left; |
| 978 | 871 | font-stretch: normal; |
| 979 | 872 | } |
| 980 | - | |
| 981 | 873 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-first .sellkit-multistep-checkout-first-footer .go-to-shipping { |
| 982 | 874 | display: -webkit-inline-box; |
| 983 | 875 | display: -ms-inline-flexbox; |
| 984 | 876 | display: inline-flex; |
| @@ -1003,13 +895,11 @@ | ||
| 1003 | 895 | line-height: 1.21; |
| 1004 | 896 | cursor: pointer; |
| 1005 | 897 | font-stretch: normal; |
| 1006 | 898 | } |
| 1007 | - | |
| 1008 | 899 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second { |
| 1009 | 900 | display: none; |
| 1010 | 901 | } |
| 1011 | - | |
| 1012 | 902 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer { |
| 1013 | 903 | display: -webkit-box; |
| 1014 | 904 | display: -ms-flexbox; |
| 1015 | 905 | display: flex; |
| @@ -1025,12 +915,26 @@ | ||
| 1025 | 915 | -webkit-box-pack: justify; |
| 1026 | 916 | -ms-flex-pack: justify; |
| 1027 | 917 | justify-content: space-between; |
| 1028 | 918 | } |
| 1029 | - | |
| 1030 | 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; | |
| 1031 | 932 | height: 17px; |
| 1032 | 933 | margin: 20px 0px; |
| 934 | + -webkit-column-gap: 3px; | |
| 935 | + -moz-column-gap: 3px; | |
| 936 | + column-gap: 3px; | |
| 1033 | 937 | color: #007bff; |
| 1034 | 938 | font-size: 14px; |
| 1035 | 939 | font-style: normal; |
| 1036 | 940 | font-weight: 500; |
| @@ -1039,9 +943,8 @@ | ||
| 1039 | 943 | text-align: center; |
| 1040 | 944 | cursor: pointer; |
| 1041 | 945 | font-stretch: normal; |
| 1042 | 946 | } |
| 1043 | - | |
| 1044 | 947 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-payment { |
| 1045 | 948 | display: -webkit-box; |
| 1046 | 949 | display: -ms-flexbox; |
| 1047 | 950 | display: flex; |
| @@ -1073,15 +976,28 @@ | ||
| 1073 | 976 | text-align: center; |
| 1074 | 977 | cursor: pointer; |
| 1075 | 978 | font-stretch: normal; |
| 1076 | 979 | } |
| 1077 | - | |
| 1078 | 980 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-left-column .sellkit-multistep-checkout-third { |
| 1079 | 981 | display: none; |
| 1080 | 982 | } |
| 1081 | - | |
| 1082 | 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; | |
| 1083 | 996 | height: 17px; |
| 997 | + -webkit-column-gap: 3px; | |
| 998 | + -moz-column-gap: 3px; | |
| 999 | + column-gap: 3px; | |
| 1084 | 1000 | color: #007bff; |
| 1085 | 1001 | font-size: 14px; |
| 1086 | 1002 | font-style: normal; |
| 1087 | 1003 | font-weight: 500; |
| @@ -1090,72 +1006,57 @@ | ||
| 1090 | 1006 | text-align: left; |
| 1091 | 1007 | cursor: pointer; |
| 1092 | 1008 | font-stretch: normal; |
| 1093 | 1009 | } |
| 1094 | - | |
| 1095 | 1010 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column { |
| 1096 | 1011 | width: 40%; |
| 1097 | 1012 | padding: 22px 30px 22px 30px; |
| 1098 | 1013 | background-color: transparent; |
| 1099 | 1014 | } |
| 1100 | - | |
| 1101 | 1015 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div { |
| 1102 | 1016 | width: 100%; |
| 1103 | 1017 | clear: both; |
| 1104 | 1018 | } |
| 1105 | - | |
| 1106 | 1019 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar-sticky { |
| 1107 | 1020 | position: sticky !important; |
| 1108 | 1021 | top: 0; |
| 1109 | 1022 | } |
| 1110 | - | |
| 1111 | 1023 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar { |
| 1112 | 1024 | padding: 2px; |
| 1113 | 1025 | scroll-behavior: smooth; |
| 1114 | 1026 | } |
| 1115 | - | |
| 1116 | 1027 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .summary_toggle { |
| 1117 | 1028 | display: none; |
| 1118 | 1029 | } |
| 1119 | - | |
| 1120 | 1030 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar .col2-set { |
| 1121 | 1031 | width: auto !important; |
| 1122 | 1032 | float: none !important; |
| 1123 | 1033 | } |
| 1124 | - | |
| 1125 | 1034 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table { |
| 1126 | 1035 | width: 100%; |
| 1127 | 1036 | max-width: 100%; |
| 1128 | 1037 | } |
| 1129 | - | |
| 1130 | 1038 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr.cart-subtotal th, .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr.cart-subtotal td { |
| 1131 | 1039 | padding-top: 18px; |
| 1132 | 1040 | } |
| 1133 | - | |
| 1134 | 1041 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr .jx-form-row-first { |
| 1135 | 1042 | width: 100%; |
| 1136 | 1043 | } |
| 1137 | - | |
| 1138 | 1044 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr .jx-form-row-first input { |
| 1139 | 1045 | width: 100%; |
| 1140 | 1046 | } |
| 1141 | - | |
| 1142 | 1047 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tr.cart_item td.product-total { |
| 1143 | 1048 | padding-top: 17px; |
| 1144 | 1049 | } |
| 1145 | - | |
| 1146 | 1050 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table .sellkit-custom-coupon-form-d-none { |
| 1147 | 1051 | display: none; |
| 1148 | 1052 | } |
| 1149 | - | |
| 1150 | 1053 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tfoot tr.order-total td, .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column .sellkit-multistep-checkout-sidebar table tfoot tr.order-total th { |
| 1151 | 1054 | padding-top: 17px; |
| 1152 | 1055 | } |
| 1153 | - | |
| 1154 | 1056 | .sellkit-checkout-widget-multi-page-build .sellkit-checkout-collapsible { |
| 1155 | 1057 | margin-top: 0; |
| 1156 | 1058 | } |
| 1157 | - | |
| 1158 | 1059 | .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form { |
| 1159 | 1060 | display: -webkit-inline-box; |
| 1160 | 1061 | display: -ms-inline-flexbox; |
| 1161 | 1062 | display: inline-flex; |
| @@ -1164,9 +1065,8 @@ | ||
| 1164 | 1065 | -webkit-column-gap: 10px; |
| 1165 | 1066 | -moz-column-gap: 10px; |
| 1166 | 1067 | column-gap: 10px; |
| 1167 | 1068 | } |
| 1168 | - | |
| 1169 | 1069 | .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first { |
| 1170 | 1070 | display: -webkit-box; |
| 1171 | 1071 | display: -ms-flexbox; |
| 1172 | 1072 | display: flex; |
| @@ -1174,9 +1074,8 @@ | ||
| 1174 | 1074 | margin-top: 0px; |
| 1175 | 1075 | margin-bottom: 1rem; |
| 1176 | 1076 | padding-top: 0px; |
| 1177 | 1077 | } |
| 1178 | - | |
| 1179 | 1078 | .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first input { |
| 1180 | 1079 | margin: 0px; |
| 1181 | 1080 | padding: 16px 0px 14px 14px; |
| 1182 | 1081 | border: solid 1px rgba(0, 0, 0, 0.2); |
| @@ -1192,13 +1091,11 @@ | ||
| 1192 | 1091 | -webkit-box-shadow: none !important; |
| 1193 | 1092 | box-shadow: none !important; |
| 1194 | 1093 | font-stretch: normal; |
| 1195 | 1094 | } |
| 1196 | - | |
| 1197 | 1095 | .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-first input:focus { |
| 1198 | 1096 | border: solid 2px rgba(0, 123, 255, 0.4); |
| 1199 | 1097 | } |
| 1200 | - | |
| 1201 | 1098 | .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last { |
| 1202 | 1099 | display: -webkit-box; |
| 1203 | 1100 | display: -ms-flexbox; |
| 1204 | 1101 | display: flex; |
| @@ -1204,9 +1101,8 @@ | ||
| 1204 | 1101 | display: flex; |
| 1205 | 1102 | margin-top: 0px; |
| 1206 | 1103 | margin-bottom: 1rem; |
| 1207 | 1104 | } |
| 1208 | - | |
| 1209 | 1105 | .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon { |
| 1210 | 1106 | display: -webkit-box; |
| 1211 | 1107 | display: -ms-flexbox; |
| 1212 | 1108 | display: flex; |
| @@ -1231,9 +1127,8 @@ | ||
| 1231 | 1127 | background-color: #323232; |
| 1232 | 1128 | color: white; |
| 1233 | 1129 | cursor: pointer; |
| 1234 | 1130 | } |
| 1235 | - | |
| 1236 | 1131 | .sellkit-checkout-widget-multi-page-build .sellkit-custom-coupon-form .jx-form-row-last .jx-apply-coupon span { |
| 1237 | 1132 | width: 37px; |
| 1238 | 1133 | height: 17px; |
| 1239 | 1134 | color: #ffffff; |
| @@ -1252,19 +1147,16 @@ | ||
| 1252 | 1147 | border-bottom: none !important; |
| 1253 | 1148 | border-left: none !important; |
| 1254 | 1149 | opacity: 1 !important; |
| 1255 | 1150 | } |
| 1256 | - | |
| 1257 | 1151 | .sellkit-checkout-widget-main-wrapper div#payment { |
| 1258 | 1152 | border-bottom: none !important; |
| 1259 | 1153 | border-radius: 5px; |
| 1260 | 1154 | background: #ebe9eb; |
| 1261 | 1155 | } |
| 1262 | - | |
| 1263 | 1156 | .sellkit-checkout-widget-main-wrapper #order_review { |
| 1264 | 1157 | background-color: unset !important; |
| 1265 | 1158 | } |
| 1266 | - | |
| 1267 | 1159 | .sellkit-checkout-widget-main-wrapper #order_review #sellkit-checkout-widget-order-review-wrap th.sellkit-checkout-widget-divider, |
| 1268 | 1160 | .sellkit-checkout-widget-main-wrapper #order_review #sellkit-checkout-widget-order-review-wrap td.sellkit-checkout-widget-divider { |
| 1269 | 1161 | border: 1px solid #e1e1e1; |
| 1270 | 1162 | border-right: none !important; |
| @@ -1271,29 +1163,25 @@ | ||
| 1271 | 1163 | border-bottom: none !important; |
| 1272 | 1164 | border-left: none !important; |
| 1273 | 1165 | border-radius: 0px !important; |
| 1274 | 1166 | } |
| 1275 | - | |
| 1276 | 1167 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-d-block { |
| 1277 | 1168 | display: block !important; |
| 1278 | 1169 | } |
| 1279 | - | |
| 1280 | 1170 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-d-none { |
| 1281 | 1171 | display: none; |
| 1282 | 1172 | } |
| 1283 | - | |
| 1284 | 1173 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout { |
| 1285 | 1174 | margin-bottom: 32px; |
| 1286 | 1175 | } |
| 1287 | - | |
| 1288 | 1176 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box { |
| 1289 | 1177 | height: auto; |
| 1290 | 1178 | min-height: 112px; |
| 1179 | + padding: 0 16px 12px; | |
| 1291 | 1180 | border: 1px solid #eaeaea; |
| 1292 | 1181 | border-radius: 4px; |
| 1293 | 1182 | background-color: #ffffff; |
| 1294 | 1183 | } |
| 1295 | - | |
| 1296 | 1184 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box legend { |
| 1297 | 1185 | width: -webkit-max-content; |
| 1298 | 1186 | width: -moz-max-content; |
| 1299 | 1187 | width: max-content; |
| @@ -1307,9 +1195,8 @@ | ||
| 1307 | 1195 | line-height: 1.13; |
| 1308 | 1196 | text-align: center; |
| 1309 | 1197 | font-stretch: normal; |
| 1310 | 1198 | } |
| 1311 | - | |
| 1312 | 1199 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box .express-methods { |
| 1313 | 1200 | display: -webkit-box; |
| 1314 | 1201 | display: -ms-flexbox; |
| 1315 | 1202 | display: flex; |
| @@ -1327,15 +1214,14 @@ | ||
| 1327 | 1214 | -webkit-box-pack: center; |
| 1328 | 1215 | -ms-flex-pack: center; |
| 1329 | 1216 | justify-content: center; |
| 1330 | 1217 | margin: 15px 0 0 0; |
| 1331 | - padding: 0 0 10px 0; | |
| 1218 | + padding: 0 0 10px; | |
| 1332 | 1219 | -webkit-column-gap: 20px; |
| 1333 | 1220 | -moz-column-gap: 20px; |
| 1334 | 1221 | column-gap: 20px; |
| 1335 | 1222 | row-gap: 10px; |
| 1336 | 1223 | } |
| 1337 | - | |
| 1338 | 1224 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .express-box .express-methods > div { |
| 1339 | 1225 | display: -webkit-box; |
| 1340 | 1226 | display: -ms-flexbox; |
| 1341 | 1227 | display: flex; |
| @@ -1346,9 +1232,10 @@ | ||
| 1346 | 1232 | align-items: center; |
| 1347 | 1233 | -webkit-box-pack: center; |
| 1348 | 1234 | -ms-flex-pack: center; |
| 1349 | 1235 | justify-content: center; |
| 1350 | - height: 40px; | |
| 1236 | + min-height: 40px; | |
| 1237 | + height: auto; | |
| 1351 | 1238 | border-radius: 4px; |
| 1352 | 1239 | font-size: 14px; |
| 1353 | 1240 | font-weight: bold; |
| 1354 | 1241 | text-align: center; |
| @@ -1353,13 +1240,16 @@ | ||
| 1353 | 1240 | font-weight: bold; |
| 1354 | 1241 | text-align: center; |
| 1355 | 1242 | cursor: pointer; |
| 1356 | 1243 | } |
| 1357 | - | |
| 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 | +} | |
| 1358 | 1249 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box { |
| 1359 | 1250 | border-top: 1px solid #eaeaea; |
| 1360 | 1251 | } |
| 1361 | - | |
| 1362 | 1252 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout .divider-box legend { |
| 1363 | 1253 | width: -webkit-max-content; |
| 1364 | 1254 | width: -moz-max-content; |
| 1365 | 1255 | width: max-content; |
| @@ -1373,9 +1263,8 @@ | ||
| 1373 | 1263 | line-height: 1.2; |
| 1374 | 1264 | text-align: center; |
| 1375 | 1265 | font-stretch: normal; |
| 1376 | 1266 | } |
| 1377 | - | |
| 1378 | 1267 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-express-checkout #sellkit-checkout-or-divider { |
| 1379 | 1268 | border-right: none !important; |
| 1380 | 1269 | border-bottom: none !important; |
| 1381 | 1270 | border-left: none !important; |
| @@ -1380,23 +1269,19 @@ | ||
| 1380 | 1269 | border-bottom: none !important; |
| 1381 | 1270 | border-left: none !important; |
| 1382 | 1271 | border-radius: 0px !important; |
| 1383 | 1272 | } |
| 1384 | - | |
| 1385 | 1273 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile { |
| 1386 | 1274 | display: none; |
| 1387 | 1275 | } |
| 1388 | - | |
| 1389 | 1276 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile i { |
| 1390 | 1277 | margin-right: 13px; |
| 1391 | 1278 | } |
| 1392 | - | |
| 1393 | 1279 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop { |
| 1394 | 1280 | display: -webkit-box; |
| 1395 | 1281 | display: -ms-flexbox; |
| 1396 | 1282 | display: flex; |
| 1397 | 1283 | } |
| 1398 | - | |
| 1399 | 1284 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop, |
| 1400 | 1285 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile { |
| 1401 | 1286 | -webkit-box-orient: horizontal; |
| 1402 | 1287 | -webkit-box-direction: normal; |
| @@ -1406,9 +1291,8 @@ | ||
| 1406 | 1291 | -ms-flex-align: baseline; |
| 1407 | 1292 | align-items: baseline; |
| 1408 | 1293 | margin-bottom: 36px; |
| 1409 | 1294 | } |
| 1410 | - | |
| 1411 | 1295 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop span, |
| 1412 | 1296 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span { |
| 1413 | 1297 | height: 19px; |
| 1414 | 1298 | margin: 0; |
| @@ -1421,21 +1305,19 @@ | ||
| 1421 | 1305 | text-align: left; |
| 1422 | 1306 | cursor: pointer; |
| 1423 | 1307 | font-stretch: normal; |
| 1424 | 1308 | } |
| 1425 | - | |
| 1426 | 1309 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .blue-line, |
| 1427 | 1310 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .blue-line { |
| 1428 | 1311 | color: #007bff; |
| 1429 | 1312 | } |
| 1430 | - | |
| 1431 | 1313 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop .current, |
| 1432 | 1314 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile .current { |
| 1433 | 1315 | color: #323232; |
| 1434 | 1316 | } |
| 1435 | - | |
| 1436 | -.sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-desktop i, | |
| 1437 | -.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 { | |
| 1438 | 1320 | width: 6px; |
| 1439 | 1321 | height: 10px; |
| 1440 | 1322 | font-size: 12px; |
| 1441 | 1323 | -o-object-fit: contain; |
| @@ -1440,20 +1322,18 @@ | ||
| 1440 | 1322 | font-size: 12px; |
| 1441 | 1323 | -o-object-fit: contain; |
| 1442 | 1324 | object-fit: contain; |
| 1443 | 1325 | } |
| 1444 | - | |
| 1445 | -.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, | |
| 1446 | 1327 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-breadcrumb-mobile span, |
| 1447 | -.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 { | |
| 1448 | 1330 | margin-right: 15px; |
| 1449 | 1331 | } |
| 1450 | - | |
| 1451 | 1332 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section { |
| 1452 | 1333 | max-width: 100%; |
| 1453 | 1334 | margin-top: -13px; |
| 1454 | 1335 | } |
| 1455 | - | |
| 1456 | 1336 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div { |
| 1457 | 1337 | display: -webkit-box; |
| 1458 | 1338 | display: -ms-flexbox; |
| 1459 | 1339 | display: flex; |
| @@ -1459,19 +1339,15 @@ | ||
| 1459 | 1339 | display: flex; |
| 1460 | 1340 | width: 100%; |
| 1461 | 1341 | margin: 7px 0 0 0; |
| 1462 | 1342 | } |
| 1463 | - | |
| 1464 | 1343 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-fields-wrapper { |
| 1465 | 1344 | width: 100%; |
| 1466 | 1345 | } |
| 1467 | - | |
| 1468 | 1346 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section > div .sellkit-checkout-widget-password-field { |
| 1469 | 1347 | display: none !important; |
| 1470 | 1348 | } |
| 1471 | - | |
| 1472 | 1349 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .header { |
| 1473 | - height: 23px; | |
| 1474 | 1350 | margin: 0 0 4px 0; |
| 1475 | 1351 | color: #323232; |
| 1476 | 1352 | font-size: 20px; |
| 1477 | 1353 | font-style: normal; |
| @@ -1480,17 +1356,14 @@ | ||
| 1480 | 1356 | line-height: 1.2; |
| 1481 | 1357 | text-align: left; |
| 1482 | 1358 | font-stretch: normal; |
| 1483 | 1359 | } |
| 1484 | - | |
| 1485 | 1360 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-holder { |
| 1486 | 1361 | margin-top: 20px; |
| 1487 | 1362 | } |
| 1488 | - | |
| 1489 | 1363 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-holder input { |
| 1490 | 1364 | text-transform: initial !important; |
| 1491 | 1365 | } |
| 1492 | - | |
| 1493 | 1366 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email { |
| 1494 | 1367 | width: 100%; |
| 1495 | 1368 | max-width: 100%; |
| 1496 | 1369 | margin-top: 21px; |
| @@ -1495,9 +1368,8 @@ | ||
| 1495 | 1368 | max-width: 100%; |
| 1496 | 1369 | margin-top: 21px; |
| 1497 | 1370 | margin-bottom: 0px; |
| 1498 | 1371 | } |
| 1499 | - | |
| 1500 | 1372 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email input { |
| 1501 | 1373 | width: 100%; |
| 1502 | 1374 | height: 46px; |
| 1503 | 1375 | margin: 0px 2px 0px 0px; |
| @@ -1515,21 +1387,17 @@ | ||
| 1515 | 1387 | -webkit-box-shadow: none !important; |
| 1516 | 1388 | box-shadow: none !important; |
| 1517 | 1389 | font-stretch: normal; |
| 1518 | 1390 | } |
| 1519 | - | |
| 1520 | 1391 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .log-email input:focus { |
| 1521 | 1392 | border: solid 2px rgba(0, 123, 255, 0.4); |
| 1522 | 1393 | } |
| 1523 | - | |
| 1524 | 1394 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .mini-title { |
| 1525 | 1395 | display: none; |
| 1526 | 1396 | } |
| 1527 | - | |
| 1528 | 1397 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login_hidden_section { |
| 1529 | 1398 | display: none; |
| 1530 | 1399 | } |
| 1531 | - | |
| 1532 | 1400 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-error, |
| 1533 | 1401 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-email-empty, |
| 1534 | 1402 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .sellkit-checkout-widget-username-error { |
| 1535 | 1403 | display: none; |
| @@ -1542,9 +1410,8 @@ | ||
| 1542 | 1410 | line-height: 1.14; |
| 1543 | 1411 | text-align: left; |
| 1544 | 1412 | font-stretch: normal; |
| 1545 | 1413 | } |
| 1546 | - | |
| 1547 | 1414 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .jupiter-checkout-widget-email-search { |
| 1548 | 1415 | display: none; |
| 1549 | 1416 | padding: 7px 0 0 0; |
| 1550 | 1417 | font-size: 14px; |
| @@ -1554,13 +1421,11 @@ | ||
| 1554 | 1421 | line-height: 1.14; |
| 1555 | 1422 | text-align: left; |
| 1556 | 1423 | font-stretch: normal; |
| 1557 | 1424 | } |
| 1558 | - | |
| 1559 | 1425 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div { |
| 1560 | 1426 | padding-top: 11px; |
| 1561 | 1427 | } |
| 1562 | - | |
| 1563 | 1428 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div .login-submit { |
| 1564 | 1429 | display: -webkit-inline-box; |
| 1565 | 1430 | display: -ms-inline-flexbox; |
| 1566 | 1431 | display: inline-flex; |
| @@ -1580,15 +1445,13 @@ | ||
| 1580 | 1445 | text-align: left; |
| 1581 | 1446 | cursor: pointer; |
| 1582 | 1447 | font-stretch: normal; |
| 1583 | 1448 | } |
| 1584 | - | |
| 1585 | 1449 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .login-wrapper > div .login-result { |
| 1586 | 1450 | display: block; |
| 1587 | 1451 | margin-top: 7px; |
| 1588 | 1452 | font-size: 13px; |
| 1589 | 1453 | } |
| 1590 | - | |
| 1591 | 1454 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc { |
| 1592 | 1455 | display: none; |
| 1593 | 1456 | margin: 8px 0px 0px 0px; |
| 1594 | 1457 | color: #323232; |
| @@ -1599,15 +1462,13 @@ | ||
| 1599 | 1462 | line-height: 1.14; |
| 1600 | 1463 | text-align: left; |
| 1601 | 1464 | font-stretch: normal; |
| 1602 | 1465 | } |
| 1603 | - | |
| 1604 | 1466 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc p { |
| 1605 | 1467 | display: -webkit-box; |
| 1606 | 1468 | display: -ms-flexbox; |
| 1607 | 1469 | display: flex; |
| 1608 | 1470 | } |
| 1609 | - | |
| 1610 | 1471 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc .sellkit-create-account-checkbox { |
| 1611 | 1472 | width: 18px; |
| 1612 | 1473 | height: 18px; |
| 1613 | 1474 | margin: 0px; |
| @@ -1616,9 +1477,8 @@ | ||
| 1616 | 1477 | background-color: #ffffff; |
| 1617 | 1478 | -webkit-box-shadow: none !important; |
| 1618 | 1479 | box-shadow: none !important; |
| 1619 | 1480 | } |
| 1620 | - | |
| 1621 | 1481 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-widget-login-section .create-desc .sellkit-create-account-checkbox-label { |
| 1622 | 1482 | height: 16px; |
| 1623 | 1483 | margin: 0px 0px 0px 8px; |
| 1624 | 1484 | padding-top: 3px; |
| @@ -1631,17 +1491,14 @@ | ||
| 1631 | 1491 | text-align: left; |
| 1632 | 1492 | cursor: pointer; |
| 1633 | 1493 | font-stretch: normal; |
| 1634 | 1494 | } |
| 1635 | - | |
| 1636 | 1495 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-hide-completely { |
| 1637 | 1496 | display: none !important; |
| 1638 | 1497 | margin: 0 !important; |
| 1639 | 1498 | padding: 0 !important; |
| 1640 | 1499 | } |
| 1641 | - | |
| 1642 | 1500 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address .header { |
| 1643 | - height: 23px; | |
| 1644 | 1501 | margin: 24px 0px 21px 3px; |
| 1645 | 1502 | color: #323232; |
| 1646 | 1503 | font-size: 20px; |
| 1647 | 1504 | font-style: normal; |
| @@ -1650,22 +1507,15 @@ | ||
| 1650 | 1507 | line-height: 1.2; |
| 1651 | 1508 | text-align: left; |
| 1652 | 1509 | font-stretch: normal; |
| 1653 | 1510 | } |
| 1654 | - | |
| 1655 | -.sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-one-page-checkout-shipping .shipping_address #ship-to-different-address { | |
| 1656 | - display: none !important; | |
| 1657 | -} | |
| 1658 | - | |
| 1659 | 1511 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form .sellkit-checkout-widget-primary-button:hover, |
| 1660 | 1512 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id form #place_order:hover { |
| 1661 | 1513 | background-color: #111111; |
| 1662 | 1514 | } |
| 1663 | - | |
| 1664 | 1515 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form td { |
| 1665 | 1516 | padding: 9px 0 17px 0; |
| 1666 | 1517 | } |
| 1667 | - | |
| 1668 | 1518 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form .sellkit-coupon-toggle { |
| 1669 | 1519 | display: block; |
| 1670 | 1520 | padding: 4px 0 11px 0; |
| 1671 | 1521 | color: #007bff; |
| @@ -1677,16 +1527,13 @@ | ||
| 1677 | 1527 | text-align: left; |
| 1678 | 1528 | cursor: pointer; |
| 1679 | 1529 | font-stretch: normal; |
| 1680 | 1530 | } |
| 1681 | - | |
| 1682 | 1531 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id tr.coupon-form .sellkit-normal-coupon-form { |
| 1683 | 1532 | padding: 6px 0 2px 0; |
| 1684 | 1533 | } |
| 1685 | - | |
| 1686 | 1534 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods .shipping-method-header { |
| 1687 | 1535 | width: 100%; |
| 1688 | - height: 19px; | |
| 1689 | 1536 | margin: 2px 0px 23px 0px; |
| 1690 | 1537 | color: #323232; |
| 1691 | 1538 | font-size: 20px; |
| 1692 | 1539 | font-style: normal; |
| @@ -1695,9 +1542,8 @@ | ||
| 1695 | 1542 | line-height: 1.2; |
| 1696 | 1543 | text-align: left; |
| 1697 | 1544 | font-stretch: normal; |
| 1698 | 1545 | } |
| 1699 | - | |
| 1700 | 1546 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods > span { |
| 1701 | 1547 | display: -webkit-inline-box; |
| 1702 | 1548 | display: -ms-inline-flexbox; |
| 1703 | 1549 | display: inline-flex; |
| @@ -1709,9 +1555,8 @@ | ||
| 1709 | 1555 | line-height: 1.2; |
| 1710 | 1556 | text-align: left; |
| 1711 | 1557 | font-stretch: normal; |
| 1712 | 1558 | } |
| 1713 | - | |
| 1714 | 1559 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page { |
| 1715 | 1560 | width: 100%; |
| 1716 | 1561 | margin-top: 19px; |
| 1717 | 1562 | margin-right: 10px; |
| @@ -1719,9 +1564,8 @@ | ||
| 1719 | 1564 | border: solid 1px #e1e1e1; |
| 1720 | 1565 | border-radius: 4px; |
| 1721 | 1566 | border-collapse: collapse; |
| 1722 | 1567 | } |
| 1723 | - | |
| 1724 | 1568 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr { |
| 1725 | 1569 | border-top: none !important; |
| 1726 | 1570 | border-right: none !important; |
| 1727 | 1571 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| @@ -1727,45 +1571,36 @@ | ||
| 1727 | 1571 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| 1728 | 1572 | border-left: none !important; |
| 1729 | 1573 | background-color: #fff; |
| 1730 | 1574 | } |
| 1731 | - | |
| 1732 | 1575 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr td:nth-child(1) { |
| 1733 | 1576 | border-right-width: 0px !important; |
| 1734 | 1577 | } |
| 1735 | - | |
| 1736 | 1578 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr td:nth-child(2) { |
| 1737 | 1579 | border-left-width: 0px !important; |
| 1738 | 1580 | } |
| 1739 | - | |
| 1740 | 1581 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page tr td { |
| 1741 | 1582 | background-color: #fff; |
| 1742 | 1583 | } |
| 1743 | - | |
| 1744 | 1584 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page .sellkit-shipping-method-t1 { |
| 1745 | 1585 | width: 70%; |
| 1746 | 1586 | padding: 16px 0 0 15px; |
| 1747 | 1587 | text-align: center; |
| 1748 | 1588 | } |
| 1749 | - | |
| 1750 | 1589 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page .sellkit-shipping-method-t1 .wrp { |
| 1751 | 1590 | padding-top: 2px; |
| 1752 | 1591 | padding-left: 20px; |
| 1753 | 1592 | } |
| 1754 | - | |
| 1755 | 1593 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page .sellkit-shipping-method-t1 .wrp .checkmark { |
| 1756 | 1594 | top: 3px; |
| 1757 | 1595 | left: 4px; |
| 1758 | 1596 | } |
| 1759 | - | |
| 1760 | 1597 | .sellkit-checkout-widget-main-wrapper #sellkit-checkout-widget-id .sellkit-one-page-shipping-methods table.sellkit-shipping-methods-one-page .sellkit-shipping-method-t3 { |
| 1761 | 1598 | padding-right: 17px; |
| 1762 | 1599 | text-align: right; |
| 1763 | 1600 | } |
| 1764 | - | |
| 1765 | 1601 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-heading { |
| 1766 | - height: 23px; | |
| 1767 | - margin: 26px 2px 9px 3px; | |
| 1602 | + margin: 26px 2px 9px 3px !important; | |
| 1768 | 1603 | color: #323232; |
| 1769 | 1604 | font-size: 20px; |
| 1770 | 1605 | font-style: normal; |
| 1771 | 1606 | font-weight: normal; |
| @@ -1773,12 +1608,10 @@ | ||
| 1773 | 1608 | line-height: 1.2; |
| 1774 | 1609 | text-align: left; |
| 1775 | 1610 | font-stretch: normal; |
| 1776 | 1611 | } |
| 1777 | - | |
| 1778 | 1612 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-desc { |
| 1779 | - height: 16px; | |
| 1780 | - margin: 9px 0px 19px 3px; | |
| 1613 | + margin: 9px 0px 7px 3px; | |
| 1781 | 1614 | color: #737373; |
| 1782 | 1615 | font-size: 14px; |
| 1783 | 1616 | font-style: normal; |
| 1784 | 1617 | font-weight: normal; |
| @@ -1786,11 +1619,9 @@ | ||
| 1786 | 1619 | line-height: 1.14; |
| 1787 | 1620 | text-align: left; |
| 1788 | 1621 | font-stretch: normal; |
| 1789 | 1622 | } |
| 1790 | - | |
| 1791 | 1623 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-order-review-heading { |
| 1792 | - height: 23px; | |
| 1793 | 1624 | margin: 0px 0px 19px 0 !important; |
| 1794 | 1625 | color: #323232; |
| 1795 | 1626 | font-size: 20px; |
| 1796 | 1627 | font-style: normal; |
| @@ -1799,15 +1630,13 @@ | ||
| 1799 | 1630 | line-height: 1.2; |
| 1800 | 1631 | text-align: left; |
| 1801 | 1632 | font-stretch: normal; |
| 1802 | 1633 | } |
| 1803 | - | |
| 1804 | 1634 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods { |
| 1805 | 1635 | margin-top: 0 !important; |
| 1806 | 1636 | margin-bottom: 0 !important; |
| 1807 | 1637 | border: solid 1px #e1e1e1; |
| 1808 | 1638 | } |
| 1809 | - | |
| 1810 | 1639 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods { |
| 1811 | 1640 | margin-bottom: 0 !important; |
| 1812 | 1641 | padding: 0px !important; |
| 1813 | 1642 | border: none !important; |
| @@ -1812,9 +1641,8 @@ | ||
| 1812 | 1641 | padding: 0px !important; |
| 1813 | 1642 | border: none !important; |
| 1814 | 1643 | border-radius: 5px; |
| 1815 | 1644 | } |
| 1816 | - | |
| 1817 | 1645 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li { |
| 1818 | 1646 | display: -webkit-box; |
| 1819 | 1647 | display: -ms-flexbox; |
| 1820 | 1648 | display: flex; |
| @@ -1832,9 +1660,8 @@ | ||
| 1832 | 1660 | padding: 0px 0px 0px 18px; |
| 1833 | 1661 | background-color: #ffffff !important; |
| 1834 | 1662 | cursor: pointer !important; |
| 1835 | 1663 | } |
| 1836 | - | |
| 1837 | 1664 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label { |
| 1838 | 1665 | height: inherit; |
| 1839 | 1666 | margin: 0 !important; |
| 1840 | 1667 | padding: 0 !important; |
| @@ -1840,17 +1667,14 @@ | ||
| 1840 | 1667 | padding: 0 !important; |
| 1841 | 1668 | border-left: none !important; |
| 1842 | 1669 | background-color: #fff !important; |
| 1843 | 1670 | } |
| 1844 | - | |
| 1845 | 1671 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label::hover { |
| 1846 | 1672 | background-color: #fff !important; |
| 1847 | 1673 | } |
| 1848 | - | |
| 1849 | 1674 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label .checkmark { |
| 1850 | 1675 | position: relative; |
| 1851 | 1676 | } |
| 1852 | - | |
| 1853 | 1677 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label { |
| 1854 | 1678 | display: -webkit-box; |
| 1855 | 1679 | display: -ms-flexbox; |
| 1856 | 1680 | display: flex; |
| @@ -1872,9 +1696,8 @@ | ||
| 1872 | 1696 | -webkit-box-pack: justify; |
| 1873 | 1697 | -ms-flex-pack: justify; |
| 1874 | 1698 | justify-content: space-between; |
| 1875 | 1699 | } |
| 1876 | - | |
| 1877 | 1700 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label span { |
| 1878 | 1701 | display: -webkit-box; |
| 1879 | 1702 | display: -ms-flexbox; |
| 1880 | 1703 | display: flex; |
| @@ -1887,9 +1710,8 @@ | ||
| 1887 | 1710 | -webkit-box-pack: end; |
| 1888 | 1711 | -ms-flex-pack: end; |
| 1889 | 1712 | justify-content: flex-end; |
| 1890 | 1713 | } |
| 1891 | - | |
| 1892 | 1714 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label img { |
| 1893 | 1715 | position: relative; |
| 1894 | 1716 | -webkit-box-flex: 1; |
| 1895 | 1717 | -ms-flex-positive: 1; |
| @@ -1897,20 +1719,17 @@ | ||
| 1897 | 1719 | max-width: 40px; |
| 1898 | 1720 | max-height: 40px !important; |
| 1899 | 1721 | margin: 0px 10px 0 0 !important; |
| 1900 | 1722 | } |
| 1901 | - | |
| 1902 | 1723 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label > img:first-of-type { |
| 1903 | 1724 | position: absolute !important; |
| 1904 | 1725 | right: 0; |
| 1905 | 1726 | } |
| 1906 | - | |
| 1907 | 1727 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods li label label span { |
| 1908 | 1728 | -webkit-box-flex: 1; |
| 1909 | 1729 | -ms-flex-positive: 1; |
| 1910 | 1730 | flex-grow: 1; |
| 1911 | 1731 | } |
| 1912 | - | |
| 1913 | 1732 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .woocommerce-notice--info { |
| 1914 | 1733 | height: auto !important; |
| 1915 | 1734 | min-height: 52px; |
| 1916 | 1735 | margin: 0px; |
| @@ -1923,13 +1742,11 @@ | ||
| 1923 | 1742 | line-height: 1.14; |
| 1924 | 1743 | text-align: left; |
| 1925 | 1744 | font-stretch: normal; |
| 1926 | 1745 | } |
| 1927 | - | |
| 1928 | 1746 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .woocommerce-notice--info::before { |
| 1929 | 1747 | top: auto !important; |
| 1930 | 1748 | } |
| 1931 | - | |
| 1932 | 1749 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .sellkit_payment_box { |
| 1933 | 1750 | display: none; |
| 1934 | 1751 | margin: 0px; |
| 1935 | 1752 | padding: 17px 13px 17px 18px; |
| @@ -1939,9 +1756,8 @@ | ||
| 1939 | 1756 | border-left: none !important; |
| 1940 | 1757 | border-radius: 0px !important; |
| 1941 | 1758 | background-color: #fafafa; |
| 1942 | 1759 | } |
| 1943 | - | |
| 1944 | 1760 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .sellkit_payment_box p { |
| 1945 | 1761 | margin: 0px; |
| 1946 | 1762 | padding: 0px; |
| 1947 | 1763 | color: #737373; |
| @@ -1952,16 +1768,13 @@ | ||
| 1952 | 1768 | line-height: 1.14; |
| 1953 | 1769 | text-align: left; |
| 1954 | 1770 | font-stretch: normal; |
| 1955 | 1771 | } |
| 1956 | - | |
| 1957 | 1772 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-payment-methods ul.payment_methods .payment_method_paypal .about_paypal { |
| 1958 | 1773 | display: none; |
| 1959 | 1774 | } |
| 1960 | - | |
| 1961 | 1775 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .sellkit-one-page-checkout-billing-header { |
| 1962 | - height: 23px; | |
| 1963 | - margin: 42px 0px 9px 3px; | |
| 1776 | + margin: 0px 0px 9px 3px; | |
| 1964 | 1777 | color: #323232; |
| 1965 | 1778 | font-size: 20px; |
| 1966 | 1779 | font-style: normal; |
| 1967 | 1780 | font-weight: normal; |
| @@ -1969,12 +1782,10 @@ | ||
| 1969 | 1782 | line-height: 1.2; |
| 1970 | 1783 | text-align: left; |
| 1971 | 1784 | font-stretch: normal; |
| 1972 | 1785 | } |
| 1973 | - | |
| 1974 | 1786 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-desc { |
| 1975 | 1787 | width: 100%; |
| 1976 | - height: 16px; | |
| 1977 | 1788 | margin: 9px 0 18px 3px; |
| 1978 | 1789 | color: #737373; |
| 1979 | 1790 | font-size: 14px; |
| 1980 | 1791 | font-style: normal; |
| @@ -1983,9 +1794,8 @@ | ||
| 1983 | 1794 | line-height: 1.14; |
| 1984 | 1795 | text-align: left; |
| 1985 | 1796 | font-stretch: normal; |
| 1986 | 1797 | } |
| 1987 | - | |
| 1988 | 1798 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method { |
| 1989 | 1799 | margin: 18px 0 0 0; |
| 1990 | 1800 | padding: 0px 13px 0px 18px; |
| 1991 | 1801 | border: solid 1px #e1e1e1; |
| @@ -1990,28 +1800,23 @@ | ||
| 1990 | 1800 | padding: 0px 13px 0px 18px; |
| 1991 | 1801 | border: solid 1px #e1e1e1; |
| 1992 | 1802 | background-color: #ffffff; |
| 1993 | 1803 | } |
| 1994 | - | |
| 1995 | 1804 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method hr { |
| 1996 | 1805 | height: 0; |
| 1997 | 1806 | border: 0; |
| 1998 | 1807 | border-top: solid 1px #e1e1e1; |
| 1999 | 1808 | } |
| 2000 | - | |
| 2001 | 1809 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div { |
| 2002 | 1810 | padding-top: 18px; |
| 2003 | 1811 | padding-bottom: 18px; |
| 2004 | 1812 | } |
| 2005 | - | |
| 2006 | 1813 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label { |
| 2007 | 1814 | margin: 0 auto 0 0; |
| 2008 | 1815 | } |
| 2009 | - | |
| 2010 | 1816 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label label, .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-billing .billing-method div label .labels { |
| 2011 | 1817 | margin: 0 auto 0 17px; |
| 2012 | 1818 | } |
| 2013 | - | |
| 2014 | 1819 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order { |
| 2015 | 1820 | display: -webkit-box; |
| 2016 | 1821 | display: -ms-flexbox; |
| 2017 | 1822 | display: flex; |
| @@ -2026,9 +1831,8 @@ | ||
| 2026 | 1831 | -ms-flex-pack: justify; |
| 2027 | 1832 | justify-content: space-between; |
| 2028 | 1833 | margin-top: 40px; |
| 2029 | 1834 | } |
| 2030 | - | |
| 2031 | 1835 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order #place_order { |
| 2032 | 1836 | display: -webkit-inline-box; |
| 2033 | 1837 | display: -ms-inline-flexbox; |
| 2034 | 1838 | display: inline-flex; |
| @@ -2062,42 +1866,70 @@ | ||
| 2062 | 1866 | -webkit-box-shadow: none; |
| 2063 | 1867 | box-shadow: none; |
| 2064 | 1868 | font-stretch: normal; |
| 2065 | 1869 | } |
| 2066 | - | |
| 2067 | 1870 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .jupiterx-continue-shopping { |
| 2068 | 1871 | display: none !important; |
| 2069 | 1872 | } |
| 2070 | - | |
| 2071 | 1873 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .gpay-card-info-container-fill { |
| 2072 | 1874 | width: auto; |
| 2073 | 1875 | } |
| 2074 | - | |
| 2075 | 1876 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order > div .gpay-card-info-container { |
| 2076 | 1877 | max-width: 170px; |
| 2077 | 1878 | } |
| 2078 | - | |
| 2079 | 1879 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container { |
| 2080 | 1880 | display: contents; |
| 2081 | 1881 | } |
| 2082 | - | |
| 2083 | 1882 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .wc-braintree-paypal-button-container .paypal-buttons { |
| 2084 | 1883 | max-width: 170px !important; |
| 2085 | 1884 | } |
| 2086 | - | |
| 2087 | 1885 | .sellkit-checkout-widget-main-wrapper .sellkit-one-page-checkout-place-order .mfn-woo-cart-link { |
| 2088 | 1886 | display: none !important; |
| 2089 | 1887 | } |
| 2090 | - | |
| 2091 | 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 { |
| 2092 | 1889 | background-color: #fafafa; |
| 2093 | 1890 | } |
| 2094 | - | |
| 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 | +} | |
| 2095 | 1928 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products { |
| 2096 | 1929 | margin-top: 17px; |
| 2097 | 1930 | padding-bottom: 32px; |
| 2098 | 1931 | } |
| 2099 | - | |
| 2100 | 1932 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-header { |
| 2101 | 1933 | display: -webkit-box; |
| 2102 | 1934 | display: -ms-flexbox; |
| 2103 | 1935 | display: flex; |
| @@ -2110,9 +1942,8 @@ | ||
| 2110 | 1942 | line-height: 1.2; |
| 2111 | 1943 | text-align: left; |
| 2112 | 1944 | font-stretch: normal; |
| 2113 | 1945 | } |
| 2114 | - | |
| 2115 | 1946 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table { |
| 2116 | 1947 | width: 100%; |
| 2117 | 1948 | border-bottom: solid 1px #e1e1e1; |
| 2118 | 1949 | border-bottom-left-radius: 4px; |
| @@ -2119,15 +1950,13 @@ | ||
| 2119 | 1950 | border-bottom-right-radius: 4px; |
| 2120 | 1951 | border-collapse: separate; |
| 2121 | 1952 | border-spacing: 0; |
| 2122 | 1953 | } |
| 2123 | - | |
| 2124 | 1954 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row { |
| 2125 | 1955 | height: 51px; |
| 2126 | 1956 | padding: 16px 0 0; |
| 2127 | 1957 | background-color: #fff; |
| 2128 | 1958 | } |
| 2129 | - | |
| 2130 | 1959 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row th { |
| 2131 | 1960 | border: solid 1px #e1e1e1; |
| 2132 | 1961 | color: #323232; |
| 2133 | 1962 | font-size: 14px; |
| @@ -2137,9 +1966,8 @@ | ||
| 2137 | 1966 | line-height: 1.21; |
| 2138 | 1967 | text-align: left; |
| 2139 | 1968 | font-stretch: normal; |
| 2140 | 1969 | } |
| 2141 | - | |
| 2142 | 1970 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-title { |
| 2143 | 1971 | width: 50%; |
| 2144 | 1972 | padding-left: 17px; |
| 2145 | 1973 | border-right: none; |
| @@ -2144,9 +1972,8 @@ | ||
| 2144 | 1972 | padding-left: 17px; |
| 2145 | 1973 | border-right: none; |
| 2146 | 1974 | border-top-left-radius: 4px; |
| 2147 | 1975 | } |
| 2148 | - | |
| 2149 | 1976 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-quantity { |
| 2150 | 1977 | width: 105px; |
| 2151 | 1978 | padding-left: 0px; |
| 2152 | 1979 | border-right: none; |
| @@ -2151,9 +1978,8 @@ | ||
| 2151 | 1978 | padding-left: 0px; |
| 2152 | 1979 | border-right: none; |
| 2153 | 1980 | border-left: none; |
| 2154 | 1981 | } |
| 2155 | - | |
| 2156 | 1982 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-head-row .sellkit-head-row-price { |
| 2157 | 1983 | width: 105px; |
| 2158 | 1984 | padding-right: 17px; |
| 2159 | 1985 | border-left: none; |
| @@ -2159,18 +1985,15 @@ | ||
| 2159 | 1985 | border-left: none; |
| 2160 | 1986 | border-top-right-radius: 4px; |
| 2161 | 1987 | text-align: right; |
| 2162 | 1988 | } |
| 2163 | - | |
| 2164 | 1989 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item { |
| 2165 | 1990 | height: 48px; |
| 2166 | 1991 | background-color: #fafafa; |
| 2167 | 1992 | } |
| 2168 | - | |
| 2169 | 1993 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item td { |
| 2170 | 1994 | padding: 0; |
| 2171 | 1995 | } |
| 2172 | - | |
| 2173 | 1996 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title { |
| 2174 | 1997 | display: -webkit-box; |
| 2175 | 1998 | display: -ms-flexbox; |
| 2176 | 1999 | display: flex; |
| @@ -2203,19 +2026,16 @@ | ||
| 2203 | 2026 | line-height: 1.21; |
| 2204 | 2027 | text-align: left; |
| 2205 | 2028 | font-stretch: normal; |
| 2206 | 2029 | } |
| 2207 | - | |
| 2208 | 2030 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title input { |
| 2209 | 2031 | -webkit-box-shadow: none !important; |
| 2210 | 2032 | box-shadow: none !important; |
| 2211 | 2033 | } |
| 2212 | - | |
| 2213 | 2034 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-title label { |
| 2214 | 2035 | margin: 0; |
| 2215 | 2036 | cursor: pointer; |
| 2216 | 2037 | } |
| 2217 | - | |
| 2218 | 2038 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-quantity { |
| 2219 | 2039 | border: 0; |
| 2220 | 2040 | color: #323232; |
| 2221 | 2041 | font-size: 14px; |
| @@ -2226,9 +2046,8 @@ | ||
| 2226 | 2046 | text-align: left; |
| 2227 | 2047 | vertical-align: middle; |
| 2228 | 2048 | font-stretch: normal; |
| 2229 | 2049 | } |
| 2230 | - | |
| 2231 | 2050 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-quantity input { |
| 2232 | 2051 | width: 49px; |
| 2233 | 2052 | height: 30px; |
| 2234 | 2053 | padding: 6px 0 6px 5px !important; |
| @@ -2236,9 +2055,8 @@ | ||
| 2236 | 2055 | text-align: center; |
| 2237 | 2056 | -webkit-box-shadow: none !important; |
| 2238 | 2057 | box-shadow: none !important; |
| 2239 | 2058 | } |
| 2240 | - | |
| 2241 | 2059 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item .sellkit-checkout-bundled-price { |
| 2242 | 2060 | padding-right: 17px; |
| 2243 | 2061 | border-right: solid 1px #e1e1e1; |
| 2244 | 2062 | border-width: 0 1px 0 0; |
| @@ -2251,21 +2069,17 @@ | ||
| 2251 | 2069 | text-align: right; |
| 2252 | 2070 | vertical-align: middle; |
| 2253 | 2071 | font-stretch: normal; |
| 2254 | 2072 | } |
| 2255 | - | |
| 2256 | 2073 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item:last-of-type td { |
| 2257 | 2074 | border-bottom: solid 1px #e1e1e1; |
| 2258 | 2075 | } |
| 2259 | - | |
| 2260 | 2076 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item:last-of-type .sellkit-checkout-bundled-title { |
| 2261 | 2077 | border-bottom-left-radius: 4px; |
| 2262 | 2078 | } |
| 2263 | - | |
| 2264 | 2079 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-products-item:last-of-type .sellkit-checkout-bundled-price { |
| 2265 | 2080 | border-bottom-right-radius: 4px; |
| 2266 | 2081 | } |
| 2267 | - | |
| 2268 | 2082 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row { |
| 2269 | 2083 | margin: 0 !important; |
| 2270 | 2084 | padding: 0 !important; |
| 2271 | 2085 | border: none; |
| @@ -2272,40 +2086,60 @@ | ||
| 2272 | 2086 | border-right: 1px solid #e1e1e1; |
| 2273 | 2087 | background-color: #fafafa; |
| 2274 | 2088 | line-height: normal; |
| 2275 | 2089 | } |
| 2276 | - | |
| 2277 | 2090 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row hr { |
| 2278 | 2091 | margin: 0 16px; |
| 2279 | 2092 | border-top: solid 1px #e1e1e1; |
| 2280 | 2093 | } |
| 2281 | - | |
| 2282 | 2094 | @supports (-moz-appearance: none) { |
| 2283 | 2095 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-bundled-products .sellkit-checkout-bundled-products-table .sellkit-checkout-bundled-spacer-row hr { |
| 2284 | 2096 | opacity: 0.3; |
| 2285 | 2097 | } |
| 2286 | 2098 | } |
| 2287 | - | |
| 2288 | 2099 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms { |
| 2289 | 2100 | margin-top: 10px; |
| 2290 | 2101 | } |
| 2291 | - | |
| 2292 | 2102 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-invalid #terms { |
| 2293 | 2103 | outline: none !important; |
| 2294 | 2104 | } |
| 2295 | - | |
| 2296 | 2105 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms span, .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms label { |
| 2297 | 2106 | color: inherit !important; |
| 2298 | 2107 | } |
| 2299 | - | |
| 2300 | 2108 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-form__input-checkbox { |
| 2301 | 2109 | margin: 0 2px 0 0 !important; |
| 2302 | 2110 | } |
| 2303 | - | |
| 2304 | 2111 | .sellkit-checkout-widget-main-wrapper .sellkit-checkout-terms .woocommerce-privacy-policy-text p { |
| 2305 | 2112 | margin: 0; |
| 2306 | 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 | +} | |
| 2307 | 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 | + | |
| 2308 | 2142 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table { |
| 2309 | 2143 | margin-top: 0 !important; |
| 2310 | 2144 | margin-left: 0px; |
| 2311 | 2145 | padding-left: 0px; |
| @@ -2313,19 +2147,16 @@ | ||
| 2313 | 2147 | background-color: transparent; |
| 2314 | 2148 | border-collapse: initial !important; |
| 2315 | 2149 | /* Hide default shipping method and replace our own */ |
| 2316 | 2150 | } |
| 2317 | - | |
| 2318 | 2151 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tbody td { |
| 2319 | 2152 | padding-right: 0 !important; |
| 2320 | 2153 | padding-left: 0 !important; |
| 2321 | 2154 | background-color: inherit !important; |
| 2322 | 2155 | } |
| 2323 | - | |
| 2324 | 2156 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr th, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td { |
| 2325 | 2157 | background-color: inherit; |
| 2326 | 2158 | } |
| 2327 | - | |
| 2328 | 2159 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr th:not(.sellkit-order-total) { |
| 2329 | 2160 | color: #323232; |
| 2330 | 2161 | font-size: 14px; |
| 2331 | 2162 | font-style: normal; |
| @@ -2334,9 +2165,8 @@ | ||
| 2334 | 2165 | line-height: 1.21; |
| 2335 | 2166 | text-align: left; |
| 2336 | 2167 | font-stretch: normal; |
| 2337 | 2168 | } |
| 2338 | - | |
| 2339 | 2169 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td { |
| 2340 | 2170 | display: -webkit-box; |
| 2341 | 2171 | display: -ms-flexbox; |
| 2342 | 2172 | display: flex; |
| @@ -2354,9 +2184,8 @@ | ||
| 2354 | 2184 | -webkit-box-pack: end; |
| 2355 | 2185 | -ms-flex-pack: end; |
| 2356 | 2186 | justify-content: flex-end; |
| 2357 | 2187 | } |
| 2358 | - | |
| 2359 | 2188 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td:not(.sellkit-order-total) { |
| 2360 | 2189 | color: #323232; |
| 2361 | 2190 | font-size: 14px; |
| 2362 | 2191 | font-style: normal; |
| @@ -2365,55 +2194,44 @@ | ||
| 2365 | 2194 | line-height: 1.21; |
| 2366 | 2195 | text-align: right; |
| 2367 | 2196 | font-stretch: normal; |
| 2368 | 2197 | } |
| 2369 | - | |
| 2370 | 2198 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr td:not(.sellkit-order-total) a.woocommerce-remove-coupon { |
| 2371 | 2199 | display: none !important; |
| 2372 | 2200 | } |
| 2373 | - | |
| 2374 | 2201 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .sellkit-coupon-label { |
| 2375 | 2202 | margin-left: 8px; |
| 2376 | 2203 | } |
| 2377 | - | |
| 2378 | 2204 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .woo-remove-coupon { |
| 2379 | 2205 | color: #737373; |
| 2380 | 2206 | font-size: 16px; |
| 2381 | 2207 | } |
| 2382 | - | |
| 2383 | 2208 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .woo-remove-coupon::after { |
| 2384 | 2209 | display: inline; |
| 2385 | 2210 | position: absolute; |
| 2386 | 2211 | margin: 2px 0 0 8px; |
| 2387 | 2212 | font-family: woocommerce; |
| 2388 | - content: '\e013'; | |
| 2213 | + content: ""; | |
| 2389 | 2214 | cursor: pointer; |
| 2390 | 2215 | } |
| 2391 | - | |
| 2392 | 2216 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.cart-discount .fa-times-circle { |
| 2393 | 2217 | cursor: pointer; |
| 2394 | 2218 | } |
| 2395 | - | |
| 2396 | 2219 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.fee td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.fee th { |
| 2397 | 2220 | border: none !important; |
| 2398 | 2221 | } |
| 2399 | - | |
| 2400 | 2222 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.tax-rate td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.tax-rate th { |
| 2401 | 2223 | border: none !important; |
| 2402 | 2224 | } |
| 2403 | - | |
| 2404 | 2225 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th { |
| 2405 | 2226 | padding: 0 0 10px 0; |
| 2406 | 2227 | } |
| 2407 | - | |
| 2408 | 2228 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:nth-child(1) td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:nth-child(1) th { |
| 2409 | 2229 | padding-top: 20px; |
| 2410 | 2230 | } |
| 2411 | - | |
| 2412 | 2231 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) th { |
| 2413 | 2232 | padding-bottom: 19px; |
| 2414 | 2233 | } |
| 2415 | - | |
| 2416 | 2234 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.order-total td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.order-total th { |
| 2417 | 2235 | padding: 17px 0 20px 0; |
| 2418 | 2236 | color: #323232; |
| 2419 | 2237 | font-size: 18px; |
| @@ -2423,13 +2241,11 @@ | ||
| 2423 | 2241 | line-height: 1.28; |
| 2424 | 2242 | text-align: right; |
| 2425 | 2243 | font-stretch: normal; |
| 2426 | 2244 | } |
| 2427 | - | |
| 2428 | 2245 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table tfoot tr.order-total th { |
| 2429 | 2246 | text-align: left; |
| 2430 | 2247 | } |
| 2431 | - | |
| 2432 | 2248 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name { |
| 2433 | 2249 | display: -webkit-box; |
| 2434 | 2250 | display: -ms-flexbox; |
| 2435 | 2251 | display: flex; |
| @@ -2461,20 +2277,17 @@ | ||
| 2461 | 2277 | line-height: 1.21; |
| 2462 | 2278 | text-align: left; |
| 2463 | 2279 | font-stretch: normal; |
| 2464 | 2280 | } |
| 2465 | - | |
| 2466 | 2281 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image { |
| 2467 | 2282 | position: relative; |
| 2468 | 2283 | width: 64px; |
| 2469 | 2284 | min-width: 64px; |
| 2470 | 2285 | } |
| 2471 | - | |
| 2472 | 2286 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image img { |
| 2473 | 2287 | width: 64px !important; |
| 2474 | 2288 | height: 64px !important; |
| 2475 | 2289 | } |
| 2476 | - | |
| 2477 | 2290 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .sellkit-checkout-widget-item-image .sellkit-checkout-product-item-delete { |
| 2478 | 2291 | position: absolute; |
| 2479 | 2292 | top: 0; |
| 2480 | 2293 | right: 0; |
| @@ -2480,51 +2293,8 @@ | ||
| 2480 | 2293 | right: 0; |
| 2481 | 2294 | color: red; |
| 2482 | 2295 | cursor: pointer; |
| 2483 | 2296 | } |
| 2484 | - | |
| 2485 | -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price { | |
| 2486 | - padding-top: 5px; | |
| 2487 | -} | |
| 2488 | - | |
| 2489 | -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price span { | |
| 2490 | - margin-bottom: 2px; | |
| 2491 | -} | |
| 2492 | - | |
| 2493 | -#sellkit-checkout-widget-id .woocommerce-checkout-review-order-table td.sellkit-one-page-checkout-product-name .name-price .sellkit-checkout-variations { | |
| 2494 | - display: block; | |
| 2495 | -} | |
| 2496 | - | |
| 2497 | -#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 { | |
| 2498 | - display: -webkit-inline-box; | |
| 2499 | - display: -ms-inline-flexbox; | |
| 2500 | - display: inline-flex; | |
| 2501 | - margin: 0; | |
| 2502 | - padding: 0; | |
| 2503 | - color: #737373; | |
| 2504 | - font-size: 14px; | |
| 2505 | - font-style: normal; | |
| 2506 | - font-weight: normal; | |
| 2507 | - letter-spacing: normal; | |
| 2508 | - line-height: 1.29; | |
| 2509 | - text-align: left; | |
| 2510 | - font-stretch: normal; | |
| 2511 | -} | |
| 2512 | - | |
| 2513 | -#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 { | |
| 2514 | - margin: 0; | |
| 2515 | - padding: 0; | |
| 2516 | - -webkit-transform: rotate(75deg); | |
| 2517 | - transform: rotate(75deg); | |
| 2518 | - color: #737373; | |
| 2519 | - font-size: 11px; | |
| 2520 | - font-style: normal; | |
| 2521 | - letter-spacing: normal; | |
| 2522 | - line-height: 1.29; | |
| 2523 | - text-align: left; | |
| 2524 | - font-stretch: normal; | |
| 2525 | -} | |
| 2526 | - | |
| 2527 | 2297 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-price { |
| 2528 | 2298 | margin: 0; |
| 2529 | 2299 | padding: 0 !important; |
| 2530 | 2300 | color: #323232; |
| @@ -2537,29 +2307,67 @@ | ||
| 2537 | 2307 | text-align: right; |
| 2538 | 2308 | vertical-align: middle !important; |
| 2539 | 2309 | font-stretch: normal; |
| 2540 | 2310 | } |
| 2541 | - | |
| 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 | +} | |
| 2542 | 2355 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart_item .sellkit-one-page-checkout-product-price { |
| 2543 | 2356 | padding-right: 0; |
| 2544 | 2357 | } |
| 2545 | - | |
| 2546 | 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 { |
| 2547 | 2359 | border: none !important; |
| 2548 | 2360 | } |
| 2549 | - | |
| 2550 | 2361 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-subtotal td, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-subtotal th { |
| 2551 | 2362 | border-top: 1px solid #e1e1e1; |
| 2552 | 2363 | } |
| 2553 | - | |
| 2554 | 2364 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .cart-discount *, #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-shipping-total * { |
| 2555 | 2365 | border: none !important; |
| 2556 | 2366 | } |
| 2557 | - | |
| 2558 | 2367 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .woocommerce-shipping-totals { |
| 2559 | 2368 | display: none !important; |
| 2560 | 2369 | } |
| 2561 | - | |
| 2562 | 2370 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-qty { |
| 2563 | 2371 | display: block; |
| 2564 | 2372 | width: 49px !important; |
| 2565 | 2373 | height: 30px; |
| @@ -2570,13 +2378,11 @@ | ||
| 2570 | 2378 | background-color: #ffffff; |
| 2571 | 2379 | -webkit-box-shadow: none !important; |
| 2572 | 2380 | box-shadow: none !important; |
| 2573 | 2381 | } |
| 2574 | - | |
| 2575 | 2382 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-one-page-checkout-product-qty:focus { |
| 2576 | 2383 | border: solid 2px rgba(0, 123, 255, 0.4); |
| 2577 | 2384 | } |
| 2578 | - | |
| 2579 | 2385 | #sellkit-checkout-widget-id .woocommerce-checkout-review-order-table .sellkit-custom-coupon-form-d-none { |
| 2580 | 2386 | display: none; |
| 2581 | 2387 | } |
| 2582 | 2388 | |
| @@ -2590,9 +2396,8 @@ | ||
| 2590 | 2396 | /* Create the indicator (the dot/circle - hidden when not checked) */ |
| 2591 | 2397 | /* Show the indicator (dot/circle) when checked */ |
| 2592 | 2398 | /* Style the indicator (dot/circle) */ |
| 2593 | 2399 | } |
| 2594 | - | |
| 2595 | 2400 | .woocommerce-checkout .wrp { |
| 2596 | 2401 | display: -webkit-box !important; |
| 2597 | 2402 | display: -ms-flexbox !important; |
| 2598 | 2403 | display: flex !important; |
| @@ -2622,13 +2427,11 @@ | ||
| 2622 | 2427 | -moz-user-select: none; |
| 2623 | 2428 | -ms-user-select: none; |
| 2624 | 2429 | user-select: none; |
| 2625 | 2430 | } |
| 2626 | - | |
| 2627 | 2431 | .woocommerce-checkout .wrp::before { |
| 2628 | 2432 | display: none !important; |
| 2629 | 2433 | } |
| 2630 | - | |
| 2631 | 2434 | .woocommerce-checkout .wrp label, .woocommerce-checkout .wrp .labels { |
| 2632 | 2435 | height: 17px; |
| 2633 | 2436 | margin-left: 12px; |
| 2634 | 2437 | padding-top: 1px; |
| @@ -2641,13 +2444,11 @@ | ||
| 2641 | 2444 | text-align: left; |
| 2642 | 2445 | cursor: pointer; |
| 2643 | 2446 | font-stretch: normal; |
| 2644 | 2447 | } |
| 2645 | - | |
| 2646 | 2448 | .woocommerce-checkout .wrp input { |
| 2647 | 2449 | display: none; |
| 2648 | 2450 | } |
| 2649 | - | |
| 2650 | 2451 | .woocommerce-checkout .checkmark { |
| 2651 | 2452 | position: absolute; |
| 2652 | 2453 | top: 0; |
| 2653 | 2454 | left: 0; |
| @@ -2656,28 +2457,23 @@ | ||
| 2656 | 2457 | border: solid 1px rgba(0, 0, 0, 0.2); |
| 2657 | 2458 | border-radius: 50%; |
| 2658 | 2459 | background-color: #ffffff; |
| 2659 | 2460 | } |
| 2660 | - | |
| 2661 | 2461 | .woocommerce-checkout .wrp:hover input ~ .checkmark { |
| 2662 | 2462 | background-color: #ffffff; |
| 2663 | 2463 | } |
| 2664 | - | |
| 2665 | 2464 | .woocommerce-checkout .wrp input:checked ~ .checkmark { |
| 2666 | 2465 | border-radius: 60%; |
| 2667 | 2466 | background-color: #323232; |
| 2668 | 2467 | } |
| 2669 | - | |
| 2670 | 2468 | .woocommerce-checkout .checkmark:after { |
| 2671 | 2469 | display: none; |
| 2672 | 2470 | position: absolute; |
| 2673 | 2471 | content: ""; |
| 2674 | 2472 | } |
| 2675 | - | |
| 2676 | 2473 | .woocommerce-checkout .wrp input:checked ~ .checkmark:after { |
| 2677 | 2474 | display: block; |
| 2678 | 2475 | } |
| 2679 | - | |
| 2680 | 2476 | .woocommerce-checkout .wrp .checkmark:after { |
| 2681 | 2477 | top: 6px; |
| 2682 | 2478 | left: 6px; |
| 2683 | 2479 | width: 4px; |
| @@ -2687,24 +2483,28 @@ | ||
| 2687 | 2483 | } |
| 2688 | 2484 | |
| 2689 | 2485 | /* Shipping & Billing Fields */ |
| 2690 | 2486 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper { |
| 2691 | - padding: 16px 0px 4px 16px; | |
| 2487 | + padding: 16px 16px 4px 16px; | |
| 2692 | 2488 | border: solid 1px #e1e1e1; |
| 2489 | + border-top: none; | |
| 2693 | 2490 | background-color: #fafafa; |
| 2694 | 2491 | } |
| 2695 | - | |
| 2492 | +#sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper.border-top { | |
| 2493 | + border-top: 1px solid #e0e0e0; | |
| 2494 | +} | |
| 2696 | 2495 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper, |
| 2697 | 2496 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper { |
| 2698 | 2497 | display: inline-table; |
| 2699 | 2498 | } |
| 2700 | - | |
| 2701 | 2499 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div, |
| 2702 | 2500 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div { |
| 2703 | 2501 | position: relative; |
| 2704 | 2502 | float: left; |
| 2705 | 2503 | } |
| 2706 | - | |
| 2504 | +#sellkit-checkout-widget-id .hide-billing-fields-default { | |
| 2505 | + display: none; | |
| 2506 | +} | |
| 2707 | 2507 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper, |
| 2708 | 2508 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper, |
| 2709 | 2509 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section { |
| 2710 | 2510 | width: 100%; |
| @@ -2709,15 +2509,13 @@ | ||
| 2709 | 2509 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section { |
| 2710 | 2510 | width: 100%; |
| 2711 | 2511 | margin: 0; |
| 2712 | 2512 | } |
| 2713 | - | |
| 2714 | 2513 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-fields-wrapper .sellkit-select-appearance, |
| 2715 | 2514 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-fields-wrapper .sellkit-select-appearance, |
| 2716 | 2515 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-fields-wrapper .sellkit-select-appearance { |
| 2717 | 2516 | display: none; |
| 2718 | 2517 | } |
| 2719 | - | |
| 2720 | 2518 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-field-select select, |
| 2721 | 2519 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-field-select select, |
| 2722 | 2520 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-field-select select { |
| 2723 | 2521 | background-image: none !important; |
| @@ -2724,9 +2522,8 @@ | ||
| 2724 | 2522 | -webkit-appearance: none; |
| 2725 | 2523 | -moz-appearance: none; |
| 2726 | 2524 | appearance: none; |
| 2727 | 2525 | } |
| 2728 | - | |
| 2729 | 2526 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .sellkit-checkout-field-select .sellkit-select-appearance, |
| 2730 | 2527 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .sellkit-checkout-field-select .sellkit-select-appearance, |
| 2731 | 2528 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .sellkit-checkout-field-select .sellkit-select-appearance { |
| 2732 | 2529 | display: -webkit-inline-box; |
| @@ -2736,13 +2533,14 @@ | ||
| 2736 | 2533 | top: 16px; |
| 2737 | 2534 | right: 17px; |
| 2738 | 2535 | height: 0px; |
| 2739 | 2536 | float: right; |
| 2740 | - color: #111111; | |
| 2741 | 2537 | font-weight: 900; |
| 2538 | + fill: #737373; | |
| 2539 | + -webkit-filter: brightness(70%) !important; | |
| 2540 | + filter: brightness(70%) !important; | |
| 2742 | 2541 | pointer-events: none; |
| 2743 | 2542 | } |
| 2744 | - | |
| 2745 | 2543 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p, |
| 2746 | 2544 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p, |
| 2747 | 2545 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p { |
| 2748 | 2546 | width: 100% !important; |
| @@ -2747,9 +2545,8 @@ | ||
| 2747 | 2545 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p { |
| 2748 | 2546 | width: 100% !important; |
| 2749 | 2547 | float: left; |
| 2750 | 2548 | } |
| 2751 | - | |
| 2752 | 2549 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p input:not(.sellkit-create-account-checkbox), #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p select, #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper p textarea, |
| 2753 | 2550 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p input:not(.sellkit-create-account-checkbox), |
| 2754 | 2551 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p select, |
| 2755 | 2552 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper p textarea, |
| @@ -2757,81 +2554,68 @@ | ||
| 2757 | 2554 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p select, |
| 2758 | 2555 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section p textarea { |
| 2759 | 2556 | width: 100%; |
| 2760 | 2557 | } |
| 2761 | - | |
| 2762 | 2558 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-33, |
| 2763 | 2559 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-33, |
| 2764 | 2560 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-33 { |
| 2765 | 2561 | width: 33%; |
| 2766 | 2562 | } |
| 2767 | - | |
| 2768 | 2563 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-34, |
| 2769 | 2564 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-34, |
| 2770 | 2565 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-34 { |
| 2771 | 2566 | width: 34%; |
| 2772 | 2567 | } |
| 2773 | - | |
| 2774 | 2568 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-10, |
| 2775 | 2569 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-10, |
| 2776 | 2570 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-10 { |
| 2777 | 2571 | width: 10%; |
| 2778 | 2572 | } |
| 2779 | - | |
| 2780 | 2573 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-20, |
| 2781 | 2574 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-20, |
| 2782 | 2575 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-20 { |
| 2783 | 2576 | width: 20%; |
| 2784 | 2577 | } |
| 2785 | - | |
| 2786 | 2578 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-30, |
| 2787 | 2579 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-30, |
| 2788 | 2580 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-30 { |
| 2789 | 2581 | width: 30%; |
| 2790 | 2582 | } |
| 2791 | - | |
| 2792 | 2583 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-40, |
| 2793 | 2584 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-40, |
| 2794 | 2585 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-40 { |
| 2795 | 2586 | width: 40%; |
| 2796 | 2587 | } |
| 2797 | - | |
| 2798 | 2588 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-50, |
| 2799 | 2589 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-50, |
| 2800 | 2590 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-50 { |
| 2801 | 2591 | width: 50%; |
| 2802 | 2592 | } |
| 2803 | - | |
| 2804 | 2593 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-60, |
| 2805 | 2594 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-60, |
| 2806 | 2595 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-60 { |
| 2807 | 2596 | width: 60%; |
| 2808 | 2597 | } |
| 2809 | - | |
| 2810 | 2598 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-70, |
| 2811 | 2599 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-70, |
| 2812 | 2600 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-70 { |
| 2813 | 2601 | width: 70%; |
| 2814 | 2602 | } |
| 2815 | - | |
| 2816 | 2603 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-80, |
| 2817 | 2604 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-80, |
| 2818 | 2605 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-80 { |
| 2819 | 2606 | width: 80%; |
| 2820 | 2607 | } |
| 2821 | - | |
| 2822 | 2608 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-90, |
| 2823 | 2609 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-90, |
| 2824 | 2610 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-90 { |
| 2825 | 2611 | width: 90%; |
| 2826 | 2612 | } |
| 2827 | - | |
| 2828 | 2613 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .w-100, |
| 2829 | 2614 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .w-100, |
| 2830 | 2615 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .w-100 { |
| 2831 | 2616 | width: 100%; |
| 2832 | 2617 | } |
| 2833 | - | |
| 2834 | 2618 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .validate-postcode, |
| 2835 | 2619 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .validate-postcode, |
| 2836 | 2620 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .validate-postcode { |
| 2837 | 2621 | right: 0px; |
| @@ -2836,15 +2620,13 @@ | ||
| 2836 | 2620 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .validate-postcode { |
| 2837 | 2621 | right: 0px; |
| 2838 | 2622 | width: 34%; |
| 2839 | 2623 | } |
| 2840 | - | |
| 2841 | 2624 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea, |
| 2842 | 2625 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea, |
| 2843 | 2626 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea { |
| 2844 | 2627 | background-color: #ffffff; |
| 2845 | 2628 | } |
| 2846 | - | |
| 2847 | 2629 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=text], |
| 2848 | 2630 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=email], |
| 2849 | 2631 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=password], |
| 2850 | 2632 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=tel], |
| @@ -2873,9 +2655,8 @@ | ||
| 2873 | 2655 | line-height: 1.14; |
| 2874 | 2656 | text-align: left; |
| 2875 | 2657 | font-stretch: normal; |
| 2876 | 2658 | } |
| 2877 | - | |
| 2878 | 2659 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=text]:focus, |
| 2879 | 2660 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=email]:focus, |
| 2880 | 2661 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=password]:focus, |
| 2881 | 2662 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input[type=tel]:focus, |
| @@ -2894,9 +2675,8 @@ | ||
| 2894 | 2675 | background-color: #ffffff; |
| 2895 | 2676 | -webkit-box-shadow: none; |
| 2896 | 2677 | box-shadow: none; |
| 2897 | 2678 | } |
| 2898 | - | |
| 2899 | 2679 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input.filled:not(.exclude-default-style), |
| 2900 | 2680 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input.filled:not(.exclude-default-style), |
| 2901 | 2681 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.filled:not(.exclude-default-style) { |
| 2902 | 2682 | padding: 19px 0 2px 14px; |
| @@ -2901,9 +2681,8 @@ | ||
| 2901 | 2681 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.filled:not(.exclude-default-style) { |
| 2902 | 2682 | padding: 19px 0 2px 14px; |
| 2903 | 2683 | text-transform: capitalize; |
| 2904 | 2684 | } |
| 2905 | - | |
| 2906 | 2685 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper input.empty, |
| 2907 | 2686 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper input.empty, |
| 2908 | 2687 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.empty { |
| 2909 | 2688 | padding-top: 7px; |
| @@ -2908,15 +2687,13 @@ | ||
| 2908 | 2687 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section input.empty { |
| 2909 | 2688 | padding-top: 7px; |
| 2910 | 2689 | padding-left: 14px; |
| 2911 | 2690 | } |
| 2912 | - | |
| 2913 | 2691 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select.filled, |
| 2914 | 2692 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select.filled, |
| 2915 | 2693 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.filled { |
| 2916 | 2694 | padding: 19px 0 2px 14px !important; |
| 2917 | 2695 | } |
| 2918 | - | |
| 2919 | 2696 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper select.empty, |
| 2920 | 2697 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper select.empty, |
| 2921 | 2698 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.empty { |
| 2922 | 2699 | padding-top: 7px; |
| @@ -2921,9 +2698,8 @@ | ||
| 2921 | 2698 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section select.empty { |
| 2922 | 2699 | padding-top: 7px; |
| 2923 | 2700 | padding-left: 14px; |
| 2924 | 2701 | } |
| 2925 | - | |
| 2926 | 2702 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea.filled, |
| 2927 | 2703 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea.filled, |
| 2928 | 2704 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.filled { |
| 2929 | 2705 | padding-top: 22px; |
| @@ -2928,9 +2704,8 @@ | ||
| 2928 | 2704 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.filled { |
| 2929 | 2705 | padding-top: 22px; |
| 2930 | 2706 | padding-left: 14px; |
| 2931 | 2707 | } |
| 2932 | - | |
| 2933 | 2708 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper textarea.empty, |
| 2934 | 2709 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper textarea.empty, |
| 2935 | 2710 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.empty { |
| 2936 | 2711 | padding-top: 7px; |
| @@ -2935,27 +2710,23 @@ | ||
| 2935 | 2710 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section textarea.empty { |
| 2936 | 2711 | padding-top: 7px; |
| 2937 | 2712 | padding-left: 14px; |
| 2938 | 2713 | } |
| 2939 | - | |
| 2940 | 2714 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .form-row-wide, |
| 2941 | 2715 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .form-row-wide, |
| 2942 | 2716 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .form-row-wide { |
| 2943 | 2717 | clear: unset; |
| 2944 | 2718 | } |
| 2945 | - | |
| 2946 | 2719 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields), |
| 2947 | 2720 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields), |
| 2948 | 2721 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper:not(.sellkit-checkout-excluded-wrapper-fields) { |
| 2949 | 2722 | padding: 0 14px 0 0; |
| 2950 | 2723 | } |
| 2951 | - | |
| 2952 | 2724 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section), |
| 2953 | 2725 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section), |
| 2954 | 2726 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper:not(.sellkit-login-section) { |
| 2955 | 2727 | margin: 0 0 14px 0; |
| 2956 | 2728 | } |
| 2957 | - | |
| 2958 | 2729 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper, |
| 2959 | 2730 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper, |
| 2960 | 2731 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper { |
| 2961 | 2732 | display: inline-block; |
| @@ -2960,15 +2731,13 @@ | ||
| 2960 | 2731 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper { |
| 2961 | 2732 | display: inline-block; |
| 2962 | 2733 | position: relative; |
| 2963 | 2734 | } |
| 2964 | - | |
| 2965 | 2735 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper p, |
| 2966 | 2736 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper p, |
| 2967 | 2737 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper p { |
| 2968 | 2738 | margin: 0; |
| 2969 | 2739 | } |
| 2970 | - | |
| 2971 | 2740 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation, |
| 2972 | 2741 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation, |
| 2973 | 2742 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation { |
| 2974 | 2743 | display: none; |
| @@ -2973,9 +2742,8 @@ | ||
| 2973 | 2742 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation { |
| 2974 | 2743 | display: none; |
| 2975 | 2744 | padding-top: 9px; |
| 2976 | 2745 | } |
| 2977 | - | |
| 2978 | 2746 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm, |
| 2979 | 2747 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm, |
| 2980 | 2748 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-required-validation .required-alarm { |
| 2981 | 2749 | color: #e22120; |
| @@ -2986,9 +2754,8 @@ | ||
| 2986 | 2754 | line-height: 1.14; |
| 2987 | 2755 | text-align: left; |
| 2988 | 2756 | font-stretch: normal; |
| 2989 | 2757 | } |
| 2990 | - | |
| 2991 | 2758 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors, |
| 2992 | 2759 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors, |
| 2993 | 2760 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .sellkit-checkout-field-global-errors { |
| 2994 | 2761 | display: inline-block; |
| @@ -3001,9 +2768,8 @@ | ||
| 3001 | 2768 | line-height: 1.14; |
| 3002 | 2769 | text-align: left; |
| 3003 | 2770 | font-stretch: normal; |
| 3004 | 2771 | } |
| 3005 | - | |
| 3006 | 2772 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .mini-title, |
| 3007 | 2773 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .mini-title, |
| 3008 | 2774 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .mini-title { |
| 3009 | 2775 | display: none; |
| @@ -3018,9 +2784,8 @@ | ||
| 3018 | 2784 | line-height: 1.15; |
| 3019 | 2785 | text-align: left; |
| 3020 | 2786 | font-stretch: normal; |
| 3021 | 2787 | } |
| 3022 | - | |
| 3023 | 2788 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper, |
| 3024 | 2789 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper, |
| 3025 | 2790 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper { |
| 3026 | 2791 | display: -webkit-box; |
| @@ -3026,9 +2791,8 @@ | ||
| 3026 | 2791 | display: -webkit-box; |
| 3027 | 2792 | display: -ms-flexbox; |
| 3028 | 2793 | display: flex; |
| 3029 | 2794 | } |
| 3030 | - | |
| 3031 | 2795 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin, |
| 3032 | 2796 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin, |
| 3033 | 2797 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_margin { |
| 3034 | 2798 | margin-right: 5px; |
| @@ -3035,9 +2799,8 @@ | ||
| 3035 | 2799 | border: solid 2px rgba(0, 123, 255, 0.4); |
| 3036 | 2800 | -webkit-box-shadow: none; |
| 3037 | 2801 | box-shadow: none; |
| 3038 | 2802 | } |
| 3039 | - | |
| 3040 | 2803 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label, |
| 3041 | 2804 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label, |
| 3042 | 2805 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .checkbox_wrapper .checkbox_label { |
| 3043 | 2806 | margin: 0; |
| @@ -3050,9 +2813,8 @@ | ||
| 3050 | 2813 | text-align: left; |
| 3051 | 2814 | cursor: pointer; |
| 3052 | 2815 | font-stretch: normal; |
| 3053 | 2816 | } |
| 3054 | - | |
| 3055 | 2817 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper select[multiple], |
| 3056 | 2818 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper select[multiple], |
| 3057 | 2819 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper select[multiple] { |
| 3058 | 2820 | width: 100%; |
| @@ -3065,9 +2827,8 @@ | ||
| 3065 | 2827 | -webkit-appearance: menulist; |
| 3066 | 2828 | -moz-appearance: menulist; |
| 3067 | 2829 | appearance: menulist; |
| 3068 | 2830 | } |
| 3069 | - | |
| 3070 | 2831 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .free_label, |
| 3071 | 2832 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .free_label, |
| 3072 | 2833 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .free_label { |
| 3073 | 2834 | width: 100%; |
| @@ -3079,15 +2840,13 @@ | ||
| 3079 | 2840 | line-height: 1.14; |
| 3080 | 2841 | text-align: left; |
| 3081 | 2842 | font-stretch: normal; |
| 3082 | 2843 | } |
| 3083 | - | |
| 3084 | 2844 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100, |
| 3085 | 2845 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100, |
| 3086 | 2846 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio-wrapper-w-100 { |
| 3087 | 2847 | width: 100%; |
| 3088 | 2848 | } |
| 3089 | - | |
| 3090 | 2849 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper, |
| 3091 | 2850 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper, |
| 3092 | 2851 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper { |
| 3093 | 2852 | display: -webkit-inline-box; |
| @@ -3113,9 +2872,8 @@ | ||
| 3113 | 2872 | line-height: 1.14; |
| 3114 | 2873 | text-align: left; |
| 3115 | 2874 | font-stretch: normal; |
| 3116 | 2875 | } |
| 3117 | - | |
| 3118 | 2876 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper input, |
| 3119 | 2877 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper input, |
| 3120 | 2878 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper input { |
| 3121 | 2879 | margin-right: 5px; |
| @@ -3121,9 +2879,8 @@ | ||
| 3121 | 2879 | margin-right: 5px; |
| 3122 | 2880 | -webkit-box-shadow: none; |
| 3123 | 2881 | box-shadow: none; |
| 3124 | 2882 | } |
| 3125 | - | |
| 3126 | 2883 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper label, |
| 3127 | 2884 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper div.sellkit-checkout-fields-wrapper .radio_wrapper label, |
| 3128 | 2885 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper label { |
| 3129 | 2886 | margin: 0 !important; |
| @@ -3128,9 +2885,8 @@ | ||
| 3128 | 2885 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section div.sellkit-checkout-fields-wrapper .radio_wrapper label { |
| 3129 | 2886 | margin: 0 !important; |
| 3130 | 2887 | cursor: pointer; |
| 3131 | 2888 | } |
| 3132 | - | |
| 3133 | 2889 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper .woocommerce-input-wrapper, |
| 3134 | 2890 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper .woocommerce-input-wrapper, |
| 3135 | 2891 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper .woocommerce-input-wrapper { |
| 3136 | 2892 | display: block; |
| @@ -3138,9 +2894,8 @@ | ||
| 3138 | 2894 | border: solid 1px rgba(0, 0, 0, 0.2); |
| 3139 | 2895 | border-radius: 4px; |
| 3140 | 2896 | background-color: #ffffff; |
| 3141 | 2897 | } |
| 3142 | - | |
| 3143 | 2898 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper label.radio, |
| 3144 | 2899 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper label.radio, |
| 3145 | 2900 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper label.radio { |
| 3146 | 2901 | display: -webkit-inline-box; |
| @@ -3157,9 +2912,8 @@ | ||
| 3157 | 2912 | line-height: 1.14; |
| 3158 | 2913 | text-align: left; |
| 3159 | 2914 | font-stretch: normal; |
| 3160 | 2915 | } |
| 3161 | - | |
| 3162 | 2916 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .radio-group-wrapper span.radio-divider, |
| 3163 | 2917 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .radio-group-wrapper span.radio-divider, |
| 3164 | 2918 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .radio-group-wrapper span.radio-divider { |
| 3165 | 2919 | display: block; |
| @@ -3165,9 +2919,8 @@ | ||
| 3165 | 2919 | display: block; |
| 3166 | 2920 | margin: 0; |
| 3167 | 2921 | padding: 0; |
| 3168 | 2922 | } |
| 3169 | - | |
| 3170 | 2923 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper .form-row-wide, |
| 3171 | 2924 | #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper .form-row-wide, |
| 3172 | 2925 | #sellkit-checkout-widget-id .sellkit-checkout-widget-login-section .form-row-wide { |
| 3173 | 2926 | clear: unset; |
| @@ -3178,13 +2931,12 @@ | ||
| 3178 | 2931 | margin-bottom: 43px; |
| 3179 | 2932 | line-height: 1.57; |
| 3180 | 2933 | } |
| 3181 | 2934 | #sellkit-checkout-widget-id .sellkit-one-page-checkout-payment-desc { |
| 3182 | - margin-bottom: 23px; | |
| 3183 | 2935 | line-height: 1.57; |
| 3184 | 2936 | } |
| 3185 | 2937 | #sellkit-checkout-widget-id .woocommerce-billing-fields__field-wrapper > div, |
| 3186 | - #sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div { | |
| 2938 | +#sellkit-checkout-widget-id .woocommerce-shipping-fields__field-wrapper > div { | |
| 3187 | 2939 | display: inline-grid !important; |
| 3188 | 2940 | -ms-flex-line-pack: center !important; |
| 3189 | 2941 | align-content: center !important; |
| 3190 | 2942 | width: 100%; |
| @@ -3193,9 +2945,8 @@ | ||
| 3193 | 2945 | float: left; |
| 3194 | 2946 | justify-items: end !important; |
| 3195 | 2947 | } |
| 3196 | 2948 | } |
| 3197 | - | |
| 3198 | 2949 | @media only screen and (max-width: 600px) { |
| 3199 | 2950 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id .sellkit-checkout-widget-express-checkout .express-box { |
| 3200 | 2951 | height: auto; |
| 3201 | 2952 | padding-bottom: 15px; |
| @@ -3243,9 +2994,9 @@ | ||
| 3243 | 2994 | width: 100%; |
| 3244 | 2995 | margin: 0; |
| 3245 | 2996 | } |
| 3246 | 2997 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-shipping-fields__field-wrapper div, |
| 3247 | - .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-billing-fields__field-wrapper div { | |
| 2998 | +.sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .woocommerce-billing-fields__field-wrapper div { | |
| 3248 | 2999 | width: 100% !important; |
| 3249 | 3000 | } |
| 3250 | 3001 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-one-page-shipping-methods .shipping-method-header { |
| 3251 | 3002 | width: -webkit-max-content; |
| @@ -3332,9 +3083,8 @@ | ||
| 3332 | 3083 | .sellkit-checkout-widget-one-page-build #sellkit-checkout-widget-id form .sellkit-checkout-bundled-products .sellkit-head-row-title { |
| 3333 | 3084 | width: 50%; |
| 3334 | 3085 | } |
| 3335 | 3086 | } |
| 3336 | - | |
| 3337 | 3087 | /* Minor mobile css to remove container gaps in both one step and multi step design. */ |
| 3338 | 3088 | @media only screen and (max-width: 600px) { |
| 3339 | 3089 | .sellkit-checkout-widget-main-wrapper { |
| 3340 | 3090 | width: 100vw; |
| @@ -3340,11 +3090,13 @@ | ||
| 3340 | 3090 | width: 100vw; |
| 3341 | 3091 | margin-right: calc(-50vw + 50%); |
| 3342 | 3092 | margin-left: calc(-50vw + 50%); |
| 3343 | 3093 | } |
| 3094 | + | |
| 3344 | 3095 | .sellkit-checkout-widget-one-page-build { |
| 3345 | 3096 | padding: 0 21px; |
| 3346 | 3097 | } |
| 3098 | + | |
| 3347 | 3099 | .sellkit-checkout-widget-multi-page-build .sellkit-checkout-left-column { |
| 3348 | 3100 | padding-right: 23px !important; |
| 3349 | 3101 | padding-left: 23px !important; |
| 3350 | 3102 | } |
| @@ -3353,13 +3105,13 @@ | ||
| 3353 | 3105 | } |
| 3354 | 3106 | .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile { |
| 3355 | 3107 | padding-left: 26px !important; |
| 3356 | 3108 | } |
| 3109 | + | |
| 3357 | 3110 | .sellkit-checkout-bundled-products th:not(.sellkit-head-row-title) { |
| 3358 | 3111 | width: 50px !important; |
| 3359 | 3112 | } |
| 3360 | 3113 | } |
| 3361 | - | |
| 3362 | 3114 | /* Mobile Style , style widget for less than 600px : multistep */ |
| 3363 | 3115 | @media only screen and (max-width: 600px) { |
| 3364 | 3116 | .sellkit-checkout-widget-multi-page-build .sellkit-checkout-widget-breadcrumb-desktop { |
| 3365 | 3117 | display: none; |
| @@ -3455,9 +3207,10 @@ | ||
| 3455 | 3207 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column { |
| 3456 | 3208 | -webkit-box-ordinal-group: 2; |
| 3457 | 3209 | -ms-flex-order: 1; |
| 3458 | 3210 | order: 1; |
| 3459 | - width: 100%; | |
| 3211 | + width: 95%; | |
| 3212 | + margin: 0 auto; | |
| 3460 | 3213 | } |
| 3461 | 3214 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-checkout-right-column > div { |
| 3462 | 3215 | width: 100%; |
| 3463 | 3216 | } |
| @@ -3519,16 +3272,16 @@ | ||
| 3519 | 3272 | margin-top: 9px; |
| 3520 | 3273 | padding-bottom: 18px !important; |
| 3521 | 3274 | } |
| 3522 | 3275 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-shipping-fields__field-wrapper div, |
| 3523 | - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper div { | |
| 3276 | +.sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper div { | |
| 3524 | 3277 | position: static; |
| 3525 | 3278 | width: 100% !important; |
| 3526 | 3279 | float: left; |
| 3527 | 3280 | } |
| 3528 | 3281 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper, .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper > input, |
| 3529 | - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper, | |
| 3530 | - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > input { | |
| 3282 | +.sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper, | |
| 3283 | +.sellkit-checkout-widget-multi-page-build form .inner_wrapper .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > input { | |
| 3531 | 3284 | width: 100% !important; |
| 3532 | 3285 | } |
| 3533 | 3286 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar { |
| 3534 | 3287 | position: relative; |
| @@ -3548,18 +3301,17 @@ | ||
| 3548 | 3301 | -webkit-box-orient: horizontal; |
| 3549 | 3302 | -webkit-box-direction: normal; |
| 3550 | 3303 | -ms-flex-direction: row; |
| 3551 | 3304 | flex-direction: row; |
| 3552 | - -ms-flex-wrap: nowrap; | |
| 3553 | - flex-wrap: nowrap; | |
| 3305 | + -ms-flex-wrap: wrap; | |
| 3306 | + flex-wrap: wrap; | |
| 3554 | 3307 | -ms-flex-line-pack: center; |
| 3555 | 3308 | align-content: center; |
| 3556 | 3309 | -webkit-box-align: center; |
| 3557 | 3310 | -ms-flex-align: center; |
| 3558 | 3311 | align-items: center; |
| 3559 | - -webkit-box-pack: start; | |
| 3560 | - -ms-flex-pack: start; | |
| 3561 | - justify-content: flex-start; | |
| 3312 | + -ms-flex-pack: distribute; | |
| 3313 | + justify-content: space-around; | |
| 3562 | 3314 | height: 63px; |
| 3563 | 3315 | border: solid 1px #e1e1e1; |
| 3564 | 3316 | border-top: none; |
| 3565 | 3317 | border-right: none; |
| @@ -3565,14 +3317,28 @@ | ||
| 3565 | 3317 | border-right: none; |
| 3566 | 3318 | border-left: none; |
| 3567 | 3319 | background-color: #fafafa; |
| 3568 | 3320 | } |
| 3569 | - .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; | |
| 3570 | 3337 | height: 16px; |
| 3571 | - margin: 2px 0px 4px 0; | |
| 3572 | - color: #007bff; | |
| 3338 | + fill: #007bff; | |
| 3573 | 3339 | } |
| 3574 | - .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 { | |
| 3575 | 3341 | height: 16px; |
| 3576 | 3342 | margin: 0 5px 0 10px; |
| 3577 | 3343 | color: #007bff; |
| 3578 | 3344 | font-size: 14px; |
| @@ -3583,11 +3349,22 @@ | ||
| 3583 | 3349 | text-align: left; |
| 3584 | 3350 | cursor: pointer; |
| 3585 | 3351 | font-stretch: normal; |
| 3586 | 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 | + } | |
| 3587 | 3366 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-sidebar .summary_toggle .price { |
| 3588 | - position: absolute; | |
| 3589 | - right: 22px; | |
| 3590 | 3367 | color: #323232; |
| 3591 | 3368 | font-size: 18px; |
| 3592 | 3369 | font-style: normal; |
| 3593 | 3370 | font-weight: bold; |
| @@ -3703,14 +3480,14 @@ | ||
| 3703 | 3480 | justify-content: center; |
| 3704 | 3481 | margin-top: -19px; |
| 3705 | 3482 | row-gap: 3px; |
| 3706 | 3483 | } |
| 3707 | - .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer span { | |
| 3708 | - 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; | |
| 3709 | 3486 | margin: 0; |
| 3710 | 3487 | text-align: center; |
| 3711 | 3488 | } |
| 3712 | - .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 { | |
| 3713 | 3490 | float: none; |
| 3714 | 3491 | text-align: center; |
| 3715 | 3492 | } |
| 3716 | 3493 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first { |
| @@ -3715,8 +3492,11 @@ | ||
| 3715 | 3492 | } |
| 3716 | 3493 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-second .sellkit-multistep-checkout-second-footer .go-to-first { |
| 3717 | 3494 | margin-top: 23px; |
| 3718 | 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 | + } | |
| 3719 | 3499 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third { |
| 3720 | 3500 | padding-right: 21px; |
| 3721 | 3501 | padding-left: 21px; |
| 3722 | 3502 | } |
| @@ -3732,10 +3512,12 @@ | ||
| 3732 | 3512 | -ms-flex-direction: column-reverse; |
| 3733 | 3513 | flex-direction: column-reverse; |
| 3734 | 3514 | margin-top: 23px; |
| 3735 | 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 | + } | |
| 3736 | 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 { |
| 3737 | - width: 100% !important; | |
| 3738 | 3520 | text-align: center; |
| 3739 | 3521 | } |
| 3740 | 3522 | .sellkit-checkout-widget-multi-page-build form .inner_wrapper .sellkit-multistep-checkout-third .sellkit-one-page-checkout-place-order .go-to-second { |
| 3741 | 3523 | margin-top: 23px; |
| @@ -3857,9 +3639,8 @@ | ||
| 3857 | 3639 | text-align: left; |
| 3858 | 3640 | font-stretch: normal; |
| 3859 | 3641 | } |
| 3860 | 3642 | } |
| 3861 | - | |
| 3862 | 3643 | @media only screen and (max-width: 359px) { |
| 3863 | 3644 | .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile { |
| 3864 | 3645 | padding-left: 10px !important; |
| 3865 | 3646 | } |
| @@ -3866,9 +3647,8 @@ | ||
| 3866 | 3647 | .sellkit-checkout-widget-multi-page-build .sellkit-checkout-right-column .sellkit-checkout-widget-breadcrumb-mobile span { |
| 3867 | 3648 | margin-right: 9px; |
| 3868 | 3649 | } |
| 3869 | 3650 | } |
| 3870 | - | |
| 3871 | 3651 | /************ Sellkit funnel steps checkout order bump ****/ |
| 3872 | 3652 | /**********************************************************/ |
| 3873 | 3653 | .sellkit-checkout-step-bump-wrapper { |
| 3874 | 3654 | width: 100%; |
| @@ -3875,9 +3655,8 @@ | ||
| 3875 | 3655 | margin: 10px 0 10px 0; |
| 3876 | 3656 | padding: 0 0 18px 0; |
| 3877 | 3657 | border: 2px dashed #9e9e9e; |
| 3878 | 3658 | } |
| 3879 | - | |
| 3880 | 3659 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header { |
| 3881 | 3660 | display: -webkit-box; |
| 3882 | 3661 | display: -ms-flexbox; |
| 3883 | 3662 | display: flex; |
| @@ -3897,9 +3676,8 @@ | ||
| 3897 | 3676 | justify-content: space-between; |
| 3898 | 3677 | padding: 18px 26px 19px 16.1px; |
| 3899 | 3678 | background-color: #fffe99; |
| 3900 | 3679 | } |
| 3901 | - | |
| 3902 | 3680 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header { |
| 3903 | 3681 | display: -webkit-box; |
| 3904 | 3682 | display: -ms-flexbox; |
| 3905 | 3683 | display: flex; |
| @@ -3920,9 +3698,8 @@ | ||
| 3920 | 3698 | -webkit-column-gap: 13px; |
| 3921 | 3699 | -moz-column-gap: 13px; |
| 3922 | 3700 | column-gap: 13px; |
| 3923 | 3701 | } |
| 3924 | - | |
| 3925 | 3702 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header input { |
| 3926 | 3703 | min-width: 16px !important; |
| 3927 | 3704 | min-height: 16px !important; |
| 3928 | 3705 | -webkit-box-shadow: none !important; |
| @@ -3927,9 +3704,8 @@ | ||
| 3927 | 3704 | min-height: 16px !important; |
| 3928 | 3705 | -webkit-box-shadow: none !important; |
| 3929 | 3706 | box-shadow: none !important; |
| 3930 | 3707 | } |
| 3931 | - | |
| 3932 | 3708 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-left-header .sellkit-checkout-order-bump-title { |
| 3933 | 3709 | position: relative; |
| 3934 | 3710 | left: -6px; |
| 3935 | 3711 | margin: 0; |
| @@ -3942,9 +3718,8 @@ | ||
| 3942 | 3718 | text-align: left; |
| 3943 | 3719 | cursor: pointer; |
| 3944 | 3720 | font-stretch: normal; |
| 3945 | 3721 | } |
| 3946 | - | |
| 3947 | 3722 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-right-header .sellkit-checkout-order-bump-price { |
| 3948 | 3723 | display: -webkit-box; |
| 3949 | 3724 | display: -ms-flexbox; |
| 3950 | 3725 | display: flex; |
| @@ -3973,14 +3748,12 @@ | ||
| 3973 | 3748 | line-height: 1.19 !important; |
| 3974 | 3749 | text-align: left; |
| 3975 | 3750 | font-stretch: normal; |
| 3976 | 3751 | } |
| 3977 | - | |
| 3978 | 3752 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-header .sellkit-bump-order-right-header .sellkit-checkout-order-bump-price .bump-price-bolded { |
| 3979 | 3753 | font-weight: bold; |
| 3980 | 3754 | text-decoration: none !important; |
| 3981 | 3755 | } |
| 3982 | - | |
| 3983 | 3756 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body { |
| 3984 | 3757 | display: -webkit-box; |
| 3985 | 3758 | display: -ms-flexbox; |
| 3986 | 3759 | display: flex; |
| @@ -3996,24 +3769,20 @@ | ||
| 3996 | 3769 | -webkit-column-gap: 22px; |
| 3997 | 3770 | -moz-column-gap: 22px; |
| 3998 | 3771 | column-gap: 22px; |
| 3999 | 3772 | } |
| 4000 | - | |
| 4001 | 3773 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-left-body { |
| 4002 | 3774 | max-width: 120px; |
| 4003 | 3775 | } |
| 4004 | - | |
| 4005 | 3776 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-left-body img { |
| 4006 | 3777 | max-width: 100%; |
| 4007 | 3778 | height: auto; |
| 4008 | 3779 | } |
| 4009 | - | |
| 4010 | 3780 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-right-body { |
| 4011 | 3781 | -webkit-box-flex: 1; |
| 4012 | 3782 | -ms-flex-positive: 1; |
| 4013 | 3783 | flex-grow: 1; |
| 4014 | 3784 | } |
| 4015 | - | |
| 4016 | 3785 | .sellkit-checkout-step-bump-wrapper .sellkit-checkout-bump-order-body .sellkit-bump-order-right-body .sellkit-bump-order-description { |
| 4017 | 3786 | padding: 3px 0 0 0; |
| 4018 | 3787 | color: #222; |
| 4019 | 3788 | font-size: 14px; |
| @@ -4039,8 +3808,19 @@ | ||
| 4039 | 3808 | -ms-flex-direction: column-reverse !important; |
| 4040 | 3809 | flex-direction: column-reverse !important; |
| 4041 | 3810 | } |
| 4042 | 3811 | } |
| 3812 | +.sellkit-checkout-empty-cart-message-box { | |
| 3813 | + position: relative; | |
| 3814 | + margin-bottom: 5px; | |
| 3815 | + padding: 15px; | |
| 3816 | + border-left: 5px solid transparent; | |
| 3817 | + border-radius: 5px; | |
| 3818 | + border-color: #bcdff1; | |
| 3819 | + background-color: #d9edf7; | |
| 3820 | + color: #31708f; | |
| 3821 | + text-align: left; | |
| 3822 | +} | |
| 4043 | 3823 | |
| 4044 | 3824 | /************ Integration with Third party plugins ********/ |
| 4045 | 3825 | /**********************************************************/ |
| 4046 | 3826 | #sellkit-checkout-widget-id { |
| @@ -4051,49 +3831,40 @@ | ||
| 4051 | 3831 | /** klarma checkout **/ |
| 4052 | 3832 | /** Amazon pay woocommerce **/ |
| 4053 | 3833 | /** Stripe woocommerce official **/ |
| 4054 | 3834 | } |
| 4055 | - | |
| 4056 | 3835 | #sellkit-checkout-widget-id .gpay-card-info-placeholder-container { |
| 4057 | 3836 | height: 0px !important; |
| 4058 | 3837 | margin: 0 !important; |
| 4059 | 3838 | } |
| 4060 | - | |
| 4061 | 3839 | #sellkit-checkout-widget-id .gpay-card-info-placeholder-container * { |
| 4062 | 3840 | height: 0px !important; |
| 4063 | 3841 | } |
| 4064 | - | |
| 4065 | 3842 | #sellkit-checkout-widget-id .gpay-card-info-animation-container { |
| 4066 | 3843 | position: absolute; |
| 4067 | 3844 | bottom: 2px; |
| 4068 | 3845 | } |
| 4069 | - | |
| 4070 | 3846 | #sellkit-checkout-widget-id #paypal_ec_button { |
| 4071 | 3847 | width: 170px !important; |
| 4072 | 3848 | max-width: 170px !important; |
| 4073 | 3849 | } |
| 4074 | - | |
| 4075 | 3850 | #sellkit-checkout-widget-id #paypal_ec_button img { |
| 4076 | 3851 | min-width: 170px; |
| 4077 | 3852 | max-width: 170px; |
| 4078 | 3853 | height: 40px; |
| 4079 | 3854 | } |
| 4080 | - | |
| 4081 | 3855 | #sellkit-checkout-widget-id .wc-braintree-paypal-top-container { |
| 4082 | 3856 | width: 170px; |
| 4083 | 3857 | max-width: 170px; |
| 4084 | 3858 | } |
| 4085 | - | |
| 4086 | 3859 | #sellkit-checkout-widget-id .wc-braintree-paypal-top-container .paypal-buttons { |
| 4087 | 3860 | width: 170px; |
| 4088 | 3861 | max-width: 170px; |
| 4089 | 3862 | } |
| 4090 | - | |
| 4091 | 3863 | #sellkit-checkout-widget-id .wc-braintree-banner-gateway { |
| 4092 | 3864 | width: 170px; |
| 4093 | 3865 | max-width: 170px; |
| 4094 | 3866 | } |
| 4095 | - | |
| 4096 | 3867 | #sellkit-checkout-widget-id .payment_method_braintree_googlepay img, |
| 4097 | 3868 | #sellkit-checkout-widget-id .payment_method_braintree_applepay img, |
| 4098 | 3869 | #sellkit-checkout-widget-id .payment_method_braintree_paypal img { |
| 4099 | 3870 | position: absolute !important; |
| @@ -4098,50 +3869,41 @@ | ||
| 4098 | 3869 | #sellkit-checkout-widget-id .payment_method_braintree_paypal img { |
| 4099 | 3870 | position: absolute !important; |
| 4100 | 3871 | right: 0px !important; |
| 4101 | 3872 | } |
| 4102 | - | |
| 4103 | 3873 | #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay { |
| 4104 | 3874 | width: 170px !important; |
| 4105 | 3875 | max-width: 170px !important; |
| 4106 | 3876 | } |
| 4107 | - | |
| 4108 | 3877 | #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div { |
| 4109 | 3878 | width: 170px !important; |
| 4110 | 3879 | max-width: 170px !important; |
| 4111 | 3880 | height: 40px !important; |
| 4112 | 3881 | } |
| 4113 | - | |
| 4114 | 3882 | #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div button { |
| 4115 | 3883 | width: 170px !important; |
| 4116 | 3884 | min-width: 170px !important; |
| 4117 | 3885 | max-width: 170px !important; |
| 4118 | 3886 | } |
| 4119 | - | |
| 4120 | 3887 | #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay > div button .gpay-card-info-placeholder-container { |
| 4121 | 3888 | width: 170px !important; |
| 4122 | 3889 | max-width: 170px !important; |
| 4123 | 3890 | } |
| 4124 | - | |
| 4125 | 3891 | #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_googlepay iframe { |
| 4126 | 3892 | position: absolute; |
| 4127 | 3893 | top: 0px; |
| 4128 | 3894 | right: 30px; |
| 4129 | 3895 | } |
| 4130 | - | |
| 4131 | 3896 | #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_paypal { |
| 4132 | 3897 | width: 170px !important; |
| 4133 | 3898 | max-width: 170px !important; |
| 4134 | 3899 | } |
| 4135 | - | |
| 4136 | 3900 | #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_paypal > div { |
| 4137 | 3901 | height: 40px !important; |
| 4138 | 3902 | } |
| 4139 | - | |
| 4140 | 3903 | #sellkit-checkout-widget-id .wc_braintree_banner_gateway_braintree_applepay { |
| 4141 | 3904 | display: none !important; |
| 4142 | 3905 | } |
| 4143 | - | |
| 4144 | 3906 | #sellkit-checkout-widget-id .sellkit-stripe-integration ul { |
| 4145 | 3907 | display: -webkit-box; |
| 4146 | 3908 | display: -ms-flexbox; |
| 4147 | 3909 | display: flex; |
| @@ -4155,26 +3917,21 @@ | ||
| 4155 | 3917 | margin: 0; |
| 4156 | 3918 | padding: 0; |
| 4157 | 3919 | list-style: none; |
| 4158 | 3920 | } |
| 4159 | - | |
| 4160 | 3921 | #sellkit-checkout-widget-id .sellkit-stripe-integration { |
| 4161 | 3922 | width: 170px !important; |
| 4162 | 3923 | max-width: 170px !important; |
| 4163 | 3924 | } |
| 4164 | - | |
| 4165 | 3925 | #sellkit-checkout-widget-id .sellkit-stripe-integration ul { |
| 4166 | 3926 | display: contents; |
| 4167 | 3927 | } |
| 4168 | - | |
| 4169 | 3928 | #sellkit-checkout-widget-id .sellkit-stripe-integration ul li { |
| 4170 | 3929 | display: inline-block; |
| 4171 | 3930 | } |
| 4172 | - | |
| 4173 | 3931 | #sellkit-checkout-widget-id .sellkit-stripe-integration ul li > div { |
| 4174 | 3932 | height: 40px !important; |
| 4175 | 3933 | } |
| 4176 | - | |
| 4177 | 3934 | #sellkit-checkout-widget-id .payment_method_stripe_applepay img, |
| 4178 | 3935 | #sellkit-checkout-widget-id .payment_method_stripe_googlepay img, |
| 4179 | 3936 | #sellkit-checkout-widget-id .payment_method_stripe_alipay img { |
| 4180 | 3937 | position: absolute !important; |
| @@ -4179,26 +3936,22 @@ | ||
| 4179 | 3936 | #sellkit-checkout-widget-id .payment_method_stripe_alipay img { |
| 4180 | 3937 | position: absolute !important; |
| 4181 | 3938 | right: 0px !important; |
| 4182 | 3939 | } |
| 4183 | - | |
| 4184 | 3940 | #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway div button { |
| 4185 | 3941 | width: 170px !important; |
| 4186 | 3942 | min-width: 170px; |
| 4187 | 3943 | max-width: 170px !important; |
| 4188 | 3944 | } |
| 4189 | - | |
| 4190 | 3945 | #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway div button .gpay-card-info-placeholder-container { |
| 4191 | 3946 | width: 170px !important; |
| 4192 | 3947 | max-width: 170px !important; |
| 4193 | 3948 | } |
| 4194 | - | |
| 4195 | 3949 | #sellkit-checkout-widget-id .wc-stripe-checkout-banner-gateway iframe { |
| 4196 | 3950 | position: absolute; |
| 4197 | 3951 | top: 0px; |
| 4198 | 3952 | right: 30px; |
| 4199 | 3953 | } |
| 4200 | - | |
| 4201 | 3954 | #sellkit-checkout-widget-id .sellkit-klarna-pay-button { |
| 4202 | 3955 | width: 170px !important; |
| 4203 | 3956 | max-width: 170px !important; |
| 4204 | 3957 | padding: 7px 15px; |
| @@ -4206,9 +3959,8 @@ | ||
| 4206 | 3959 | background-color: #FBB3C7; |
| 4207 | 3960 | text-align: center; |
| 4208 | 3961 | cursor: pointer; |
| 4209 | 3962 | } |
| 4210 | - | |
| 4211 | 3963 | #sellkit-checkout-widget-id .sellkit-klarna-pay-button span { |
| 4212 | 3964 | display: -webkit-box; |
| 4213 | 3965 | display: -ms-flexbox; |
| 4214 | 3966 | display: flex; |
| @@ -4227,14 +3979,12 @@ | ||
| 4227 | 3979 | -ms-flex-pack: center; |
| 4228 | 3980 | justify-content: center; |
| 4229 | 3981 | text-align: center; |
| 4230 | 3982 | } |
| 4231 | - | |
| 4232 | 3983 | #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce { |
| 4233 | 3984 | display: inline-grid; |
| 4234 | 3985 | margin: 3px 0 0 0; |
| 4235 | 3986 | } |
| 4236 | - | |
| 4237 | 3987 | #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div { |
| 4238 | 3988 | width: 170px !important; |
| 4239 | 3989 | min-width: 170px !important; |
| 4240 | 3990 | max-width: 170px !important; |
| @@ -4239,16 +3989,66 @@ | ||
| 4239 | 3989 | min-width: 170px !important; |
| 4240 | 3990 | max-width: 170px !important; |
| 4241 | 3991 | min-height: 40px !important; |
| 4242 | 3992 | } |
| 4243 | - | |
| 4244 | 3993 | #sellkit-checkout-widget-id .sellkit-amazon-pay-woocommerce div img { |
| 4245 | 3994 | display: none !important; |
| 4246 | 3995 | } |
| 4247 | - | |
| 4248 | 3996 | #sellkit-checkout-widget-id .sellkit-stripe-woocommerce-official-integration { |
| 4249 | - 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; | |
| 4250 | 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 | +} | |
| 4251 | 4051 | |
| 4252 | 4052 | /** Safari +10 **/ |
| 4253 | 4053 | @media not all and (min-resolution: 0.001dpcm) { |
| 4254 | 4054 | @supports (-webkit-appearance: none) and (stroke-color: transparent) { |
| @@ -4266,36 +4066,97 @@ | ||
| 4266 | 4066 | min-width: 170px; |
| 4267 | 4067 | } |
| 4268 | 4068 | } |
| 4269 | 4069 | } |
| 4070 | +/** Upsell popup within checkout step **/ | |
| 4071 | +div[data-widget_type="sellkit-checkout.default"] { | |
| 4072 | + z-index: 10; | |
| 4073 | +} | |
| 4270 | 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-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 | + | |
| 4271 | 4136 | form.sellkit-optin { |
| 4272 | 4137 | -webkit-margin-after: 0; |
| 4273 | 4138 | margin-block-end: 0; |
| 4274 | 4139 | } |
| 4275 | - | |
| 4276 | 4140 | form.sellkit-optin .sellkit-field-label { |
| 4277 | - margin-bottom: .5rem; | |
| 4141 | + margin-bottom: 0.5rem; | |
| 4278 | 4142 | color: #55595c; |
| 4279 | 4143 | font-weight: 400; |
| 4280 | 4144 | line-height: 1.3; |
| 4281 | 4145 | } |
| 4282 | - | |
| 4283 | 4146 | form.sellkit-optin .sellkit-field-invalid input, form.sellkit-optin .sellkit-field-invalid textarea { |
| 4284 | 4147 | border-color: #d9534f; |
| 4285 | 4148 | } |
| 4286 | - | |
| 4287 | 4149 | .label-required-mark-show form.sellkit-optin .required-mark-label::after { |
| 4288 | 4150 | position: relative; |
| 4289 | 4151 | left: -2px; |
| 4290 | 4152 | color: #d9534f; |
| 4291 | - content: '*'; | |
| 4153 | + content: "*"; | |
| 4292 | 4154 | } |
| 4293 | - | |
| 4294 | 4155 | form.sellkit-optin .sellkit-field { |
| 4295 | 4156 | width: 100%; |
| 4296 | 4157 | margin-bottom: 0; |
| 4297 | - padding: .6rem .7rem; | |
| 4158 | + padding: 0.6rem 0.7rem; | |
| 4298 | 4159 | -webkit-transition: all 0.3s ease-in-out; |
| 4299 | 4160 | transition: all 0.3s ease-in-out; |
| 4300 | 4161 | border: none; |
| 4301 | 4162 | border-width: 1px; |
| @@ -4302,31 +4163,25 @@ | ||
| 4302 | 4163 | color: #55595c; |
| 4303 | 4164 | font-size: 1rem; |
| 4304 | 4165 | line-height: unset; |
| 4305 | 4166 | } |
| 4306 | - | |
| 4307 | 4167 | form.sellkit-optin .sellkit-field::-webkit-input-placeholder { |
| 4308 | 4168 | color: #818a91; |
| 4309 | 4169 | } |
| 4310 | - | |
| 4311 | 4170 | form.sellkit-optin .sellkit-field::-moz-placeholder { |
| 4312 | 4171 | color: #818a91; |
| 4313 | 4172 | } |
| 4314 | - | |
| 4315 | 4173 | form.sellkit-optin .sellkit-field::-ms-input-placeholder { |
| 4316 | 4174 | color: #818a91; |
| 4317 | 4175 | } |
| 4318 | - | |
| 4319 | 4176 | form.sellkit-optin .sellkit-field::placeholder { |
| 4320 | 4177 | color: #818a91; |
| 4321 | 4178 | } |
| 4322 | - | |
| 4323 | 4179 | form.sellkit-optin .sellkit-field:focus { |
| 4324 | 4180 | border: none; |
| 4325 | 4181 | border-width: 1px; |
| 4326 | 4182 | outline: 0; |
| 4327 | 4183 | } |
| 4328 | - | |
| 4329 | 4184 | form.sellkit-optin .sellkit-field-group { |
| 4330 | 4185 | width: var(--sellkit-field-width-desktop, 100%); |
| 4331 | 4186 | height: -webkit-max-content; |
| 4332 | 4187 | height: -moz-max-content; |
| @@ -4331,57 +4186,45 @@ | ||
| 4331 | 4186 | height: -webkit-max-content; |
| 4332 | 4187 | height: -moz-max-content; |
| 4333 | 4188 | height: max-content; |
| 4334 | 4189 | } |
| 4335 | - | |
| 4336 | -body[data-elementor-device-mode="mobile"] form.sellkit-optin .sellkit-field-group { | |
| 4190 | +body[data-elementor-device-mode=mobile] form.sellkit-optin .sellkit-field-group { | |
| 4337 | 4191 | width: var(--sellkit-field-width-mobile, var(--sellkit-field-width-desktop, 100%)); |
| 4338 | 4192 | } |
| 4339 | - | |
| 4340 | -body[data-elementor-device-mode="mobile_extra"] form.sellkit-optin .sellkit-field-group { | |
| 4193 | +body[data-elementor-device-mode=mobile_extra] form.sellkit-optin .sellkit-field-group { | |
| 4341 | 4194 | width: var(--sellkit-field-width-mobile_extra, var(--sellkit-field-width-desktop, 100%)); |
| 4342 | 4195 | } |
| 4343 | - | |
| 4344 | -body[data-elementor-device-mode="tablet"] form.sellkit-optin .sellkit-field-group { | |
| 4196 | +body[data-elementor-device-mode=tablet] form.sellkit-optin .sellkit-field-group { | |
| 4345 | 4197 | width: var(--sellkit-field-width-tablet, var(--sellkit-field-width-desktop, 100%)); |
| 4346 | 4198 | } |
| 4347 | - | |
| 4348 | -body[data-elementor-device-mode="tablet_extra"] form.sellkit-optin .sellkit-field-group { | |
| 4199 | +body[data-elementor-device-mode=tablet_extra] form.sellkit-optin .sellkit-field-group { | |
| 4349 | 4200 | width: var(--sellkit-field-width-tablet_extra, var(--sellkit-field-width-desktop, 100%)); |
| 4350 | 4201 | } |
| 4351 | - | |
| 4352 | -body[data-elementor-device-mode="laptop"] form.sellkit-optin .sellkit-field-group { | |
| 4202 | +body[data-elementor-device-mode=laptop] form.sellkit-optin .sellkit-field-group { | |
| 4353 | 4203 | width: var(--sellkit-field-width-laptop, var(--sellkit-field-width-desktop, 100%)); |
| 4354 | 4204 | } |
| 4355 | - | |
| 4356 | -body[data-elementor-device-mode="widescreen"] form.sellkit-optin .sellkit-field-group { | |
| 4205 | +body[data-elementor-device-mode=widescreen] form.sellkit-optin .sellkit-field-group { | |
| 4357 | 4206 | width: var(--sellkit-field-width-widescreen, var(--sellkit-field-width-desktop, 100%)); |
| 4358 | 4207 | } |
| 4359 | - | |
| 4360 | 4208 | form.sellkit-optin .sellkit-field-subgroup { |
| 4361 | 4209 | position: relative; |
| 4362 | 4210 | width: 100%; |
| 4363 | 4211 | } |
| 4364 | - | |
| 4365 | 4212 | form.sellkit-optin .sellkit-field-subgroup .sellkit-field-label { |
| 4366 | 4213 | margin-bottom: 0; |
| 4367 | 4214 | } |
| 4368 | - | |
| 4369 | 4215 | form.sellkit-optin .sellkit-field-subgroup.sellkit-subgroup-inline .sellkit-field-option { |
| 4370 | 4216 | display: inline-block; |
| 4371 | 4217 | margin-right: 10px; |
| 4372 | 4218 | vertical-align: middle; |
| 4373 | 4219 | } |
| 4374 | - | |
| 4375 | 4220 | form.sellkit-optin .sellkit-field-subgroup .sellkit-field-option { |
| 4376 | 4221 | display: block; |
| 4377 | 4222 | } |
| 4378 | - | |
| 4379 | 4223 | form.sellkit-optin .sellkit-optin-text { |
| 4380 | - margin-top: .3rem; | |
| 4224 | + margin-top: 0.3rem; | |
| 4381 | 4225 | color: #d9534f; |
| 4382 | 4226 | } |
| 4383 | - | |
| 4384 | 4227 | form.sellkit-optin .sellkit-field-type-select select.sellkit-field { |
| 4385 | 4228 | background-color: #fff; |
| 4386 | 4229 | background-image: none; |
| 4387 | 4230 | -webkit-appearance: none; |
| @@ -4387,9 +4230,8 @@ | ||
| 4387 | 4230 | -webkit-appearance: none; |
| 4388 | 4231 | -moz-appearance: none; |
| 4389 | 4232 | appearance: none; |
| 4390 | 4233 | } |
| 4391 | - | |
| 4392 | 4234 | form.sellkit-optin .sellkit-field-type-select .sellkit-field-select-arrow { |
| 4393 | 4235 | display: -webkit-box; |
| 4394 | 4236 | display: -ms-flexbox; |
| 4395 | 4237 | display: flex; |
| @@ -4404,14 +4246,12 @@ | ||
| 4404 | 4246 | -webkit-transform: translateY(-50%); |
| 4405 | 4247 | transform: translateY(-50%); |
| 4406 | 4248 | pointer-events: none; |
| 4407 | 4249 | } |
| 4408 | - | |
| 4409 | 4250 | form.sellkit-optin .sellkit-field-type-select svg { |
| 4410 | 4251 | width: 18px; |
| 4411 | 4252 | height: 18px; |
| 4412 | 4253 | } |
| 4413 | - | |
| 4414 | 4254 | form.sellkit-optin .sellkit-field-type-radio .sellkit-field, |
| 4415 | 4255 | form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field, |
| 4416 | 4256 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field { |
| 4417 | 4257 | position: absolute; |
| @@ -4416,9 +4256,8 @@ | ||
| 4416 | 4256 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field { |
| 4417 | 4257 | position: absolute; |
| 4418 | 4258 | left: -9999px; |
| 4419 | 4259 | } |
| 4420 | - | |
| 4421 | 4260 | form.sellkit-optin .sellkit-field-type-radio .sellkit-field + label, |
| 4422 | 4261 | form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label, |
| 4423 | 4262 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label { |
| 4424 | 4263 | display: inline-block; |
| @@ -4426,9 +4265,8 @@ | ||
| 4426 | 4265 | padding-left: 26px; |
| 4427 | 4266 | line-height: 20px; |
| 4428 | 4267 | cursor: pointer; |
| 4429 | 4268 | } |
| 4430 | - | |
| 4431 | 4269 | form.sellkit-optin .sellkit-field-type-radio .sellkit-field + label:before, |
| 4432 | 4270 | form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label:before, |
| 4433 | 4271 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label:before { |
| 4434 | 4272 | position: absolute; |
| @@ -4441,11 +4279,10 @@ | ||
| 4441 | 4279 | border: none; |
| 4442 | 4280 | border-width: 1px; |
| 4443 | 4281 | border-radius: 100%; |
| 4444 | 4282 | background: #fff; |
| 4445 | - content: ''; | |
| 4283 | + content: ""; | |
| 4446 | 4284 | } |
| 4447 | - | |
| 4448 | 4285 | form.sellkit-optin .sellkit-field-type-radio .sellkit-field + label:after, |
| 4449 | 4286 | form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label:after, |
| 4450 | 4287 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label:after { |
| 4451 | 4288 | position: absolute; |
| @@ -4456,11 +4293,10 @@ | ||
| 4456 | 4293 | -webkit-transition: all 0.2s ease; |
| 4457 | 4294 | transition: all 0.2s ease; |
| 4458 | 4295 | border-radius: 100%; |
| 4459 | 4296 | background: #55595c; |
| 4460 | - content: ''; | |
| 4297 | + content: ""; | |
| 4461 | 4298 | } |
| 4462 | - | |
| 4463 | 4299 | form.sellkit-optin .sellkit-field-type-radio .sellkit-field:not(:checked) + label:after, |
| 4464 | 4300 | form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field:not(:checked) + label:after, |
| 4465 | 4301 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field:not(:checked) + label:after { |
| 4466 | 4302 | -webkit-transform: scale(0); |
| @@ -4466,9 +4302,8 @@ | ||
| 4466 | 4302 | -webkit-transform: scale(0); |
| 4467 | 4303 | transform: scale(0); |
| 4468 | 4304 | opacity: 0; |
| 4469 | 4305 | } |
| 4470 | - | |
| 4471 | 4306 | form.sellkit-optin .sellkit-field-type-radio .sellkit-field:checked + label:after, |
| 4472 | 4307 | form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field:checked + label:after, |
| 4473 | 4308 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field:checked + label:after { |
| 4474 | 4309 | -webkit-transform: scale(1); |
| @@ -4474,27 +4309,22 @@ | ||
| 4474 | 4309 | -webkit-transform: scale(1); |
| 4475 | 4310 | transform: scale(1); |
| 4476 | 4311 | opacity: 1; |
| 4477 | 4312 | } |
| 4478 | - | |
| 4479 | 4313 | form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label:before, |
| 4480 | 4314 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label:before { |
| 4481 | 4315 | border-radius: 3px; |
| 4482 | 4316 | } |
| 4483 | - | |
| 4484 | 4317 | form.sellkit-optin .sellkit-field-type-checkbox .sellkit-field + label:after, |
| 4485 | 4318 | form.sellkit-optin .sellkit-field-type-acceptance .sellkit-field + label:after { |
| 4486 | 4319 | border-radius: 1px; |
| 4487 | 4320 | } |
| 4488 | - | |
| 4489 | 4321 | form.sellkit-optin .sellkit-field-type-hidden { |
| 4490 | 4322 | display: none; |
| 4491 | 4323 | } |
| 4492 | - | |
| 4493 | 4324 | form.sellkit-optin .sellkit-field-type-submit-button { |
| 4494 | 4325 | gap: 10px; |
| 4495 | 4326 | } |
| 4496 | - | |
| 4497 | 4327 | form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button { |
| 4498 | 4328 | display: -webkit-box; |
| 4499 | 4329 | display: -ms-flexbox; |
| 4500 | 4330 | display: flex; |
| @@ -4504,9 +4334,9 @@ | ||
| 4504 | 4334 | -webkit-box-pack: center; |
| 4505 | 4335 | -ms-flex-pack: center; |
| 4506 | 4336 | justify-content: center; |
| 4507 | 4337 | margin-bottom: 0; |
| 4508 | - padding: .67rem 1.2rem; | |
| 4338 | + padding: 0.67rem 1.2rem; | |
| 4509 | 4339 | -webkit-transition: all 0.5s; |
| 4510 | 4340 | transition: all 0.5s; |
| 4511 | 4341 | border: none; |
| 4512 | 4342 | border-width: 1px; |
| @@ -4512,12 +4342,11 @@ | ||
| 4512 | 4342 | border-width: 1px; |
| 4513 | 4343 | border-radius: 3px; |
| 4514 | 4344 | background-color: #2ecc71; |
| 4515 | 4345 | color: #fff; |
| 4516 | - font-size: .9rem; | |
| 4517 | - font-weight: bold; | |
| 4346 | + font-size: 0.9rem; | |
| 4347 | + font-weight: 700; | |
| 4518 | 4348 | } |
| 4519 | - | |
| 4520 | 4349 | form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:hover { |
| 4521 | 4350 | border: none; |
| 4522 | 4351 | border-width: 1px; |
| 4523 | 4352 | background-color: #54d98c; |
| @@ -4522,18 +4351,15 @@ | ||
| 4522 | 4351 | border-width: 1px; |
| 4523 | 4352 | background-color: #54d98c; |
| 4524 | 4353 | cursor: pointer; |
| 4525 | 4354 | } |
| 4526 | - | |
| 4527 | 4355 | form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button:focus { |
| 4528 | 4356 | outline: 0; |
| 4529 | 4357 | } |
| 4530 | - | |
| 4531 | 4358 | form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button svg { |
| 4532 | 4359 | width: 16px; |
| 4533 | 4360 | height: 16px; |
| 4534 | 4361 | } |
| 4535 | - | |
| 4536 | 4362 | form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button div.sellkit-submit-button-texts { |
| 4537 | 4363 | display: -webkit-box; |
| 4538 | 4364 | display: -ms-flexbox; |
| 4539 | 4365 | display: flex; |
| @@ -4547,9 +4373,8 @@ | ||
| 4547 | 4373 | -webkit-box-pack: center; |
| 4548 | 4374 | -ms-flex-pack: center; |
| 4549 | 4375 | justify-content: center; |
| 4550 | 4376 | } |
| 4551 | - | |
| 4552 | 4377 | .sellkit-optin-button-icon-right form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button { |
| 4553 | 4378 | -webkit-box-orient: horizontal; |
| 4554 | 4379 | -webkit-box-direction: reverse; |
| 4555 | 4380 | -ms-flex-direction: row-reverse; |
| @@ -4554,9 +4379,8 @@ | ||
| 4554 | 4379 | -webkit-box-direction: reverse; |
| 4555 | 4380 | -ms-flex-direction: row-reverse; |
| 4556 | 4381 | flex-direction: row-reverse; |
| 4557 | 4382 | } |
| 4558 | - | |
| 4559 | 4383 | .sellkit-optin-button-icon-left form.sellkit-optin .sellkit-field-type-submit-button .sellkit-submit-button { |
| 4560 | 4384 | -webkit-box-orient: horizontal; |
| 4561 | 4385 | -webkit-box-direction: normal; |
| 4562 | 4386 | -ms-flex-direction: row; |
| @@ -4563,9 +4387,9 @@ | ||
| 4563 | 4387 | flex-direction: row; |
| 4564 | 4388 | } |
| 4565 | 4389 | |
| 4566 | 4390 | .sellkit-optin-response { |
| 4567 | - margin-top: .7rem; | |
| 4391 | + margin-top: 0.7rem; | |
| 4568 | 4392 | color: #d9534f; |
| 4569 | 4393 | } |
| 4570 | 4394 | |
| 4571 | 4395 | .sellkit-optin-success .sellkit-optin-response { |
| @@ -4586,14 +4410,12 @@ | ||
| 4586 | 4410 | font-size: 13px; |
| 4587 | 4411 | line-height: 1.5; |
| 4588 | 4412 | text-align: start; |
| 4589 | 4413 | } |
| 4590 | - | |
| 4591 | 4414 | .sellkit-optin-admin-alert .title { |
| 4592 | 4415 | display: block; |
| 4593 | - font-weight: bold; | |
| 4416 | + font-weight: 700; | |
| 4594 | 4417 | } |
| 4595 | - | |
| 4596 | 4418 | .sellkit-optin-admin-alert .description { |
| 4597 | 4419 | font-size: 13px; |
| 4598 | 4420 | } |
| 4599 | 4421 | |
| @@ -4663,29 +4485,32 @@ | ||
| 4663 | 4485 | -webkit-box-pack: start; |
| 4664 | 4486 | -ms-flex-pack: start; |
| 4665 | 4487 | justify-content: flex-start; |
| 4666 | 4488 | } |
| 4489 | + | |
| 4667 | 4490 | .sellkit-flex-center\@m { |
| 4668 | 4491 | -webkit-box-pack: center; |
| 4669 | 4492 | -ms-flex-pack: center; |
| 4670 | 4493 | justify-content: center; |
| 4671 | 4494 | } |
| 4495 | + | |
| 4672 | 4496 | .sellkit-flex-right\@m { |
| 4673 | 4497 | -webkit-box-pack: end; |
| 4674 | 4498 | -ms-flex-pack: end; |
| 4675 | 4499 | justify-content: flex-end; |
| 4676 | 4500 | } |
| 4501 | + | |
| 4677 | 4502 | .sellkit-flex-between\@m { |
| 4678 | 4503 | -webkit-box-pack: justify; |
| 4679 | 4504 | -ms-flex-pack: justify; |
| 4680 | 4505 | justify-content: space-between; |
| 4681 | 4506 | } |
| 4507 | + | |
| 4682 | 4508 | .sellkit-flex-around\@m { |
| 4683 | 4509 | -ms-flex-pack: distribute; |
| 4684 | 4510 | justify-content: space-around; |
| 4685 | 4511 | } |
| 4686 | 4512 | } |
| 4687 | - | |
| 4688 | 4513 | /* Phone landscape and bigger */ |
| 4689 | 4514 | @media (max-width: 479px) { |
| 4690 | 4515 | .sellkit-flex-left\@s { |
| 4691 | 4516 | -webkit-box-pack: start; |
| @@ -4691,29 +4516,32 @@ | ||
| 4691 | 4516 | -webkit-box-pack: start; |
| 4692 | 4517 | -ms-flex-pack: start; |
| 4693 | 4518 | justify-content: flex-start; |
| 4694 | 4519 | } |
| 4520 | + | |
| 4695 | 4521 | .sellkit-flex-center\@s { |
| 4696 | 4522 | -webkit-box-pack: center; |
| 4697 | 4523 | -ms-flex-pack: center; |
| 4698 | 4524 | justify-content: center; |
| 4699 | 4525 | } |
| 4526 | + | |
| 4700 | 4527 | .sellkit-flex-right\@s { |
| 4701 | 4528 | -webkit-box-pack: end; |
| 4702 | 4529 | -ms-flex-pack: end; |
| 4703 | 4530 | justify-content: flex-end; |
| 4704 | 4531 | } |
| 4532 | + | |
| 4705 | 4533 | .sellkit-flex-between\@s { |
| 4706 | 4534 | -webkit-box-pack: justify; |
| 4707 | 4535 | -ms-flex-pack: justify; |
| 4708 | 4536 | justify-content: space-between; |
| 4709 | 4537 | } |
| 4538 | + | |
| 4710 | 4539 | .sellkit-flex-around\@s { |
| 4711 | 4540 | -ms-flex-pack: distribute; |
| 4712 | 4541 | justify-content: space-around; |
| 4713 | 4542 | } |
| 4714 | 4543 | } |
| 4715 | - | |
| 4716 | 4544 | /* Desktop and bigger */ |
| 4717 | 4545 | @media (min-width: 1025px) { |
| 4718 | 4546 | .sellkit-flex-left\@l { |
| 4719 | 4547 | -webkit-box-pack: start; |
| @@ -4719,29 +4547,32 @@ | ||
| 4719 | 4547 | -webkit-box-pack: start; |
| 4720 | 4548 | -ms-flex-pack: start; |
| 4721 | 4549 | justify-content: flex-start; |
| 4722 | 4550 | } |
| 4551 | + | |
| 4723 | 4552 | .sellkit-flex-center\@l { |
| 4724 | 4553 | -webkit-box-pack: center; |
| 4725 | 4554 | -ms-flex-pack: center; |
| 4726 | 4555 | justify-content: center; |
| 4727 | 4556 | } |
| 4557 | + | |
| 4728 | 4558 | .sellkit-flex-right\@l { |
| 4729 | 4559 | -webkit-box-pack: end; |
| 4730 | 4560 | -ms-flex-pack: end; |
| 4731 | 4561 | justify-content: flex-end; |
| 4732 | 4562 | } |
| 4563 | + | |
| 4733 | 4564 | .sellkit-flex-between\@l { |
| 4734 | 4565 | -webkit-box-pack: justify; |
| 4735 | 4566 | -ms-flex-pack: justify; |
| 4736 | 4567 | justify-content: space-between; |
| 4737 | 4568 | } |
| 4569 | + | |
| 4738 | 4570 | .sellkit-flex-around\@l { |
| 4739 | 4571 | -ms-flex-pack: distribute; |
| 4740 | 4572 | justify-content: space-around; |
| 4741 | 4573 | } |
| 4742 | 4574 | } |
| 4743 | - | |
| 4744 | 4575 | /* Large screen and bigger */ |
| 4745 | 4576 | @media (min-width: 1440px) { |
| 4746 | 4577 | .sellkit-flex-left\@xl { |
| 4747 | 4578 | -webkit-box-pack: start; |
| @@ -4747,29 +4578,32 @@ | ||
| 4747 | 4578 | -webkit-box-pack: start; |
| 4748 | 4579 | -ms-flex-pack: start; |
| 4749 | 4580 | justify-content: flex-start; |
| 4750 | 4581 | } |
| 4582 | + | |
| 4751 | 4583 | .sellkit-flex-center\@xl { |
| 4752 | 4584 | -webkit-box-pack: center; |
| 4753 | 4585 | -ms-flex-pack: center; |
| 4754 | 4586 | justify-content: center; |
| 4755 | 4587 | } |
| 4588 | + | |
| 4756 | 4589 | .sellkit-flex-right\@xl { |
| 4757 | 4590 | -webkit-box-pack: end; |
| 4758 | 4591 | -ms-flex-pack: end; |
| 4759 | 4592 | justify-content: flex-end; |
| 4760 | 4593 | } |
| 4594 | + | |
| 4761 | 4595 | .sellkit-flex-between\@xl { |
| 4762 | 4596 | -webkit-box-pack: justify; |
| 4763 | 4597 | -ms-flex-pack: justify; |
| 4764 | 4598 | justify-content: space-between; |
| 4765 | 4599 | } |
| 4600 | + | |
| 4766 | 4601 | .sellkit-flex-around\@xl { |
| 4767 | 4602 | -ms-flex-pack: distribute; |
| 4768 | 4603 | justify-content: space-around; |
| 4769 | 4604 | } |
| 4770 | 4605 | } |
| 4771 | - | |
| 4772 | 4606 | /* |
| 4773 | 4607 | * Align items in the cross axis of the current line of the flex container |
| 4774 | 4608 | * Row: Vertical |
| 4775 | 4609 | */ |
| @@ -4901,8 +4735,9 @@ | ||
| 4901 | 4735 | -webkit-box-ordinal-group: 0; |
| 4902 | 4736 | -ms-flex-order: -1; |
| 4903 | 4737 | order: -1; |
| 4904 | 4738 | } |
| 4739 | + | |
| 4905 | 4740 | .sellkit-flex-last\@s { |
| 4906 | 4741 | -webkit-box-ordinal-group: 100; |
| 4907 | 4742 | -ms-flex-order: 99; |
| 4908 | 4743 | order: 99; |
| @@ -4907,9 +4742,8 @@ | ||
| 4907 | 4742 | -ms-flex-order: 99; |
| 4908 | 4743 | order: 99; |
| 4909 | 4744 | } |
| 4910 | 4745 | } |
| 4911 | - | |
| 4912 | 4746 | /* Tablet landscape and bigger */ |
| 4913 | 4747 | @media (min-width: 768px) { |
| 4914 | 4748 | .sellkit-flex-first\@m { |
| 4915 | 4749 | -webkit-box-ordinal-group: 0; |
| @@ -4915,8 +4749,9 @@ | ||
| 4915 | 4749 | -webkit-box-ordinal-group: 0; |
| 4916 | 4750 | -ms-flex-order: -1; |
| 4917 | 4751 | order: -1; |
| 4918 | 4752 | } |
| 4753 | + | |
| 4919 | 4754 | .sellkit-flex-last\@m { |
| 4920 | 4755 | -webkit-box-ordinal-group: 100; |
| 4921 | 4756 | -ms-flex-order: 99; |
| 4922 | 4757 | order: 99; |
| @@ -4921,9 +4756,8 @@ | ||
| 4921 | 4756 | -ms-flex-order: 99; |
| 4922 | 4757 | order: 99; |
| 4923 | 4758 | } |
| 4924 | 4759 | } |
| 4925 | - | |
| 4926 | 4760 | /* Desktop and bigger */ |
| 4927 | 4761 | @media (min-width: 1025px) { |
| 4928 | 4762 | .sellkit-flex-first\@l { |
| 4929 | 4763 | -webkit-box-ordinal-group: 0; |
| @@ -4929,8 +4763,9 @@ | ||
| 4929 | 4763 | -webkit-box-ordinal-group: 0; |
| 4930 | 4764 | -ms-flex-order: -1; |
| 4931 | 4765 | order: -1; |
| 4932 | 4766 | } |
| 4767 | + | |
| 4933 | 4768 | .sellkit-flex-last\@l { |
| 4934 | 4769 | -webkit-box-ordinal-group: 100; |
| 4935 | 4770 | -ms-flex-order: 99; |
| 4936 | 4771 | order: 99; |
| @@ -4935,9 +4770,8 @@ | ||
| 4935 | 4770 | -ms-flex-order: 99; |
| 4936 | 4771 | order: 99; |
| 4937 | 4772 | } |
| 4938 | 4773 | } |
| 4939 | - | |
| 4940 | 4774 | /* Large screen and bigger */ |
| 4941 | 4775 | @media (min-width: 1440px) { |
| 4942 | 4776 | .sellkit-flex-first\@xl { |
| 4943 | 4777 | -webkit-box-ordinal-group: 0; |
| @@ -4943,8 +4777,9 @@ | ||
| 4943 | 4777 | -webkit-box-ordinal-group: 0; |
| 4944 | 4778 | -ms-flex-order: -1; |
| 4945 | 4779 | order: -1; |
| 4946 | 4780 | } |
| 4781 | + | |
| 4947 | 4782 | .sellkit-flex-last\@xl { |
| 4948 | 4783 | -webkit-box-ordinal-group: 100; |
| 4949 | 4784 | -ms-flex-order: 99; |
| 4950 | 4785 | order: 99; |
| @@ -4949,9 +4784,8 @@ | ||
| 4949 | 4784 | -ms-flex-order: 99; |
| 4950 | 4785 | order: 99; |
| 4951 | 4786 | } |
| 4952 | 4787 | } |
| 4953 | - | |
| 4954 | 4788 | /* Item dimensions |
| 4955 | 4789 | ========================================================================== */ |
| 4956 | 4790 | /* |
| 4957 | 4791 | * Initial: 0 1 auto |
| @@ -4984,5 +4818,5 @@ | ||
| 4984 | 4818 | .sellkit-flex-1 { |
| 4985 | 4819 | -webkit-box-flex: 1; |
| 4986 | 4820 | -ms-flex: 1; |
| 4987 | 4821 | flex: 1; |
| 4988 | -} | |
| 4822 | +} | |