/*! jQuery UI - v1.12.1 - 2017-10-05
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
/*! jQuery UI - v1.12.1 - 2017-10-05
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

* {
  padding: 0;
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
  font-size: 12px;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* @-ms-viewport rule */
/**
    Indicates the preferred viewport width used in determining the size of the initial containing block
    The width of the screen in CSS pixels at a zoom factor of 100%.
*/
@-ms-viewport {
  width: device-width;
}
/* pt-sans-regular - latin */
@font-face {
  font-family: "PT Sans Regular";
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-regular.eot);
  /* IE9 Compat Modes */
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-regular.eot?#iefix) format("embedded-opentype"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-regular.woff2) format("woff2"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-regular.woff) format("woff"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-regular.ttf) format("truetype"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-regular.svg#PTSans) format("svg");
  /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: "PT Sans Bold";
  font-style: normal;
  font-display: auto;
  font-weight: 700;
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-700.eot);
  /* IE9 Compat Modes */
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-700.eot?#iefix) format("embedded-opentype"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-700.woff2) format("woff2"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-700.woff) format("woff"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-700.ttf) format("truetype"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/PT_Sans/pt-sans-v9-latin-700.svg#PTSans) format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Marydale";
  font-display: auto;
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Marydale/Marydale.eot?#iefix);
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Marydale/Marydale.eot?#iefix) format("eot"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Marydale/Marydale.woff2) format("woff2"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Marydale/Marydale.woff) format("woff"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Marydale/Marydale.ttf) format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Icomoon/icomoon.eot?5w2f1b);
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Icomoon/icomoon.eot?5w2f1b#iefix) format("embedded-opentype"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Icomoon/icomoon.ttf?5w2f1b) format("truetype"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Icomoon/icomoon.woff?5w2f1b) format("woff"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Icomoon/icomoon.svg?5w2f1b#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon, .c-rt-icon-decrease:before, .c-rt-icon-arrow-up:before, .c-rt-icon-arrow-right:before, .c-rt-icon-arrow-left:before, .c-rt-icon-arrow-down:before, .c-rt-icon-totop:before, .c-rt-icon-ticket:before, .c-rt-icon-book-school:before, .c-rt-icon-star-fill:before, .c-rt-icon-star:before, .c-rt-icon-toys:before, .c-rt-icon-search:before, .c-rt-icon-retour:before, .c-rt-icon-print:before, .c-rt-icon-stamp:before, .c-rt-icon-pin-fill:before, .c-rt-icon-pin:before, .c-rt-icon-persona:before, .c-rt-icon-press:before, .c-rt-icon-pencil:before, .c-rt-icon-paper:before, .c-rt-icon-music:before, .c-rt-icon-mail:before, .c-rt-icon-lottery:before, .c-rt-icon-log-out:before, .c-rt-icon-lock:before, .c-rt-icon-list-view:before, .c-rt-icon-info:before, .c-rt-icon-increase:before, .c-rt-icon-home:before, .c-rt-icon-hobby:before, .c-rt-icon-grid-view:before, .c-rt-icon-gift:before, .c-rt-icon-games:before, .c-rt-icon-filter:before, .c-rt-icon-movie:before, .c-rt-icon-heart-fill:before, .c-rt-icon-heart:before, .c-rt-icon-facebook:before, .c-rt-icon-eye:before, .c-rt-icon-ebook:before, .c-rt-icon-download:before, .c-rt-icon-cross:before, .c-rt-icon-coffee:before, .c-rt-icon-clickcollect:before, .c-rt-icon-checkmark:before, .c-rt-icon-check:before, .c-rt-icon-cart:before, .c-rt-icon-phone:before, .c-rt-icon-Bestelpunt:before, .c-rt-icon-calendar:before, .c-rt-icon-order-pickup:before, .c-rt-icon-add:before, .c-rt-icon-shopping-cart:before, .c-rt-icon-location:before, .c-rt-icon-heart-alt:before, .c-rt-icon-user:before, .c-rt-icon-menu:before, .sb-icon--facet:before, .sb-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sb-icon--new-tab:before {
  content: "\E944";
}

.sb-icon--regulated-price:before {
  content: "\E943";
}

.sb-icon--truck:before {
  content: "\E942";
}

.sb-icon--cart-cta:before {
  content: "\E941";
}

.sb-icon--store:before {
  content: "\E940";
}

.sb-icon--chevron-double-down:before {
  content: "\E93C";
}

.sb-icon--chevron-double-left:before {
  content: "\E93D";
}

.sb-icon--chevron-double-right:before {
  content: "\E93E";
}

.sb-icon--chevron-double-up:before {
  content: "\E93F";
}

.sb-icon--plus:before {
  content: "\E93A";
}

.sb-icon--download:before {
  content: "\E93B";
}

.sb-icon--menu:before {
  content: "\E904";
}

.sb-icon--user:before {
  content: "\E905";
}

.sb-icon--heart-alt:before {
  content: "\E906";
}

.sb-icon--location:before {
  content: "\E907";
}

.sb-icon--shopping-cart:before {
  content: "\E908";
}

.sb-icon--add:before {
  content: "\E909";
}

.sb-icon--order-pickup:before {
  content: "\E90A";
}

.sb-icon--calendar:before {
  content: "\E90B";
}

.sb-icon--Bestelpunt:before {
  content: "\E90C";
  color: #606060;
}

.sb-icon--phone:before {
  content: "\E90D";
}

.sb-icon--cart:before {
  content: "\E90E";
}

.sb-icon--check:before {
  content: "\E90F";
}

.sb-icon--checkmark:before {
  content: "\E910";
}

.sb-icon--clickcollect:before {
  content: "\E911";
}

.sb-icon--coffee:before {
  content: "\E912";
}

.sb-icon--cross:before {
  content: "\E913";
}

.sb-icon--download1:before {
  content: "\E914";
}

.sb-icon--ebook:before {
  content: "\E915";
}

.sb-icon--eye:before {
  content: "\E916";
}

.sb-icon--facebook:before {
  content: "\E917";
}

.sb-icon--heart:before {
  content: "\E918";
}

.sb-icon--heart-fill:before {
  content: "\E919";
}

.sb-icon--movie:before {
  content: "\E91A";
}

.sb-icon--filter:before {
  content: "\E91B";
}

.sb-icon--games:before {
  content: "\E91C";
}

.sb-icon--gift:before {
  content: "\E91D";
}

.sb-icon--grid-view:before {
  content: "\E91E";
}

.sb-icon--hobby:before {
  content: "\E91F";
}

.sb-icon--home:before {
  content: "\E920";
}

.sb-icon--increase:before {
  content: "\E921";
}

.sb-icon--info:before {
  content: "\E922";
}

.sb-icon--list-view:before {
  content: "\E923";
}

.sb-icon--lock:before {
  content: "\E924";
}

.sb-icon--log-out:before {
  content: "\E925";
}

.sb-icon--lottery:before {
  content: "\E926";
}

.sb-icon--mail:before {
  content: "\E927";
}

.sb-icon--mailpref {
  padding: 20px;
}

.sb-icon--music:before {
  content: "\E928";
}

.sb-icon--paper:before {
  content: "\E929";
}

.sb-icon--pencil:before {
  content: "\E92A";
}

.sb-icon--press:before {
  content: "\E92B";
}

.sb-icon--persona:before {
  content: "\E92C";
}

.sb-icon--pin:before {
  content: "\E92D";
}

.sb-icon--pin-fill:before {
  content: "\E92E";
}

.sb-icon--stamp:before {
  content: "\E92F";
}

.sb-icon--print:before {
  content: "\E930";
  color: #606060;
}

.sb-icon--retour:before {
  content: "\E931";
}

.sb-icon--search:before {
  content: "\E933";
}

.sb-icon--toys:before {
  content: "\E934";
}

.sb-icon--star:before {
  content: "\E935";
}

.sb-icon--star-fill:before {
  content: "\E936";
}

.sb-icon--book-school:before {
  content: "\E937";
}

.sb-icon--ticket:before {
  content: "\E938";
}

.sb-icon--totop:before {
  content: "\E939";
}

.sb-icon--arrow-down:before {
  content: "\E900";
}

.sb-icon--arrow-left:before {
  content: "\E902";
}

.sb-icon--arrow-right:before {
  content: "\E901";
}

.sb-icon--arrow-up:before {
  content: "\E903";
}

.sb-icon--decrease:before {
  content: "\E932";
}

@-webkit-keyframes animate-left-to-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animate-left-to-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes animate-left-to-right--close {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes animate-left-to-right--close {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes animate-right-to-left {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes animate-right-to-left {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
body {
  background-color: #fff;
  color: #3B393D;
  font-family: PT Sans Regular, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p {
  padding: 0 0 15px;
}
p:last-child {
  padding-bottom: 0;
}

strong {
  font-weight: normal;
  font-family: PT Sans Bold, sans-serif;
}

small {
  font-size: 0.75em;
  line-height: 1.2em;
  display: inline-block;
}

hr {
  border: 1px solid #e6ecef;
  border-width: 1px 0 0;
}

h1 {
  margin: 0 0 0.3em;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.15;
}
h2 {
  margin: 0 0 0.4em;
  font-size: 1.675em;
  font-weight: normal;
  line-height: 1.15;
}
h3 {
  margin: 0 0 0.3em;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.15;
}
h4 {
  margin: 0 0 0.2em;
  font-size: 1em;
  font-family: PT Sans Bold, sans-serif;
  font-weight: normal;
  line-height: 1.15;
}

a {
  color: #444;
  text-decoration: underline;
}
a:hover {
  color: #359EA5;
}
a:active {
  color: #000;
}

ul, ol, dl {
  list-style-position: inside;
}

button, input, optgroup, select, textarea {
  font-family: PT Sans Regular, sans-serif;
}

label {
  cursor: pointer;
}

input {
  line-height: normal;
  height: 2.2rem;
  border: 1px solid #e6ecef;
  background-color: #fff;
  font-size: 0.875rem;
  padding: 0 10px;
}
input:hover, input:active, input:focus {
  outline: 1px solid #e6ecef;
}

input[type=checkbox],
input[type=radio] {
  line-height: 1rem;
  height: auto;
  background: none;
  border: none;
  font-size: 1rem;
  padding: 0;
}
input[type=checkbox]:hover, input[type=checkbox]:active, input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:active,
input[type=radio]:focus {
  outline: none;
}

textarea {
  border: 1px solid #e6ecef;
  padding: 10px;
  width: 100%;
  min-height: 150px;
  resize: vertical;
}

select {
  border: 1px solid #e6ecef;
  padding: 5px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 21px;
  }

  h3 {
    font-size: 17px;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.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-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .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-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .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-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .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-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .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-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.col {
  min-width: 0;
}

.o-component {
  margin-bottom: 15px;
}
.o-component--fill {
  display: flex !important;
  width: 100%;
  flex: 1 1 auto;
}
.o-component--content-center {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.o-component--content-bottom {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}

.o-flex {
  display: flex;
  min-width: 0;
}
.o-flex > * {
  flex: 1 1 auto;
}
.o-flex--align-center {
  align-items: center;
}
.o-flex--wrap {
  flex-wrap: wrap;
}
.o-flex--h {
  flex-direction: column;
}
.o-flex--h > * {
  flex: 1 0 auto;
}

.o-flex__fixed {
  flex: 0 0 auto;
}

.o-media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.o-media--center {
  align-items: center;
}

.o-media__img {
  margin-right: 15px;
}

.o-media__body {
  flex: 1;
}

.o-media__body,
.o-media__body :last-child {
  margin-bottom: 0;
}

.o-choice {
  display: inline-flex;
}

.o-choice__option {
  display: inline;
  flex: 0 0 auto;
}

.o-choice__full {
  width: 100%;
}

.o-choice__input {
  vertical-align: middle;
  margin: 0 0 2px 0;
}

.o-choice__toggle {
  position: relative;
  width: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-right: 10px;
}
.o-choice__toggle--checkbox {
  display: none;
}
.o-choice__toggle--label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #E3E3E3;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.o-choice__toggle--label:before {
  content: "";
  display: block;
  width: 20px;
  margin: 0px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border: 2px solid #E3E3E3;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.o-choice__toggle--checkbox:checked + .o-choice__toggle--label {
  background-color: #27ae60;
}

.o-choice__toggle--checkbox:checked + .o-choice__toggle--label,
.o-choice__toggle--checkbox:checked + .o-choice__toggle--label:before {
  border-color: #27ae60;
}

.o-choice__toggle--checkbox:checked + .o-choice__toggle--label:before {
  right: 0px;
}

@-moz-document url-prefix() {
  .o-choice__input {
    margin: 0 0 3px 0;
  }
}
.o-choice__label {
  display: inline-block;
  margin: 0 0 0 7px;
  flex-basis: 0;
  flex-grow: 1;
}
.o-choice__label--margin {
  margin: 0px;
}

@media (max-width: 767.98px) {
  .c-storelocator__search--stock--label {
    margin-left: 1.6px;
  }
}
.o-collapse.is-collapsed .o-collapse__enabler:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.o-collapse.is-collapsed .o-collapse__enabler--store:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.o-collapse.is-collapsed .o-collapse__panel {
  display: none;
}

.o-collapse__enabler {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-collapse__enabler:before {
  font-family: "icomoon";
  content: "\E903";
  margin-right: 0;
}
.o-collapse__enabler:before {
  transition: 100ms linear all;
  display: block;
}

.o-collapse__deeper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-collapse__deeper:before {
  font-family: "icomoon";
  content: "\E901";
  margin-right: 0;
}
.o-collapse__deeper:before {
  transition: 100ms linear all;
  display: block;
}

.o-collapse__trigger {
  position: relative;
}

.o-hide__toggle--icon {
  color: #28201E;
}
.o-hide__toggle--icon:before {
  font-family: "icomoon";
  content: "\E903";
  margin-right: 0;
}
.o-hide__toggle--icon:before {
  margin-right: 8px;
  transition: 100ms linear all;
  background: #eeedeb;
  mix-blend-mode: normal;
  border-radius: 2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 2px;
  display: block;
}

.o-hide.show-all .o-hide__element {
  display: block;
}
.o-hide.show-all .o-hide__toggle {
  display: none;
}

.o-hide__element {
  display: none;
}

.o-toggle.is-active .o-toggle__element {
  display: none;
}
.o-toggle.is-active .o-toggle__element--hide {
  display: inherit;
}

.o-toggle__element--hide {
  display: none;
}

/* ==========================================================================
  #Item media object: used for image ratio
  ========================================================================== */
.o-ar {
  padding-top: 100%;
  position: relative;
  width: 100%;
  display: block;
}
.o-ar--store {
  padding-top: 40%;
}
.o-ar--author {
  padding-top: 80%;
}
.o-ar--intro {
  padding-top: 55%;
}
.o-ar--intro--element {
  position: absolute;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: contain;";
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.o-ar--event {
  padding-top: 50%;
}
.o-ar--news-item {
  padding-top: 50%;
}
.o-ar--wot {
  padding-top: 32%;
}
.o-ar--card {
  padding-top: 70%;
}
.o-ar--product {
  padding-top: 85%;
}
.o-ar--specs {
  padding-top: 60%;
}

.o-ar__element {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: contain;";
  height: 100%;
  width: 100%;
  display: block;
}
.o-ar__element--cover-slider {
  left: 2%;
  width: 96%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.o-ar__element--cover {
  -o-object-fit: cover;
     object-fit: cover;
  /*Fix for IE*/
  font-family: "object-fit: cover;";
}
.o-ar__element--contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:container;";
}
.o-ar__element--scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  /*Fix for IE*/
  font-family: "object-fit: scale-down;";
}

.o-ar--event {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .o-ar__element--cover-slider {
    width: 100%;
    left: 0;
  }

  .t-grid .o-ar--product {
    padding-top: 80%;
  }
}
@media (max-width: 767.98px) {
  .o-ar--news-item {
    margin-bottom: 10px;
  }
  .o-ar--contributor-image {
    padding-top: 50% !important;
  }

  .o-ar__element--contributor-image {
    width: 50% !important;
    left: 25% !important;
  }
}
@media (min-width: 992px) {
  .o-ar--event {
    margin-bottom: 0px;
  }
}
.o-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
}
.o-truncate--2-lines {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  max-height: 2.8em;
}
.o-truncate--3-lines {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  white-space: normal;
  max-height: 4.2em;
}
.o-truncate--4-lines {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  white-space: normal;
  max-height: 5.6em;
}
.o-truncate--5-lines {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  white-space: normal;
  max-height: 7em;
}

.o-sticky {
  position: relative;
}

.o-sticky__element {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-website-width {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .o-website-width {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .o-website-width {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .o-website-width {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .o-website-width {
    max-width: 1140px;
  }
}

.container--regular-gutters > .row {
  padding: 15px 0px 15px 0px !important;
}

.container--narrow-gutters > .row {
  padding: 0 15px;
}
.container--narrow-gutters > .row > [class*=col] {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.container--narrow-gutters > .row > [class*=col] > .c-testimonial.o-component--content-bottom {
  justify-content: flex-start !important;
}
.container--narrow-gutters .o-component {
  margin-bottom: 10px;
}

.container--bottom {
  margin-bottom: 15px;
}

.container--top {
  margin-top: 15px;
}

.container--highlight {
  background-color: var(--t-background, #fff);
}
.container--highlight.u-margin-bottom {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .container--regular-gutters > .row {
    padding: 15px 15px 15px 15px !important;
  }

  .container--highlight {
    margin-bottom: 25px;
  }
  .container--highlight .container .row {
    margin: 0px;
  }
  .container--highlight .container .col {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .container--narrow-gutters > .row {
    padding: 0;
  }
  .container--narrow-gutters > .row > [class*=col-md] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container--narrow-gutters > .row > [class*=col-md]:first-child {
    padding-left: 0;
  }
  .container--narrow-gutters > .row > [class*=col-md]:last-child {
    padding-right: 0;
  }

  .no-gutters-md {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters-md > .col,
.no-gutters-md > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .container--narrow-gutters > .row {
    padding: 0;
  }
  .container--narrow-gutters > .row > [class*=col-lg] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container--narrow-gutters > .row > [class*=col-lg]:first-child {
    padding-left: 0;
  }
  .container--narrow-gutters > .row > [class*=col-lg]:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .container--no-gutters {
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  .container--split-bg {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #2f8c92 50%, #2f8c92 50%);
  }
  .container--split-bg .c-banner {
    margin-bottom: 0;
  }
}
.container--full-bg {
  background: #E6ECEF;
}

.container--grey {
  background: #359EA5;
}

.container-background--grey {
  background: #e6ecef;
}

.container--full-bg [class*=col],
.container--grey [class*=col] {
  min-height: 0;
}

.container--top-separator {
  border-top: 1px solid #fff;
  background: #F5F5F5;
}

@media (min-width: 576px) and (max-width: 767px) {
  .container--sm-full-width {
    max-width: 100% !important;
  }
}
.c-link {
  transition: all 0.1s linear;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  text-decoration: underline;
  font-size: 14px;
}
.c-link:hover, .c-link:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  text-decoration: underline;
}
.c-link:hover {
  color: #359EA5;
}
.c-link:active {
  color: #000;
}
.c-link--variant {
  text-decoration: none;
  border-bottom: 3px solid #359EA5;
  color: #3B393D;
  padding: 2px 0;
  font-size: 16px;
}
.c-link--variant:link {
  color: #3B393D;
}
.c-link--variant:hover, .c-link--variant:active {
  color: #359EA5;
  text-decoration: none;
}
.c-link--variant[disabled], .c-link--variant--disabled {
  border-bottom: 3px solid #888;
}
.c-link--close-toaster {
  text-decoration: none;
  border-bottom: 3px solid #359EA5;
  color: #3B393D;
  padding: 2px 0;
}
.c-link--close-toaster:link {
  color: #3B393D;
}
.c-link--close-toaster:hover, .c-link--close-toaster:active {
  color: #359EA5;
  text-decoration: none;
}
.c-link--close-toaster[disabled], .c-link--close-toaster--disabled {
  border-bottom: 3px solid #888;
}
.c-link--small {
  color: #359EA5;
  font-size: 14px;
}
.c-link--small:hover {
  color: #29797e;
}
.c-link--minor {
  font-size: 0.81em;
  color: #999;
  font-size: 16px;
}
.c-link--minor:hover {
  color: gray;
}
.c-link--no-underline {
  text-decoration: none;
  font-size: 16px;
}
.c-link--no-underline:hover, .c-link--no-underline:active {
  text-decoration: none;
}
.c-link--store {
  font-size: 16px;
  color: #359EA5;
  text-decoration: underline;
}
.c-link--store:hover, .c-link--store:active {
  color: #2f8c92;
}
.c-link--product {
  font-size: 13px;
  color: #359EA5;
}
.c-link--product:hover {
  color: #29797e;
}
.c-link--author {
  font-size: 16px;
  color: #359EA5;
  text-decoration: underline;
}
.c-link--author:hover, .c-link--author:active {
  color: #359EA5;
}
.c-link--secondary {
  font-size: 16px;
  color: #359EA5;
}
.c-link--secondary:hover {
  color: #29797e;
}
.c-link--add-to-basket {
  font-size: 14px;
  float: right;
  padding: 3px 0;
}
.c-link--unfollow {
  font-size: 14px;
  color: #999;
}
.c-link--unfollow:hover {
  color: #999;
}
.c-link--initial {
  display: initial !important;
}
.c-link.sb-icon {
  text-decoration: none;
}
.c-link[disabled], .c-link--disabled {
  cursor: not-allowed;
  color: #888;
}
.c-link[disabled]:hover, .c-link--disabled:hover {
  color: #888;
}

p .c-link {
  font-size: 16px;
}

.c-title {
  background: none;
}
.c-title--bold {
  font-family: PT Sans Bold, sans-serif;
}
.c-title--bold else {
  font-family: PT Sans Regular, sans-serif;
}
.c-title--accent {
  color: #359EA5;
}
.c-title--ink {
  font-family: Marydale, sans-serif;
}
.c-title--ink.c-title--bold {
  font-weight: bold;
}
.c-title--secondary {
  font-family: Marydale, sans-serif;
}
.c-title--basket {
  color: #27ae60;
}
.c-title--greyed-out {
  color: #999;
}

strong.c-title--ink {
  font-weight: bold;
}

.c-box {
  border: 1px solid #e6ecef;
  padding: 15px;
}
.c-box--small {
  padding: 5px;
}
.c-box--large {
  padding: 25px;
}
.c-box + .c-box {
  border-top: none;
}
.c-box--new {
  border-top: 1px solid #e6ecef;
}
.c-box--fill {
  background-color: #F2F5F7;
  margin-top: 15px;
  margin-bottom: 10px;
}
.c-box--h {
  border-width: 1px 0;
  padding-right: 0;
  padding-left: 0;
}
.c-box--mt {
  margin-top: 15px;
}
.c-box--mb {
  margin-bottom: 15px;
}
.c-box--mb + .c-box--mb {
  border-top: 1px solid #e6ecef;
}
.c-box--toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .c-box--vary {
    padding: 20px;
  }
  .c-box--vary.c-box--mt {
    margin-top: 20px;
  }
  .c-box--vary.c-box--mb {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-box--vary {
    padding: 25px;
  }
  .c-box--vary.c-box--mt {
    margin-top: 25px;
  }
  .c-box--vary.c-box--mb {
    margin-bottom: 25px;
  }
}
@media print {
  .c-box {
    width: 100%;
    border: 1px solid #e6ecef !important;
    margin-bottom: 25px !important;
  }
}
.c-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: text-bottom;
}

.c-full-background {
  position: relative;
  /*overflow: $full-background--overflow;*/
  background: none !important;
}

.c-full-background:after {
  background: url(/sites/sb/content/images/testimonials/easter.jpg) no-repeat center center fixed;
  background-size: cover;
  content: " ";
  display: block;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.c-override-bg {
  background: none !important;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.c-button {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  /*&--round {
      @include defaultButton();
      border-radius: 50%;
      background: $brand__color--button-round;
      color: $brand__color;
      &--large {
          font-size: 1.4em;
      }
  }*/
}
.c-button:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-button:last-child {
  margin-right: 0;
}
.c-button--variant {
  background: #d6e0e5;
  color: #3B393D;
}
.c-button--variant:hover {
  color: #3B393D;
  background: #c7d4db;
}
.c-button--logoff {
  background: none;
  width: 100%;
  color: #999 !important;
  text-align: left;
  padding: 0px;
  font-size: 16px;
  font-family: PT Sans Regular, sans-serif;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.c-button--logoff:hover {
  background: none !important;
  color: #999 !important;
}
.c-button--clean {
  color: inherit;
  display: inline-block;
  background: none;
  border: none;
  border-radius: 0;
  font-family: "PT Sans Regular";
  padding: 0;
  text-align: left;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
}
.c-button--clean:hover {
  background: none;
  color: inherit;
  text-decoration: none;
  border: none;
}
.c-button--clean:last-child {
  margin-right: 0;
}
.c-button--action {
  background: none;
  border: none;
  color: #666;
  padding: 8px;
  font-family: "PT Sans Regular";
  border-radius: 0;
}
.c-button--action:hover {
  background: none;
  color: #666;
}
.c-button--small {
  font-size: 0.813em;
  padding: 6px 9px;
}
.c-button--large {
  font-size: 1em;
  padding: 12px 14px;
}
.c-button--round {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #3B393D;
  background: #FFB134;
  font-size: 27px;
  border-radius: 25px;
  margin: 5px 0 0;
  position: relative;
}
.c-button--round span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 15px;
}
.c-button--round-large {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #3B393D;
  background: #FFB134;
  font-size: 27px;
  border-radius: 25px;
  margin: 5px 0 0;
  position: relative;
}
.c-button--round-large span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 15px;
}
.c-button--search__clear {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #999;
  border-radius: 25px;
  margin: 5px 0 0;
  position: relative;
}
.c-button--search__clear span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 7px;
}
.c-button[disabled], .c-button--disabled {
  cursor: not-allowed;
  color: #888;
  background: #f0f8fc;
}
.c-button[disabled]:hover, .c-button--disabled:hover {
  color: #888;
  background: #f0f8fc;
}
.c-button--white {
  background: #fff;
  color: #3B393D;
  -webkit-filter: drop-shadow(0 1 3 #000000 11%);
          filter: drop-shadow(0 1 3 #000000 11%);
}
.c-button--white:hover {
  background: #fff;
  color: #359EA5;
}
.c-button--white--brand {
  background: #fff;
  color: #3B393D;
  -webkit-filter: drop-shadow(0 1 3 #000000 11%);
          filter: drop-shadow(0 1 3 #000000 11%);
  color: #359EA5;
  box-shadow: 0px 1px 3px 0px #999;
}
.c-button--white--brand:hover {
  background: #fff;
  color: #359EA5;
}
.c-button--basket {
  background: #27ae60;
  color: #fff;
}
.c-button--basket:hover {
  background: #229955;
  color: #fff;
}
.c-button--checkout {
  background: #27ae60;
}
.c-button--checkout:hover {
  background: #229955;
}
.c-button--cta {
  background: #359EA5;
}
.c-button--cta:hover {
  background: #2f8c92;
}
.c-button--order {
  font-family: "PT Sans Regular";
  text-align: left;
}
.c-button--right {
  float: right !important;
}
.c-button--cursor {
  cursor: default !important;
}

@media print {
  .c-button,
button[type=button] {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .c-button--search__clear {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #999;
    border-radius: 25px;
    position: absolute;
    top: 17px;
    left: auto;
    right: 50px;
  }
  .c-button--search__clear span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 7px;
  }
}
.c-toggle-button {
  color: #3B393D;
  display: inline;
  background: none;
  border: 2px solid #359EA5;
  font-size: 0.875rem;
  font-family: PT Sans Regular, sans-serif;
  padding: 6px 10px;
  text-align: left;
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
}
.c-toggle-button:hover {
  background: #359EA5;
  color: #fff;
  text-decoration: none;
  border: 2px solid #359EA5;
}
.c-toggle-button:last-child {
  margin-right: 0;
}
.c-toggle-button.is-active {
  background: #359EA5;
  color: #fff;
}
.c-toggle-button + .c-toggle-button {
  margin: 0;
}

.c-order-button {
  color: #fff;
  display: inline-block;
  background: #27ae60;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Regular, sans-serif;
  padding: 7px;
  text-align: left;
  line-height: 1.2;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.c-order-button:hover {
  background: #229955;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-order-button:last-child {
  margin-right: 0;
}
.c-order-button--click-collect {
  background: #F9C822;
  color: #000;
}
.c-order-button--click-collect:hover {
  background: #f8c209;
  color: #000;
}
.c-order-button--click-collect-variant {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #e6ecef !important;
}
.c-order-button--click-collect-variant:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.c-order-button--unavailable {
  background: #e6ecef;
  color: #000;
  pointer-events: none;
}
.c-order-button--unavailable:hover {
  background: #d6e0e5;
  color: #000;
}
.c-order-button--slimmed {
  width: inherit;
}
.c-order-button--slimmed .c-order-button__text {
  font-size: 20px;
}
.c-order-button--large {
  font-size: 1rem;
  padding: 9px;
}
.c-order-button--large .c-order-button__icon {
  font-size: 1.8em;
  min-width: 46px;
  height: 46px;
}
.c-order-button--small {
  font-size: 0.813rem;
  padding: 5px;
}
.c-order-button--small .c-order-button__icon {
  font-size: 1.2em;
  min-width: 31px;
  height: 31px;
}
.t-grid .c-order-button--medium {
  color: #fff;
  display: inline-block;
  background: #27ae60;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Regular, sans-serif;
  padding: 7px;
  text-align: left;
  line-height: 1.2;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.813rem;
  padding: 5px;
}
.t-grid .c-order-button--medium:hover {
  background: #229955;
  color: #fff;
  text-decoration: none;
  border: none;
}
.t-grid .c-order-button--medium:last-child {
  margin-right: 0;
}
.t-grid .c-order-button--medium .c-order-button__icon {
  font-size: 1.2em;
  min-width: 31px;
  height: 31px;
}

.t-list .c-order-button--medium {
  margin: 7px 0 4px;
}

.c-order-button__icon {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 40px;
  height: 40px;
  font-size: 1.4em;
  text-align: center;
  margin-right: 8px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-order-button__icon-variant {
  background: #F9C822;
  border-radius: 4px;
  min-width: 40px;
  height: 40px;
  font-size: 1.4em;
  text-align: center;
  margin-right: 8px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sb-icon:before {
  color: inherit;
  line-height: inherit;
  margin: 0 8px 0 0;
}
.sb-icon:empty:before {
  margin: 0;
}
.sb-icon--end:before {
  float: right;
  margin: 0 0 0 8px;
}
.sb-icon--no-decoration:before, .sb-icon--no-decoration:after {
  text-decoration: none;
  display: inline-block;
}
.sb-icon--space {
  margin: 0px 5px 0px 0px;
}
.sb-icon--active:before {
  color: #359EA5;
}
.sb-icon--accent:before {
  color: #359EA5;
}
.sb-icon--pink:before {
  color: #D92280;
}
.sb-icon--accepted:before {
  color: #27ae60;
}
.sb-icon--fb:before {
  color: #3B5998;
}
.sb-icon--checkmark:before {
  color: #27ae60;
}
.sb-icon--checkmark-inherit:before {
  color: inherit !important;
}
.sb-icon--products {
  font-size: 24px;
  margin-right: 5px;
}
.sb-icon--info:before {
  font-size: 20px;
  cursor: pointer;
}
.sb-icon--bold:before {
  font-weight: bold;
  cursor: pointer;
}
.sb-icon--clickable {
  cursor: pointer;
}
.sb-icon--basket:before {
  line-height: initial !important;
}
.sb-icon--facet:before {
  font-size: 13px !important;
  color: inherit;
  line-height: inherit;
  margin: 0px !important;
}

@media (max-width: 767px) {
  .c-product-top-sharing-reviews .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px !important;
  }

  .c-product-detail__divider {
    display: none;
  }

  .sb-icon--info:before {
    font-size: 18px;
    vertical-align: top;
  }
}
.c-list--semantic {
  padding-left: 0;
  list-style: none;
}
.c-list--autofill {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.c-list--autofill .c-spec {
  flex: 0 0 50%;
}
.c-list--fix {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.c-list--icons {
  position: relative;
}
.c-list--icons li {
  padding-left: 24px;
}
.c-list--icons li:before,
.c-list--icons li .sb-icon,
.c-list--icons li [class^=c-rt-icon-] {
  position: absolute;
  left: 0;
}
.c-list--inline li {
  display: inline-block;
}
.c-list--h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.c-list--h .c-list__content {
  padding: 0 5px;
  display: inline-block;
}
.c-list--pipe .c-list__item:before {
  content: "|";
  padding: 0 8px;
}
.c-list--pipe .c-list__item:first-child:before {
  display: none;
}
.c-list__item--seperator {
  border-bottom: 1px solid #e6ecef;
  margin: 14px 0;
  font-weight: bold;
}

/* Every grid/top/highlighted item has a padding to enable equal spacing between them,
    but this will create space at the left and right of this component. To remove this spacing, without
    changing widths in flex, we reset this extra spacing with negative margins */
.c-product-list {
  flex-direction: column;
  display: flex;
  width: auto;
}

.c-product-list__item, .c-obd-list__item {
  display: flex;
  margin: 10px 0 0 !important;
}
.c-product-list__item--focus {
  border: 1px solid #359EA5;
}
.c-product-list__item--border {
  border-bottom: 1px solid #e6ecef;
}
.c-product-list__item--border:last-child {
  border: none;
}

.blur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.t-top-products {
  flex-wrap: wrap;
  flex-direction: row;
}
.t-top-products .c-product-list__item, .t-top-products .c-obd-list__item {
  width: 50%;
  padding: 5px;
  margin: 10px 0 0;
}

.c-product__discriminator {
  font-size: 13px;
  color: #827f73;
  margin-top: 5px;
}
.c-product__discriminator .c-product__discriminator-item:nth-child(1) {
  padding-left: 0px;
}
.t-search-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0px;
}
.t-search-products .c-product-list__item, .t-search-products .c-obd-list__item {
  padding: 10px;
  margin: 0px;
}
.t-search-products__slider {
  padding: 0px 25px;
}
.t-search-products .c-product__media,
.t-search-products .c-obd__media {
  border: none;
}
.t-search-products .c-product, .t-search-products .c-obd {
  flex-direction: column;
}
.t-search-products .c-product__media, .t-search-products .c-obd__media {
  align-self: center;
}

.t-top-products .c-product-award__circle {
  display: none;
}
.t-top-products .c-product-award {
  display: none;
}

@media (min-width: 768px) {
  .t-search-products .c-product-list__item, .t-search-products .c-obd-list__item {
    border-top: 1px solid #e6ecef;
  }
  .t-search-products .c-product-list__item:nth-child(odd), .t-search-products .c-obd-list__item:nth-child(odd) {
    border-right: 1px solid #e6ecef;
  }

  .t-top-products-small {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .t-top-products-small .c-product-list__item, .t-top-products-small .c-obd-list__item {
    width: 33.3333333333% !important;
  }

  .c-product-list {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .t-grid {
    flex-wrap: wrap;
    margin: 0 -5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .t-grid.c-product-list--overview:nth-of-type(1) {
    border-top: 1px solid #e6ecef;
    margin-top: 20px;
  }
  .t-grid.c-product-list--overview {
    border-left: 1px solid #e6ecef;
    border-right: none;
    margin: 0px;
  }
  .t-grid .c-product__media, .t-grid .c-obd__media {
    display: block !important;
  }
  .t-grid .c-product-list__item, .t-grid .c-obd-list__item {
    width: 100%;
    border-bottom: 1px solid #e6ecef;
    border-right: 1px solid #e6ecef;
    margin: 0px;
  }
  .t-grid .c-product-list__item--inthepicture {
    position: relative;
  }
  .t-grid .c-product-list__item .c-product-badges, .t-grid .c-obd-list__item .c-product-badges {
    left: 10px;
  }
  .t-grid .c-product, .t-grid .c-obd {
    padding: 15px 25px !important;
  }
  .t-grid .c-product-price__panel {
    padding: 2px 0px;
  }
  .t-grid .c-product__title {
    font-size: 17px;
  }
  .t-grid .c-product__subtitle {
    font-size: 14px;
  }
  .t-grid .c-product__discriminator {
    font-size: 13px;
    color: #827f73;
  }

  .t-list {
    flex-direction: column;
  }
  .t-list .c-product-price {
    display: none;
  }
  .t-list .c-product-list__item, .t-list .c-obd-list__item {
    width: 100%;
  }
  .t-list .c-product-list__item--inthepicture {
    position: relative;
  }
  .t-list.c-product-list--overview:nth-of-type(1) {
    margin-top: 20px;
  }
  .t-list.c-product-list--overview:not(:first-child) > :first-child .c-product, .t-list.c-product-list--overview:not(:first-child) > :first-child .c-obd {
    border-top: none;
  }
  .t-list .c-product__media, .t-list .c-obd__media {
    margin-left: 10px !important;
    display: block !important;
  }
  .t-list .c-product-price__panel {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px;
  }
  .t-list .c-product-price__panel .c-product-price {
    display: block;
  }

  .t-highlighted-products {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .t-highlighted-products .c-product-list__item, .t-highlighted-products .c-obd-list__item {
    width: 25%;
  }

  .t-orders {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .t-orders .c-product-list__item, .t-orders .c-obd-list__item {
    margin: 0;
    padding: 0 5px;
    width: 25%;
  }

  .t-top-products {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .t-top-products .c-product-list__item, .t-top-products .c-obd-list__item {
    width: 16.6666666667%;
  }

  .c-suggest--item-2 .c-product-list__item, .c-suggest--item-2 .c-obd-list__item {
    padding: 0px 0px 11px 0px;
  }
  .c-suggest--item-2 .c-product-list__item .c-suggest-result, .c-suggest--item-2 .c-obd-list__item .c-suggest-result {
    padding: 1px 23px 1px 18px !important;
  }

  .c-suggest--item-3 .c-product-list__item, .c-suggest--item-3 .c-obd-list__item {
    padding: 0px 0px 11px 0px;
    margin: 10px 0 0 !important;
  }
}
@media (min-width: 992px) {
  .t-grid {
    flex-wrap: wrap;
    margin: 0 -5px;
    display: grid;
    grid-template-columns: repeat(3, minmax(33.33%, 1fr));
  }

  .t-grid .c-product-list__item, .t-grid .c-obd-list__item {
    width: 100%;
  }
  .t-grid .c-product-price__panel {
    display: none;
  }

  .t-top-products {
    flex-wrap: wrap;
  }
  .t-top-products .c-product-list__item, .t-top-products .c-obd-list__item {
    width: 16.6666666667%;
  }

  .t-list .c-product-price__panel {
    border-left: 1px solid #e6ecef;
    width: 30%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 10px 10px 20px;
    margin: 10px;
  }
  .t-list .c-product-price__panel .c-product-price {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .c-top-products__items .c-product__title {
    font-size: 15px;
    margin: 10px 0px 5px 0px;
  }
  .c-top-products__items .c-product__subtitle {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .c-suggest--item-3 .c-product-list__item, .c-suggest--item-3 .c-obd-list__item {
    margin: 10px 0 0 !important;
  }

  .t-list .c-product-price__panel {
    display: none;
  }
  .t-list .c-product-badges {
    bottom: 0px;
    left: 25px;
  }
  .t-list .c-product-list__item,
.t-list .c-obd-list__item {
    margin-top: 15px;
  }
  .t-list .c-product-list__item .c-product-badges,
.t-list .c-obd-list__item .c-product-badges {
    left: 12px;
  }

  .c-product-list--overview {
    margin-top: 15px;
  }

  .t-list .c-obd-list__item:nth-child(odd) {
    border-right: none !important;
  }

  .t-grid, .t-list {
    flex-wrap: wrap;
    margin: 0 -5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .t-grid .c-product, .t-grid .c-obd, .t-list .c-product, .t-list .c-obd {
    flex-direction: column;
    padding: 20px;
  }
  .t-grid .c-product__disclaimer, .t-list .c-product__disclaimer {
    display: none;
  }
  .t-grid .c-product-list__item:nth-child(odd), .t-grid .c-obd-list__item:nth-child(odd), .t-list .c-product-list__item:nth-child(odd), .t-list .c-obd-list__item:nth-child(odd) {
    border-right: 1px solid #e6ecef;
  }
  .t-grid .c-product, .t-grid .c-obd, .t-list .c-product, .t-list .c-obd {
    border-top: 1px solid #e6ecef;
    padding-left: 20px;
  }
  .t-grid .c-product__media, .t-grid .c-obd__media, .t-list .c-product__media, .t-list .c-obd__media {
    align-self: center;
  }
  .t-grid .c-product__title, .t-list .c-product__title {
    font-size: 15px;
    padding-top: 5px !important;
    color: #28201E;
    padding: 0 25px 0 0 !important;
    margin: 0 !important;
  }
  .t-grid .c-product__subtitle, .t-list .c-product__subtitle {
    font-size: 13px;
    margin: 5px 0px 0px 0px;
  }
  .t-grid .c-product__subtitle .c-product__link, .t-list .c-product__subtitle .c-product__link {
    font-size: 13px !important;
  }
  .t-grid .c-product__ar, .t-list .c-product__ar {
    padding-top: 120%;
  }
  .t-grid .c-product-badges, .t-list .c-product-badges {
    left: -12px;
  }
  .t-grid .c-product__details, .t-list .c-product__details {
    margin-top: 15px;
  }
  .t-grid .c-inthepicture__column, .t-list .c-inthepicture__column {
    flex-direction: column;
  }
  .t-grid .c-inthepicture__details__intro, .t-list .c-inthepicture__details__intro {
    display: none !important;
  }
  .t-grid .c-inthepicture__details, .t-list .c-inthepicture__details {
    padding: 0;
  }
  .t-grid .c-inthepicture__details .c-product__price, .t-list .c-inthepicture__details .c-product__price {
    display: none;
  }
  .t-grid .c-inthepicture .c-product-price__panel, .t-list .c-inthepicture .c-product-price__panel {
    display: block;
  }
  .t-grid .c-inthepicture__wishlist, .t-list .c-inthepicture__wishlist {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .t-list .c-product-list__item, .t-list .c-obd-list__item {
    border-left: 1px solid #e6ecef;
    border-right: 1px solid #e6ecef;
    margin: 0px;
  }
  .t-list .c-product-list__item:nth-last-child(-n+2), .t-list .c-obd-list__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #e6ecef;
  }

  .t-grid {
    margin: 0 -5px;
  }

  .t-grid, .t-list {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .t-grid .c-product, .t-grid .c-obd, .t-list .c-product, .t-list .c-obd {
    flex-direction: column;
    padding: 20px;
  }
  .t-grid .c-product__disclaimer, .t-list .c-product__disclaimer {
    display: none;
  }
  .t-grid .c-product-list__item:nth-child(odd), .t-grid .c-obd-list__item:nth-child(odd), .t-list .c-product-list__item:nth-child(odd), .t-list .c-obd-list__item:nth-child(odd) {
    border-right: 1px solid #e6ecef;
  }
  .t-grid .c-product, .t-grid .c-obd, .t-list .c-product, .t-list .c-obd {
    border-top: 1px solid #e6ecef;
    padding-left: 20px;
  }
  .t-grid .c-product__media, .t-grid .c-obd__media, .t-list .c-product__media, .t-list .c-obd__media {
    align-self: center;
  }
  .t-grid .c-product__title, .t-list .c-product__title {
    font-size: 15px;
    padding-top: 5px !important;
    color: #28201E;
    padding: 0 25px 0 0 !important;
    margin: 0 !important;
  }
  .t-grid .c-product__subtitle, .t-list .c-product__subtitle {
    font-size: 13px;
    margin: 5px 0px 0px 0px;
  }
  .t-grid .c-product__subtitle .c-product__link, .t-list .c-product__subtitle .c-product__link {
    font-size: 13px !important;
  }
  .t-grid .c-product__ar, .t-list .c-product__ar {
    padding-top: 120%;
  }
  .t-grid .c-product-badges, .t-list .c-product-badges {
    left: -12px;
  }
  .t-grid .c-product__details, .t-list .c-product__details {
    margin-top: 15px;
  }
  .t-grid .c-inthepicture__column, .t-list .c-inthepicture__column {
    flex-direction: column;
  }
  .t-grid .c-inthepicture__details__intro, .t-list .c-inthepicture__details__intro {
    display: none !important;
  }
  .t-grid .c-inthepicture__details, .t-list .c-inthepicture__details {
    padding: 0;
  }
  .t-grid .c-inthepicture__details .c-product__price, .t-list .c-inthepicture__details .c-product__price {
    display: none;
  }
  .t-grid .c-inthepicture .c-product-price__panel, .t-list .c-inthepicture .c-product-price__panel {
    display: block;
  }
  .t-grid .c-inthepicture__wishlist, .t-list .c-inthepicture__wishlist {
    display: none !important;
  }
}
.c-numbered-list {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  line-height: 18px;
  padding-left: 10px;
}
.c-numbered-list li {
  position: relative;
  padding: 5px 0 5px 30px;
}
.c-numbered-list li:before {
  content: counter(li);
  counter-increment: li;
  height: 20px;
  width: 20px;
  border: 1px solid #359EA5;
  border-radius: 50px;
  color: #359EA5;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: bold;
}

.c-events__banner {
  padding: 30px 0px 30px 0px;
  background-color: #E7ECF0;
  margin: 30px 0px 30px 0px;
}

.c-event--cursor {
  cursor: pointer !important;
}

.c-event {
  border-bottom: 1px solid #e6ecef;
  border-right: 1px solid #e6ecef;
  border-left: 1px solid #e6ecef;
}
.c-event--cursor {
  cursor: pointer;
}

.c-event__title {
  font-weight: bold;
  font-size: 25px;
}

.c-event__date {
  color: #359EA5;
}

.c-event__location, .c-obd__location {
  color: #359EA5;
  margin: 10px 0px 0px 0px;
}

.c-event__address {
  margin: 10px 0px 10px 0px;
}

.c-event__intro {
  font-family: "PT Sans Bold";
  margin: 5px 0px 5px 0px;
}

.c-event__detail {
  padding: 20px 20px 0px 20px;
}

.c-event__description, .c-obd__description {
  margin-bottom: 20px;
}
.c-event__description--alt {
  margin-bottom: 50px;
}

.c-event__body {
  line-height: 24px;
  margin: 30px 0px 30px 0px;
  text-align: left;
}

.c-event__discover {
  margin-top: auto;
}
.c-event__discover--alt {
  padding: 0px 20px 20px 20px;
}

.c-event__summary {
  margin-top: 10px;
}

.c-product-events {
  background: #e6ecef;
  padding: 20px;
  margin-bottom: 35px;
}
.c-product-events--row {
  padding-top: 5px;
}
.c-product-events--calender {
  font-size: 0.55em !important;
  margin-top: 0.35em;
}
.c-product-events--day {
  font-size: 1.3em !important;
  left: 2.3em !important;
}
.c-product-events--month {
  font-size: 1.4em !important;
  left: 2em !important;
}
.c-product-events--info {
  text-decoration: none !important;
}
.c-product-events--info::after {
  font-family: "icomoon";
  content: "\E901";
  margin-right: 0;
  font-size: 50px;
  color: #F68121;
}
.c-product-events--col-info {
  margin-left: 5px;
}
.c-product-events--col-link {
  margin-left: -5px;
}

@media (min-width: 768px) {
  .c-event {
    height: 100%;
    margin-bottom: 0px !important;
  }

  .c-events__item {
    margin-top: 20px;
  }

  .c-event__summary {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .c-event__discover {
    width: 100%;
  }
}
.c-dropdown {
  position: relative;
  text-align: left;
  background: #fff;
  border: 1px solid #f0f8fc;
  border-radius: 0;
  padding: 7px 6px;
}
.c-dropdown--focus .c-dropdown__label:before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.c-dropdown--searchable {
  border: none;
}

.c-dropdown__label--icon:before {
  font-family: "icomoon";
  font-size: inherit;
  content: "\E900";
  float: right;
  margin-left: 8px;
}

.c-dropdown__select {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  opacity: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  outline: 0;
  border: none;
  margin: 0;
  background: #fff;
  font-family: PT Sans Regular, sans-serif;
}
.c-dropdown__select option {
  border: none;
}

.select2-selection__rendered:focus {
  outline: none !important;
}

.select2-container--default .select2-selection--single:focus {
  outline: none !important;
}

.dropdown-item.active, .dropdown-item:active {
  background: none !important;
  color: inherit !important;
}

.c-input-amount__cta {
  margin: 0;
  line-height: 33px;
  border: 1px solid #e6ecef;
  width: 33px;
  font-size: 15px;
  float: left;
  text-align: center;
  cursor: pointer;
  background: #E7ECF0;
  color: #999;
  border-radius: 5px 0 0 5px;
}
.c-input-amount__cta--increase {
  border-radius: 0 5px 5px 0;
}

.c-input-amount__quantity {
  margin: 0;
  width: 45px;
  height: 2.175rem;
  float: left;
  text-align: center;
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .c-input-amount__quantity {
    height: 30px;
  }

  .c-input-amount__cta {
    line-height: 28px;
  }
}
.c-rb-list {
  margin: 2px 0;
}

.c-rb-list__items {
  border: 1px solid #efecef;
  background: #fafafa;
  padding: 4px 3px;
}

.c-rb-list__items--alt {
  border: 1px solid #efecef;
  border-top: none;
  border-bottom: none;
  padding: 4px 10px;
}
.c-rb-list__items--alt:last-of-type {
  border-bottom: 1px solid #efecef;
}

.c-rb-list__items--inline {
  display: inline-grid;
  border: none;
  background: none;
}

.c-rb-list__option {
  margin: 0;
  padding: 5px 10px;
  color: #3B393D;
  cursor: pointer;
  display: inline-flex;
}
.c-rb-list__option--alt {
  padding: 0px;
}

.c-rb-list__message {
  display: block;
  padding: 3px;
  font-size: 0.813em;
}

.c-rb-list--spacing {
  margin-top: 15px;
}

.c-form {
  font-size: 0.875rem;
  line-height: 1.1rem;
}

.c-form__success {
  border: 1px solid #27ae60;
  color: #27ae60;
  margin-bottom: 15px;
}
.c-form__success p {
  margin: 5px;
}

.c-form__error {
  border: 1px solid #D0021B;
  color: #D0021B;
  margin-bottom: 15px;
}
.c-form__error p {
  margin: 5px;
}

.c-form__header {
  padding-top: 20px;
  padding-bottom: 15px;
}

.c-form__footer {
  padding-top: 15px;
  padding-bottom: 20px;
}

.c-form-input {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
}

.c-form-input__label {
  display: block;
  color: #999;
  padding: 3px 0;
}
.c-form-input__label--add-to-basket {
  float: left;
}

.c-form-input__section {
  padding-top: 15px;
}

.c-form-input__quantity {
  width: 100%;
  display: inline-block;
}

.c-form-input__field {
  width: 100%;
  margin: 2px 0;
  cursor: pointer;
}
.c-form-input__field[type="input, textarea, password, email, number"]:hover {
  outline: 1px solid #e6ecef;
}
.c-form-input__field.input-validation-error {
  color: #D0021B;
  border: 1px solid #D0021B;
  background-color: #FFF1F2;
}

.c-form-input__error-message {
  font-family: PT Sans Bold, sans-serif;
  color: #D0021B;
  font-size: 12px;
}
.c-form-input__error-message else {
  font-family: PT Sans Regular, sans-serif;
}

.c-form-input__valid-message {
  font-family: PT Sans Bold, sans-serif;
  color: #D0021B;
  font-size: 12px;
  color: green !important;
}
.c-form-input__valid-message else {
  font-family: PT Sans Regular, sans-serif;
}

.c-form-input__extra-info {
  color: #999 !important;
  font-size: 12px !important;
}

.field-validation-valid {
  display: none;
}

.validation-summary-valid {
  display: none;
}

.c-form-input__select {
  width: 100%;
  margin: 2px 0;
}

.c-form-input__option--grey-out {
  font-style: italic;
  color: #aaa;
}

.c-error-summary {
  border-left: 10px solid #D0021B;
  padding: 10px;
  margin: 0 0 15px;
  color: #D0021B;
  background: #FFF1F2;
}

.c-warning-summary {
  border-left: 10px solid #ffd500;
  padding: 10px;
  margin: 0 0 15px;
  color: #000000;
  background: #fff89c;
}

.c-error-voucher {
  color: #D0021B;
}

@media (max-width: 767.98px) {
  .c-row-voucher {
    margin-left: -20px;
  }

  .voucher-text {
    padding: 0 0 0;
    margin-left: 5px;
  }

  .voucher-col {
    max-width: 31%;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/chosen/chosen-sprite.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/chosen/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/chosen/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/chosen/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}

select.form-control + .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
}

select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  background-image: none;
}

select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #999;
  background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
  padding: 5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.c-modal--alt .c-modal-content {
  border-radius: 5px;
  padding: 0px;
  position: relative;
  font-size: 20px;
  border: none;
}
.c-modal--alt .c-modal-header {
  background-color: #F5F5F5;
  align-items: center;
  border: none;
  padding: 10px 50px 10px 20px;
}
.c-modal--alt .c-modal-header__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  color: #666;
  right: 10px;
  text-align: center;
}
.c-modal--alt .c-modal-body {
  padding: 0px 20px 0px 20px;
  margin-top: 15px;
  text-align: left !important;
}
.c-modal--alt .c-modal-body__association {
  padding-bottom: 25px;
}
.c-modal--alt .c-modal-body--no-margin {
  margin-top: 0px !important;
}
.c-modal--alt .c-modal-footer {
  border: none;
  justify-content: flex-start;
  padding: 0px 0px 20px 20px;
  font-size: 16px;
  margin-right: 10px;
}
.c-modal--alt .c-modal-footer > :last-child {
  margin-right: 0;
}

.c-modal--add-to-basket {
  width: 100%;
  padding-right: 0 !important;
  overflow: hidden !important;
}
.c-modal--add-to-basket .c-row {
  margin: -10px 0 0;
  padding: 0 25px 25px;
}
.c-modal--add-to-basket .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.c-modal--add-to-basket .c-modal-content {
  border-radius: 5px;
  padding: 0;
  position: relative;
  font-size: 20px;
  border: 0;
}
.c-modal--add-to-basket .c-modal-body__products {
  border: none;
  margin: 0;
}
.c-modal--add-to-basket .c-modal-body__products--count {
  background: none;
  padding: 0;
}
.c-modal--add-to-basket .modal-body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  max-height: 600px !important;
}
.c-modal--add-to-basket .c-modal-body__cta {
  padding: 15px 0 10px;
}
.c-modal--add-to-basket .c-modal-body__cta .c-button {
  margin-right: 10px;
}
.c-modal--add-to-basket .c-modal-body__cta .c-link {
  margin-top: 9px;
}
.c-modal--add-to-basket .modal-header {
  height: 50px;
  background: none;
}
.c-modal--add-to-basket .c-modal-body--image {
  width: 186px;
  flex: 0 0 186px;
}
.c-modal--add-to-basket .c-modal-body--image .c-product__media, .c-modal--add-to-basket .c-modal-body--image .c-obd__media {
  width: 160px;
}
.c-modal--add-to-basket .c-modal-body--details {
  flex: 1;
}
.c-modal--add-to-basket .c-modal-body__title {
  padding: 20px 0 10px;
}
.c-modal--add-to-basket .c-modal-body__title h4 {
  font-size: 24px;
  color: #25AE60;
  font-family: "PT Sans Regular";
}
.c-modal--add-to-basket .c-highlighted-products .c-product-list .c-product-list__item:nth-of-type(n+6), .c-modal--add-to-basket .c-highlighted-products .c-product-list .c-obd-list__item:nth-of-type(n+6) {
  display: none;
}

.c-modal-body__cross_sell {
  background: #F0F6F7;
  padding: 0 30px;
  border-radius: 0 0 5px 5px;
}
.c-modal-body__cross_sell .c-highlighted-products {
  margin: 0px;
  padding: 25px 0;
}
.c-modal-body__cross_sell .c-highlighted__title {
  font-size: 24px;
}
.c-modal-body__cross_sell .c-product-list .c-product-list__item, .c-modal-body__cross_sell .c-product-list .c-obd-list__item {
  width: 20%;
}
.c-modal-body__cross_sell .c-product-badges {
  display: none;
}

.c-modal-content {
  box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 25px;
  position: relative;
}

.c-modal-header {
  position: relative;
  align-items: center;
  border: none;
  padding: 0;
}

.c-modal-header__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  line-height: 30px;
  color: #666;
  right: 0;
  width: 30px;
  text-align: center;
}

.c-modal--spinner {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid #A9A9A9;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-modal-body {
  padding: 15px 0;
}

.modal-body {
  max-height: 500px !important;
  overflow-y: auto !important;
}

.modal-dialog--large {
  max-width: 800px;
}

.modal-open {
  padding-right: 0 !important;
}

.c-modal-footer {
  border-top: 1px solid #e6ecef;
  justify-content: flex-start;
  padding: 15px 0 0;
  margin: 15px 0 0;
}
.c-modal-footer--cancel {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*additional classes */
.c-modal-body--choice {
  border-top: 1px solid #e6ecef;
  padding: 15px 0px;
  margin-top: 10px;
  border-bottom: 1px solid #e6ecef;
}

.c-modal-body__products {
  border-bottom: 1px solid #e6ecef;
  margin: 15px 0;
}

.c-modal-body__products--count {
  padding: 15px;
  background-color: #F5F5F5;
}

.c-modal-body__login {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-modal-toaster {
  margin: 40px;
}

.modal-body--store {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6ecef;
}

.c-storesearch__distance {
  margin-right: 15px;
}

.c-storesearch-block {
  padding: 15px;
  align-items: center;
  border: 1px solid #e6ecef;
}

.c-storesearch__link {
  margin-left: 2px;
}

.c-storesearch__product--available {
  color: #27ae60;
}

.c-storesearch__loadmore {
  margin-top: 10px;
}

.c-modal-divider {
  border-top: 1px solid #e6ecef;
  padding-bottom: 10px;
}

/*Basket */
@media (min-width: 768px) {
  .c-modal-body--facets {
    overflow-y: scroll;
    height: 80vh;
    margin-top: 0px !important;
  }

  .modal-body {
    max-height: auto;
    overflow: hidden;
  }

  .c-modal-toaster {
    min-height: auto;
  }

  .c-modal {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: auto;
    left: auto;
    padding-right: 0px !important;
  }

  .modal-open-basket {
    padding-right: 0px !important;
    overflow: auto !important;
  }

  .c-modal-toaster {
    max-width: 450px;
    padding: 40px;
  }
}
.c-toast {
  z-index: 999999;
  border-radius: 6px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  overflow: hidden;
  -webkit-transform: translateX(calc(100% + 30px));
          transform: translateX(calc(100% + 30px));
  box-shadow: 0 0 12px #999;
}
.c-toast.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
}
.c-toast.active:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.c-toast.toast-bottom-left {
  bottom: 30px;
  left: 12px;
  -webkit-animation: fadeinBottom 0.5s;
          animation: fadeinBottom 0.5s;
}
.c-toast.toast-bottom-right {
  bottom: 30px;
  right: 12px;
  -webkit-animation: fadeinBottom 0.5s;
          animation: fadeinBottom 0.5s;
}
.c-toast.toast-top-right {
  top: 30px;
  right: 12px;
  -webkit-animation: fadeinTop 0.5s;
          animation: fadeinTop 0.5s;
}
.c-toast.toast-top-left {
  top: 12px;
  left: 12px;
  -webkit-animation: fadeinTop 0.5s;
          animation: fadeinTop 0.5s;
}

.c-toast-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-toast-message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.c-toast-title {
  font-size: 15px;
  font-family: PT Sans Bold, sans-serif;
}
.c-toast-title else {
  font-family: PT Sans Regular, sans-serif;
}

.c-message-text {
  font-size: 14px;
}

.c-toast-close {
  position: relative;
  right: -20px;
  top: -10px;
  float: right;
  font-size: 22px;
  font-weight: 700;
  border: none;
  background: none;
  color: #999;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
}
.c-toast-close:hover {
  cursor: pointer;
}

@-webkit-keyframes fadeinTop {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@keyframes fadeinTop {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeoutTop {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeoutTop {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
/* Animations to fade the snackbar in and out from bottom */
@-webkit-keyframes fadeinBottom {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadeinBottom {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeoutBottom {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeoutBottom {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .c-modal--add-to-basket {
    padding-left: 0px;
  }
  .c-modal--add-to-basket .c-modal-body--image {
    display: none;
  }
  .c-modal--add-to-basket .c-highlighted-products .c-product-list .c-product-list__item, .c-modal--add-to-basket .c-highlighted-products .c-product-list .c-obd-list__item {
    width: 50%;
  }
  .c-modal--add-to-basket .c-modal-body__title h4 {
    font-size: 20px;
  }
  .c-modal--add-to-basket .modal-dialog {
    padding: 0;
    margin: 0.5rem;
  }

  .c-modal-body__cross_sell .c-highlighted__title {
    font-size: 20px;
  }
  .c-modal-body__cross_sell .c-highlighted-products .c-product-list .c-product-list__item:nth-of-type(n+5), .c-modal-body__cross_sell .c-highlighted-products .c-product-list .c-obd-list__item:nth-of-type(n+5) {
    display: none;
  }
  .c-modal-body__cross_sell .t-top-products {
    margin: 0px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 280px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #414141;
  background-clip: padding-box;
  border: 0px solid #414141;
  border-radius: 0px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 0px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: none;
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 0px;
  border-top-color: #414141;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 0px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0px 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: none;
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 0px;
  border-right-color: #414141;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 0px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: none;
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 0px;
  border-bottom-color: #414141;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 0px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0px 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: none;
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 0px;
  border-left-color: #414141;
}

.popover-header {
  padding: 0 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 0px solid #ebebeb;
  border-top-left-radius: calc(0px - 0px);
  border-top-right-radius: calc(0px - 0px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 10px 10px;
  color: #fff;
}

.popover {
  border: none;
}

.popover-header {
  background-color: #414141;
  border: none;
  margin: 0px !important;
  height: 0px;
  position: relative;
}

.popover-link {
  color: #fff;
  font-size: 20px;
  text-decoration: none !important;
  position: absolute;
  top: -4px;
  right: 5px;
}
.popover-link:hover {
  color: #fff;
}

.popover-body {
  padding-right: 35px;
  font-size: 13px;
}
.popover-body a {
  color: #fff;
}
.popover-body a:hover {
  color: #359EA5;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.68rem;
  color: #6c757d;
  white-space: nowrap;
}

.c-message {
  margin: 10px 0;
  font-size: 13px;
  color: #999;
}
.c-message--5-lines {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  white-space: normal;
  line-height: 1.4;
  font-size: 13px;
  max-height: 91px;
}
.c-message--user-params p {
  padding: 0px !important;
}
.c-message--user-params--value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 83%;
  float: left;
}

.c-notification-bubble {
  position: relative;
}

.c-notification-bubble__indication {
  position: absolute;
  top: 0;
  right: -5px;
  color: #fff;
  background: #27ae60;
  border-radius: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 2px;
  min-width: 16px;
  text-align: center;
}

.c-price {
  font-family: PT Sans Bold, sans-serif;
  color: #3B393D;
  white-space: nowrap;
  display: inline-block;
}
.c-price--product {
  font-size: 1.25rem;
  color: #27AE60;
}
.c-price--product--original {
  color: gray;
  font-size: 10px;
}
.c-price--product--original--slider {
  color: gray;
  font-size: 10px;
  margin-left: 5px;
  padding-bottom: 5px;
}
.c-price--product--original--detail {
  color: gray;
  font-size: 10px;
  margin-left: 5px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.c-price--previous {
  font-size: 0.75em;
  font-family: PT Sans Regular, sans-serif;
  color: #999;
  text-decoration: line-through;
}
.c-price--promo {
  font-family: PT Sans Bold, sans-serif;
  color: #d0021b;
}
.c-price--free {
  color: #27ae60;
}
.c-price--empty {
  visibility: hidden;
}

.c-rt img {
  max-width: 100%;
}
.c-rt a {
  text-decoration: none;
}
.c-rt a:hover {
  text-decoration: none;
}
.c-rt li a {
  color: inherit;
  text-decoration: underline;
}
.c-rt li a:hover {
  color: inherit;
  text-decoration: underline;
}
.c-rt-title {
  background: none;
}

.c-rt-title-bold {
  background: none;
  font-family: PT Sans Bold, sans-serif;
}
.c-rt-title-bold else {
  font-family: PT Sans Regular, sans-serif;
}

.c-rt-title-ink {
  background: none;
  font-family: Marydale, sans-serif;
  line-height: normal;
}
.c-rt-title-ink.c-title--bold {
  font-weight: bold;
}

.c-rt-title-banner {
  background: none;
  line-height: normal;
}

.c-rt-subtitle-banner {
  background: none;
  line-height: normal;
}

.c-rt-title-banner-ink {
  background: none;
  font-family: Marydale, sans-serif;
  line-height: normal;
}
.c-rt-title-banner-ink.c-title--bold {
  font-weight: bold;
}

.c-rt-subtitle-banner-ink {
  background: none;
  font-family: Marydale, sans-serif;
  line-height: normal;
}
.c-rt-subtitle-banner-ink.c-title--bold {
  font-weight: bold;
}

.c-banner-content__row .c-rt-subtitle-banner {
  font-size: 40px;
}
.c-banner-content__row .c-rt-title-banner {
  font-size: 75px;
}
.c-banner-content__row .c-rt-subtitle-banner-ink {
  font-size: 40px;
}
.c-banner-content__row .c-rt-title-banner-ink {
  font-size: 75px;
}

.c-rt-title-accent {
  background: none;
  color: #359EA5;
}

.c-rt-list-semantic {
  padding-left: 0;
  list-style: none;
}
.c-rt-list-semantic li {
  padding: 5px 10px 5px 0;
}

.c-rt-checklist {
  padding-left: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0 0 10px;
}
.c-rt-checklist:last-child {
  margin: 0;
}
.c-rt-checklist li {
  text-indent: -24px;
  padding-left: 24px;
}
.c-rt-checklist li:before {
  font-family: "icomoon";
  content: "\E90F";
  margin-right: 8px;
}

.c-rt-checklist-white {
  padding-left: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0 0 10px;
}
.c-rt-checklist-white:last-child {
  margin: 0;
}
.c-rt-checklist-white li {
  color: #fff;
  text-indent: -24px;
  padding-left: 24px;
}
.c-rt-checklist-white li:before {
  font-family: "icomoon";
  content: "\E90F";
  margin-right: 8px;
}

.c-rt-checklist-green {
  padding-left: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0 0 10px;
}
.c-rt-checklist-green:last-child {
  margin: 0;
}
.c-rt-checklist-green li {
  text-indent: -23px;
  padding-left: 23px;
}
.c-rt-checklist-green li:before {
  font-family: "icomoon";
  content: "\E90F";
  margin-right: 8px;
}
.c-rt-checklist-green li:before {
  color: #27ae60;
}

.c-rt-list-icons {
  padding-left: 0;
  list-style: none;
  position: relative;
}
.c-rt-list-icons li {
  padding-left: 24px;
}
.c-rt-list-icons li:before,
.c-rt-list-icons li .sb-icon,
.c-rt-list-icons li [class^=c-rt-icon-] {
  position: absolute;
  left: 0;
}

.c-rt-link {
  transition: all 0.1s linear;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  text-decoration: underline;
}
.c-rt-link:hover, .c-rt-link:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  text-decoration: underline;
}
.c-rt-link:hover {
  color: #359EA5;
}
.c-rt-link:active {
  color: #000;
}

.c-rt-link-secondary {
  transition: all 0.1s linear;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  text-decoration: underline;
  color: #359EA5;
}
.c-rt-link-secondary:hover, .c-rt-link-secondary:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  text-decoration: underline;
}
.c-rt-link-secondary:hover {
  color: #359EA5;
}
.c-rt-link-secondary:active {
  color: #000;
}
.c-rt-link-secondary:hover {
  color: #29797e;
}

.c-rt-link-variant {
  transition: all 0.1s linear;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  text-decoration: underline;
  text-decoration: none;
  border-bottom: 3px solid #359EA5;
  color: #3B393D;
  padding: 2px 0;
}
.c-rt-link-variant:hover, .c-rt-link-variant:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  text-decoration: underline;
}
.c-rt-link-variant:hover {
  color: #359EA5;
}
.c-rt-link-variant:active {
  color: #000;
}
.c-rt-link-variant:link {
  color: #3B393D;
}
.c-rt-link-variant:hover, .c-rt-link-variant:active {
  color: #359EA5;
  text-decoration: none;
}
.c-rt-link-variant[disabled], .c-rt-link-variant--disabled {
  border-bottom: 3px solid #888;
}

.c-rt-link-minor {
  transition: all 0.1s linear;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  text-decoration: underline;
  font-size: 0.81em;
  color: #999;
}
.c-rt-link-minor:hover, .c-rt-link-minor:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  text-decoration: underline;
}
.c-rt-link-minor:hover {
  color: #359EA5;
}
.c-rt-link-minor:active {
  color: #000;
}
.c-rt-link-minor:hover {
  color: gray;
}

.c-rt-button {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
}
.c-rt-button:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-rt-button:last-child {
  margin-right: 0;
}

.c-rt-button-petrol {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  background: #359EA5;
  color: #fff;
}
.c-rt-button-petrol:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-rt-button-petrol:last-child {
  margin-right: 0;
}
.c-rt-button-petrol:hover {
  background: #2f8c92;
  color: #fff;
}

.c-rt-button-small {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  font-size: 0.813em;
  padding: 6px 9px;
}
.c-rt-button-small:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-rt-button-small:last-child {
  margin-right: 0;
}

.c-rt-button-large {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  font-size: 1em;
  padding: 12px 14px;
}
.c-rt-button-large:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-rt-button-large:last-child {
  margin-right: 0;
}

.c-rt-button-variant {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  background: #d6e0e5;
  color: #3B393D;
}
.c-rt-button-variant:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-rt-button-variant:last-child {
  margin-right: 0;
}
.c-rt-button-variant:hover {
  color: #3B393D;
  background: #c7d4db;
}

.c-rt-button-white {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  background: #fff;
  color: #3B393D;
  -webkit-filter: drop-shadow(0 1 3 #000000 11%);
          filter: drop-shadow(0 1 3 #000000 11%);
}
.c-rt-button-white:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-rt-button-white:last-child {
  margin-right: 0;
}
.c-rt-button-white:hover {
  background: #fff;
  color: #359EA5;
}

.c-rt-button-book {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
}
.c-rt-button-book:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-rt-button-book:last-child {
  margin-right: 0;
}
.c-rt-button-book:before {
  font-family: "icomoon";
  content: "\E937";
  margin-right: 8px;
}

.c-rt-button-cart {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
}
.c-rt-button-cart:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-rt-button-cart:last-child {
  margin-right: 0;
}
.c-rt-button-cart:before {
  font-family: "icomoon";
  content: "\E90E";
  margin-right: 8px;
}

.c-rt-quote {
  position: relative;
  display: block;
  margin: 30px 10px 20px;
}
.c-rt-quote:before {
  display: block;
  content: "\201C";
  font-size: 200px;
  position: absolute;
  z-index: 0;
  color: #fff;
  top: -80px;
  left: -15px;
}
.c-rt-quote p {
  position: relative;
  z-index: 2;
}

.c-rt-left-border {
  border-left: 5px solid #fff;
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  border-color: #F9C822;
}
.c-rt-left-border > * {
  padding: 3px 5px;
  margin: 0 0 5px;
  display: inline-block;
  font-size: 14px;
  max-width: 100%;
  text-decoration: none;
}
.c-rt-left-border > :first-child {
  font-size: 16px;
  margin-top: 0;
}
.c-rt-left-border > :last-child {
  margin-bottom: 0;
}

.c-rt-icon-menu:before {
  content: "\E904";
}

.c-rt-icon-user:before {
  content: "\E905";
}

.c-rt-icon-heart-alt:before {
  content: "\E906";
}

.c-rt-icon-location:before {
  content: "\E907";
}

.c-rt-icon-shopping-cart:before {
  content: "\E908";
}

.c-rt-icon-add:before {
  content: "\E909";
}

.c-rt-icon-order-pickup:before {
  content: "\E90A";
}

.c-rt-icon-calendar:before {
  content: "\E90B";
}

.c-rt-icon-Bestelpunt:before {
  content: "\E90C";
}

.c-rt-icon-phone:before {
  content: "\E90D";
}

.c-rt-icon-cart:before {
  content: "\E90E";
}

.c-rt-icon-check:before {
  content: "\E90F";
}

.c-rt-icon-checkmark:before {
  content: "\E910";
}

.c-rt-icon-clickcollect:before {
  content: "\E911";
}

.c-rt-icon-coffee:before {
  content: "\E912";
}

.c-rt-icon-cross:before {
  content: "\E913";
}

.c-rt-icon-download:before {
  content: "\E914";
}

.c-rt-icon-ebook:before {
  content: "\E915";
}

.c-rt-icon-eye:before {
  content: "\E916";
}

.c-rt-icon-facebook:before {
  content: "\E917";
}

.c-rt-icon-heart:before {
  content: "\E918";
}

.c-rt-icon-heart-fill:before {
  content: "\E919";
}

.c-rt-icon-movie:before {
  content: "\E91A";
}

.c-rt-icon-filter:before {
  content: "\E91B";
}

.c-rt-icon-games:before {
  content: "\E91C";
}

.c-rt-icon-gift:before {
  content: "\E91D";
}

.c-rt-icon-grid-view:before {
  content: "\E91E";
}

.c-rt-icon-hobby:before {
  content: "\E91F";
}

.c-rt-icon-home:before {
  content: "\E920";
}

.c-rt-icon-increase:before {
  content: "\E921";
}

.c-rt-icon-info:before {
  content: "\E922";
}

.c-rt-icon-list-view:before {
  content: "\E923";
}

.c-rt-icon-lock:before {
  content: "\E924";
}

.c-rt-icon-log-out:before {
  content: "\E925";
}

.c-rt-icon-lottery:before {
  content: "\E926";
}

.c-rt-icon-mail:before {
  content: "\E927";
}

.c-rt-icon-music:before {
  content: "\E928";
}

.c-rt-icon-paper:before {
  content: "\E929";
}

.c-rt-icon-pencil:before {
  content: "\E92A";
}

.c-rt-icon-press:before {
  content: "\E92B";
}

.c-rt-icon-persona:before {
  content: "\E92C";
}

.c-rt-icon-pin:before {
  content: "\E92D";
}

.c-rt-icon-pin-fill:before {
  content: "\E92E";
}

.c-rt-icon-stamp:before {
  content: "\E92F";
}

.c-rt-icon-print:before {
  content: "\E930";
}

.c-rt-icon-retour:before {
  content: "\E931";
}

.c-rt-icon-search:before {
  content: "\E933";
}

.c-rt-icon-toys:before {
  content: "\E934";
}

.c-rt-icon-star:before {
  content: "\E935";
}

.c-rt-icon-star-fill:before {
  content: "\E936";
}

.c-rt-icon-book-school:before {
  content: "\E937";
}

.c-rt-icon-ticket:before {
  content: "\E938";
}

.c-rt-icon-totop:before {
  content: "\E939";
}

.c-rt-icon-arrow-down:before {
  content: "\E900";
}

.c-rt-icon-arrow-left:before {
  content: "\E902";
}

.c-rt-icon-arrow-right:before {
  content: "\E901";
}

.c-rt-icon-arrow-up:before {
  content: "\E903";
}

.c-rt-icon-decrease:before {
  content: "\E932";
}

@media (max-width: 767.98px) {
  .c-banner-content__row .c-rt-title-banner {
    background: none !important;
    font-size: 35px;
  }
  .c-banner-content__row .c-rt-subtitle-banner {
    background: none !important;
    font-size: 20px;
  }
  .c-banner-content__row .c-rt-title-banner-ink {
    background: none !important;
    font-size: 35px;
  }
  .c-banner-content__row .c-rt-subtitle-banner-ink {
    background: none !important;
    font-size: 20px;
  }
  .c-banner-content__row .c-rt-button-large {
    padding: 9px 12px;
  }
  .c-banner-content__row .c-rt-title {
    background: none !important;
  }
  .c-banner-content__row .c-rt-title-bold {
    background: none !important;
  }
  .c-banner-content__row .c-rt-title-ink {
    background: none !important;
  }
  .c-banner-content__row .c-rt-title-banner {
    background: none !important;
  }
  .c-banner-content__row .c-rt-subtitle-banner {
    background: none !important;
  }

  .c-banner--center-text-on-mobile .c-banner-content__row p {
    text-align: center !important;
  }
}
.blockquote {
  padding: 60px 80px 40px;
  position: relative;
}

.blockquote p {
  font-family: "Utopia-italic";
  font-size: 35px;
  font-weight: 700px;
  text-align: center;
}

.blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  content: "\F10D";
  font-size: 200px;
  color: rgba(0, 0, 0, 0.1);
}

.blockquote::after {
  content: "";
  top: 20px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #bf0024;
  height: 3px;
  width: 200px;
}

.c-banners-quoted .slick-slide {
  margin-right: 20px;
}
.c-banners-quoted .c-banner__wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}
.c-banners-quoted .c-banner-image {
  max-width: 180px;
}
.c-banners-quoted .c-banner__author {
  color: #a5a5a5;
}
.c-banners-quoted .c-banner-content-link {
  width: 100%;
  display: inline-block;
  line-height: 1.6;
  position: relative;
  background: #fcfefe;
  border: 1px solid #e6ecef;
  border-radius: 3px;
}
.c-banners-quoted .c-banner-content-link__intro {
  margin-bottom: 15px;
}
.c-banners-quoted .c-banner-content-link .c-banner-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.c-banners-quoted .c-banner-content-link:before {
  content: "\201C";
  color: #eff3f3;
  font-size: 105px;
  position: absolute;
  left: 20px;
  top: -20px;
}
.c-banners-quoted .c-banner-content-link:after {
  content: "\201D";
  color: #eff3f3;
  font-size: 105px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin-bottom: -0.8em;
}

@media (max-width: 767.98px) {
  .c-banners-quoted .slick-track {
    display: flex !important;
  }
  .c-banners-quoted .c-banner-content__row {
    padding: 5px;
  }
  .c-banners-quoted .slick-slide {
    height: auto !important;
  }
  .c-banners-quoted .slick-slide > div {
    height: 100%;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-banners-quoted .c-banner-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .c-banners-quoted .c-banner-content .col-md-9 {
    padding-left: 0px;
  }
}
.c-calculation-line {
  align-items: center;
  border-bottom: 1px solid #e6ecef;
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-calculation-line--marked {
  background: #e6ecef;
  padding: 10px 0;
}
.c-calculation-line + .c-calculation-line--marked {
  border: none;
}
.c-calculation-line--no-border {
  border: none;
}
.c-calculation-line--total {
  font-family: PT Sans Bold, sans-serif;
  border: none;
  background: #e6ecef;
  padding: 15px 0;
  font-size: 1.25em;
}
.c-calculation-line--total else {
  font-family: PT Sans Regular, sans-serif;
}
.c-calculation-line--detail {
  font-size: 0.813em;
}
.c-calculation-line:last-child {
  border-bottom: none;
}

.c-calculation-line__total-price {
  font-size: 1.5em;
}

.c-calculation-line__free-price {
  font-size: 20px;
}

.c-calculation-line__vat {
  font-size: 0.6em;
}

.c-calculation-line__card-points {
  font-family: PT Sans Bold, sans-serif;
  font-size: 1.5em;
}
.c-calculation-line__card-points else {
  font-family: PT Sans Regular, sans-serif;
}

@media (max-width: 767.98px) {
  .c-calculation-line__total-price {
    font-size: 1.2em;
  }

  .c-calculation-line__add-button {
    font-size: 13px;
  }

  .c-calculation-line-col {
    align-self: start;
  }
}
@media print {
  .c-calculation-line {
    border-bottom: 1px solid #e6ecef !important;
  }
  .c-calculation-line--marked, .c-calculation-line--total {
    background: none;
  }
  .c-calculation-line--total {
    border-bottom: none !important;
  }
}
.c-navigator {
  padding: 13px 0;
}
.c-navigator::after {
  display: block;
  clear: both;
  content: "";
}

.mobileTop {
  display: none;
}

.c-navigator__previous {
  float: left;
  padding: 12px 0;
}
.c-navigator__previous--link {
  display: inline;
}

.c-navigator__forward {
  float: right;
  padding: 0;
}

.c-navigator__previous + .c-navigator__forward {
  margin: 0 0 0 10px;
}

@media (max-width: 768px) {
  .mobileTop {
    display: block;
  }
}
.navigation-categories {
  color: #3B393D;
  padding: 25px 0 35px;
}

.navigation-categories__items {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.navigation-categories__items p {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* IE 10+ */
  page-break-inside: avoid;
  /* Firefox */
  padding: 0;
}
.navigation-categories__items a {
  color: #3B393D;
  text-decoration: none;
  display: block;
}
.navigation-categories__items a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .navigation-categories__items {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 992px) {
  .navigation-categories__items {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.c-newsletter {
  padding: 25px;
  background-color: RGB(217, 235, 239, 31%);
}

.c-newsletter__title {
  font-family: PT Sans Bold, sans-serif;
  font-size: 17px;
  color: #506D74;
  text-align: center;
}
.c-newsletter__title else {
  font-family: PT Sans Regular, sans-serif;
}

.c-newsletter__description {
  padding: 0 0 15px;
}

.c-newsletter__field {
  height: 57px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #e6ecef;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
}

.c-newsletter__cta {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 3px;
  line-height: 1 !important;
  z-index: 4;
  height: 36px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
}

.c-newsletter__cta-logged-in {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -ms-transform: translate(-50%);
  line-height: 1 !important;
  z-index: 4;
  height: 36px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
}

.c-newsletter__cta-logged-in-permissions {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -ms-transform: translate(-50%);
  line-height: 1 !important;
  z-index: 4;
  height: 36px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
}

.c-newsletter__search {
  position: relative;
}

.c-newsletter__message {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  color: #999;
}
.c-newsletter__message:last-child {
  padding-bottom: 0;
}
.c-newsletter__message a {
  color: inherit;
}

@media (min-width: 768px) {
  .c-newsletter {
    flex-direction: column;
  }
}
.hdr .c-banner {
  min-height: 150px;
}

.c-banner {
  position: relative;
  overflow: hidden;
  /*background: $banner--background;*/
  color: #3B393D;
}
@media print {
  .c-banner {
    display: none;
  }
}
.c-banner--with-content .c-banner-background-image__element {
  -o-object-position: center right;
     object-position: center right;
}
.c-banner--with-content-image .c-banner-background-image {
  display: none;
}
.c-banner--show-background-on-mobile .c-banner-background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: block !important;
}
.c-banner--with-background-image {
  flex-direction: column-reverse;
}
.c-banner--quotes {
  background: #FCFEFE;
  border: 1px solid #E6ECEF;
  border-radius: 3px;
}
.c-banner--with-background-color {
  background-color: #359EA5 !important;
}
.c-banner--reverse-content .c-banner-background-image__element {
  -o-object-position: center left;
     object-position: center left;
}
.c-banner img {
  max-width: 100%;
}
.c-banner a {
  text-decoration: none;
}
.c-banner a:hover {
  text-decoration: none;
}
.c-banner li a {
  color: inherit;
  text-decoration: underline;
}
.c-banner li a:hover {
  color: inherit;
  text-decoration: underline;
}
.c-banner-background-image {
  position: relative;
  display: block;
}

.c-banner-background-image__element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  height: 100%;
  width: 100%;
}

.c-banner-image {
  max-height: 250px;
  max-width: 100%;
}

.c-banner__wrapper {
  width: 100%;
}

.c-banner-content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 15px 20px;
}

.c-banner-content-link {
  display: flex !important;
  width: 100%;
  flex: 1 1 auto;
}

.banner-clickable {
  cursor: pointer;
}

.c-banner-content__row--color {
  color: #fff;
}

@media (max-width: 767.98px) {
  .c-banner {
    min-height: 150px !important;
  }

  .c-banner-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-banner--with-background-image.o-component--content-bottom {
    flex-direction: column;
  }

  .c-banner--show-background-image-position-on-mobile .c-banner-background-image {
    min-height: 150px;
  }

  .c-banner--center-text-on-mobile {
    text-align: center !important;
  }

  .c-banner-text-background-mobile {
    background: none !important;
  }
}
@media (min-width: 768px) {
  .c-banner {
    background: none;
    min-height: 200px;
  }
  .c-banner--reverse-content .c-banner-content__row {
    flex-direction: row-reverse;
  }
  .c-banner--with-background-image {
    flex-direction: column;
  }
  .c-banner--with-content-image .c-banner-background-image {
    display: block;
  }

  .c-banner-content__row {
    align-items: center;
  }

  .c-banner-background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
  }

  .c-banner-content {
    background: none;
  }
}
@media (min-width: 576px) {
  .c-banner--with-background-image {
    flex-direction: column;
  }
}
.c-banner--action {
  display: flex;
  padding: 10px 15px;
  background: #359EA5;
  background: var(--t-background, #359EA5);
}
.c-banner--action .c-banner__wrapper {
  flex: 1 1 auto;
}
.c-banner--action__title {
  font-family: PT Sans Bold, sans-serif;
  margin: 10px 0 0 0;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 18px;
  color: #3B393D;
  color: var(--t-title-color, #3B393D);
}
.c-banner--action__title else {
  font-family: PT Sans Regular, sans-serif;
}
.c-banner--action__subtitle {
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 18px;
  color: #3B393D;
  color: var(--t-title-color, #3B393D);
}
.c-banner--action__text {
  font-size: 16px;
  flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 3px;
  line-height: 1.375;
  color: #3B393D;
  color: var(--t-text-color, #3B393D);
}
.c-banner--action__cta {
  font-size: 12px;
  font-family: PT Sans Bold, sans-serif;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-banner--action__cta else {
  font-family: PT Sans Regular, sans-serif;
}
.c-banner--action__width {
  width: 100% !important;
}

.c-action {
  text-transform: uppercase;
  padding: 5px;
  border-radius: 3px;
  font-family: PT Sans Bold, sans-serif;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 12px;
  background: #2f8c92;
  background: var(--t-badge-bgcolor, #2f8c92);
  color: var(--t-badge-color, #fff);
}
.c-action else {
  font-family: PT Sans Regular, sans-serif;
}
.c-action__title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-action__title .c-highlighted__title {
  margin: 0px;
}

.t--banner-blue {
  --t-background: #D9EBEF;
  --t-title-color: #506D74;
  --t-text-color: #506D74;
}

.t--banner-green {
  --t-background: #C1DFC4;
  --t-title-color: #4F7353;
  --t-text-color: #658268;
  --t-badge-bgcolor: #9CCAA1;
  --t-badge-color: white;
}

.t--banner-red {
  --t-background: #C45953;
  --t-title-color: white;
  --t-text-color: white;
  --t-badge-bgcolor: #AB4540;
  --t-badge-color: white;
}

.t--banner-yellow {
  --t-background: #DEBB0F;
  --t-title-color: white;
  --t-text-color: white;
  --t-badge-bgcolor: #CAAA0A;
  --t-badge-color: white;
}

.c-banners-quoted .slick-slide {
  margin: 0 20px 0 0;
}
.c-banners-quoted .slick-slide > div {
  height: 100%;
  display: flex;
  width: 100%;
}
.c-banners-quoted .slick-slide:last-child {
  margin: 0px;
}
.c-banners-quoted .slick-track {
  display: flex !important;
}
.c-banners-quoted .slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .c-action-banners {
    display: flex;
    /*.slick-track
    {
        display: flex !important;
    }

    .slick-slide
    {
        height: inherit !important;
    }*/
  }
  .c-action-banners .slick-slide {
    margin: 0 20px 0 0;
  }
  .c-action-banners .slick-slide > div {
    height: 100%;
    display: flex;
    width: 100%;
  }
  .c-action-banners .slick-slide:last-child {
    margin: 0px;
  }
  .c-action-banners .slick-track {
    display: flex !important;
  }
  .c-action-banners .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .c-banner--action {
    display: flex !important;
    flex-direction: column;
  }
  .c-banner--action__title {
    width: 100%;
  }
  .c-banner--action__text {
    width: 100%;
  }

  .c-banner-content__image {
    order: 0;
  }

  .c-banner-content__text {
    order: 1;
    align-items: center;
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .c-banner--action {
    display: flex;
    flex-direction: column;
  }
  .c-banner--action__title {
    width: 100%;
  }

  .c-banner-content__image {
    order: 0;
    margin-top: 10px;
  }

  .c-banner-content__text {
    order: 1;
    align-items: center;
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .c-banner--action {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 10px;
    padding: 10px 0px 10px 15px;
  }

  .c-action-banners {
    display: grid;
  }
}
.c-banner-content__image {
  padding-left: 10px;
  grid-column: 2;
  grid-row: 1/-1;
  /* from first line at start, to first line at end */
  align-self: center;
}

.d-grid {
  display: grid;
}

.c-banner--action--clickable {
  cursor: pointer;
}

.c-banner--collection {
  background: #359EA5;
  background: var(--t-background, #359EA5);
}
.c-banner--collection__title {
  color: #fff;
  color: var(--t-title-color, #fff);
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  font-family: PT Sans Bold, sans-serif;
}
.c-banner--collection__title else {
  font-family: PT Sans Regular, sans-serif;
}
.c-banner--collection__text {
  color: #fff;
  color: var(--t-text-color, #fff);
  text-align: center;
  font-size: 16px;
}
.c-banner--collection__cta {
  font-size: 12px;
  font-family: PT Sans Bold, sans-serif;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
}
.c-banner--collection__cta else {
  font-family: PT Sans Regular, sans-serif;
}
.c-banner--collection__image {
  max-height: 200px;
}

@media (max-width: 767.98px) {
  .c-banner--collection {
    margin-bottom: 20px;
  }
}
.facets {
  padding: 20px 0 0;
}

.facet-filter {
  border-top: 1px solid #e6ecef;
  padding: 0 0 20px 0px;
}

.facet-filter__title {
  padding: 3px 0;
  font-size: 20px;
  cursor: pointer;
}

.facet-filter__active-title {
  font-size: 20px;
  padding: 3px 0;
  margin-bottom: 10px;
}

.facet-filter__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin: 0 0 0 10px;
  right: 0;
}

.facet-filter__items {
  padding: 10px 0 8px;
}

.facet-filter__items--active {
  background-color: #F5F5F5;
}

.facet-filter-highlighted .facet-filter__items {
  padding: 0 0 8px;
}

.facet-filter__dropdown {
  width: 100%;
  font-size: 14px;
  margin: 10px 0 8px;
}

.facet-filter__cta {
  margin: 0 0 0 34px;
  font-size: 13px;
  text-decoration: underline;
  display: flex;
  font-family: PT Sans Bold, sans-serif;
}
.facet-filter__cta else {
  font-family: PT Sans Regular, sans-serif;
}

.facets__close {
  padding: 10px;
  margin: 10px 0 0;
  float: right;
}

.facet-filter {
  padding: 20px 20px 20px 0;
}

@media (max-width: 767.98px) {
  .facet-filter {
    padding: 10px 10px 10px 0;
  }

  .facets {
    padding: 10px 0;
  }
}
.c-facet-panel__main {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 114;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.facet-panel__search {
  z-index: 900;
}

.c-facet-panel__header {
  display: flex;
  position: relative;
  flex: 4.4rem 0 0;
  justify-content: space-between;
  background-color: #359EA5;
}

.c-facet-panel__action_container {
  display: flex;
  border: none;
  background: none;
}

.c-facet-panel__header--title {
  position: absolute;
  right: 9rem;
  left: 9rem;
  height: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  line-height: 4.4rem;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-family: "PT Sans Bold";
  pointer-events: none;
}

.c-facet-panel__body {
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.c-facet-panel__body--content {
  position: relative;
  height: 100%;
}

.c-facet-panel--open .c-facet-panel__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-facet-panel__footer {
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.c-facet-panel__close {
  color: #fff;
}

.c-facet-panel__action {
  color: #fff;
  line-height: 100%;
}

.c-facet-panel__action--close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  color: #666;
  right: 15px;
  text-align: center;
}
.c-facet-panel__action--close:hover {
  background: none;
}

.c-facet-panel__action--previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  color: #666;
  left: 15px;
  text-align: center;
}
.c-facet-panel__action--previous:hover {
  background: none;
}

.c-sticky-filter {
  position: fixed;
  top: 4rem;
  z-index: 99;
  left: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .c-facet-panel__body--facets {
    position: absolute;
    top: 0;
  }
}
.facet-option {
  font-size: 13px;
  padding: 6px 15px;
}
.facet-option--link {
  text-decoration: none;
  color: #3B393D;
  font-size: 13px;
  display: block;
}
.facet-option--link:visited, .facet-option--link:active, .facet-option--link:hover {
  text-decoration: underline;
  color: #3B393D;
}
.facet-option--tree-padding {
  padding-left: 18px !important;
}
.facet-option--tree-no-padding {
  padding-left: 0px !important;
}

.facet-filter-highlighted .facet-option {
  padding: 0px 2px 0px !important;
}

.facet-option__count {
  color: #999;
}

@media (min-width: 768px) {
  .facet-option {
    padding: 2px 15px;
  }
}
.facet-info {
  padding: 20px 0;
}

.facet-info__title {
  padding: 0 0 8px 0;
  font-size: 20px;
}

.facet-info__text {
  font-size: 14px;
  line-height: 20px;
}

.overview-header {
  border-bottom: none;
  padding: 10px 0;
  align-items: center;
}

.overview-results__count {
  font-size: 16px;
  font-family: PT Sans Regular, sans-serif;
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
}

.overview-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.overview-results__open {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 0 0 15px;
  margin-right: 0.75rem;
}

.overview-results__open-filter {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 0 0 15px;
  margin-right: 0.75rem;
  flex: 50%;
  border: none;
  background: white;
  color: #3B393D;
  border-right: 1px solid #e6ecef;
  font-size: 15px;
  padding: 15px 0;
  margin-top: 15px;
  font-family: PT Sans Bold, sans-serif;
  font-size: 15px;
  color: #3B393D;
}
.overview-results__open-filter else {
  font-family: PT Sans Regular, sans-serif;
}

.overview-results__open-filter--obd {
  flex: none !important;
  color: #fff !important;
  background: #359EA5 !important;
  padding: 9px 12px !important;
}

.overview-actions__toggle {
  padding: 5px 10px;
}

.overview-sort {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.overview-sort__options {
  background-color: #fff;
  min-width: 150px;
  margin: 0 0 0 8px;
}

@media (min-width: 768px) {
  .overview-header {
    padding: 5px 5px 5px 10px;
    background: #F5F5F5;
    min-height: 40px;
  }

  .overview-results {
    padding: 0;
  }

  .overview-sort {
    justify-content: space-between;
  }

  .overview-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .overview-sort {
    justify-content: flex-end;
    margin: 0 0 0 5px;
    padding: 0 0 0 15px;
    border-left: 1px solid #e6ecef;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .overview-actions__toggle {
    display: none;
  }
}
.c-pager {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  margin: 10px 0;
  margin-top: 0px;
}
.c-pager--alt {
  border: none;
}

.c-pager__count,
.c-pager__go-to-top {
  flex: 1 1 auto;
}

.c-pager__filter {
  order: 2;
}

.c-pager__show-more {
  flex: 0 0 auto;
  padding: 0 0 15px;
}

.c-pager__count {
  order: 3;
  width: 45%;
  text-align: left;
}

.c-pager__show-more {
  order: 1;
  text-align: center;
}

.c-pager__go-to-top {
  order: 4;
  width: 45%;
  text-align: right;
}

@media (min-width: 768px) {
  .c-pager {
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px 0;
  }

  .c-pager__count {
    order: 1;
    width: 30%;
  }

  .c-pager__show-more {
    order: 2;
    width: 40%;
    padding: 0;
  }

  .c-pager__go-to-top {
    order: 3;
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .c-pager__show-more {
    width: 100%;
  }

  .c-pager {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-collapse__trigger:before {
  font-family: "icomoon";
  font-size: 20px;
  content: "\E900";
  float: right;
  margin-left: 0;
}
.c-collapse__trigger:before {
  text-align: center;
  border: 1px solid #e6ecef;
  border-radius: 3px;
  padding: 2px;
  margin: 0 0 0 10px;
  line-height: 20px;
}

.c-breadcrumb {
  font-size: 14px;
  padding: 5px 0 15px;
  margin-bottom: 15px;
}
@media print {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb--wot {
  padding: 0px;
  margin-bottom: 0px;
}

.c-breadcrumb__previous {
  margin-bottom: 20px;
}

.c-breadcrumb-item {
  padding: 0 10px 0 0;
  display: none;
  font-size: 12px;
  text-transform: uppercase;
}
.c-breadcrumb-item--pos {
  z-index: 10;
}
.c-breadcrumb-item--pos:first-child:before {
  content: none !important;
}
.c-breadcrumb-item--wot:first-child:before {
  content: none !important;
}
.c-breadcrumb-item--wot:before {
  margin-right: 0px !important;
}
.c-breadcrumb-item:before {
  color: #919698;
}
.c-breadcrumb-item:nth-last-child(2) {
  display: block;
}
.c-breadcrumb-item:nth-last-child(2):before {
  font-family: "icomoon";
  font-size: 12px;
  content: "\E902";
  margin-right: 5px;
}

.c-breadcrumb-item__cta {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: #3B393D;
}
.c-breadcrumb-item__cta:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .c-breadcrumb__previous {
    margin-bottom: 0px;
  }

  .c-breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-breadcrumb-item {
    display: block;
  }
  .c-breadcrumb-item:before {
    font-family: "icomoon";
    font-size: 12px;
    content: "\E901";
    margin-right: 5px;
  }
  .c-breadcrumb-item:nth-last-child(2):before {
    font-family: "icomoon";
    font-size: 12px;
    content: "\E901";
    margin-right: 5px;
  }
  .c-breadcrumb-item:first-child:before {
    color: #359EA5;
    content: none;
  }
  .c-breadcrumb-item:first-child a {
    color: #359EA5;
  }
  .c-breadcrumb-item:last-child {
    color: #666;
  }

  .c-breadcrumb-item__cta {
    display: inline-block;
    color: #3B393D;
  }
}
.c-badge {
  display: inline-block;
  background: #359EA5;
  color: #fff;
  font-size: 13px;
  font-family: PT Sans Bold, sans-serif;
  margin: 0 5px 0 0;
  padding: 4px 10px;
  line-height: 26px;
  text-transform: none;
}
.c-badge--no-link {
  text-decoration: none;
}
.c-badge--no-link:hover {
  color: #fff;
  text-decoration: underline;
}
.c-badge--block {
  display: block;
}
.c-badge--smooth {
  font-family: PT Sans Bold, sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  height: 21px;
  border-radius: 0 5px 5px 0;
  position: relative;
  background: #359EA5;
  background: var(--t-badge--color, #359EA5);
  text-align: center;
  line-height: 21px;
  padding: 0px 10px;
  margin-left: 9px;
}
.c-badge--smooth else {
  font-family: PT Sans Regular, sans-serif;
}
.c-badge--smooth:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  height: 17.55px;
  width: 17.55px;
  background: radial-gradient(ellipse at center center, white 18%, var(--t-badge--color, #359EA5) 3.8px, var(--t-badge--color, #359EA5) 10px, white 100%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 5px;
}
.c-badge--large {
  font-family: PT Sans Bold, sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  height: 23px;
  border-radius: 0 5px 5px 0;
  position: relative;
  background: #359EA5;
  background: var(--t-badge--color, #359EA5);
  text-align: center;
  line-height: 24px;
  padding: 0px 15px;
  margin-left: 10px;
}
.c-badge--large else {
  font-family: PT Sans Regular, sans-serif;
}
.c-badge--large--no-link {
  text-decoration: none;
}
.c-badge--large--no-link:hover {
  color: #fff;
  text-decoration: underline;
}
.c-badge--large:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  height: 18.86px;
  width: 18.86px;
  background: radial-gradient(ellipse at center center, white 18%, var(--t-badge--color, #359EA5) 3.8px, var(--t-badge--color, #359EA5) 11px, white 100%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .c-badge--large {
    font-size: 10px;
    height: 21px;
    border-radius: 0 5px 5px 0;
    position: relative;
    background: #359EA5;
    background: var(--t-badge--color, #359EA5);
    text-align: center;
    line-height: 21px;
    padding: 0px 10px;
    margin-left: 10px;
  }
  .c-badge--large:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -1px;
    height: 17.55px;
    width: 17.55px;
    background: radial-gradient(ellipse at center center, white 18%, var(--t-badge--color, #359EA5) 3px, var(--t-badge--color, #359EA5) 10px, white 100%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 5px;
  }
}
.c-product-cta {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.c-product-cta__divider {
  font-family: PT Sans Bold, sans-serif;
  padding: 0 5px;
  display: inline-block;
}
.c-product-cta__divider else {
  font-family: PT Sans Regular, sans-serif;
}

.t-grid .c-customer-promises {
  margin-top: 8px;
}

.c-product-detail-buttons .c-order-button {
  margin-top: 10px;
}

.c-customer-promises {
  width: 100%;
}

.c-customer-promises--top-product {
  margin-top: -15px;
}

.c-sales-button {
  width: 100%;
}
.c-sales-button .c-order-button--top-product {
  width: 60%;
  margin-top: 10px;
}

.c-sales-button--list-view {
  margin-top: 5px;
}

.c-customer-promise--pickup-only {
  color: #999999 !important;
}

.c-customer-promise {
  color: #25AE60;
  font-size: 14px;
  display: block;
  padding: 5px 0 0;
}

.c-product__extra--grid .c-customer-promise {
  text-align: left;
  padding: 2px 0 3px 3px;
}

@media (max-width: 767.98px) {
  .c-product--search-result .c-product__media, .c-product--search-result .c-obd__media {
    width: 65px !important;
  }
}
.c-product, .c-obd {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  position: relative;
  align-self: stretch;
}
.c-product--search-result {
  padding-top: 3px;
  padding-bottom: 3px;
}
.c-product--search-result .c-product__media, .c-product--search-result .c-obd__media {
  width: 55px;
  border: none;
  padding: 0;
  margin: auto 15px auto 0px;
}
.c-product--search-result .c-product__title {
  font-size: 17px;
  line-height: 1.2em;
  font-family: PT Sans Bold, sans-serif;
}
.c-product--search-result .c-product__title else {
  font-family: PT Sans Regular, sans-serif;
}
.c-product--search-result .c-product__link {
  font-size: 15px;
}

.c-product__disclaimer {
  font-size: 12px;
  margin-top: 10px;
  color: #827F73;
}

.c-product__media, .c-obd__media {
  width: 100px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  display: block;
  padding: 2px;
  position: relative;
}
.c-product__media--overlay {
  opacity: 0.5;
}
.c-product__media img, .c-obd__media img {
  border-radius: 2.05px;
}

.c-product__see-more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 14px;
}

.c-product__details--wot .c-product__title {
  padding-right: 0px !important;
}
.c-product__details--wot .c-product-spec__label {
  display: block;
}
.c-product__details--wot .c-product-detail__header {
  padding: 0px !important;
}
.c-product__details--wot .c-product__price {
  padding: 0px !important;
}

.c-product__details {
  margin: 0 10px 0 0;
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.c-product__details--overlay {
  opacity: 0.5;
}
.c-product__details .c-store-status {
  margin-right: 10px;
}

.c-product__deliverd {
  color: #27ae60;
}

.c-product__link {
  color: inherit;
  text-decoration: inherit;
}
.c-product__link:hover {
  text-decoration: underline;
}

.c-product__title {
  color: #28201E;
  font-size: 17px;
  padding: 0 0 0 0;
  margin: 5px 0;
  line-height: 1.2;
  max-height: 40.8px;
}

.c-product-list--overview.t-list .c-product__title {
  max-height: 48.8px;
}

.c-product__image {
  border-radius: 1.152;
}
.c-product__image--rounded {
  border-radius: 20%;
}

.c-product__subtitle {
  color: #3B393D;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: PT Sans Regular, sans-serif;
}
@supports (-ms-ime-align: auto) {
  .c-product__subtitle.c-product__subtitle--truncate {
    height: 1.2em;
    white-space: normal;
  }
}

.c-product__discriminator,
.c-product-detail__points {
  color: #827F73;
  font-size: 13px;
  padding: 0;
}

.t-grid .c-product__discriminator-list,
.t-grid .c-product__discriminator-pipe:nth-of-type(1n+3),
.t-orders .c-product__discriminator-list,
.t-orders .c-product__discriminator-pipe:nth-of-type(1n+3),
.t-top-products .c-product__discriminator-list,
.t-top-products .c-product__discriminator-pipe:nth-of-type(1n+3) {
  display: none;
}

.c-product-detail__spacing {
  margin-top: 10px;
}

.c-product__description {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  white-space: normal;
  line-height: 1.25;
  font-size: 0.875rem;
  max-height: 4.375rem;
  margin: 12px 0;
}

.c-product__shortdescription {
  margin-right: 3px;
}

.c-product__in-libary {
  font-size: 14px;
  margin-top: auto;
}

.c-product__vat {
  color: #999;
  font-size: 12px;
  font-family: PT Sans Regular, sans-serif;
  padding-top: 20px;
  margin-left: 3px;
  float: right;
}

.c-product__vat-lister {
  padding-top: 8px !important;
}

.c-product__toaster .c-product__vat-lister {
  padding-top: 4px !important;
}

.c-product__price {
  display: inline-block;
  color: #27AE60;
  padding: 2px 0;
  font-size: 1.25rem;
  font-family: PT Sans Bold, sans-serif;
  margin-top: auto;
}
.c-product__price--promo {
  color: #d0021b;
}
.c-product__price--large {
  font-size: 1.25rem;
}
.c-product__price--largest {
  font-size: 1.5rem;
}
.c-product__price--previous {
  color: #999;
  font-size: 0.6rem;
  font-family: PT Sans Regular, sans-serif;
  text-decoration: line-through;
  display: inline-block;
  padding: 0;
}
.c-product__price--previous-large {
  font-size: 1.25rem;
}
.c-product__price--no-space {
  padding: 0px !important;
  margin: 0px;
}

.c-product__detail__price--largest {
  font-size: 2rem;
}

.c-product__cta-more {
  margin-top: 10px;
}

.c-product__rating {
  display: none;
}

.c-product__wishlist {
  position: absolute;
  top: 0;
  right: 5px;
  display: none;
}

.c-product__extra {
  display: none;
}

.c-product-overlay {
  position: absolute;
  text-align: center;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.c-product-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  text-align: center;
  width: 90%;
}

.c-product-badges {
  position: absolute;
  bottom: 20px;
  left: 12px;
  max-width: 100%;
}
.c-product-badges--wot {
  left: 15px;
}
.c-product-badges a {
  text-decoration: none;
  width: calc(100%);
}

@media (max-width: 767.98px) {
  #productList .c-product-badges__item {
    margin-right: -50px !important;
  }

  #productDetail .c-product-badges__item {
    margin-right: 55px !important;
  }
}
.c-product-badges__item {
  margin: 5px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(to right, transparent 15px, var(--t-badge--color, #359EA5) 15px 100%);
  margin-left: -15px;
  padding-left: 30px;
  margin-right: 15px;
}
.c-product-badges__item::before {
  left: 15px;
}
.c-product-badges__item--mobile {
  font-size: 12px;
  padding: 5px 5px;
}

.c-modal .c-product-badges__item {
  margin: 5px 0 0;
  padding: 0px 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.c-product-user-param {
  color: #3B393D;
}

.c-product__position {
  display: none;
  position: absolute;
  top: -10px;
  left: 20px;
  text-align: center;
  background: #359EA5;
  background: var(--t-badge-bgcolor, #359EA5);
  color: var(--t-badge-color, #fff);
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-family: PT Sans Bold, sans-serif;
  border-radius: 50%;
}

.t-grid .c-product__title,
.t-list .c-product__title {
  padding: 0 25px 0 0;
}
.t-grid .c-product__wishlist,
.t-list .c-product__wishlist {
  display: block;
}

.t-top-products .c-product, .t-top-products .c-obd {
  flex-direction: column;
}
.t-top-products .c-product-badges {
  bottom: 0px;
}
.t-top-products .c-product__media, .t-top-products .c-obd__media,
.t-top-products .c-product__details {
  width: 100%;
}
.t-top-products .c-product__position {
  display: block;
}

.t-orders .product__title {
  padding: 0;
}
.t-orders .c-product__delivered {
  margin-top: auto;
}

@media (max-width: 767.98px) {
  .c-product__position {
    left: 10px;
    top: -15px;
  }

  .c-obd {
    display: block !important;
  }

  .c-product__title {
    margin: 0 0 5px 0;
  }

  .c-product__details--search .c-product__title {
    margin-top: 5px;
    font-size: 15px;
  }
  .c-product__details--search .c-product__subtitle {
    font-size: 14px;
  }
  .c-product__details--search .c-product__discriminator {
    margin-top: 5px;
  }

  .c-product__description {
    display: none;
  }

  .t-top-products .c-product-list__item:nth-child(odd) .c-product, .t-top-products .c-obd-list__item:nth-child(odd) .c-product, .t-top-products .c-product-list__item:nth-child(odd) .c-obd, .t-top-products .c-obd-list__item:nth-child(odd) .c-obd {
    padding: 0 5px 0 0;
  }
  .t-top-products .c-product-list__item:nth-child(even) .c-product, .t-top-products .c-obd-list__item:nth-child(even) .c-product, .t-top-products .c-product-list__item:nth-child(even) .c-obd, .t-top-products .c-obd-list__item:nth-child(even) .c-obd {
    padding: 0 0 0 5px;
  }

  .c-product--pos {
    margin-top: -30px;
  }

  .t-grid .c-product__discriminator-list,
.t-grid .c-product__discriminator-pipe:nth-of-type(1n+3),
.t-list .c-product__discriminator-list,
.t-list .c-product__discriminator-pipe:nth-of-type(1n+3),
.t-top-products .c-product__discriminator-list,
.t-top-products .c-product__discriminator-pipe:nth-of-type(1n+3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-product__title {
    color: #28201E;
    font-style: normal;
    font-weight: normal;
    padding: 0 0 0 0;
    margin: 5px 0;
  }

  .c-product--single-testimonial {
    padding: 5px;
    background: rgba(255, 255, 255, 0.85);
  }
  .c-product--single-testimonial .c-product__media, .c-product--single-testimonial .c-obd__media {
    border: none;
  }

  .c-product__details {
    /*&--search {
        .c-product__title {
            font-size: 17px;
            font-family: $brand__font--bold;
            font-weight: bold;
        }

        .c-product__subtitle {
            font-size: 15px;

        }
    }*/
  }
  .c-product__details--search .c-product__title {
    margin-top: 5px;
    font-size: 15px;
  }
  .c-product__details--search .c-product__subtitle {
    font-size: 14px;
  }
  .c-product__details--search .c-product__discriminator {
    margin-top: 5px;
  }

  .c-product__media, .c-obd__media {
    padding: 4px;
  }

  .t-grid .c-product, .t-grid .c-obd,
.t-highlighted-products .c-product,
.t-highlighted-products .c-obd,
.t-top-products .c-product,
.t-top-products .c-obd,
.t-orders .c-product,
.t-orders .c-obd {
    padding: 0;
    flex-direction: column;
  }
  .t-grid .c-product__description,
.t-highlighted-products .c-product__description,
.t-top-products .c-product__description,
.t-orders .c-product__description {
    display: none;
  }
  .t-grid .c-product__media, .t-grid .c-obd__media,
.t-highlighted-products .c-product__media,
.t-highlighted-products .c-obd__media,
.t-top-products .c-product__media,
.t-top-products .c-obd__media,
.t-orders .c-product__media,
.t-orders .c-obd__media {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .t-grid .c-product__details,
.t-highlighted-products .c-product__details,
.t-top-products .c-product__details,
.t-orders .c-product__details {
    width: 100%;
  }

  .t-orders .c-product__title {
    font-size: 14px;
  }
  .t-orders .c-product__subtitle {
    font-size: 11px;
  }
  .t-orders .c-product__discriminator {
    font-size: 11px;
  }
  .t-orders .c-product__link {
    max-height: 36px;
  }

  .t-grid .c-product__title {
    padding-right: 0;
  }
  .t-grid .c-product__disclaimer {
    display: none;
  }

  .t-list .c-product__media, .t-list .c-obd__media {
    border: none;
    align-self: center;
    margin: 0;
  }
  .t-list .c-product__details {
    padding: 10px 15px 10px 10px;
    margin: 0;
  }
  .t-list .c-product__title,
.t-list .c-product__subtitle {
    padding-right: 35px;
    font-size: 14px;
  }
  .t-list .c-product__title .c-product__link {
    font-size: 20px;
  }
  .t-list .c-product-price__panel .c-product__price {
    display: block;
  }
  .t-list .c-product__price {
    padding: 10px 0 0;
  }
  .t-list .c-product__price--previous {
    padding: 2px 0;
  }
  .t-list .c-product__rating {
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
    text-align: right;
    font-size: 15px;
  }
  .t-list .c-product__wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .c-product--pos {
    margin-top: -30px;
  }

  .c-product-navigation--pos {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .c-product__media, .c-obd__media {
    padding: 8px;
  }

  .t-list .c-product, .t-list .c-obd {
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #e6ecef;
  }
  .t-list .c-product__media, .t-list .c-obd__media {
    width: 25%;
    border: none;
    align-self: center;
    margin: 0;
  }
  .t-list .c-product__extra--list {
    padding: 5px 0 0;
    align-items: center;
    gap: 5px;
    flex-direction: column;
  }
  .t-list .c-product__details {
    align-self: stretch;
    width: 25%;
    padding: 10px 15px 10px 10px;
    border-left: 1px solid #e6ecef;
    margin: 0;
    position: relative;
  }

  .c-product__media__lib-lister {
    align-self: unset !important;
    margin-top: 10px !important;
  }

  .c-product-badges__lib-lister {
    top: 160px !important;
  }

  .t-grid .c-product__extra--grid {
    gap: 5px;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .c-list--autofill {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-list--autofill .c-spec {
    flex: 0 0 33.3333%;
  }

  .c-product__media--small {
    width: 10% !important;
  }
  .c-product__media--medium {
    width: 20% !important;
  }

  .c-product__details--wot .c-product-spec__label {
    display: inline-block;
  }
  .c-product__details--wot .c-order-button {
    flex: 0 !important;
    margin-top: 15px;
  }

  .c-product--pos {
    margin-top: -55px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .t-list .c-product__details {
    padding-bottom: 0px;
  }

  .t-list .c-product__wishlist {
    right: 5px;
    top: 5px;
  }
}
@media (min-width: 768px) {
  .t-grid .c-product__wishlist {
    display: none;
  }
}
@media (min-width: 992px) {
  .t-grid .c-product__rating,
.t-grid .c-product__wishlist {
    display: none;
    visibility: hidden;
    opacity: none;
  }
  .t-grid .c-product:hover, .t-grid .c-obd:hover {
    transition: all 0.1s ease-in-out;
    margin: -14px -7px 0;
    width: calc(100% + 14px);
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 0 0;
    background: #fff;
    z-index: 1000;
  }
  .t-grid .c-product:hover .c-product-interaction, .t-grid .c-obd:hover .c-product-interaction {
    transition: all 0.1s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 25%;
  }
  .t-grid .c-product:hover .c-product__rating, .t-grid .c-obd:hover .c-product__rating {
    transition: all 0.1s ease-in-out;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0;
    font-size: 0.813em;
    line-height: 1em;
    padding: 10px 15px;
  }
  .t-grid .c-product:hover .c-product__wishlist, .t-grid .c-obd:hover .c-product__wishlist {
    transition: all 0.1s ease-in-out;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 10px;
  }
  .t-grid .c-product:hover .c-product__media, .t-grid .c-product:hover .c-obd__media, .t-grid .c-obd:hover .c-product__media, .t-grid .c-obd:hover .c-obd__media {
    transition: all 0.1s ease-in-out;
    border-radius: 5px 5px 0 0;
  }
  .t-grid .c-product:hover .c-product__details, .t-grid .c-obd:hover .c-product__details {
    transition: all 0.1s ease-in-out;
    padding: 0 7px;
  }
  .t-grid .c-product:hover .c-product__extra--grid, .t-grid .c-obd:hover .c-product__extra--grid {
    transition: all 0.1s ease-in-out;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 0px 25px 25px 25px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 6px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 5;
    background: #fff;
    text-align: center;
  }
  .t-grid .c-product:hover .c-product__extra--grid button, .t-grid .c-obd:hover .c-product__extra--grid button {
    transition: none;
  }
  .t-grid .c-product:hover .c-product__extra--grid a, .t-grid .c-obd:hover .c-product__extra--grid a {
    transition: none;
  }
  .t-grid .c-product__extra--grid,
.t-grid .c-product__rating,
.t-grid .c-product__wishlist {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }
  .t-grid .c-product__extra--grid {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
  }
}
.c-product__extra--grid {
  padding: 0px 18px 18px 18px;
}

.c-inthepicture {
  padding: 15px;
  text-align: center;
}
.c-inthepicture .c-product__media, .c-inthepicture .c-obd__media {
  display: none;
}

.c-inthepicture--slimmed {
  background: none;
  text-align: left;
}
.c-inthepicture--slimmed:not:first-child() {
  margin-top: 10px;
}

.c-inthepicture .c-product__description {
  font-size: 13px;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  white-space: normal;
  line-height: 1.25;
  font-size: 0.875rem;
  max-height: 5.46875rem;
  margin: 12px 0;
}

.c-inthepicture__media {
  text-align: center;
  max-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: repeat-y;
}
.c-inthepicture__media--slimmed {
  display: flex;
}

.c-inthepicture__details {
  padding: 15px;
}

.c-inthepicture__wishlist {
  margin-left: auto;
}

.c-inthepicture__cta {
  max-width: 250px;
  margin: 0 auto;
}
.c-inthepicture__cta--slimmed {
  max-width: none;
  display: flex;
}
.c-inthepicture__cta--slimmed .sb-icon {
  font-size: 15px;
}
.c-inthepicture__cta--slimmed .sb-icon--plus, .c-inthepicture__cta--slimmed .sb-icon--cart {
  padding-right: 3px;
}

.c-inthepicture__collect {
  display: flex;
  align-self: center;
  margin-left: auto;
  font-size: 12px;
  text-decoration: underline;
  opacity: 69%;
}

.t-grid .c-inthepicture {
  margin-bottom: 0;
  position: relative;
  padding: 15px;
}
.t-grid .c-inthepicture .c-product__wishlist {
  /*display: $pitp--grid--display !important;
  visibility: $pitp--grid--visiblity!important;
  opacity: $pitp--grid--opacity!important;*/
}

.t-list .c-inthepicture {
  margin-bottom: 0;
}

.t-grid .c-inthepicture,
.t-list .c-inthepicture {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 0;
}
.t-grid .c-inthepicture .c-product__extra,
.t-list .c-inthepicture .c-product__extra {
  display: none;
}
.t-grid .c-inthepicture__media,
.t-list .c-inthepicture__media {
  max-height: 200px;
}
.t-grid .c-inthepicture__image,
.t-list .c-inthepicture__image {
  max-height: 200px;
  max-width: 80px;
}
.t-grid .c-inthepicture__details,
.t-list .c-inthepicture__details {
  padding: 0 0 0 15px;
  align-items: flex-start;
  text-align: left;
}
.t-grid .c-inthepicture__cta,
.t-list .c-inthepicture__cta {
  display: none;
}

.t-list .c-inthepicture__media {
  width: 26%;
}
.t-list .c-obd {
  border-top: 1px solid #e6ecef;
}

.c-inthepicture__ranking {
  font-size: 14px;
}

.c-inthepicture__collection {
  font-size: 14px;
  color: #827F73;
}

.c-product-price__panel {
  display: none;
}

.c-inthepicture--slimmed {
  position: relative;
}
.c-inthepicture--slimmed .c-inthepicture__wishlist {
  position: absolute;
  right: 15px;
  top: 15px;
}
.c-inthepicture--slimmed .c-product__title {
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .t-grid .c-product__description,
.t-list .c-product__description {
    display: none;
  }
  .t-grid .c-product-badges,
.t-list .c-product-badges {
    bottom: -3px;
    left: -14px !important;
  }

  .c-product__wishlist {
    top: 5px;
  }

  .c-product-list--overview.t-list .c-inthepicture {
    padding: 0px;
    text-align: left;
  }
  .c-product-list--overview.t-list .c-inthepicture .c-product__media, .c-product-list--overview.t-list .c-inthepicture .c-obd__media {
    display: block;
  }
  .c-product-list--overview.t-list .c-inthepicture .o-ar--product {
    padding-top: 100%;
  }

  .t-grid .c-product-list__item--inthepicture {
    grid-row: 2/4;
    grid-column: 1/3;
    display: grid;
  }
  .t-grid .c-inthepicture {
    border-right: none !important;
  }
  .t-grid .c-inthepicture .c-product__title .c-product__link {
    font-size: 24px;
  }
  .t-grid .c-inthepicture .c-product__subtitle .c-product__link {
    font-size: 15px;
  }
  .t-grid .c-product-price__panel {
    text-align: left;
    padding: 0 0 0 15px;
  }
  .t-grid .c-inthepicture__image {
    max-width: 120px;
    margin-bottom: 10px;
  }

  .c-inthepicture .c-product__description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */
  }

  .c-inthepicture__details {
    padding-top: 0px;
    margin: 0 10px 0 0;
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .c-inthepicture--slimmed .c-inthepicture__wishlist {
    top: 8px;
  }

  .c-inthepicture__media--slimmed {
    background: none !important;
    align-items: baseline !important;
  }

  .c-inthepicture__image {
    border-radius: 0.81px;
    max-width: 80px;
  }

  .c-inthepicture--slimmed {
    border-top: 1px solid #e6ecef;
  }
  .c-inthepicture--slimmed .c-inthepicture__details {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
  }
  .c-inthepicture--slimmed:last-of-type {
    border-bottom: 1px solid #e6ecef;
  }

  .c-inthepicture__details__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .c-inthepicture__details__intro .c-badge--large, .c-inthepicture__details__intro .c-badge {
    grid-column: 1/2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-inthepicture__details__intro .c-inthepicture__ranking {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .c-inthepicture__details__intro .c-inthepicture__wishlist {
    grid-column: 2/2;
    grid-row: 1;
  }

  .c-inthepicture__cta--slimmed {
    display: flex;
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .t-grid .c-product__description,
.t-list .c-product__description {
    display: none;
  }

  .c-inthepicture__cta--slimmed {
    padding: 0px !important;
  }

  .c-inthepicture--slimmed {
    flex-direction: column !important;
  }

  .c-inthepicture__media--slimmed {
    border-right: none;
    padding-top: 15px;
  }

  .c-inthepicture__details__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .c-inthepicture__details__intro .c-badge--large, .c-inthepicture__details__intro .c-badge {
    grid-column: 1/2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-inthepicture__details__intro .c-inthepicture__ranking {
    margin-left: 0px;
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .c-inthepicture__details__intro .c-inthepicture__wishlist {
    grid-column: 2/2;
    grid-row: 1;
  }

  .c-inthepicture__media--slimmed {
    background: none !important;
    align-items: baseline !important;
  }

  .t-list .c-product-price__panel {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .c-inthepicture__cta {
    padding: 10px 0 0;
    margin-top: 10px !important;
  }

  .c-inthepicture__image {
    border-radius: 0.81px;
    max-height: 250px;
    max-width: 140px;
  }

  .c-inthepicture__ranking {
    margin-left: 10px;
  }

  .c-inthepicture--slimmed {
    border: 1px solid #e6ecef;
  }
  .c-inthepicture--slimmed .c-product__subtitle {
    margin-bottom: 5px;
  }
  .t-list .c-product-price__panel .c-product__extra {
    flex-direction: column-reverse;
  }
  .t-list .c-product-price__panel {
    display: block;
  }
  .t-list .c-inthepicture__media--slimmed {
    display: none;
  }
  .t-list .c-inthepicture {
    padding: 0;
  }
  .t-list .c-inthepicture__details {
    padding: 10px 15px;
  }
  .t-list .c-inthepicture__details .c-product__price {
    display: none;
  }
  .t-list .c-inthepicture__details .c-badge--large {
    display: none;
  }
  .t-list .c-inthepicture__wishlist {
    display: none;
  }

  .t-grid .c-inthepicture__media--slimmed {
    display: none;
  }
  .t-grid .c-product-list__item--inthepicture {
    grid-row: 2/4;
    grid-column: 1/3;
    display: grid;
  }
  .t-grid .c-inthepicture {
    justify-content: center;
  }
  .t-grid .c-inthepicture .c-product-price__panel, .t-grid .c-inthepicture .c-product__description {
    display: none;
  }
  .t-grid .c-inthepicture .c-inthepicture__column {
    flex-direction: column;
  }
  .t-grid .c-inthepicture .c-inthepicture__media {
    width: 100%;
    max-width: 100%;
  }
  .t-grid .c-inthepicture .c-inthepicture__details {
    width: 100%;
    margin-top: 20px;
  }
  .t-grid .c-inthepicture .c-product__price {
    margin-top: 15px;
  }
  .t-grid .c-inthepicture .c-product__title {
    font-size: 32px;
  }
  .t-grid .c-inthepicture .c-product__subtitle {
    font-size: 17px;
  }

  .c-inthepicture {
    flex-direction: row;
    text-align: left;
  }

  .c-inthepicture__media {
    max-height: 100%;
    max-width: 40%;
  }

  .c-inthepicture__image {
    max-height: 325px;
  }

  .c-inthepicture__cta {
    margin: 0;
  }

  .t-grid .c-inthepicture,
.t-list .c-inthepicture {
    flex-direction: row;
  }
  .t-grid .c-inthepicture__media,
.t-list .c-inthepicture__media {
    max-height: 325px;
  }
  .t-grid .c-inthepicture__image,
.t-list .c-inthepicture__image {
    max-height: 325px;
    max-width: 100%;
  }

  .t-list .c-inthepicture {
    align-items: flex-start;
  }
  .t-list .c-inthepicture__media {
    width: 28%;
  }
}
@media (min-width: 992px) {
  .c-inthepicture--slimmed {
    padding: 0px;
    flex-direction: column;
  }

  .c-inthepicture__media {
    width: 40%;
  }
  .c-inthepicture__media--slimmed {
    border-right: 1px solid #e6ecef;
  }

  .c-inthepicture__details {
    width: 60%;
  }

  .t-grid .c-inthepicture .c-product__extra {
    display: flex;
    flex-direction: row;
  }

  .t-list .c-inthepicture__cta {
    display: flex;
    flex-direction: row;
    max-width: none;
  }
  .t-list .c-product-price__panel .c-product__extra {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .t-grid .c-product-badges,
.t-list .c-product-badges {
    left: -20px !important;
  }
}
.c-highlighted-products {
  padding: 0;
  margin: 25px 0;
}
@media print {
  .c-highlighted-products {
    display: none;
  }
}
.c-highlighted-products--spacing {
  margin: 0px;
  padding: 25px 0px !important;
}
.c-highlighted-products--no-spacing {
  margin: 15px 0;
}

.c-highlighted-products__title {
  margin-bottom: 15px;
}
.c-highlighted-products__title .c-highlighted__title {
  margin: 0px;
}

.c-highlighted-products__items {
  padding: 0;
}

.t-highlighted-products .c-product__position {
  display: block;
}

.c-highlighted-products__footer {
  text-align: center;
}

@media (min-width: 768px) {
  .c-highlighted-products {
    padding: 0;
  }
  .c-highlighted-products--spacing {
    padding: 60px 0px 20px 0px !important;
  }

  .c-highlighted-products__footer {
    padding: 15px 0;
  }
  .c-highlighted-products__footer--dots {
    padding: 35px 0 !important;
  }
}
@media (max-width: 767.98px) {
  .c-list--dots li:not(:first-of-type) {
    display: none;
  }
}
.c-top-products {
  margin: 25px 0;
}

.c-top-products__footer {
  text-align: center;
}

.c-top-products__link-desktop {
  float: right;
}
.c-top-products__link-desktop .sb-icon--end:before {
  margin: 2px 0 0 0 !important;
}

.c-top-products__link-mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 15px;
}

@media (min-width: 768px) {
  .c-top-products {
    padding: 0;
  }

  .c-top-products-events {
    margin: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .c-top-products__link-desktop {
    display: none;
  }

  .c-top-products__link-mobile {
    display: inline !important;
  }
}
.c-testimonial {
  width: 100%;
  position: relative;
  margin: 25px 0;
  flex-direction: column;
}
.c-testimonial--single {
  margin: 0;
  min-height: 300px;
  justify-content: flex-end;
}
.c-testimonial--single .c-testimonial__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.c-testimonial--single .c-testimonial__content-block {
  padding-left: 15px;
  padding-right: 15px;
}
.c-testimonial--single .c-testimonial__cta {
  display: none;
}

.c-testimonial__wrapper {
  min-height: 175px;
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.c-testimonial-background {
  position: relative;
}

.c-testimonial-background {
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-testimonial-background__element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  font-family: "object-fit: cover;object-position: center right;";
  height: 100%;
  width: 100%;
}

.c-testimonial__content-block {
  z-index: 26;
  position: relative;
}

.c-testimonial__products .c-product__description {
  display: none;
}

.c-testimonial__content-block--name {
  color: #444;
  background: #fff;
}

.c-testimonial__content-block--profession {
  background: #414141;
  color: #fff;
}

.c-testimonial__quote {
  max-height: 60px;
  margin: 10px 0 15px 0px;
  /*font-size: $testimonial__quote--font-size;*/
  line-height: 20px;
}

.c-testimonial__cta {
  align-self: center;
  margin-top: 15px;
}

.c-testimonial .c-badge.c-product-badges__item {
  padding: 0px 5px;
  font-size: 11px;
}

@media (min-width: 768px) {
  .c-testimonial--single {
    padding: 15px;
  }
  .c-testimonial--single .c-testimonial__wrapper {
    min-height: 0;
    position: static;
    display: block;
  }
  .c-testimonial--single .c-testimonial__content-block {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
  .c-testimonial--single .c-testimonial__quote {
    max-height: 60px;
    height: auto;
    color: #fff;
  }

  .c-testimonial__quote {
    height: 60px;
  }

  .c-testimonial__text {
    position: relative;
  }

  .c-testimonial__wrapper {
    min-height: 135px;
  }

  .c-lister__ar {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: -50px;
    bottom: 0;
  }
  .c-lister__image {
    max-height: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-testimonial--single .c-testimonial__content-block {
    width: 70%;
  }

  .c-lister__image {
    margin-bottom: 0px;
  }

  .c-testimonial__wrapper {
    min-height: 175px;
  }

  .c-lister__spacing {
    margin-top: 60px;
  }
}
.c-lister__intro {
  margin-bottom: 30px;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .c-lister-container {
    background: linear-gradient(#fff 20%, var(--t-background, #F0F6F7) 20%, var(--t-background, #F0F6F7) 75%);
  }
}
@media (max-width: 767.98px) {
  .c-lister__image {
    max-height: 100%;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 0px;
  }
  .c-lister__intro {
    font-size: 14px;
  }
}
.c-lister__image {
  margin-bottom: 15px;
}

.c-rating {
  display: inline-block;
}
.c-rating:hover .c-rating__option {
  font-size: 1.1em;
}
.c-rating:hover .c-rating__option:before {
  font-family: "icomoon";
  content: "\E936";
  margin-right: 0;
}

.c-rating__option {
  color: #F9C822;
  display: inline-block;
  transition: font-size 0.05s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.c-rating__option:hover ~ .c-rating__option {
  font-size: 0.9em;
}
.c-rating__option:hover ~ .c-rating__option:before {
  font-family: "icomoon";
  content: "\E935";
  margin-right: 0;
}

.c-rating__reviews {
  display: block;
  padding: 3px 0;
}

.c-product-overview__subtitle, .c-title-overview__subtitle {
  margin-bottom: 20px;
}
.c-product-overview__subnav, .c-title-overview__subnav {
  margin-bottom: 30px;
}
.c-product-overview__subnav--list li, .c-title-overview__subnav--list li {
  margin: 10px 0;
}
.c-product-overview__subnav--list li .c-rt-icon-arrow-right, .c-title-overview__subnav--list li .c-rt-icon-arrow-right {
  color: #41a7af;
}
.c-product-overview__subnav--more, .c-title-overview__subnav--more {
  color: #359EA5;
}
.c-product-overview .c-title, .c-title-overview .c-title {
  margin: 0px;
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  .c-product-overview__title, .c-title-overview__title {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .c-product-overview--2-lines, .c-title-overview--2-lines {
    min-height: 4em;
  }
}
.c-product-overview__subnav--list {
  margin-bottom: 20px;
}

/* Variables */
/* divider between buttons */
.c-product-top-divider {
  font-family: "PT Sans Bold";
  margin: 20px;
}

.c-product-top-sharing-reviews {
  font-size: 14px;
  padding-top: 15px;
  border-top: 1px solid #e6ecef;
  margin-top: auto;
}

.c-product__detail--share {
  margin-left: 20px;
}

.c-product__average-delivery {
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px solid #e6ecef;
}
.c-product__average-delivery--margin {
  margin: 0 10px 15px;
  padding-bottom: 15px;
}
.c-product__average-delivery button {
  margin-left: 2px;
}

.c-product-detail-buttons {
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
  border-top: 1px solid #e6ecef;
}

.c-product-detail-buttons__button {
  margin: 0 0 15px;
}

.c-product-detail-buttons__body {
  padding: 0 10px 15px;
  font-size: 14px;
}

.c-product-detail-buttons__usp {
  width: 100%;
}

.c-product-detail__reviews {
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-product-home-order__item {
  font-family: "PT Sans Regular";
  color: #666;
  padding: 0 0 5px;
}

/* order in a store*/
.c-product-store-order__items {
  font-family: "PT Sans Bold";
  margin: 8px 10px 10px 10px;
}

.c-product-store-order__title {
  font-family: "PT Sans Bold";
}

.c-product-more {
  display: block;
  justify-content: space-between;
}

.c-product-read-more-link {
  text-align: center;
}
.c-product-read-more-link .c-rt-icon-book-school:before {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .c-product-more {
    display: flex;
  }

  .c-product-read-more-link {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .c-product-read-more-link {
    min-height: 23px;
  }
}
@media (max-width: 767.98px) {
  .c-product-read-more-link {
    padding: 5px 0;
  }

  .c-product-top-sharing-reviews {
    padding-top: 15px;
  }
}
.c-product-detail-colours {
  border-top: 1px solid #e6ecef;
  padding: 15px 0;
}
.c-product-detail-colours--spacing {
  border: none;
}

.c-product-detail-colours__label {
  padding: 10px 10px 10px 0;
}

.c-product-detail-colour {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*background-clip: $product-detail-colour--background-clip;*/
  padding: 5px;
  border: 3px solid #F4F3FA;
  margin: 5px;
}
.c-product-detail-colour.selected {
  border: 4px solid #666;
  padding: 4px;
}
.c-product-detail-colour.multi {
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: right top, right top, right top, right bottom, right bottom, right bottom, left bottom, left bottom, left bottom, left top, left top, left top;
  background-image: linear-gradient(150deg, transparent 50%, tomato 63%), linear-gradient(120deg, transparent 50%, red 36.5%), linear-gradient(fuchsia, fuchsia), linear-gradient(240deg, transparent 63%, green 63%), linear-gradient(210deg, transparent 36.5%, lime 36.5%), linear-gradient(lightgreen, lightgreen), linear-gradient(330deg, transparent 63%, blue 63%), linear-gradient(300deg, transparent 36.5%, lightblue 36.5%), linear-gradient(cyan, cyan), linear-gradient(60deg, transparent 63%, papayawhip 100%), linear-gradient(30deg, transparent 36.5%, yellow 36.5%), linear-gradient(gold, gold);
}
.c-product-detail-colour.gold {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 17%, #FDB931 22%, #9f7928 82%, #8A6E2F 70%, transparent 87%);
}
.c-product-detail-colour.transparant {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/content/images/products/transparant.png);
}
.c-product-detail-colour.silver {
  background: radial-gradient(ellipse farthest-corner at right bottom, #D3D3D3 17%, #C0C0C0 22%, #A9A9A9 82%, #808080 70%, transparent 87%);
}
.c-product-detail-colour.fallback {
  background: #e6ecef;
}
.c-product-detail-colour.fallback:after {
  content: "\D7";
  font-size: 35px;
  margin-top: -15.1px;
  margin-left: 0.5px;
  color: #fff;
  position: absolute;
}

.c-product-detail-type {
  padding: 0 0 15px 0;
}

.c-product-detail-type-option {
  width: 100%;
  background: #fff;
  border: 1px solid #e6ecef;
  padding: 5px;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  position: relative;
  outline: none;
  cursor: pointer;
}
.c-product-detail-type-option::after {
  display: block;
  clear: both;
  content: "";
}
.c-product-detail-type-option:hover {
  background: #F4F3FA;
}
.c-product-detail-type-option + .c-product-detail-type-option {
  border-top: none;
}
.c-product-detail-type-option--trigger:hover {
  background: none;
}

.c-product-detail-type-dropdown.show .product-detail-type-option__icon:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-product-detail-type-option__icon {
  padding: 5px;
}
.c-product-detail-type-option__icon:before {
  font-family: "icomoon";
  font-size: 20px;
  content: "\E900";
  float: right;
  margin-left: 0;
}
.c-product-detail-type-option__icon:before {
  transition: 100ms linear all;
}

.c-product-detail-type-option__media {
  width: 55px;
  border: 1px solid #e6ecef;
}

.c-product-detail-type-option__label {
  display: block;
}

.c-product-detail-type-option__content {
  padding: 0 10px;
}

.c-product-detail-type-options {
  border: none;
  width: 100%;
  padding: 0;
  box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.2);
  top: -4px !important;
}

.c-product-detail__content {
  display: flex;
  flex-direction: column;
}
.c-product-detail__content--wot {
  border-left: 1px solid #e6ecef;
}

.c-product-detail__extra {
  font-size: 14px;
}
.c-product-detail__extra--pos {
  min-height: 60px;
}

.c-product-detail__divider {
  padding-bottom: 30px;
  margin-top: 30px;
}

.table__carrier td {
  border: none;
  padding: 0.15rem;
}

.c-product-detail__header {
  padding: 0px 0px 15px 0px;
}

.c-product-detail__price {
  font-size: 1.5em;
  padding: 25px 0px 25px 0px;
  border-top: 1px solid #e6ecef;
}

.c-product-detail__promo {
  margin-top: 10px;
}

.c-product-detail__promo--content {
  font-size: 13px;
}
.c-product-detail__promo--content .c-link {
  font-size: 13px;
}

.c-product-detail__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-product-detail__title--badge {
  margin-right: 10px;
}

.c-product-detail__author, .c-product-detail__subtitle {
  font-size: 18px;
}

.c-product-detail__badge {
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background-color: #999;
}

.c-product-detail__discriminator {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .c-product-detail__price--group {
    align-self: center;
    display: flex;
    flex-direction: column;
  }

  .c-product-detail__slider {
    display: flex;
    flex-direction: column;
  }

  .c-product-detail__promo {
    margin-top: 0px;
    max-width: 300px;
    margin-left: auto;
  }

  .c-product-detail__price {
    display: flex;
  }
}
.c-product-detail__description {
  margin: 0 35px 0px 0px;
}

.c-product-detail__carriers--disc {
  margin: 10px 0px;
}

.c-product-specs--collapsable {
  margin: 35px 0px;
  border-top: 1px solid #e6ecef;
  border-bottom: 1px solid #e6ecef;
}

.c-specs {
  padding: 30px 0;
}

.c-product-spec {
  font-size: 0.875em;
}

.c-product-spec__rows {
  padding-bottom: 3rem;
  overflow: hidden;
  height: 15em;
}

.c-product-spec__row {
  display: flex;
  margin: 5px 0;
}

.c-product-spec__subtitle {
  margin: 20px 0 10px 0;
}

.c-product-spec__value {
  width: 40%;
  color: #3B393D;
  font-size: 14px;
}

.c-product-spec__title {
  margin-top: 25px;
}

.c-product-spec__list:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
  /* so the text is still selectable */
}

.c-product-spec__title {
  padding: 10px 0px 0px 0px;
}

.c-product-spec__hidden {
  display: none;
}

.c-product-spec {
  font-size: 0.875em;
}

.c-product-spec__media {
  padding-top: 50%;
}

.c-product-spec__categories {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.c-product-spec__column {
  width: 100%;
}

.c-product-spec__label {
  color: #827F73;
  display: inline-block;
  font-size: 14px;
}

.c-product-spec__label--collapsable {
  padding: 2px 0 0;
  width: 60%;
}

.c-product-spec__read-more {
  display: block;
  bottom: 0;
  width: 100%;
  height: 5em;
  position: absolute;
  background-image: linear-gradient(to bottom, transparent, white);
}
.c-product-spec__read-more.active {
  background-image: none;
}

.c-product-detail__description__read-more, .c-product-detail__specifications--read {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0 !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.c-product-detail__description__read-less, .c-product-detail__specifications--read-less {
  display: none;
  text-align: center;
}

.c-product-detail__link, .c-product-detail__link--less {
  color: #359EA5;
  font-size: 13px;
  font-family: PT Sans Bold, sans-serif;
  text-decoration: none;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  position: relative;
  bottom: -2.5em;
  cursor: pointer;
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10973), 0px 5px 12px rgba(0, 0, 0, 0.0570094);
}
.c-product-detail__link else, .c-product-detail__link--less else {
  font-family: PT Sans Regular, sans-serif;
}

.c-product-detail__link--less {
  bottom: 3em;
}

.c-product-specs--collapsable {
  position: relative;
}
.c-product-specs--collapsable .c-link--read-more {
  font-size: 14px;
  padding-top: 5px;
  position: relative;
}

.c-product-spec__image {
  height: 100%;
  max-height: 275px;
}

@media (min-width: 768px) {
  .c-product-spec__column {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .c-product-spec__column {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .c-product-specs {
    margin-bottom: 35px;
  }
}
.c-product__reviews .c-rating__reviews {
  display: inline-block !important;
}

.c-product-detail--anchor .active {
  color: #359EA5;
  opacity: 0.5;
}

.c-product-detail__description {
  margin: 0 35px 0px 0px;
}

.c-product-detail__description--text {
  padding-bottom: 3rem;
  overflow: hidden;
  height: 15em;
}

.c-product-detail__carriers--disc {
  margin: 10px 0px;
}

.c-product-spec__label {
  color: #827F73;
}

@media (max-width: 767.98px) {
  .c-product-detail__description {
    margin: 0 !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/Modules/Projects/Ecom/_Shared/Components/Views/Styles/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Slick/slick.eot);
  src: url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Slick/slick.eot?#iefix) format("embedded-opentype"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Slick/slick.woff) format("woff"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Slick/slick.ttf) format("truetype"), url(/Modules/Projects/Ecom/_Shared/Components/Views/fonts/Slick/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.c-store-slider {
  position: relative;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .c-store-slider__image {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .c-store-slider {
    margin-top: 0px;
  }
}
/*slick arrow & dots */
/*thumbnail*/
/*zoom*/
.slick-thumbs-thumbnail .slick-current.slick-active {
  border: 1px solid #e6ecef;
}
.slick-thumbs-thumbnail .slick-current.slick-active:focus {
  outline: none !important;
}

.slick-active:focus {
  outline: none !important;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: none;
}

.c-thumbs {
  display: none;
  padding-top: 12px;
}

.left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1 !important;
  color: #359EA5 !important;
}

.slick-dots li.slick-active button:before {
  color: #359EA5 !important;
}

.slick-dots li button:before {
  color: #414141 !important;
  opacity: 1 !important;
  font-size: 12px !important;
  line-height: 12px !important;
}

.c-thumbs__item {
  position: relative;
  cursor: pointer;
}
.c-thumbs__item.active {
  border: 1px solid #359EA5;
  position: relative;
}
.c-thumbs__item.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-thumbs__item.active:before {
  border-width: 11px;
}
.c-thumbs__item--hidden {
  display: none;
}

/*overwrite the default color of slick arrows + the dots color*/
.c-product__slider {
  padding: 2px;
  border: 1px solid #e6ecef;
}
.c-product__slider .slick-dots {
  bottom: -35px;
}

.c-product-list .slick-dots {
  bottom: -35px;
}

.c-store-slider .slick-prev {
  left: -15px;
}
.c-store-slider .slick-prev:before {
  content: "<";
  color: #359EA5;
  color: var(--t-slider--arrow-color, #359EA5);
  font-weight: bold;
}
.c-store-slider .slick-next {
  right: -15px;
}
.c-store-slider .slick-next:before {
  content: ">";
  color: #359EA5;
  color: var(--t-slider--arrow-color, #359EA5);
  font-weight: bold;
}
.c-store-slider .slick-dots {
  bottom: -35px;
}

.c-products-slider {
  position: relative;
  margin: 0px 10px 0px 10px;
}
.c-products-slider__zoom {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  background-color: #359EA5;
  padding: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  z-index: 1;
  display: flex;
  text-decoration: none;
}
.c-products-slider__zoom .sb-icon {
  align-self: center;
  color: #fff;
}

.c-slider-title {
  margin: 1.2em;
}

.c-slider__progress {
  display: block;
  width: 50%;
  height: 2px;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #CECECE;
  background-color: var(--t-slider--progressbar-color, #CECECE);
  background-image: linear-gradient(to right, #359EA5, #359EA5);
  background-image: linear-gradient(to right, var(--t-slider--progressbar-bgcolor, #359EA5), var(--t-slider--progressbar-bgcolor, #359EA5));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out, background-position 0.4s ease-in-out;
}

.c-slider__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.slick-frame {
  visibility: hidden;
}

.slick-frame.slick-initialized {
  visibility: visible;
}

@media (min-width: 768px) {
  .c-thumbs {
    display: flex;
    margin-bottom: 10px;
  }

  .c-highlighted-products .slick-slider .slick-next {
    background: #fff;
    height: 108px;
    width: 35px;
    top: 38%;
    right: -50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
  }
  .c-highlighted-products .slick-slider .slick-next:before {
    font-size: 20px;
  }
  .c-highlighted-products .slick-slider .slick-next .slick-disabled {
    background-color: var(--t-background, #fff);
    background-color: #fff;
  }
  .c-highlighted-products .slick-slider .slick-next .slick-disabled:before {
    color: #B8B8B8 !important;
  }
  .c-highlighted-products .slick-slider .slick-prev {
    background: #fff;
    height: 108px;
    width: 35px;
    top: 38%;
    left: -50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
  }
  .c-highlighted-products .slick-slider .slick-prev:before {
    font-size: 20px;
  }
  .c-highlighted-products .slick-slider .slick-disabled {
    background-color: #fff;
    background-color: var(--t-background, #fff);
  }
  .c-highlighted-products .slick-slider .slick-disabled:before {
    color: #B8B8B8 !important;
  }

  .c-banner-carousel .slick-slider .slick-next {
    background: #fff;
    height: 108px;
    width: 35px;
    right: -50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
  }
  .c-banner-carousel .slick-slider .slick-next:before {
    font-size: 20px;
  }
  .c-banner-carousel .slick-slider .slick-next .slick-disabled {
    background-color: var(--t-background, #fff);
    background-color: #fff;
  }
  .c-banner-carousel .slick-slider .slick-next .slick-disabled:before {
    color: #B8B8B8 !important;
  }
  .c-banner-carousel .slick-slider .slick-prev {
    background: #fff;
    height: 108px;
    width: 35px;
    left: -50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
  }
  .c-banner-carousel .slick-slider .slick-prev:before {
    font-size: 20px;
  }
  .c-banner-carousel .slick-slider .slick-disabled {
    background-color: #fff;
    background-color: var(--t-background, #fff);
  }
  .c-banner-carousel .slick-slider .slick-disabled:before {
    color: #B8B8B8 !important;
  }

  .c-cards.slick-slider .slick-next {
    background: #fff;
    height: 84px;
    width: 35px;
    top: 50%;
    right: -50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
  }
  .c-cards.slick-slider .slick-next:before {
    font-size: 20px;
  }
  .c-cards.slick-slider .slick-next .slick-disabled {
    background-color: var(--t-background, #fff);
    background-color: #fff;
  }
  .c-cards.slick-slider .slick-next .slick-disabled:before {
    color: #B8B8B8 !important;
  }
  .c-cards.slick-slider .slick-prev {
    background: #fff;
    height: 84px;
    width: 35px;
    top: 50%;
    left: -50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11), 0 5px 12px 0 rgba(0, 0, 0, 0.06);
  }
  .c-cards.slick-slider .slick-prev:before {
    font-size: 20px;
  }
  .c-cards.slick-slider .slick-list {
    -webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%);
  }
  .c-cards.slick-slider .slick-list.slick-list-end {
    -webkit-mask-image: none;
  }
  .c-cards.slick-slider .slick-disabled {
    background-color: var(--t-background, #fff);
    background-color: #fff;
  }
  .c-cards.slick-slider .slick-disabled:before {
    color: #B8B8B8 !important;
  }

  .c-thumbs__item {
    width: 25%;
    border: 1px solid #e6ecef;
  }
  .c-thumbs__item:not(:first-child) {
    margin: 0px 5px;
  }
  .c-thumbs__item.active:before {
    position: absolute;
    bottom: 100%;
  }
  .c-thumbs__item.active:before {
    left: 40%;
    border-color: transparent transparent #359EA5 transparent;
  }

  .c-product__slider {
    padding: 4px;
  }

  .c-products-slider {
    margin: 0px;
  }

  .c-store-slider .slick-next,
.c-store-slider .slick-prev {
    display: none !important;
  }

  .slick-slider .slick-prev {
    left: -60px;
  }
  .slick-slider .slick-prev:before {
    font-family: "icomoon";
    content: "\E902";
    margin-right: 0;
  }
  .slick-slider .slick-next {
    right: -60px;
  }
  .slick-slider .slick-next:before {
    font-family: "icomoon";
    content: "\E901";
    margin-right: 0;
  }
  .slick-slider .slick-prev,
.slick-slider .slick-next {
    display: block;
  }
  .slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    color: #359EA5;
    color: var(--t-slider--arrow-color, #359EA5);
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .c-product-list .slick-dots {
    bottom: -25px;
  }

  .c-highlighted-products__footer--cta {
    padding: 25px 0;
  }

  .c-products-slider {
    margin-bottom: 12px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .c-product__slider .slick-next,
.c-product__slider .slick-prev {
    display: none !important;
  }
  .c-product__slider .slick-dots {
    display: none !important;
  }

  .c-product__slider {
    padding: 8px;
    border: 1px solid #e6ecef;
  }
}
@media (min-width: 768px) {
  .c-product__slider .slick-next,
.c-product__slider .slick-prev {
    display: none !important;
  }
  .c-product__slider .slick-dots {
    display: none !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .c-thumbs {
    position: absolute;
    left: -7em;
    top: 0;
    width: 100px;
    flex-direction: column;
  }

  .c-product__slider {
    border: 1px solid #e6ecef;
  }
  .c-product__slider .slick-next, .c-product__slider .slick-prev {
    display: none !important;
  }

  .c-thumbs__item {
    width: 100%;
    border: 1px solid #e6ecef;
  }
  .c-thumbs__item:not(:first-child) {
    margin: 5px 0px;
    margin: 5.7px 0px;
  }
  .c-thumbs__item:first-child {
    margin-bottom: 5.7px;
  }
  .c-thumbs__item.active:before {
    position: absolute;
    left: 100%;
  }
  .c-thumbs__item.active:before {
    top: 40%;
    border-color: transparent transparent transparent #359EA5;
  }
}
.lb-nav a.lb-next {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/lightbox/next.png) right 48% no-repeat;
}

.lb-nav a.lb-prev {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/lightbox/prev.png) left 48% no-repeat;
}

.lb-cancel {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/lightbox/loading.gif) no-repeat;
}

.lb-data .lb-close {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/lightbox/close.png) top right no-repeat;
}

.c-search__input--close {
  margin-left: 15px;
}

.c-search {
  flex-grow: 1;
}
.c-search.has-focus .c-search__input {
  z-index: 121;
  border-color: #e6ecef;
  background: #fff;
}
.c-search.active .input-group {
  margin-top: 11px;
}
.c-search.active .c-search-input__field {
  border-bottom-left-radius: 0px !important;
  height: 68px;
}
.c-search.active .hdr-core__search {
  margin-top: 6px;
}
.c-search.active .c-search-input__button {
  border-bottom-right-radius: 0px !important;
  height: 68px;
}
.c-search .c-search-input__field {
  outline: none;
}
.c-search__close {
  display: none;
}
.c-search .c-search-input {
  background: #fff;
  border-radius: 25px;
  padding: 0 12px;
  border: 2px solid #e6ecef;
  margin-bottom: 10px;
}
.c-search .c-search-input--sticky {
  margin-bottom: 0px;
  padding: 0px 38px 0px 10px;
}
.c-search .c-search__label {
  display: none;
}
.c-search .c-search-input {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
}
.c-search .c-search-input__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e2b006;
  font-size: 20px;
  left: auto;
  right: 12px;
  border: 0;
  background: inherit;
  cursor: pointer;
}
.c-search .c-search-input__icon:focus {
  outline: none;
}
.c-search .c-search-input__icon--sticky {
  color: #3B393D;
  background: #F9C921;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  right: 4px;
}
.c-search .c-search-input__icon--sticky:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 15px;
}

.c-search-input__field {
  -webkit-appearance: none;
  padding: 0 12px 0 0;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  color: #666;
  width: 100%;
  border: none;
  background: #fff;
  outline: none;
  border-radius: 26px 0px 0px 26px;
  flex: 1 1 auto;
  width: 1%;
}
.c-search-input__field::-webkit-input-placeholder {
  font-style: italic;
}
.c-search-input__field::-moz-placeholder {
  font-style: italic;
}
.c-search-input__field::-ms-input-placeholder {
  font-style: italic;
}
.c-search-input__field::placeholder {
  font-style: italic;
}
.c-search-input__field--sticky {
  width: 100%;
  padding: 0 10px;
}
.c-search-input__field--sticky .c-search-input__icon {
  color: #3B393D;
}
.c-search-input__field--sticky.full {
  height: 48px;
}
.c-search-input__field.active {
  border-bottom-left-radius: 0px;
}

.c-search-input__button {
  color: #3B393D;
  background-color: #F9C921;
  height: 48px;
  border-radius: 0px 26px 26px 0px;
  margin: 0;
  font-size: 15px;
}
.c-search-input__button::before {
  font-weight: bold;
}

.c-search-sticky {
  color: #3B393D;
  background-color: #F9C921;
  border-radius: 26px;
  margin: 0;
  margin: 8px 16px 8px 0px;
  height: 48px;
}

.c-suggest {
  position: absolute;
  background: #fff;
  z-index: 120;
  width: 100% !important;
  border: 1px solid #e6ecef !important;
  border-top: 1px solid #e6ecef !important;
  left: 0 !important;
  top: auto !important;
}
.c-suggest--item-1 {
  padding-bottom: 15px;
}
.c-suggest--item-2 {
  border-top: 1px solid #e6ecef;
  grid-row: 2;
}
.c-suggest--item-3 {
  grid-row: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 2;
  padding-bottom: 5px;
  border-left: 1px solid #e6ecef;
}

.ui-menu .ui-menu-item {
  cursor: default !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-product-list__item.ui-menu-item-wrapper, .ui-menu-item-wrapper.c-obd-list__item {
    padding: 3px 1em 3px 0.4em !important;
  }
}
.c-suggest--item-2 .ui-menu-item-wrapper {
  margin: 10px 0 10px 0 !important;
}

.c-suggest-title {
  color: #BCB8BF;
  padding: 15px 23px 0px 23px;
  margin: 5px 0 0;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.c-suggest-title--spacing {
  padding-bottom: 15px;
}

.c-suggest-result {
  padding: 5px 25px;
  font-size: 0.875rem;
  display: block;
  margin: auto;
}
.c-suggest-result--variant {
  text-decoration: none;
  color: #3B393D;
  margin: 10px 0;
}
.c-suggest-result--variant:hover {
  color: #359EA5;
}
.c-suggest-result--more {
  font-size: 15px;
  font-family: PT Sans Bold, sans-serif;
  text-decoration: none;
}
.c-suggest-result--more else {
  font-family: PT Sans Regular, sans-serif;
}
.c-suggest-result--image {
  text-decoration: none;
  color: #3B393D;
  margin: 5px 0;
}
.c-suggest-result--image:hover {
  color: #359EA5;
}
.c-suggest-result.ui-state-active, .c-suggest-result.ui-state-focus {
  background: #e6ecef;
  margin: 10px 0 !important;
}

.c-suggest-result--more.ui-state-active, .c-suggest-result--more.ui-state-focus {
  margin: 0px !important;
}

.c-suggest-result__label {
  color: #827F73;
  padding: 2px 0 0 20px;
  font-size: 13px;
  float: right;
}

.c-suggest-result__imagelabel {
  color: #827F73;
  font-size: 13px;
}
.c-suggest-result__imagelabel a {
  text-decoration: none;
  color: #827F73;
}

.c-suggest-result__text {
  font-size: 15px;
}
.c-suggest-result__text--alt {
  color: #6F6C71;
}
.c-suggest-result__text--alt:hover {
  color: #359EA5;
}

@media (max-width: 767.98px) {
  .c-suggest {
    display: none;
  }

  .c-search__input--close {
    margin-bottom: 5px;
  }

  .c-search .c-suggest {
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    overflow-y: auto;
    top: var(--c-header--height, 22vh) !important;
  }
}
.hdr-core__search .c-search {
  max-width: none;
}

@media (min-width: 768px) {
  .c-suggest {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-template-rows: auto 1fr;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
  }

  .c-search-input__button {
    transition: none;
  }

  .input-group {
    width: var(--c-input-group--width);
    transition: width 0.15s ease-in;
  }

  .c-searchbar .input-group {
    margin-top: 13px;
  }
  .c-searchbar .c-suggest .t-search-products .c-product__title {
    font-family: "PT Sans Regular";
    font-weight: normal;
    font-size: 15px;
  }
  .c-searchbar .c-suggest .t-search-products .c-product__subtitle {
    font-size: 14px;
  }

  .c-search {
    margin: 0 30px;
    position: relative;
    width: inherit;
  }
  .c-search .c-search-input__icon {
    right: 12px;
    left: auto;
  }
  .c-search .c-search-input__field {
    padding: 0 30px 0 20px;
    outline: none;
  }
  .c-search .c-suggest-result {
    padding: 1px 23px 1px 23px;
  }
}
@media (min-width: 992px) {
  .c-search .c-search-input {
    margin-bottom: 0;
  }
}
.c-search-results {
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #e6ecef;
}

.c-search-results__term {
  color: #359EA5;
}

.c-search-results__count {
  font-family: PT Sans Bold, sans-serif;
}

.c-related-suggestions {
  width: 100%;
  float: left;
  font-size: 13px;
  padding: 15px 0;
  border-bottom: none;
}

.c-related-suggestions__item {
  display: block;
  padding: 3px 10px 3px 0;
}

@media (min-width: 768px) {
  .c-related-suggestions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-related-suggestions__item {
    padding: 0 10px 0 0;
  }
}
.c-search-pos {
  position: relative;
}
.c-search-pos.has-focus .c-search-pos__input {
  z-index: 121;
  border-color: #e6ecef;
  background: #fff;
}
.c-search-pos .c-search-pos-input__field {
  outline: none;
}
.c-search-pos .c-search-pos-input {
  background: #e6ecef;
  border-radius: 25px;
  padding: 0 12px !important;
  border: 2px solid #e6ecef;
  margin-bottom: 10px;
}
.c-search-pos .c-search-pos__label {
  display: none;
}
.c-search-pos .c-search-pos-input {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
}
.c-search-pos .c-search-pos-input__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #2f8c92;
  font-size: 20px;
  left: auto;
  right: 12px;
  border: 0;
  background: inherit;
  cursor: pointer;
}
.c-search-pos .c-search-pos-input__icon:focus {
  outline: none;
}

.c-search-pos-input__field {
  padding: 0 12px 0 0 !important;
  font-size: 14px;
  line-height: 41px;
  height: 41px;
  color: #666;
  width: 100%;
  border: none;
  background: none;
  outline: none;
}
.c-search-pos-input__field::-webkit-input-placeholder {
  font-style: italic;
}
.c-search-pos-input__field::-moz-placeholder {
  font-style: italic;
}
.c-search-pos-input__field::-ms-input-placeholder {
  font-style: italic;
}
.c-search-pos-input__field::placeholder {
  font-style: italic;
}

.c-suggest-pos {
  position: absolute;
  padding: 10px 0 0 !important;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  z-index: 120;
  width: 100% !important;
  border: 1px solid #e6ecef !important;
  border-top: none !important;
  left: 0 !important;
  top: auto !important;
}
.c-suggest-pos .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em !important;
}

.c-suggest-pos-title {
  color: #359EA5;
  border-top: 1px solid #e6ecef;
  padding: 5px 25px !important;
  margin: 5px 0 0;
  display: block;
}

.c-suggest-pos-result {
  padding: 5px 25px !important;
  font-size: 0.875rem;
  display: block;
  margin: auto;
}
.c-suggest-pos-result--variant {
  text-decoration: none;
  color: #3B393D;
}
.c-suggest-pos-result.ui-state-active, .c-suggest-pos-result.ui-state-focus {
  background: #e6ecef;
}

.c-suggest-pos-result__label {
  color: #666;
  padding: 2px 0 0 20px !important;
  font-size: 12px;
  float: right;
}

@media (min-width: 768px) {
  .c-search-pos {
    margin: 0 70px;
    width: inherit;
  }
  .c-search-pos .c-search-pos-input__icon {
    right: 12px;
    left: auto;
  }
  .c-search-pos .c-search-pos-input__field {
    padding: 0 30px 0 12px !important;
    outline: none;
  }
  .c-search-pos .c-suggest-pos {
    padding: 35px 0 10px !important;
    top: 18px !important;
  }
  .c-search-pos .c-suggest-pos-result {
    padding: 1px 25px !important;
  }
}
@media (min-width: 992px) {
  .c-search-pos .c-search-pos-input {
    margin-bottom: 0;
  }
}
.c-search-pos-results {
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #e6ecef;
}

.c-search-pos-results__term {
  color: #359EA5;
}

.c-search-pos-results__count {
  font-family: PT Sans Bold, sans-serif;
}

.c-related-suggestions-pos-pos {
  width: 100%;
  float: left;
  font-size: 13px;
  padding: 15px 0;
  border-bottom: none;
}

.c-related-suggestions-pos-pos__item {
  display: block;
  padding: 3px 10px 3px 0;
}

@media (min-width: 768px) {
  .c-related-suggestions-pos-pos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-related-suggestions-pos-pos__item {
    padding: 0 10px 0 0;
  }
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-data .lb-close {
  width: 35px;
  position: absolute;
  display: inline-block;
  padding-bottom: 0.7em;
  outline: none;
  top: -35px;
}

.lb-nav a.lb-next {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/lightbox/next.png) right 48% no-repeat;
}

.lb-nav a.lb-prev {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/lightbox/prev.png) left 48% no-repeat;
}

.lb-cancel {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/lightbox/loading.gif) no-repeat;
}

.lb-data .lb-close {
  background: url(/Modules/Projects/Ecom/_Shared/Components/Views/images/lightbox/close.png) top right no-repeat;
}

.hdr {
  margin: 0 0 10px;
}

.hdr-layout {
  background: #fff;
}

.hdr-layout__row {
  background: #fff;
}
.hdr-layout__row--doormat {
  position: relative;
  z-index: 999;
}

.hdr-layout__usp {
  background: white;
}
.hdr-layout__usp .scWebEditInput {
  display: block !important;
}

.hdr-layout__nav {
  background: #359EA5;
}
.hdr-layout__nav--col {
  position: unset;
}
.hdr-layout__nav--sticky {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  min-height: 56px;
  /*animation: smoothScroll 1s forwards;*/
}
.hdr-layout__nav--sticky .c-search-input__field--sticky-full {
  height: 48px;
}
.hdr-layout__nav--sticky .c-search-input__icon--sticky {
  height: 40px;
  width: 40px;
}
.hdr-layout__nav--doormat {
  position: relative;
  z-index: 999;
}
.hdr-layout__nav.active .c-search-sticky {
  display: none;
}
.hdr-layout__nav.active .c-search__close {
  display: block;
  -webkit-animation: fadein 0.6s ease-in;
          animation: fadein 0.6s ease-in;
}
.hdr-layout__nav.active .hdr-core {
  padding: 7px 10px 8px 0px !important;
}
.hdr-layout__nav.active .c-search__input {
  -webkit-animation: animate-right-to-left 0.3s ease-in;
          animation: animate-right-to-left 0.3s ease-in;
}
.hdr-layout__nav.active .c-suggest--history {
  display: flex;
  flex-direction: column;
}
.hdr-layout__nav.active .c-suggest--history .c-suggest--item-3 {
  order: 0;
}
.hdr-layout__nav.active .c-suggest--history .c-suggest--item-1 {
  order: 1;
}

.hdr-layout__nav.full {
  min-height: 64px;
}
.hdr-layout__nav.full .c-search-input__icon--sticky {
  height: 40px;
  width: 40px;
}
.hdr-layout__nav.full .hdr-core__slimmed {
  padding: 7px 10px 8px 0px !important;
  margin: 0px 15px;
}

.hdr--doormat:before {
  text-align: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  -webkit-animation: overlay-fade-in 0.15s ease-in-out forwards;
          animation: overlay-fade-in 0.15s ease-in-out forwards;
  overflow: hidden;
  z-index: 999;
  background: rgba(17, 17, 17, 0.39);
}

@media (max-width: 767.98px) {
  .hdr-layout__nav--sticky {
    z-index: 100 !important;
  }

  .hdr-layout__usp {
    background: #359EA5;
  }

  .c-search-input__field--sticky {
    font-size: 16px;
    width: 90px;
    min-width: 90%;
  }
}
@media (min-width: 768px) {
  .hdr-layout__row {
    background: #359EA5;
    min-height: 85px;
  }
  .hdr-layout__row.active .hdr-core__logo, .hdr-layout__row.active .hdr-core__cta {
    display: none !important;
  }
  .hdr-layout__row.active .hdr-core__search {
    margin-top: 6px;
  }
  .hdr-layout__row.active .c-searchbar__icon {
    display: flex !important;
  }

  .hdr-layout__error {
    min-height: auto !important;
  }

  .hdr-error {
    min-height: 85px;
  }

  .hdr-layout__search {
    min-height: 85px;
  }

  .hdr-layout__nav {
    background: #fff;
    border-bottom: 1px solid #e6ecef;
  }
}
@media print {
  .hdr-logo__img {
    max-height: 50px;
  }

  .hdr-layout__usp,
.hdr-layout__nav,
.hdr-core__cta,
.hdr-core__search {
    display: none !important;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hdr-core {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.hdr-core__logo {
  width: 40%;
}

.backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 39%;
  background-color: #000;
  transition: opacity 0.15s linear;
}
.backdrop .show {
  position: fixed;
}

.hdr-logo {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

.hdr-logo__img {
  max-width: 100%;
}

@media (min-width: 375px) {
  .hdr-logo__img {
    max-width: 100%;
    height: 42px;
  }
}
@media (max-width: 375px) {
  .hdr-logo__img {
    max-width: 100%;
  }
}
@media (min-width: 375px) {
  .hdr-logo__img {
    max-width: none;
  }
}
.hdr-cta-submenu .c-button--logoff:hover {
  border-top: 1px solid #e6ecef !important;
}

.hdr-cta-item {
  color: white;
  padding: 5px 7px;
  text-align: center;
  height: auto;
  position: relative;
}
.hdr-cta-item:hover .hdr-cta-item__icon {
  color: #000;
}

@media (max-width: 767.98px) {
  .hdr-cta-item {
    color: #3B393D;
  }

  .hdr-cta-item__submenu-icon {
    color: #3B393D !important;
  }
}
.hdr-cta-item__pre-login {
  text-align: center;
  height: auto;
  position: relative;
}

.hdr-cta-item__pre-login-button {
  padding-top: 5px;
}

.hdr-cta-item__icons {
  display: inline-flex;
  align-items: center;
  padding: 0 0 3px;
  height: 35px;
  font-size: 25px;
  position: relative;
}
.hdr-cta-item__icons--small {
  height: 24px;
  font-size: 15px;
}

.hdr-cta-item__icons-simple {
  height: 25px !important;
}

.hdr-cta-item__label {
  display: none;
}
.hdr-cta-item__label--active {
  font-family: PT Sans Bold, sans-serif;
}
.hdr-cta-item__label--active else {
  font-family: PT Sans Regular, sans-serif;
}

.hdr-cta-item__notification {
  position: absolute;
  top: 0;
  right: -5px;
  color: #fff;
  background: #359EA5;
  border-radius: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 2px;
  min-width: 16px;
  text-align: center;
}
.hdr-cta-item__notification:before {
  color: #fff;
}

.hdr-cta-submenu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #e6ecef;
  margin: 0;
  padding: 0;
  border-radius: 0;
  min-width: 200px;
  background-clip: border-box;
}

.hdr-cta-submenu__pre-login {
  top: calc(100% + 10px) !important;
}

.hdr-core__slimmed {
  padding: 7px 10px 7px 0px !important;
}

.hdr-cta-submenu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #e6ecef;
  margin: 0;
  padding: 0;
  border-radius: 0;
  min-width: 200px;
  background-clip: border-box;
}

.hdr-cta-submenu__item {
  padding: 12px 15px;
  border-top: 1px solid #e6ecef;
  text-decoration: none;
}
.hdr-cta-submenu__item:first-child {
  border-top: none;
}

.hdr-cta-item__submenu-icon {
  font-size: 12px;
  color: white;
}

.hdr-cta-item__wrapper-simple {
  margin-right: 45px;
}

.c-header-simple__tagline-pre-login {
  margin-right: calc(40% + 20px);
}

.hdr-cta--clear {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  .hdr-cta-item__wrapper.show .hdr-cta-item__notification {
    background: #fff;
  }
  .hdr-cta-item__wrapper.show .hdr-cta-item__notification:before {
    color: #359EA5;
  }
  .hdr-cta-item__wrapper.show .hdr-cta-item__submenu-icon {
    color: #359EA5;
  }

  .hdr-cta-item {
    color: #3B393D;
  }

  .hdr-cta-submenu {
    right: 15%;
    left: 15% !important;
    -webkit-transform: none !important;
            transform: none !important;
    top: auto !important;
    margin-top: 6px;
  }
  .hdr-cta-submenu:after, .hdr-cta-submenu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .hdr-cta-submenu:before {
    border-bottom: 1px solid #e6ecef;
    border-width: 10px;
    margin-left: -10px;
  }
  .hdr-cta-submenu:after {
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }
}
@media (max-width: 575.98px) and (max-width: 320px) {
  .hdr-cta-submenu:after, .hdr-cta-submenu:before {
    left: 66% !important;
  }
}
@media (max-width: 575.98px) and (min-width: 321px) and (max-width: 375px) {
  .hdr-cta-submenu:after, .hdr-cta-submenu:before {
    left: 75% !important;
  }
}
@media (max-width: 575.98px) and (min-width: 376px) and (max-width: 415px) {
  .hdr-cta-submenu:after, .hdr-cta-submenu:before {
    left: 78% !important;
  }
}
@media (max-width: 575.98px) {
  .hdr-cta-item__wrapper-simple {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .hdr-cta-submenu__pre-login {
    top: calc(100% + 10px) !important;
  }
}
@media (max-width: 575.98px) {
  .c-header-simple__tagline-pre-login {
    margin-right: 0%;
  }
}
@media (max-width: 575.98px) and (max-width: 320px) {
  .c-panel__header .hdr-cta-submenu:after, .c-panel__header .hdr-cta-submenu:before {
    left: 51% !important;
  }
}
@media (max-width: 575.98px) and (min-width: 321px) and (max-width: 375px) {
  .c-panel__header .hdr-cta-submenu:after, .c-panel__header .hdr-cta-submenu:before {
    left: 59% !important;
  }
}
@media (max-width: 575.98px) and (min-width: 376px) and (max-width: 415px) {
  .c-panel__header .hdr-cta-submenu:after, .c-panel__header .hdr-cta-submenu:before {
    left: 63% !important;
  }
}
@media (max-width: 575.98px) {
  .hdr-cta-item__notification {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hdr-cta-submenu {
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    top: calc(100% + 0px) !important;
    will-change: unset !important;
  }
  .hdr-cta-submenu:after, .hdr-cta-submenu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .hdr-cta-submenu:before {
    border-bottom: 1px solid #e6ecef;
    border-width: 10px;
    margin-left: -10px;
  }
  .hdr-cta-submenu:after {
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }
}
@media (min-width: 576px) and (max-width: 320px) {
  .hdr-cta-submenu:after, .hdr-cta-submenu:before {
    left: 66% !important;
  }
}
@media (min-width: 576px) and (min-width: 321px) and (max-width: 375px) {
  .hdr-cta-submenu:after, .hdr-cta-submenu:before {
    left: 75% !important;
  }
}
@media (min-width: 576px) and (min-width: 376px) and (max-width: 415px) {
  .hdr-cta-submenu:after, .hdr-cta-submenu:before {
    left: 78% !important;
  }
}
@media (min-width: 576px) {
  .hdr-cta-submenu__pre-login {
    top: calc(100% + 10px) !important;
  }
}
@media (min-width: 576px) {
  .hdr-cta-item__wrapper {
    position: relative;
  }
  .hdr-cta-item__wrapper.show .hdr-cta-item {
    font-family: PT Sans Bold, sans-serif;
  }
  .hdr-cta-item__wrapper--separator {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .hdr-cta-item__notification {
    display: none;
  }
}
@media (min-width: 768px) {
  .hdr-logo__img {
    max-height: 42px;
    height: auto;
  }

  .hdr-cta-item {
    padding: 17px 5px;
  }
  .hdr-cta-item:hover {
    background: rgba(0, 0, 0, 0.1);
    color: white !important;
  }

  .hdr-cta-item__wrapper {
    text-align: right;
  }

  .hdr-core {
    flex-wrap: nowrap;
  }

  .hdr-core-pre-login {
    padding: 0px 0 !important;
  }

  .hdr-core__logo {
    order: 1;
    width: 20%;
    display: flex;
  }

  .hdr-core__search {
    order: 2;
    max-width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    width: auto;
  }

  .hdr-core__cta {
    order: 3;
    flex-shrink: 0;
  }

  .c-header-simple__tagline-pre-login {
    margin-right: calc(40% + 20px);
  }

  .hdr-core__slimmed.c-searchbar__icon {
    margin-bottom: 9px;
  }
}
@media (min-width: 992px) {
  .hdr-core__logo {
    width: 14%;
  }

  .hdr-cta-item {
    width: 85px;
    height: 85px;
  }

  .hdr-cta-item__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    display: block;
    font-size: 12px;
    display: block;
    font-family: PT Sans Bold, sans-serif;
    max-width: 90px;
  }
  .hdr-cta-item__label else {
    font-family: PT Sans Regular, sans-serif;
  }

  .c-header-simple__tagline-pre-login {
    margin-right: calc(62% + 20px) !important;
  }
}
@media (min-width: 1200px) {
  .c-header-simple__tagline-pre-login {
    margin-right: calc(65% + 25px) !important;
  }
}
.c-searchbar {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.c-searchbar__icon {
  width: 8%;
}
.c-searchbar.active .c-search-input__field {
  border-bottom-left-radius: 0px !important;
  height: 68px;
}
.c-searchbar.active .c-search-input__button {
  border-bottom-right-radius: 0px !important;
  height: 68px;
}

@media (max-width: 767.98px) {
  .c-searchbar__icon {
    display: none !important;
  }

  .hdr-core__search {
    margin: 0px 15px;
  }

  .hdr-core__component {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hdr-cta-item {
    padding: 26px 7px;
  }
}
.hdr-usp {
  color: #3B393D;
  font-size: 14px;
  padding: 10px 0;
  line-height: 19px;
  display: block;
}
.hdr-usp:hover {
  color: #3B393D;
}

.hdr-usp__items {
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .hdr-usp__items {
    text-align: initial;
  }
}
@media (max-width: 767.98px) {
  .hdr-usp__items li:first-child {
    display: inline-block;
  }
  .hdr-usp__items li {
    display: none;
  }

  .hdr-usp {
    color: #fff;
  }
  .hdr-usp:hover {
    color: #fff;
  }
}
.hdr-nav__wrapper {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.hdr-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 0;
  width: 100%;
}

.hdr-nav__item--promo {
  margin-left: auto;
}
.hdr-nav__item--promo .nav-item {
  margin: 0;
}

.nav-item__title {
  transition: all 0.1s linear;
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  z-index: 114;
  color: #3B393D;
  font-family: PT Sans Bold, sans-serif;
  height: 50px;
  padding: 10px 8px;
  outline: none;
  font-size: 17px;
  margin: 0px 25px 0px 0px;
  padding: 18px 0px;
}
.nav-item__title:hover, .nav-item__title:focus-visible, .nav-item__title:active {
  border-bottom: 2px solid #F9C822;
}
.nav-item__title--dropdown:after {
  font-family: "icomoon";
  font-size: 20px;
  content: "\E900";
  display: block;
  text-align: center;
}
.nav-item__title--dropdown:after {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  color: #F9C822;
}
.nav-item__title--all {
  background: #f1bb07;
  color: #fff;
}
.nav-item__title--all:after {
  color: #fff;
}
.nav-item__title--variant {
  color: #359EA5;
}
.nav-item__title--promo {
  font-family: Marydale, sans-serif;
  font-size: 22px;
  margin-right: 0px;
}

.nav-item__panel {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 113;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.nav-item__panel--with-banners {
  flex-direction: column;
}

.nav-item__title--variant {
  margin: 0 0 0 25px;
}

.nav-item:hover .nav-item__title, .nav-item--open .nav-item__title {
  z-index: 118;
  color: #3B393D;
  background: #fff;
}
.nav-item:hover .nav-item__title--dropdown, .nav-item--open .nav-item__title--dropdown {
  border-bottom: 2px solid #F9C822;
  padding-bottom: calc(1rem - 4px);
}
.nav-item:hover .nav-item__title--dropdown:after, .nav-item--open .nav-item__title--dropdown:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-item--open .nav-item__panel {
  z-index: 118;
  display: flex;
}

.sub-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sub-nav__list {
  display: inline-block;
  width: 100%;
}

.tab-pane__list {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px;
}

.sub-nav-item__link {
  text-decoration: none;
  color: #3B393D;
  font-size: 15px;
  padding: 6px 0;
  display: block;
}

.sub-nav-title {
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 17px;
}
.sub-nav-title--variant {
  font-family: "Marydale";
  font-size: 22px;
  color: #359EA5;
}
.sub-nav-title--active {
  background: rgba(216, 216, 216, 0.0015);
}
.sub-nav-title--footer {
  font-size: 15px;
}

.sub-nav-link {
  text-decoration: none;
  color: #3B393D;
}

.sub-nav__panel {
  padding: 15px 23px;
}
.sub-nav__panel a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .nav-item__panel {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .sub-nav__list {
    padding: 0;
  }

  .is-collapsed .sub-nav-title {
    background: #fff;
    color: #3B393D;
    border-top: none;
  }
  .is-collapsed .sub-nav-title__icon {
    color: #359EA5;
  }
  .sub-nav-link {
    display: grid;
  }
  .sub-nav-link .c-banner {
    margin-bottom: 0px;
  }

  .sub-nav-title {
    transition: all 0.1s linear;
    padding: 15px 23px;
    margin: 0;
  }
  .sub-nav-title::after {
    display: block;
    clear: both;
    content: "";
  }

  .sub-nav-title--footer {
    border-bottom: none !important;
  }
  .sub-nav-title--footer .c-title {
    font-size: 15px;
  }

  .sub-nav-title__icon {
    right: 15px;
    color: #359EA5;
  }

  .sub-nav-item__link {
    background: rgba(216, 216, 216, 0.15);
    padding: 10px 10px 10px 40px;
  }

  .nav-banners {
    padding: 0 15px;
  }

  .sub-nav__panel {
    padding: 0px 23px 10px 23px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .nav-item__title {
    height: 60px;
    text-align: center;
  }
  .nav-item__title--dropdown:after {
    margin-left: 0.25rem;
  }

  .sub-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sub-nav-title {
    font-size: 17px;
    font-family: PT Sans Bold, sans-serif;
    margin: 0 0 5px;
  }

  .sub-nav__list {
    width: 33%;
    padding: 20px;
  }

  .sub-nav-item__link {
    padding: 4px 0;
  }
  .sub-nav-item__link:hover {
    color: #3B393D;
    text-decoration: underline;
  }

  .nav-item__panel--single-list .sub-nav__list {
    width: 100%;
  }
  .nav-item__panel--with-banners {
    flex-direction: column;
  }
  .nav-item__panel--with-banners .nav-banners {
    padding: 0 15px 15px;
  }
  .nav-item__panel--with-banners .sub-nav__list {
    width: 33%;
  }

  .nav-banners {
    padding: 15px 0 0;
  }
}
@media (min-width: 992px) {
  .sub-nav__list {
    width: 25%;
  }

  .sub-nav {
    width: 100%;
  }

  .sub-nav > .sub-nav__list {
    padding-left: 0px;
  }

  .nav-banners {
    padding: 15px 15px 0 0;
  }

  .nav-item__panel--with-banners {
    flex-direction: row;
  }
  .nav-item__panel--with-banners .nav-banners {
    padding: 15px 15px 0 0;
    width: 33%;
  }
  .nav-item__panel--with-banners .sub-nav {
    width: 67%;
  }
  .nav-item__panel--with-banners .sub-nav__list {
    width: 33%;
  }
}
.c-header-simple {
  font-family: PT Sans Bold, sans-serif;
  font-size: 13px;
  background: #359EA5;
  padding: 10px 0;
  color: #fff;
  width: 100%;
}
@media print {
  .c-header-simple {
    display: none;
  }
}
.c-header-simple else {
  font-family: PT Sans Regular, sans-serif;
}

.c-header-simple__content {
  display: flex;
  align-items: center;
}
.c-header-simple__content--right {
  justify-content: flex-end;
}

.c-header-simple__logo {
  max-height: 30px;
  margin: 0 10px 0 0;
}

.c-header-simple__cta {
  color: #fff;
  text-decoration: none;
}
.c-header-simple__cta:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .c-header-simple {
    font-size: 1em;
  }

  .c-header-simple__logo {
    max-height: 40px;
    margin: 0 20px 0 0;
  }
}
.c-panel {
  display: none;
}
.c-panel.active {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  max-width: calc(100% - 10vw);
  outline: none;
  display: flex;
}
.c-panel .hdr-cta-submenu {
  -webkit-transform: none !important;
          transform: none !important;
  top: auto !important;
  width: 100% !important;
  right: 0px !important;
  left: 0px !important;
}
.c-panel .c-footer-section--social {
  margin-bottom: 0px;
  padding: 5px 32px 5px 0px;
}
.c-panel .c-footer-section--social .c-footer-section__panel {
  padding: 0px;
}
.c-panel .c-footer-section--social a {
  height: 32px;
  width: 32px;
}

.c-panel__container {
  -webkit-animation: animate-left-to-right 0.5s ease-out forwards;
          animation: animate-left-to-right 0.5s ease-out forwards;
  width: 100vw;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: auto;
  background-color: #fff;
}
.c-panel__container .hdr-logo {
  width: 15%;
  max-width: 40px;
}

.c-panel__close {
  position: absolute;
  right: -20px;
}

.c-panel__header {
  padding: 15px 32px;
  border-top: 1px solid #e6ecef;
  border-bottom: 1px solid #e6ecef;
}

.c-panel__body {
  height: 100%;
  overflow-y: auto;
  position: relative;
}

/* Social Media Icons */
.c-footer {
  position: relative;
  z-index: 0;
  font-size: 14px;
  margin: 30px 0 0;
  padding: 15px 0 0;
  color: #444;
}
@media print {
  .c-footer {
    display: none;
  }
}
.c-footer a:link,
.c-footer a:active {
  text-decoration: none;
}
.c-footer a:hover {
  text-decoration: underline;
}
.c-footer--simple .c-footer-section--helpdesk .c-footer-section__title {
  display: block;
}

.c-footer-section {
  /*background: $footer-section--background;*/
  border-top: 1px solid #e6ecef;
}
.c-footer-section--clean {
  /*background: $footer-section--clean--background;*/
}
.c-footer-section--clean .c-footer-section__panel {
  padding: 0;
}
.c-footer-section--social {
  margin-bottom: 10px;
}
.c-footer-section--social a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #359EA5;
  font-size: 27px;
  border-radius: 25px;
  margin: 5px 0 0;
  position: relative;
}
.c-footer-section--social a:hover {
  background: #2f8c92;
}
.c-footer-section--social a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.c-footer-section p {
  padding: 0;
}
.c-footer-section a {
  display: inline-block;
  padding: 3px 0;
}

.c-footer-section__panel {
  padding: 15px;
}

.c-footer-section__title {
  color: #359EA5;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
}
.c-footer-section__title > * {
  margin: 0;
}

.c-footer-section__arrow {
  right: 15px;
  font-size: 20px;
}

.c-footer-bubble {
  background: #fff;
  padding: 15px 0;
  position: relative;
}

.c-footer__bottom {
  background: #fff;
}

.c-footer-cci {
  display: none;
}

.c-footer-links {
  padding: 10px 0;
  text-align: center;
}

.c-footer-icons {
  text-align: center;
  padding: 10px 0;
}
.c-footer-icons--payment, .c-footer-icons--payment > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-footer-icons--payment img {
  padding: 10px;
}
.c-footer-icons--payment img:first-child {
  padding-left: 0px;
}
.c-footer-icons--other img {
  margin: 10px;
}

@media (max-width: 767.98px) {
  .c-footer {
    margin: 5px 0 0;
    padding: 5px 0 0;
  }
}
@media (min-width: 768px) {
  .c-footer__core {
    padding: 25px 0;
    background: #e6ecef;
    position: relative;
  }

  .c-footer-section {
    border: none;
  }
  .c-footer-section a {
    padding: 1px 0;
  }

  .c-footer-section__panel {
    padding: 10px 0;
  }

  .c-footer-section__title {
    padding: 0;
    border: none;
    cursor: default;
  }

  .c-footer-section__arrow {
    display: none;
  }

  .c-footer-bubble {
    border-radius: 10px;
  }

  .c-footer-icons--payment, .c-footer-icons--payment > p {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
  }
  .c-footer-icons--payment {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .c-footer--cci .c-footer-cci {
    position: absolute;
    bottom: -25px;
    left: -50px;
    display: block;
    max-width: 230px;
    border: 0;
  }
  .c-footer--cci .c-footer-bubble {
    position: absolute;
    right: 20px;
    width: 75%;
  }
  .c-footer--cci .c-footer-bubble:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 25%;
    border: 40px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: skew(30deg, -45deg);
            transform: skew(30deg, -45deg);
  }
  .c-footer--simple .c-footer-cci {
    display: none;
  }

  .c-footer-icons--other {
    text-align: center;
  }

  .c-footer__border {
    border-top: #e6ecef;
    border-top-style: solid;
    border-top-width: 1px;
  }
}
@media (min-width: 1200px) {
  .c-footer-links {
    text-align: left;
  }

  .c-footer-icons--other {
    text-align: right;
    border-left: 1px solid #e6ecef;
  }
  .c-footer-icons--payment, .c-footer-icons--payment > p {
    justify-content: left;
  }
}
/* Additional top margin in block aside. */
.c-basket__products {
  border-top: 1px solid #e6ecef;
}

.c-basket__aside {
  background: #e6ecef;
  padding: 15px 20px;
  margin: 15px 0 0;
}
.c-basket__aside h4 {
  font-size: 1.2em;
}
.c-basket__aside .c-error-summary {
  margin: 15px 0 15px;
}

.c-delivery-method.is-selected {
  background: #fff;
}

.c-delivery-method__input {
  width: 25px;
  line-height: 1.2rem;
}

.c-delivery-method__label {
  color: #3B393D;
  padding: 10px;
  font-family: PT Sans Bold, sans-serif;
  cursor: pointer;
}

.c-delivery-method__title {
  line-height: 1.1rem;
}

.c-delivery-method__price {
  padding: 0 0 0 10px;
}

.c-delivery-method__text {
  padding: 0 10px 10px 35px;
  margin: -10px 0 0;
  font-size: 0.813em;
}

.c-basket-product__details {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.c-basket-product__media {
  width: 50px;
  margin: 5px 10px 0 0;
}

.c-basket-product__remove {
  font-size: 0.81rem;
  display: inline-block;
  padding: 7px 0 0 10px;
  align-self: flex-start;
}

.c-basket-product__delivery {
  color: #27ae60;
  padding: 10px 0 0;
  font-size: 13px;
}
.c-basket-product__delivery--lg {
  display: none;
}

.c-basket-calculation {
  padding: 10px 0 0;
  flex-wrap: wrap;
}

.c-basket-calculation__price {
  order: 2;
}

.c-basket-calculation__amount {
  order: 1;
  width: 100%;
  margin: 0 0 5px 0;
  text-align: right;
}

.c-basket-product__total {
  font-size: 1.25rem;
  font-family: PT Sans Bold, sans-serif;
  order: 3;
}

.c-basket-invoice-account__dropdown {
  width: 90%;
  display: inline-block;
}

@media (min-width: 576px) {
  .c-basket-calculation {
    flex-wrap: nowrap;
  }

  .c-basket-calculation__price {
    order: 1;
  }

  .c-basket-calculation__amount {
    order: 2;
    width: auto;
    margin: 0 10px 0 10px;
  }

  .c-basket-product__total {
    order: 3;
  }
}
@media (min-width: 768px) {
  .c-basket__aside {
    margin: 0;
  }
  .c-basket__aside + .c-basket__aside {
    margin: 15px 0 0;
  }

  .c-basket-product__media {
    width: 70px;
  }

  .c-basket-calculation {
    flex-wrap: wrap;
  }

  .c-basket-calculation__amount {
    margin: 0 0 10px;
    order: 1;
    width: 100%;
  }

  .c-basket-calculation__price {
    order: 2;
  }

  .c-basket-product__total {
    order: 3;
  }
}
@media (min-width: 992px) {
  .c-basket-calculation {
    flex-wrap: nowrap;
  }

  .c-basket-calculation__amount {
    margin: 0 25px 0 10px;
    order: 2;
    width: auto;
  }

  .c-basket-product__delivery {
    display: none;
  }
  .c-basket-product__delivery--lg {
    display: block;
    padding: 0;
  }

  .c-basket-calculation__price {
    order: 1;
  }

  .c-basket-product__total {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .gzb-card {
    width: 100px;
  }

  .c-basket-calculation {
    padding: 0 0 0 0;
  }

  .c-basket-product__total {
    order: unset;
    text-align: right;
    width: 56%;
  }

  .c-basket-calculation__amount {
    order: unset;
    width: unset;
  }

  .c-basket-calculation__price {
    order: unset;
    width: 100%;
    margin-bottom: 5px;
  }
}
.c-checkout-pager {
  background: linear-gradient(0deg, transparent 59%, #ababab 60%, transparent 60.2%);
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
}
@media print {
  .c-checkout-pager {
    display: none;
  }
}

.c-checkout-step {
  text-align: center;
  color: #9B9B9B;
  background: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  border-width: 0 10px;
}
.c-checkout-step:first-child {
  border-left: 0;
}
.c-checkout-step:last-child {
  border-right: 0;
}
.c-checkout-step--active {
  color: #27ae60;
  cursor: default;
}
.c-checkout-step--active .c-checkout-step__symbol {
  background: #27ae60;
  border-color: #27ae60;
}
.c-checkout-step--active .c-checkout-step__count {
  color: #fff;
}
.c-checkout-step--done {
  color: #27ae60;
  cursor: default;
}
.c-checkout-step--done .c-checkout-step__symbol {
  border-color: #27ae60;
}

.c-checkout-step__symbol {
  position: relative;
  border: 3px solid #9B9B9B;
  height: 58px;
  border-radius: 50%;
  width: 58px;
}

.c-checkout-step__name {
  font-size: 14px;
}

.c-checkout-step__count {
  font-family: PT Sans Bold, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 25px;
  margin: 0 auto;
}
.c-checkout-step__count else {
  font-family: PT Sans Regular, sans-serif;
}

.c-checkout-section {
  margin: 0 0 25px;
}

.c-checkout-confirmation__section {
  padding: 10px 0;
}
.c-checkout-confirmation__section:first-child {
  padding-top: 0;
}

.c-checkout-section__person {
  font-family: PT Sans Bold, sans-serif;
  font-size: 20px;
}
.c-checkout-section__person else {
  font-family: PT Sans Regular, sans-serif;
}

.c-checkout-section__address {
  margin: 10px 0;
}

.c-payment-methods {
  margin: 0 0 15px;
}

.c-payment-method {
  transition: all 0.1s linear;
  border: 1px solid #e6ecef;
  padding: 15px;
  cursor: pointer;
  color: #3B393D;
}
.c-payment-method + .c-payment-method {
  border-top: none;
}
.c-payment-method.is-selected {
  background: #e6ecef;
}
.c-payment-method.is-selected:hover {
  background: #e6ecef;
}
.c-payment-method:hover {
  background: #fafafa;
}

.c-payment-method__title {
  font-family: PT Sans Bold, sans-serif;
  display: block;
}
.c-payment-method__title else {
  font-family: PT Sans Regular, sans-serif;
}

.c-payment-method__description {
  padding: 5px 0 0;
  font-size: 0.875em;
}

@media (min-width: 992px) {
  .c-payment-methods {
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .c-payment-methods {
    margin: 0 0 25px;
  }

  .c-payment-method__title {
    font-size: 1.25em;
  }

  .c-payment-method__price {
    font-family: PT Sans Bold, sans-serif;
    font-size: 1.25em;
  }
  .c-payment-method__price else {
    font-family: PT Sans Regular, sans-serif;
  }
}
@media (max-width: 767.98px) {
  .c-payment-method__imagetitle {
    display: none;
  }
}
.c-checkout-ticket__section {
  border: 1px solid #e6ecef;
}
.c-checkout-ticket__section + .c-checkout-ticket__section {
  border-top: none;
}

.c-checkout-ticket-product {
  padding: 6px 15px 10px;
}

.c-checkout-ticket-product__calculation {
  padding: 10px 0;
}

.c-checkout-ticket-product__message {
  color: #999999;
}

.c-gift-wrapping {
  transition: all 0.1s linear;
}
.c-gift-wrapping.is-selected {
  background: #e6ecef;
}
.c-gift-wrapping .c-price--free {
  font-size: 1.25rem;
}

.c-gift-wrapping__input {
  margin: 8px 0 0;
  cursor: pointer;
}

.c-gift-wrapping__title {
  font-family: PT Sans Bold, sans-serif;
  font-size: 1.25em;
  margin: 0 0 10px;
  width: 100%;
  line-height: 1.25em;
}

.c-gift-wrapping__icon {
  font-size: 1.25em;
  padding: 10px;
  line-height: 1.25em;
}

.c-gift-wrapping-product__row {
  width: 100%;
}

.c-gift-wrapping-product__input {
  margin: 5px 10px 0 0;
  cursor: pointer;
}

.c-gift-wrapping-product__title {
  font-family: PT Sans Bold, sans-serif;
}

.c-gift-wrapping-product__before {
  margin-bottom: 10px;
}

.c-gift-wrapping-product__after {
  margin-top: 10px;
}

.c-gift-wrapping-product__info {
  margin-bottom: 8px;
}

.c-gift-wrapping-choices {
  margin: 0 0 30px;
}

.c-gift-wrapping-validation-error {
  background-color: #FFF1F2 !important;
  border: 1px solid #D0021B;
  margin-bottom: 0px !important;
}

.c-gift-wrapping-choices__option {
  border-bottom: 1px solid #e6ecef;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 25px 20px;
  background-color: #fff;
  width: 100%;
}
.c-gift-wrapping-choices__option:last-child {
  border: none;
}

@media (min-width: 768px) {
  .c-gift-wrapping__icon {
    padding: 20px;
  }
}
.form-control:focus {
  border: 1px solid #e6ecef;
}

.c-storelocator__search {
  display: flex;
}

.c-storelocator__search--input {
  width: 100%;
  order: 1;
  box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.2);
  margin: 0px !important;
  height: inherit;
}
.c-storelocator__search--input.form-control:focus {
  box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.2) !important;
}

.c-storelocator__search--group {
  flex-flow: column;
  width: 100%;
}

.c-storelocator__search--button {
  width: 100%;
  margin: 0;
}

.c-storelocator__search--checkbox {
  margin: 10px 0px 10px 0px;
  width: 100%;
}

.c-storelocator__search {
  margin-top: 20px;
}

.c-storelocator__search--location {
  order: 2;
  width: 100%;
  margin: 10px 0px 10px 0px;
  justify-content: space-between;
}

.c-storelocator__search--stock {
  color: #359EA5;
}

.c-storelocator__search--location .c-link--secondary {
  font-size: 0.875rem;
}

.c-storelocator__showmap {
  margin-top: 0px;
}

.c-storelocator__search--results {
  position: relative;
  margin-top: -45px;
  margin-bottom: 45px;
}

.c-storelocator__pickuppoints--results {
  position: relative;
}

.c-storelocator__pickuppoints--placeholder {
  min-height: 80px;
}

@media (max-width: 767.98px) {
  .c-storelocator__search--stock {
    margin: 10px 0px 10px 1.5px;
  }

  .c-storelocator__search--group {
    flex-flow: row;
    width: auto;
    order: initial !important;
  }

  .c-storelocator__search--button {
    order: initial !important;
    width: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .c-storelocator__search--input {
    order: initial !important;
    text-overflow: ellipsis;
  }

  .c-storelocator__search--checkbox {
    margin: 0;
    order: 2;
    align-self: center;
    width: auto !important;
  }

  .c-storelocator__search--location {
    margin: 10px 0 5px 0;
    order: 1;
  }

  .c-storelocator__showmap {
    margin-top: 10px;
  }

  .c-storelocator__search--results {
    margin-top: -60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .c-storelocator {
    padding-bottom: 15px;
  }

  .c-storelocator__search--input {
    width: auto;
    order: inherit;
  }

  .c-storelocator__search--group {
    flex-flow: row;
    width: auto;
    order: inherit;
  }

  .c-storelocator__search--button {
    order: 1;
    width: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .c-storelocator__search--checkbox {
    margin: 0px 0px 0px 10px;
    order: 2;
    align-self: center;
    width: auto !important;
  }

  .c-storelocator__search--location {
    flex-basis: 100%;
    display: flex;
    width: auto;
  }

  .c-storelocator__search--location .c-link--secondary {
    font-size: 0.875rem;
  }
}
.c-map {
  height: 350px;
}

.c-store-showmap {
  margin: 0px 0px 0px 0px;
}

.c-map--store {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-map--store-detail {
  height: 200px;
}

.gmnoprint a, .gmnoprint span {
  display: none;
}

@media (max-width: 767.98px) {
  .c-store-showmap {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .c-map {
    height: 350px;
  }

  .c-map--store {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.mapStoreInfo .c-store {
  border: none;
}
.mapStoreInfo .c-store .c-store__item--current-status {
  margin: 10px 0px;
}
.mapStoreInfo .c-store .table-openinghours {
  font-size: 10px;
  margin-bottom: 5px;
}
.mapStoreInfo .c-store:last-child {
  border: none;
}
.mapStoreInfo .store-button {
  padding-left: 10px;
}
.mapStoreInfo .store-button .c-button {
  font-size: 10px;
}
.mapStoreInfo .store-current-status {
  margin-top: 40px;
}

.c-store-list {
  margin: 10px 0px 0px 0px;
}

.store-menu {
  margin-top: 20px;
}

.c-store-open {
  color: #27ae60;
}

.c-store-header {
  order: 1;
  margin: 0px 75px 0px 0px;
}

.c-store__item--current-status {
  margin: 5px 0px;
}

.c-store__item--current-status--right {
  position: absolute;
  right: 27px;
  margin: 0px;
}

.c-store-status {
  background-color: #27ae60;
  color: #fff;
  padding: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "PT Sans Bold";
  padding: 2px 15px;
}
.c-store-status--closed {
  background-color: #898989;
}
.c-store-status--closedTable {
  background-color: #898989;
}

.c-store__item--name {
  font-family: "PT Sans Bold";
  font-size: 20px;
}

.c-store__item--distance {
  font-size: 16px;
  font-family: "PT Sans Regular";
  white-space: nowrap;
}

.c-store {
  border-top: 1px solid #e6ecef;
  border-right: 1px solid #e6ecef;
  border-left: 1px solid #e6ecef;
  padding: 10px;
  display: flex;
}
.c-store:last-child {
  border-bottom: 1px solid #e6ecef;
  margin-top: 10px;
}
.c-store--distance {
  font-size: 16px;
}
.c-store--alt {
  display: flex !important;
}
.c-store--alt .c-store__item--current-status {
  display: block !important;
}
.c-store--alt .c-store-main .c-store-status {
  display: block !important;
}

.c-store-button {
  order: 3;
}
.c-store-button .c-button {
  width: 100%;
  text-align: left;
}
.c-store-button .c-link--unfollow {
  margin-right: 20px;
}
.c-store-button--alt {
  width: 100%;
}

.c-store-buttons--alt {
  margin-top: 15px;
}

.c-store-main {
  order: 2;
  font-size: 16px;
}

.c-store-address {
  margin: 0px 0px 15px 0px;
}

.c-store__manager {
  margin: 0px 0px 15px 0px;
}

.c-store-social {
  margin: 0px 0px 5px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-store-open-line {
  color: #27ae60;
}

.c-store-social__mail {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-store-social__icon {
  width: 18px;
  display: inline-block;
}

.c-store-brands__explanation {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .c-store {
    display: block;
  }

  .c-store-button--alt {
    width: 100% !important;
  }
  .c-store-button .c-button {
    width: auto;
  }

  .c-store-header {
    margin: 0px 75px 0px 15px;
  }
}
.store-nav__item {
  width: 158.5px;
}
.store-nav__item--link {
  color: #3B393D;
  padding: 10px 8px;
  border: 1px solid #f0f8fc;
  height: auto;
  margin: 0;
  font-size: inherit;
  display: block;
}
.store-nav__item--link:hover {
  color: #3B393D;
}
.store-nav__item--link:after {
  font-family: "icomoon";
  font-size: 20px;
  content: "\E900";
  display: block;
  text-align: center;
}
.store-nav__item--link:after {
  color: #888;
  line-height: 10px;
}
.store-nav__item--panel {
  background-color: #E7ECF0;
}

.nav-item-store:hover .nav-item__title, .nav-item-store--open .nav-item__title, .nav-item__store {
  background-color: #E7ECF0;
}

.nav-item-store .nav-item__title.show {
  background-color: #E7ECF0;
}

.sub-nav-item-store {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  overflow: hidden;
}

.sub-nav-item-store_link {
  padding: 5px;
}
.sub-nav-item-store_link:hover {
  background-color: #359EA5;
  color: #fff;
  text-decoration: none;
}

.nav-item-store .nav-item__title:hover {
  border: 1px solid #f0f8fc;
}

.sub-nav-item-store .sub-nav-item__link {
  font-size: 14px;
}

.store-nav__img {
  width: 15%;
  display: flex;
}
.store-nav__img .store-nav__img--item {
  align-content: center;
}

.store-nav__img--item {
  margin-bottom: 15px;
}

.store-nav--mobile {
  border-right: 1px solid #f0f8fc;
  border-left: 1px solid #f0f8fc;
  border-top: none;
}
.store-nav--mobile:first-of-type {
  border-top: 1px solid #f0f8fc;
}
.store-nav--mobile .store-nav--mobile__title {
  color: #3B393D;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f8fc;
  margin: 0;
  cursor: pointer;
}
.store-nav--mobile .c-nav-mobile-section__panel {
  padding: 10px;
}

.c-openingshours__special {
  border: 1px solid #359EA5;
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
}

.c-openingshours__special--title {
  color: #359EA5;
}

.c-openingshours__special--image {
  height: 6em;
}

.c-store__openingshours--title {
  font-size: 16px;
  margin-top: 15px;
}

.c-store__other--stores {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-store_openinghours-table {
    max-width: 60% !important;
    flex: 60% !important;
  }
}
.c-store-contact {
  margin-top: 15px;
}

.c-store-information {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .c-store-information {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-store__products {
  margin-top: 30px;
}

.c-store__product {
  line-height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-store__product--underline {
  border-bottom: 1px solid #e6ecef;
}

.sb-icon--products {
  margin-right: 0px;
}

.c-store__products--facilities-accessibility {
  margin-top: 10px;
}

.c-store__products--facilities {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .c-store__products--facilities {
    margin-top: 30px;
  }
}
.c-storelocator__title {
  order: 2;
}

.c-storelocator__overview {
  order: 1;
}

@media (min-width: 768px) {
  .c-storelocator__title {
    order: 1;
  }

  .c-storelocator__overview {
    order: 2;
  }
}
.table-openinghours {
  font-size: 14px;
  border-spacing: 0;
}
.table-openinghours.table th, .table-openinghours.table td {
  border-top: none !important;
  padding: 0.25em;
  text-align: left;
  vertical-align: bottom;
}
.table-openinghours.table th, .table-openinghours.table tr.active td {
  color: #27ae60;
  font-weight: bold;
}
.table-openinghours tr.closed td {
  color: #27ae60;
  color: #d0021b;
  font-weight: bold;
}
.table-openinghours.table .current {
  background-color: #F5F5F5;
}
.table-openinghours.table thead .open {
  color: #fff;
  background-color: #27ae60;
  text-align: center;
  width: 50%;
}
.table-openinghours .c-openingshours__information {
  font-family: "PT Sans Bold";
  font-size: 14px;
}

.table-openingshours--info-window {
  margin-bottom: 0px;
}
.table-openingshours--info-window.table th, .table-openingshours--info-window.table td {
  color: #3B393D;
  border-bottom: 0px;
  font-weight: normal;
  padding: 0px;
}

.c-map__description {
  display: flex;
  flex-direction: column;
}
.c-map__description--button {
  align-self: center;
  position: absolute;
  bottom: 20px;
}

@media (min-width: 768px) {
  .c-map__description--button {
    bottom: 50px;
  }
}
.c-errorpage__body {
  padding-top: 20px;
  display: block;
  border-top: 1px solid #e6ecef;
}

.c-errorpage__title {
  font-size: 25px;
}
.c-errorpage__title--highlight {
  color: #359EA5;
}

.c-errorpage__unavailable {
  font-family: "PT Sans Bold";
}

.c-errorpage__header {
  padding-bottom: 20px;
}

.c-errorpage__code, .c-errorpage__text {
  display: inline-block;
}

.c-errorpage__products {
  margin-top: 30px;
}

.c-errorpage__products--title {
  margin-bottom: 30px;
}

.c-errorpage__column--image {
  display: flex;
  flex-direction: column;
}

.c-errorpage__image {
  height: 5em;
  align-content: center;
  align-self: center;
}

.c-errorpage__code {
  font-family: "PT Sans Bold";
  font-size: 40px;
  margin-right: 10px;
}

.c-errorpage {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .c-errorpage__image {
    height: 8em;
  }

  .c-errorpage__column--image {
    margin-right: 30px;
  }

  .c-errorpage__body {
    display: flex;
    border-top: none;
  }

  .c-errorpage__header {
    border-bottom: 1px solid #e6ecef;
  }

  .c-errorpage__products {
    margin-top: 80px;
  }

  .c-errorpage {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .c-errorpage__image {
    height: 10em;
  }
}
.c-fallback {
  height: 100%;
}

.c-fallback__not-available {
  text-align: center;
}

.c-fallback__bubble {
  padding-bottom: 30px;
}

.c-fallback__title {
  text-align: center;
  font-size: 30px;
}

.c-fallback__not-available {
  font-size: 18px;
  text-align: center;
}

.c-fallback__header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-fallback__body {
  margin-bottom: 30px;
}

.c-fallback__ops {
  font-family: "PT Sans Bold";
  text-align: center;
  font-size: 60px;
  align-self: center;
}

.c-fallback-sb {
  background-color: #359EA5;
  padding-top: 25px;
  padding: 50px 15px 0px 15px;
  color: #fff;
}

.c-fallback-club {
  background-color: #F9C822;
  padding-top: 25px;
  padding: 50px 15px 0px 15px;
}

.c-fallback__text {
  text-align: center;
}

.c-fallback__column--image {
  display: flex;
  flex-direction: column;
}

.c-fallback__image {
  height: 8em;
  align-self: center;
}

.c-footer-bubble {
  color: #3B393D;
}

@media (min-width: 768px) {
  .c-fallback-sb, .c-fallback-club {
    min-height: 100vh;
  }

  .c-fallback__column--image {
    display: block;
  }

  .c-fallback__ops {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .c-fallback__image {
    height: 5em;
  }
}
@media (min-width: 1200px) {
  .c-fallback-club, .c-fallback-sb {
    height: 100%;
  }

  .c-fallback__image {
    height: 8em;
  }
}
.c-signin-form {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.c-signin-form::after {
  display: block;
  clear: both;
  content: "";
}
.c-signin-form #forgotPassword {
  font-size: 12px;
  float: right;
}
.c-signin-form #forgotPassword::after {
  display: block;
  clear: both;
  content: "";
}
.c-signin-form #email[disabled] ~ .buttons #email_ver_but_send {
  display: none !important;
}
.c-signin-form #email_ver_but_edit {
  display: none !important;
}
.c-signin-form .error {
  font-family: PT Sans Bold, sans-serif;
  color: #D0021B;
  font-size: 12px;
}
.c-signin-form .error else {
  font-family: PT Sans Regular, sans-serif;
}
.c-signin-form input::-webkit-input-placeholder {
  color: #f0f8fc;
}
.c-signin-form.c-signin-form--centered .intro {
  display: none;
}
.c-signin-form.c-signin-form--centered #attributeVerification {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  align-self: center;
  border: 1px solid #e6ecef;
}
.c-signin-form.c-signin-form--centered #attributeVerification,
.c-signin-form.c-signin-form--centered .u-signin-form__intro {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.c-signin-form.c-signin-form--centered #attributeVerification #email:disabled,
.c-signin-form.c-signin-form--centered .u-signin-form__intro #email:disabled {
  border-color: #28a745;
}
.c-signin-form.c-signin-form--centered .attr {
  /*width: $signup-form--width--sm;
  box-shadow: $signin-form__box-shadow;*/
}
.c-signin-form.c-signin-form--centered .attr .buttons button {
  margin: 15px 0px 15px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-signin-form.c-signin-form--centered .attr .buttons.verify button {
  float: left;
  margin-right: 10px;
}
.c-signin-form.c-signin-form--centered .attr .error, .c-signin-form.c-signin-form--centered .attr .helpLink {
  display: none;
}
.c-signin-form.c-signin-form--centered .attr .error.show, .c-signin-form.c-signin-form--centered .attr .helpLink.show {
  display: block !important;
}
.c-signin-form.c-signin-form--centered .attr .verificationInfoText {
  display: none !important;
  padding-left: 5px;
  color: #d0021b;
}
.c-signin-form.c-signin-form--centered .attr .verificationInfoText.show {
  display: block !important;
}
.c-signin-form.c-signin-form--centered .attrEntry {
  position: relative;
  display: flex;
  flex-flow: column;
}
.c-signin-form.c-signin-form--centered .attrEntry::after {
  display: block;
  clear: both;
  content: "";
}
.c-signin-form.c-signin-form--centered .attrEntry div:first-child {
  margin-bottom: 10px;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons {
  width: 100%;
  text-align: left;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #continue:disabled {
  background: #f0f8fc;
  color: #888;
  cursor: auto;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #continue:disabled:hover {
  background: #f0f8fc;
  color: #888;
  cursor: auto;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #continue {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  font-size: 1em;
  padding: 12px 14px;
  margin: 0px 0px 15px 20px;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #continue:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #continue:last-child {
  margin-right: 0;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #cancel {
  /*button look like a link*/
  transition: all 0.1s linear;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  background: none !important;
  text-decoration: underline;
  color: inherit;
  border: none;
  padding: 0 !important;
  margin: 25px 0px 0px 15px;
  font: inherit;
  cursor: pointer;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #cancel:hover, .c-signin-form.c-signin-form--centered .attrEntry .buttons #cancel:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #cancel:hover {
  color: #359EA5;
}
.c-signin-form.c-signin-form--centered .attrEntry .buttons #cancel:active {
  color: #000;
}
.c-signin-form .intro {
  width: 100%;
  float: left;
  clear: both;
}
.c-signin-form .intro h2 {
  padding: 20px;
  font-size: 1.2em;
  font-family: "PT Sans Bold";
  background-color: #F5F5F5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 0px;
  margin-top: 0px;
}
.c-signin-form .error.pageLevel {
  width: 100%;
  float: left;
  clear: left;
  width: 100%;
  background-color: #fff;
  color: #d0021b;
}
.c-signin-form .entry {
  border: 1px solid #e6ecef;
}
.c-signin-form .entry, .c-signin-form .attr {
  float: left;
  clear: left;
  width: 100%;
  background-color: #fff;
  /*box-shadow: $signin-form--box-shadow;*/
  border-bottom: none;
  padding: 20px;
}
.c-signin-form .entry .entry-item,
.c-signin-form .entry .attrEntry, .c-signin-form .attr .entry-item,
.c-signin-form .attr .attrEntry {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
}
.c-signin-form .entry .entry-item label,
.c-signin-form .entry .attrEntry label, .c-signin-form .attr .entry-item label,
.c-signin-form .attr .attrEntry label {
  display: inline-block;
  color: #999;
  padding: 3px 0;
}
.c-signin-form .entry .entry-item input,
.c-signin-form .entry .attrEntry input, .c-signin-form .attr .entry-item input,
.c-signin-form .attr .attrEntry input {
  width: 100%;
  margin: 2px 0;
  cursor: pointer;
}
.c-signin-form .entry .entry-item input[type="input, textarea, password, email, number"]:hover,
.c-signin-form .entry .attrEntry input[type="input, textarea, password, email, number"]:hover, .c-signin-form .attr .entry-item input[type="input, textarea, password, email, number"]:hover,
.c-signin-form .attr .attrEntry input[type="input, textarea, password, email, number"]:hover {
  outline: 1px solid #e6ecef;
}
.c-signin-form .entry .entry-item input.input-validation-error,
.c-signin-form .entry .attrEntry input.input-validation-error, .c-signin-form .attr .entry-item input.input-validation-error,
.c-signin-form .attr .attrEntry input.input-validation-error {
  color: #D0021B;
  border: 1px solid #D0021B;
  background-color: #FFF1F2;
}
.c-signin-form .entry .entry-item .password-label a,
.c-signin-form .entry .attrEntry .password-label a, .c-signin-form .attr .entry-item .password-label a,
.c-signin-form .attr .attrEntry .password-label a {
  transition: all 0.1s linear;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  color: #359EA5;
  padding: 5px;
}
.c-signin-form .entry .entry-item .password-label a:hover, .c-signin-form .entry .entry-item .password-label a:active,
.c-signin-form .entry .attrEntry .password-label a:hover,
.c-signin-form .entry .attrEntry .password-label a:active, .c-signin-form .attr .entry-item .password-label a:hover, .c-signin-form .attr .entry-item .password-label a:active,
.c-signin-form .attr .attrEntry .password-label a:hover,
.c-signin-form .attr .attrEntry .password-label a:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
.c-signin-form .entry .entry-item .password-label a:hover,
.c-signin-form .entry .attrEntry .password-label a:hover, .c-signin-form .attr .entry-item .password-label a:hover,
.c-signin-form .attr .attrEntry .password-label a:hover {
  color: #359EA5;
}
.c-signin-form .entry .entry-item .password-label a:active,
.c-signin-form .entry .attrEntry .password-label a:active, .c-signin-form .attr .entry-item .password-label a:active,
.c-signin-form .attr .attrEntry .password-label a:active {
  color: #000;
}
.c-signin-form .entry .entry-item .password-label a:hover,
.c-signin-form .entry .attrEntry .password-label a:hover, .c-signin-form .attr .entry-item .password-label a:hover,
.c-signin-form .attr .attrEntry .password-label a:hover {
  color: #359EA5;
}
.c-signin-form .entry .entry-item .password-label a:active,
.c-signin-form .entry .attrEntry .password-label a:active, .c-signin-form .attr .entry-item .password-label a:active,
.c-signin-form .attr .attrEntry .password-label a:active {
  color: #359EA5;
}
.c-signin-form .entry ul, .c-signin-form .attr ul {
  list-style-type: none;
}
.c-signin-form .entry .working, .c-signin-form .attr .working {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}
.c-signin-form .entry .buttons #email_ver_but_resend, .c-signin-form .attr .buttons #email_ver_but_resend {
  transition: all 0.1s linear;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  text-decoration: underline;
  color: #359EA5;
  margin-top: 25px;
  margin-left: 10px;
}
.c-signin-form .entry .buttons #email_ver_but_resend:hover, .c-signin-form .entry .buttons #email_ver_but_resend:active, .c-signin-form .attr .buttons #email_ver_but_resend:hover, .c-signin-form .attr .buttons #email_ver_but_resend:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  text-decoration: underline;
}
.c-signin-form .entry .buttons #email_ver_but_resend:hover, .c-signin-form .attr .buttons #email_ver_but_resend:hover {
  color: #359EA5;
}
.c-signin-form .entry .buttons #email_ver_but_resend:active, .c-signin-form .attr .buttons #email_ver_but_resend:active {
  color: #000;
}
.c-signin-form .entry .buttons button:not(#email_ver_but_resend), .c-signin-form .attr .buttons button:not(#email_ver_but_resend) {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  margin: 15px 5px 5px 0px;
}
.c-signin-form .entry .buttons button:not(#email_ver_but_resend):hover, .c-signin-form .attr .buttons button:not(#email_ver_but_resend):hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-signin-form .entry .buttons button:not(#email_ver_but_resend):last-child, .c-signin-form .attr .buttons button:not(#email_ver_but_resend):last-child {
  margin-right: 0;
}
.c-signin-form .divider {
  display: none;
}
.c-signin-form .create {
  float: right;
  width: 100%;
  margin-top: 3rem;
}
.c-signin-form .create p {
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "PT Sans Bold";
  margin-bottom: 0px;
}
.c-signin-form .create a {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  align-self: flex-start;
  margin: 15px 5px 5px 0px;
}
.c-signin-form .create a:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-signin-form .create a:last-child {
  margin-right: 0;
}
.c-signin-form.c-signin-form-guest .c-signin-form-guest__link {
  border: 1px solid #e6ecef;
  background-color: #F5F5F5;
}
.c-signin-form.c-signin-form-guest .c-signin-form-guest__link h2 {
  padding: 20px;
  font-size: 1.2em;
  font-family: "PT Sans Bold";
  padding: 20px 20px 0px 20px;
}
.c-signin-form.c-signin-form-guest .c-signin-form-guest__link h3 {
  padding: 20px 20px 0px 20px;
  font-size: 1em;
  font-family: "PT Sans Bold";
}
.c-signin-form.c-signin-form-guest .c-signin-form-guest__link p {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 20px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0px;
}
.c-signin-form.c-signin-form-guest .c-signin-form-guest__link a {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  align-self: flex-start;
  margin: 15px 5px 5px 0px;
  color: #fff !important;
}
.c-signin-form.c-signin-form-guest .c-signin-form-guest__link a:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-signin-form.c-signin-form-guest .c-signin-form-guest__link a:last-child {
  margin-right: 0;
}
.c-signin-form .c-signin-register .c-signin-register__button {
  text-align: center !important;
}

#verifying_blurb {
  display: none !important;
}

#attributeVerification > .buttons {
  width: 100%;
  text-align: left;
}
#attributeVerification > .buttons.verify {
  width: 100%;
}
#attributeVerification > .buttons #continue:disabled {
  background: #f0f8fc;
  color: #888;
  cursor: auto;
}
#attributeVerification > .buttons #continue:disabled:hover {
  background: #f0f8fc;
  color: #888;
  cursor: auto;
}
#attributeVerification > .buttons #continue {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  font-size: 1em;
  padding: 12px 14px;
  margin: 0px 0px 15px 20px;
}
#attributeVerification > .buttons #continue:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
#attributeVerification > .buttons #continue:last-child {
  margin-right: 0;
}
#attributeVerification > .buttons #cancel {
  /*button look like a link*/
  transition: all 0.1s linear;
  font-family: PT Sans Regular, sans-serif;
  color: #444;
  background: none !important;
  text-decoration: underline;
  color: inherit;
  border: none;
  padding: 0 !important;
  margin: 25px 0px 0px 15px;
  font: inherit;
  cursor: pointer;
}
#attributeVerification > .buttons #cancel:hover, #attributeVerification > .buttons #cancel:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
#attributeVerification > .buttons #cancel:hover {
  color: #359EA5;
}
#attributeVerification > .buttons #cancel:active {
  color: #000;
}

.c-signin-form .social {
  margin-bottom: 3em;
}
.c-signin-form .social .options {
  background-color: #fff;
  border: 1px solid #e6ecef;
  border-top: none;
  padding: 20px;
}
.c-signin-form .social .accountButton {
  color: #fff;
  display: inline-block;
  background: #359EA5;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: PT Sans Bold, sans-serif;
  padding: 9px 12px;
  text-align: left;
  line-height: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  background-color: #4268B3;
}
.c-signin-form .social .accountButton:hover {
  background: #2f8c92;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c-signin-form .social .accountButton:last-child {
  margin-right: 0;
}
.c-signin-form .social .accountButton:before {
  margin-bottom: -4px;
  margin-right: 4px;
  background-size: 26px 25px;
  display: inline-block;
  width: 28px;
  height: 21px;
  content: "";
}
.c-signin-form .social .accountButton:hover {
  background-color: #4268B3;
}

@media only screen {
  .c-signin-form {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .intro, .create, .entry, .error.pageLevel {
    width: 45% !important;
  }

  .localAccount .c-signin-form .entry, .localAccount .c-signin-form .attr {
    padding-bottom: 0px;
  }

  .create {
    position: absolute;
    right: 15px;
    margin-top: 0px !important;
  }

  .c-signin-form {
    max-width: 720px;
  }
  .c-signin-form #attributeVerification {
    width: 60%;
  }
  .c-signin-form .c-signin-form__intro {
    width: 60%;
  }
  .c-signin-form #api {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-signin-form.c-signin-form--centered .attr {
    width: 80%;
  }
  .c-signin-form.c-signin-form-guest .c-signin-form-guest__link {
    position: absolute;
    right: 15px;
    top: calc(100% - 28em);
    background-color: #fff;
    width: 45%;
  }

  .c-signin-form--centered #attributeVerification > .buttons {
    /*width: $signup-form--width--md;*/
  }

  .c-signin-form .social {
    float: left;
    width: 45%;
  }
  .c-signin-form .social .intro {
    float: none;
    position: relative;
    width: 100% !important;
  }
  .c-signin-form .social .intro h2 {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
    font-size: 1em;
    font-family: PT Sans Regular, sans-serif;
    border-left: 1px solid #e6ecef;
    border-right: 1px solid #e6ecef;
    border-top: 1px solid #e6ecef;
    padding-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .c-signin-form .intro {
    float: initial;
  }
  .c-signin-form .entry {
    border-bottom: 1px solid #e6ecef;
  }
}
@media (min-width: 768px) {
  .c-signin-form {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .intro, .create, .entry, .error.pageLevel {
    width: 45% !important;
  }

  .create {
    position: absolute;
    right: 15px;
    margin-top: 0px !important;
  }

  .c-signin-form {
    max-width: 720px;
  }
  .c-signin-form.c-signin-form--centered {
    width: 50%;
  }
  .c-signin-form.c-signin-form-guest .c-signin-form-guest__link {
    position: absolute;
    right: 15px;
    top: calc(100% - 27.2em);
    background-color: #fff;
    width: 45%;
  }

  .c-signin-form--centered #attributeVerification > .buttons {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .c-signin-form {
    max-width: 960px;
  }
  .c-signin-form.c-signin-form-guest .c-signin-form-guest__link {
    position: absolute;
    right: 15px;
    top: calc(100% - 27.2em);
    background-color: #fff;
    width: 45%;
  }
  .c-signin-form .entry-item .password-label label {
    display: inline-block;
  }
}
.c-subnav-item {
  padding: 7px;
}
.c-subnav-item .c-button--logoff {
  font-size: 14px;
}

.c-subnav-item__title {
  color: #3B393D;
  text-decoration: none;
}
.c-subnav-item__title.active {
  color: #359EA5;
}

.c-myaccount-page__title {
  font-size: 2em;
  margin-bottom: 0.6em;
}

.c-myaccount-page__intro {
  margin: 30px 0;
}
.c-myaccount-page__intro--none {
  background-color: #e6ecef;
  padding: 10px;
}

.c-favorite-store__list {
  padding: 15px 0;
}

.c-favorite-store__intro {
  margin-bottom: 10;
}

.c-myaccount-ereader__intro {
  border: 1px solid #e6ecef;
}

.c-myaccount-ereader__intro-block {
  padding: 20px;
}

.c-myaccount-ereader__purchased {
  margin: 40px 0px 40px 0px;
}

@media (min-width: 768px) {
  .c-myaccount-ereader__intro:last-child {
    border: 1px solid #e6ecef;
  }
}
@media (max-width: 767.98px) {
  .c-myaccount-ereader__intro {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-loyalty-card {
  background-color: #e6ecef;
  padding: 20px;
}

.c-card-image {
  max-height: 250px;
  max-width: 100%;
}

.c-loyalty-card__points {
  color: #359EA5;
}

.c-card__number {
  text-align: center;
}

.c-loyalty-card__title {
  margin-top: 30px;
}

.c-cards-actions {
  margin-top: 50px;
}

.c-cards-actions__title {
  font-family: "PT Sans Bold";
  font-size: 20px;
}

.c-cards-actions__text {
  margin: 5px 0px 5px 0px;
}

.c-card__link {
  background-color: #e6ecef;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 0.25rem;
}

.c-card__request {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 0.25rem;
  margin-top: 30px;
}

.c-card-benefits {
  font-size: 13px;
}
.c-card-benefits .c-rt-icon-book {
  font-size: 30px;
  color: #359EA5;
  margin-right: 12px;
}
.c-card-benefits strong {
  font-family: "PT Sans Bold";
  margin-top: 5px;
  font-size: 16px;
}

.c-card-benefit {
  margin-top: 30px;
}

.c-card-benefit__title {
  font-family: "PT Sans Bold";
  margin-top: 5px;
}

.c-card-benefit__icon {
  font-size: 30px;
  color: #359EA5;
}

.c-card-benefit__text {
  font-size: 13px;
}

.c-card__attach {
  margin-top: 10px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .c-cards-button {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .c-card__request {
    margin-top: 0px;
  }

  .c-card__link {
    height: 100%;
  }

  .c-card__request {
    height: 100%;
  }
}
.c-myaccount__order-detail {
  margin-top: 20px;
}

.c-myaccount__download-header {
  padding: 5px;
  background-color: #e6ecef;
}

.c-myaccount__download-link {
  padding: 5px;
  border-left: 1px solid #e6ecef;
  border-right: 1px solid #e6ecef;
}
.c-myaccount__download-link:last-child {
  border-bottom: 1px solid #e6ecef;
}

.c-myaccount__download {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .c-myaccount__download {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .c-myaccount__order-detail {
    margin-top: 0px;
  }
}
.c-order-details {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 15px;
}

.c-order-details__label {
  color: #999;
}

.c-order-details__date {
  font-family: PT Sans Bold, sans-serif;
  font-size: 20px;
}
.c-order-details__date else {
  font-family: PT Sans Regular, sans-serif;
}

.c-order-details__date--archived {
  opacity: 0.6;
  font-style: italic;
}

.c-order-details__date--archived {
  opacity: 0.6;
  font-style: italic;
}

.c-order-details__section {
  margin: 15px 0;
}

.c-myaccount__delivered {
  color: #27ae60;
}

.c-myaccount__not-delivered {
  color: #D0021B;
}

.c-myaccount__address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-myaccount__verificationCode {
  margin-bottom: 20px;
}

.c-myaccount-person {
  font-family: PT Sans Bold, sans-serif;
  font-size: 20px;
}
.c-myaccount-person else {
  font-family: PT Sans Regular, sans-serif;
}

@media (min-width: 992px) {
  .c-myaccount__edit-link {
    position: absolute;
    right: 15px;
  }
}
.c-myaccount-communication__title {
  font-size: 20px;
}

.c-myaccount-communication__item {
  margin-top: 0.6em;
}

.c-myaccount-communication__info {
  display: block;
  color: #B1B1B1;
}

.c-add-to-wishlist {
  height: 25px;
  width: 25px;
  color: inherit;
  display: inline-block;
  background: none;
  border: none;
  border-radius: 0;
  font-family: "PT Sans Regular";
  padding: 0;
  text-align: left;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  text-align: center;
  transition: all 0.05s ease-out;
  color: #D92280;
  position: relative;
  font-size: 1rem;
}
.c-add-to-wishlist:before {
  font-family: "icomoon";
  content: "\E918";
  margin-right: 0;
}
.c-add-to-wishlist:hover {
  background: none;
  color: inherit;
  text-decoration: none;
  border: none;
}
.c-add-to-wishlist:last-child {
  margin-right: 0;
}
.c-add-to-wishlist:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.c-add-to-wishlist:hover {
  font-size: 1.2rem;
  color: #D92280;
}
.c-add-to-wishlist:hover:before {
  font-family: "icomoon";
  content: "\E919";
  margin-right: 0;
}
.c-add-to-wishlist--added {
  font-size: 1.2rem;
}
.c-add-to-wishlist--added:before {
  font-family: "icomoon";
  content: "\E919";
  margin-right: 0;
}
.c-add-to-wishlist--added:hover {
  font-size: 1rem;
}
.c-add-to-wishlist--added:hover:before {
  font-family: "icomoon";
  content: "\E918";
  margin-right: 8px;
}

.c-payment-icons {
  padding: 0px;
}

.c-payment-icons {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-payment-icons img {
  padding: 10px;
  max-width: 60px;
}
.c-payment-icons img:first-child {
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .c-payment-icons {
    justify-content: left;
  }
}
.c-events__banner {
  padding: 30px 0px 30px 0px;
  background-color: #E7ECF0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.c-events__intro {
  font-size: 20px;
  margin: 0 0 20px;
}

.c-event {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6ecef;
  border-right: 1px solid #e6ecef;
  border-left: 1px solid #e6ecef;
  border-top: 1px solid #e6ecef;
}
.c-event--header {
  border: none;
}

.c-event__title {
  font-weight: bold;
  font-size: 25px;
}

.c-event__date {
  display: block;
  color: #359EA5;
  padding: 0 0 5px 0;
}

.c-event__location, .c-obd__location {
  color: #359EA5;
  padding: 0 0 5px 0;
}

.c-event__address {
  margin: 0 0 5px 0;
}

.c-event__intro {
  font-family: "PT Sans Bold";
  margin: 5px 0px 5px 0px;
}

.c-event__detail {
  padding: 20px 20px 0px 20px;
}

.c-event__description, .c-obd__description {
  margin-bottom: 20px;
}
.c-event__description--alt {
  margin-bottom: 50px;
}

.c-event__body {
  line-height: 24px;
  margin: 10px 0px 40px 0px;
  text-align: justify;
}

.c-event__discover {
  margin-top: auto;
}
.c-event__discover--alt {
  padding: 0px 20px 20px 20px;
}

.c-event__summary {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .c-events__item {
    margin-top: 20px;
  }

  .c-event {
    height: 100%;
    margin-top: 0px;
  }

  .c-event__summary {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .c-event__body {
    text-align: left;
  }
}
.c-news__banner {
  padding: 30px 0px 30px 0px;
  background-color: #E7ECF0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.c-news__intro {
  font-size: 20px;
  margin: 0 0 20px;
}

.c-news-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6ecef;
  border-right: 1px solid #e6ecef;
  border-left: 1px solid #e6ecef;
  border-top: 1px solid #e6ecef;
}
.c-news-item--header {
  border: none;
}

.c-news-item__title {
  font-weight: bold;
  font-size: 25px;
}

.c-news-item__date {
  display: block;
  color: #359EA5;
  padding: 0 0 5px 0;
}

.c-news-item__location {
  color: #359EA5;
  padding: 0 0 5px 0;
}

.c-news-item__address {
  margin: 0 0 5px 0;
}

.c-news-item__intro {
  font-family: "PT Sans Bold";
  margin: 5px 0px 5px 0px;
}

.c-news-item__detail {
  padding: 20px 20px 0px 20px;
}

.c-news-item__description {
  margin-bottom: 20px;
}
.c-news-item__description--alt {
  margin-bottom: 50px;
}

.c-news-item__body {
  line-height: 24px;
  margin: 10px 0px 40px 0px;
  text-align: justify;
}

.c-news-item__discover {
  margin-top: auto;
}
.c-news-item__discover--alt {
  padding: 0px 20px 20px 20px;
}

.c-news-item__summary {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .c-news__item {
    margin-top: 20px;
  }

  .c-news-item {
    height: 100%;
    margin-top: 0px;
  }

  .c-news-item__summary {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .c-news-item__body {
    text-align: left;
  }
}
.c-news-item__date {
  padding: 0 0 20px;
  color: #3B393D;
}

.c-news {
  margin-bottom: 10px;
}

.c-events__banner, .c-news__banner {
  margin-top: 10px;
}

.c-obds {
  margin-top: 20px;
}

.c-obd {
  padding: 15px;
  border: 1px solid #e6ecef;
}

.c-event--obd {
  margin-bottom: 40px;
}

.c-obd__title {
  font-size: 16px;
  color: #fab001;
  font-family: "PT Sans Bold";
}

.c-obd__time {
  font-family: "PT Sans Bold";
}

.c-obd__authors-label {
  font-family: "PT Sans Bold";
}

.c-obd__shop {
  margin-bottom: 8px;
}

.c-obd__media {
  width: 15% !important;
}

.c-obd__media--wot {
  width: initial !important;
  border: none;
}

.c-calender {
  font-size: 1em;
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #F5F5F5;
  overflow: hidden;
}

.c-calender__month {
  position: absolute;
  bottom: 0;
  padding: 0.4em 0;
  left: 1.4em;
}

.c-calender__day {
  position: absolute;
  top: 0.3em;
  text-align: center;
  left: 3em;
}

.c-calender__date {
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.5em;
  display: block;
  text-align: center;
}

@media (max-width: 767.98px) {
  .c-obd__details {
    margin-top: 15px;
  }

  .t-list .c-obd {
    border-top: none;
  }

  .t-list .c-obd-list__item:first-of-type .c-obd {
    border-top: 1px solid #e6ecef !important;
  }

  .c-obd__shop {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .t-list .c-obd {
    display: block !important;
  }
  .t-list .c-obd__shop {
    margin-top: 8px;
  }
  .t-list .c-obd__details {
    margin-top: 15px;
  }
}
.c-review-teaser {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6ecef;
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
}
.c-review-teaser::before {
  content: "\201C";
  color: #DEDEDE;
  font-size: 80px;
  position: absolute;
  top: -20px;
}
.c-review-teaser__text {
  margin: 0 35px 0 50px;
  font-family: PT Sans Bold, sans-serif;
}
.c-review-teaser__text else {
  font-family: PT Sans Regular, sans-serif;
}
.c-review-teaser__link {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .c-review-teaser__text {
    margin: 0 0 0 50px;
  }
}
.c-cookie {
  background-color: #e6ecef;
  font-size: 14px;
  z-index: 999;
  height: auto;
  padding: 20px;
  text-align: center;
  margin: 0;
  /*Rich text*/
  /* End rich text */
}
.c-cookie p {
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: 30px;
}
.c-cookie a {
  display: block;
  margin-right: 20px;
}
.c-cookie button {
  margin-top: 4px;
}

.c-cookie--marker {
  font-size: 20px;
  display: flex;
  align-self: center;
  margin: 0px 8px;
}

.c-cookie__close {
  font-size: 35px;
  text-decoration: none;
  color: #666;
  position: absolute;
  top: -15px;
  right: 20px;
}

@media (min-width: 768px) {
  .c-cookie p {
    margin-right: 45px;
  }
  .c-cookie button {
    text-align: left;
  }
  .c-cookie a {
    text-align: right;
    display: inline;
  }
}
@media (min-width: 992px) {
  .c-cookie p {
    margin-right: 0px;
  }
  .c-cookie a {
    display: inline;
  }
}
.c-jobs-overview, .c-ewallet {
  font-size: 14px;
  color: #666;
}

.c-ewallet--margin {
  margin-bottom: 20px;
}

.c-jobs-overview {
  margin-top: 30px;
}

.c-job-item {
  border-top: 1px solid #e6ecef;
  padding: 10px 0;
}

.c-job-item__cell, .c-ewallet-item__cell {
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-job-item__title {
  font-family: PT Sans Bold, sans-serif;
  color: #3B393D;
  font-size: 20px;
  line-height: 26px;
}
.c-job-item__title else {
  font-family: PT Sans Regular, sans-serif;
}

.c-job-item__label, .c-ewallet-item__label {
  color: #999;
}

.c-jobs-lister {
  padding: 40px 0;
}

.c-jobs-lister__more {
  padding: 10px 0;
}

.c-jobs-lister-item__description {
  max-height: 2.8em;
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .c-job-item {
    padding: 15px 0;
  }
  .c-job-item:last-child {
    border-bottom: 1px solid #e6ecef;
  }

  .c-job-item__cell {
    border-left: 1px solid #E6ECEF;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-job-item__cell:first-child, .c-job-item__cell:last-child {
    border: none;
  }
  .c-job-item__cell:nth-last-child(2) {
    border-right: 1px solid #E6ECEF;
  }
  .c-job-item__cell--center {
    align-self: center;
  }

  .c-job-item__title {
    align-self: center;
  }

  .c-job-item__cta {
    display: block;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.c-faq__search__input {
  width: 100%;
}

.c-faq__search {
  margin-bottom: 20px;
}

.c-faq__button {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.card-header .c-link.collapsed:before {
  font-family: "icomoon";
  content: "\E900";
  margin-right: 8px;
}

.card-header .c-link:before {
  font-family: "icomoon";
  content: "\E903";
  margin-right: 8px;
}

.card {
  border-left: 1px solid #e6ecef !important;
  border-right: 1px solid #e6ecef !important;
  border-bottom: 1px solid #e6ecef !important;
  border-top: none !important;
}

.card-header {
  background-color: #e6ecef;
}

.c-author-teaser {
  padding: 20px;
  margin-bottom: 25px;
}
.c-author-teaser--lister {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}

.c-author {
  margin-bottom: 1rem;
  border-bottom: 0;
}

.c-author-intro {
  position: relative;
}

.c-author-intro__text {
  padding-bottom: 1.5rem;
  overflow: hidden;
  height: 6em;
}

.c-author__image {
  border-radius: 50%;
}

.c-author__media {
  width: 120px;
}

.c-author-teaser--large {
  display: flex;
  align-items: center;
}

.c-author-teaser__media {
  width: 80px;
}
.c-author-teaser__media--large {
  width: 90px;
}

.c-author-teaser__name,
.c-author-teaser__title {
  font-size: 40px;
}

.c-author-teaser__body {
  margin-top: 5px;
}

.c-author-teaser__title,
.c-author-hero__title {
  font-size: 17px;
}

.c-author-hero__text {
  line-height: 20px;
  font-size: 14px;
  margin: 10px 0;
  display: block;
}
.c-author-hero__text p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.c-author-teaser__text {
  margin: 10px 0px;
}
.c-author-teaser__text p {
  transition: all 0.2s ease;
}
.c-author-teaser__text.active {
  margin: 20px 0px 0px 0px;
}
.c-author-teaser__text div {
  display: inline;
}
.c-author-teaser__text--small {
  font-size: 14px;
  margin-bottom: 3px;
}

.c-author-teaser__cta {
  font-size: 14px;
}

.c-author-teaser__link,
.c-author-teaser__link--less {
  color: #359EA5;
  font-size: 13px;
  font-family: PT Sans Bold, sans-serif;
  text-decoration: none;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  position: relative;
  bottom: -2.5em;
  cursor: pointer;
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10973), 0px 5px 12px rgba(0, 0, 0, 0.0570094);
}
.c-author-teaser__link else,
.c-author-teaser__link--less else {
  font-family: PT Sans Regular, sans-serif;
}

.c-author-teaser__link--less {
  bottom: 2.3em;
}

.c-author-hero-teaser__link {
  text-align: center;
  padding: 10px 0 10px 0;
}

.c-author-teaser__read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0 !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.c-author-teaser__read-less {
  display: none;
  text-align: center;
  /*background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);*/
}

.c-author-teaser__close {
  margin-left: auto;
  margin-right: 10px !important;
}

.c-author-teaser__genre .c-award__circle img {
  max-height: 100%;
}

@media (max-width: 767.98px) {
  .c-author-hero__text {
    overflow: hidden;
  }

  .c-author-teaser__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px !important;
  }

  .c-author-lister {
    margin-bottom: 0px;
  }

  .c-author-teaser__text {
    max-height: 200px;
    position: relative;
    overflow: hidden;
  }

  .c-author-teaser__name {
    font-size: 17px;
  }

  .c-author__biography {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-top: 10px;
  }

  .c-author-teaser__awards {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-author-teaser__awards.active {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-author-teaser__awards.active .c-author-teaser__award {
    margin-bottom: 20px;
  }
  .c-author-teaser__awards--more {
    grid-template-columns: 3fr 3fr 1fr;
  }

  .c-product-teaser__awards {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-product-teaser__awards.active {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-product-teaser__awards.active .c-product-teaser__award {
    margin-bottom: 20px;
  }
  .c-product-teaser__awards--more {
    grid-template-columns: 3fr 3fr 1fr;
  }

  .c-author-lister__media {
    width: 80px;
  }
  .c-author-lister__media--large {
    width: 90px;
  }

  .c-author-teaser__award:not(:nth-child(-n+3)) {
    margin-bottom: 20px;
  }

  .c-product-teaser__award:not(:nth-child(-n+3)) {
    margin-bottom: 20px;
  }

  .c-award__overlay {
    align-self: center;
  }

  .c-award__overlay--product {
    align-self: center;
  }

  .c-award__show-more {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .c-author-teaser__text {
    max-height: 120px;
    line-height: 23px;
    position: relative;
    overflow: hidden;
  }

  .c-product-teaser__awards {
    grid-template-columns: 1fr 1fr 40px;
  }

  .c-author-teaser__awards {
    grid-template-columns: 1fr 1fr 1fr 40px;
  }

  .c-author-lister__media {
    margin-top: 10px;
    display: contents;
  }

  .c-author-teaser__award {
    margin-bottom: 20px;
  }
  .c-author-teaser__award:nth-child(3n+4) {
    grid-column: 1;
  }

  .c-product-teaser__award {
    margin-bottom: 20px;
  }
  .c-product-teaser__award:nth-child(2n+3) {
    grid-column: 1;
  }
}
.c-author-teaser__awards, .c-product-teaser__awards {
  display: grid;
  margin: 20px 0px;
}

.c-author-teaser__award, .c-product-teaser__award {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.c-award__circle {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #FABE5E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-award__circle--text {
  font-size: 24px;
  color: #90B6BD;
  font-family: PT Sans Bold, sans-serif;
}
.c-award__circle--text else {
  font-family: PT Sans Regular, sans-serif;
}
.c-award__circle--small {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #FABE5E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.c-award__circle--small img {
  padding-bottom: 4px;
}

.t-list .c-product-award__circle {
  width: 25px;
  height: 25px;
  min-width: 25px;
  background: #FABE5E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.t-list .c-product-award__circle--text {
  font-size: 14px;
  color: #90B6BD;
  font-family: PT Sans Bold, sans-serif;
}
.t-list .c-product-award__circle--text else {
  font-family: PT Sans Regular, sans-serif;
}
.t-list .c-product-award {
  display: none;
}

.t-grid .c-product-award__circle {
  display: none;
}
.t-grid .c-product-award {
  position: absolute;
  bottom: -10px;
  right: 25px;
  width: 35px;
  height: 35px;
  min-width: 35px;
  background: #FABE5E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-award__overlay {
  position: absolute;
  right: 0;
  background-image: linear-gradient(white, #fff);
  padding-left: 10px;
}

.c-award__overlay--product {
  position: absolute;
  right: 25px;
  background-image: linear-gradient(white, #fff);
  padding-left: 10px;
}

.c-award__caption {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
.c-award__caption--title {
  font-family: PT Sans Bold, sans-serif;
  font-size: 14px;
}
.c-award__caption--title else {
  font-family: PT Sans Regular, sans-serif;
}
.c-award__caption--subtitle {
  font-size: 13px;
  color: #827F73;
}

.c-award__show-more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.c-award__show-more--link {
  text-decoration: none;
  font-family: PT Sans Bold, sans-serif;
  font-size: 14px;
}
.c-award__show-more--link else {
  font-family: PT Sans Regular, sans-serif;
}

.c-related-author {
  border: 1px solid #e6ecef;
  padding-right: 15px;
  display: grid;
  grid-template-columns: 100px 1fr minmax(60px, -webkit-max-content);
  grid-template-columns: 100px 1fr minmax(60px, max-content);
  margin: 15px 15px 15px 0;
  border-radius: 3px;
  display: grid !important;
}
.c-related-author--body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
  padding: 15px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-grid .c-product-award {
    right: 15px;
  }
}
@media (max-width: 767.98px) {
  .t-list .c-product-award__circle {
    display: none;
  }
  .t-list .c-product-award {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background: #FABE5E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    left: 5px;
  }

  .c-product-teaser__awards {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-product-teaser__awards .c-product-teaser__award {
    margin-bottom: 7px;
  }
}
/* Regions and buttons shown in Sitecore Experience Editor */
.c-experience-editor, .c-experience-editor.button {
  color: white;
  font-size: 12px;
  background-color: #e20025;
  padding: 10px;
  margin: 5px;
  border: 1px solid white;
}

.c-experience-editor.button {
  display: inline-block;
  font-weight: bold;
  padding: 0px;
}

.localAccount .intro h2 {
  position: relative;
  color: #F5F5F5;
}

.localAccount .intro h2:before {
  position: absolute;
  background: #F5F5F5;
  content: "Vous avez d\E9j\E0\A0un compte ?";
  color: #000;
}

a#forgotPassword {
  position: relative;
  color: #fff;
}

a#forgotPassword:before {
  position: absolute;
  background: #fff;
  text-decoration: underline;
  content: "J'ai oubli\E9\A0mon mot de passe";
  color: #359EA5;
  text-align: right;
  width: 95%;
}

.create p {
  position: relative;
  color: #F5F5F5;
}

.create p:before {
  position: absolute;
  background: #F5F5F5;
  content: "Vous n'avez pas encore de compte ?";
  color: #000;
}

.c-trending-card {
  border: 1px solid #e6ecef;
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin: 10px 0;
}
.c-trending-card--full {
  padding-left: 0px;
}
.c-trending-card--full .c-trending-card__image {
  border-radius: 0% !important;
}
.c-trending-card--body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 15px;
}
.c-trending-card--title {
  font-size: 18px;
}
.c-trending-card--text {
  font-size: 15px;
  color: #827F73;
}
.c-trending-card__image {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-related-card {
  border: 1px solid #e6ecef;
  padding: 15px;
  display: grid;
  grid-template-columns: 60px 1fr;
  margin: 15px 15px 15px 0;
  border-radius: 3px;
  display: grid !important;
}
.c-related-card--body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
}
.c-related-card--title {
  font-size: 16px;
  font-family: PT Sans Bold, sans-serif;
}
.c-related-card--title else {
  font-family: PT Sans Regular, sans-serif;
}
.c-related-card--type {
  font-size: 13px;
  padding: 0;
  color: #827F73;
}
.c-related-card--cta {
  font-size: 14px;
  color: #359EA5;
  white-space: nowrap;
  text-decoration: underline;
}
.c-related-card--element {
  text-align: center;
  border-radius: 50%;
}
.c-related-card--text {
  margin-top: 20%;
  font-size: 24px;
  color: #90b6bd;
  font-family: PT Sans Bold, sans-serif;
}
.c-related-card--clickable {
  cursor: pointer;
}
.c-related-card--image {
  display: flex;
  align-items: center;
  align-content: center;
}

.c-loyalty {
  border: 1px solid #e6ecef;
  padding: 10px 5px;
  margin-bottom: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.c-loyalty__body {
  display: flex;
  align-items: center;
  justify-content: right;
}

.c-loyalty__text {
  font-size: 15px;
  line-height: 20px;
  color: #3B393D;
}

@media (max-width: 767.98px) {
  .overview-actions {
    display: flex;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10973), 0px 6px 13px rgba(0, 0, 0, 0.0570094);
  }

  .overview-sort__options {
    border: none;
    background-color: #fff;
    outline-color: #fff;
    font-family: PT Sans Bold, sans-serif;
    font-size: 15px;
    color: #3B393D;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 35%;
    -webkit-appearance: none;
    padding: 0px 20px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%3b393d' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  }
  .overview-sort__options else {
    font-family: PT Sans Regular, sans-serif;
  }

  .overview-sort {
    flex: 50%;
    font-size: 15px;
  }

  .overview-results__open-filter {
    margin: 0;
  }

  .overview-sort__trigger {
    display: none;
  }
}
@media (min-width: 768px) {
  .t-list .c-product,
.t-list .c-obd {
    border-bottom: none;
    padding: 15px 0;
  }
}
.t-list .c-product__price {
  display: none;
}
.t-list .c-product__details {
  border-left: none;
}

.c-modal-body--facets .facet-filter {
  border-top: none !important;
  padding-top: 0px !important;
}

.c-product-list__item, .c-obd-list__item {
  margin: 0px;
}

@media (min-width: 768px) {
  .hdr-core__logo {
    width: 24%;
  }
}
@media (min-width: 992px) {
  .hdr-core__logo {
    width: 17%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 767.98px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .u-hidden-md-only {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .u-hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}
.u-row-eq-height {
  display: flex;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.u-margin-top {
  margin-top: 20px;
}

.u-margin--left {
  margin-left: 10px;
}

.u-margin-bottom {
  margin-bottom: 10px;
}

.u-margin-bottom-large {
  padding-bottom: 30px;
}

.u-margin {
  margin: 10px 0px;
}

.u-no-padding {
  padding: 0px;
}

.u-padding {
  padding: 0px 15px;
}

@media (max-width: 767.98px) {
  .u-no-padding-xs {
    padding: 0 5px;
  }
}
.u-pointer {
  cursor: pointer !important;
}

.u-align-self-center {
  align-self: center;
}

.u-align-top {
  vertical-align: top;
}

.u-underline {
  text-decoration: underline !important;
}

.u-no-underline {
  text-decoration: none !important;
}

.u-whitespace-nowrap {
  white-space: nowrap !important;
}

.u-uppercase {
  text-transform: uppercase !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-position-relative {
  position: relative !important;
}

.u-full-height {
  height: 100%;
}

.u-full-width {
  width: 100%;
}

.u-float-right {
  float: right !important;
}

@media (min-width: 992px) {
  .u-border-right {
    border-right: 1px solid #e6ecef;
  }
}
@media (min-width: 768px) {
  .u-border-left {
    border-left: 1px solid #e6ecef;
  }
}
.u-border-bottom-none {
  border-bottom: none;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
/*# sourceMappingURL=club.css.map*/
@charset "UTF-8";
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .u-print-page-break-avoid {
    display: inline-block;
    page-break-before: auto !important;
    page-break-after: auto !important;
    page-break-inside: avoid !important;
    display: block !important;
  }

  .u-print-hidden {
    display: none !important;
  }

  .u-print-shown {
    display: block !important;
  }

  .u-print-only {
    display: block !important;
  }
}
@media print {
  .container {
    max-width: 100% !important;
  }

  .row {
    display: block !important;
  }
  .row::after {
    display: block;
    clear: both;
    content: "";
  }

  [class^=col] {
    float: left !important;
  }
  [class^=col]:last-child {
    float: right !important;
  }

  [class=col],
[class=col-md] {
    width: auto !important;
  }

  [class=col-12] {
    display: block !important;
    width: 100% !important;
  }

  [class^=col]:only-child {
    display: block !important;
    width: 100% !important;
  }
}
/*# sourceMappingURL=print.css.map*/
/* For Microsoft Edge to fire the IntersectionObserver for an img element, 
    it must have a size. Since imgs are displayed inline-block as standard, 
    MS Edge (version not specified) doesn’t read them correctly. 
    By setting the following, edge is able to see the images and they get loaded. img[data-src] */
img.js-lazyload[data-srcset] {
    min-height: 1px;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img.js-lazyload:-moz-loading {
        visibility: hidden;
    }
}

