@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/montserrat/montserrat-400.woff2") format("woff2"), url("../fonts//montserrat/montserrat-400.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/montserrat/montserrat-500.woff2") format("woff2"), url("../fonts/montserrat/montserrat-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/montserrat/montserrat-700.woff2") format("woff2"), url("../fonts/montserrat/montserrat-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/nunito-sans/nunito-sans-400.woff2") format("woff2"), url("../fonts/nunito-sans/nunito-sans-400.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/nunito-sans/nunito-sans-700.woff2") format("woff2"), url("../fonts/nunito-sans/nunito-sans-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html, body {
  font-family: "Nunito Sans";
  font-weight: 400;
}

#nav-toggle {
  display: block;
  position: relative;
  z-index: 151;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  align-self: flex-start;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  #nav-toggle {
    display: none;
  }
}
#nav-toggle.has-notifications:not(.is-active):before {
  content: "";
  display: block;
  background: #9A0000;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  border-radius: 50%;
  z-index: 152;
}
#nav-toggle span {
  display: block;
  width: 35px;
  height: 4px;
  background: #3F4D54;
  border-radius: 25px;
  transform: rotate(0) translate(0);
  opacity: 1;
  transition: transform 0.2s, width 0.3s, opacity 0.4s;
}
#nav-toggle span:not(:last-child) {
  margin-bottom: 6px;
}
#nav-toggle.is-active span {
  background: #FFF;
}
#nav-toggle.is-active span:first-child {
  transform: rotate(45deg) translate(6px, 8px);
}
#nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
#nav-toggle.is-active span:last-child {
  transform: rotate(-45deg) translate(6px, -8px);
}

nav#primary-menu {
  background: #3F4D54;
  display: none;
}
@media screen and (min-width: 992px) {
  nav#primary-menu {
    display: block;
  }
}
nav#primary-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: center;
}
nav#primary-menu ul > li.menu-item {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
@media screen and (min-width: 992px) {
  nav#primary-menu ul > li.menu-item {
    padding: 20px 0;
  }
}
nav#primary-menu ul > li.menu-item > a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
nav#primary-menu ul > li.menu-item > a img, nav#primary-menu ul > li.menu-item > a svg {
  display: block;
  height: 30px;
  width: 70px;
  margin-bottom: 5px;
}
nav#primary-menu ul > li.menu-item > a img.envelope, nav#primary-menu ul > li.menu-item > a svg.envelope {
  height: 1.5rem;
  width: 2rem;
}
nav#primary-menu ul > li.menu-item > a svg rect, nav#primary-menu ul > li.menu-item > a svg path, nav#primary-menu ul > li.menu-item > a svg ellipse {
  fill: var(--theme-color);
  opacity: 1;
}
nav#primary-menu ul > li.menu-item.clients svg path, nav#primary-menu ul > li.menu-item.clients svg ellipse {
  fill: none;
}
nav#primary-menu ul > li.menu-item.clients svg path, nav#primary-menu ul > li.menu-item.clients svg ellipse {
  stroke: var(--theme-color);
}
nav#primary-menu ul > li.menu-item.active > a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  nav#primary-menu ul > li.menu-item.active:after {
    content: "";
    display: block;
    z-index: 4;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -8px;
    left: 0;
    margin: 0 auto;
    background-color: #3F4D54;
    transform: rotate(-45deg);
    width: 1rem;
    height: 1rem;
  }
}
nav#primary-menu ul > li.menu-item.active svg path, nav#primary-menu ul > li.menu-item.active svg rect {
  fill: #fff;
}
nav#primary-menu ul > li.menu-item.active.clients svg path, nav#primary-menu ul > li.menu-item.active.clients svg ellipse {
  fill: none;
}
nav#primary-menu ul > li.menu-item.active.clients svg path, nav#primary-menu ul > li.menu-item.active.clients svg ellipse {
  stroke: #fff;
}
@media screen and (max-width: 991px) {
  nav#primary-menu ul {
    max-width: 400px;
    margin: 20px auto 0;
    height: 21rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  nav#primary-menu ul li.menu-item {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem;
    flex: 0 0 auto;
    width: 50%;
  }
}
nav#primary-menu.is-active {
  overflow: auto;
  display: block;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #3F4D54;
}
nav#primary-menu .account-info {
  text-align: center;
  border-top: 1px solid #78909C;
  margin: 50px 25px 50px;
  padding-top: 50px;
}
nav#primary-menu .account-info a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
nav#primary-menu .account-info a:not(:last-child) {
  margin-bottom: 15px;
}
nav#primary-menu .language-selector {
  text-align: left;
  background: #fff none;
  border: 1px solid var(--theme-color);
  border-radius: 16px;
  color: #3F4D54;
  font-size: 1rem;
  height: 35px;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
}
nav#primary-menu .language-selector img {
  vertical-align: middle;
  margin-right: 5px;
}
nav#primary-menu .language-selector .dropdown-content {
  display: none;
  width: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: 100%;
  background-color: #fff;
  border: 1px solid var(--theme-color);
  border-top: 1px solid var(--theme-color);
  border-radius: 0 0 16px 16px;
  font-size: 1rem;
  z-index: 1;
}
nav#primary-menu .language-selector .dropdown-content .option {
  padding: 6px 10px;
  border-radius: 10px;
}
nav#primary-menu .language-selector .dropdown-content .option:hover {
  background-color: #f1f1f1;
}
nav#primary-menu .language-selector.open {
  border-radius: 16px 16px 0 0;
}
nav#primary-menu .language-selector.open .dropdown-content {
  display: block;
}
@media screen and (min-width: 992px) {
  nav#primary-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav#primary-menu .account-info {
    border-top: 0;
    margin: 0;
    padding-top: 0;
  }
  nav#primary-menu .account-info .language-selector:hover, nav#primary-menu .account-info .language-selector:active {
    border-radius: 16px 16px 0 0;
  }
  nav#primary-menu .account-info .language-selector:hover .dropdown-content, nav#primary-menu .account-info .language-selector:active .dropdown-content {
    display: block;
  }
  nav#primary-menu .account-info .language-selector img {
    pointer-events: none;
  }
  nav#primary-menu .account-info .language-selector .dropdown-content > div,
nav#primary-menu .account-info .language-selector > div:not(.dropdown-content) {
    display: flex;
    align-items: center;
  }
}

form {
  margin: 0;
  max-width: 100%;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=number],
form textarea,
form select {
  background: #fff none;
  border: 1px solid var(--theme-color);
  border-radius: 25px;
  color: #3F4D54;
  display: block;
  font-size: 1rem;
  height: 35px;
  padding: 5px 10px;
  vertical-align: middle;
  width: 100%;
}
form option {
  color: #3F4D54;
  font-family: "Nunito Sans", sans-serif;
}
form textarea {
  height: 125px;
  max-width: 100%;
  min-height: 125px;
}
form label {
  font-weight: normal;
  margin-top: 15px;
}
form input[type=submit],
form button[type=submit] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 35px;
  font-size: 0.75rem;
  background: var(--theme-color);
  color: #FFF;
  border: none var(--theme-color);
  transition: all 0.2s;
}
@media screen and (min-width: 992px) {
  form input[type=submit],
form button[type=submit] {
    font-size: 1rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
form input[type=submit] svg,
form button[type=submit] svg {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: block;
}
@media screen and (min-width: 992px) {
  form input[type=submit] svg,
form button[type=submit] svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}
form input[type=submit] svg path,
form button[type=submit] svg path {
  fill: #FFF;
}
form input[type=submit]:hover, form input[type=submit]:focus,
form button[type=submit]:hover,
form button[type=submit]:focus {
  background: var(--theme-color-alt);
  border-color: var(--theme-color-alt);
}
form input[type=checkbox] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
form input[type=checkbox] + label {
  content: "";
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
}
form input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: var(--theme-color);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
form input[type=checkbox]:checked + label:before {
  background-image: url("../images/icons/check.svg");
}
form input[type=checkbox]:focus + label:before {
  outline: 2px solid #005fcc;
}
form .alert-danger ul li {
  list-style-type: none;
}
form .alert-danger ul li,
form p.invalid-feedback {
  font-size: 0.825rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
form .alert-danger ul li:before,
form p.invalid-feedback:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f00;
  display: inline-block;
  margin-right: 0.5rem;
}
form .form-group:not(:last-of-type) {
  margin-bottom: 25px;
}
form .form-group label {
  display: block;
  margin-bottom: 10px;
}
form .form-group ul {
  padding-left: 15px;
}
form .form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  form .form-footer {
    flex-direction: row;
  }
}
form .form-footer a.password-reset-link {
  display: inline-flex;
  align-items: center;
  color: #78909C;
  text-decoration: none;
  font-weight: 700;
  margin-top: 15px;
  order: 1;
}
@media screen and (min-width: 992px) {
  form .form-footer a.password-reset-link {
    order: 0;
    margin-top: 0;
    margin-right: 15px;
  }
}
form .form-footer a.password-reset-link:hover {
  text-decoration: underline;
}
form .form-footer a.password-reset-link span {
  display: block;
  margin-left: 5px;
}
form .form-footer button[type=submit] {
  margin-left: auto;
}
form .search-form {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-right: 15px;
}
form .search-form input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: var(--theme-color);
}
form .search-form button[type=submit] {
  display: flex;
  align-items: center;
  padding: 0 5px 0 5px;
  margin: 0;
  box-shadow: none;
  border: 1px solid var(--theme-color);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: var(--theme-color);
  color: #FFF;
}
form .search-form button[type=submit]:hover {
  background: var(--theme-color-alt);
}
form .search-form button[type=submit] svg {
  height: 56%;
  margin-right: 5px;
}
.ajax-form input[type=checkbox] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.ajax-form input[type=checkbox] + label {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}
.ajax-form input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: var(--theme-color);
  border-radius: 3px;
}
.ajax-form input[type=checkbox]:checked + label:before {
  background: var(--theme-color) url("../images/icons/check.svg") no-repeat center;
  background-size: 10px 10px;
}
.ajax-form input[type=checkbox]:focus + label:before {
  outline: 2px solid #005fcc;
}
.ajax-form input[type=text] {
  background: #fff none;
  border: 0;
  border-radius: 25px;
  color: #3F4D54;
  display: block;
  font-size: 1rem;
  height: 35px;
  padding: 5px 10px;
  vertical-align: middle;
  width: 100%;
}
.ajax-form input[type=text].edit-price {
  max-width: 110px;
  margin-right: -10px;
}

html, body {
  color: #3F4D54;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
}

h1 {
  color: var(--theme-color);
  font-size: 1.375rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 1.875rem;
  }
}

a, button {
  color: #3F4D54;
}
a.button, button.button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border: 1px solid;
  height: 35px;
  font-size: 0.75rem;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  a.button, button.button {
    font-size: 1rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.button svg, button.button svg {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: block;
}
@media screen and (min-width: 992px) {
  a.button svg, button.button svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}
a.button--icon-right svg, button.button--icon-right svg {
  margin-right: 0;
  margin-left: 0.313rem;
}
@media screen and (min-width: 992px) {
  a.button--icon-right svg, button.button--icon-right svg {
    margin-left: 0.938rem;
  }
}
a.button--primary, button.button--primary {
  background: #3F4D54;
  color: #FFF;
  border-color: #3F4D54;
}
a.button--primary svg path, button.button--primary svg path {
  fill: #FFF;
}
a.button--primary:hover, a.button--primary:focus, button.button--primary:hover, button.button--primary:focus {
  background: #243037;
  border-color: #243037;
  color: #FFF;
}
a.button--secondary, button.button--secondary {
  background: var(--theme-color);
  color: #FFF;
  border-color: var(--theme-color);
}
a.button--secondary svg path, button.button--secondary svg path {
  fill: #FFF;
}
a.button--secondary:hover, a.button--secondary:focus, button.button--secondary:hover, button.button--secondary:focus {
  background: var(--theme-color-alt);
  border-color: var(--theme-color-alt);
  color: #FFF;
}
a.button--tertiary, button.button--tertiary {
  background: #78909C;
  color: #FFF;
  border-color: #78909C;
}
a.button--tertiary svg path, button.button--tertiary svg path {
  fill: #FFF;
}
a.button--tertiary:hover, a.button--tertiary:focus, button.button--tertiary:hover, button.button--tertiary:focus {
  background: #5c7886;
  border-color: #5c7886;
  color: #FFF;
}
a.button--outline, button.button--outline {
  background: #FFF;
  color: var(--theme-color);
}
a.button--outline svg path, button.button--outline svg path {
  fill: var(--theme-color);
}
a.button--outline:hover, a.button--outline:focus, button.button--outline:hover, button.button--outline:focus {
  background: var(--theme-color);
  color: #FFF;
  border-color: var(--theme-color);
}
a.button--outline:hover svg path, a.button--outline:focus svg path, button.button--outline:hover svg path, button.button--outline:focus svg path {
  fill: #FFF;
}
a:hover, a:focus, button:hover, button:focus {
  color: #BB9865;
}

footer a {
  color: var(--theme-color);
}
footer a:hover {
  text-decoration: none;
}

p:first-child {
  margin-top: 0;
}

.has-primary-color {
  color: #3F4D54;
}

.has-secondary-color {
  color: var(--theme-color);
}

.has-tertiary-color {
  color: #78909C;
}

span.displayed-product-price--edited {
  background-color: rgba(120, 144, 156, 0.5);
  border-radius: 15px;
  padding: 5px;
  margin-right: -5px;
}

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    height: auto;
    width: 100%;
  }
}
.a11y-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

html {
  overflow-y: scroll;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
}
body.has-overlay {
  overflow: hidden;
}
body.has-overlay:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 991px) {
  body.user-client header#top {
    display: flex;
    align-items: center;
  }
}
body.user-supplier header#top .logo {
  margin: -30px auto 0;
}
@media screen and (min-width: 992px) {
  body.user-supplier header#top .logo {
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  header#top {
    padding: 25px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
  }
}
header#top .logo {
  display: block;
  width: 150px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  header#top .logo {
    padding: 20px 15px;
  }
}
header#top .logo img {
  display: block;
  width: 100%;
}
header#top .shoppingcart {
  align-self: flex-start;
  width: 35px;
}
header#top .shoppingcart a {
  display: block;
  position: relative;
}
@media screen and (min-width: 992px) {
  header#top .shoppingcart a {
    display: none;
  }
}
header#top .shoppingcart a .notification-counter {
  right: -10px;
}

main {
  flex: 1 0 auto;
}
main .page-header {
  margin: 0 0 30px 0;
  color: #3F4D54;
  text-align: center;
}
@media screen and (min-width: 992px) {
  main .page-header {
    margin: 45px 0 30px 0;
    text-align: left;
  }
}
main .page-header .row {
  align-items: center;
}
main .page-header .button-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}
main .page-header .button-container > a, main .page-header .button-container > form {
  margin-top: 0.5rem;
}
main .page-header .button-container > a {
  margin-right: 1rem;
}
main .page-header .button-container > a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  main .page-header .button-container > a {
    margin: 15px 0 0 0;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  main .page-header .button-container {
    flex-direction: row;
  }
  main .page-header .button-container > a, main .page-header .button-container > form {
    margin-top: 0;
  }
}
main section.page-standard {
  margin-top: 25px;
}

.main-content {
  margin-bottom: 45px;
}

footer {
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
  width: 100%;
  background: #3F4D54;
  text-align: center;
  padding: 20px 0;
  margin-top: 1.25rem;
  position: relative;
}
footer p {
  color: var(--theme-color);
  margin: 0 0 10px 0;
}
footer a {
  color: #FFF;
  text-decoration: none;
  display: block;
  margin: 5px;
}
@media screen and (min-width: 768px) {
  footer a {
    display: inline-block;
    margin: 0 10px;
  }
}

.notification-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 21px;
  color: #FFF;
  font-size: 0.75rem;
  background: #A20022;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: auto;
  left: auto;
}
.notification-counter.hidden {
  visibility: hidden;
}
.notification-counter--notifications {
  position: relative;
  top: auto;
  right: auto;
}
.notification-counter.wiggle {
  animation: wiggle;
  animation-iteration-count: 1;
  animation-duration: 0.75s;
}

@keyframes wiggle {
  0% {
    transform: rotate(10deg) scale(1.2);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(20deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
.message-count-bubble {
  display: inline-block;
  width: 1.675rem;
  height: 1.675rem;
  text-align: center;
  line-height: 1.675rem;
  border-radius: 50%;
  background-color: #78909C;
  color: #fff;
}
.message-count-bubble.unread {
  background-color: #9A0000;
}

.overview-wrapper {
  max-width: 100vw;
  overflow-y: hidden;
}

table.overview {
  border-collapse: collapse;
  width: 100%;
}
table.overview thead td, table.overview thead th {
  padding: 5px;
  background-color: #78909C;
  color: #fff;
  text-align: left;
}
table.overview thead td.action, table.overview thead th.action {
  width: 10%;
}
table.overview thead td.actions, table.overview thead th.actions {
  width: 20%;
}
table.overview thead td.checkbox, table.overview thead th.checkbox {
  max-width: 5%;
  text-align: center;
}
table.overview thead td.price, table.overview thead th.price {
  width: 110px;
}
table.overview thead td.messages, table.overview thead th.messages {
  text-align: center;
}
table.overview thead td.stock, table.overview thead th.stock {
  text-align: right;
}
table.overview thead td.sortable, table.overview thead th.sortable {
  cursor: pointer;
}
table.overview thead td.sortable .wrap, table.overview thead th.sortable .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
table.overview thead td.sortable .wrap span, table.overview thead th.sortable .wrap span {
  flex-grow: 1;
}
table.overview thead td.sortable .wrap .sort-icon, table.overview thead th.sortable .wrap .sort-icon {
  height: 100%;
}
table.overview thead td.sortable .wrap .sort-icon svg, table.overview thead th.sortable .wrap .sort-icon svg {
  max-height: 1rem;
}
table.overview thead td.sortable .wrap .sort-icon .desc,
table.overview thead td.sortable .wrap .sort-icon .asc, table.overview thead th.sortable .wrap .sort-icon .desc,
table.overview thead th.sortable .wrap .sort-icon .asc {
  display: none;
}
table.overview tfoot tr td {
  padding: 10px 5px;
}
table.overview tfoot tr td.checkbox {
  text-align: center;
  cursor: pointer;
}
table.overview tfoot tr td.checkbox input[type=checkbox] + label:before {
  background-color: #fff;
  border: 1px solid #BB9865;
}
table.overview tfoot tr td.checkbox input[type=checkbox]:checked + label:before {
  background-color: #BB9865;
}
table.overview tbody tr:hover {
  background-color: rgba(120, 144, 156, 0.2);
}
table.overview tbody tr.active {
  background-color: rgba(120, 144, 156, 0.5);
}
table.overview tbody tr.clickable {
  cursor: pointer;
}
table.overview tbody tr td {
  padding: 10px 5px;
  border-bottom: 1px solid rgba(120, 144, 156, 0.5);
}
table.overview tbody tr td.action {
  text-align: right;
}
table.overview tbody tr td.action a {
  color: var(--theme-color);
  text-decoration: none;
}
table.overview tbody tr td.action a:hover {
  color: var(--theme-color-alt);
}
table.overview tbody tr td.checkbox {
  text-align: center;
  cursor: pointer;
}
table.overview tbody tr td.checkbox input[type=checkbox] + label:before {
  background-color: #fff;
  border: 1px solid #78909C;
}
table.overview tbody tr td.checkbox input[type=checkbox]:checked + label:before {
  background-color: #78909C;
}
table.overview tbody tr td.price {
  padding: 0;
  text-align: right;
}
table.overview tbody tr td.price input {
  float: right;
  text-align: right;
}
table.overview tbody tr td.messages {
  text-align: center;
}
table.overview tbody tr td.stock {
  text-align: right;
}

span.order-status:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  transform: translateY(-2px);
}
span.order-status--ordered:before {
  background: #9A0000;
}
span.order-status--cancelled:before {
  background: #f00;
}
span.order-status--accepted:before {
  background: #D66C00;
}
span.order-status--shipped:before {
  background: #265297;
}
span.order-status--delivered:before {
  background: #437C40;
}

section.info-section {
  border-top: 1px solid #d8d8d8;
  padding: 25px 0 30px;
}
section.info-section:last-child {
  margin-bottom: 50px;
}
section.info-section--table-overview {
  display: flex;
  flex-direction: column;
}
section.info-section--table-overview .button-container {
  margin-top: 25px;
  margin-left: auto;
}
section.info-section--data {
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
@media screen and (min-width: 992px) {
  section.info-section--data {
    padding: 15px 25px;
    flex-direction: row;
  }
}
section.info-section--data ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  section.info-section--data ul {
    padding: 0 50px 0 0;
  }
}
section.info-section--data ul li {
  padding: 5px;
  font-size: 1.125rem;
}
section.info-section--data ul li:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
section.info-section--data ul li span {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  section.info-section--data ul li span {
    display: inline-block;
  }
}
section.info-section--data ul li span:first-child {
  color: #78909C;
}
@media screen and (min-width: 992px) {
  section.info-section--data ul li span:first-child {
    width: 350px;
  }
}
section.info-section--data .button-container {
  margin-left: auto;
}
section.info-section--data form {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 500px;
  margin-top: 25px;
}
section.info-section.order-detail h2 {
  font-size: 1.125rem;
}
section.info-section.order-detail h2 span.order-status {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 5px;
}
section.info-section.order-detail .order-overview .delivery-comment span {
  display: block;
  margin: 2rem 0;
}
section.info-section.order-detail .order-info .form-body .message-input {
  padding: 0.666rem;
  min-height: auto;
  height: 5rem;
  resize: vertical;
}
section.info-section.order-detail .order-info .form-footer {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}
section.info-section.order-detail .order-info:not(:first-of-type) {
  margin-top: 1rem;
}
section.info-section.order-detail .order-info--content {
  border-radius: 0.625rem;
  background-color: #F6F6F6;
  padding: 1rem;
}
section.info-section.order-detail .order-info--content .order-status-track {
  margin-bottom: 15px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 576px) {
  section.info-section.order-detail .order-info--content .order-status-track {
    flex-flow: row nowrap;
    align-items: center;
  }
}
section.info-section.order-detail .order-info--content .order-status-track:before {
  border-left: 2px solid #78909C;
  content: "";
  display: block;
  position: absolute;
  top: 3%;
  bottom: 3%;
  left: 1rem;
}
@media screen and (min-width: 576px) {
  section.info-section.order-detail .order-info--content .order-status-track:before {
    border-top: 2px solid #78909C;
    content: "";
    display: block;
    position: absolute;
    top: 28%;
    left: 4%;
    width: 91%;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  section.info-section.order-detail .order-info--content .order-status-track:before {
    left: 4%;
    width: 92%;
  }
}
section.info-section.order-detail .order-info--content .order-status-track .event {
  font-size: 14px;
  font-weight: 700;
  color: #3F4D54;
  margin: 0.313rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  section.info-section.order-detail .order-info--content .order-status-track .event:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 576px) {
  section.info-section.order-detail .order-info--content .order-status-track .event:last-child {
    margin-right: 0;
  }
}
section.info-section.order-detail .order-info--content .order-status-track .event:before {
  content: attr(data-step);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 1rem 1rem auto;
  background-color: #CFD8DC;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 180%;
  font-weight: 400;
  font-size: 0.9rem;
}
@media screen and (min-width: 576px) {
  section.info-section.order-detail .order-info--content .order-status-track .event:before {
    display: block;
    margin: 0 auto 0.625rem;
  }
}
section.info-section.order-detail .order-info--content .order-status-track .event:last-child:before {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  section.info-section.order-detail .order-info--content .order-status-track .event:last-child:before {
    margin-bottom: 0.625rem;
  }
}
section.info-section.order-detail .order-info--content .order-status-track .event.declined:before, section.info-section.order-detail .order-info--content .order-status-track .event.completed:before {
  content: " ";
  background-color: var(--theme-color);
  background-image: url("../images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
section.info-section.order-detail .order-info--content .order-status-track .event.declined:before {
  background-color: #9A0000;
  background-image: url("../images/icons/cross.svg");
  background-size: 45%;
}
section.info-section.order-detail .order-info--content .order-status-track .event.current:before {
  background-color: #3F4D54;
  font-weight: 600;
}
section.info-section.order-detail .order-info--content .misc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.info-section.order-detail .order-info--content .misc .status-history {
  order: 0;
  margin-bottom: 1rem;
}
section.info-section.order-detail .order-info--content .misc .status-history ul {
  list-style-type: none;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
}
section.info-section.order-detail .order-info--content .misc .status-history ul li {
  color: #78909C;
}
section.info-section.order-detail .order-info--content .misc .status-history ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
section.info-section.order-detail .order-info--content .misc .status-history ul li span {
  color: #3F4D54;
  font-weight: 600;
}
section.info-section.order-detail .order-info--content .misc .actions {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
section.info-section.order-detail .order-info--content .misc .actions form:not(:last-of-type) {
  margin-right: 0.5rem;
}
section.info-section.order-detail .order-info--content .misc .actions .cancel {
  background: #fff;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  margin-right: 15px;
}
section.info-section.order-detail .order-info--content .misc .actions .cancel svg path {
  fill: var(--theme-color);
}
section.info-section.order-detail .order-info--content .misc .actions .cancel:hover {
  color: #fff;
  background: var(--theme-color);
}
section.info-section.order-detail .order-info--content .misc .actions .cancel:hover svg path {
  fill: #FFF;
}
section.info-section.order-detail .order-info--content.ordered-by {
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
@media screen and (min-width: 992px) {
  section.info-section.order-detail .order-info--content.ordered-by {
    padding: 15px 25px;
    flex-direction: row;
  }
}
section.info-section.order-detail .order-info--content.ordered-by ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
section.info-section.order-detail .order-info--content.ordered-by ul li {
  padding: 5px;
  font-size: 1.125rem;
}
section.info-section.order-detail .order-info--content.ordered-by ul li:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
section.info-section.order-detail .order-info--content.ordered-by ul li span {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  section.info-section.order-detail .order-info--content.ordered-by ul li span {
    display: inline-block;
  }
}
section.info-section.order-detail .order-info--content.ordered-by ul li span:first-child {
  color: #78909C;
}
@media screen and (min-width: 992px) {
  section.info-section.order-detail .order-info--content.ordered-by ul li span:first-child {
    width: 50%;
  }
}
section.info-section.order-detail .order-info--content.messages {
  padding-left: 2rem;
  font-family: "Nunito Sans", sans-serif;
}
section.info-section.order-detail .order-info--content.messages .message {
  position: relative;
}
section.info-section.order-detail .order-info--content.messages .message:not(:last-of-type) {
  margin-bottom: 1rem;
}
section.info-section.order-detail .order-info--content.messages .message:before {
  content: "";
  position: absolute;
  left: -1.375rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #78909C;
}
section.info-section.order-detail .order-info--content.messages .message .wrap {
  display: flex;
}
section.info-section.order-detail .order-info--content.messages .message .wrap .title {
  flex-grow: 1;
}
section.info-section.order-detail .order-info--content.messages .message .wrap .actions a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #78909C;
}
section.info-section.order-detail .order-info--content.messages .message .wrap .actions a svg {
  height: 0.984rem;
}
section.info-section.order-detail .order-info--content.messages .message .wrap .actions a svg path {
  fill: #3F4D54;
  color: #3F4D54;
}
section.info-section.order-detail .order-info--content.messages .message .wrap .actions a:hover {
  color: var(--theme-color);
}
section.info-section.order-detail .order-info--content.messages .message .wrap .actions a:hover svg path {
  color: var(--theme-color);
  fill: var(--theme-color);
}
section.info-section.order-detail .order-info--content.messages .message .sender {
  color: var(--theme-color);
  font-weight: bold;
}
section.info-section.order-detail .order-info--content.messages .message .date {
  color: #78909C;
  font-size: 0.875rem;
  display: block;
}
section.info-section.order-detail .order-info--content.messages .message .text {
  display: block;
  margin-top: 1rem;
}
section.info-section.order-detail .order-info--content.messages .message h3 {
  font-size: 0.875rem;
  font-weight: 600;
}
section.info-section.order-detail .order-info--content.messages .message.is-read h3 {
  opacity: 0.75;
}
section.info-section.order-detail .order-info--content.messages .message.is-read .sender {
  opacity: 0.75;
}
section.info-section.order-detail .order-info--content.messages .message.is-read .date {
  opacity: 0.75;
}
section.info-section.order-detail .order-info--content.messages .message.is-read .text {
  opacity: 0.75;
}
section.info-section.order-detail .order-info--content.messages .message.is-read:before {
  display: none;
}

.product--wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--theme-color);
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .product--wrapper {
    flex-direction: row;
  }
}
.product--tag {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 40px;
  height: 55px;
  font-size: 0.56rem;
  z-index: 10;
}
.product--tag div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product--tag div span {
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 13px;
  text-align: center;
}
.product--tag .banner {
  position: absolute;
}
.product--tag__is-featured {
  color: #fff;
}
.product--tag__is-featured .banner svg path {
  fill: var(--theme-color);
}
.product--tag__in-last-order {
  color: var(--theme-color);
  font-size: 0.5rem;
}
.product--tag__in-last-order .banner svg path {
  stroke: var(--theme-color);
}
.product--title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .product--title {
    margin-top: 25px;
  }
}
.product--title a {
  text-decoration: none;
  font-size: 1.125rem;
}
.product--description {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.product--meta-quantity-wrapper {
  display: flex;
}
.product--meta {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  order: 2;
}
.product--meta button.add-btn {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .product--meta {
    padding-left: 5px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .product--meta {
    padding-right: 45px;
  }
}
.product--meta span {
  display: block;
}
.product--meta .volume {
  font-size: 0.875rem;
  font-weight: 700;
  color: #78909C;
  margin-bottom: 15px;
}
.product--meta .volume--info {
  font-size: 0.875rem;
  color: #78909C;
}
.product--meta .price {
  margin-top: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--theme-color);
}
.product--meta .quantity-item {
  color: #78909C;
  font-size: 0.875rem;
  font-weight: 400;
}
.product--quantity {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .product--quantity {
    justify-content: space-between;
  }
}
.product--quantity span.quantity {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 700;
  color: #3F4D54;
  width: 50px;
  border: 1px solid #efefef;
  border-radius: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product--quantity span.quantity input {
  text-align: center;
}
.product--quantity button.change-quantity {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.product--quantity button.change-quantity + .quantity-item {
  font-weight: 700;
  color: #3F4D54;
  margin-left: 10px;
}
.product--quantity button.change-quantity:hover svg path:first-child {
  fill: var(--theme-color);
}
.product--quantity button.change-quantity:hover svg path:last-child {
  fill: #FFF;
}
.product button.update-cart svg {
  margin-right: 5px;
}
.product button.update-cart:hover {
  background: #FFF;
  color: var(--theme-color);
}
.product button.update-cart:hover svg path {
  fill: var(--theme-color);
}
.product--order-info {
  display: flex;
  flex-wrap: wrap;
}
.product--info h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 10px;
}
.product--info h3 span {
  font-size: 0.875rem;
}
.product--info span {
  color: #78909C;
}
.product--info .price {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}
.product--info .price-preposition, .product--info .volume--info {
  font-size: 0.875rem;
}

.order-overview__total {
  margin-top: 15px;
  padding: 15px 25px;
  background: #F6F6F6;
}
.order-overview__total ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.order-overview__total ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-overview__total ul li:not(:last-child) {
  margin-bottom: 15px;
}
.order-overview__total ul li span {
  color: #78909C;
}
.order-overview__total ul li span.label {
  font-size: 0.875rem;
}
.order-overview__total ul li span.label.total {
  color: var(--theme-color);
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.order-overview__total ul li span.label.total + .price {
  color: var(--theme-color);
  font-size: 1.375rem;
}
.order-overview__total ul li span.price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

.notification-list--notification {
  background-color: #F6F6F6;
  border-radius: 15px;
  display: flex;
  opacity: 1;
  transition: background-color 0.2s;
}
.notification-list--notification:hover {
  background-color: #e3e3e3;
}
.notification-list--notification:not(:last-of-type) {
  margin-bottom: 16px;
}
.notification-list--notification > a {
  text-decoration: none;
  display: flex;
  padding: 15px;
  width: 100%;
}
.notification-list--notification .notification-status {
  width: 17px;
  margin-right: 10px;
}
.notification-list--notification .notification-status--new {
  position: relative;
}
.notification-list--notification .notification-status--new:before {
  content: "";
  display: inline-block;
  background-color: #78909C;
  border-radius: 50%;
  width: 0.938rem;
  height: 0.938rem;
  position: absolute;
}
.notification-list--notification .notification-content {
  flex-grow: 1;
}
.notification-list--notification .notification-content h2 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3F4D54;
  margin-bottom: 0.5rem;
}
.notification-list--notification .notification-content--sender {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--theme-color);
  margin-bottom: 0.5rem;
}
.notification-list--notification .notification-content--date {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #78909C;
  margin-bottom: 0.5rem;
}
.notification-list--notification .notification-content--fragment {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3F4D54;
}
.notification-list--notification .notification-actions div {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #78909C;
}
.notification-list--notification .notification-actions div svg {
  height: 0.984rem;
}
.notification-list--notification .notification-actions div svg path {
  fill: #3F4D54;
  color: #3F4D54;
}
.notification-list--notification .notification-actions div:hover {
  color: var(--theme-color);
}
.notification-list--notification .notification-actions div:hover svg path {
  color: var(--theme-color);
  fill: var(--theme-color);
}

.warning {
  background-color: #78909C;
  color: #fff;
  padding: 5px;
}

.warningPopout {
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
  background-color: rgba(63, 77, 84, 0.85);
  color: white;
  border-radius: 10px;
  position: absolute;
  padding: 15px;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.supplier-product-filter {
  display: none;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .supplier-product-filter {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .supplier-product-filter {
    min-width: 25rem;
  }
}
.supplier-product-filter:before {
  content: "";
  display: block;
  z-index: 4;
  position: relative;
  top: -0.5rem;
  margin: 0 auto;
  background-color: #3F4D54;
  transform: rotate(-45deg);
  width: 1rem;
  height: 1rem;
}
.supplier-product-filter--content {
  background-color: #3F4D54;
  color: #fff;
  position: relative;
  top: -1rem;
  z-index: 5;
  padding: 1.5rem;
  max-height: 450px;
  overflow-y: scroll;
}

.ordering-container {
  display: none;
}

ul.messages {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #78909C;
  position: sticky;
  top: 0;
  z-index: 500;
}
ul.messages li {
  position: relative;
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  list-style-type: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  ul.messages li {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  ul.messages li {
    max-width: 1140px;
  }
}
ul.messages li .icon {
  min-width: 2rem;
}
ul.messages li .icon svg {
  fill: #fff;
}
ul.messages li .message {
  flex-grow: 1;
}
ul.messages li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 50%;
  top: 100%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  transform: rotate(45deg);
  background: #78909C;
}
ul.messages.appear {
  animation: slideDownIn;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  overflow: hidden;
  max-height: 4rem;
  box-sizing: border-box;
}
ul.messages.disappear {
  animation: slideOutUp;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  overflow: hidden;
  max-height: 4rem;
  box-sizing: border-box;
}

@keyframes slideOutUp {
  0% {
    max-height: 6rem;
    margin-bottom: 1rem;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
  }
}
@keyframes slideDownIn {
  0% {
    max-height: 0;
    margin-bottom: 0;
  }
  100% {
    max-height: 6rem;
    margin-bottom: 1rem;
  }
}
#scroll-to-top {
  position: static;
  margin-bottom: -1.25rem;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  background-color: #3F4D54;
  cursor: pointer;
}
#scroll-to-top.fixed {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-name: slideInUp;
}
#scroll-to-top.fixed.out {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-name: slideOutDown;
}
#scroll-to-top.fixed.no-anim {
  animation: none;
}
#scroll-to-top svg {
  height: 1.5rem;
  width: 2rem;
  margin-bottom: 0.5rem;
}
#scroll-to-top svg path {
  fill: var(--theme-color);
}
#scroll-to-top a {
  color: #fff;
  text-decoration: none;
}
#scroll-to-top a:hover {
  text-decoration: underline;
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.quantity-editable {
  user-select: none;
  cursor: context-menu;
}
.quantity-editable--input {
  background: #fff none;
  border: 0;
  border-radius: 25px;
  color: #3F4D54;
  display: block;
  font-size: 1rem;
  height: 35px;
  padding: 5px 10px;
  vertical-align: middle;
  width: 100%;
  max-width: 3rem;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
.popup.active {
  display: flex;
}
.popup .wrapper {
  margin: 15px;
  max-width: 550px;
  background: #fff;
  padding: 25px 50px;
  border: 2px solid var(--theme-color);
  border-radius: 25px;
  text-align: center;
}
.popup .wrapper h3 {
  color: var(--theme-color);
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.popup .wrapper p {
  margin-top: 0;
}
.popup .wrapper .button-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .popup .wrapper form {
    margin: 0 !important;
  }
}

#cookie-notification {
  background-color: #e8e8e8;
  bottom: 0;
  border-top: 2px solid #FFF;
  left: 0;
  padding: 25px 0;
  position: fixed;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
#cookie-notification.active {
  visibility: visible;
  opacity: 1;
}
#cookie-notification p {
  margin: 0;
}
#cookie-notification a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#cookie-notification a:first-child {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #cookie-notification a:first-child {
    margin-top: 0;
  }
}

.videoWrapper.videoHidden .videoHidden_container {
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #e9e9e9;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  font-weight: bold;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 20;
}

/*# sourceMappingURL=style.css.map */
