wickes-css2 2.105.0-develop.1 → 2.105.0-develop.10
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.
- package/Readme.md +4 -3
- package/build/css/category-main.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/kitchen-plp-main.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/checkout-new.css +1 -1
- package/build/css/pages/checkout.css +1 -1
- package/build/css/pages/my-account-v2.css +1 -1
- package/build/css/pages/page_checkout_delivery-new.css +1 -1
- package/build/css/pages/page_discount.css +1 -1
- package/build/css/pages/page_product_search.css +1 -1
- package/build/css/pages/page_products-list-combined.css +1 -1
- package/build/css/pages/page_products-list.css +1 -1
- package/build/css/pages/tradePro-rewards.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-critical.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/css/plp-main.css +1 -1
- package/build/css/store-locator-main.css +1 -1
- package/build/img/quick-filters/bath1.svg +10 -0
- package/build/img/quick-filters/bath3.svg +3 -0
- package/build/img/quick-filters/bath4.svg +10 -0
- package/build/img/quick-filters/bath5.svg +10 -0
- package/build/img/quick-filters/image1.jpg +0 -0
- package/build/img/quick-filters/image2.jpg +0 -0
- package/build/img/quick-filters/image3.jpg +0 -0
- package/build/js/account-members.min.js +1 -1
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +2 -2
- package/build/js/emulation.min.js +12125 -11596
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/kitchen/kitchen-plp.min.js +1 -9
- package/build/js/merged-checkout.min.js +2 -2
- package/build/js/mini-basket-slider.min.js +1 -1
- package/build/js/my-account.min.js +1 -1
- package/build/js/page/basket/basket-update-cart-action.js +59 -56
- package/build/js/page/basket/basket-update-cart.js +27 -27
- package/build/js/page/basket/basket-utils.js +40 -33
- package/build/js/page/basket/mini-basket-total.js +70 -66
- package/build/js/page/basket/quantity-change-handler.js +73 -55
- package/build/js/page/basket/update-quantity-operation.js +39 -30
- package/build/js/page/basket/update-quantity.js +62 -62
- package/build/js/page/basket-v2.js +362 -229
- package/build/js/page/billie-business-type.js +27 -27
- package/build/js/page/checkout-payment-details.js +301 -299
- package/build/js/page/components/discounts.js +39 -36
- package/build/js/page/components/mini-basket-slider.js +604 -545
- package/build/js/page/filters/desktop-nav.js +64 -0
- package/build/js/page/filters/mobile-nav.js +93 -0
- package/build/js/page/filters/plp-filters-chips.js +92 -0
- package/build/js/page/filters/plp-filters-mobile.js +150 -0
- package/build/js/page/filters/plp-filters-panel.js +123 -0
- package/build/js/page/filters/plp-filters-utils.js +66 -0
- package/build/js/page/filters/plp-filters.js +268 -0
- package/build/js/page/filters/sort-by.js +172 -0
- package/build/js/page/kitchen/colour-swatches.js +5 -2
- package/build/js/page/klarna-modal-scroll-disable.js +4 -4
- package/build/js/page/my-account.js +32 -47
- package/build/js/page/online-exclusive.js +28 -31
- package/build/js/page/quick-filter.js +108 -0
- package/build/js/page/search-filter.js +62 -0
- package/build/js/page/share-project-list.js +57 -0
- package/build/js/page/tradePro-rewards.js +69 -39
- package/build/js/page/utils/copy-to-clipboard.js +79 -47
- package/build/js/page/utils/helpers.js +14 -9
- package/build/js/page/utils/show-more-less.js +273 -0
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/plp-filters.min.js +9 -0
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +143 -85
- package/build/js/search-filter.min.js +1 -0
- package/build/js/share-project-list.min.js +1 -0
- package/build/js/tradePro-rewards.min.js +1 -1
- package/package.json +4 -2
- package/src/components/.DS_Store +0 -0
- package/src/components/accordion.hbs +2 -2
- package/src/components/date-selection.hbs +25 -6
- package/src/components/generate-project-id.hbs +1 -1
- package/src/components/kitchen/dropdown.hbs +6 -3
- package/src/components/kitchen/filter-modal-content-kitchen.hbs +10 -0
- package/src/components/kitchen/filter-modal.hbs +10 -13
- package/src/components/kitchen/kitchen-card.hbs +1 -1
- package/src/components/kitchen/plp-filters.hbs +3 -1
- package/src/components/kitchen/sort-by.hbs +1 -1
- package/src/components/my-account/barcode.hbs +1 -3
- package/src/components/my-account/cards-swap.hbs +10 -0
- package/src/components/my-account/clipboard-code-card.hbs +3 -3
- package/src/components/my-account/discount.hbs +1 -1
- package/src/components/my-account/greetings.hbs +1 -1
- package/src/components/quick-filter.hbs +56 -0
- package/src/components/search-filter-modal-content.hbs +102 -0
- package/src/components/search-filter.hbs +121 -112
- package/src/components/shopping-list-with-share-list-v2.hbs +28 -10
- package/src/components/shopping-list.hbs +5 -5
- package/src/data/data_plp_load-more.json +1 -1
- package/src/data/data_quick-filter.json +508 -0
- package/src/data/my-account/data_my-account.json +9 -0
- package/src/elements/btn.hbs +7 -0
- package/src/img/quick-filters/bath1.svg +10 -0
- package/src/img/quick-filters/bath3.svg +3 -0
- package/src/img/quick-filters/bath4.svg +10 -0
- package/src/img/quick-filters/bath5.svg +10 -0
- package/src/img/quick-filters/image1.jpg +0 -0
- package/src/img/quick-filters/image2.jpg +0 -0
- package/src/img/quick-filters/image3.jpg +0 -0
- package/src/js/components/cards-swap.js +74 -0
- package/src/js/components/general/accordion.js +44 -33
- package/src/js/components/general/cart-slider.js +19 -16
- package/src/js/components/general/create-popup-slider.js +168 -173
- package/src/js/components/share-project-list.js +8 -5
- package/src/js/emulation/big-wins.js +1081 -904
- package/src/js/emulation/billie-modal.js +23 -19
- package/src/js/emulation/checkout-payment-details.js +47 -38
- package/src/js/emulation/custom-slider-emulation.js +17 -13
- package/src/js/emulation/filters-emulation.js +164 -0
- package/src/js/emulation/forms.js +360 -323
- package/src/js/emulation/mini-basket-data.js +1051 -923
- package/src/js/emulation/paymentLoader.js +17 -17
- package/src/js/emulation/pdf-file-loader.js +89 -91
- package/src/js/emulation/popover-mini-basket.js +246 -239
- package/src/js/emulation/product-counter.js +50 -0
- package/src/js/emulation/project-list-pdp.js +320 -316
- package/src/js/emulation/repayment-toggle.js +23 -24
- package/src/js/emulation/reset-filter-desktop.js +5 -0
- package/src/js/emulation/selectable.js +22 -18
- package/src/js/emulation/wismo-details.js +23 -31
- package/src/js/page/basket/basket-update-cart-action.js +59 -56
- package/src/js/page/basket/basket-update-cart.js +27 -27
- package/src/js/page/basket/basket-utils.js +40 -33
- package/src/js/page/basket/mini-basket-total.js +70 -66
- package/src/js/page/basket/quantity-change-handler.js +73 -55
- package/src/js/page/basket/update-quantity-operation.js +39 -30
- package/src/js/page/basket/update-quantity.js +62 -62
- package/src/js/page/basket-v2.js +362 -229
- package/src/js/page/billie-business-type.js +27 -27
- package/src/js/page/checkout-payment-details.js +301 -299
- package/src/js/page/components/discounts.js +39 -36
- package/src/js/page/components/mini-basket-slider.js +604 -545
- package/src/js/page/filters/desktop-nav.js +64 -0
- package/src/js/page/filters/mobile-nav.js +93 -0
- package/src/js/page/filters/plp-filters-chips.js +92 -0
- package/src/js/page/filters/plp-filters-mobile.js +150 -0
- package/src/js/page/filters/plp-filters-panel.js +123 -0
- package/src/js/page/filters/plp-filters-utils.js +66 -0
- package/src/js/page/filters/plp-filters.js +268 -0
- package/src/js/page/filters/sort-by.js +172 -0
- package/src/js/page/kitchen/colour-swatches.js +5 -2
- package/src/js/page/klarna-modal-scroll-disable.js +4 -4
- package/src/js/page/my-account.js +32 -47
- package/src/js/page/online-exclusive.js +28 -31
- package/src/js/page/quick-filter.js +108 -0
- package/src/js/page/search-filter.js +62 -0
- package/src/js/page/share-project-list.js +57 -0
- package/src/js/page/tradePro-rewards.js +69 -39
- package/src/js/page/utils/copy-to-clipboard.js +79 -47
- package/src/js/page/utils/helpers.js +14 -9
- package/src/js/page/utils/show-more-less.js +273 -0
- package/src/page_empty-shared-project-list-bicester-hub.html +4 -0
- package/src/page_empty-shopping-list_guest.html +1 -0
- package/src/page_kitchen-plp.html +2 -2
- package/src/page_my-account-installer.html +1 -1
- package/src/page_my-account-trade-pro-carousel-double.html +127 -0
- package/src/page_my-account-trade-pro-carousel.html +134 -0
- package/src/page_my-account-trade-pro.html +1 -1
- package/src/page_my-shopping-list-add-notes.html +1 -0
- package/src/page_my-shopping-list-energy.html +1 -0
- package/src/page_my-shopping-list-hide-download.html +3 -2
- package/src/page_my-shopping-list-pdf.html +2 -0
- package/src/page_my-shopping-list-saved-ref.html +1 -0
- package/src/page_my-shopping-list-wisdom-oos-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom-oos.html +1 -0
- package/src/page_my-shopping-list-wisdom-partial-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom.html +1 -0
- package/src/page_my-shopping-list.html +1 -0
- package/src/page_my-shopping-list_not-register.html +3 -0
- package/src/page_plp-with-paint.html +2 -7
- package/src/page_plp.html +2 -7
- package/src/page_plp_v2-energy-efficiency.html +1 -6
- package/src/page_plp_v2-favourite-products.html +6 -7
- package/src/page_plp_v2-quick-filter_colourSwatches_11.html +79 -0
- package/src/page_plp_v2-quick-filter_colourSwatches_5.html +79 -0
- package/src/page_plp_v2-quick-filter_iconAndText_5.html +79 -0
- package/src/page_plp_v2-quick-filter_iconAndText_9.html +79 -0
- package/src/page_plp_v2-quick-filter_iconOnly_11.html +79 -0
- package/src/page_plp_v2-quick-filter_iconOnly_5.html +79 -0
- package/src/page_plp_v2-quick-filter_imageAndText_5.html +79 -0
- package/src/page_plp_v2-quick-filter_imageAndText_9.html +79 -0
- package/src/page_plp_v2-quick-filter_textOnly_5.html +79 -0
- package/src/page_plp_v2-quick-filter_textOnly_9.html +79 -0
- package/src/page_plp_v2-vat.html +2 -7
- package/src/page_plp_v2.html +22 -9
- package/src/page_product_search-vat.html +2 -7
- package/src/page_product_search.html +2 -7
- package/src/page_project-list-generate-project-list-ID.html +3 -0
- package/src/page_project-list-vat.html +4 -0
- package/src/page_project-list-with-new-share-popup-android.html +16 -0
- package/src/page_project-list-with-new-share-popup-ios.html +16 -0
- package/src/page_project-list-with-new-share-popup.html +2 -1
- package/src/page_search-results.html +2 -7
- package/src/page_shared-project-list-bicester-hub.html +3 -1
- package/src/page_tradepro-discount-app.html +1 -1
- package/src/page_tradepro-discount-double.html +109 -0
- package/src/page_tradepro-discount.html +36 -2
- package/src/partials/head.hbs +1 -0
- package/src/scss/common/_common.scss +10 -4
- package/src/scss/components/_accordion.scss +1 -3
- package/src/scss/components/_custom-slider.scss +17 -16
- package/src/scss/components/_date-selection-add-new-styles.scss +48 -7
- package/src/scss/components/_date-selection.scss +80 -1
- package/src/scss/components/{kitchen/_filter-modal.scss → _filter-modal.scss} +55 -4
- package/src/scss/components/{kitchen/_plp-filters.scss → _plp-filters.scss} +31 -13
- package/src/scss/components/_popover-mini-basket.scss +3 -3
- package/src/scss/components/_quick-filter.scss +288 -0
- package/src/scss/components/_search-filter.scss +95 -15
- package/src/scss/components/_shared-shopping-list.scss +22 -0
- package/src/scss/components/_shopping-list.scss +18 -8
- package/src/scss/components/_sort-by.scss +190 -0
- package/src/scss/components/checkout-chip.scss +2 -2
- package/src/scss/components/checkout-payment-repayment-terms.scss +1 -1
- package/src/scss/components/kitchen/_price-tooltip.scss +1 -1
- package/src/scss/components/kitchen/_price.scss +1 -1
- package/src/scss/components/my-account/_barcode.scss +9 -1
- package/src/scss/components/my-account/_cards-swap.scss +60 -0
- package/src/scss/components/my-account/_clipboard-code.scss +11 -3
- package/src/scss/components/my-account/_discount.scss +12 -2
- package/src/scss/globals/_global-components.scss +3 -0
- package/src/scss/helpers/_colors-semantic.scss +68 -68
- package/src/scss/helpers/_variables.scss +244 -196
- package/src/scss/kitchen-plp-main.scss +0 -4
- package/src/scss/main.scss +65 -65
- package/src/scss/pages/my-account-v2.scss +42 -5
- package/src/scss/pages/page_discount.scss +8 -4
- package/src/scss/pages/page_product-details-v2.scss +1 -4
- package/src/scss/pages/page_product_search.scss +9 -1
- package/src/scss/pages/page_products-list-combined.scss +28 -24
- package/src/scss/pages/page_products-list.scss +8 -0
- package/src/scss/pages/tradePro-rewards.scss +3 -4
- package/src/scss/plp-main.scss +1 -0
- package/src/sitemap.html +25 -1
- package/build/js/page/accordion.js +0 -35
- package/build/js/page/kitchen/plp-filters-chips.js +0 -90
- package/build/js/page/kitchen/plp-filters-mobile.js +0 -72
- package/build/js/page/kitchen/plp-filters-panel.js +0 -119
- package/build/js/page/kitchen/plp-filters-utils.js +0 -65
- package/build/js/page/kitchen/plp-filters.js +0 -205
- package/build/js/page/kitchen/sort-by.js +0 -157
- package/src/js/components/general/search-filter.js +0 -21
- package/src/js/page/accordion.js +0 -35
- package/src/js/page/kitchen/plp-filters-chips.js +0 -90
- package/src/js/page/kitchen/plp-filters-mobile.js +0 -72
- package/src/js/page/kitchen/plp-filters-panel.js +0 -119
- package/src/js/page/kitchen/plp-filters-utils.js +0 -65
- package/src/js/page/kitchen/plp-filters.js +0 -205
- package/src/js/page/kitchen/sort-by.js +0 -157
|
@@ -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 .calendar_rapid{display:inline;align-items:center;position:relative}.date-selection .calendar_rapid:after{content:"";position:relative;display:block;background:#f4f9fe;border-radius:50%;width:34px;height:34px;top:-34px;left:calc(50% - 34px / 2);z-index:-1}.date-selection .calendar_rapid .label-rapid{font-size:.625rem;line-height:.625rem;border-radius:30px;border:1px solid #fff;background:#004587;position:absolute;bottom:-8px;left:50%;font-weight:700;transform:translate(-50%);padding:2px 4px;color:#fff;z-index:2;pointer-events:none}.date-selection .calendar_rapid.calendar__cell_selected:after{background:#0277bd}.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 +1 @@
|
|
|
1
|
-
.barcode{margin-top:16px;padding:12px;background:#fff;border-radius:4px;color:#3e3e3e;position:relative;font-size:.75rem;line-height:1rem}.barcode__discount{position:absolute;top:-8px;right:-8px}.barcode__discount img{border-radius:40px;width:100%;max-width:58px}.barcode__content{display:flex;justify-content:center;align-items:center}.barcode__content p{margin-bottom:0;margin-left:8px;font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.barcode__content .custom-icon{width:13px;height:auto}.barcode__image{display:flex}.barcode__image svg{width:100%;height:auto}.barcode__code{text-align:center;margin-bottom:0}.discount{background:hsla(0,0%,100%,.08);border-radius:4px;padding:16px}.discount .icon-wrap{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.discount .title{margin-bottom:0;font-weight:700;font-size:1rem;line-height:1.25rem}.discount .subtitle{display:inline-block;font-weight:400;font-size:.875rem;line-height:1.375rem}.discount__content{display:flex}.discount__content .subtitle{margin:4px 0 0}.discount__content .icon{font-size:1.44rem;height:18px;color:#99b5cf}.discount .barcode__image svg{margin:8px 0}.discount__code{margin-left:8px}.discount-offer{padding-top:0;padding-bottom:0}.discount-offer__wrap{padding-bottom:40px}.discount-offer__header{padding-top:16px}.discount-offer__header .title{font-size:1.625rem;line-height:2.25rem;font-weight:500;margin-bottom:0}.discount-offer__body{grid-gap:16px;display:flex;flex-direction:column;background:#0a3055;border-radius:4px;padding:16px;margin-top:24px;color:#fff}.discount-offer__body .clipboard-code__content,.discount-offer__body .discount__content{display:flex;flex-direction:column;margin-left:0}.discount-offer__body .clipboard-code__code,.discount-offer__body .discount__code{margin-left:0}.discount-offer__body .clipboard-code .icon-wrap,.discount-offer__body .discount .icon-wrap{margin-bottom:8px}.discount-offer .app-info{background:#004587;padding:24px 16px 0;text-align:center}.discount-offer .app-info .description,.discount-offer .app-info .title{color:#fff;margin-bottom:0}.discount-offer .app-info .title{font-size:1.25rem;line-height:2rem;font-weight:500}.discount-offer .app-info .description{font-size:.875rem;line-height:1.375rem;font-weight:400;margin-top:8px}.discount-offer .app-info__stores{margin-top:16px;display:flex;justify-content:center;grid-gap:16px}.discount-offer .app-info .download-app-img{margin-top:16px;min-height:162px;background:url(../../img/apps/app-md.png) bottom/contain no-repeat}.discount-offer .app-info--hide{display:none}@media (min-width:576px){.discount-offer .app-info{padding-top:40px}.discount-offer .app-info .download-app-img{min-height:230px}}@media (min-width:768px){.discount-
|
|
1
|
+
.barcode{margin-top:16px;padding:12px;background:#fff;border-radius:4px;color:#3e3e3e;position:relative;font-size:.75rem;line-height:1rem}.barcode__discount{position:absolute;top:-8px;right:-8px}.barcode__discount--text{background:#cf000f;border-radius:10px;padding:2px 8px;color:#fff;font-weight:700}.barcode__discount img{border-radius:40px;width:100%;max-width:58px}.barcode__content{display:flex;justify-content:center;align-items:center}.barcode__content p{margin-bottom:0;margin-left:8px;font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.barcode__content .custom-icon{width:13px;height:auto}.barcode__image{display:flex}.barcode__image svg{width:100%;height:auto}.barcode__code{text-align:center;margin-bottom:0}.discount{background:hsla(0,0%,100%,.08);border-radius:4px;padding:16px}.discount .icon-wrap{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.discount .title{margin-bottom:0;font-weight:700;font-size:1rem;line-height:1.25rem}.discount .subtitle{display:inline-block;font-weight:400;font-size:.875rem;line-height:1.375rem}.discount__content{display:flex}.discount__content .subtitle{margin:4px 0 0}.discount__content .icon{font-size:1.44rem;height:18px;color:#99b5cf}.discount .barcode__image svg{margin:8px 0}.discount__code{margin-left:8px}.discount--secondary{background:rgba(0,0,0,.4)}.discount--secondary .discount__content .icon{color:#ccc}.discount-offer{padding-top:0;padding-bottom:0}.discount-offer__wrap{padding-bottom:40px}.discount-offer__header{padding-top:16px}.discount-offer__header .title{font-size:1.625rem;line-height:2.25rem;font-weight:500;margin-bottom:0}.discount-offer__body{grid-gap:16px;display:flex;flex-direction:column;background:#0a3055;border-radius:4px;padding:16px;margin-top:24px;color:#fff}.discount-offer__body .clipboard-code__content,.discount-offer__body .discount__content{display:flex;flex-direction:column;margin-left:0}.discount-offer__body .clipboard-code__code,.discount-offer__body .discount__code{margin-left:0}.discount-offer__body .clipboard-code .icon-wrap,.discount-offer__body .discount .icon-wrap{margin-bottom:8px}.discount-offer__body--secondary{background:#9d9d9c}.discount-offer .app-info{background:#004587;padding:24px 16px 0;text-align:center}.discount-offer .app-info .description,.discount-offer .app-info .title{color:#fff;margin-bottom:0}.discount-offer .app-info .title{font-size:1.25rem;line-height:2rem;font-weight:500}.discount-offer .app-info .description{font-size:.875rem;line-height:1.375rem;font-weight:400;margin-top:8px}.discount-offer .app-info__stores{margin-top:16px;display:flex;justify-content:center;grid-gap:16px}.discount-offer .app-info .download-app-img{margin-top:16px;min-height:162px;background:url(../../img/apps/app-md.png) bottom/contain no-repeat}.discount-offer .app-info--hide{display:none}@media (min-width:576px){.discount-offer .app-info{padding-top:40px}.discount-offer .app-info .download-app-img{min-height:230px}}@media (min-width:768px){.discount-offer__header{padding-top:40px}.discount-offer__header .title{font-size:2.125rem;line-height:2.875rem;text-align:left}.discount-offer__body{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;padding:24px}.discount-offer__body .clipboard-code.discount-code{-ms-grid-column-span:2;grid-column:span 2}.discount-offer__body .icon-wrap{width:48px;height:48px}.discount-offer__body .icon-wrap .icon{font-size:2rem;height:auto}.discount-offer .app-info__wrap{display:flex;grid-gap:40px}.discount-offer .app-info .title,.discount-offer .app-info__header{text-align:left}.discount-offer .app-info .title{font-size:1.5rem;line-height:2rem}.discount-offer .app-info__header{flex:0;padding-bottom:40px}.discount-offer .app-info__stores{justify-content:flex-start}.discount-offer .app-info__stores a{display:flex}.discount-offer .app-info .download-app-img{margin-top:-15px;flex:1 1 100%;min-height:180px}}@media (min-width:992px){.discount-offer__body{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.discount-offer__body--double{-ms-grid-columns:1fr 2fr;grid-template-columns:1fr 2fr}.discount-offer__body .clipboard-code.discount-code{grid-column:auto}.discount-offer .app-info .download-app-img{background-image:url(../../img/apps/app-lg.png);background-position-x:right}}@media (min-width:1200px){.discount-offer .app-info__wrap{align-items:center}.discount-offer .app-info .download-app-img{min-height:307px}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.sort-products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;align-items:center}.sort-products-list .open-filters-btn{width:100%;margin-bottom:30px}.sort-products-list .open-filters-btn .icon{margin-right:6px}.sort-products-list__section{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.sort-products-list__sort-by{text-align:right}.products-list{margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}.products-list-v2__badges{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-weight:700;text-align:center;color:#fff;padding:0 10px;min-width:140px;background:#cf000f;font-size:1rem}.products-list-v2__badges.products-list-v2__badges.products-list-v2__badges{width:auto;min-width:120px}.products-list-v2__badge{padding:3px 5px}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.is-hidden{display:none}.products-list-v2{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.products-list{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}.filter-results__actions.filter-results__actions{padding:5px 0}.products-list-v2{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}.products-list-v2__badges{font-size:.875rem}.products-list-v2 .card{max-width:50%;padding-left:5px;padding-right:5px;position:relative}.products-list-v2 .card:first-of-type::before,.products-list-v2 .card:nth-of-type(2):before{content:"";position:absolute;top:-20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50
|
|
1
|
+
.products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.sort-products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;align-items:center}.sort-products-list .open-filters-btn{width:100%;margin-bottom:30px}.sort-products-list .open-filters-btn .icon{margin-right:6px}.sort-products-list__section{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.sort-products-list__sort-by{text-align:right}.products-list{margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}.products-list-v2__badges{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-weight:700;text-align:center;color:#fff;padding:0 10px;min-width:140px;background:#cf000f;font-size:1rem}.products-list-v2__badges.products-list-v2__badges.products-list-v2__badges{width:auto;min-width:120px}.products-list-v2__badge{padding:3px 5px}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.is-hidden{display:none}.products-list-v2{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.products-list{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}.filter-results__actions.filter-results__actions{padding:5px 0}.products-list-v2{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}.products-list-v2__badges{font-size:.875rem}.products-list-v2 .card{max-width:50%;padding-left:5px;padding-right:5px;position:relative}.products-list-v2 .card:first-of-type::before,.products-list-v2 .card:nth-of-type(2):before{content:"";position:absolute;top:-20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%;color:#000;border:none}.sort-products-list__section>.form-row{margin-bottom:0}.sort-products-list__pagination{margin-top:20px}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.products-list-page .srp-injected{margin-bottom:20px;margin-top:10px}.products-list-page .srp-injected__image{margin-bottom:20px}.products-list-page .srp-injected__image img{display:block;max-width:100%}.products-list-page .srp-injected__content{font-size:16px;font-weight:500;line-height:1.5;padding:0;text-align:left}.products-list-page .srp-injected__content p{margin:0}.products-list-page .sponsor-top-banner{margin-bottom:20px;margin-top:10px}.products-list-page .sponsor-top-banner__image{display:block;max-width:100%;margin-bottom:20px}.products-list-page .color-pick__wrap{display:none}.sort-products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:space-between;align-items:center}.sort-products-list .open-filters-btn{width:100%;margin-bottom:30px}.sort-products-list .open-filters-btn .icon{margin-right:6px}.sort-products-list__section{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.sort-products-list__sort-by{text-align:right;flex:1}.sort-products-list__sort-by .form-row{margin-bottom:0}.sort-products-list__total{font-weight:700;padding-left:15px}.products-list{display:flex;flex-wrap:wrap;margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.load-more-wrap{width:100%}@media (hover:none){.load-more-wrap .btn-primary:hover{color:#fff;background-color:#0277bd;border-color:#0277bd}.load-more-wrap .btn-primary:focus{color:#0277bd;background-color:#fff;border-color:#0277bd}}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}@media (max-width:767.98px){.products-list-v2{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}}.products-list-v2__badges{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-weight:700;text-align:center;color:#fff;padding:0 10px;min-width:140px;background:#cf000f;font-size:1rem}.products-list-v2__badges.products-list-v2__badges.products-list-v2__badges{width:auto;min-width:120px}.products-list-v2__badge{padding:3px 5px}.products-list-v2 .card__inner-v2.card__inner-v2.card__inner-v2{padding-bottom:0}@media (max-width:767.98px){.products-list-v2__badges{font-size:.875rem}.products-list-v2 .card{margin-bottom:20px;position:relative;display:inline-block;vertical-align:top;max-width:50%;margin-right:-4px;padding-left:5px;padding-right:5px}.products-list-v2 .card:first-of-type::before,.products-list-v2 .card:nth-of-type(2):before{content:"";position:absolute;top:-20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}.products-list-v2 .card__inner-v2.card__inner-v2.card__inner-v2{border:0;border-bottom:1px solid #ccc}.products-list-v2 .card__img-wrap{border:1px solid #ccc}}.products-list-v2 .card__img-v2{max-width:100%;max-height:100%}.products-list-v2 .card__img-wrap{position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc}.products-list-v2 .card__offers-item-v2{font-size:1.25rem}.products-list-v2 .card__offers-red{padding-left:35px;padding-right:35px}@media (max-width:767.98px){.products-list-v2 .card__offers-red{padding-left:0;padding-right:0}}.products-list-v2 .card__offers-green{padding-left:15px;padding-right:15px}.products-list-v2 .product-card .card__inner-v2:hover{border:1px solid #3e3e3e}.products-list-v2 .product-card__header{margin-bottom:15px;display:flex;flex-direction:column;justify-content:space-between}.products-list-v2 .product-card__header-r1{max-height:50px;min-height:50px}.products-list-v2 .product-card__header-r2{max-height:70px;min-height:70px}.products-list-v2 .product-card__header-r3{max-height:90px;min-height:90px}.products-list-v2 .product-card__header .product-card__title.product-card__title-v2{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;margin-top:5px;font-size:.875rem;font-weight:700;line-height:18px}.products-list-v2 .product-card__title{margin-bottom:0}.products-list-v2 .product-card__delivery{font-size:.75rem;line-height:1rem;font-weight:400;color:#666;margin-bottom:5px}.products-list-v2 .product-card__content{height:100%;margin-bottom:5px}@media (max-width:767.98px){.products-list-v2 .product-card .card__inner-v2:hover{border:0;border-bottom:1px solid #ccc}.products-list-v2 .product-card__header .product-card__title.product-card__title-v2{text-align:center}.products-list-v2 .product-card__content{padding-left:0;padding-right:0;margin-bottom:10px}}.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value{font-size:1.5rem}@media screen and (max-width:321px){.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value{font-size:1.125rem}}.products-list-v2 .product-card__price-value-text{font-size:1rem;line-height:1}.products-list-v2 .product-card .product-rating.product-rating-v2{font-size:.875rem}.products-list-v2 .product-card .product-rating.product-rating-v2 .fa-star{margin-right:0}.products-list-v2 .product-card .product-rating.product-rating-v2 .fa-star+.fa-star{margin-left:6px}.products-list-v2 .product-card__price{justify-content:flex-end}.products-list-v2 .product-card__price_empty{opacity:0;cursor:default}.products-list-v2 .product-card__price_sale .product-card__price-sqm,.products-list-v2 .product-card__price_sale .product-card__price-value{color:#cf000f}.products-list-v2 .product-card__price.product-card__price{margin-bottom:5px}.products-list-v2 .product-card__price.product-card__min-height{min-height:40px}.products-list-v2 .product-card__price.product-card__max-height{max-height:20px}.products-list-v2 .product-card__price-sqm{text-align:left;width:100%;margin-right:0;font-size:.875rem;font-weight:500;line-height:14px;color:#0a3055;padding:5px 0 1px}.products-list-v2 .product-card__price__old-price.product-card__price__old-price.product-card__price__old-price{padding-bottom:5px;padding-left:0}.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value.product-card__price-value{padding:0;line-height:24px}@media (max-width:767.98px){.products-list-v2 .product-card__price-sqm,.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value.product-card__price-value,.products-list-v2 .product-card__price__old-price.product-card__price__old-price.product-card__price__old-price{text-align:center}.products-list-v2 .product-card__reviews-v2{display:flex;justify-content:center}}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.products-list-page .srp-injected__content{text-align:center}.load-more-wrap{max-width:147px;margin:0 auto}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.is-hidden{display:none}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.products-list-page .color-pick__header,.products-list-page .color-pick__wrap{margin-bottom:1rem;display:block}.products-list-page .color-pick__header{text-align:center}.products-list-page .color-pick__line-bottom,.products-list-page .color-pick__line-top{display:flex}.products-list-page .color-pick__color{height:35px;width:50px;display:inline-block}.products-list-page .color-pick__colors{flex-direction:column}.products-list-page .color-pick__color-active{transform:rotateX(180deg) scale(1.25);transition:.4s;transform-style:preserve-3d;box-shadow:-1px 0 5px -1px #000}.products-list-page .color-pick__line-top{width:100%}.products-list-page .color-pick__line-top .color-pick__color{width:inherit}.products-list-page .color-pick__line-top .color-pick__color:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.products-list-page .color-pick__line-top .color-pick__color:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.products-list-page .color-pick__line-bottom{margin:0 auto;width:85%}.products-list-page .color-pick__line-bottom .color-pick__color{width:100%}.products-list-page .color-pick__line-bottom .color-pick__color:first-child{border-bottom-left-radius:3px}.products-list-page .color-pick__line-bottom .color-pick__color:last-child{border-bottom-right-radius:3px}.sort-products-list{margin:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{padding:0}.filter-results__actions.filter-results__actions{padding:5px 0}.srp-injected__content{padding:1.25em .75em}}.notification{padding:8px 40px;border:1px solid;position:relative;line-height:1.57143}.notification__icon{position:absolute;left:8px;top:7px;font-size:1rem}.notification__close{position:absolute;right:8px;top:8px;font-size:.875rem;color:#8b8b8b;cursor:pointer}.notification__close_white{color:#fff}.notification__hide{position:absolute;right:8px;top:8px;font-size:.875rem;color:#8b8b8b;cursor:pointer}.notification_success{color:#67a509;border-color:#67a509;background:rgba(103,165,9,.05);font-weight:500}.notification_warning{border-color:#f7ca18;background:rgba(247,202,24,.05);font-weight:500}.notification_warning .notification__icon{color:#f7ca18}.notification_reminder{color:#fff;background:#8b8b8b;width:100%}.notification_error{color:#cf000f;border-color:#cf000f;background:rgba(207,0,15,.05);font-weight:500}.notification_error .notification__icon{color:#cf000f;display:flex;justify-content:center;align-items:center;align-content:center}.notification_general{margin-bottom:40px}@media (max-width:767.98px){.notification_general{margin-bottom:30px}.autocomplete__menu{max-height:50vh;overflow-y:auto}}.notification_app{position:relative;padding:5px 15px;color:#fff;font-size:12px;font-weight:500;margin-bottom:0;text-align:left}.notification_app-error{background-color:#cf100d}.notification_app-success{background-color:#67a509}.notification_app:nth-child(2){border-top:2px solid #fff}.notification_app .notification__close{top:4px;right:4px;color:#fff}.autocomplete .twitter-typeahead{width:100%}.autocomplete__menu{width:100%;background:#fff;border-radius:0 0 3px 3px;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.autocomplete__dataset{padding:0 15px}.autocomplete__dataset-suggestions .autocomplete__suggestion{display:block;line-height:2rem;color:#3e3e3e;text-decoration:none}.autocomplete__dataset-suggestions .autocomplete__suggestion.autocomplete__cursor,.autocomplete__dataset-suggestions .autocomplete__suggestion:hover{color:#0277bd}.autocomplete__dataset-suggestions .autocomplete__suggestion:first-child{margin-top:10px}.autocomplete__dataset-suggestions .autocomplete__suggestion:last-child{margin-bottom:10px}.autocomplete__dataset-products .autocomplete__suggestion{padding:10px 0;border-bottom:1px solid #eee}.autocomplete__dataset-products .autocomplete__suggestion:last-child{border-bottom:0}.autocomplete__dataset-products .autocomplete__suggestion.autocomplete__cursor .autocomplete__suggestion-title,.autocomplete__dataset-products .autocomplete__suggestion:hover .autocomplete__suggestion-title{color:#0277bd}.autocomplete__dataset-header{font-size:1rem;line-height:1.5rem;position:relative;padding-top:10px}.autocomplete__dataset-header:before{content:"";background:#eee;position:absolute;height:1px;top:0;left:-15px;right:-15px}.card{flex-direction:row;margin-bottom:30px}.card.descr--normal .product-card__description .card_offer_text{color:#3e3e3e}.card__inner{display:flex;flex-direction:column;position:relative;width:100%;background-color:#fff;border:1px solid #ccc}.card__inner .component_filled,.card_filled .card__inner,.card_horizontal .card__inner{border:0}.card_filled .card__inner,.card_horizontal .card__inner{background:#eee}.card_filled .card__inner{text-align:center}@media (min-width:768px){.card_horizontal .card__inner{flex-direction:row;padding:30px 15px}.card_horizontal .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}.card__inner .card__img{border-bottom:1px solid #ccc}.is-secondary .card__inner{flex-direction:row;border-left:0;border-right:0}.is-secondary .card__inner .card__img-wrap,.is-secondary .card__inner .product-card__wrap{width:50%}@media (min-width:576px){.is-secondary .card__inner{flex-direction:column;border-left:1px solid #ccc;border-right:1px solid #ccc}.is-secondary .card__inner .card__img-wrap,.is-secondary .card__inner .product-card__wrap{width:auto}}.card__inner.background-image{background-image:url(https://media.wickes.co.uk/is/image/wickes/2018-Black-friday-BG-TEXTURE);background-position:50%}@media (max-width:767.98px){.is-secondary .card__inner .card__img{padding-top:15px;padding-bottom:10px;display:block;border-bottom:0}.card__inner.background-image{padding-top:20px}.products-list-v2 .product-card__delivery{text-align:center}}.card__offers{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-size:1.125rem;font-weight:700;text-align:center;color:#fff}.full-width-offers .card__offers{width:100%}.card__offers-item{padding:3px 10px;min-width:120px;background:#cf000f}.card__offers-item_new{background-color:#9acd32}.card__offers-item_clearance{background-color:#f7ca18;color:#3e3e3e}.card__offers-item_ends{background-color:rgba(65,65,65,.75);font-size:.75rem;font-weight:500;line-height:14px}.card__offers-item_discount-old-price{text-decoration:line-through;display:inline-block}.card__img-wrap{flex-shrink:0;position:relative}@media (min-width:768px) and (max-width:991.98px){.card_horizontal .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card_horizontal .card__img-wrap{flex:0 0 25%;max-width:25%}}@media (min-width:768px){.card_horizontal.large .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:768px) and (max-width:991.98px){.card_horizontal.large .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card_horizontal.large .card__img-wrap{flex:0 0 33.33333%;max-width:33.33333%}}.card__img{max-width:100%;width:100%}.product-card .card__inner:hover{border-color:#0277bd}.product-card .card__actions{margin-top:0}.product-card .card__action-link{font-weight:500}.product-card .color-slider-container{width:160px}.product-card__content,.product-card__description{padding:10px 15px 0}.product-card__description .card_offer_text{color:#cf000f}.product-card__description.no-flex{flex:0}.product-card__title{margin-bottom:10px;color:#0277bd;font-weight:700;text-decoration:none;line-height:1.25rem}.product-card__title:hover{color:#0277bd}.filter__reviews,.product-card__reviews{color:#8b8b8b;font-size:.75rem;line-height:16px;margin-top:10px}.filter__reviews+.card__descr,.product-card__reviews+.card__descr{margin-top:10px}.filter__reviews .product-rating,.product-card__reviews .product-rating{display:flex;justify-content:flex-start;align-items:center;font-size:1em}.filter__reviews .product-rating .rating-bg,.product-card__reviews .product-rating .rating-bg{color:#ccc;position:relative;padding-right:5px;display:flex;line-height:0}.filter__reviews .product-rating .rating-overlay,.product-card__reviews .product-rating .rating-overlay{color:#f7ca18;position:absolute;left:0;top:0;display:flex}.filter__reviews .product-rating .star-overlay,.product-card__reviews .product-rating .star-overlay{display:inline-block;overflow:hidden}.filter__reviews .product-rating .star-overlay+.star-overlay,.product-card__reviews .product-rating .star-overlay+.star-overlay{margin-left:6px}.filter__reviews{font-size:.875rem;margin:0;transform:translateY(3px)}.filter__reviews .rating-bg{display:flex}.filter__reviews .rating-bg .fa-star{display:block;margin-right:4px}.filter__reviews .rating-bg .rating-overlay{display:flex}.filter__reviews .rating-bg .rating-overlay .star-overlay{display:block;margin:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.product-card__reviews .product-rating .rating-bg{display:block}.product-card__reviews .product-rating .rating-overlay{height:14px;display:block}.product-card__description.no-flex{flex:none}}.product-card__price{margin:10px 15px}.product-card__lower-quantity{color:#cf000f;font-weight:700}.product-card__bad-quantity{color:#cf000f}.product-card__price-value{color:#0a3055;font-size:1.625rem;font-weight:700;line-height:36px}.product-card__price-value .product-card__price-from{font-size:.7em;margin-right:4px}.product-card__price_sale .product-card__price-value{color:#cf000f}.product-card__price_out-of-stock .product-card__price-value{color:#8b8b8b}.product-card__price__old-price,.product-card__price__out-of-stock{color:#8b8b8b;font-weight:500;line-height:14px}.product-card__price__old-price,.product-card__price__old-price s{text-decoration:line-through;text-decoration-color:#242424}
|
|
1
|
+
.products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.products-list-page .srp-injected{margin-bottom:20px;margin-top:10px}.products-list-page .srp-injected__image{margin-bottom:20px}.products-list-page .srp-injected__image img{display:block;max-width:100%}.products-list-page .srp-injected__content{font-size:16px;font-weight:500;line-height:1.5;padding:0;text-align:left}.products-list-page .srp-injected__content p{margin:0}.products-list-page .sponsor-top-banner{margin-bottom:20px;margin-top:10px}.products-list-page .sponsor-top-banner__image{display:block;max-width:100%;margin-bottom:20px}.products-list-page .color-pick__wrap{display:none}.sort-products-list{display:flex;justify-content:flex-end;align-items:center}.sort-products-list .open-filters-btn{width:100%;margin-bottom:30px}.sort-products-list .open-filters-btn .icon{margin-right:6px}.sort-products-list__section{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.sort-products-list__sort-by{text-align:right;flex:1}.sort-products-list__sort-by .form-row{margin-bottom:0}.sort-products-list__total{font-weight:700;font-size:.875rem;line-height:22px}.products-list{display:flex;flex-wrap:wrap;margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.load-more-wrap{width:100%}@media (hover:none){.load-more-wrap .btn-primary:hover{color:#fff;background-color:#0277bd;border-color:#0277bd}.load-more-wrap .btn-primary:focus{color:#0277bd;background-color:#fff;border-color:#0277bd}}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}@media (max-width:767.98px){.products-list-v2{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}}.products-list-v2__badges{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-weight:700;text-align:center;color:#fff;padding:0 10px;min-width:140px;background:#cf000f;font-size:1rem}.products-list-v2__badges.products-list-v2__badges.products-list-v2__badges{width:auto;min-width:120px}.products-list-v2__badge{padding:3px 5px}.products-list-v2 .card__inner-v2.card__inner-v2.card__inner-v2{padding-bottom:0}@media (max-width:767.98px){.products-list-v2__badges{font-size:.875rem}.products-list-v2 .card{margin-bottom:20px;position:relative;display:inline-block;vertical-align:top;max-width:50%;margin-right:-4px;padding-left:5px;padding-right:5px}.products-list-v2 .card:first-of-type::before,.products-list-v2 .card:nth-of-type(2):before{content:"";position:absolute;top:-20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}.products-list-v2 .card__inner-v2.card__inner-v2.card__inner-v2{border:0;border-bottom:1px solid #ccc}.products-list-v2 .card__img-wrap{border:1px solid #ccc}}.products-list-v2 .card__img-v2{max-width:100%;max-height:100%}.products-list-v2 .card__img-wrap{position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc}.products-list-v2 .card__offers-item-v2{font-size:1.25rem}.products-list-v2 .card__offers-red{padding-left:35px;padding-right:35px}@media (max-width:767.98px){.products-list-v2 .card__offers-red{padding-left:0;padding-right:0}}.products-list-v2 .card__offers-green{padding-left:15px;padding-right:15px}.products-list-v2 .product-card .card__inner-v2:hover{border:1px solid #3e3e3e}.products-list-v2 .product-card__header{margin-bottom:15px;display:flex;flex-direction:column;justify-content:space-between}.products-list-v2 .product-card__header-r1{max-height:50px;min-height:50px}.products-list-v2 .product-card__header-r2{max-height:70px;min-height:70px}.products-list-v2 .product-card__header-r3{max-height:90px;min-height:90px}.products-list-v2 .product-card__header .product-card__title.product-card__title-v2{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;margin-top:5px;font-size:.875rem;font-weight:700;line-height:18px}.products-list-v2 .product-card__title{margin-bottom:0}.products-list-v2 .product-card__delivery{font-size:.75rem;line-height:1rem;font-weight:400;color:#666;margin-bottom:5px}.products-list-v2 .product-card__content{height:100%;margin-bottom:5px}@media (max-width:767.98px){.products-list-v2 .product-card .card__inner-v2:hover{border:0;border-bottom:1px solid #ccc}.products-list-v2 .product-card__header .product-card__title.product-card__title-v2{text-align:center}.products-list-v2 .product-card__content{padding-left:0;padding-right:0;margin-bottom:10px}}.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value{font-size:1.5rem}@media screen and (max-width:321px){.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value{font-size:1.125rem}}.products-list-v2 .product-card__price-value-text{font-size:1rem;line-height:1}.products-list-v2 .product-card .product-rating.product-rating-v2{font-size:.875rem}.products-list-v2 .product-card .product-rating.product-rating-v2 .fa-star{margin-right:0}.products-list-v2 .product-card .product-rating.product-rating-v2 .fa-star+.fa-star{margin-left:6px}.products-list-v2 .product-card__price{justify-content:flex-end}.products-list-v2 .product-card__price_empty{opacity:0;cursor:default}.products-list-v2 .product-card__price_sale .product-card__price-sqm,.products-list-v2 .product-card__price_sale .product-card__price-value{color:#cf000f}.products-list-v2 .product-card__price.product-card__price{margin-bottom:5px}.products-list-v2 .product-card__price.product-card__min-height{min-height:40px}.products-list-v2 .product-card__price.product-card__max-height{max-height:20px}.products-list-v2 .product-card__price-sqm{text-align:left;width:100%;margin-right:0;font-size:.875rem;font-weight:500;line-height:14px;color:#0a3055;padding:5px 0 1px}.products-list-v2 .product-card__price__old-price.product-card__price__old-price.product-card__price__old-price{padding-bottom:5px;padding-left:0}.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value.product-card__price-value{padding:0;line-height:24px}@media (max-width:767.98px){.products-list-v2 .product-card__price-sqm,.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value.product-card__price-value,.products-list-v2 .product-card__price__old-price.product-card__price__old-price.product-card__price__old-price{text-align:center}.products-list-v2 .product-card__reviews-v2{display:flex;justify-content:center}}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%;color:#000;border:none}.sort-products-list__section>.form-row{margin-bottom:0}.sort-products-list__pagination{margin-top:20px}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.products-list-page .srp-injected__content{text-align:center}.load-more-wrap{max-width:147px;margin:0 auto}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.is-hidden{display:none}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.products-list-page .color-pick__header,.products-list-page .color-pick__wrap{margin-bottom:1rem;display:block}.products-list-page .color-pick__header{text-align:center}.products-list-page .color-pick__line-bottom,.products-list-page .color-pick__line-top{display:flex}.products-list-page .color-pick__color{height:35px;width:50px;display:inline-block}.products-list-page .color-pick__colors{flex-direction:column}.products-list-page .color-pick__color-active{transform:rotateX(180deg) scale(1.25);transition:.4s;transform-style:preserve-3d;box-shadow:-1px 0 5px -1px #000}.products-list-page .color-pick__line-top{width:100%}.products-list-page .color-pick__line-top .color-pick__color{width:inherit}.products-list-page .color-pick__line-top .color-pick__color:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.products-list-page .color-pick__line-top .color-pick__color:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.products-list-page .color-pick__line-bottom{margin:0 auto;width:85%}.products-list-page .color-pick__line-bottom .color-pick__color{width:100%}.products-list-page .color-pick__line-bottom .color-pick__color:first-child{border-bottom-left-radius:3px}.products-list-page .color-pick__line-bottom .color-pick__color:last-child{border-bottom-right-radius:3px}.sort-products-list{margin:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{padding:0}.filter-results__actions.filter-results__actions{padding:5px 0}.srp-injected__content{padding:1.25em .75em}}.notification{padding:8px 40px;border:1px solid;position:relative;line-height:1.57143}.notification__icon{position:absolute;left:8px;top:7px;font-size:1rem}.notification__close{position:absolute;right:8px;top:8px;font-size:.875rem;color:#8b8b8b;cursor:pointer}.notification__close_white{color:#fff}.notification__hide{position:absolute;right:8px;top:8px;font-size:.875rem;color:#8b8b8b;cursor:pointer}.notification_success{color:#67a509;border-color:#67a509;background:rgba(103,165,9,.05);font-weight:500}.notification_warning{border-color:#f7ca18;background:rgba(247,202,24,.05);font-weight:500}.notification_warning .notification__icon{color:#f7ca18}.notification_reminder{color:#fff;background:#8b8b8b;width:100%}.notification_error{color:#cf000f;border-color:#cf000f;background:rgba(207,0,15,.05);font-weight:500}.notification_error .notification__icon{color:#cf000f;display:flex;justify-content:center;align-items:center;align-content:center}.notification_general{margin-bottom:40px}@media (max-width:767.98px){.notification_general{margin-bottom:30px}.autocomplete__menu{max-height:50vh;overflow-y:auto}}.notification_app{position:relative;padding:5px 15px;color:#fff;font-size:12px;font-weight:500;margin-bottom:0;text-align:left}.notification_app-error{background-color:#cf100d}.notification_app-success{background-color:#67a509}.notification_app:nth-child(2){border-top:2px solid #fff}.notification_app .notification__close{top:4px;right:4px;color:#fff}.autocomplete .twitter-typeahead{width:100%}.autocomplete__menu{width:100%;background:#fff;border-radius:0 0 3px 3px;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.autocomplete__dataset{padding:0 15px}.autocomplete__dataset-suggestions .autocomplete__suggestion{display:block;line-height:2rem;color:#3e3e3e;text-decoration:none}.autocomplete__dataset-suggestions .autocomplete__suggestion.autocomplete__cursor,.autocomplete__dataset-suggestions .autocomplete__suggestion:hover{color:#0277bd}.autocomplete__dataset-suggestions .autocomplete__suggestion:first-child{margin-top:10px}.autocomplete__dataset-suggestions .autocomplete__suggestion:last-child{margin-bottom:10px}.autocomplete__dataset-products .autocomplete__suggestion{padding:10px 0;border-bottom:1px solid #eee}.autocomplete__dataset-products .autocomplete__suggestion:last-child{border-bottom:0}.autocomplete__dataset-products .autocomplete__suggestion.autocomplete__cursor .autocomplete__suggestion-title,.autocomplete__dataset-products .autocomplete__suggestion:hover .autocomplete__suggestion-title{color:#0277bd}.autocomplete__dataset-header{font-size:1rem;line-height:1.5rem;position:relative;padding-top:10px}.autocomplete__dataset-header:before{content:"";background:#eee;position:absolute;height:1px;top:0;left:-15px;right:-15px}.card{flex-direction:row;margin-bottom:30px}.card.descr--normal .product-card__description .card_offer_text{color:#3e3e3e}.card__inner{display:flex;flex-direction:column;position:relative;width:100%;background-color:#fff;border:1px solid #ccc}.card__inner .component_filled,.card_filled .card__inner,.card_horizontal .card__inner{border:0}.card_filled .card__inner,.card_horizontal .card__inner{background:#eee}.card_filled .card__inner{text-align:center}@media (min-width:768px){.card_horizontal .card__inner{flex-direction:row;padding:30px 15px}.card_horizontal .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}.card__inner .card__img{border-bottom:1px solid #ccc}.is-secondary .card__inner{flex-direction:row;border-left:0;border-right:0}.is-secondary .card__inner .card__img-wrap,.is-secondary .card__inner .product-card__wrap{width:50%}@media (min-width:576px){.is-secondary .card__inner{flex-direction:column;border-left:1px solid #ccc;border-right:1px solid #ccc}.is-secondary .card__inner .card__img-wrap,.is-secondary .card__inner .product-card__wrap{width:auto}}.card__inner.background-image{background-image:url(https://media.wickes.co.uk/is/image/wickes/2018-Black-friday-BG-TEXTURE);background-position:50%}@media (max-width:767.98px){.is-secondary .card__inner .card__img{padding-top:15px;padding-bottom:10px;display:block;border-bottom:0}.card__inner.background-image{padding-top:20px}.products-list-v2 .product-card__delivery{text-align:center}}.card__offers{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-size:1.125rem;font-weight:700;text-align:center;color:#fff}.full-width-offers .card__offers{width:100%}.card__offers-item{padding:3px 10px;min-width:120px;background:#cf000f}.card__offers-item_new{background-color:#9acd32}.card__offers-item_clearance{background-color:#f7ca18;color:#3e3e3e}.card__offers-item_ends{background-color:rgba(65,65,65,.75);font-size:.75rem;font-weight:500;line-height:14px}.card__offers-item_discount-old-price{text-decoration:line-through;display:inline-block}.card__img-wrap{flex-shrink:0;position:relative}@media (min-width:768px) and (max-width:991.98px){.card_horizontal .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card_horizontal .card__img-wrap{flex:0 0 25%;max-width:25%}}@media (min-width:768px){.card_horizontal.large .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:768px) and (max-width:991.98px){.card_horizontal.large .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card_horizontal.large .card__img-wrap{flex:0 0 33.33333%;max-width:33.33333%}}.card__img{max-width:100%;width:100%}.product-card .card__inner:hover{border-color:#0277bd}.product-card .card__actions{margin-top:0}.product-card .card__action-link{font-weight:500}.product-card .color-slider-container{width:160px}.product-card__content,.product-card__description{padding:10px 15px 0}.product-card__description .card_offer_text{color:#cf000f}.product-card__description.no-flex{flex:0}.product-card__title{margin-bottom:10px;color:#0277bd;font-weight:700;text-decoration:none;line-height:1.25rem}.product-card__title:hover{color:#0277bd}.filter__reviews,.product-card__reviews{color:#8b8b8b;font-size:.75rem;line-height:16px;margin-top:10px}.filter__reviews+.card__descr,.product-card__reviews+.card__descr{margin-top:10px}.filter__reviews .product-rating,.product-card__reviews .product-rating{display:flex;justify-content:flex-start;align-items:center;font-size:1em}.filter__reviews .product-rating .rating-bg,.product-card__reviews .product-rating .rating-bg{color:#ccc;position:relative;padding-right:5px;display:flex;line-height:0}.filter__reviews .product-rating .rating-overlay,.product-card__reviews .product-rating .rating-overlay{color:#f7ca18;position:absolute;left:0;top:0;display:flex}.filter__reviews .product-rating .star-overlay,.product-card__reviews .product-rating .star-overlay{display:inline-block;overflow:hidden}.filter__reviews .product-rating .star-overlay+.star-overlay,.product-card__reviews .product-rating .star-overlay+.star-overlay{margin-left:6px}.filter__reviews{font-size:.875rem;margin:0;transform:translateY(3px)}.filter__reviews .rating-bg{display:flex}.filter__reviews .rating-bg .fa-star{display:block;margin-right:4px}.filter__reviews .rating-bg .rating-overlay{display:flex}.filter__reviews .rating-bg .rating-overlay .star-overlay{display:block;margin:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.product-card__reviews .product-rating .rating-bg{display:block}.product-card__reviews .product-rating .rating-overlay{height:14px;display:block}.product-card__description.no-flex{flex:none}}.product-card__price{margin:10px 15px}.product-card__lower-quantity{color:#cf000f;font-weight:700}.product-card__bad-quantity{color:#cf000f}.product-card__price-value{color:#0a3055;font-size:1.625rem;font-weight:700;line-height:36px}.product-card__price-value .product-card__price-from{font-size:.7em;margin-right:4px}.product-card__price_sale .product-card__price-value{color:#cf000f}.product-card__price_out-of-stock .product-card__price-value{color:#8b8b8b}.product-card__price__old-price,.product-card__price__out-of-stock{color:#8b8b8b;font-weight:500;line-height:14px}.product-card__price__old-price,.product-card__price__old-price s{text-decoration:line-through;text-decoration-color:#242424}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.products-list-page .srp-injected__image{margin-bottom:20px}.products-list-page .srp-injected__image img{display:block;max-width:100%}.products-list-page .srp-injected__content{font-size:16px;font-weight:500;line-height:1.5;text-align:left}.products-list-page .srp-injected__content p{margin:0}.products-list-page .sponsor-top-banner__image{margin-bottom:20px;display:block;max-width:100%}.products-list{display:flex;flex-wrap:wrap;margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .card__offers>img{width:99.99%;height:99.99%}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.products-list .trade-pro-card .tradepro-img{width:99.99%;height:99.99%}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50
|
|
1
|
+
.products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.products-list-page .srp-injected__image{margin-bottom:20px}.products-list-page .srp-injected__image img{display:block;max-width:100%}.products-list-page .srp-injected__content{font-size:16px;font-weight:500;line-height:1.5;text-align:left}.products-list-page .srp-injected__content p{margin:0}.products-list-page .sponsor-top-banner__image{margin-bottom:20px;display:block;max-width:100%}.products-list{display:flex;flex-wrap:wrap;margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .card__offers>img{width:99.99%;height:99.99%}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.products-list .trade-pro-card .tradepro-img{width:99.99%;height:99.99%}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%;color:#000;border:none}.sort-products-list__section>.form-row{margin-bottom:0}.sort-products-list__pagination{margin-top:20px}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.products-list-page .srp-injected__content{text-align:center}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.is-hidden{display:none}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.filter-results__actions.filter-results__actions{padding:5px 0}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.modal-barcode .modal-box__container{padding:0}.modal-barcode .modal-box__container .barcode{width:100%}.modal-barcode .modal-box__container .barcode-wrap{height:100%;display:flex;justify-content:center;align-items:center;padding:40px;background:#fff}.modal-barcode .modal-box__container .barcode__discount{right:2.5rem}.modal-barcode .modal-box__container .barcode__container{padding:0}.modal-barcode .modal-box__container .barcode__container svg{height:100%;padding:15px 0}.modal-barcode .modal-box__container .barcode__footer{bottom:5px}.modal-barcode .modal-box__container .barcode__footer_text{margin-top:5px}.modal-barcode-targeted .barcode__header-info,.modal-barcode-targeted .barcode__header-title{text-align:center}.modal-barcode-targeted .barcode__header-title{font-weight:500;margin-bottom:5px}.rotation-wrap{position:absolute;bottom:15px}.rotation-wrap .phone{height:50px;width:100px;margin:40px auto 0;border:3px solid #0277bd;border-radius:10px;animation:1.5s ease-in-out infinite alternate rotate}.rotation-wrap .message{text-align:center;color:#cf000f;font-size:1em;margin-top:40px}.barcode-wrap{margin:0 auto;padding:15px;border:1px solid #ccc;position:relative}.barcode-wrap .icon svg{color:#8b8b8b;width:1rem;height:1rem}.barcode__header_name{font-weight:500;text-transform:capitalize}.barcode__container{padding:15px 0}.barcode__container svg{width:100%}.barcode__footer{text-align:center;position:relative}.barcode__footer_expand{display:none;text-align:center;font-weight:400;margin-top:10px}.barcode__footer_expand .icon svg{color:#0277bd}.barcode__discount{position:absolute;top:0;right:0}@keyframes rotate{0%{transform:rotate(0)}50%,to{transform:rotate(-90deg)}}@media (min-width:768px){.rotation-wrap{display:none}.page_tradePro-discount .modal-box_full,.page_tradePro-rewards .modal-box_full{background:#fff}.page_tradePro-discount .modal-box_full .modal-box__columns,.page_tradePro-discount .modal-box_full .modal-box__container,.page_tradePro-discount .modal-box_full .modal-box__content,.page_tradePro-discount .modal-box_full .modal-box__row,.page_tradePro-rewards .modal-box_full .modal-box__columns,.page_tradePro-rewards .modal-box_full .modal-box__container,.page_tradePro-rewards .modal-box_full .modal-box__content,.page_tradePro-rewards .modal-box_full .modal-box__row{height:100%}.page_tradePro-discount .modal-box_full .modal-box__container,.page_tradePro-rewards .modal-box_full .modal-box__container{margin-top:0;margin-bottom:0;max-width:none}.page_tradePro-discount .modal-box_full .modal-box__content,.page_tradePro-rewards .modal-box_full .modal-box__content{width:auto;box-shadow:none}.page_tradePro-discount .modal-box_full .modal-box__inner-row,.page_tradePro-rewards .modal-box_full .modal-box__inner-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.page_tradePro-discount .modal-box__columns,.page_tradePro-rewards .modal-box__columns{flex:0 0 100%;max-width:100%}}@media (max-width:767.98px){.barcode-wrap{font-size:1rem}.barcode__footer_expand{display:block}.modal-barcode .barcode__footer_expand{display:none}}@media only screen and (orientation:landscape){.rotation-wrap{display:none}.modal-barcode .modal-box__container .barcode__container svg{height:60vh;padding:0}}@media only screen and (orientation:portrait){.modal-barcode .modal-box__container .barcode-wrap{align-items:inherit}}.text-start{text-align:left}.page_tradePro-rewards .voucher__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);-ms-grid-rows:auto;grid-template-rows:auto;grid-auto-flow:dense;gap:16px}.page_tradePro-rewards .voucher__cell{border-radius:.25rem}.page_tradePro-rewards .voucher__cell:not(.voucher__description){min-height:240px}.page_tradePro-rewards .voucher__column{grid-area:auto;text-align:center}.page_tradePro-rewards .voucher__column .voucher__cell{border:1px solid #ccc;overflow:hidden}.page_tradePro-rewards .voucher__column .voucher__cell:first-child{margin-bottom:16px}.page_tradePro-rewards .voucher__image-wrap{height:100%}.page_tradePro-rewards .voucher__image-wrap img{width:100%;height:auto}.page_tradePro-rewards .voucher__barcode-img{width:311px;height:78px;margin:auto}.page_tradePro-rewards .voucher__barcode-img>*{width:100%;height:100%}@media (min-width:992px){.page_tradePro-rewards .voucher__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:246px;grid-template-rows:246px;gap:24px}.page_tradePro-rewards .voucher__cell:not(.voucher__description){min-height:246px}.page_tradePro-rewards .voucher__column{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:1/2/3/3}.page_tradePro-rewards .voucher__column .voucher__cell:first-child{margin-bottom:24px}.page_tradePro-rewards .voucher__image-wrap img{width:auto;height:100%}.page_tradePro-rewards .voucher__barcode-img{width:261px;height:66px}}@media (min-width:1200px){.page_tradePro-rewards .voucher__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:296px;grid-template-rows:296px;gap:24px}.page_tradePro-rewards .voucher__cell:not(.voucher__description){min-height:296px}.page_tradePro-rewards .voucher__barcode-img{width:450px;height:114px}}.page_tradePro-rewards .voucher__qr-img{width:183px;height:183px;margin:auto}.page_tradePro-rewards .voucher__qr-img>*{width:100%;height:100%}.page_tradePro-rewards .voucher__barcode-number{margin-top:8px;word-break:break-word}.page_tradePro-rewards .voucher__label{background:#0a3055;color:#fff;display:block;padding:4px;font-size:.75rem;font-weight:500}.page_tradePro-rewards .voucher__code-field{display:inline-block;padding:8px 16px;background:#f4f9fe;border-radius:.25rem;cursor:pointer;word-break:break-word}.page_tradePro-rewards .voucher__code-field input{background:0 0;border:0;width:90px;pointer-events:none}.page_tradePro-rewards .voucher__code-field .icon{color:#0277bd}.page_tradePro-rewards .voucher__code-title{margin-right:8px;font-weight:700}.page_tradePro-rewards .voucher__description-title{font-weight:700;font-size:1rem}.page_tradePro-rewards .voucher__description-text{font-weight:400;font-size:.875rem}.page_tradePro-rewards .voucher__description-button{margin-top:16px}.page_tradePro-rewards .voucher__content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:24px 16px}.page_tradePro-rewards .voucher--terms{padding:24px 0 16px}@media (min-width:768px){.page_tradePro-rewards .voucher__qr-img{width:166px;height:166px}.page_tradePro-rewards .voucher__content{padding:24px}}
|
|
1
|
+
.modal-barcode .modal-box__container{padding:0}.modal-barcode .modal-box__container .barcode{width:100%}.modal-barcode .modal-box__container .barcode-wrap{height:100%;display:flex;justify-content:center;align-items:center;padding:40px;background:#fff}.modal-barcode .modal-box__container .barcode__discount{right:2.5rem}.modal-barcode .modal-box__container .barcode__container{padding:0}.modal-barcode .modal-box__container .barcode__container svg{height:100%;padding:15px 0}.modal-barcode .modal-box__container .barcode__footer{bottom:5px}.modal-barcode .modal-box__container .barcode__footer_text{margin-top:5px}.modal-barcode-targeted .barcode__header-info,.modal-barcode-targeted .barcode__header-title{text-align:center}.modal-barcode-targeted .barcode__header-title{font-weight:500;margin-bottom:5px}.rotation-wrap{position:absolute;bottom:15px}.rotation-wrap .phone{height:50px;width:100px;margin:40px auto 0;border:3px solid #0277bd;border-radius:10px;animation:1.5s ease-in-out infinite alternate rotate}.rotation-wrap .message{text-align:center;color:#cf000f;font-size:1em;margin-top:40px}.barcode-wrap{margin:0 auto;padding:15px;border:1px solid #ccc;position:relative}.barcode-wrap .icon svg{color:#8b8b8b;width:1rem;height:1rem}.barcode__header_name{font-weight:500;text-transform:capitalize}.barcode__container{padding:15px 0}.barcode__container svg{width:100%}.barcode__footer{text-align:center;position:relative}.barcode__footer_expand{display:none;text-align:center;font-weight:400;margin-top:10px}.barcode__footer_expand .icon svg{color:#0277bd}.barcode__discount{position:absolute;top:0;right:0}@keyframes rotate{0%{transform:rotate(0)}50%,to{transform:rotate(-90deg)}}@media (min-width:768px){.rotation-wrap{display:none}.page_tradePro-discount .modal-box_full,.page_tradePro-rewards .modal-box_full{background:#fff}.page_tradePro-discount .modal-box_full .modal-box__columns,.page_tradePro-discount .modal-box_full .modal-box__container,.page_tradePro-discount .modal-box_full .modal-box__content,.page_tradePro-discount .modal-box_full .modal-box__row,.page_tradePro-rewards .modal-box_full .modal-box__columns,.page_tradePro-rewards .modal-box_full .modal-box__container,.page_tradePro-rewards .modal-box_full .modal-box__content,.page_tradePro-rewards .modal-box_full .modal-box__row{height:100%}.page_tradePro-discount .modal-box_full .modal-box__container,.page_tradePro-rewards .modal-box_full .modal-box__container{margin-top:0;margin-bottom:0;max-width:none}.page_tradePro-discount .modal-box_full .modal-box__content,.page_tradePro-rewards .modal-box_full .modal-box__content{width:auto;box-shadow:none}.page_tradePro-discount .modal-box_full .modal-box__inner-row,.page_tradePro-rewards .modal-box_full .modal-box__inner-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.page_tradePro-discount .modal-box__columns,.page_tradePro-rewards .modal-box__columns{flex:0 0 100%;max-width:100%}}@media (max-width:767.98px){.barcode-wrap{font-size:1rem}.barcode__footer_expand{display:block}.modal-barcode .barcode__footer_expand{display:none}}@media only screen and (orientation:landscape){.rotation-wrap{display:none}.modal-barcode .modal-box__container .barcode__container svg{height:60vh;padding:0}}@media only screen and (orientation:portrait){.modal-barcode .modal-box__container .barcode-wrap{align-items:inherit}}.text-start{text-align:left!important}.page_tradePro-rewards .voucher__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);-ms-grid-rows:auto;grid-template-rows:auto;grid-auto-flow:dense;gap:16px}.page_tradePro-rewards .voucher__cell{border-radius:.25rem}.page_tradePro-rewards .voucher__cell:not(.voucher__description){min-height:240px}.page_tradePro-rewards .voucher__column{grid-area:auto;text-align:center}.page_tradePro-rewards .voucher__column .voucher__cell{border:1px solid #ccc;overflow:hidden}.page_tradePro-rewards .voucher__column .voucher__cell:first-child{margin-bottom:16px}.page_tradePro-rewards .voucher__image-wrap{height:100%}.page_tradePro-rewards .voucher__image-wrap img{width:100%;height:auto}.page_tradePro-rewards .voucher__barcode-img{width:311px;height:78px;margin:auto}.page_tradePro-rewards .voucher__barcode-img>*{width:100%;height:100%}@media (min-width:992px){.page_tradePro-rewards .voucher__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:246px;grid-template-rows:246px;gap:24px}.page_tradePro-rewards .voucher__cell:not(.voucher__description){min-height:246px}.page_tradePro-rewards .voucher__column{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:1/2/3/3}.page_tradePro-rewards .voucher__column .voucher__cell:first-child{margin-bottom:24px}.page_tradePro-rewards .voucher__image-wrap img{width:auto;height:100%}.page_tradePro-rewards .voucher__barcode-img{width:261px;height:66px}}@media (min-width:1200px){.page_tradePro-rewards .voucher__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:296px;grid-template-rows:296px;gap:24px}.page_tradePro-rewards .voucher__cell:not(.voucher__description){min-height:296px}.page_tradePro-rewards .voucher__barcode-img{width:450px;height:114px}}.page_tradePro-rewards .voucher__qr-img{width:183px;height:183px;margin:auto}.page_tradePro-rewards .voucher__qr-img>*{width:100%;height:100%}.page_tradePro-rewards .voucher__barcode-number{margin-top:8px;word-break:break-word}.page_tradePro-rewards .voucher__label{background:#0a3055;color:#fff;display:block;padding:4px;font-size:.75rem;font-weight:500}.page_tradePro-rewards .voucher__code-field{display:inline-block;padding:8px 16px;background:#f4f9fe;border-radius:.25rem;cursor:pointer;word-break:break-word}.page_tradePro-rewards .voucher__code-field input{background:0 0;border:0;width:90px;pointer-events:none}.page_tradePro-rewards .voucher__code-field .icon{color:#0277bd}.page_tradePro-rewards .voucher__code-title{margin-right:8px;font-weight:700}.page_tradePro-rewards .voucher__description-title{font-weight:700;font-size:1rem}.page_tradePro-rewards .voucher__description-text{font-weight:400;font-size:.875rem}.page_tradePro-rewards .voucher__description-button{margin-top:16px}.page_tradePro-rewards .voucher__content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:24px 16px}.page_tradePro-rewards .voucher--terms{padding:24px 0 16px}@media (min-width:768px){.page_tradePro-rewards .voucher__qr-img{width:166px;height:166px}.page_tradePro-rewards .voucher__content{padding:24px}}
|