@charset "UTF-8";
/*!
   * Bootstrap  v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");:root,[data-bs-theme="light"]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #798490;--bs-gray-dark: #4a545b;--bs-gray-100: #f9f9f9;--bs-gray-200: #eee;--bs-gray-300: #bcc1c7;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #798490;--bs-gray-700: #495057;--bs-gray-800: #4a545b;--bs-gray-900: #212529;--bs-primary: #751103;--bs-secondary: #000000;--bs-success: #5b8e48;--bs-info: #409bbf;--bs-warning: #974200;--bs-danger: #c20017;--bs-light: #f9f9f9;--bs-dark: #4a545b;--bs-primary-rgb: 117, 17, 3;--bs-secondary-rgb: 0, 0, 0;--bs-success-rgb: 91, 142, 72;--bs-info-rgb: 64, 155, 191;--bs-warning-rgb: 151, 66, 0;--bs-danger-rgb: 194, 0, 23;--bs-light-rgb: 249, 249, 249;--bs-dark-rgb: 74, 84, 91;--bs-primary-text-emphasis: #2f0701;--bs-secondary-text-emphasis: black;--bs-success-text-emphasis: #24391d;--bs-info-text-emphasis: #1a3e4c;--bs-warning-text-emphasis: #3c1a00;--bs-danger-text-emphasis: #4e0009;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #e3cfcd;--bs-secondary-bg-subtle: #ccc;--bs-success-bg-subtle: #dee8da;--bs-info-bg-subtle: #d9ebf2;--bs-warning-bg-subtle: #ead9cc;--bs-danger-bg-subtle: #f3ccd1;--bs-light-bg-subtle: #fcfcfc;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #c8a09a;--bs-secondary-border-subtle: #999;--bs-success-border-subtle: #bdd2b6;--bs-info-border-subtle: #b3d7e5;--bs-warning-border-subtle: #d5b399;--bs-danger-border-subtle: #e799a2;--bs-light-border-subtle: #eee;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: "Open Sans", sans-serif;--bs-body-font-size:0.875rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #2b3136;--bs-body-color-rgb: 43, 49, 54;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: #2b3136;--bs-secondary-color-rgb: 43, 49, 54;--bs-secondary-bg: #eee;--bs-secondary-bg-rgb: 238, 238, 238;--bs-tertiary-color: rgba(43, 49, 54, 0.5);--bs-tertiary-color-rgb: 43, 49, 54;--bs-tertiary-bg: #f9f9f9;--bs-tertiary-bg-rgb: 249, 249, 249;--bs-heading-color: #2b3136;--bs-link-color: #751103;--bs-link-color-rgb: 117, 17, 3;--bs-link-decoration: none;--bs-link-hover-color: #5e0e02;--bs-link-hover-color-rgb: 94, 14, 2;--bs-link-hover-decoration: underline;--bs-code-color: #d63384;--bs-highlight-color: #2b3136;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #798490;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0;--bs-border-radius-sm: 0;--bs-border-radius-lg: 0;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.3;--bs-focus-ring-color: rgba(117, 17, 3, 0.3);--bs-form-valid-color: #5b8e48;--bs-form-valid-border-color: #5b8e48;--bs-form-invalid-color: #c20017;--bs-form-invalid-border-color: #c20017}[data-bs-theme="dark"]{color-scheme:dark;--bs-body-color: #bcc1c7;--bs-body-color-rgb: 188, 193, 199;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(188, 193, 199, 0.75);--bs-secondary-color-rgb: 188, 193, 199;--bs-secondary-bg: #4a545b;--bs-secondary-bg-rgb: 74, 84, 91;--bs-tertiary-color: rgba(188, 193, 199, 0.5);--bs-tertiary-color-rgb: 188, 193, 199;--bs-tertiary-bg: #363d42;--bs-tertiary-bg-rgb: 54, 61, 66;--bs-primary-text-emphasis: #ac7068;--bs-secondary-text-emphasis: #666;--bs-success-text-emphasis: #9dbb91;--bs-info-text-emphasis: #8cc3d9;--bs-warning-text-emphasis: #c18e66;--bs-danger-text-emphasis: #da6674;--bs-light-text-emphasis: #f9f9f9;--bs-dark-text-emphasis: #bcc1c7;--bs-primary-bg-subtle: #170301;--bs-secondary-bg-subtle: black;--bs-success-bg-subtle: #121c0e;--bs-info-bg-subtle: #0d1f26;--bs-warning-bg-subtle: #1e0d00;--bs-danger-bg-subtle: #270005;--bs-light-bg-subtle: #4a545b;--bs-dark-bg-subtle: #252a2e;--bs-primary-border-subtle: #460a02;--bs-secondary-border-subtle: black;--bs-success-border-subtle: #37552b;--bs-info-border-subtle: #265d73;--bs-warning-border-subtle: #5b2800;--bs-danger-border-subtle: #74000e;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #4a545b;--bs-heading-color: inherit;--bs-link-color: #ac7068;--bs-link-hover-color: #bd8d86;--bs-link-color-rgb: 172, 112, 104;--bs-link-hover-color-rgb: 189, 141, 134;--bs-code-color: #e685b5;--bs-highlight-color: #bcc1c7;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*::before,*::after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:0.25}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:0.5rem;font-family:"Poppins", sans-serif;font-weight:700;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.35rem + 1.2vw)}@media (min-width:1200px){h1,.h1{font-size:2.25rem}}h2,.h2{font-size:calc(1.3rem + 0.6vw)}@media (min-width:1200px){h2,.h2{font-size:1.75rem}}h3,.h3{font-size:calc(1.275rem + 0.3vw)}@media (min-width:1200px){h3,.h3{font-size:1.5rem}}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1rem}h6,.h6{font-size:0.875rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:0.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:none}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb);text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:0.1875rem 0.375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:0}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:0.5rem;padding-bottom:0.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator{display:none !important}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:0.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.09375rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.09375rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#798490}.blockquote-footer::before{content:"— "}.img-fluid,.marketing-banner img:not(.img-fluid){max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.cms-section .boxed,.header-search-container.full-page .header-search,.header-search-container.full-page .search-suggest .search-suggest-content__container,.relewise-search-modal--form .header-search-form .search-suggest .search-suggest-content,.container-fluid,.container-xs{--bs-gutter-x: 40px;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}.container,.cms-section .boxed,.header-search-container.full-page .header-search,.header-search-container.full-page .search-suggest .search-suggest-content__container,.relewise-search-modal--form .header-search-form .search-suggest .search-suggest-content{max-width:1400px}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row,.is-act-cartpage .checkout .checkout-container,.is-act-checkoutregisterpage .checkout .checkout-container,.is-act-confirmpage .checkout .checkout-container,.is-ctl-accountorder .checkout .checkout-container,.is-act-finishpage .checkout .checkout-container,.header-search-container.full-page .search-suggest .search-suggest-content__row,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description,.confirm-shipping .payment-method .payment-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-payment .payment-method .shipping-method-label .shipping-method-description,.confirm-payment .payment-method .payment-method-label .shipping-method-description{--bs-gutter-x: 40px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*,.is-act-cartpage .checkout .checkout-container>*,.is-act-checkoutregisterpage .checkout .checkout-container>*,.is-act-confirmpage .checkout .checkout-container>*,.is-ctl-accountorder .checkout .checkout-container>*,.is-act-finishpage .checkout .checkout-container>*,.header-search-container.full-page .search-suggest .search-suggest-content__row>*,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>*,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>*,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description>*,.confirm-shipping .payment-method .payment-method-label .shipping-method-description>*,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>*,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>*,.confirm-payment .payment-method .shipping-method-label .shipping-method-description>*,.confirm-payment .payment-method .payment-method-label .shipping-method-description>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col,.is-act-confirmpage .checkout .checkout-aside,.is-ctl-accountorder .checkout .checkout-aside,.is-act-finishpage .checkout .checkout-aside,.header-search-container.full-page .search-header .search-header__search-container,.wexo-checkout main.content-main .checkout .checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .shipping-method-description>strong{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12,.register-form .phone-number>.col-md-6,.register-form .is-act-confirmpage .checkout .phone-number>.checkout-aside,.is-act-confirmpage .checkout .register-form .phone-number>.checkout-aside,.register-form .is-ctl-accountorder .checkout .phone-number>.checkout-aside,.is-ctl-accountorder .checkout .register-form .phone-number>.checkout-aside,.register-form .is-act-finishpage .checkout .phone-number>.checkout-additional,.is-act-finishpage .checkout .register-form .phone-number>.checkout-additional,.register-form .is-act-finishpage .checkout .phone-number>.checkout-aside,.is-act-finishpage .checkout .register-form .phone-number>.checkout-aside,.register-form .phone-number>.form-street-input,.register-form .phone-number>.form-zipcode-city-input{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6,.is-act-confirmpage .checkout .checkout-additional,.is-ctl-accountorder .checkout .checkout-additional{flex:0 0 auto;width:50%}.col-sm-7,.is-act-finishpage .checkout .checkout-additional,.is-act-finishpage .checkout .checkout-aside{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5,.is-act-finishpage .checkout .checkout-aside{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4,.is-act-checkoutregisterpage .checkout .checkout-aside,.register-form .form-zipcode-city-input>.col-4{flex:0 0 auto;width:33.33333333%}.col-md-5,.is-act-cartpage .checkout .checkout-aside{flex:0 0 auto;width:41.66666667%}.col-md-6,.is-act-confirmpage .checkout .checkout-aside,.is-ctl-accountorder .checkout .checkout-aside,.is-act-finishpage .checkout .checkout-additional,.is-act-finishpage .checkout .checkout-aside,.register-form .form-street-input,.register-form .form-zipcode-city-input{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8,.wexo-checkout main.content-main .checkout .checkout-aside,.register-form .form-zipcode-city-input>.col-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12,.register-form .form-street-input>.form-group{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6,.is-act-confirmpage .checkout .checkout-aside,.is-ctl-accountorder .checkout .checkout-aside,.is-act-finishpage .checkout .checkout-aside{margin-left:50%}.offset-md-7,.is-act-cartpage .checkout .checkout-aside{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4,.is-act-cartpage .checkout .checkout-aside,.is-act-confirmpage .checkout .checkout-additional,.is-ctl-accountorder .checkout .checkout-additional,.is-act-confirmpage .checkout .checkout-aside,.is-ctl-accountorder .checkout .checkout-aside,.is-act-finishpage .checkout .checkout-additional,.is-act-finishpage .checkout .checkout-aside,.wexo-checkout main.content-main .checkout .checkout-aside{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8,.is-act-cartpage .checkout .checkout-main,.is-act-checkoutregisterpage .checkout .checkout-main,.is-act-confirmpage .checkout .checkout-main,.is-ctl-accountorder .checkout .checkout-main,.is-act-finishpage .checkout .checkout-main,.wexo-checkout main.content-main .checkout .checkout-main{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0,.is-act-cartpage .checkout .checkout-aside{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2,.is-act-confirmpage .checkout .checkout-main,.is-ctl-accountorder .checkout .checkout-main,.is-act-confirmpage .checkout .checkout-additional,.is-ctl-accountorder .checkout .checkout-additional,.is-act-finishpage .checkout .checkout-main,.is-act-finishpage .checkout .checkout-additional{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4,.is-act-cartpage .checkout .checkout-aside{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: #f9f9f9;--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:0.5rem 0.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:0.25rem 0.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #e3cfcd;--bs-table-border-color: #b6a6a4;--bs-table-striped-bg: #d8c5c3;--bs-table-striped-color: #000;--bs-table-active-bg: #ccbab9;--bs-table-active-color: #000;--bs-table-hover-bg: #d2bfbe;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #ccc;--bs-table-border-color: #a3a3a3;--bs-table-striped-bg: #c2c2c2;--bs-table-striped-color: #000;--bs-table-active-bg: #b8b8b8;--bs-table-active-color: #000;--bs-table-hover-bg: #bdbdbd;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #dee8da;--bs-table-border-color: #b2baae;--bs-table-striped-bg: #d3dccf;--bs-table-striped-color: #000;--bs-table-active-bg: #c8d1c4;--bs-table-active-color: #000;--bs-table-hover-bg: #cdd7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #d9ebf2;--bs-table-border-color: #aebcc2;--bs-table-striped-bg: #cedfe6;--bs-table-striped-color: #000;--bs-table-active-bg: #c3d4da;--bs-table-active-color: #000;--bs-table-hover-bg: #c9d9e0;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #ead9cc;--bs-table-border-color: #bbaea3;--bs-table-striped-bg: #decec2;--bs-table-striped-color: #000;--bs-table-active-bg: #d3c3b8;--bs-table-active-color: #000;--bs-table-hover-bg: #d8c9bd;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f3ccd1;--bs-table-border-color: #c2a3a7;--bs-table-striped-bg: #e7c2c7;--bs-table-striped-color: #000;--bs-table-active-bg: #dbb8bc;--bs-table-active-color: #000;--bs-table-hover-bg: #e1bdc1;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f9f9f9;--bs-table-border-color: #c7c7c7;--bs-table-striped-bg: #ededed;--bs-table-striped-color: #000;--bs-table-active-bg: #e0e0e0;--bs-table-active-color: #000;--bs-table-hover-bg: #e6e6e6;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #4a545b;--bs-table-border-color: #6e767c;--bs-table-striped-bg: #535d63;--bs-table-striped-color: #fff;--bs-table-active-bg: #5c656b;--bs-table-active-color: #fff;--bs-table-hover-bg: #586167;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:3px}.col-form-label{padding-top:calc(0.5625rem + var(--bs-border-width));padding-bottom:calc(0.5625rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.75rem}.form-text{margin-top:0.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:0.5625rem 0.5625rem;font-size:0.875rem;font-weight:400;line-height:1.5;color:#2b3136;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid #798490;border-radius:var(--bs-border-radius);transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type="file"]{overflow:hidden}.form-control[type="file"]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#2b3136;background-color:var(--bs-body-bg);border-color:#751103;outline:0;box-shadow:0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:#c3c3c3;opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:0.5625rem 0.5625rem;margin:-0.5625rem -0.5625rem;margin-inline-end:0.5625rem;color:#2b3136;background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:0.5625rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:0.25rem 0.5rem;font-size:0.75rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:0.5rem 1rem;font-size:1rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 1.125rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 1.125rem + calc(var(--bs-border-width) * 2));padding:0.5625rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:0.5625rem 1.6875rem 0.5625rem 0.5625rem;font-size:0.875rem;font-weight:400;line-height:1.5;color:#2b3136;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right 0.5625rem center;background-size:16px 12px;border:var(--bs-border-width) solid #798490;border-radius:var(--bs-border-radius);transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#751103;outline:0;box-shadow:0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:0.5625rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #2b3136}.form-select-sm{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.75rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme="dark"] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bcc1c7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.3125rem;padding-left:1.5rem;margin-bottom:0.125rem}.form-check .form-check-input{float:left;margin-left:-1.5rem}.form-check-reverse{padding-right:1.5rem;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5rem;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1rem;height:1rem;margin-top:0.25rem;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #798490;print-color-adjust:exact;transition:all 0.2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type="checkbox"]{border-radius:0.25em}.form-check-input[type="radio"]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#751103;outline:0;box-shadow:0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.form-check-input:checked{background-color:#751103;border-color:#751103}.form-check-input:checked[type="checkbox"]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type="radio"]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type="checkbox"]:indeterminate{background-color:#751103;border-color:#751103;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:0.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:0.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23751103'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:1}[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#751103;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#d6b8b3}.form-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#751103;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#d6b8b3}.form-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem 0.5625rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 0.5625rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem 0.28125rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#798490}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:0.5625rem 0.5625rem;font-size:0.875rem;font-weight:400;line-height:1.5;color:#2b3136;text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid #798490;border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:0.5rem 1rem;font-size:1rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.75rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:2.25rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.75rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.3)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.3)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.3)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:0.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.75rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.3)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.3)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.3)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:0.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: 12px;--bs-btn-padding-y: 2px;--bs-btn-font-family: ;--bs-btn-font-size:0.875rem;--bs-btn-font-weight: 600;--bs-btn-line-height: 2.125rem;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 1;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);text-decoration:none;background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary,.address-editor-select:not(.collapsed),.address-editor-edit:not(.collapsed),.address-editor-create:not(.collapsed){--bs-btn-color: #fff;--bs-btn-bg: #751103;--bs-btn-border-color: #751103;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #630e03;--bs-btn-hover-border-color: #5e0e02;--bs-btn-focus-shadow-rgb: 138, 53, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #5e0e02;--bs-btn-active-border-color: #580d02;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #751103;--bs-btn-disabled-border-color: #751103}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #000000;--bs-btn-border-color: #000000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: black;--bs-btn-hover-border-color: black;--bs-btn-focus-shadow-rgb: 38, 38, 38;--bs-btn-active-color: #fff;--bs-btn-active-bg: black;--bs-btn-active-border-color: black;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #000000;--bs-btn-disabled-border-color: #000000}.btn-success{--bs-btn-color: #000;--bs-btn-bg: #5b8e48;--bs-btn-border-color: #5b8e48;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #749f63;--bs-btn-hover-border-color: #6b995a;--bs-btn-focus-shadow-rgb: 77, 121, 61;--bs-btn-active-color: #000;--bs-btn-active-bg: #7ca56d;--bs-btn-active-border-color: #6b995a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #5b8e48;--bs-btn-disabled-border-color: #5b8e48}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #409bbf;--bs-btn-border-color: #409bbf;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #5daac9;--bs-btn-hover-border-color: #53a5c5;--bs-btn-focus-shadow-rgb: 54, 132, 162;--bs-btn-active-color: #000;--bs-btn-active-bg: #66afcc;--bs-btn-active-border-color: #53a5c5;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #409bbf;--bs-btn-disabled-border-color: #409bbf}.btn-warning{--bs-btn-color: #fff;--bs-btn-bg: #974200;--bs-btn-border-color: #974200;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #803800;--bs-btn-hover-border-color: #793500;--bs-btn-focus-shadow-rgb: 167, 94, 38;--bs-btn-active-color: #fff;--bs-btn-active-bg: #793500;--bs-btn-active-border-color: #713200;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #974200;--bs-btn-disabled-border-color: #974200}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #c20017;--bs-btn-border-color: #c20017;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #a50014;--bs-btn-hover-border-color: #9b0012;--bs-btn-focus-shadow-rgb: 203, 38, 58;--bs-btn-active-color: #fff;--bs-btn-active-bg: #9b0012;--bs-btn-active-border-color: #920011;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #c20017;--bs-btn-disabled-border-color: #c20017}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f9f9f9;--bs-btn-border-color: #f9f9f9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d4d4d4;--bs-btn-hover-border-color: #c7c7c7;--bs-btn-focus-shadow-rgb: 212, 212, 212;--bs-btn-active-color: #000;--bs-btn-active-bg: #c7c7c7;--bs-btn-active-border-color: #bbb;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f9f9f9;--bs-btn-disabled-border-color: #f9f9f9}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #4a545b;--bs-btn-border-color: #4a545b;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #656e74;--bs-btn-hover-border-color: #5c656b;--bs-btn-focus-shadow-rgb: 101, 110, 116;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6e767c;--bs-btn-active-border-color: #5c656b;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #4a545b;--bs-btn-disabled-border-color: #4a545b}.btn-outline-primary{--bs-btn-color: #751103;--bs-btn-border-color: #751103;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #751103;--bs-btn-hover-border-color: #751103;--bs-btn-focus-shadow-rgb: 117, 17, 3;--bs-btn-active-color: #fff;--bs-btn-active-bg: #751103;--bs-btn-active-border-color: #751103;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #751103;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #751103;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #000000;--bs-btn-border-color: #000000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #000000;--bs-btn-hover-border-color: #000000;--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: #000000;--bs-btn-active-border-color: #000000;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #000000;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #5b8e48;--bs-btn-border-color: #5b8e48;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #5b8e48;--bs-btn-hover-border-color: #5b8e48;--bs-btn-focus-shadow-rgb: 91, 142, 72;--bs-btn-active-color: #000;--bs-btn-active-bg: #5b8e48;--bs-btn-active-border-color: #5b8e48;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #5b8e48;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #5b8e48;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #409bbf;--bs-btn-border-color: #409bbf;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #409bbf;--bs-btn-hover-border-color: #409bbf;--bs-btn-focus-shadow-rgb: 64, 155, 191;--bs-btn-active-color: #000;--bs-btn-active-bg: #409bbf;--bs-btn-active-border-color: #409bbf;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #409bbf;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #409bbf;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #974200;--bs-btn-border-color: #974200;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #974200;--bs-btn-hover-border-color: #974200;--bs-btn-focus-shadow-rgb: 151, 66, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: #974200;--bs-btn-active-border-color: #974200;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #974200;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #974200;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #c20017;--bs-btn-border-color: #c20017;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #c20017;--bs-btn-hover-border-color: #c20017;--bs-btn-focus-shadow-rgb: 194, 0, 23;--bs-btn-active-color: #fff;--bs-btn-active-bg: #c20017;--bs-btn-active-border-color: #c20017;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #c20017;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #c20017;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f9f9f9;--bs-btn-border-color: #f9f9f9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f9f9f9;--bs-btn-hover-border-color: #f9f9f9;--bs-btn-focus-shadow-rgb: 249, 249, 249;--bs-btn-active-color: #000;--bs-btn-active-bg: #f9f9f9;--bs-btn-active-border-color: #f9f9f9;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f9f9f9;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f9f9f9;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #4a545b;--bs-btn-border-color: #4a545b;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #4a545b;--bs-btn-hover-border-color: #4a545b;--bs-btn-focus-shadow-rgb: 74, 84, 91;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4a545b;--bs-btn-active-border-color: #4a545b;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #4a545b;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #4a545b;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #bcc1c7;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 138, 53, 41;text-decoration:none}.btn-link:hover,.btn-link:focus-visible{text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn,.btn-buy{--bs-btn-padding-y: 2px;--bs-btn-padding-x: 12px;--bs-btn-font-size:1rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 2px;--bs-btn-padding-x: 12px;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:0.875rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: #798490;--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: #798490;--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #751103;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #798490;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);text-decoration:none;background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.75rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #bcc1c7;--bs-dropdown-bg: #4a545b;--bs-dropdown-border-color: #798490;--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #bcc1c7;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: #798490;--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #751103;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:9px;padding-left:9px}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:9px;padding-left:9px}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.btn-buy+.dropdown-toggle-split{padding-right:9px;padding-left:9px}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-size:1rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);background:none;border:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color);text-decoration:none}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #751103}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: 0.40625rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2843, 49, 54, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.cms-section .navbar>.boxed,.header-search-container.full-page .navbar>.header-search,.header-search-container.full-page .search-suggest .navbar>.search-suggest-content__container,.relewise-search-modal--form .header-search-form .search-suggest .navbar>.search-suggest-content,.navbar>.container-fluid,.navbar>.container-xs{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color);text-decoration:none}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-size:1rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:0.5rem;padding-bottom:0.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme="dark"]{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme="dark"] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 0;--bs-card-spacer-x: 0;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: transparent;--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: 0;--bs-card-cap-padding-x: 0;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: transparent;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 20px;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232b3136'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232f0701'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color: #751103;--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(117, 17, 3, 0.3);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:0.875rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}[data-bs-theme="dark"] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ac7068'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ac7068'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: transparent;--bs-breadcrumb-border-radius: 0;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.595rem;--bs-pagination-font-size:0.875rem;--bs-pagination-color: #2b3136;--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: 0;--bs-pagination-border-color: #798490;--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: #2b3136;--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: #798490;--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(117, 17, 3, 0.3);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #751103;--bs-pagination-active-border-color: #751103;--bs-pagination-disabled-color: #798490;--bs-pagination-disabled-bg: transparent;--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);text-decoration:none;background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(0 * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.75rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: 5px;--bs-badge-padding-y: 0;--bs-badge-font-size:0.75rem;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: 50px;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 0;--bs-alert-padding-y: 0;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 0 solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:0}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:0 0}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.65625rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #751103;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #751103;--bs-list-group-active-border-color: #751103;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(117, 17, 3, 0.3);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:0.25em 0.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;border:0;border-radius:0;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme="dark"] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 40px;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 0;--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0);--bs-modal-header-padding-x: 10px;--bs-modal-header-padding-y: 10px;--bs-modal-header-padding: 10px 10px;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: 0;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: 0;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;transform:translate(0, -50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: rgba(0, 0, 0, 0.5);--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media (min-width:992px){.modal-lg,.address-editor-modal .modal-dialog,.quickview-modal .modal-dialog,.modal-xl{--bs-modal-width: 800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.75rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:"Open Sans", sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.75rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:0.875rem;--bs-popover-header-color: #2b3136;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:"Open Sans", sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform 0.6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s 0.6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:0.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:0.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,[data-bs-theme="dark"] .carousel .carousel-control-next-icon,[data-bs-theme="dark"].carousel .carousel-control-prev-icon,[data-bs-theme="dark"].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme="dark"] .carousel .carousel-caption,[data-bs-theme="dark"].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border,.loader{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border,.loader{--bs-spinner-width: 26px;--bs-spinner-height: 26px;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 2px;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 26px;--bs-spinner-height: 26px;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.loader,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas-sm,.offcanvas-md,.offcanvas-lg,.offcanvas-xl,.offcanvas-xxl,.offcanvas{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 20px;--bs-offcanvas-padding-y: 20px;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: 0;--bs-offcanvas-border-color: transparent;--bs-offcanvas-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.5)}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:1}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:0.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:0.6em}.placeholder-sm{min-height:0.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:0.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1))}.text-bg-secondary{color:#fff;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1))}.text-bg-success{color:#000;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity, 1))}.text-bg-info{color:#000;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity, 1))}.text-bg-warning{color:#fff;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity, 1))}.text-bg-danger{color:#fff;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity, 1))}.text-bg-light{color:#000;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1))}.text-bg-dark{color:#fff;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1))}.link-primary{color:rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1))}.link-primary:hover,.link-primary:focus{color:rgba(94, 14, 2, var(--bs-link-opacity, 1));text-decoration-color:rgba(94, 14, 2, var(--bs-link-underline-opacity, 1))}.link-secondary{color:rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1))}.link-secondary:hover,.link-secondary:focus{color:rgba(0, 0, 0, var(--bs-link-opacity, 1));text-decoration-color:rgba(0, 0, 0, var(--bs-link-underline-opacity, 1))}.link-success{color:rgba(var(--bs-success-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1))}.link-success:hover,.link-success:focus{color:rgba(124, 165, 109, var(--bs-link-opacity, 1));text-decoration-color:rgba(124, 165, 109, var(--bs-link-underline-opacity, 1))}.link-info{color:rgba(var(--bs-info-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1))}.link-info:hover,.link-info:focus{color:rgba(102, 175, 204, var(--bs-link-opacity, 1));text-decoration-color:rgba(102, 175, 204, var(--bs-link-underline-opacity, 1))}.link-warning{color:rgba(var(--bs-warning-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1))}.link-warning:hover,.link-warning:focus{color:rgba(121, 53, 0, var(--bs-link-opacity, 1));text-decoration-color:rgba(121, 53, 0, var(--bs-link-underline-opacity, 1))}.link-danger{color:rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1))}.link-danger:hover,.link-danger:focus{color:rgba(155, 0, 18, var(--bs-link-opacity, 1));text-decoration-color:rgba(155, 0, 18, var(--bs-link-underline-opacity, 1))}.link-light{color:rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1))}.link-light:hover,.link-light:focus{color:rgba(250, 250, 250, var(--bs-link-opacity, 1));text-decoration-color:rgba(250, 250, 250, var(--bs-link-underline-opacity, 1))}.link-dark{color:rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1))}.link-dark:hover,.link-dark:focus{color:rgba(59, 67, 73, var(--bs-link-opacity, 1));text-decoration-color:rgba(59, 67, 73, var(--bs-link-underline-opacity, 1))}.link-body-emphasis{color:rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));text-decoration-color:rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1))}.link-body-emphasis:hover,.link-body-emphasis:focus{color:rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));text-decoration-color:rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75))}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:0.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:0.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:0.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top,.offcanvas .offcanvas-footer{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:0.25}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-bottom{vertical-align:text-bottom}.align-text-top{vertical-align:text-top}.float-start{float:left}.float-end{float:right}.float-none{float:none}.object-fit-contain{object-fit:contain}.object-fit-cover{object-fit:cover}.object-fit-fill{object-fit:fill}.object-fit-scale{object-fit:scale-down}.object-fit-none{object-fit:none}.opacity-0{opacity:0}.opacity-25{opacity:0.25}.opacity-50{opacity:0.5}.opacity-75{opacity:0.75}.opacity-100{opacity:1}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-visible{overflow-x:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overflow-y-scroll{overflow-y:scroll}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-grid{display:grid}.d-inline-grid{display:inline-grid}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-none,.is-act-checkoutregisterpage .checkout .checkout-aside{display:none}.shadow{box-shadow:var(--bs-box-shadow)}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)}.shadow-none{box-shadow:none}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky}.top-0{top:0}.top-50{top:50%}.top-100{top:100%}.bottom-0{bottom:0}.bottom-50{bottom:50%}.bottom-100{bottom:100%}.start-0{left:0}.start-50{left:50%}.start-100{left:100%}.end-0{right:0}.end-50{right:50%}.end-100{right:100%}.translate-middle{transform:translate(-50%, -50%)}.translate-middle-x{transform:translateX(-50%)}.translate-middle-y{transform:translateY(-50%)}.border,.wexo-checkout main.content-main .checkout .checkout-main .checkout-step{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-0{border:0}.border-top,.confirm-shipping .confirm-shipping-method,.confirm-shipping .payment-method,.confirm-payment .confirm-shipping-method,.confirm-payment .payment-method{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-top-0{border-top:0}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-end-0{border-right:0}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-bottom-0{border-bottom:0}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-start-0{border-left:0}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity))}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity))}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity))}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity))}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity))}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity))}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity))}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity))}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity))}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity))}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)}.border-success-subtle{border-color:var(--bs-success-border-subtle)}.border-info-subtle{border-color:var(--bs-info-border-subtle)}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)}.border-light-subtle{border-color:var(--bs-light-border-subtle)}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)}.border-1{border-width:1px}.border-2{border-width:2px}.border-3{border-width:3px}.border-4{border-width:4px}.border-5{border-width:5px}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto}.mw-100{max-width:100%}.vw-100{width:100vw}.min-vw-100{min-width:100vw}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-auto{height:auto}.mh-100{max-height:100%}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.flex-fill{flex:1 1 auto}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.order-first{order:-1}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-last{order:6}.m-0{margin:0}.m-1{margin:0.25rem}.m-2{margin:0.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-1{margin-right:0.25rem;margin-left:0.25rem}.mx-2{margin-right:0.5rem;margin-left:0.5rem}.mx-3{margin-right:1rem;margin-left:1rem}.mx-4{margin-right:1.5rem;margin-left:1.5rem}.mx-5{margin-right:3rem;margin-left:3rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:0.25rem;margin-bottom:0.25rem}.my-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:3rem;margin-bottom:3rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0,.header-search-container.full-page .search-suggest .search-suggest-content__section .cms-listing-row{margin-top:0}.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-3,.finish-page-register .finish-page-register-description{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mt-auto{margin-top:auto}.me-0{margin-right:0}.me-1{margin-right:0.25rem}.me-2{margin-right:0.5rem}.me-3{margin-right:1rem}.me-4{margin-right:1.5rem}.me-5{margin-right:3rem}.me-auto{margin-right:auto}.mb-0,.wexo-checkout main.content-main .checkout .checkout-main .checkout-step:last-child{margin-bottom:0}.mb-1{margin-bottom:0.25rem}.mb-2,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description-content,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description-content,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description-content,.confirm-shipping .payment-method .payment-method-label .shipping-method-description-content,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description-content,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description-content,.confirm-payment .payment-method .shipping-method-label .shipping-method-description-content,.confirm-payment .payment-method .payment-method-label .shipping-method-description-content{margin-bottom:0.5rem}.mb-3,.header-search-container.full-page .search-header{margin-bottom:1rem}.mb-4,.finish-page-register .finish-page-register-description,.finish-page-register .register-card .register-form .register-personal .form-row>.form-group .form-label+span{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mb-auto{margin-bottom:auto}.ms-0{margin-left:0}.ms-1{margin-left:0.25rem}.ms-2{margin-left:0.5rem}.ms-3{margin-left:1rem}.ms-4{margin-left:1.5rem}.ms-5{margin-left:3rem}.ms-auto{margin-left:auto}.p-0{padding:0}.p-1{padding:0.25rem}.p-2{padding:0.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.px-0{padding-right:0;padding-left:0}.px-1{padding-right:0.25rem;padding-left:0.25rem}.px-2{padding-right:0.5rem;padding-left:0.5rem}.px-3{padding-right:1rem;padding-left:1rem}.px-4{padding-right:1.5rem;padding-left:1.5rem}.px-5,#confirmOrderForm #confirmFormSubmit{padding-right:3rem;padding-left:3rem}.py-0{padding-top:0;padding-bottom:0}.py-1,.finish-page-register .register-card .register-form .register-personal .form-row>.form-group{padding-top:0.25rem;padding-bottom:0.25rem}.py-2,#confirmOrderForm #confirmFormSubmit{padding-top:0.5rem;padding-bottom:0.5rem}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.pt-0{padding-top:0}.pt-1{padding-top:0.25rem}.pt-2{padding-top:0.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5,.header-search-container.full-page .search-suggest .search-suggest-content__row .search-suggest-content__wrapper:not(:first-child) .search-suggest-content__section{padding-top:3rem}.pe-0{padding-right:0}.pe-1{padding-right:0.25rem}.pe-2{padding-right:0.5rem}.pe-3{padding-right:1rem}.pe-4{padding-right:1.5rem}.pe-5{padding-right:3rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:0.25rem}.pb-2{padding-bottom:0.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5,.header-search-container.full-page .search-suggest .search-suggest-content__section{padding-bottom:3rem}.ps-0{padding-left:0}.ps-1{padding-left:0.25rem}.ps-2{padding-left:0.5rem}.ps-3{padding-left:1rem}.ps-4{padding-left:1.5rem}.ps-5{padding-left:3rem}.gap-0{gap:0}.gap-1{gap:0.25rem}.gap-2{gap:0.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.row-gap-0{row-gap:0}.row-gap-1{row-gap:0.25rem}.row-gap-2{row-gap:0.5rem}.row-gap-3{row-gap:1rem}.row-gap-4{row-gap:1.5rem}.row-gap-5{row-gap:3rem}.column-gap-0{column-gap:0}.column-gap-1{column-gap:0.25rem}.column-gap-2{column-gap:0.5rem}.column-gap-3{column-gap:1rem}.column-gap-4{column-gap:1.5rem}.column-gap-5{column-gap:3rem}.font-monospace{font-family:var(--bs-font-monospace)}.fs-1{font-size:calc(1.35rem + 1.2vw)}.fs-2{font-size:calc(1.3rem + 0.6vw)}.fs-3{font-size:calc(1.275rem + 0.3vw)}.fs-4{font-size:1.25rem}.fs-5{font-size:1rem}.fs-6{font-size:0.875rem}.fst-italic{font-style:italic}.fst-normal{font-style:normal}.fw-lighter{font-weight:lighter}.fw-light{font-weight:300}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.fw-bolder{font-weight:bolder}.lh-1{line-height:1}.lh-sm{line-height:1.25}.lh-base{line-height:1.5}.lh-lg{line-height:2}.text-start{text-align:left}.text-end{text-align:right}.text-center{text-align:center}.text-decoration-none{text-decoration:none}.text-decoration-underline{text-decoration:underline}.text-decoration-line-through{text-decoration:line-through}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-wrap{white-space:normal}.text-nowrap{white-space:nowrap}.text-break{word-wrap:break-word;word-break:break-word}.text-primary,.loader{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity))}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity))}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity))}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity))}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity))}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity))}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity))}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity))}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity))}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)}.text-black-50{--bs-text-opacity: 1;color:rgba(0, 0, 0, 0.5)}.text-white-50{--bs-text-opacity: 1;color:rgba(255, 255, 255, 0.5)}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)}.text-reset{--bs-text-opacity: 1;color:inherit}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)}.text-success-emphasis{color:var(--bs-success-text-emphasis)}.text-info-emphasis{color:var(--bs-info-text-emphasis)}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)}.text-light-emphasis{color:var(--bs-light-text-emphasis)}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:0.125em}.link-offset-1-hover:hover{text-underline-offset:0.125em}.link-offset-2{text-underline-offset:0.25em}.link-offset-2-hover:hover{text-underline-offset:0.25em}.link-offset-3{text-underline-offset:0.375em}.link-offset-3-hover:hover{text-underline-offset:0.375em}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity))}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity))}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity))}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity))}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity))}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity))}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity))}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity))}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1))}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity))}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity))}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))}.bg-light,.order-detail-table-footer{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity))}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity))}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity))}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity))}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity))}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)}.bg-gradient{background-image:var(--bs-gradient)}.user-select-all{user-select:all}.user-select-auto{user-select:auto}.user-select-none{user-select:none}.pe-none{pointer-events:none}.pe-auto{pointer-events:auto}.rounded{border-radius:var(--bs-border-radius)}.rounded-0{border-radius:0}.rounded-1{border-radius:var(--bs-border-radius-sm)}.rounded-2{border-radius:var(--bs-border-radius)}.rounded-3{border-radius:var(--bs-border-radius-lg)}.rounded-4{border-radius:var(--bs-border-radius-xl)}.rounded-5{border-radius:var(--bs-border-radius-xxl)}.rounded-circle{border-radius:50%}.rounded-pill{border-radius:var(--bs-border-radius-pill)}.rounded-top{border-top-left-radius:var(--bs-border-radius);border-top-right-radius:var(--bs-border-radius)}.rounded-top-0{border-top-left-radius:0;border-top-right-radius:0}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm);border-top-right-radius:var(--bs-border-radius-sm)}.rounded-top-2{border-top-left-radius:var(--bs-border-radius);border-top-right-radius:var(--bs-border-radius)}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg);border-top-right-radius:var(--bs-border-radius-lg)}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl);border-top-right-radius:var(--bs-border-radius-xl)}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl);border-top-right-radius:var(--bs-border-radius-xxl)}.rounded-top-circle{border-top-left-radius:50%;border-top-right-radius:50%}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill);border-top-right-radius:var(--bs-border-radius-pill)}.rounded-end{border-top-right-radius:var(--bs-border-radius);border-bottom-right-radius:var(--bs-border-radius)}.rounded-end-0{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm);border-bottom-right-radius:var(--bs-border-radius-sm)}.rounded-end-2{border-top-right-radius:var(--bs-border-radius);border-bottom-right-radius:var(--bs-border-radius)}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg)}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl);border-bottom-right-radius:var(--bs-border-radius-xl)}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl);border-bottom-right-radius:var(--bs-border-radius-xxl)}.rounded-end-circle{border-top-right-radius:50%;border-bottom-right-radius:50%}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill);border-bottom-right-radius:var(--bs-border-radius-pill)}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius);border-bottom-left-radius:var(--bs-border-radius)}.rounded-bottom-0{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm);border-bottom-left-radius:var(--bs-border-radius-sm)}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius);border-bottom-left-radius:var(--bs-border-radius)}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg)}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl);border-bottom-left-radius:var(--bs-border-radius-xl)}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl);border-bottom-left-radius:var(--bs-border-radius-xxl)}.rounded-bottom-circle{border-bottom-right-radius:50%;border-bottom-left-radius:50%}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill);border-bottom-left-radius:var(--bs-border-radius-pill)}.rounded-start{border-bottom-left-radius:var(--bs-border-radius);border-top-left-radius:var(--bs-border-radius)}.rounded-start-0{border-bottom-left-radius:0;border-top-left-radius:0}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm);border-top-left-radius:var(--bs-border-radius-sm)}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius);border-top-left-radius:var(--bs-border-radius)}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg);border-top-left-radius:var(--bs-border-radius-lg)}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl);border-top-left-radius:var(--bs-border-radius-xl)}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl);border-top-left-radius:var(--bs-border-radius-xxl)}.rounded-start-circle{border-bottom-left-radius:50%;border-top-left-radius:50%}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill);border-top-left-radius:var(--bs-border-radius-pill)}.visible{visibility:visible}.invisible{visibility:hidden}.z-n1{z-index:-1}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}@media (min-width:576px){.float-sm-start{float:left}.float-sm-end{float:right}.float-sm-none{float:none}.object-fit-sm-contain{object-fit:contain}.object-fit-sm-cover{object-fit:cover}.object-fit-sm-fill{object-fit:fill}.object-fit-sm-scale{object-fit:scale-down}.object-fit-sm-none{object-fit:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-grid{display:grid}.d-sm-inline-grid{display:inline-grid}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.d-sm-none{display:none}.flex-sm-fill{flex:1 1 auto}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}.justify-content-sm-evenly{justify-content:space-evenly}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-baseline{align-items:baseline}.align-items-sm-stretch{align-items:stretch}.align-content-sm-start{align-content:flex-start}.align-content-sm-end{align-content:flex-end}.align-content-sm-center{align-content:center}.align-content-sm-between{align-content:space-between}.align-content-sm-around{align-content:space-around}.align-content-sm-stretch{align-content:stretch}.align-self-sm-auto{align-self:auto}.align-self-sm-start{align-self:flex-start}.align-self-sm-end{align-self:flex-end}.align-self-sm-center{align-self:center}.align-self-sm-baseline{align-self:baseline}.align-self-sm-stretch{align-self:stretch}.order-sm-first{order:-1}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-last{order:6}.m-sm-0{margin:0}.m-sm-1{margin:0.25rem}.m-sm-2{margin:0.5rem}.m-sm-3{margin:1rem}.m-sm-4{margin:1.5rem}.m-sm-5{margin:3rem}.m-sm-auto{margin:auto}.mx-sm-0{margin-right:0;margin-left:0}.mx-sm-1{margin-right:0.25rem;margin-left:0.25rem}.mx-sm-2{margin-right:0.5rem;margin-left:0.5rem}.mx-sm-3{margin-right:1rem;margin-left:1rem}.mx-sm-4{margin-right:1.5rem;margin-left:1.5rem}.mx-sm-5{margin-right:3rem;margin-left:3rem}.mx-sm-auto{margin-right:auto;margin-left:auto}.my-sm-0{margin-top:0;margin-bottom:0}.my-sm-1{margin-top:0.25rem;margin-bottom:0.25rem}.my-sm-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-sm-3{margin-top:1rem;margin-bottom:1rem}.my-sm-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-sm-5{margin-top:3rem;margin-bottom:3rem}.my-sm-auto{margin-top:auto;margin-bottom:auto}.mt-sm-0{margin-top:0}.mt-sm-1{margin-top:0.25rem}.mt-sm-2{margin-top:0.5rem}.mt-sm-3{margin-top:1rem}.mt-sm-4{margin-top:1.5rem}.mt-sm-5{margin-top:3rem}.mt-sm-auto{margin-top:auto}.me-sm-0{margin-right:0}.me-sm-1{margin-right:0.25rem}.me-sm-2{margin-right:0.5rem}.me-sm-3{margin-right:1rem}.me-sm-4{margin-right:1.5rem}.me-sm-5{margin-right:3rem}.me-sm-auto{margin-right:auto}.mb-sm-0{margin-bottom:0}.mb-sm-1{margin-bottom:0.25rem}.mb-sm-2{margin-bottom:0.5rem}.mb-sm-3{margin-bottom:1rem}.mb-sm-4{margin-bottom:1.5rem}.mb-sm-5{margin-bottom:3rem}.mb-sm-auto{margin-bottom:auto}.ms-sm-0{margin-left:0}.ms-sm-1{margin-left:0.25rem}.ms-sm-2{margin-left:0.5rem}.ms-sm-3{margin-left:1rem}.ms-sm-4{margin-left:1.5rem}.ms-sm-5{margin-left:3rem}.ms-sm-auto{margin-left:auto}.p-sm-0{padding:0}.p-sm-1{padding:0.25rem}.p-sm-2{padding:0.5rem}.p-sm-3{padding:1rem}.p-sm-4{padding:1.5rem}.p-sm-5{padding:3rem}.px-sm-0{padding-right:0;padding-left:0}.px-sm-1{padding-right:0.25rem;padding-left:0.25rem}.px-sm-2{padding-right:0.5rem;padding-left:0.5rem}.px-sm-3{padding-right:1rem;padding-left:1rem}.px-sm-4{padding-right:1.5rem;padding-left:1.5rem}.px-sm-5{padding-right:3rem;padding-left:3rem}.py-sm-0{padding-top:0;padding-bottom:0}.py-sm-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-sm-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-sm-3{padding-top:1rem;padding-bottom:1rem}.py-sm-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-sm-5{padding-top:3rem;padding-bottom:3rem}.pt-sm-0{padding-top:0}.pt-sm-1{padding-top:0.25rem}.pt-sm-2{padding-top:0.5rem}.pt-sm-3{padding-top:1rem}.pt-sm-4{padding-top:1.5rem}.pt-sm-5{padding-top:3rem}.pe-sm-0{padding-right:0}.pe-sm-1{padding-right:0.25rem}.pe-sm-2{padding-right:0.5rem}.pe-sm-3{padding-right:1rem}.pe-sm-4{padding-right:1.5rem}.pe-sm-5{padding-right:3rem}.pb-sm-0{padding-bottom:0}.pb-sm-1{padding-bottom:0.25rem}.pb-sm-2{padding-bottom:0.5rem}.pb-sm-3{padding-bottom:1rem}.pb-sm-4{padding-bottom:1.5rem}.pb-sm-5{padding-bottom:3rem}.ps-sm-0{padding-left:0}.ps-sm-1{padding-left:0.25rem}.ps-sm-2{padding-left:0.5rem}.ps-sm-3{padding-left:1rem}.ps-sm-4{padding-left:1.5rem}.ps-sm-5{padding-left:3rem}.gap-sm-0{gap:0}.gap-sm-1{gap:0.25rem}.gap-sm-2{gap:0.5rem}.gap-sm-3{gap:1rem}.gap-sm-4{gap:1.5rem}.gap-sm-5{gap:3rem}.row-gap-sm-0{row-gap:0}.row-gap-sm-1{row-gap:0.25rem}.row-gap-sm-2{row-gap:0.5rem}.row-gap-sm-3{row-gap:1rem}.row-gap-sm-4{row-gap:1.5rem}.row-gap-sm-5{row-gap:3rem}.column-gap-sm-0{column-gap:0}.column-gap-sm-1{column-gap:0.25rem}.column-gap-sm-2{column-gap:0.5rem}.column-gap-sm-3{column-gap:1rem}.column-gap-sm-4{column-gap:1.5rem}.column-gap-sm-5{column-gap:3rem}.text-sm-start{text-align:left}.text-sm-end{text-align:right}.text-sm-center{text-align:center}}@media (min-width:768px){.float-md-start{float:left}.float-md-end{float:right}.float-md-none{float:none}.object-fit-md-contain{object-fit:contain}.object-fit-md-cover{object-fit:cover}.object-fit-md-fill{object-fit:fill}.object-fit-md-scale{object-fit:scale-down}.object-fit-md-none{object-fit:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-grid{display:grid}.d-md-inline-grid{display:inline-grid}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.d-md-none{display:none}.flex-md-fill{flex:1 1 auto}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}.justify-content-md-evenly{justify-content:space-evenly}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-baseline{align-items:baseline}.align-items-md-stretch{align-items:stretch}.align-content-md-start{align-content:flex-start}.align-content-md-end{align-content:flex-end}.align-content-md-center{align-content:center}.align-content-md-between{align-content:space-between}.align-content-md-around{align-content:space-around}.align-content-md-stretch{align-content:stretch}.align-self-md-auto{align-self:auto}.align-self-md-start{align-self:flex-start}.align-self-md-end{align-self:flex-end}.align-self-md-center{align-self:center}.align-self-md-baseline{align-self:baseline}.align-self-md-stretch{align-self:stretch}.order-md-first{order:-1}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-last{order:6}.m-md-0{margin:0}.m-md-1{margin:0.25rem}.m-md-2{margin:0.5rem}.m-md-3{margin:1rem}.m-md-4{margin:1.5rem}.m-md-5{margin:3rem}.m-md-auto{margin:auto}.mx-md-0{margin-right:0;margin-left:0}.mx-md-1{margin-right:0.25rem;margin-left:0.25rem}.mx-md-2{margin-right:0.5rem;margin-left:0.5rem}.mx-md-3{margin-right:1rem;margin-left:1rem}.mx-md-4{margin-right:1.5rem;margin-left:1.5rem}.mx-md-5{margin-right:3rem;margin-left:3rem}.mx-md-auto{margin-right:auto;margin-left:auto}.my-md-0{margin-top:0;margin-bottom:0}.my-md-1{margin-top:0.25rem;margin-bottom:0.25rem}.my-md-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-md-3{margin-top:1rem;margin-bottom:1rem}.my-md-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-md-5{margin-top:3rem;margin-bottom:3rem}.my-md-auto{margin-top:auto;margin-bottom:auto}.mt-md-0{margin-top:0}.mt-md-1{margin-top:0.25rem}.mt-md-2{margin-top:0.5rem}.mt-md-3{margin-top:1rem}.mt-md-4{margin-top:1.5rem}.mt-md-5{margin-top:3rem}.mt-md-auto{margin-top:auto}.me-md-0{margin-right:0}.me-md-1{margin-right:0.25rem}.me-md-2{margin-right:0.5rem}.me-md-3{margin-right:1rem}.me-md-4{margin-right:1.5rem}.me-md-5{margin-right:3rem}.me-md-auto{margin-right:auto}.mb-md-0{margin-bottom:0}.mb-md-1{margin-bottom:0.25rem}.mb-md-2{margin-bottom:0.5rem}.mb-md-3{margin-bottom:1rem}.mb-md-4{margin-bottom:1.5rem}.mb-md-5,.header-search-container.full-page .search-header{margin-bottom:3rem}.mb-md-auto{margin-bottom:auto}.ms-md-0{margin-left:0}.ms-md-1{margin-left:0.25rem}.ms-md-2{margin-left:0.5rem}.ms-md-3{margin-left:1rem}.ms-md-4{margin-left:1.5rem}.ms-md-5{margin-left:3rem}.ms-md-auto{margin-left:auto}.p-md-0{padding:0}.p-md-1{padding:0.25rem}.p-md-2{padding:0.5rem}.p-md-3{padding:1rem}.p-md-4{padding:1.5rem}.p-md-5{padding:3rem}.px-md-0{padding-right:0;padding-left:0}.px-md-1{padding-right:0.25rem;padding-left:0.25rem}.px-md-2{padding-right:0.5rem;padding-left:0.5rem}.px-md-3{padding-right:1rem;padding-left:1rem}.px-md-4{padding-right:1.5rem;padding-left:1.5rem}.px-md-5{padding-right:3rem;padding-left:3rem}.py-md-0{padding-top:0;padding-bottom:0}.py-md-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-md-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-md-3{padding-top:1rem;padding-bottom:1rem}.py-md-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-md-5{padding-top:3rem;padding-bottom:3rem}.pt-md-0{padding-top:0}.pt-md-1{padding-top:0.25rem}.pt-md-2{padding-top:0.5rem}.pt-md-3{padding-top:1rem}.pt-md-4{padding-top:1.5rem}.pt-md-5{padding-top:3rem}.pe-md-0{padding-right:0}.pe-md-1{padding-right:0.25rem}.pe-md-2{padding-right:0.5rem}.pe-md-3{padding-right:1rem}.pe-md-4{padding-right:1.5rem}.pe-md-5{padding-right:3rem}.pb-md-0{padding-bottom:0}.pb-md-1{padding-bottom:0.25rem}.pb-md-2{padding-bottom:0.5rem}.pb-md-3{padding-bottom:1rem}.pb-md-4{padding-bottom:1.5rem}.pb-md-5{padding-bottom:3rem}.ps-md-0{padding-left:0}.ps-md-1{padding-left:0.25rem}.ps-md-2{padding-left:0.5rem}.ps-md-3{padding-left:1rem}.ps-md-4{padding-left:1.5rem}.ps-md-5{padding-left:3rem}.gap-md-0{gap:0}.gap-md-1{gap:0.25rem}.gap-md-2{gap:0.5rem}.gap-md-3{gap:1rem}.gap-md-4{gap:1.5rem}.gap-md-5{gap:3rem}.row-gap-md-0{row-gap:0}.row-gap-md-1{row-gap:0.25rem}.row-gap-md-2{row-gap:0.5rem}.row-gap-md-3{row-gap:1rem}.row-gap-md-4{row-gap:1.5rem}.row-gap-md-5{row-gap:3rem}.column-gap-md-0{column-gap:0}.column-gap-md-1{column-gap:0.25rem}.column-gap-md-2{column-gap:0.5rem}.column-gap-md-3{column-gap:1rem}.column-gap-md-4{column-gap:1.5rem}.column-gap-md-5{column-gap:3rem}.text-md-start{text-align:left}.text-md-end{text-align:right}.text-md-center{text-align:center}}@media (min-width:992px){.float-lg-start{float:left}.float-lg-end{float:right}.float-lg-none{float:none}.object-fit-lg-contain{object-fit:contain}.object-fit-lg-cover{object-fit:cover}.object-fit-lg-fill{object-fit:fill}.object-fit-lg-scale{object-fit:scale-down}.object-fit-lg-none{object-fit:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block,.is-act-checkoutregisterpage .checkout .checkout-aside{display:block}.d-lg-grid{display:grid}.d-lg-inline-grid{display:inline-grid}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.d-lg-none,.search-tabs.sidebar{display:none}.flex-lg-fill{flex:1 1 auto}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}.justify-content-lg-evenly{justify-content:space-evenly}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-baseline{align-items:baseline}.align-items-lg-stretch{align-items:stretch}.align-content-lg-start{align-content:flex-start}.align-content-lg-end{align-content:flex-end}.align-content-lg-center{align-content:center}.align-content-lg-between{align-content:space-between}.align-content-lg-around{align-content:space-around}.align-content-lg-stretch{align-content:stretch}.align-self-lg-auto{align-self:auto}.align-self-lg-start{align-self:flex-start}.align-self-lg-end{align-self:flex-end}.align-self-lg-center{align-self:center}.align-self-lg-baseline{align-self:baseline}.align-self-lg-stretch{align-self:stretch}.order-lg-first{order:-1}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-last{order:6}.m-lg-0{margin:0}.m-lg-1{margin:0.25rem}.m-lg-2{margin:0.5rem}.m-lg-3{margin:1rem}.m-lg-4{margin:1.5rem}.m-lg-5{margin:3rem}.m-lg-auto{margin:auto}.mx-lg-0{margin-right:0;margin-left:0}.mx-lg-1{margin-right:0.25rem;margin-left:0.25rem}.mx-lg-2{margin-right:0.5rem;margin-left:0.5rem}.mx-lg-3{margin-right:1rem;margin-left:1rem}.mx-lg-4{margin-right:1.5rem;margin-left:1.5rem}.mx-lg-5{margin-right:3rem;margin-left:3rem}.mx-lg-auto{margin-right:auto;margin-left:auto}.my-lg-0{margin-top:0;margin-bottom:0}.my-lg-1{margin-top:0.25rem;margin-bottom:0.25rem}.my-lg-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-lg-3{margin-top:1rem;margin-bottom:1rem}.my-lg-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-lg-5{margin-top:3rem;margin-bottom:3rem}.my-lg-auto{margin-top:auto;margin-bottom:auto}.mt-lg-0{margin-top:0}.mt-lg-1{margin-top:0.25rem}.mt-lg-2{margin-top:0.5rem}.mt-lg-3{margin-top:1rem}.mt-lg-4{margin-top:1.5rem}.mt-lg-5{margin-top:3rem}.mt-lg-auto{margin-top:auto}.me-lg-0{margin-right:0}.me-lg-1{margin-right:0.25rem}.me-lg-2{margin-right:0.5rem}.me-lg-3{margin-right:1rem}.me-lg-4{margin-right:1.5rem}.me-lg-5{margin-right:3rem}.me-lg-auto{margin-right:auto}.mb-lg-0{margin-bottom:0}.mb-lg-1{margin-bottom:0.25rem}.mb-lg-2{margin-bottom:0.5rem}.mb-lg-3{margin-bottom:1rem}.mb-lg-4{margin-bottom:1.5rem}.mb-lg-5{margin-bottom:3rem}.mb-lg-auto{margin-bottom:auto}.ms-lg-0{margin-left:0}.ms-lg-1{margin-left:0.25rem}.ms-lg-2{margin-left:0.5rem}.ms-lg-3{margin-left:1rem}.ms-lg-4{margin-left:1.5rem}.ms-lg-5{margin-left:3rem}.ms-lg-auto{margin-left:auto}.p-lg-0{padding:0}.p-lg-1{padding:0.25rem}.p-lg-2{padding:0.5rem}.p-lg-3{padding:1rem}.p-lg-4{padding:1.5rem}.p-lg-5{padding:3rem}.px-lg-0{padding-right:0;padding-left:0}.px-lg-1{padding-right:0.25rem;padding-left:0.25rem}.px-lg-2{padding-right:0.5rem;padding-left:0.5rem}.px-lg-3{padding-right:1rem;padding-left:1rem}.px-lg-4{padding-right:1.5rem;padding-left:1.5rem}.px-lg-5,.header-search-container.full-page .search-suggest .search-suggest-content__row .search-suggest-content__wrapper:not(:last-child):not(:first-child){padding-right:3rem;padding-left:3rem}.py-lg-0{padding-top:0;padding-bottom:0}.py-lg-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-lg-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-lg-3{padding-top:1rem;padding-bottom:1rem}.py-lg-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-lg-5{padding-top:3rem;padding-bottom:3rem}.pt-lg-0,.header-search-container.full-page .search-suggest .search-suggest-content__row .search-suggest-content__wrapper:not(:first-child) .search-suggest-content__section{padding-top:0}.pt-lg-1{padding-top:0.25rem}.pt-lg-2,.header-search-container.full-page .search-header{padding-top:0.5rem}.pt-lg-3{padding-top:1rem}.pt-lg-4{padding-top:1.5rem}.pt-lg-5{padding-top:3rem}.pe-lg-0{padding-right:0}.pe-lg-1{padding-right:0.25rem}.pe-lg-2{padding-right:0.5rem}.pe-lg-3{padding-right:1rem}.pe-lg-4{padding-right:1.5rem}.pe-lg-5{padding-right:3rem}.pb-lg-0,.header-search-container.full-page .search-suggest .search-suggest-content__section{padding-bottom:0}.pb-lg-1{padding-bottom:0.25rem}.pb-lg-2{padding-bottom:0.5rem}.pb-lg-3{padding-bottom:1rem}.pb-lg-4{padding-bottom:1.5rem}.pb-lg-5{padding-bottom:3rem}.ps-lg-0{padding-left:0}.ps-lg-1{padding-left:0.25rem}.ps-lg-2{padding-left:0.5rem}.ps-lg-3{padding-left:1rem}.ps-lg-4{padding-left:1.5rem}.ps-lg-5{padding-left:3rem}.gap-lg-0{gap:0}.gap-lg-1{gap:0.25rem}.gap-lg-2{gap:0.5rem}.gap-lg-3{gap:1rem}.gap-lg-4{gap:1.5rem}.gap-lg-5{gap:3rem}.row-gap-lg-0{row-gap:0}.row-gap-lg-1{row-gap:0.25rem}.row-gap-lg-2{row-gap:0.5rem}.row-gap-lg-3{row-gap:1rem}.row-gap-lg-4{row-gap:1.5rem}.row-gap-lg-5{row-gap:3rem}.column-gap-lg-0{column-gap:0}.column-gap-lg-1{column-gap:0.25rem}.column-gap-lg-2{column-gap:0.5rem}.column-gap-lg-3{column-gap:1rem}.column-gap-lg-4{column-gap:1.5rem}.column-gap-lg-5{column-gap:3rem}.text-lg-start{text-align:left}.text-lg-end{text-align:right}.text-lg-center{text-align:center}}@media (min-width:1200px){.float-xl-start{float:left}.float-xl-end{float:right}.float-xl-none{float:none}.object-fit-xl-contain{object-fit:contain}.object-fit-xl-cover{object-fit:cover}.object-fit-xl-fill{object-fit:fill}.object-fit-xl-scale{object-fit:scale-down}.object-fit-xl-none{object-fit:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-grid{display:grid}.d-xl-inline-grid{display:inline-grid}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.d-xl-none{display:none}.flex-xl-fill{flex:1 1 auto}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}.justify-content-xl-evenly{justify-content:space-evenly}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-baseline{align-items:baseline}.align-items-xl-stretch{align-items:stretch}.align-content-xl-start{align-content:flex-start}.align-content-xl-end{align-content:flex-end}.align-content-xl-center{align-content:center}.align-content-xl-between{align-content:space-between}.align-content-xl-around{align-content:space-around}.align-content-xl-stretch{align-content:stretch}.align-self-xl-auto{align-self:auto}.align-self-xl-start{align-self:flex-start}.align-self-xl-end{align-self:flex-end}.align-self-xl-center{align-self:center}.align-self-xl-baseline{align-self:baseline}.align-self-xl-stretch{align-self:stretch}.order-xl-first{order:-1}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-last{order:6}.m-xl-0{margin:0}.m-xl-1{margin:0.25rem}.m-xl-2{margin:0.5rem}.m-xl-3{margin:1rem}.m-xl-4{margin:1.5rem}.m-xl-5{margin:3rem}.m-xl-auto{margin:auto}.mx-xl-0{margin-right:0;margin-left:0}.mx-xl-1{margin-right:0.25rem;margin-left:0.25rem}.mx-xl-2{margin-right:0.5rem;margin-left:0.5rem}.mx-xl-3{margin-right:1rem;margin-left:1rem}.mx-xl-4{margin-right:1.5rem;margin-left:1.5rem}.mx-xl-5{margin-right:3rem;margin-left:3rem}.mx-xl-auto{margin-right:auto;margin-left:auto}.my-xl-0{margin-top:0;margin-bottom:0}.my-xl-1{margin-top:0.25rem;margin-bottom:0.25rem}.my-xl-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-xl-3{margin-top:1rem;margin-bottom:1rem}.my-xl-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-xl-5{margin-top:3rem;margin-bottom:3rem}.my-xl-auto{margin-top:auto;margin-bottom:auto}.mt-xl-0{margin-top:0}.mt-xl-1{margin-top:0.25rem}.mt-xl-2{margin-top:0.5rem}.mt-xl-3{margin-top:1rem}.mt-xl-4{margin-top:1.5rem}.mt-xl-5{margin-top:3rem}.mt-xl-auto{margin-top:auto}.me-xl-0{margin-right:0}.me-xl-1{margin-right:0.25rem}.me-xl-2{margin-right:0.5rem}.me-xl-3{margin-right:1rem}.me-xl-4{margin-right:1.5rem}.me-xl-5{margin-right:3rem}.me-xl-auto{margin-right:auto}.mb-xl-0{margin-bottom:0}.mb-xl-1{margin-bottom:0.25rem}.mb-xl-2{margin-bottom:0.5rem}.mb-xl-3{margin-bottom:1rem}.mb-xl-4{margin-bottom:1.5rem}.mb-xl-5{margin-bottom:3rem}.mb-xl-auto{margin-bottom:auto}.ms-xl-0{margin-left:0}.ms-xl-1{margin-left:0.25rem}.ms-xl-2{margin-left:0.5rem}.ms-xl-3{margin-left:1rem}.ms-xl-4{margin-left:1.5rem}.ms-xl-5{margin-left:3rem}.ms-xl-auto{margin-left:auto}.p-xl-0{padding:0}.p-xl-1{padding:0.25rem}.p-xl-2{padding:0.5rem}.p-xl-3{padding:1rem}.p-xl-4{padding:1.5rem}.p-xl-5{padding:3rem}.px-xl-0{padding-right:0;padding-left:0}.px-xl-1{padding-right:0.25rem;padding-left:0.25rem}.px-xl-2{padding-right:0.5rem;padding-left:0.5rem}.px-xl-3{padding-right:1rem;padding-left:1rem}.px-xl-4{padding-right:1.5rem;padding-left:1.5rem}.px-xl-5{padding-right:3rem;padding-left:3rem}.py-xl-0{padding-top:0;padding-bottom:0}.py-xl-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-xl-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-xl-3{padding-top:1rem;padding-bottom:1rem}.py-xl-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-xl-5{padding-top:3rem;padding-bottom:3rem}.pt-xl-0{padding-top:0}.pt-xl-1{padding-top:0.25rem}.pt-xl-2{padding-top:0.5rem}.pt-xl-3{padding-top:1rem}.pt-xl-4{padding-top:1.5rem}.pt-xl-5{padding-top:3rem}.pe-xl-0{padding-right:0}.pe-xl-1{padding-right:0.25rem}.pe-xl-2{padding-right:0.5rem}.pe-xl-3{padding-right:1rem}.pe-xl-4{padding-right:1.5rem}.pe-xl-5{padding-right:3rem}.pb-xl-0{padding-bottom:0}.pb-xl-1{padding-bottom:0.25rem}.pb-xl-2{padding-bottom:0.5rem}.pb-xl-3{padding-bottom:1rem}.pb-xl-4{padding-bottom:1.5rem}.pb-xl-5{padding-bottom:3rem}.ps-xl-0{padding-left:0}.ps-xl-1{padding-left:0.25rem}.ps-xl-2{padding-left:0.5rem}.ps-xl-3{padding-left:1rem}.ps-xl-4{padding-left:1.5rem}.ps-xl-5{padding-left:3rem}.gap-xl-0{gap:0}.gap-xl-1{gap:0.25rem}.gap-xl-2{gap:0.5rem}.gap-xl-3{gap:1rem}.gap-xl-4{gap:1.5rem}.gap-xl-5{gap:3rem}.row-gap-xl-0{row-gap:0}.row-gap-xl-1{row-gap:0.25rem}.row-gap-xl-2{row-gap:0.5rem}.row-gap-xl-3{row-gap:1rem}.row-gap-xl-4{row-gap:1.5rem}.row-gap-xl-5{row-gap:3rem}.column-gap-xl-0{column-gap:0}.column-gap-xl-1{column-gap:0.25rem}.column-gap-xl-2{column-gap:0.5rem}.column-gap-xl-3{column-gap:1rem}.column-gap-xl-4{column-gap:1.5rem}.column-gap-xl-5{column-gap:3rem}.text-xl-start{text-align:left}.text-xl-end{text-align:right}.text-xl-center{text-align:center}}@media (min-width:1400px){.float-xxl-start{float:left}.float-xxl-end{float:right}.float-xxl-none{float:none}.object-fit-xxl-contain{object-fit:contain}.object-fit-xxl-cover{object-fit:cover}.object-fit-xxl-fill{object-fit:fill}.object-fit-xxl-scale{object-fit:scale-down}.object-fit-xxl-none{object-fit:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-grid{display:grid}.d-xxl-inline-grid{display:inline-grid}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.d-xxl-none{display:none}.flex-xxl-fill{flex:1 1 auto}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xxl-start{justify-content:flex-start}.justify-content-xxl-end{justify-content:flex-end}.justify-content-xxl-center{justify-content:center}.justify-content-xxl-between{justify-content:space-between}.justify-content-xxl-around{justify-content:space-around}.justify-content-xxl-evenly{justify-content:space-evenly}.align-items-xxl-start{align-items:flex-start}.align-items-xxl-end{align-items:flex-end}.align-items-xxl-center{align-items:center}.align-items-xxl-baseline{align-items:baseline}.align-items-xxl-stretch{align-items:stretch}.align-content-xxl-start{align-content:flex-start}.align-content-xxl-end{align-content:flex-end}.align-content-xxl-center{align-content:center}.align-content-xxl-between{align-content:space-between}.align-content-xxl-around{align-content:space-around}.align-content-xxl-stretch{align-content:stretch}.align-self-xxl-auto{align-self:auto}.align-self-xxl-start{align-self:flex-start}.align-self-xxl-end{align-self:flex-end}.align-self-xxl-center{align-self:center}.align-self-xxl-baseline{align-self:baseline}.align-self-xxl-stretch{align-self:stretch}.order-xxl-first{order:-1}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-last{order:6}.m-xxl-0{margin:0}.m-xxl-1{margin:0.25rem}.m-xxl-2{margin:0.5rem}.m-xxl-3{margin:1rem}.m-xxl-4{margin:1.5rem}.m-xxl-5{margin:3rem}.m-xxl-auto{margin:auto}.mx-xxl-0{margin-right:0;margin-left:0}.mx-xxl-1{margin-right:0.25rem;margin-left:0.25rem}.mx-xxl-2{margin-right:0.5rem;margin-left:0.5rem}.mx-xxl-3{margin-right:1rem;margin-left:1rem}.mx-xxl-4{margin-right:1.5rem;margin-left:1.5rem}.mx-xxl-5{margin-right:3rem;margin-left:3rem}.mx-xxl-auto{margin-right:auto;margin-left:auto}.my-xxl-0{margin-top:0;margin-bottom:0}.my-xxl-1{margin-top:0.25rem;margin-bottom:0.25rem}.my-xxl-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-xxl-3{margin-top:1rem;margin-bottom:1rem}.my-xxl-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-xxl-5{margin-top:3rem;margin-bottom:3rem}.my-xxl-auto{margin-top:auto;margin-bottom:auto}.mt-xxl-0{margin-top:0}.mt-xxl-1{margin-top:0.25rem}.mt-xxl-2{margin-top:0.5rem}.mt-xxl-3{margin-top:1rem}.mt-xxl-4{margin-top:1.5rem}.mt-xxl-5{margin-top:3rem}.mt-xxl-auto{margin-top:auto}.me-xxl-0{margin-right:0}.me-xxl-1{margin-right:0.25rem}.me-xxl-2{margin-right:0.5rem}.me-xxl-3{margin-right:1rem}.me-xxl-4{margin-right:1.5rem}.me-xxl-5{margin-right:3rem}.me-xxl-auto{margin-right:auto}.mb-xxl-0{margin-bottom:0}.mb-xxl-1{margin-bottom:0.25rem}.mb-xxl-2{margin-bottom:0.5rem}.mb-xxl-3{margin-bottom:1rem}.mb-xxl-4{margin-bottom:1.5rem}.mb-xxl-5{margin-bottom:3rem}.mb-xxl-auto{margin-bottom:auto}.ms-xxl-0{margin-left:0}.ms-xxl-1{margin-left:0.25rem}.ms-xxl-2{margin-left:0.5rem}.ms-xxl-3{margin-left:1rem}.ms-xxl-4{margin-left:1.5rem}.ms-xxl-5{margin-left:3rem}.ms-xxl-auto{margin-left:auto}.p-xxl-0{padding:0}.p-xxl-1{padding:0.25rem}.p-xxl-2{padding:0.5rem}.p-xxl-3{padding:1rem}.p-xxl-4{padding:1.5rem}.p-xxl-5{padding:3rem}.px-xxl-0{padding-right:0;padding-left:0}.px-xxl-1{padding-right:0.25rem;padding-left:0.25rem}.px-xxl-2{padding-right:0.5rem;padding-left:0.5rem}.px-xxl-3{padding-right:1rem;padding-left:1rem}.px-xxl-4{padding-right:1.5rem;padding-left:1.5rem}.px-xxl-5{padding-right:3rem;padding-left:3rem}.py-xxl-0{padding-top:0;padding-bottom:0}.py-xxl-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-xxl-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-xxl-3{padding-top:1rem;padding-bottom:1rem}.py-xxl-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-xxl-5{padding-top:3rem;padding-bottom:3rem}.pt-xxl-0{padding-top:0}.pt-xxl-1{padding-top:0.25rem}.pt-xxl-2{padding-top:0.5rem}.pt-xxl-3{padding-top:1rem}.pt-xxl-4{padding-top:1.5rem}.pt-xxl-5{padding-top:3rem}.pe-xxl-0{padding-right:0}.pe-xxl-1{padding-right:0.25rem}.pe-xxl-2{padding-right:0.5rem}.pe-xxl-3{padding-right:1rem}.pe-xxl-4{padding-right:1.5rem}.pe-xxl-5{padding-right:3rem}.pb-xxl-0{padding-bottom:0}.pb-xxl-1{padding-bottom:0.25rem}.pb-xxl-2{padding-bottom:0.5rem}.pb-xxl-3{padding-bottom:1rem}.pb-xxl-4{padding-bottom:1.5rem}.pb-xxl-5{padding-bottom:3rem}.ps-xxl-0{padding-left:0}.ps-xxl-1{padding-left:0.25rem}.ps-xxl-2{padding-left:0.5rem}.ps-xxl-3{padding-left:1rem}.ps-xxl-4{padding-left:1.5rem}.ps-xxl-5{padding-left:3rem}.gap-xxl-0{gap:0}.gap-xxl-1{gap:0.25rem}.gap-xxl-2{gap:0.5rem}.gap-xxl-3{gap:1rem}.gap-xxl-4{gap:1.5rem}.gap-xxl-5{gap:3rem}.row-gap-xxl-0{row-gap:0}.row-gap-xxl-1{row-gap:0.25rem}.row-gap-xxl-2{row-gap:0.5rem}.row-gap-xxl-3{row-gap:1rem}.row-gap-xxl-4{row-gap:1.5rem}.row-gap-xxl-5{row-gap:3rem}.column-gap-xxl-0{column-gap:0}.column-gap-xxl-1{column-gap:0.25rem}.column-gap-xxl-2{column-gap:0.5rem}.column-gap-xxl-3{column-gap:1rem}.column-gap-xxl-4{column-gap:1.5rem}.column-gap-xxl-5{column-gap:3rem}.text-xxl-start{text-align:left}.text-xxl-end{text-align:right}.text-xxl-center{text-align:center}}@media (min-width:1200px){.fs-1{font-size:2.25rem}.fs-2{font-size:1.75rem}.fs-3{font-size:1.5rem}}@media print{.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-grid{display:grid}.d-print-inline-grid{display:inline-grid}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.d-print-none{display:none}}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714286%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);box-shadow:1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0, 0, 0, 0.9);fill:rgba(0, 0, 0, 0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0, 0, 0, 0.9);fill:rgba(0, 0, 0, 0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill 0.1s;transition:fill 0.1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57, 57, 57, 0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0, 0, 0, 0.1)}.numInputWrapper span:active{background:rgba(0, 0, 0, 0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57, 57, 57, 0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57, 57, 57, 0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0, 0, 0, 0.5)}.numInputWrapper:hover{background:rgba(0, 0, 0, 0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:0.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0, 0, 0, 0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch \0 ;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0, 0, 0, 0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0, 0, 0, 0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 0.5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0, 0, 0, 0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 0.5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0, 0, 0, 0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0, 0, 0, 0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57, 57, 57, 0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57, 57, 57, 0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7, 5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7, 5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57, 57, 57, 0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}html{}html.no-scroll{position:relative;overflow:hidden}html::before{position:absolute;top:-100%;font-size:0}@media (max-width:575.98px){html::before{content:"xs"}}@media (min-width:576px) and (max-width:767.98px){html::before{content:"sm"}}@media (min-width:768px) and (max-width:991.98px){html::before{content:"md"}}@media (min-width:992px) and (max-width:1199.98px){html::before{content:"lg"}}@media (min-width:1200px) and (max-width:1399.98px){html::before{content:"xl"}}@media (min-width:1400px){html::before{content:"xxl"}}html .sw-text-editor-table .sw-text-editor-table__col{border:1px solid #000;padding:8px;text-align:left}html .sw-text-editor-table .sw-text-editor-table__col-selector{display:none}html .sw-text-editor-table__head td{background:#eee}@media (max-width:575.98px){:root{--sw-current-breakpoint: "xs"}}@media (min-width:576px) and (max-width:767.98px){:root{--sw-current-breakpoint: "sm"}}@media (min-width:768px) and (max-width:991.98px){:root{--sw-current-breakpoint: "md"}}@media (min-width:992px) and (max-width:1199.98px){:root{--sw-current-breakpoint: "lg"}}@media (min-width:1200px) and (max-width:1399.98px){:root{--sw-current-breakpoint: "xl"}}@media (min-width:1400px){:root{--sw-current-breakpoint: "xxl"}}input[type=search]::-ms-clear{display:none;width:0;height:0}input[type=search]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}a[data-ajax-modal]{text-decoration:underline}.alert-has-icon{display:flex;align-items:center}.alert-has-icon .alert-content-container{padding-left:1rem}.alert-list{padding-left:20px;margin-bottom:0}.card-title{color:#2b3136;font-size:1rem;font-weight:700;line-height:1.2}.card-col{margin-bottom:1rem;display:flex}.card-col .card{width:100%}.card-col .card-body{display:flex;flex-direction:column}.card-actions{align-items:flex-start;margin-top:auto}.category-navigation{list-style:none;margin:0;padding-left:20px}.category-navigation.level-0>.category-navigation-entry{border-bottom:1px solid #798490}.category-navigation.level-0{padding-left:0;font-size:16px}.category-navigation.level-1{font-size:14px}.category-navigation.level-2{font-size:12px}.category-navigation-entry{margin:0;padding:0}.category-navigation-link{display:block;padding:8px 20px;font-weight:400;color:#2b3136}.category-navigation-link:hover{text-decoration:none}.category-navigation-link.is-active{color:#751103;font-weight:700}.category-navigation-link.in-path{font-weight:700}.modal-backdrop{opacity:0;transition:opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear}@media (prefers-reduced-motion:reduce){.modal-backdrop{transition:none}}.modal-backdrop.modal-backdrop-open{opacity:1}.modal-backdrop>.loader{position:absolute;left:50%;top:50%;margin-left:-1rem;margin-top:-1rem}.base-slider{position:relative;overflow:hidden}.base-slider .tns-nav,.base-slider .base-slider-dots{position:absolute;bottom:0;left:50%;transform:translateX(-50%);margin:10px 0}.base-slider .tns-nav .base-slider-dot,.base-slider .tns-nav button,.base-slider .base-slider-dots .base-slider-dot,.base-slider .base-slider-dots button{background-color:#bcc1c7;border:0;height:8px;width:8px;padding:8px;border-radius:50%;margin:0 8px}.base-slider .tns-nav .base-slider-dot:hover,.base-slider .tns-nav .base-slider-dot.tns-nav-active,.base-slider .tns-nav button:hover,.base-slider .tns-nav button.tns-nav-active,.base-slider .base-slider-dots .base-slider-dot:hover,.base-slider .base-slider-dots .base-slider-dot.tns-nav-active,.base-slider .base-slider-dots button:hover,.base-slider .base-slider-dots button.tns-nav-active{background-color:#751103}.base-slider .tns-nav .base-slider-dot.tns-nav-active,.base-slider .tns-nav button.tns-nav-active,.base-slider .base-slider-dots .base-slider-dot.tns-nav-active,.base-slider .base-slider-dots button.tns-nav-active{box-shadow:0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.base-slider .tns-nav .base-slider-dot:focus,.base-slider .tns-nav button:focus,.base-slider .base-slider-dots .base-slider-dot:focus,.base-slider .base-slider-dots button:focus{outline:none}.base-slider.has-dots-outside{padding-bottom:35px}.base-slider.has-dots-outside .tns-nav,.base-slider.has-dots-outside .base-slider-dots{bottom:auto}.base-slider.has-nav-outside{padding-left:25px;padding-right:25px}.base-slider .tns-ovh{overflow:visible}.base-slider-controls{margin-bottom:0}.base-slider-controls-prev,.base-slider-controls-next{display:block;width:30px;height:65px;text-align:center;position:absolute;top:50%;transform:translateY(-50%);color:#798490;background:rgba(255, 255, 255, 0.5);border:1px solid rgba(255, 255, 255, 0.5);line-height:68px;opacity:0.5;transition:opacity 0.15s ease;cursor:pointer;padding:0}.base-slider-controls-prev:hover,.base-slider-controls-next:hover{border-color:rgba(117, 17, 3, 0.5);color:#751103;opacity:1}.base-slider-controls-prev.is-nav-prev-outside,.base-slider-controls-prev.is-nav-next-outside,.base-slider-controls-next.is-nav-prev-outside,.base-slider-controls-next.is-nav-next-outside{border:0;background-color:rgba(255, 255, 255, 0.8)}.base-slider-controls-prev[disabled],.base-slider-controls-next[disabled]{opacity:0.2;cursor:default}.base-slider-controls-prev{border-radius:0 0 0 0}.base-slider-controls-prev.is-nav-prev-outside{border-radius:0 0 0 0}.base-slider-controls-next{border-radius:0 0 0 0}.base-slider-controls-next.is-nav-next-outside{border-radius:0 0 0 0}@media (min-width:768px){.base-slider .tns-nav .base-slider-dot,.base-slider .tns-nav button,.base-slider .base-slider-dots .base-slider-dot,.base-slider .base-slider-dots button{margin:0 5px}.base-slider .tns-nav.hide-dots,.base-slider .base-slider-dots.hide-dots{display:none}}@media (max-width:767.98px){.base-slider .tns-nav,.base-slider .base-slider-dots{width:55%;text-align:center}.base-slider .tns-nav.hide-dots,.base-slider .tns-nav.hide-dots-mobile,.base-slider .base-slider-dots.hide-dots,.base-slider .base-slider-dots.hide-dots-mobile{display:none}}.image-slider.has-nav-outside .image-slider-item-container{padding:0 25px}.image-slider-container{position:relative;height:100%}.image-slider-container .image-slider-image{display:block;width:100%}.image-slider-container .image-slider-item{display:grid;max-width:100%;position:relative}.image-slider-container .image-slider-item.is-not-first{display:none}.image-slider-container .image-slider-item.is-cover{height:100%}.image-slider-container .image-slider-item.is-cover .image-slider-image{object-fit:cover;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.image-slider-container .image-slider-link{display:block}.js-slider-initialized .image-slider-item.is-not-first{display:block}.image-slider-controls-prev.is-nav-prev-inside{left:0}.image-slider-controls-prev.is-nav-prev-outside{left:0}.image-slider-controls-next.is-nav-next-inside{right:0}.image-slider-controls-next.is-nav-next-outside{right:0}@media (min-width:768px){.image-slider-controls-prev.is-nav-prev-outside{left:-5px}.image-slider-controls-next.is-nav-next-outside{right:-5px}}.product-slider.has-border{border:1px solid #798490;border-radius:0}.product-slider.has-border{padding:25px}.product-slider.has-nav{padding-left:20px;padding-right:20px}.product-slider.has-border.has-nav{padding-left:40px;padding-right:40px}.product-slider-container{padding-bottom:1px}.product-slider-controls-prev,.product-slider-controls-next{border:0;background:none}.product-slider-controls-prev{left:-10px}.product-slider-controls-prev.has-border{left:0}.product-slider-controls-next{right:-10px}.product-slider-controls-next.has-border{right:0}.gallery-slider{width:99.9%}.gallery-slider.has-nav-outside .gallery-slider-item-container{padding:0 25px}.gallery-slider-row{margin-bottom:1rem}.gallery-slider-row.is-loading{height:430px;overflow:hidden}.gallery-slider-row.is-single-image{justify-content:center}.gallery-slider-single-image{display:flex;align-items:center;justify-content:center}.gallery-slider-container{position:relative;height:100%}.gallery-slider-container .gallery-slider-image{display:block}.gallery-slider-item,.gallery-slider-single-image{position:relative;backface-visibility:hidden;cursor:default;display:block;height:100%;max-width:100%}.gallery-slider-item.is-cover,.gallery-slider-item.is-contain,.gallery-slider-single-image.is-cover,.gallery-slider-single-image.is-contain{height:100%}.gallery-slider-item.is-cover .gallery-slider-image,.gallery-slider-item.is-contain .gallery-slider-image,.gallery-slider-single-image.is-cover .gallery-slider-image,.gallery-slider-single-image.is-contain .gallery-slider-image{object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;margin:0 auto}.gallery-slider-item.is-cover .gallery-slider-image,.gallery-slider-single-image.is-cover .gallery-slider-image{object-fit:cover;width:100%;height:100%}.gallery-slider-item.is-contain .gallery-slider-image,.gallery-slider-single-image.is-contain .gallery-slider-image{margin:auto;object-fit:contain}.gallery-slider-controls-prev{left:0}.gallery-slider-controls-prev.is-nav-prev-outside{left:0}.gallery-slider-controls-next{right:0}.gallery-slider-controls-next.is-nav-next-outside{right:0}.gallery-slider-thumbnails-container{position:relative}.gallery-slider-thumbnails-container .tns-inner{display:flex;justify-content:center}.gallery-slider-thumbnails-container.is-underneath .tns-inner{display:block}.gallery-slider-thumbnails-container.is-underneath .tns-outer{margin:0 30px}.gallery-slider-thumbnails-container.hide-thumbs{display:none}.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev,.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next{border:0;background:none;height:30px;width:65px;line-height:normal}.gallery-slider-thumbnails-col.is-left{padding-right:0}.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev{top:-30px}.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next{bottom:-20px;top:auto}.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev,.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next{left:50%;transform:translateX(-50%)}.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev{left:-25px}.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next{right:-25px}.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev,.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next{transform:translateY(-30%)}.gallery-slider-modal-controls{z-index:10}.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev{left:0}.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next{right:0}.gallery-slider-thumbnails.is-underneath{display:flex;margin-top:1rem}.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item{width:auto}.gallery-slider-thumbnails-item{cursor:pointer;height:75px;width:75px}.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner{border-color:#751103}.gallery-slider-thumbnails-item-inner{border:1px solid #798490;border-radius:0;width:100%;height:100%;padding:0.25rem;display:flex;align-items:center;align-content:center;justify-content:center;position:relative}.gallery-slider-thumbnails-image,.gallery-slider-image{flex:0 0 auto;max-height:100%;max-width:100%}.gallery-slider-thumbnails-play-button{position:absolute;top:0;right:0;bottom:0;left:0}.gallery-slider-thumbnails-play-button::before,.gallery-slider-thumbnails-play-button::after{content:"";position:absolute;top:50%;left:50%}.gallery-slider-thumbnails-play-button::before{transform:translate(-50%, -50%);width:25px;height:25px;border-radius:50%;background-color:rgba(0, 0, 0, 0.5)}.gallery-slider-thumbnails-play-button::after{transform:translate(-40%, -50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #fff}.gallery-slider-thumbnails-controls{display:none;margin:0}.gallery-slider-canvas-disabled .spatial-canvas-spinner{display:none}.gallery-slider-canvas-disabled .gallery-slider-spatial-canvas-wrapper{display:none}.spatial-canvas-note{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);background-color:#798490;color:#fff;padding:0 8px;border-radius:8px;opacity:1;transition:opacity 0.3s ease-in-out}.spatial-canvas-note.spatial-canvas-note--hidden{opacity:0}.spatial-canvas-note.spatial-slider-movement-note{bottom:86px}.ar-button{bottom:10px;right:9px;height:32px;border:2px solid #bcc1c7;border-radius:5px}.ar-button .icon-augmented{height:18px;width:18px;margin-right:5px}.ar-button .icon-augmented svg{top:unset}.ar-button:hover{box-shadow:0 0 11px #bcc1c7}.gallery-slider-spatial-canvas-wrapper{opacity:0;transition:opacity 0.3s ease-in-out}.gallery-slider-spatial-canvas-wrapper.spatial-canvas-display{background-color:#fff;opacity:1}@media (max-width:575.98px){.gallery-slider-item.is-cover,.gallery-slider-item.is-contain{min-height:225px !important}}@media (max-width:767.98px){.gallery-slider-single-image.is-cover,.gallery-slider-single-image.is-contain{min-height:225px !important}}@media (min-width:768px){.gallery-slider-row{justify-content:center}.gallery-slider-thumbnails-controls{display:block}.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item{margin-bottom:0 !important;padding-bottom:10px}}.magnifier-overlay,.magnifier-zoom-image{background-clip:padding-box;opacity:0;animation:magnifyLensFade 0.5s forwards;pointer-events:none;z-index:1100}.magnifier-overlay{top:0;left:0;width:0;height:0;position:absolute;background:rgba(255, 255, 255, 0.4);border:1px solid #798490}.magnifier-zoom-image{width:100%;height:100%;position:absolute;background-repeat:no-repeat;background-position:0 0;top:0;left:0}@keyframes magnifyLensFade{0%{opacity:0}100%{opacity:1}}.zoom-modal-wrapper{position:absolute;width:0;height:0;overflow:hidden}.modal.zoom-modal{overflow:hidden}.modal.zoom-modal .zoom-modal-actions,.modal.zoom-modal .btn-close{position:absolute;top:0;opacity:1;z-index:1051;margin:15px}.modal.zoom-modal .zoom-modal-actions{left:0}.modal.zoom-modal .btn-close{right:0}.modal.zoom-modal .modal-dialog .modal-content,.modal.zoom-modal .modal-dialog .modal-body{padding:0;overflow:hidden}.modal.zoom-modal .modal-footer{display:none;position:absolute;bottom:0;left:0;right:0;padding:0 0 1rem;justify-content:center;background-color:#fff;margin:0 30px}.modal.zoom-modal .gallery-slider{top:0;bottom:0;position:absolute;height:auto;width:100%}.modal.zoom-modal .gallery-slider-thumbnails{margin:0 auto}.modal.zoom-modal .gallery-slider-controls-next{right:0}.modal.zoom-modal .gallery-slider-controls-prev{left:0}.modal.zoom-modal .gallery-slider-thumbnails-item{width:auto}.modal.zoom-modal .gallery-slider-thumbnails-controls-next{right:-30px}.modal.zoom-modal .gallery-slider-thumbnails-controls-prev{left:-30px}.modal.zoom-modal .image-zoom-container{height:100%;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;align-content:center}.modal.zoom-modal .image-zoom-container>*{position:relative}.modal.zoom-modal .image-zoom-btn.disabled{opacity:0.3}@media (min-width:768px){.modal.zoom-modal .gallery-slider{bottom:100px}.modal.zoom-modal .modal-footer{display:flex}}.offcanvas{transition:all 0.45s cubic-bezier(0.3, 0, 0.15, 1)}.offcanvas.offcanvas-start .offcanvas-close{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between}.offcanvas.offcanvas-bottom{--bs-offcanvas-height: 90%;border-radius:8px 8px 0 0}.offcanvas.is-fullwidth{width:100%}.offcanvas .offcanvas-header{--bs-offcanvas-padding-y: 0;--bs-offcanvas-padding-x: 0;background-color:#fff}.offcanvas .offcanvas-header .offcanvas-title{font-size:24px;font-weight:700}.offcanvas .offcanvas-footer{bottom:0;top:auto}.offcanvas .offcanvas-close{width:100%;border-radius:0;font-weight:400;padding:0.5rem 1rem;text-align:left}.offcanvas .offcanvas-close:focus{box-shadow:none}.offcanvas .offcanvas-close,.offcanvas .offcanvas-close .icon{color:#798490}.offcanvas>.loader,.offcanvas .offcanvas-body>.loader{position:absolute;left:50%;top:50%;margin-left:-1rem;margin-top:-1rem}@media (max-width:420px){.offcanvas.offcanvas-end,.offcanvas.offcanvas-start{width:calc(100% - 20px)}}.product-box{height:100%}.product-variant-characteristics{min-height:3em}.product-variant-characteristics .product-variant-characteristics-text{overflow:hidden;line-height:1.5em;height:3em;text-align:justify;margin-right:-1em;padding-right:1em;max-width:95%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;font-size:0.75rem}.product-variant-characteristics .product-variant-characteristics-option{font-weight:700}.product-image-wrapper{height:200px;flex-grow:1;flex-shrink:0;flex-basis:180px;margin-bottom:15px;position:relative}.product-image-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-image-link.is-cover{align-items:flex-start}.product-image{display:block;max-width:100%;max-height:200px}.product-image.is-standard,.product-image.is-cover,.product-image.is-contain{width:100%;height:100%}.product-image.is-cover{object-fit:cover}.product-image.is-contain{object-fit:contain}.product-image.is-standard{object-fit:scale-down}.product-image-placeholder{max-width:180px;height:100%}.product-rating{margin-bottom:10px;height:25px}.product-name{color:#2b3136;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;height:2.75rem;margin-bottom:10px;font-size:1.125rem;line-height:1.375rem;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.product-name:hover{color:var(--text-color-brand-primary);text-decoration:none}.product-description{height:3.375rem;margin-top:10px;font-size:0.875rem;line-height:1.125rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-price-info{margin-top:10px}.product-price-info .product-advanced-list-price-wrapper{font-weight:400}.product-price-unit{height:36px;font-size:0.875rem;line-height:1.125rem;overflow:hidden}.product-unit-label{font-weight:700}.product-cheapest-price{min-height:20px;font-size:0.75rem;line-height:1.25rem;margin-bottom:32px}.product-cheapest-price .product-cheapest-price-price{font-weight:700}.product-cheapest-price.with-regulation-price,.product-cheapest-price.with-list-price{margin-bottom:6px}.product-cheapest-price.with-from-price{margin-bottom:5px}.product-price{color:#2b3136;min-height:20px;margin-top:10px;margin-bottom:0;font-size:1.125rem;font-weight:700;line-height:1.25rem;overflow:hidden}.product-price.with-list-price{color:#c20017}.product-price .list-price{color:#2b3136;font-weight:400;padding-left:5px;font-size:0.75rem}.product-price .list-price .list-price-price{text-decoration:line-through}.product-price .regulation-price{color:#2b3136;font-weight:400;padding-left:5px;font-size:0.75rem;padding-left:0}.product-price .list-price-no-line-through .list-price-price{text-decoration:none}.product-price .strikeprice-text{color:#2b3136;font-weight:400;padding-left:5px;font-size:0.75rem}.product-action{margin-top:20px}.product-badges{position:absolute;top:30px;left:-1px;z-index:10}.product-badges .badge{padding:0 8px;height:2rem;margin:0 0 8px;line-height:2rem;font-weight:700;color:#fff;border-radius:0 3px 3px 0;border-color:transparent;font-size:1.125rem;letter-spacing:0}.product-box.box-image .product-image-wrapper{height:332px}.product-box.box-image .product-image{max-height:332px}.product-box.box-image .product-image.is-standard{height:100%;object-fit:cover}.product-price-wrapper{font-size:1.125rem}.has-element-loader{z-index:15;pointer-events:none;position:relative}.element-loader-backdrop{opacity:0;transition:opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;width:100%;height:100%;top:0;left:0;position:absolute;background-color:rgba(255, 255, 255, 0.5);box-shadow:0 0 11px 7px rgba(255, 255, 255, 0.5);z-index:15}.element-loader-backdrop.element-loader-backdrop-open{opacity:1}.element-loader-backdrop>.loader{position:absolute;left:50%;top:50%;margin-left:-1rem;margin-top:-1rem}@keyframes skeletonShimmer{0%{background-position:-500px 0}100%{background-position:500px 0}}.has-element-loader .cms-element-product-listing .product-badges,.has-element-loader .cms-element-product-listing .product-image-link,.has-element-loader .cms-element-product-listing .product-review-rating{display:none}.has-element-loader .cms-element-product-listing .product-image-wrapper,.has-element-loader .cms-element-product-listing .product-rating,.has-element-loader .cms-element-product-listing .product-name,.has-element-loader .cms-element-product-listing .product-variant-characteristics,.has-element-loader .cms-element-product-listing .product-description,.has-element-loader .cms-element-product-listing .product-price-unit,.has-element-loader .cms-element-product-listing .product-cheapest-price-price,.has-element-loader .cms-element-product-listing .product-price{border-radius:0;color:transparent;animation:skeletonShimmer 1.5s linear 0s infinite normal forwards running;background:linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);background-size:800px 100px}.has-element-loader .cms-element-product-listing .product-rating{width:50%}.has-element-loader .cms-element-product-listing .product-name{width:75%}.has-element-loader .cms-element-product-listing .product-price{width:35%}.has-element-loader .cms-element-product-listing .product-wishlist-info-item{border-radius:0;color:transparent;animation:skeletonShimmer 1.5s linear 0s infinite normal forwards running;background:linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);background-size:800px 100px}.has-element-loader .cms-element-product-listing .product-wishlist-info-status{display:none}.has-element-loader .cms-element-product-listing .product-variant-characteristics-text,.has-element-loader .cms-element-product-listing .product-wishlist-remove{display:none}.modal .modal-header.only-close{border-bottom-color:transparent}.modal .modal-close:focus{outline:0}.modal .cms-section-default .boxed{padding:0}.modal.is-fullscreen .modal-dialog,.modal.is-fullscreen .modal-content{width:100%;height:100%;min-height:100%;position:absolute;max-width:100%;top:0;left:0;margin:0;overflow-y:scroll;box-shadow:none}.modal.is-fullscreen .modal-dialog,.modal.is-fullscreen .modal-content,.modal.is-fullscreen .modal-header,.modal.is-fullscreen .modal-body,.modal.is-fullscreen .modal-footer{border-radius:0}.language-flag{display:inline-block;height:12px;width:16px;border:1px solid #adb5bd;margin-top:1px;text-indent:100%;white-space:nowrap;overflow:hidden;background-position:0 0;background-repeat:no-repeat;background-size:100%}.language-flag.country-de{background-image:linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%)}.language-flag.country-gb{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==")}.icon{width:1.375rem;height:1.375rem;display:inline-flex;align-self:center;font-size:inherit;overflow:visible;color:#4a545b}.icon>svg{width:100%;height:100%;top:0.25em;position:relative;fill:currentColor}.icon>svg path,.icon>svg use{fill:currentColor}.icon-primary{color:var(--text-color-brand-primary)}.icon-secondary{color:#000000}.icon-success{color:#5b8e48}.icon-info{color:#409bbf}.icon-warning{color:#974200}.icon-danger{color:#c20017}.icon-light{color:#eee}.icon-dark{color:#4a545b}.icon-review{color:#fedc70}.icon-fluid{width:100%;height:100%}.icon-lg{width:1.8333333333rem;height:1.8333333333rem}.icon-sm,.navigation-offcanvas-link-icon .loader{width:1.203125rem;height:1.203125rem}.icon-xs{width:1.03125rem;height:1.03125rem}.icon-1x{width:1.375rem;height:1.375rem}.icon-2x{width:2.75rem;height:2.75rem}.icon-3x{width:4.125rem;height:4.125rem}.icon-4x{width:5.5rem;height:5.5rem}.icon-5x{width:6.875rem;height:6.875rem}.icon-6x{width:8.25rem;height:8.25rem}.icon-7x{width:9.625rem;height:9.625rem}.icon-8x{width:11rem;height:11rem}.icon-9x{width:12.375rem;height:12.375rem}.icon-10x{width:13.75rem;height:13.75rem}.icon-rotate-90 svg{filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.icon-rotate-180 svg{filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.icon-rotate-270 svg{filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.icon-flip-horizontal svg{filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.icon-flip-vertical svg{filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.icon-flip-both svg,.icon-flip-horizontal.icon-flip-vertical svg{filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .icon-rotate-90 svg,:root .icon-rotate-180 svg,:root .icon-rotate-270 svg,:root .icon-flip-horizontal svg,:root .icon-flip-vertical svg,:root .icon-flip-both svg{filter:none}.alert-primary .icon{color:#751103}.alert-secondary .icon{color:#000000}.alert-success .icon{color:#5b8e48}.alert-info .icon{color:#409bbf}.alert-warning .icon{color:#974200}.alert-danger .icon{color:#c20017}.alert-light .icon{color:#f9f9f9}.alert-dark .icon{color:#4a545b}.btn-primary .icon,.address-editor-select:not(.collapsed) .icon,.address-editor-edit:not(.collapsed) .icon,.address-editor-create:not(.collapsed) .icon{color:#fff}.btn-secondary .icon{color:#fff}.btn-success .icon{color:#000}.btn-info .icon{color:#000}.btn-warning .icon{color:#fff}.btn-danger .icon{color:#fff}.btn-light .icon{color:#000}.btn-dark .icon{color:#fff}.btn .icon>svg{top:6px}.pagination .icon{width:13px;height:13px}.pagination .icon>svg{top:2px}.is-left .offcanvas-close svg,.offcanvas-start .offcanvas-close svg{top:0}.is-right .offcanvas-close svg{top:0.3rem}.navigation-offcanvas-link-icon .icon>svg{top:0}.pagination{margin-bottom:0}.pagination .page-link{cursor:pointer;margin-bottom:0}.cms-section{overflow:hidden}.cms-section.bg-image{background-repeat:no-repeat;background-position:50%}.cms-section .cms-section-sidebar{display:flex}@media (max-width:767.98px){.cms-section-sidebar-mobile-wrap{flex-direction:column}.cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content{display:none}}.cms-block{overflow:hidden}.cms-block.bg-image{position:relative;background-repeat:no-repeat;background-position:50%}.cms-block .cms-block-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:none}.cms-block .cms-block-background.media-mode--contain{object-fit:contain}.cms-block .cms-block-background.media-mode--cover{object-fit:cover}.cms-block .cms-block-container{position:relative}.cms-block .cms-block-container .cms-block-container-row{flex-direction:row}.cms-block-center-text .cms-element-text{padding:30px}.cms-block-image-three-cover .row,.cms-block-image-three-cover .is-act-cartpage .checkout .checkout-container,.is-act-cartpage .checkout .cms-block-image-three-cover .checkout-container,.cms-block-image-three-cover .is-act-checkoutregisterpage .checkout .checkout-container,.is-act-checkoutregisterpage .checkout .cms-block-image-three-cover .checkout-container,.cms-block-image-three-cover .is-act-confirmpage .checkout .checkout-container,.is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container,.cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container,.is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container,.cms-block-image-three-cover .is-act-finishpage .checkout .checkout-container,.is-act-finishpage .checkout .cms-block-image-three-cover .checkout-container,.cms-block-image-three-cover .header-search-container.full-page .search-suggest .search-suggest-content__row,.header-search-container.full-page .search-suggest .cms-block-image-three-cover .search-suggest-content__row,.cms-block-image-three-cover .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .cms-block-image-three-cover .shipping-method-description,.cms-block-image-three-cover .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .cms-block-image-three-cover .shipping-method-description,.cms-block-image-three-cover .confirm-shipping .payment-method .shipping-method-label .shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .cms-block-image-three-cover .shipping-method-description,.cms-block-image-three-cover .confirm-shipping .payment-method .payment-method-label .shipping-method-description,.confirm-shipping .payment-method .payment-method-label .cms-block-image-three-cover .shipping-method-description,.cms-block-image-three-cover .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .cms-block-image-three-cover .shipping-method-description,.cms-block-image-three-cover .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .cms-block-image-three-cover .shipping-method-description,.cms-block-image-three-cover .confirm-payment .payment-method .shipping-method-label .shipping-method-description,.confirm-payment .payment-method .shipping-method-label .cms-block-image-three-cover .shipping-method-description,.cms-block-image-three-cover .confirm-payment .payment-method .payment-method-label .shipping-method-description,.confirm-payment .payment-method .payment-method-label .cms-block-image-three-cover .shipping-method-description{margin:0}.cms-block-image-three-cover [class^=col-]{padding:0}.cms-block-image-text-bubble .cms-element-image .cms-image-container,.cms-block-image-bubble-row .cms-element-image .cms-image-container{height:300px;width:300px;margin:auto;border-radius:50%;background-clip:padding-box;overflow:hidden}.cms-block-image-highlight-row .cms-element-image{border:12px solid #fff}.cms-block-image-text-bubble .cms-element-text,.cms-block-image-text-row .cms-element-text{padding-top:20px}.cms-block-image-text-gallery .image-text-gallery-card{box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2)}.cms-block-image-text-gallery .cms-element-text{padding:20px}.cms-block-text-on-image .cms-element-text{padding:30px;align-items:center;min-height:240px}.cms-block-image-text-cover .cms-element-text{padding-top:30px}.cms-block-image-simple-grid .left-top{margin-bottom:40px}.cms-block-image-simple-grid .right{height:100%}@media (min-width:992px){.cms-block-container .cms-block-container-row.has--sidebar{flex-direction:column}.cms-block-container .cms-block-container-row.has--sidebar>div{flex-basis:auto;flex-grow:1;max-width:100%}}@media (max-width:767.98px){.cms-block-image-text-gallery .cms-row>:not(:last-child),.cms-block-image-two-column .cms-row>:not(:last-child),.cms-block-image-three-column .cms-row>:not(:last-child),.cms-block-image-four-column .cms-row>:not(:last-child),.cms-block-image-bubble-row .cms-row>:not(:last-child),.cms-block-image-highlight-row .cms-row>:not(:last-child){margin-bottom:40px}.cms-block-image-text .cms-row>:first-child,.cms-block-image-text-cover .cms-row>:first-child{margin-bottom:40px}.cms-block-image-simple-grid .left-bottom{margin-bottom:40px}}.cms-block-sidebar-filter{overflow:visible}.cms-block-sidebar-filter .col-12,.cms-block-sidebar-filter .register-form .phone-number>.col-md-6,.register-form .cms-block-sidebar-filter .phone-number>.col-md-6,.cms-block-sidebar-filter .register-form .is-act-confirmpage .checkout .phone-number>.checkout-aside,.is-act-confirmpage .checkout .cms-block-sidebar-filter .register-form .phone-number>.checkout-aside,.cms-block-sidebar-filter .register-form .is-ctl-accountorder .checkout .phone-number>.checkout-aside,.is-ctl-accountorder .checkout .cms-block-sidebar-filter .register-form .phone-number>.checkout-aside,.cms-block-sidebar-filter .register-form .is-act-finishpage .checkout .phone-number>.checkout-additional,.is-act-finishpage .checkout .cms-block-sidebar-filter .register-form .phone-number>.checkout-additional,.cms-block-sidebar-filter .register-form .is-act-finishpage .checkout .phone-number>.checkout-aside,.is-act-finishpage .checkout .cms-block-sidebar-filter .register-form .phone-number>.checkout-aside,.cms-block-sidebar-filter .register-form .register-form .phone-number>.form-street-input,.register-form .cms-block-sidebar-filter .register-form .phone-number>.form-street-input,.cms-block-sidebar-filter .register-form .register-form .phone-number>.form-zipcode-city-input,.register-form .cms-block-sidebar-filter .register-form .phone-number>.form-zipcode-city-input{position:initial}.cms-element-product-name{display:inline-block}.cms-element-manufacturer-logo .cms-image-link{height:100%}.cms-element-manufacturer-logo .cms-image-container.is-standard img{max-width:200px;max-height:70px}.cms-element-image{position:relative;height:100%}.cms-element-image .cms-image{display:block;max-width:100%}.cms-element-image .cms-image-container{display:block;max-width:100%;position:relative}.cms-element-image .cms-image-container.is-cover{object-fit:contain;height:100%}.cms-element-image .cms-image-container.is-cover .cms-image{object-fit:cover;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.cms-element-image .cms-image-container.is-cover .cms-image,.cms-element-image .cms-image-container.is-stretch .cms-image{width:100%}.cms-element-image .cms-image-link{display:block}.cms-element-youtube-video{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.cms-element-youtube-video.is--streched{height:100%}.cms-element-youtube-video::before{display:block;content:"";width:100%;padding-top:calc((9 / 16) * 100%)}.cms-element-youtube-video__video,.cms-element-youtube-video__placeholder{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;border:0 none}.cms-element-youtube-video__placeholder img{object-fit:cover;height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0}.cms-element-youtube-video__backdrop{display:flex;align-items:center;justify-content:center;text-align:center}.cms-element-youtube-video__backdrop>div{background:rgba(255, 255, 255, 0.5);padding:1rem}.cms-element-vimeo-video{position:relative;width:100%}.cms-element-vimeo-video::before{display:block;content:"";width:100%;padding-top:56.25%}.cms-element-vimeo-video__video,.cms-element-vimeo-video__placeholder{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;border:0 none}.cms-element-vimeo-video__placeholder img{object-fit:cover;height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0}.cms-element-vimeo-video__backdrop{display:flex;align-items:center;justify-content:center;text-align:center}.cms-element-vimeo-video__backdrop>div{background:rgba(255, 255, 255, 0.5);padding:1rem}.cms-element-product-listing .cms-listing-col{margin-bottom:1.5rem}.cms-element-product-listing-actions{display:flex;align-items:center;margin-bottom:20px}.cms-element-product-listing-actions .sorting{margin-left:auto}.cms-element-buy-box,.cms-element-product-box{width:100%}.cms-element-product-slider .cms-element-title{font-size:1rem;font-weight:700;color:#2b3136}.cms-element-product-slider.has-border .cms-element-title{margin-top:0.5rem}.cms-element-text,.cms-element-image,.cms-element-product-box,.cms-element-buy-box,.cms-element-product-slider,.cms-element-image-slider,.cms-element-product-description-reviews,.cms-element-image-gallery{word-break:break-word}.cms-element-text.has-vertical-alignment,.cms-element-image.has-vertical-alignment,.cms-element-product-box.has-vertical-alignment,.cms-element-buy-box.has-vertical-alignment,.cms-element-product-slider.has-vertical-alignment,.cms-element-image-slider.has-vertical-alignment,.cms-element-product-description-reviews.has-vertical-alignment,.cms-element-image-gallery.has-vertical-alignment{display:flex;height:100%}.cms-element-image-gallery .js-magnifier-zoom-image-container .magnifier-overlay{display:none}@media (max-width:991.98px){.cms-element-product-listing-actions{flex-wrap:wrap;justify-content:center}.cms-element-product-listing-actions .sorting{width:100%;margin-top:5px;margin-left:0}}div.card-tabs .cms-card-header{padding-left:0;padding-right:0}.cms-element-text{position:relative}.confirm-message{padding:10% 20%;text-align:center;font-size:18px;font-weight:600}.confirm-message div.alert{margin-top:1em}.confirm-alert{padding:1em 1em 3em}@media (max-width:767.98px){.confirm-message{padding:10% 0}}.was-validated .custom-control-input:valid~.custom-control-label.no-validation{color:inherit}.was-validated .custom-control-input:valid~.custom-control-label.no-validation::before{border-color:inherit}.required-fields{margin-bottom:1rem}.form-text{font-size:0.875rem}.forms-boolean{display:block;border:1px solid #798490;padding:0 36px;margin:12px 0;height:40px;border-radius:3px;cursor:pointer}.forms-boolean.is-active{border-color:#751103}.forms-boolean:hover{border-color:#751103;color:#751103}.forms-boolean-label{cursor:pointer;height:38px;line-height:38px;width:100%}.forms-boolean-label::before,.forms-boolean-label::after{top:11px}[data-address-editor] .loader{--bs-spinner-width: 16px;--bs-spinner-height: 16px}[data-address-editor].disabled{opacity:1;pointer-events:none}.address-editor-select,.address-editor-edit,.address-editor-create{cursor:pointer}.address-editor-select{margin-bottom:1rem}.address-editor-list-wrapper,.address-editor-create-address-wrapper{padding-top:1.5rem;padding-bottom:1.5rem}.address-editor-card{padding-top:1rem}.address-editor-card:not(:last-child){padding-bottom:1rem;border-bottom:1px solid #798490}@media (min-width:768px){.address-editor-select{margin-bottom:0}}.sorting{display:inline-block;width:260px}.delivery-status-indicator{border-radius:100%;background-clip:padding-box;display:inline-block;height:10px;line-height:10px;margin-right:5px;position:relative;width:10px}.quickview-minimal-top,.quickview-minimal-image{margin-bottom:1rem}.quickview-minimal-product-manufacturer-logo{width:100%}@media (min-width:768px){.quickview-minimal-top{margin-bottom:1.5rem}}.payment-method-image{max-height:24px;max-width:100%;margin-right:0.25rem;margin-left:0.25rem;float:right}.shipping-method-image{max-height:24px;max-width:100%;margin-right:0.25rem;margin-left:0.25rem;float:right}.filter-panel{display:flex;flex-wrap:wrap;align-content:flex-start;margin-bottom:8px}.icon.icon-filter-panel-item-toggle{margin-left:8px}.icon.icon-filter-panel-item-toggle>svg{top:4px}.filter-panel-items-container{display:flex;flex-wrap:wrap;align-content:flex-start;margin-bottom:8px;width:100%}.filter-panel-item{margin-right:12px;margin-bottom:12px}.filter-panel-item .filter-panel-item-toggle{--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(117, 17, 3, 0.3);--bs-btn-border-color: #798490;--bs-btn-hover-border-color: #798490;--bs-btn-active-border-color: #751103;--bs-btn-active-color: #751103;--bs-btn-font-weight: 400}.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg{color:#751103;transform:rotate(180deg)}.filter-panel-item-dropdown{min-width:240px;max-height:200px;overflow:auto;padding:13px 0}.filter-panel-submit{height:40px;margin-bottom:12px;border:1px solid #751103;background-color:#fff;color:#4a545b}.filter-active{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;align-items:center;padding:2px 35px 2px 14px;border-radius:50px;height:32px;line-height:26px;border:1px solid #798490;margin-right:6px;margin-bottom:8px;vertical-align:top;position:relative;max-width:245px}.filter-active-preview{display:inline-block;width:16px;height:16px;border-radius:4px;border:1px solid #798490;margin-right:8px;background-position:center center;background-size:cover;vertical-align:text-bottom}.filter-active-remove{padding:0 12px;margin:0;line-height:1;border:0 none;font-weight:700;color:#4a545b;font-size:16px;background-color:transparent;appearance:none;position:absolute;top:0;right:0;display:block;height:100%;bottom:0;width:35px;text-align:left}.filter-active-remove:focus-visible{outline:none;color:#751103;box-shadow:inset 0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.filter-active-remove:hover{color:#751103}.btn.filter-reset-all{display:inline-block;border-radius:50px;height:32px;line-height:26px;font-weight:400;vertical-align:top;margin-right:8px}.is--sidebar .filter-panel,.is--sidebar .filter-panel-items-container{display:block}.is--sidebar .filter-panel-item-dropdown{min-width:100%;border:1px solid #751103;border-top:0;border-radius:0 0 4px 4px}.is--sidebar .filter-panel-item{margin-right:0;width:100%}.is--sidebar .filter-panel-item-toggle{text-align:left;display:flex}.is--sidebar .filter-panel-item-toggle[aria-expanded="true"]{color:#751103;border-color:#751103;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0 none}.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] svg{color:#751103;transform:rotate(180deg)}.is--sidebar .icon-filter-panel-item-toggle{margin-left:auto}.is--sidebar .icon-filter-panel-item-toggle>svg{top:0}.is-loading .filter-panel-item-toggle,.is-loading .filter-active,.is-loading .filter-reset-all,.is-loading .filter-boolean,.is-loading .filter-panel-submit{pointer-events:none;opacity:0.6}.btn.filter-panel-wrapper-toggle{--bs-btn-padding-x: 6px;--bs-btn-padding-y: 6px;--bs-btn-hover-bg: var(--bs-gray-200);--bs-btn-hover-color: var(--bs-primary);--bs-btn-active-bg: var(--bs-gray-200);--bs-btn-active-color: var(--bs-primary);display:none;width:100%}.btn.filter-panel-wrapper-toggle .icon{color:currentColor;margin-right:0.5rem;vertical-align:text-bottom}.btn.filter-panel-wrapper-toggle .icon svg{top:0}.filter-panel-offcanvas-header{height:80px;align-items:center;padding:25px;display:none}.filter-panel-offcanvas-title{margin-bottom:0;font-size:24px;font-weight:700;color:#2b3136}.filter-panel-offcanvas-close{margin-left:auto}@media (max-width:991.98px){.btn.filter-panel-wrapper-toggle{display:block}.filter-panel-wrapper{display:none}}.offcanvas-filter{overflow:hidden}.offcanvas-filter .filter-panel{height:calc(100% - 80px);overflow-y:auto;width:100%;padding:0 25px 25px}.offcanvas-filter .filter-panel-offcanvas-header{display:flex}.filter-multi-select .filter-panel-item-toggle.disabled{cursor:default}.filter-multi-select-list{list-style:none;margin:0;padding:0}.filter-multi-select-list-item{padding:5px 15px}.filter-multi-select-list-item.disabled{opacity:0.3}.filter-multi-select-list-item.disabled .filter-multi-select-item-label{cursor:default}.filter-multi-select-item-label{cursor:pointer;margin-bottom:0;padding:0 10px;width:100%}.filter-multi-select-count{margin-left:3px}.filter-property-select-list-item{display:flex;align-items:center}.filter-property-select-preview{width:32px;height:32px;display:inline-block;border-radius:4px;border:1px solid #798490;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath fill='%23cdd5db' d='M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z'/%3E%3C/svg%3E");background-position:center center;background-size:cover;position:relative;flex-shrink:0}.filter-property-select-preview-checkmark{width:20px;height:20px;background-color:#798490;position:absolute;border:1px solid #fff;border-radius:50%;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;transition:all 0.15s ease-in-out;opacity:0;transform:translateY(-5px)}.filter-property-select-preview-checkmark .icon{width:10px;height:10px;color:#fff}.filter-property-select-preview-checkmark .icon svg{top:0}.filter-property-select-checkbox{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:4px;appearance:none;background-color:transparent;outline:none}.filter-property-select-checkbox:focus{box-shadow:0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.filter-property-select-checkbox:checked~.filter-property-select-preview-checkmark{transform:translateY(0);opacity:1}.filter-boolean{display:inline-block;border:1px solid #798490;padding-left:12px;padding-right:12px;height:40px;border-radius:0;cursor:pointer}.filter-boolean.is-active{border-color:#751103}.filter-boolean:hover{border-color:#751103;color:#751103}.filter-boolean.disabled{cursor:default;background:#eee;border-color:#eee}.filter-boolean.disabled .filter-boolean-label{color:#bcc1c7;cursor:default}.filter-boolean-input{margin-top:11px}.filter-boolean-label{cursor:pointer;height:38px;line-height:38px;width:100%}.filter-range-dropdown{padding:0;overflow:hidden}.filter-range-container{display:flex;align-items:flex-end;padding:16px}.filter-range-error{padding:0 16px 16px;font-size:13px;color:#c20017}.filter-range-min,.filter-range-max{width:calc(50% - 14px);margin-bottom:0;font-size:11px;position:relative}.min-input,.max-input{margin-bottom:0;height:28px;padding:6px 10px;appearance:none}.min-input::-webkit-inner-spin-button,.min-input::-webkit-outer-spin-button,.max-input::-webkit-inner-spin-button,.max-input::-webkit-outer-spin-button{appearance:none;margin:0}.filter-range-unit{position:absolute;bottom:1px;right:1px;height:26px;line-height:26px;font-size:14px;padding:0 10px;background-color:#fff;border-radius:0}.filter-range-divider{width:28px;height:28px;line-height:28px;text-align:center;font-weight:700}.filter-rating-select-radio{appearance:none;opacity:0}.filter-rating-select-radio:checked~.filter-rating-select-item-checkmark{transform:translateY(2px);opacity:1}.filter-rating-select-radio:focus-visible~.filter-rating-select-item-label{box-shadow:0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.filter-rating-select-radio:focus-visible~.filter-rating-select-item-label .filter-rating-select-item-label-text{color:#751103;font-weight:700}.filter-rating-select-item-label{cursor:pointer;display:flex;align-items:center}.filter-rating-select-item-label .product-review-rating{margin-right:8px;display:inline-block;margin-top:3px}.filter-rating-select-item-label:hover .icon-review{color:#fed03d}.filter-rating-select-item-label:hover .filter-rating-select-item-label-text{color:#751103;font-weight:700}.filter-rating-select-list-item{display:flex;position:relative;margin-left:16px}.filter-rating-select-list-item .filter-rating-select-item-label{margin-bottom:5px}.filter-rating-select-list-item:last-child.filter-rating-select-item-label{margin-bottom:0}.filter-rating-select-list-item.disabled{opacity:0.3}.filter-rating-select-list-item.disabled .icon-review{color:#bcc1c7}.filter-rating-select-list-item.disabled .filter-rating-select-item-label{cursor:default}.filter-rating-select-list-item.disabled:hover .filter-rating-select-item-label-text{color:#2b3136;font-weight:400}.filter-rating-select-item-checkmark{width:20px;height:20px;background-color:#798490;position:absolute;border:1px solid #fff;border-radius:50%;top:-8px;left:-8px;display:flex;align-items:center;justify-content:center;transition:all 0.15s ease-in-out;opacity:0;transform:translateY(-7px)}.filter-rating-select-item-checkmark .icon{width:10px;height:10px;color:#fff}.filter-rating-select-item-checkmark .icon svg{top:0}.filter-multi-select-rating .filter-panel-item-dropdown{padding-bottom:6px}.product-feature-list-list{list-style:none;padding-left:unset}.product-feature-feature{font-size:0.75rem}.product-feature-value{font-weight:700}.notification-dot{background-color:#bcc1c7;width:10px;height:10px;border-radius:50%;display:inline-block}.notification-dot.notification-dot-primary{background-color:#751103}.notification-dot.notification-dot-secondary{background-color:#000000}.notification-dot.notification-dot-success{background-color:#5b8e48}.notification-dot.notification-dot-danger{background-color:#c20017}.notification-dot.notification-dot-warning{background-color:#974200}.notification-dot.notification-dot-info{background-color:#409bbf}.notification-dot.notification-dot-light{background-color:#f9f9f9}.notification-dot.notification-dot-dark{background-color:#4a545b}.product-wishlist{margin-top:10px}.product-wishlist .icon-wishlist svg{top:0}.product-wishlist-not-added .icon-wishlist-added,.product-wishlist-not-added .text-wishlist-remove{display:none}.product-wishlist-not-added .icon-wishlist-not-added,.product-wishlist-not-added .text-wishlist-not-added{display:inline-flex}.product-wishlist-not-added .icon-wishlist-not-added{animation:pulse 0.5s alternate}.product-wishlist-added .icon-wishlist-added,.product-wishlist-added .text-wishlist-remove{display:inline-flex}.product-wishlist-added .icon-wishlist-added{animation:pulse 0.5s alternate}.product-wishlist-added .icon-wishlist-not-added,.product-wishlist-added .text-wishlist-not-added{display:none}.product-wishlist-action-circle{position:absolute;bottom:1rem;right:1rem}.product-wishlist-action-circle.btn{text-overflow:initial}.product-wishlist-action-circle::before{content:"";position:absolute;width:120%;height:120%;left:calc(50% - 24px);top:calc(50% - 24px)}.product-wishlist-action{background:transparent;border-style:none;padding:0;display:inline-flex}.product-wishlist-btn{--bs-btn-border-radius: 50%;--bs-btn-border-width: 0;--bs-btn-padding-x: 0.5rem;--bs-btn-padding-y: 0.5rem;--bs-btn-color: var(--bs-gray-800);--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(117, 17, 3, 0.3);height:40px;width:40px}.product-wishlist-btn-remove{z-index:10;position:absolute;right:1.5rem;top:1.5rem}.product-wishlist .icon-wishlist,.product-wishlist .icon-wishlist-remove{color:#4a545b}.product-wishlist .icon-wishlist svg,.product-wishlist .icon-wishlist-remove svg{top:0}.product-wishlist-btn-content{text-decoration:underline}.product-wishlist-btn-content-md{margin-left:8px;font-size:14px}.product-wishlist-btn-content-sm{margin-left:6px;font-size:12px}.product-wishlist-btn-content-disabled{display:none}.product-wishlist-btn-content-active{display:inline-flex}.product-wishlist-info{}.product-wishlist-info-item{min-height:2em;font-size:0.75rem}.product-wishlist-info-text{font-weight:700}.product-wishlist-info-manufacturer{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.product-wishlist-info .product-variant-characteristics-text{text-transform:capitalize}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:1}100%{transform:scale(1);opacity:1}}.quantity-selector-group .quantity-selector-group-input{-moz-appearance:textfield;text-align:center;border-left:0;border-right:0;padding-left:0;padding-right:0;line-height:inherit}.quantity-selector-group .quantity-selector-group-input:disabled{color:#798490}.quantity-selector-group .quantity-selector-group-input::-webkit-outer-spin-button,.quantity-selector-group .quantity-selector-group-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-selector-group .btn-outline-light{--bs-btn-disabled-bg: #eee;--bs-btn-disabled-border-color: #798490;--bs-btn-border-color: #798490;--bs-btn-active-border-color: #798490;--bs-btn-hover-border-color: #798490;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.quantity-selector-group .btn-outline-light.btn-plus{border-left:0}.quantity-selector-group .btn-outline-light.btn-minus{border-right:0}.quantity-selector-group .btn-outline-light:disabled .icon{color:#bcc1c7}.quantity-selector-group .btn-outline-light svg{top:4px}.basic-captcha-content-image{width:85%}.basic-captcha-content-image img{border:1px solid #798490;border-radius:0;width:100%}.basic-captcha-content-code{display:flex;justify-content:space-between;margin-bottom:1.25em;max-width:440px}.basic-captcha-content-refresh-icon{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;height:42px;align-self:flex-end;border-color:#798490}.basic-captcha-content-refresh-icon.btn .icon>svg{top:0}.basic-captcha-content-refresh-icon:hover{cursor:pointer;border-color:#751103;background-color:#fff}.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch{color:#751103}.line-item{margin-bottom:1rem}.line-item.is-discount .line-item-total-price{color:#5b8e48}.line-item-info{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%}@media (min-width:768px){.line-item-info{flex:0 0 auto;width:41.66666667%}}.line-item-details{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%}@media (min-width:576px){.line-item-details{flex:0 0 auto;width:58.33333333%}}@media (min-width:768px){.line-item-details{flex:0 0 auto;width:66.66666667%}}.line-item-quantity{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%}@media (min-width:576px){.line-item-quantity{flex:0 0 auto;width:33.33333333%}}@media (min-width:768px){.line-item-quantity{flex:0 0 auto;width:16.66666667%}}.line-item-quantity-label{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%}@media (min-width:576px){.line-item-quantity-label{flex:0 0 auto;width:100%}}.line-item-quantity-select-wrapper{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%}@media (min-width:576px){.line-item-quantity-select-wrapper{flex:0 0 auto;width:100%}}.line-item-unit-price{flex:0 0 auto;width:100%}@media (min-width:576px){.line-item-unit-price{flex:0 0 auto;width:33.33333333%}}@media (min-width:768px){.line-item-unit-price{flex:0 0 auto;width:16.66666667%}}.line-item-tax-price{flex:0 0 auto;width:100%}@media (min-width:576px){.line-item-tax-price{flex:0 0 auto;width:33.33333333%}}@media (min-width:768px){.line-item-tax-price{flex:0 0 auto;width:16.66666667%}}.line-item-total-price{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%}@media (min-width:576px){.line-item-total-price{flex:0 0 auto;width:33.33333333%}}@media (min-width:768px){.line-item-total-price{flex:0 0 auto;width:16.66666667%}}.line-item-remove{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:16.66666667%}@media (min-width:768px){.line-item-remove{flex:0 0 auto;width:8.33333333%}}.is-offcanvas .line-item-info{flex:0 0 auto;width:83.33333333%}.is-offcanvas .line-item-details{flex:0 0 auto;width:100%}.is-offcanvas .line-item-quantity{flex:0 0 auto;width:100%}.is-offcanvas .line-item-quantity-label{flex:0 0 auto;width:58.33333333%}.is-offcanvas .line-item-quantity-select-wrapper{flex:0 0 auto;width:41.66666667%}.is-offcanvas .line-item-unit-price{flex:0 0 auto;width:100%}.is-offcanvas .line-item-tax-price{flex:0 0 auto;width:100%}.is-offcanvas .line-item-total-price{flex:0 0 auto;width:100%}.is-offcanvas .line-item-remove{flex:0 0 auto;width:16.66666667%}.is-offcanvas .line-item-details-container{padding-left:0}@media (min-width:768px){.no-remove-button .line-item-info{flex:0 0 auto;width:50%}}.line-item.is-order{margin-left:20px;margin-right:20px}.line-item.is-order .line-item-children .line-item{margin-left:0;margin-right:0}.line-item-info,.line-item-details,.line-item-quantity,.line-item-unit-price,.line-item-total-price,.line-item-tax-price,.line-item-remove{padding-right:0.25rem;padding-left:0.25rem}.line-item-discount-icon,.line-item-icon{text-align:center;height:100%}.line-item-discount-icon .icon,.line-item-icon .icon{height:100%}.line-item-discount-icon .icon>svg,.line-item-icon .icon>svg{top:0}.line-item-discount .line-item-icon .icon,.line-item-promotion .line-item-icon .icon{color:#5b8e48}.line-item-container .line-item-icon .icon{color:#000000}.line-item-nested-icon{align-items:center;justify-content:center;border-radius:50%;display:flex;margin:0 auto;width:65px;height:65px}.line-item-nested-icon .icon>svg{top:0}.line-item-info{order:1}.line-item-quantity{order:3}.line-item-unit-price,.line-item-tax-price{order:5}.line-item-total-price{order:4}.line-item-remove{order:2;text-align:right}.line-item-img-container{text-align:center;width:70px;margin-bottom:0.5rem}.line-item-img-link{display:block}.line-item-img{width:100%;height:70px;object-fit:contain}.line-item-info{margin-bottom:1rem}.line-item-total-price{font-weight:700}.line-item-total-price,.line-item-tax-price{justify-content:space-between;display:flex}.line-item-total-price{justify-content:flex-end}.line-item-tax-price{justify-content:flex-end}@media (max-width:575.98px){.line-item-tax-price,.line-item-unit-price{font-size:0.75rem;font-style:italic}}.line-item-unit-price{display:none}@media (min-width:576px){.line-item-unit-price{display:flex;justify-content:flex-end}}.line-item-unit-price.is-shown{display:flex;justify-content:flex-end}.is-offcanvas .line-item-unit-price{display:none;font-size:0.75rem;font-style:italic}.is-offcanvas .line-item-unit-price.is-shown{display:flex;justify-content:flex-end}.line-item-quantity-label,.line-item-unit-price-label,.line-item-total-price-label,.line-item-tax-price-label{font-weight:700;margin-bottom:0.5rem}.line-item-quantity-row{align-items:center;margin-bottom:0.5rem}.line-item-quantity{margin-bottom:0.5rem}.line-item-details-characteristics{margin:0.5rem 0;font-size:0.75rem}.line-item-details-characteristics .line-item-details-characteristics-option{font-weight:700}.line-item-variants{margin-bottom:0.5rem}.line-item-variants-properties{display:flex}.line-item-variants-properties-name{margin-right:0.5rem}@media (min-width:576px){.is-default .line-item-quantity-container,.is-order .line-item-quantity-container{margin-left:auto}.is-default .line-item-quantity-row,.is-order .line-item-quantity-row{align-items:normal;margin-bottom:0}.is-default .line-item-quantity,.is-order .line-item-quantity{flex-direction:column;display:flex}.is-default .line-item-unit-price,.is-default .line-item-total-price,.is-default .line-item-tax-price,.is-order .line-item-unit-price,.is-order .line-item-total-price,.is-order .line-item-tax-price{text-align:right}.is-default .line-item-unit-price,.is-default .line-item-total-price,.is-default .line-item-tax-price,.is-order .line-item-unit-price,.is-order .line-item-total-price,.is-order .line-item-tax-price{justify-content:normal;flex-direction:column}.is-default .line-item-tax-price,.is-order .line-item-tax-price{order:4}.is-default .line-item-total-price,.is-order .line-item-total-price{order:5}}@media (min-width:768px){.is-default .line-item-info,.is-default .line-item-quantity,.is-default .line-item-unit-price,.is-default .line-item-total-price,.is-default .line-item-tax-price,.is-default .line-item-remove,.is-order .line-item-info,.is-order .line-item-quantity,.is-order .line-item-unit-price,.is-order .line-item-total-price,.is-order .line-item-tax-price,.is-order .line-item-remove{order:0}.is-default .line-item-info,.is-order .line-item-info{margin-bottom:0}.is-default .line-item-quantity-label,.is-default .line-item-unit-price-label,.is-default .line-item-total-price-label,.is-default .line-item-tax-price-label,.is-order .line-item-quantity-label,.is-order .line-item-unit-price-label,.is-order .line-item-total-price-label,.is-order .line-item-tax-price-label{display:none}}.line-item-children{background-color:#f9f9f9;font-size:0.75rem;width:100%;padding:10px 20px;order:10;margin-top:10px;flex-shrink:initial}.line-item-children .line-item-children-elements{padding:12px 0 0}.line-item-children .line-item-headline{padding:0;font-weight:600}.line-item-children .line-item-change-button{width:fit-content;margin:0 12px;font-size:12px;text-decoration:underline;background-color:transparent;border-style:none}.line-item-children .line-item-change-button:focus{outline:none}.line-item-children .line-item-collapse{margin:0}.line-item-children .line-item-collapse-container,.line-item-children .line-item-child-label{padding:0}.line-item-children .line-item-child-label{position:relative}.line-item-children .line-item-collapse-icon-container{padding:0;text-align:right}.line-item-children .line-item-collapse-button,.line-item-children .line-item-child-remove-icon{background-color:transparent;border-style:none}.line-item-children .line-item-collapse-button:focus,.line-item-children .line-item-child-remove-icon:focus{outline:none}.line-item-children .line-item-collapse-button>.line-item-collapse-icon{transform:rotate(180deg);transition:all 0.2s ease-out}.line-item-children .line-item-collapse-button.collapsed>.line-item-collapse-icon{transform:rotate(0deg)}.line-item-children .line-item-children-element{margin:0;padding:8px 4px 0}.line-item-children .line-item-children-element>.nesting-level-0{list-style:none}.line-item-children .line-item-children-element:last-child,.line-item-children .line-item-children-element-divider:last-child{border-style:none}.line-item-children .line-item-child-label-bullet{display:list-item}.line-item-children .line-item-child-total-price{padding:0;text-align:right;font-weight:600}.line-item-children .line-item-child-remove-icon-container{padding:0;text-align:right}.line-item-children .line-item-children-element-divider{border-top:1px solid #798490;margin:1rem 0}@media (min-width:768px){.line-item-children.nesting-level-1{margin-left:96px}}@media (min-width:992px){.line-item-children.nesting-level-1{margin-left:4px}}@media (min-width:1200px){.line-item-children.nesting-level-1{margin-left:96px}}.is-offcanvas .line-item-children{margin-left:0;padding-left:12px;padding-right:12px}.line-item-children{font-size:0.75rem}.line-item-children.nesting-level-2{background-color:#f0f0f0}.line-item-children.nesting-level-3{background-color:#ebebeb}.line-item-children .line-item-details-container{padding-left:0}.line-item-children .line-item-headline-text{font-weight:normal}.line-item-children .line-item-collapse{align-items:center}.line-item{margin:0;padding:10px 0;border-bottom:1px solid #798490}.line-item:last-child{border-bottom:0}.line-item-nested-icon{background-color:#798490}.line-item-img{padding:0.25rem;border:1px solid #798490;border-radius:0}.line-item-product-number{margin-bottom:0.5rem;font-size:0.75rem}.line-item-delivery-date{font-size:0.75rem}.line-item-variants{font-size:0.75rem}.line-item-variants-properties-name{font-weight:700}.line-item-label{color:#2b3136;font-weight:700}a.line-item-label:hover{color:#751103;text-decoration:none}.line-item-total-price-value{text-align:right}.line-item-unit-price-label{display:none}.line-item-tax-price-label{display:inline;font-weight:normal;margin-right:5px}.line-item-total-price-label{display:none}@media (min-width:576px) and (max-width:767.98px){.line-item-unit-price-label{display:block}}@media (min-width:576px){.line-item-unit-price-value-descriptor{display:none}.line-item-total-price-label{display:block}.line-item-tax-price-label{display:block;font-weight:bold;margin-right:0}}.is-offcanvas .line-item-unit-price-label{display:none}.is-offcanvas .line-item-total-price-label{display:none}.is-offcanvas .line-item-unit-price-value-descriptor{display:inline}@media (min-width:768px){.line-item-details-container{padding-left:0.25rem}}.line-item-characteristics{margin:0.5rem 0;font-size:0.75rem}.line-item-characteristics .line-item-characteristics-option{font-weight:700}@media (max-width:767.98px){.hidden-mobile{display:none}}@media (min-width:768px) and (max-width:991.98px){.hidden-tablet{display:none}}@media (min-width:992px){.hidden-desktop{display:none}}.spatial-ar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(1, 0, 0, 0.5);display:none;z-index:1100}.spatial-ar-overlay .spatial-ar-exit-button{position:absolute;top:25px;right:20px;width:36px;height:36px;color:#fff;font-size:20px;cursor:pointer;display:none;z-index:1101;background-color:#000;border:1px solid #fff}.spatial-ar-overlay .spatial-ar-exit-button svg{color:#fff}.spatial-ar-overlay .spatial-ar-placement-hint{display:none;background-color:black}.spatial-ar-overlay .spatial-ar-movement-hint{display:none;background-color:rgba(0, 0, 0, 0.45)}.spatial-ar-overlay .spatial-ar-movement-hint svg{color:#fff}.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container{position:relative;margin-bottom:90px;margin-left:-200px}.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container .icon-ar-icon-surface{position:absolute;width:200px;height:auto}.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container .icon-ar-icon-phone{position:absolute;bottom:-75px;left:2px;width:30px;height:auto;animation-duration:4s;animation-iteration-count:infinite;animation-name:move-around}@keyframes move-around{0%{bottom:-75px;left:2px}25%{bottom:-100px;left:80px}50%{bottom:-75px;left:165px}75%{bottom:-100px;left:80px}100%{bottom:-75px;left:2px}}.spatial-ar-overlay .progress{bottom:80px;height:4px}.spatial-ar-overlay.is--visible{display:block}.spatial-ar-overlay.is--session-running .spatial-ar-exit-button{display:block}.spatial-ar-overlay.is--session-running:not(.is--tracking):not(.is--placement-hint):not(.is--loading) .spatial-ar-movement-hint{display:block}.spatial-ar-overlay.is--placement-hint .spatial-ar-placement-hint,.spatial-ar-overlay.is--loading .spatial-ar-placement-hint{display:block}.ar-qr-modal-open-session .ar-splash-screen{max-width:400px;margin-left:auto;margin-right:auto}.ar-qr-modal-open-session .ar-splash-screen .cube-splash-icon{max-width:200px;left:0px;right:0px}.ar-qr-modal-open-session .ar-splash-screen .floor-splash-icon{max-width:400px;left:0px;right:0px;margin-top:33%}.ar-qr-modal-open-session .ar-splash-screen .ar-btn-open-session{max-width:170px;left:0px;right:0px;margin-top:75%}.ar-qr-modal-open-session .icon-cube-3d-shade{color:transparent}.ar-qr-modal-open-session .ar-btn-icon-with-label{vertical-align:middle}.ar-qr-modal-open-session .ar-btn-icon-with-label span{vertical-align:middle}.ar-qr-modal-open-session .ar-btn-icon-with-label svg{vertical-align:middle;top:0px}.container-main{padding:20px 0;min-height:200px}@media (min-width:1200px){.container-main{min-height:700px}}.top-bar-nav{display:flex;justify-content:flex-end;min-height:10px}.top-bar-nav-item{display:flex;align-items:center;margin-right:1rem}.top-bar-nav-item:last-child{margin-right:0}.top-bar-list-label{display:inline-block;width:100%;margin-bottom:0}.top-bar-list-radio{position:absolute;clip:rect(0 0 0 0);pointer-events:none}.top-bar-list-icon{margin-right:0.5rem}.top-bar-nav-text{display:none}@media (min-width:768px){.top-bar-nav-text{display:inline}}.header-row{padding:0.5rem 0}.header-logo-col{margin:1rem 0}.header-logo-main{text-align:center;display:block}.header-logo-main-link{width:100%}.header-logo-picture{display:block;max-width:300px;min-width:200px;margin:auto}.header-search{margin:0.5rem 0}.header-search-form{position:relative}.header-search-form:has(.search-suggest) .header-search-btn{display:none}.header-search-form:has(.search-suggest) .header-close-btn{display:block}.header-search-btn .loader~.header-search-icon,.header-search-btn .loader~.header-close-btn{display:none}.header-cart-total{display:none}.header-cart .header-cart-badge,.header-wishlist .header-wishlist-badge{position:absolute;right:-0.25rem}.header-actions-btn{position:relative}@media (min-width:576px){.header-row{padding-bottom:1rem}.header-logo-col{padding-bottom:0.5rem}.header-search-col .collapse:not(.show){display:block}.header-search{max-width:400px;margin:auto}.header-cart-total{display:inline-block;margin-left:0.5rem}}@media (min-width:992px){.header-logo-col{margin:0}}.storefront-staging-info .icon{color:#fff}.storefront-staging-info .icon svg{top:0}.header-minimal{background:#fff;border-bottom:1px solid var(--text-color-brand-primary)}.header-minimal.fixed-top{position:static}.header-minimal-row{justify-content:space-between;align-items:center}.header-minimal-contact{display:none}.header-minimal-back-to-shop{display:flex;justify-content:flex-end}.header-minimal-back-to-shop-button{color:#2b3136}.header-minimal-logo{display:flex;align-items:center;margin-bottom:0.25rem}.header-minimal-home{display:flex;justify-content:flex-end;align-items:center}.header-minimal-home-btn{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.header-minimal-contact{display:block}.header-minimal-logo,.header-minimal-switch{margin-bottom:0}}.footer-column-content-inner{padding-bottom:1rem}.footer-column-headline{padding:0.5rem 0;display:flex;justify-content:space-between}.footer-column-headline .footer-minus-icon{display:none}.footer-column-headline.show .footer-plus-icon{display:none}.footer-column-headline.show .footer-minus-icon{display:block}.footer-column-toggle{pointer-events:none}.footer-link-item{padding:0.5rem 0}.footer-bottom{padding:1rem}.footer-bottom>.container,.cms-section .footer-bottom>.boxed,.header-search-container.full-page .footer-bottom>.header-search,.header-search-container.full-page .search-suggest .footer-bottom>.search-suggest-content__container,.relewise-search-modal--form .header-search-form .search-suggest .footer-bottom>.search-suggest-content{padding:0}.footer-vat,.footer-copyright,.footer-service-menu-list{text-align:center}.footer-service-menu-list{padding:1rem 0}.footer-service-menu-list:empty{padding:0;margin:0}.footer-service-menu-item{display:inline-block}.footer-service-menu-link{padding:5px 0;display:inline-block}.footer-logos{padding:1rem;align-items:center;display:flex;height:100%;justify-content:center;width:100%;flex-wrap:wrap}.footer-logo{margin-right:1.5rem;margin-bottom:0.5rem}.footer-logo:last-child{margin-right:0}.footer-logo-image{max-height:35px;max-width:100px}@media (min-width:768px){.footer-columns{padding-bottom:20px}.footer-column-headline{padding:3rem 0 0.5rem 0}.footer-column-toggle{display:none}.footer-column-content.collapse{display:block}}.main-navigation{display:none}@media (min-width:992px){.main-navigation{display:inherit}}.navigation-flyouts{position:absolute;z-index:750;left:0;height:0;width:100%}.navigation-flyout{width:100%;box-shadow:0 43px 43px -6px rgba(0, 0, 0, 0.2);background-color:#fff;pointer-events:none;position:absolute;display:none;height:0}.navigation-flyout.is-open{pointer-events:all;display:block;height:auto}.navigation-flyout-content{padding-bottom:60px}.navigation-flyout-close{padding:10px 0 10px 10px;cursor:pointer}.navigation-flyout-teaser-image-container{display:block;max-width:100%;height:250px}.navigation-flyout-teaser-image{object-fit:cover;display:block;max-width:100%;width:100%;height:100%}.navigation-offcanvas{--bs-offcanvas-padding-x: 0;--bs-offcanvas-padding-y: 0;overflow-x:hidden}.navigation-offcanvas-container{position:relative}.navigation-offcanvas-overlay.has-transition{transition:left 0.5s ease-in}.navigation-offcanvas-placeholder,.navigation-offcanvas-overlay{width:100%;background-color:#fff;position:absolute;top:0;left:0}.navigation-offcanvas-actions .top-bar-nav-item{padding:0 1rem}.navigation-offcanvas-actions .top-bar-nav-name{display:inline}.navigation-offcanvas-headline{padding:20px 1rem 1rem}.navigation-offcanvas-link-icon{display:inline-flex}.navigation-offcanvas-link{transition:color 0.45s cubic-bezier(0.3, 0, 0.15, 1);align-items:center;display:flex;justify-content:space-between;padding:12px 1rem}@media (prefers-reduced-motion:reduce){.navigation-offcanvas-link{transition:none}}.navigation-offcanvas-link.is-home-link,.navigation-offcanvas-link.is-back-link{justify-content:flex-start}.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon,.navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon{margin-right:0.5rem}.offcanvas-cart .alert{margin-top:1rem}.offcanvas-cart-items,.offcanvas-summary{margin:1rem 0}.offcanvas-cart-items{border-bottom:1px solid #798490}.offcanvas-summary-list{margin-bottom:0}.offcanvas-cart-promotion-form{margin-bottom:1rem}.offcanvas-summary .js-toggle-shipping-selection{--bs-btn-font-weight: var(--bs-body-font-weight);--bs-btn-padding-y: 0;--bs-btn-padding-x: 0;--bs-btn-font-size: 90%;--bs-btn-color: var(--bs-body-color);--bs-btn-line-height: inherit;text-decoration:underline}.offcanvas-summary .offcanvas-shipping-preference{transition:max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;max-height:100px;height:auto;visibility:visible;opacity:1}.offcanvas-summary .offcanvas-shipping-preference--hidden{max-height:0;visibility:hidden;opacity:0;margin:0 !important}.offcanvas-summary .summary-value,.offcanvas-summary .shipping-value{text-align:right}.account-menu-header{border-bottom:1px solid #798490;font-size:0.875rem;font-weight:700;padding:0.5rem 0;color:#2b3136}.account-menu-register{text-align:center}.account-menu-login{padding:1rem 0;border-bottom:1px solid #798490;margin-bottom:0.25rem}.account-menu-login-button{width:100%;margin-bottom:0.5rem}.account-menu-dropdown{padding:0.5rem 1rem;min-width:200px}.account-menu-offcanvas .account-menu-inner,.account-menu-dropdown .account-menu-inner{border:0}.account-menu-offcanvas .account-aside-item,.account-menu-dropdown .account-aside-item{padding:0.5rem 0}.account-menu-offcanvas .account-aside-footer,.account-menu-dropdown .account-aside-footer{background:none;padding:0.25rem 0}@media (min-width:576px){.account-menu .offcanvas-close{display:none}.account-menu .offcanvas-body{padding:0}}.search-suggest-container{position:absolute;top:55px;left:0;list-style:none;touch-action:manipulation;background:#fff;padding:1rem;border:1px solid #798490;width:100%;z-index:1000;box-shadow:0 10px 25px -15px #000}.search-suggest-container::after{transform:rotate(135deg);width:12px;height:12px;top:-7px;content:"";display:block;position:absolute;background:#fff;left:48%;border:1px solid #798490;border-top:0 none;border-right:0 none}.search-suggest-product.is-active .search-suggest-product-link{color:#751103}.search-suggest-product-link:hover,.search-suggest-total-link:hover{text-decoration:none}.search-suggest-product-link{display:block;padding:0.5rem 0}.search-suggest-product-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggest-product-price{text-align:right}.search-suggest-product-list-price,.search-suggest-product-reference-price{color:#798490;text-align:right;display:block}.search-suggest-product-image-container{width:35px;height:35px;margin:0 0.5rem;display:flex;align-items:center;justify-content:center}.search-suggest-product-image{max-width:35px;max-height:35px;display:block}.search-suggest-total{padding:0.5rem}.search-suggest-no-result{text-align:center}@media (min-width:768px){.search-suggest-container{width:500px;left:50%;transform:translateX(-50%)}}.cookie-permission-container{display:none;border-top:1px solid #798490;background:#fff;position:fixed;bottom:0;right:0;left:0;text-align:center;padding:0.5rem;font-size:0.75rem;z-index:1100}.cookie-permission-content{margin-bottom:0.5rem}.cookie-permission-content a{display:inline-block}.cookie-permission-actions{gap:0.5rem}@media (min-width:768px){.cookie-permission-content{text-align:left;margin-bottom:0}}.offcanvas-cookie-description,.offcanvas-cookie-list{margin-bottom:32px;border-bottom:1px solid #798490}.offcanvas-cookie-list{padding-bottom:32px}.offcanvas-cookie-group{margin:12px 0}.offcanvas-cookie-group input~label{user-select:none}.offcanvas-cookie-group input:not([disabled])~label{cursor:pointer}.offcanvas-cookie-entries{position:relative}.offcanvas-cookie-entries .icon{position:absolute;transform:translateY(-100%);top:-4px;right:0;cursor:pointer;user-select:none}.offcanvas-cookie-entries svg{transform-origin:center center;transition:transform 0.3s ease}.offcanvas-cookie-entries>p,.offcanvas-cookie-entries .offcanvas-cookie-entry{padding:0 8px 0 24px;height:0;opacity:0;transition:opacity 0.3s ease, padding-top 0.3s ease;margin:0;visibility:hidden;overflow:hidden}.offcanvas-cookie-entries>p>p,.offcanvas-cookie-entries .offcanvas-cookie-entry>p{margin:8px 0}.offcanvas-cookie-entries .offcanvas-cookie-entry{margin-left:24px;overflow:visible}.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control,.offcanvas-cookie-entries .offcanvas-cookie-entry.form-check{min-height:unset}.offcanvas-cookie-entries--active svg{transform:rotate(90deg)}.offcanvas-cookie-entries--active>p,.offcanvas-cookie-entries--active .offcanvas-cookie-entry{height:auto;opacity:1;padding-top:8px;visibility:visible}.scroll-up-button{bottom:1.5rem;cursor:pointer;opacity:0;position:fixed;right:1.5rem;transform:scale(0);transition:0.45s cubic-bezier(0.3, 0, 0.15, 1);visibility:hidden;z-index:700}.scroll-up-button.is-visible{opacity:1;transform:scale(1);visibility:visible}.grecaptcha-badge{visibility:hidden;opacity:0}.grecaptcha-v2-container iframe.has-error{border:1px solid #dc3545;border-radius:3px}.product-detail-headline{margin-bottom:3rem}.product-detail-content{margin-bottom:1.5rem}.product-detail-content .product-breadcrumb{padding:0;margin:1rem 0}.product-detail-name-container{display:flex;align-items:center}.product-detail-name-container .product-detail-variant-characteristics{padding-left:0.5rem;font-size:1rem;font-weight:700;color:#adb5bd}.product-detail-buy{margin-bottom:1rem}.product-detail-price{font-size:calc(1.3rem + 0.6vw)}@media (min-width:1200px){.product-detail-price{font-size:1.75rem}}.product-detail-price-unit{font-size:0.75rem}.product-detail-tax{font-size:0.875rem}.product-detail-delivery-information{margin-bottom:1.5rem}.product-detail-form-container{margin-bottom:1rem}.product-detail-ordernumber-container{margin-bottom:1rem}.product-block-prices-grid thead{background-color:#f9f9f9}.product-block-prices-grid th{font-weight:400}.product-block-prices-grid td{font-weight:700}.product-block-prices-grid .product-block-prices-cell{border:0 none;padding:10px 0 10px 16px;line-height:20px}.product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin{font-weight:400;font-size:0.75rem;line-height:22px}.product-block-prices-grid .product-block-prices-body .product-block-prices-row{border-top:1px solid #eee}.product-block-prices-grid .product-block-prices-body .product-block-prices-row:first-of-type{border-top:0 none}.product-detail-configurator-group{margin-bottom:1rem}.product-detail-configurator-group-title{font-weight:700;margin-bottom:0.5rem}.product-detail-configurator-options{display:flex;flex-wrap:wrap;flex-direction:row}.product-detail-configurator-option{display:inline-flex;margin-right:0.5rem}.product-detail-configurator-option-input{width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.product-detail-configurator-option-input:not(caption){position:absolute !important}.product-detail-configurator-option-input+.product-detail-configurator-option-label{align-items:center;cursor:pointer;border:1px solid #4a545b;border-radius:0;box-shadow:inset 3px 3px 0 #fff, inset -3px -3px 0 #fff;background-color:#fff;display:inline-flex;justify-content:center;height:60px;min-width:60px;opacity:0.35;padding:3px;margin-bottom:0.5rem;transition:border-color 0.45s cubic-bezier(0.3, 0, 0.15, 1), background-color 0.45s cubic-bezier(0.3, 0, 0.15, 1)}.product-detail-configurator-option-input+.product-detail-configurator-option-label.is-display-text{box-shadow:none;height:auto;padding:5px 10px}.product-detail-configurator-option-input:focus-visible+.product-detail-configurator-option-label{box-shadow:0 0 0 0.25rem rgba(117, 17, 3, 0.3)}.product-detail-configurator-option-input.is-combinable+.product-detail-configurator-option-label{opacity:1;border:1px solid #798490}.product-detail-configurator-option-input:checked+.product-detail-configurator-option-label{border:1px solid #751103}.product-detail-configurator-option-input:checked+.product-detail-configurator-option-label.is-display-text{background-color:#751103;color:#fff}.product-detail-configurator-option-input.is-combinable+.product-detail-configurator-option-label:hover,.product-detail-configurator-option-input.is-combinable+.product-detail-configurator-option-label:active,.product-detail-configurator-option-input.is-combinable+.product-detail-configurator-option-label:focus,.product-detail-configurator-option-input+.product-detail-configurator-option-label:hover,.product-detail-configurator-option-input+.product-detail-configurator-option-label:active,.product-detail-configurator-option-input+.product-detail-configurator-option-label:focus{border:1px solid #751103}.product-detail-configurator-option-image{height:100%}.product-detail-tabs-content{display:none}.product-detail-tabs-content .offcanvas-body{overflow:initial;padding:0}.product-detail-description-text{margin-bottom:1.5rem}@media (min-width:576px){.product-detail-tabs-content{display:block}.product-detail-tabs .offcanvas-close,.product-detail-tab-navigation-icon,.product-detail-tab-preview{display:none}}@media screen and (max-width:575px){.product-detail-tab-preview{flex-basis:100%}}.product-detail-review-widget{margin-bottom:1rem;z-index:1}.product-detail-reviews{margin-bottom:1rem}.product-detail-reviews .icon svg{top:2px}.product-detail-review-teaser-btn .product-detail-review-teaser-hide{display:none}.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show{display:none}.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide{display:block}.product-review-rating{margin-right:1rem}.product-detail-review-item-points{margin-bottom:0.5rem}.product-detail-review-item-content{word-break:break-word}.product-detail-review-form-radio{display:none}.product-detail-review-form-rating-input{display:flex;align-items:center}.product-review-point svg{top:0}.product-review-point,.point-container{display:inline-block;position:relative}.point-rating{display:block;top:0;left:0}.point-rating.point-blank .icon{color:#eee}.point-partial{position:absolute}.product-detail-review-form-rating-text{margin-left:0.5rem;margin-bottom:0}.product-detail-review-form-star{margin-right:10px}.product-detail-review-login .login-card .card-body{padding-top:0}.product-detail-review-language{margin-bottom:1rem}.product-detail-review-sortby-label{margin-right:0.25rem}.product-detail-review-cancel{margin-right:5px}.offcanvas .product-detail-review-widget{position:static}.offcanvas .product-detail-review-form-rating-input .product-review-point{margin-right:0.5rem}@media (min-width:768px){.product-detail-review-widget{margin-bottom:0}.product-detail-review-sortby-form{justify-content:flex-end}.product-detail-review-language{margin-bottom:0}.product-detail-review-item-points{padding-right:0;margin-bottom:0}.product-detail-review-item-title{padding-left:0}.product-detail-review-form-star{margin-right:5px}}.account-welcome{padding-top:1rem;margin-bottom:1.5rem}.account-address .btn .icon>svg{top:0.25rem}.address-card-title{margin-bottom:1.5rem}.address-actions-defaults{margin-top:0.5rem}.address-list{padding-top:1.5rem}.address-card{margin-bottom:2.5rem}.address-action-set-default{line-height:1.5rem}.address-action-delete{margin-left:0.5rem}.address-action-create{margin-bottom:1.5rem}.account-overview-card{margin-bottom:3rem}.register-form .privacy-notice{margin-bottom:1rem}.register-different-shipping{margin-top:1rem}.register-shipping{margin-top:3rem}.order-table{margin-bottom:1.5rem;border:1px solid #798490;position:relative}.order-table .order-item-detail{border-top:0 none}.order-table .order-detail-content{border-top:1px solid #798490;padding:0;box-shadow:none}.order-table-header{display:none}.order-table-header :first-child{position:relative}.order-hide-btn .order-hide-btn-text{display:block}.order-hide-btn .order-view-btn-text{display:none}.order-hide-btn.collapsed .order-hide-btn-text{display:none}.order-hide-btn.collapsed .order-view-btn-text{display:block}.order-table-header:last-of-type,.order-wrapper:last-of-type{border-bottom:0}.order-table-header,.order-item-header{padding-top:0.5rem;padding-bottom:0.5rem}.order-table-header,.order-item-header{padding-left:20px;padding-right:20px}.order-table-header-heading,.order-table-header-order-status,.order-table-header-context-menu{display:inline-block}.order-table-header-order-status{font-weight:700}.order-table-header-context-menu-wrapper{position:absolute;top:0.5rem;right:0.5rem}.order-table-header-context-menu-wrapper,.order-table-header-heading{margin-top:0.5rem}.order-table-header-context-menu{float:right;border:1px solid #798490;border-radius:0;width:35px;height:35px;padding:0}.order-table-header-context-menu::after{display:none}.order-table-header-context-menu .icon{position:relative;margin:5px}.order-table-header-context-menu .icon>svg{color:#2b3136;position:absolute;top:0;left:0}.order-table-header-context-menu-content{padding-left:10px;padding-right:10px}.order-table-header-context-menu-content-link{display:block;border:0 none;padding:0;width:100%;color:#2b3136;background:none;cursor:pointer;text-align:left}.order-table-header-context-menu-content-link:hover{text-decoration:none;color:#751103}.order-table-header-context-menu-content-link:active{outline:none}.order-table-header-order-number{display:block;font-weight:400;margin-bottom:1.5rem;width:100%;padding-left:0;padding-right:0}.order-table-header-order-number .order-table-header-label{display:inline}.order-table-header-order-table-body,.order-table-header-order-table-header{padding-left:0;padding-right:0}.order-table-header-order-table-body{border-top:1px solid #798490;font-weight:400}.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]{margin-top:10px}.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:first-of-type{padding-left:0}.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:last-of-type{padding-right:0}.order-table-header-order-table-header{font-weight:700}.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]{margin-bottom:10px}.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:first-of-type{padding-left:0}.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:last-of-type{padding-right:0}.order-table-header-order-table{width:100%}.payment-control input,.payment-control label{cursor:pointer}.order-item{padding-top:0.5rem;padding-bottom:0.5rem}.order-item-actions{text-align:center}.order-item-label{float:left;width:50%}.order-item-value{width:50%}.order-table-header-context-menu-indicator{position:absolute;top:-3px;right:7px}.order-item-status-badge{}.order-item-status-badge.order-item-status-badge-open,.order-item-status-badge.order-item-status-badge-in_progress{background-color:#409bbf;color:#fff}.order-item-status-badge.order-item-status-badge-completed{background-color:#5b8e48;color:#fff}.order-item-status-badge.order-item-status-badge-failed,.order-item-status-badge.order-item-status-badge-cancelled{background-color:#c20017;color:#fff}.order-item-status-badge .icon{color:currentColor}.order-item-status-badge .icon svg{top:5px}@media (min-width:768px){.order-table-header{display:block}.order-table-header,.order-item-header{padding-top:0.5rem;padding-bottom:0.5rem}.order-item{padding-top:0;padding-bottom:0}.order-item-actions{text-align:right}}@media (min-width:576px){.order-table-header-order-table-body .order-table-header-label{width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.order-table-header-order-table-body .order-table-header-label:not(caption){position:absolute !important}}@media (max-width:575.98px){.order-table-header-order-table-header{display:none}.order-table-header-order-table-body{border-top:0}.order-table-header-label{display:inline}.order-table-header-order-number{margin-bottom:0}.order-table-header-label{display:block;float:left;width:50%}.order-table-body-value{width:50%}.order-table-header-order-status{margin-top:0;margin-bottom:1rem}.order-table-header-context-menu-wrapper{top:0.5rem;right:1rem}.order-table-header-context-menu-indicator{top:-3px;right:-3px}}.edit-order{padding-top:70px;display:flex;justify-content:center}.edit-order-container{max-width:895px;padding-left:20px;padding-right:20px;box-sizing:border-box}.edit-order-tos-checkbox,.edit-order-tos-label{cursor:pointer}.edit-order-checkout-aside{width:50%;margin-left:50%;padding-left:20px;padding-right:20px}@media (max-width:991.98px){.edit-order{padding-top:0}.edit-order-checkout-aside{width:100%;margin-left:0}}.order-detail-content{border-top:1px solid #798490}.order-detail-content-header{display:none}.document-detail-content-header{display:block;border-bottom:1px solid #798490;padding-bottom:0.5rem}.download-detail-content-header{display:block;border-bottom:1px solid #798490;padding-bottom:0.5rem}.order-detail-content-header,.order-item-detail-footer{padding-left:10px;padding-right:10px}.order-detail-content-body.has-element-loader{min-height:70px;display:flex}.order-detail-content-body .element-loader-backdrop{box-shadow:none}.order-detail-content-header,.order-detail-content-row{margin-right:20px;margin-left:20px}.order-detail-content-row{font-weight:400;padding-top:1rem;padding-bottom:1rem}.order-detail-content-row .document-item{padding-left:0.5rem;padding-right:0.5rem}.order-detail-content-row .order-item:last-of-type,.order-detail-content-row .document-item:last-of-type{padding-right:0}.order-detail-content-row .order-item:first-of-type,.order-detail-content-row .document-item:first-of-type{padding-left:0}.order-detail-content-row .download-item{padding-left:0.5rem;padding-right:0.5rem}.order-detail-content-row .download-item:last-of-type{padding-right:0}.order-detail-content-row .download-item:first-of-type{padding-left:0}@media (max-width:991.98px){.order-item,.document-item{padding-left:0;padding-right:0}}.order-item-detail-list-item{margin-bottom:1rem}.order-item-detail-list-item-divider{border-top:1px solid #798490;margin:1rem 20px}.order-item-detail-list-item:last-of-type .order-detail-content-row{border-bottom:0 none}.order-item-detail-list-item.is-discount .cart-item-total-price{color:#5b8e48}.order-item-discount-icon{text-align:center}.order-item-total{font-weight:700}.order-item-nested-icon{align-items:center;justify-content:center;border-radius:50%;display:flex;margin:0 auto;width:50px;height:50px}.order-item-nested-icon .icon>svg{top:0}.order-item-reorder{display:flex;justify-content:center}.order-item-detail-footer{padding:1rem}.order-item-detail-footer dl dt.col,.order-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside,.is-act-confirmpage .checkout .order-item-detail-footer dl dt.checkout-aside,.order-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside,.is-ctl-accountorder .checkout .order-item-detail-footer dl dt.checkout-aside,.order-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside,.is-act-finishpage .checkout .order-item-detail-footer dl dt.checkout-aside,.order-item-detail-footer dl .header-search-container.full-page .search-header dt.search-header__search-container,.header-search-container.full-page .search-header .order-item-detail-footer dl dt.search-header__search-container,.order-item-detail-footer dl .wexo-checkout main.content-main .checkout dt.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-detail-footer dl dt.checkout-aside,.order-item-detail-footer dl dt[class*="col-"]{margin-bottom:0.5rem;padding-right:0.5rem}.order-item-detail-labels{margin-bottom:0}.order-item-detail-labels-value{font-weight:400}.order-detail-content-header{padding-left:0;padding-right:0}.order-item-detail-summary,.order-item-detail-summary dd:last-child{margin-bottom:0}.order-detail-comment{border-top:0;display:block;padding-top:0;padding-bottom:1rem}.card-title.order-detail-comment-title{margin-bottom:0;padding:1rem}.order-detail-comment-body{padding:1rem}.order-detail-comment-value{margin-bottom:0}.order-item-variants-properties{display:flex}.order-item-variants-properties-name{margin-right:0.5rem}.order-detail-form{float:right}.document-item-view-file{text-align:right}.download-item-download-file{text-align:right}.order-download-row{padding-top:0.5rem;padding-bottom:0.5rem}.order-item-detail-footnote{background-color:#f9f9f9;padding:0 1rem 1rem}@media (min-width:768px){.order-detail-content-header{display:block;padding-top:0.5rem;padding-bottom:0.5rem}.order-item-label{display:none}.order-detail-content-header{border-bottom:1px solid #798490}.order-detail-content{border-top:0}.order-header-price,.order-item-price,.order-header-total,.order-item-total,.order-header-actions{text-align:right}.order-header-quantity,.order-item-quantity{text-align:center}.order-item-reorder{justify-content:flex-end}.order-item-detail-summary dt,.order-item-detail-summary dd{text-align:right}.document-item-view-file-icon-btn{display:none}.download-item-view-file-icon-btn{display:none}}@media (max-width:767.98px){.document-header-date{display:none}.document-item-view-file-text-btn{display:none}.download-header-date{display:none}.download-item-view-file-text-btn{display:none}}.checkout-container{margin-bottom:1.5rem}.checkout-product-table{margin-bottom:1.5rem}.checkout-confirm-tos-checkbox,.checkout-confirm-tos-label{cursor:pointer}.is-ctl-checkout .footer-minimal .footer-service-menu-list,.is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list{display:block}.checkout-aside-summary-label{font-weight:400}.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total{font-weight:400;font-size:0.875rem}.checkout-aside-summary-total{font-size:1rem;font-weight:700;padding-top:13px;border-top:1px solid #798490;margin-top:5px}.checkout-aside-summary-total-rounded{font-size:1rem;font-weight:700}.checkout-aside-summary-label.summary-net,.checkout-aside-summary-value.summary-net{margin-top:10px}.checkout-aside-summary-header{margin-bottom:20px}.checkout-aside-summary-total{font-size:1rem;font-weight:700}.checkout-aside-summary-value{text-align:right}.checkout-aside-action{margin-top:1rem}.is-act-cartpage .checkout .checkout-main{margin-bottom:1.5rem}.is-act-cartpage .checkout .checkout-aside-container{position:sticky;top:0;z-index:1}.cart-main-header{margin-bottom:1.5rem}.cart-table-header{display:none}.cart-header-unit-price,.cart-header-total-price,.cart-header-tax-price{text-align:right}.cart-header-quantity{text-align:center}.cart-header-row,.line-item-row{margin-right:-0.25rem;margin-left:-0.25rem}.cart-header-row>.col,.is-act-confirmpage .checkout .cart-header-row>.checkout-aside,.is-ctl-accountorder .checkout .cart-header-row>.checkout-aside,.is-act-finishpage .checkout .cart-header-row>.checkout-aside,.header-search-container.full-page .search-header .cart-header-row>.search-header__search-container,.wexo-checkout main.content-main .checkout .cart-header-row>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.cart-header-row>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.cart-header-row>strong,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description.cart-header-row>strong,.confirm-shipping .payment-method .payment-method-label .shipping-method-description.cart-header-row>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.cart-header-row>strong,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.cart-header-row>strong,.confirm-payment .payment-method .shipping-method-label .shipping-method-description.cart-header-row>strong,.confirm-payment .payment-method .payment-method-label .shipping-method-description.cart-header-row>strong,.cart-header-row>[class*="col-"],.line-item-row>.col,.is-act-confirmpage .checkout .line-item-row>.checkout-aside,.is-ctl-accountorder .checkout .line-item-row>.checkout-aside,.is-act-finishpage .checkout .line-item-row>.checkout-aside,.header-search-container.full-page .search-header .line-item-row>.search-header__search-container,.wexo-checkout main.content-main .checkout .line-item-row>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.line-item-row>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.line-item-row>strong,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description.line-item-row>strong,.confirm-shipping .payment-method .payment-method-label .shipping-method-description.line-item-row>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.line-item-row>strong,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.line-item-row>strong,.confirm-payment .payment-method .shipping-method-label .shipping-method-description.line-item-row>strong,.confirm-payment .payment-method .payment-method-label .shipping-method-description.line-item-row>strong,.line-item-row>[class*="col-"]{padding-right:0.25rem;padding-left:0.25rem}.cart-add-product-container{margin-bottom:1rem}.cart-shipping-costs-container{align-self:center}.cart-shipping-costs-btn{padding-left:0;margin:1px 0}@media (min-width:768px){.cart-table-header{display:block}.cart-add-product{max-width:250px}.cart-add-product-container{margin-bottom:0}}@media (min-width:992px){.cart-table-header{display:block}}.is-act-checkoutregisterpage .checkout{padding-top:70px}.is-act-checkoutregisterpage .checkout .checkout-main{margin-bottom:1.5rem}@media (min-width:992px){.is-act-checkoutregisterpage .checkout .checkout-main{margin-bottom:0}}.is-act-confirmpage .checkout,.is-ctl-accountorder .checkout{padding-top:70px}.is-act-confirmpage .checkout .checkout-additional,.is-ctl-accountorder .checkout .checkout-additional{margin-top:1rem;margin-bottom:1rem}.is-act-confirmpage .checkout .checkout-aside-no-offset,.is-ctl-accountorder .checkout .checkout-aside-no-offset{margin-left:0}.confirm-main-header,.confirm-tos,.confirm-address,.confirm-payment-shipping,.confirm-payment,.confirm-product{margin-bottom:1.5rem}.confirm-payment-current,.confirm-shipping-current{margin-bottom:3rem}.confirm-payment-current.is-invalid,.confirm-shipping-current.is-invalid{color:#c20017}.confirm-method-tooltip{margin-left:0.25rem}.payment-method-label,.shipping-method-label{width:100%}.payment-method-label .payment-method-description,.payment-method-label .shipping-method-description,.shipping-method-label .payment-method-description,.shipping-method-label .shipping-method-description{width:66%}.confirm-checkout-collapse-trigger{text-underline:#751103}.confirm-checkout-collapse-trigger:hover{cursor:pointer}.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron{height:1.375rem}.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron>svg{color:#751103;transition:transform 0.2s ease-in-out}.is-act-finishpage .checkout{padding-top:70px}.is-act-finishpage .checkout .checkout-additional{margin-top:1rem;margin-bottom:1rem}.is-act-finishpage .checkout .checkout-aside-no-offset{margin-left:0}.finish-content{margin-left:auto;margin-right:auto;margin-bottom:6rem}.finish-ordernumber{font-size:1rem;font-weight:700}.finish-teaser{text-align:center}.finish-header{margin-bottom:1.5rem;text-align:center}.finish-ordernumber{text-align:center}.finish-order-subtitle{text-align:center}.finish-change-payment-wrapper{text-align:center}.finish-action{text-align:center;margin-bottom:3rem}.finish-info{margin-bottom:3rem}.breadcrumb.cms-breadcrumb{padding-left:20px;padding-right:20px}.search-page .filter-panel-wrapper-toggle{margin-bottom:1rem}.wishlist-headline{margin:0;height:155px;display:flex;align-items:center;justify-content:center}.wishlist-listing-col{margin-top:86px}.wishlist-listing-col .wishlist-listing-empty{height:250px;width:100%}.wishlist-listing-col .wishlist-listing-header{font-weight:bold;color:#2b3136}.wishlist-listing-col .wishlist-listing-description{font-size:14px;line-height:20px}@media (min-width:768px){.wishlist-listing-header{margin-top:53px;font-size:36px;line-height:40px}.wishlist-listing-empty{max-height:200px}}@media (max-width:767.98px){.wishlist-listing-empty{max-height:120px}.wishlist-listing-header{margin-top:48px;font-size:23px;line-height:34px}}@supports not (font-variation-settings: normal){@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Regular-Roman.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:italic;font-weight:400;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Regular-Italic.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-SemiBold-Roman.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:italic;font-weight:600;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-SemiBold-Italic.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Bold-Roman.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:italic;font-weight:700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Bold-Italic.woff2") format("woff2")}}@supports (font-variation-settings: normal){@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2-variations");unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-Cyrillic.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-Cyrillic.woff2") format("woff2-variations");unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-GreekExt.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-GreekExt.woff2") format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-Greek.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-Greek.woff2") format("woff2-variations");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-Vietnamese.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-Vietnamese.woff2") format("woff2-variations");unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-LatinExt.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-LatinExt.woff2") format("woff2-variations");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-Latin.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Roman-Latin.woff2") format("woff2-variations");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:"Inter";font-style:italic;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2-variations");unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:italic;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-Cyrillic.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-Cyrillic.woff2") format("woff2-variations");unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:"Inter";font-style:italic;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-GreekExt.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-GreekExt.woff2") format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:italic;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-Greek.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-Greek.woff2") format("woff2-variations");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:italic;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-Vietnamese.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-Vietnamese.woff2") format("woff2-variations");unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB}@font-face{font-family:"Inter";font-style:italic;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-LatinExt.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-LatinExt.woff2") format("woff2-variations");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:"Inter";font-style:italic;font-weight:400 700;font-display:fallback;src:url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-Latin.woff2") format("woff2 supports variations"), url("../../1fe4a382c51445adb42d2f563588b1fb/assets/font/Inter-Variable-Italic-Latin.woff2") format("woff2-variations");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}}body{font-feature-settings:"cv02" 1, "cv03" 1, "cv04" 1}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;min-height:100vh;flex-direction:column}main{flex-grow:1}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-bottom:1rem}h1,.h1{line-height:2.5rem}h2,.h2{line-height:2.125rem}h3,.h3{line-height:2.063rem}h4,.h4{line-height:1.5rem}h5,.h5{line-height:1.313rem}h6,.h6{line-height:1.25rem}ol,ul,dl{margin-bottom:1rem}.alert .icon{margin:0.5rem;flex:0 0 auto}.alert .icon svg{top:0}.alert-has-icon{align-items:normal}.alert-content-container{padding:0.5rem;flex-grow:1}.alert-primary{background-color:#751103}.alert-primary .alert-content-container{background-color:#f9e1de;color:#2b3136}.alert-primary .icon{color:#fff}.alert-secondary{background-color:#000000}.alert-secondary .alert-content-container{background-color:#f0dcdc;color:#2b3136}.alert-secondary .icon{color:#fff}.alert-success{background-color:#5b8e48}.alert-success .alert-content-container{background-color:#edfae7;color:#2b3136}.alert-success .icon{color:#fff}.alert-info{background-color:#409bbf}.alert-info .alert-content-container{background-color:#e7f7fe;color:#2b3136}.alert-info .icon{color:#fff}.alert-warning{background-color:#974200}.alert-warning .alert-content-container{background-color:#fcebdf;color:#2b3136}.alert-warning .icon{color:#fff}.alert-danger{background-color:#c20017}.alert-danger .alert-content-container{background-color:#ffe0e3;color:#2b3136}.alert-danger .icon{color:#fff}.alert-light{background-color:#f9f9f9}.alert-light .alert-content-container{background-color:#fefefe;color:#2b3136}.alert-light .icon{color:#fff}.alert-dark{background-color:#4a545b}.alert-dark .alert-content-container{background-color:#e6eef6;color:#2b3136}.alert-dark .icon{color:#fff}.badge{border:0;box-sizing:content-box;height:20px;line-height:20px;margin:0 5px;min-width:10px}.badge-lg{height:28px;line-height:28px;padding:0 10px}.breadcrumb .breadcrumb-placeholder{margin:0 0.5rem}.breadcrumb svg{height:0.875rem;width:auto;top:3px}.breadcrumb a{color:#2b3136;font-size:0.875rem}.breadcrumb a:hover{color:#751103;text-decoration:none}.breadcrumb a.is-active{color:#751103;font-weight:bolder}.btn{--bs-btn-disabled-color: #bcc1c7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-buy{--bs-btn-color: #fff;--bs-btn-bg: #ea5a0b;--bs-btn-border-color: #ea5a0b;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #c74d09;--bs-btn-hover-border-color: #bb4809;--bs-btn-focus-shadow-rgb: 237, 115, 48;--bs-btn-active-color: #fff;--bs-btn-active-bg: #bb4809;--bs-btn-active-border-color: #b04408;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ea5a0b;--bs-btn-disabled-border-color: #ea5a0b}.btn-buy.disabled,.btn-buy:disabled{opacity:1;background:#eee;border-color:#eee;color:#bcc1c7}.btn-link{--bs-btn-font-weight: 600}.card-title{border-bottom:1px solid #798490;padding-bottom:10px}.custom-select{cursor:pointer}.custom-select:invalid{color:#c3c3c3}.custom-select:hover{border-color:#751103;color:#751103}.form-group{margin-bottom:20px}.modal-content{box-shadow:var(--bs-modal-box-shadow)}.modal-content .modal-title{margin:0;line-height:1.5}.js-pseudo-modal-back-btn .icon{color:currentColor;margin-right:0.5rem}.product-box{border-color:#798490;background-color:#fff}.product-box .card-body{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem}.product-name{font-weight:600}.product-price{color:#2b3136}.card-tabs{--bs-card-border-width: 0}.card-tabs .card-header{--bs-card-cap-bg: none;--bs-card-cap-padding-x: 10px}.card-tabs .nav-item{margin-right:10px}.card-tabs .nav-link{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 5px;--bs-nav-link-color: #2b3136;--bs-nav-tabs-border-width: 0;--bs-nav-tabs-border-radius: 0;--bs-nav-tabs-link-hover-border-color: #751103;--bs-nav-link-hover-color: #751103;--bs-nav-tabs-link-active-color: #2b3136;--bs-nav-tabs-link-active-border-color: #751103;border-bottom:2px solid #798490}.card-tabs .nav-link.active,.card-tabs .nav-link:hover{background-image:none}.card-tabs .nav-link .product-cross-selling-tab-navigation{padding:0}.card-tabs .nav-link:hover{background-color:#ccc}.card-tabs .card-body{padding-top:30px}.cms-block-text-hero .cms-element-text hr{max-width:160px;margin-left:auto;margin-right:auto;border:2px solid #e9edf0}.cms-element-product-listing .cms-listing-row{margin-right:-15px;margin-left:-15px}.cms-element-product-listing .cms-listing-col{padding-right:15px;padding-left:15px}.cms-element-product-listing .cms-listing-col{margin-bottom:30px}.cms-element-text blockquote{font-size:1rem;font-style:italic;line-height:24px;margin-top:16px;margin-left:20px;position:relative}.cms-element-text blockquote::before{content:'"';font-size:40px;line-height:16px;color:#9aa7be;position:absolute;top:10px;left:-24px}.quickview-minimal-product-name{color:#2b3136}.quickview-minimal-product-name:hover{text-decoration:none}.quickview-minimal-product-number{font-size:0.75rem}.quickview-minimal-footer-heading{border-bottom:1px solid #798490}.pagination .page-link{line-height:1.5;text-align:center}@media (min-width:576px){.pagination .page-link{min-width:40px}}.pagination .page-link .icon{color:inherit}.top-bar-nav-btn.btn{--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(117, 17, 3, 0.3);--bs-btn-color: #2b3136;--bs-btn-font-weight: 400;--bs-btn-border-width: 0;--bs-btn-border-color: transparent;--bs-btn-padding-x: 0;--bs-btn-padding-y: 0;--bs-btn-hover-color: #751103}.top-bar-list{--bs-dropdown-link-hover-bg: transparent;--bs-dropdown-link-hover-color: #751103;--bs-dropdown-link-active-color: #751103;--bs-dropdown-link-active-bg: transparent}.top-bar-list-item-currency-symbol{min-width:1.7rem}.top-bar-list-item:hover .top-bar-list-label{cursor:pointer}.header-search-btn,.header-close-btn{--bs-btn-focus-box-shadow:  0 0 0 0.25rem rgba(117, 17, 3, 0.3);--bs-btn-border-color: #798490;--bs-btn-hover-color: #751103;--bs-btn-hover-border-color: #798490;--bs-btn-active-border-color: #798490;--bs-btn-disabled-bg: var(--bs-body-bg);--bs-btn-disabled-border-color: #798490;border-left:0 none}.header-search-btn:hover .icon,.header-close-btn:hover .icon{color:#751103}.header-search-btn.btn:disabled,.header-close-btn.btn:disabled{display:flex;align-items:center}.header-search-input{border-right:0}.header-search-input:focus,.header-search-input:focus~.header-search-btn,.header-search-input:focus~.header-close-btn{border-color:#751103}.header-actions-btn{--bs-btn-focus-box-shadow:  0 0 0 0.25rem rgba(117, 17, 3, 0.3);--bs-btn-active-border-color: transparent;--bs-btn-active-bg: transparent;--bs-btn-hover-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-hover-bg: transparent}.header-actions-btn:hover,.header-actions-btn:hover .icon{color:#751103}.header-cart-total{color:#751103;font-size:1rem}@media (min-width:576px){.header-cart-badge{display:none}}.footer-main{border-top:1px solid #798490}.footer-column{border-bottom:1px solid #798490}.footer-column-headline{color:#751103;font-size:1rem;font-weight:700}.footer-link,.footer-contact-hotline a{color:#2b3136}.footer-link:hover,.footer-contact-hotline a:hover{color:#751103;text-decoration:none}.footer-contact-hotline a{display:block;margin:1rem 0 0.5rem;font-size:1rem;font-weight:700}.footer-bottom{background:#f9f9f9}.footer-service-menu-item{padding-right:1rem;font-weight:700}.footer-service-menu-item:last-child{padding-right:0}.footer-service-menu-link{color:inherit}@media (min-width:768px){.footer-column{border:0}.footer-link-item{padding:2px 0}}@media (min-width:768px){.main-navigation-link{color:#2b3136;padding-left:0;padding-right:32px}.main-navigation-link .main-navigation-link-text{border-bottom:2px solid transparent;padding-bottom:3px}.main-navigation-link:hover,.main-navigation-link.is-open{color:#751103}.main-navigation-link.active{color:#4a545b;font-weight:700}.main-navigation-link.active .main-navigation-link-text{border-color:#751103}}.navigation-flyout-categories:not(.is-level-0){margin-left:20px}.navigation-flyout-categories.is-level-0>.navigation-flyout-col{margin-bottom:30px;position:relative}.navigation-flyout-categories.is-level-0>.navigation-flyout-col::before{border-left:1px solid #798490;content:"";height:100%;left:15px;position:absolute;top:0}.navigation-flyout-categories.is-level-0>.navigation-flyout-col.col-3:nth-child(4n+1),.navigation-flyout-categories.is-level-0>.navigation-flyout-col.col-4:nth-child(3n+1){border-left:0}.navigation-flyout-link{transition:padding 0.25s cubic-bezier(0, 0.77, 0.33, 1);color:#2b3136;font-size:1rem;margin:0 1rem;padding:0.25rem 0}@media (prefers-reduced-motion:reduce){.navigation-flyout-link{transition:none}}.navigation-flyout-link.is-level-0{font-weight:700}.navigation-flyout-link.is-level-2{font-size:0.875rem;padding:0.125rem 0}.navigation-flyout-link:hover{color:#751103;padding-left:5px}.navigation-flyout-link.active{color:#751103;font-weight:700}.navigation-flyout-bar{align-items:center;padding:20px 0}.navigation-flyout-category-link{font-weight:700;font-size:1rem}.navigation-offcanvas-headline{font-weight:700;color:#000000}.navigation-offcanvas-list-item{background-color:#fff;border-top:1px solid #bcc1c7}.navigation-offcanvas-list-item:last-child{border-bottom:1px solid #bcc1c7}.navigation-offcanvas-link{color:#2b3136}.navigation-offcanvas-link.is-home-link,.navigation-offcanvas-link.is-home-link .icon{color:#751103}.navigation-offcanvas-link.is-back-link{border-top:1px solid #bcc1c7;font-weight:700;color:#000000}.navigation-offcanvas-link.is-current-category{color:#751103;font-weight:700}.offcanvas-cart-header-count{color:var(--bs-secondary-color);font-weight:700}.offcanvas-cart-tax{color:var(--bs-secondary-color)}.search-suggest-product{border-bottom:1px solid #798490}.search-suggest-product:last-child{border-bottom:0}.search-suggest-product-link{color:#2b3136}.search-suggest-product-link:hover{color:#751103}.product-detail-name{color:#2b3136}.product-detail-manufacturer-logo{max-width:200px;max-height:70px}.product-detail-price{color:#2b3136;margin-bottom:0;font-weight:700;vertical-align:middle}.product-detail-price.with-list-price{color:#c20017;display:inline-block}.product-detail-price.with-regulation-price{display:inline-block}.product-detail-price.with-advanced-list-price{color:#c20017;font-size:0.875rem;display:inline-block}.product-detail-price.with-advanced-list-price{color:#c20017;font-size:0.875rem;display:inline-block}.list-price-badge{display:inline-block;background:#c20017;color:#fff;text-align:center;border-radius:3px;line-height:32px;height:32px;width:32px;font-size:18px;font-weight:600;vertical-align:middle;margin-bottom:8px;margin-left:5px;margin-right:6px}.product-detail-regulation-price-wrapper,.product-detail-list-price-wrapper{color:#2b3136;font-weight:400;font-size:0.75rem;display:inline-block;height:1.625rem;vertical-align:bottom}@media (max-width:991.98px){.product-detail-regulation-price-wrapper,.product-detail-list-price-wrapper{height:1.375rem}}.product-detail-regulation-price-wrapper .list-price-price,.product-detail-list-price-wrapper .list-price-price{text-decoration:line-through}.product-detail-advanced-regulation-price-wrapper,.product-detail-advanced-list-price-wrapper{color:#2b3136;font-weight:400;font-size:12px;vertical-align:bottom;display:block;padding-left:0}.product-detail-advanced-regulation-price-wrapper .list-price-price,.product-detail-advanced-list-price-wrapper .list-price-price{text-decoration:line-through}.product-detail-advanced-regulation-price-wrapper.with-list-price,.product-detail-advanced-list-price-wrapper.with-list-price{padding-left:0}.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price,.product-detail-advanced-list-price-wrapper-no-line-through .list-price-price{text-decoration:none}@media (min-width:576px){.product-detail-advanced-list-price-wrapper{display:inline-block;padding-left:8px}}@media (min-width:992px){.product-detail-advanced-list-price-wrapper{display:block;padding-left:0}}@media (min-width:1200px){.product-detail-advanced-list-price-wrapper{display:inline-block;padding-left:8px}}.product-detail-ordernumber-label{font-weight:700}.product-detail-quantity-select{height:100%}.product-detail-tabs{margin-bottom:1.5rem}.product-detail-tabs .product-detail-tab-navigation{padding:0}.product-detail-tab-navigation-list{flex-direction:column;padding-bottom:5px}.product-detail-properties-table th,.product-detail-properties-table td{border:0}.product-detail-tab-preview{font-weight:400;margin-top:0.5rem}.product-detail-tab-preview-more{color:#751103;font-weight:700}@media (max-width:575.98px){.product-detail-tabs .product-detail-tab-navigation-link{background:none;border:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;font-weight:700;word-wrap:normal}}@media (min-width:576px){.product-detail-tabs{margin-bottom:0}.product-detail-tab-navigation-list{border:0;flex-direction:row;padding-bottom:0}}.product-detail-review-widget{top:20px}.product-detail-review-progressbar-container{height:14px;margin-top:4px}.product-detail-review-progressbar-bar{background-color:#fedc70}.product-detail-review-item{border-bottom:1px solid #798490;margin-bottom:10px}.product-detail-review-item-date{color:#798490}.product-detail-review-item-verify{text-align:right}.product-detail-review-item-likebox{text-align:right}.product-detail-review-form-star.is-active .icon{color:#fedc70}.product-detail-review-form-star .icon:hover{cursor:pointer}@media (min-width:768px){.product-detail-review-rating{display:flex}.product-detail-review-form-footer{display:flex}.product-detail-review-form-footer .product-detail-review-form-actions{margin-left:auto}}@media (max-width:575.98px){.product-detail-cross-selling .product-detail-tabs-content{display:block}.product-detail-cross-selling .product-cross-selling-tab-navigation{display:none}.product-detail-cross-selling .tab-pane{margin-top:1.5rem;display:block;opacity:1}.product-detail-cross-selling .tab-pane .cms-element-title{display:block}.product-detail-cross-selling .tab-pane .cms-element-title-paragraph{margin:0}}.product-detail-cross-selling .card{margin-top:1.5rem}.product-detail-cross-selling .cms-element-title{display:none}.account-aside-header{background:none;color:#2b3136;font-weight:700}.account-aside-item{border:0}.account-aside-item.is-active{color:#751103;background:var(--bs-body-bg);font-weight:700}.account-aside-item:hover{color:#751103;background:var(--bs-body-bg)}.account-aside-footer{background:none;margin-top:1px;border-top:1px solid #798490}.account-aside-btn{line-height:normal;padding:3px 0}.account-guest-abort{border-top:0}@media (min-width:768px){.register-submit{text-align:right}}.address-action-set-default{padding-left:0;text-align:left}.account-profile-mail-label{font-weight:700}.account-profile-change{font-weight:700;font-size:0.75rem}.order-item-status-badge{margin:10px 0}@media (max-width:575.98px){.order-item-status-badge{margin-top:0}}.order-table-header .row,.order-table-header .is-act-cartpage .checkout .checkout-container,.is-act-cartpage .checkout .order-table-header .checkout-container,.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container,.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container,.order-table-header .is-act-confirmpage .checkout .checkout-container,.is-act-confirmpage .checkout .order-table-header .checkout-container,.order-table-header .is-ctl-accountorder .checkout .checkout-container,.is-ctl-accountorder .checkout .order-table-header .checkout-container,.order-table-header .is-act-finishpage .checkout .checkout-container,.is-act-finishpage .checkout .order-table-header .checkout-container,.order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row,.header-search-container.full-page .search-suggest .order-table-header .search-suggest-content__row,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description,.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .order-table-header .shipping-method-description,.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description,.confirm-shipping .payment-method .payment-method-label .order-table-header .shipping-method-description,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description,.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description,.confirm-payment .payment-method .shipping-method-label .order-table-header .shipping-method-description,.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description,.confirm-payment .payment-method .payment-method-label .order-table-header .shipping-method-description,.order-item-header .row,.order-item-header .is-act-cartpage .checkout .checkout-container,.is-act-cartpage .checkout .order-item-header .checkout-container,.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container,.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container,.order-item-header .is-act-confirmpage .checkout .checkout-container,.is-act-confirmpage .checkout .order-item-header .checkout-container,.order-item-header .is-ctl-accountorder .checkout .checkout-container,.is-ctl-accountorder .checkout .order-item-header .checkout-container,.order-item-header .is-act-finishpage .checkout .checkout-container,.is-act-finishpage .checkout .order-item-header .checkout-container,.order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row,.header-search-container.full-page .search-suggest .order-item-header .search-suggest-content__row,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description,.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description,.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description,.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description,.order-detail-content-header .row,.order-detail-content-header .is-act-cartpage .checkout .checkout-container,.is-act-cartpage .checkout .order-detail-content-header .checkout-container,.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container,.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container,.order-detail-content-header .is-act-confirmpage .checkout .checkout-container,.is-act-confirmpage .checkout .order-detail-content-header .checkout-container,.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container,.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container,.order-detail-content-header .is-act-finishpage .checkout .checkout-container,.is-act-finishpage .checkout .order-detail-content-header .checkout-container,.order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row,.header-search-container.full-page .search-suggest .order-detail-content-header .search-suggest-content__row,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .shipping-method-description,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .shipping-method-description{margin-right:0;margin-left:0}.order-table-header .row>.col,.order-table-header .is-act-cartpage .checkout .checkout-container>.col,.order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-cartpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.order-table-header .is-act-cartpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-cartpage .checkout .order-table-header .checkout-container>.col,.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,.order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-checkoutregisterpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.order-table-header .is-act-checkoutregisterpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container>.col,.order-table-header .is-act-confirmpage .checkout .checkout-container>.col,.order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.order-table-header .is-act-confirmpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-confirmpage .checkout .order-table-header .checkout-container>.col,.order-table-header .is-ctl-accountorder .checkout .checkout-container>.col,.order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.order-table-header .is-ctl-accountorder .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.is-ctl-accountorder .checkout .order-table-header .checkout-container>.col,.order-table-header .is-act-finishpage .checkout .checkout-container>.col,.order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.order-table-header .is-act-finishpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-finishpage .checkout .order-table-header .checkout-container>.col,.order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.col,.order-table-header .header-search-container.full-page .search-suggest .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-table-header .header-search-container.full-page .search-suggest .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-table-header .header-search-container.full-page .search-suggest .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-finishpage .checkout .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-table-header .header-search-container.full-page .search-suggest .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.order-table-header .header-search-container.full-page .search-suggest .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-table-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.header-search-container.full-page .search-suggest .order-table-header .search-suggest-content__row>.col,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.col,.order-table-header .confirm-shipping .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-shipping .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.col,.order-table-header .confirm-shipping .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-shipping .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.col,.order-table-header .confirm-payment .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-payment .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.col,.order-table-header .confirm-payment .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-payment .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .shipping-method-description>.col,.order-table-header .is-act-confirmpage .checkout .row>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-table-header .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .row>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .row>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-table-header .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .row>.checkout-aside,.order-table-header .is-act-finishpage .checkout .row>.checkout-aside,.order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-table-header .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .row>.checkout-aside,.order-table-header .header-search-container.full-page .search-header .row>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.is-act-cartpage .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.is-act-checkoutregisterpage .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.is-act-confirmpage .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.is-ctl-accountorder .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.is-act-finishpage .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-suggest .order-table-header .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .shipping-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .payment-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .shipping-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .payment-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .row>.search-header__search-container,.order-table-header .wexo-checkout main.content-main .checkout .row>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-table-header .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .row>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .row>[class*="col-"],.order-table-header .is-act-cartpage .checkout .checkout-container>[class*="col-"],.is-act-cartpage .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*="col-"],.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .is-act-confirmpage .checkout .checkout-container>[class*="col-"],.is-act-confirmpage .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .is-ctl-accountorder .checkout .checkout-container>[class*="col-"],.is-ctl-accountorder .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .is-act-finishpage .checkout .checkout-container>[class*="col-"],.is-act-finishpage .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>[class*="col-"],.header-search-container.full-page .search-suggest .order-table-header .search-suggest-content__row>[class*="col-"],.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .shipping-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .payment-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .shipping-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .payment-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-item-header .row>.col,.order-item-header .is-act-cartpage .checkout .checkout-container>.col,.order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-cartpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.order-item-header .is-act-cartpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-cartpage .checkout .order-item-header .checkout-container>.col,.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,.order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-checkoutregisterpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.order-item-header .is-act-checkoutregisterpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>.col,.order-item-header .is-act-confirmpage .checkout .checkout-container>.col,.order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.order-item-header .is-act-confirmpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-confirmpage .checkout .order-item-header .checkout-container>.col,.order-item-header .is-ctl-accountorder .checkout .checkout-container>.col,.order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.order-item-header .is-ctl-accountorder .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.is-ctl-accountorder .checkout .order-item-header .checkout-container>.col,.order-item-header .is-act-finishpage .checkout .checkout-container>.col,.order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.order-item-header .is-act-finishpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-finishpage .checkout .order-item-header .checkout-container>.col,.order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.col,.order-item-header .header-search-container.full-page .search-suggest .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-item-header .header-search-container.full-page .search-suggest .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-item-header .header-search-container.full-page .search-suggest .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-finishpage .checkout .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-item-header .header-search-container.full-page .search-suggest .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.order-item-header .header-search-container.full-page .search-suggest .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-item-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.header-search-container.full-page .search-suggest .order-item-header .search-suggest-content__row>.col,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.col,.order-item-header .confirm-shipping .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-shipping .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.col,.order-item-header .confirm-shipping .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-shipping .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.col,.order-item-header .confirm-payment .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-payment .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.col,.order-item-header .confirm-payment .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-payment .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description>.col,.order-item-header .is-act-confirmpage .checkout .row>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-item-header .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .row>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .row>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-item-header .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .row>.checkout-aside,.order-item-header .is-act-finishpage .checkout .row>.checkout-aside,.order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-item-header .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .row>.checkout-aside,.order-item-header .header-search-container.full-page .search-header .row>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.is-act-cartpage .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.is-act-checkoutregisterpage .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.is-act-confirmpage .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.is-ctl-accountorder .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.is-act-finishpage .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-suggest .order-item-header .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .shipping-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .payment-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .shipping-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .payment-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .row>.search-header__search-container,.order-item-header .wexo-checkout main.content-main .checkout .row>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-item-header .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .row>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .row>[class*="col-"],.order-item-header .is-act-cartpage .checkout .checkout-container>[class*="col-"],.is-act-cartpage .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*="col-"],.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .is-act-confirmpage .checkout .checkout-container>[class*="col-"],.is-act-confirmpage .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .is-ctl-accountorder .checkout .checkout-container>[class*="col-"],.is-ctl-accountorder .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .is-act-finishpage .checkout .checkout-container>[class*="col-"],.is-act-finishpage .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>[class*="col-"],.header-search-container.full-page .search-suggest .order-item-header .search-suggest-content__row>[class*="col-"],.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-detail-content-header .row>.col,.order-detail-content-header .is-act-cartpage .checkout .checkout-container>.col,.order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-cartpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-act-cartpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-cartpage .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-checkoutregisterpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-act-checkoutregisterpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.col,.order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-act-confirmpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-confirmpage .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.col,.order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-ctl-accountorder .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .is-act-finishpage .checkout .checkout-container>.col,.order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-act-finishpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-finishpage .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.col,.order-detail-content-header .header-search-container.full-page .search-suggest .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-suggest .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-suggest .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-suggest .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-suggest .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.header-search-container.full-page .search-suggest .order-detail-content-header .search-suggest-content__row>.col,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .is-act-confirmpage .checkout .row>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-detail-content-header .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .row>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .row>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-detail-content-header .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .row>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .row>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-detail-content-header .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-header .row>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.is-act-cartpage .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.is-act-checkoutregisterpage .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.is-act-confirmpage .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.is-ctl-accountorder .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.is-act-finishpage .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-suggest .order-detail-content-header .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .row>.search-header__search-container,.order-detail-content-header .wexo-checkout main.content-main .checkout .row>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-detail-content-header .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .row>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .row>[class*="col-"],.order-detail-content-header .is-act-cartpage .checkout .checkout-container>[class*="col-"],.is-act-cartpage .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*="col-"],.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .is-act-confirmpage .checkout .checkout-container>[class*="col-"],.is-act-confirmpage .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>[class*="col-"],.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .is-act-finishpage .checkout .checkout-container>[class*="col-"],.is-act-finishpage .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>[class*="col-"],.header-search-container.full-page .search-suggest .order-detail-content-header .search-suggest-content__row>[class*="col-"],.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>[class*="col-"]{padding-right:10px;padding-left:10px}@media (max-width:575.98px){.order-table-header .row>.col,.order-table-header .is-act-cartpage .checkout .checkout-container>.col,.order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-cartpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.order-table-header .is-act-cartpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-cartpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-cartpage .checkout .order-table-header .checkout-container>.col,.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,.order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-checkoutregisterpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.order-table-header .is-act-checkoutregisterpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container>.col,.order-table-header .is-act-confirmpage .checkout .checkout-container>.col,.order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.order-table-header .is-act-confirmpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-confirmpage .checkout .order-table-header .checkout-container>.col,.order-table-header .is-ctl-accountorder .checkout .checkout-container>.col,.order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.order-table-header .is-ctl-accountorder .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.is-ctl-accountorder .checkout .order-table-header .checkout-container>.col,.order-table-header .is-act-finishpage .checkout .checkout-container>.col,.order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.order-table-header .is-act-finishpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-table-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-finishpage .checkout .order-table-header .checkout-container>.col,.order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.col,.order-table-header .header-search-container.full-page .search-suggest .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-table-header .header-search-container.full-page .search-suggest .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-table-header .header-search-container.full-page .search-suggest .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-finishpage .checkout .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-table-header .header-search-container.full-page .search-suggest .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.order-table-header .header-search-container.full-page .search-suggest .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-table-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-table-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.header-search-container.full-page .search-suggest .order-table-header .search-suggest-content__row>.col,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.col,.order-table-header .confirm-shipping .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-shipping .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.col,.order-table-header .confirm-shipping .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-shipping .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.col,.order-table-header .confirm-payment .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-payment .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .shipping-method-description>.col,.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.col,.order-table-header .confirm-payment .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-table-header .confirm-payment .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .shipping-method-description>.col,.order-table-header .is-act-confirmpage .checkout .row>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-table-header .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .row>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .row>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-table-header .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-table-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .row>.checkout-aside,.order-table-header .is-act-finishpage .checkout .row>.checkout-aside,.order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-table-header .is-act-finishpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-table-header .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-table-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-table-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-table-header .row>.checkout-aside,.order-table-header .header-search-container.full-page .search-header .row>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.is-act-cartpage .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.is-act-checkoutregisterpage .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.is-act-confirmpage .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.is-ctl-accountorder .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.is-act-finishpage .checkout .order-table-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-suggest .order-table-header .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .shipping-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .payment-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .shipping-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-table-header .header-search-container.full-page .search-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .payment-method-label .order-table-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-table-header .row>.search-header__search-container,.order-table-header .wexo-checkout main.content-main .checkout .row>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-table-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-table-header .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-table-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-table-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-table-header .row>.checkout-aside,.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .shipping-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .payment-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .shipping-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .payment-method-label .order-table-header .shipping-method-description>.row>strong,.order-table-header .row>[class*="col-"],.order-table-header .is-act-cartpage .checkout .checkout-container>[class*="col-"],.is-act-cartpage .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*="col-"],.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .is-act-confirmpage .checkout .checkout-container>[class*="col-"],.is-act-confirmpage .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .is-ctl-accountorder .checkout .checkout-container>[class*="col-"],.is-ctl-accountorder .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .is-act-finishpage .checkout .checkout-container>[class*="col-"],.is-act-finishpage .checkout .order-table-header .checkout-container>[class*="col-"],.order-table-header .header-search-container.full-page .search-suggest .search-suggest-content__row>[class*="col-"],.header-search-container.full-page .search-suggest .order-table-header .search-suggest-content__row>[class*="col-"],.order-table-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .shipping-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .payment-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .shipping-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .payment-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .shipping-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-table-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .payment-method-label .order-table-header .shipping-method-description>[class*="col-"],.order-item-header .row>.col,.order-item-header .is-act-cartpage .checkout .checkout-container>.col,.order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-cartpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.order-item-header .is-act-cartpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-cartpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-cartpage .checkout .order-item-header .checkout-container>.col,.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,.order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-checkoutregisterpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.order-item-header .is-act-checkoutregisterpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>.col,.order-item-header .is-act-confirmpage .checkout .checkout-container>.col,.order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.order-item-header .is-act-confirmpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-confirmpage .checkout .order-item-header .checkout-container>.col,.order-item-header .is-ctl-accountorder .checkout .checkout-container>.col,.order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.order-item-header .is-ctl-accountorder .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.is-ctl-accountorder .checkout .order-item-header .checkout-container>.col,.order-item-header .is-act-finishpage .checkout .checkout-container>.col,.order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.order-item-header .is-act-finishpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-item-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-finishpage .checkout .order-item-header .checkout-container>.col,.order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.col,.order-item-header .header-search-container.full-page .search-suggest .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-item-header .header-search-container.full-page .search-suggest .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-item-header .header-search-container.full-page .search-suggest .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-finishpage .checkout .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-item-header .header-search-container.full-page .search-suggest .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.order-item-header .header-search-container.full-page .search-suggest .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-item-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-item-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.header-search-container.full-page .search-suggest .order-item-header .search-suggest-content__row>.col,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.col,.order-item-header .confirm-shipping .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-shipping .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.col,.order-item-header .confirm-shipping .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-shipping .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.col,.order-item-header .confirm-payment .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-payment .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description>.col,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.col,.order-item-header .confirm-payment .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-item-header .confirm-payment .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description>.col,.order-item-header .is-act-confirmpage .checkout .row>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-item-header .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .row>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .row>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-item-header .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-item-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .row>.checkout-aside,.order-item-header .is-act-finishpage .checkout .row>.checkout-aside,.order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-item-header .is-act-finishpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-item-header .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-item-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-item-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-item-header .row>.checkout-aside,.order-item-header .header-search-container.full-page .search-header .row>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.is-act-cartpage .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.is-act-checkoutregisterpage .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.is-act-confirmpage .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.is-ctl-accountorder .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.is-act-finishpage .checkout .order-item-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-suggest .order-item-header .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .shipping-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .payment-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .shipping-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-item-header .header-search-container.full-page .search-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .payment-method-label .order-item-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-item-header .row>.search-header__search-container,.order-item-header .wexo-checkout main.content-main .checkout .row>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-item-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-item-header .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-item-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-item-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-item-header .row>.checkout-aside,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description>.row>strong,.order-item-header .row>[class*="col-"],.order-item-header .is-act-cartpage .checkout .checkout-container>[class*="col-"],.is-act-cartpage .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*="col-"],.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .is-act-confirmpage .checkout .checkout-container>[class*="col-"],.is-act-confirmpage .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .is-ctl-accountorder .checkout .checkout-container>[class*="col-"],.is-ctl-accountorder .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .is-act-finishpage .checkout .checkout-container>[class*="col-"],.is-act-finishpage .checkout .order-item-header .checkout-container>[class*="col-"],.order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>[class*="col-"],.header-search-container.full-page .search-suggest .order-item-header .search-suggest-content__row>[class*="col-"],.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description>[class*="col-"],.order-detail-content-header .row>.col,.order-detail-content-header .is-act-cartpage .checkout .checkout-container>.col,.order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-cartpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-act-cartpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-cartpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-cartpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-cartpage .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-checkoutregisterpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-act-checkoutregisterpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-checkoutregisterpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-checkoutregisterpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.col,.order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-act-confirmpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-confirmpage .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.col,.order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-ctl-accountorder .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-container>strong,.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .is-act-finishpage .checkout .checkout-container>.col,.order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.order-detail-content-header .is-act-finishpage .checkout .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description.checkout-container>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-container>strong,.is-act-finishpage .checkout .order-detail-content-header .checkout-container>.col,.order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.col,.order-detail-content-header .header-search-container.full-page .search-suggest .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-suggest .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-suggest .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-suggest .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-suggest .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-shipping .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .shipping-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.order-detail-content-header .header-search-container.full-page .search-suggest .confirm-payment .payment-method .payment-method-label .shipping-method-description.search-suggest-content>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-suggest .shipping-method-description>.search-suggest-content__row>strong,.header-search-container.full-page .search-suggest .order-detail-content-header .search-suggest-content__row>.col,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.col,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>.col,.order-detail-content-header .is-act-confirmpage .checkout .row>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-detail-content-header .is-act-confirmpage .checkout .search-suggest-content__row>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-confirmpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-confirmpage .checkout .shipping-method-description>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .row>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .row>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-detail-content-header .is-ctl-accountorder .checkout .search-suggest-content__row>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-ctl-accountorder .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-ctl-accountorder .checkout .shipping-method-description>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .row>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .row>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-detail-content-header .is-act-finishpage .checkout .search-suggest-content__row>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .is-act-finishpage .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .is-act-finishpage .checkout .shipping-method-description>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .row>.checkout-aside,.order-detail-content-header .header-search-container.full-page .search-header .row>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-act-cartpage .checkout .checkout-container>.search-header__search-container,.is-act-cartpage .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-act-checkoutregisterpage .checkout .checkout-container>.search-header__search-container,.is-act-checkoutregisterpage .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-act-confirmpage .checkout .checkout-container>.search-header__search-container,.is-act-confirmpage .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-ctl-accountorder .checkout .checkout-container>.search-header__search-container,.is-ctl-accountorder .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .is-act-finishpage .checkout .checkout-container>.search-header__search-container,.is-act-finishpage .checkout .order-detail-content-header .header-search-container.full-page .search-header .checkout-container>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.search-header__search-container,.header-search-container.full-page .search-suggest .order-detail-content-header .header-search-container.full-page .search-header .search-suggest-content__row>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.order-detail-content-header .header-search-container.full-page .search-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.search-header__search-container,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .header-search-container.full-page .search-header .shipping-method-description>.search-header__search-container,.header-search-container.full-page .search-header .order-detail-content-header .row>.search-header__search-container,.order-detail-content-header .wexo-checkout main.content-main .checkout .row>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,.is-act-cartpage .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,.is-act-checkoutregisterpage .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,.is-act-confirmpage .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,.is-ctl-accountorder .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,.is-act-finishpage .checkout .order-detail-content-header .wexo-checkout main.content-main .checkout .checkout-container>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .header-search-container.full-page .search-suggest .search-suggest-content__row>.checkout-aside,.header-search-container.full-page .search-suggest .order-detail-content-header .wexo-checkout main.content-main .checkout .search-suggest-content__row>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.order-detail-content-header .wexo-checkout main.content-main .checkout .confirm-payment .payment-method .payment-method-label .shipping-method-description>.checkout-aside,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .wexo-checkout main.content-main .checkout .shipping-method-description>.checkout-aside,.wexo-checkout main.content-main .checkout .order-detail-content-header .row>.checkout-aside,.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description.row>strong,.confirm-payment .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>.row>strong,.order-detail-content-header .row>[class*="col-"],.order-detail-content-header .is-act-cartpage .checkout .checkout-container>[class*="col-"],.is-act-cartpage .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*="col-"],.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .is-act-confirmpage .checkout .checkout-container>[class*="col-"],.is-act-confirmpage .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>[class*="col-"],.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .is-act-finishpage .checkout .checkout-container>[class*="col-"],.is-act-finishpage .checkout .order-detail-content-header .checkout-container>[class*="col-"],.order-detail-content-header .header-search-container.full-page .search-suggest .search-suggest-content__row>[class*="col-"],.header-search-container.full-page .search-suggest .order-detail-content-header .search-suggest-content__row>[class*="col-"],.order-detail-content-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-shipping .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .shipping-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .confirm-shipping-method .payment-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .shipping-method-label .order-detail-content-header .shipping-method-description>[class*="col-"],.order-detail-content-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>[class*="col-"],.confirm-payment .payment-method .payment-method-label .order-detail-content-header .shipping-method-description>[class*="col-"]{padding-right:0;padding-left:0}}.order-table-header{font-weight:700}.order-item-header .row>.order-table-header-heading,.order-item-header .is-act-cartpage .checkout .checkout-container>.order-table-header-heading,.is-act-cartpage .checkout .order-item-header .checkout-container>.order-table-header-heading,.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.order-table-header-heading,.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>.order-table-header-heading,.order-item-header .is-act-confirmpage .checkout .checkout-container>.order-table-header-heading,.is-act-confirmpage .checkout .order-item-header .checkout-container>.order-table-header-heading,.order-item-header .is-ctl-accountorder .checkout .checkout-container>.order-table-header-heading,.is-ctl-accountorder .checkout .order-item-header .checkout-container>.order-table-header-heading,.order-item-header .is-act-finishpage .checkout .checkout-container>.order-table-header-heading,.is-act-finishpage .checkout .order-item-header .checkout-container>.order-table-header-heading,.order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.order-table-header-heading,.header-search-container.full-page .search-suggest .order-item-header .search-suggest-content__row>.order-table-header-heading,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.order-table-header-heading,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.order-table-header-heading,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.order-table-header-heading,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.order-table-header-heading,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.order-table-header-heading,.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description>.order-table-header-heading,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.order-table-header-heading,.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description>.order-table-header-heading,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.order-table-header-heading,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.order-table-header-heading,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.order-table-header-heading,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.order-table-header-heading,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.order-table-header-heading,.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description>.order-table-header-heading,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.order-table-header-heading,.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description>.order-table-header-heading,.order-item-header .row>.order-table-header-order-number,.order-item-header .is-act-cartpage .checkout .checkout-container>.order-table-header-order-number,.is-act-cartpage .checkout .order-item-header .checkout-container>.order-table-header-order-number,.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.order-table-header-order-number,.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>.order-table-header-order-number,.order-item-header .is-act-confirmpage .checkout .checkout-container>.order-table-header-order-number,.is-act-confirmpage .checkout .order-item-header .checkout-container>.order-table-header-order-number,.order-item-header .is-ctl-accountorder .checkout .checkout-container>.order-table-header-order-number,.is-ctl-accountorder .checkout .order-item-header .checkout-container>.order-table-header-order-number,.order-item-header .is-act-finishpage .checkout .checkout-container>.order-table-header-order-number,.is-act-finishpage .checkout .order-item-header .checkout-container>.order-table-header-order-number,.order-item-header .header-search-container.full-page .search-suggest .search-suggest-content__row>.order-table-header-order-number,.header-search-container.full-page .search-suggest .order-item-header .search-suggest-content__row>.order-table-header-order-number,.order-item-header .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>.order-table-header-order-number,.confirm-shipping .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.order-table-header-order-number,.order-item-header .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>.order-table-header-order-number,.confirm-shipping .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.order-table-header-order-number,.order-item-header .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>.order-table-header-order-number,.confirm-shipping .payment-method .shipping-method-label .order-item-header .shipping-method-description>.order-table-header-order-number,.order-item-header .confirm-shipping .payment-method .payment-method-label .shipping-method-description>.order-table-header-order-number,.confirm-shipping .payment-method .payment-method-label .order-item-header .shipping-method-description>.order-table-header-order-number,.order-item-header .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>.order-table-header-order-number,.confirm-payment .confirm-shipping-method .shipping-method-label .order-item-header .shipping-method-description>.order-table-header-order-number,.order-item-header .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>.order-table-header-order-number,.confirm-payment .confirm-shipping-method .payment-method-label .order-item-header .shipping-method-description>.order-table-header-order-number,.order-item-header .confirm-payment .payment-method .shipping-method-label .shipping-method-description>.order-table-header-order-number,.confirm-payment .payment-method .shipping-method-label .order-item-header .shipping-method-description>.order-table-header-order-number,.order-item-header .confirm-payment .payment-method .payment-method-label .shipping-method-description>.order-table-header-order-number,.confirm-payment .payment-method .payment-method-label .order-item-header .shipping-method-description>.order-table-header-order-number{padding-right:0;padding-left:0}.order-item-name{color:#4a545b}.order-detail-content-header{margin-top:1rem;font-weight:700}.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type{padding-left:0}.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type{padding-right:0}.order-item-product-name{color:#2b3136}.order-item-product-name:hover{color:#751103;text-decoration:none}.order-item-product-name strong{font-weight:700}@media (min-width:768px){.order-item-product-image .product-image-link{justify-content:normal}.order-item-product-image img{max-width:100px}}.order-item-number-value{font-weight:700}.order-pseudo-price-value{text-decoration:line-through}.order-item-detail-list-item{margin:0}.order-item-detail-list-item.is-child{background-color:#f9f9f9}.order-item-nested-icon{background-color:#798490}.order-item-detail-footer{background-color:#f9f9f9}.order-item-detail-summary dd{font-weight:700}.order-price-unit{font-size:0.75rem}.order-item-variants{font-size:0.75rem}.order-item-variants-properties-name{font-weight:700}.checkout-aside-summary{background-color:#f9f9f9}.checkout-aside-summary,.checkout-aside-products{padding:1rem}@media (max-width:767.98px){.cart-table{border:0}.cart-table-body{padding:0}}.contact-action{display:flex;justify-content:flex-end}.newsletter-action{display:flex;justify-content:flex-end}@media (min-width:768px){.env-supplement.cart-item{padding:10px 0}}.env-supplement .cart-item-img{height:0}.wexo-checkout{--border: var(--border, #bcc1c7);--bullet-size: 35px;--bullet-border: 2px;--wxc-step-color: var(--border, grey);--wcs-border-color: #798490;--wcs-border-width: var(--bs-border-width);--wcs-sticky-top: 0}.checkout-receipt{--wcs-sticky-top: 15px}@media (min-width:992px){.form-street-input.col-12>div,.register-form .phone-number>.form-street-input.col-md-6>div,.register-form .is-act-confirmpage .checkout .phone-number>.form-street-input.checkout-aside>div,.is-act-confirmpage .checkout .register-form .phone-number>.form-street-input.checkout-aside>div,.register-form .is-ctl-accountorder .checkout .phone-number>.form-street-input.checkout-aside>div,.is-ctl-accountorder .checkout .register-form .phone-number>.form-street-input.checkout-aside>div,.register-form .is-act-finishpage .checkout .phone-number>.form-street-input.checkout-additional>div,.is-act-finishpage .checkout .register-form .phone-number>.form-street-input.checkout-additional>div,.register-form .is-act-finishpage .checkout .phone-number>.form-street-input.checkout-aside>div,.is-act-finishpage .checkout .register-form .phone-number>.form-street-input.checkout-aside>div,.register-form .phone-number>.form-street-input>div,.register-form .phone-number>.form-street-input.form-zipcode-city-input>div{flex:0 0 100%;max-width:100%}.form-zipcode-city-input.col-12 .col-4,.register-form .phone-number>.form-zipcode-city-input.col-md-6 .col-4,.register-form .is-act-confirmpage .checkout .phone-number>.form-zipcode-city-input.checkout-aside .col-4,.is-act-confirmpage .checkout .register-form .phone-number>.form-zipcode-city-input.checkout-aside .col-4,.register-form .is-ctl-accountorder .checkout .phone-number>.form-zipcode-city-input.checkout-aside .col-4,.is-ctl-accountorder .checkout .register-form .phone-number>.form-zipcode-city-input.checkout-aside .col-4,.register-form .is-act-finishpage .checkout .phone-number>.form-zipcode-city-input.checkout-additional .col-4,.is-act-finishpage .checkout .register-form .phone-number>.form-zipcode-city-input.checkout-additional .col-4,.register-form .is-act-finishpage .checkout .phone-number>.form-zipcode-city-input.checkout-aside .col-4,.is-act-finishpage .checkout .register-form .phone-number>.form-zipcode-city-input.checkout-aside .col-4,.register-form .phone-number>.form-zipcode-city-input.form-street-input .col-4,.register-form .phone-number>.form-zipcode-city-input .col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.form-zipcode-city-input.col-12 .col-8,.register-form .phone-number>.form-zipcode-city-input.col-md-6 .col-8,.register-form .is-act-confirmpage .checkout .phone-number>.form-zipcode-city-input.checkout-aside .col-8,.is-act-confirmpage .checkout .register-form .phone-number>.form-zipcode-city-input.checkout-aside .col-8,.register-form .is-ctl-accountorder .checkout .phone-number>.form-zipcode-city-input.checkout-aside .col-8,.is-ctl-accountorder .checkout .register-form .phone-number>.form-zipcode-city-input.checkout-aside .col-8,.register-form .is-act-finishpage .checkout .phone-number>.form-zipcode-city-input.checkout-additional .col-8,.is-act-finishpage .checkout .register-form .phone-number>.form-zipcode-city-input.checkout-additional .col-8,.register-form .is-act-finishpage .checkout .phone-number>.form-zipcode-city-input.checkout-aside .col-8,.is-act-finishpage .checkout .register-form .phone-number>.form-zipcode-city-input.checkout-aside .col-8,.register-form .phone-number>.form-zipcode-city-input.form-street-input .col-8,.register-form .phone-number>.form-zipcode-city-input .col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}}.is-act-confirmpage .content-main .checkout-aside{height:100%;top:var(--wcs-sticky-top, 0);position:sticky}.is-act-confirmpage .confirm-payment .form-check,.is-act-confirmpage .confirm-shipping .form-check{padding:20px 2rem;position:relative;display:block;min-height:1.3125rem;margin-bottom:0}.is-act-confirmpage .confirm-payment .form-check .form-check-input,.is-act-confirmpage .confirm-shipping .form-check .form-check-input{position:absolute;z-index:-1;opacity:0}.is-act-confirmpage .confirm-payment .form-check .form-check-input:checked~.form-check-label:after,.is-act-confirmpage .confirm-shipping .form-check .form-check-input:checked~.form-check-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.is-act-confirmpage .confirm-payment .form-check .form-check-input:checked~.form-check-label:before,.is-act-confirmpage .confirm-shipping .form-check .form-check-input:checked~.form-check-label:before{color:white;border-color:#751103;background-color:#751103}.is-act-confirmpage .confirm-payment .form-check .form-check-label,.is-act-confirmpage .confirm-shipping .form-check .form-check-label{position:relative;margin-bottom:0;vertical-align:top}.is-act-confirmpage .confirm-payment .form-check .form-check-label:before,.is-act-confirmpage .confirm-shipping .form-check .form-check-label:before{border-radius:50%;position:absolute;top:0.15625rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:white;border:#798490 solid 1px}.is-act-confirmpage .confirm-payment .form-check .form-check-label:after,.is-act-confirmpage .confirm-shipping .form-check .form-check-label:after{position:absolute;top:0.15625rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.is-act-finishpage .checkout-aside-summary{padding-top:0}.is-act-finishpage .checkout-aside-summary .finish-page-register{padding:50px}.is-act-finishpage .checkout-aside-summary .finish-page-register .form-label+span{font-weight:bold}.is-act-finishpage .checkout-aside-summary .finish-page-register [class*="col-"]{flex:0 0 100%;max-width:100%;display:flex;align-items:center}.is-act-finishpage .checkout-aside-summary .finish-page-register [class*="col-"] label{min-width:40%;margin-bottom:0;color:unset;font-size:unset}.is-act-finishpage .checkout-aside-summary .finish-page-register .js-form-field-toggle-guest-mode{width:100%;display:flex;align-items:center}.is-act-finishpage .content-main .checkout-aside{height:100%;top:var(--wcs-sticky-top, 0);position:sticky}.is-act-finishpage .checkout-main .line-item-quantity-select-wrapper .line-item-quantity{width:inherit}.cart-offcanvas .line-item-delivery-date{margin-bottom:0.5rem}.cart-offcanvas .line-item-quantity .line-item-quantity-select-wrapper{width:100%;padding-left:0}.cart-offcanvas .line-item-quantity .cart-item-price{margin-left:0;text-align:start}.wexo-checkout .is-checkoutSimpleProduct .line-item-info{width:100%;margin-bottom:0}.wexo-checkout .is-checkoutSimpleProduct .line-item-info .line-item-info-img{padding:0 20px}.wexo-checkout .is-checkoutSimpleProduct .line-item-info .line-item-info-img .line-item-img-container{width:100%}.wexo-checkout .is-checkoutSimpleProduct .line-item-info .line-item-details{padding-top:0}.wexo-checkout .is-checkoutSimpleProduct .line-item-info .line-item-details .line-item-label{margin-bottom:0.5rem}.wexo-checkout .is-checkoutSimpleProduct .line-item-info .line-item-details-simple-product{padding:0 20px}.wexo-checkout .is-checkoutSimpleProduct .line-item-info .line-item-details-simple-product .line-item-quantity{margin-bottom:0.25rem}.wexo-checkout .line-item:last-child{border-bottom:1px solid #798490}.wexo-checkout .offcanvas-cart-items{border-bottom:none}.wexo-checkout span.icon.icon-avatar{display:none}.wexo-checkout .form-group{position:relative}.wexo-checkout .validation-dot{display:none}.wexo-checkout .input-valid~.validation-dot{display:block;position:absolute;right:10px;top:15px}.wexo-checkout .input-valid~.validation-dot .validation-dot-image{border-radius:25px;width:19px;height:19px;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 640 640' width='640' height='640'%3E%3Cdefs%3E%3Cpath d='M359.13 2.37L371.88 4.19L384.46 6.51L396.86 9.31L409.08 12.58L421.1 16.33L432.91 20.52L444.51 25.16L455.88 30.24L467.01 35.74L477.89 41.65L488.51 47.97L498.86 54.68L508.94 61.78L518.72 69.24L528.2 77.07L537.38 85.25L546.23 93.77L554.75 102.62L562.93 111.8L570.76 121.28L578.22 131.06L585.32 141.14L592.03 151.49L598.35 162.11L604.26 172.99L609.76 184.12L614.84 195.49L619.48 207.09L623.67 218.9L627.42 230.92L630.69 243.14L633.49 255.54L635.81 268.12L637.63 280.87L638.94 293.77L639.73 306.82L640 320L639.73 333.18L638.94 346.23L637.63 359.13L635.81 371.88L633.49 384.46L630.69 396.86L627.42 409.08L623.67 421.1L619.48 432.91L614.84 444.51L609.76 455.88L604.26 467.01L598.35 477.89L592.03 488.51L585.32 498.86L578.22 508.94L570.76 518.72L562.93 528.2L554.75 537.38L546.23 546.23L537.38 554.75L528.2 562.93L518.72 570.76L508.94 578.22L498.86 585.32L488.51 592.03L477.89 598.35L467.01 604.26L455.88 609.76L444.51 614.84L432.91 619.48L421.1 623.67L409.08 627.42L396.86 630.69L384.46 633.49L371.88 635.81L359.13 637.63L346.23 638.94L333.18 639.73L320 640L306.82 639.73L293.77 638.94L280.87 637.63L268.12 635.81L255.54 633.49L243.14 630.69L230.92 627.42L218.9 623.67L207.09 619.48L195.49 614.84L184.12 609.76L172.99 604.26L162.11 598.35L151.49 592.03L141.14 585.32L131.06 578.22L121.28 570.76L111.8 562.93L102.62 554.75L93.77 546.23L85.25 537.38L77.07 528.2L69.24 518.72L61.78 508.94L54.68 498.86L47.97 488.51L41.65 477.89L35.74 467.01L30.24 455.88L25.16 444.51L20.52 432.91L16.33 421.1L12.58 409.08L9.31 396.86L6.51 384.46L4.19 371.88L2.37 359.13L1.06 346.23L0.27 333.18L0 320L0.27 306.82L1.06 293.77L2.37 280.87L4.19 268.12L6.51 255.54L9.31 243.14L12.58 230.92L16.33 218.9L20.52 207.09L25.16 195.49L30.24 184.12L35.74 172.99L41.65 162.11L47.97 151.49L54.68 141.14L61.78 131.06L69.24 121.28L77.07 111.8L85.25 102.62L93.77 93.77L102.62 85.25L111.8 77.07L121.28 69.24L131.06 61.78L141.14 54.68L151.49 47.97L162.11 41.65L172.99 35.74L184.12 30.24L195.49 25.16L207.09 20.52L218.9 16.33L230.92 12.58L243.14 9.31L255.54 6.51L268.12 4.19L280.87 2.37L293.77 1.06L306.82 0.27L320 0L333.18 0.27L346.23 1.06L346.23 1.06L359.13 2.37ZM73.95 357.3L242.94 522.28L334.17 433.21L334.15 433.19L566.05 206.79L474.82 117.72L242.92 344.13L165.18 268.23L165.18 268.23L73.95 357.3Z' id='afIEK2fVi'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23afIEK2fVi' opacity='1' fill='%233eac4f' fill-opacity='1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");display:inline-block;background-size:contain;background-color:white}.wexo-checkout textarea.form-control::placeholder{font-size:12px}.wexo-checkout .form-group .input-invalid{border-color:var(--danger, red)}.wexo-checkout .form-group .form-label{margin-left:0;font-size:11px;color:#ababab;padding:0}.wexo-checkout .form-group .custom-control{padding:20px 2rem}.wexo-checkout .checkout-aside-container>.checkout-aside-action{padding:0 1rem}.wexo-checkout #addPromotion,.wexo-checkout #addProductButton{background-color:var(--bs-primary)}.wexo-checkout #addPromotion span,.wexo-checkout #addProductButton span{color:var(--cta-text)}.checkout-steps-container{width:100%;counter-set:checkout-steps;margin-bottom:20px}.checkout-steps-container .step-display.active,.checkout-steps-container .step-display.done{--wxc-step-color: var(--cta-text)}.checkout-steps-container .checkout-steps{display:flex;justify-content:space-between;margin:0;padding:0 20px;list-style:none}.checkout-steps-container .step-display{--opacity: 1;counter-increment:checkout-steps;min-width:35px;min-height:75px;flex-grow:1;flex-shrink:1;opacity:var(--opacity)}.checkout-steps-container .step-display.active:not(.done) .step-bullet:after{content:"";display:block;background-color:var(--bs-primary);height:calc(100% - 4px);width:100%;margin:2px;border-radius:50%}.checkout-steps-container .step-display.active:not(.done):after,.checkout-steps-container .step-display.active:not(.done) .step-bullet-container:after{--opacity: 0.6}.checkout-steps-container .step-display.done{--opacity: 1}.checkout-steps-container .step-display.done .step-bullet{background-color:var(--bs-primary)}.checkout-steps-container .step-display:not(.done) .step-bullet .icon{max-height:calc(var(--bullet-size) - 60%)}.checkout-steps-container .step-display:not(.done):not(.active){--opacity: 0.5}.checkout-steps-container .step-display:not(.done):not(.active) .step-bullet{background-color:var(--white, white);border-color:var(--border, grey);opacity:var(--opacity)}.checkout-steps-container .step-display:not(.done) .step-bullet-container:after{opacity:var(--opacity);background-color:var(--border, grey)}.checkout-steps-container .step-display .step-title{font-size:12px;position:absolute;width:120px;margin-left:-45px;text-align:center;margin-top:5px;text-overflow:ellipsis}.checkout-steps-container .step-display .step-title:before{white-space:pre;content:counter(checkout-steps) ". "}.checkout-steps-container .step-display:first-child .step-title{margin-left:0;text-align:left}.checkout-steps-container .step-display:last-child{max-width:75px}.checkout-steps-container .step-display:last-child .step-bullet-container:after{content:none}.checkout-steps-container .step-display:last-child .step-bullet{margin-left:auto}.checkout-steps-container .step-display:last-child .step-title{text-align:right}.checkout-steps-container .step-bullet{border-radius:50%;width:var(--bullet-size);height:var(--bullet-size);border:var(--bullet-border) solid var(--bs-primary);display:flex;justify-content:center;align-items:center}.checkout-steps-container .step-bullet>span.icon{color:var(--wxc-step-color)}.checkout-steps-container .step-bullet>span.icon>svg{top:0}.checkout-steps-container .step-bullet-container:after{content:"";--lineOffset: calc(var(--bullet-size) + 7.5px);background-color:var(--bs-primary, #000);height:2px;width:calc(100% - var(--lineOffset) - 7.5px);display:block;transform:translate(0px, -19px);position:relative;left:var(--lineOffset)}.checkout-steps-container .step-display.done{--opacity: 1}.checkout-steps-container .step-display.done .step-bullet-container .step-bullet{background-color:var(--bs-primary)}@media (min-width:400px){.checkout-steps-container .step-display:nth-child(3) .step-bullet-container:after{width:calc(100% - 7.5px)}}@media (max-width:1200px){.checkout-steps-container .checkout-steps .step-title{font-size:11px}}@media (max-width:767.98px){.checkout-steps-container .checkout-steps .step-title{font-size:10px}}.checkout-receipt{--checkoutSkin: "receipt"}.checkout-receipt.is-act-checkoutregisterpage button#customerInfoFormSubmit{display:none}.checkout-receipt .cart-add-product-container-proceed,.checkout-receipt .cart-item-ordernumber{display:none}.checkout-receipt dd{margin-bottom:0}.checkout-receipt .checkout h1,.checkout-receipt .checkout .h1,.checkout-receipt .checkout h2,.checkout-receipt .checkout .h2{width:100%;line-height:1.5;font-size:28px;min-height:50px}.checkout-receipt .checkout h1:after,.checkout-receipt .checkout .h1:after,.checkout-receipt .checkout h2:after,.checkout-receipt .checkout .h2:after{display:block;border-bottom:2px solid var(--border, grey);content:"";margin-top:5px}.checkout-receipt .checkout h1:after,.checkout-receipt .checkout .h1:after{margin-top:1px}.checkout-receipt .checkout{margin-top:0}.checkout-receipt .checkout .checkout-main{margin-left:0;margin-top:20px;align-content:flex-start}@media (min-width:1200px){.checkout-receipt .checkout .checkout-main{flex-basis:0;flex-grow:1;max-width:100%;margin-right:30px}}.checkout-receipt .checkout-aside,.checkout-receipt .checkout-aside-summary{background-color:var(--white, white)}.checkout-receipt .checkout-aside-summary-header{width:100%;padding-bottom:10px;margin:19px 0 0 0}.checkout-receipt #addPromotionInput::placeholder{font-size:10px}.checkout-receipt #addProductButton{border:1px solid var(--border, grey);height:41px;border-left:none}.checkout-receipt .checkout-aside-summary-list-container{display:flex;flex-wrap:wrap}.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-add-code{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--border, grey)}.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-add-code .input-error-help{position:absolute;color:var(--danger, red);margin-top:40px}.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-action{order:1;width:100%;margin:0}.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-action .input-group-append .btn{border:1px solid var(--border, grey);height:41px;border-left:none}.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-summary-container{order:2}.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-summary-container .checkout-aside-summary-total{border-bottom:1px solid var(--border, grey);font-size:16px;padding:15px 0;font-weight:bold}.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-summary-container .checkout-aside-summary-total~.checkout-aside-summary-label,.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-summary-container .checkout-aside-summary-total~.checkout-aside-summary-value{font-size:12px}.checkout-receipt .checkout-aside-summary-list-container .checkout-aside-summary-container .checkout-aside-summary-total.checkout-aside-summary-value{font-size:16px;font-weight:bold}.checkout-receipt .checkout-container .checkout-aside{margin-top:-20px;margin-left:0;box-shadow:0 4px 10px rgba(0, 0, 0, 0.2);flex:0 0 30%;max-width:30%;border:1px solid #cbcbcb;border-bottom:none;height:fit-content;padding-bottom:20px}.checkout-receipt .checkout-container .checkout-aside .checkout-aside-product-header{font-size:20px}.checkout-receipt .checkout-container .checkout-aside .checkout-customer-comment-control{margin-bottom:30px}.checkout-receipt .checkout-container .checkout-aside .checkout-customer-comment-control label{font-size:9px}.checkout-receipt .checkout-container .checkout-aside .checkout-aside-products .col-4.checkout-aside-item-image,.checkout-receipt .checkout-container .checkout-aside .checkout-aside-products .checkout-aside-item-data>div{display:none}.checkout-receipt .checkout-container .checkout-aside .checkout-aside-products .checkout-aside-item-title{font-weight:normal;font-size:12px}.checkout-receipt .checkout-container .checkout-aside .checkout-aside-products .cart-item{padding:0}.checkout-receipt .checkout-container .checkout-aside .checkout-aside-products .checkout-aside-item-data{max-width:100%;min-width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0}.checkout-receipt .checkout-container .checkout-aside .checkout-aside-products .checkout-aside-item-data .checkout-aside-item-title,.checkout-receipt .checkout-container .checkout-aside .checkout-aside-products .checkout-aside-item-data .checkout-aside-item-link-quantity{display:block;font-weight:normal;font-size:12px;margin:0.25rem 0}.checkout-receipt .checkout-aside:after{background-image:linear-gradient(135deg, #fff 5px, transparent 0), linear-gradient(-135deg, #fff 5px, transparent 0);background-position:left bottom;background-repeat:repeat-x;background-size:10px;content:"";display:block;position:absolute;bottom:-15px;left:0;width:100%;height:17.5px}.checkout-receipt .checkout{padding:20px;margin:20px 0}.checkout-receipt .checkout .flashbags{width:100%}.checkout-receipt .checkout .flashbags .alert{box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.5)}.checkout-receipt .checkout .card-title{border-bottom:unset;padding-bottom:0}.checkout-receipt .checkout .checkout-product-table .row.cart-header-row>div,.checkout-receipt .checkout .checkout-product-table .is-act-cartpage .checkout .cart-header-row.checkout-container>div,.is-act-cartpage .checkout .checkout-receipt .checkout .checkout-product-table .cart-header-row.checkout-container>div,.checkout-receipt .checkout .checkout-product-table .is-act-checkoutregisterpage .checkout .cart-header-row.checkout-container>div,.is-act-checkoutregisterpage .checkout .checkout-receipt .checkout .checkout-product-table .cart-header-row.checkout-container>div,.checkout-receipt .checkout .checkout-product-table .is-act-confirmpage .checkout .cart-header-row.checkout-container>div,.is-act-confirmpage .checkout .checkout-receipt .checkout .checkout-product-table .cart-header-row.checkout-container>div,.checkout-receipt .checkout .checkout-product-table .is-ctl-accountorder .checkout .cart-header-row.checkout-container>div,.is-ctl-accountorder .checkout .checkout-receipt .checkout .checkout-product-table .cart-header-row.checkout-container>div,.checkout-receipt .checkout .checkout-product-table .is-act-finishpage .checkout .cart-header-row.checkout-container>div,.is-act-finishpage .checkout .checkout-receipt .checkout .checkout-product-table .cart-header-row.checkout-container>div,.checkout-receipt .checkout .checkout-product-table .header-search-container.full-page .search-suggest .cart-header-row.search-suggest-content__row>div,.header-search-container.full-page .search-suggest .checkout-receipt .checkout .checkout-product-table .cart-header-row.search-suggest-content__row>div,.checkout-receipt .checkout .checkout-product-table .confirm-shipping .confirm-shipping-method .shipping-method-label .cart-header-row.shipping-method-description>div,.confirm-shipping .confirm-shipping-method .shipping-method-label .checkout-receipt .checkout .checkout-product-table .cart-header-row.shipping-method-description>div,.checkout-receipt .checkout .checkout-product-table .confirm-shipping .confirm-shipping-method .payment-method-label .cart-header-row.shipping-method-description>div,.confirm-shipping .confirm-shipping-method .payment-method-label .checkout-receipt .checkout .checkout-product-table .cart-header-row.shipping-method-description>div,.checkout-receipt .checkout .checkout-product-table .confirm-shipping .payment-method .shipping-method-label .cart-header-row.shipping-method-description>div,.confirm-shipping .payment-method .shipping-method-label .checkout-receipt .checkout .checkout-product-table .cart-header-row.shipping-method-description>div,.checkout-receipt .checkout .checkout-product-table .confirm-shipping .payment-method .payment-method-label .cart-header-row.shipping-method-description>div,.confirm-shipping .payment-method .payment-method-label .checkout-receipt .checkout .checkout-product-table .cart-header-row.shipping-method-description>div,.checkout-receipt .checkout .checkout-product-table .confirm-payment .confirm-shipping-method .shipping-method-label .cart-header-row.shipping-method-description>div,.confirm-payment .confirm-shipping-method .shipping-method-label .checkout-receipt .checkout .checkout-product-table .cart-header-row.shipping-method-description>div,.checkout-receipt .checkout .checkout-product-table .confirm-payment .confirm-shipping-method .payment-method-label .cart-header-row.shipping-method-description>div,.confirm-payment .confirm-shipping-method .payment-method-label .checkout-receipt .checkout .checkout-product-table .cart-header-row.shipping-method-description>div,.checkout-receipt .checkout .checkout-product-table .confirm-payment .payment-method .shipping-method-label .cart-header-row.shipping-method-description>div,.confirm-payment .payment-method .shipping-method-label .checkout-receipt .checkout .checkout-product-table .cart-header-row.shipping-method-description>div,.checkout-receipt .checkout .checkout-product-table .confirm-payment .payment-method .payment-method-label .cart-header-row.shipping-method-description>div,.confirm-payment .payment-method .payment-method-label .checkout-receipt .checkout .checkout-product-table .cart-header-row.shipping-method-description>div,.checkout-receipt .checkout .checkout-product-table .cart-item-product>div>div{text-align:left}.checkout-receipt .checkout .checkout-main>div{width:100%;justify-content:end}.checkout-receipt .checkout .cart-add-product-container{display:flex;justify-content:flex-end;padding:0;margin-right:-20px}.checkout-receipt.is-act-confirmpage .input-group.checkout-aside-add-code{display:none}.checkout-receipt .checkout-receipt .checkout-main>div{order:10}.checkout-receipt .checkout-receipt .checkout-main>div.confirm-main-header{order:1}.checkout-receipt .checkout-receipt .checkout-main>div.confirm-payment-shipping{order:3}.checkout-receipt .checkout-receipt .checkout-main>div.confirm-address{order:5}.checkout-receipt .js-confirm-overview-addresses .card-actions{margin-left:auto}.checkout-receipt .js-confirm-overview-addresses .btn{font-size:12px}.checkout-receipt .js-confirm-overview-addresses:after{content:"";display:block;width:calc(100% - 40px);height:1px;background-color:var(--border, grey);margin:1rem auto 1rem auto}.checkout-receipt .payment-method-description>p{margin:0}.checkout-receipt .custom-control.custom-checkbox{order:3;width:100%;padding-bottom:0}.checkout-receipt button#confirmFormSubmitMain{order:5}@media (max-width:992px){.checkout-receipt .checkout-main{order:2}.checkout-receipt .checkout .checkout-aside{order:1;flex:0 0 100%;max-width:100%}}.checkout-receipt .form-group .custom-control{padding-top:0;padding-bottom:0}.checkout-receipt.is-act-finishpage .checkout-aside-summary .finish-page-register{padding:50px 0 0}.checkout-default{--checkoutSkin: "classic"}.checkout-default .checkout{padding-top:32px}.checkout-default .checkout .checkout-main{background-color:white;box-shadow:1px 1px 6px rgba(0, 0, 0, 0.2);padding:50px;margin-left:0;margin-bottom:15px}@media (min-width:1200px){.checkout-default .checkout .checkout-main{flex-basis:0;flex-grow:1;max-width:100%}}.checkout-default .checkout .checkout-aside{flex:0 0 75%;max-width:75%;margin:0 auto}@media (min-width:1200px){.checkout-default .checkout .checkout-aside{flex:0 0 41.6666666667%;max-width:41.6666666667%}}.checkout-default .checkout .card-title{border-bottom:unset;padding-bottom:0}.checkout-default .checkout .js-confirm-overview-addresses .card-col{margin-bottom:0}.checkout-default .checkout .confirm-billing-address{border-right:1px solid var(--border, grey)}.checkout-default .checkout .card-actions .btn{background:unset;border:1px solid var(--border, grey)}.checkout-default .checkout .shipping-method,.checkout-default .checkout .payment-method{border:var(--wcs-border-width) solid var(--wcs-border-color);border-bottom:none;margin:0}.checkout-default .checkout .shipping-method:last-child,.checkout-default .checkout .payment-method:last-child{border-bottom:1px solid var(--wcs-border-color)}.checkout-default .checkout .shipping-method p,.checkout-default .checkout .payment-method p{margin:0}.checkout-default .checkout .shipping-method .payment-method-image,.checkout-default .checkout .payment-method .payment-method-image{margin-top:10px}.checkout-default .checkout .shipping-form-group,.checkout-default .checkout .payment-form-group{padding:0 10px;margin:0}.checkout-default .checkout .shipping-method-image{max-height:35px;object-fit:scale-down}.checkout-default .content-main{background:#f9f9f9}.swag-customized-products-cart__configuration{margin-top:12px;padding:4px;width:100%}.swag-customized-products-cart__item{margin:12px 0;font-size:9pt}.swag-customized-products-cart__list{margin-left:16px;padding:0}.swag-customized-products-cart__price-tag{white-space:nowrap}.swag-customized-products-cart__title-link:hover{text-decoration:none}.swag-customized-products-cart__title-link .toggle-icon-plus{display:block}.swag-customized-products-cart__title-link .toggle-icon-minus{display:none}.swag-customized-products-cart__title-link[aria-expanded="true"] .toggle-icon-plus{display:none}.swag-customized-products-cart__title-link[aria-expanded="true"] .toggle-icon-minus{display:block}.swag-customized-products-cart__title-container{padding:0}.swag-customized-products-cart__title-toggle{width:auto;top:2px}.swag-customized-products-cart__title-toggle-icon{text-align:right}.swag-customized-products-cart__title-toggle-icon.col,.is-act-confirmpage .checkout .swag-customized-products-cart__title-toggle-icon.checkout-aside,.is-ctl-accountorder .checkout .swag-customized-products-cart__title-toggle-icon.checkout-aside,.is-act-finishpage .checkout .swag-customized-products-cart__title-toggle-icon.checkout-aside,.header-search-container.full-page .search-header .swag-customized-products-cart__title-toggle-icon.search-header__search-container,.wexo-checkout main.content-main .checkout .swag-customized-products-cart__title-toggle-icon.checkout-aside,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong.swag-customized-products-cart__title-toggle-icon,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong.swag-customized-products-cart__title-toggle-icon,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong.swag-customized-products-cart__title-toggle-icon,.confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong.swag-customized-products-cart__title-toggle-icon,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong.swag-customized-products-cart__title-toggle-icon,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong.swag-customized-products-cart__title-toggle-icon,.confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong.swag-customized-products-cart__title-toggle-icon,.confirm-payment .payment-method .payment-method-label .shipping-method-description>strong.swag-customized-products-cart__title-toggle-icon{display:inline-block}.cart-item-remove.col-2{order:1}.swag-customized-products__line-item-image-container{text-align:center;width:78px;padding-right:0.25rem;padding-left:0.25rem}.swag-customized-products__line-item-label{padding-top:8px}.swag-customized-products__line-item-unit-price{text-align:right}.swag-customized-products__line-item-unit-price .line-item-unit-price-label,.swag-customized-products__line-item-unit-price .line-item-tax-price-label{display:none}.swag-customized-products__line-item-total-price{text-align:right;font-weight:700}.swag-customized-products__line-item-total-price .line-item-total-price-label{display:none}.swag-customized-products__line-item-remove{text-align:right}.swag-customized-products__line-item-collapse-unit-price .swag-customized-products__line-item-option-sub-element{text-align:right}.swag-customized-products__line-item-collapse-options{font-size:0.75rem}.swag-customized-products__line-item-collapse-options .swag-customized-products__line-item-option-elements{margin-top:0.5rem}.swag-customized-products__line-item-collapse-unit-price{margin-top:2rem;font-size:0.75rem}.swag-customized-products__line-item-collapse-unit-price .swag-customized-products__line-item-option-elements{padding-left:0;padding-right:0}.swag-customized-products__line-item-collapse-total-price{margin-top:2rem;font-size:0.75rem;display:block}.swag-customized-products__line-item-collapse-total-price .swag-customized-products__line-item-option-elements{padding-left:0;padding-right:0}.swag-customized-products__line-item-details{padding-bottom:1rem}.swag-customized-products__line-item-options-control-wrapper{height:1.5rem}.swag-customized-products__line-item-options-control-wrapper .swag-customized-products__line-item-control-headline,.swag-customized-products__line-item-options-control-wrapper .swag-customized-products__line-item-control-icon-container{display:inline-block}.swag-customized-products__line-item-options-control-wrapper .line-item-collapse-button,.swag-customized-products__line-item-options-control-wrapper .line-item-child-remove-icon{background-color:transparent;border-style:none}.swag-customized-products__line-item-options-control-wrapper .line-item-collapse-button:focus,.swag-customized-products__line-item-options-control-wrapper .line-item-child-remove-icon:focus{outline:none}.swag-customized-products__line-item-options-control-wrapper .line-item-collapse-button>.line-item-collapse-icon>.icon-arrow-down{height:16px}.swag-customized-products__line-item-options-control-wrapper .line-item-collapse-button>.line-item-collapse-icon{transform:rotate(0deg);transition:all 0.2s ease-out}.swag-customized-products__line-item-options-control-wrapper .line-item-collapse-button.collapsed>.line-item-collapse-icon{transform:rotate(-90deg)}.swag-customized-products__line-item-option-element .line-item-unit-price-label,.swag-customized-products__line-item-option-element .line-item-tax-price-label,.swag-customized-products__line-item-option-element .line-item-total-price-label{display:none}.swag-customized-products__line-item-option-element .line-item-total-price-value{font-weight:700}.swag-customized-products__line-item-option-element .line-item-unit-price-value,.swag-customized-products__line-item-option-element .line-item-tax-price-value,.swag-customized-products__line-item-option-element .line-item-total-price-value{text-align:right}.swag-customized-products__line-item-option-element-detailed-price{margin-left:calc(var(--bs-gutter-x) * .5);display:none}.swag-customized-products__line-item-option-element-detailed-price .line-item-unit-price-label,.swag-customized-products__line-item-option-element-detailed-price .line-item-tax-price-label,.swag-customized-products__line-item-option-element-detailed-price .line-item-total-price-label{display:inline-block;margin:0;text-align:left;font-weight:normal;font-size:0.75rem}.swag-customized-products__line-item-option-element-detailed-price .line-item-total-price-label{font-weight:700}.swag-customized-products__line-item-option-element-detailed-price .line-item-unit-price-value,.swag-customized-products__line-item-option-element-detailed-price .line-item-tax-price-value,.swag-customized-products__line-item-option-element-detailed-price .line-item-total-price-value{display:inline-block;text-align:right;float:right}.swag-customized-products__line-item-image{grid-area:image}.swag-customized-products__line-item-label{grid-area:label}.swag-customized-products__line-item-quantity{grid-area:quantity}.swag-customized-products__line-item-unit-price{grid-area:unit-price}.swag-customized-products__line-item-total-price{grid-area:total-price}.swag-customized-products__line-item-remove{grid-area:remove}.swag-customized-products__line-item-collapse-options{grid-area:collapse-options}.swag-customized-products__line-item-collapse-unit-price{grid-area:collapse-unit}.swag-customized-products__line-item-collapse-total-price{grid-area:collapse-total}.swag-customized-products__line-item-details{grid-area:details}@media (min-width:576px){*:not(.cart-offcanvas) .swag-customized-products__line-item-label{padding-left:0.25rem}}*:not(.cart-offcanvas) .swag-customized-products__line-item-quantity .line-item-quantity-label{margin-bottom:0}@media (min-width:576px){*:not(.cart-offcanvas) .swag-customized-products__line-item-quantity{text-align:left}*:not(.cart-offcanvas) .swag-customized-products__line-item-quantity .line-item-quantity-label{margin-bottom:8px}*:not(.cart-offcanvas) .swag-customized-products__line-item-quantity .line-item-quantity{text-align:left;width:100%}*:not(.cart-offcanvas) .swag-customized-products__line-item-quantity .line-item-quantity-select-wrapper>*{justify-content:flex-start}}@media (min-width:768px){*:not(.cart-offcanvas) .swag-customized-products__line-item-quantity .line-item-quantity-label{display:none;width:100%}*:not(.cart-offcanvas) .swag-customized-products__line-item-quantity .line-item-quantity-select-wrapper>*{justify-content:center}}*:not(.cart-offcanvas) .swag-customized-products__line-item-unit-price .line-item-unit-price-label,*:not(.cart-offcanvas) .swag-customized-products__line-item-unit-price .line-item-tax-price-label{display:none}@media (min-width:576px){*:not(.cart-offcanvas) .swag-customized-products__line-item-unit-price .line-item-unit-price-label,*:not(.cart-offcanvas) .swag-customized-products__line-item-unit-price .line-item-tax-price-label{display:block}}@media (min-width:768px){*:not(.cart-offcanvas) .swag-customized-products__line-item-unit-price .line-item-unit-price-label,*:not(.cart-offcanvas) .swag-customized-products__line-item-unit-price .line-item-tax-price-label{display:none}}*:not(.cart-offcanvas) .swag-customized-products__line-item-total-price .line-item-total-price-label{display:none}@media (min-width:576px){*:not(.cart-offcanvas) .swag-customized-products__line-item-total-price .line-item-total-price-label{display:block}}@media (min-width:768px){*:not(.cart-offcanvas) .swag-customized-products__line-item-total-price .line-item-total-price-label{display:none}}@media (min-width:576px){*:not(.cart-offcanvas) .swag-customized-products__line-item-collapse-options{padding-left:0.25rem}}@media (min-width:576px){*:not(.cart-offcanvas) .swag-customized-products__line-item-details{padding-left:0.25rem}}*:not(.cart-offcanvas) .swag-customized-products__line-item-option-element-detailed-price{display:none}@media (min-width:576px){*:not(.cart-offcanvas) .swag-customized-products__line-item-option-element-detailed-price{display:block}}@media (min-width:768px){*:not(.cart-offcanvas) .swag-customized-products__line-item-option-element-detailed-price{display:none}}*:not(.cart-offcanvas) .swag-customized-products__line-item-grid_component{display:grid;grid-template-columns:5fr 1fr;grid-template-rows:repeat(6, auto);grid-template-areas:"image            remove" "label            label" "collapse-options collapse-total" "details          details" "quantity         quantity" "total-price      total-price";grid-column-gap:0px;grid-row-gap:0px}*:not(.cart-offcanvas) .swag-customized-products__line-item-image{grid-area:image}*:not(.cart-offcanvas) .swag-customized-products__line-item-unit-price{display:none}*:not(.cart-offcanvas) .swag-customized-products__line-item-collapse-unit-price{display:none}@media (min-width:576px){*:not(.cart-offcanvas) .swag-customized-products__line-item-grid_component{grid-template-columns:0.6666666667fr 1.3333333333fr 2fr 2fr;grid-template-rows:repeat(3, auto);grid-template-areas:"image label            label            remove" "image collapse-options collapse-options collapse-options" "image details          details          ." "quantity quantity         unit-price       total-price"}*:not(.cart-offcanvas) .swag-customized-products__line-item-unit-price{display:unset}*:not(.cart-offcanvas) .swag-customized-products__line-item-collapse-unit-price{display:none}*:not(.cart-offcanvas) .swag-customized-products__line-item-collapse-total-price{display:none}}@media (min-width:768px){*:not(.cart-offcanvas) .swag-customized-products__line-item-grid_component{grid-template-columns:94px 3.75fr 2fr 2fr 2fr 1fr;grid-template-rows:repeat(3, auto);grid-template-areas:"image label            quantity         unit-price    total-price    remove" "image collapse-options collapse-options collapse-unit collapse-total remove" "image details          .                .             .              remove"}*:not(.cart-offcanvas) .swag-customized-products__line-item-grid_component.no-remove-button{grid-template-columns:94px 40% 1fr 1fr 1fr;grid-template-rows:repeat(3, auto);grid-template-areas:"image label quantity unit-price total-price" "image collapse-options collapse-options collapse-unit collapse-total" "image details . . ."}*:not(.cart-offcanvas) .swag-customized-products__line-item-collapse-unit-price{display:unset}*:not(.cart-offcanvas) .swag-customized-products__line-item-collapse-total-price{display:unset}}.cart-offcanvas .swag-customized-products__line-item-quantity{text-align:left}.cart-offcanvas .swag-customized-products__line-item-quantity .line-item-quantity{text-align:right;width:auto}.cart-offcanvas .swag-customized-products__line-item-quantity .line-item-quantity-select-wrapper{flex-grow:1}.cart-offcanvas .swag-customized-products__line-item-quantity .line-item-quantity-label{display:inline-block;width:auto}.cart-offcanvas .swag-customized-products__line-item-option-element-detailed-price{display:none}.cart-offcanvas .swag-customized-products__line-item-grid_component{display:grid;grid-template-columns:5fr 1fr;grid-template-rows:repeat(6, auto);grid-template-areas:"image            remove" "label            label" "collapse-options collapse-total" "details          details" "quantity         quantity" "total-price      total-price";grid-column-gap:0px;grid-row-gap:0px}.cart-offcanvas .swag-customized-products__line-item-total-price .line-item-total-price-label{display:none}.cart-offcanvas .swag-customized-products__line-item-unit-price{display:none}.cart-offcanvas .swag-customized-products__line-item-collapse-unit-price{display:none}.cart-offcanvas .swag-customized-products__line-item-collapse-total-price{display:block}.swag-customized-products-option-type__checkbox-wrapper{border-radius:0;border:1px solid #798490;padding:1rem}.swag-customized-products-option-type__checkbox-wrapper:hover{border-color:#751103}.swag-customized-products-options-datetime-wrapper .swag-customized-products-options-datetime[disabled]{background-color:#eee;opacity:1}.swag-customized-products-options-datetime-wrapper .swag-customized-products-date-picker-button{border:none;background-color:transparent}.swag-customized-products-options-datetime-wrapper .swag-customized-products-date-picker-button>span{color:#2b3136}.swag-customized-products-options-datetime-wrapper .date-picker-clear[disabled]>span{color:rgba(43, 49, 54, 0.3)}.swag-custommized-product-html-editor{width:100%;border-radius:3px;border:1px solid #798490;overflow:hidden}.swag-custommized-product-html-editor__editor-wrapper{position:relative}.swag-custommized-product-html-editor__placeholder{top:16px;left:16px;right:0;bottom:0;position:absolute;color:#798490;cursor:text}.swag-custommized-product-html-editor__toolbar{background:#eee;border-bottom:1px solid #798490}.swag-custommized-product-html-editor__toolbar-button{appearance:none;border:0 none;margin:0;padding:4px 12px}.swag-custommized-product-html-editor__toolbar-button[aria-pressed="true"] .icon{color:#000}.swag-custommized-product-html-editor__toolbar-button>.icon{width:12px;height:12px}.swag-custommized-product-html-editor__toolbar-button>.icon>svg{top:2px}.swag-custommized-product-html-editor__editor{padding:16px;min-height:75px;height:150px;max-height:250px;resize:vertical;border-radius:0;overflow-y:scroll}.swag-custommized-product-html-editor__editor>div{margin-bottom:12px}.swag-custommized-product-html-editor__editor:focus{outline:none}.swag-customized-products-option-type-select-wrapper{display:block;width:100%}.swag-customized-products-option-type-select-wrapper .forms-boolean{height:auto;padding:0}.swag-customized-products-option-type-select-wrapper .forms-boolean-label{position:relative}.swag-customized-products-option-type-select-wrapper .forms-boolean-label::before{content:"";border-radius:0;width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;border:1px solid #798490}.swag-customized-products-option-type-select-wrapper .form-check-input{background:green}.swag-customized-products-option-type-select-wrapper .form-check-input:checked{background:red}.swag-customized-products-option-type-select-wrapper .form-check-input:checked~.form-check-label::before{background-color:transparent;border-color:#751103;border-width:2px}.swag-customized-products-option-type-select-wrapper .form-check-input:not(:disabled):active~.form-check-label::before{background-color:transparent}.swag-customized-products-option-type-select-wrapper .form-check-input:focus~.form-check-label::before{box-shadow:none}.swag-customized-products-option-type-select-wrapper .form-check .form-check-input:checked~.form-check-label::after{visibility:hidden}.swag-customized-products-option-type-select-wrapper .form-control.form-check-input{position:absolute;left:0;height:100%}.swag-customized-products-option-type-select-wrapper .swag-customized-products-form-control:not(select){opacity:0;z-index:-100}.swag-customized-products__type-colorselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble,.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble{width:24px;height:24px;border-radius:100%;margin:0 12px 0 0;border:1px solid #798490}.swag-customized-products__type-colorselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble.no-selection,.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble.no-selection{margin-top:0;border:0 none}.swag-customized-products__type-colorselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble .icon>svg,.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble .icon>svg{top:0;position:initial}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble{width:48px}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble .icon{margin-left:12px}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image{width:48px;margin:8px 14px 8px 0}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image .swag-customized-products-image-zoom__template{display:none}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image .swag-customized-products-option__image{border:1px solid #798490;border-radius:0}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image .swag-customized-products-option__image:hover{border-color:#751103}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image .swag-customized-products-option__image:hover+.icon-editor-expand>svg{color:#751103}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image.swag-customized-products-image-zoom{position:relative;margin:8px 32px 8px 0}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image.swag-customized-products-image-zoom .icon-editor-expand{position:absolute;width:12px;height:12px;right:-20px;top:50%;margin-top:-10px}.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image.swag-customized-products-image-zoom .icon-editor-expand:hover svg{color:#751103}.swag-customized-products-option-type-select-checkboxes-label{height:100%;display:flex;padding:10px 16px;text-align:left;align-items:center}.swag-customized-products-option-type-select-checkboxes-label:after{content:none}.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products__boolean-label{text-align:left;padding-left:12px;padding-right:12px}.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products-option-type-select-checkboxes-label__property{border-radius:100%;word-break:break-word;flex:5}.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products-option-type-select-checkboxes-label__property.limit-two-lines{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;text-overflow:ellipsis}.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products-option-type-colorselect-checkboxes-label-name{padding-bottom:0;flex:1}.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products-option-type-select-checkboxes-label__surcharge-info{font-weight:bold;word-break:keep-all;flex:1}.swag-customized-products__type-textarea-clear-button{border:none;background-color:transparent;color:#2b3136}.swag-customized-products__type-textarea-clear-button:hover{color:#751103}.swag-customized-products__type-textarea-clear-button[disabled]{color:rgba(43, 49, 54, 0.3)}.customized-products-upload__dropzone{display:block;padding:1.5rem;border:2px dashed rgba(117, 17, 3, 0.38);border-radius:0;background-color:rgba(117, 17, 3, 0.03)}.customized-products-upload__dropzone.dragover{padding:calc(1.5rem + 1px);border:1px solid #751103;background-color:rgba(117, 17, 3, 0.15)}.customized-products-upload__dropzone-col{padding:0}.customized-products-upload__dropzone-icon{display:inline-block;margin-right:12px;vertical-align:top}.customized-products-upload__dropzone-icon>.icon{color:#751103}.customized-products-upload__dropzone-text{display:inline-block}.customized-products-upload__dropzone-text-headline{display:block;color:#751103;font-weight:600}.customized-products-upload__dropzone-text-restrictions{display:block;color:#bcc1c7}.customized-products-upload__dropzone-button{padding:0;text-align:right}.customized-products-upload-files-element.is--success>.customized-products-upload-files-element__container{border-color:#5b8e48}.customized-products-upload-files-element.is--success>.customized-products-upload-files-element__container .customized-products-upload-files-element__container-icon>.icon{color:#5b8e48}.customized-products-upload-files-element.is--error>.customized-products-upload-files-element__container{border-color:#c20017}.customized-products-upload-files-element.is--error>.customized-products-upload-files-element__container .customized-products-upload-files-element__container-icon>.icon{color:#c20017}.customized-products-upload-files-element__container{display:flex;margin:1rem 0 1px 0;padding:1rem;border:1px solid #751103;border-radius:0}.customized-products-upload-files-element__container-icon{margin-right:12px;vertical-align:top}.customized-products-upload-files-element__container-icon>.icon{color:#751103}.customized-products-upload-files-element__container-filename{width:100%;align-self:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.customized-products-upload-files-element__container-close{margin-top:-1px;text-align:right}.customized-products-upload-files-element__container-close-button{border:none;background-color:transparent}.customized-products-upload-files-element__container-close-button>.icon{height:16px;width:16px}.customized-products-upload template.customized-products-upload-files-element__container{display:none}.swag-customized-product__order-detail-configuration{margin:0 1rem;border-bottom:1px solid #798490}.order-detail-item-customized-products .order-detail-content-row{border-bottom:0 none}.swag-customized-products .swag-customized-products__violation-list-holder .swag-customized-products__violation-list-holder-template{display:none}.swag-customized-products .swag-customized-products__violation-list-holder .alert-content-container{padding:1.5rem}.swag-customized-products .swag-customized-products__violation-list-holder .violation-list,.swag-customized-products .swag-customized-products__violation-list-holder .excluded-element-list{margin-left:0;padding-left:1.15rem}.swag-customized-products .swag-customized-products__violation-list-holder .violation-list{margin-bottom:0}.swag-customized-products .swag-customized-products__violation-list-holder .excluded-element-list{list-style:none;padding-left:0}.swag-customized-products .swag-customized-products__violation-list-holder .entry__link{font-weight:bold;color:#c20017;text-decoration:underline;cursor:pointer}.swag-customized-products .swag-customized-products__violation-list-holder .icon.icon-blocked{align-self:flex-start}.swag-customized-products .swag-customized-products__card{padding:1.5rem 1.5rem 0.5rem;margin:0 0 1rem;border:1px solid #798490}.swag-customized-products .swag-customized-products__title{margin-bottom:1.5rem}.swag-customized-products .swag-customized-products__title-link{color:#2b3136}.swag-customized-products .swag-customized-products__title-link:hover{text-decoration:none}.swag-customized-products .swag-customized-products__title-link .toggle-icon-plus{display:block}.swag-customized-products .swag-customized-products__title-link .toggle-icon-minus{display:none}.swag-customized-products .swag-customized-products__title-link[aria-expanded="true"] .toggle-icon-plus{display:none}.swag-customized-products .swag-customized-products__title-link[aria-expanded="true"] .toggle-icon-minus{display:block}.swag-customized-products .swag-customized-products__title-link-toggle-icon{text-align:right;align-self:center;top:-2px}.swag-customized-products .customized-products-error-subtitle{color:#c20017;padding-left:2px;font-size:14px}.swag-customized-products .swag-customized-products__image{margin-bottom:1rem}.swag-customized-products .swag-customized-products__no-selection-icon{text-align:center;width:1.5rem;max-width:1.5rem}.swag-customized-products .swag-customized-products__description{margin-bottom:1.5rem}.swag-customized-products .swag-customized-products-option{margin-bottom:0.5rem}.swag-customized-products .swag-customized-products-option__image{text-align:center;align-self:center;max-width:100%}.swag-customized-products .swag-customized-products-option--required{font-weight:normal;font-size:0.875em}.swag-customized-products .swag-customized-products-option__title{cursor:pointer}.swag-customized-products .swag-customized-products-configuration__items,.swag-customized-products .swag-customized-products-configuration__description{margin:0.5rem 0;width:100%}.swag-customized-products .is-error.swag-customized-products-form-control{border-color:#c20017}.swag-customized-products .swag-customized-products__boolean{height:auto;width:100%;padding:0}.swag-customized-products .swag-customized-products__boolean-label{height:auto;line-height:1.5}.swag-customized-products .swag-customized-products__boolean-label-price{text-align:right;right:0.5rem}.swag-customized-products .input-group>.form-control{border-radius:0;padding-right:3rem;overflow:hidden}.swag-customized-products .input-group .form-control~.swag-customized-products-date-picker-button{position:absolute;align-self:center;right:0.25rem;z-index:3}.swag-customized-products .swag-customized-products-options-datetime{background:#fff}.swag-customized-products .swag-customized-products__title-link-container,.swag-customized-products .swag-customized-products-form-control{margin:0.25rem 0}.swag-customized-products .swag-customized-products-form-control[type="checkbox"]:disabled{opacity:0}.swag-customized-products .forms-boolean{margin-top:0;margin-bottom:16px;position:relative}.swag-customized-products .forms-boolean:last-child{margin-bottom:0}.swag-customized-products .swag-customized-products-share__card{padding:1.5rem;margin:0 0 1rem;border:1px solid #798490}.swag-customized-products .share-container{display:flex;justify-content:space-between;align-items:center}.swag-customized-products .share-container .form-switch{padding:0}.swag-customized-products .swag-customized-products-share-icons{display:none}.swag-customized-products .swag-customized-products-confirm-input-container{margin:30px 0}@media (max-width:575.98px){.swag-customized-products .swag-customized-products__card{padding:0.5rem}}.swag-customized-products.is--step-by-step .swag-customized-products-option__title{cursor:default}.swag-customized-products.is--step-by-step .swag-customized-products__card{overflow:hidden;padding:0}.swag-customized-products.is--step-by-step .swag-customized-products__scrollable{padding:1.75rem}.swag-customized-products.is--step-by-step .swag-customized-products__item{transition:0.5s ease-in-out;-webkit-transition:0.5s ease-in-out;height:auto;overflow-y:auto}.swag-customized-products.is--step-by-step .swag-customized-products_step-mode-hidden{max-height:0;opacity:0}.swag-customized-products.is--step-by-step .swag-customized-products_step-mode-shown{max-height:500px;opacity:1}.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder{border-bottom:1px solid #bcc1c7}.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder>.form-group{margin:1.5rem 2rem 0.5rem;position:relative}.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation__text{color:#2b3136;font-size:1rem;font-weight:700;line-height:1.2}.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation__icon{width:24px;height:24px;position:absolute;right:0}.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation__icon>use{fill:#2b3136}.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation{padding-bottom:1rem}.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation select{display:block;width:100%;opacity:0;position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;cursor:pointer}.swag-customized-products.is--step-by-step textarea.swag-customized-products-form-control{min-height:150px;max-height:150px;resize:none}.swag-customized-products.is--step-by-step .swag-customized-products__type-htmleditor textarea.swag-customized-products-form-control{position:absolute}.swag-customized-products.is--step-by-step .swag-customized-products__item{padding:0;margin:0}.swag-customized-products.is--step-by-step .swag-customized-products__item.is--scrollable>div{padding-bottom:0;margin-bottom:0}.swag-customized-products.is--step-by-step .swag-customized-products__link:hover{transform:none}.swag-customized-products.is--step-by-step .swag-customized-products-pager{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;padding:1rem 1.5rem;background:#fff;z-index:1;position:relative;border-top:1px solid #bcc1c7}.swag-customized-products.is--step-by-step .swag-customized-products-pager .swag-customized-products-pager__button{flex-grow:1}.swag-customized-products.is--step-by-step .swag-customized-products-pager__page-number{display:block;text-align:center;flex-grow:4}.swag-customized-products-image-zoom__wrapper{position:fixed;top:0;bottom:0;height:100%;width:100%;padding:4rem;z-index:1050}.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:fit-content;margin:0;left:50%;transform:translateX(-50%)}.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__image{display:block;max-width:100%;max-height:100%;object-fit:contain;border-radius:0;background-clip:padding-box}.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__caption{margin-top:10px;font-weight:bold;text-align:center;display:block;color:#fff}.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__icon-close{align-self:flex-end;appearance:none;background:transparent;border:0 none;padding:6px;transform:translateX(100%)}.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__icon-close .icon{color:#fff}@media (max-width:575.98px){.swag-customized-products-image-zoom__wrapper{padding:3rem}}.swag-customized-product__price-display-holder:not(:empty){min-height:80px}.swag-customized-product__price-display{padding:1.5rem;margin:0 0 1rem;border:1px solid #798490}.swag-customized-product__price-display .price-display__list{list-style:none;margin:0 0 1.5rem;padding:0}.swag-customized-product__price-display .price-display__list>li{display:table;width:100%;margin:0 0 0.5rem 1rem}.swag-customized-product__price-display .price-display__list .price-display__item{width:calc(100% - 1rem)}.swag-customized-product__price-display .price-display__list .price-display__product-price,.swag-customized-product__price-display .price-display__list .price-display__summary{margin:0 0 0.5rem}.swag-customized-product__price-display .price-display__list:last-child{margin-bottom:0}.swag-customized-product__price-display .price-display__price{text-align:right;display:table-cell}.swag-customized-product__price-display .price-display__label{display:table-cell;line-break:auto}.swag-customized-product__price-display .price-display__summary .price-display__price,.swag-customized-product__price-display .price-display__summary .price-display__label{font-size:1rem;font-weight:700}.swag-customized-products__price-label-notice{margin-top:10px;font-size:12px}.swag-customized-products-option__price-tag{display:inline-block;font-weight:bold;margin-left:4px;text-overflow:ellipsis}.parcel-shop-marker{text-align:center}.parcel-shop-marker .parcel-shop-name{font-weight:bold}.parcel-shop-modal .modal-dialog,.parcel-shop-modal .modal-dialog .modal-content{max-width:75vw;max-height:75vh;height:75vh;width:auto;margin:auto}.parcel-shop-modal .modal-dialog .modal-content .modal-header{display:flex;flex:0 0 50px;background:#fff;border:none}.parcel-shop-modal .modal-dialog .modal-content .modal-header .btn-close{opacity:1;width:fit-content;background-position:bottom right;padding-right:20px;margin-right:1px}.parcel-shop-modal .modal-dialog .modal-content .modal-header .btn-close .close-text{color:black;font-size:16px;text-transform:uppercase;vertical-align:bottom;font-weight:700}.parcel-shop-modal .modal-dialog .modal-content .modal-body{flex:1 1 0%;padding-top:0;overflow:hidden}@media (max-width:767.98px){.parcel-shop-modal .modal-dialog,.parcel-shop-modal .modal-dialog .modal-content{max-width:100%;max-height:100%;height:100vh;width:100%;margin:0}.parcel-shop-modal .modal-dialog .modal-content{border-radius:0;display:flex;flex-direction:column}.parcel-shop-modal .modal-dialog .modal-content .modal-body{overflow-y:scroll}.parcel-shop-modal .modal-dialog .modal-content .modal-body .element-loader-backdrop{position:fixed}}.shipping-methods .modal-body{padding:16px}.parcel-shop-plugin-form{display:contents}.parcel-shop-plugin{height:100%;display:flex;flex-direction:column}.parcel-shop-plugin .parcel-shop-content{flex:1 1 0%;overflow-y:hidden}@media (min-width:992px){.parcel-shop-plugin .parcel-shop-content{display:flex}}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left,.parcel-shop-plugin .parcel-shop-content .parcel-shop-right{padding-top:20px}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left{width:100%;display:flex;flex-direction:column;height:100%;padding-top:0}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-headline{align-items:end}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-headline .parcel-shop-input{margin-right:8px}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-headline .parcel-shop-input input{border-color:black;border-radius:0}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-headline .search-parcel-shop{min-width:75px;text-transform:uppercase;height:42px;color:black;background:#eee;border:none;border-radius:0}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-headline .search-parcel-shop:hover{background:#adb5bd}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container{overflow-y:auto;height:100%}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list{list-style:none;padding:0;border-bottom:none}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-error{text-align:center;padding:20px}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item{display:flex;justify-content:space-between;align-items:center;border:2px solid #e1e1e1;padding:20px}@media (max-width:575.98px){.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item{-webkit-flex-direction:column;flex-direction:column}}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item:not(:last-child){border-bottom:0}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item.selected{border-color:black}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item.selected+.parcel-shop-list-item{border-top-color:black}@media (max-width:575.98px){.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .parcel-shop-info-wrapper{width:100%}}@media (min-width:576px){.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .parcel-shop-info-wrapper{width:35%}}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .parcel-shop-info-wrapper .provider-image{height:24px;margin-bottom:8px}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .parcel-shop-info-wrapper .address-wrapper{margin-bottom:8px}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .parcel-shop-info-wrapper .address-wrapper:first-child{font-weight:bold}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .opening-hours-box-container{max-width:200px;position:relative;align-self:stretch;margin:0}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .opening-hours-box-container .label{position:absolute;text-align:center;width:100%;color:white;font-weight:bold}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .opening-hours-box-container .label.free{background:#E57D22}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .opening-hours-box-container .label.recommended{background:#0D8302}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .opening-hours-box-container .opening-hours-container{display:flex;min-height:100%;align-items:center}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .opening-hours-box-container .opening-hours-container .opening-hours{width:100%}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .show-on-map{cursor:pointer;text-align:center;color:#14baee;text-decoration:underline;flex:1 1}@media (max-width:991.98px){.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .show-on-map{display:none}}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .select-parcel-shop{display:flex;justify-content:flex-end}@media (max-width:767.98px){.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .parcel-shop-list .parcel-shop-list-item .select-parcel-shop{flex:1}}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .load-more-shops-button-container{margin-bottom:20px;width:100%;text-align:center}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .load-more-shops-button-container .load-more-shops{transition:background 0.3s ease-out;border:1px solid black;font-weight:bold}.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container .load-more-shops-button-container .load-more-shops:hover{background:black;color:white}@media (min-width:1200px){.parcel-shop-plugin .parcel-shop-content .parcel-shop-left .parcel-shop-list-container{min-width:700px}}.parcel-shop-plugin .parcel-shop-content .parcel-shop-right .parcel-shop-map{height:100%;transition:width 0.2s ease-out;width:0}.parcel-shop-plugin .parcel-shop-content .parcel-shop-right .parcel-shop-map.show{margin-left:15px;width:600px}.parcel-shop-plugin .parcel-shop-content .parcel-shop-right .parcel-shop-map .leaflet-marker-icon{filter:grayscale(1)}.parcel-shop-plugin .parcel-shop-content .parcel-shop-right .parcel-shop-map .leaflet-marker-icon.selected{filter:none;z-index:999 !important}.parcel-shop-plugin .parcel-shop-map .opening-hours,.parcel-shop-plugin .opening-hours-box-container{padding:0;list-style:none;flex:1 0 auto;margin:auto;text-align:left}.parcel-shop-plugin .parcel-shop-map .opening-hours tr:nth-child(even),.parcel-shop-plugin .opening-hours-box-container tr:nth-child(even){background:inherit}.parcel-shop-plugin .parcel-shop-map .opening-hours tr td:last-child,.parcel-shop-plugin .opening-hours-box-container tr td:last-child{text-align:right}@media (max-width:575.98px){.parcel-shop-plugin .select-parcel-shop{width:100%;margin-top:20px}}.parcel-shop-plugin .select-parcel-shop .btn{text-transform:uppercase}.parcel-shop-plugin .select-parcel-shop .btn:not(:disabled){background:black;color:white}@media (max-width:575.98px){.parcel-shop-plugin .select-parcel-shop .btn:not(:disabled){width:100%}}.is-act-confirmpage .shipping-comment-container{margin-top:1rem;position:relative}.ninja{display:none !important}#mainMenuOffCanvas{overflow-y:auto;max-height:100%;height:100%;display:flex;width:auto;overflow-x:hidden;background-color:var(--background-secondary, "lightgrey");padding-top:2.5rem}#mainMenuOffCanvas.showExpandedMenu:hover{width:760px}#mainMenuOffCanvas .offcanvasMainNavigation{min-width:300px;width:30%;height:100%;overflow-y:auto;padding:0;box-shadow:3px 3px 10px #00000029;background-color:white}#mainMenuOffCanvas .main-navigation-link{font-size:16px}#mainMenuOffCanvas .main-navigation-link:hover{color:#751103}#mainMenuOffCanvas .main-navigation-link .main-navigation-link-text{width:100%;background-size:50px;background-position:left center;background-repeat:no-repeat;padding:0.25rem 0.25rem 0.25rem 1.5rem}#mainMenuOffCanvas a.main-navigation-link[navdepth="1"]{color:var(--primary, inherit);font-size:20px;padding:0.5rem 0.5rem 0.5rem 0;margin-top:0.5rem}#mainMenuOffCanvas a.main-navigation-link[navdepth="1"]:hover .main-navigation-link-text:after{content:unset}#mainMenuOffCanvas .nav-link-struct{cursor:default}#mainMenuOffCanvas .subMenu{margin-left:310px;top:0;left:0;padding:3rem 1.25rem 1rem 1rem;position:absolute;display:none;height:100%;width:440px;background-color:white;overflow-y:auto;overflow-x:hidden;box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.2)}#mainMenuOffCanvas .subMenu a.main-navigation-link[navdepth="2"],#mainMenuOffCanvas .subMenu .kpFlex .subMenu a.main-navigation-link[navdepth="3"]{font-weight:bold;font-size:18px;padding:1rem 0.5rem 0.5rem 0;width:100%;border-bottom:1px solid grey;height:60px}#mainMenuOffCanvas .subMenu .kpFlex .subMenu a.main-navigation-link[navdepth="3"]{margin-bottom:30px}#mainMenuOffCanvas.showExpandedMenu .subMenu:hover{display:block;height:100%}#mainMenuOffCanvas .kpFlex .subMenu a.main-navigation-link[navdepth="3"]{font-weight:bold}#mainMenuOffCanvas .kpFlex{height:calc(100% - 2rem);padding-top:1rem;overflow:hidden}#mainMenuOffCanvas .kpFlex .subMenuGroup .main-navigation-link-text:after{display:none}#mainMenuOffCanvas .kpFlex a.main-navigation-link{padding:0}@keyframes hamburgerMove{from{margin-left:500px}to{margin-left:0}}@media (max-width:768px){#mainMenuOffCanvas .offcanvasMainNavigation{width:100%}#mainMenuOffCanvas .main-navigation-link{padding:0;margin:0.5rem 0.5rem;width:80%}#mainMenuOffCanvas .subMenu{margin-left:500px;-webkit-animation:hamburgerMove;animation:hamburgerMove;animation-iteration-count:1;animation-delay:100ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-duration:200ms;will-change:margin;width:100%}#mainMenuOffCanvas .subMenu .kpFlex{height:unset}#mainMenuOffCanvas .subMenu .main-navigation-link .main-navigation-link-text{padding:0.25rem 0.25rem 0.5rem 0}}.custom-badge{overflow:hidden}.custom-badge.rounded-circle{box-sizing:border-box}.custom-badge>img{width:100%;object-fit:cover}.custom-badge.has-height>img{height:100%}.language-flag{display:inline-block;height:12px;width:16px;border:1px solid #adb5bd;margin-top:2px;text-indent:100%;white-space:nowrap;overflow:hidden;background-position:0 0;background-repeat:no-repeat;background-size:100%}.language-flag.country-ad{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ad.svg")}.language-flag.country-ae{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ae.svg")}.language-flag.country-af{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/af.svg")}.language-flag.country-ag{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ag.svg")}.language-flag.country-ai{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ai.svg")}.language-flag.country-al{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/al.svg")}.language-flag.country-am{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/am.svg")}.language-flag.country-ao{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ao.svg")}.language-flag.country-aq{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/aq.svg")}.language-flag.country-ar{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ar.svg")}.language-flag.country-as{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/as.svg")}.language-flag.country-at{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/at.svg")}.language-flag.country-au{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/au.svg")}.language-flag.country-aw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/aw.svg")}.language-flag.country-ax{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ax.svg")}.language-flag.country-az{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/az.svg")}.language-flag.country-ba{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ba.svg")}.language-flag.country-bb{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bb.svg")}.language-flag.country-bd{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bd.svg")}.language-flag.country-be{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/be.svg")}.language-flag.country-bf{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bf.svg")}.language-flag.country-bg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bg.svg")}.language-flag.country-bh{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bh.svg")}.language-flag.country-bi{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bi.svg")}.language-flag.country-bj{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bj.svg")}.language-flag.country-bl{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bl.svg")}.language-flag.country-bm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bm.svg")}.language-flag.country-bn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bn.svg")}.language-flag.country-bo{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bo.svg")}.language-flag.country-bq{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bq.svg")}.language-flag.country-br{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/br.svg")}.language-flag.country-bs{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bs.svg")}.language-flag.country-bt{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bt.svg")}.language-flag.country-bv{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bv.svg")}.language-flag.country-bw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bw.svg")}.language-flag.country-by{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/by.svg")}.language-flag.country-bz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/bz.svg")}.language-flag.country-ca{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ca.svg")}.language-flag.country-cc{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cc.svg")}.language-flag.country-cd{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cd.svg")}.language-flag.country-cf{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cf.svg")}.language-flag.country-cg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cg.svg")}.language-flag.country-ch{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ch.svg")}.language-flag.country-ci{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ci.svg")}.language-flag.country-ck{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ck.svg")}.language-flag.country-cl{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cl.svg")}.language-flag.country-cm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cm.svg")}.language-flag.country-cn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cn.svg")}.language-flag.country-co{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/co.svg")}.language-flag.country-cr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cr.svg")}.language-flag.country-cu{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cu.svg")}.language-flag.country-cv{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cv.svg")}.language-flag.country-cw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cw.svg")}.language-flag.country-cx{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cx.svg")}.language-flag.country-cy{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cy.svg")}.language-flag.country-cz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/cz.svg")}.language-flag.country-de{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/de.svg")}.language-flag.country-dj{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/dj.svg")}.language-flag.country-dk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/dk.svg")}.language-flag.country-dm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/dm.svg")}.language-flag.country-do{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/do.svg")}.language-flag.country-dz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/dz.svg")}.language-flag.country-ec{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ec.svg")}.language-flag.country-ee{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ee.svg")}.language-flag.country-eg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/eg.svg")}.language-flag.country-eh{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/eh.svg")}.language-flag.country-er{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/er.svg")}.language-flag.country-es-ca{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/es-ca.svg")}.language-flag.country-es-ga{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/es-ga.svg")}.language-flag.country-es{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/es.svg")}.language-flag.country-et{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/et.svg")}.language-flag.country-eu{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/eu.svg")}.language-flag.country-fi{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/fi.svg")}.language-flag.country-fj{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/fj.svg")}.language-flag.country-fk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/fk.svg")}.language-flag.country-fm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/fm.svg")}.language-flag.country-fo{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/fo.svg")}.language-flag.country-fr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/fr.svg")}.language-flag.country-ga{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ga.svg")}.language-flag.country-gb-eng{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gb-eng.svg")}.language-flag.country-gb-nir{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gb-nir.svg")}.language-flag.country-gb-sct{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gb-sct.svg")}.language-flag.country-gb-wls{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gb-wls.svg")}.language-flag.country-gb{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gb.svg")}.language-flag.country-gd{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gd.svg")}.language-flag.country-ge{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ge.svg")}.language-flag.country-gf{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gf.svg")}.language-flag.country-gg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gg.svg")}.language-flag.country-gh{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gh.svg")}.language-flag.country-gi{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gi.svg")}.language-flag.country-gl{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gl.svg")}.language-flag.country-gm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gm.svg")}.language-flag.country-gn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gn.svg")}.language-flag.country-gp{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gp.svg")}.language-flag.country-gq{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gq.svg")}.language-flag.country-gr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gr.svg")}.language-flag.country-gs{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gs.svg")}.language-flag.country-gt{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gt.svg")}.language-flag.country-gu{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gu.svg")}.language-flag.country-gw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gw.svg")}.language-flag.country-gy{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/gy.svg")}.language-flag.country-hk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/hk.svg")}.language-flag.country-hm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/hm.svg")}.language-flag.country-hn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/hn.svg")}.language-flag.country-hr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/hr.svg")}.language-flag.country-ht{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ht.svg")}.language-flag.country-hu{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/hu.svg")}.language-flag.country-id{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/id.svg")}.language-flag.country-ie{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ie.svg")}.language-flag.country-il{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/il.svg")}.language-flag.country-im{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/im.svg")}.language-flag.country-in{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/in.svg")}.language-flag.country-io{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/io.svg")}.language-flag.country-iq{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/iq.svg")}.language-flag.country-ir{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ir.svg")}.language-flag.country-is{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/is.svg")}.language-flag.country-it{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/it.svg")}.language-flag.country-je{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/je.svg")}.language-flag.country-jm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/jm.svg")}.language-flag.country-jo{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/jo.svg")}.language-flag.country-jp{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/jp.svg")}.language-flag.country-ke{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ke.svg")}.language-flag.country-kg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/kg.svg")}.language-flag.country-kh{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/kh.svg")}.language-flag.country-ki{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ki.svg")}.language-flag.country-km{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/km.svg")}.language-flag.country-kn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/kn.svg")}.language-flag.country-kp{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/kp.svg")}.language-flag.country-kr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/kr.svg")}.language-flag.country-kw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/kw.svg")}.language-flag.country-ky{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ky.svg")}.language-flag.country-kz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/kz.svg")}.language-flag.country-la{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/la.svg")}.language-flag.country-lb{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/lb.svg")}.language-flag.country-lc{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/lc.svg")}.language-flag.country-li{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/li.svg")}.language-flag.country-lk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/lk.svg")}.language-flag.country-lr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/lr.svg")}.language-flag.country-ls{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ls.svg")}.language-flag.country-lt{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/lt.svg")}.language-flag.country-lu{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/lu.svg")}.language-flag.country-lv{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/lv.svg")}.language-flag.country-ly{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ly.svg")}.language-flag.country-ma{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ma.svg")}.language-flag.country-mc{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mc.svg")}.language-flag.country-md{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/md.svg")}.language-flag.country-me{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/me.svg")}.language-flag.country-mf{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mf.svg")}.language-flag.country-mg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mg.svg")}.language-flag.country-mh{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mh.svg")}.language-flag.country-mk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mk.svg")}.language-flag.country-ml{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ml.svg")}.language-flag.country-mm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mm.svg")}.language-flag.country-mn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mn.svg")}.language-flag.country-mo{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mo.svg")}.language-flag.country-mp{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mp.svg")}.language-flag.country-mq{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mq.svg")}.language-flag.country-mr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mr.svg")}.language-flag.country-ms{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ms.svg")}.language-flag.country-mt{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mt.svg")}.language-flag.country-mu{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mu.svg")}.language-flag.country-mv{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mv.svg")}.language-flag.country-mw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mw.svg")}.language-flag.country-mx{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mx.svg")}.language-flag.country-my{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/my.svg")}.language-flag.country-mz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/mz.svg")}.language-flag.country-na{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/na.svg")}.language-flag.country-nc{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/nc.svg")}.language-flag.country-ne{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ne.svg")}.language-flag.country-nf{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/nf.svg")}.language-flag.country-ng{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ng.svg")}.language-flag.country-ni{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ni.svg")}.language-flag.country-nl{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/nl.svg")}.language-flag.country-no{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/no.svg")}.language-flag.country-np{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/np.svg")}.language-flag.country-nr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/nr.svg")}.language-flag.country-nu{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/nu.svg")}.language-flag.country-nz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/nz.svg")}.language-flag.country-om{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/om.svg")}.language-flag.country-pa{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pa.svg")}.language-flag.country-pe{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pe.svg")}.language-flag.country-pf{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pf.svg")}.language-flag.country-pg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pg.svg")}.language-flag.country-ph{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ph.svg")}.language-flag.country-pk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pk.svg")}.language-flag.country-pl{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pl.svg")}.language-flag.country-pm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pm.svg")}.language-flag.country-pn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pn.svg")}.language-flag.country-pr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pr.svg")}.language-flag.country-ps{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ps.svg")}.language-flag.country-pt{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pt.svg")}.language-flag.country-pw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/pw.svg")}.language-flag.country-py{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/py.svg")}.language-flag.country-qa{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/qa.svg")}.language-flag.country-re{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/re.svg")}.language-flag.country-ro{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ro.svg")}.language-flag.country-rs{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/rs.svg")}.language-flag.country-ru{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ru.svg")}.language-flag.country-rw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/rw.svg")}.language-flag.country-sa{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sa.svg")}.language-flag.country-sb{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sb.svg")}.language-flag.country-sc{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sc.svg")}.language-flag.country-sd{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sd.svg")}.language-flag.country-se{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/se.svg")}.language-flag.country-sg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sg.svg")}.language-flag.country-sh{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sh.svg")}.language-flag.country-si{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/si.svg")}.language-flag.country-sj{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sj.svg")}.language-flag.country-sk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sk.svg")}.language-flag.country-sl{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sl.svg")}.language-flag.country-sm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sm.svg")}.language-flag.country-sn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sn.svg")}.language-flag.country-so{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/so.svg")}.language-flag.country-sr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sr.svg")}.language-flag.country-ss{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ss.svg")}.language-flag.country-st{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/st.svg")}.language-flag.country-sv{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sv.svg")}.language-flag.country-sx{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sx.svg")}.language-flag.country-sy{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sy.svg")}.language-flag.country-sz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/sz.svg")}.language-flag.country-tc{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tc.svg")}.language-flag.country-td{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/td.svg")}.language-flag.country-tf{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tf.svg")}.language-flag.country-tg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tg.svg")}.language-flag.country-th{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/th.svg")}.language-flag.country-tj{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tj.svg")}.language-flag.country-tk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tk.svg")}.language-flag.country-tl{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tl.svg")}.language-flag.country-tm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tm.svg")}.language-flag.country-tn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tn.svg")}.language-flag.country-to{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/to.svg")}.language-flag.country-tr{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tr.svg")}.language-flag.country-tt{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tt.svg")}.language-flag.country-tv{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tv.svg")}.language-flag.country-tw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tw.svg")}.language-flag.country-tz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/tz.svg")}.language-flag.country-ua{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ua.svg")}.language-flag.country-ug{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ug.svg")}.language-flag.country-um{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/um.svg")}.language-flag.country-un{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/un.svg")}.language-flag.country-us{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/us.svg")}.language-flag.country-uy{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/uy.svg")}.language-flag.country-uz{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/uz.svg")}.language-flag.country-va{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/va.svg")}.language-flag.country-vc{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/vc.svg")}.language-flag.country-ve{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ve.svg")}.language-flag.country-vg{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/vg.svg")}.language-flag.country-vi{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/vi.svg")}.language-flag.country-vn{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/vn.svg")}.language-flag.country-vu{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/vu.svg")}.language-flag.country-wf{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/wf.svg")}.language-flag.country-ws{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ws.svg")}.language-flag.country-xk{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/xk.svg")}.language-flag.country-ye{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/ye.svg")}.language-flag.country-yt{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/yt.svg")}.language-flag.country-za{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/za.svg")}.language-flag.country-zm{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/zm.svg")}.language-flag.country-zw{background-image:url("https://konpap.dk/bundles/swaglanguagepack/static/flags/zw.svg")}.header-row .wishlist-menu-btn .coe-util-bubble{position:absolute;right:0;top:2px}.wishlist-list-card,.wishlist-content-card{margin:0 0 15px 0}.wishlist-list-card .wishlist-item-delivery .product-delivery-information,.wishlist-content-card .wishlist-item-delivery .product-delivery-information{margin:0;font-size:0.75rem}.wishlist-list-card .wishlist-item-delivery .product-delivery-information .delivery-information,.wishlist-content-card .wishlist-item-delivery .product-delivery-information .delivery-information{margin:0}.wishlist-list-card .wishlist-action-buttons,.wishlist-content-card .wishlist-action-buttons{display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px}.wishlist-list-card .wishlist-action-buttons .wishlist-action-btn,.wishlist-content-card .wishlist-action-buttons .wishlist-action-btn{cursor:pointer;margin:0;padding:0}.wishlist-list-card .nav-pills .nav-link,.wishlist-content-card .nav-pills .nav-link{display:flex;gap:8px;flex-direction:row;align-items:center}.wishlist-list-card .nav-pills .nav-link .list-name-text,.wishlist-content-card .nav-pills .nav-link .list-name-text{flex:auto;display:flex;gap:8px;flex-direction:row;align-items:center}.wishlist-list-card .nav-pills .nav-link .list-name-count,.wishlist-content-card .nav-pills .nav-link .list-name-count{width:20px;border-radius:20px;height:20px;text-align:center;display:block;background:#eee;color:#333;font-size:0.8em;line-height:20px;font-weight:bold}.wishlist-list-card .nav-pills .nav-link.active .icon,.wishlist-content-card .nav-pills .nav-link.active .icon{color:#fff}.wishlist-list-card .wishlist-title,.wishlist-content-card .wishlist-title{display:flex;flex-direction:row;gap:10px;align-items:end}.wishlist-list-card .wishlist-title .wishlist-name,.wishlist-content-card .wishlist-title .wishlist-name{flex:auto}.wishlist-list-card .wishlist-share,.wishlist-content-card .wishlist-share{display:flex;flex-direction:row;gap:3px;align-items:center;justify-content:end}.wishlist-list-card .wishlist-share .icon,.wishlist-list-card .wishlist-share .custom-icon-xs,.wishlist-content-card .wishlist-share .icon,.wishlist-content-card .wishlist-share .custom-icon-xs{width:30px;height:30px;border-radius:3px}.wishlist-list-card .wishlist-share .icon,.wishlist-content-card .wishlist-share .icon{padding:4px;background:#aaa;color:#fff}.wishlist-list-card .wishlist-share .icon>svg,.wishlist-content-card .wishlist-share .icon>svg{top:0}.wishlist-list-card .wishlist-share .icon>svg path,.wishlist-content-card .wishlist-share .icon>svg path{fill:#fff}.wishlist-list-card .add-to-cart-row,.wishlist-content-card .add-to-cart-row{float:right;margin-left:0.25rem;margin-right:0.25rem}.wishlist-list-card form.form-d-inline,.wishlist-content-card form.form-d-inline{display:inline}@media (min-width:992px){.wishlist-list-card .wishlist-share .icon,.wishlist-list-card .wishlist-share .custom-icon-xs,.wishlist-content-card .wishlist-share .icon,.wishlist-content-card .wishlist-share .custom-icon-xs{width:25px;height:25px}.wishlist-list-card .nav-pills .nav-link .wishlist-action-buttons,.wishlist-content-card .nav-pills .nav-link .wishlist-action-buttons{visibility:hidden;opacity:0;transition:all 0.3s}.wishlist-list-card .nav-pills .nav-link:hover .wishlist-action-buttons,.wishlist-content-card .nav-pills .nav-link:hover .wishlist-action-buttons{visibility:visible;opacity:1}}@media print{body.is-ctl-wishlist .header-main,body.is-ctl-wishlist .nav-main,body.is-ctl-wishlist .footer-main,body.is-ctl-wishlist [data-wishlist-list],body.is-ctl-wishlist #wishlist-list-headline,body.is-ctl-wishlist .alert,body.is-ctl-wishlist .add_manual_form,body.is-ctl-wishlist .add-to-cart-row,body.is-ctl-wishlist .icon-trash,body.is-ctl-wishlist .custom-checkbox{display:none}body.is-ctl-wishlist .print{display:block !important}}.fetchContactPerson{display:flex;justify-content:space-evenly;flex-wrap:wrap;margin:2.5rem 0 !important}.fetchContactPerson .mailform{display:flex;flex-wrap:wrap}.fetchContactPerson .mailform .contactPersonHeader{font-weight:bold;width:100%}.fetchContactPerson .mailform label,.fetchContactPerson .mailform label+.d-flex,.fetchContactPerson .mailform .cpContent{width:100%}.fetchContactPerson .mailform input{border-radius:20px;appearance:none;border:1px solid #ebebeb;width:calc(100% - 5px);padding:5px 10px;min-height:35px;transition-duration:0.1s;transition-timing-function:ease-in}.fetchContactPerson .mailform .cpBTN{min-width:100px;height:35px;padding:0 10px;border-radius:20px;cursor:pointer;box-shadow:0px 0px 2px 0px #545454}.fetchContactPerson .mailform input[type="navn"]{width:inherit}.fetchContactPerson .mailform .cpAniWrong{border-color:var(--danger, red);box-shadow:0px 0px 2px 0px #545454}.fetchContactPerson .mailform .cpAniGood{border-color:var(--success, green);box-shadow:0px 0px 2px 0px #545454}.fetchContactPerson .contactPersonProfile{min-width:600px;min-height:420px}.fetchContactPerson .contactPersonProfile .cpProfileImg{min-height:inherit;background-size:cover;background-repeat:no-repeat;position:relative;box-shadow:3px 3px 30px rgba(0, 0, 0, 0.16)}.fetchContactPerson .contactPersonProfile .cpProfileContent{height:90px;background-color:rgba(255, 255, 255, 0.6);position:absolute;bottom:0px;width:100%}.fetchContactPerson .contactPersonProfile p{margin:0;font-size:12px;text-align:center}.fetchContactPerson .contactPersonProfile .cpProfileName{font-size:14px;font-weight:bold;margin-top:5px}.fetchContactPerson .contactPersonProfile .cpProfilePhone{margin-top:5px}@media (max-width:767.98px){.fetchContactPerson .contactPersonProfile{min-width:300px;min-height:300px}}.gs-app{background-color:#FAF7F2;font-family:"Poppins", sans-serif;color:#2D2A26;min-height:100vh;position:relative}.gs-header{position:sticky;top:0;z-index:100;background-color:#FFFDF9;box-shadow:0 1px 4px rgba(45, 42, 38, 0.06);height:60px;display:flex;align-items:center;padding:0 30px;gap:20px}.gs-header__logo{height:40px;flex-shrink:0}.gs-header__logo img{height:100%;width:auto;object-fit:contain}.gs-header__center{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;min-width:0}.gs-header__selected{display:flex;align-items:center;gap:10px;flex-shrink:0;max-width:300px}.gs-header__selected-thumb{width:36px;height:36px;border-radius:8px;object-fit:cover;border:2px solid #A8B5A0}.gs-header__selected-label{font-size:0.875rem;color:#7A756E;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gs-header__selected-name{font-weight:600;color:#2D2A26}.gs-header__greeting{flex-shrink:0;margin-left:auto;font-size:0.875rem;font-weight:600;color:#2D2A26;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.gs-countdown{display:flex;align-items:center;gap:5px;font-size:0.875rem;color:#7A756E}.gs-countdown__label{white-space:nowrap}.gs-countdown__timer{font-weight:600;color:#4A6741;font-variant-numeric:tabular-nums}.gs-countdown--expired .gs-countdown__timer{color:#C4A882}.gs-message{background-color:#F3EDE4;padding:20px 30px;font-size:1rem;line-height:1.6;border-bottom:1px solid rgba(232, 223, 211, 0.6);word-break:break-word}.gs-multi-info{background-color:#4A6741;color:#FFFDF9;padding:20px 30px;font-size:1rem;font-weight:600;text-align:center}.gs-tier-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:50px;font-size:0.75rem;font-weight:700;white-space:nowrap;vertical-align:middle}.gs-tier-chip--two{background-color:#4A6741;color:#FFFDF9}.gs-tier-chip--one{background-color:#F3EDE4;color:#8B6F47}.gs-tier-icon{width:1em;height:1em;flex-shrink:0}.gs-tier-intro{display:flex;align-items:center;gap:20px;max-width:1200px;margin:30px auto 0;padding:20px 30px;background-color:rgba(74, 103, 65, 0.08);border:1px solid rgba(74, 103, 65, 0.15);border-radius:20px}.gs-tier-intro__icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#4A6741;color:#FFFDF9}.gs-tier-intro__icon .gs-tier-icon{width:22px;height:22px}.gs-tier-intro__heading{margin:0 0 4px;font-weight:700;font-size:1.125rem;color:#4A6741}.gs-tier-intro__body{margin:0;font-size:1rem;line-height:1.5;color:#2D2A26}@media (max-width:575px){.gs-tier-intro{align-items:flex-start}}.gs-tier-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:30px auto 0;padding:20px 30px;background-color:#FFFDF9;border:1px solid rgba(232, 223, 211, 0.6);border-radius:20px}.gs-tier-legend__row{display:flex;align-items:center;gap:10px}.gs-tier-legend__desc{font-size:0.875rem;color:#7A756E;font-style:italic}.gs-not-started{display:flex;align-items:center;gap:20px;max-width:1200px;margin:20px auto;padding:20px 30px;background-color:#F3EDE4;border:1px solid rgba(232, 223, 211, 0.6);border-left:4px solid #8B6F47;border-radius:12px;color:#2D2A26}.gs-not-started__icon{width:28px;height:28px;flex-shrink:0;color:#8B6F47}.gs-not-started__text{display:flex;flex-direction:column;gap:2px}.gs-not-started__title{font-weight:600}.gs-not-started__date{font-size:0.9rem;color:#7A756E}.gs-detail__not-started-note{margin:10px 0 0;font-size:0.9rem;color:#7A756E;text-align:center}.gs-hero{background-color:#4A6741;color:#FFFDF9;padding:30px}.gs-hero__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:30px}.gs-hero__text{flex:1;min-width:0}.gs-hero__title{font-size:1.125rem;font-weight:600;margin:0 0 4px;color:#FFFDF9}.gs-hero__subtitle{font-size:0.875rem;color:rgba(255, 253, 249, 0.85);margin:0}.gs-hero__desc{font-size:0.75rem;color:rgba(255, 253, 249, 0.7);margin:5px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gs-hero__image{width:80px;height:80px;border-radius:12px;object-fit:cover;flex-shrink:0;border:2px solid rgba(255, 255, 255, 0.3)}.gs-hero__selections{display:flex;flex-direction:column;gap:10px;margin-top:5px}.gs-hero__selection{display:flex;align-items:center;gap:10px}.gs-hero__selection-thumb{width:48px;height:48px;border-radius:12px;object-fit:cover;flex-shrink:0;border:2px solid rgba(255, 255, 255, 0.3)}.gs-hero__prompt{font-size:0.875rem;color:rgba(255, 253, 249, 0.8);margin:10px 0 20px;line-height:1.4}.gs-hero__finish-btn{display:inline-block;background-color:#FFFDF9;color:#4A6741;border:none;padding:10px 30px;border-radius:50px;font-size:0.875rem;font-weight:600;cursor:pointer;transition:background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.gs-hero__finish-btn:hover{background-color:#fff6e5;transform:translateY(-1px)}.gs-hero__finish-btn:active{transform:translateY(0)}.gs-grid-container{max-width:1200px;margin:0 auto;padding:40px 30px}.gs-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:30px}.gs-card{background-color:#FFFDF9;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(45, 42, 38, 0.06);transition:box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;position:relative;display:flex;flex-direction:column}.gs-card:hover{box-shadow:0 12px 28px rgba(45, 42, 38, 0.1);transform:translateY(-4px)}.gs-card--unavailable{opacity:0.7;cursor:default}.gs-card--unavailable:hover{box-shadow:0 2px 8px rgba(45, 42, 38, 0.06);transform:none}.gs-card--locked{opacity:0.55;filter:grayscale(0.35);cursor:default}.gs-card--locked:hover{box-shadow:0 2px 8px rgba(45, 42, 38, 0.06);transform:none}.gs-card--selected{box-shadow:0 0 0 3px #4A6741, 0 2px 8px rgba(45, 42, 38, 0.06)}.gs-card--selected:hover{box-shadow:0 0 0 3px #4A6741, 0 12px 28px rgba(45, 42, 38, 0.1);transform:translateY(-2px)}.gs-card--selected .gs-card__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(74, 103, 65, 0) 60%, rgba(74, 103, 65, 0.25) 100%);pointer-events:none}.gs-card__image{overflow:hidden;background-color:#FFFDF9;position:relative;height:200px;flex:0 0 200px}.gs-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1)}.gs-card:hover .gs-card__image img{transform:scale(1.04)}.gs-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#E8DFD3}.gs-card__placeholder svg{width:48px;height:48px}.gs-card__badge{position:absolute;top:10px;left:10px;padding:4px 20px;border-radius:50px;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;z-index:2}.gs-card__badge--soldout{background-color:#C4A882;color:#FFFDF9}.gs-card__badge--chosen{background-color:#4A6741;color:#FFFDF9;box-shadow:0 2px 6px rgba(74, 103, 65, 0.4)}.gs-card__badge--tier-two,.gs-card__badge--tier-one{left:auto;right:10px;display:inline-flex;align-items:center;gap:4px;text-transform:none;letter-spacing:0;box-shadow:0 2px 8px rgba(45, 42, 38, 0.06)}.gs-card__badge--tier-two{background-color:#4A6741;color:#FFFDF9}.gs-card__badge--tier-one{background-color:#F3EDE4;color:#8B6F47}.gs-card__body{padding:20px;flex:1 1 auto;display:flex;flex-direction:column}.gs-card__name{font-size:1rem;font-weight:500;margin:0 0 10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gs-card__product-number{font-size:0.75rem;color:#7A756E;margin-top:auto;margin-bottom:10px;font-variant-numeric:tabular-nums}.gs-card__short-description{font-size:0.875rem;color:#7A756E;margin:-4px 0 10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gs-card__short-description p{margin:0}.gs-card__price{font-size:1rem;font-weight:600;margin:0 0 10px;color:#2D2A26}.gs-card__action{display:inline-block;align-self:flex-start;padding:5px 20px;border-radius:50px;font-size:0.875rem;font-weight:500;border:1.5px solid #4A6741;background:transparent;color:#4A6741;cursor:pointer;transition:background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.gs-card__action:hover:not(:disabled){background-color:#4A6741;color:#FFFDF9}.gs-card__action:disabled{border-color:#E8DFD3;color:#7A756E;cursor:default}.gs-detail{position:fixed;top:0;right:0;bottom:0;width:480px;max-width:100vw;background-color:#FFFDF9;z-index:200;box-shadow:-8px 0 32px rgba(45, 42, 38, 0.15);overflow-y:auto;transform:translateX(100%);transition:transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.gs-detail--open{transform:translateX(0)}.gs-detail__close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;border:none;background-color:rgba(45, 42, 38, 0.06);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#2D2A26;z-index:1;transition:background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.gs-detail__close:hover{background-color:rgba(45, 42, 38, 0.12)}.gs-detail__gallery{position:relative}.gs-detail__image-main{width:100%;aspect-ratio:1;object-fit:cover;display:block;background-color:#F3EDE4}.gs-detail__thumbnails{display:flex;gap:5px;padding:10px 20px;overflow-x:auto}.gs-detail__thumbnails::-webkit-scrollbar{display:none}.gs-detail__thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;cursor:pointer;border:2px solid transparent;flex-shrink:0;transition:border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.gs-detail__thumb--active,.gs-detail__thumb:hover{border-color:#4A6741}.gs-detail__content{padding:20px 30px 30px}.gs-detail__name{font-size:1.5rem;font-weight:600;margin:0 0 10px;line-height:1.3}.gs-detail__price{font-size:1.125rem;font-weight:600;margin:0 0 20px;color:#2D2A26}.gs-detail__description-wrap{margin-bottom:30px}.gs-detail__description{font-size:0.875rem;line-height:1.7;color:#7A756E}.gs-detail__description p{margin:0 0 10px}.gs-detail__description p:last-child{margin-bottom:0}.gs-detail__description ul,.gs-detail__description ol{margin:0 0 10px;padding-left:1.25em}.gs-detail__description li{margin-bottom:4px}.gs-detail__description h1,.gs-detail__description .h1,.gs-detail__description h2,.gs-detail__description .h2,.gs-detail__description h3,.gs-detail__description .h3,.gs-detail__description h4,.gs-detail__description .h4{margin:10px 0 5px;font-weight:600;color:#2D2A26;line-height:1.3}.gs-detail__description a{color:#4A6741;text-decoration:underline}.gs-detail__description strong,.gs-detail__description b{font-weight:600}.gs-detail__description img{max-width:100%;height:auto}.gs-detail__description>:first-child{margin-top:0}.gs-detail__description--clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gs-detail__read-more{background:none;border:none;padding:0;margin-top:4px;font-size:0.75rem;color:#4A6741;cursor:pointer;font-weight:500}.gs-detail__variants{margin-bottom:30px}.gs-detail__variant-group{margin-bottom:20px}.gs-detail__variant-label{font-size:0.875rem;font-weight:600;margin-bottom:5px;display:block}.gs-detail__variant-options{display:flex;flex-wrap:wrap;gap:5px}.gs-detail__variant-option{padding:5px 10px;border-radius:8px;border:1.5px solid rgba(232, 223, 211, 0.6);background:transparent;font-size:0.875rem;cursor:pointer;transition:border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.gs-detail__variant-option:hover{border-color:#4A6741}.gs-detail__variant-option--active{border-color:#4A6741;background-color:rgba(74, 103, 65, 0.08);font-weight:600}.gs-detail__select-btn{width:100%;padding:10px 30px;border-radius:50px;border:none;background-color:#4A6741;color:#FFFDF9;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.gs-detail__select-btn:hover:not(:disabled){background-color:#384e31}.gs-detail__select-btn:disabled{background-color:#E8DFD3;cursor:default}.gs-detail-backdrop{position:fixed;inset:0;background-color:rgba(45, 42, 38, 0.3);z-index:199;opacity:0;pointer-events:none;transition:opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.gs-detail-backdrop--open{opacity:1;pointer-events:auto}.gs-confirm{background-color:#F3EDE4;border-radius:12px;padding:20px;margin-top:20px;border:1px solid rgba(232, 223, 211, 0.6)}.gs-confirm__text{font-size:0.875rem;line-height:1.6;margin-bottom:20px;color:#2D2A26}.gs-confirm__text strong{font-weight:600}.gs-confirm__actions{display:flex;gap:10px}.gs-confirm__btn{flex:1;padding:5px 20px;border-radius:50px;font-size:0.875rem;font-weight:600;cursor:pointer;transition:background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);border:none}.gs-confirm__btn--confirm{background-color:#4A6741;color:#FFFDF9}.gs-confirm__btn--confirm:hover{background-color:#384e31}.gs-confirm__btn--confirm:disabled{background-color:#E8DFD3;cursor:default}.gs-confirm__btn--cancel{background-color:transparent;border:1.5px solid rgba(232, 223, 211, 0.6);color:#7A756E}.gs-confirm__btn--cancel:hover{border-color:#7A756E}.gs-expired{position:relative}.gs-expired__overlay{position:fixed;inset:0;background-color:rgba(250, 247, 242, 0.7);backdrop-filter:blur(4px);z-index:90;display:flex;align-items:center;justify-content:center;padding:30px}.gs-expired__banner{background-color:#FFFDF9;padding:30px 40px;border-radius:20px;box-shadow:0 12px 28px rgba(45, 42, 38, 0.1);text-align:center;max-width:400px}.gs-expired__banner p{font-size:1.125rem;font-weight:500;margin:0;color:#2D2A26}.gs-empty{text-align:center;padding:80px 30px;color:#7A756E}.gs-empty__icon{font-size:3rem;margin-bottom:20px;opacity:0.4}.gs-empty__text{font-size:1.125rem;margin:0}@keyframes gs-shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}.gs-skeleton__card{border-radius:12px;overflow:hidden;background-color:#FFFDF9}.gs-skeleton__image{aspect-ratio:0.8;background:linear-gradient(to right, #F3EDE4 8%, #FFFDF9 18%, #F3EDE4 28%);background-size:800px 100%;animation:gs-shimmer 1.5s linear infinite}.gs-skeleton__text{height:14px;border-radius:4px;margin:20px;background:linear-gradient(to right, #F3EDE4 8%, #FFFDF9 18%, #F3EDE4 28%);background-size:800px 100%;animation:gs-shimmer 1.5s linear infinite}.gs-skeleton__text--short{width:60%}.gs-skeleton__btn{height:32px;border-radius:50px;margin:0 20px 20px;width:100px;background:linear-gradient(to right, #F3EDE4 8%, #FFFDF9 18%, #F3EDE4 28%);background-size:800px 100%;animation:gs-shimmer 1.5s linear infinite}.gs-toast{position:fixed;top:30px;right:30px;padding:10px 30px;border-radius:12px;font-size:0.875rem;font-weight:500;z-index:300;transform:translateX(120%);transition:transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 12px 28px rgba(45, 42, 38, 0.1)}.gs-toast--visible{transform:translateX(0)}.gs-toast--success{background-color:#4A6741;color:#FFFDF9}.gs-toast--error{background-color:#C4A882;color:#FFFDF9}.gs-more-prompt-backdrop{position:fixed;inset:0;background:rgba(0, 0, 0, 0.5);z-index:1050}.gs-more-prompt{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1051;width:90%;max-width:420px;background:#FFFDF9;border-radius:20px;box-shadow:0 12px 28px rgba(45, 42, 38, 0.1);padding:30px;text-align:center}.gs-more-prompt__close{position:absolute;top:10px;right:20px;background:none;border:none;font-size:24px;line-height:1;color:#7A756E;cursor:pointer}.gs-more-prompt__icon{font-size:40px;margin-bottom:5px}.gs-more-prompt__title{font-size:1.125rem;font-weight:600;color:#2D2A26;margin:0 0 5px}.gs-more-prompt__text{font-size:0.875rem;color:#7A756E;margin:0 0 5px}.gs-more-prompt__actions{display:flex;flex-direction:column;gap:5px;margin-top:20px}.gs-more-prompt__btn{display:inline-block;width:100%;padding:10px 30px;border-radius:50px;font-size:0.875rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.gs-more-prompt__btn--primary{background-color:#4A6741;color:#FFFDF9}.gs-more-prompt__btn--primary:hover{background-color:#384e31}.gs-more-prompt__btn--ghost{background-color:transparent;border-color:#4A6741;color:#4A6741}.gs-more-prompt__btn--ghost:hover{background-color:#4A6741;color:#FFFDF9}.gs-address-modal-backdrop{position:fixed;inset:0;background:rgba(0, 0, 0, 0.5);z-index:1050}.gs-address-modal{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;border-radius:8px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;z-index:1051;box-shadow:0 4px 24px rgba(0, 0, 0, 0.15)}.gs-address-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.gs-address-modal__header h3,.gs-address-modal__header .h3{margin:0;font-size:18px}.gs-address-modal__close{background:none;border:none;font-size:24px;cursor:pointer;padding:0 4px}.gs-address-modal__body{padding:16px 20px}.gs-address-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid #eee}.gs-address-option{display:flex;gap:12px;padding:12px;border:2px solid #e5e5e5;border-radius:6px;cursor:pointer;margin-bottom:8px;transition:border-color 0.15s}.gs-address-option:hover{border-color:#999}.gs-address-option--selected{border-color:var(--gs-primary, #000)}.gs-address-option--selected .gs-address-option__radio-dot{background:var(--gs-primary, #000);transform:scale(1)}.gs-address-option__radio{display:flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;border:2px solid #ccc;border-radius:50%;margin-top:2px}.gs-address-option__radio-dot{width:10px;height:10px;border-radius:50%;background:transparent;transform:scale(0);transition:all 0.15s}.gs-address-option__content{display:flex;flex-direction:column;gap:2px;font-size:14px}.gs-address-option__info{color:#666;font-size:13px}.gs-delivery-tabs{display:flex;gap:5px;margin-bottom:20px}.gs-delivery-tab{flex:1;padding:5px 10px;border:1.5px solid rgba(232, 223, 211, 0.6);border-radius:8px;background:transparent;color:#7A756E;font-size:0.875rem;font-weight:500;cursor:pointer;transition:border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.gs-delivery-tab:hover{border-color:#4A6741}.gs-delivery-tab--active{border-color:#4A6741;background-color:rgba(74, 103, 65, 0.08);color:#2D2A26;font-weight:600}.gs-delivery-panel__heading{margin:0 0 10px;font-size:1rem;font-weight:600;color:#2D2A26}.gs-delivery-parcel__search{margin-bottom:20px}.gs-delivery-parcel__search-row{display:flex;gap:5px;align-items:stretch}.gs-delivery-parcel__search-btn{flex-shrink:0;white-space:nowrap}.gs-delivery-parcel__loading,.gs-delivery-parcel__empty{margin:10px 0 0;font-size:0.875rem;color:#7A756E;text-align:center}.gs-parcel-shop-results{display:flex;flex-direction:column;max-height:280px;overflow-y:auto}.gs-parcel-shop-results::-webkit-scrollbar{width:10px}.gs-parcel-shop-results::-webkit-scrollbar-thumb{background-color:#E8DFD3;border-radius:10px;border:4px solid transparent;background-clip:content-box}.gs-parcel-shop-option{display:flex;gap:12px;padding:12px;border:2px solid #e5e5e5;border-radius:6px;cursor:pointer;margin-bottom:8px;transition:border-color 0.15s}.gs-parcel-shop-option:hover{border-color:#999}.gs-parcel-shop-option--selected{border-color:#4A6741}.gs-parcel-shop-option--selected .gs-parcel-shop-option__radio{border-color:#4A6741}.gs-parcel-shop-option--selected .gs-parcel-shop-option__radio-dot{background:#4A6741;transform:scale(1)}.gs-parcel-shop-option__radio{display:flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;border:2px solid #ccc;border-radius:50%;margin-top:2px}.gs-parcel-shop-option__radio-dot{width:10px;height:10px;border-radius:50%;background:transparent;transform:scale(0);transition:all 0.15s}.gs-parcel-shop-option__content{display:flex;flex-direction:column;gap:2px;font-size:14px}.gs-parcel-shop-option__distance{color:#666;font-size:13px}.gs-delivery-home__hint{margin:0 0 20px;font-size:0.875rem;color:#7A756E}.gs-delivery-field{margin-bottom:10px}.gs-delivery-field__label{display:block;margin-bottom:4px;font-size:0.875rem;font-weight:500;color:#2D2A26}.gs-delivery-field__input{width:100%}.gs-delivery-field__input.is-invalid{border-color:#C4A882}.gs-delivery-field--error .gs-delivery-field__label{color:#C4A882}.gs-delivery-field--error .gs-delivery-field__input{border-color:#C4A882}.gs-delivery-modal__error{margin-top:20px;padding:10px 20px;border-radius:8px;background-color:rgba(196, 168, 130, 0.12);border:1px solid rgba(196, 168, 130, 0.4);color:#9f7b4b;font-size:0.875rem;line-height:1.5}.gs-delivery-modal .btn-primary,.gs-delivery-modal .address-editor-select:not(.collapsed),.gs-delivery-modal .address-editor-edit:not(.collapsed),.gs-delivery-modal .address-editor-create:not(.collapsed){background-color:#4A6741;border-color:#4A6741;color:#FFFDF9}.gs-delivery-modal .btn-primary:hover,.gs-delivery-modal .address-editor-select:not(.collapsed):hover,.gs-delivery-modal .address-editor-edit:not(.collapsed):hover,.gs-delivery-modal .address-editor-create:not(.collapsed):hover,.gs-delivery-modal .btn-primary:focus,.gs-delivery-modal .address-editor-select:not(.collapsed):focus,.gs-delivery-modal .address-editor-edit:not(.collapsed):focus,.gs-delivery-modal .address-editor-create:not(.collapsed):focus,.gs-delivery-modal .btn-primary:active,.gs-delivery-modal .address-editor-select:not(.collapsed):active,.gs-delivery-modal .address-editor-edit:not(.collapsed):active,.gs-delivery-modal .address-editor-create:not(.collapsed):active,.gs-delivery-modal .btn-primary:not(:disabled):not(.disabled):active,.gs-delivery-modal .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active,.gs-delivery-modal .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active,.gs-delivery-modal .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active{background-color:#384e31;border-color:#384e31;color:#FFFDF9;box-shadow:none}.gs-delivery-modal .btn-primary.disabled,.gs-delivery-modal .disabled.address-editor-select:not(.collapsed),.gs-delivery-modal .disabled.address-editor-edit:not(.collapsed),.gs-delivery-modal .disabled.address-editor-create:not(.collapsed),.gs-delivery-modal .btn-primary:disabled,.gs-delivery-modal .address-editor-select:not(.collapsed):disabled,.gs-delivery-modal .address-editor-edit:not(.collapsed):disabled,.gs-delivery-modal .address-editor-create:not(.collapsed):disabled{background-color:#E8DFD3;border-color:#E8DFD3;color:#FFFDF9;opacity:1}.gs-body-locked{overflow:hidden}@media (max-width:768px){.gs-header{padding:0 20px}.gs-header__center{display:none}.gs-header__greeting{max-width:140px;font-size:0.75rem}.gs-hero__inner{flex-direction:column;text-align:center}.gs-grid-container{padding:30px 20px}.gs-grid{gap:20px}.gs-detail{width:100%}.gs-countdown__label{display:none}.gs-toast{left:20px;right:20px}}@media (max-width:576px){.gs-grid{grid-template-columns:1fr 1fr}.gs-card__body{padding:10px}.gs-card__name{font-size:0.875rem}}.gs-footer{padding:40px 30px;text-align:center;background-color:#FFFDF9;border-top:1px solid rgba(232, 223, 211, 0.6)}.gs-footer__logo img{max-height:80px;width:auto;object-fit:contain}.is-ctl-giftshop .gift-shop-employee_list{overflow-x:auto;margin-top:20px;background:#F3EDE4;border-radius:12px}.is-ctl-giftshop .gift-shop-employee_list-text{border:none;background:transparent}.is-ctl-giftshop .gift-shop-employee_list-input{height:40px;width:100%}.is-ctl-giftshop .gift-shop-employee_list::-webkit-scrollbar{width:10px;height:10px}.is-ctl-giftshop .gift-shop-employee_list::-webkit-scrollbar-track{background-color:transparent}.is-ctl-giftshop .gift-shop-employee_list::-webkit-scrollbar-thumb{background-color:#E8DFD3;border-radius:10px;border:4px solid transparent;background-clip:content-box}.is-ctl-giftshop .gift-shop-employee_list table{background:#F3EDE4;width:100%}.is-ctl-giftshop .gift-shop-employee_list table thead:first-child tr{background:#F3EDE4;height:50px}.is-ctl-giftshop .gift-shop-employee_list table td:nth-child(1),.is-ctl-giftshop .gift-shop-employee_list table td:nth-child(2){width:150px}.is-ctl-giftshop .gift-shop-employee_list table tr:nth-child(odd){background:#E8DFD3}.is-ctl-giftshop .gift-shop-employee_list table td:first-child{padding:0.25rem 0.625rem}.is-ctl-giftshop .giftListActions{display:flex;gap:10px;flex-wrap:wrap}.is-ctl-giftshop .send-mail .icon{color:#4A6741;cursor:pointer}.is-ctl-giftshop .send-mail .icon:hover{color:#7A756E}.is-ctl-giftshop .send-mails,.is-ctl-giftshop .send-reminders{cursor:pointer}.is-ctl-giftshop .giftListLoader{position:fixed;width:100%;height:100%;top:0;left:0;align-items:center;justify-content:center;background:rgba(0, 0, 0, 0.4);z-index:10;display:none}.is-ctl-giftshop .giftListLoader.active{display:flex}.is-ctl-giftshop .giftCompanyLogo{max-height:80px;cursor:pointer}.is-ctl-giftshop .header-minimal{background-color:white}.is-ctl-giftshop .header-minimal .giftHeaderText{margin-left:auto;text-align:right}.is-ctl-giftshop .header-minimal .giftHeaderText h1,.is-ctl-giftshop .header-minimal .giftHeaderText .h1{font-size:22px;line-height:1.5}.is-ctl-giftshop .alert.alert-has-icon{position:absolute;right:1rem;top:1rem;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.28);animation:gsFadeOut 3s ease 3s forwards}@keyframes gsFadeOut{0%{opacity:1}100%{opacity:0}}.gift-shop-admin-page{background:#ffffff;position:fixed;inset:0;overflow-y:auto;z-index:100}.gsa{display:flex;min-height:100vh;background:#ffffff;color:#1f2430;font-family:"Open Sans", sans-serif, sans-serif;font-size:14px}.gsa *{box-sizing:border-box}.gsa svg{width:100%;height:100%;display:block}.gsa-sidebar{width:256px;flex-shrink:0;background:#f5f1ea;border-right:1px solid #ece7de;display:flex;flex-direction:column;padding:24px 16px;position:sticky;top:0;height:100vh}.gsa-sidebar__brand{display:flex;align-items:center;gap:12px;padding:0 8px 24px}.gsa-sidebar__brand-icon{width:28px;height:28px;color:#1f2430;flex-shrink:0}.gsa-sidebar__brand-name{font-size:20px;font-weight:700}.gsa-sidebar__bottom{margin-top:auto;padding-top:12px}.gsa-sidebar__collapse{margin-top:8px;width:32px;height:32px;border:none;background:transparent;cursor:pointer;color:#8c877c;padding:6px;border-radius:8px}.gsa-sidebar__collapse:hover{background:#eae3d8}.gsa-nav{display:flex;flex-direction:column;gap:4px}.gsa-nav__item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 12px;border:none;background:transparent;border-radius:10px;color:#4a463f;font-size:15px;font-weight:500;cursor:pointer;text-align:left;text-decoration:none;transition:background-color 0.15s ease}.gsa-nav__item:hover{background:rgba(0, 0, 0, 0.04);color:#1f2430}.gsa-nav__item--active{background:#eae3d8;color:#1f2430;font-weight:600}.gsa-nav__icon{width:20px;height:20px;flex-shrink:0}.gsa--collapsed .gsa-sidebar{width:76px}.gsa--collapsed .gsa-nav__label,.gsa--collapsed .gsa-sidebar__brand-name{display:none}.gsa--collapsed .gsa-nav__item{justify-content:center}.gsa--collapsed .gsa-sidebar__collapse svg{transform:rotate(180deg)}.gsa__main{flex:1;min-width:0;display:flex;flex-direction:column}.gsa-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 32px 16px;width:100%;max-width:1840px}.gsa-topbar__title{font-size:30px;font-weight:700;margin:0;line-height:1.2}.gsa-topbar__subtitle{color:#8c877c;margin:6px 0 0;font-size:15px}.gsa-topbar__right{display:flex;align-items:center;gap:16px;flex-shrink:0}.gsa-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:9px;border:none;background:transparent;border-radius:50%;color:#1f2430;cursor:pointer;text-decoration:none}.gsa-iconbtn:hover{background:rgba(0, 0, 0, 0.05);color:#1f2430}.gsa-iconbtn--sm{width:34px;height:34px;padding:7px;color:#5a564e}.gsa-user{display:flex;align-items:center;gap:10px;cursor:pointer}.gsa-user__avatar{width:40px;height:40px;border-radius:50%;background:#ede7dd;color:#1f2430;display:flex;align-items:center;justify-content:center;font-weight:700}.gsa-user__meta{display:flex;flex-direction:column;line-height:1.2}.gsa-user__name{font-weight:700}.gsa-user__role{color:#8c877c;font-size:12px}.gsa-user__chevron{width:18px;height:18px;color:#8c877c}.gsa__content{padding:8px 32px 40px;width:100%;max-width:1840px}.gsa-kpis{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin-bottom:24px}.gsa-kpi{background:#ffffff;border:1px solid #ece7de;border-radius:14px;box-shadow:0 1px 2px rgba(31, 36, 48, 0.04), 0 1px 3px rgba(31, 36, 48, 0.04);padding:22px;display:flex;align-items:center;gap:18px}.gsa-kpi__icon{width:56px;height:56px;padding:15px;flex-shrink:0;background:#ede7dd;border-radius:50%;color:#1f2430}.gsa-kpi__label{color:#8c877c;font-size:14px}.gsa-kpi__value{font-size:30px;font-weight:700;line-height:1.1;margin:2px 0}.gsa-kpi__sub{color:#8c877c;font-size:13px}.gsa-card{background:#ffffff;border:1px solid #ece7de;border-radius:14px;box-shadow:0 1px 2px rgba(31, 36, 48, 0.04), 0 1px 3px rgba(31, 36, 48, 0.04);overflow:hidden}.gsa-card__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #ece7de}.gsa-card__title{font-size:17px;font-weight:700;margin:0}.gsa-card__body{padding:24px}.gsa-grid2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gsa-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:20px 24px}.gsa-search{position:relative;flex:1 1 240px;min-width:200px}.gsa-search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#8c877c}.gsa-search__input{width:100%;padding:11px 14px 11px 42px;border:1px solid #e0d9cc;border-radius:10px;font-size:14px;background:#fff;color:#1f2430}.gsa-search__input:focus{outline:none;border-color:#8c877c}.gsa-select{padding:11px 14px;border:1px solid #e0d9cc;border-radius:10px;background:#fff;color:#1f2430;font-size:14px;cursor:pointer}.gsa-select:focus{outline:none;border-color:#8c877c}.gsa-date{cursor:text;color:#8c877c}.gsa-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none}.gsa-btn svg{width:18px;height:18px}.gsa-btn--ghost{background:#fff;border-color:#e0d9cc;color:#1f2430}.gsa-btn--ghost:hover{background:#faf8f4}.gsa-btn--primary{background:#2d2a26;color:#fff}.gsa-btn--primary:hover{background:#1c1a17}.gsa-btn--sm{padding:7px 12px;font-size:13px}.gsa-export{position:relative}.gsa-export>.gsa-btn svg:last-child{width:14px;height:14px;margin-left:2px}.gsa-export__menu{display:none;position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:160px;background:#fff;border:1px solid #e0d9cc;border-radius:10px;box-shadow:0 8px 24px rgba(0, 0, 0, 0.12);overflow:hidden}.gsa-export__menu button{display:block;width:100%;text-align:left;border:none;background:#fff;padding:11px 16px;font-size:14px;color:#1f2430;cursor:pointer}.gsa-export__menu button:hover{background:#faf8f4}.gsa-export__menu button+button{border-top:1px solid #ece7de}.gsa-export--open .gsa-export__menu{display:block}.gsa-tablewrap{overflow-x:auto}.gsa-table{width:100%;border-collapse:collapse;font-size:14px}.gsa-table--wide{min-width:820px}.gsa-table thead th{text-align:left;padding:14px 16px;background:#faf8f4;color:#8c877c;font-weight:600;font-size:13px;white-space:nowrap;border-bottom:1px solid #ece7de}.gsa-table tbody td{padding:16px;border-bottom:1px solid #ece7de;vertical-align:middle}.gsa-table tbody tr:last-child td{border-bottom:none}.gsa-table tbody tr:hover{background:#fcfbf8}.gsa-contact{display:flex;align-items:center;gap:12px}.gsa-contact__avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0;background:#ede7dd;color:#1f2430;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.gsa-contact__name{font-weight:600}.gsa-thumbs{display:flex;align-items:center;gap:10px}.gsa-thumb{position:relative;width:44px;height:44px;border-radius:10px;border:1px solid #ece7de;background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}.gsa-thumb img{width:100%;height:100%;object-fit:contain;border-radius:9px}.gsa-thumb__ph{color:#8c877c;font-weight:600;font-size:13px}.gsa-thumb--more{background:#ede7dd;color:#8c877c;font-weight:600;font-size:13px}.gsa-thumb__slot{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#2d2a26;color:#fff;font-size:11px;font-weight:700;line-height:1;border:2px solid #fff}.gsa-thumb__slot--reserve{background:#b9701b}.gsa-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 3px;border-radius:50px;background:#faf8f4;border:1px solid #ece7de;font-size:13px}.gsa-chip__avatar{width:22px;height:22px;border-radius:50%;flex-shrink:0;background:#ede7dd;color:#1f2430;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.gsa-chip__slot{min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#2d2a26;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.gsa-chip__slot--reserve{background:#b9701b}.gsa-badge{display:inline-block;padding:5px 12px;border-radius:50px;font-size:13px;font-weight:600}.gsa-badge--green{background:#e7f4ec;color:#1b7f4b}.gsa-badge--blue{background:#e8f0fe;color:#2d6cdf}.gsa-badge--grey{background:#eee;color:#666}.gsa-rowactions{display:flex;align-items:center;gap:4px}.gsa-tablefoot{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid #ece7de;flex-wrap:wrap;gap:12px}.gsa-pager{display:flex;align-items:center;gap:8px}.gsa-pagebtn{padding:8px 14px;border:1px solid #e0d9cc;background:#fff;border-radius:10px;cursor:pointer;font-size:14px;color:#1f2430}.gsa-pagebtn:disabled{opacity:0.45;cursor:not-allowed}.gsa-pagebtn--active{background:#eae3d8;border-color:#eae3d8;font-weight:700;cursor:default}.gsa-muted{color:#8c877c}.gsa-prodlist{display:flex;flex-direction:column}.gsa-prodrow{display:flex;align-items:center;gap:18px;padding:18px 24px;border-bottom:1px solid #ece7de}.gsa-prodrow:last-child{border-bottom:none}.gsa-prodrow__img{width:72px;height:72px;flex-shrink:0;border-radius:10px;border:1px solid #ece7de;background:#faf8f4;display:flex;align-items:center;justify-content:center;padding:8px}.gsa-prodrow__img img{max-width:100%;max-height:100%;object-fit:contain}.gsa-prodrow__img svg{width:28px;height:28px;color:#8c877c}.gsa-prodrow__info{flex:1;min-width:0}.gsa-prodrow__name{font-weight:600}.gsa-prodrow__nr{font-size:12px;margin-top:2px}.gsa-prodrow__chosen{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.gsa-prodrow__count{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#ede7dd;color:#1f2430;font-weight:700;display:flex;align-items:center;justify-content:center}.gsa-catalog{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:20px;padding:24px}.gsa-catalog__card{border:1px solid #ece7de;border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow 0.15s ease}.gsa-catalog__card:hover{box-shadow:0 1px 2px rgba(31, 36, 48, 0.04), 0 1px 3px rgba(31, 36, 48, 0.04)}.gsa-catalog__img{height:180px;background:#faf8f4;display:flex;align-items:center;justify-content:center;padding:14px}.gsa-catalog__img img{max-width:100%;max-height:100%;object-fit:contain}.gsa-catalog__img svg{width:36px;height:36px;color:#8c877c}.gsa-catalog__body{padding:14px}.gsa-catalog__name{font-weight:600}.gsa-catalog__nr{font-size:12px;margin-top:2px}.gsa-catalog__price{margin-top:8px;font-weight:700}.gsa-feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.gsa-feed__item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #ece7de}.gsa-feed__item:last-child{border-bottom:none}.gsa-feed__icon{width:38px;height:38px;padding:9px;flex-shrink:0;border-radius:50%;background:#ede7dd;color:#1f2430}.gsa-feed__icon--gift_selected,.gsa-feed__icon--second_gift_selected{background:#e7f4ec;color:#1b7f4b}.gsa-feed__icon--reminder_sent{background:#fdf0e1;color:#b9701b}.gsa-feed__icon--mail_sent{background:#e8f0fe;color:#2d6cdf}.gsa-feed__text{flex:1;min-width:0}.gsa-feed__product{font-weight:600}.gsa-feed__time{color:#8c877c;font-size:13px;white-space:nowrap}.gsa-feed--compact .gsa-feed__item{padding:10px 0}.gsa-feed__more{text-align:center;margin-top:16px}.gsa-progress{height:10px;background:#efece5;border-radius:50px;overflow:hidden}.gsa-progress__bar{height:100%;background:#1b7f4b;border-radius:50px;transition:width 0.4s ease}.gsa-progress__text{margin:14px 0 0;color:#8c877c}.gsa-empty{text-align:center;color:#8c877c;padding:40px 20px}.gsa-loading{display:flex;justify-content:center;padding:60px}.gsa-spinner{width:36px;height:36px;border-radius:50%;border:3px solid #ece7de;border-top-color:#2d2a26;animation:gsaspin 0.8s linear infinite}@keyframes gsaspin{to{transform:rotate(360deg)}}.gsa-toast{position:fixed;bottom:24px;right:24px;z-index:60;padding:14px 20px;border-radius:10px;color:#fff;font-weight:600;box-shadow:0 8px 24px rgba(0, 0, 0, 0.18);background:#1b7f4b}.gsa-toast--error{background:#c0392b}@media (max-width:1100px){.gsa-kpis{grid-template-columns:repeat(2, 1fr)}.gsa-grid2{grid-template-columns:1fr}}@media (max-width:768px){.gsa-sidebar{position:fixed;z-index:40;transform:translateX(-100%);transition:transform 0.2s ease}.gsa__content{padding:8px 16px 32px}.gsa-topbar{padding:20px 16px 12px}.gsa-topbar__title{font-size:24px}.gsa-kpis{grid-template-columns:1fr}.gsa-user__meta{display:none}}.points-page{--points-accent: var(--primary, #940203);--points-accent-bright: #B20E10;--points-accent-soft: #FBEBEC;--points-accent-soft-strong: #F4D7D9;--points-success: #1F8A4C;--points-success-soft: #E6F4EC;--points-text-muted: #6c757d;--points-card-bg: #fff;--points-card-border: #ECECEC;--points-row-border: #F0EFEC;--points-radius-lg: 16px;--points-radius-md: 12px;--points-shadow: 0 1px 2px rgba(20, 20, 20, 0.04);color:#1a1a1a}.points-page__intro{margin-bottom:1.5rem}.points-page__title{font-size:2rem;font-weight:700;margin:0 0 0.5rem;line-height:1.1}.points-page__subtitle{color:var(--points-text-muted);margin:0;font-size:1rem}.points-balance-card{display:flex;align-items:center;gap:24px;background:var(--points-card-bg);border:1px solid var(--points-card-border);border-radius:var(--points-radius-lg);box-shadow:var(--points-shadow);padding:24px 28px;margin-bottom:1.5rem}.points-balance-card__icon{position:relative;flex:0 0 auto;width:96px;height:96px;border-radius:50%;background:var(--points-accent-soft);display:inline-flex;align-items:center;justify-content:center}.points-balance-card__icon .icon{width:44px;height:44px;color:var(--points-accent)}.points-balance-card__icon .icon svg{width:100%;height:100%}.points-balance-card__icon .icon svg,.points-balance-card__icon .icon svg *{fill:currentColor !important;color:currentColor}.points-balance-card__sparkle{position:absolute;width:10px;height:10px;background:var(--points-accent);clip-path:polygon(50% 0, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0 50%, 40% 40%);opacity:0.65}.points-balance-card__sparkle--top{top:-6px;right:10px;width:12px;height:12px}.points-balance-card__sparkle--right{top:8px;right:-4px;width:8px;height:8px}.points-balance-card__sparkle--bottom{bottom:6px;left:-2px;width:7px;height:7px;opacity:0.5}.points-balance-card__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.points-balance-card__label{font-size:0.95rem;font-weight:600;color:#2b2b2b}.points-balance-card__value{display:flex;align-items:baseline;gap:8px;line-height:1}.points-balance-card__amount{font-size:3.25rem;font-weight:800;color:var(--points-accent-bright);letter-spacing:-0.02em}.points-balance-card__unit{font-size:1rem;font-weight:500;color:#2b2b2b}.points-balance-card__equivalent{display:inline-flex;align-items:center;gap:8px;background:var(--points-accent-soft);color:var(--points-accent);padding:6px 12px;border-radius:999px;font-size:0.85rem;font-weight:500;align-self:flex-start;margin-top:4px}.points-balance-card__equivalent .icon{width:14px;height:14px;color:var(--points-accent)}.points-balance-card__equivalent .icon svg,.points-balance-card__equivalent .icon svg *{fill:currentColor !important;color:currentColor}.points-balance-card__equivalent>span{color:#1a1a1a}.points-balance-card__cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:var(--points-accent);color:#fff;border-radius:999px;font-weight:600;font-size:1rem;text-decoration:none;transition:background-color 0.15s ease, transform 0.15s ease;white-space:nowrap}.points-balance-card__cta:hover,.points-balance-card__cta:focus{background:var(--points-accent-bright);color:#fff;text-decoration:none;transform:translateY(-1px)}.points-balance-card__cta .icon{width:16px;height:16px;color:#fff}.points-balance-card__cta .icon svg,.points-balance-card__cta .icon svg *{fill:currentColor !important;color:currentColor}@media (max-width:767px){.points-balance-card{flex-wrap:wrap;padding:20px;gap:16px}.points-balance-card__icon{width:72px;height:72px}.points-balance-card__icon .icon{width:32px;height:32px}.points-balance-card__amount{font-size:2.5rem}.points-balance-card__cta{flex:1 0 100%;justify-content:center}}.points-features{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;grid-template-columns:repeat(3, 1fr);gap:0}.points-features__item{display:flex;align-items:center;gap:14px;padding:8px 24px;border-right:1px solid var(--points-row-border)}.points-features__item:last-child{border-right:none}.points-features__icon{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:var(--points-accent-soft);display:inline-flex;align-items:center;justify-content:center}.points-features__icon .icon{width:20px;height:20px;color:var(--points-accent)}.points-features__icon .icon svg,.points-features__icon .icon svg *{fill:currentColor !important;color:currentColor}.points-features__text{display:flex;flex-direction:column;gap:2px;min-width:0}.points-features__text strong{font-size:0.95rem;font-weight:700;color:#1a1a1a}.points-features__text span{font-size:0.85rem;color:var(--points-text-muted);line-height:1.3}@media (max-width:767px){.points-features{grid-template-columns:1fr}.points-features__item{border-right:none;border-bottom:1px solid var(--points-row-border);padding:12px 0}.points-features__item:last-child{border-bottom:none}}.points-transactions{background:var(--points-card-bg);border:1px solid var(--points-card-border);border-radius:var(--points-radius-lg);box-shadow:var(--points-shadow);padding:20px 24px;margin-bottom:1.5rem}.points-transactions__title{font-size:1.15rem;font-weight:700;margin:0 0 1rem}.points-transactions__table{display:flex;flex-direction:column}.points-transactions__head{display:grid;grid-template-columns:56px minmax(0, 2fr) minmax(0, 1.2fr) minmax(0, 0.6fr);align-items:center;gap:12px;padding:12px 12px;color:var(--points-text-muted);font-size:0.85rem;font-weight:500;background:#FAFAF9;border-radius:var(--points-radius-md) var(--points-radius-md) 0 0;border:1px solid var(--points-row-border);border-bottom:none}.points-transactions__head .points-transactions__col--comment{grid-column:2}.points-transactions__list{list-style:none;margin:0;padding:0;border:1px solid var(--points-row-border);border-radius:0 0 var(--points-radius-md) var(--points-radius-md)}.points-transactions__row{display:grid;grid-template-columns:56px minmax(0, 2fr) minmax(0, 1.2fr) minmax(0, 0.6fr);align-items:center;gap:12px;padding:14px 12px;border-bottom:1px solid var(--points-row-border)}.points-transactions__row:last-child{border-bottom:none}.points-transactions__row.is-negative .points-transactions__badge{background:#FBEBEC}.points-transactions__row.is-negative .points-transactions__badge .icon{color:#B20E10}.points-transactions__row.is-negative .points-transactions__col--amount{color:#B20E10}.points-transactions__badge{width:36px;height:36px;border-radius:50%;background:var(--points-success-soft);display:inline-flex;align-items:center;justify-content:center;margin:0 auto}.points-transactions__badge .icon{width:14px;height:14px;color:var(--points-success)}.points-transactions__badge .icon svg,.points-transactions__badge .icon svg *{fill:currentColor !important;color:currentColor}.points-transactions__col{font-size:0.95rem;color:#1a1a1a;min-width:0;word-break:break-word}.points-transactions__col--date{color:var(--points-text-muted);font-size:0.9rem}.points-transactions__col--amount{color:var(--points-success);font-weight:700;text-align:right;font-size:1rem}.points-transactions__empty{margin:0;color:var(--points-text-muted)}@media (max-width:767px){.points-transactions{padding:16px}.points-transactions__head{grid-template-columns:44px minmax(0, 2fr) minmax(0, 1fr) minmax(0, 0.6fr)}.points-transactions__row{grid-template-columns:44px minmax(0, 2fr) minmax(0, 1fr) minmax(0, 0.6fr);padding:12px 8px;gap:8px}.points-transactions__badge{width:30px;height:30px}.points-transactions__col{font-size:0.85rem}.points-transactions__col--date{font-size:0.78rem;line-height:1.2}.points-transactions__col--amount{font-size:0.95rem}}.points-help{display:flex;align-items:center;gap:14px;background:var(--points-card-bg);border:1px solid var(--points-card-border);border-radius:var(--points-radius-md);padding:14px 20px;color:#1a1a1a;text-decoration:none;box-shadow:var(--points-shadow);transition:border-color 0.15s ease, background-color 0.15s ease}.points-help:hover,.points-help:focus{background:#FAFAF9;border-color:var(--points-accent-soft-strong);color:#1a1a1a;text-decoration:none}.points-help__icon{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:var(--points-accent-soft);display:inline-flex;align-items:center;justify-content:center}.points-help__icon .icon{width:14px;height:14px;color:var(--points-accent)}.points-help__icon .icon svg,.points-help__icon .icon svg *{fill:currentColor !important;color:currentColor}.points-help__text{flex:1 1 auto;font-size:0.95rem}.points-help__text a{color:var(--points-accent);font-weight:600;text-decoration:none}.points-help__text a:hover,.points-help__text a:focus{text-decoration:underline}.points-help__arrow{flex:0 0 auto;display:inline-flex}.points-help__arrow .icon{width:16px;height:16px;color:var(--points-text-muted)}.points-help__arrow .icon svg,.points-help__arrow .icon svg *{fill:currentColor !important;color:currentColor}.checkout-point-wrapper .btn-point-change{font-size:11px}select.point-select{border:1px solid var(--primary)}.cms-marketing-tools-entity-container{display:flex;flex-wrap:wrap;width:100%;--wexo-mt-min-width: 100%;margin-top:0;--bs-gutter-x: 15px;--bs-gutter-y: 15px}.cms-marketing-tools-entity-container .cms-marketing-tools-entity{flex:1 0;min-width:var(--wexo-mt-min-width, 100%)}.active-background-banner .alert{margin-bottom:unset;padding-bottom:1rem}.active-background-banner .white-bg{background-color:#fff}.active-background-banner .container-main.white-bg{padding:20px}.active-background-banner .container-main{padding:0}.icon-small-arrow-head-left,.icon-small-arrow-head-right{width:5px;height:7.766px;color:white}.icon-small-arrow-head-left svg,.icon-small-arrow-head-right svg{top:0 !important}.cms-sections .cms-slider.show-overflow .tns-ovh{overflow:visible}.cms-sections .cms-slider .cms-block-slider-controls-container .base-slider-controls>button{background-color:#373737;opacity:1;border:none;border-radius:4px;line-height:normal;height:40px;width:40px}.cms-sections .cms-slider .cms-block-slider-controls-container .base-slider-controls>button.base-slider-controls-prev{left:10px}.cms-sections .cms-slider .cms-block-slider-controls-container .base-slider-controls>button.base-slider-controls-next{right:10px}.cms-sections .cms-slider .cms-block-slider-controls-container .base-slider-controls>button:hover{background-color:#303030}.cms-sections .cms-collapse{margin-top:1.5rem;margin-bottom:1.5rem}.cms-sections .cms-collapse.full-width{margin-left:0.25rem;margin-right:0.25rem}.cms-sections .cms-collapse .cms-collapse-content .boxed{padding:0}.cms-sections .cms-collapse .cms-collapse-button{border-radius:2px;transition:all 0.4s;color:#fff;background-color:#751103}.cms-sections .cms-collapse .cms-collapse-button .collapse-title{font-weight:bolder;font-size:1rem}.cms-sections .cms-collapse .cms-collapse-button .collpase-subtext{border-radius:4px;margin-top:0.25rem;margin-bottom:0.25rem;margin-left:3rem;margin-right:3rem;background-color:#eee;color:#2b3136;font-size:0.75rem}.cms-sections .cms-collapse .cms-collapse-button .icon-small-arrow-head-left{margin-right:0.5rem;color:#fff;transform:rotate(90deg)}@media screen and (min-width:768px){.cms-sections .cms-collapse .cms-collapse-button .icon-small-arrow-head-left{margin-right:1.5rem;margin-left:0.5rem}}.cms-sections .cms-collapse .cms-collapse-button.collapsed{color:#2b3136;background-color:inherit}.cms-sections .cms-collapse .cms-collapse-button.collapsed .icon-small-arrow-head-left{color:#2b3136;transform:rotate(-90deg)}.cms-sections .cms-collapse .cms-collapse-container:not(.show){height:0;overflow:hidden}.top-banner,.bottom-banner{display:flex;justify-content:center;gap:10px}.top-banner .banner-half-wrapper,.bottom-banner .banner-half-wrapper{width:50%}.top-banner .banner-half-wrapper .banner-half,.bottom-banner .banner-half-wrapper .banner-half{display:flex}.top-banner .banner-full,.bottom-banner .banner-full{width:100%;display:flex;align-items:center}.marketing-banner{position:relative;background-position:center;display:block}.marketing-banner .size-image{visibility:hidden;width:100%}.marketing-banner .banner{width:100%}.marketing-banner .banner-bg-color{justify-content:center;display:flex;align-items:center}.marketing-banner .banner-image{position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%, -50%)}.marketing-modal{background:rgba(0, 0, 0, 0.5)}.marketing-modal .btn-close{position:absolute;right:0;border:#f2f2f2}.marketing-modal .modal-outer{pointer-events:none}.marketing-modal .modal-outer.left .modal-dialog{margin-left:3rem}.marketing-modal .modal-outer.right .modal-dialog{margin-right:3rem}.marketing-modal .modal-outer .modal-form{padding:5px 0}.cms-listing-col-static-block{display:block}.cms-listing-col-static-block .cms-listing-col-static-block-wrapper{background-color:transparent;color:white;height:100%;background-repeat:no-repeat;background-position:center}.cms-element-custom-form .not-resizable textarea{resize:none}.swag-cms-extensions-quickview-modal{padding-right:0}.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button{position:absolute;top:1rem;right:1rem;z-index:1051}.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button button.close{font-size:2rem;font-weight:300}.swag-cms-extensions-quickview-modal .modal-content{margin:0 1.8rem;border-radius:0;align-items:center;box-shadow:none}.swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .loader{margin:3rem}.swag-cms-extensions-quickview-modal .modal-body{padding:unset;align-self:stretch}.swag-cms-extensions-quickview-modal .quickview-loading-indicator{display:flex;justify-content:center}.swag-cms-extensions-quickview-container{padding:1rem;overflow:hidden;overflow-y:auto;max-height:95vh}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-header-headline{padding-right:3rem}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo{display:none}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name{display:block}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content{margin-top:1.5rem}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity{margin-bottom:0.5rem}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form{padding:0;margin:0}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form form{margin-bottom:0.75rem}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-container{margin-left:0;margin-right:0}#swag-cms-extensions-quickview-carousel .carousel-control-prev,#swag-cms-extensions-quickview-carousel .carousel-control-next{position:fixed;opacity:1;background:#fff;width:1.8rem;height:80%;top:10%;right:0;border-radius:0}#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon,#swag-cms-extensions-quickview-carousel .carousel-control-next .icon{width:1.8333333333rem;height:1.8333333333rem}#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white,#swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white{color:#798490}@media (min-width:1200px){#swag-cms-extensions-quickview-carousel .carousel-control-prev,#swag-cms-extensions-quickview-carousel .carousel-control-next{background:none;width:5rem}#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon,#swag-cms-extensions-quickview-carousel .carousel-control-next .icon{width:5rem;height:5rem}#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white,#swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white{color:#f9f9f9}#swag-cms-extensions-quickview-carousel .carousel-control-prev{left:calc(32vw - 25rem)}#swag-cms-extensions-quickview-carousel .carousel-control-next{right:calc(32vw - 25rem)}}@media (min-width:992px){#swag-cms-extensions-quickview-carousel .carousel-control-prev,#swag-cms-extensions-quickview-carousel .carousel-control-next{height:33%;top:33%}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo{display:block}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name{display:none}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form{padding-top:1rem}}@media (min-width:992px) and (max-width:1199.98px){#swag-cms-extensions-quickview-carousel .carousel-control-prev,#swag-cms-extensions-quickview-carousel .carousel-control-next{width:3rem;height:50%;top:25%}}@media (min-width:768px){.swag-cms-extensions-quickview-close-button{display:none}.swag-cms-extensions-quickview-container{padding:3rem}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-header-headline{padding-right:unset}.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity{margin-bottom:unset}.swag-cms-extensions-quickview-modal .modal-content{border-radius:unset}}@media (min-width:576px){.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo{text-align:right}}.scroll-navigation-sidebar{position:fixed;width:36px;right:20px;bottom:20px;padding:26px 9px;border-radius:50px;z-index:800;transition:all 0.3s ease-out}.scroll-navigation-sidebar a,.scroll-navigation-sidebar a:hover{text-decoration:none;color:#2b3136}.scroll-navigation-sidebar button{border:none;background-color:transparent;padding:0}.scroll-navigation-sidebar-close,.scroll-navigation-sidebar-list{display:none}.scroll-navigation-sidebar-mobile-menu{position:absolute;display:block;height:50px;width:154px;right:0;bottom:2px;border-radius:12px;box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.15);background-color:#fff}.scroll-navigation-sidebar-mobile-button{display:inline-block;padding:13px 8px}.scroll-navigation-sidebar-mobile-button:first-child{height:50px;padding-left:16px;padding-right:16px;border-right:1px solid #eee}.scroll-navigation-sidebar-mobile-button:nth-child(2){padding-left:16px}.scroll-navigation-sidebar-mobile-button:last-child{padding-right:16px}.scroll-navigation-sidebar-mobile-button-icon{position:relative;top:-3px}.scroll-navigation-sidebar-mobile-button-icon>span{color:#2b3136}.scroll-navigation-sidebar.list--visible{left:39px;width:auto;padding-right:0;border-radius:12px;background-color:#fff;box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.15)}.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu{display:none}.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close{position:absolute;display:block;top:9px;right:9px}.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list{position:relative;display:flex;height:auto;max-height:300px;padding:0 12px;line-height:0;overflow-y:auto;flex-direction:column}.scroll-navigation-sidebar-entry{display:flex;height:20px;padding:22px 9px;align-items:center;justify-content:flex-start}.scroll-navigation-sidebar-entry-line{position:relative;display:block;height:44px;margin-right:-5px;margin-bottom:-44px;border-right:2px solid #2b3136}.scroll-navigation-sidebar-entry:last-child>.scroll-navigation-sidebar-entry-line{border-right:1px solid transparent}.scroll-navigation-sidebar-entry-bullet{display:block;height:8px;width:8px;margin-left:1px;transform:scale(1);transition:all 0.2s ease-out;border-radius:50%;background-color:#2b3136;z-index:6}.scroll-navigation-sidebar-entry--active>.scroll-navigation-sidebar-entry-bullet{background-color:#751103;transform:scale(2)}.scroll-navigation-sidebar-entry-label{width:100%;left:26px;padding:22px;margin-left:-5px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scroll-navigation-sidebar-entry--active>.scroll-navigation-sidebar-entry-label{color:#751103;font-weight:600}.scroll-navigation-anchor{position:relative}.scroll-up-button{display:block;left:1.5rem;right:auto}@media (min-width:576px){.scroll-navigation-sidebar.list--visible{left:auto;width:422px}}@media (min-width:1200px){.scroll-navigation-sidebar{top:50%;left:39px;right:auto;bottom:auto;padding:0;transform:translateY(-50%);background-color:#fff;box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.15)}.scroll-navigation-sidebar.list--visible{left:39px;width:36px;border-radius:50px}.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close,.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu{display:none}.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list{padding:12px}.scroll-navigation-sidebar-close,.scroll-navigation-sidebar-mobile-menu{display:none}.scroll-navigation-sidebar-list{position:relative;display:flex;height:auto;width:77px;padding:12px;margin-left:-4px;line-height:0;flex-direction:column}.scroll-navigation-sidebar-entry{width:64px;padding-top:14px;padding-bottom:14px}.scroll-navigation-sidebar-entry-bullet{margin-left:0}.scroll-navigation-sidebar-entry-label{opacity:0;padding:14px;border-radius:0}.scroll-navigation-sidebar-entry-line{height:32px;margin-bottom:-32px;pointer-events:none}.scroll-navigation-sidebar-entry:hover{width:auto;margin-right:auto}.scroll-navigation-sidebar-entry:hover>.scroll-navigation-sidebar-entry-label{opacity:1;width:auto;margin-left:12px;background-color:#fff;box-shadow:4px 3px 6px 0 rgba(0, 0, 0, 0.15);pointer-events:none;transition:all 0.2s ease-out}.scroll-navigation-sidebar-entry:last-child>.scroll-navigation-sidebar-entry-line{border-right:2px solid transparent}.scroll-up-button{left:auto;right:1.5rem}}.free-products-unlocked-header{font-size:1.5rem}.offcanvas-cart .free-products-unlocked-header{font-size:1.25rem}.line-item-row .badge.badge-success{background-color:var(--primary)}.line-item-row .line-item-free-product-quantity .line-item-quantity-label{padding:0}.cart-item-reference-number{margin-top:0.5rem;font-size:0.75rem}.reference-number-row{order:12;margin:0 4px}.reference-number-row .form-group{margin-bottom:0}@media (min-width:768px){.reference-number-row{margin-left:96px}}@media (min-width:992px){.reference-number-row{margin-left:4px}}@media (min-width:1200px){.reference-number-row{margin-left:96px}}.top-banner .col,.top-banner .is-act-confirmpage .checkout .checkout-aside,.is-act-confirmpage .checkout .top-banner .checkout-aside,.top-banner .is-ctl-accountorder .checkout .checkout-aside,.is-ctl-accountorder .checkout .top-banner .checkout-aside,.top-banner .is-act-finishpage .checkout .checkout-aside,.is-act-finishpage .checkout .top-banner .checkout-aside,.top-banner .header-search-container.full-page .search-header .search-header__search-container,.header-search-container.full-page .search-header .top-banner .search-header__search-container,.top-banner .wexo-checkout main.content-main .checkout .checkout-aside,.wexo-checkout main.content-main .checkout .top-banner .checkout-aside,.top-banner .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong,.top-banner .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong,.top-banner .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .top-banner .shipping-method-description>strong,.top-banner .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .top-banner .shipping-method-description>strong,.top-banner .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong,.top-banner .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong,.top-banner .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .top-banner .shipping-method-description>strong,.top-banner .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .top-banner .shipping-method-description>strong{position:relative}.top-banner .col a,.top-banner .is-act-confirmpage .checkout .checkout-aside a,.is-act-confirmpage .checkout .top-banner .checkout-aside a,.top-banner .is-ctl-accountorder .checkout .checkout-aside a,.is-ctl-accountorder .checkout .top-banner .checkout-aside a,.top-banner .is-act-finishpage .checkout .checkout-aside a,.is-act-finishpage .checkout .top-banner .checkout-aside a,.top-banner .header-search-container.full-page .search-header .search-header__search-container a,.header-search-container.full-page .search-header .top-banner .search-header__search-container a,.top-banner .wexo-checkout main.content-main .checkout .checkout-aside a,.wexo-checkout main.content-main .checkout .top-banner .checkout-aside a,.top-banner .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong a,.confirm-shipping .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong a,.top-banner .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong a,.confirm-shipping .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong a,.top-banner .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong a,.confirm-shipping .payment-method .shipping-method-label .top-banner .shipping-method-description>strong a,.top-banner .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong a,.confirm-shipping .payment-method .payment-method-label .top-banner .shipping-method-description>strong a,.top-banner .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong a,.confirm-payment .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong a,.top-banner .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong a,.confirm-payment .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong a,.top-banner .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong a,.confirm-payment .payment-method .shipping-method-label .top-banner .shipping-method-description>strong a,.top-banner .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong a,.confirm-payment .payment-method .payment-method-label .top-banner .shipping-method-description>strong a{text-decoration:none}.top-banner .col a p,.top-banner .is-act-confirmpage .checkout .checkout-aside a p,.is-act-confirmpage .checkout .top-banner .checkout-aside a p,.top-banner .is-ctl-accountorder .checkout .checkout-aside a p,.is-ctl-accountorder .checkout .top-banner .checkout-aside a p,.top-banner .is-act-finishpage .checkout .checkout-aside a p,.is-act-finishpage .checkout .top-banner .checkout-aside a p,.top-banner .header-search-container.full-page .search-header .search-header__search-container a p,.header-search-container.full-page .search-header .top-banner .search-header__search-container a p,.top-banner .wexo-checkout main.content-main .checkout .checkout-aside a p,.wexo-checkout main.content-main .checkout .top-banner .checkout-aside a p,.top-banner .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong a p,.confirm-shipping .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong a p,.confirm-shipping .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong a p,.confirm-shipping .payment-method .shipping-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong a p,.confirm-shipping .payment-method .payment-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong a p,.confirm-payment .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong a p,.confirm-payment .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong a p,.confirm-payment .payment-method .shipping-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong a p,.confirm-payment .payment-method .payment-method-label .top-banner .shipping-method-description>strong a p{text-align:center;font-size:18px;font-weight:bold;width:calc(100% - 40px);margin:0.5rem auto}.top-banner .col .btn,.top-banner .is-act-confirmpage .checkout .checkout-aside .btn,.is-act-confirmpage .checkout .top-banner .checkout-aside .btn,.top-banner .is-ctl-accountorder .checkout .checkout-aside .btn,.is-ctl-accountorder .checkout .top-banner .checkout-aside .btn,.top-banner .is-act-finishpage .checkout .checkout-aside .btn,.is-act-finishpage .checkout .top-banner .checkout-aside .btn,.top-banner .header-search-container.full-page .search-header .search-header__search-container .btn,.header-search-container.full-page .search-header .top-banner .search-header__search-container .btn,.top-banner .wexo-checkout main.content-main .checkout .checkout-aside .btn,.wexo-checkout main.content-main .checkout .top-banner .checkout-aside .btn,.top-banner .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong .btn,.confirm-shipping .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong .btn,.top-banner .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong .btn,.confirm-shipping .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong .btn,.top-banner .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong .btn,.confirm-shipping .payment-method .shipping-method-label .top-banner .shipping-method-description>strong .btn,.top-banner .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong .btn,.confirm-shipping .payment-method .payment-method-label .top-banner .shipping-method-description>strong .btn,.top-banner .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong .btn,.confirm-payment .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong .btn,.top-banner .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong .btn,.confirm-payment .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong .btn,.top-banner .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong .btn,.confirm-payment .payment-method .shipping-method-label .top-banner .shipping-method-description>strong .btn,.top-banner .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong .btn,.confirm-payment .payment-method .payment-method-label .top-banner .shipping-method-description>strong .btn{position:absolute;top:0;right:0}.top-banner .col .top-banner-close-btn,.top-banner .is-act-confirmpage .checkout .checkout-aside .top-banner-close-btn,.is-act-confirmpage .checkout .top-banner .checkout-aside .top-banner-close-btn,.top-banner .is-ctl-accountorder .checkout .checkout-aside .top-banner-close-btn,.is-ctl-accountorder .checkout .top-banner .checkout-aside .top-banner-close-btn,.top-banner .is-act-finishpage .checkout .checkout-aside .top-banner-close-btn,.is-act-finishpage .checkout .top-banner .checkout-aside .top-banner-close-btn,.top-banner .header-search-container.full-page .search-header .search-header__search-container .top-banner-close-btn,.header-search-container.full-page .search-header .top-banner .search-header__search-container .top-banner-close-btn,.top-banner .wexo-checkout main.content-main .checkout .checkout-aside .top-banner-close-btn,.wexo-checkout main.content-main .checkout .top-banner .checkout-aside .top-banner-close-btn,.top-banner .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn,.confirm-shipping .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn,.top-banner .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn,.confirm-shipping .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn,.top-banner .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn,.confirm-shipping .payment-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn,.top-banner .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn,.confirm-shipping .payment-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn,.top-banner .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn,.confirm-payment .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn,.top-banner .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn,.confirm-payment .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn,.top-banner .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn,.confirm-payment .payment-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn,.top-banner .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn,.confirm-payment .payment-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn{color:#fff;fill:#fff;height:100%;padding-top:inherit;padding-bottom:inherit}.top-banner .col .top-banner-close-btn .icon,.top-banner .is-act-confirmpage .checkout .checkout-aside .top-banner-close-btn .icon,.is-act-confirmpage .checkout .top-banner .checkout-aside .top-banner-close-btn .icon,.top-banner .is-ctl-accountorder .checkout .checkout-aside .top-banner-close-btn .icon,.is-ctl-accountorder .checkout .top-banner .checkout-aside .top-banner-close-btn .icon,.top-banner .is-act-finishpage .checkout .checkout-aside .top-banner-close-btn .icon,.is-act-finishpage .checkout .top-banner .checkout-aside .top-banner-close-btn .icon,.top-banner .header-search-container.full-page .search-header .search-header__search-container .top-banner-close-btn .icon,.header-search-container.full-page .search-header .top-banner .search-header__search-container .top-banner-close-btn .icon,.top-banner .wexo-checkout main.content-main .checkout .checkout-aside .top-banner-close-btn .icon,.wexo-checkout main.content-main .checkout .top-banner .checkout-aside .top-banner-close-btn .icon,.top-banner .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn .icon,.confirm-shipping .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon,.top-banner .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn .icon,.confirm-shipping .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon,.top-banner .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn .icon,.confirm-shipping .payment-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon,.top-banner .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn .icon,.confirm-shipping .payment-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon,.top-banner .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn .icon,.confirm-payment .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon,.top-banner .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn .icon,.confirm-payment .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon,.top-banner .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn .icon,.confirm-payment .payment-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon,.top-banner .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn .icon,.confirm-payment .payment-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon{color:inherit}.top-banner .col .top-banner-close-btn .icon use,.top-banner .is-act-confirmpage .checkout .checkout-aside .top-banner-close-btn .icon use,.is-act-confirmpage .checkout .top-banner .checkout-aside .top-banner-close-btn .icon use,.top-banner .is-ctl-accountorder .checkout .checkout-aside .top-banner-close-btn .icon use,.is-ctl-accountorder .checkout .top-banner .checkout-aside .top-banner-close-btn .icon use,.top-banner .is-act-finishpage .checkout .checkout-aside .top-banner-close-btn .icon use,.is-act-finishpage .checkout .top-banner .checkout-aside .top-banner-close-btn .icon use,.top-banner .header-search-container.full-page .search-header .search-header__search-container .top-banner-close-btn .icon use,.header-search-container.full-page .search-header .top-banner .search-header__search-container .top-banner-close-btn .icon use,.top-banner .wexo-checkout main.content-main .checkout .checkout-aside .top-banner-close-btn .icon use,.wexo-checkout main.content-main .checkout .top-banner .checkout-aside .top-banner-close-btn .icon use,.top-banner .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn .icon use,.confirm-shipping .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon use,.top-banner .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn .icon use,.confirm-shipping .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon use,.top-banner .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn .icon use,.confirm-shipping .payment-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon use,.top-banner .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn .icon use,.confirm-shipping .payment-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon use,.top-banner .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn .icon use,.confirm-payment .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon use,.top-banner .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn .icon use,.confirm-payment .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon use,.top-banner .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong .top-banner-close-btn .icon use,.confirm-payment .payment-method .shipping-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon use,.top-banner .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong .top-banner-close-btn .icon use,.confirm-payment .payment-method .payment-method-label .top-banner .shipping-method-description>strong .top-banner-close-btn .icon use{fill:inherit}.is-tanmar-infinite-scrolling.is-ctl-navigation .infinite-scrolling-button-prev,.is-tanmar-infinite-scrolling.is-ctl-navigation .infinite-scrolling-button-more,.is-tanmar-infinite-scrolling.is-ctl-search .infinite-scrolling-button-prev,.is-tanmar-infinite-scrolling.is-ctl-search .infinite-scrolling-button-more{width:250px;margin:0 auto;border:0px solid #fff;padding:10px}.is-tanmar-infinite-scrolling.is-ctl-navigation .tanmar-infinity-scrolling-button-text,.is-tanmar-infinite-scrolling.is-ctl-search .tanmar-infinity-scrolling-button-text{margin-top:15px;display:block}.is-tanmar-infinite-scrolling.is-ctl-navigation .tanmar-infinity-scrolling-button-bar,.is-tanmar-infinite-scrolling.is-ctl-search .tanmar-infinity-scrolling-button-bar{display:block;width:100%;margin:5px auto;background:#9e9e9e;height:6px;position:relative;border-radius:3px}.is-tanmar-infinite-scrolling.is-ctl-navigation .tanmar-infinity-scrolling-button-bar span,.is-tanmar-infinite-scrolling.is-ctl-search .tanmar-infinity-scrolling-button-bar span{display:block;position:absolute;height:6px;background:#ea5a0b;border-radius:3px;top:0;left:0}.is-tanmar-infinite-scrolling.is-ctl-navigation .infinite-scrolling-loading,.is-tanmar-infinite-scrolling.is-ctl-search .infinite-scrolling-loading{display:block;margin:0 auto}.tmis-d-none{display:none !important}:root{--wr-modal-bg-color-primary: #fff;--wr-modal-bg-color-secondary: #FAF7EF;--wr-modal-img-bg-color: #fff;--wr-modal-text-color: #221F1F;--wr-modal-link-color: #032EE1;--wr-modal-base-font-size: 16px;--wr-modal-img-width: 90px;--wr-modal-img-height: 100px;--wr-modal-header-height: 192px;--wr-modal-grid-template-rows: var(--wr-modal-header-height) auto;--wr-modal-grid-template-columns: 20% auto 20%;--wr-modal-z-index: 1060;--wr-modal-card-body-spacer-xs: 10px;--wr-modal-card-body-spacer-sm: 16px}.header-search-container .search-header-close{align-self:center}.header-search-container.is-full-page-search .search-suggest{display:none}.header-search-container.full-page{position:fixed !important;background-color:#fff;width:100vw;height:100vh;left:0;top:0;z-index:99;overflow-y:scroll}.header-search-container.full-page>.collapse{display:block !important}.header-search-container.full-page #searchCollapse,.header-search-container.full-page .header-search,.header-search-container.full-page .header-search-form{height:100%}.header-search-container.full-page .header-search-form{position:relative;display:flex;flex-direction:column}.header-search-container.full-page .header-logo-main{text-align:left}.header-search-container.full-page .search-header .search-header__search-container{display:flex}.header-search-container.full-page .search-header .search-header__search-container>.input-group{box-shadow:0 4px 9px 0 #0000003d}.header-search-container.full-page .search-header .search-header__search-container>.input-group .header-search-input{border-left:2px solid transparent}.header-search-container.full-page .search-header .search-type-ahead{display:block;position:absolute;padding:0;margin-left:0;box-shadow:0 8px 9px 0 #0000003d;z-index:99;top:calc(100% - var(--bs-border-radius));width:100%;background-color:#F2F2F2;border:none;height:auto;border-radius:var(--bs-border-radius)}.header-search-container.full-page .search-header .search-type-ahead:empty{display:none}.header-search-container.full-page .search-header .search-type-ahead>.type-ahead-element{border-left:2px solid transparent;padding:0.28125rem 0.5625rem}.header-search-container.full-page .search-header .search-type-ahead>.type-ahead-element .type-ahead-link{font-weight:400}.header-search-container.full-page .search-header .search-type-ahead>.type-ahead-element.is-active,.header-search-container.full-page .search-header .search-type-ahead>.type-ahead-element:hover{border-color:#751103;background-color:#DDDDDD}.header-search-container.full-page .search-suggest{display:block;height:100%;margin:1.5rem 0}.header-search-container.full-page .search-suggest .search-suggest-content{height:100%}.header-search-container.full-page .search-suggest .search-suggest-content__page{height:100%}.header-search-container.full-page .search-suggest .search-suggest-content__container{height:100%}.header-search-container.full-page .search-suggest .search-suggest-content__row{height:100%}.header-search-container.full-page .search-suggest .search-suggest-content__row .search-suggest-content__wrapper:first-child{border-bottom:1px solid #798490}@media (min-width:992px){.header-search-container.full-page .search-suggest .search-suggest-content__row .search-suggest-content__wrapper:first-child{padding-right:3rem;border-bottom:none;border-right:1px solid #798490}}@media (min-width:992px){.header-search-container.full-page .search-suggest .search-suggest-content__row .search-suggest-content__wrapper:last-child{padding-left:3rem}}.header-search-container.full-page .search-suggest .search-suggest-content__row .search-suggest-content__wrapper:last-child:not(:nth-child(2)){border-top:1px solid #798490}@media (min-width:992px){.header-search-container.full-page .search-suggest .search-suggest-content__row .search-suggest-content__wrapper:last-child:not(:nth-child(2)){border-top:none;border-left:1px solid #798490}}.header-search-container.full-page .search-suggest .search-suggest-content__wrapper.cms-element-product-listing{margin-bottom:-30px}.header-search-container.full-page .search-suggest .search-suggest-content__section{height:100%;display:flex;flex-direction:column}.header-search-container.full-page .search-suggest .search-suggest-content__section-small-text{margin-bottom:1rem;font-size:0.75rem}.header-search-container.full-page .search-suggest .search-suggest-content__link{cursor:pointer}.header-search-container.full-page .search-suggest .search-suggest-content__link:hover{color:#000000}.header-search-container.full-page .search-suggest .search-suggest-content .filter-panel-offcanvas-only{display:block}.header-search-container.full-page .search-suggest .search-suggest-content .filter-offcanvas-category-navigation .category-navigation-box{padding:0 !important;border:none !important}.header-search-container.full-page .search-suggest .search-suggest-content .filter-offcanvas-category-navigation .category-navigation-box ul{display:none}.header-search-container:not(.full-page) .header-logo-col,.header-search-container:not(.full-page) .search-header-close{display:none !important}.search-type-ahead{display:none}.search-tabs .search-tabs__filter-item{padding:1rem;border:1px solid #798490}.search-tabs .search-tabs__filter-item:not(:last-child){border-right:none}.relewise-search-modal.active{position:fixed;top:0;left:0;z-index:var(--wr-modal-z-index);width:100%;overflow:hidden;overflow-y:scroll;bottom:0;display:grid}.relewise-search-modal--grid{display:grid;align-items:center}.relewise-search-modal--logo{grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:2;z-index:1}.relewise-search-modal--logo .header-logo-picture{text-align:start;margin-left:0}.relewise-search-modal--close{grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:2;z-index:1;cursor:pointer;justify-self:end}.relewise-search-modal--form{grid-row-start:2;grid-column-start:1;grid-row-end:4;grid-column-end:2}.relewise-search-modal--form .header-search-form{display:grid}.relewise-search-modal--form .header-search-form .input-group-wrapper{grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:4;align-self:center}.relewise-search-modal--form .header-search-form .input-group-wrapper .header-search-input{box-shadow:none}.relewise-search-modal--form .header-search-form .search-suggest{grid-row-start:2;grid-column-start:1;grid-row-end:3;grid-column-end:4;background-color:var(--wr-modal-bg-color-secondary);width:100vw;margin-left:calc(-50vw + 50%)}.relewise-search-modal .modal-heading{font-size:14px;font-weight:400;text-transform:uppercase;color:var(--wr-modal-text-color);border-bottom:1px solid;opacity:0.5}.relewise-search-modal .relewise-search-modal--header{grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:2;z-index:1;background-color:var(--wr-modal-bg-color-primary);max-height:var(--wr-modal-header-height)}.relewise-search-modal .relewise-search-modal--content{grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:2;max-height:var(--wr-modal-header-height);z-index:2}.relewise-search-modal .relewise-search-modal--overlay{grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:2;background-color:black;opacity:0.6}.relewise-search-modal .header-search-btn,.relewise-search-modal .header-search-input{background-color:var(--wr-modal-bg-color-secondary);border:none}.relewise-search-modal .input-group-wrapper:focus-within{border:1px solid var(--wr-modal-text-color)}@media (min-width:992px){.relewise-search-modal--grid{grid-template-rows:var(--wr-modal-grid-template-rows);grid-template-columns:var(--wr-modal-grid-template-columns)}.relewise-search-modal--close{grid-row-start:1;grid-column-start:3;grid-row-end:2;grid-column-end:4}.relewise-search-modal--form{grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:4}.relewise-search-modal--form .header-search-form{grid-template-rows:var(--wr-modal-grid-template-rows);grid-template-columns:var(--wr-modal-grid-template-columns)}.relewise-search-modal--form .header-search-form .input-group-wrapper{grid-row-start:1;grid-column-start:2;grid-row-end:2;grid-column-end:3}}.relewise-search-modal .product-box{border:none}.relewise-search-modal .product-box--search-wrapper{color:var(--wr-modal-text-color)}.relewise-search-modal .product-box--search-wrapper:hover{color:var(--wr-modal-text-color);text-decoration:none}.relewise-search-modal .product-box--search-wrapper:hover .product-name,.relewise-search-modal .product-box--search-wrapper:hover .product-price{color:var(--wr-modal-link-color)}.relewise-search-modal .product-box.box-search{background-color:unset}.relewise-search-modal .product-box.box-search .product-image-wrapper{height:var(--wr-modal-img-height);flex-basis:initial;flex-grow:initial;margin-right:var(--wr-modal-card-body-spacer-sm)}.relewise-search-modal .product-box.box-search .product-image-wrapper .product-image-link{justify-content:flex-start;width:var(--wr-modal-img-width)}.relewise-search-modal .product-box.box-search .product-image{max-height:110px;max-width:var(--wr-modal-img-width);object-fit:cover;background-color:var(--wr-modal-img-bg-color)}.relewise-search-modal .product-box.box-search .product-name{font-size:var(--wr-modal-base-font-size);font-weight:400;height:fit-content;margin-bottom:0}.relewise-search-modal .product-box.box-search .product-price{font-size:var(--wr-modal-base-font-size)}.relewise-search-modal .product-box.box-search .product-price-info{margin-top:0}.relewise-search-modal .product-box .card-body{padding:0}.relewise-search-modal .cms-element-product-listing .cms-listing-col{height:calc(var(--wr-modal-img-height) + 10px);margin-bottom:var(--wr-modal-card-body-spacer-xs)}.relewise-search-modal .modal-listing--content .card .category-image-banner{width:var(--wr-modal-img-width);margin-right:var(--wr-modal-card-body-spacer-sm);margin-bottom:var(--wr-modal-card-body-spacer-sm)}.relewise-search-modal .modal-listing--content .card .search-suggest-category-img{width:100%}.relewise-search-modal .modal-listing--content .card .category-link{color:var(--wr-modal-text-color);text-decoration:none}.relewise-search-modal .modal-listing--content .card .category-link:hover{color:var(--wr-modal-link-color)}.relewise-search-modal .modal-listing--category .category-link{color:var(--wr-modal-text-color);text-decoration:none}.relewise-search-modal .modal-listing--category .category-link:hover{color:var(--wr-modal-link-color)}.popular-content__item--search-suggest{display:flex;margin-bottom:1.5rem;height:60px}.popular-content__item--search-suggest .popular-content__image-wrapper{width:100px;min-width:100px}.popular-content__item--search-suggest .popular-content__image-wrapper>img{width:100%;height:100%;object-fit:cover}.popular-content__item--search-suggest .popular-content__content{padding-left:1rem}.popular-content__item--search-suggest .popular-content__name{line-height:normal}.popular-content__item--search-suggest .popular-content__link{font-size:0.75rem}.search-sidebar-wrapper{display:flex;flex-direction:column}.search-term-highlight,.type-ahead-highlight{color:#000000}html.is-searching,body.is-searching{overflow:hidden}.checkout-cart-relewise-container{background-color:#fff}.is-act-home .cms-block-relewise-recommendation{background-color:#F7F6F4 !important}.is-act-home .cms-element-relewise-recommendation .relewise-slider-container .element-loader-backdrop{background-color:transparent;border:none}.is-act-home .cms-element-relewise-recommendation .relewise-slider-container .product-image-wrapper{border:none}.cms-block-relewise-recommendation{background-color:#FFFFFF}.cms-element-relewise-recommendation .cms-element-title-paragraph{font-weight:500;text-align:left;color:#740000;font-family:"Poppins", sans-serif;font-size:22px}.cms-element-relewise-recommendation .relewise-slider-container{min-height:470px !important}.cms-element-relewise-recommendation .relewise-slider-container .element-loader-backdrop{background-color:#fcfcfc}.cms-element-relewise-recommendation .base-slider-controls-next{right:10px}.cms-element-relewise-recommendation .base-slider-controls-prev{display:none}.cms-element-relewise-recommendation .base-slider-controls-next,.cms-element-relewise-recommendation .base-slider-controls-prev{top:calc(50% - 40px)}.cms-element-relewise-recommendation{overflow:visible}.cms-element-relewise-recommendation .tns-outer{overflow-x:clip}.cms-element-relewise-recommendation .tns-item{padding-right:10px !important}.cms-element-relewise-recommendation .product-slider{overflow:visible}.cms-element-relewise-recommendation .product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra){min-height:400px !important}@media (max-width:575.98px){.cms-element-relewise-recommendation .product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra){min-height:320px !important}}.cms-element-relewise-recommendation .product-slider.has-nav{padding:0}@media (min-width:768px){.cms-block-relewise-recommendation .product-slider.has-nav{margin:20px 0;padding-right:0}}@media (min-width:992px){.cms-block-relewise-recommendation .product-slider.has-nav{margin:20px}}.vertical-relewise-slider-container{width:275px;border-right:1px solid #bcc1c7}.is-fullwidth .vertical-relewise-slider-container{display:none}.vertical-relewise-slider-container .product-slider.has-nav{padding:0 20px}.vertical-relewise-slider-container .product-slider .cms-element-title{width:calc(100% - 20px);padding-top:20px;background-color:#ffffff}.vertical-relewise-slider-container .product-slider .tns-outer{height:100vh;overflow:hidden}.vertical-relewise-slider-container .product-slider .tns-outer .tns-ovh{transform:translateY(185px)}.vertical-relewise-slider-container .product-slider .product-slider-controls-container .product-slider-controls-prev{transform:rotate(90deg);left:unset;right:6px;top:calc(50% - 26px)}.vertical-relewise-slider-container .product-slider .product-slider-controls-container .product-slider-controls-next{transform:rotate(90deg);right:6px;top:calc(50% + 26px)}.offcanvas>.offcanvas-content-container{width:740px;max-width:calc(100vw - 10px)}.offcanvas-content-container .offcanvas-cart-relewise-recommendation{max-width:calc(100vw - 10px)}.cms-element-relewise-recommendation .base-slider-controls-next{right:-2px}.cms-element-relewise-recommendation .base-slider-controls-prev{left:-2px}@media (min-width:992px){.cms-element-relewise-recommendation .base-slider-controls-prev{display:block}}.offcanvas-cart-relewise-recommendation.is-simple-slider{overflow-y:scroll}.offcanvas-cart-relewise-recommendation.is-simple-slider .cms-element-title-paragraph{text-align:center}.offcanvas-cart-relewise-recommendation.is-simple-slider .base-slider-controls{display:none}.offcanvas-cart-relewise-recommendation.is-simple-slider .product-slider-item:not(:last-child){border-bottom:1px solid #798490;margin-bottom:40px}.offcanvas-cart-relewise-recommendation.is-simple-slider .card:hover{z-index:0}.offcanvas-cart-relewise-recommendation.is-simple-slider .card:hover .product-image-wrapper{z-index:0}.offcanvas-cart-relewise-recommendation.is-simple-slider .card:hover .product-background-wrapper{animation:none}.offcanvas-cart-relewise-recommendation.is-simple-slider .card:hover .product-info{position:inherit}.offcanvas-cart-relewise-recommendation.is-simple-slider .card:hover .btn-buy{animation:none;width:unset;display:none}.offcanvas-cart-relewise-recommendation.is-simple-slider .card:hover .custom-quantity-field-wrapper{width:unset;background-color:unset;height:unset}.offcanvas-cart-relewise-recommendation.is-simple-slider .card:hover .purchase-quantity{background-color:unset}.offcanvas-cart-relewise-recommendation.is-simple-slider .card .product-name,.offcanvas-cart-relewise-recommendation.is-simple-slider .card .priceTaxText,.offcanvas-cart-relewise-recommendation.is-simple-slider .card .product-price-info,.offcanvas-cart-relewise-recommendation.is-simple-slider .card .product-price{text-align:center}.offcanvas-cart-relewise-recommendation.is-simple-slider .card .product-image-wrapper{height:unset;border:none}.offcanvas-cart-relewise-recommendation.is-simple-slider .card .product-image-wrapper .product-image{max-height:150px;position:relative;top:unset}.offcanvas-cart-relewise-recommendation.is-simple-slider .card.product-box{box-shadow:unset;height:unset;max-height:none;overflow:visible;margin-bottom:40px}.cart-offcanvas{overflow:hidden;z-index:9999 !important}.cart-offcanvas .offcanvas-content-container{overflow-y:scroll;height:calc(100vh - 52px)}html body.is-searching .offcanvas.cart-offcanvas{z-index:9999 !important}html body.is-searching .offcanvas-backdrop.show{z-index:9998 !important}html body.modal-open .offcanvas.cart-offcanvas{z-index:9999 !important}html body.modal-open .offcanvas-backdrop.show{z-index:9998 !important}body:has(.relewise-search-modal.active) .modal.show{z-index:10000 !important}body:has(.relewise-search-modal.active) .modal-backdrop.show{z-index:9999 !important}.relewise-search-modal .relewise-search-modal--overlay{background-color:white;opacity:1}.relewise-search-modal .modal-heading{font-size:18px;font-weight:500;border-bottom:3px solid #d8d8d8;padding-bottom:10px;opacity:1;text-transform:none}.relewise-search-modal--logo{grid-row-start:2}@media (min-width:992px){.relewise-search-modal--logo{grid-row-start:1}}@media (max-width:1199.98px){.relewise-search-modal--grid{padding:0 20px}}@media (max-width:991.98px){.relewise-search-modal--grid{padding:50px 20px 0 20px}}.relewise-search-modal--form .header-search-form .search-suggest{grid-row-start:3;background-color:#FFFFFF}@media (min-width:768px){.relewise-search-modal--form .header-search-form .search-suggest{grid-row-start:2}}.relewise-search-modal--form .header-search-form .search-suggest .search-suggest-content .search-suggestions .search-suggestion-link{color:#2b3136;margin-top:20px;display:block;font-size:16px}.relewise-search-modal--form .header-search-form .search-suggest .search-suggest-content .relewise-search-listing-products{order:-1}@media (min-width:992px){.relewise-search-modal--form .header-search-form .search-suggest .search-suggest-content .relewise-search-listing-products{order:0}}.relewise-search-modal--content{--bs-gutter-x: 0}.relewise-search-modal .modal-listing--product{padding:0px 25px;margin-top:-48px;background-color:#F7F6F4}.relewise-search-modal .modal-listing--product .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-action .quantity-selector-group{min-width:80px}.relewise-search-modal .modal-listing--product .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-action .quantity-selector-group .btn-minus{padding:0 0 0 10px;width:30px}.relewise-search-modal .modal-listing--product .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-action .quantity-selector-group .btn-plus{padding:0 10px 0 0;width:30px}.relewise-search-modal .modal-listing--category .category-link{color:#B20E10;margin-top:20px;display:block;font-size:16px;text-decoration:underline}.relewise-search-modal .cms-element-product-listing .cms-listing-col{height:auto}.relewise-search-modal .cms-element-product-listing .cms-listing-col .box-search .product-image{max-width:initial;max-height:200px;object-fit:contain}.relewise-search-modal .header-search-form .input-group-wrapper{grid-row-start:2;grid-column-start:1;grid-row-end:2;grid-column-end:4}@media (min-width:768px){.relewise-search-modal .header-search-form .input-group-wrapper{grid-row-start:1;grid-column-start:2;padding-right:170px}}.relewise-search-modal .header-search-form .relewise-search-modal--close{grid-row-start:1;grid-column-start:4;margin-top:-10px;margin-bottom:10px}@media (min-width:992px){.relewise-search-modal .header-search-form .relewise-search-modal--close{align-self:center;grid-column-start:1;margin:0}}.relewise-load-more-container{margin:20px 0;text-align:center}.relewise-load-more-button{min-width:150px;max-width:250px;margin:0 auto}.relewise-loading-indicator{display:flex;justify-content:center;margin-top:10px}.is-act-cartpage.checkout-default .checkout{margin-top:70px}.wexo-checkout main.content-main{background:#fff}.wexo-checkout main.content-main .checkout .confirm-billing-address{border-right:none}.wexo-checkout main.content-main .checkout .confirm-shipping-address{border-right:1px solid var(--border, grey)}.wexo-checkout main.content-main .checkout .checkout-main{padding-top:0;padding-bottom:0;background:transparent;box-shadow:none;padding-right:calc(var(--bs-gutter-x)* .5);padding-left:calc(var(--bs-gutter-x)* .5)}.wexo-checkout main.content-main .checkout .checkout-main .btn:disabled{opacity:1;background:#eee;border-color:#eee;color:#bcc1c7}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step{counter-increment:garant-checkout-steps;margin-bottom:1rem;border-radius:0;background:#fff}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .cart-item-info .cart-item-row{padding:0 4px}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-main-header{display:block;font-size:20px;text-decoration:none}@media (max-width:767.98px){.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-main-header{font-size:16px}}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-main-header::before{content:counter(garant-checkout-steps) ". ";margin-right:0.25rem}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-main-header-container{display:flex;align-items:center}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-main-header-container .checkout-step-main-header{flex-grow:1}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-main-header-container .checkout-step-edit{color:#2b3136;text-decoration:underline}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-main-header-container .checkout-step-edit:hover{text-decoration:none;color:#751103}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step.cart-info.completed .checkout-step-main-header-container{margin-bottom:0;border-bottom:none}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-edit{cursor:pointer}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-summary,.wexo-checkout main.content-main .checkout .checkout-main .checkout-step .checkout-step-edit{display:none}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step.completed .checkout-step-main-header-container{margin-bottom:1.5rem;border-bottom:1px solid #798490}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step.completed .checkout-step-content{display:none}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step.completed .checkout-step-summary,.wexo-checkout main.content-main .checkout .checkout-main .checkout-step.completed .checkout-step-edit{display:block}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step.completed .checkout-step-main-header{color:#751103}.wexo-checkout main.content-main .checkout .checkout-main .checkout-step.completed .checkout-step-main-header::before{background-color:#751103;mask:url("https://konpap.dk/bundles/storefront/assets/icon/solid/checkmark-circle.svg") no-repeat 50% 50%;-webkit-mask:url("https://konpap.dk/bundles/storefront/assets/icon/solid/checkmark-circle.svg") no-repeat 50% 50%;mask-size:contain;-webkit-mask-size:contain;content:"10"}.wexo-checkout main.content-main .checkout .checkout-main label.form-label{top:0;position:relative;background-color:transparent;color:#2b3136;margin:0;padding:0}.wexo-checkout main.content-main .checkout .checkout-main label.form-label.active{top:0}.wexo-checkout main.content-main .checkout .checkout-aside{margin-left:unset;height:100%;position:sticky}@media (max-width:767.98px){.wexo-checkout main.content-main .checkout .checkout-aside{margin:3rem auto auto}}.wexo-checkout main.content-main .checkout .checkout-aside,.wexo-checkout main.content-main .checkout .checkout-aside .checkout-aside-summary{background:#fff}.wexo-checkout main.content-main .checkout .checkout-aside .checkout-aside-container{overflow:hidden;border:1px solid #798490;border-radius:0}.wexo-checkout main.content-main .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary{padding:0}.wexo-checkout main.content-main .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary .checkout-aside-summary-header{border-bottom:1px solid #798490;padding:1.5rem;font-size:20px}.wexo-checkout header.header-main{position:relative !important}.wexo-checkout header.header-main.wtheme-sticky{padding:unset}.wexo-checkout .cart-header-quantity{text-align:left}.wexo-checkout .cart-header-unit-price{text-align:right}.wexo-checkout .line-item-details{padding-top:0}.wexo-checkout .line-item-details-characteristics{display:none}.wexo-checkout .text-right{text-align:right}.checkout-main .flashbags{position:fixed;z-index:1;-webkit-animation:flashBagFadeOut;animation:flashBagFadeOut;animation-delay:3s;animation-duration:2.5s;animation-iteration-count:1;animation-fill-mode:forwards}.checkout-main .flashbags .alert-warning .alert-content-container,.checkout-main .flashbags .alert-danger .alert-content-container{font-weight:bold}.checkout-main .flashbags .alert-warning .alert-content,.checkout-main .flashbags .alert-danger .alert-content{padding:10px}.checkout-main .flashbags .alert-warning .alert-content-container{color:#2b3136}@keyframes flashBagFadeOut{0%{opacity:1}100%{opacity:0;height:0;overflow:hidden}}.checkout-step-content-padding,.checkout-step-main-header-container{padding:20px}.confirm-shipping-method,.checkout-order-comment{padding:20px 10px}@media (min-width:768px){.checkout-step-content-padding,.checkout-step-main-header-container{padding:20px}.confirm-shipping-method,.checkout-order-comment{padding:20px}}.checkout-steps-container{display:none}.wexo-checkout .checkout-step-main-header{color:#2b3136}.wexo-checkout a .checkout-step-main-header:hover,.wexo-checkout a.checkout-step-main-header:hover{color:#751103}.checkout-product-table .line-item .cart-item-info{margin-bottom:1rem}.checkout-product-table .line-item .cart-item-info .line-item-details{flex:1 1 auto;width:min-content}.checkout-product-table .line-item .cart-item-info .line-item-details .line-item-product-number{margin-top:0.5rem}@media (max-width:575.98px){.checkout-product-table .line-item .cart-item-info{margin-bottom:0}.checkout-product-table .line-item .cart-item-info .line-item-details{width:100%;padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:calc(var(--bs-gutter-x) * .5)}.checkout-product-table .line-item .line-item-quantity-select-wrapper{float:right;max-width:175px}.checkout-product-table .line-item .line-item-quantity-select-wrapper .quantity-selector-group{height:35px !important}}.checkout-aside-summary-total{border-top:none;margin-top:0;padding-top:0}@media (max-width:575.98px){.checkout-aside-item .checkout-aside-item-link-price{padding-left:10px}.checkout-aside-item .checkout-aside-item-link-quantity{padding-left:0}}.wexo-checkout .checkout .checkout-container .checkout-aside{top:20px}.checkout-aside-summary-container .checkout-aside-summary-list>.row,.checkout-aside-summary-container .is-act-cartpage .checkout .checkout-aside-summary-list>.checkout-container,.is-act-cartpage .checkout .checkout-aside-summary-container .checkout-aside-summary-list>.checkout-container,.checkout-aside-summary-container .is-act-checkoutregisterpage .checkout .checkout-aside-summary-list>.checkout-container,.is-act-checkoutregisterpage .checkout .checkout-aside-summary-container .checkout-aside-summary-list>.checkout-container,.checkout-aside-summary-container .is-act-confirmpage .checkout .checkout-aside-summary-list>.checkout-container,.is-act-confirmpage .checkout .checkout-aside-summary-container .checkout-aside-summary-list>.checkout-container,.checkout-aside-summary-container .is-ctl-accountorder .checkout .checkout-aside-summary-list>.checkout-container,.is-ctl-accountorder .checkout .checkout-aside-summary-container .checkout-aside-summary-list>.checkout-container,.checkout-aside-summary-container .is-act-finishpage .checkout .checkout-aside-summary-list>.checkout-container,.is-act-finishpage .checkout .checkout-aside-summary-container .checkout-aside-summary-list>.checkout-container,.checkout-aside-summary-container .header-search-container.full-page .search-suggest .checkout-aside-summary-list>.search-suggest-content__row,.header-search-container.full-page .search-suggest .checkout-aside-summary-container .checkout-aside-summary-list>.search-suggest-content__row,.checkout-aside-summary-container .confirm-shipping .confirm-shipping-method .shipping-method-label .checkout-aside-summary-list>.shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .checkout-aside-summary-container .checkout-aside-summary-list>.shipping-method-description,.checkout-aside-summary-container .confirm-shipping .confirm-shipping-method .payment-method-label .checkout-aside-summary-list>.shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .checkout-aside-summary-container .checkout-aside-summary-list>.shipping-method-description,.checkout-aside-summary-container .confirm-shipping .payment-method .shipping-method-label .checkout-aside-summary-list>.shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .checkout-aside-summary-container .checkout-aside-summary-list>.shipping-method-description,.checkout-aside-summary-container .confirm-shipping .payment-method .payment-method-label .checkout-aside-summary-list>.shipping-method-description,.confirm-shipping .payment-method .payment-method-label .checkout-aside-summary-container .checkout-aside-summary-list>.shipping-method-description,.checkout-aside-summary-container .confirm-payment .confirm-shipping-method .shipping-method-label .checkout-aside-summary-list>.shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .checkout-aside-summary-container .checkout-aside-summary-list>.shipping-method-description,.checkout-aside-summary-container .confirm-payment .confirm-shipping-method .payment-method-label .checkout-aside-summary-list>.shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .checkout-aside-summary-container .checkout-aside-summary-list>.shipping-method-description,.checkout-aside-summary-container .confirm-payment .payment-method .shipping-method-label .checkout-aside-summary-list>.shipping-method-description,.confirm-payment .payment-method .shipping-method-label .checkout-aside-summary-container .checkout-aside-summary-list>.shipping-method-description,.checkout-aside-summary-container .confirm-payment .payment-method .payment-method-label .checkout-aside-summary-list>.shipping-method-description,.confirm-payment .payment-method .payment-method-label .checkout-aside-summary-container .checkout-aside-summary-list>.shipping-method-description{padding:20px}.checkout-aside-summary-container .checkout-aside-summary-products-container{display:table;width:calc(100% + 40px)}.checkout-aside-summary-container .checkout-aside-summary-products-container .checkout-aside-item{display:table-row}.checkout-aside-summary-container .checkout-aside-summary-products-container .checkout-aside-item>*{display:table-cell}.checkout-aside-summary-container .checkout-aside-summary-products-container .checkout-aside-item>.checkout-aside-item-link-quantity{white-space:nowrap}.checkout-aside-summary-container .checkout-aside-summary-products-container .checkout-aside-item .checkout-aside-item-title{padding-bottom:1.5rem}.checkout-aside-summary-container .checkout-aside-summary-products-container .checkout-aside-item .checkout-aside-item-title .checkout-aside-item-characteristics .checkout-aside-item-characteristics-option:not(:first-child){text-transform:lowercase}.wexo-checkout.is-act-finishpage .checkout .checkout-main{margin:0 auto}#confirmOrderForm #confirmFormSubmit{font-weight:bolder;width:auto;font-size:20px}.confirm-shipping,.confirm-payment{margin-bottom:0}.confirm-shipping .confirm-shipping-method,.confirm-shipping .payment-method,.confirm-payment .confirm-shipping-method,.confirm-payment .payment-method{margin:0;border:0}.confirm-shipping .confirm-shipping-method .form-group,.confirm-shipping .payment-method .form-group,.confirm-payment .confirm-shipping-method .form-group,.confirm-payment .payment-method .form-group{margin:0}.confirm-shipping .confirm-shipping-method .shipping-method-label,.confirm-shipping .confirm-shipping-method .payment-method-label,.confirm-shipping .payment-method .shipping-method-label,.confirm-shipping .payment-method .payment-method-label,.confirm-payment .confirm-shipping-method .shipping-method-label,.confirm-payment .confirm-shipping-method .payment-method-label,.confirm-payment .payment-method .shipping-method-label,.confirm-payment .payment-method .payment-method-label{width:100%}.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .payment-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description-content,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .payment-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description-content,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .payment-method-description,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description-content,.confirm-shipping .payment-method .payment-method-label .shipping-method-description,.confirm-shipping .payment-method .payment-method-label .payment-method-description,.confirm-shipping .payment-method .payment-method-label .shipping-method-description-content,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .payment-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description-content,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .payment-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description-content,.confirm-payment .payment-method .shipping-method-label .shipping-method-description,.confirm-payment .payment-method .shipping-method-label .payment-method-description,.confirm-payment .payment-method .shipping-method-label .shipping-method-description-content,.confirm-payment .payment-method .payment-method-label .shipping-method-description,.confirm-payment .payment-method .payment-method-label .payment-method-description,.confirm-payment .payment-method .payment-method-label .shipping-method-description-content{padding-left:1rem}.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .payment-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .payment-method-description,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .payment-method-description,.confirm-shipping .payment-method .payment-method-label .shipping-method-description,.confirm-shipping .payment-method .payment-method-label .payment-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .payment-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .payment-method-description,.confirm-payment .payment-method .shipping-method-label .shipping-method-description,.confirm-payment .payment-method .shipping-method-label .payment-method-description,.confirm-payment .payment-method .payment-method-label .shipping-method-description,.confirm-payment .payment-method .payment-method-label .payment-method-description{width:auto}.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description p,.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description .shipping-method-price p,.confirm-shipping .confirm-shipping-method .shipping-method-label .payment-method-description p,.confirm-shipping .confirm-shipping-method .shipping-method-label .payment-method-description .shipping-method-price p,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description p,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description .shipping-method-price p,.confirm-shipping .confirm-shipping-method .payment-method-label .payment-method-description p,.confirm-shipping .confirm-shipping-method .payment-method-label .payment-method-description .shipping-method-price p,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description p,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description .shipping-method-price p,.confirm-shipping .payment-method .shipping-method-label .payment-method-description p,.confirm-shipping .payment-method .shipping-method-label .payment-method-description .shipping-method-price p,.confirm-shipping .payment-method .payment-method-label .shipping-method-description p,.confirm-shipping .payment-method .payment-method-label .shipping-method-description .shipping-method-price p,.confirm-shipping .payment-method .payment-method-label .payment-method-description p,.confirm-shipping .payment-method .payment-method-label .payment-method-description .shipping-method-price p,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description p,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description .shipping-method-price p,.confirm-payment .confirm-shipping-method .shipping-method-label .payment-method-description p,.confirm-payment .confirm-shipping-method .shipping-method-label .payment-method-description .shipping-method-price p,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description p,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description .shipping-method-price p,.confirm-payment .confirm-shipping-method .payment-method-label .payment-method-description p,.confirm-payment .confirm-shipping-method .payment-method-label .payment-method-description .shipping-method-price p,.confirm-payment .payment-method .shipping-method-label .shipping-method-description p,.confirm-payment .payment-method .shipping-method-label .shipping-method-description .shipping-method-price p,.confirm-payment .payment-method .shipping-method-label .payment-method-description p,.confirm-payment .payment-method .shipping-method-label .payment-method-description .shipping-method-price p,.confirm-payment .payment-method .payment-method-label .shipping-method-description p,.confirm-payment .payment-method .payment-method-label .shipping-method-description .shipping-method-price p,.confirm-payment .payment-method .payment-method-label .payment-method-description p,.confirm-payment .payment-method .payment-method-label .payment-method-description .shipping-method-price p{max-width:450px}.confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description-content,.confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description-content,.confirm-shipping .payment-method .shipping-method-label .shipping-method-description-content,.confirm-shipping .payment-method .payment-method-label .shipping-method-description-content,.confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description-content,.confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description-content,.confirm-payment .payment-method .shipping-method-label .shipping-method-description-content,.confirm-payment .payment-method .payment-method-label .shipping-method-description-content{font-size:12px}.confirm-shipping .secure-payment-options,.confirm-payment .secure-payment-options{max-width:350px}.confirm-shipping .shipping-method,.confirm-payment .shipping-method{border:none}.shipping-proceed-btn{margin:10px 20px 10px auto}@media (min-width:768px){.shipping-proceed-btn{margin:20px 20px 20px auto}}.checkout-step.address-info.completed .login-collapse-toggle{display:none}.register-form .form-street-input>.form-group{padding-right:5px;padding-left:5px}.register-form .phone-number>.col-md-6,.register-form .is-act-confirmpage .checkout .phone-number>.checkout-aside,.is-act-confirmpage .checkout .register-form .phone-number>.checkout-aside,.register-form .is-ctl-accountorder .checkout .phone-number>.checkout-aside,.is-ctl-accountorder .checkout .register-form .phone-number>.checkout-aside,.register-form .is-act-finishpage .checkout .phone-number>.checkout-additional,.is-act-finishpage .checkout .register-form .phone-number>.checkout-additional,.register-form .is-act-finishpage .checkout .phone-number>.checkout-aside,.is-act-finishpage .checkout .register-form .phone-number>.checkout-aside,.register-form .phone-number>.form-street-input,.register-form .phone-number>.form-zipcode-city-input{padding:0}.register-form .form-zipcode-city-input>.form-group{padding-right:5px;padding-left:5px}.register-submit{text-align:right}.phone-number>.form-group{max-width:100%}.address-info .js-form-field-toggle-guest-mode .js-validation-message{margin-top:0;height:0}.address-info .js-form-field-toggle-guest-mode .input-error-help{display:none}.finish-page-register{margin-top:8rem;padding:0}.finish-page-register .finish-page-register-title{font-size:20px;margin-bottom:0.5rem;font-family:"Open Sans", sans-serif}.finish-page-register .register-card>.card-body{flex-direction:column}@media (min-width:768px){.finish-page-register .register-card .register-form{padding-right:8rem;flex:65%}}.finish-page-register .register-card .register-form .register-personal{display:flex;flex-direction:column;grid-row-gap:0;align-items:flex-start;font-weight:bold}.finish-page-register .register-card .register-form .register-personal .form-row{display:block;width:100%;margin:0}.finish-page-register .register-card .register-form .register-personal .form-row>.form-group{padding:0;display:block;flex:100%;max-width:none}.finish-page-register .register-card .register-form .register-personal .form-row>.form-group .form-label{display:block}.finish-page-register .register-card .register-form .register-personal .register-submit{margin-left:auto;display:block}.finish-page-register .register-card .mit-garant-block{padding:0 2rem}.finish-page-register .register-card .mit-garant-block ul{list-style:none;padding:0.5rem 0 0 1.7rem}.finish-page-register .register-card .mit-garant-block ul li::before{content:"•";font-size:1.5rem;height:0.5rem;color:#751103;font-weight:bold;display:inline-block;width:1rem;margin-left:-1em}.checkout-product-table .line-item{border-bottom:none !important}.checkout-product-table .line-item .line-item-row{align-items:center;min-height:60px}.checkout-product-table .line-item .line-item-info{flex:1 1 auto;align-self:center}.checkout-product-table .line-item .line-item-quantity{flex:0 0 80px;text-align:center;align-self:center}.checkout-product-table .line-item .line-item-quantity .line-item-quantity-label{display:none}.checkout-product-table .line-item .line-item-total-price{flex:0 0 120px;text-align:right;align-self:center}.checkout-product-table .line-item .line-item-total-price .line-item-total-price-label{display:none}.checkout-product-table .line-item .line-item-tax-price{display:none !important}.checkout-product-table .line-item-promotion .line-item-row{align-items:center;min-height:60px}.checkout-product-table .checkout-aside-summary-container{margin-top:1.5rem;padding-top:1.5rem}.checkout-product-table .checkout-aside-summary-container .checkout-aside-summary-label{padding-left:0 !important}.checkout-product-table .checkout-aside-summary-container .checkout-aside-summary-value{padding-right:0 !important}@media (max-width:767px){.checkout-product-table .line-item .line-item-quantity,.checkout-product-table .line-item .line-item-total-price{flex:0 0 auto;min-width:60px}}.cms-block-simple-contact-form-image{padding:10px;margin-left:-10px;margin-right:-10px}.cms-block-simple-contact-form-image .cms-block-container{box-shadow:0px 3px 10px #00000029}.cms-block-simple-contact-form-image .cms-block-container .cms-block-container-row{flex-direction:column-reverse}.cms-block-simple-contact-form-image .cms-image-container{max-height:134px;display:flex;align-items:center;overflow:hidden}.cms-block-simple-contact-form-image .cms-image-container img{width:100%}@media (min-width:768px){.cms-block-simple-contact-form-image .cms-block-container{box-shadow:none}.cms-block-simple-contact-form-image .cms-block-container .cms-block-container-row{flex-direction:row}.cms-block-simple-contact-form-image .cms-element-image{display:flex;flex-direction:column;justify-content:center}.cms-block-simple-contact-form-image .cms-element-image .cms-image-container{max-height:unset}}.image-splash-responsive-mobile .cms-element-image img{width:100%}.image-splash-responsive-desktop .cms-element-image img{width:0%}@media (min-width:576px){.image-splash-responsive-mobile .cms-element-image img{display:none;width:0%}.image-splash-responsive-desktop .cms-element-image img{display:block;width:100%}}.cms-element-simple-contact-form{padding:20px}.cms-element-simple-contact-form .simple-contact-form-headline{font-size:calc(1.3375rem + 1.05vw);margin-top:20px}@media (min-width:1200px){.cms-element-simple-contact-form .simple-contact-form-headline{font-size:2.125rem}}.cms-element-simple-contact-form .simple-contact-form-headline:before{width:5px;height:5px;margin-top:6px}.cms-element-simple-contact-form .simple-contact-form-text{text-align:center}.cms-element-simple-contact-form .form-group{position:relative}.cms-element-simple-contact-form .form-group input,.cms-element-simple-contact-form .form-group textarea{border:none;border-bottom:1px solid #798490;width:100%;padding-left:10px}.cms-element-simple-contact-form .form-group input:focus-visible,.cms-element-simple-contact-form .form-group textarea:focus-visible{outline:none}.cms-element-simple-contact-form .form-group input[type="email"],.cms-element-simple-contact-form .form-group textarea[type="email"]{margin-bottom:50px}.cms-element-simple-contact-form .form-group input:not(:placeholder-shown)+label,.cms-element-simple-contact-form .form-group input:focus-visible+label,.cms-element-simple-contact-form .form-group textarea:not(:placeholder-shown)+label,.cms-element-simple-contact-form .form-group textarea:focus-visible+label{display:none}.cms-element-simple-contact-form .form-group .simple-contact-form-label{position:absolute;left:10px}.cms-element-simple-contact-form .form-group .simple-contact-form-label .simple-contact-form-label-required{color:#751103}.cms-element-simple-contact-form .simple-contact-form-submit{min-width:200px;margin-bottom:20px}.cms-element-simple-contact-form .simple-contact-form-submit:after{margin-left:10px;margin-bottom:1px}@media (min-width:768px){.cms-element-simple-contact-form{box-shadow:0px 3px 10px #00000029}.cms-element-simple-contact-form .simple-contact-form-headline{margin-bottom:20px}.cms-element-simple-contact-form .simple-contact-form-headline:before{width:9px;height:9px;margin-top:1px}.cms-element-simple-contact-form .simple-contact-form-headline+p{margin-bottom:40px}.cms-element-simple-contact-form .simple-contact-form-box-content{max-width:550px;margin-left:auto;margin-right:auto}}.hero-page-link-block .hero-page-link-block-inner{flex-direction:column-reverse;padding:0}.hero-page-link-block .hero-page-link-block-inner .hero-page-link-image{overflow:hidden}.hero-page-link-block .hero-page-link-block-inner .cms-image-container{height:inherit}.hero-page-link-block .hero-page-link-block-inner .cms-image-container .cms-image{min-height:100%;object-fit:cover}.hero-page-link-element{display:flex;align-items:center;height:100%}.hero-page-link-element .hero-page-link-text-container{text-align:center;box-shadow:0px 3px 10px #00000029;padding:40px;min-width:100%;background-color:#fff}.hero-page-link-element .hero-page-link-text-container .hero-page-link-main-text{margin-top:20px;font-size:14px}@media (min-width:576px){.hero-page-link-block .hero-page-link-image .cms-image-container{display:block}.hero-page-link-block .hero-page-link-image .cms-image-container img{width:100%;max-width:100%;min-height:unset}}@media (min-width:768px){.hero-page-link-block .hero-page-link-block-inner{flex-direction:row;padding:30px 20px 30px 20px}.hero-page-link-block .hero-page-link-block-inner .hero-page-link-element .hero-page-link-text-container{min-width:calc(100% + 60px);z-index:1}.hero-page-link-block.hero-page-link-mirror .hero-page-link-block-inner{flex-direction:row-reverse}.hero-page-link-block.hero-page-link-mirror .hero-page-link-block-inner .hero-page-link-element .hero-page-link-text-container{margin-left:-60px}.hero-page-link-element .hero-page-link-text-container{position:relative;min-height:70%;display:flex;flex-direction:column;justify-content:center}.hero-page-link-element .hero-page-link-text-container .hero-page-link-main-text{font-size:16px}}@media (min-width:992px){.hero-page-link-block .hero-page-link-block-inner{padding:50px 30px}}@media (min-width:1200px){.hero-page-link-block .hero-page-link-block-inner .hero-page-link-element .hero-page-link-text-container{min-width:calc(100% + 130px);padding:100px}.hero-page-link-block.hero-page-link-mirror .hero-page-link-block-inner .hero-page-link-element .hero-page-link-text-container{margin-left:-130px}}.cms-block-accordion-usp .accordion-usp-item-container{position:relative;margin-bottom:10px;padding-left:20px;padding-right:0}.cms-block-accordion-usp .accordion-usp-item-container.accordion-usp-mobile-padding{padding-left:3px}.accordion-usp-element-text-container{background:#fff;margin-right:3px}.accordion-usp-element-text-container .accordion-usp-element-headline-button{width:100%;text-align:left;min-height:60px;white-space:initial;border:none;box-shadow:0px 3px 6px #00000029}.accordion-usp-element-text-container .accordion-usp-element-headline-button[aria-expanded="true"]{background-color:#ffffff}.accordion-usp-element-text-container .accordion-usp-element-headline-button[aria-expanded="true"] .accordion-usp-element-headline{color:#fff}.accordion-usp-element-text-container .accordion-usp-element-headline-button .accordion-usp-element-headline{font-size:16px;margin:10px 20px 10px 30px}.accordion-usp-element-text-container .accordion-usp-element-collapse .accordion-usp-element-expanded-content{background:#fff;padding:20px 30px}.accordion-usp-icon{position:absolute;transform:translateX(-50%);z-index:1;margin-top:10px;background-color:#751103;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;pointer-events:none}.accordion-usp-icon img{object-fit:contain;width:20px;height:20px}@media (min-width:768px){.cms-block-accordion-usp .accordion-usp-item-container{position:relative;display:flex;flex-direction:column-reverse;padding-left:10px;padding-right:10px;justify-content:flex-end;height:fit-content;margin-bottom:20px}.cms-block-accordion-usp .accordion-usp-item-container:nth-child(odd){padding-left:0}.cms-block-accordion-usp .accordion-usp-item-container:nth-child(even){padding-right:0}.accordion-usp-text .accordion-usp-element-text-container{margin-left:3px}.accordion-usp-text .accordion-usp-element-text-container .accordion-usp-element-headline-button{transition:all 0.3s;min-height:140px}.accordion-usp-text .accordion-usp-element-text-container .accordion-usp-element-headline-button .accordion-usp-element-headline:after{display:none}.accordion-usp-text .accordion-usp-element-text-container .accordion-usp-element-headline-button .accordion-usp-element-collapse{background:unset}.accordion-usp-icon{margin-left:calc(100% - 30px);transform:translateX(-100%);width:60px;height:60px;margin-bottom:-20px;z-index:2;bottom:0}.accordion-usp-icon img{width:30px;height:30px}}@media (min-width:1200px){.cms-block-accordion-usp .accordion-usp-item-container:nth-child(n){padding-left:10px;padding-right:10px}.cms-block-accordion-usp .accordion-usp-item-container:first-child{padding-left:0}.cms-block-accordion-usp .accordion-usp-item-container:first-child .accordion-usp-icon{margin-left:calc(100% - 20px)}.cms-block-accordion-usp .accordion-usp-item-container:last-child{padding-right:0}.cms-block-accordion-usp .accordion-usp-item-container:last-child .accordion-usp-icon{margin-left:calc(100% - 20px)}.accordion-usp-text .accordion-usp-element-text-container .accordion-usp-element-headline-button .accordion-usp-element-headline{font-size:24px}.accordion-usp-icon{width:80px;height:80px;z-index:2}.accordion-usp-icon img{width:40px;height:40px}}.cms-element-countdown{height:400px;min-height:400px}.cms-element-countdown .countdown-image{width:100%}.cms-element-countdown .countdown-image img{width:inherit;min-height:400px;object-fit:cover}.cms-element-countdown .overlay{background:rgba(255, 255, 255, 0.7);padding:20px;margin:20px 20px 20px 40px;position:absolute}.cms-element-countdown .overlay .element-countdown-date{padding:0;margin:0}.cms-element-countdown .overlay .element-countdown-date .element-countdown-date-item{display:inline-block;font-size:8px;list-style-type:none;text-transform:uppercase;text-align:center;vertical-align:top}.cms-element-countdown .overlay .element-countdown-date .element-countdown-date-item .element-countdown-date-number{display:block;font-size:24px;font-weight:bold}.cms-element-countdown .overlay .element-countdown-date .element-countdown-date-item .separator{padding:0 1px 0 1px}.cms-element-countdown .overlay .element-countdown-date .element-countdown-date-item{font-size:10px}.cms-element-countdown .overlay .element-countdown-date .element-countdown-date-item .element-countdown-date-number{font-size:30px}.col-xs-1-10,.col-sm-1-10,.col-md-1-10,.col-lg-1-10{position:relative;width:100%;padding-right:20px;padding-left:20px}.col-xs-1-10,.col-sm-1-10{position:relative;min-height:1px}.col-xs-1-10{flex:0 0 10%;max-width:10%}@media (min-width:768px){.col-sm-1-10{flex:0 0 10%;max-width:10%}}@media (min-width:992px){.col-md-1-10{flex:0 0 10%;max-width:10%}}@media (min-width:1200px){.col-lg-1-10{flex:0 0 10%;max-width:10%}}.cms-block-subcategory-navigation .subcategory-card{padding:0 10px;text-decoration:none}.cms-block-subcategory-navigation .subcategory-card a{border:1px solid #798490;display:inline-block;width:100%;padding:15px;text-decoration:unset}.cms-block-subcategory-navigation .subcategory-card a .sub-category{max-width:260px}.cms-block-subcategory-navigation .subcategory-card a .sub-category img{width:100%}.cms-block-subcategory-navigation .subcategory-card a:hover{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16)}.cms-block-subcategory-navigation .subcategory-card .card-title{color:#fff;height:auto;background:#751103;padding:10px;font-weight:bold}.cms-block-subcategory-navigation .subcategory-card .card-title:hover{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16)}.cms-block-subcategory-navigation .subcat-card-img{max-width:260px}.cms-block-image-simple-grid-reverse .right-top{margin-bottom:40px}.cms-block-image-simple-grid-reverse .left{height:100%}@media (max-width:575.98px){.cms-block-image-simple-grid-reverse .right-top{margin-top:40px}.cms-block-image-simple-grid-reverse .right-bottom{margin-bottom:40px}}.back-in-stock #message-container{margin:15px 0 15px}.back-in-stock #message-container.alert-success .icon-checkmark-circle{display:block}.back-in-stock #message-container.alert-success .icon-blocked{display:none}.back-in-stock #message-container.alert-danger .icon-blocked{display:block}.back-in-stock #message-container.alert-danger .icon-checkmark-circle{display:none}.back-in-stock-container{margin-bottom:1rem}.btn-notify{padding:2px 12px;font-size:1rem;line-height:38px;border-radius:3px}.konpap-bundle-card-badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;gap:4px;pointer-events:none}.konpap-bundle-card-badge{display:inline-flex;align-items:center;gap:4px;background:#ff9900;color:#fff;font-size:11px;font-weight:600;line-height:1;padding:6px 10px;border-radius:999px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);pointer-events:auto}.konpap-bundle-card-badge .icon{flex-shrink:0}.konpap-bundle-pdp-banner-wrapper{margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.konpap-bundle-pdp-banner{display:flex;gap:12px;padding:12px 16px;background:#fff7e6;border:1px solid #ff9900;border-radius:6px}.konpap-bundle-pdp-banner__icon{flex-shrink:0;color:#ff9900;align-self:flex-start;padding-top:2px}.konpap-bundle-pdp-banner__body{flex:1;min-width:0}.konpap-bundle-pdp-banner__label{font-weight:600;color:#333;margin-bottom:6px}.konpap-bundle-pdp-banner__rewards{display:flex;flex-wrap:wrap;gap:8px}.konpap-bundle-pdp-banner__reward{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #f0d9b5;border-radius:4px;padding:4px 8px;font-size:12px}.konpap-bundle-pdp-banner__reward-image{width:24px;height:24px;object-fit:cover;border-radius:2px}.konpap-bundle-pdp-banner__reward-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card.product-box{position:relative}:root{--text: #2b3136;--header: #2b3136;--primary: #751103;--secondary: #000000;--background: #fff;--background-secondary: #f5f5f5;--footer-Background: #ffffff;--footer-Text: #000000;--cta-text: #ffffff;--cta-background: #ea5a0b;--link-color:#751103;--link-color-hover: #751103;--buy-button-text: #fff;--buy-button: #ea5a0b;--border: #798490;--success: #5b8e48;--warning: #974200;--danger: #c20017;--info: #409bbf;--font-header: Poppins, sans-serif;--font-family: Open Sans, sans-serif}p,.product-description{font-size:14px;color:#2b3136;font-family:Open Sans, sans-serif}.product-name,.main-navigation-link,.footer-column-headline,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:Poppins, sans-serif;color:#2b3136}.primary-color{color:#751103}.secondary-color{color:#000000}.product-action>a,.accent-color-background{background-color:#000000}.product-action>a{color:#fff}.border-color{color:#798490}.background-color{background-color:#fff}.background-color-secondary{background-color:#f5f5f5}.background-color-footer{background-color:#ffffff}.text-color-footer{color:#000000}.buy-button-background{color:#ea5a0b}.buy-button-text{color:#fff}.cta-background{background-color:#ea5a0b}.cta-text{color:#ffffff}.link-color,body a,a,.footer-link,.footer-contact-hotline a{color:#751103}.link-hover-color,body a:hover,a:hover,.footer-link:hover,.footer-contact-hotline a:hover{color:#751103}.badge-warning{background-color:var(--warning, #ffbd5d)}.badge-warning .alert-content-container{color:var(--warning, #ffbd5d)}.alert-success{background-color:var(--success, #68b49a)}.alert-success .alert-content-container{color:var(--success, #68b49a)}.alert-warning{background-color:var(--warning, #68b49a)}.alert-warning .alert-content-container{color:var(--warning, #68b49a)}.alert-info{background-color:var(--info, #68b49a)}.alert-info .alert-content-container{color:var(--info, #68b49a)}.alert-danger{background-color:var(--danger, #68b49a)}.alert-danger .alert-content-container{color:var(--danger, #68b49a)}.header-minimal{background-color:#f5f5f5}.header-main-top-content .row,.header-main-top-content .is-act-cartpage .checkout .checkout-container,.is-act-cartpage .checkout .header-main-top-content .checkout-container,.header-main-top-content .is-act-checkoutregisterpage .checkout .checkout-container,.is-act-checkoutregisterpage .checkout .header-main-top-content .checkout-container,.header-main-top-content .is-act-confirmpage .checkout .checkout-container,.is-act-confirmpage .checkout .header-main-top-content .checkout-container,.header-main-top-content .is-ctl-accountorder .checkout .checkout-container,.is-ctl-accountorder .checkout .header-main-top-content .checkout-container,.header-main-top-content .is-act-finishpage .checkout .checkout-container,.is-act-finishpage .checkout .header-main-top-content .checkout-container,.header-main-top-content .header-search-container.full-page .search-suggest .search-suggest-content__row,.header-search-container.full-page .search-suggest .header-main-top-content .search-suggest-content__row,.header-main-top-content .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .header-main-top-content .shipping-method-description,.header-main-top-content .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .header-main-top-content .shipping-method-description,.header-main-top-content .confirm-shipping .payment-method .shipping-method-label .shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .header-main-top-content .shipping-method-description,.header-main-top-content .confirm-shipping .payment-method .payment-method-label .shipping-method-description,.confirm-shipping .payment-method .payment-method-label .header-main-top-content .shipping-method-description,.header-main-top-content .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .header-main-top-content .shipping-method-description,.header-main-top-content .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .header-main-top-content .shipping-method-description,.header-main-top-content .confirm-payment .payment-method .shipping-method-label .shipping-method-description,.confirm-payment .payment-method .shipping-method-label .header-main-top-content .shipping-method-description,.header-main-top-content .confirm-payment .payment-method .payment-method-label .shipping-method-description,.confirm-payment .payment-method .payment-method-label .header-main-top-content .shipping-method-description{max-width:1400px;margin:0 auto}.wexo-widget{max-height:60px;width:auto}.wexo-widget img{max-height:50px}.wexo-widget p{white-space:nowrap;text-overflow:ellipsis}.header-minimal-contact-p{display:inline-block;margin:0 25px 0px 5px}.header-main-top-content p a{color:black}.header-row{padding-top:1rem}.background-color-secondary.header-main-top-content{padding:0 30px}input.form-control.header-search-input,button.btn.header-search-btn,.header-search-input:focus,.header-search-input:focus~.header-search-btn{border-color:#798490}a.nav-link.main-navigation-link{padding-bottom:0px}nav.nav.main-navigation-menu{padding-left:30px}.navigation-flyout{max-height:800px;overflow-y:auto}.navigation-flyout::-webkit-scrollbar-thumb{background-color:var(--primary, #008490);border-radius:3px}.navigation-flyout::-webkit-scrollbar{background-color:var(--border, grey)}header.header-main.wtheme-sticky{position:fixed;z-index:99999;background-color:var(--background-secondary, white);width:100%}.wtheme-sticky #mainNavigation{position:fixed;z-index:999999;background-color:var(--background-secondary, white);width:100%;top:0px;padding:10px 0px}.wtheme-sticky .header-logo-col{max-width:200px;max-height:50px}.wtheme-sticky .header-main-top-content{display:none}.wtheme-sticky .sticky-header-img{display:block}.wtheme-sticky .sticky-header-img{display:inherit;height:100%}.wtheme-sticky #mainNavigation>.container,.wtheme-sticky .cms-section #mainNavigation>.boxed,.cms-section .wtheme-sticky #mainNavigation>.boxed,.wtheme-sticky .header-search-container.full-page #mainNavigation>.header-search,.header-search-container.full-page .wtheme-sticky #mainNavigation>.header-search,.wtheme-sticky .header-search-container.full-page .search-suggest #mainNavigation>.search-suggest-content__container,.header-search-container.full-page .search-suggest .wtheme-sticky #mainNavigation>.search-suggest-content__container,.wtheme-sticky .relewise-search-modal--form .header-search-form .search-suggest #mainNavigation>.search-suggest-content,.relewise-search-modal--form .header-search-form .search-suggest .wtheme-sticky #mainNavigation>.search-suggest-content{display:flex;height:40px}.header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation{top:90px}.header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .container img,.header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .cms-section .boxed img,.cms-section .header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .boxed img,.header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .header-search-container.full-page .header-search img,.header-search-container.full-page .header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .header-search img,.header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .header-search-container.full-page .search-suggest .search-suggest-content__container img,.header-search-container.full-page .search-suggest .header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .search-suggest-content__container img,.header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .relewise-search-modal--form .header-search-form .search-suggest .search-suggest-content img,.relewise-search-modal--form .header-search-form .search-suggest .header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation .search-suggest-content img{display:none}.wtheme-sticky~.offcanvas .sticky-top.offcanvas-close,.wtheme-sticky~.offcanvas .offcanvas .offcanvas-close.offcanvas-footer,.offcanvas .wtheme-sticky~.offcanvas .offcanvas-close.offcanvas-footer{padding-top:75px}.sticky-header-img{display:none}@media screen and (max-width:1000px){.header-main .header-main-top-content{display:none}.wtheme-sticky .header-logo-col{display:none}}body.wtheme-prevent-header-jump{--prevent-header-jump: 0;padding-top:calc(var(--prevent-header-jump) * 1px);scroll-behavior:smooth}body.wtheme-prevent-header-jump .wtheme-sticky{margin-top:calc(var(--prevent-header-jump) * -1px)}body.wtheme-prevent-header-jump .header-main.scrolled{animation:wthemeSmoothScroll 0.3s forwards}@media (min-width:992px){body.wtheme-prevent-header-jump.auto-sticky-all .header-main.wtheme-sticky{margin-top:0}body.wtheme-prevent-header-jump.auto-sticky-all .header-main.wtheme-sticky .wtheme-sticky{margin-top:0}body.wtheme-prevent-header-jump.auto-sticky-all .header-main.wtheme-sticky+.nav-main{margin-top:calc(var(--prevent-header-jump) * -1px)}body.wtheme-prevent-header-jump.auto-sticky-all .header-main.wtheme-sticky+.nav-main #mainNavigation{top:0}body.wtheme-prevent-header-jump.auto-sticky-all .header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation{top:0}body.wtheme-prevent-header-jump.auto-sticky-all .header-main.wtheme-sticky~.nav-main.wtheme-sticky #mainNavigation.scrolled{animation:wthemeSmoothScrollNav 0.35s forwards}}@keyframes wthemeSmoothScroll{0%{transform:translateY(-5px)}100%{transform:translateY(0px)}}@keyframes wthemeSmoothScrollNav{0%{transform:translateY(-7px)}100%{transform:translateY(0px)}}.footer-main,.footer-minimal{background-color:#ffffff;padding:20px}.marketChild .footer-main,.marketChild .footer-minimal{background-color:yellow;padding:20px}.footer-bottom{background-color:#ffffff}.footer-main p,.footer-main span,.footer-main div,.footer-column-headline,.footer-main a{color:#000000}.footer-img{max-height:75px;margin:0 auto;display:block;padding-bottom:20px}.footer-contact p{margin:0}.footer-contact img{display:inline-block;float:left;margin-right:10px;width:15px;height:15px;margin-top:6px}p.footer-contact-indent-p{margin-left:30px}#footerColumns .footer-some{width:100%}#footerColumns .footer-some-header.footer-column-headline{width:auto;margin-top:30px}.footer-some-header.footer-column-headline{width:fit-content;margin:20px auto;max-width:800px;height:100%;padding:0}.footer-some{margin:auto;width:60%;text-align:center;padding-bottom:20px}.footer-some-icon img{width:30px;height:30px;transition-duration:100ms;transition-timing-function:ease-in-out;margin-right:10px}.footer-some-content a:nth-child(even) img:hover{transform:scale(1.1) translate3d(0px, 0px, 0px) rotate3d(1, 1, 50, 5deg)}.footer-some-content a:nth-child(odd) img:hover{transform:scale(1.1) translate3d(0px, 0px, 0px) rotate3d(1, 1, 50, -5deg)}.footer-some-icon{display:flex;flex-flow:wrap}.footer-some-text{margin:0;line-height:1.9;font-size:16px}.footer-logo-image{max-height:25px;max-width:200px}@media (max-width:768px){.footer-contact img{margin-top:10px}}@media (min-width:768px){#footerColumns{border-bottom:none}.footer-link-item{padding:5px 0}}html body{font-feature-settings:unset}.search-suggest span.icon.icon-arrow-head-right{display:none}table tr:nth-child(even){background-color:#0000000d}table thead:first-child{background-color:#00000033}.form-select:focus,.form-check-input:focus~.form-check-label::before{box-shadow:none}.btn:focus,.btn.focus{outline:0;box-shadow:none}.icons-custom-theme{background-size:contain;background-repeat:no-repeat;background-position:center}.icon-heart-fill.icon>svg path{fill:#e45454}.luma-icon{min-height:10px;min-width:10px;width:auto;height:auto;display:inline-block}.CTA-button{background-color:var(--cta-background, white);color:var(--cta-text, red);padding:0 20px;cursor:pointer;text-align:center;transition-duration:100ms;transition-timing-function:ease-in-out}.CTA-button:hover{background-color:var(--cta-text, white);color:var(--cta-background, red)}.navigation-flyout::-webkit-scrollbar-thumb{background-color:var(--primary, #008490);border-radius:3px}.navigation-flyout::-webkit-scrollbar{background-color:var(--border, grey)}.register-submit>.btn{min-width:150px}.register-address{margin-bottom:1.5rem}.is-act- .content-main{padding:20px}.wexott{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABQVBMVEUAAAAPHD10UfcLGzh1UfgLGzh0UfgKGjd0UfdwT+4LGzh0Ufd0Ufd0UfdvTu0IGTMLGzh0Ufd0Ufd0UfcLGzgLGzgLGzgLGzgKGjYLGzh1Uvl0UfgJGjV2UvoKGzcLGzh0UfdzUPZ0UfcLGzgKGzd0UfcLGzh0UfcLGzh0UfdzUPYLGzh0UfcLGzgLGTV0UfcLGzgLGzh0UfcLGzh0UfcNGzcLGzh0UfcLGzh+Vf10UfcLGzgLGzgLGzcLGzgLGzh0UfdoSd8LGzh0Ufd0UfcLGzh0Ufd0Ufd0Ufh0Ufd0Ufd0UfcLGzgLGzh0Ufd0UfdwTu8LGzgLGzh0UfcKGjd0UfdqS+EMFy1vTutsTOZ0UfcUIEgTH0dPOqsYIk1rTOQLGzh0UfcLGzhIN58iJ2ALGzgLGzhFNpsnKWh0UfcLGzgEr7i6AAAAaXRSTlMAA5ubAs/PFBMF8PLkKB0R9O7q29bSu2EgGhgNCwkH4tTRysnCv7SyrKqel4WFfHVzaVNPQzsxLiYR+vnq6ObcuK6fl5GOf2tnY15ORkA8OjY2LCEP9NDPxMS5rauqqnh0cGhcWlhXTEyVupulAAABbklEQVQ4y53QZ2+CUBiG4VfrQlHcooJ7771rq3bYYdXW7r2r//8HlMABJQQ+eCWQQJ6cnNywFbMZFPniDwbFwXGncwIKrsK6UMSiMDgyVU5NRZDVdCT9/n2H7D2xA1sN4MyWw2QGF/YMDUCn8RlwVGLY6/2M+cfs1OiI8o7Y0yPzeqOwkb3GDbKrvnaDi3n6q2EAmnjazw7mwQSp5xGfz7+EN7VbB9DkTBXuDnljdR357sYC58ZDFQCYQ3EueMvpJoTIpjEsEnuX7Mf7NQpesnr4yKG4D76NBXRcBAX3RqNeITLoYy4S7YXgHmtJiAxlaxmQNh+ccDtbfGTSFdMDsg5eNeaZe0/taUv77+WrbeBZkviUHVCpYAPozBLX6cJh3QZ8OQLWpJcN0EW1OjMYqMXG3CCQ7U1Ao4H6bQHTiAGnEUxRzG7IRJYSgqPIUij4gkKRpVDwHxRZAgV3urQkKPB0ux+ghHCjyLIac9jGP0hZLz+6jeW2AAAAAElFTkSuQmCC");background-size:16px;background-repeat:no-repeat;background-position:99% 1%;transition-property:background-size;transition-duration:0.15s;transition-timing-function:cubic-bezier(0.42, 0, 0.56, 1.01);width:16px;height:16px;position:absolute;top:0;margin:5px}.wexott:hover{background-size:0}.offcanvas.is-left.is-open{z-index:999999}@keyframes slowCMSLoader{0%{opacity:0}75%{opacity:0}100%{opacity:1}}.cms-element-image-text-slider{overflow:hidden;opacity:0;animation:slowCMSLoader 1s normal;animation-iteration-count:1;animation-fill-mode:forwards}a.image-text-slider-link:hover{text-decoration:none}a.image-text-slider-link div{color:var(--text, black)}.image-text-slider-item{display:flex;flex-direction:row-reverse}.image-text-slider-left .image-text-slider-item{flex-direction:row}.image-text-slider-text-area{width:50%;height:100%}.image-text-slider-text-area-inner{width:60%;margin:auto}.image-text-slider-img{background-size:cover;background-repeat:no-repeat;background-position:top right;height:inherit;width:50%}.image-text-slider-item.is-contain .image-text-slider-img{background-size:contain}.image-text-slider-left .image-text-slider-img{background-position:top left}.image-text-slider-content{margin-top:25%}.image-text-slider-content p,.image-text-slider-content{text-shadow:1px 2px 8px rgba(0, 0, 0, 0.16);font-size:1.9vw}.image-text-slider-content h2,.image-text-slider-content .h2,.image-text-slider-content h1,.image-text-slider-content .h1{font-size:3vW;line-height:1.2}.image-text-slider-content h3,.image-text-slider-content .h3{font-size:2vW;line-height:1.2}.base-slider.image-text-slider .tns-nav button{transition-duration:0.3s;transition-timing-function:cubic-bezier(0.42, 0, 0, 0.87)}.base-slider.image-text-slider .tns-nav button.tns-nav-active{background-color:var(--cta-text, red)}.image-text-slider .base-slider-controls svg{color:white;-webkit-filter:drop-shadow(0px 0px 1px black);filter:drop-shadow(0px 0px 1px black)}.image-text-slider .CTA-button.button{width:130px;margin:25px 0px;padding:5px 30px;box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16)}@media only screen and (min-width:1500px){.image-text-slider-content,.image-text-slider-content p{font-size:24px}.image-text-slider-content h1,.image-text-slider-content .h1,.image-text-slider-content h2,.image-text-slider-content .h2,.image-text-slider-content h3,.image-text-slider-content .h3{font-size:58px}}@media only screen and (max-width:1080px){.image-text-slider-img,.image-text-slider-text-area,.cms-element-image-text-slider{max-height:500px}}@media only screen and (max-width:992px){.image-text-slider-img,.image-text-slider-text-area,.cms-element-image-text-slider{max-height:400px}}@media only screen and (max-width:720px){.image-text-slider-img,.image-text-slider-text-area,.cms-element-image-text-slider{max-height:300px}.image-text-slider-content,.image-text-slider-content p{font-size:11px}.image-text-slider-content h3,.image-text-slider-content .h3{font-size:14px}.image-text-slider-content h2,.image-text-slider-content .h2{font-size:18px}.base-slider.image-text-slider .tns-nav button{width:35px}.image-text-slider .CTA-button.button{width:85px;padding:2.5px 10px;font-size:12px;margin:15px 0}.cms-element-image-text-slider[mobilehidedot="1"] .tns-nav{display:none !important}}#footer-newsletter-mail{border-radius:10px;padding:5px 5px 5px 15px;border:none;margin-right:10px;transition-duration:0.5s;transition-timing-function:ease-in-out}#footer-newsletter-mail.alert-danger,#footer-newsletter-mail.alert-success{color:white}#footer-newsletter-mail:focus{color:var(--text, black)}#footer-newsletter-subscribe{height:31px;border:none;line-height:normal;margin-left:0px;text-transform:capitalize}#newsletterBannerSubscribe{height:100%}.newsletter-banner-form{margin:3rem 0;width:100%}.newsletterNotifications{position:absolute;width:100%;margin-top:-59px}#newsletterBannerFormBody{width:100%;transition-duration:0.5s;overflow:hidden}#newsletterBannerFormBody.noWidthAni{width:0px}.newsletterNotifications>div{opacity:0;transition-duration:0.2s}@media screen and (min-width:500px){.newsletter-banner-form{width:80%;margin:3rem 5rem}}@media screen and (min-width:1200px){.newsletter-banner-form{width:40%}}.masonry-brick{min-width:280px;max-width:280px;display:flex;justify-content:center;align-items:center}#masonry,.masonry-grid{width:100%;padding:5px 0;margin-bottom:5px}.masonry-brick>.CTA-button{position:absolute;height:35px;padding:0 20px}.masonry-brick:not(.no-ani):hover{opacity:0.95;box-shadow:0px 0px 3px 0px #303030;z-index:9}.masonRow{display:flex;justify-content:space-evenly;flex-wrap:wrap;padding:1px}.masonry.spaceBetween .masonRow{justify-content:space-between}.masonry.spaceNormal .masonRow{justify-content:normal}.masonry.spaceAround .masonRow{justify-content:space-around}@media screen and (max-width:1200px){.masonry:not(#masonry) .masonry-brick{margin:0 auto}}.ctaBoxWrapper{overflow:hidden}.ctaBoxWrapper .ctaBoxContent{padding:20px 20px}.ctaBoxWrapper .ctaBoxImage{display:flex;justify-content:center}.ctaBoxWrapper .ctaBoxButton{width:fit-content;margin:20px auto;padding:5px 20px}.overlay-CtaBox .ctaBoxContent{margin-top:-150px;background-color:inherit;position:relative}.CTA-image{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%}.masonry-brick>.ctaBox{min-width:inherit}.videoIcon{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAAxklEQVRoge2ZwQ0CIRBF3xovtmE/WpM9WcJqGdrGHvEixhhiNIJ8Jv8lm5A5sDwYWBbAGPMJZyAN+swA010k1eyVDkzr18BTORViavHHAKwIQhiRMHMkzIhYRA2LqGERNSyiRiuRPXBtVPdbav8jAGyAA7A0qL/0vmYimS1wjCCS2QGXCCLQLt3+LpKpnW5xlt+MU+sLkeEn+/DLb4gPYss0Kor4FEUNi6hhETUsooZF1PDVmxphRMJtGk9dm/Ebc+8GGDMCN1Ze8rYjfSCSAAAAAElFTkSuQmCC");width:50px;height:50px;background-size:contain}.videoOverlayWrapper{margin-bottom:-5px}.videoOverlay video{min-height:200px}.wexoVideoOverlay.center .wexoVideoOverlayOverlay{top:50%;left:50%;transform:translate(-50%, -50%);margin:0}.wexoVideoOverlayOverlay{position:absolute;margin-top:-200px;min-height:calc(200px - 30px);margin-left:25px;padding:10px}.wexoVideoOverlayOverlay .product-box{border:none;background-color:transparent}.wexoVideoOverlayOverlay .product-box h1,.wexoVideoOverlayOverlay .product-box .h1,.wexoVideoOverlayOverlay .product-box h2,.wexoVideoOverlayOverlay .product-box .h2,.wexoVideoOverlayOverlay .product-box h3,.wexoVideoOverlayOverlay .product-box .h3,.wexoVideoOverlayOverlay .product-box h4,.wexoVideoOverlayOverlay .product-box .h4,.wexoVideoOverlayOverlay .product-box h5,.wexoVideoOverlayOverlay .product-box .h5,.wexoVideoOverlayOverlay .product-box h6,.wexoVideoOverlayOverlay .product-box .h6,.wexoVideoOverlayOverlay .product-box p,.wexoVideoOverlayOverlay .product-box a{color:white}.wexoVideoOverlayOverlay .product-badges,.wexoVideoOverlayOverlay .product-image-wrapper,.wexoVideoOverlayOverlay .product-rating,.wexoVideoOverlayOverlay .product-variant-characteristics,.wexoVideoOverlayOverlay #quantityData,.wexoVideoOverlayOverlay .product-price-unit{display:none}.wexoVideoOverlayOverlay .custom-quantity-field-btn{max-width:250px}.wexoVideoOverlayOverlay #quantityData{display:none !important}.wexoVideoOverlayOverlay .custom-quantity-field-advanced.d-flex{display:block !important}.wexoVideoOverlay[wAni=softBlur] .wexoVideoOverlayOverlay{backdrop-filter:blur(1px);border-radius:5px}.wexoVideoOverlay[wAni=blur] .wexoVideoOverlayOverlay{backdrop-filter:blur(5px)}.wexoVideoOverlay[wAni=heavyBlur] .wexoVideoOverlayOverlay{backdrop-filter:blur(15px)}.wexoVideoOverlay[wAni=textGlow] .wexoVideoOverlayOverlay{text-shadow:0px 0px 3px white}.wexoVideoOverlay[wAni=textShadow] .wexoVideoOverlayOverlay{text-shadow:0px 0px 3px black}@keyframes WthemefadeIn{from{opacity:0}to{opacity:1}}.wexoVideoOverlay[wDelay] .wexoVideoOverlayOverlay{opacity:0;animation:WthemefadeIn;animation-timing-function:ease-in-out;animation-iteration-count:1;animation-fill-mode:forwards;animation-duration:0.5s}.boxed .categoryGridLayout{padding:0 20px}.categoryGridLayout{display:flex;flex-wrap:wrap;width:100%;min-height:200px}.categoryGridLayout .wthemeCategoryBox{flex-grow:1}.wthemeCategoryBox{position:relative}.wthemeCategoryBox .categoryBoxImage{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%}.wthemeCategoryBox .categoryBoxImg{width:100%}.wthemeCategoryBox .categoryBoxLink{text-decoration:none;color:unset}.wthemeCategoryBox .categoryGridName{color:white;font-size:18px}.wthemeCategoryBox .categoryGridText{color:white;text-overflow:ellipsis;overflow:hidden}.wthemeCategoryBox .categoryBoxImage{min-width:200px;min-height:50px;height:100%}.wthemeCategoryBox .categoryGridContent{padding:1rem;position:relative;display:flex;justify-content:flex-end;flex-direction:column}.wthemeCategoryBox .categoryGridContent .CTA-button{width:150px}.standard-CtaCategoryBox .categoryGridContent{background:linear-gradient(0deg, #00000088 30%, #ffffff44 100%);height:100%}.standard-CtaCategoryBox .categoryBoxImg+.categoryGridContent{position:absolute;top:0;width:100%}.contentBelow-CtaCategoryBox .categoryBoxImage{height:100%;min-height:350px}.contentBelow-CtaCategoryBox .categoryGridContent{height:125px;margin-top:-125px}.contentBelow-CtaCategoryBox .categoryGridName{color:var(--text)}.contentBelow-CtaCategoryBox .categoryGridText{color:var(--text)}.contentBelow-CtaCategoryBox a,.contentBelow-CtaCategoryBox a>div,.contentBelow-CtaCategoryBox a>div>div{background-color:inherit}.item-round{border-radius:50px !important}.kpToggleHolder{width:190px;margin-left:10px}.kpToggleHolder .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.kpToggleHolder .btn-group>.btn-group:not(:last-child)>.btn{border-radius:unset}.kpToggleHolder .konpapToggle{width:88px;border-radius:30px !important;padding:1px 5px;line-height:20px;color:#fff;position:relative;font-weight:normal;font-size:14px;background-color:#d8d8d8}.kpToggleHolder .konpapToggle.kpSelected{box-shadow:0 1px 5px rgba(0, 0, 0, 0.14);z-index:2;background-color:#fff;color:#b20e10;border-color:white;transition-duration:200ms;transition-timing-function:ease-in}.kpToggleHolder .konpapToggle.kpSelected.btn-gross{left:9%}.kpToggleHolder .konpapToggle.kpSelected.btn-net{right:9%}.kpToggleHolder .konpapToggle:not(.kpSelected):hover,.kpToggleHolder .konpapToggle:not(.kpSelected):active{z-index:0}.kpToggleHolder .konpapToggle .loader{height:1rem;width:1rem;margin-left:-0.5rem;margin-top:-0.5rem}.nav-main-toggle{height:100%}.menu-button,.header-cart,.nav-main-toggle{display:flex}button.btn.header-search-btn,.header-close-btn{border-top-right-radius:20px !important;border-bottom-right-radius:20px !important;border-color:transparent !important;background-color:#f2f2f2 !important}header.header-main{position:sticky !important;top:0;z-index:1040 !important;background-color:#fff;box-shadow:0 0.3125rem 0.3125rem #00000029;transition:0.2s background-color}header.header-main:not(.wtheme-sticky){padding-bottom:15px}header.header-main.wtheme-sticky{background-color:#fff}.is-ctl-checkout header.header-main,.is-ctl-checkout .wtheme-sticky #mainNavigation{position:static !important}.header-main .header-actions-col{height:50px;display:flex;justify-content:center}@media (max-width:575.98px){.header-main .header-actions-col{justify-content:end}}.header-main .header-actions-col .row.no-gutters,.header-main .header-actions-col .is-act-cartpage .checkout .no-gutters.checkout-container,.is-act-cartpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-checkoutregisterpage .checkout .no-gutters.checkout-container,.is-act-checkoutregisterpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-confirmpage .checkout .no-gutters.checkout-container,.is-act-confirmpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-ctl-accountorder .checkout .no-gutters.checkout-container,.is-ctl-accountorder .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-finishpage .checkout .no-gutters.checkout-container,.is-act-finishpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .header-search-container.full-page .search-suggest .no-gutters.search-suggest-content__row,.header-search-container.full-page .search-suggest .header-main .header-actions-col .no-gutters.search-suggest-content__row,.header-main .header-actions-col .confirm-shipping .confirm-shipping-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .confirm-shipping-method .payment-method-label .no-gutters.shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .payment-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .payment-method .payment-method-label .no-gutters.shipping-method-description,.confirm-shipping .payment-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .confirm-shipping-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .confirm-shipping-method .payment-method-label .no-gutters.shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .payment-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-payment .payment-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .payment-method .payment-method-label .no-gutters.shipping-method-description,.confirm-payment .payment-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description{align-items:flex-start;gap:30px}@media (max-width:767.98px){.header-main .header-actions-col{align-items:center}.header-main .header-actions-col .row.no-gutters,.header-main .header-actions-col .is-act-cartpage .checkout .no-gutters.checkout-container,.is-act-cartpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-checkoutregisterpage .checkout .no-gutters.checkout-container,.is-act-checkoutregisterpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-confirmpage .checkout .no-gutters.checkout-container,.is-act-confirmpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-ctl-accountorder .checkout .no-gutters.checkout-container,.is-ctl-accountorder .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-finishpage .checkout .no-gutters.checkout-container,.is-act-finishpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .header-search-container.full-page .search-suggest .no-gutters.search-suggest-content__row,.header-search-container.full-page .search-suggest .header-main .header-actions-col .no-gutters.search-suggest-content__row,.header-main .header-actions-col .confirm-shipping .confirm-shipping-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .confirm-shipping-method .payment-method-label .no-gutters.shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .payment-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .payment-method .payment-method-label .no-gutters.shipping-method-description,.confirm-shipping .payment-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .confirm-shipping-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .confirm-shipping-method .payment-method-label .no-gutters.shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .payment-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-payment .payment-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .payment-method .payment-method-label .no-gutters.shipping-method-description,.confirm-payment .payment-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description{gap:10px;align-items:center}}.header-main .header-actions-col .header-actions-btn{display:flex;flex-direction:column;align-items:center;padding:0;gap:5px}@media (max-width:575.98px){.header-main .header-actions-col .header-actions-btn .header-actions-btn{padding:0}}.header-main .header-actions-col .header-actions-btn .action-btn-title{text-transform:uppercase;font-size:10px;line-height:2.3;font-weight:600}@media (max-width:767.98px){.header-main .header-actions-col .header-actions-btn .action-btn-title{line-height:1}}@media (max-width:767.98px){.header-main .header-actions-col .header-actions-btn .action-btn-title{display:none}}.header-main .header-search-col{height:50px}.header-main .header-search-form>.input-group{height:50px}.header-main .header-row{gap:10px}.header-main .header-row .icon{font-weight:600;color:black}@media (min-width:768px){.header-main .header-row .icon{height:32px;width:32px}}.header-main .header-row .icon svg{transition-duration:150ms;transition-timing-function:ease-in;transition-delay:500ms}@media (max-width:575.98px){.header-main .row.no-gutters,.header-main .is-act-cartpage .checkout .no-gutters.checkout-container,.is-act-cartpage .checkout .header-main .no-gutters.checkout-container,.header-main .is-act-checkoutregisterpage .checkout .no-gutters.checkout-container,.is-act-checkoutregisterpage .checkout .header-main .no-gutters.checkout-container,.header-main .is-act-confirmpage .checkout .no-gutters.checkout-container,.is-act-confirmpage .checkout .header-main .no-gutters.checkout-container,.header-main .is-ctl-accountorder .checkout .no-gutters.checkout-container,.is-ctl-accountorder .checkout .header-main .no-gutters.checkout-container,.header-main .is-act-finishpage .checkout .no-gutters.checkout-container,.is-act-finishpage .checkout .header-main .no-gutters.checkout-container,.header-main .header-search-container.full-page .search-suggest .no-gutters.search-suggest-content__row,.header-search-container.full-page .search-suggest .header-main .no-gutters.search-suggest-content__row,.header-main .confirm-shipping .confirm-shipping-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .header-main .no-gutters.shipping-method-description,.header-main .confirm-shipping .confirm-shipping-method .payment-method-label .no-gutters.shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .header-main .no-gutters.shipping-method-description,.header-main .confirm-shipping .payment-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .header-main .no-gutters.shipping-method-description,.header-main .confirm-shipping .payment-method .payment-method-label .no-gutters.shipping-method-description,.confirm-shipping .payment-method .payment-method-label .header-main .no-gutters.shipping-method-description,.header-main .confirm-payment .confirm-shipping-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .header-main .no-gutters.shipping-method-description,.header-main .confirm-payment .confirm-shipping-method .payment-method-label .no-gutters.shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .header-main .no-gutters.shipping-method-description,.header-main .confirm-payment .payment-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-payment .payment-method .shipping-method-label .header-main .no-gutters.shipping-method-description,.header-main .confirm-payment .payment-method .payment-method-label .no-gutters.shipping-method-description,.confirm-payment .payment-method .payment-method-label .header-main .no-gutters.shipping-method-description{align-items:flex-start;justify-content:end}}.header-search-form:has(.search-suggest) .header-search-btn{display:block !important}.header-cart-btn.header-actions-btn{padding:0;overflow:visible;line-height:0}.header-cart-btn.header-actions-btn .action-btn-title{position:relative}@media (max-width:575.98px){.header-cart-btn.header-actions-btn{display:flex;justify-content:center}.header-cart-btn.header-actions-btn .header-cart-icon{display:flex}}.header-logo-main{max-width:125px;margin-right:auto}.header-logo-picture{display:block;max-width:300px;min-width:unset;margin:auto}.header-logo-col{margin:0}.nav-main-toggle button.btn.header-actions-btn{font-weight:normal;font-size:16px}.nav-main-toggle button.btn.header-actions-btn svg{position:static}.header-search-input{color:var(--text);border-radius:20px 0 0 20px !important;padding:9px 4px 9px 22px;height:50px;border-color:var(--background-secondary) !important;background-color:#f2f2f2 !important}.header-search-input:focus{background-color:#f2f2f2;outline:none !important;box-shadow:none;border:none !important}.header-search-input::-webkit-input-placeholder{color:var(--text)}.header-search-input::-moz-placeholder{color:var(--text)}.header-search-input:-ms-input-placeholder{color:var(--text)}.header-search-input:-moz-placeholder{color:var(--text)}.header-search{min-width:350px;margin-top:20px}@media (max-width:1200px){.header-minimal-contact-p{font-size:12px;min-width:90px;margin:0 5px}}@media (min-width:576px){.header-search{max-width:540px;margin:0 0 auto auto}}@media (max-width:992px){.header-search-col{padding:0}.header-search{min-width:290px}.header-search-input{font-size:16px}}@media (max-width:768px){.header-wishlist{display:none}.header-search-input{font-size:16px}.icon-search{width:28px;height:28px}.menu-button,.header-cart,.nav-main-toggle{padding:0;border:none}#searchCollapse.collapse{display:none}#searchCollapse.collapse.show{display:block}.header-row .header-actions-col .col-auto.d-sm-none{display:block !important}#searchCollapse{min-width:300px;max-width:100%}.header-search{max-width:100%;margin:0.5rem 0;padding:0 10px}}@media (min-width:576px){.header-cart .header-cart-badge{display:block;background-color:#ef6527}}@media (max-width:590px){.header-main .header-search-col{max-width:100%;margin:10px auto;z-index:9}}@media (max-width:425px){.header-contact-menu{display:none}}@media (max-width:767.98px){.header-main .header-actions-col .row.no-gutters,.header-main .header-actions-col .is-act-cartpage .checkout .no-gutters.checkout-container,.is-act-cartpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-checkoutregisterpage .checkout .no-gutters.checkout-container,.is-act-checkoutregisterpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-confirmpage .checkout .no-gutters.checkout-container,.is-act-confirmpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-ctl-accountorder .checkout .no-gutters.checkout-container,.is-ctl-accountorder .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .is-act-finishpage .checkout .no-gutters.checkout-container,.is-act-finishpage .checkout .header-main .header-actions-col .no-gutters.checkout-container,.header-main .header-actions-col .header-search-container.full-page .search-suggest .no-gutters.search-suggest-content__row,.header-search-container.full-page .search-suggest .header-main .header-actions-col .no-gutters.search-suggest-content__row,.header-main .header-actions-col .confirm-shipping .confirm-shipping-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .confirm-shipping-method .payment-method-label .no-gutters.shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .payment-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-shipping .payment-method .payment-method-label .no-gutters.shipping-method-description,.confirm-shipping .payment-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .confirm-shipping-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .confirm-shipping-method .payment-method-label .no-gutters.shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .payment-method .shipping-method-label .no-gutters.shipping-method-description,.confirm-payment .payment-method .shipping-method-label .header-main .header-actions-col .no-gutters.shipping-method-description,.header-main .header-actions-col .confirm-payment .payment-method .payment-method-label .no-gutters.shipping-method-description,.confirm-payment .payment-method .payment-method-label .header-main .header-actions-col .no-gutters.shipping-method-description{background-size:contain;background-repeat:no-repeat;background-position:175px 0}.header-main .header-actions-col>.row>.col-auto,.header-main .is-act-cartpage .checkout .header-actions-col>.checkout-container>.col-auto,.is-act-cartpage .checkout .header-main .header-actions-col>.checkout-container>.col-auto,.header-main .is-act-checkoutregisterpage .checkout .header-actions-col>.checkout-container>.col-auto,.is-act-checkoutregisterpage .checkout .header-main .header-actions-col>.checkout-container>.col-auto,.header-main .is-act-confirmpage .checkout .header-actions-col>.checkout-container>.col-auto,.is-act-confirmpage .checkout .header-main .header-actions-col>.checkout-container>.col-auto,.header-main .is-ctl-accountorder .checkout .header-actions-col>.checkout-container>.col-auto,.is-ctl-accountorder .checkout .header-main .header-actions-col>.checkout-container>.col-auto,.header-main .is-act-finishpage .checkout .header-actions-col>.checkout-container>.col-auto,.is-act-finishpage .checkout .header-main .header-actions-col>.checkout-container>.col-auto,.header-main .header-search-container.full-page .search-suggest .header-actions-col>.search-suggest-content__row>.col-auto,.header-search-container.full-page .search-suggest .header-main .header-actions-col>.search-suggest-content__row>.col-auto,.header-main .confirm-shipping .confirm-shipping-method .shipping-method-label .header-actions-col>.shipping-method-description>.col-auto,.confirm-shipping .confirm-shipping-method .shipping-method-label .header-main .header-actions-col>.shipping-method-description>.col-auto,.header-main .confirm-shipping .confirm-shipping-method .payment-method-label .header-actions-col>.shipping-method-description>.col-auto,.confirm-shipping .confirm-shipping-method .payment-method-label .header-main .header-actions-col>.shipping-method-description>.col-auto,.header-main .confirm-shipping .payment-method .shipping-method-label .header-actions-col>.shipping-method-description>.col-auto,.confirm-shipping .payment-method .shipping-method-label .header-main .header-actions-col>.shipping-method-description>.col-auto,.header-main .confirm-shipping .payment-method .payment-method-label .header-actions-col>.shipping-method-description>.col-auto,.confirm-shipping .payment-method .payment-method-label .header-main .header-actions-col>.shipping-method-description>.col-auto,.header-main .confirm-payment .confirm-shipping-method .shipping-method-label .header-actions-col>.shipping-method-description>.col-auto,.confirm-payment .confirm-shipping-method .shipping-method-label .header-main .header-actions-col>.shipping-method-description>.col-auto,.header-main .confirm-payment .confirm-shipping-method .payment-method-label .header-actions-col>.shipping-method-description>.col-auto,.confirm-payment .confirm-shipping-method .payment-method-label .header-main .header-actions-col>.shipping-method-description>.col-auto,.header-main .confirm-payment .payment-method .shipping-method-label .header-actions-col>.shipping-method-description>.col-auto,.confirm-payment .payment-method .shipping-method-label .header-main .header-actions-col>.shipping-method-description>.col-auto,.header-main .confirm-payment .payment-method .payment-method-label .header-actions-col>.shipping-method-description>.col-auto,.confirm-payment .payment-method .payment-method-label .header-main .header-actions-col>.shipping-method-description>.col-auto{padding:0}.header-main .header-search-col{height:unset}.header-main .header-search-col .header-search{margin:0.5rem 0 0 0}.header-row{min-height:75px}.header-row .wtheme-sticky .header-logo-col{display:block;width:125px;margin-top:-10px;margin-left:10px}.header-cart .header-cart-badge{background:none;color:black}}.search-toggle-btn .icon.icons-custom-theme{height:28px;width:28px}.header-main .header-row .header-search-icon .icon{height:22px;position:relative;right:6px}@media (min-width:768px){.search-toggle:after{content:"Søg";left:20px;top:28px;font-weight:bold}.header-main .icon-heart{margin-top:-10px}}.kp-serviceMenu a{margin-right:20px}@media (max-width:1000px){.kp-serviceMenu{overflow-x:scroll;white-space:nowrap}.kp-serviceMenu::-webkit-scrollbar-thumb{display:none}.kp-serviceMenu::-webkit-scrollbar{display:none}}.konpap-shopas-label{margin:0;font-size:14px}a.top-bar-list-item{font-size:12px}@media (max-width:1000px){#konpap-top-header .widget-hidden{display:none !important}}.kp-serviceMenu .usp-item{width:max-content;white-space:nowrap;flex-shrink:0}.top-banner .col a p,.top-banner .is-act-confirmpage .checkout .checkout-aside a p,.is-act-confirmpage .checkout .top-banner .checkout-aside a p,.top-banner .is-ctl-accountorder .checkout .checkout-aside a p,.is-ctl-accountorder .checkout .top-banner .checkout-aside a p,.top-banner .is-act-finishpage .checkout .checkout-aside a p,.is-act-finishpage .checkout .top-banner .checkout-aside a p,.top-banner .header-search-container.full-page .search-header .search-header__search-container a p,.header-search-container.full-page .search-header .top-banner .search-header__search-container a p,.top-banner .wexo-checkout main.content-main .checkout .checkout-aside a p,.wexo-checkout main.content-main .checkout .top-banner .checkout-aside a p,.top-banner .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong a p,.confirm-shipping .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong a p,.confirm-shipping .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong a p,.confirm-shipping .payment-method .shipping-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong a p,.confirm-shipping .payment-method .payment-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong a p,.confirm-payment .confirm-shipping-method .shipping-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong a p,.confirm-payment .confirm-shipping-method .payment-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong a p,.confirm-payment .payment-method .shipping-method-label .top-banner .shipping-method-description>strong a p,.top-banner .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong a p,.confirm-payment .payment-method .payment-method-label .top-banner .shipping-method-description>strong a p{font-size:14px}@media only screen and (min-width:576px) and (max-width:768px){.header-row{justify-content:space-between}.header-main .header-search-col{flex:0 0 100%;max-width:100%;height:unset}}@media (min-width:576px) and (max-width:575.98px){.header-row{justify-content:space-between}.header-main .header-search-col{flex:0 0 100%;max-width:100%;height:unset}}.header-actions-col{padding-left:0}.header-actions-col .icon.icons-custom-theme{height:22px;width:22px}.header-actions-col .header-actions-btn>svg,.header-actions-col .header-actions-btn .icon{height:22px;width:22px}.header-actions-col .header-actions-btn .header-cart-icon>svg,.header-actions-col .header-actions-btn .header-cart-icon .icon{height:22px;width:26px}.header-actions-col .col-auto{padding:0}.header-logo-container{flex-basis:0;flex-grow:1}.header-logo-container .header-logo-col{padding-bottom:0;padding-left:0}@media (min-width:768px){.header-logo-container .header-logo-col{padding-left:1.5rem}}.header-cart .header-cart-badge{top:-10px;left:5px}@media (min-width:992px){.header-actions-col{padding-left:20px;margin:0}.header-actions-col .icon.icons-custom-theme{height:unset;width:unset}.header-actions-col .header-actions-btn>svg,.header-actions-col .header-actions-btn .icon{height:26px;width:26px}.header-actions-col .header-actions-btn .header-cart-icon>svg,.header-actions-col .header-actions-btn .header-cart-icon .icon{height:26px;width:30px}.header-logo-container .header-logo-col{padding-left:20px}.header-cart .header-cart-badge{left:10px}}.input-group-wrapper{border:none !important}.relewise-search-modal--close{background-color:#2b3136;color:#ffffff;font-size:14px;font-weight:bold;padding:0 20px;border-radius:30px !important;height:50px;line-height:50px}.footer-main{border-top:none;padding:0;overflow:hidden;margin-bottom:50px}.cms-element-form .confirm-alert{color:#F7F6F4;font-size:large}#main-footer-wrapper{background-color:#F7F6F4}#main-footer-wrapper a:hover{color:#B20E10;text-decoration:none}#main-footer-wrapper .footer-col-left-newsletter{background-color:#B20E10;display:flex;justify-content:center}#main-footer-wrapper .footer-col-left-newsletter .footer-column-headline{justify-content:center !important}#main-footer-wrapper .footer-col-left-newsletter .cms-element-form .form-headline{color:#ffffff}#main-footer-wrapper .footer-col-left-newsletter .cms-element-form .form-headline__title{font-weight:normal;font-size:16px;text-transform:uppercase;opacity:0.9}#main-footer-wrapper .footer-col-left-newsletter .cms-element-form .form-headline__subtitle{font-size:28px;line-height:1.3}#main-footer-wrapper .footer-col-left-newsletter .cms-element-form form .form-group>*{border-radius:30px;height:48px}#main-footer-wrapper .footer-col-left-newsletter .cms-element-form form .form-group .input-name,#main-footer-wrapper .footer-col-left-newsletter .cms-element-form form .form-group .input-email{background-color:transparent;border:1px solid #FFFFFF80;color:#ffffff}#main-footer-wrapper .footer-col-left-newsletter .cms-element-form form .form-group .input-name:focus,#main-footer-wrapper .footer-col-left-newsletter .cms-element-form form .form-group .input-email:focus{border:1px solid #F7F6F4}#main-footer-wrapper .footer-col-left-newsletter .cms-element-form form .form-group .btn-submit{background-color:#ea5a0b;border:1px solid #ea5a0b;outline:none;box-shadow:none}#main-footer-wrapper .footer-col-left-newsletter .cms-element-form form .form-group .btn-submit:hover{opacity:0.9}#main-footer-wrapper .footer-col-right .js-footer-column-content.show{display:block}#main-footer-wrapper .footer-col-right .footer-column-headline .footer-plus-icon{display:inline}#main-footer-wrapper .footer-col-right .footer-column-headline .footer-minus-icon{display:none}#main-footer-wrapper .footer-col-right .footer-column-headline[aria-expanded="true"] .footer-plus-icon{display:none}#main-footer-wrapper .footer-col-right .footer-column-headline[aria-expanded="true"] .footer-minus-icon{display:inline}#main-footer-wrapper .footer-col-right .footer-contact-group .text{font-size:12px}#main-footer-wrapper .footer-col-right .footer-img-logo-lg{max-width:40%;margin-top:0;margin-right:-2rem}#main-footer-wrapper .footer-col-right .footer-logo-sm{max-height:60px}#main-footer-wrapper .footer-col-right .footer-img.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}#main-footer-wrapper .footer-col-right .footer-widget .kpToggleHolder{margin-left:0}#main-footer-wrapper .footer-col-right .footer-widget .konpap-shopas-label{font-weight:100;margin-right:10px}#main-footer-wrapper .footer-col-right .footer-widget .footer-some{width:36%;margin-left:0}#main-footer-wrapper .footer-col-right .footer-widget .footer-some .footer-some-header.footer-column-headline{margin-top:0}#main-footer-wrapper .footer-col-right .footer-widget .footer-some .footer-some-icon img{width:26px;height:26px}#main-footer-wrapper .footer-col-right .footer-widget .wexo-widget.p-2{padding:0 !important}#main-footer-wrapper .footer-col-right .footer-column.customer-type-some{border-bottom:none}@media (min-width:576px){#main-footer-wrapper .footer-col-right .footer-img-logo-lg{max-width:30%}#main-footer-wrapper .footer-col-right .footer-widget .footer-some{width:20%}}@media (min-width:768px){#main-footer-wrapper .footer-col-right .footer-img-logo-lg{margin-top:-6rem}#main-footer-wrapper .footer-col-right .footer-widget .footer-some{width:40%}}@media (min-width:992px){#main-footer-wrapper .footer-col-right .footer-widget .footer-some{width:60%;margin-right:10px}#main-footer-wrapper .footer-col-right .footer-img-logo-lg{max-width:100%}}@media (min-width:1200px){#main-footer-wrapper .footer-col-right .footer-contact-group .text{font-size:14px}#main-footer-wrapper .footer-col-right .footer-contact-group .info{font-size:16px}#main-footer-wrapper .footer-col-right .footer-img-logo-lg{margin-right:-4rem;max-width:50%}#main-footer-wrapper .footer-col-right .footer-widget .konpap-shopas-label{visibility:hidden}}@media screen and (min-width:1600px){#main-footer-wrapper .footer-col-right .footer-widget .konpap-shopas-label{visibility:visible}#main-footer-wrapper .footer-col-right .footer-widget .footer-some{width:50%}}#footer-payment-shipping-logos .img-fluid,#footer-payment-shipping-logos .marketing-banner img:not(.img-fluid),.marketing-banner #footer-payment-shipping-logos img:not(.img-fluid){padding-right:5px}#footer-payment-shipping-logos .img-fluid:last-child,#footer-payment-shipping-logos .marketing-banner img:not(.img-fluid):last-child,.marketing-banner #footer-payment-shipping-logos img:not(.img-fluid):last-child{padding-right:0}#footer-payment-shipping-logos .vertical-line{width:1px;height:20px;margin:auto 10px;background-color:#D8D8D8}@media (min-width:768px){#footer-payment-shipping-logos .img-fluid,#footer-payment-shipping-logos .marketing-banner img:not(.img-fluid),.marketing-banner #footer-payment-shipping-logos img:not(.img-fluid){max-height:34px}#footer-payment-shipping-logos .vertical-line{height:20px;margin:auto 20px}}.productGrid{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"product buyWidget" "description buyWidget";grid-template-rows:auto 1fr}@media (min-width:768px){.productGrid{row-gap:0}}.productGrid .product-detail-media{grid-area:product;background-color:#F7F6F4;padding-top:20px;margin-left:-20px;margin-right:-20px;overflow:hidden}.productGrid .product-detail-buy{grid-area:buyWidget}.productGrid .product-detail-tabs{grid-area:description;background-color:#F7F6F4}.productGrid .product-detail-media,.productGrid .product-detail-buy,.productGrid .product-detail-tabs{position:relative}@media (max-width:767.98px){.productGrid{grid-template-columns:auto;grid-template-rows:auto;grid-template-areas:"product" "buyWidget" "description"}}@media (max-width:575.98px){.productGrid .product-detail-tab-navigation{box-shadow:unset !important;border-radius:unset !important}.productGrid .product-detail-tab-navigation .product-detail-tab-navigation-list{height:auto !important}.productGrid .product-detail-tab-navigation .product-detail-tab-navigation-list li.nav-item{width:100%;text-align:left}.productGrid .product-detail-tab-navigation .product-detail-tab-navigation-list li.nav-item .nav-link{border-bottom:2px solid #fff;width:auto}.productGrid .product-detail-tab-navigation .product-detail-tab-navigation-list li.nav-item .nav-link.active{border-color:var(--primary)}}@media (min-width:992px){.productGrid .product-detail-media{margin:0}.productGrid .konpapProductRight{padding:20px 0 0 20px}}@media (min-width:1200px){.productGrid .konpapProductRight{padding:20px 0 0 40px}}.wishlist-price.with-list-price,.product-detail-price.with-list-price{color:#B20E10}.product-detail-breadcrumb{background-color:#F7F6F4;max-width:50%;margin-left:0;margin-bottom:0;padding:20px 40px 0 40px}@media (max-width:991.98px){.product-detail-breadcrumb{margin-left:-20px;margin-right:-20px;padding:20px 20px 0 20px;max-width:unset}}.product-detail-breadcrumb .breadcrumb{margin-bottom:0}.product-detail-breadcrumb .breadcrumb-item a.is-active{color:#2b3136 !important;font-weight:bold}.product-detail-breadcrumb .breadcrumb-item a.is-active:hover{color:#751103 !important}@media (max-width:991.98px){.productGrid{grid-template-columns:auto;grid-template-rows:auto;grid-template-areas:"product" "buyWidget" "description"}}.product-detail-media .gallery-slider{padding-top:5px}span.list-price-percentage{color:#c20017}.product-detail-headline{margin-bottom:unset}.product-detail-buy .product-detail-configurator-options{max-height:140px;overflow:hidden;overflow-y:auto}.product-detail-configurator-options{height:unset}.product-detail-configurator-option-image{height:auto}.product-detail-configurator-option-input:checked+.product-detail-configurator-option-label{border:3px solid var(--primary)}.product-detail-configurator-option-input:checked+.product-detail-configurator-option-label:hover{border-width:3px}.product-detail-price{color:#B20E10;font-family:"Poppins", sans-serif;margin-bottom:20px}.product-detail-price.with-advanced-list-price{color:#2b3136;font-weight:400}.product-detail-buy .product-detail-price{margin-bottom:unset}.product-detail-ordernumber-label,.product-detail-ordernumber{font-weight:normal;font-size:12px;line-height:16px}.product-detail-ordernumber-container{margin-bottom:0 !important}.product-detail .btn-buy{border-radius:30px}.productCountInfo{margin-bottom:2rem;position:relative}.productCountInfo .product-detail-price-unit{font-size:12px;line-height:16px;margin-bottom:40px}.productCountInfo .product-detail-configurator-group-title{font-size:16px;color:#2b3136}.productCountInfo .product-detail-configurator-option{flex-direction:column;align-items:center}.productCountInfo .product-detail-configurator-option .product-detail-configurator-option-label{margin-bottom:5px;border-width:1px;border-radius:5px}.productCountInfo .product-detail-configurator-option .product-detail-configurator-option-label:hover{border-width:1px}.product-detail-price-container{text-align:left}.productBuyDataInfo{text-align:left}.productBuyDataInfo .product-detail-list-price-wrapper{color:#2b3136;font-weight:normal;font-size:16px;height:inherit;vertical-align:middle;display:inline-block;margin-left:10px;color:#707070}.product-badges .badge:empty{display:block}.product-badges .badge{background-position:center;background-repeat:no-repeat;background-size:40px}.product-badges.product-badges-order{display:none}.product-badges .Fsc{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/fsc.png")}.product-badges .Ecolabel,.product-badges .EU_økomærke{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/eco.png");background-size:40px}.product-badges .Blaue_engel{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/blaueengel.png")}.product-badges .Varta_R2U-Logo{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/Gront_miljo_logo.png")}.product-badges .Grøn_Konpap_mand{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/Gront_miljo_logo.png")}.product-badges .Svanemærke{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/Svanemrke_high.png")}.product-badges .Astma_allergi{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/Astma_allergimaerket.png")}.product-badges .rainforest{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/rainforest-alliance-certified-logo.png")}.product-badges .utz{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/Utz-Certified-logo.png")}.product-badges .we_care{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/we-care_4C_center.png")}.product-badges .genbrugsmærke{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/genbrugsmaerke.png")}.product-badges .PEFC{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/PEFC.png")}.product-badges .EU_økomærke{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/EU_Organic_Logo.png")}.product-badges .Begreen{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/Begreen.png")}.product-badges .NF_miljø_logo{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/NF_ENVIRONNEMENT_LOGO.png")}.product-badges .femstjerner{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/5-stjerner.png")}.product-badges .food_safe{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/Food_safe.png")}.product-badges .co2_neutral{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/badge/CO2-neutral.png")}.product-block-prices-table,table{margin-bottom:0;color:#2b3136}.product-block-prices-table thead:first-child,table thead:first-child{background-color:white}.product-block-prices-table thead:first-child tr,table thead:first-child tr{background-color:white}.product-block-prices-table thead th,.product-block-prices-table td,table thead th,table td{border:none;padding:4px;vertical-align:inherit}.product-block-prices-table thead th:first-child,.product-block-prices-table td:first-child,table thead th:first-child,table td:first-child{padding-left:10px;padding-right:10px}.product-block-prices-table thead th:last-child,.product-block-prices-table td:last-child,table thead th:last-child,table td:last-child{padding-right:10px}@media (min-width:576px){.product-block-prices-table thead th,.product-block-prices-table td,table thead th,table td{padding:4px 10px}.product-block-prices-table thead th:first-child,.product-block-prices-table td:first-child,table thead th:first-child,table td:first-child{padding-left:20px;padding-right:20px}.product-block-prices-table thead th:last-child,.product-block-prices-table td:last-child,table thead th:last-child,table td:last-child{padding-right:20px}}.product-block-prices-table thead th,table thead th{padding-top:5px;padding-bottom:10px}@media (min-width:576px){.product-block-prices-table thead th:first-child,table thead th:first-child{width:65px}}.product-block-prices-table tr:nth-child(even),table tr:nth-child(even){background-color:unset}.product-block-prices-table .highlight-advanced-price td,table .highlight-advanced-price td{background-color:#f5f5f5}.product-block-prices-table .highlight-advanced-price:nth-child(even),table .highlight-advanced-price:nth-child(even){background-color:#f5f5f5}@media (max-width:575.98px){.product-block-prices-table td .product-block-prices-savings-percent,table td .product-block-prices-savings-percent{display:none !important}}.product-block-prices-table input[type="radio"],table input[type="radio"]{appearance:none;-webkit-appearance:none;display:block;width:19px;height:19px;border-radius:50%;border:3px solid #fff;background:#fff;box-shadow:0 0 0 1px #979797;cursor:pointer}.product-block-prices-table input[type="radio"]:checked,table input[type="radio"]:checked{background:#B20E10}.product-block-prices-table .product-block-prices-savings .product-block-prices-savings-amount,table .product-block-prices-savings .product-block-prices-savings-amount{color:#B20E10;margin-right:5px}.product-block-prices-table .product-block-prices-savings .product-block-prices-savings-percent,table .product-block-prices-savings .product-block-prices-savings-percent{text-align:center;min-width:40px;background-color:#F6B434;font-size:12px;color:#ffffff;font-weight:600;display:inline-block}.product-block-prices{border-radius:5px;border:1px solid #D8D8D8;padding:5px 0;margin-bottom:40px}.konpapProductTab{padding:0 20px;cursor:pointer}.konpapProductTab #product-detail-tabs{height:38px}.konpapProductTab #product-detail-tabs .product-detail-tab-navigation-link{font-size:14px}.konpapProductTab .card-tabs .nav-link.active{border-bottom:2px solid var(--primary)}.konpapProductTab .card-tabs .nav-link{width:fit-content;margin:0 auto}.konpapProductTab .card-header.product-detail-tab-navigation{margin-top:20px}.konpapProductTab .card-header.product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item{font-size:14px;font-family:"Poppins", sans-serif;margin-right:0}.konpapProductTab .card-header.product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item .nav-link.active{font-weight:500;color:#751103;background-color:unset}.konpapProductTab .card-tabs .nav-link{border:none}.konpapProductTab #review-tab{font-weight:normal}@media (min-width:768px){.konpapProductTab .card-header.product-detail-tab-navigation{padding:0}.konpapProductTab .card-header.product-detail-tab-navigation .product-detail-tab-navigation-list{justify-content:center}.konpapProductTab .card-header.product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item .nav-link{width:100%;text-align:center}.konpapProductTab .card-header.product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item .nav-link:not(.active){border-bottom:2px solid #fff}}@media (min-width:1200px){.konpapProductTab{padding:0 40px}.konpapProductTab .card-header.product-detail-tab-navigation{margin-top:40px}}.productDetailPropsTable .row.product-detail-properties-container .col-md-10.col-lg-6,.productDetailPropsTable .is-act-cartpage .checkout .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.is-act-cartpage .checkout .productDetailPropsTable .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.productDetailPropsTable .is-act-checkoutregisterpage .checkout .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.is-act-checkoutregisterpage .checkout .productDetailPropsTable .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.productDetailPropsTable .is-act-confirmpage .checkout .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.is-act-confirmpage .checkout .productDetailPropsTable .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.productDetailPropsTable .is-ctl-accountorder .checkout .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.is-ctl-accountorder .checkout .productDetailPropsTable .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.productDetailPropsTable .is-act-finishpage .checkout .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.is-act-finishpage .checkout .productDetailPropsTable .product-detail-properties-container.checkout-container .col-md-10.col-lg-6,.productDetailPropsTable .header-search-container.full-page .search-suggest .product-detail-properties-container.search-suggest-content__row .col-md-10.col-lg-6,.header-search-container.full-page .search-suggest .productDetailPropsTable .product-detail-properties-container.search-suggest-content__row .col-md-10.col-lg-6,.productDetailPropsTable .confirm-shipping .confirm-shipping-method .shipping-method-label .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.confirm-shipping .confirm-shipping-method .shipping-method-label .productDetailPropsTable .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.productDetailPropsTable .confirm-shipping .confirm-shipping-method .payment-method-label .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.confirm-shipping .confirm-shipping-method .payment-method-label .productDetailPropsTable .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.productDetailPropsTable .confirm-shipping .payment-method .shipping-method-label .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.confirm-shipping .payment-method .shipping-method-label .productDetailPropsTable .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.productDetailPropsTable .confirm-shipping .payment-method .payment-method-label .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.confirm-shipping .payment-method .payment-method-label .productDetailPropsTable .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.productDetailPropsTable .confirm-payment .confirm-shipping-method .shipping-method-label .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.confirm-payment .confirm-shipping-method .shipping-method-label .productDetailPropsTable .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.productDetailPropsTable .confirm-payment .confirm-shipping-method .payment-method-label .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.confirm-payment .confirm-shipping-method .payment-method-label .productDetailPropsTable .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.productDetailPropsTable .confirm-payment .payment-method .shipping-method-label .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.confirm-payment .payment-method .shipping-method-label .productDetailPropsTable .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.productDetailPropsTable .confirm-payment .payment-method .payment-method-label .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6,.confirm-payment .payment-method .payment-method-label .productDetailPropsTable .product-detail-properties-container.shipping-method-description .col-md-10.col-lg-6{max-width:100%;flex:0 0 100%}.productDetailPropsTable table{text-align:left}.productDetailPropsTable table th{width:215px}.productDetailPropsTable table th.properties-label{color:#4a545b}.productDetailPropsTable table th.properties-label,.productDetailPropsTable table td.properties-value{padding:0.75rem;background-color:#F7F6F4}@media (min-width:992px){.product-detail .product-detail-name{margin-top:-5px}.product-detail .product-detail-buy{margin-top:0}}.product-detail-delivery-information{margin-bottom:-30px}.productShopStock p.productShopStockHeader,.productShopStock p.delivery-information,.product-delivery-information p.productShopStockHeader,.product-delivery-information p.delivery-information,.product-list-item-delivery-information p.productShopStockHeader,.product-list-item-delivery-information p.delivery-information{font-size:14px;user-select:none}.productShopStock p.delivery-information.danger:before,.productShopStock .productShopStockHeader>span,.product-delivery-information p.delivery-information.danger:before,.product-delivery-information .productShopStockHeader>span,.product-list-item-delivery-information p.delivery-information.danger:before,.product-list-item-delivery-information .productShopStockHeader>span{text-decoration:underline}.productShopStock .kpStoreStockWidget.notInStock,.product-delivery-information .kpStoreStockWidget.notInStock,.product-list-item-delivery-information .kpStoreStockWidget.notInStock{text-decoration:line-through;opacity:0.5}.productShopStock .kpStoreStockName a,.product-delivery-information .kpStoreStockName a,.product-list-item-delivery-information .kpStoreStockName a{color:var(--text)}#product-detail-cross-selling-tabs{font-size:20px;font-weight:bold;padding-left:20px}#product-detail-cross-selling-tabs .nav-link{font-size:20px}#product-detail-cross-selling-tabs .nav-link.active{border:none}.category-text{width:100% !important;max-width:100% !important;float:none !important;padding-right:1rem}@media (max-width:767.98px){.konpapProductTab .product-detail-tabs-content.card-body{min-height:auto}.konpapProductTab .card-header.product-detail-tab-navigation{box-shadow:none}.konpapProductTab div#review-tab-pane{display:none}.konpapProductTab .product-detail-tabs-content{display:block;max-width:100%;width:100%}.konpapProductTab #product-detail-tabs{flex-direction:row;height:auto;border-bottom:none}.konpapProductTab #product-detail-tabs.product-detail-tab-navigation-list{height:auto !important}.konpapProductTab #product-detail-tabs .card{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;border-bottom:1 solid var(--bs-card-border-color)}.konpapProductTab #product-detail-tabs li.nav-item{width:100%;text-align:left;font-size:14px;font-family:"Poppins", sans-serif}.konpapProductTab #product-detail-tabs li.nav-item .nav-link{border-bottom:2px solid #fff !important;width:auto}.konpapProductTab #product-detail-tabs li.nav-item .nav-link.product-detail-tab-navigation-link{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;font-weight:700;word-wrap:normal}.konpapProductTab #product-detail-tabs li.nav-item .nav-link.product-detail-tab-navigation-link .product-detail-tab-navigation-icon{display:inline-block}.konpapProductTab #product-detail-tabs li.nav-item .nav-link.active{font-weight:500;color:#751103;border-color:#751103 !important}.product-detail-review.tab-pane-container{display:none}.offcanvas-content-container .product-detail-review.tab-pane-container{display:block}}.cms-element-product-listing .sortContainer{margin:0 0 20px 0}@media (max-width:575.98px){.cms-element-product-listing .sortContainer{margin:0;padding:4px 12px 8px;background-color:transparent}}.cms-element-product-listing .sortContainer .productSorting{display:flex;align-items:center;position:relative;min-height:44px;font-family:"Open Sans", serif}@media (max-width:575.98px){.cms-element-product-listing .sortContainer .productSorting{flex-wrap:wrap;align-items:center;min-height:0}}.cms-element-product-listing .sortContainer .productSorting .count,.cms-element-product-listing .sortContainer .productSorting .totalCount{color:#1a1a1a;letter-spacing:0;font-weight:700;font-size:16px}.cms-element-product-listing .sortContainer .productSorting .sortingElement{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:6px;border:1px solid #d9d6cf;border-radius:50px;padding:9px 20px;background-color:#fff}@media (max-width:575.98px){.cms-element-product-listing .sortContainer .productSorting .sortingElement{display:none}}.cms-element-product-listing .sortContainer .productSorting .sortingElement>.sorting{display:contents}.cms-element-product-listing .sortContainer .productSorting select.sorting{background:transparent;border:none;color:#2b3136;width:auto;field-sizing:content;height:auto;margin:0 !important;padding:0 18px 0 0;letter-spacing:0;font-weight:700;font-size:15px;line-height:1.2;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center}.cms-element-product-listing .sortContainer .productSorting .sorting-label{text-align:right;letter-spacing:0;color:#707070;width:auto;height:auto;font-weight:400;font-size:15px}.cms-element-product-listing .sortContainer .productSorting .sorting-label::after{content:":"}@media (max-width:575.98px){.cms-element-product-listing .sortContainer .productSorting .sorting-label{display:none !important}}.cms-element-product-listing .sortContainer .productSorting .productCount{position:relative;left:0;text-align:left !important;color:#707070;letter-spacing:0;width:auto;height:auto;font-size:16px}@media (max-width:575.98px){.cms-element-product-listing .sortContainer .productSorting .productCount{left:0;width:100%;font-size:14px;order:2;margin-top:8px;color:#666}}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra){min-height:380px !important;height:100%;width:100%;background-color:#ffffff;border:0 !important;z-index:1}@media (max-width:575.98px){.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra){min-height:unset !important;border-radius:8px}}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .boxPurchaseExtra{box-shadow:0 0 6px 0 #00000029;border:none}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .btn .icon>svg{top:0.2rem}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .btn.btn-buy .icon>svg{top:0.2rem;color:white}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .icon-cart{top:0;width:18px;height:16px}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-in-stock,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-not-in-stock{text-align:right;display:none}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-in-stock::before{content:"•";color:#09A81C;margin-right:5px;font-size:11px}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-not-in-stock::before{content:"•";color:#EB001B;margin-right:5px;font-size:11px}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .priceTaxText{letter-spacing:0;color:#4A545B;opacity:0.5;font-size:10px;margin-bottom:0;font-family:"Open Sans", sans-serif}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .custom-quantity-field-advanced{min-width:initial}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info{z-index:2;padding-left:7px;width:100%}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .col,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .is-act-confirmpage .checkout .checkout-aside,.is-act-confirmpage .checkout .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .checkout-aside,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .is-ctl-accountorder .checkout .checkout-aside,.is-ctl-accountorder .checkout .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .checkout-aside,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .is-act-finishpage .checkout .checkout-aside,.is-act-finishpage .checkout .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .checkout-aside,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .header-search-container.full-page .search-header .search-header__search-container,.header-search-container.full-page .search-header .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .search-header__search-container,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .wexo-checkout main.content-main .checkout .checkout-aside,.wexo-checkout main.content-main .checkout .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .checkout-aside,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .confirm-shipping .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .shipping-method-label .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .shipping-method-description>strong,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .confirm-shipping .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .confirm-shipping-method .payment-method-label .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .shipping-method-description>strong,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .confirm-shipping .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-shipping .payment-method .shipping-method-label .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .shipping-method-description>strong,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .confirm-shipping .payment-method .payment-method-label .shipping-method-description>strong,.confirm-shipping .payment-method .payment-method-label .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .shipping-method-description>strong,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .confirm-payment .confirm-shipping-method .shipping-method-label .shipping-method-description>strong,.confirm-payment .confirm-shipping-method .shipping-method-label .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .shipping-method-description>strong,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .confirm-payment .confirm-shipping-method .payment-method-label .shipping-method-description>strong,.confirm-payment .confirm-shipping-method .payment-method-label .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .shipping-method-description>strong,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .confirm-payment .payment-method .shipping-method-label .shipping-method-description>strong,.confirm-payment .payment-method .shipping-method-label .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .shipping-method-description>strong,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .confirm-payment .payment-method .payment-method-label .shipping-method-description>strong,.confirm-payment .payment-method .payment-method-label .product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .shipping-method-description>strong{padding:0}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .quantity-wrapper{padding-left:0}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .btn-buy{height:35px}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image-wrapper{background-color:#FFFFFF;border-radius:5px;opacity:1;height:258px}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name-box{height:44px;display:block;text-decoration:none}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name{text-align:left;font-weight:normal;line-height:20px;font-size:14px;height:unset;font-family:Poppins, serif;letter-spacing:0;color:#000000;margin:0 5px 0 0}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productPricePercentage{text-align:right;height:21px}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-advanced-list-price-wrapper{margin-top:47px;display:block}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-price-info,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .with-list-price{margin-top:0}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-price{margin-top:0;font-family:"OpenSans-Bold", sans-serif}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-price--points{color:#EF6527;font-size:1.1em;line-height:1.2}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-price--cash-secondary{color:#979898;font-size:0.85em;font-family:"OpenSans-Regular", sans-serif;margin-top:2px}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .list-price{color:#979898;letter-spacing:0;text-decoration:line-through}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .card-body{padding:0.5rem}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .btn-buy{display:none;background-color:#EF6527;border-radius:24px;opacity:1;height:48px;font-weight:600;line-height:33px;font-style:normal;font-size:13px;font-family:Poppins, serif;padding:0;transition:all 0.2s}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .btn-buy:hover{background-color:#c54c09}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .custom-quantity-field-advanced{display:none;opacity:1;height:48px}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image{height:auto;position:absolute;top:29px;left:0}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .quantity-wrapper{padding-right:7px !important}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .btn-increase,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .btn-decrease,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .quantity-decrease,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .quantity-increase,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .btn-minus,.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .btn-plus{display:none}.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .purchase-quantity{width:25px !important}.product-box.box-upsellProduct .upsell.btn-buy .icon-cart{color:#FFFFFF}@media (max-width:576px){.product-box.box-upsellProduct .upsell-btn-container{display:flex;margin-top:20px}}.cms-listing-col{margin-bottom:8px !important;padding:4px !important}@media (max-width:575.98px){.cms-listing-col{margin-bottom:8px !important}}@media (min-width:992px){.cms-listing-col{min-width:226px}}@media (min-width:992px){.kp-col-lg-5{flex:0 0 20%;max-width:20%}}@media (min-width:992px){.product-cross-selling-grid .cms-listing-col{min-width:223px}}.product-box.boxPurchaseExtra{min-height:unset}.boxPurchaseExtra #KPRadioAttachProduct{width:25px;height:25px;margin-left:10px;cursor:pointer}.boxPurchaseExtra #KPRadioAttachProduct:after{content:"";color:white;background-color:white;height:25px;width:25px;text-align:center;display:block;font-size:22px;line-height:1;border:1px solid var(--border);transition-duration:100ms;transition-timing-function:ease-in}.boxPurchaseExtra #KPRadioAttachProduct:checked:after{content:"✓";background-color:var(--buy-button)}.boxPurchaseExtra .purchaseQuantity{font-size:16px}.boxPurchaseExtra .purchaseExtraProductName{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;overflow:hidden;font-size:15px}.boxPurchaseExtra .productLink{position:absolute;bottom:-25.5px;padding:0}@media (max-width:1180px) and (min-width:768px){.boxPurchaseExtra .purchaseQuantityGroupWrapper{flex-basis:0;flex-grow:1;max-width:100%}}.product-detail-content .product-minimum-purchase{margin:0;padding-right:12px}.is-ctl-search .product-price-info,.is-ctl-navigation .product-price-info{position:relative}.product-badges .badge{display:none}.product-badges .badge.badge-label{border-radius:unset;margin-bottom:3px;width:fit-content;height:unset;line-height:unset;padding:3px 5px}.product-badges .badge.badge-productLabels{margin:unset;padding:0 8px}.product-badges .badge.badge-providedProduct{background-color:#5985a0}.product-badges .badge.badge-bestSeller{background-color:#066833}.product-badges .badge.badge-goesOutOfSortiment{background-color:#b7182b}.product-badges .badge.badge-leasing{background-color:#21ba51}.product-badges .badge.badge-serviceDeal{background-color:#86517f}.product-badges .badge.badge-refurbished{background-color:#debc15}.product-badges .badge.badge-residualSale{background-color:#296c85}.product-badges .badge.badge-bestInTest{background-color:#1325b6}.product-badges .badge.badge-bestPrice{background-color:#9599c5}.product-badges .badge.badge-discountGroup{background-color:#ff6e03}.product-badges.product-badges-text{top:0;right:0;width:unset;display:flex;flex-direction:column}.product-badges.product-badges-text .badge{padding:1px 5px;margin-left:auto}.product-badges.product-badges-static{position:static;width:auto}.product-badges.product-badges-static .badge{display:block;width:auto}.is-ctl-product .product-badges.product-badges-text>div:nth-child(5){display:block}.is-ctl-product .product-badges.product-badges-text>div:nth-child(4){display:block}.is-ctl-search .product-badges>div:nth-child(3),.is-ctl-navigation .product-badges>div:nth-child(3),.is-ctl-product .product-badges>div:nth-child(3){display:block}.is-ctl-search .product-badges>div:nth-child(2),.is-ctl-navigation .product-badges>div:nth-child(2),.is-ctl-product .product-badges>div:nth-child(2){display:block}.is-ctl-search .product-badges>div:nth-child(1),.is-ctl-navigation .product-badges>div:nth-child(1),.is-ctl-product .product-badges>div:nth-child(1){display:block}.product-detail .swag-customized-products{text-align:left}.product-detail .swag-customized-products .form-group{margin-bottom:0}.product-detail .swag-customized-products .form-group .swag-customized-products-configuration__items{display:none}.product-detail-content .product-detail-mpvnr-container{font-weight:normal;font-size:12px;margin-bottom:1rem}.product-detail-configurator .product-detail-configurator-select-wrapper{position:relative}.product-detail-configurator .product-detail-configurator-select-wrapper .custom-select{height:auto}.product-detail-configurator .product-detail-configurator-select-wrapper .custom-select option:checked{background-color:#751103;color:#fff}.product-detail-configurator .product-detail-configurator-select-wrapper .configurator-select-title{font-size:11px;font-weight:normal;position:absolute;left:10px}.line-through{color:#2b3136;text-decoration:line-through}@media (max-width:575.98px){.gallery-slider-item iframe{height:225px !important}}.is-ctl-product .product-detail-name,.is-ctl-product .product-detail-short-description{font-weight:500;font-size:calc(1.3rem + 0.6vw);font-family:"Poppins", sans-serif;color:#000;line-height:1.2;margin:0}@media (min-width:1200px){.is-ctl-product .product-detail-name,.is-ctl-product .product-detail-short-description{font-size:1.75rem}}.is-ctl-product .product-detail-name-container{flex-direction:column;align-items:flex-start}.productPriceBlock .product-price-block-tax-info{color:#707070}.is-ctl-product .buy-widget-container .buy-button-container{min-width:170px}.is-ctl-product .buy-widget-container .btn-buy{max-width:360px;font-family:"Poppins", sans-serif;font-size:14px;height:48px}.is-ctl-product .buy-widget-container .btn-buy .icon{margin-right:5px}.is-ctl-product .buy-widget-container .btn-buy .icon>svg{top:5px}.is-ctl-product .product-detail-form-container{margin-bottom:30px}.is-ctl-product .delivery-information,.is-ctl-product .productShopStockHeader{color:#2b3136}.relewise-slider-container .product-slider-container .product-box{background-color:transparent}.relewise-slider-container .product-slider-container .product-box .product-image-wrapper{border:1px solid #D8D8D8}.product-detail-description-text-box{transition:all 0.3s;overflow:hidden;position:relative}.product-detail-description-text-box.truncate:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:35px;background-image:linear-gradient(to bottom, transparent, #F7F6F4)}.product-detail-description-readmore{cursor:pointer;text-decoration:underline;padding-bottom:20px;display:none;margin-top:-10px}.product-detail-description-readmore.show{display:block}.product-detail-description-readmore.show .more{display:block}.product-detail-description-readmore.showless{display:block}.product-detail-description-readmore.showless .less{display:block}.product-detail-description-readmore .less,.product-detail-description-readmore .more{display:none}.product-detail-ingredients{margin-top:20px;padding-top:20px;border-top:1px solid #798490}.product-detail-ingredients-title{font-size:1.125rem;margin-bottom:10px}.product-detail-ingredients-text b,.product-detail-ingredients-text strong{font-weight:700}.product-detail-ingredients-allergen-note{margin-top:10px;margin-bottom:0;font-size:0.875rem;color:#798490}.productShopStock{max-width:fit-content}@media (min-width:576px){.table-price-savings-container{width:150px}}.dropdown-menu.product-list-add-items-dropdown-menu.dropdown-menu-right.show{transform:unset !important}.personal-discount-badge{min-width:110px;padding:0 5px 0 5px;background-color:#F6B434;color:white;margin:0.375rem auto auto 1.315rem;border-radius:2px}@media (max-width:767.98px){.personal-discount-badge{margin:0 0 10px 0}}@media (max-width:767.98px){.product-detail-name-container{justify-content:space-between}}.konpapProductRight .productBuyDataInfo .product-block-prices table thead.product-block-prices-head tr th{text-align:right}.konpapProductRight .productBuyDataInfo .product-block-prices table tbody.product-block-prices-body tr td{text-align:right}.konpapProductRight .productBuyDataInfo .product-block-prices table .product-block-prices-savings .table-price-savings-container{float:right;justify-content:right}.aftalepris-label{display:inline-block;padding:2px 8px;margin-left:4px;font-size:0.75rem;font-weight:600;line-height:1.2;color:#fff;background-color:#c14a3a;border-radius:3px;text-transform:uppercase;letter-spacing:0.02em;white-space:nowrap}.aftalepris-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;color:#c14a3a;cursor:help;line-height:0}.aftalepris-icon svg{width:20px;height:20px;pointer-events:none}.aftalepris-icon::after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:0;width:max-content;max-width:220px;background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:0.75rem;font-weight:400;line-height:1.3;text-transform:none;letter-spacing:normal;white-space:normal;opacity:0;pointer-events:none;transition:opacity 0.12s ease;z-index:1000}.aftalepris-icon:hover::after,.aftalepris-icon:focus::after{opacity:1}.kp-buy-row__price{position:relative}.kp-buy-row__price .aftalepris-icon{position:absolute;left:0;bottom:0}.cross-selling-slider .carousel-control{max-width:30px;color:var(--primary)}.cross-selling-slider .carousel-control .icon{color:inherit}.cross-selling-slider .carousel-indicators li{background-color:var(--primary)}.cross-selling-slider .product-price.sliderBuyMore{font-size:14px;color:#2b3136}.cross-selling-slider .product-price.sliderResult{color:var(--primary)}.cross-selling-slider .product-price{font-size:16px}.cross-selling-slider .product-price .list-price{font-size:17px;padding-left:0}html{position:relative;width:100%;overflow-x:hidden}body{position:relative}::-webkit-scrollbar-track{background:white;box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2) inset}body::-webkit-scrollbar-track{box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2) inset}::-webkit-scrollbar-thumb:vertical{background-color:#757575}body::-webkit-scrollbar-thumb:vertical{background:rgba(0, 0, 0, 0.5)}body:hover::-webkit-scrollbar-thumb:vertical:active,body:hover::-webkit-scrollbar-thumb:vertical:hover{background:rgba(0, 0, 0, 0.61)}::-webkit-scrollbar-corner{background:transparent}::-webkit-scrollbar{width:10px;background-color:rgba(0, 0, 0, 0)}::-webkit-scrollbar:hover{width:10px;background-color:rgba(0, 0, 0, 0.05)}::-webkit-scrollbar:hover{background-color:rgba(0, 0, 0, 0.09)}img{max-width:100%;height:auto}.container-main{padding:0 0 20px 0}.alert.alert-has-icon{box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.28);-webkit-animation:kpFadeOut;animation:kpFadeOut;animation-delay:3s;animation-duration:2.5s;animation-iteration-count:1;animation-fill-mode:forwards;position:absolute;z-index:100}.offcanvas-content-container.alert-has-icon{padding:0}.cart-offcanvas .offcanvas-cart .flashbags .alert-success{background:#3cc161}.cart-offcanvas .offcanvas-cart .flashbags .alert-success .alert-content-container{color:#3cc161;background:#d8f3de;width:100%}.cart-offcanvas .offcanvas-cart .alert{width:100%;background:#27b5cf;border-radius:0 !important;margin-top:0 !important}.cart-offcanvas .offcanvas-cart .alert .icon{background:transparent}.cart-offcanvas .offcanvas-cart .alert .alert-content-container{background:#d3f0f5;color:#27b5cf}@keyframes kpFadeOut{0%{opacity:1}100%{opacity:0;height:0;overflow:hidden}}#activeMenuContent{padding-left:20px;padding-right:20px}.breadcrumb.cms-breadcrumb{padding-left:0px;height:60px}.activeMenuContentText{padding-left:0px}.activeMenuContentText h1,.activeMenuContentText .h1{color:var(--primary, #940203);font-family:"Poppins", sans-serif;font-size:37px;line-height:56px;font-weight:normal}.activeMenuContentImage img{width:100%;height:auto;max-width:200px;margin:0 auto;display:block}.activeMenuContentImage.activeMenuContentImageSmall{width:20%}h1.search-headline,.search-headline.h1{font-size:32px;margin-top:2rem}.offcanvas-cookie{padding-top:50px}.product-box{min-height:500px}.modalChecker{margin-top:5rem}.modalChecker .modal-dialog{border:1px solid #e4e4e4}summary::marker{display:none;font-size:0;visibility:hidden}@media only screen and (max-width:768px){.activeMenuContentText{width:100%}.activeMenuContentImage{display:none}}html.is-ie body::before{content:attr(ie-snippet);display:block;position:fixed;height:100vh;width:100%;font-size:36px;font-weight:bold;background-color:#e6e6dddb;z-index:2147483647;text-align:center;padding-top:350px}.is-ctl-checkout.is-act-cartpage .checkout-main,.cart-offcanvas .offcanvas-cart{position:relative}.is-ctl-checkout.is-act-cartpage .checkout-main .flashbags,.cart-offcanvas .offcanvas-cart .flashbags{position:relative;width:100%}.is-ctl-checkout.is-act-cartpage .checkout-main .flashbags .alert,.cart-offcanvas .offcanvas-cart .flashbags .alert{position:relative}.is-act-home .cms-page .search-suggest.js-search-result{height:250px}.is-act-home .cms-page .search-suggest.js-search-result .search-suggest-container{height:250px;overflow:scroll}.is-act-home .cms-section:first-child{padding:20px 0px}.is-act-home .cms-section:first-child .kpSearchFunction{margin-top:-25px;margin-left:-20px}.konpap .kpCascadeOverflow{overflow:visible}.konpap .kpCascadeOverflow .categoryGridLayout:first-child{position:relative;top:-155px;margin-bottom:-125px}.konpap .kpCascadeOverflow>div>div{overflow:visible}.konpap .categoryGridLayout{justify-content:space-between}.konpap .categoryGridLayout .wthemeCategoryBox.standard-CtaCategoryBox{max-width:440px;box-shadow:0px 3px 6px #00000029;min-width:300px}.konpap .categoryBoxImage{min-height:300px}.konpap .categoryGridContent{background:unset;background-color:rgba(255, 255, 255, 0.9);height:145px;top:calc(100% - 145px);display:block;padding:1rem 1rem}.konpap .categoryGridContent .categoryGridName{color:var(--text);text-align:center;font-size:21px;font-weight:bold}.konpap .categoryGridContent .categoryGridText{color:var(--text);text-align:center;height:40px;font-size:13px}.konpap .categoryGridContent .CTA-button{background-color:white;color:var(--text);border-radius:50px;padding:5px;margin:10px auto 0px auto;box-shadow:0px 3px 5px #00000029}.konpap .custom-CtaCategoryBox{width:100%;max-width:100%;height:150px;margin:20px 0}.konpap .custom-CtaCategoryBox .categoryBoxImage{min-height:150px}.konpap .custom-CtaCategoryBox .categoryGridContent{top:unset;width:350px;height:150px;right:0px;margin-left:auto}.kpSmallIcon .categoryGridLayout{justify-content:space-between;min-height:50px;margin:10px 0}.kpSmallIcon .categoryGridLayout .wthemeCategoryBox{max-width:400px;box-shadow:0px 3px 6px #00000029}.kpSmallIcon .categoryGridLayout .categoryBoxImage{background-size:40px 40px;background-position:15px 10px;min-height:50px}.kpSmallIcon .categoryGridLayout .categoryGridContent{background:none;padding-left:4rem;height:auto;top:unset}.kpSmallIcon .categoryGridLayout .categoryGridText{display:none}@media (max-width:992px){.is-act-home .cms-section:first-child .input-group{width:100%;height:60px}.konpap .categoryGridLayout .wthemeCategoryBox.standard-CtaCategoryBox{max-width:unset;margin:5px auto}.konpap .base-slider-controls{display:block}.konpap .product-slider.has-nav{padding-left:20px;padding-right:20px}}.breadcrumb-subcategories-background{width:100%}@media (max-width:575.98px){#activeMenuContent{margin:0 !important;padding:0 !important;min-height:0 !important}.breadcrumb.cms-breadcrumb.container,.cms-section .breadcrumb.cms-breadcrumb.boxed,.header-search-container.full-page .breadcrumb.cms-breadcrumb.header-search,.header-search-container.full-page .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content__container,.relewise-search-modal--form .header-search-form .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content{height:auto !important;padding-top:4px;padding-bottom:0}header.header-main:not(.wtheme-sticky){padding-bottom:2px !important}.header-main .header-search-col{margin:0 auto !important}.header-main .header-actions-col{height:42px !important}.breadcrumb-subcategories-background{padding-bottom:0;margin-bottom:0}.cms-section.cms-section-sidebar{margin-top:0 !important;background-color:#F7F6F4}}.mobile-category-pills{padding:4px 0 0}.mobile-category-pills .mobile-category-pills-scroll{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}.mobile-category-pills .mobile-category-pills-scroll::before,.mobile-category-pills .mobile-category-pills-scroll::after{content:"";flex-shrink:0;width:12px}.mobile-category-pills .mobile-category-pills-scroll::-webkit-scrollbar{display:none}.mobile-category-pills .mobile-category-pill{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:8px 18px;border-radius:50px;font-size:14px;font-weight:500;text-decoration:none;border:1px solid #ddd;background-color:#fff;color:#333;flex-shrink:0}.mobile-category-pills .mobile-category-pill .mobile-pill-icon{width:24px;height:24px;object-fit:contain}.mobile-category-pills .mobile-category-pill.active{background-color:#8b1a1a;border-color:#8b1a1a;color:#fff}@media (max-width:575.98px){.kp-subcat-panel,.kp-category-navigation-slider-wrapper-outer{display:none !important}}.cms-section .cms-section-sidebar{margin-top:2rem}.breadcrumb.cms-breadcrumb.container,.cms-section .breadcrumb.cms-breadcrumb.boxed,.header-search-container.full-page .breadcrumb.cms-breadcrumb.header-search,.header-search-container.full-page .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content__container,.relewise-search-modal--form .header-search-form .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content{margin-bottom:0;padding-bottom:0}.breadcrumb.cms-breadcrumb.container .breadcrumb-item a,.cms-section .breadcrumb.cms-breadcrumb.boxed .breadcrumb-item a,.header-search-container.full-page .breadcrumb.cms-breadcrumb.header-search .breadcrumb-item a,.header-search-container.full-page .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content__container .breadcrumb-item a,.relewise-search-modal--form .header-search-form .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content .breadcrumb-item a{color:#707070}.breadcrumb.cms-breadcrumb.container .breadcrumb-item a.is-active,.cms-section .breadcrumb.cms-breadcrumb.boxed .breadcrumb-item a.is-active,.header-search-container.full-page .breadcrumb.cms-breadcrumb.header-search .breadcrumb-item a.is-active,.header-search-container.full-page .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content__container .breadcrumb-item a.is-active,.relewise-search-modal--form .header-search-form .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content .breadcrumb-item a.is-active,.breadcrumb.cms-breadcrumb.container .breadcrumb-item a.is-active .breadcrumb-title,.cms-section .breadcrumb.cms-breadcrumb.boxed .breadcrumb-item a.is-active .breadcrumb-title,.header-search-container.full-page .breadcrumb.cms-breadcrumb.header-search .breadcrumb-item a.is-active .breadcrumb-title,.header-search-container.full-page .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content__container .breadcrumb-item a.is-active .breadcrumb-title,.relewise-search-modal--form .header-search-form .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content .breadcrumb-item a.is-active .breadcrumb-title{color:#751103;font-weight:bold}@media (min-width:576px){.kp-category-title{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 14px}}.kp-category-title .kp-category-title-count{font-family:"Open Sans", sans-serif;font-size:1.25rem;font-weight:400;color:#707070;white-space:nowrap}@media (max-width:767.98px){.breadcrumb.cms-breadcrumb.container,.cms-section .breadcrumb.cms-breadcrumb.boxed,.header-search-container.full-page .breadcrumb.cms-breadcrumb.header-search,.header-search-container.full-page .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content__container,.relewise-search-modal--form .header-search-form .search-suggest .breadcrumb.cms-breadcrumb.search-suggest-content{height:auto;display:-webkit-box}}.category-navigation.level-0>.category-navigation-entry{border:none}.product-price.with-list-price span.list-price{text-decoration:line-through}.kp-category-navigation-slider-wrapper-outer{padding:20px}.kp-category-navigation-slider-container:not(.tns-slider){display:flex;flex-wrap:nowrap;overflow:hidden;gap:20px}.kp-category-navigation-slider-container:not(.tns-slider) .subcategory-card{flex:0 0 auto;width:calc(100% / 8 - 20px)}@media (max-width:1199.98px){.kp-category-navigation-slider-container:not(.tns-slider) .subcategory-card{width:calc(100% / 6 - 20px)}}@media (max-width:991.98px){.kp-category-navigation-slider-container:not(.tns-slider) .subcategory-card{width:calc(100% / 4 - 20px)}}@media (max-width:575.98px){.kp-category-navigation-slider-container:not(.tns-slider) .subcategory-card{width:calc(100% / 2 - 20px)}}.base-slider.kp-category-navigation-slider{position:relative;overflow:visible;margin:0}.base-slider.kp-category-navigation-slider .subcategory-card a{border:none;text-align:center;color:#2b3136;padding:0;position:relative;display:block}.base-slider.kp-category-navigation-slider .subcategory-card a .subcategory-card-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:100%;background-color:#fff;box-shadow:0 4px 16px rgba(0, 0, 0, 0.07);padding:24%;transition:box-shadow 0.2s, transform 0.2s}.base-slider.kp-category-navigation-slider .subcategory-card a .subcategory-card-image img{object-fit:contain;width:100%;height:100%;max-height:none}.base-slider.kp-category-navigation-slider .subcategory-card a .kp_category_navigation_slider-item-text{padding-top:10px;font-weight:600;font-size:15px;line-height:1.25;color:#2b3136}.base-slider.kp-category-navigation-slider .subcategory-card a:hover .subcategory-card-image{box-shadow:0 6px 20px rgba(0, 0, 0, 0.12);transform:translateY(-2px)}.base-slider.kp-category-navigation-slider .base-slider-controls-prev,.base-slider.kp-category-navigation-slider .base-slider-controls-next{position:absolute;top:calc(50% - 16px);transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:#fff;border:1px solid #e7e3dc;box-shadow:0 2px 8px rgba(0, 0, 0, 0.1);color:#751103;opacity:1;z-index:3}.base-slider.kp-category-navigation-slider .base-slider-controls-prev svg,.base-slider.kp-category-navigation-slider .base-slider-controls-prev .icon,.base-slider.kp-category-navigation-slider .base-slider-controls-next svg,.base-slider.kp-category-navigation-slider .base-slider-controls-next .icon{width:16px;height:16px}.base-slider.kp-category-navigation-slider .base-slider-controls-prev:hover,.base-slider.kp-category-navigation-slider .base-slider-controls-next:hover{background-color:#751103;border-color:#751103;color:#fff}.base-slider.kp-category-navigation-slider .base-slider-controls-prev{left:-30px}.base-slider.kp-category-navigation-slider .base-slider-controls-next{right:-30px}.cms-section.bg-color:has(.cms-block-subcategory-navigation),.cms-block-subcategory-navigation.bg-color{background-color:transparent !important}.kp-subcat-panel{position:relative;background-color:#F7F6F4;border-radius:24px;padding:14px 44px 12px;margin:4px 0}.kp-subcat-panel .kp-category-navigation-slider-wrapper-outer{padding:0}.kp-subcat-panel .tns-inner{display:flex;justify-content:safe center}.kp-subcat-panel .tns-slider{flex:0 0 auto}@media (min-width:576px){.is-ctl-navigation .cms-element-product-listing{border-top:1px solid #ece9e3;padding-top:16px}.is-ctl-navigation .cms-block:has(.cms-element-sidebar-filter)>.cms-block-container{padding-top:4px !important;padding-bottom:4px !important}}.kp-subcat-nav--pills{border-bottom:1px solid #ece9e3;margin-bottom:4px}.kp-subcat-pills{display:flex;flex-wrap:wrap;gap:12px;padding:6px 0 18px}@media (max-width:575.98px){.kp-subcat-pills{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.kp-subcat-pills::-webkit-scrollbar{display:none}}.kp-subcat-pill{display:inline-flex;align-items:center;white-space:nowrap;padding:10px 24px;border-radius:50px;font-size:15px;font-weight:600;line-height:1;text-decoration:none;border:1px solid #d9d6cf;background-color:#fff;color:#2b3136;flex-shrink:0;transition:border-color 0.15s, background-color 0.15s, color 0.15s}.kp-subcat-pill:hover{border-color:#751103;color:#751103;text-decoration:none}.kp-subcat-pill.active{background-color:#751103;border-color:#751103;color:#fff}.cms-block-product-listing{min-height:100px;margin-left:-5px;margin-right:-5px}@media (max-width:575.98px){.cms-block-product-listing{background-color:#F7F6F4;margin-left:0;margin-right:0;padding:8px 4px}}.SSTAlkoholBanner{background-image:url("https://konpap.dk/bundles/konpaptheme/storefront/img/sstalkohol.png");background-repeat:no-repeat;background-size:contain;width:15%;height:auto;min-height:150px;margin-left:auto}.listingSortingSelect{margin-right:20px}button.btn-buy{border-radius:50px}.product-price{text-align:left;color:#740000;font-size:18px !important;letter-spacing:0px}.product-price span.list-price{font-size:18px}.cms-page .card .icon-cart{height:25px}.cms-page .card button.btn.btn-block.btn-buy{font-weight:normal;line-height:unset}a.is-active+.category-navigation .category-navigation-entry a{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}a.is-active+.category-navigation .category-navigation-entry a+.category-navigation{height:0px;overflow:hidden}#konpapGaveSidebarMenu .category-navigation-link.in-path{margin-left:20px;font-size:12px}@media (max-width:992px){.cms-block.cms-block-sidebar-filter,.filterFixed{position:fixed;left:50%;transform:translateX(-50%);bottom:0;min-width:175px;z-index:36}.btn.header-actions-btn.filter-panel-wrapper-toggle{background-color:#f5f5ff}.btn.header-actions-btn.filter-panel-wrapper-toggle:hover{background-color:white}.is-ctl-navigation .cms-section .cms-section-sidebar{flex-direction:column-reverse}}@media (max-width:575.98px){.cms-block.cms-block-sidebar-filter,.filterFixed{display:none !important}}.mobile-filter-sort-bar{display:none;align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:50px;padding:4px;margin:12px 8px 8px;gap:4px}@media (max-width:575.98px){.mobile-filter-sort-bar{display:flex}}.mobile-filter-sort-bar .mobile-filter-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background-color:#fff;border:1px solid #e0e0e0;border-radius:50px;padding:10px 20px;font-size:15px;font-weight:500;color:#333;white-space:nowrap;cursor:pointer}.mobile-filter-sort-bar .mobile-filter-btn .icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;line-height:0;position:relative;top:-2px}.mobile-filter-sort-bar .mobile-sort-wrapper{display:flex;align-items:center;flex:1;gap:0;padding-left:8px}.mobile-filter-sort-bar .mobile-sort-wrapper .mobile-sort-icon{display:inline-flex;align-items:center;flex-shrink:0;margin-right:6px}.mobile-filter-sort-bar .mobile-sort-wrapper .mobile-sort-icon .icon{width:16px;height:16px;transform:rotate(90deg)}.mobile-filter-sort-bar .mobile-sort-wrapper .mobile-sort-arrow{display:inline-flex;align-items:center;flex-shrink:0;margin-left:auto;margin-right:8px}.mobile-filter-sort-bar .mobile-sort-wrapper .mobile-sort-arrow .icon{width:14px;height:14px;opacity:0.5}.mobile-filter-sort-bar .mobile-sort-wrapper select.sorting{background:transparent;border:none;font-size:15px;font-weight:500;color:#333;width:100%;flex:1;padding:8px 0;-webkit-appearance:none;appearance:none;cursor:pointer}.mobile-filter-sort-bar .mobile-sort-wrapper select.sorting:focus{outline:none}.product-slider-item .card.product-box{border-radius:5px;box-shadow:0px 3px 10px rgba(0, 0, 0, 0.1)}.product-slider-item .card.product-box .card-body{margin:0;box-shadow:unset}.product-slider .card .productCardEnd .coeAddToWishList .btn{padding-right:0;width:100%}.cms-element-product-listing .cms-listing-col,.product-slider .cms-listing-col,.product-slider-container .cms-listing-col{display:flex;flex-direction:column}.cms-element-product-listing .tns-item,.product-slider .tns-item,.product-slider-container .tns-item{vertical-align:top}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra),.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra),.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra){flex:1 1 auto;min-height:0 !important}@media (max-width:575.98px){.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra),.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra),.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra){min-height:0 !important}}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .card-body,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .card-body,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .card-body{display:flex;flex-direction:column;flex:1 1 auto}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info{flex:0 0 auto;position:relative}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name-box,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name-box,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name-box{display:block;min-height:calc(14px * 1.25 * 2);text-align:center}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name{line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media (max-width:575.98px){.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-name{-webkit-line-clamp:3;line-clamp:3;font-size:13px !important}}@media (max-width:575.98px){.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-short-description,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-short-description,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-short-description{font-size:13px !important}}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image-wrapper,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image-wrapper,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image-wrapper{position:relative !important;height:180px !important;flex:0 0 180px !important;overflow:hidden !important}@media (max-width:575.98px){.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image-wrapper,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image-wrapper,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image-wrapper{height:auto !important;flex-basis:auto !important;aspect-ratio:1 !important}}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;max-height:none !important;object-fit:contain !important;object-position:center !important;top:0 !important}@media (max-width:575.98px){.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-image{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:contain !important}}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block{text-align:center;margin-top:8px}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price-info,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price-info,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price-info{display:flex;flex-direction:column;align-items:center}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price.with-list-price,.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price:has(.list-price),.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price.with-list-price,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price:has(.list-price),.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price.with-list-price,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price:has(.list-price){display:flex;flex-direction:column-reverse;align-items:center;gap:2px}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .list-price,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .list-price,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .list-price{display:block;font-weight:400;white-space:nowrap;line-height:1.2}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price:not(.with-list-price):not(:has(.list-price))::before,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price:not(.with-list-price):not(:has(.list-price))::before,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price:not(.with-list-price):not(:has(.list-price))::before{content:" ";display:block;font-size:15px;font-weight:400;line-height:1.2}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price,.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-price,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-price,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-price{text-align:center !important;color:#1a1a1a !important;font-size:24px !important;font-weight:700;line-height:1.1;margin:0}@media (max-width:767.98px){.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price,.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-price,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-price,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-price-block .product-price,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .product-info .product-price{font-size:20px !important}}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap{width:100%;margin-top:12px;margin-bottom:14px;padding:0 22px}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .d-grid,.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .kp-card-buy,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .d-grid,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .kp-card-buy,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .d-grid,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .kp-card-buy{display:block !important;width:100%}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .b2b-qty-pill,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .b2b-qty-pill,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-action-wrap .b2b-qty-pill{display:block !important;width:100% !important}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn{display:flex !important;align-items:center;justify-content:center;gap:8px;width:100% !important;padding:9px 16px;border:none;border-radius:10px;background-color:#B20E10;color:#fff;font-size:16px;font-weight:600;line-height:1;transition:background-color 0.15s ease-in-out}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn .icon,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn .icon,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn .icon{display:flex;align-items:center;justify-content:center}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn .icon,.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn svg,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn .icon,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn svg,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn .icon,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn svg{width:20px;height:20px;color:#fff;fill:currentColor}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn svg,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn svg,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn svg{display:block;position:relative;top:0}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn:hover,.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn:focus,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn:hover,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn:focus,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn:hover,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-buy-btn:focus{background-color:#8f0b0d;color:#fff}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd{margin-top:auto;padding-top:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .product-number,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .product-number,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .product-number{position:static;left:0;flex:0 1 auto;font-size:12px;color:#777371;white-space:nowrap}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .productDeliveryStatus,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .productDeliveryStatus,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .productDeliveryStatus{flex:0 1 auto;margin:0;font-size:12px;text-align:right}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .delivery-status-row,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .delivery-status-row,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .delivery-status-row{display:flex;align-items:center;gap:5px;white-space:nowrap}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .delivery-check-yes,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .delivery-check-yes,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .productCardEnd .delivery-check-yes{color:#09a81c;font-weight:700}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-moq-pill-row,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-moq-pill-row,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-moq-pill-row{display:flex;align-items:center;justify-content:center;margin:-16px 0 6px;min-height:28px;position:relative;z-index:10}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-moq-pill,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-moq-pill,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-moq-pill{position:static;display:inline-block;margin:0;padding:4px 12px;background-color:#1a1a1a;color:#fff;border-radius:999px;font-size:11px;font-weight:600;line-height:1.3;white-space:nowrap}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-per-unit-label,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-per-unit-label,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-per-unit-label{margin:0 0 2px;color:#777371;font-size:15px;line-height:1.2;text-align:center}.cms-element-product-listing .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-short-description,.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-short-description,.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra) .kp-card-short-description{display:inline}.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra),.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra),.relewise-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra){min-height:360px !important}@media (max-width:575.98px){.product-slider .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra),.product-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra),.relewise-slider-container .card.product-box:not(.box-upsellProduct):not(.boxPurchaseExtra){min-height:320px !important}}.product-slider .product-name-box,.product-slider-container .product-name-box,.relewise-slider-container .product-name-box{min-height:calc(16px * 1.2 * 2)}.product-slider .kp-card-short-description,.product-slider-container .kp-card-short-description,.relewise-slider-container .kp-card-short-description{display:inline}.cms-element-product-listing .card,.product-slider-container .card{position:relative;border-radius:0}@media (max-width:575.98px){.cms-element-product-listing .card,.product-slider-container .card{border-radius:8px;overflow:hidden;border:1px solid #e8e8e8}}.cms-element-product-listing .card.box-minimal .card-body,.product-slider-container .card.box-minimal .card-body{padding:5px}.cms-element-product-listing .card.box-minimal .card-body .icon-primary,.product-slider-container .card.box-minimal .card-body .icon-primary{color:#fff}.cms-element-product-listing .card .card-body,.product-slider-container .card .card-body{box-shadow:0px 3px 10px rgba(0, 0, 0, 0.1);margin:0;padding:0.5rem;background-color:#fff;border-radius:5px}@media (max-width:575.98px){.cms-element-product-listing .card .card-body,.product-slider-container .card .card-body{padding:8px;box-shadow:none;border-radius:0}}.cms-element-product-listing .card .card-body .product-image-wrapper,.product-slider-container .card .card-body .product-image-wrapper{z-index:2;border:none !important}.cms-element-product-listing .card .card-body .product-background-wrapper,.product-slider-container .card .card-body .product-background-wrapper{animation:expandWrapper 0.3s forwards}.cms-element-product-listing .card .card-body .product-info,.product-slider-container .card .card-body .product-info{position:relative;z-index:5}.cms-element-product-listing .card .card-body .product-wishlist .product-wishlist-action-circle,.product-slider-container .card .card-body .product-wishlist .product-wishlist-action-circle{border:1px solid #000000}.cms-element-product-listing .card .card-body .product-wishlist .product-wishlist-action-circle .icon-wishlist,.product-slider-container .card .card-body .product-wishlist .product-wishlist-action-circle .icon-wishlist{transform:translate(-28%, -20%)}.cms-element-product-listing .card .card-body .custom-quantity-field-button,.product-slider-container .card .card-body .custom-quantity-field-button{background:transparent}.cms-element-product-listing .card .card-body .custom-quantity-field-button .icon-plus,.cms-element-product-listing .card .card-body .custom-quantity-field-button .icon-minus,.product-slider-container .card .card-body .custom-quantity-field-button .icon-plus,.product-slider-container .card .card-body .custom-quantity-field-button .icon-minus{color:#000000;height:10px;width:10px}.cms-element-product-listing .card .card-body .btn-buy,.product-slider-container .card .card-body .btn-buy{width:95%;display:block}.cms-element-product-listing .card .card-body .productCardEnd,.product-slider-container .card .card-body .productCardEnd{margin-top:auto;padding-top:12px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.cms-element-product-listing .card .card-body .productCardEnd .product-number,.product-slider-container .card .card-body .productCardEnd .product-number{flex:0 0 auto}.cms-element-product-listing .card .card-body .productCardEnd .productDeliveryStatus,.product-slider-container .card .card-body .productCardEnd .productDeliveryStatus{flex:0 0 auto;margin-top:0;text-align:end}.cms-element-product-listing .card .card-body .product-not-in-stock,.cms-element-product-listing .card .card-body .product-in-stock,.product-slider-container .card .card-body .product-not-in-stock,.product-slider-container .card .card-body .product-in-stock{padding-right:7px;right:8px;display:block}.cms-element-product-listing .card .card-body .custom-quantity-field-advanced,.product-slider-container .card .card-body .custom-quantity-field-advanced{height:35px;font-size:13px}.cms-element-product-listing .card .card-body .custom-quantity-field-wrapper,.product-slider-container .card .card-body .custom-quantity-field-wrapper{width:100px;background-color:#F2F2F2;max-height:100%}.cms-element-product-listing .card .card-body .purchase-quantity,.product-slider-container .card .card-body .purchase-quantity{background-color:#F2F2F2;padding:0}.cms-element-product-listing .card .product-not-in-stock,.cms-element-product-listing .card .product-in-stock,.product-slider-container .card .product-not-in-stock,.product-slider-container .card .product-in-stock{position:relative;display:block;text-align:right !important;z-index:5;letter-spacing:0;opacity:1;font-size:11px;font-family:"Open Sans", serif;font-weight:400;color:#4A545B;right:5px}.cms-element-product-listing .card .productDeliveryStatus,.product-slider-container .card .productDeliveryStatus{display:flex;flex-wrap:wrap;gap:2px 10px;font-size:11px;font-family:"Open Sans", sans-serif;color:#4A545B}.cms-element-product-listing .card .productDeliveryStatus .delivery-status-row,.product-slider-container .card .productDeliveryStatus .delivery-status-row{display:flex;align-items:center;gap:3px;white-space:nowrap}.cms-element-product-listing .card .productDeliveryStatus .delivery-check,.product-slider-container .card .productDeliveryStatus .delivery-check{font-size:12px;font-weight:700;line-height:1}.cms-element-product-listing .card .productDeliveryStatus .delivery-check-yes,.product-slider-container .card .productDeliveryStatus .delivery-check-yes{color:#09A81C}.cms-element-product-listing .card .productDeliveryStatus .delivery-check-no,.product-slider-container .card .productDeliveryStatus .delivery-check-no{color:#B71C1C}.cms-element-product-listing .card .productDeliveryStatus .delivery-status-text,.product-slider-container .card .productDeliveryStatus .delivery-status-text{font-size:11px}.cms-element-product-listing .card .productDeliveryStatus .delivery-store-count,.product-slider-container .card .productDeliveryStatus .delivery-store-count{width:100%}.cms-element-product-listing .card .productDeliveryStatus .delivery-store-count .delivery-status-text,.product-slider-container .card .productDeliveryStatus .delivery-store-count .delivery-status-text{color:#777371;font-size:10px}.cms-element-product-listing .card .product-number,.product-slider-container .card .product-number{position:relative;text-align:left !important;letter-spacing:0;color:#777371;opacity:1;font-size:11px;font-family:"Open Sans", serif;z-index:5;left:8px}.cms-element-product-listing .card .productCardEnd .coeAddToWishList .btn,.product-slider-container .card .productCardEnd .coeAddToWishList .btn{padding-right:0;width:100%}.cms-element-product-listing .card .card-body .product-badges.top-left,.product-slider-container .card .card-body .product-badges.top-left{top:52px}.cms-element-product-listing .card .kp-card-wishlist,.product-slider-container .card .kp-card-wishlist{position:absolute;top:10px;left:10px;z-index:7}body:not(.is-logged-in) .cms-element-product-listing .card .kp-card-wishlist,body:not(.is-logged-in) .product-slider-container .card .kp-card-wishlist{display:none}.cms-element-product-listing .card .kp-card-wishlist .kp-card-wishlist-btn,.product-slider-container .card .kp-card-wishlist .kp-card-wishlist-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0 !important;padding:0 !important;border:1px solid #d9d9d9;border-radius:50%;background-color:#fff;box-shadow:0 1px 3px rgba(0, 0, 0, 0.08);font-size:0;line-height:1;transition:border-color 0.15s ease}.cms-element-product-listing .card .kp-card-wishlist .kp-card-wishlist-btn:hover,.product-slider-container .card .kp-card-wishlist .kp-card-wishlist-btn:hover{border-color:#000}.cms-element-product-listing .card .kp-card-wishlist .kp-card-wishlist-btn .icon,.cms-element-product-listing .card .kp-card-wishlist .kp-card-wishlist-btn .icon-wishlist,.cms-element-product-listing .card .kp-card-wishlist .kp-card-wishlist-btn svg,.product-slider-container .card .kp-card-wishlist .kp-card-wishlist-btn .icon,.product-slider-container .card .kp-card-wishlist .kp-card-wishlist-btn .icon-wishlist,.product-slider-container .card .kp-card-wishlist .kp-card-wishlist-btn svg{width:18px;height:18px;color:#1a1a1a}.cms-element-product-listing .card .product-wishlist,.product-slider-container .card .product-wishlist{position:relative;width:100%;margin:0;padding:0;background:transparent}.cms-element-product-listing .card .product-wishlist .product-wishlist-action-circle,.cms-element-product-listing .card .product-wishlist .is-ctl-wishlist,.product-slider-container .card .product-wishlist .product-wishlist-action-circle,.product-slider-container .card .product-wishlist .is-ctl-wishlist{top:50px;right:12px;background-color:#fff;opacity:1;height:30px;width:30px;z-index:6}.cms-element-product-listing .card .product-wishlist .product-wishlist-action-circle .icon-wishlist,.cms-element-product-listing .card .product-wishlist .is-ctl-wishlist .icon-wishlist,.product-slider-container .card .product-wishlist .product-wishlist-action-circle .icon-wishlist,.product-slider-container .card .product-wishlist .is-ctl-wishlist .icon-wishlist{color:#000000;transform:translate(-23%, -14%);width:18px;height:16px}.konpap-readmore-container .konpap-readmore,.konpap-readmore-container .konpap-readless{text-decoration:underline;margin-top:10px;user-select:none;display:none}.konpap-readmore-container .readmore-text{line-height:21px}@media (max-width:767.98px){.konpap-readmore-container:not(.konpap-readmore-container.readmeExpand) .readmore-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height:63px}.konpap-readmore-container:not(.konpap-readmore-container.readmeExpand).has-overflow .konpap-readmore{display:block}.konpap-readmore-container.readmeExpand .konpap-readless{display:block}}@media (max-width:767.98px){.is-ctl-navigation .cms-section .cms-section-sidebar{flex-direction:column !important;margin-top:15px}.is-ctl-navigation .cms-section .cms-section-sidebar .cms-block-category-navigation .cms-block-container{padding:0 !important}}@media (max-width:575.98px){.cms-section-sidebar.boxed.row,.is-act-cartpage .checkout .cms-section-sidebar.boxed.checkout-container,.is-act-checkoutregisterpage .checkout .cms-section-sidebar.boxed.checkout-container,.is-act-confirmpage .checkout .cms-section-sidebar.boxed.checkout-container,.is-ctl-accountorder .checkout .cms-section-sidebar.boxed.checkout-container,.is-act-finishpage .checkout .cms-section-sidebar.boxed.checkout-container,.header-search-container.full-page .search-suggest .cms-section-sidebar.boxed.search-suggest-content__row,.confirm-shipping .confirm-shipping-method .shipping-method-label .cms-section-sidebar.boxed.shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .cms-section-sidebar.boxed.shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .cms-section-sidebar.boxed.shipping-method-description,.confirm-shipping .payment-method .payment-method-label .cms-section-sidebar.boxed.shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .cms-section-sidebar.boxed.shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .cms-section-sidebar.boxed.shipping-method-description,.confirm-payment .payment-method .shipping-method-label .cms-section-sidebar.boxed.shipping-method-description,.confirm-payment .payment-method .payment-method-label .cms-section-sidebar.boxed.shipping-method-description{padding-left:0 !important;padding-right:0 !important}}.cms-element-product-listing{padding-bottom:65px}.cms-element-product-listing .tanmar-infinity-scrolling-button-text{display:none !important}.cms-element-product-listing .text-center.infinite-scrolling-button-more .btn,.cms-element-product-listing .text-center.infinite-scrolling-button-prev .btn{border-radius:50px}.cms-element-sidebar-filter .filter-panel-headline{margin-top:2px}.cms-section-sidebar-main-content{padding-left:0;padding-right:0}.wexo-checkout #cartInfo .line-item-product .line-item-row{justify-content:space-between}.wexo-checkout #cartInfo .cart-item-quantity{padding:0}.wexo-checkout #cartInfo .line-item-quantity-select-wrapper{padding:0 5px 0 5px}.wexo-checkout #cartInfo .quantity-selector-group{display:flex;height:48px;align-items:center}.wexo-checkout #cartInfo .quantity-selector-group input[type="number"]{margin:0 !important}.wexo-checkout #cartInfo .cart-item-unit-price,.wexo-checkout #cartInfo .cart-item-total-price{padding-right:0}.wexo-checkout .checkout-aside{max-width:100% !important}.wexo-checkout .checkout-aside .checkout-aside-container{border-radius:3px !important}.wexo-checkout .checkout-aside .input-group.checkout-aside-add-code input{border-radius:3px !important}.wexo-checkout .checkout-aside .input-group.checkout-aside-add-code button{border-top-right-radius:3px;border-bottom-right-radius:3px}.wexo-checkout .checkout-aside .checkout-aside-summary-total-container:last-of-type dt:first-of-type,.wexo-checkout .checkout-aside .checkout-aside-summary-total-container:last-of-type dd:first-of-type{font-weight:bold}.wexo-checkout .checkout-step{border-radius:3px !important}.wexo-checkout .checkout-step .form-control{border-radius:3px !important;margin-bottom:10px !important}.wexo-checkout .checkout-step-main-header-container a:hover{text-decoration:none}.wexo-checkout .checkout-step-content .form-group{margin-bottom:10px}.wexo-checkout .checkout-step-content .register-submit button{width:fit-content}.wexo-checkout .register-card .register-personal .form-check.register-guest-control{margin-top:-20px}.wexo-checkout .register-card .register-address .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.wexo-checkout .checkout-main .address-info .checkout-step-summary a.btn{margin-top:0.5rem}@media (min-width:576px){.wexo-checkout .checkout-main .address-info .checkout-step-summary a.btn{float:right}}.wexo-checkout .checkout-main .confirm-info-payment .payment-methods .payment-method-description>p{color:#bcc1c7}.wexo-checkout .checkout-main .confirm-info-payment .checkout-step-content .checkout-customer-comment-control{padding:0 20px}.wexo-checkout .checkout-main .confirm-info-payment .checkout-step-content .form-group{padding:0 20px}.wexo-checkout .checkout-bottom .custom-control{position:relative;display:block;min-height:1.3125rem;padding-left:1.5rem}.wexo-checkout .checkout-bottom .custom-control-input{position:absolute;z-index:-1;opacity:0}.wexo-checkout .checkout-bottom .custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#751103;background-color:#751103}.wexo-checkout .checkout-bottom .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 0.2rem rgba(117, 17, 3, 0.25)}.wexo-checkout .checkout-bottom .custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#751103}.wexo-checkout .checkout-bottom .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.wexo-checkout .checkout-bottom .custom-control-label::before{position:absolute;top:0.15625rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.wexo-checkout .checkout-bottom .custom-control-label::after{position:absolute;top:0.15625rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.wexo-checkout .checkout-bottom .custom-checkbox .custom-control-label::before{border-radius:3px}.wexo-checkout .checkout-bottom .custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.konpap-ean-payment{margin-top:1rem;margin-bottom:1rem}.konpap-ean-payment .konpap-ean-input{max-width:20rem}.konpap-combined-delivery{display:flex;align-items:center;gap:1rem;margin-top:1rem;margin-bottom:0;padding:1rem 1.25rem;border:1px solid #bcc1c7;border-radius:6px;background-color:#f9f9f9;cursor:pointer}.konpap-combined-delivery__icon{flex:0 0 auto;display:flex;color:#495057}.konpap-combined-delivery__text{flex:1 1 auto;min-width:0}.konpap-combined-delivery__title{display:block;font-weight:700;font-size:1.125rem;line-height:1.3}.konpap-combined-delivery__help{display:block;margin-top:0.125rem;font-size:0.9375rem;line-height:1.4;color:#798490}.konpap-combined-delivery__toggle{position:relative;flex:0 0 auto;width:3.25rem;height:1.75rem}.konpap-combined-delivery__switch{position:absolute;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.konpap-combined-delivery__slider{position:absolute;inset:0;background-color:#ced4da;border-radius:1rem;transition:background-color 0.2s ease-in-out}.konpap-combined-delivery__slider::before{content:"";position:absolute;top:50%;left:0.1875rem;width:1.375rem;height:1.375rem;transform:translateY(-50%);background-color:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);transition:transform 0.2s ease-in-out}.konpap-combined-delivery__switch:checked~.konpap-combined-delivery__slider{background-color:#751103}.konpap-combined-delivery__switch:checked~.konpap-combined-delivery__slider::before{transform:translate(1.5rem, -50%)}.konpap-combined-delivery__switch:focus-visible~.konpap-combined-delivery__slider{box-shadow:0 0 0 0.2rem rgba(117, 17, 3, 0.25)}.cart-item-row .cart-item-price.with-list-price{color:var(--primary)}.cart-item-row .cart-item-price.with-list-price .cart-item-listPrice{text-decoration:line-through;color:var(--dark);font-size:12px}.cart-item-row .cart-item-price.with-list-price span.d-block.icon-success{font-size:12px}.checkout-aside-summary-list-container .btn-primary,.checkout-aside-summary-list-container .address-editor-select:not(.collapsed),.checkout-aside-summary-list-container .address-editor-edit:not(.collapsed),.checkout-aside-summary-list-container .address-editor-create:not(.collapsed),.offcanvas-cart .btn-primary,.offcanvas-cart .address-editor-select:not(.collapsed),.offcanvas-cart .address-editor-edit:not(.collapsed),.offcanvas-cart .address-editor-create:not(.collapsed){background-color:#ea5a0b;border-radius:40px;padding:10px 0px;font-size:1rem;border:none}.offcanvas-cart-actions .btn-primary:hover,.offcanvas-cart-actions .address-editor-select:not(.collapsed):hover,.offcanvas-cart-actions .address-editor-edit:not(.collapsed):hover,.offcanvas-cart-actions .address-editor-create:not(.collapsed):hover,.checkout-aside-summary-list-container .btn-primary:hover,.checkout-aside-summary-list-container .address-editor-select:not(.collapsed):hover,.checkout-aside-summary-list-container .address-editor-edit:not(.collapsed):hover,.checkout-aside-summary-list-container .address-editor-create:not(.collapsed):hover{background-color:#AF490A}.offcanvas-cart .btn-link{color:#ea5a0b}.header-main .header-cart{border:none}.header-main .header-cart .header-cart-btn .header-cart-total{display:none}.header-main .header-cart-btn .header-cart-badge{background-color:#ea5a0b;color:#fff}.item-list-price{color:var(--primary)}.item-list-price .original{text-decoration:line-through;color:var(--dark);font-size:12px}.item-list-price .discount{color:var(--success);font-size:12px;display:block;text-align:right}.cart-item-delivery-date{font-size:0.75rem}.checkout-aside-product-list .checkout-aside-item-image .cart-item-img{width:100%}.is-ctl-checkout .checkout-main form .form-content>.form-row:first-of-type{display:none}.age-restriction-checkout-container{max-width:700px}.age-restriction-checkout-container .trustpilot-widget-checkout{max-height:55px;display:flex;justify-content:center}.wishlist-content-card .product-delivery-information p.delivery-information{font-size:0.75rem}.wishlist-content-card .product-delivery-information p.delivery-information:before{top:4px;height:25px;width:25px}.note .wishlist-content-card .checkout-product-table .card-title.cart-table-header{margin-bottom:0}.note .wishlist-content-card .add_manual_form .form-group{margin-bottom:0}.note .wishlist-content-card .add_manual_form.mt-4{margin-top:0 !important}.header-row .wishlist-menu-btn .coe-util-bubble{top:-10px}.coe-util-bubble{background-color:#ea5a0b}.coe-util-bubble .icon-coe-util-bubble.icon{color:#ffffff;width:10px;height:10px}.coe-util-bubble .icon-coe-util-bubble.icon>svg{top:1px}.badge{display:none}.modal.account-type.fade{transition:none !important}body:has(.modal.account-type) .modal-backdrop.fade{transition:none !important}.js-pseudo-modal .modal.account-type{overflow-y:hidden;padding:0;margin:0 auto}.js-pseudo-modal .modal.account-type .modal-header.only-close{z-index:1;position:absolute;right:0;top:0}.js-pseudo-modal .modal.account-type .center-content{padding:0;margin:0}.js-pseudo-modal .modal.account-type .modal-content{max-width:none}@media (min-width:992px){.js-pseudo-modal .modal.account-type .modal-content{padding:0;max-width:800px}}.js-pseudo-modal .modal.account-type .modal-dialog{display:flex;align-items:center;justify-content:center}.js-pseudo-modal .modal.account-type .modal-body{padding:0}.js-pseudo-modal .modal.account-type .modal-body .card-wrapper{padding:40px}.account-type .account-type-row{margin:0}.account-type .column-left{background-color:var(--background-secondary);display:flex;align-items:flex-start}.account-type .column-right{display:none;align-items:flex-start}@media (min-width:992px){.account-type .column-right{display:flex}}.account-type .column-left .card-wrapper,.account-type .column-right .card-wrapper{width:100%}.account-type .column-right .form-floating>.form-control{border-radius:50rem;padding-left:1.5rem;padding-right:1.5rem;height:3.25rem}.account-type .column-right .form-floating>.form-control:focus~label,.account-type .column-right .form-floating>.form-control:not(:placeholder-shown)~label{transform:translateY(-1.1rem) scale(0.8);background-color:#fff;padding:0 0.4rem;height:auto}.account-type .column-right .form-floating>label{padding-left:1.5rem;height:3.25rem;display:flex;align-items:center}.account-type .column-right .login-submit .btn{border-radius:50rem}.account-type .teaser-text{color:rgba(74, 84, 91, 0.6);font-weight:normal;font-size:13px}.account-type h3,.account-type .h3{margin-bottom:20px}body.modal-open header.header-main.wtheme-sticky{z-index:1039}.login-form .login-submit .btn{min-width:150px}body.konpap.modal-open{height:100vh;overflow:hidden}#agechecker .modal-header button.close{font-size:1.3125rem;font-weight:700;line-height:1;opacity:0.5;background-color:transparent;border:0;padding:10px 10px;margin:-10px -10px -10px auto}.wexo-product-grid-block{display:flex;flex-wrap:wrap;width:100%;min-height:200px}.wexo-product-grid-block .product-grid-item{padding-left:5px !important;padding-right:5px !important}.wexo-product-grid-block .product-grid-item>div{height:100%;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);position:relative;width:100%}.wexo-product-grid-block .col-1\/5{flex:0 0 20%;max-width:20%;position:relative;width:100%}.wexo-product-grid-block .cms-element-wexo-product-grid{min-height:300px}.wexo-product-grid-block .cms-element-wexo-product-grid .product-grid-content{padding:1rem 0.25rem;color:var(--text);text-align:center}.wexo-product-grid-block .cms-element-wexo-product-grid .product-grid-content .product-grid-title{font-size:20px;margin-bottom:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wexo-product-grid-block .cms-element-wexo-product-grid .product-grid-content .product-grid-description{font-size:13px;height:40px;overflow:hidden}.wexo-product-grid-block .cms-element-wexo-product-grid .product-grid-content .product-grid-button{background-color:white;border-radius:50px;display:inline-block;padding:5px 25px;margin:10px auto 0 auto;box-shadow:0 3px 5px rgba(0, 0, 0, 0.16)}.wexo-product-grid-block .cms-element-wexo-product-grid.standard-product-grid .product-grid-content{position:absolute;bottom:0;left:0;right:0;background:unset;background-color:rgba(255, 255, 255, 0.9);max-height:145px}.wexo-product-grid-block .cms-element-wexo-product-grid .product-grid-link{text-decoration:unset;color:unset}.wexo-product-grid-block .cms-element-wexo-product-grid .product-grid-background-image{min-height:300px;height:100%;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.wexo-product-grid-block img,.categoryGridLayout img{margin:0 auto;display:block}.boxed .wexo-product-grid-block{padding:0 15px}@media (max-width:767.98px){.wexo-product-grid-block .product-grid-item{max-width:100%;flex:0 0 100%;margin-bottom:15px}}.wexo-product-grid-block .standard-CtaCategoryBox .categoryGridContent{position:absolute;bottom:0;left:0;right:0;max-height:145px;height:unset;padding:1rem 0.25rem;top:unset}.wexo-product-grid-block .categoryGridContent{text-align:center}.wexo-product-grid-block .categoryGridContent .categoryGridName{font-size:20px;font-weight:inherit;margin-bottom:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wexo-product-grid-block .categoryGridContent .categoryGridText{overflow:hidden}.wexo-product-grid-block .categoryGridContent .CTA-button{width:auto;display:inline-block;padding:5px 25px}.account-menu-offcanvas .account-menu-register{margin-top:15px}.offcanvas-content-container{padding:0 !important}.offcanvas-content-container .offcanvas-cart .offcanvas-cart-header,.offcanvas-content-container .offcanvas-cart .offcanvas-cart-items,.offcanvas-content-container .offcanvas-cart .offcanvas-summary,.offcanvas-content-container .offcanvas-cart .offcanvas-cart-tax,.offcanvas-content-container .offcanvas-cart .offcanvas-cart-actions{padding:1.25rem}.offcanvas-content-container .offcanvas-cart .offcanvas-cart-header-count{color:#798490}.offcanvas-summary-list{padding:0 20px;justify-content:space-between}.offcanvas-content-container .offcanvas-cart .offcanvas-cart-actions .begin-checkout-btn.disabled{border-radius:40px;padding:10px 0;margin-top:40px}.offcanvas-tax-information{font-size:11px}.cart-offcanvas .offcanvas-active-shipping-method{font-size:11px}.restriction-checkout-container{width:100%;display:flex;justify-content:center;align-items:center;margin:70px 0}.restriction-checkout-container .restriction-img-wrapper{max-width:100px}.restriction-checkout-container .restriction-img-wrapper img{object-fit:cover;width:100%}.offcanvas .line-item-remove{position:absolute;right:0;z-index:2}.offcanvas .line-item-details{padding-right:30px}.offcanvas.offcanvas.offcanvas-end{width:unset !important}.offcanvas-product-layout{posistion:relative}@media (min-width:576px){.offcanvas .offcanvas-content-container{width:400px}.offcanvas .line-item-details-container{padding-left:1rem}}.offcanvas .line-item-quantity{flex:1 1 auto;justify-content:start;display:flex}.offcanvas .line-item-total-price{flex:1 1 0}.offcanvas .line-item-row{position:relative}.offcanvas .line-item-info .line-item-row{flex-wrap:nowrap}.offcanvas-cart-relewise-recommendation .product-slider .cms-element-title{z-index:10;position:relative;width:100%;padding-top:16px}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer{overflow:inherit}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh{transform:none !important}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner{height:100%}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item{margin-bottom:10px !important}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item .product-box{min-height:0 !important;margin-bottom:0}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item .product-box .product-image-wrapper{height:140px !important;flex:0 0 140px !important;margin-bottom:0}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item .product-box .product-name{font-size:14px !important;font-weight:500 !important;text-align:center !important}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item .product-box .kp-card-short-description{display:none}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item .product-box .kp-buy-row{flex-direction:column !important;align-items:stretch !important;gap:6px !important;margin-top:8px !important}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item .product-box .kp-buy-row__price{text-align:center}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item .product-box .kp-per-unit-label{font-size:13px !important;margin-bottom:2px}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item .product-box .kp-buy-row__price .product-price{font-size:16px !important}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item:nth-child(2){margin-top:30px}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item:nth-last-child(2){margin-bottom:0 !important;border-bottom:none}.offcanvas-cart-relewise-recommendation .product-slider .tns-outer .tns-ovh .tns-inner .product-slider-container .product-slider-item:last-child{display:none}.offcanvas-body{padding:0 !important}@media (max-width:575.98px){.offcanvas-body .offcanvas-cart-relewise-recommendation{display:none}}.account.account-content,.account-register,.b2b-account-activation,.is-act-cartpage .checkout{padding-top:2rem}@media (max-width:767.98px){.account.account-content,.account-register,.b2b-account-activation,.is-act-cartpage .checkout{padding-top:0.5rem}}@media (max-width:767.98px){.account-register .register-card{margin-top:30px}.is-act-cartpage .content-main .checkout{padding-top:1rem}.is-act-cartpage .content-main .checkout .checkout-steps-container{margin-bottom:0}.is-act-cartpage,.is-act-checkoutregisterpage,.is-act-confirmpage,.is-act-finishpage{}.is-act-cartpage .content-main .checkout .checkout-main,.is-act-checkoutregisterpage .content-main .checkout .checkout-main,.is-act-confirmpage .content-main .checkout .checkout-main,.is-act-finishpage .content-main .checkout .checkout-main{padding:1rem}}@media (min-width:992px){.account-login{padding-top:20px}}.account-login .account-login-inner{min-height:60vh}.account-login .account-login-col{display:flex;align-items:center;justify-content:center;padding:40px}.account-login .account-login-col-left{background-color:#751103;color:#fff}.account-login .account-login-col-left .account-login-title{color:#fff}.account-login .account-login-col-left .form-label{color:rgba(255, 255, 255, 0.8)}.account-login .account-login-col-left .form-control{background-color:rgba(255, 255, 255, 0.15);border-color:rgba(255, 255, 255, 0.3);color:#fff}.account-login .account-login-col-left .form-control::placeholder{color:rgba(255, 255, 255, 0.5)}.account-login .account-login-col-left .form-control:focus{background-color:rgba(255, 255, 255, 0.2);border-color:rgba(255, 255, 255, 0.6);color:#fff}.account-login .account-login-col-left .login-password-recover a{color:rgba(255, 255, 255, 0.8)}.account-login .account-login-col-left .login-password-recover a:hover{color:#fff}.account-login .account-login-col-left .btn-primary,.account-login .account-login-col-left .address-editor-select:not(.collapsed),.account-login .account-login-col-left .address-editor-edit:not(.collapsed),.account-login .account-login-col-left .address-editor-create:not(.collapsed){background-color:#fff;color:#751103;border-color:#fff}.account-login .account-login-col-left .btn-primary:hover,.account-login .account-login-col-left .address-editor-select:not(.collapsed):hover,.account-login .account-login-col-left .address-editor-edit:not(.collapsed):hover,.account-login .account-login-col-left .address-editor-create:not(.collapsed):hover{background-color:rgba(255, 255, 255, 0.9)}.account-login .account-login-col-left .alert{background-color:#fff;border:none;color:#751103}.account-login .account-login-col-left .alert.alert-has-icon{position:static;animation:none;box-shadow:none;display:flex;align-items:center;margin-bottom:20px}.account-login .account-login-col-left .alert.alert-has-icon .icon{position:static;flex:0 0 auto;margin-right:10px}.account-login .account-login-col-left .alert.alert-has-icon .icon svg use,.account-login .account-login-col-left .alert.alert-has-icon .icon svg path{fill:#751103}.account-login .account-login-col-left .alert.alert-has-icon .alert-content-container,.account-login .account-login-col-left .alert.alert-has-icon .alert-content{background:transparent;color:#751103}.account-login .account-login-col-left .login-help-cta{margin-bottom:20px}.account-login .account-login-col-left .login-help-cta a{color:#fff;font-weight:600;text-decoration:underline}.account-login .account-login-col-left .login-help-cta a:hover{color:rgba(255, 255, 255, 0.85)}.account-login .account-login-col-right{background-color:#fff}.account-login .account-login-card{max-width:400px;width:100%}.account-login .account-login-title{font-size:1.75rem;margin-bottom:30px}.account-login .login-advantages{margin:30px 0}.account-login .login-advantages .login-advantages-header{font-weight:600}.account-login .login-advantages ul{padding-left:20px;margin-top:10px}.account-login .login-advantages ul li{margin-bottom:5px}@media (max-width:991.98px){.account-login{margin-left:-20px;margin-right:-20px;width:auto}.account-login .account-login-inner{min-height:auto}.account-login .account-login-col{padding:30px 20px}.account-login .account-login-col-left{order:1}.account-login .account-login-col-right{order:2;padding-top:40px;padding-bottom:40px}}.register-hero{display:flex;flex-wrap:wrap;margin-bottom:40px}.register-hero .register-hero-image{flex:0 0 55%;max-width:55%;background:linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);min-height:300px}.register-hero .register-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.register-hero .register-hero-benefits{flex:0 0 45%;max-width:45%;padding:40px;display:flex;flex-direction:column;justify-content:center;background-color:#fff}.register-hero .register-hero-title{font-size:1.5rem;font-weight:700;margin-bottom:20px}.register-hero .register-hero-intro{margin-bottom:20px;color:#666}.register-hero .register-hero-list{padding-left:20px;margin-bottom:20px}.register-hero .register-hero-list li{margin-bottom:5px}.register-hero .register-hero-cta-text{margin-bottom:0;color:#666}.account-register .register-form-container{max-width:800px;margin:0 auto;padding:0 20px}.account-register .register-form-container .register-card{border:none;box-shadow:none;background:transparent}.account-register .register-form-container .register-card .card-body{padding:0}.account-register .register-form-container .register-card .card-title{display:none}.account-register .register-step{background:#fff;border:1px solid #e5e5e5;border-radius:4px;margin-bottom:20px;overflow:hidden}.account-register .register-step-header{display:flex;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5;background-color:#fafafa}.account-register .register-step-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#751103;color:#fff;font-weight:700;font-size:14px;margin-right:10px;flex-shrink:0}.account-register .register-step-title{font-weight:600;font-size:1rem}.account-register .register-step-content{padding:20px}.account-register .register-step-content .form-group{margin-bottom:10px}.account-register .register-step-content label[for="personalBirthday"],.account-register .register-step-content label[for="personalBirthday"]+.row,.account-register .register-step-content .is-act-cartpage .checkout label[for="personalBirthday"]+.checkout-container,.is-act-cartpage .checkout .account-register .register-step-content label[for="personalBirthday"]+.checkout-container,.account-register .register-step-content .is-act-checkoutregisterpage .checkout label[for="personalBirthday"]+.checkout-container,.is-act-checkoutregisterpage .checkout .account-register .register-step-content label[for="personalBirthday"]+.checkout-container,.account-register .register-step-content .is-act-confirmpage .checkout label[for="personalBirthday"]+.checkout-container,.is-act-confirmpage .checkout .account-register .register-step-content label[for="personalBirthday"]+.checkout-container,.account-register .register-step-content .is-ctl-accountorder .checkout label[for="personalBirthday"]+.checkout-container,.is-ctl-accountorder .checkout .account-register .register-step-content label[for="personalBirthday"]+.checkout-container,.account-register .register-step-content .is-act-finishpage .checkout label[for="personalBirthday"]+.checkout-container,.is-act-finishpage .checkout .account-register .register-step-content label[for="personalBirthday"]+.checkout-container,.account-register .register-step-content .header-search-container.full-page .search-suggest label[for="personalBirthday"]+.search-suggest-content__row,.header-search-container.full-page .search-suggest .account-register .register-step-content label[for="personalBirthday"]+.search-suggest-content__row,.account-register .register-step-content .confirm-shipping .confirm-shipping-method .shipping-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .account-register .register-step-content label[for="personalBirthday"]+.shipping-method-description,.account-register .register-step-content .confirm-shipping .confirm-shipping-method .payment-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .account-register .register-step-content label[for="personalBirthday"]+.shipping-method-description,.account-register .register-step-content .confirm-shipping .payment-method .shipping-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .account-register .register-step-content label[for="personalBirthday"]+.shipping-method-description,.account-register .register-step-content .confirm-shipping .payment-method .payment-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-shipping .payment-method .payment-method-label .account-register .register-step-content label[for="personalBirthday"]+.shipping-method-description,.account-register .register-step-content .confirm-payment .confirm-shipping-method .shipping-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .account-register .register-step-content label[for="personalBirthday"]+.shipping-method-description,.account-register .register-step-content .confirm-payment .confirm-shipping-method .payment-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .account-register .register-step-content label[for="personalBirthday"]+.shipping-method-description,.account-register .register-step-content .confirm-payment .payment-method .shipping-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-payment .payment-method .shipping-method-label .account-register .register-step-content label[for="personalBirthday"]+.shipping-method-description,.account-register .register-step-content .confirm-payment .payment-method .payment-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-payment .payment-method .payment-method-label .account-register .register-step-content label[for="personalBirthday"]+.shipping-method-description,.account-register .register-step-content .register-personal>.form-row:nth-child(2){display:none}.account-register .register-form-container .register-submit{margin-top:20px;margin-bottom:40px;text-align:left}.account-register .register-form-container .register-submit .btn{min-width:200px}@media (max-width:767.98px){.account-register{margin-left:-20px;margin-right:-20px;width:auto}.register-hero .register-hero-image{flex:0 0 100%;max-width:100%;max-height:200px;overflow:hidden}.register-hero .register-hero-benefits{flex:0 0 100%;max-width:100%;padding:20px}.register-form-container{padding:0 10px}.register-step-content{padding:10px}}.dynamiskBølge{height:inherit;position:relative}.dynamic-wave{position:absolute;z-index:-1;width:100%;margin:0 !important;height:calc(100%);min-height:150px;top:0}.offcanvas-cart .btn-primary,.offcanvas-cart .address-editor-select:not(.collapsed),.offcanvas-cart .address-editor-edit:not(.collapsed),.offcanvas-cart .address-editor-create:not(.collapsed),.checkout-aside-summary-list-container .btn-primary,.checkout-aside-summary-list-container .address-editor-select:not(.collapsed),.checkout-aside-summary-list-container .address-editor-edit:not(.collapsed),.checkout-aside-summary-list-container .address-editor-create:not(.collapsed){background-color:#ea5a0b;border:none}.is-act-home .dynamiskBølge:first-child{display:none}.container-main>.dynamiskBølge{padding:10px 0 0;margin-bottom:30px}.dynamic-wave path{fill:#f5f5f5}.overflow-visible{overflow:visible}.spinner{border:4px solid rgba(0, 0, 0, 0.1);border-left-color:#751103;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.filter-panel.is--sidebar{margin-right:-20px}.filter-panel.is--sidebar .filter-panel-headline{color:#751103;font-family:"Poppins", sans-serif;font-size:16px;margin-bottom:20px}.filter-panel.is--sidebar .filter-panel-item-toggle{border-left:unset;border-right:unset;border-bottom:unset;border-radius:0;border-color:#D8D8D8}.filter-panel.is--sidebar .filter-panel-item{padding:20px 0;margin:0;border-top:1px solid #D8D8D8}.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle{padding:0 10px 0 0;border:none;font-size:14px;color:#000;font-weight:500;font-family:"Poppins", sans-serif;text-transform:uppercase}.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle.disabled{background-color:unset;opacity:0.3}.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle .icon{color:#000;height:14px;width:14px}.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle .icon.icon-minus{display:none}.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle[aria-expanded="true"] .icon.icon-plus{display:none}.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle[aria-expanded="true"] .icon.icon-minus{display:inline-flex}.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle[aria-expanded="true"] .icon>svg{color:#000}.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-dropdown{border:none;border-radius:0;max-height:unset;overflow:hidden}.filter-panel.is--sidebar .filter-panel-active-container-box .btn.filter-reset-all{color:#751103;border-color:#751103}.filter-panel.is--sidebar .filter-panel-active-container-box .btn.filter-reset-all:hover{background-color:#751103;color:#fff}.filter-panel.is--sidebar .custom-control-label{font-size:12px;padding-left:5px}.filter-panel.is--sidebar .custom-control-label::before{top:1px}.filter-panel.is--sidebar .custom-control-label::after{top:2px}.filter-panel.is--sidebar .filter-multi-select-list-item{padding:0 15px 0 1px}.filter-panel.is--sidebar .filter-multi-select-list-item .custom-checkbox{padding:3px 0 3px 1.5rem}.filter-panel.is--sidebar .filter-property-select-preview{height:1.25rem;width:1.25rem;margin:3px 5px 3px 0}.filter-panel.is--sidebar .filter-multi-select-item-label{font-size:12px}.filter-panel.is--sidebar .filter-property-select-checkbox:checked~.filter-property-select-preview-checkmark{transform:translate(2px, -2px)}.filter-panel.is--sidebar .filter-range-container{padding:1rem 0}.filter-panel-offcanvas-header .filter-panel-headline{color:#751103;font-family:"Poppins", sans-serif;font-size:16px}@media (min-width:992px){.cms-section-default:has(.cms-element-sidebar-filter){overflow:visible !important}.cms-element-sidebar-filter .filter-panel-wrapper-toggle{display:none !important}.cms-element-sidebar-filter .filter-panel-wrapper{display:block !important}.filter-panel:not(.is--sidebar){position:relative;z-index:50}.filter-panel:not(.is--sidebar) .filter-panel-items-container{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:0}.filter-panel:not(.is--sidebar) .filter-panel-item,.filter-panel:not(.is--sidebar) .filter-multi-select,.filter-panel:not(.is--sidebar) .filter-range-container{position:relative;margin:0;border:none;z-index:1}.filter-panel:not(.is--sidebar) .filter-panel-item.show,.filter-panel:not(.is--sidebar) .filter-multi-select.show,.filter-panel:not(.is--sidebar) .filter-range-container.show{z-index:1060}.filter-panel:not(.is--sidebar) .filter-panel-item .filter-panel-item-toggle,.filter-panel:not(.is--sidebar) .filter-multi-select .filter-panel-item-toggle,.filter-panel:not(.is--sidebar) .filter-range-container .filter-panel-item-toggle{padding:8px 16px;font-size:14px;font-weight:500;color:#333;border:1px solid #ddd;border-radius:50px;background:#fff;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;height:38px}.filter-panel:not(.is--sidebar) .filter-panel-item .filter-panel-item-toggle:hover,.filter-panel:not(.is--sidebar) .filter-multi-select .filter-panel-item-toggle:hover,.filter-panel:not(.is--sidebar) .filter-range-container .filter-panel-item-toggle:hover{border-color:#bbb;background-color:#fafafa}.filter-panel:not(.is--sidebar) .filter-panel-item .filter-panel-item-toggle .icon,.filter-panel:not(.is--sidebar) .filter-multi-select .filter-panel-item-toggle .icon,.filter-panel:not(.is--sidebar) .filter-range-container .filter-panel-item-toggle .icon{width:10px;height:10px}.filter-panel:not(.is--sidebar) .filter-panel-item .filter-panel-item-dropdown,.filter-panel:not(.is--sidebar) .filter-panel-item .filter-multi-select-dropdown,.filter-panel:not(.is--sidebar) .filter-multi-select .filter-panel-item-dropdown,.filter-panel:not(.is--sidebar) .filter-multi-select .filter-multi-select-dropdown,.filter-panel:not(.is--sidebar) .filter-range-container .filter-panel-item-dropdown,.filter-panel:not(.is--sidebar) .filter-range-container .filter-multi-select-dropdown{position:absolute;top:100%;left:0;z-index:1050;min-width:280px;max-height:350px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);margin-top:4px;padding:8px 0}.filter-panel:not(.is--sidebar) .filter-panel-item:nth-child(n+6):not(.filter-more-btn),.filter-panel:not(.is--sidebar) .filter-multi-select:nth-child(n+6):not(.filter-more-btn),.filter-panel:not(.is--sidebar) .filter-range-container:nth-child(n+6):not(.filter-more-btn){display:none}.filter-panel:not(.is--sidebar) .filter-more-btn{align-items:center;padding:8px 16px;border:1px solid #ddd;border-radius:50px;background:#fff;font-size:14px;font-weight:500;color:#333;cursor:pointer;white-space:nowrap;height:38px}.filter-panel:not(.is--sidebar) .filter-more-btn:hover{border-color:#bbb;background-color:#fafafa}.filter-panel:not(.is--sidebar) .filter-row-break{display:none !important}.filter-panel:not(.is--sidebar).show-all-filters .filter-panel-item:nth-child(n+6),.filter-panel:not(.is--sidebar).show-all-filters .filter-multi-select:nth-child(n+6),.filter-panel:not(.is--sidebar).show-all-filters .filter-range-container:nth-child(n+6){display:block;order:3}.filter-panel:not(.is--sidebar).show-all-filters .filter-more-btn{order:2}.filter-panel:not(.is--sidebar).show-all-filters .filter-row-break{display:block !important;flex-basis:100%;height:0;order:2}.filter-panel:not(.is--sidebar) .filter-panel-active-container-box{margin-top:8px}.filter-panel:not(.is--sidebar) .filter-range-container{padding:12px 16px}.filter-panel:not(.is--sidebar) .filter-multi-select-list-item{padding:2px 12px}}@media (max-width:991.98px){.cms-element-sidebar-filter .filter-panel-wrapper{display:none}}#simpleContactForm .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}#simpleContactForm .form-row>[class*="col-"]{padding-right:5px;padding-left:5px}#simpleContactForm .btn-primary,#simpleContactForm .address-editor-select:not(.collapsed),#simpleContactForm .address-editor-edit:not(.collapsed),#simpleContactForm .address-editor-create:not(.collapsed){height:35px;padding:0 10px;border-radius:20px;cursor:pointer;box-shadow:0px 0px 2px 0px #545454;color:#fff;background-color:#751103;border-color:#751103;margin:1.25rem;min-width:200px;margin-bottom:20px}.breadcrumb{padding:0.75rem 0}.purchaseQuantityGroup .btnPurchaseExtraQuantity.btnQuantityDecrease{border-top-left-radius:50px;border-bottom-left-radius:50px;border-right:none}.purchaseQuantityGroup .btnPurchaseExtraQuantity.btnQuantityDecrease:after{background-image:url("https://konpap.dk/bundles/wtheme/storefront/img/leftDark.svg")}.purchaseQuantityGroup .btnPurchaseExtraQuantity.btnQuantityIncrease{border-top-right-radius:50px;border-bottom-right-radius:50px;border-left:none}.purchaseQuantityGroup .btnPurchaseExtraQuantity.btnQuantityIncrease:after{background-image:url("https://konpap.dk/bundles/wtheme/storefront/img/rightDark.svg")}.purchaseQuantityGroup .btnPurchaseExtraQuantity:not(:disabled):hover{background-color:rgba(245, 245, 245, 0.6)}.purchaseQuantityGroup .btnQuantityDecrease:after,.purchaseQuantityGroup .btnQuantityIncrease:after{background-position:center center;background-repeat:no-repeat;background-size:contain;display:block;height:0.75rem;width:0.75rem;content:""}.purchaseQuantityGroup .purchaseQuantity{border-right:none;border-left:none}.purchaseQuantityGroup .purchaseQuantity::-webkit-inner-spin-button,.purchaseQuantityGroup .purchaseQuantity::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.purchaseQuantityGroup .btnPurchaseExtraQuantity,.purchaseQuantityGroup .purchaseQuantity{border-color:#f5f5f5}#simpleContactForm{padding:10px;box-shadow:none}.fetchContactPerson{display:flex;justify-content:space-evenly;flex-wrap:wrap;margin:40px}.form-group input#form-firstName,input#form-email,#form-phone,#form-comment,#form-customerName,#form-customerEmail,#form-textHtml{margin-bottom:10px !important;border-radius:20px;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:1px solid #ebebeb;width:100%;padding:5px 10px;min-height:3rem;transition-duration:0.1s;transition-timing-function:ease-in}.contact-form-error{display:block}.simple-contact-form-submit{min-width:15rem;height:35px;padding:0 10px;border-radius:20px;cursor:pointer;box-shadow:0px 0px 2px 0px #545454;color:#fff;background-color:#751103;border-color:#751103;margin:1.25rem}.simple-contact-form-label{padding-top:5px;color:#aaa;top:10px}.cms-block-simple-contact-form-image{padding:0}label[for="form-phone"]{display:none}#form-phone{width:100%;box-sizing:border-box}.simple-contact-form-headline{line-height:normal;white-space:nowrap}@media (max-width:767.98px){.simple-contact-form-headline{white-space:unset}}.account-register .card-title,.account-register .login-advantages-header,.register-form .card-title,.register-form .login-advantages-header{font-family:"Open Sans", sans-serif}.account-register .form-control,.account-register .form-select,.register-form .form-control,.register-form .form-select{border-radius:3px !important;border-color:#bcc1c7 !important}.account-register small,.account-register .small,.register-form small,.register-form .small{font-size:80%;font-weight:400}span.simple-contact-form-label-required{color:red !important}.product-box.boxPurchaseExtra{border:none}.product-box .product-action{margin-top:0}.product-box:not(.box-upsellProduct) .product-name-box{height:auto !important;text-align:center}.product-box:not(.box-upsellProduct) .product-name{font-size:14px !important;font-family:"Poppins", sans-serif !important;font-weight:600 !important;line-height:1.25 !important;color:#000 !important;text-align:center !important;hyphens:auto;margin:0}.product-box:not(.box-upsellProduct) .kp-card-short-description{font-size:14px !important;font-family:"Poppins", sans-serif !important;font-weight:600 !important;color:#000 !important;hyphens:auto}.product-box .kp-moq-pill-row{display:flex;justify-content:center;margin:-18px 0 8px;position:relative;z-index:2}.product-box .kp-moq-pill{display:inline-block;background-color:#1c1c1c;color:#fff;font-size:11px;font-weight:600;line-height:1.2;padding:4px 12px;border-radius:999px;white-space:nowrap}.product-box .kp-price-block{margin-top:8px;text-align:center}.product-box .kp-per-unit-label{color:#707070;font-size:15px;margin-bottom:2px}.product-box .product-info .product-price{text-align:center !important;color:#1a1a1a !important;font-size:26px !important;font-weight:700;line-height:1.1;margin:0}.product-box .product-info .product-price .product-price__from{display:inline}.product-box .product-info .product-price .product-price__from>.d-sm-inline,.product-box .product-info .product-price .product-price__from>span:first-child{font-size:16px;font-weight:400;color:#707070}.product-box .product-info .product-price b{font-size:26px;font-weight:700;color:#1a1a1a}.product-box .product-info .product-price .list-price{display:block;font-size:15px;font-weight:400;color:#707070;text-decoration:line-through}.product-box .kp-price-block{position:relative}.product-box .kp-price-block .product-price-info .aftalepris-icon{position:absolute;right:2px;bottom:2px;margin:0}.product-box .kp-card-action-wrap{margin-top:12px}.product-box .kp-card-buy-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background-color:#B20E10;color:#fff;font-size:16px;font-weight:600;padding:9px 16px;border:none;border-radius:10px;line-height:1;transition:background-color 0.15s ease-in-out}.product-box .kp-card-buy-btn .icon{display:flex;align-items:center;justify-content:center}.product-box .kp-card-buy-btn .icon,.product-box .kp-card-buy-btn svg{width:20px;height:20px;color:#fff;fill:currentColor}.product-box .kp-card-buy-btn svg{display:block;position:relative;top:0}.product-box .kp-card-buy-btn:hover,.product-box .kp-card-buy-btn:focus{background-color:#8f0b0d;color:#fff}.product-box .productCardEnd{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:10px}.product-box .productCardEnd .product-number{color:#707070;font-size:14px}.product-box .productCardEnd .productDeliveryStatus{margin:0;font-size:14px}.product-box .productCardEnd .delivery-status-row{display:flex;align-items:center;gap:6px}.product-box .productCardEnd .delivery-check-yes{color:#2ca01c;font-weight:700}.product-box .kp-spar-badge.custom-badge{background-color:#f28c00 !important;color:#fff !important;font-size:15px;font-weight:700;padding:7px 14px;border-radius:10px;box-shadow:0 2px 6px rgba(0, 0, 0, 0.15);white-space:nowrap}.kp-buy-modal{max-width:640px;margin:0 auto}.kp-buy-modal .kp-buy-modal__image-wrap{text-align:center}.kp-buy-modal .kp-buy-modal__image{max-width:220px;max-height:220px;object-fit:contain}.kp-buy-modal .kp-buy-modal__name{text-align:center;font-family:"Poppins", sans-serif;font-weight:600;font-size:16px;color:#000;margin:8px 0 18px}.kp-buy-modal .kp-buy-modal__thead,.kp-buy-modal .kp-tier{display:flex;align-items:center;gap:8px}.kp-buy-modal .kp-tier__antal{flex:1.3 1 0;display:flex;align-items:center;gap:10px}.kp-buy-modal .kp-tier__price{flex:1 1 0}.kp-buy-modal .kp-tier__save{flex:1.2 1 0;display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.kp-buy-modal .kp-tier__points{flex:1.1 1 0;text-align:right}.kp-buy-modal .kp-tier__save-amount{white-space:nowrap}.kp-buy-modal .kp-buy-modal__thead{padding:10px 18px;font-weight:700;font-size:14px;color:#000}.kp-buy-modal .kp-buy-modal__thead .kp-tier__points small,.kp-buy-modal .kp-buy-modal__thead .kp-tier__points .small{display:block;font-weight:400;font-size:11px;color:#707070}.kp-buy-modal .kp-tier{position:relative;margin-bottom:10px;padding:16px 18px;border:1px solid #D8D8D8;border-radius:12px;cursor:pointer;font-size:15px;transition:border-color 0.12s ease, background-color 0.12s ease}.kp-buy-modal .kp-tier:hover{border-color:#b9b9b9}.kp-buy-modal .kp-tier.is-selected{border-color:#2e7d32;background-color:#f1f8f1}.kp-buy-modal .kp-tier .kp-tier__radio{width:18px;height:18px;accent-color:#2e7d32;flex:0 0 auto;margin:0}.kp-buy-modal .kp-tier .kp-tier__antal-label{font-weight:600}.kp-buy-modal .kp-tier .kp-tier__pct{display:inline-block;flex:0 0 auto;padding:1px 7px;border-radius:6px;background-color:#f28c00;color:#fff;font-size:13px;font-weight:700;white-space:nowrap}.kp-buy-modal .kp-tier .kp-tier__points{color:#2e7d32;font-weight:600}.kp-buy-modal .kp-buy-modal__custom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:6px 0 20px;padding:6px 4px}.kp-buy-modal .kp-buy-modal__stepper{display:flex;align-items:center;gap:8px}.kp-buy-modal .kp-buy-modal__step{width:38px;height:38px;border:1px solid #D8D8D8;border-radius:8px;background:#fff;font-size:20px;line-height:1;cursor:pointer}.kp-buy-modal .kp-buy-modal__step:hover{border-color:#b2b2b2}.kp-buy-modal .kp-buy-modal__qty{width:56px;height:38px;text-align:center;border:1px solid #D8D8D8;border-radius:8px;font-size:15px;-moz-appearance:textfield}.kp-buy-modal .kp-buy-modal__qty::-webkit-outer-spin-button,.kp-buy-modal .kp-buy-modal__qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.kp-buy-modal .kp-buy-modal__unit{color:#707070}.kp-buy-modal .kp-buy-modal__total{text-align:right;line-height:1.2}.kp-buy-modal .kp-buy-modal__total .kp-buy-modal__total-price{font-size:18px;font-weight:700;color:#1a1a1a}.kp-buy-modal .kp-buy-modal__total .kp-buy-modal__tax{display:block;font-size:12px;color:#707070}.kp-buy-modal .kp-buy-modal__submit{display:block;width:100%;background-color:#B20E10;color:#fff;font-size:19px;font-weight:700;padding:15px;border:none;border-radius:999px}.kp-buy-modal .kp-buy-modal__submit:hover,.kp-buy-modal .kp-buy-modal__submit:focus{background-color:#8c0b0d;color:#fff}.kp-buy-modal .kp-buy-modal__footer{margin-top:14px;text-align:center}.kp-buy-modal .kp-buy-modal__footer .productDeliveryStatus{justify-content:center;color:#707070}.kp-buy-modal .kp-buy-modal__footer .delivery-status-row{justify-content:center}.kp-buy-modal .kp-buy-modal__help{margin:0 0 4px;color:#707070;font-size:14px}.kp-buy-modal-modal .modal-dialog{max-width:680px}.kp-buy-modal-modal .modal-title,.kp-buy-modal-modal .js-pseudo-modal-template-title-element{width:100%;text-align:center;font-family:"Poppins", sans-serif;font-weight:700;font-size:26px}.upsell-products-headline{font-size:18px}.box-upsellProduct.product-box{border-radius:5px;text-align:initial;min-height:unset;margin-bottom:5px}.box-upsellProduct.product-box .card-body{display:flex;flex-wrap:wrap}.box-upsellProduct.product-box .card-body .product-badges{right:20px}.box-upsellProduct.product-box .card-body .product-info .product-name{height:unset;margin-bottom:0}.box-upsellProduct.product-box .card-body .product-info .delivery-information{font-size:11px;margin:5px 0 0 0}.box-upsellProduct.product-box .card-body .product-info .product-list-add-items{margin:0}.box-upsellProduct.product-box .card-body .product-info .upsell-product-number{font-size:11px}.box-upsellProduct.product-box .card-body .product-info .productPricePercentage{height:unset}.box-upsellProduct.product-box .card-body .product-info .product-advanced-list-price-wrapper{margin-top:0}.box-upsellProduct.product-box .card-body .product-info .product-price-info .product-price{text-align:initial}.box-upsellProduct.product-box .card-body .product-info .product-price-info .product-price.with-list-price{display:flex;flex-direction:row-reverse;justify-content:flex-end;flex-wrap:wrap}.box-upsellProduct.product-box .card-body .product-info .product-price-info .product-price.with-list-price .list-price{color:#707070;font-size:14px}.box-upsellProduct.product-box .card-body .product-info .product-price-info .productTaxVatInfo{font-size:14px}.box-upsellProduct.product-box .card-body .product-image-wrapper{height:100px;margin-bottom:0}.box-upsellProduct.product-box .card-body .product-action{margin-top:0}.box-upsellProduct.product-box .card-body .product-action .btn-buy{font-size:14px;max-width:250px;margin:0 auto}.box-upsellProduct.product-box .card-body .product-action .btn-buy .icon{margin-right:10px}.card-body .product-badges,.product-detail-media .product-badges{top:20px}.card-body .product-badges .badge-wrapper .badge,.product-detail-media .product-badges .badge-wrapper .badge{border-radius:0;font-weight:600;font-size:11px;height:16px;display:flex;align-items:center;justify-content:center;margin:0 0 5px;padding:5px 10px;width:fit-content}.card-body .product-badges .badge-wrapper .badge.image-label,.product-detail-media .product-badges .badge-wrapper .badge.image-label{height:50px;width:50px;background-color:transparent}.card-body .product-badges.top-right,.card-body .product-badges.bottom-right,.product-detail-media .product-badges.top-right,.product-detail-media .product-badges.bottom-right{right:0}.card-body .product-badges.top-right .badge-wrapper,.card-body .product-badges.bottom-right .badge-wrapper,.product-detail-media .product-badges.top-right .badge-wrapper,.product-detail-media .product-badges.bottom-right .badge-wrapper{display:flex;justify-content:flex-end}.card-body .product-badges.bottom-left,.card-body .product-badges.bottom-right,.product-detail-media .product-badges.bottom-left,.product-detail-media .product-badges.bottom-right{top:40%}.card-body .product-badges.top-left,.card-body .product-badges.bottom-left,.product-detail-media .product-badges.top-left,.product-detail-media .product-badges.bottom-left{left:0}.card-body .product-badges.center,.product-detail-media .product-badges.center{top:50%;left:50%;transform:translateX(-50%);width:100%;text-align:center}.miljocertificering-badges .miljocertificering-badge{margin-bottom:4px}.miljocertificering-badges .miljocertificering-badge .miljocertificering-logo{width:48px;object-fit:contain;padding:2px}.cms-element-product-listing .card-body .product-badges.top-left,.cms-element-product-listing .card-body .product-badges.bottom-left{left:0.5rem}.cms-element-product-listing .card-body .product-badges.top-right,.cms-element-product-listing .card-body .product-badges.bottom-right{right:0.5rem}.product-detail-media .product-badges.bottom-left,.product-detail-media .product-badges.bottom-right{bottom:20px;top:unset}.replacement-status{margin:8px 0 4px;display:flex;flex-direction:column;gap:4px}.replacement-status .replacement-status-pill{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;background-color:#e9f7ee;color:#0a8c4a;font-weight:600;font-size:0.85rem;text-decoration:none;line-height:1.2}.replacement-status .replacement-status-pill:hover,.replacement-status .replacement-status-pill:focus{background-color:#d8f0e0;color:#0a8c4a;text-decoration:none}.replacement-status .replacement-status-pill .icon{width:14px;height:14px}.replacement-status .replacement-status-line{display:inline-flex;align-items:center;gap:6px;color:#6c757d;font-size:0.85rem;text-decoration:none;line-height:1.2}.replacement-status .replacement-status-line:hover,.replacement-status .replacement-status-line:focus{color:#495057;text-decoration:underline}.replacement-status .replacement-status-line .icon{width:14px;height:14px}.replacement-notice{margin:16px 0 8px;padding:16px 18px;border:1px solid #cfe8d8;border-radius:10px;background-color:#f2f9f4}.replacement-notice .replacement-notice-header{display:flex;align-items:center;gap:8px;color:#0a8c4a;font-weight:700;font-size:1rem;line-height:1.2}.replacement-notice .replacement-notice-header .icon{width:18px;height:18px}.replacement-notice .replacement-notice-intro{margin:8px 0 14px;color:#495057;font-size:0.9rem;line-height:1.4}.replacement-notice .replacement-notice-product{display:flex;align-items:center;gap:16px;text-decoration:none;color:inherit}.replacement-notice .replacement-notice-product:hover,.replacement-notice .replacement-notice-product:focus{text-decoration:none}.replacement-notice .replacement-notice-product:hover .replacement-notice-cta,.replacement-notice .replacement-notice-product:focus .replacement-notice-cta{text-decoration:underline}.replacement-notice .replacement-notice-image{flex:0 0 auto;width:80px;height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden}.replacement-notice .replacement-notice-image img{max-width:100%;max-height:100%;object-fit:contain}.replacement-notice .replacement-notice-info{display:flex;flex-direction:column;gap:3px;min-width:0}.replacement-notice .replacement-notice-name{font-weight:700;font-size:1.05rem;color:#1a1a1a;line-height:1.25}.replacement-notice .replacement-notice-number{color:#6c757d;font-size:0.85rem}.replacement-notice .replacement-notice-desc{color:#495057;font-size:0.85rem;line-height:1.4}.replacement-notice .replacement-notice-cta{display:inline-flex;align-items:center;gap:6px;margin-top:6px;color:#0a8c4a;font-weight:600;font-size:0.9rem}.replacement-notice .replacement-notice-cta .icon{width:14px;height:14px}.free-shipping{margin:0.5rem 0}.free-shipping .shipping-information{display:flex;justify-content:center}.free-shipping .summary-line{padding:0 2rem}.free-shipping .summary-line .summary-line-inner{position:relative}.free-shipping .summary-line .summary-line-inner .summary-line-background{height:0.5rem;background:#D8D8D8}.free-shipping .summary-line .summary-line-inner .summary-line-foreground{background:#5b8e48;position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%;height:0.5rem}.category-slider-banner-wrapper-inner{position:relative}.category-slider-banner-wrapper .slider-heading{color:#751103;font-weight:500}.category-slider-banner-wrapper .base-slider-controls{display:flex}.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-next,.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-prev{top:calc(50% - 35px);transform:translateY(-50%);opacity:1;border-radius:50%;box-shadow:0 2px 4px rgba(0, 0, 0, 0.25);width:32px;height:32px}.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-next .icon,.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-prev .icon{top:-18px;position:relative;width:12px;height:12px}.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-next .icon svg,.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-prev .icon svg{color:#000;top:0}.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-next:hover,.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-prev:hover{border:none}.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-next{right:-10px}.category-slider-banner-wrapper .base-slider-controls .base-slider-controls-prev{left:-10px}.category-slider-banner-wrapper .category-item-link{flex-direction:column}.category-slider-banner-wrapper .category-item-link .category-item-img{aspect-ratio:1;object-fit:contain}@media screen and (max-width:375px){.category-slider-banner-wrapper .category-item-link .category-item-img{padding:15px}}.category-slider-banner-wrapper .category-item-link .category-img-wrapper{padding:30px;background-color:#F2F2F2;border-radius:50%}@media screen and (max-width:375px){.category-slider-banner-wrapper .category-item-link .category-img-wrapper{padding:15px}}.category-slider-banner-wrapper .category-item-link .category-img-wrapper:hover{box-shadow:0 2px 5px rgba(0, 0, 0, 0.25)}.category-slider-banner-wrapper .category-item-link .category-item-name{color:#000;font-weight:500;padding:20px 5px;height:70px;overflow-wrap:anywhere}.b2b-dashboard-tiles{max-width:900px}.b2b-tile{display:block;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 3px rgba(0, 0, 0, 0.08);transition:box-shadow 0.2s ease, transform 0.2s ease}.b2b-tile:hover{box-shadow:0 4px 12px rgba(0, 0, 0, 0.12);transform:translateY(-2px)}.b2b-tile__image{width:100%;overflow:hidden;background-color:#fff}.b2b-tile__image img{width:100%;height:100%;object-fit:scale-down;display:block}.b2b-tile__placeholder{width:100%;height:100%;background:linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%)}.b2b-tile__label{padding:12px 16px;font-weight:600;font-size:1rem;background-color:#B20E10;color:#fff}.b2b-tile--large .b2b-tile__image{height:200px}.b2b-tile--large .b2b-tile__label{font-size:1.15rem}.b2b-tile--small .b2b-tile__image{height:140px}.b2b-tile--small .b2b-tile__label{font-size:0.95rem;padding:10px 12px}@media (max-width:767px){.b2b-tile--large .b2b-tile__image{height:160px}.b2b-tile--small .b2b-tile__image{height:110px}}.datasheet-page{max-width:900px;margin:0 auto;padding:24px 0 48px}.datasheet-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.datasheet-page__heading{flex:1 1 auto;min-width:0}.datasheet-page__title{font-size:2.25rem;font-weight:700;line-height:1.15;margin:0 0 8px;color:#0f172a}.datasheet-page__subtitle{font-size:1rem;color:#64748b;margin:0}.datasheet-page__back{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a;font-weight:500;text-decoration:none;white-space:nowrap;transition:border-color 0.15s ease, background 0.15s ease}.datasheet-page__back:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a;text-decoration:none}.datasheet-list{display:flex;flex-direction:column;gap:16px}.datasheet-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(15, 23, 42, 0.04)}.datasheet-card[open] .datasheet-card__chevron{transform:rotate(0deg)}.datasheet-card .datasheet-card__chevron{transform:rotate(180deg)}.datasheet-card__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;cursor:pointer;list-style:none}.datasheet-card__head::-webkit-details-marker{display:none}.datasheet-card__head::marker{display:none}.datasheet-card__product{display:flex;align-items:center;gap:16px;min-width:0;flex:1 1 auto}.datasheet-card__thumb{flex:0 0 64px;width:64px;height:64px;border-radius:8px;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center}.datasheet-card__image{width:100%;height:100%;object-fit:contain;display:block}.datasheet-card__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.datasheet-card__name{font-size:1.05rem;font-weight:700;color:#0f172a;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datasheet-card__number{font-size:0.9rem;color:#64748b}.datasheet-card__chevron{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#475569;transition:transform 0.2s ease}.datasheet-card__chevron .icon{width:16px;height:16px}.datasheet-card__body{list-style:none;margin:0;padding:0 20px 16px;display:flex;flex-direction:column;gap:8px}.datasheet-doc{display:flex;align-items:center;gap:14px;padding:12px 14px;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px}.datasheet-doc__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#e0f2fe;color:#0284c7}.datasheet-doc__icon .icon{width:18px;height:18px}.datasheet-doc--datasheet .datasheet-doc__icon{background:#dcfce7;color:#16a34a}.datasheet-doc--epd .datasheet-doc__icon{background:#f3e8ff;color:#9333ea}.datasheet-doc--manual .datasheet-doc__icon{background:#f1f5f9;color:#475569}.datasheet-doc__text{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;min-width:0}.datasheet-doc__title{font-weight:600;color:#0f172a;font-size:0.95rem}.datasheet-doc__sub{font-size:0.85rem;color:#64748b}.datasheet-doc__sep{margin:0 4px}.datasheet-doc__download{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a;font-weight:500;text-decoration:none;white-space:nowrap;transition:border-color 0.15s ease, background 0.15s ease}.datasheet-doc__download:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a;text-decoration:none}.datasheet-doc__download .icon{width:16px;height:16px}.datasheet-empty{padding:24px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;text-align:center}.datasheet-help{margin-top:24px;display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:16px}.datasheet-help__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid #e2e8f0;color:#475569}.datasheet-help__icon .icon{width:18px;height:18px}.datasheet-help__text{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;min-width:0}.datasheet-help__text strong{color:#0f172a;font-weight:700}.datasheet-help__text span{color:#64748b;font-size:0.9rem}.datasheet-help__cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid var(--color-primary, #c8102e);border-radius:10px;background:#fff;color:var(--color-primary, #c8102e);font-weight:600;text-decoration:none;white-space:nowrap;transition:background 0.15s ease, color 0.15s ease}.datasheet-help__cta:hover{background:var(--color-primary, #c8102e);color:#fff;text-decoration:none}.datasheet-help__cta .icon{width:14px;height:14px}@media (max-width:767px){.datasheet-page{padding:16px 0 32px}.datasheet-page__title{font-size:1.65rem}.datasheet-page__header{flex-direction:column;align-items:stretch}.datasheet-page__back{align-self:flex-start}.datasheet-card__head{padding:12px 14px}.datasheet-card__body{padding:0 14px 12px}.datasheet-card__thumb{flex-basis:48px;width:48px;height:48px}.datasheet-card__name{font-size:0.95rem;white-space:normal}.datasheet-doc{flex-wrap:wrap;padding:10px 12px}.datasheet-doc__download{margin-left:auto}.datasheet-help{flex-wrap:wrap}.datasheet-help__cta{margin-left:auto}}@media (min-width:1200px){.account-content-aside.col-xl-2{width:25%}.account-content-main.col-xl-9.offset-xl-1{margin-left:0;width:75%}}.account-aside .card.account-menu-inner{border:1px solid #798490;border-radius:0.5rem;box-shadow:none;overflow:hidden}.account-aside .card-header.account-aside-header{display:none}.account-aside-greeting{padding:1rem 1.25rem;font-weight:700;line-height:1.25;color:#2b3136;border-bottom:1px solid #798490}.account-aside-list-group{border-radius:0}.account-aside-list-group .account-aside-item{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1.25rem;border:0;border-radius:0;color:#2b3136;background-color:#fff;text-decoration:none;transition:background-color 0.15s ease, color 0.15s ease}.account-aside-list-group .account-aside-item .icon{flex:0 0 auto;width:20px;height:20px;color:currentColor}.account-aside-list-group .account-aside-item .icon svg{width:100%;height:100%;fill:currentColor;top:0;position:static}.account-aside-list-group .account-aside-item__label{flex:1 1 auto;min-width:0}.account-aside-list-group .account-aside-item:hover,.account-aside-list-group .account-aside-item:focus-visible{background-color:rgba(178, 14, 16, 0.06);color:#2b3136}.account-aside-list-group .account-aside-item:focus-visible{outline:2px solid #B20E10;outline-offset:-2px}.account-aside-list-group .account-aside-item.active{background-color:#B20E10;color:#fff}.account-aside-list-group .account-aside-item.active:hover,.account-aside-list-group .account-aside-item.active:focus-visible{background-color:#B20E10;color:#fff}.account-aside-logout{padding:1rem 1.25rem 1.25rem;border-top:1px solid transparent}.account-aside-logout__btn{display:flex;align-items:center;gap:0.5rem;width:100%;padding:0.75rem 1rem;border:1px solid #798490;border-radius:0.375rem;background-color:#fff;color:#B20E10;text-decoration:none;transition:background-color 0.15s ease}.account-aside-logout__btn .icon{flex:0 0 auto;width:20px;height:20px;color:currentColor}.account-aside-logout__btn .icon svg{width:100%;height:100%;fill:currentColor;top:0;position:static}.account-aside-logout__btn:hover,.account-aside-logout__btn:focus-visible{background-color:rgba(178, 14, 16, 0.06);color:#B20E10;text-decoration:none}.account-aside-logout__btn:focus-visible{outline:2px solid #B20E10;outline-offset:2px}.konpap-orders{display:flex;flex-direction:column;gap:16px;margin:0 0 32px;padding:0}.konpap-orders__item{list-style:none}.konpap-order-card{position:relative;display:grid;grid-template-columns:80px 1fr auto;grid-template-areas:"icon head menu" "icon data data" "cta  cta  cta";column-gap:20px;row-gap:16px;align-items:start;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px rgba(15, 23, 42, 0.04);transition:border-color 0.15s ease, box-shadow 0.15s ease}.konpap-order-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(15, 23, 42, 0.06)}.konpap-order-card .konpap-order-card__icon-circle{background:#dbeafe;color:#2563eb}.konpap-order-card .konpap-order-card__icon-dot{background:#2563eb}.konpap-order-card .konpap-order-card__pill{background:#dbeafe;color:#2563eb}.konpap-order-card--confirmed .konpap-order-card__icon-circle{background:#dbeafe;color:#2563eb}.konpap-order-card--confirmed .konpap-order-card__icon-dot{background:#2563eb}.konpap-order-card--confirmed .konpap-order-card__pill{background:#dbeafe;color:#2563eb}.konpap-order-card--shipped .konpap-order-card__icon-circle,.konpap-order-card--in_delivery .konpap-order-card__icon-circle{background:#fef3c7;color:#d97706}.konpap-order-card--shipped .konpap-order-card__icon-dot,.konpap-order-card--in_delivery .konpap-order-card__icon-dot{background:#d97706}.konpap-order-card--shipped .konpap-order-card__pill,.konpap-order-card--in_delivery .konpap-order-card__pill{background:#fef3c7;color:#d97706}.konpap-order-card--delivered .konpap-order-card__icon-circle,.konpap-order-card--completed .konpap-order-card__icon-circle{background:#dcfce7;color:#16a34a}.konpap-order-card--delivered .konpap-order-card__icon-dot,.konpap-order-card--completed .konpap-order-card__icon-dot{background:#16a34a}.konpap-order-card--delivered .konpap-order-card__pill,.konpap-order-card--completed .konpap-order-card__pill{background:#dcfce7;color:#16a34a}.konpap-order-card--cancelled .konpap-order-card__icon-circle{background:#fee2e2;color:#dc2626}.konpap-order-card--cancelled .konpap-order-card__icon-dot{background:#dc2626}.konpap-order-card--cancelled .konpap-order-card__pill{background:#fee2e2;color:#dc2626}.konpap-order-card__icon{grid-area:icon;position:relative;width:64px;height:64px}.konpap-order-card__icon-circle{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%}.konpap-order-card__icon-circle .icon{width:28px;height:28px}.konpap-order-card__icon-dot{position:absolute;right:-2px;bottom:-2px;width:20px;height:20px;border-radius:50%;border:2px solid #fff}.konpap-order-card__head{grid-area:head;display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px}.konpap-order-card__date{margin:0;font-size:0.95rem;color:#0f172a}.konpap-order-card__date strong{font-weight:600}.konpap-order-card__number{margin:0;font-size:0.9rem;color:#64748b}.konpap-order-card__pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:9999px;font-size:0.8rem;font-weight:600;line-height:1.4;white-space:nowrap}.konpap-order-card__pill .icon{width:12px;height:12px}.konpap-order-card__menu{grid-area:menu;display:flex;align-items:flex-start;justify-content:flex-end}.konpap-order-card__data{grid-area:data;margin:0;display:grid;grid-template-columns:repeat(4, 1fr);gap:16px}.konpap-order-card__data-cell{min-width:0}.konpap-order-card__data-cell dt{margin:0 0 4px;font-size:0.8rem;font-weight:500;color:#64748b;text-transform:none}.konpap-order-card__data-cell dd{margin:0;font-size:0.95rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis}.konpap-order-card__data-cell--total{text-align:right}.konpap-order-card__data-cell--total dd{font-size:1.05rem;font-weight:700}.konpap-order-card__payment{font-weight:600;color:#64748b}.konpap-order-card__payment--paid,.konpap-order-card__payment--paid_partially{color:#16a34a}.konpap-order-card__payment--open,.konpap-order-card__payment--reminded,.konpap-order-card__payment--in_progress,.konpap-order-card__payment--authorized{color:#d97706}.konpap-order-card__payment--failed,.konpap-order-card__payment--chargeback,.konpap-order-card__payment--cancelled{color:#dc2626}.konpap-order-card__payment--refunded,.konpap-order-card__payment--refunded_partially{color:#2563eb}.konpap-order-card__cta{grid-area:cta;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#0f172a;font-weight:600;text-decoration:none;transition:background 0.15s ease, border-color 0.15s ease, color 0.15s ease}.konpap-order-card__cta:hover{background:#fff;border-color:#cbd5e1;color:#0f172a;text-decoration:none}.konpap-order-card__cta .icon{width:16px;height:16px}.konpap-order-actions__toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:50%;background:transparent;border:1px solid transparent;color:#64748b}.konpap-order-actions__toggle:hover,.konpap-order-actions__toggle:focus{background:#f8fafc;border-color:#e2e8f0;color:#0f172a}.konpap-order-actions__toggle .icon{width:18px;height:18px}.konpap-orders-contact{margin-top:24px;display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.konpap-orders-contact__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#dbeafe;color:#2563eb}.konpap-orders-contact__icon .icon{width:20px;height:20px}.konpap-orders-contact__copy{flex:1 1 auto;min-width:0}.konpap-orders-contact__title{margin:0 0 2px;font-size:1rem;font-weight:700;color:#0f172a}.konpap-orders-contact__body{margin:0;font-size:0.9rem;color:#64748b}.konpap-orders-contact__cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.konpap-orders-contact__cta .icon{width:14px;height:14px}@media (max-width:575.98px){.konpap-order-card{grid-template-columns:56px 1fr auto;column-gap:14px;padding:16px}.konpap-order-card__icon{width:56px;height:56px}.konpap-order-card__icon-circle{width:56px;height:56px}.konpap-order-card__icon-circle .icon{width:24px;height:24px}.konpap-order-card__data{grid-template-columns:repeat(2, 1fr);gap:12px}.konpap-order-card__data-cell--total{text-align:left}.konpap-orders-contact{flex-wrap:wrap;padding:16px}.konpap-orders-contact__cta{margin-left:auto}}.konpap-order-detail{max-width:1100px;margin:0 auto;padding:16px 0 48px;display:flex;flex-direction:column;gap:24px}.konpap-order-detail__back{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a;font-weight:500;text-decoration:none;transition:border-color 0.15s ease, background 0.15s ease}.konpap-order-detail__back:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a;text-decoration:none}.konpap-order-detail__back .icon{width:14px;height:14px}.konpap-order-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.konpap-order-detail__title{margin:0 0 4px;font-size:1.85rem;font-weight:700;line-height:1.2;color:#0f172a}.konpap-order-detail__date{margin:0;color:#64748b;font-size:0.95rem}.konpap-order-detail__actions{display:flex;align-items:center;gap:8px}.konpap-order-detail__actions-label{color:#64748b;font-size:0.9rem}.konpap-order-detail__cancelled{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:12px;background:#fee2e2;color:#dc2626;font-weight:600;border:1px solid rgba(220, 38, 38, 0.18)}.konpap-order-detail__cancelled .icon{width:18px;height:18px;flex:0 0 auto}.konpap-order-detail__footnote{margin:0;font-style:italic;font-size:0.85rem;color:#64748b}.konpap-card{padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px rgba(15, 23, 42, 0.04)}.konpap-card__title{margin:0 0 16px;font-size:1.15rem;font-weight:700;color:#0f172a}.konpap-timeline{padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px rgba(15, 23, 42, 0.04)}.konpap-timeline__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5, 1fr);gap:0;position:relative}.konpap-timeline__step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 8px}.konpap-timeline__step::before{content:"";position:absolute;top:20px;left:-50%;right:50%;border-top:2px dashed #e2e8f0;z-index:0}.konpap-timeline__step:first-child::before{display:none}.konpap-timeline__step--done+.konpap-timeline__step--done::before,.konpap-timeline__step--active+.konpap-timeline__step--done::before,.konpap-timeline__step--done+.konpap-timeline__step--active::before{border-top-style:solid;border-top-color:#16a34a}.konpap-timeline__step--done .konpap-timeline__node{background:#dcfce7;color:#16a34a;border-color:#16a34a}.konpap-timeline__step--active .konpap-timeline__node{background:#fef3c7;color:#d97706;border-color:#d97706;box-shadow:0 0 0 4px rgba(217, 119, 6, 0.15)}.konpap-timeline__step--pending .konpap-timeline__node{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0}.konpap-timeline__step--pending .konpap-timeline__label,.konpap-timeline__step--pending .konpap-timeline__date{color:#94a3b8}.konpap-timeline__node{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;margin-bottom:12px}.konpap-timeline__node .icon{width:18px;height:18px}.konpap-timeline__label{margin:0 0 4px;font-size:0.9rem;font-weight:600;color:#0f172a}.konpap-timeline__date{margin:0;font-size:0.8rem;color:#64748b;line-height:1.35}.konpap-timeline__time{color:#64748b}.konpap-summary__grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px;align-items:start}.konpap-summary__rows{margin:0;display:flex;flex-direction:column;gap:12px}.konpap-summary__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.konpap-summary__row dt{display:inline-flex;align-items:center;gap:8px;margin:0;color:#64748b;font-weight:500}.konpap-summary__row dt .icon{width:16px;height:16px;color:#64748b}.konpap-summary__row dd{margin:0;color:#0f172a;font-weight:600;text-align:right}.konpap-summary__payment{font-weight:700}.konpap-summary__payment--paid,.konpap-summary__payment--paid_partially{color:#16a34a}.konpap-summary__payment--open,.konpap-summary__payment--reminded,.konpap-summary__payment--in_progress,.konpap-summary__payment--authorized{color:#d97706}.konpap-summary__payment--failed,.konpap-summary__payment--chargeback,.konpap-summary__payment--cancelled{color:#dc2626}.konpap-summary__payment--refunded,.konpap-summary__payment--refunded_partially{color:#2563eb}.konpap-summary__total{padding:18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;text-align:right}.konpap-summary__total-label{margin:0 0 4px;font-size:0.85rem;color:#64748b;text-transform:uppercase;letter-spacing:0.04em}.konpap-summary__total-amount{margin:0;font-size:1.6rem;font-weight:800;color:#0f172a}.konpap-line-items__list{margin:0;padding:0;display:flex;flex-direction:column;gap:0}.konpap-line-items__row{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #e2e8f0}.konpap-line-items__row:last-child{border-bottom:0}.konpap-line-items__thumb{flex:0 0 64px;width:64px;height:64px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#64748b}.konpap-line-items__thumb img{width:100%;height:100%;object-fit:contain;display:block}.konpap-line-items__thumb .icon{width:22px;height:22px}.konpap-line-items__body{min-width:0;display:flex;flex-direction:column;gap:2px}.konpap-line-items__name{margin:0;font-weight:600;color:#0f172a;line-height:1.35}.konpap-line-items__name a{color:inherit;text-decoration:none}.konpap-line-items__name a:hover{color:#2563eb;text-decoration:underline}.konpap-line-items__sku{margin:0;font-size:0.85rem;color:#64748b}.konpap-line-items__qty{margin:0;font-size:0.85rem;color:#64748b}.konpap-line-items__price{font-weight:700;color:#0f172a;white-space:nowrap}.konpap-details__grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px;align-items:start}.konpap-details__rows{margin:0;display:flex;flex-direction:column;gap:12px}.konpap-details__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.konpap-details__row dt{display:inline-flex;align-items:center;gap:8px;margin:0;color:#64748b;font-weight:500}.konpap-details__row dt .icon{width:16px;height:16px;color:#64748b}.konpap-details__row dd{margin:0;color:#0f172a;font-weight:500;text-align:right}.konpap-details__price{margin:0;padding:18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:10px}.konpap-details__price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.konpap-details__price-row dt{margin:0;color:#64748b}.konpap-details__price-row dd{margin:0;color:#0f172a;font-weight:600}.konpap-details__price-row--total{padding-top:10px;border-top:1px solid #e2e8f0}.konpap-details__price-row--total dt{color:#0f172a;font-weight:700}.konpap-details__price-row--total dd{color:#0f172a;font-weight:800;font-size:1.1rem}@media (max-width:767.98px){.konpap-order-detail{padding:12px 0 32px}.konpap-order-detail__title{font-size:1.4rem}.konpap-order-detail__header{flex-direction:column}.konpap-card,.konpap-timeline{padding:18px}.konpap-timeline__list{grid-template-columns:1fr;gap:16px}.konpap-timeline__step{flex-direction:row;align-items:flex-start;text-align:left;gap:14px;padding:0}.konpap-timeline__step::before{top:-16px;bottom:auto;left:19px;right:auto;width:0;height:16px;border-top:0;border-left:2px dashed #e2e8f0}.konpap-timeline__step--done+.konpap-timeline__step--done::before,.konpap-timeline__step--active+.konpap-timeline__step--done::before,.konpap-timeline__step--done+.konpap-timeline__step--active::before{border-left-style:solid;border-left-color:#16a34a}.konpap-timeline__node{margin-bottom:0;flex:0 0 40px}.konpap-timeline__label,.konpap-timeline__date{text-align:left}.konpap-summary__grid,.konpap-details__grid{grid-template-columns:1fr;gap:16px}.konpap-line-items__row{grid-template-columns:56px 1fr;grid-template-areas:"thumb body" "thumb price";row-gap:4px}.konpap-line-items__thumb{grid-area:thumb;width:56px;height:56px;flex:0 0 56px}.konpap-line-items__body{grid-area:body}.konpap-line-items__price{grid-area:price;text-align:right}}.product-list-overview__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.product-list-overview__title{margin:0 0 0.25rem;font-weight:700}.product-list-overview__subtitle{margin:0;color:var(--bs-secondary-color, #6c757d)}.product-list-overview__create-btn{white-space:nowrap}.product-list-overview__rows{display:flex;flex-direction:column;gap:0.75rem}.product-list-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border:1px solid var(--bs-border-color, #e5e5e5);border-radius:12px;transition:box-shadow 0.15s ease, border-color 0.15s ease}@media (hover:hover){.product-list-row:hover{box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);border-color:rgba(0, 0, 0, 0.12)}}.product-list-row__icon-bubble{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(178, 14, 16, 0.08);color:#B20E10}.product-list-row__icon-bubble .icon{width:24px;height:24px}.product-list-row__body{flex:1 1 auto;min-width:0}.product-list-row__name{margin:0 0 0.25rem;font-size:1.0625rem;font-weight:700;color:#1a1a1a}.product-list-row__meta{margin:0;font-size:0.9375rem;color:var(--bs-secondary-color, #6c757d)}.product-list-row__modified{display:inline-flex;align-items:center;gap:0.375rem;margin-top:0.125rem;font-size:0.875rem;color:var(--bs-secondary-color, #6c757d)}.product-list-row__modified .icon{width:14px;height:14px}.product-list-row__actions{flex:0 0 auto;display:flex;align-items:center;gap:0.5rem}.product-list-row__view-btn{display:inline-flex;align-items:center;gap:0.5rem;white-space:nowrap}.product-list-row__view-btn .icon{width:16px;height:16px}.product-list-row__kebab{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:0;border-radius:50%;color:#1a1a1a}.product-list-row__kebab:hover{background:rgba(0, 0, 0, 0.05)}.product-list-row__kebab:focus-visible{background:rgba(0, 0, 0, 0.05);outline:2px solid currentColor;outline-offset:2px}.product-list-row__kebab .icon{width:20px;height:20px}@media (max-width:767.98px){.product-list-overview__header{flex-direction:column;align-items:stretch}.product-list-overview__create-btn{width:100%}.product-list-row{flex-wrap:wrap;row-gap:0.75rem}.product-list-row__actions{flex:1 0 100%;justify-content:space-between}.product-list-row__view-btn{flex:1 1 auto;justify-content:center}}.product-list-empty{text-align:center;padding:3rem 1rem}.product-list-empty__bubble{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:rgba(178, 14, 16, 0.08);color:#B20E10;margin-bottom:1rem}.product-list-empty__bubble .icon{width:36px;height:36px}.product-list-empty__title{font-size:1.25rem;font-weight:700;margin-bottom:0.5rem}.product-list-empty__body{color:var(--bs-secondary-color, #6c757d);margin-bottom:1.5rem}.product-list-tip{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem 1.25rem;background:rgba(178, 14, 16, 0.08);border-radius:12px}.product-list-tip__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#B20E10}.product-list-tip__icon .icon{width:22px;height:22px}.product-list-tip__body{flex:1 1 auto}.product-list-tip__title{font-weight:700;margin:0 0 0.125rem}.product-list-tip__text{margin:0;color:var(--bs-secondary-color, #6c757d);font-size:0.9375rem}.product-list-tip__link{flex:0 0 auto;white-space:nowrap;font-weight:600}@media (max-width:575.98px){.product-list-tip{flex-wrap:wrap}.product-list-tip__link{flex:1 0 100%}}.account-product-list-detail__back{display:inline-flex;align-items:center;gap:0.375rem;color:#B20E10;font-size:0.9375rem;text-decoration:none;margin-bottom:0.5rem}.account-product-list-detail__back .icon{width:14px;height:14px}.account-product-list-detail__back:hover{color:#B20E10;text-decoration:underline}.account-product-list-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin:0.5rem 0 1rem}.account-product-list-detail__title{font-weight:800;font-size:2.25rem;line-height:1.1;color:#1a1a1a}.account-product-list-detail__subtitle{margin:0.5rem 0 0;color:#6b7280;font-size:0.9375rem}.account-product-list-detail__delete-form{flex:0 0 auto}.pl-delete-btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.625rem 1rem;background:#fff;color:#B20E10;border:1px solid currentColor;border-radius:10px;font-weight:600;line-height:1}.pl-delete-btn .icon{width:16px;height:16px}.pl-delete-btn:hover,.pl-delete-btn:focus-visible{background:rgba(178, 14, 16, 0.06);color:#B20E10;border-color:#B20E10}.pl-delete-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.pl-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;margin:0.25rem 0 1rem}.pl-toolbar__filters{display:flex;flex-wrap:wrap;gap:0.5rem}.pl-toolbar__spacer{flex:1 1 auto;min-width:0}.pl-search{position:relative;flex:1 1 320px;max-width:420px;min-width:220px}.pl-search__icon{position:absolute;top:50%;left:14px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:#6b7280;pointer-events:none}.pl-search__icon .icon{width:16px;height:16px}.pl-search__input{width:100%;padding:0.6875rem 1rem 0.6875rem 2.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;font-size:0.9375rem;color:#1a1a1a;line-height:1.2}.pl-search__input::placeholder{color:#6b7280}.pl-search__input:focus{outline:none;border-color:#B20E10;box-shadow:0 0 0 3px rgba(178, 14, 16, 0.15)}.pl-filter-btn{display:inline-flex;align-items:center;gap:0.375rem;padding:0.5rem 0.875rem;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;color:#1a1a1a;font-size:0.9375rem;line-height:1.2}.pl-filter-btn .icon{width:12px;height:12px;opacity:0.6}.pl-filter-btn:hover{background:#f3f4f6}.pl-filter-btn.is-active,.pl-filter-btn.btn-success{background:rgba(178, 14, 16, 0.08);border-color:rgba(178, 14, 16, 0.4);color:#B20E10}.pl-filter-btn:focus-visible{outline:2px solid #B20E10;outline-offset:2px}.pl-sort{position:relative;display:inline-flex;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;padding:0 0.875rem 0 0.875rem;min-width:220px}.pl-sort__icon{display:inline-flex;align-items:center;justify-content:center;color:#6b7280;margin-right:0.5rem}.pl-sort__icon .icon{width:14px;height:14px}.pl-sort__select{flex:1 1 auto;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;border:0;padding:0.625rem 1.5rem 0.625rem 0;font-size:0.9375rem;color:#1a1a1a;line-height:1.2;cursor:pointer}.pl-sort__select:focus{outline:none}.pl-sort__chevron{position:absolute;right:0.875rem;top:50%;transform:translateY(-50%);display:inline-flex;color:#6b7280;pointer-events:none}.pl-sort__chevron .icon{width:12px;height:12px}.pl-sort:focus-within{border-color:#B20E10;box-shadow:0 0 0 3px rgba(178, 14, 16, 0.15)}.pl-view-toggle{display:inline-flex;align-items:center;background:#f3f4f6;border-radius:10px;padding:4px;gap:2px}.pl-view-toggle__btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:32px;background:transparent;border:0;border-radius:8px;color:#6b7280;cursor:pointer;transition:background 0.15s ease, color 0.15s ease}.pl-view-toggle__btn .icon{width:18px;height:18px}.pl-view-toggle__btn:hover:not(:disabled):not(.is-active){color:#1a1a1a}.pl-view-toggle__btn.is-active{background:#fff;color:#1a1a1a;box-shadow:0 1px 2px rgba(0, 0, 0, 0.08)}.pl-view-toggle__btn:disabled{cursor:not-allowed;opacity:0.65}.pl-view-toggle__btn:focus-visible{outline:2px solid #B20E10;outline-offset:2px}.account-product-list-detail .table-responsive{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:1rem}.account-product-list-detail table#productListTable{margin:0}.account-product-list-detail table#productListTable>thead{background:#f3f4f6}.account-product-list-detail table#productListTable>thead th{padding:0.75rem 1rem;font-weight:600;font-size:0.9375rem;color:#1a1a1a;border:0;background:transparent}.account-product-list-detail table#productListTable>tbody>tr{border-top:1px solid #e5e7eb}.account-product-list-detail table#productListTable>tbody>tr>td{padding:1rem;border:0;vertical-align:middle}.pl-qty-row{display:inline-flex;align-items:center;gap:0.5rem;margin:0}.pl-qty-pill{display:inline-flex;align-items:center;background:#f3f4f6;border-radius:9999px;height:40px;padding:0}.pl-qty-pill__btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:40px;background:transparent;border:0;color:#1a1a1a;font-size:18px;font-weight:400;line-height:1;padding:0;cursor:pointer}.pl-qty-pill__btn:first-child{border-radius:9999px 0 0 9999px;padding-left:4px}.pl-qty-pill__btn:last-child{border-radius:0 9999px 9999px 0;padding-right:4px}.pl-qty-pill__btn:hover{background:#e9eaed}.pl-qty-pill__btn:focus-visible{outline:2px solid #B20E10;outline-offset:-2px}.pl-qty-pill__input,input[type="number"].pl-qty-pill__input{width:44px;height:32px;min-width:44px;max-width:44px;min-height:unset;background:#fff;border:1px solid #e5e7eb;border-radius:6px;text-align:center;font-size:0.9375rem;font-weight:600;color:#1a1a1a;padding:0;margin:0;-moz-appearance:textfield;-webkit-appearance:none;appearance:none;box-shadow:none;outline:none}.pl-qty-pill__input::-webkit-outer-spin-button,.pl-qty-pill__input::-webkit-inner-spin-button,input[type="number"].pl-qty-pill__input::-webkit-outer-spin-button,input[type="number"].pl-qty-pill__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pl-qty-pill__input:focus,input[type="number"].pl-qty-pill__input:focus{outline:none;border-color:#B20E10;box-shadow:0 0 0 2px rgba(178, 14, 16, 0.15)}.pl-cart-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#B20E10;color:#fff;border:0;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px rgba(0, 0, 0, 0.12);transition:background 0.15s ease, transform 0.1s ease}.pl-cart-btn .icon{width:18px;height:18px;color:#fff}.pl-cart-btn .icon>svg path,.pl-cart-btn svg path{fill:currentColor !important}.pl-cart-btn .icon>svg{top:0}.pl-cart-btn:hover{background:#960c0d;color:#fff}.pl-cart-btn:active{transform:scale(0.96)}.pl-cart-btn:focus-visible{outline:2px solid #B20E10;outline-offset:2px}.pl-not-added{display:inline-flex;align-items:center;gap:0.625rem;padding:0.5rem 0.875rem 0.5rem 1.125rem;background:#f3f4f6;border-radius:9999px;color:#6b7280;font-size:0.9375rem;height:40px;cursor:not-allowed;user-select:none}.pl-not-added .icon{width:18px;height:18px;color:#6b7280}.pl-soldout{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 0.875rem;background:#f3f4f6;border-radius:9999px;color:#6b7280;font-size:0.9375rem;font-weight:600;height:40px;user-select:none}.pl-soldout .delivery-status-indicator{flex:0 0 auto;width:10px;height:10px;border-radius:50%}.pl-bottom-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:0.75rem 0;position:sticky;bottom:0;background:var(--bs-body-bg, #fff);z-index:5}.pl-add-selected-btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.25rem;background:#B20E10;color:#fff;border:0;border-radius:10px;font-weight:600;font-size:0.9375rem;line-height:1}.pl-add-selected-btn .icon{width:16px;height:16px;color:#fff}.pl-add-selected-btn:hover{background:#960c0d;color:#fff}.pl-add-selected-btn:focus-visible{outline:2px solid #B20E10;outline-offset:2px}.pl-thumb{position:relative;display:inline-block;line-height:0}.pl-thumb__img{width:80px;height:80px;object-fit:contain}.pl-thumb__preview{position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%);width:480px;height:480px;object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 12px 32px rgba(0, 0, 0, 0.18);padding:8px;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.12s ease}.pl-thumb:hover .pl-thumb__preview{opacity:1;visibility:visible}#productListTable td:nth-child(2),#productListTable th:nth-child(2){overflow:visible}@media (max-width:767.98px){.account-product-list-detail__header{flex-direction:column;align-items:stretch}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}#productListTable{min-width:720px}.account-product-list-detail__title{font-size:1.75rem}.pl-toolbar__spacer{display:none}.pl-search{flex:1 1 100%;max-width:none}.pl-bottom-bar{flex-direction:column;align-items:stretch}.pl-add-selected-btn{justify-content:center;width:100%}}.account-menu-dropdown{min-width:20rem;max-height:calc(100vh - 5rem);overflow-y:auto;overscroll-behavior:contain}.kp-ba-switcher--menu{padding:0.5rem 1rem 0.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin:0.25rem 0;background:#f9f9f9}.kp-ba-switcher__label{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.04em;color:#6c757d;margin-bottom:0.125rem}.kp-ba-switcher__current-name{font-weight:600;font-size:0.95rem;margin-bottom:0.5rem}.kp-ba-switcher__list{list-style:none;margin:0;padding:0}.kp-ba-switcher__item{margin:0;padding:0}.kp-ba-switcher__option{display:block;width:100%;text-align:left;background:transparent;border:1px solid transparent;border-radius:4px;padding:0.375rem 0.5rem;cursor:pointer;font-size:0.875rem;color:inherit;line-height:1.3}.kp-ba-switcher__option:hover,.kp-ba-switcher__option:focus{background:#fff;border-color:#d0d0d0;outline:none}.kp-ba-switcher__option[disabled]{opacity:0.5;cursor:wait}.kp-ba-switcher__number{color:#6c757d;font-size:0.85em}.b2b-employees{max-width:1100px}.b2b-employees__header{margin-bottom:24px}.b2b-employees__title{font-size:2rem;font-weight:700;margin:0 0 8px;line-height:1.2}.b2b-employees__subtitle{font-size:0.95rem;color:#6b7280;margin:0}.b2b-employees__flash{margin-bottom:16px;border-radius:8px}.b2b-employees-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.04);padding:24px;margin-bottom:16px}.b2b-employees-card__header{margin-bottom:20px}.b2b-employees-card__title{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:600;margin:0}.b2b-employees-card__count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 8px;font-size:0.8rem;font-weight:600;color:#4b5563;background:#f3f4f6;border-radius:999px}.b2b-employees-invite-form__grid{display:grid;grid-template-columns:1fr 1fr 1fr 0.8fr auto;gap:12px;align-items:end}.b2b-employees-invite-form__submit{display:flex;align-items:end}.b2b-employees-invite-form__hint{margin:14px 0 0;display:flex;align-items:center;gap:8px;font-size:0.875rem;color:#6b7280}.b2b-employees-invite-form__hint .icon{width:16px;height:16px;color:#9ca3af;flex:0 0 16px}.b2b-field{display:flex;flex-direction:column;gap:6px;min-width:0}.b2b-field__label{font-size:0.85rem;font-weight:500;color:#374151;margin:0}.b2b-field__input{appearance:none;height:42px;padding:0 12px;font-size:0.95rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;transition:border-color 0.15s ease, box-shadow 0.15s ease}.b2b-field__input::placeholder{color:#9ca3af}.b2b-field__input:focus{outline:none;border-color:#B20E10;box-shadow:0 0 0 3px rgba(178, 14, 16, 0.12)}.b2b-field__input--select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:36px}.b2b-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;font-size:0.92rem;font-weight:600;line-height:1;border-radius:8px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background-color 0.15s ease, border-color 0.15s ease, transform 0.05s ease}.b2b-btn .icon{width:16px;height:16px;flex:0 0 16px}.b2b-btn:active{transform:translateY(1px)}.b2b-btn--primary{background:#B20E10;color:#fff}.b2b-btn--primary:hover{background:#960c0d;color:#fff}.b2b-btn--secondary{background:#fff;color:#374151;border-color:#d1d5db}.b2b-btn--secondary:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.b2b-members-table-wrap{overflow-x:auto}.b2b-members-table{width:100%;border-collapse:separate;border-spacing:0}.b2b-members-table thead th{text-align:left;font-size:0.8rem;font-weight:600;text-transform:none;color:#6b7280;padding:0 12px 12px;border-bottom:1px solid #e5e7eb}.b2b-members-table tbody td{padding:16px 12px;font-size:0.95rem;color:#1f2937;border-bottom:1px solid #f3f4f6;vertical-align:middle}.b2b-members-table tbody tr:last-child td{border-bottom:0}.b2b-members-table__col--actions{white-space:nowrap;text-align:right}.b2b-members-table__col--actions .b2b-action-form{display:inline-block;margin:0 0 0 8px}.b2b-members-table__col--actions .b2b-action-form:first-child{margin-left:0}.b2b-members-table__col--email{color:#4b5563}.b2b-member-identity{display:flex;align-items:center;gap:12px}.b2b-member-identity__name{font-weight:600;color:#111827}.b2b-avatar{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;font-size:0.85rem;font-weight:600;border-radius:999px;letter-spacing:0.02em}.b2b-avatar--red{background:#fee2e2;color:#b91c1c}.b2b-avatar--blue{background:#dbeafe;color:#1d4ed8}.b2b-avatar--green{background:#d1fae5;color:#047857}.b2b-avatar--amber{background:#fef3c7;color:#b45309}.b2b-avatar--teal{background:#ccfbf1;color:#0f766e}.b2b-avatar--purple{background:#ede9fe;color:#6d28d9}.b2b-avatar--pink{background:#fce7f3;color:#be185d}.b2b-avatar--indigo{background:#e0e7ff;color:#4338ca}.b2b-avatar--gray{background:#f3f4f6;color:#4b5563}.b2b-role-badge{display:inline-flex;align-items:center;height:24px;padding:0 10px;font-size:0.8rem;font-weight:600;border-radius:999px}.b2b-role-badge--member{background:#f3f4f6;color:#4b5563}.b2b-role-badge--admin{background:#dbeafe;color:#1d4ed8}.b2b-action-btn{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:0.85rem;font-weight:500;border-radius:8px;border:1px solid;background:#fff;cursor:pointer;transition:background-color 0.15s ease, border-color 0.15s ease;white-space:nowrap}.b2b-action-btn .icon{width:14px;height:14px;flex:0 0 14px}.b2b-action-btn--promote{color:#374151;border-color:#d1d5db}.b2b-action-btn--promote:hover{background:#f9fafb;border-color:#9ca3af}.b2b-action-btn--remove{color:#B20E10;border-color:rgba(178, 14, 16, 0.4)}.b2b-action-btn--remove:hover{background:rgba(178, 14, 16, 0.06);border-color:#B20E10}.b2b-action-btn--self{color:#9ca3af;border-color:#e5e7eb;background:#f9fafb;cursor:not-allowed}.b2b-action-btn--self .icon{color:#9ca3af}.b2b-employees-info{display:flex;align-items:center;gap:14px;padding:16px 20px;margin-top:8px;background:#eff6ff;border:1px solid #dbeafe;border-radius:12px}.b2b-employees-info__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;background:#3b82f6;color:#fff;border-radius:999px}.b2b-employees-info__icon .icon{width:16px;height:16px;color:#fff}.b2b-employees-info__text{margin:0;color:#1e3a8a;font-size:0.92rem}@media (max-width:991px){.b2b-employees-invite-form__grid{grid-template-columns:1fr 1fr}.b2b-employees-invite-form__submit{grid-column:1 / -1}.b2b-employees-invite-form__submit .b2b-btn{width:100%}}@media (max-width:575px){.b2b-employees__title{font-size:1.5rem}.b2b-employees-card{padding:18px}.b2b-employees-invite-form__grid{grid-template-columns:1fr}.b2b-members-table thead{display:none}.b2b-members-table tbody td{display:block;padding:6px 0;border-bottom:0}.b2b-members-table tbody td::before{content:attr(data-label);display:block;font-size:0.75rem;color:#6b7280;text-transform:uppercase;font-weight:600;margin-bottom:2px}.b2b-members-table tbody tr{display:block;padding:14px 0;border-bottom:1px solid #f3f4f6}.b2b-members-table tbody tr:last-child{border-bottom:0}.b2b-members-table__col--actions{text-align:left;padding-top:10px !important}.b2b-members-table__col--actions .b2b-action-form{margin:6px 8px 0 0}}.b2b-invite-password-mode{margin-top:16px;border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px}.b2b-invite-password-mode__legend{font-size:0.85rem;font-weight:600;color:#374151;padding:0 6px}.b2b-invite-password-mode__options{display:flex;flex-wrap:wrap;gap:16px;margin-top:4px}.b2b-invite-password-mode__option{display:inline-flex;align-items:center;gap:8px;font-size:0.92rem;color:#1f2937;cursor:pointer}.b2b-invite-password-mode__option input[type="radio"]{accent-color:#B20E10}.b2b-invite-password-field{margin-top:12px}.b2b-invite-password-field__row{display:flex;gap:8px}.b2b-invite-password-field__row .b2b-field__input{flex:1 1 auto}.b2b-invite-password-field__hint{display:block;margin-top:4px;font-size:0.78rem;color:#6b7280}.address-editor-modal .modal-dialog{max-width:960px}.b2b-company-addresses .card-title{font-weight:600}.b2b-company-addresses .b2b-company-address-add{white-space:nowrap}.b2b-company-address-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:768px){.b2b-company-address-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}.b2b-company-address-card{display:flex;flex-direction:column;border:1px solid #798490;border-radius:8px;padding:16px;background:#fff;transition:border-color 0.15s ease, box-shadow 0.15s ease}.b2b-company-address-card:hover{border-color:#751103}.b2b-company-address-card.is-default{border-color:#751103;box-shadow:0 0 0 1px #751103 inset}.b2b-company-address-card.is-incomplete{border-color:#974200;background:rgba(151, 66, 0, 0.04)}.b2b-company-address-card.is-incomplete:hover{border-color:#974200}.b2b-company-address-card.is-incomplete .b2b-company-address-card__summary{color:rgba(43, 49, 54, 0.7)}.b2b-company-address-card__body{flex-grow:1;margin-bottom:12px}.b2b-company-address-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px}.b2b-company-address-card__label{font-size:1rem;line-height:1.2}.b2b-company-address-card__badge{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.04em;flex-shrink:0}.b2b-company-address-card__summary{font-size:0.875rem;line-height:1.4;color:#2b3136}.b2b-company-address-card__actions{display:flex;flex-direction:column;gap:8px;margin-top:auto}.b2b-company-address-card__manage{display:flex;flex-direction:column;gap:6px;padding-top:8px;border-top:1px solid #798490}.b2b-company-address-card__manage-row{display:flex;gap:6px}.b2b-company-address-card__manage-row>*{flex:1 1 0;min-width:0}.b2b-company-address-card__manage-form{margin:0}.b2b-company-address-manage-hint{display:inline-block;margin-top:12px;font-size:0.875rem}.b2b-inline-form-collapse{background:#f8f9fa;border:1px solid #798490;border-radius:8px;padding:16px;margin:12px 0}.b2b-inline-form .form-label{margin-bottom:2px;font-size:0.8rem;font-weight:500}.b2b-inline-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #798490}.header-barcode-btn{background-color:#f2f2f2 !important;border-color:transparent !important;border-radius:0 !important;padding:0 12px;color:#000;display:inline-flex;align-items:center;justify-content:center;line-height:0}.header-barcode-btn:hover,.header-barcode-btn:focus{background-color:#e8e8e8 !important;color:#000}.header-barcode-btn .header-barcode-icon{display:inline-flex;align-items:center;justify-content:center}.header-barcode-btn .header-barcode-icon svg{width:22px;height:22px}.input-group:has(.header-barcode-btn) .header-search-btn{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.input-group:has(.header-barcode-btn) .header-barcode-btn{border-top-right-radius:20px !important;border-bottom-right-radius:20px !important}body.konpap-barcode-modal-open{overflow:hidden}.konpap-barcode-modal{position:fixed;inset:0;z-index:1080;display:flex;align-items:center;justify-content:center}.konpap-barcode-modal[hidden]{display:none}.konpap-barcode-modal__backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.55)}.konpap-barcode-modal__panel{position:relative;z-index:1;width:min(520px, 96vw);max-height:92vh;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 12px 40px rgba(0, 0, 0, 0.25);display:flex;flex-direction:column}.konpap-barcode-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #ececec}.konpap-barcode-modal__title{font-size:18px;font-weight:600;margin:0}.konpap-barcode-modal__close{appearance:none;background:none;border:0;color:#555;padding:6px;cursor:pointer;border-radius:50%}.konpap-barcode-modal__close:hover,.konpap-barcode-modal__close:focus{background:#f2f2f2;color:#000}.konpap-barcode-modal__body{padding:18px 22px 22px;display:flex;flex-direction:column;gap:14px}.konpap-barcode-modal__mode{display:flex;flex-direction:column;gap:4px}.konpap-barcode-modal__switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none}.konpap-barcode-modal__switch input{position:absolute;opacity:0;pointer-events:none}.konpap-barcode-modal__switch-track{position:relative;width:38px;height:22px;border-radius:999px;background:#d0d0d0;transition:background-color 150ms ease}.konpap-barcode-modal__switch-track::after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);transition:transform 150ms ease}.konpap-barcode-modal__switch input:checked~.konpap-barcode-modal__switch-track{background:#b20e10}.konpap-barcode-modal__switch input:checked~.konpap-barcode-modal__switch-track::after{transform:translateX(16px)}.konpap-barcode-modal__switch-label{font-size:14px;font-weight:600}.konpap-barcode-modal__hint{font-size:13px;color:#555;margin:0}.konpap-barcode-modal__viewport{position:relative;background:#111;border-radius:8px;overflow:hidden;aspect-ratio:1.3333333333}.konpap-barcode-modal__reader{position:absolute;inset:0;overflow:hidden;background:#111}.konpap-barcode-modal__reader video{position:absolute;inset:0;width:100% !important;height:100% !important;object-fit:cover}.konpap-barcode-modal__reader canvas{position:absolute;inset:0;width:100% !important;height:100% !important;background:transparent !important;pointer-events:none}.konpap-barcode-modal__overlay{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.konpap-barcode-modal__frame{width:70%;height:40%;border:2px solid rgba(255, 255, 255, 0.85);border-radius:6px;box-shadow:0 0 0 9999px rgba(0, 0, 0, 0.35)}.konpap-barcode-modal__status{position:absolute;left:0;right:0;bottom:0;padding:8px 12px;font-size:13px;background:rgba(0, 0, 0, 0.55);color:#fff;text-align:center}.konpap-barcode-modal__manual{display:flex;flex-direction:column;gap:6px}.konpap-barcode-modal__manual-label{font-size:13px;font-weight:600;margin:0}.konpap-barcode-modal__manual-form{display:flex;gap:8px}.konpap-barcode-modal__manual-input{flex:1 1 auto;height:42px;border-radius:8px;background:#f2f2f2;border:1px solid transparent;padding:0 12px}.konpap-barcode-modal__manual-input:focus{outline:none;box-shadow:none;border-color:#b20e10;background:#f2f2f2}.konpap-barcode-modal__manual-submit{white-space:nowrap;height:42px;width:42px;padding:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.konpap-barcode-modal__manual-submit svg{display:block}.konpap-barcode-modal__list-wrap{border-top:1px solid #ececec;padding-top:12px}.konpap-barcode-modal__list-title{font-size:14px;font-weight:600;margin:0 0 8px}.konpap-barcode-modal__list{list-style:none;padding:0;margin:0;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.konpap-barcode-modal__list-item{background:#fafafa;border-radius:8px}.konpap-barcode-modal__list-link{display:flex;align-items:center;gap:10px;padding:8px 10px;color:inherit;text-decoration:none}.konpap-barcode-modal__list-link:hover,.konpap-barcode-modal__list-link:focus{background:#f2f2f2;color:inherit}.konpap-barcode-modal__list-cover{width:36px;height:36px;object-fit:contain;background:#fff;border-radius:4px;flex:0 0 auto}.konpap-barcode-modal__list-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;line-height:1.2}.konpap-barcode-modal__list-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.konpap-barcode-modal__list-meta{font-size:12px;color:#777}.konpap-barcode-modal__list-qty{font-size:13px;font-weight:700;color:#b20e10;flex:0 0 auto}.quantity-selector-group{min-width:110px}.quantity-selector-group.input-group{width:100%;min-width:40px;position:relative;flex-wrap:nowrap;padding:0;background-color:#f2f2f2;border:none;border-radius:50px}.quantity-selector-group.input-group input[type="number"]{min-width:30px;width:100%;text-align:center;border:none;min-height:unset;height:auto;outline:none;font-size:inherit;margin:0;padding:0.5rem 0;background:transparent;height:35px;-moz-appearance:textfield}.quantity-selector-group.input-group input[type="number"]:focus{z-index:auto;box-shadow:none;background:transparent}.quantity-selector-group.input-group input[type="number"]::-webkit-outer-spin-button,.quantity-selector-group.input-group input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-selector-group.input-group .btn{border:none;margin:0;display:inline-flex;justify-content:center;background-color:transparent;padding:0.5rem 0.75rem;border-radius:50px;height:35px}.quantity-selector-group.input-group .btn:hover,.quantity-selector-group.input-group .btn:focus,.quantity-selector-group.input-group .btn:active{background-color:transparent;box-shadow:none}.quantity-selector-group.input-group .btn svg{top:0;position:initial}.quantity-selector-group.input-group .btn .icon{color:#2b3136}.quantity-selector-group.input-group .input-group-append,.quantity-selector-group.input-group .input-group-prepend{display:flex;margin:0}.quantity-selector-group .input-group-text{display:none}.offcanvas-cart .quantity-selector-group.input-group{padding:3px}.offcanvas-cart .quantity-selector-group.input-group input[type="number"]{padding:1px 2px}.offcanvas-cart .quantity-selector-group.input-group .btn{padding:2px 4px !important}.offcanvas-cart .cart-item-quantity{margin-bottom:unset}.offcanvas-cart .cart-item-price{margin-left:unset}@media (min-width:576px){.cart-offcanvas .quantity-selector-group{flex:1;width:110px;margin-left:0}}.cart-item-quantity-container{width:auto;min-width:130px}.buy-widget-container .quantity-selector-group{height:100%;display:flex;align-items:center}.b2b-qty-pill{display:inline-flex !important;align-items:center !important;position:relative;height:36px}.b2b-qty-pill-base{display:inline-flex !important;align-items:center !important;background:#8B1A1A !important;border-radius:9999px !important;height:36px;box-shadow:0 6px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 5px -3px rgba(0, 0, 0, 0.2)}.b2b-qty-pill-btn{height:36px;border:none !important;background:transparent !important;color:#fff !important;cursor:pointer;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;margin:0 !important;box-shadow:none !important}.b2b-qty-pill-btn[data-b2b-qty-minus]{width:36px;font-size:18px;font-weight:300;border-radius:9999px 0 0 9999px !important}.b2b-qty-pill-btn[data-b2b-qty-plus]{width:36px;font-size:18px;font-weight:300;position:relative;z-index:5;border-radius:0 50% 50% 0 !important;box-shadow:6px 6px 12px -8px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important}.b2b-qty-pill-cart{width:42px;padding-left:6px !important;border-radius:0 9999px 9999px 0 !important}.b2b-qty-pill-input,input[type="number"].b2b-qty-pill-input{width:32px !important;height:36px !important;min-width:32px !important;max-width:32px !important;min-height:unset !important;border:none !important;border-radius:0 !important;background:#f5f5f5 !important;text-align:center !important;font-size:14px !important;font-weight:500 !important;color:#1a1a1a !important;padding:0 !important;margin:0 !important;-moz-appearance:textfield !important;-webkit-appearance:none !important;appearance:none !important;box-shadow:none !important;outline:none !important}.b2b-qty-pill-input::-webkit-outer-spin-button,.b2b-qty-pill-input::-webkit-inner-spin-button,input[type="number"].b2b-qty-pill-input::-webkit-outer-spin-button,input[type="number"].b2b-qty-pill-input::-webkit-inner-spin-button{-webkit-appearance:none !important;margin:0 !important}.b2b-qty-pill-input:focus,input[type="number"].b2b-qty-pill-input:focus{outline:none !important;box-shadow:none !important}.b2b-qty-pill-btn:hover{opacity:0.9}.b2b-qty-pill-btn .icon,.b2b-qty-pill-btn svg{color:#fff !important;fill:currentColor !important}.b2b-qty-pill-btn .icon>svg>path,.b2b-qty-pill-btn svg path{fill:currentColor !important}.b2b-qty-pill-cart .icon>svg{top:0}body .offcanvas{transition-duration:200ms}.register-personal>.form-row:nth-child(2){display:none}.is-act-checkoutregisterpage label[for="personalBirthday"],.is-act-checkoutregisterpage label[for="personalBirthday"]+.row,.is-act-checkoutregisterpage .is-act-cartpage .checkout label[for="personalBirthday"]+.checkout-container,.is-act-cartpage .checkout .is-act-checkoutregisterpage label[for="personalBirthday"]+.checkout-container,.is-act-checkoutregisterpage .checkout label[for="personalBirthday"]+.checkout-container,.is-act-checkoutregisterpage .is-act-confirmpage .checkout label[for="personalBirthday"]+.checkout-container,.is-act-confirmpage .checkout .is-act-checkoutregisterpage label[for="personalBirthday"]+.checkout-container,.is-act-checkoutregisterpage .is-ctl-accountorder .checkout label[for="personalBirthday"]+.checkout-container,.is-ctl-accountorder .checkout .is-act-checkoutregisterpage label[for="personalBirthday"]+.checkout-container,.is-act-checkoutregisterpage .is-act-finishpage .checkout label[for="personalBirthday"]+.checkout-container,.is-act-finishpage .checkout .is-act-checkoutregisterpage label[for="personalBirthday"]+.checkout-container,.is-act-checkoutregisterpage .header-search-container.full-page .search-suggest label[for="personalBirthday"]+.search-suggest-content__row,.header-search-container.full-page .search-suggest .is-act-checkoutregisterpage label[for="personalBirthday"]+.search-suggest-content__row,.is-act-checkoutregisterpage .confirm-shipping .confirm-shipping-method .shipping-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-shipping .confirm-shipping-method .shipping-method-label .is-act-checkoutregisterpage label[for="personalBirthday"]+.shipping-method-description,.is-act-checkoutregisterpage .confirm-shipping .confirm-shipping-method .payment-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-shipping .confirm-shipping-method .payment-method-label .is-act-checkoutregisterpage label[for="personalBirthday"]+.shipping-method-description,.is-act-checkoutregisterpage .confirm-shipping .payment-method .shipping-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-shipping .payment-method .shipping-method-label .is-act-checkoutregisterpage label[for="personalBirthday"]+.shipping-method-description,.is-act-checkoutregisterpage .confirm-shipping .payment-method .payment-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-shipping .payment-method .payment-method-label .is-act-checkoutregisterpage label[for="personalBirthday"]+.shipping-method-description,.is-act-checkoutregisterpage .confirm-payment .confirm-shipping-method .shipping-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-payment .confirm-shipping-method .shipping-method-label .is-act-checkoutregisterpage label[for="personalBirthday"]+.shipping-method-description,.is-act-checkoutregisterpage .confirm-payment .confirm-shipping-method .payment-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-payment .confirm-shipping-method .payment-method-label .is-act-checkoutregisterpage label[for="personalBirthday"]+.shipping-method-description,.is-act-checkoutregisterpage .confirm-payment .payment-method .shipping-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-payment .payment-method .shipping-method-label .is-act-checkoutregisterpage label[for="personalBirthday"]+.shipping-method-description,.is-act-checkoutregisterpage .confirm-payment .payment-method .payment-method-label label[for="personalBirthday"]+.shipping-method-description,.confirm-payment .payment-method .payment-method-label .is-act-checkoutregisterpage label[for="personalBirthday"]+.shipping-method-description{display:none}.card-actions .btn-light{background-color:var(--border)}.profile-form-submit.btn.btn-light.btn-sm,.btn-group-sm>.profile-form-submit.btn.btn-light{background-color:var(--primary);color:white}.offcanvas-cookie{padding-top:100px}.product-slider-container .product-wishlist .product-wishlist-action-circle,.cms-element-product-listing .product-wishlist .product-wishlist-action-circle{right:unset}.product-wishlist{display:block}.filter-multi-select.filter-multi-select-manufacturer.filter-panel-item.dropdown{display:none}.scroll-up-button.is-visible{opacity:0.75}.scroll-up-button.is-visible:hover{opacity:1}.gallery-slider-item-container.tns-slide-active{position:relative;height:calc(100% - 7px)}.is-ctl-wishlist .note{padding:2rem 0}.is-ctl-wishlist .note .list-name-text{color:var(--text)}.is-ctl-wishlist .note a.nav-link{color:#878787}.is-ctl-wishlist .note a.nav-link span .icon{height:16px;width:20px;color:inherit}.is-ctl-wishlist .note a.nav-link.active span .icon{color:white}.is-ctl-wishlist .note a.nav-link.active .list-name-text{color:white}.is-ctl-wishlist .note .wishlist-list-card .nav-link.active:hover .wishlist-action-btn:hover .icon{color:white}.is-ctl-wishlist .note .icon:hover{transform:scale(1.2) translate(0px, -1px);transition-timing-function:ease-in;transition-duration:140ms}.is-ctl-wishlist #add-to-new-list~button .icon-heart{display:none}.order-detail-content-list .order-detail-item-product{position:relative}.order-detail-content-list .order-detail-item-product .order-item-expected-date{position:absolute;right:20px;bottom:20px}.card-tabs .nav-link:hover{background-color:inherit}.gallery-slider-controls-next{z-index:11}.line-item-pant-afgift-extra{white-space:nowrap;text-align:right}.cart-item-details{padding-top:0}.cart-item-details .line-item-label{max-width:160px;display:block;margin-bottom:20px}@media (min-width:576px){.cart-item-details .line-item-label{max-width:210px}}.line-item-delivery-info .line-item-delivery-status{display:flex;align-items:center;gap:4px;font-size:11px}.line-item-delivery-info .line-item-delivery-status .delivery-status-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.icon>svg{top:0}.btn .icon>svg{top:0}.custom-quantity-field-advanced,.custom-quantity-field-advanced-offcanvas{justify-content:end;align-items:center}.custom-quantity-field-advanced .custom-quantity-field-packunit,.custom-quantity-field-advanced-offcanvas .custom-quantity-field-packunit{margin-left:0.5rem}.custom-quantity-field-advanced .custom-quantity-field-wrapper,.custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper{height:48px;border-radius:50px;min-width:initial;padding:0;border:none;width:inherit}.custom-quantity-field-advanced .custom-quantity-field-wrapper .custom-quantity-field-button,.custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper .custom-quantity-field-button{background-color:#F2F2F2;width:48px}.custom-quantity-field-advanced .custom-quantity-field-wrapper .custom-quantity-field-button .icon,.custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper .custom-quantity-field-button .icon{color:#2b3136;height:10px;width:10px}.custom-quantity-field-advanced .custom-quantity-field-wrapper .custom-quantity-field-button.quantity-decrease,.custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper .custom-quantity-field-button.quantity-decrease{border-radius:50px 0 0 50px !important}.custom-quantity-field-advanced .custom-quantity-field-wrapper .custom-quantity-field-button.quantity-increase,.custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper .custom-quantity-field-button.quantity-increase{border-radius:0 50px 50px 0 !important}.custom-quantity-field-advanced .custom-quantity-field-wrapper .purchase-quantity,.custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper .purchase-quantity{background-color:#F2F2F2;width:3rem}.checkout-step-content .custom-quantity-field-advanced .custom-quantity-field-wrapper .purchase-quantity,.checkout-step-content .custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper .purchase-quantity{width:2.5rem}.offcanvas-cart .custom-quantity-field-advanced .custom-quantity-field-wrapper,.offcanvas-cart .custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper{height:40px}.offcanvas-cart .custom-quantity-field-advanced .custom-quantity-field-wrapper .custom-quantity-field-button,.offcanvas-cart .custom-quantity-field-advanced-offcanvas .custom-quantity-field-wrapper .custom-quantity-field-button{width:40px}.col-8 button.btn.btn-primary.btn-block.btn-buy,.col-8 button.btn.btn-block.btn-buy.address-editor-select:not(.collapsed),.col-8 button.btn.btn-block.btn-buy.address-editor-edit:not(.collapsed),.col-8 button.btn.btn-block.btn-buy.address-editor-create:not(.collapsed){height:48px}.cookieImage{transform:translate(0px, -25px)}.category-navigation-link.is-active:before{content:unset}img.img-fluid.cookieImage,.marketing-banner img.cookieImage:not(.img-fluid){filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2))}.cookieHeader{font-weight:bold}#mainMenuOffCanvas .subMenu .kpFlex{height:unset}.modal.is-fullscreen{z-index:99999}@media (min-width:576px){.cart-offcanvas .custom-quantity-field form{width:8rem}}@media only screen and (max-width:1200px){#mainMenuOffCanvas.showExpandedMenu:hover{width:750px}}@media only screen and (max-width:768px){#mainMenuOffCanvas.showExpandedMenu:hover{width:100%}}@media only screen and (max-width:768px){#mainMenuOffCanvas.showExpandedMenu:hover{width:100%}}@media only screen and (max-width:576px){.is-ctl-register.is-act-checkoutregisterpage label.form-label,.is-ctl-checkout .is-act-confirmpage label.form-label{font-size:10px}.is-ctl-register.is-act-checkoutregisterpage label.form-label.active,.is-ctl-checkout .is-act-confirmpage label.form-label.active{font-size:9px}.col-6.col-md-4.header-minimal-logo,.is-act-checkoutregisterpage .checkout .col-6.header-minimal-logo.checkout-aside,.register-form .form-zipcode-city-input>.col-6.header-minimal-logo.col-4{width:40%;max-width:40%}.col-md-4.header-minimal-back-to-shop,.is-act-checkoutregisterpage .checkout .header-minimal-back-to-shop.checkout-aside,.register-form .form-zipcode-city-input>.header-minimal-back-to-shop.col-4{max-width:59%}}.product-action>a.btn-light:not(:hover){color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}body.is-ctl-checkout.is-act-confirmpage .checkout-customer-comment-control label.form-label,body.is-ctl-checkout.is-act-confirmpage .form-group label.form-label{background-color:unset;top:unset;margin:0;color:inherit;position:relative;transition:0.2s font-size ease-out}body.is-ctl-checkout.is-act-confirmpage .checkout-customer-comment-control label.form-label:not(.active),body.is-ctl-checkout.is-act-confirmpage .form-group label.form-label:not(.active){padding-left:0}body.is-ctl-checkout.is-act-confirmpage .confirm-payment.order-1{margin:0}label.form-label[for="accountType"]{z-index:1}body.is-ctl-checkout.is-act-confirmpage .form-group .form-control::-webkit-input-placeholder{color:#cacaca}body.is-ctl-checkout.is-act-confirmpage .form-group .form-control:-moz-placeholder{color:#cacaca}body.is-ctl-checkout.is-act-confirmpage .form-group .form-control:-ms-input-placeholder{color:#cacaca}body.is-ctl-checkout.is-act-confirmpage .form-group .form-control::placeholder{color:#cacaca}.categoryGridLayout .wthemeCategoryBox.standard-CtaCategoryBox{flex-basis:0;min-width:unset}@media (max-width:1100px){.categoryGridLayout .wthemeCategoryBox.standard-CtaCategoryBox .categoryGridContent .categoryGridName{font-size:18px}}.wtheme-sticky~.offcanvas .sticky-top.offcanvas-close,.wtheme-sticky~.offcanvas .offcanvas .offcanvas-close.offcanvas-footer,.offcanvas .wtheme-sticky~.offcanvas .offcanvas-close.offcanvas-footer{padding-top:0.5rem}.offcanvas-cart .offcanvas-cart-items{margin-top:0}.offcanvas-cart .offcanvas-cart-header{margin-bottom:0}#konpap-top-header.background-color-secondary.header-main-top-content{padding:0}.wexo-checkout #addPromotion,.wexo-checkout #addProductButton{background-color:#000000 !important}.wexo-checkout{--border: #798490}.wexo-checkout .checkout{--border: var(--border, #bcc1c7)}@media (min-width:768px){.main-navigation nav.nav.main-navigation-menu{padding-left:0}.main-navigation .navigation-container{padding:0}}.navigation-flyouts-wrapper{left:0;font-weight:500}.navigation-flyouts-wrapper ul,.navigation-flyouts-wrapper li{list-style-type:none;padding:0}.navigation-flyouts-wrapper .sub-menu.sub-menu.is-level-1{column-count:4;top:25px}.navigation-flyouts-wrapper .first-sub-menu{padding-left:40px;padding-bottom:40px}.navigation-flyouts-wrapper .main-entry.navigation-flyout-col{padding:5px 0}.navigation-flyouts-wrapper .navigation-flyout-bar{position:relative;background-color:#fff}.navigation-flyouts-wrapper .navigation-flyout-bar .close-btn-col{position:absolute;right:20px}.is-level-0.main-entry-0{margin-bottom:8px}.custom-flyout-menu-row{padding:0 11px}a.main-entry-link.is-level-0{display:flex;justify-content:space-between;align-items:center;padding-right:30px}.image-flyout-categories-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;column-gap:10px;row-gap:10px}.image-flyout-categories-wrapper .item-image-wrapper{text-decoration:none}.image-flyout-categories-wrapper .image-flyout-heading{height:100%;display:flex;align-items:end;justify-content:start;padding:0 0 10px 10px;color:#fff}@media (min-width:768px){.image-flyout-categories-wrapper .image-flyout-heading{font-size:14px}}@media (min-width:992px){.image-flyout-categories-wrapper .image-flyout-heading{font-size:18px}}.image-flyout-categories-wrapper .item-image{background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:5px}@media (min-width:768px){.image-flyout-categories-wrapper .item-image{height:215px}}@media (min-width:992px){.image-flyout-categories-wrapper .item-image{height:250px}}@media (min-width:1200px){.image-flyout-categories-wrapper .item-image{height:350px}}#mainNavigation .main-navigation-menu{padding:0 20px;width:fit-content}#mainNavigation .main-navigation-menu .nav-border-top{position:absolute;width:550px;height:2px;background-image:linear-gradient(to left, rgba(216, 216, 216, 0), #d8d8d8 50%, #d8d8d8 100%, rgba(216, 216, 216, 0) 100%)}#mainNavigation .main-navigation-link{padding-bottom:0}#mainNavigation .main-navigation-link.active .main-navigation-link-text{border-color:transparent}#mainNavigation .main-navigation-link.is-open .main-navigation-link-text{border-color:var(--primary);padding-bottom:0}#mainNavigation .main-navigation-link-text{font-weight:500;color:var(--primary)}#mainNavigation .navigation-flyout-content{padding:0 0 60px 0}#mainNavigation .navigation-flyout.is-open{overflow-y:scroll}#mainNavigation .navigation-flyout.is-open .container,#mainNavigation .navigation-flyout.is-open .cms-section .boxed,.cms-section #mainNavigation .navigation-flyout.is-open .boxed,#mainNavigation .navigation-flyout.is-open .header-search-container.full-page .header-search,.header-search-container.full-page #mainNavigation .navigation-flyout.is-open .header-search,#mainNavigation .navigation-flyout.is-open .header-search-container.full-page .search-suggest .search-suggest-content__container,.header-search-container.full-page .search-suggest #mainNavigation .navigation-flyout.is-open .search-suggest-content__container,#mainNavigation .navigation-flyout.is-open .relewise-search-modal--form .header-search-form .search-suggest .search-suggest-content,.relewise-search-modal--form .header-search-form .search-suggest #mainNavigation .navigation-flyout.is-open .search-suggest-content{padding-left:10px}#mainNavigation .navigation-flyout-content .flyout-shifting-element{padding:0}@media screen and (max-width:1199px){.navigation-flyouts-wrapper .sub-menu.sub-menu.is-level-1,.navigation-flyouts-wrapper .sub-menu.col-9{column-count:3}}@media (max-width:575.98px){.burger-menu-wrapper{padding:0}}.wtheme-sticky .navigation-flyouts-wrapper{margin:unset}.hide-on-mobile{display:none}@media (min-width:768px){.wtheme-sticky.header-main{background-color:var(--background) !important;padding:10px 0px 25px}.wtheme-sticky.header-main .header-row{padding-left:10px}.wtheme-sticky.header-main .header-logo-col{padding-left:11px !important}.wtheme-sticky .nav-border-top{display:none}.wtheme-sticky #mainNavigation{background-color:var(--background) !important;padding:0;top:76px;z-index:1}.wtheme-sticky #mainNavigation .sticky-header-img{display:none}.wtheme-sticky #mainNavigation .main-navigation-menu{padding-left:20px;border:none}.main-navigation{display:block}}@media screen and (min-width:1400px){.navigation-flyout.is-open .container,.navigation-flyout.is-open .cms-section .boxed,.cms-section .navigation-flyout.is-open .boxed,.navigation-flyout.is-open .header-search-container.full-page .header-search,.header-search-container.full-page .navigation-flyout.is-open .header-search,.navigation-flyout.is-open .header-search-container.full-page .search-suggest .search-suggest-content__container,.header-search-container.full-page .search-suggest .navigation-flyout.is-open .search-suggest-content__container,.navigation-flyout.is-open .relewise-search-modal--form .header-search-form .search-suggest .search-suggest-content,.relewise-search-modal--form .header-search-form .search-suggest .navigation-flyout.is-open .search-suggest-content{padding-left:10px}}.navigation-flyout-link{transition:none;margin:0;padding-left:0;padding-bottom:2px;font-size:16px}.navigation-flyout-link:hover{padding-left:0;font-size:16px}.navigation-flyout-link:hover .category-name{color:inherit}.icon-wrapper .icon{color:#220606;width:19px;height:19px}.icon-wrapper .icon>svg{top:2px}.icon-wrapper .icon>svg path{fill:none}span.main-entry.is-level-0.navigation-flyout-col:hover .main-entry-category-name,span.main-entry.is-level-0.navigation-flyout-col:active .main-entry-category-name{color:var(--primary);border-bottom:2px solid var(--primary)}span.main-entry.is-level-0.navigation-flyout-col:hover .icon-wrapper .icon path,span.main-entry.is-level-0.navigation-flyout-col:active .icon-wrapper .icon path{stroke:var(--primary)}.is-level-0.main-entry.main-entry-is-0{padding-left:1rem}.custom-flyout-menu:not(.is-level-0){margin-left:0}.custom-flyout-menu .col-md-4,.custom-flyout-menu .is-act-checkoutregisterpage .checkout .checkout-aside,.is-act-checkoutregisterpage .checkout .custom-flyout-menu .checkout-aside,.custom-flyout-menu .register-form .form-zipcode-city-input>.col-4,.register-form .custom-flyout-menu .form-zipcode-city-input>.col-4,.custom-flyout-menu .col-lg-3{padding:0}.custom-flyout-menu .main-entry-is-0{border-right:1px solid #C7C0C0}.main-entry-category-name{font-weight:500;padding:5px 0 0;font-size:16px;margin-left:0;border-bottom:2px solid transparent;color:#220606}.sub-menu-category-name{color:var(--primary);font-size:16px;font-weight:500}.sub-categories-category-name{color:#707070;font-size:14px;font-weight:400}.main-sub-flyout-heading{padding-left:0;border-bottom:1px solid #C7C0C0;padding-bottom:10px;margin-bottom:10px}.main-sub-flyout-heading .main-sub-flyout-title{font-size:24px;color:var(--primary)}.li-level-1-wrapper{padding:0 15px 0 0;display:grid;grid-template-rows:1fr auto;overflow-y:hidden;word-break:break-word}.navigation-flyout .sub-categories{margin-bottom:5px}.product-list-add-items .alert{white-space:nowrap;margin-top:0;right:0}.product-list-add-items .dropdown-item:active .product-list-add-items-form-submit{background-color:inherit}.product-list-add-items .dropdown-item:active .icon{color:currentColor}.cms-element-product-listing .product-box,.variant-listing-modal .product-box{border:var(--bs-border-width) solid #798490}.productCardEnd .dropdown-menu{left:0;right:0}.productCardEnd .alert{position:relative;margin:0;white-space:normal}.product-list-item-cover .product-image-wrapper{height:200px}.product-list-item-cover .product-image-wrapper img{max-height:100%}.product-list-grid .product-list-item-list:not(:last-of-type){border-bottom:1px solid #f1f1f1}.infinite-scrolling-loading .loader{margin-top:40px}.infinite-scrolling-button-more .btn{margin-top:40px}.cms-block-accordion-usp .accordion-usp-element-text-container{flex:1 1 auto;background:#efece6}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button{background:transparent;transition:background-color 0.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button .accordion-usp-element-headline{transition:transform 0.3s ease, color 0.3s ease;transform:translateY(0)}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button .accordion-usp-element-expanded-content-wrapper{opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;position:relative;top:-30px}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button:hover{background-color:#193e3e}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button:hover .accordion-usp-element-headline{color:#00e284;transform:translateY(-20px);padding-top:20px}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button:hover .accordion-usp-element-expanded-content-wrapper{opacity:1 !important;visibility:visible;display:block}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button:hover .accordion-usp-element-expanded-content-wrapper .accordion-usp-element-main-text{opacity:1 !important;transform:translateY(0)}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button .accordion-usp-element-expanded-content-wrapper{opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;display:none}.cms-block-accordion-usp .accordion-usp-element-text-container .accordion-usp-element-headline-button .accordion-usp-element-expanded-content-wrapper .accordion-usp-element-expanded-content .accordion-usp-element-main-text{color:#fff;line-height:20px;padding:0 30px 10px 30px;opacity:0;transform:translateY(20px);transition:transform 0.3s ease, opacity 0.3s ease}.cms-block-accordion-usp .accordion-usp-icon{background-color:#00e284}.base-slider .base-slider-controls-prev,.base-slider .base-slider-controls-next{height:40px;width:40px;line-height:40px;background-color:#fff;box-shadow:0px 2px 4px #00000040;opacity:1;border-radius:50%}.base-slider .base-slider-controls-prev .icon,.base-slider .base-slider-controls-next .icon{height:12px;width:12px;color:#000000}.base-slider .base-slider-controls-prev .icon>svg,.base-slider .base-slider-controls-next .icon>svg{top:2px}.gallery-slider{margin:0 20px;width:unset}.gallery-slider .tns-outer{background-color:#fff;border-radius:10px;border:1px solid #D8D8D8;overflow:hidden}.product-detail-media .gallery-slider-row.is-single-image{background-color:#fff;border-radius:10px;border:1px solid #D8D8D8;overflow:hidden;margin:0 20px;position:relative}.gallery-slider-thumbnails{margin:1rem auto 0 auto;justify-content:center;width:100% !important;transform:unset !important;flex-wrap:wrap}.gallery-slider-thumbnails .gallery-slider-thumbnails-item{width:60px !important;height:60px;margin-right:5px;margin-bottom:10px}.gallery-slider-thumbnails .gallery-slider-thumbnails-item .gallery-slider-thumbnails-item-inner{padding:0;width:inherit;height:inherit;background-color:#fff;border-radius:5px}.gallery-slider-thumbnails .gallery-slider-thumbnails-item .gallery-slider-thumbnails-item-inner .gallery-slider-thumbnails-image{border-radius:inherit}.gallery-slider-thumbnails-controls{display:none}@media (min-width:768px){.gallery-slider{margin:30px 30px 0 30px}}@media (min-width:1200px){.gallery-slider{margin:50px 56px 0 46px}.gallery-slider .base-slider-controls-prev{left:20px}.gallery-slider .base-slider-controls-next{right:20px}.product-detail-media .gallery-slider-row.is-single-image{margin:50px 56px 0 46px}}.kp-image-text-slider-three-columns-element-container:not(:last-child),.kp-image-text-slider-two-columns-element-container:not(:last-child){margin-bottom:20px}@media (min-width:768px){.kp-image-text-slider-two-columns-element-container{padding:0 10px}.kp-image-text-slider-two-columns-element-container:first-child{padding-left:20px}.kp-image-text-slider-two-columns-element-container:last-child{padding-right:20px}.kp-image-text-slider-two-columns-element-container:not(:last-child){margin-bottom:0}}@media (min-width:992px){.kp-image-text-slider-three-columns-element-container{padding:0 10px}.kp-image-text-slider-three-columns-element-container:first-child{padding-left:20px}.kp-image-text-slider-three-columns-element-container:last-child{padding-right:20px}.kp-image-text-slider-three-columns-element-container:not(:last-child){margin-bottom:0}}.cms-element-kp-image-text-slider{height:500px}.cms-element-kp-image-text-slider.kp-image-text-slider-with-dots{margin-bottom:30px}.cms-element-kp-image-text-slider .base-slider.has-dots-outside{margin-bottom:0}.cms-element-kp-image-text-slider .kp-image-text-slider{overflow:inherit}.cms-element-kp-image-text-slider .kp-image-text-slider .tns-outer{overflow:hidden}.cms-element-kp-image-text-slider .kp-image-text-slider-container{position:relative;height:100%;opacity:0}.cms-element-kp-image-text-slider .kp-image-text-slider-container.tns-slider{opacity:1}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-image{display:block;width:unset;max-width:unset;object-fit:cover;font-family:"object-fit: cover;";min-height:500px;min-width:100%}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item{display:flex;width:100%;position:relative;flex-wrap:wrap;flex-direction:column-reverse;align-content:center;overflow:hidden;height:500px}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text{position:absolute;display:flex;align-items:center;margin-top:5px;height:100%}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text.align-items-end{align-items:end}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container{width:100%;padding:20px 50px 20px 20px}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-headline{font-weight:600;margin-bottom:5px;color:#ffffff;font-size:calc(1.2625rem + 0.15vw)}@media (min-width:1200px){.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-headline{font-size:1.375rem}}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text{margin-bottom:0;color:#ffffff;font-size:16px;font-family:"Poppins", sans-serif}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text p,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text h1,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text .h1,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text h2,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text .h2,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text h3,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text .h3,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text h4,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text .h4,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text h5,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text .h5,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text h6,.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text .h6{color:#ffffff}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container .kp-image-text-slider-item-text-btn{margin-top:10px;background-color:#ea5a0b;color:#ffffff;font-weight:700;border-radius:50px;line-height:35px;padding:0 30px;min-width:140px;border:none;text-transform:uppercase}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-link{display:block}.cms-element-kp-image-text-slider .kp-image-text-slider-container .js-slider-initialized .kp-image-text-slider-item.is-not-first{display:flex}.cms-element-kp-image-text-slider .kp-image-text-slider .tns-nav{margin:0}.cms-element-kp-image-text-slider .kp-image-text-slider .tns-nav button{padding:7px;background-color:#D8D8D8;box-shadow:none}.cms-element-kp-image-text-slider .kp-image-text-slider .tns-nav button.tns-nav-active{background-color:#2b3136}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-prev .icon>svg,.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-next .icon>svg{top:0}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-prev{left:10px;display:none}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-prev .icon{margin-right:1px}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-next{right:10px;height:30px;width:30px;line-height:30px}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-next .icon{margin-left:1px}.cms-element-kp-image-text-slider .image-slider-controls-container{opacity:0}.cms-element-kp-image-text-slider .tns-outer+.image-slider-controls-container{opacity:1}@media (min-width:768px){.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item{flex-direction:row}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text{margin-top:0}.cms-element-kp-image-text-slider .kp-image-text-slider-container .kp-image-text-slider-item .kp-image-text-slider-item-inner-text .kp-image-text-slider-item-inner-text-container{padding:40px 60px 40px 60px;max-width:650px}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-prev{display:block}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-prev .icon{margin-right:2px}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-next{height:40px;width:40px;line-height:40px}.cms-element-kp-image-text-slider .kp-image-text-slider .kp-image-text-slider-controls-container .base-slider-controls-next .icon{margin-left:2px}}.cms-block-kp-image-text-grid .kp-image-text-grid-left{height:100%;padding-bottom:1rem}.cms-block-kp-image-text-grid .kp-image-text-grid-left .kp-image-text-item-container{height:100%}.cms-block-kp-image-text-grid .kp-image-text-grid-left .kp-image-text-item-container .kp-image-text-item{height:100%}.cms-block-kp-image-text-grid .kp-image-text-grid-right-top{margin-bottom:1rem}@media (min-width:768px){.cms-block-kp-image-text-grid .kp-image-text-grid-left{padding-bottom:0}}.kp-image-text-item{position:relative;overflow:hidden}.kp-image-text-item .cms-image-link{display:block;height:inherit}.kp-image-text-item .cms-image-link+.kp-image-text-text-content{pointer-events:none}.kp-image-text-item .kp-image-text-image{height:100%;display:flex;justify-content:center}.kp-image-text-item .kp-image-text-image img{height:inherit;min-width:100%;object-fit:cover;border-radius:5px}.kp-image-text-item .kp-image-text-text-content{position:absolute;width:100%}.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container{margin:0 10px;padding:20px 10px;transform:translateY(-100%);max-height:calc(100% - 20px)}.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-headline{font-size:20px;font-weight:600;line-height:1.1;color:#ffffff}.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text{color:#ffffff}.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text p,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text h1,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text .h1,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text h2,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text .h2,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text h3,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text .h3,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text h4,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text .h4,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text h5,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text .h5,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text h6,.kp-image-text-item .kp-image-text-text-content .kp-image-text-element-text-container .kp-image-text-element-text .h6{color:#ffffff}.demoshop-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:24px;width:100%}@media (max-width:767px){.demoshop-grid{grid-template-columns:1fr;gap:16px}}.demoshop-grid__card{display:grid;grid-template-columns:minmax(0, 1.4fr) minmax(0, 1fr);align-items:stretch;background:#f4ece2;color:#2b2b2b;border-radius:4px;overflow:hidden;text-decoration:none;transition:transform 0.18s ease, box-shadow 0.18s ease}@media (max-width:575px){.demoshop-grid__card{grid-template-columns:1fr}}.demoshop-grid__card:hover,.demoshop-grid__card:focus-visible{text-decoration:none;color:inherit;transform:translateY(-2px);box-shadow:0 6px 18px rgba(0, 0, 0, 0.08)}.demoshop-grid__card.is-variant-filled{background:#ad1f25;color:#ffffff}.demoshop-grid__card.is-variant-pink{background:#f4d8d8;color:#2b2b2b}.demoshop-grid__card.is-variant-cream{background:#f4ece2;color:#2b2b2b}.demoshop-grid__collage{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 1fr);gap:2px;background:#ffffff;aspect-ratio:1.5}@media (max-width:575px){.demoshop-grid__collage{aspect-ratio:1.3333333333}}.demoshop-grid__collage-cell{position:relative;background:#f2f2f2;overflow:hidden}.demoshop-grid__collage-cell img{width:100%;height:100%;object-fit:cover;display:block}.demoshop-grid__sidebar{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:24px 28px;gap:2px}@media (max-width:991px){.demoshop-grid__sidebar{padding:18px 20px}}@media (max-width:575px){.demoshop-grid__sidebar{padding:22px 22px 26px}}.demoshop-grid__title{font-size:18px;line-height:1.2;font-weight:400}.demoshop-grid__subtitle{font-size:30px;line-height:1.1;font-weight:700}@media (max-width:991px){.demoshop-grid__subtitle{font-size:24px}}.demoshop-grid__button{margin-top:18px;display:inline-flex;align-items:center;gap:8px;background:#ffffff;color:#2b2b2b;border:1px solid rgba(0, 0, 0, 0.08);padding:8px 14px;border-radius:4px;font-size:13px;line-height:1;font-weight:500}.demoshop-grid__card:hover .demoshop-grid__button,.demoshop-grid__card:focus-visible .demoshop-grid__button{background:#ad1f25;color:#ffffff;border-color:#ad1f25}.demoshop-grid__button-arrow{display:inline-block;transition:transform 0.18s ease}.demoshop-grid__card:hover .demoshop-grid__button-arrow{transform:translateX(3px)}.cms-block-demoshop-grid{width:100%}.cms-block-demoshop-hero{width:100%}.demoshop-hero{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);align-items:stretch;background:#fbf2e6;color:#1f1f1f;overflow:hidden;position:relative}@media (max-width:991px){.demoshop-hero{grid-template-columns:1fr}}.demoshop-hero.is-image-left .demoshop-hero__content{order:2}.demoshop-hero.is-image-left .demoshop-hero__media{order:1}.demoshop-hero.is-image-left .demoshop-hero__badge{left:auto;right:-45px}@media (max-width:991px){.demoshop-hero.is-image-left .demoshop-hero__content{order:2}.demoshop-hero.is-image-left .demoshop-hero__media{order:1}}.demoshop-hero__content{display:flex;flex-direction:column;gap:18px;padding:56px 48px 56px 20px}@media (min-width:576px){.demoshop-hero__content{padding-left:calc((100vw - 540px)  / 2 + 12px)}}@media (min-width:768px){.demoshop-hero__content{padding-left:calc((100vw - 720px)  / 2 + 12px)}}@media (min-width:992px){.demoshop-hero__content{padding-left:calc((100vw - 960px)  / 2 + 12px)}}@media (min-width:1200px){.demoshop-hero__content{padding-left:calc((100vw - 1140px) / 2 + 12px)}}@media (min-width:1400px){.demoshop-hero__content{padding-left:calc((100vw - 1320px) / 2 + 12px)}}@media (max-width:1199px){.demoshop-hero__content{padding-top:40px;padding-bottom:40px;padding-right:32px}}@media (max-width:991px){.demoshop-hero__content{padding:32px 20px}}.demoshop-hero__headline{font-size:44px;line-height:1.05;font-weight:700;margin:0}@media (max-width:1199px){.demoshop-hero__headline{font-size:36px}}@media (max-width:575px){.demoshop-hero__headline{font-size:30px}}.demoshop-hero__headline .demoshop-hero__accent,.demoshop-hero__headline em,.demoshop-hero__headline strong{color:#ad1f25;font-style:normal}.demoshop-hero__body{font-size:14px;line-height:1.55;color:#2b2b2b}.demoshop-hero__body p{margin:0 0 6px}.demoshop-hero__bullets{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.demoshop-hero__bullet{display:flex;gap:12px;align-items:flex-start;font-size:13px;line-height:1.45;color:#2b2b2b}.demoshop-hero__bullet-icon{flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#ad1f25;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.demoshop-hero__bullet-icon svg{width:13px;height:13px;display:block}.demoshop-hero__bullet-text{flex:1}.demoshop-hero__disclaimer{margin-top:14px;font-size:12px;color:#4a4a4a}.demoshop-hero__media{position:relative;min-height:420px}@media (max-width:991px){.demoshop-hero__media{min-height:280px}}.demoshop-hero__image{width:100%;height:100%;background:#d8c9b0;overflow:hidden}.demoshop-hero__image img{width:100%;height:100%;object-fit:cover;display:block}.demoshop-hero__badge{position:absolute;top:50%;left:-45px;transform:translateY(-50%);width:150px;height:150px;border-radius:50%;background:#ad1f25;color:#ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px;text-align:center;z-index:2;box-shadow:0 6px 14px rgba(0, 0, 0, 0.12)}@media (max-width:991px){.demoshop-hero__badge{width:120px;height:120px;left:16px;top:16px;transform:none;padding:12px}}.demoshop-hero__badge-text{font-size:11px;font-weight:700;letter-spacing:0.5px;line-height:1.2;text-transform:uppercase}.demoshop-hero__badge-icon{display:inline-flex;align-items:center;justify-content:center}.demoshop-hero__badge-icon svg{width:26px;height:26px;display:block;color:#ffffff}img[src="https://www.facebook.com/tr?id=263044169160610&ev=PageView&noscript=1"]{max-height:1px;max-width:1px}.cms-block.visable{overflow:visible}.scroll-up-button.is-visible{bottom:69px !important}.btn-block{display:block;width:100%}body[style*="overflow: hidden; padding-right: 10px;"]{height:100vh}.no-gutters{margin-right:0;margin-left:0}