wickes-css2 2.103.0-IC-977-colors-semantic.1 → 2.103.0-RG-1658-apply-dynamic-logic-gift-card.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/Readme.md +1 -3
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/checkout-payment-details-v2.css +1 -1
  4. package/build/css/homepage-main.css +1 -1
  5. package/build/css/kitchen-plp-main.css +1 -1
  6. package/build/css/main.css +1 -1
  7. package/build/css/my-account-main-v2.css +1 -1
  8. package/build/css/my-account-main.css +1 -1
  9. package/build/css/pages/page_checkout_delivery-new.css +1 -1
  10. package/build/css/pages/page_wismo-orders.css +1 -1
  11. package/build/css/pdp-main-before-combine.css +1 -1
  12. package/build/css/pdp-main-non-critical.css +1 -1
  13. package/build/css/pdp-main.css +1 -1
  14. package/build/css/plp-main.css +1 -1
  15. package/build/css/store-locator-main.css +1 -1
  16. package/build/img/giftcard.svg +28 -0
  17. package/build/js/account-members.min.js +1 -1
  18. package/build/js/add-project-list-id.min.js +1 -1
  19. package/build/js/address-book.min.js +1 -1
  20. package/build/js/basket.min.js +2 -2
  21. package/build/js/bundle.min.js +1 -1
  22. package/build/js/change-password.min.js +1 -1
  23. package/build/js/checkout.min.js +2 -2
  24. package/build/js/emulation.min.js +268 -16
  25. package/build/js/general.bundle.min.js +1 -1
  26. package/build/js/gift-cards.min.js +1 -0
  27. package/build/js/merged-checkout.min.js +2 -2
  28. package/build/js/page/components/gift-cards.js +877 -0
  29. package/build/js/page/components/order-summary.js +42 -25
  30. package/build/js/page/components/toggle-password-visibility.js +22 -0
  31. package/build/js/page/utils/gift-cards-utils.js +144 -0
  32. package/build/js/page/utils/input-handling.js +92 -0
  33. package/build/js/page/utils/show-hide-input.js +28 -0
  34. package/build/js/page/utils/validation.js +46 -1
  35. package/build/js/pdp.bundle.min.js +1 -1
  36. package/build/js/personal-details.min.js +1 -1
  37. package/build/js/plp.bundle.min.js +1 -1
  38. package/build/js/project-list.min.js +44 -1
  39. package/build/js/quiz.min.js +1 -1
  40. package/build/js/toggle-password-visibility.min.js +1 -0
  41. package/build/js/track-my-order.min.js +1 -1
  42. package/package.json +2 -2
  43. package/src/components/checkout-payment-details-v2.hbs +3 -2
  44. package/src/components/gift-cards-hint.hbs +9 -0
  45. package/src/components/gift-cards.hbs +90 -0
  46. package/src/components/giftcard-chip.hbs +23 -0
  47. package/src/components/giftcard-summary.hbs +6 -0
  48. package/src/elements/form-row.hbs +1 -1
  49. package/src/elements/input.hbs +31 -2
  50. package/src/img/giftcard.svg +28 -0
  51. package/src/js/components/general/notification.js +2 -1
  52. package/src/js/emulation/checkout-data.js +35 -0
  53. package/src/js/emulation/checkout-payment-details.js +23 -14
  54. package/src/js/emulation/forms.js +7 -2
  55. package/src/js/emulation/gift-cards.js +201 -0
  56. package/src/js/page/components/gift-cards.js +877 -0
  57. package/src/js/page/components/order-summary.js +42 -25
  58. package/src/js/page/components/toggle-password-visibility.js +22 -0
  59. package/src/js/page/utils/gift-cards-utils.js +144 -0
  60. package/src/js/page/utils/input-handling.js +92 -0
  61. package/src/js/page/utils/show-hide-input.js +28 -0
  62. package/src/js/page/utils/validation.js +46 -1
  63. package/src/layouts/checkout.hbs +1 -5
  64. package/src/page_my-account_change-password.html +1 -0
  65. package/src/page_payment-details-with-gift-card.html +7 -4
  66. package/src/scss/components/_gift-cards.scss +361 -0
  67. package/src/scss/components/checkout-payment-details-v2.scss +2 -0
  68. package/src/scss/helpers/_variables.scss +0 -2
  69. package/src/scss/pages/page_checkout_delivery-new.scss +26 -0
  70. package/src/js/components/toggle-password-visibility.js +0 -58
  71. package/src/scss/helpers/_colors-semantic.scss +0 -224
@@ -1 +1 @@
1
- .delivery-address-block__info{flex:0 0 100%;max-width:100%;margin-bottom:38px}.delivery-address-block__form{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.delivery-address-block__form-item{flex:0 0 100%;max-width:100%;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:768px){.delivery-address-block__info{flex:0 0 58.33333%;max-width:58.33333%}.delivery-address-block__form-item{flex:0 0 50%;max-width:50%}}.date-selection-hidden{display:none}.date-selection__info-block-error{display:flex;align-items:center;color:#cf000f}.date-selection__info-block-error .icon{margin-right:15px;font-size:1rem}.date-selection__annotation{font-size:.75rem}.date-selection .delivery-date:after{border:0}.date-selection .calendar{background:#fff;border:0}.date-selection .calendar__head{margin-bottom:20px}.date-selection .calendar__head-wisdom{display:flex;justify-content:space-between;align-items:center}.date-selection .calendar__switch{font-size:1rem;color:#0277bd;cursor:pointer;text-transform:capitalize}.date-selection .calendar__switch-earlier .calendar__switch-icon{margin-right:5px}.date-selection .calendar__switch-latest .calendar__switch-icon{margin-left:5px}.date-selection .calendar__month{font-size:1rem;line-height:1.125rem;font-weight:500;color:#003058;text-align:left;margin:0}.date-selection .calendar__row_names{background:#fff;color:#0a3054;font-size:.875rem;font-weight:500;margin:0}.date-selection .calendar__row_days{font-size:.8125rem;line-height:.8125rem;font-weight:500}.date-selection .calendar__row_extended{padding-top:25px}.date-selection .calendar__cell_cnt{font-size:.875rem;border-radius:50%;height:34px;line-height:34px;z-index:1;position:relative}.date-selection .calendar__cell_cnt:hover{border-color:transparent}.date-selection .calendar__cell_cnt:hover:after{content:"";position:relative;display:block;border-radius:50%;width:34px;height:34px;left:calc(50% - 34px / 2);top:-34px}.date-selection .calendar__cell:active,.date-selection .calendar__cell_selected{position:relative;background:0 0;color:#fff;z-index:1}.date-selection .calendar__cell:active:after,.date-selection .calendar__cell_selected:after{content:"";position:relative;display:block;background:#0277bd;border-radius:50%;width:34px;height:34px;top:-34px;left:calc(50% - 34px / 2);z-index:-1}.date-selection .calendar__message{display:flex;justify-content:center;flex-direction:column;padding:20px 20px 40px;font-weight:500;font-size:1rem}.date-selection.date-selection_selected{border:0}.date-selection.date-selection_selected .delivery-types{padding:0 0 10px;margin:0;background:initial}.date-selection.date-selection_selected .delivery-types__inner .btn+.btn{margin-top:15px}.delivery-btn{background-color:#0277bd;color:#fff;pointer-events:none}.delivery-btn:not(:disabled):not(.disabled){cursor:default}.delivery-btn__content{display:flex;flex-direction:column}.delivery-btn__content .title{font-size:1rem;font-weight:700;line-height:20px;margin-bottom:0}.delivery-btn__content .subtitle{margin-top:2px;font-size:.875rem;font-weight:400;line-height:22px;text-wrap:auto}.delivery-btn__content+.delivery-btn__image{margin-left:5px}.delivery-btn__image{display:flex;align-items:center;justify-content:center;width:41px;height:41px;flex-shrink:0}.delivery-btn__image .svg-inline--fa.fa-shipping-fast{font-size:1.7rem;height:auto}.delivery-container .btn.btn_full{display:flex;padding:16px 20px;align-items:center;justify-content:center;border:0;border-radius:0}@media (min-width:576px){.date-selection .calendar__head{padding:0 15px}}@media (min-width:768px){.date-selection .delivery-date,.date-selection .delivery-time{height:auto}.date-selection .calendar__message{padding:50px 40px 70px}.date-selection .calendar__head{padding:0 20px}.date-selection .calendar__cell_cnt:hover:after{border:1px solid #0277bd}}@media (min-width:992px){.date-selection.date-selection_selected .delivery-types{padding:0}}@media (min-width:992px) and (max-width:1199.98px){.delivery-container .btn.btn_full{padding:10px}}@media screen and (max-width:320px){.date-selection__info-block-error{align-items:flex-start}}.user-address-delivery .delivery-address .selected-address{display:block;font-weight:700;padding-bottom:10px}.user-address-delivery .delivery-address .user-address__content{flex:0 0 100%;max-width:100%}.user-address-delivery .delivery-address .user-address__delete{margin-top:75px}.user-address-delivery .delivery-address .user-address__delete .delete-heading{margin:0;font-size:1rem;font-weight:500}.user-address-delivery .delivery-address .user-address__delete-action{display:flex;flex-direction:column;margin-top:30px}.user-address-delivery .delivery-address .user-address__delete-action .btn{width:100%}.user-address-delivery .delivery-address .user-address__links{flex:0 0 100%;max-width:100%;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.user-address-delivery .delivery-address .user-address__links .user-address__btn{display:flex;justify-content:space-between;flex-direction:row;align-items:center}.user-address-delivery .delivery-address .user-address__links .user-address__btn .btn-remove-address{background-color:#fff;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;cursor:pointer}.user-address-delivery .delivery-address .user-address__links .user-address__btn .btn-remove-address .fa-trash{width:20px;height:20px}@media (min-width:768px){.user-address-delivery .delivery-address .user-address__delete-action{flex-direction:row}.user-address-delivery .delivery-address .user-address__delete-action .btn{width:155px}.user-address-delivery .delivery-address .user-address__address{flex:0 0 41.66667%;max-width:41.66667%}.user-address-delivery .delivery-address .user-address__phone{flex:0 0 33.33333%;max-width:33.33333%}.user-address-delivery .delivery-address .user-address__links{flex:0 0 25%;max-width:25%;display:flex;align-items:flex-end;justify-content:flex-end}.user-address-delivery .delivery-address .user-address__links .user-address__btn{display:flex;flex-direction:column-reverse;align-items:flex-end;height:100%}.user-address-delivery .delivery-address .user-address__links .user-address__btn .btn-remove-address{margin-top:12px}.user-address-delivery .delivery-address .user-address__links .user-address__btn .btn-remove-address .fa-trash{width:20px;height:20px}}@media (min-width:768px) and (max-width:991.98px){.user-address-delivery .delivery-address .user-address{padding-bottom:20px}.user-address-delivery .delivery-address .user-address__address{flex:0 0 41.66667%;max-width:41.66667%}.user-address-delivery .delivery-address .user-address__phone{flex:0 0 33.33333%;max-width:33.33333%}.user-address-delivery .delivery-address .user-address__links{flex:0 0 25%;max-width:25%}}.marketing-preferences--error{display:flex;align-items:flex-start;padding:8px;background-color:#f4f9fe}.marketing-preferences__icon{margin-right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#99b5cf}.marketing-preferences__icon .svg-inline--fa{font-size:1.35rem}.marketing-preferences__content{font-size:.75rem;line-height:1rem}.marketing-preferences__content p{color:#0a3055;margin-bottom:0}.marketing-preferences__link,.marketing-preferences__message{font-weight:700}.page_checkout-delivery-new .right-aside .summary .checkout-title__title{color:#003058;font-weight:400;line-height:1.75rem}.page_checkout-delivery-new .right-aside .summary__aside{padding:12px 30px 0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-info-wrap{padding:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget.checkout-widget_order-summary{padding:25px 20px 0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details{font-size:1rem}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__item{display:flex;justify-content:space-between;font-size:1rem;line-height:1.125rem;font-weight:400;margin-bottom:20px;padding:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__item-bold{font-weight:500;margin-bottom:20px}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__item-vat{font-size:.75rem;margin-top:-15px}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__details-discount{order:1}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__total{border:0;display:flex;justify-content:space-between;margin-left:-25px;margin-right:-25px;margin-bottom:0;padding:20px 25px;color:#fff;background-color:#0a3055;font-size:1.375rem;line-height:1.5rem;font-weight:400}.page_checkout-delivery-new .right-aside .summary__basked-id{padding:26px 0;background:#f8f8f8;text-align:center;font-size:1rem}.page_checkout-delivery-new .right-aside .summary__basked-id .id-number{font-weight:700}.page_checkout-delivery-new .right-aside .summary .accordion__header-icon-small{left:85px}.page_checkout-delivery-new .billing-payment-block__heading,.page_checkout-delivery-new .click-collect-block__heading,.page_checkout-delivery-new .delivery-block__heading{color:#003058;font-weight:400;margin-bottom:24px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .billing-payment-block__wrapper,.page_checkout-delivery-new .click-collect-block__wrapper,.page_checkout-delivery-new .delivery-block__wrapper{background:#f8f8f8;padding:30px 15px}.page_checkout-delivery-new .delivery-block__wrapper.customer-journey-block{background:inherit;padding:0}.page_checkout-delivery-new .delivery-block__wrapper.customer-journey-block .add-new-address-block{margin:25px 0 0 20px}.page_checkout-delivery-new .delivery-block__wrapper.customer-journey-block .add-new-address-block .btn-new-address{font-size:1rem;padding:0;text-decoration:underline}.page_checkout-delivery-new .delivery-block__wrapper.customer-journey-block .add-new-address-block .btn-new-address .fa-plus{margin-right:10px}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__content .selected-address{display:flex;justify-content:space-between}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__content .selected-address .default-mark-full{font-weight:400;font-size:inherit}.page_checkout-delivery-new .click-collect-block{margin-top:40px}.page_checkout-delivery-new .click-collect-block__head-info{font-size:1rem;line-height:1.125rem;font-weight:400}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper{display:flex;flex-direction:column;margin:0 0 50px}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-exclamation{border:1px solid #ccc;padding:38px 22px;display:flex;align-items:center;flex:0;margin-bottom:20px}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-exclamation .fa-exclamation-circle{color:#0277bd;margin-right:21px;width:53px;height:53px}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-text{display:flex;flex-direction:column;justify-content:flex-end}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-text p{margin:0}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-text p:first-of-type{margin-bottom:26px}.page_checkout-delivery-new .billing-payment-block{margin:40px 0}.page_checkout-delivery-new .oos-block{flex:0 0 100%;max-width:100%}.page_checkout-delivery-new .oos-block__wrapper{background:#f8f8f8;margin:25px 0}.page_checkout-delivery-new .oos-block__wrapper-products .checkout-info-wrap{padding:25px}.page_checkout-delivery-new .oos-block__wrapper .remove-btn{display:flex;justify-content:flex-end;margin:0 25px;padding-bottom:25px}.page_checkout-delivery-new .oos-block__info-block{padding:25px 25px 0}.page_checkout-delivery-new .checkout-order{display:block;margin:0}.page_checkout-delivery-new .content,.page_checkout-delivery-new .right-aside{flex:0 0 100%;max-width:100%}.page_checkout-delivery-new .right-aside .checkout-title__title{margin-bottom:24px}.page_checkout-delivery-new .content{display:flex;flex-direction:column}.page_checkout-delivery-new .content .checkout-title__title{color:#003058;font-weight:400;margin-top:40px;margin-bottom:24px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .basket__voucher{border:1px solid #e5e5e5}.page_checkout-delivery-new .basket__voucher-hide{display:none}.page_checkout-delivery-new .basket__voucher .form-row__field{padding-left:0;padding-right:0}.page_checkout-delivery-new .add-contact-details{border-top:1px solid #ccc;margin-top:20px;font-size:1rem;line-height:1.125rem;font-weight:400}.page_checkout-delivery-new .add-contact-details__heading{color:#003058;font-weight:400;margin-top:40px}.page_checkout-delivery-new .add-contact-details__form{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;align-items:flex-start;margin-top:40px}.page_checkout-delivery-new .add-contact-details__form .form-row{position:relative;width:100%;min-height:1px;padding-left:15px;flex:0 0 100%;max-width:100%;padding-right:0}.page_checkout-delivery-new .add-contact-details__form .form-row--locked{flex:0 0 100%;max-width:100%;margin-bottom:24px;margin-top:4px}.page_checkout-delivery-new .add-contact-details__form .form-row--locked .form-row__field .tbx{border:0;background-color:#e6f1f8}.page_checkout-delivery-new .add-contact-details__form .form-row__field{padding-right:0}.page_checkout-delivery-new .add-contact-details__form .form-row .break-desktop{display:none}.page_checkout-delivery-new .add-contact-details__form .form-row.checkbox-form-row{flex:1;max-width:100%;margin-bottom:0}.page_checkout-delivery-new .simplify-collection{background:#f8f8f8;padding:0 15px;margin:0 0 10px}.page_checkout-delivery-new .simplify-collection__heading{color:#003058;font-weight:400;margin-top:40px}.page_checkout-delivery-new .simplify-collection__wrapper{display:flex;flex-wrap:wrap;margin:20px 0}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox label:first-of-type{margin-bottom:10px}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox span:first-of-type{font-size:1rem;font-weight:500;line-height:1.5rem}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox .distance{font-size:1rem;font-weight:500;line-height:1.5rem;color:#8b8b8b;padding-left:10px}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox .store-address{color:#8b8b8b}.page_checkout-delivery-new .simplify-collection__info{font-size:1rem;line-height:1.125rem;font-weight:400}.page_checkout-delivery-new .simplify-collection__btn{margin:10px 0 40px}.page_checkout-delivery-new .continue-btn{background:#f8f8f8;padding:35px;margin-top:20px}.page_checkout-delivery-new .continue-btn .btn-action{height:50px;width:100%}.page_checkout-delivery-new .date-selection__wrapper{font-size:.875rem;line-height:1.125rem;font-weight:400;margin-bottom:23px}.page_checkout-delivery-new .date-selection__header{color:#003058;font-weight:400;margin-bottom:13px}#modalDeliveryEdit .modal-box__header:after,#modalEditAddress .modal-box__header:after{left:0;right:0}#modalDeliveryEdit .modal-box__header .close,#modalEditAddress .modal-box__header .close{right:.6875rem;top:1.625rem}#modalDeliveryEdit .form-wrapper,#modalEditAddress .form-wrapper{padding-top:40px}#modalDeliveryEdit .edit-address-modal-block,#modalEditAddress .edit-address-modal-block{margin:20px 0}#modalDeliveryEdit .edit-address-modal-block .btn-choose-address,#modalDeliveryEdit .edit-address-modal-block .notification,#modalEditAddress .edit-address-modal-block .btn-choose-address,#modalEditAddress .edit-address-modal-block .notification{margin-bottom:20px}#modalDeliveryEdit .edit-address-modal-block .btn-action,#modalEditAddress .edit-address-modal-block .btn-action{margin-top:20px}#modalEditAddress .user-address__content .selected-address{display:flex;justify-content:space-between}#modalEditAddress .user-address__content .selected-address .default-mark-full{font-weight:400;font-size:inherit}@media (min-width:576px){.page_checkout-delivery-new .add-contact-details__form .form-row .break-desktop{display:inline}.page_checkout-delivery-new .add-contact-details__form .form-row.checkbox-form-row{flex:0 0 auto;width:479px}.page_checkout-delivery-new .add-contact-details__form .form-row.checkbox-form-row--full-width{flex:1;max-width:100%}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget.checkout-widget_order-summary{padding:20px 0 0}.page_checkout-delivery-new .right-aside .summary .checkout-widget.checkout-widget_order-summary .checkout-widget__total{font-weight:400;margin-left:-20px;margin-right:-20px}}@media (min-width:768px){.page_checkout-delivery-new .billing-payment-block__wrapper,.page_checkout-delivery-new .click-collect-block__wrapper,.page_checkout-delivery-new .delivery-block__wrapper{padding:55px 50px 50px}.page_checkout-delivery-new .right-aside{flex:0 0 100%;max-width:100%;margin-top:20px}.page_checkout-delivery-new .content{flex:1;max-width:100%;padding-right:5px}.page_checkout-delivery-new .basket__voucher form{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.page_checkout-delivery-new .basket__voucher form .voucher__btn{max-width:115px;height:40px}.page_checkout-delivery-new .basket__voucher form .form-row{flex:0 0 50%;max-width:50%;margin-bottom:0}.page_checkout-delivery-new .basket__voucher .form-row__field{padding-left:15px;padding-right:15px}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper{flex-direction:row}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-exclamation{flex:0 0 277px;margin-right:34px;margin-bottom:0}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-text{max-width:400px}.page_checkout-delivery-new .simplify-collection{padding:0 50px}.page_checkout-delivery-new .simplify-collection__wrapper{margin-top:40px}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox{flex:0 0 50%;max-width:50%}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox label:first-of-type{margin-bottom:0}#modalEditAddress .user-address__phone{flex:0 0 33.33333%;max-width:33.33333%}#modalEditAddress .user-address__links{flex:0 0 25%;max-width:25%}}@media (min-width:992px){.page_checkout-delivery-new .right-aside{flex:0 0 33.33333%;max-width:33.33333%;padding-left:5px;max-width:325px;margin-top:0}.page_checkout-delivery-new .basket__voucher.checkout-widget{padding:40px 35px;margin-bottom:30px}.page_checkout-delivery-new .basket__voucher.checkout-widget .heading-3{margin-bottom:0}.page_checkout-delivery-new .basket__voucher.checkout-widget #form-checkout-voucher,.page_checkout-delivery-new .basket__voucher.checkout-widget #form-checkout-voucher0{align-items:flex-start}.page_checkout-delivery-new .add-contact-details__form .form-row{flex:0 0 50%;max-width:50%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.page_checkout-delivery-new .add-contact-details__form .form-row.form-row--locked{flex:0 0 100%;max-width:100%;margin-bottom:24px;margin-top:4px}.page_checkout-delivery-new .add-contact-details__form .form-row.form-row--locked .form-row__field .tbx{border:0;background-color:#e6f1f8}.page_checkout-delivery-new .add-contact-details__form .form-row:first-child .form-row__field{padding-right:5px}.page_checkout-delivery-new .add-contact-details__form .form-row__field{padding-right:15px}.page_checkout-delivery-new .right-aside .summary .checkout-widget.checkout-widget_order-summary .checkout-widget__total{font-weight:400;margin-left:-30px;margin-right:-30px}.page_checkout-delivery-new .right-aside .summary .summary__basked-id{margin-top:13px}}@media (max-width:575.98px){.page_checkout-delivery-new .billing-payment-block__heading,.page_checkout-delivery-new .click-collect-block__heading,.page_checkout-delivery-new .delivery-block__heading{margin-bottom:18px}.page_checkout-delivery-new .billing-payment-block__wrapper,.page_checkout-delivery-new .click-collect-block__wrapper,.page_checkout-delivery-new .delivery-block__wrapper{padding:25px 15px;margin:0 -15px}.page_checkout-delivery-new .billing-payment-block .order-block__time-head,.page_checkout-delivery-new .click-collect-block .order-block__time-head,.page_checkout-delivery-new .delivery-block .order-block__time-head{font-size:1.125rem;padding:17px 13px}.page_checkout-delivery-new .billing-payment-block .order-block__time-head-info,.page_checkout-delivery-new .click-collect-block .order-block__time-head-info,.page_checkout-delivery-new .delivery-block .order-block__time-head-info{font-size:.875rem;margin-left:30px}.page_checkout-delivery-new .billing-payment-block .order-block__address,.page_checkout-delivery-new .click-collect-block .order-block__address,.page_checkout-delivery-new .delivery-block .order-block__address{padding:20px 15px;margin:0}.page_checkout-delivery-new .billing-payment-block .order-block__product-line,.page_checkout-delivery-new .click-collect-block .order-block__product-line,.page_checkout-delivery-new .delivery-block .order-block__product-line{display:flex;flex-direction:column-reverse;align-items:flex-start}.page_checkout-delivery-new .billing-payment-block .order-block__product-line .hide-products,.page_checkout-delivery-new .billing-payment-block .order-block__product-line .show-products,.page_checkout-delivery-new .click-collect-block .order-block__product-line .hide-products,.page_checkout-delivery-new .click-collect-block .order-block__product-line .show-products,.page_checkout-delivery-new .delivery-block .order-block__product-line .hide-products,.page_checkout-delivery-new .delivery-block .order-block__product-line .show-products{padding:15px 15px 25px}.page_checkout-delivery-new .billing-payment-block .order-block .order-line__product,.page_checkout-delivery-new .click-collect-block .order-block .order-line__product,.page_checkout-delivery-new .delivery-block .order-block .order-line__product{flex-direction:row}.page_checkout-delivery-new .delivery-block .delivery-address-block__info{margin-bottom:32px}.page_checkout-delivery-new .delivery-block .delivery-address-block__form-item{padding:0}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__content{padding-bottom:30px}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__content .selected-address{padding-bottom:25px}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__delete{margin-top:36px}.page_checkout-delivery-new .delivery-block .customer-journey-block .add-new-address-block{margin:15px 0 0 20px}.page_checkout-delivery-new .delivery-block .date-selection__wrapper .date-selection__header{font-size:1.125rem}.page_checkout-delivery-new .delivery-block .oos-block__wrapper{margin:10px -15px}.page_checkout-delivery-new .delivery-block__wrapper{overflow-x:hidden}.page_checkout-delivery-new .add-contact-details__heading{margin-top:27px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .add-contact-details .marketing-preferences__content .marketing-preferences,.page_checkout-delivery-new .add-contact-details .marketing-preferences__content p:nth-of-type(2),.page_checkout-delivery-new .add-contact-details .marketing-preferences__content p:nth-of-type(3){display:inline;margin-bottom:0}.page_checkout-delivery-new .continue-btn{margin:20px -15px 0}.page_checkout-delivery-new .billing-payment-block{margin-bottom:0}.page_checkout-delivery-new .simplify-collection{margin:0 -15px}.page_checkout-delivery-new .simplify-collection__heading{margin-top:27px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .right-aside{overflow-x:hidden}.page_checkout-delivery-new .right-aside .summary .checkout-title__title{margin-bottom:16px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .right-aside .summary__aside{margin:0 -15px 10px;padding:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget_order-summary{padding:25px 20px 0;margin:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details{padding:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__item-bold .checkout-widget__item-value{font-size:1.125rem}.page_checkout-delivery-new .right-aside .summary__basked-id{margin:0 -15px}}
1
+ .delivery-address-block__info{flex:0 0 100%;max-width:100%;margin-bottom:38px}.delivery-address-block__form{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.delivery-address-block__form-item{flex:0 0 100%;max-width:100%;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:768px){.delivery-address-block__info{flex:0 0 58.33333%;max-width:58.33333%}.delivery-address-block__form-item{flex:0 0 50%;max-width:50%}}.date-selection-hidden{display:none}.date-selection__info-block-error{display:flex;align-items:center;color:#cf000f}.date-selection__info-block-error .icon{margin-right:15px;font-size:1rem}.date-selection__annotation{font-size:.75rem}.date-selection .delivery-date:after{border:0}.date-selection .calendar{background:#fff;border:0}.date-selection .calendar__head{margin-bottom:20px}.date-selection .calendar__head-wisdom{display:flex;justify-content:space-between;align-items:center}.date-selection .calendar__switch{font-size:1rem;color:#0277bd;cursor:pointer;text-transform:capitalize}.date-selection .calendar__switch-earlier .calendar__switch-icon{margin-right:5px}.date-selection .calendar__switch-latest .calendar__switch-icon{margin-left:5px}.date-selection .calendar__month{font-size:1rem;line-height:1.125rem;font-weight:500;color:#003058;text-align:left;margin:0}.date-selection .calendar__row_names{background:#fff;color:#0a3054;font-size:.875rem;font-weight:500;margin:0}.date-selection .calendar__row_days{font-size:.8125rem;line-height:.8125rem;font-weight:500}.date-selection .calendar__row_extended{padding-top:25px}.date-selection .calendar__cell_cnt{font-size:.875rem;border-radius:50%;height:34px;line-height:34px;z-index:1;position:relative}.date-selection .calendar__cell_cnt:hover{border-color:transparent}.date-selection .calendar__cell_cnt:hover:after{content:"";position:relative;display:block;border-radius:50%;width:34px;height:34px;left:calc(50% - 34px / 2);top:-34px}.date-selection .calendar__cell:active,.date-selection .calendar__cell_selected{position:relative;background:0 0;color:#fff;z-index:1}.date-selection .calendar__cell:active:after,.date-selection .calendar__cell_selected:after{content:"";position:relative;display:block;background:#0277bd;border-radius:50%;width:34px;height:34px;top:-34px;left:calc(50% - 34px / 2);z-index:-1}.date-selection .calendar__message{display:flex;justify-content:center;flex-direction:column;padding:20px 20px 40px;font-weight:500;font-size:1rem}.date-selection.date-selection_selected{border:0}.date-selection.date-selection_selected .delivery-types{padding:0 0 10px;margin:0;background:initial}.date-selection.date-selection_selected .delivery-types__inner .btn+.btn{margin-top:15px}.delivery-btn{background-color:#0277bd;color:#fff;pointer-events:none}.delivery-btn:not(:disabled):not(.disabled){cursor:default}.delivery-btn__content{display:flex;flex-direction:column}.delivery-btn__content .title{font-size:1rem;font-weight:700;line-height:20px;margin-bottom:0}.delivery-btn__content .subtitle{margin-top:2px;font-size:.875rem;font-weight:400;line-height:22px;text-wrap:auto}.delivery-btn__content+.delivery-btn__image{margin-left:5px}.delivery-btn__image{display:flex;align-items:center;justify-content:center;width:41px;height:41px;flex-shrink:0}.delivery-btn__image .svg-inline--fa.fa-shipping-fast{font-size:1.7rem;height:auto}.delivery-container .btn.btn_full{display:flex;padding:16px 20px;align-items:center;justify-content:center;border:0;border-radius:0}@media (min-width:576px){.date-selection .calendar__head{padding:0 15px}}@media (min-width:768px){.date-selection .delivery-date,.date-selection .delivery-time{height:auto}.date-selection .calendar__message{padding:50px 40px 70px}.date-selection .calendar__head{padding:0 20px}.date-selection .calendar__cell_cnt:hover:after{border:1px solid #0277bd}}@media (min-width:992px){.date-selection.date-selection_selected .delivery-types{padding:0}}@media (min-width:992px) and (max-width:1199.98px){.delivery-container .btn.btn_full{padding:10px}}@media screen and (max-width:320px){.date-selection__info-block-error{align-items:flex-start}}.user-address-delivery .delivery-address .selected-address{display:block;font-weight:700;padding-bottom:10px}.user-address-delivery .delivery-address .user-address__content{flex:0 0 100%;max-width:100%}.user-address-delivery .delivery-address .user-address__delete{margin-top:75px}.user-address-delivery .delivery-address .user-address__delete .delete-heading{margin:0;font-size:1rem;font-weight:500}.user-address-delivery .delivery-address .user-address__delete-action{display:flex;flex-direction:column;margin-top:30px}.user-address-delivery .delivery-address .user-address__delete-action .btn{width:100%}.user-address-delivery .delivery-address .user-address__links{flex:0 0 100%;max-width:100%;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.user-address-delivery .delivery-address .user-address__links .user-address__btn{display:flex;justify-content:space-between;flex-direction:row;align-items:center}.user-address-delivery .delivery-address .user-address__links .user-address__btn .btn-remove-address{background-color:#fff;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;cursor:pointer}.user-address-delivery .delivery-address .user-address__links .user-address__btn .btn-remove-address .fa-trash{width:20px;height:20px}@media (min-width:768px){.user-address-delivery .delivery-address .user-address__delete-action{flex-direction:row}.user-address-delivery .delivery-address .user-address__delete-action .btn{width:155px}.user-address-delivery .delivery-address .user-address__address{flex:0 0 41.66667%;max-width:41.66667%}.user-address-delivery .delivery-address .user-address__phone{flex:0 0 33.33333%;max-width:33.33333%}.user-address-delivery .delivery-address .user-address__links{flex:0 0 25%;max-width:25%;display:flex;align-items:flex-end;justify-content:flex-end}.user-address-delivery .delivery-address .user-address__links .user-address__btn{display:flex;flex-direction:column-reverse;align-items:flex-end;height:100%}.user-address-delivery .delivery-address .user-address__links .user-address__btn .btn-remove-address{margin-top:12px}.user-address-delivery .delivery-address .user-address__links .user-address__btn .btn-remove-address .fa-trash{width:20px;height:20px}}@media (min-width:768px) and (max-width:991.98px){.user-address-delivery .delivery-address .user-address{padding-bottom:20px}.user-address-delivery .delivery-address .user-address__address{flex:0 0 41.66667%;max-width:41.66667%}.user-address-delivery .delivery-address .user-address__phone{flex:0 0 33.33333%;max-width:33.33333%}.user-address-delivery .delivery-address .user-address__links{flex:0 0 25%;max-width:25%}}.marketing-preferences--error{display:flex;align-items:flex-start;padding:8px;background-color:#f4f9fe}.marketing-preferences__icon{margin-right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#99b5cf}.marketing-preferences__icon .svg-inline--fa{font-size:1.35rem}.marketing-preferences__content{font-size:.75rem;line-height:1rem}.marketing-preferences__content p{color:#0a3055;margin-bottom:0}.marketing-preferences__link,.marketing-preferences__message{font-weight:700}.page_checkout-delivery-new .right-aside .summary .checkout-title__title{color:#003058;font-weight:400;line-height:1.75rem}.page_checkout-delivery-new .right-aside .summary__aside{padding:12px 30px 0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-info-wrap{padding:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget.checkout-widget_order-summary{padding:25px 20px 0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details{font-size:1rem;display:flex;flex-direction:column}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__item{display:flex;justify-content:space-between;font-size:1rem;line-height:1.125rem;font-weight:400;margin-bottom:20px;padding:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__item-bold{font-weight:500;margin-bottom:20px}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__item-vat{font-size:.75rem;margin-top:-15px}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__details-discount{order:1}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__gift-card{order:2;margin-bottom:0;margin-top:20px;font-weight:700}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details .checkout-widget__gift-card .checkout-widget__item-value :first-letter{font-size:1rem}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__total{border:0;display:flex;justify-content:space-between;margin-left:-25px;margin-right:-25px;margin-bottom:0;padding:20px 25px;color:#fff;background-color:#0a3055;font-size:1.375rem;line-height:1.5rem;font-weight:400}.page_checkout-delivery-new .right-aside .summary__basked-id{padding:26px 0;background:#f8f8f8;text-align:center;font-size:1rem}.page_checkout-delivery-new .right-aside .summary__basked-id .id-number{font-weight:700}.page_checkout-delivery-new .right-aside .summary .accordion__header-icon-small{left:85px}.page_checkout-delivery-new .billing-payment-block__heading,.page_checkout-delivery-new .click-collect-block__heading,.page_checkout-delivery-new .delivery-block__heading{color:#003058;font-weight:400;margin-bottom:24px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .billing-payment-block__wrapper,.page_checkout-delivery-new .click-collect-block__wrapper,.page_checkout-delivery-new .delivery-block__wrapper{background:#f8f8f8;padding:30px 15px}.page_checkout-delivery-new .delivery-block__wrapper.customer-journey-block{background:inherit;padding:0}.page_checkout-delivery-new .delivery-block__wrapper.customer-journey-block .add-new-address-block{margin:25px 0 0 20px}.page_checkout-delivery-new .delivery-block__wrapper.customer-journey-block .add-new-address-block .btn-new-address{font-size:1rem;padding:0;text-decoration:underline}.page_checkout-delivery-new .delivery-block__wrapper.customer-journey-block .add-new-address-block .btn-new-address .fa-plus{margin-right:10px}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__content .selected-address{display:flex;justify-content:space-between}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__content .selected-address .default-mark-full{font-weight:400;font-size:inherit}.page_checkout-delivery-new .click-collect-block{margin-top:40px}.page_checkout-delivery-new .click-collect-block__head-info{font-size:1rem;line-height:1.125rem;font-weight:400}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper{display:flex;flex-direction:column;margin:0 0 50px}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-exclamation{border:1px solid #ccc;padding:38px 22px;display:flex;align-items:center;flex:0;margin-bottom:20px}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-exclamation .fa-exclamation-circle{color:#0277bd;margin-right:21px;width:53px;height:53px}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-text{display:flex;flex-direction:column;justify-content:flex-end}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-text p{margin:0}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-text p:first-of-type{margin-bottom:26px}.page_checkout-delivery-new .billing-payment-block{margin:40px 0}.page_checkout-delivery-new .loader-wrapper.page-loader{position:fixed}.page_checkout-delivery-new .oos-block{flex:0 0 100%;max-width:100%}.page_checkout-delivery-new .oos-block__wrapper{background:#f8f8f8;margin:25px 0}.page_checkout-delivery-new .oos-block__wrapper-products .checkout-info-wrap{padding:25px}.page_checkout-delivery-new .oos-block__wrapper .remove-btn{display:flex;justify-content:flex-end;margin:0 25px;padding-bottom:25px}.page_checkout-delivery-new .oos-block__info-block{padding:25px 25px 0}.page_checkout-delivery-new .checkout-order{display:block;margin:0}.page_checkout-delivery-new .content,.page_checkout-delivery-new .right-aside{flex:0 0 100%;max-width:100%}.page_checkout-delivery-new .right-aside .checkout-title__title{margin-bottom:24px}.page_checkout-delivery-new .content{display:flex;flex-direction:column}.page_checkout-delivery-new .content .checkout-title__title{color:#003058;font-weight:400;margin-top:40px;margin-bottom:24px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .basket__voucher{border:1px solid #e5e5e5}.page_checkout-delivery-new .basket__voucher-hide{display:none}.page_checkout-delivery-new .basket__voucher .form-row__field{padding-left:0;padding-right:0}.page_checkout-delivery-new .add-contact-details{border-top:1px solid #ccc;margin-top:20px;font-size:1rem;line-height:1.125rem;font-weight:400}.page_checkout-delivery-new .add-contact-details__heading{color:#003058;font-weight:400;margin-top:40px}.page_checkout-delivery-new .add-contact-details__form{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;align-items:flex-start;margin-top:40px}.page_checkout-delivery-new .add-contact-details__form .form-row{position:relative;width:100%;min-height:1px;padding-left:15px;flex:0 0 100%;max-width:100%;padding-right:0}.page_checkout-delivery-new .add-contact-details__form .form-row--locked{flex:0 0 100%;max-width:100%;margin-bottom:24px;margin-top:4px}.page_checkout-delivery-new .add-contact-details__form .form-row--locked .form-row__field .tbx{border:0;background-color:#e6f1f8}.page_checkout-delivery-new .add-contact-details__form .form-row__field{padding-right:0}.page_checkout-delivery-new .add-contact-details__form .form-row .break-desktop{display:none}.page_checkout-delivery-new .add-contact-details__form .form-row.checkbox-form-row{flex:1;max-width:100%;margin-bottom:0}.page_checkout-delivery-new .simplify-collection{background:#f8f8f8;padding:0 15px;margin:0 0 10px}.page_checkout-delivery-new .simplify-collection__heading{color:#003058;font-weight:400;margin-top:40px}.page_checkout-delivery-new .simplify-collection__wrapper{display:flex;flex-wrap:wrap;margin:20px 0}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox label:first-of-type{margin-bottom:10px}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox span:first-of-type{font-size:1rem;font-weight:500;line-height:1.5rem}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox .distance{font-size:1rem;font-weight:500;line-height:1.5rem;color:#8b8b8b;padding-left:10px}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox .store-address{color:#8b8b8b}.page_checkout-delivery-new .simplify-collection__info{font-size:1rem;line-height:1.125rem;font-weight:400}.page_checkout-delivery-new .simplify-collection__btn{margin:10px 0 40px}.page_checkout-delivery-new .continue-btn{background:#f8f8f8;padding:35px;margin-top:20px}.page_checkout-delivery-new .continue-btn .btn-action{height:50px;width:100%}.page_checkout-delivery-new .date-selection__wrapper{font-size:.875rem;line-height:1.125rem;font-weight:400;margin-bottom:23px}.page_checkout-delivery-new .date-selection__header{color:#003058;font-weight:400;margin-bottom:13px}.page_checkout-delivery-new .notification:last-child,.page_checkout-delivery-new .notification:only-child{margin-bottom:30px}#modalDeliveryEdit .modal-box__header:after,#modalEditAddress .modal-box__header:after{left:0;right:0}#modalDeliveryEdit .modal-box__header .close,#modalEditAddress .modal-box__header .close{right:.6875rem;top:1.625rem}#modalDeliveryEdit .form-wrapper,#modalEditAddress .form-wrapper{padding-top:40px}#modalDeliveryEdit .edit-address-modal-block,#modalEditAddress .edit-address-modal-block{margin:20px 0}#modalDeliveryEdit .edit-address-modal-block .btn-choose-address,#modalDeliveryEdit .edit-address-modal-block .notification,#modalEditAddress .edit-address-modal-block .btn-choose-address,#modalEditAddress .edit-address-modal-block .notification{margin-bottom:20px}#modalDeliveryEdit .edit-address-modal-block .btn-action,#modalEditAddress .edit-address-modal-block .btn-action{margin-top:20px}#modalEditAddress .user-address__content .selected-address{display:flex;justify-content:space-between}#modalEditAddress .user-address__content .selected-address .default-mark-full{font-weight:400;font-size:inherit}@media (min-width:576px){.page_checkout-delivery-new .add-contact-details__form .form-row .break-desktop{display:inline}.page_checkout-delivery-new .add-contact-details__form .form-row.checkbox-form-row{flex:0 0 auto;width:479px}.page_checkout-delivery-new .add-contact-details__form .form-row.checkbox-form-row--full-width{flex:1;max-width:100%}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget.checkout-widget_order-summary{padding:20px 0 0}.page_checkout-delivery-new .right-aside .summary .checkout-widget.checkout-widget_order-summary .checkout-widget__total{font-weight:400;margin-left:-20px;margin-right:-20px}}@media (min-width:768px){.page_checkout-delivery-new .billing-payment-block__wrapper,.page_checkout-delivery-new .click-collect-block__wrapper,.page_checkout-delivery-new .delivery-block__wrapper{padding:55px 50px 50px}.page_checkout-delivery-new .right-aside{flex:0 0 100%;max-width:100%;margin-top:20px}.page_checkout-delivery-new .content{flex:1;max-width:100%;padding-right:5px}.page_checkout-delivery-new .basket__voucher form{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.page_checkout-delivery-new .basket__voucher form .voucher__btn{max-width:115px;height:40px}.page_checkout-delivery-new .basket__voucher form .form-row{flex:0 0 50%;max-width:50%;margin-bottom:0}.page_checkout-delivery-new .basket__voucher .form-row__field{padding-left:15px;padding-right:15px}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper{flex-direction:row}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-exclamation{flex:0 0 277px;margin-right:34px;margin-bottom:0}.page_checkout-delivery-new .click-collect-block__head-info .head-info__wrapper-text{max-width:400px}.page_checkout-delivery-new .simplify-collection{padding:0 50px}.page_checkout-delivery-new .simplify-collection__wrapper{margin-top:40px}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox{flex:0 0 50%;max-width:50%}.page_checkout-delivery-new .simplify-collection__wrapper .your-contact-details__checkbox label:first-of-type{margin-bottom:0}#modalEditAddress .user-address__phone{flex:0 0 33.33333%;max-width:33.33333%}#modalEditAddress .user-address__links{flex:0 0 25%;max-width:25%}}@media (min-width:992px){.page_checkout-delivery-new .right-aside{flex:0 0 33.33333%;max-width:33.33333%;padding-left:5px;max-width:325px;margin-top:0}.page_checkout-delivery-new .basket__voucher.checkout-widget{padding:40px 35px;margin-bottom:30px}.page_checkout-delivery-new .basket__voucher.checkout-widget .heading-3{margin-bottom:0}.page_checkout-delivery-new .basket__voucher.checkout-widget #form-checkout-voucher,.page_checkout-delivery-new .basket__voucher.checkout-widget #form-checkout-voucher0{align-items:flex-start}.page_checkout-delivery-new .add-contact-details__form .form-row{flex:0 0 50%;max-width:50%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.page_checkout-delivery-new .add-contact-details__form .form-row.form-row--locked{flex:0 0 100%;max-width:100%;margin-bottom:24px;margin-top:4px}.page_checkout-delivery-new .add-contact-details__form .form-row.form-row--locked .form-row__field .tbx{border:0;background-color:#e6f1f8}.page_checkout-delivery-new .add-contact-details__form .form-row:first-child .form-row__field{padding-right:5px}.page_checkout-delivery-new .add-contact-details__form .form-row__field{padding-right:15px}.page_checkout-delivery-new .right-aside .summary .checkout-widget.checkout-widget_order-summary .checkout-widget__total{font-weight:400;margin-left:-30px;margin-right:-30px}.page_checkout-delivery-new .right-aside .summary .summary__basked-id{margin-top:13px}}@media (max-width:575.98px){.page_checkout-delivery-new .billing-payment-block__heading,.page_checkout-delivery-new .click-collect-block__heading,.page_checkout-delivery-new .delivery-block__heading{margin-bottom:18px}.page_checkout-delivery-new .billing-payment-block__wrapper,.page_checkout-delivery-new .click-collect-block__wrapper,.page_checkout-delivery-new .delivery-block__wrapper{padding:25px 15px;margin:0 -15px}.page_checkout-delivery-new .billing-payment-block .order-block__time-head,.page_checkout-delivery-new .click-collect-block .order-block__time-head,.page_checkout-delivery-new .delivery-block .order-block__time-head{font-size:1.125rem;padding:17px 13px}.page_checkout-delivery-new .billing-payment-block .order-block__time-head-info,.page_checkout-delivery-new .click-collect-block .order-block__time-head-info,.page_checkout-delivery-new .delivery-block .order-block__time-head-info{font-size:.875rem;margin-left:30px}.page_checkout-delivery-new .billing-payment-block .order-block__address,.page_checkout-delivery-new .click-collect-block .order-block__address,.page_checkout-delivery-new .delivery-block .order-block__address{padding:20px 15px;margin:0}.page_checkout-delivery-new .billing-payment-block .order-block__product-line,.page_checkout-delivery-new .click-collect-block .order-block__product-line,.page_checkout-delivery-new .delivery-block .order-block__product-line{display:flex;flex-direction:column-reverse;align-items:flex-start}.page_checkout-delivery-new .billing-payment-block .order-block__product-line .hide-products,.page_checkout-delivery-new .billing-payment-block .order-block__product-line .show-products,.page_checkout-delivery-new .click-collect-block .order-block__product-line .hide-products,.page_checkout-delivery-new .click-collect-block .order-block__product-line .show-products,.page_checkout-delivery-new .delivery-block .order-block__product-line .hide-products,.page_checkout-delivery-new .delivery-block .order-block__product-line .show-products{padding:15px 15px 25px}.page_checkout-delivery-new .billing-payment-block .order-block .order-line__product,.page_checkout-delivery-new .click-collect-block .order-block .order-line__product,.page_checkout-delivery-new .delivery-block .order-block .order-line__product{flex-direction:row}.page_checkout-delivery-new .delivery-block .delivery-address-block__info{margin-bottom:32px}.page_checkout-delivery-new .delivery-block .delivery-address-block__form-item{padding:0}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__content{padding-bottom:30px}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__content .selected-address{padding-bottom:25px}.page_checkout-delivery-new .delivery-block .customer-journey-block .user-address__delete{margin-top:36px}.page_checkout-delivery-new .delivery-block .customer-journey-block .add-new-address-block{margin:15px 0 0 20px}.page_checkout-delivery-new .delivery-block .date-selection__wrapper .date-selection__header{font-size:1.125rem}.page_checkout-delivery-new .delivery-block .oos-block__wrapper{margin:10px -15px}.page_checkout-delivery-new .delivery-block__wrapper{overflow-x:hidden}.page_checkout-delivery-new .add-contact-details__heading{margin-top:27px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .add-contact-details .marketing-preferences__content .marketing-preferences,.page_checkout-delivery-new .add-contact-details .marketing-preferences__content p:nth-of-type(2),.page_checkout-delivery-new .add-contact-details .marketing-preferences__content p:nth-of-type(3){display:inline;margin-bottom:0}.page_checkout-delivery-new .continue-btn{margin:20px -15px 0}.page_checkout-delivery-new .billing-payment-block{margin-bottom:0}.page_checkout-delivery-new .simplify-collection{margin:0 -15px}.page_checkout-delivery-new .simplify-collection__heading{margin-top:27px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .right-aside{overflow-x:hidden}.page_checkout-delivery-new .right-aside .summary .checkout-title__title{margin-bottom:16px;font-size:1.5rem;line-height:1.75rem}.page_checkout-delivery-new .right-aside .summary__aside{margin:0 -15px 10px;padding:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget_order-summary{padding:25px 20px 0;margin:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__details{padding:0}.page_checkout-delivery-new .right-aside .summary__aside .checkout-widget__item-bold .checkout-widget__item-value{font-size:1.125rem}.page_checkout-delivery-new .right-aside .summary__basked-id{margin:0 -15px}}
@@ -1 +1 @@
1
- @keyframes animateTop{0%{bottom:0}to{bottom:40px}}@keyframes animateBottom{0%{bottom:40px}to{bottom:-150px}}.animateTop{animation:.5s forwards animateTop}.animateBottom{animation:.5s forwards animateBottom}.snack-bar-notification{background:#fff}.snack-bar-notification-popup{padding:8px 40px;position:relative;line-height:1.57143;font-weight:500}.snack-bar-notification-popup .notification__close{position:absolute;right:8px;top:8px;color:#8b8b8b;cursor:pointer}.snack-bar-notification-popup .notification__close svg{width:11px;height:18px}.snack-bar-notification__icon{position:absolute;left:8px;top:7px;font-size:1rem}.snack-bar-notification-success{background:#f7faf3;color:#67a509}.snack-bar-notification-success .notification__icon svg{color:#67a509;font-weight:900}.snack-bar-notification-error{background:rgba(207,0,15,.05);color:#cf000f}.snack-bar-notification-error .notification__icon svg{color:#cf000f;font-weight:900}.snack-bar-notification-warning{background:rgba(255,196,57,.05)}.snack-bar-notification-warning .notification__icon svg{color:#ffc439;font-weight:900}.snack-bar-notification-modal{display:none;min-height:100%;position:fixed;width:100%;top:0;z-index:1000;background:rgba(0,0,0,.35)}.snack-bar-notification-wrapper{width:100%;padding:0 25px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.snack-bar-notification-wrapper-inner{background:#fff;padding:5px}.snack-bar-notification-wrapper-inner .popup{border:0}.snack-bar-notification_visible{width:100%;padding-bottom:20px}.snack-bar-notification .autoclose,.snack-bar-notification_hidden{display:none}@media (min-width:576px){.snack-bar-notification-wrapper{width:500px}}.page_wismo-orders .page-header{width:100%;text-align:center}.page_wismo-orders .wismo-order{width:100%;padding:30px 20px;position:relative}.page_wismo-orders .wismo-order-wrap{border:1px solid #8b8b8b;margin-bottom:60px}.page_wismo-orders .wismo-order__heading{position:absolute;top:-15px;left:calc(50% - 120px);background-color:#fff;color:#3e3e3e;width:240px;text-align:center;margin:0;font-weight:500;font-size:1.5rem;line-height:2rem}.page_wismo-orders .wismo-order__heading+.wismo-order__delivery-notification,.page_wismo-orders .wismo-order__heading+.wismo-order__store-link{padding-top:20px}.page_wismo-orders .wismo-order__heading+.wismo-order__delivery-notification .icon{top:23px;position:absolute}.page_wismo-orders .wismo-order__message{font-size:1.25em;line-height:1.5;padding-top:5px;margin:0;columns:#3e3e3e}.page_wismo-orders .wismo-order__store-link{padding-bottom:5px;font-weight:500;font-size:1rem;color:#3e3e3e}.page_wismo-orders .wismo-order__store-link .icon svg{position:relative;right:5px;bottom:1px}.page_wismo-orders .wismo-order__delivery-notification{font-weight:700;padding-left:26px;position:relative;color:#3e3e3e;font-size:1.125rem;line-height:1.5rem}.page_wismo-orders .wismo-order__delivery-notification .icon{position:absolute;left:0;top:0}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-check-circle{color:#3e3e3e}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-info-circle{color:#67a509}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-times-circle{color:#cf000f}.page_wismo-orders .wismo-order__track{margin:15px 0 .5rem}.page_wismo-orders .wismo-order__track .btn{width:230px}.page_wismo-orders .wismo-order__product{display:flex;align-items:flex-start;padding:15px 0}.page_wismo-orders .wismo-order__product-wrap{padding-bottom:15px;border-bottom:1px solid #ccc}.page_wismo-orders .wismo-order__product:last-child{padding-bottom:0;border-bottom:0}.page_wismo-orders .wismo-order__img{display:flex;justify-content:center;align-items:center;width:100px;margin-right:15px;padding-top:5px}.page_wismo-orders .wismo-order__img img{max-height:100px;max-width:100px}.page_wismo-orders .wismo-order__name a{font-size:.875rem}.page_wismo-orders .wismo-order__name,.page_wismo-orders .wismo-order__quantity,.page_wismo-orders .wismo-order__total{line-height:1.5rem}.page_wismo-orders .wismo-order__name .value,.page_wismo-orders .wismo-order__quantity .value,.page_wismo-orders .wismo-order__total .value{font-weight:700;font-size:1.125rem}.page_wismo-orders .wismo-order__name .price-per-uom,.page_wismo-orders .wismo-order__quantity .price-per-uom,.page_wismo-orders .wismo-order__total .price-per-uom{font-weight:700;font-size:.75rem}.page_wismo-orders .wismo-order__name .main-price,.page_wismo-orders .wismo-order__quantity .main-price,.page_wismo-orders .wismo-order__total .main-price{display:flex;flex-direction:row;align-items:baseline}.page_wismo-orders .wismo-order__name .main-price__vat,.page_wismo-orders .wismo-order__quantity .main-price__vat,.page_wismo-orders .wismo-order__total .main-price__vat{font-size:.75rem;margin-left:.4rem;font-weight:500}.page_wismo-orders .wismo-order a:not(.energy-efficiency__link){text-decoration:none}.page_wismo-orders .wismo-order a:not(.energy-efficiency__link):hover{text-decoration:underline}.page_wismo-orders .wismo-order__click-collect .wismo-order:not(:last-child),.page_wismo-orders .wismo-order__supplier-delivery .wismo-order:not(:last-child),.page_wismo-orders .wismo-order__wickes-delivery .wismo-order:not(:last-child){border-bottom:1px solid #8b8b8b}.wismo__header{margin-bottom:20px}.wismo .logo__print{display:none}.wismo__order-heading{display:flex;padding:15px 20px;width:100%;margin-bottom:45px;background:#f8f8f8;flex-wrap:wrap}.wismo__order-heading .order-heading__info{flex:0 0 33.33333%;max-width:33.33333%}.wismo__order-heading .order-heading__info:nth-child(2){display:flex;justify-content:center}.wismo__order-heading .order-heading__title{font-size:1rem;line-height:1.5rem;padding-bottom:3px}.wismo__order-heading .order-heading__value{font-size:1.125rem;line-height:1.5rem;font-weight:500}.wismo__order-heading .order-heading__print{color:#0277bd;font-weight:500;font-size:.875rem;cursor:pointer;text-align:right}.wismo__ref{padding:30px 20px;border:1px solid #67a509;width:100%;color:#67a509;margin:0 15px}.wismo__ref .heading-3{padding-left:36px;position:relative;font-size:1.125rem;line-height:1.5rem}.wismo__ref .heading-3 .icon{position:absolute;left:0;top:0}.wismo__ref .heading-3 .ref-msg{font-weight:500}.wismo__ref-wrap{margin-top:-30px;margin-bottom:60px}.wismo .wismo-order-wrap:last-child{margin-bottom:0}.wismo .btn{font-weight:700}@media (max-width:991.98px){.wismo .wismo-row{margin:0 -15px}.wismo .wismo-row .content{padding:0}}@media (max-width:767.98px){.page_wismo-orders .wismo-order{padding:15px}.page_wismo-orders .wismo-order__heading{left:calc(50% - 130px);width:260px}.page_wismo-orders .wismo-order-wrap{margin-left:15px;margin-right:15px}.page_wismo-orders .wismo-order__store-link{font-size:.875rem}.page_wismo-orders .wismo-order__store-link a{display:block;margin-bottom:10px}.page_wismo-orders .wismo-order__delivery-notification{padding-left:26px;font-weight:500;font-size:1rem}.page_wismo-orders .wismo-order__track .btn{width:100%}.wismo__header{margin-bottom:15px}.wismo__order-heading{flex-wrap:wrap;margin:0 15px 40px;padding:10px 15px}.wismo__order-heading .order-heading__info{flex:0 0 50%;max-width:50%}.wismo__order-heading .order-heading__info:nth-child(2){justify-content:flex-end}.wismo__order-heading .order-heading__print{text-align:left;padding-top:10px;display:none}}@media (min-width:992px){.wismo__ref-wrap{padding:0}.page_wismo-orders .wismo-order__product-wrap{display:flex;justify-content:space-between}.page_wismo-orders .wismo-order__action{padding-top:15px}.page_wismo-orders .wismo-order__action .btn{min-width:106px}.wismo__order-heading{display:flex}}@media (min-width:768px) and (max-width:991.98px){.wismo .wismo-row{margin-right:-30px}}@media (min-width:576px) and (max-width:767.98px){.wismo-order__product-wrap{display:flex;justify-content:space-between}}@media print{.page_wismo-orders .container,.page_wismo-orders .header{max-width:inherit!important;width:100%;padding:0}.page_wismo-orders main{padding-bottom:0}.page_wismo-orders main.container{padding-top:20px}.page_wismo-orders #cookie-bar,.page_wismo-orders .back-to-top,.page_wismo-orders .breadcrumbs,.page_wismo-orders .cookies-policy,.page_wismo-orders .header-inner,.page_wismo-orders .main-nav,.page_wismo-orders .main-nav__overlay,.page_wismo-orders .new-usp-container,.page_wismo-orders .sticky-wrapper,.page_wismo-orders .sticky-wrapper.waypoint,.page_wismo-orders footer{display:none!important}.page_wismo-orders .wismo{display:block;margin-right:0;margin-left:0}.page_wismo-orders .wismo .logo__print{display:block;float:left;width:150px}.page_wismo-orders .wismo .page-header{padding-right:150px}.page_wismo-orders .wismo .page-header:after{clear:both;display:block;content:""}.page_wismo-orders .wismo .row{margin-right:0;margin-left:0}.page_wismo-orders .wismo__ref{margin:20px -30px -30px 0}.page_wismo-orders .wismo-order,.page_wismo-orders .wismo-order__product{display:block;width:100%}.page_wismo-orders .wismo-order{padding:15px;border:1px solid #8b8b8b;margin-bottom:-2px}.page_wismo-orders .wismo-order__heading{position:relative;margin:0;left:0;text-align:center;top:0;width:100%}.page_wismo-orders .wismo-order__product{page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap{margin:0 0 40px;border:0;position:relative}.page_wismo-orders .wismo-order-wrap *{display:block}.page_wismo-orders .wismo-order-wrap .icon,.page_wismo-orders .wismo-order-wrap .wismo-order__store-link a{display:inline-block}.page_wismo-orders .wismo-order-wrap .wismo-order__img,.page_wismo-orders .wismo-order-wrap .wismo-order__info{display:inline-block;vertical-align:top;page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap .wismo-order__img{width:115px;margin-right:-4px}.page_wismo-orders .wismo-order-wrap .wismo-order__img img{display:block;page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap .wismo-order__info{width:calc(100% - 115px)}.page_wismo-orders .wismo-order-wrap .wismo-order__quantity,.page_wismo-orders .wismo-order-wrap .wismo-order__total{display:block}.page_wismo-orders .wismo-order-wrap .wismo-order__quantity .title,.page_wismo-orders .wismo-order-wrap .wismo-order__quantity .value,.page_wismo-orders .wismo-order-wrap .wismo-order__total .title,.page_wismo-orders .wismo-order-wrap .wismo-order__total .value{display:inline-block;vertical-align:top}.page_wismo-orders .wismo-info{margin:0;page-break-inside:avoid;text-align:center}.page_wismo-orders .wismo-info-banner{display:inline-block;vertical-align:top;width:32%;margin:0 0 0 1%;page-break-inside:avoid;text-align:left}.page_wismo-orders .wismo-info-banner:first-child{margin-left:0}}
1
+ @keyframes animateTop{0%{bottom:0}to{bottom:40px}}@keyframes animateBottom{0%{bottom:40px}to{bottom:-150px}}.animateTop{animation:.5s forwards animateTop}.animateBottom{animation:.5s forwards animateBottom}.snack-bar-notification{background:#fff}.snack-bar-notification-popup{padding:8px 40px;position:relative;line-height:1.57143;font-weight:500}.snack-bar-notification-popup .notification__close{position:absolute;right:8px;top:8px;color:#8b8b8b;cursor:pointer}.snack-bar-notification-popup .notification__close svg{width:11px;height:18px}.snack-bar-notification__icon{position:absolute;left:8px;top:7px;font-size:1rem}.snack-bar-notification-success{background:rgba(103,165,9,.05);color:#67a509}.snack-bar-notification-success .notification__icon svg{color:#67a509;font-weight:900}.snack-bar-notification-error{background:rgba(207,0,15,.05);color:#cf000f}.snack-bar-notification-error .notification__icon svg{color:#cf000f;font-weight:900}.snack-bar-notification-warning{background:rgba(255,196,57,.05)}.snack-bar-notification-warning .notification__icon svg{color:#ffc439;font-weight:900}.snack-bar-notification-modal{display:none;min-height:100%;position:fixed;width:100%;top:0;z-index:1000;background:rgba(0,0,0,.35)}.snack-bar-notification-wrapper{width:100%;padding:0 25px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.snack-bar-notification-wrapper-inner{background:#fff;padding:5px}.snack-bar-notification-wrapper-inner .popup{border:0}.snack-bar-notification_visible{width:100%;padding-bottom:20px}.snack-bar-notification .autoclose,.snack-bar-notification_hidden{display:none}@media (min-width:576px){.snack-bar-notification-wrapper{width:500px}}.page_wismo-orders .page-header{width:100%;text-align:center}.page_wismo-orders .wismo-order{width:100%;padding:30px 20px;position:relative}.page_wismo-orders .wismo-order-wrap{border:1px solid #8b8b8b;margin-bottom:60px}.page_wismo-orders .wismo-order__heading{position:absolute;top:-15px;left:calc(50% - 120px);background-color:#fff;color:#3e3e3e;width:240px;text-align:center;margin:0;font-weight:500;font-size:1.5rem;line-height:2rem}.page_wismo-orders .wismo-order__heading+.wismo-order__delivery-notification,.page_wismo-orders .wismo-order__heading+.wismo-order__store-link{padding-top:20px}.page_wismo-orders .wismo-order__heading+.wismo-order__delivery-notification .icon{top:23px;position:absolute}.page_wismo-orders .wismo-order__message{font-size:1.25em;line-height:1.5;padding-top:5px;margin:0;columns:#3e3e3e}.page_wismo-orders .wismo-order__store-link{padding-bottom:5px;font-weight:500;font-size:1rem;color:#3e3e3e}.page_wismo-orders .wismo-order__store-link .icon svg{position:relative;right:5px;bottom:1px}.page_wismo-orders .wismo-order__delivery-notification{font-weight:700;padding-left:26px;position:relative;color:#3e3e3e;font-size:1.125rem;line-height:1.5rem}.page_wismo-orders .wismo-order__delivery-notification .icon{position:absolute;left:0;top:0}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-check-circle{color:#3e3e3e}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-info-circle{color:#67a509}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-times-circle{color:#cf000f}.page_wismo-orders .wismo-order__track{margin:15px 0 .5rem}.page_wismo-orders .wismo-order__track .btn{width:230px}.page_wismo-orders .wismo-order__product{display:flex;align-items:flex-start;padding:15px 0}.page_wismo-orders .wismo-order__product-wrap{padding-bottom:15px;border-bottom:1px solid #ccc}.page_wismo-orders .wismo-order__product:last-child{padding-bottom:0;border-bottom:0}.page_wismo-orders .wismo-order__img{display:flex;justify-content:center;align-items:center;width:100px;margin-right:15px;padding-top:5px}.page_wismo-orders .wismo-order__img img{max-height:100px;max-width:100px}.page_wismo-orders .wismo-order__name a{font-size:.875rem}.page_wismo-orders .wismo-order__name,.page_wismo-orders .wismo-order__quantity,.page_wismo-orders .wismo-order__total{line-height:1.5rem}.page_wismo-orders .wismo-order__name .value,.page_wismo-orders .wismo-order__quantity .value,.page_wismo-orders .wismo-order__total .value{font-weight:700;font-size:1.125rem}.page_wismo-orders .wismo-order__name .price-per-uom,.page_wismo-orders .wismo-order__quantity .price-per-uom,.page_wismo-orders .wismo-order__total .price-per-uom{font-weight:700;font-size:.75rem}.page_wismo-orders .wismo-order__name .main-price,.page_wismo-orders .wismo-order__quantity .main-price,.page_wismo-orders .wismo-order__total .main-price{display:flex;flex-direction:row;align-items:baseline}.page_wismo-orders .wismo-order__name .main-price__vat,.page_wismo-orders .wismo-order__quantity .main-price__vat,.page_wismo-orders .wismo-order__total .main-price__vat{font-size:.75rem;margin-left:.4rem;font-weight:500}.page_wismo-orders .wismo-order a:not(.energy-efficiency__link){text-decoration:none}.page_wismo-orders .wismo-order a:not(.energy-efficiency__link):hover{text-decoration:underline}.page_wismo-orders .wismo-order__click-collect .wismo-order:not(:last-child),.page_wismo-orders .wismo-order__supplier-delivery .wismo-order:not(:last-child),.page_wismo-orders .wismo-order__wickes-delivery .wismo-order:not(:last-child){border-bottom:1px solid #8b8b8b}.wismo__header{margin-bottom:20px}.wismo .logo__print{display:none}.wismo__order-heading{display:flex;padding:15px 20px;width:100%;margin-bottom:45px;background:#f8f8f8;flex-wrap:wrap}.wismo__order-heading .order-heading__info{flex:0 0 33.33333%;max-width:33.33333%}.wismo__order-heading .order-heading__info:nth-child(2){display:flex;justify-content:center}.wismo__order-heading .order-heading__title{font-size:1rem;line-height:1.5rem;padding-bottom:3px}.wismo__order-heading .order-heading__value{font-size:1.125rem;line-height:1.5rem;font-weight:500}.wismo__order-heading .order-heading__print{color:#0277bd;font-weight:500;font-size:.875rem;cursor:pointer;text-align:right}.wismo__ref{padding:30px 20px;border:1px solid #67a509;width:100%;color:#67a509;margin:0 15px}.wismo__ref .heading-3{padding-left:36px;position:relative;font-size:1.125rem;line-height:1.5rem}.wismo__ref .heading-3 .icon{position:absolute;left:0;top:0}.wismo__ref .heading-3 .ref-msg{font-weight:500}.wismo__ref-wrap{margin-top:-30px;margin-bottom:60px}.wismo .wismo-order-wrap:last-child{margin-bottom:0}.wismo .btn{font-weight:700}@media (max-width:991.98px){.wismo .wismo-row{margin:0 -15px}.wismo .wismo-row .content{padding:0}}@media (max-width:767.98px){.page_wismo-orders .wismo-order{padding:15px}.page_wismo-orders .wismo-order__heading{left:calc(50% - 130px);width:260px}.page_wismo-orders .wismo-order-wrap{margin-left:15px;margin-right:15px}.page_wismo-orders .wismo-order__store-link{font-size:.875rem}.page_wismo-orders .wismo-order__store-link a{display:block;margin-bottom:10px}.page_wismo-orders .wismo-order__delivery-notification{padding-left:26px;font-weight:500;font-size:1rem}.page_wismo-orders .wismo-order__track .btn{width:100%}.wismo__header{margin-bottom:15px}.wismo__order-heading{flex-wrap:wrap;margin:0 15px 40px;padding:10px 15px}.wismo__order-heading .order-heading__info{flex:0 0 50%;max-width:50%}.wismo__order-heading .order-heading__info:nth-child(2){justify-content:flex-end}.wismo__order-heading .order-heading__print{text-align:left;padding-top:10px;display:none}}@media (min-width:992px){.wismo__ref-wrap{padding:0}.page_wismo-orders .wismo-order__product-wrap{display:flex;justify-content:space-between}.page_wismo-orders .wismo-order__action{padding-top:15px}.page_wismo-orders .wismo-order__action .btn{min-width:106px}.wismo__order-heading{display:flex}}@media (min-width:768px) and (max-width:991.98px){.wismo .wismo-row{margin-right:-30px}}@media (min-width:576px) and (max-width:767.98px){.wismo-order__product-wrap{display:flex;justify-content:space-between}}@media print{.page_wismo-orders .container,.page_wismo-orders .header{max-width:inherit!important;width:100%;padding:0}.page_wismo-orders main{padding-bottom:0}.page_wismo-orders main.container{padding-top:20px}.page_wismo-orders #cookie-bar,.page_wismo-orders .back-to-top,.page_wismo-orders .breadcrumbs,.page_wismo-orders .cookies-policy,.page_wismo-orders .header-inner,.page_wismo-orders .main-nav,.page_wismo-orders .main-nav__overlay,.page_wismo-orders .new-usp-container,.page_wismo-orders .sticky-wrapper,.page_wismo-orders .sticky-wrapper.waypoint,.page_wismo-orders footer{display:none!important}.page_wismo-orders .wismo{display:block;margin-right:0;margin-left:0}.page_wismo-orders .wismo .logo__print{display:block;float:left;width:150px}.page_wismo-orders .wismo .page-header{padding-right:150px}.page_wismo-orders .wismo .page-header:after{clear:both;display:block;content:""}.page_wismo-orders .wismo .row{margin-right:0;margin-left:0}.page_wismo-orders .wismo__ref{margin:20px -30px -30px 0}.page_wismo-orders .wismo-order,.page_wismo-orders .wismo-order__product{display:block;width:100%}.page_wismo-orders .wismo-order{padding:15px;border:1px solid #8b8b8b;margin-bottom:-2px}.page_wismo-orders .wismo-order__heading{position:relative;margin:0;left:0;text-align:center;top:0;width:100%}.page_wismo-orders .wismo-order__product{page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap{margin:0 0 40px;border:0;position:relative}.page_wismo-orders .wismo-order-wrap *{display:block}.page_wismo-orders .wismo-order-wrap .icon,.page_wismo-orders .wismo-order-wrap .wismo-order__store-link a{display:inline-block}.page_wismo-orders .wismo-order-wrap .wismo-order__img,.page_wismo-orders .wismo-order-wrap .wismo-order__info{display:inline-block;vertical-align:top;page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap .wismo-order__img{width:115px;margin-right:-4px}.page_wismo-orders .wismo-order-wrap .wismo-order__img img{display:block;page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap .wismo-order__info{width:calc(100% - 115px)}.page_wismo-orders .wismo-order-wrap .wismo-order__quantity,.page_wismo-orders .wismo-order-wrap .wismo-order__total{display:block}.page_wismo-orders .wismo-order-wrap .wismo-order__quantity .title,.page_wismo-orders .wismo-order-wrap .wismo-order__quantity .value,.page_wismo-orders .wismo-order-wrap .wismo-order__total .title,.page_wismo-orders .wismo-order-wrap .wismo-order__total .value{display:inline-block;vertical-align:top}.page_wismo-orders .wismo-info{margin:0;page-break-inside:avoid;text-align:center}.page_wismo-orders .wismo-info-banner{display:inline-block;vertical-align:top;width:32%;margin:0 0 0 1%;page-break-inside:avoid;text-align:left}.page_wismo-orders .wismo-info-banner:first-child{margin-left:0}}