wickes-css2 2.103.0-IC-977-colors-semantic.1 → 2.103.0-IC-976-pre-commit-lint.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/category-main.css +1 -1
- package/build/css/components/card-product-banner.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/page_my-orders.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/page_wismo-orders.css +1 -1
- package/build/css/pdp-main-before-combine.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/js/account-members.min.js +1 -1
- package/build/js/basket.min.js +1 -1
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +1 -1
- package/build/js/emulation.min.js +54 -0
- package/build/js/kitchen/kitchen-plp.min.js +1 -1
- package/build/js/merged-checkout.min.js +1 -1
- package/build/js/page/plp-cards-v2.js +15 -6
- package/build/js/page/plp-load-more.js +1 -1
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +1 -1
- package/package.json +7 -3
- package/src/components/card_product_v2.hbs +10 -5
- package/src/components/card_sponsor_banner.hbs +8 -0
- package/src/components/card_sponsor_product.hbs +6 -0
- package/src/components/injected-content.hbs +1 -1
- package/src/data/data_search-results_v2.json +56 -141
- package/src/js/components/banner-placement-manager.js +258 -0
- package/src/js/emulation/banner-placement-manager.js +53 -0
- package/src/js/page/plp-cards-v2.js +15 -6
- package/src/js/page/plp-load-more.js +1 -1
- package/src/page_plp_v2.html +16 -6
- package/src/page_search-results.html +12 -2
- package/src/scss/components/_custom-slider.scss +6 -6
- package/src/scss/components/card-product-banner.scss +91 -3
- package/src/scss/helpers/_variables.scss +1 -3
- package/src/scss/libs/_bootstrap-extracted.scss +2 -2
- package/src/scss/libs/_cat-libs.scss +10 -10
- package/src/scss/libs/_font-awesome-icons.scss +2 -0
- package/src/scss/libs/_homepage-libs.scss +12 -12
- package/src/scss/libs/_plp-libs.scss +11 -11
- package/src/scss/libs/_skeleton.scss +2 -2
- package/src/scss/libs/_store-locator-libs.scss +1 -1
- package/src/scss/libs/flatpickr.scss +4 -4
- package/src/scss/pages/_checkout-confirmation-new.scss +2 -2
- package/src/scss/pages/page_products-list-combined.scss +11 -0
- package/src/scss/pages/page_products-list.scss +8 -0
- package/src/scss/partials/_main-nav.scss +2 -2
- package/src/js/components/product-banner.js +0 -148
- package/src/scss/helpers/_colors-semantic.scss +0 -224
|
@@ -1 +1 @@
|
|
|
1
|
-
.nav-orders{margin-top:24px}.nav-orders .account-nav{padding:0}.nav-orders .account-nav .accordion__header-text{color:#0277bd}.nav-orders .account-nav .accordion__header-text,.nav-orders .account-nav .account-nav__link{font-size:14px;font-weight:500;line-height:22px}.nav-orders__wrap{list-style-type:none;padding:0;margin-bottom:0;display:flex;align-items:center;border-bottom:2px solid #ccc}.nav-orders__wrap .link{text-decoration:none;font-size:14px;font-weight:500;line-height:22px;color:#3e3e3e;transition:.3s}.nav-orders__wrap .link:hover{color:#0277bd}.nav-orders__item{padding:7px 12px;position:relative}.nav-orders__item.active .link{color:#0277bd;pointer-events:none}.nav-orders__item.active:after{content:"";border-bottom:2px solid #0277bd;position:absolute;bottom:-2px;left:0;width:100%}.flatpickr-datepicker{margin-top:16px}.flatpickr-datepicker__label{font-size:1rem;font-weight:500;line-height:1.5rem;margin-bottom:8px;display:flex;align-items:center}.flatpickr-datepicker__label .icon-info{cursor:pointer;margin-left:8px}.flatpickr-datepicker__field{border-radius:3px;border:1px solid #ccc;padding:7px 8px 7px 16px;display:flex;align-items:center;max-width:100%;position:relative;transition:.3s}.flatpickr-datepicker__field.active,.flatpickr-datepicker__field:hover{border-color:#0277bd}.flatpickr-datepicker .icon-wrap{cursor:pointer;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.flatpickr-datepicker .icon-wrap--cross{cursor:pointer;display:none}.flatpickr-datepicker .icon-wrap+.icon-wrap{margin-left:8px}.flatpickr-datepicker .icon-calendar{font-size:1rem;color:#0277bd}.flatpickr-datepicker .flatpickr-input{padding:0;border:none;font-size:1rem;font-weight:400;line-height:1.5rem;outline:0;width:100%}.flatpickr-datepicker .flatpickr-calendar:after,.flatpickr-datepicker .flatpickr-calendar:before{content:none}.flatpickr-datepicker .flatpickr-calendar.static{left:0;width:100%}.flatpickr-datepicker .flatpickr-calendar.static.open{margin-top:4px;padding:16px;border-radius:3px;box-shadow:0 0 15px 0 rgba(0,0,0,.2)}.flatpickr-datepicker .flatpickr-monthSelect-months{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;margin:12px 0 0;grid-gap:8px;justify-items:center;align-items:center}.flatpickr-datepicker .flatpickr-monthSelect-month{margin:0;width:100%;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.375rem;padding:4px;border-radius:999px;max-width:78px;color:#3e3e3e}.flatpickr-datepicker .flatpickr-monthSelect-month.selected{background:#0277bd;border-color:#0277bd;color:#fff}.flatpickr-datepicker .flatpickr-monthSelect-month.selected:hover{border-color:#0277bd;background:#0277bd;color:#3e3e3e}.flatpickr-datepicker .flatpickr-monthSelect-month:not(.flatpickr-disabled):hover{border-color:#0277bd;background:0 0}.flatpickr-datepicker .flatpickr-monthSelect-month.flatpickr-disabled{color:#9d9d9c;pointer-events:none}.flatpickr-datepicker .flatpickr-monthSelect-month.flatpickr-disabled:hover{border:none}.flatpickr-datepicker .flatpickr-monthSelect-month.today{border-color:transparent}.flatpickr-datepicker .flatpickr-monthSelect-month.today:hover{border-color:#0277bd;background:0 0;color:initial}.flatpickr-datepicker .flatpickr-current-month{padding-top:0;height:auto}.flatpickr-datepicker .flatpickr-current-month input.cur-year{padding-left:0;font-size:.875rem;font-weight:500;line-height:1.375rem;text-align:center}.flatpickr-datepicker .flatpickr-next-month.flatpickr-disabled,.flatpickr-datepicker .flatpickr-prev-month.flatpickr-disabled{display:block;opacity:.6;pointer-events:none}.flatpickr-datepicker .flatpickr-months .flatpickr-next-month,.flatpickr-datepicker .flatpickr-months .flatpickr-prev-month{position:relative;display:flex;align-items:center;height:auto;padding:0}.flatpickr-datepicker .flatpickr-months .flatpickr-next-month svg path,.flatpickr-datepicker .flatpickr-months .flatpickr-prev-month svg path{fill:#0277bd}.flatpickr-datepicker .flatpickr-months .flatpickr-month{height:100%}.flatpickr-datepicker .flatpickr-months .flatpickr-month .flatpickr-current-month{width:100%;left:auto;position:relative}.flatpickr-datepicker .flatpickr-current-month .numInputWrapper:hover{background:0 0}.flatpickr-datepicker .flatpickr-current-month .numInputWrapper .arrowDown,.flatpickr-datepicker .flatpickr-current-month .numInputWrapper .arrowUp{content:none;display:none}.flatpickr-datepicker .flatpickr-wrapper{flex:1;position:static;width:100%}.flatpickr-datepicker .flatpickr-rContainer{width:100%}.payment-loader{position:fixed;z-index:10000000000;top:0;left:0;bottom:0;width:100%;height:100%;transform:translateZ(0);background:radial-gradient(ellipse closest-corner at 50% 50%,#000 1%,rgba(0,0,0,.75) 100%) rgba(0,0,0,.1);color:#fff}.payment-loader--hidden{display:none}.payment-loader__modal{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);text-align:center}.payment-loader__modal .billie-checkout-logo,.payment-loader__modal .clearpay-checkout-logo,.payment-loader__modal .klarna-checkout-logo,.payment-loader__modal .paypal-checkout-logo{margin-bottom:25px}.payment-loader__modal .spinner{height:30px;width:30px;display:inline-block;box-sizing:content-box;opacity:1;animation:.7s linear infinite rotate;border:8px solid rgba(0,0,0,.2);border-top-color:#fff;border-radius:100%}.payment-loader__modal .klarna-spinner{height:26px;width:26px}.loader-line{width:200px;height:3px;position:relative;overflow:hidden;background-color:#ccc;border-radius:20px}.loader-line:before{content:"";position:absolute;left:-50%;height:3px;width:40%;background-color:#3e3e3e;animation:1s linear infinite lineAnim;border-radius:20px}@keyframes lineAnim{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.klarna-spinner-logo{display:block;background:url(../img/klarna-spinner.svg) no-repeat;height:32px;width:136px}.google-spinner-logo{background:url(../img/google-spinner.svg) no-repeat;height:55px}.clearpay-spinner-logo,.google-spinner-logo{display:block;width:135px;margin-bottom:20px}.clearpay-spinner-logo{background:url(../img/clearpay-spinner.svg) no-repeat;height:28px}.billie-spinner-logo{display:block;background:url(../img/billie-spinner.svg) no-repeat;height:38px;width:111px}.apple-spinner-logo{height:58px;width:136px}.loader-wrapper{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background:hsla(0,0%,100%,.5)}.loader-wrapper,.loader-wrapper .loader-spinner{display:flex;justify-content:center;align-items:center}.loader-wrapper .loader-spinner{border:0}.loader-wrapper .loader-spinner .circular-loader{width:76px;height:76px;stroke-width:2px;animation:2s linear infinite rotate;stroke:#0277bd}.loader-wrapper .loader-spinner .loader-path{stroke:#0277bd;animation:1.5s ease-in-out infinite animate-stroke}.loader-wrapper--full-page{z-index:150;position:fixed;background:hsla(0,0%,100%,.8)}.loader-wrapper--full-page .loader-container{width:calc(100% - 40px);margin:0 20px}.loader-wrapper--full-page .loader{border-top-color:#0277bd;position:relative}.loader-wrapper--full-page .loader-message{margin-top:25px;color:#0a3055;font-size:1.625rem;font-weight:500;text-align:center}.loader-wrapper.smart-banner-loader{background:hsla(0,0%,100%,.9);flex-direction:column;row-gap:8px}.loader-wrapper.smart-banner-loader .loader-spinner .circular-loader{width:24px;height:24px;stroke-width:6px}.loader-wrapper.smart-banner-loader h2{color:#0a3055;text-align:center;font-style:normal;font-weight:500;font-size:.75rem;line-height:16px;margin-bottom:0}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes animate-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}.add-all-loader,.basket-loader{flex-direction:column;z-index:101;position:fixed;background:hsla(0,0%,100%,.8)}.add-all-loader h2,.basket-loader h2{margin-top:25px;font-size:1.625rem;font-weight:400;line-height:2.25rem;color:#0a3055;text-align:center}.add-list-id-loader{display:flex;height:auto;position:relative;flex-direction:column-reverse;padding:0 15px}.add-list-id-loader h2{font-weight:500;line-height:1.35;font-size:1.625rem;margin-bottom:10px}@media (min-width:768px){.add-all-loader h2,.basket-loader h2{font-size:2.125rem;line-height:2.875rem}.loader-wrapper--full-page .loader-message{font-size:2.125rem}}.my-orders{padding-top:0}.my-orders .notification_info-message{border:0;text-align:center;margin:0;background:#205c56;color:#fff;padding:4px 5px;font-size:.75rem}.my-orders__wrap{padding-top:16px}.my-orders__title{margin-bottom:0;text-align:left}.my-orders .sort-orders{margin-top:16px}.my-orders .sort-orders .form-row{padding:0;margin:0}.my-orders .sort-orders .form-row__label{margin-bottom:8px;padding-right:0;padding-left:0}.my-orders .sort-orders .form-row__field{padding-right:0;padding-left:0}.my-orders .load-more-wrap{margin-bottom:0;margin-top:24px}@media (hover:none){.my-orders .load-more-wrap .btn-primary:hover{color:#fff;background-color:#0277bd;border-color:#0277bd}.my-orders .load-more-wrap .btn-primary:focus{color:#0277bd;background-color:#fff;border-color:#0277bd}}.my-orders .active-orders__item{border-radius:4px;border:1px solid #ccc}.my-orders .active-orders__item:first-child{margin-top:0}.my-orders .sort-orders .form-row__field select{transition:.3s}.empty-orders{margin-top:24px;padding:40px 24px;background:#f4f9fe;border-radius:4px;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-orders__title{font-size:20px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:0}.empty-orders__btn,.empty-orders__image{margin-top:16px}@media (min-width:576px){.empty-basket-loader h2{font-size:2.125rem;margin-bottom:20px}.my-orders__sorts{margin-top:24px;display:flex;justify-content:space-between;grid-gap:16px}.my-orders .flatpickr-datepicker,.my-orders .sort-orders{margin-top:0}.my-orders .flatpickr-datepicker{width:65%}.my-orders__wrap{padding-top:24px}.my-orders .active-orders{margin-top:16px}.empty-orders__title{font-size:24px}}@media (min-width:768px){.my-orders{padding-bottom:70px}.my-orders .flatpickr-datepicker,.my-orders .sort-orders{width:100%}.my-orders__wrap{padding-top:40px}}@media (min-width:992px){.my-orders__sorts{max-width:580px}}@media (min-width:1200px){.my-orders__header{display:-ms-grid;display:grid;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr;align-items:center}.my-orders__sorts{margin-top:0;width:100%;max-width:822px;justify-content:flex-end;margin-left:auto}.my-orders .nav-orders{-ms-grid-column-span:2;grid-column:span 2}.my-orders .flatpickr-datepicker__label{flex-wrap:nowrap;display:flex;white-space:nowrap;margin-bottom:0;margin-right:16px}.my-orders .flatpickr-datepicker,.my-orders .sort-orders .form-row{display:flex;align-items:center;flex-wrap:nowrap;justify-content:flex-end}.my-orders .sort-orders{flex:80%}.my-orders .sort-orders .form-row__label{width:auto;white-space:nowrap;margin-bottom:0;margin-right:16px}.my-orders .flatpickr-datepicker__field,.my-orders .form-row__field{width:100%;max-width:282px}.empty-orders{margin-top:40px}}
|
|
1
|
+
.nav-orders{margin-top:24px}.nav-orders .account-nav{padding:0}.nav-orders .account-nav .accordion__header-text{color:#0277bd}.nav-orders .account-nav .accordion__header-text,.nav-orders .account-nav .account-nav__link{font-size:14px;font-weight:500;line-height:22px}.nav-orders__wrap{list-style-type:none;padding:0;margin-bottom:0;display:flex;align-items:center;border-bottom:2px solid #ccc}.nav-orders__wrap .link{text-decoration:none;font-size:14px;font-weight:500;line-height:22px;color:#3e3e3e;transition:.3s}.nav-orders__wrap .link:hover{color:#0277bd}.nav-orders__item{padding:7px 12px;position:relative}.nav-orders__item.active .link{color:#0277bd;pointer-events:none}.nav-orders__item.active:after{content:"";border-bottom:2px solid #0277bd;position:absolute;bottom:-2px;left:0;width:100%}.flatpickr-datepicker{margin-top:16px}.flatpickr-datepicker__label{font-size:1rem;font-weight:500;line-height:1.5rem;margin-bottom:8px;display:flex;align-items:center}.flatpickr-datepicker__label .icon-info{cursor:pointer;margin-left:8px}.flatpickr-datepicker__field{border-radius:3px;border:1px solid #ccc;padding:7px 8px 7px 16px;display:flex;align-items:center;max-width:100%;position:relative;transition:.3s}.flatpickr-datepicker__field.active,.flatpickr-datepicker__field:hover{border-color:#0277bd}.flatpickr-datepicker .icon-wrap{cursor:pointer;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.flatpickr-datepicker .icon-wrap--cross{cursor:pointer;display:none}.flatpickr-datepicker .icon-wrap+.icon-wrap{margin-left:8px}.flatpickr-datepicker .icon-calendar{font-size:1rem;color:#0277bd}.flatpickr-datepicker .flatpickr-input{padding:0;border:0;font-size:1rem;font-weight:400;line-height:1.5rem;outline:0;width:100%}.flatpickr-datepicker .flatpickr-calendar:after,.flatpickr-datepicker .flatpickr-calendar:before{content:none}.flatpickr-datepicker .flatpickr-calendar.static{left:0;width:100%}.flatpickr-datepicker .flatpickr-calendar.static.open{margin-top:4px;padding:16px;border-radius:3px;box-shadow:0 0 15px 0 rgba(0,0,0,.2)}.flatpickr-datepicker .flatpickr-monthSelect-months{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;margin:12px 0 0;grid-gap:8px;justify-items:center;align-items:center}.flatpickr-datepicker .flatpickr-monthSelect-month{margin:0;width:100%;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.375rem;padding:4px;border-radius:999px;max-width:78px;color:#3e3e3e}.flatpickr-datepicker .flatpickr-monthSelect-month.selected{background:#0277bd;border-color:#0277bd;color:#fff}.flatpickr-datepicker .flatpickr-monthSelect-month.selected:hover{border-color:#0277bd;background:#0277bd;color:#3e3e3e}.flatpickr-datepicker .flatpickr-monthSelect-month:not(.flatpickr-disabled):hover{border-color:#0277bd;background:0 0}.flatpickr-datepicker .flatpickr-monthSelect-month.flatpickr-disabled{color:#9d9d9c;pointer-events:none}.flatpickr-datepicker .flatpickr-monthSelect-month.flatpickr-disabled:hover{border:0}.flatpickr-datepicker .flatpickr-monthSelect-month.today{border-color:transparent}.flatpickr-datepicker .flatpickr-monthSelect-month.today:hover{border-color:#0277bd;background:0 0;color:initial}.flatpickr-datepicker .flatpickr-current-month{padding-top:0;height:auto}.flatpickr-datepicker .flatpickr-current-month input.cur-year{padding-left:0;font-size:.875rem;font-weight:500;line-height:1.375rem;text-align:center}.flatpickr-datepicker .flatpickr-next-month.flatpickr-disabled,.flatpickr-datepicker .flatpickr-prev-month.flatpickr-disabled{display:block;opacity:.6;pointer-events:none}.flatpickr-datepicker .flatpickr-months .flatpickr-next-month,.flatpickr-datepicker .flatpickr-months .flatpickr-prev-month{position:relative;display:flex;align-items:center;height:auto;padding:0}.flatpickr-datepicker .flatpickr-months .flatpickr-next-month svg path,.flatpickr-datepicker .flatpickr-months .flatpickr-prev-month svg path{fill:#0277bd}.flatpickr-datepicker .flatpickr-months .flatpickr-month{height:100%}.flatpickr-datepicker .flatpickr-months .flatpickr-month .flatpickr-current-month{width:100%;left:auto;position:relative}.flatpickr-datepicker .flatpickr-current-month .numInputWrapper:hover{background:0 0}.flatpickr-datepicker .flatpickr-current-month .numInputWrapper .arrowDown,.flatpickr-datepicker .flatpickr-current-month .numInputWrapper .arrowUp{content:none;display:none}.flatpickr-datepicker .flatpickr-wrapper{flex:1;position:static;width:100%}.flatpickr-datepicker .flatpickr-rContainer{width:100%}.payment-loader{position:fixed;z-index:10000000000;top:0;left:0;bottom:0;width:100%;height:100%;transform:translateZ(0);background:radial-gradient(ellipse closest-corner at 50% 50%,#000 1%,rgba(0,0,0,.75) 100%) rgba(0,0,0,.1);color:#fff}.payment-loader--hidden{display:none}.payment-loader__modal{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);text-align:center}.payment-loader__modal .billie-checkout-logo,.payment-loader__modal .clearpay-checkout-logo,.payment-loader__modal .klarna-checkout-logo,.payment-loader__modal .paypal-checkout-logo{margin-bottom:25px}.payment-loader__modal .spinner{height:30px;width:30px;display:inline-block;box-sizing:content-box;opacity:1;animation:.7s linear infinite rotate;border:8px solid rgba(0,0,0,.2);border-top-color:#fff;border-radius:100%}.payment-loader__modal .klarna-spinner{height:26px;width:26px}.loader-line{width:200px;height:3px;position:relative;overflow:hidden;background-color:#ccc;border-radius:20px}.loader-line:before{content:"";position:absolute;left:-50%;height:3px;width:40%;background-color:#3e3e3e;animation:1s linear infinite lineAnim;border-radius:20px}@keyframes lineAnim{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.klarna-spinner-logo{display:block;background:url(../img/klarna-spinner.svg) no-repeat;height:32px;width:136px}.google-spinner-logo{background:url(../img/google-spinner.svg) no-repeat;height:55px}.clearpay-spinner-logo,.google-spinner-logo{display:block;width:135px;margin-bottom:20px}.clearpay-spinner-logo{background:url(../img/clearpay-spinner.svg) no-repeat;height:28px}.billie-spinner-logo{display:block;background:url(../img/billie-spinner.svg) no-repeat;height:38px;width:111px}.apple-spinner-logo{height:58px;width:136px}.loader-wrapper{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background:hsla(0,0%,100%,.5)}.loader-wrapper,.loader-wrapper .loader-spinner{display:flex;justify-content:center;align-items:center}.loader-wrapper .loader-spinner{border:0}.loader-wrapper .loader-spinner .circular-loader{width:76px;height:76px;stroke-width:2px;animation:2s linear infinite rotate;stroke:#0277bd}.loader-wrapper .loader-spinner .loader-path{stroke:#0277bd;animation:1.5s ease-in-out infinite animate-stroke}.loader-wrapper--full-page{z-index:150;position:fixed;background:hsla(0,0%,100%,.8)}.loader-wrapper--full-page .loader-container{width:calc(100% - 40px);margin:0 20px}.loader-wrapper--full-page .loader{border-top-color:#0277bd;position:relative}.loader-wrapper--full-page .loader-message{margin-top:25px;color:#0a3055;font-size:1.625rem;font-weight:500;text-align:center}.loader-wrapper.smart-banner-loader{background:hsla(0,0%,100%,.9);flex-direction:column;row-gap:8px}.loader-wrapper.smart-banner-loader .loader-spinner .circular-loader{width:24px;height:24px;stroke-width:6px}.loader-wrapper.smart-banner-loader h2{color:#0a3055;text-align:center;font-style:normal;font-weight:500;font-size:.75rem;line-height:16px;margin-bottom:0}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes animate-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}.add-all-loader,.basket-loader{flex-direction:column;z-index:101;position:fixed;background:hsla(0,0%,100%,.8)}.add-all-loader h2,.basket-loader h2{margin-top:25px;font-size:1.625rem;font-weight:400;line-height:2.25rem;color:#0a3055;text-align:center}.add-list-id-loader{display:flex;height:auto;position:relative;flex-direction:column-reverse;padding:0 15px}.add-list-id-loader h2{font-weight:500;line-height:1.35;font-size:1.625rem;margin-bottom:10px}@media (min-width:768px){.add-all-loader h2,.basket-loader h2{font-size:2.125rem;line-height:2.875rem}.loader-wrapper--full-page .loader-message{font-size:2.125rem}}.my-orders{padding-top:0}.my-orders .notification_info-message{border:0;text-align:center;margin:0;background:#205c56;color:#fff;padding:4px 5px;font-size:.75rem}.my-orders__wrap{padding-top:16px}.my-orders__title{margin-bottom:0;text-align:left}.my-orders .sort-orders{margin-top:16px}.my-orders .sort-orders .form-row{padding:0;margin:0}.my-orders .sort-orders .form-row__label{margin-bottom:8px;padding-right:0;padding-left:0}.my-orders .sort-orders .form-row__field{padding-right:0;padding-left:0}.my-orders .load-more-wrap{margin-bottom:0;margin-top:24px}@media (hover:none){.my-orders .load-more-wrap .btn-primary:hover{color:#fff;background-color:#0277bd;border-color:#0277bd}.my-orders .load-more-wrap .btn-primary:focus{color:#0277bd;background-color:#fff;border-color:#0277bd}}.my-orders .active-orders__item{border-radius:4px;border:1px solid #ccc}.my-orders .active-orders__item:first-child{margin-top:0}.my-orders .sort-orders .form-row__field select{transition:.3s}.empty-orders{margin-top:24px;padding:40px 24px;background:#f4f9fe;border-radius:4px;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-orders__title{font-size:20px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:0}.empty-orders__btn,.empty-orders__image{margin-top:16px}@media (min-width:576px){.empty-basket-loader h2{font-size:2.125rem;margin-bottom:20px}.my-orders__sorts{margin-top:24px;display:flex;justify-content:space-between;grid-gap:16px}.my-orders .flatpickr-datepicker,.my-orders .sort-orders{margin-top:0}.my-orders .flatpickr-datepicker{width:65%}.my-orders__wrap{padding-top:24px}.my-orders .active-orders{margin-top:16px}.empty-orders__title{font-size:24px}}@media (min-width:768px){.my-orders{padding-bottom:70px}.my-orders .flatpickr-datepicker,.my-orders .sort-orders{width:100%}.my-orders__wrap{padding-top:40px}}@media (min-width:992px){.my-orders__sorts{max-width:580px}}@media (min-width:1200px){.my-orders__header{display:-ms-grid;display:grid;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr;align-items:center}.my-orders__sorts{margin-top:0;width:100%;max-width:822px;justify-content:flex-end;margin-left:auto}.my-orders .nav-orders{-ms-grid-column-span:2;grid-column:span 2}.my-orders .flatpickr-datepicker__label{flex-wrap:nowrap;display:flex;white-space:nowrap;margin-bottom:0;margin-right:16px}.my-orders .flatpickr-datepicker,.my-orders .sort-orders .form-row{display:flex;align-items:center;flex-wrap:nowrap;justify-content:flex-end}.my-orders .sort-orders{flex:80%}.my-orders .sort-orders .form-row__label{width:auto;white-space:nowrap;margin-bottom:0;margin-right:16px}.my-orders .flatpickr-datepicker__field,.my-orders .form-row__field{width:100%;max-width:282px}.empty-orders{margin-top:40px}}
|
|
@@ -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 .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;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 +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{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%}.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
|
+
.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%}.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
|
-
@keyframes animateTop{0%{bottom:0}to{bottom:40px}}@keyframes animateBottom{0%{bottom:40px}to{bottom:-150px}}.animateTop{animation:.5s forwards animateTop}.animateBottom{animation:.5s forwards animateBottom}.snack-bar-notification{background:#fff}.snack-bar-notification-popup{padding:8px 40px;position:relative;line-height:1.57143;font-weight:500}.snack-bar-notification-popup .notification__close{position:absolute;right:8px;top:8px;color:#8b8b8b;cursor:pointer}.snack-bar-notification-popup .notification__close svg{width:11px;height:18px}.snack-bar-notification__icon{position:absolute;left:8px;top:7px;font-size:1rem}.snack-bar-notification-success{background:#f7faf3;color:#67a509}.snack-bar-notification-success .notification__icon svg{color:#67a509;font-weight:900}.snack-bar-notification-error{background:rgba(207,0,15,.05);color:#cf000f}.snack-bar-notification-error .notification__icon svg{color:#cf000f;font-weight:900}.snack-bar-notification-warning{background:rgba(255,196,57,.05)}.snack-bar-notification-warning .notification__icon svg{color:#ffc439;font-weight:900}.snack-bar-notification-modal{display:none;min-height:100%;position:fixed;width:100%;top:0;z-index:1000;background:rgba(0,0,0,.35)}.snack-bar-notification-wrapper{width:100%;padding:0 25px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.snack-bar-notification-wrapper-inner{background:#fff;padding:5px}.snack-bar-notification-wrapper-inner .popup{border:0}.snack-bar-notification_visible{width:100%;padding-bottom:20px}.snack-bar-notification .autoclose,.snack-bar-notification_hidden{display:none}@media (min-width:576px){.snack-bar-notification-wrapper{width:500px}}.page_wismo-orders .page-header{width:100%;text-align:center}.page_wismo-orders .wismo-order{width:100%;padding:30px 20px;position:relative}.page_wismo-orders .wismo-order-wrap{border:1px solid #8b8b8b;margin-bottom:60px}.page_wismo-orders .wismo-order__heading{position:absolute;top:-15px;left:calc(50% - 120px);background-color:#fff;color:#3e3e3e;width:240px;text-align:center;margin:0;font-weight:500;font-size:1.5rem;line-height:2rem}.page_wismo-orders .wismo-order__heading+.wismo-order__delivery-notification,.page_wismo-orders .wismo-order__heading+.wismo-order__store-link{padding-top:20px}.page_wismo-orders .wismo-order__heading+.wismo-order__delivery-notification .icon{top:23px;position:absolute}.page_wismo-orders .wismo-order__message{font-size:1.25em;line-height:1.5;padding-top:5px;margin:0;columns:#3e3e3e}.page_wismo-orders .wismo-order__store-link{padding-bottom:5px;font-weight:500;font-size:1rem;color:#3e3e3e}.page_wismo-orders .wismo-order__store-link .icon svg{position:relative;right:5px;bottom:1px}.page_wismo-orders .wismo-order__delivery-notification{font-weight:700;padding-left:26px;position:relative;color:#3e3e3e;font-size:1.125rem;line-height:1.5rem}.page_wismo-orders .wismo-order__delivery-notification .icon{position:absolute;left:0;top:0}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-check-circle{color:#3e3e3e}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-info-circle{color:#67a509}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-times-circle{color:#cf000f}.page_wismo-orders .wismo-order__track{margin:15px 0 .5rem}.page_wismo-orders .wismo-order__track .btn{width:230px}.page_wismo-orders .wismo-order__product{display:flex;align-items:flex-start;padding:15px 0}.page_wismo-orders .wismo-order__product-wrap{padding-bottom:15px;border-bottom:1px solid #ccc}.page_wismo-orders .wismo-order__product:last-child{padding-bottom:0;border-bottom:0}.page_wismo-orders .wismo-order__img{display:flex;justify-content:center;align-items:center;width:100px;margin-right:15px;padding-top:5px}.page_wismo-orders .wismo-order__img img{max-height:100px;max-width:100px}.page_wismo-orders .wismo-order__name a{font-size:.875rem}.page_wismo-orders .wismo-order__name,.page_wismo-orders .wismo-order__quantity,.page_wismo-orders .wismo-order__total{line-height:1.5rem}.page_wismo-orders .wismo-order__name .value,.page_wismo-orders .wismo-order__quantity .value,.page_wismo-orders .wismo-order__total .value{font-weight:700;font-size:1.125rem}.page_wismo-orders .wismo-order__name .price-per-uom,.page_wismo-orders .wismo-order__quantity .price-per-uom,.page_wismo-orders .wismo-order__total .price-per-uom{font-weight:700;font-size:.75rem}.page_wismo-orders .wismo-order__name .main-price,.page_wismo-orders .wismo-order__quantity .main-price,.page_wismo-orders .wismo-order__total .main-price{display:flex;flex-direction:row;align-items:baseline}.page_wismo-orders .wismo-order__name .main-price__vat,.page_wismo-orders .wismo-order__quantity .main-price__vat,.page_wismo-orders .wismo-order__total .main-price__vat{font-size:.75rem;margin-left:.4rem;font-weight:500}.page_wismo-orders .wismo-order a:not(.energy-efficiency__link){text-decoration:none}.page_wismo-orders .wismo-order a:not(.energy-efficiency__link):hover{text-decoration:underline}.page_wismo-orders .wismo-order__click-collect .wismo-order:not(:last-child),.page_wismo-orders .wismo-order__supplier-delivery .wismo-order:not(:last-child),.page_wismo-orders .wismo-order__wickes-delivery .wismo-order:not(:last-child){border-bottom:1px solid #8b8b8b}.wismo__header{margin-bottom:20px}.wismo .logo__print{display:none}.wismo__order-heading{display:flex;padding:15px 20px;width:100%;margin-bottom:45px;background:#f8f8f8;flex-wrap:wrap}.wismo__order-heading .order-heading__info{flex:0 0 33.33333%;max-width:33.33333%}.wismo__order-heading .order-heading__info:nth-child(2){display:flex;justify-content:center}.wismo__order-heading .order-heading__title{font-size:1rem;line-height:1.5rem;padding-bottom:3px}.wismo__order-heading .order-heading__value{font-size:1.125rem;line-height:1.5rem;font-weight:500}.wismo__order-heading .order-heading__print{color:#0277bd;font-weight:500;font-size:.875rem;cursor:pointer;text-align:right}.wismo__ref{padding:30px 20px;border:1px solid #67a509;width:100%;color:#67a509;margin:0 15px}.wismo__ref .heading-3{padding-left:36px;position:relative;font-size:1.125rem;line-height:1.5rem}.wismo__ref .heading-3 .icon{position:absolute;left:0;top:0}.wismo__ref .heading-3 .ref-msg{font-weight:500}.wismo__ref-wrap{margin-top:-30px;margin-bottom:60px}.wismo .wismo-order-wrap:last-child{margin-bottom:0}.wismo .btn{font-weight:700}@media (max-width:991.98px){.wismo .wismo-row{margin:0 -15px}.wismo .wismo-row .content{padding:0}}@media (max-width:767.98px){.page_wismo-orders .wismo-order{padding:15px}.page_wismo-orders .wismo-order__heading{left:calc(50% - 130px);width:260px}.page_wismo-orders .wismo-order-wrap{margin-left:15px;margin-right:15px}.page_wismo-orders .wismo-order__store-link{font-size:.875rem}.page_wismo-orders .wismo-order__store-link a{display:block;margin-bottom:10px}.page_wismo-orders .wismo-order__delivery-notification{padding-left:26px;font-weight:500;font-size:1rem}.page_wismo-orders .wismo-order__track .btn{width:100%}.wismo__header{margin-bottom:15px}.wismo__order-heading{flex-wrap:wrap;margin:0 15px 40px;padding:10px 15px}.wismo__order-heading .order-heading__info{flex:0 0 50%;max-width:50%}.wismo__order-heading .order-heading__info:nth-child(2){justify-content:flex-end}.wismo__order-heading .order-heading__print{text-align:left;padding-top:10px;display:none}}@media (min-width:992px){.wismo__ref-wrap{padding:0}.page_wismo-orders .wismo-order__product-wrap{display:flex;justify-content:space-between}.page_wismo-orders .wismo-order__action{padding-top:15px}.page_wismo-orders .wismo-order__action .btn{min-width:106px}.wismo__order-heading{display:flex}}@media (min-width:768px) and (max-width:991.98px){.wismo .wismo-row{margin-right:-30px}}@media (min-width:576px) and (max-width:767.98px){.wismo-order__product-wrap{display:flex;justify-content:space-between}}@media print{.page_wismo-orders .container,.page_wismo-orders .header{max-width:inherit!important;width:100%;padding:0}.page_wismo-orders main{padding-bottom:0}.page_wismo-orders main.container{padding-top:20px}.page_wismo-orders #cookie-bar,.page_wismo-orders .back-to-top,.page_wismo-orders .breadcrumbs,.page_wismo-orders .cookies-policy,.page_wismo-orders .header-inner,.page_wismo-orders .main-nav,.page_wismo-orders .main-nav__overlay,.page_wismo-orders .new-usp-container,.page_wismo-orders .sticky-wrapper,.page_wismo-orders .sticky-wrapper.waypoint,.page_wismo-orders footer{display:none!important}.page_wismo-orders .wismo{display:block;margin-right:0;margin-left:0}.page_wismo-orders .wismo .logo__print{display:block;float:left;width:150px}.page_wismo-orders .wismo .page-header{padding-right:150px}.page_wismo-orders .wismo .page-header:after{clear:both;display:block;content:""}.page_wismo-orders .wismo .row{margin-right:0;margin-left:0}.page_wismo-orders .wismo__ref{margin:20px -30px -30px 0}.page_wismo-orders .wismo-order,.page_wismo-orders .wismo-order__product{display:block;width:100%}.page_wismo-orders .wismo-order{padding:15px;border:1px solid #8b8b8b;margin-bottom:-2px}.page_wismo-orders .wismo-order__heading{position:relative;margin:0;left:0;text-align:center;top:0;width:100%}.page_wismo-orders .wismo-order__product{page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap{margin:0 0 40px;border:0;position:relative}.page_wismo-orders .wismo-order-wrap *{display:block}.page_wismo-orders .wismo-order-wrap .icon,.page_wismo-orders .wismo-order-wrap .wismo-order__store-link a{display:inline-block}.page_wismo-orders .wismo-order-wrap .wismo-order__img,.page_wismo-orders .wismo-order-wrap .wismo-order__info{display:inline-block;vertical-align:top;page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap .wismo-order__img{width:115px;margin-right:-4px}.page_wismo-orders .wismo-order-wrap .wismo-order__img img{display:block;page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap .wismo-order__info{width:calc(100% - 115px)}.page_wismo-orders .wismo-order-wrap .wismo-order__quantity,.page_wismo-orders .wismo-order-wrap .wismo-order__total{display:block}.page_wismo-orders .wismo-order-wrap .wismo-order__quantity .title,.page_wismo-orders .wismo-order-wrap .wismo-order__quantity .value,.page_wismo-orders .wismo-order-wrap .wismo-order__total .title,.page_wismo-orders .wismo-order-wrap .wismo-order__total .value{display:inline-block;vertical-align:top}.page_wismo-orders .wismo-info{margin:0;page-break-inside:avoid;text-align:center}.page_wismo-orders .wismo-info-banner{display:inline-block;vertical-align:top;width:32%;margin:0 0 0 1%;page-break-inside:avoid;text-align:left}.page_wismo-orders .wismo-info-banner:first-child{margin-left:0}}
|
|
1
|
+
@keyframes animateTop{0%{bottom:0}to{bottom:40px}}@keyframes animateBottom{0%{bottom:40px}to{bottom:-150px}}.animateTop{animation:.5s forwards animateTop}.animateBottom{animation:.5s forwards animateBottom}.snack-bar-notification{background:#fff}.snack-bar-notification-popup{padding:8px 40px;position:relative;line-height:1.57143;font-weight:500}.snack-bar-notification-popup .notification__close{position:absolute;right:8px;top:8px;color:#8b8b8b;cursor:pointer}.snack-bar-notification-popup .notification__close svg{width:11px;height:18px}.snack-bar-notification__icon{position:absolute;left:8px;top:7px;font-size:1rem}.snack-bar-notification-success{background:rgba(103,165,9,.05);color:#67a509}.snack-bar-notification-success .notification__icon svg{color:#67a509;font-weight:900}.snack-bar-notification-error{background:rgba(207,0,15,.05);color:#cf000f}.snack-bar-notification-error .notification__icon svg{color:#cf000f;font-weight:900}.snack-bar-notification-warning{background:rgba(255,196,57,.05)}.snack-bar-notification-warning .notification__icon svg{color:#ffc439;font-weight:900}.snack-bar-notification-modal{display:none;min-height:100%;position:fixed;width:100%;top:0;z-index:1000;background:rgba(0,0,0,.35)}.snack-bar-notification-wrapper{width:100%;padding:0 25px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.snack-bar-notification-wrapper-inner{background:#fff;padding:5px}.snack-bar-notification-wrapper-inner .popup{border:0}.snack-bar-notification_visible{width:100%;padding-bottom:20px}.snack-bar-notification .autoclose,.snack-bar-notification_hidden{display:none}@media (min-width:576px){.snack-bar-notification-wrapper{width:500px}}.page_wismo-orders .page-header{width:100%;text-align:center}.page_wismo-orders .wismo-order{width:100%;padding:30px 20px;position:relative}.page_wismo-orders .wismo-order-wrap{border:1px solid #8b8b8b;margin-bottom:60px}.page_wismo-orders .wismo-order__heading{position:absolute;top:-15px;left:calc(50% - 120px);background-color:#fff;color:#3e3e3e;width:240px;text-align:center;margin:0;font-weight:500;font-size:1.5rem;line-height:2rem}.page_wismo-orders .wismo-order__heading+.wismo-order__delivery-notification,.page_wismo-orders .wismo-order__heading+.wismo-order__store-link{padding-top:20px}.page_wismo-orders .wismo-order__heading+.wismo-order__delivery-notification .icon{top:23px;position:absolute}.page_wismo-orders .wismo-order__message{font-size:1.25em;line-height:1.5;padding-top:5px;margin:0;columns:#3e3e3e}.page_wismo-orders .wismo-order__store-link{padding-bottom:5px;font-weight:500;font-size:1rem;color:#3e3e3e}.page_wismo-orders .wismo-order__store-link .icon svg{position:relative;right:5px;bottom:1px}.page_wismo-orders .wismo-order__delivery-notification{font-weight:700;padding-left:26px;position:relative;color:#3e3e3e;font-size:1.125rem;line-height:1.5rem}.page_wismo-orders .wismo-order__delivery-notification .icon{position:absolute;left:0;top:0}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-check-circle{color:#3e3e3e}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-info-circle{color:#67a509}.page_wismo-orders .wismo-order__delivery-notification .icon .fa-times-circle{color:#cf000f}.page_wismo-orders .wismo-order__track{margin:15px 0 .5rem}.page_wismo-orders .wismo-order__track .btn{width:230px}.page_wismo-orders .wismo-order__product{display:flex;align-items:flex-start;padding:15px 0}.page_wismo-orders .wismo-order__product-wrap{padding-bottom:15px;border-bottom:1px solid #ccc}.page_wismo-orders .wismo-order__product:last-child{padding-bottom:0;border-bottom:0}.page_wismo-orders .wismo-order__img{display:flex;justify-content:center;align-items:center;width:100px;margin-right:15px;padding-top:5px}.page_wismo-orders .wismo-order__img img{max-height:100px;max-width:100px}.page_wismo-orders .wismo-order__name a{font-size:.875rem}.page_wismo-orders .wismo-order__name,.page_wismo-orders .wismo-order__quantity,.page_wismo-orders .wismo-order__total{line-height:1.5rem}.page_wismo-orders .wismo-order__name .value,.page_wismo-orders .wismo-order__quantity .value,.page_wismo-orders .wismo-order__total .value{font-weight:700;font-size:1.125rem}.page_wismo-orders .wismo-order__name .price-per-uom,.page_wismo-orders .wismo-order__quantity .price-per-uom,.page_wismo-orders .wismo-order__total .price-per-uom{font-weight:700;font-size:.75rem}.page_wismo-orders .wismo-order__name .main-price,.page_wismo-orders .wismo-order__quantity .main-price,.page_wismo-orders .wismo-order__total .main-price{display:flex;flex-direction:row;align-items:baseline}.page_wismo-orders .wismo-order__name .main-price__vat,.page_wismo-orders .wismo-order__quantity .main-price__vat,.page_wismo-orders .wismo-order__total .main-price__vat{font-size:.75rem;margin-left:.4rem;font-weight:500}.page_wismo-orders .wismo-order a:not(.energy-efficiency__link){text-decoration:none}.page_wismo-orders .wismo-order a:not(.energy-efficiency__link):hover{text-decoration:underline}.page_wismo-orders .wismo-order__click-collect .wismo-order:not(:last-child),.page_wismo-orders .wismo-order__supplier-delivery .wismo-order:not(:last-child),.page_wismo-orders .wismo-order__wickes-delivery .wismo-order:not(:last-child){border-bottom:1px solid #8b8b8b}.wismo__header{margin-bottom:20px}.wismo .logo__print{display:none}.wismo__order-heading{display:flex;padding:15px 20px;width:100%;margin-bottom:45px;background:#f8f8f8;flex-wrap:wrap}.wismo__order-heading .order-heading__info{flex:0 0 33.33333%;max-width:33.33333%}.wismo__order-heading .order-heading__info:nth-child(2){display:flex;justify-content:center}.wismo__order-heading .order-heading__title{font-size:1rem;line-height:1.5rem;padding-bottom:3px}.wismo__order-heading .order-heading__value{font-size:1.125rem;line-height:1.5rem;font-weight:500}.wismo__order-heading .order-heading__print{color:#0277bd;font-weight:500;font-size:.875rem;cursor:pointer;text-align:right}.wismo__ref{padding:30px 20px;border:1px solid #67a509;width:100%;color:#67a509;margin:0 15px}.wismo__ref .heading-3{padding-left:36px;position:relative;font-size:1.125rem;line-height:1.5rem}.wismo__ref .heading-3 .icon{position:absolute;left:0;top:0}.wismo__ref .heading-3 .ref-msg{font-weight:500}.wismo__ref-wrap{margin-top:-30px;margin-bottom:60px}.wismo .wismo-order-wrap:last-child{margin-bottom:0}.wismo .btn{font-weight:700}@media (max-width:991.98px){.wismo .wismo-row{margin:0 -15px}.wismo .wismo-row .content{padding:0}}@media (max-width:767.98px){.page_wismo-orders .wismo-order{padding:15px}.page_wismo-orders .wismo-order__heading{left:calc(50% - 130px);width:260px}.page_wismo-orders .wismo-order-wrap{margin-left:15px;margin-right:15px}.page_wismo-orders .wismo-order__store-link{font-size:.875rem}.page_wismo-orders .wismo-order__store-link a{display:block;margin-bottom:10px}.page_wismo-orders .wismo-order__delivery-notification{padding-left:26px;font-weight:500;font-size:1rem}.page_wismo-orders .wismo-order__track .btn{width:100%}.wismo__header{margin-bottom:15px}.wismo__order-heading{flex-wrap:wrap;margin:0 15px 40px;padding:10px 15px}.wismo__order-heading .order-heading__info{flex:0 0 50%;max-width:50%}.wismo__order-heading .order-heading__info:nth-child(2){justify-content:flex-end}.wismo__order-heading .order-heading__print{text-align:left;padding-top:10px;display:none}}@media (min-width:992px){.wismo__ref-wrap{padding:0}.page_wismo-orders .wismo-order__product-wrap{display:flex;justify-content:space-between}.page_wismo-orders .wismo-order__action{padding-top:15px}.page_wismo-orders .wismo-order__action .btn{min-width:106px}.wismo__order-heading{display:flex}}@media (min-width:768px) and (max-width:991.98px){.wismo .wismo-row{margin-right:-30px}}@media (min-width:576px) and (max-width:767.98px){.wismo-order__product-wrap{display:flex;justify-content:space-between}}@media print{.page_wismo-orders .container,.page_wismo-orders .header{max-width:inherit!important;width:100%;padding:0}.page_wismo-orders main{padding-bottom:0}.page_wismo-orders main.container{padding-top:20px}.page_wismo-orders #cookie-bar,.page_wismo-orders .back-to-top,.page_wismo-orders .breadcrumbs,.page_wismo-orders .cookies-policy,.page_wismo-orders .header-inner,.page_wismo-orders .main-nav,.page_wismo-orders .main-nav__overlay,.page_wismo-orders .new-usp-container,.page_wismo-orders .sticky-wrapper,.page_wismo-orders .sticky-wrapper.waypoint,.page_wismo-orders footer{display:none!important}.page_wismo-orders .wismo{display:block;margin-right:0;margin-left:0}.page_wismo-orders .wismo .logo__print{display:block;float:left;width:150px}.page_wismo-orders .wismo .page-header{padding-right:150px}.page_wismo-orders .wismo .page-header:after{clear:both;display:block;content:""}.page_wismo-orders .wismo .row{margin-right:0;margin-left:0}.page_wismo-orders .wismo__ref{margin:20px -30px -30px 0}.page_wismo-orders .wismo-order,.page_wismo-orders .wismo-order__product{display:block;width:100%}.page_wismo-orders .wismo-order{padding:15px;border:1px solid #8b8b8b;margin-bottom:-2px}.page_wismo-orders .wismo-order__heading{position:relative;margin:0;left:0;text-align:center;top:0;width:100%}.page_wismo-orders .wismo-order__product{page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap{margin:0 0 40px;border:0;position:relative}.page_wismo-orders .wismo-order-wrap *{display:block}.page_wismo-orders .wismo-order-wrap .icon,.page_wismo-orders .wismo-order-wrap .wismo-order__store-link a{display:inline-block}.page_wismo-orders .wismo-order-wrap .wismo-order__img,.page_wismo-orders .wismo-order-wrap .wismo-order__info{display:inline-block;vertical-align:top;page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap .wismo-order__img{width:115px;margin-right:-4px}.page_wismo-orders .wismo-order-wrap .wismo-order__img img{display:block;page-break-inside:avoid}.page_wismo-orders .wismo-order-wrap .wismo-order__info{width:calc(100% - 115px)}.page_wismo-orders .wismo-order-wrap .wismo-order__quantity,.page_wismo-orders .wismo-order-wrap .wismo-order__total{display:block}.page_wismo-orders .wismo-order-wrap .wismo-order__quantity .title,.page_wismo-orders .wismo-order-wrap .wismo-order__quantity .value,.page_wismo-orders .wismo-order-wrap .wismo-order__total .title,.page_wismo-orders .wismo-order-wrap .wismo-order__total .value{display:inline-block;vertical-align:top}.page_wismo-orders .wismo-info{margin:0;page-break-inside:avoid;text-align:center}.page_wismo-orders .wismo-info-banner{display:inline-block;vertical-align:top;width:32%;margin:0 0 0 1%;page-break-inside:avoid;text-align:left}.page_wismo-orders .wismo-info-banner:first-child{margin-left:0}}
|