/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/user.scss ***!
  \***************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  height: fit-content;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Site url */
/* Breakpoints */
/* breakpoint from default-design */
/* breakpoint from default-design */
/* breakpoint from default-design */
/* breakpoint from default-design */
/* breakpoint from default-design */
/* Widths */
/* max-width for content from default design */
/* Colors default */
/* color black from default design */
/* color white from default design */
/* #AAAAAA33 */
/* color success buttons from default design */
/* color success buttons-hover from default design */
/* Colors project specific: */
/* text default */
/* h1- h6, p */
/* link Colors */
/* ändra denna sen till annan färg */
/* background-areas */
/* body background-color */
/* form-group */
/* justera denna */
/* button */
/* menu */
/* default modules - pages */
#body.page-Checkout {
  background-color: transparent; }

.page-Checkout .page {
  background-color: rgba(170, 170, 170, 0.2); }

.page-Checkout .checkout-wrapper .section-wrapper {
  background-color: #fff; }

@media (min-width: 550px) {
  .page-ProdGroup .view-wrapper .groupview-wrapper .item {
    flex-basis: 50%;
    height: 200px;
    max-width: 50%;
    overflow: hidden;
    padding: 0 12.5px 25px; } }

@media (min-width: 768px) {
  .page-ProdGroup .view-wrapper .groupview-wrapper .item {
    flex-basis: 33.333%;
    max-width: 33.333%; } }

@media (min-width: 550px) {
  .page-ProdGroup .view-wrapper .groupview-wrapper .item a {
    height: 200px;
    padding-bottom: 0 !important; } }

.page-ProdGroup .view-wrapper .groupview-wrapper .item a img {
  height: 100%;
  object-fit: cover; }

.page-Product .product-wrapper .product .product-info .details .addToCart.addToCart-fixed {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  position: static !important; }

/* default modules - parts */
/* default button (.fw-button) */
/* default button background-color */
/* default button background color for hover */
/* default button border */
/* default button border-radius */
/* default button text color */
/* default button text color for hover */
/* if height should be set for button */
/* height of default btn -> !OBS $set-height must be set to true to be used */
/* line-height of default btn -> !OBS $set-height must be set to true to be used */
/* default button reverse colors and border also some text and icon only (.fw-button-outline) */
/* default button background-color */
/* default button success (.fw-button-success) */
.fw-button {
  background-color: #0067c4;
  border: 0;
  border-radius: 2px;
  color: #fff; }
  .fw-button:focus, .fw-button:active, .fw-button:hover {
    background-color: #4c8bd4;
    color: #fff; }

.page {
  /* inverted buttons */
  /* other buttons */ }
  .page .btn-action {
    background-color: #0067c4;
    border: 0;
    border-radius: 2px;
    color: #fff; }
    .page .btn-action:focus, .page .btn-action:active, .page .btn-action:hover {
      background-color: #4c8bd4;
      color: #fff; }
  .page .btn-choose {
    background-color: #0067c4;
    border: 0;
    border-radius: 2px;
    color: #fff; }
    .page .btn-choose:focus, .page .btn-choose:active, .page .btn-choose:hover {
      background-color: #4c8bd4;
      color: #fff; }
  .page .btn-buy {
    background-color: #0067c4;
    border: 0;
    border-radius: 2px;
    color: #fff; }
    .page .btn-buy:focus, .page .btn-buy:active, .page .btn-buy:hover {
      background-color: #4c8bd4;
      color: #fff; }
  .page .fw-button-success {
    background-color: #f2a92b;
    border-radius: 2px;
    color: #fff; }
    .page .fw-button-success:focus, .page .fw-button-success:active, .page .fw-button-success:hover {
      background-color: #fabd5b;
      color: #fff; }
  .page .fw-button-outline {
    background-color: #fff;
    border: 1px solid rgba(170, 170, 170, 0.43);
    border-radius: 2px;
    color: #2d2d2d; }
    .page .fw-button-outline:focus, .page .fw-button-outline:active, .page .fw-button-outline:hover {
      background-color: #0067c4;
      border: 1px solid transparent;
      color: #fff; }
  .page .btn-reset {
    background-color: #fff;
    border: 1px solid rgba(170, 170, 170, 0.43);
    border-radius: 2px;
    color: #2d2d2d; }
    .page .btn-reset:focus, .page .btn-reset:active, .page .btn-reset:hover {
      background-color: #0067c4;
      border: 1px solid transparent;
      color: #fff; }
  .page .fw-button-link {
    color: #2d2d2d; }
    .page .fw-button-link:focus, .page .fw-button-link:active, .page .fw-button-link:hover {
      color: #0067c4; }

@media (max-width: 767px) {
  .comboBoxDataContainer {
    max-width: none !important;
    width: auto !important; } }

.comboBoxDataContainer .comboBoxData {
  max-width: none; }
  .comboBoxDataContainer .comboBoxData .row {
    background-color: #fff;
    color: #2d2d2d; }
    .comboBoxDataContainer .comboBoxData .row:hover {
      background-color: #f2a92b;
      color: #fff; }
    .comboBoxDataContainer .comboBoxData .row.selected {
      background-color: #f2a92b;
      color: #fff; }
      .comboBoxDataContainer .comboBoxData .row.selected:hover {
        background-color: #f2a92b;
        color: #fff; }

#fancybox-wrap #fancybox-outer {
  border-radius: 2px; }
  @media (min-width: 550px) {
    #fancybox-wrap #fancybox-outer #fancybox-content #MainContent_questiontext label {
      min-height: 100px; } }
  #fancybox-wrap #fancybox-outer #fancybox-content #MainContent_questiontext textarea {
    min-height: 100px; }
  #fancybox-wrap #fancybox-outer #fancybox-close {
    background-color: #2d2d2d;
    border-radius: 100%; }
    #fancybox-wrap #fancybox-outer #fancybox-close:hover {
      background-color: rgba(45, 45, 45, 0.55); }
      #fancybox-wrap #fancybox-outer #fancybox-close:hover i {
        color: #fff; }
    #fancybox-wrap #fancybox-outer #fancybox-close i {
      color: #fff;
      left: 0;
      top: 0; }
      #fancybox-wrap #fancybox-outer #fancybox-close i::before {
        margin: 0; }

#filterSortOverlay {
  display: none !important; }

.filter-wrapper #FilterToggle {
  display: none;
  position: static; }

.filter-wrapper #SortToggle {
  display: none;
  position: static; }

.filter-wrapper #FilterContent .filter-content-wrapper {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  box-shadow: none;
  opacity: 1;
  position: static;
  transform: none !important;
  visibility: visible; }
  .filter-wrapper #FilterContent .filter-content-wrapper #FilterSearchContent {
    border: 0; }
  .filter-wrapper #FilterContent .filter-content-wrapper #Filter {
    border: 0; }

.filter-wrapper #FilterContent .sort-page-settings {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  box-shadow: none;
  opacity: 1;
  position: static;
  transform: none;
  visibility: visible; }
  .filter-wrapper #FilterContent .sort-page-settings #ViewChanger {
    border: 0; }
    .filter-wrapper #FilterContent .sort-page-settings #ViewChanger a {
      border: 0; }
  .filter-wrapper #FilterContent .sort-page-settings #Sort {
    border: 0; }

#Footer {
  background-color: #fff;
  color: #2d2d2d; }
  #Footer h1,
  #Footer h2,
  #Footer h3,
  #Footer h4,
  #Footer h5 {
    color: #2d2d2d; }
  #Footer a {
    color: #2d2d2d; }
    #Footer a:focus, #Footer a:active, #Footer a:hover {
      color: rgba(170, 170, 170, 0.75); }

#body .form-group .row.comboBox input {
  flex-basis: auto; }

#body .form-group .row.comboBox .comboBoxButton {
  width: auto; }

@media (min-width: 550px) {
  #body .form-group .row.extraMessage label {
    min-height: 100px; } }

#body .form-group .row.extraMessage .textBox {
  min-height: 100px; }

.page .stars i {
  color: #2d2d2d; }

.page .header-item i {
  color: #2d2d2d; }

.page .header-item:hover i {
  color: rgba(170, 170, 170, 0.75); }

.page .menu-toolbar-item i {
  color: #2d2d2d; }

.page .menu-toolbar-item:hover i {
  color: rgba(170, 170, 170, 0.75); }

.page .fw-icon-down-open {
  color: #2d2d2d; }
  .page .fw-icon-down-open:hover {
    color: rgba(170, 170, 170, 0.75); }

.page .fw-button-squared {
  background-color: initial;
  border: 0; }
  .page .fw-button-squared i {
    color: #2d2d2d; }
  .page .fw-button-squared:hover {
    background-color: transparent;
    border: 0; }
    .page .fw-button-squared:hover i {
      color: rgba(170, 170, 170, 0.75); }

#PagerBottom {
  display: flex;
  justify-content: center; }
  #PagerBottom .pager {
    margin: 20px 0;
    position: static;
    transform: initial !important; }
    @media (min-width: 768px) {
      #PagerBottom .pager {
        margin: 40px 0; } }
    #PagerBottom .pager .pagerText {
      color: #2d2d2d; }
    #PagerBottom .pager .pager_inner {
      box-shadow: none; }
      #PagerBottom .pager .pager_inner .back #FirstButton i {
        color: #2d2d2d; }
      #PagerBottom .pager .pager_inner .back #FirstButton:hover i {
        color: rgba(170, 170, 170, 0.75); }
      #PagerBottom .pager .pager_inner .back #PreviousButton i {
        color: #2d2d2d; }
      #PagerBottom .pager .pager_inner .back #PreviousButton:hover i {
        color: rgba(170, 170, 170, 0.75); }
      #PagerBottom .pager .pager_inner .forward #NextButton i {
        color: #2d2d2d; }
      #PagerBottom .pager .pager_inner .forward #NextButton:hover i {
        color: rgba(170, 170, 170, 0.75); }
      #PagerBottom .pager .pager_inner .forward #LastButton i {
        color: #2d2d2d; }
      #PagerBottom .pager .pager_inner .forward #LastButton:hover i {
        color: rgba(170, 170, 170, 0.75); }

/* true om vi vill anpassa hur många produkter som ska visas på varje rad */
/* antal produkter som ska visas på varje första mobilläge */
/* antal produkter som ska visas på varje andra tabletläget */
/* antal produkter som ska visas på varje rad tabletläget */
/* antal produkter som ska visas på varje rad första desktopläget */
/* antal produkter som ska visas på varje rad största desktopläget */
/* om true sätts alla produktbilder till samma höjd */
/* bakgrundsfärg för bildytan om bild inte tar full storlek */
.prodlist.window-view .view .productContainer {
  flex-basis: calc(100% / 1);
  max-width: calc(100% / 1); }
  @media (min-width: 550px) {
    .prodlist.window-view .view .productContainer {
      flex-basis: calc(100% / 2);
      max-width: calc(100% / 2); } }
  @media (min-width: 768px) {
    .prodlist.window-view .view .productContainer {
      flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); } }
  @media (min-width: 1024px) {
    .prodlist.window-view .view .productContainer {
      flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); } }
  @media (min-width: 1201px) {
    .prodlist.window-view .view .productContainer {
      flex-basis: calc(100% / 4);
      max-width: calc(100% / 4); } }

.prodlist.window-view .view .image-inner a {
  align-items: center;
  background-color: rgba(170, 170, 170, 0.2);
  display: flex;
  justify-content: center;
  padding-bottom: 100% !important; }
  .prodlist.window-view .view .image-inner a img {
    left: 50%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto; }

.table {
  border-color: transparant; }
  .table .header {
    border-color: transparant; }
    .table .header .cell {
      font-family: "Helvetica", "Arial", sans-serif; }
      .table .header .cell span {
        font-family: "Helvetica", "Arial", sans-serif; }
    .table .header a:hover {
      color: #f2a92b !important; }
  .table .row {
    border-color: transparant; }
    .table .row .ArtBtn a {
      background-color: #f2a92b;
      border: 0;
      color: #fff; }
      .table .row .ArtBtn a:hover {
        background-color: #fabd5b;
        color: #fff; }
    .table .row .DeleteRow a i {
      color: #f2a92b; }
    .table .row .DeleteRow a:hover i {
      color: #fabd5b; }
    .table .row .Update a i {
      color: #f2a92b; }
    .table .row .Update a:hover i {
      color: #fabd5b; }

.zoomContainer {
  display: none !important; }

/* project modules - pages */
.page-Checkout #MainContent_Basket_CartButtonGroup .fw-button-outline:hover {
  background-color: #fabd5b;
  color: #fff; }

.page-Receipt h1 {
  font-family: "Helvetica", "Arial", sans-serif;
  letter-spacing: 0; }

.page-Error #Main span {
  text-align: center; }

.page-ExpressOrder #MainContent_GetOrderFile input:hover {
  background-color: #fabd5b;
  color: #fff; }

.page-ExpressOrder #MainContent_CheckOrderButtonGroup .fw-button-outline:hover {
  background-color: #fabd5b;
  color: #fff; }

.page-Favourites input[type="submit"] {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0; }
  .page-Favourites input[type="submit"]:hover {
    background-color: #fabd5b;
    color: #fff; }

.page-Login #UserInfoForm input[type="submit"] {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }
  .page-Login #UserInfoForm input[type="submit"]:hover {
    background-color: #fabd5b; }

.page-Login #ForgotPasswordButtonGroup input {
  background-color: #fff;
  color: #2d2d2d;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }
  .page-Login #ForgotPasswordButtonGroup input:hover {
    background-color: #fabd5b;
    color: #fff; }

.page-OrderOverview #MainContent_MoreButton,
.page-InvoiceOverview #MainContent_MoreButton {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }
  .page-OrderOverview #MainContent_MoreButton:hover,
  .page-InvoiceOverview #MainContent_MoreButton:hover {
    background-color: #fabd5b; }

.page-OrderOverview input[type="submit"],
.page-InvoiceOverview input[type="submit"] {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }
  .page-OrderOverview input[type="submit"]:hover,
  .page-InvoiceOverview input[type="submit"]:hover {
    background-color: #fabd5b; }

.page-Start #MainContainer {
  margin-top: 40px; }
  .page-Start #MainContainer #MainSection {
    margin: 0;
    max-width: none; }

.page-ProdGroup #MainContainer {
  margin-top: 40px; }

.page-ProdGroup #MainSection {
  max-width: none;
  padding: 0 25px; }

.page-ProdGroup #MainContent_GroupView > h1 {
  display: none; }

.page-ProdGroup #MainContent_GroupView .groupview-text {
  max-width: unset; }
  .page-ProdGroup #MainContent_GroupView .groupview-text::after {
    display: none; }
  .page-ProdGroup #MainContent_GroupView .groupview-text .wl-banner-text-container {
    margin-top: -10px; }
    .page-ProdGroup #MainContent_GroupView .groupview-text .wl-banner-text-container h1,
    .page-ProdGroup #MainContent_GroupView .groupview-text .wl-banner-text-container p {
      text-align: left; }
    .page-ProdGroup #MainContent_GroupView .groupview-text .wl-banner-text-container h1 {
      font-family: "Helvetica", "Arial", sans-serif;
      font-size: 25px;
      letter-spacing: 0;
      margin-bottom: 10px;
      margin-top: 20px; }
    .page-ProdGroup #MainContent_GroupView .groupview-text .wl-banner-text-container p {
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 10px; }

.page-ProdGroup #ContentWrapper {
  display: grid;
  gap: 20px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .page-ProdGroup #ContentWrapper {
      grid-auto-columns: min-content 1fr; } }
  .page-ProdGroup #ContentWrapper .groupview-wrapper {
    margin: unset; }

.page-Product #MainContainer {
  margin-top: 40px; }

.page-Product #MainSection {
  max-width: none;
  padding: 0 25px; }
  .page-Product #MainSection #ContentWrapper {
    display: grid;
    grid-auto-flow: row; }
    @media (min-width: 1024px) {
      .page-Product #MainSection #ContentWrapper {
        grid-auto-columns: max-content 1fr max-content;
        grid-auto-flow: column; } }
    .page-Product #MainSection #ContentWrapper #wl-prodlist-menu {
      margin-right: 20px; }
    .page-Product #MainSection #ContentWrapper #Main {
      margin: 0 auto;
      max-width: 1000px;
      width: fit-content; }
    @media (min-width: 1024px) {
      .page-Product #MainSection #ContentWrapper #CrossSection #cross {
        margin-left: 20px; } }
    .page-Product #MainSection #ContentWrapper #ProductWrapper .product {
      flex-direction: column;
      margin: 0; }
      .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-images {
        margin-bottom: 20px;
        max-width: unset;
        padding: 0;
        width: 100%; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-images .selected-image-wrapper {
          width: inherit; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-images .image_links {
          aspect-ratio: 1 / 1;
          background-color: white;
          display: grid;
          padding: 40px;
          width: inherit; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-images .image_links img {
            aspect-ratio: 1/1;
            height: 100%;
            object-fit: contain; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-images .slider a {
          aspect-ratio: 1 / 1;
          background-color: #fff;
          height: 100%;
          padding-bottom: 0 !important; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-images .slider a img {
            aspect-ratio: inherit;
            height: 100%;
            object-fit: contain;
            padding: 5px; }
      .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info {
        padding: 0;
        width: 100%; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .product-name h1 {
          color: #f2a92b;
          font-family: "Helvetica", "Arial", sans-serif;
          font-size: 30px;
          letter-spacing: 0;
          line-height: normal;
          margin: unset;
          text-align: left; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .product-name div {
          margin-bottom: 4px; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .product-name div span {
            font-size: 16px;
            font-weight: bold; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .product-code {
          text-align: left; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .product-code span {
            color: #2d2d2d;
            width: 100%; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .price-wrapper {
          background-color: #fff;
          border: none;
          height: 100px;
          margin-top: 20px; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .price-wrapper .prices .price {
            border: none;
            row-gap: 8px; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .availability .stock {
          background-color: #fff; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .availability .stock span {
            font-weight: normal; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons > a {
          background-color: #f2a92b;
          font-family: "Helvetica", "Arial", sans-serif;
          font-size: 20px;
          font-weight: normal;
          letter-spacing: 0;
          color: #fff;
          font-size: 17px;
          margin: 0;
          padding: 5px; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons > a:hover {
            background-color: #fabd5b; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .addtofavorite,
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .productquestionlink {
          background-color: #fabd5b; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .addtofavorite {
          margin-right: 10px; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .productquestionlink {
          margin-top: 15px; }
          @media (min-width: 768px) {
            .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .productquestionlink {
              margin-top: revert; } }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .addToCart {
          border: none;
          margin-bottom: 15px;
          padding: 0; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .addToCart .quantity input {
            border: none; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .addToCart #BtnBuy a {
            background-color: #f2a92b;
            font-family: "Helvetica", "Arial", sans-serif;
            font-size: 20px;
            font-weight: normal;
            letter-spacing: 0; }
            .page-Product #MainSection #ContentWrapper #ProductWrapper .product .product-info .details .productButtons .addToCart #BtnBuy a:hover {
              background-color: #fabd5b; }
    .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabsList > ul {
      border: none; }
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabsList > ul li.active a {
        background-color: #fabd5b;
        border: none;
        color: #fff; }
    .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent {
      display: flex;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description,
        .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .links {
          display: unset;
          opacity: unset;
          padding: 0;
          width: unset; } }
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description h2,
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .links h2 {
        font-family: "Helvetica", "Arial", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        margin-top: 0;
        text-align: left; }
        @media (min-width: 1024px) {
          .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description h2,
          .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .links h2 {
            margin-top: initial; } }
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description .text {
        margin-top: -14px; }
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description p,
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description td,
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description a,
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description li {
        font-size: 16px;
        text-align: left; }
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description table {
        width: 100%; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description table tr {
          height: 45px; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description table tr:nth-child(odd) {
            background-color: #fff; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description table tr td:first-child {
            padding-left: 20px; }
          .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description table tr td:nth-child(2) {
            padding-left: 10px;
            padding-top: 16px;
            word-break: break-word; }
            .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description table tr td:nth-child(2):last-child {
              padding-bottom: 16px; }
            .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .description table tr td:nth-child(2) * {
              margin: 0;
              margin-top: 16px; }
      .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .links .row a {
        color: #2d2d2d;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none; }
        .page-Product #MainSection #ContentWrapper #ProductWrapper .info-wrapper #TabContent .links .row a:hover {
          color: rgba(170, 170, 170, 0.75); }

.page-Register input[type="submit"] {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }
  .page-Register input[type="submit"]:hover {
    background-color: #fabd5b; }

@media (min-width: 768px) {
  #Page {
    margin-top: 80px; } }

#Page .outofstock {
  color: #e0384b; }

#Page .instock {
  color: #1eb87c; }

/* project modules - parts */
@media (min-width: 1024px) {
  #Cart {
    top: 80px; } }

#Cart .offcanvas-title {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase; }

#Cart .cart-inner .cart-header .tocheckout a {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  color: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 44px; }
  #Cart .cart-inner .cart-header .tocheckout a:hover {
    background-color: #fabd5b; }

#Cart .cart-inner .cart-header .headerinfo {
  background-color: #f8f8f8; }
  #Cart .cart-inner .cart-header .headerinfo .cartTotal span {
    font-weight: bold; }

#Cart .cart-inner .smallcart .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  height: 100px !important; }
  #Cart .cart-inner .smallcart .row .D10041 {
    background-color: #f2a92b; }
  #Cart .cart-inner .smallcart .row .DeleteRow i::before {
    color: #f2a92b; }
  #Cart .cart-inner .smallcart .row .D10082 {
    display: flex;
    grid-column: 2;
    grid-column-end: span 2;
    grid-row: 4; }
    #Cart .cart-inner .smallcart .row .D10082 i.instock::after {
      content: "I lager";
      font-family: "Helvetica", "Arial", sans-serif;
      font-style: initial; }
  #Cart .cart-inner .smallcart .row .D10043 {
    display: none; }
  #Cart .cart-inner .smallcart .row .image {
    grid-row: 1 / 4;
    height: 100%; }
    #Cart .cart-inner .smallcart .row .image a {
      height: inherit; }
  #Cart .cart-inner .smallcart .row .ArtCode {
    grid-row: 3; }
  #Cart .cart-inner .smallcart .row .ArtName {
    grid-row: 1;
    overflow: visible; }
    #Cart .cart-inner .smallcart .row .ArtName a {
      font-weight: bold; }
  #Cart .cart-inner .smallcart .row .D12815 {
    grid-column: 2;
    grid-row: 2; }
  #Cart .cart-inner .smallcart .row .D10005 {
    grid-column: 3;
    grid-row: 2; }
    #Cart .cart-inner .smallcart .row .D10005 span, #Cart .cart-inner .smallcart .row .D10005::after {
      font-weight: bold; }

#CrossSection {
  background-color: transparent; }
  @media (min-width: 1024px) {
    #CrossSection {
      display: grid;
      justify-content: flex-end;
      width: 100%; } }
  #CrossSection #cross {
    margin: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      #CrossSection #cross {
        width: 185px; } }
    #CrossSection #cross #crossSelling {
      flex-direction: column;
      margin: 0; }
      #CrossSection #cross #crossSelling .slick-list {
        width: 185px; }
        #CrossSection #cross #crossSelling .slick-list .slick-track {
          flex-direction: column;
          width: 100% !important; }
      #CrossSection #cross #crossSelling .cross-item {
        margin: 0;
        margin-bottom: 30px;
        width: 100% !important; }
        #CrossSection #cross #crossSelling .cross-item .inner {
          display: grid;
          grid-template-rows: 1fr min-content; }
          #CrossSection #cross #crossSelling .cross-item .inner .image-wrapper {
            height: 165px; }
            #CrossSection #cross #crossSelling .cross-item .inner .image-wrapper a {
              background-color: #fff;
              height: inherit;
              padding: 0 !important; }
              #CrossSection #cross #crossSelling .cross-item .inner .image-wrapper a img {
                height: inherit;
                object-fit: contain;
                padding: 10px;
                position: unset; }
          #CrossSection #cross #crossSelling .cross-item .inner .description-wrapper .title {
            font-family: "Helvetica", "Arial", sans-serif;
            font-size: 24px;
            letter-spacing: 0;
            margin: 0;
            text-align: left; }
            #CrossSection #cross #crossSelling .cross-item .inner .description-wrapper .title a {
              color: #f2a92b; }
          #CrossSection #cross #crossSelling .cross-item .inner .description-wrapper .cross-code {
            display: block;
            text-align: left;
            width: 100%; }
            #CrossSection #cross #crossSelling .cross-item .inner .description-wrapper .cross-code span {
              color: #2d2d2d; }
          #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .price-wrapper {
            border: none;
            margin: 0;
            padding: 0; }
            #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .price-wrapper .price {
              flex-direction: row-reverse;
              justify-content: space-between; }
              #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .price-wrapper .price .label {
                align-items: flex-end;
                display: flex;
                font-weight: 100; }
              #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .price-wrapper .price .value {
                font-family: "Helvetica", "Arial", sans-serif;
                /* font-size: 24px; */
                letter-spacing: 0; }
          #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .fw-button-outline {
            background-color: #f2a92b;
            font-family: "Helvetica", "Arial", sans-serif;
            font-size: 20px;
            font-weight: normal;
            letter-spacing: 0;
            color: #fff; }
            #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .fw-button-outline:hover {
              background-color: #fabd5b; }
          #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .quantity {
            height: 45px; }
            #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .quantity > div {
              height: 100%; }
              #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .quantity > div a,
              #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .quantity > div input {
                height: inherit; }
              #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .quantity > div input {
                border-color: #f2a92b; }
            #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .quantity .fw-input-group-button a {
              background-color: #f2a92b;
              font-family: "Helvetica", "Arial", sans-serif;
              font-size: 20px;
              font-weight: normal;
              letter-spacing: 0;
              color: #fff; }
              #CrossSection #cross #crossSelling .cross-item .inner .buy-wrapper .quantity .fw-input-group-button a:hover {
                background-color: #fabd5b; }

.page-Product .wl-crosselling-header-text {
  border-bottom: 1px solid #f2a92b;
  color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 20px; }

#fancybox-wrap #MainContent_Form a {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }
  #fancybox-wrap #MainContent_Form a:hover {
    background-color: #fabd5b; }

#fancybox-wrap .favorite #FavoritePopupProd img {
  padding: 20px; }

#fancybox-wrap .favorite #FavoritePopupProd h3 {
  color: #fff; }

#fancybox-wrap .favorite a.btn-action {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }
  #fancybox-wrap .favorite a.btn-action:hover {
    background-color: #fabd5b; }

#fancybox-overlay {
  background-color: rgba(170, 170, 170, 0.2); }

#FilterWrapper #FilterSearchContent {
  display: none; }

#FilterContentWrapper {
  display: none; }

#SortAndPageSettings {
  margin-bottom: 20px;
  overflow: visible;
  padding: 0;
  width: fit-content; }
  @media (min-width: 1024px) {
    #SortAndPageSettings {
      margin-bottom: unset;
      padding: initial;
      width: unset; } }

#Sort {
  border: none;
  display: none;
  height: 40px;
  padding: 5px;
  width: 200px; }
  @media (min-width: 1024px) {
    #Sort {
      height: initial;
      margin: 0;
      padding: 0;
      padding-top: 40px;
      width: initial; } }
  #Sort #SortOuter {
    display: grid;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }
    #Sort #SortOuter .textsort {
      align-items: center;
      cursor: pointer;
      font-weight: 400;
      margin: 0;
      padding: 0; }
      #Sort #SortOuter .textsort > i {
        margin-left: auto;
        transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
        #Sort #SortOuter .textsort > i.wl-rotate {
          transform: rotate(180deg) translateY(3px); }
    #Sort #SortOuter .selectionBox {
      background-color: #fff;
      box-shadow: 0 2px 10px #17171729;
      height: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 35px;
      transition: height 600ms;
      width: 100%;
      z-index: 2; }
      @media (min-width: 1024px) {
        #Sort #SortOuter .selectionBox {
          background-color: initial;
          box-shadow: unset;
          top: 25px; } }
      #Sort #SortOuter .selectionBox.wl-open {
        height: fit-content;
        overflow-x: hidden;
        overflow-y: hidden; }
      #Sort #SortOuter .selectionBox .selectionOptions {
        display: flex;
        flex-flow: nowrap;
        flex-direction: column;
        padding: 0;
        padding-left: 25px;
        row-gap: 10px; }
        #Sort #SortOuter .selectionBox .selectionOptions a {
          background-color: transparent;
          border: none;
          border-radius: 0;
          font-size: 14px;
          font-weight: 400px;
          justify-content: flex-start;
          margin: 0;
          padding: 0;
          text-transform: capitalize; }
          #Sort #SortOuter .selectionBox .selectionOptions a:hover {
            color: unset; }
          #Sort #SortOuter .selectionBox .selectionOptions a:active {
            color: unset; }
          #Sort #SortOuter .selectionBox .selectionOptions a.current {
            color: #2d2d2d;
            font-weight: 700; }

#Footer {
  border: none;
  display: grid;
  place-content: center; }
  @media (min-width: 1024px) {
    #Footer {
      margin-left: 265px; } }
  #Footer .footer .footer-inner .footer-companyinfo {
    max-width: 225px; }
    #Footer .footer .footer-inner .footer-companyinfo .footerInfo {
      font-size: 14px;
      text-align: center;
      width: max-content; }
      #Footer .footer .footer-inner .footer-companyinfo .footerInfo a,
      #Footer .footer .footer-inner .footer-companyinfo .footerInfo span {
        padding: 0; }
      #Footer .footer .footer-inner .footer-companyinfo .footerInfo div {
        display: block; }
        #Footer .footer .footer-inner .footer-companyinfo .footerInfo div.companyName {
          font-family: "Helvetica", "Arial", sans-serif;
          font-size: 24px;
          font-weight: normal;
          letter-spacing: 0;
          margin-bottom: 0; }
          #Footer .footer .footer-inner .footer-companyinfo .footerInfo div.companyName a {
            color: #f2a92b; }
        #Footer .footer .footer-inner .footer-companyinfo .footerInfo div.companyEmail {
          margin-bottom: 0; }
          #Footer .footer .footer-inner .footer-companyinfo .footerInfo div.companyEmail .label::after {
            content: "\0020"; }
        #Footer .footer .footer-inner .footer-companyinfo .footerInfo div.companyAddress {
          margin-bottom: 25px; }
          #Footer .footer .footer-inner .footer-companyinfo .footerInfo div.companyAddress .label {
            display: none; }
        #Footer .footer .footer-inner .footer-companyinfo .footerInfo div.companyPhoneNo {
          margin-bottom: 25px;
          margin-top: 0; }
  #Footer .footer .footer-inner .footer-menus-content {
    display: none; }

#Header {
  top: 0;
  width: 100vw; }
  @media (min-width: 768px) {
    #Header {
      height: 80px;
      position: fixed; } }
  #Header > .header-content:hover {
    opacity: unset;
    transform: unset;
    transition: unset; }
  @media (min-width: 768px) {
    #Header > .header-content {
      border-bottom-color: transparent;
      height: inherit;
      padding: 0 80px; }
      #Header > .header-content.header-up, #Header > .header-content.header-down {
        box-shadow: unset;
        opacity: unset;
        position: revert;
        transform: unset;
        transition: unset; } }
  #Header > .header-content > .header-inner {
    height: inherit;
    margin: 0 auto;
    max-width: unset; }
    @media (min-width: 1024px) {
      #Header > .header-content > .header-inner {
        gap: 50px; } }
    #Header > .header-content > .header-inner > #OpenMenuContent i {
      color: #f2a92b; }
    @media (min-width: 1024px) {
      #Header > .header-content > .header-inner > #OpenMenuContent {
        display: none; } }
    #Header > .header-content > .header-inner > #wl-header-menu {
      display: flex;
      gap: 20px; }
      #Header > .header-content > .header-inner > #wl-header-menu > a {
        color: #f2a92b;
        font-family: "Helvetica", "Arial", sans-serif;
        font-size: 25px;
        letter-spacing: 0;
        text-decoration: none;
        transition: none; }
        #Header > .header-content > .header-inner > #wl-header-menu > a:hover {
          color: #fabd5b; }
    #Header > .header-content > .header-inner > #OpenCartContent {
      display: flex;
      gap: 5px;
      justify-content: flex-end; }
      #Header > .header-content > .header-inner > #OpenCartContent .wlFlag {
        align-items: center;
        cursor: pointer;
        display: flex; }
        #Header > .header-content > .header-inner > #OpenCartContent .wlFlag > #wlUkFlag,
        #Header > .header-content > .header-inner > #OpenCartContent .wlFlag > #wlSeFlag {
          height: 28px;
          width: 28px; }
      #Header > .header-content > .header-inner > #OpenCartContent > #OpenCartWrapper > a,
      #Header > .header-content > .header-inner > #OpenCartContent > #OpenLoginWrapper > a,
      #Header > .header-content > .header-inner > #OpenCartContent > #OpenSearchWrapper > a {
        color: #f2a92b;
        transition: none; }
        #Header > .header-content > .header-inner > #OpenCartContent > #OpenCartWrapper > a > i,
        #Header > .header-content > .header-inner > #OpenCartContent > #OpenLoginWrapper > a > i,
        #Header > .header-content > .header-inner > #OpenCartContent > #OpenSearchWrapper > a > i {
          color: #f2a92b;
          font-size: 18px; }
          @media (min-width: 1024px) {
            #Header > .header-content > .header-inner > #OpenCartContent > #OpenCartWrapper > a > i,
            #Header > .header-content > .header-inner > #OpenCartContent > #OpenLoginWrapper > a > i,
            #Header > .header-content > .header-inner > #OpenCartContent > #OpenSearchWrapper > a > i {
              font-size: 2em; } }
          #Header > .header-content > .header-inner > #OpenCartContent > #OpenCartWrapper > a > i:hover,
          #Header > .header-content > .header-inner > #OpenCartContent > #OpenLoginWrapper > a > i:hover,
          #Header > .header-content > .header-inner > #OpenCartContent > #OpenSearchWrapper > a > i:hover {
            color: #fabd5b; }
        #Header > .header-content > .header-inner > #OpenCartContent > #OpenCartWrapper > a #UsernameLink,
        #Header > .header-content > .header-inner > #OpenCartContent > #OpenLoginWrapper > a #UsernameLink,
        #Header > .header-content > .header-inner > #OpenCartContent > #OpenSearchWrapper > a #UsernameLink {
          display: none; }
      #Header > .header-content > .header-inner > #OpenCartContent #OpenCartQuantityWrapper {
        background-color: #fdeed4;
        color: #f2a92b; }
      #Header > .header-content > .header-inner > #OpenCartContent > #OpenLoginWrapper #AccountLabel {
        display: none; }

.offcanvas-overlay {
  background-color: rgba(170, 170, 170, 0.2); }
  @media (min-width: 1024px) {
    .offcanvas-overlay {
      background-color: transparent; } }

#Menu #LoginWrapper #MainForm #FormTitle {
  color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase; }

#Menu #LoginWrapper #MainForm .btn-group input {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  color: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 44px; }
  #Menu #LoginWrapper #MainForm .btn-group input:hover {
    background-color: #fabd5b; }

#Menu #MyAccountWrapper .myaccount-title #MyAccountName span {
  color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: 0; }

#Menu #MyAccountWrapper .myaccount-title #UserIcon {
  background-color: #f2a92b; }
  #Menu #MyAccountWrapper .myaccount-title #UserIcon::before {
    color: #fff; }

#Menu #MyAccountWrapper .nav-myaccount li:last-child {
  display: none; }

#Menu #LogoutWrapper a {
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  color: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 44px; }
  #Menu #LogoutWrapper a:hover {
    background-color: #fabd5b; }
  #Menu #LogoutWrapper a i::before {
    color: #fff; }

#Menu .offcanvas-title {
  color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  letter-spacing: 0; }

#Menu #MenuToolbarTabs {
  border: none;
  margin-bottom: 25px; }
  #Menu #MenuToolbarTabs > ul > li {
    border: none; }
    #Menu #MenuToolbarTabs > ul > li:nth-child(1) {
      margin-bottom: 20px; }
      #Menu #MenuToolbarTabs > ul > li:nth-child(1) a {
        background-color: #f2a92b;
        font-family: "Helvetica", "Arial", sans-serif;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0;
        color: #fff;
        font-family: "Helvetica", "Arial", sans-serif;
        font-size: 14px;
        font-weight: bold;
        height: 44px;
        display: flex;
        justify-content: center; }
        #Menu #MenuToolbarTabs > ul > li:nth-child(1) a:hover {
          background-color: #fabd5b; }
        #Menu #MenuToolbarTabs > ul > li:nth-child(1) a i::before {
          color: #fff; }
    #Menu #MenuToolbarTabs > ul > li:nth-child(2) a {
      background-color: #f2a92b;
      font-family: "Helvetica", "Arial", sans-serif;
      font-size: 20px;
      font-weight: normal;
      letter-spacing: 0;
      color: #fff;
      font-family: "Helvetica", "Arial", sans-serif;
      font-size: 14px;
      font-weight: bold;
      height: 44px;
      display: flex;
      justify-content: center; }
      #Menu #MenuToolbarTabs > ul > li:nth-child(2) a:hover {
        background-color: #fabd5b; }
      #Menu #MenuToolbarTabs > ul > li:nth-child(2) a i::before {
        color: #fff; }
      @media (min-width: 1024px) {
        #Menu #MenuToolbarTabs > ul > li:nth-child(2) a {
          display: none; } }

#Menu #Tree {
  margin: 0; }
  #Menu #Tree #NavTree-Vertikal > ul {
    /* menu level 1 */ }
    #Menu #Tree #NavTree-Vertikal > ul > li {
      font-size: 14px;
      height: fit-content;
      line-height: normal;
      min-height: 40px; }
      #Menu #Tree #NavTree-Vertikal > ul > li.wl-level-2-open .fw-accordionToggle {
        width: 15px !important; }
      #Menu #Tree #NavTree-Vertikal > ul > li.wl-level-2-open > a > i {
        width: 15px !important; }
      #Menu #Tree #NavTree-Vertikal > ul > li > div {
        height: 40px;
        padding-left: 20px; }
        #Menu #Tree #NavTree-Vertikal > ul > li > div > a {
          text-decoration: none;
          pointer-events: none; }
          #Menu #Tree #NavTree-Vertikal > ul > li > div > a:hover, #Menu #Tree #NavTree-Vertikal > ul > li > div > a:active {
            color: #2d2d2d; }
        #Menu #Tree #NavTree-Vertikal > ul > li > div > .fw-accordionToggle {
          height: inherit;
          padding: 0;
          pointer-events: none; }
      #Menu #Tree #NavTree-Vertikal > ul > li > ul {
        /* menu level 2 */
        margin-bottom: unset; }
        #Menu #Tree #NavTree-Vertikal > ul > li > ul > li > a {
          font-weight: bold; }
        #Menu #Tree #NavTree-Vertikal > ul > li > ul > li > div > a {
          font-weight: bold; }
        #Menu #Tree #NavTree-Vertikal > ul > li > ul > li > div i {
          transform: translateX(-30px); }
        #Menu #Tree #NavTree-Vertikal > ul > li > ul > li > ul {
          /* menu level 3 */ }
          #Menu #Tree #NavTree-Vertikal > ul > li > ul > li > ul.wl-show-level-3 {
            display: block; }
      #Menu #Tree #NavTree-Vertikal > ul > li ul {
        padding-left: 40px; }
        #Menu #Tree #NavTree-Vertikal > ul > li ul li div {
          height: 40px; }
        #Menu #Tree #NavTree-Vertikal > ul > li ul li a {
          align-items: center;
          color: #fff;
          height: 40px; }
        #Menu #Tree #NavTree-Vertikal > ul > li ul.wl-show-level-2 {
          display: block; }
      #Menu #Tree #NavTree-Vertikal > ul > li > a {
        text-decoration: none;
        align-items: center;
        display: flex;
        height: 40px;
        justify-content: space-between;
        padding: 0;
        padding-left: 20px; }
        #Menu #Tree #NavTree-Vertikal > ul > li > a:hover, #Menu #Tree #NavTree-Vertikal > ul > li > a:active {
          color: #2d2d2d; }
    #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 1) {
      border-bottom: solid 1px #a60e23; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 1) > a > i {
        background-color: #a60e23;
        height: 100%;
        transition: width ease-out 300ms;
        width: 10px; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 1) > div .fw-accordionToggle {
        background-color: #a60e23;
        height: 100%;
        transition: width ease-out 300ms;
        width: 10px; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 1) > ul.wl-show-level-2 {
        background-color: #a60e23; }
    #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 2) {
      border-bottom: solid 1px #f2a92b; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 2) > a > i {
        background-color: #f2a92b;
        height: 100%;
        transition: width ease-out 300ms;
        width: 10px; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 2) > div .fw-accordionToggle {
        background-color: #f2a92b;
        height: 100%;
        transition: width ease-out 300ms;
        width: 10px; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 2) > ul.wl-show-level-2 {
        background-color: #f2a92b; }
    #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 3) {
      border-bottom: solid 1px #86a027; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 3) > a > i {
        background-color: #86a027;
        height: 100%;
        transition: width ease-out 300ms;
        width: 10px; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 3) > div .fw-accordionToggle {
        background-color: #86a027;
        height: 100%;
        transition: width ease-out 300ms;
        width: 10px; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 3) > ul.wl-show-level-2 {
        background-color: #86a027; }
    #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 4) {
      border-bottom: solid 1px #218477; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 4) > a > i {
        background-color: #218477;
        height: 100%;
        transition: width ease-out 300ms;
        width: 10px; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 4) > div .fw-accordionToggle {
        background-color: #218477;
        height: 100%;
        transition: width ease-out 300ms;
        width: 10px; }
      #Menu #Tree #NavTree-Vertikal > ul > li:nth-child(4n + 4) > ul.wl-show-level-2 {
        background-color: #218477; }

#Menu #MainMenu {
  border: none;
  padding: 0; }

@media (min-width: 1024px) {
  #MainContainer {
    display: grid;
    grid-template-columns: max-content 1fr; }
    #MainContainer #wl-fake-menu {
      width: 265px; }
    #MainContainer #wl-custom-menu {
      background-color: #fff;
      height: 100%;
      position: fixed;
      top: 80px;
      width: 265px;
      z-index: 2; }
      #MainContainer #wl-custom-menu::-webkit-scrollbar {
        width: 0 !important; }
      #MainContainer #wl-custom-menu .nav {
        margin: 0; } }
    @media (min-width: 1024px) and (min-width: 768px) {
      #MainContainer #wl-custom-menu #Tree {
        height: calc(100% - 80px);
        overflow-y: auto; } }

@media (min-width: 1024px) {
      #MainContainer #wl-custom-menu .wl-menu-level-1 > li {
        cursor: pointer;
        font-size: 14px;
        height: 40px;
        line-height: normal;
        padding-left: 20px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li.wl-level-2-open .fw-accordionToggle {
          width: 15px !important; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li.wl-level-2-open > a > i {
          width: 15px !important; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:hover .fw-accordionToggle {
          width: 15px !important; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:hover > a > i {
          width: 15px !important; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li > div {
          height: inherit; }
          #MainContainer #wl-custom-menu .wl-menu-level-1 > li > div > a {
            text-decoration: none;
            pointer-events: none; }
            #MainContainer #wl-custom-menu .wl-menu-level-1 > li > div > a:hover, #MainContainer #wl-custom-menu .wl-menu-level-1 > li > div > a:active {
              color: #2d2d2d; }
          #MainContainer #wl-custom-menu .wl-menu-level-1 > li > div > .fw-accordionToggle {
            height: inherit;
            padding: 0; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li > a {
          text-decoration: none;
          align-items: center;
          display: flex;
          height: inherit;
          justify-content: space-between; }
          #MainContainer #wl-custom-menu .wl-menu-level-1 > li > a:hover, #MainContainer #wl-custom-menu .wl-menu-level-1 > li > a:active {
            color: #2d2d2d; } }
      @media (min-width: 1024px) and (min-width: 1024px) {
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li .wl-menu-level-3 {
          display: none; } }

@media (min-width: 1024px) {
      #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 1) {
        border-bottom: solid 1px #a60e23; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 1) > a > i {
          background-color: #a60e23;
          height: 100%;
          transition: width ease-out 300ms;
          width: 10px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 1) > div .fw-accordionToggle {
          background-color: #a60e23;
          height: 100%;
          transition: width ease-out 300ms;
          width: 10px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 1) .wl-menu-level-2.wl-show-level-2 {
          background-color: #a60e23; }
      #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 2) {
        border-bottom: solid 1px #f2a92b; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 2) > a > i {
          background-color: #f2a92b;
          height: 100%;
          transition: width ease-out 300ms;
          width: 10px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 2) > div .fw-accordionToggle {
          background-color: #f2a92b;
          height: 100%;
          transition: width ease-out 300ms;
          width: 10px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 2) .wl-menu-level-2.wl-show-level-2 {
          background-color: #f2a92b; }
      #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 3) {
        border-bottom: solid 1px #86a027; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 3) > a > i {
          background-color: #86a027;
          height: 100%;
          transition: width ease-out 300ms;
          width: 10px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 3) > div .fw-accordionToggle {
          background-color: #86a027;
          height: 100%;
          transition: width ease-out 300ms;
          width: 10px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 3) .wl-menu-level-2.wl-show-level-2 {
          background-color: #86a027; }
      #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 4) {
        border-bottom: solid 1px #218477; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 4) > a > i {
          background-color: #218477;
          height: 100%;
          transition: width ease-out 300ms;
          width: 10px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 4) > div .fw-accordionToggle {
          background-color: #218477;
          height: 100%;
          transition: width ease-out 300ms;
          width: 10px; }
        #MainContainer #wl-custom-menu .wl-menu-level-1 > li:nth-child(4n + 4) .wl-menu-level-2.wl-show-level-2 {
          background-color: #218477; }
      #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 {
        display: block;
        height: 100vh;
        left: 265px;
        position: fixed;
        top: 80px;
        width: 225px; }
        #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 li {
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          height: 40px; }
          #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 li:hover {
            box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.4); }
          #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 li div {
            height: inherit; }
            #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 li div i {
              display: none; }
          #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 li a {
            text-decoration: none;
            color: inherit;
            display: block;
            height: 100%;
            padding: 10px;
            width: 100%; }
            #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 li a:hover, #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 li a:active {
              color: #2d2d2d; }
            #MainContainer #wl-custom-menu .wl-menu-level-2.wl-show-level-2 li a:hover {
              color: #fff; } }

body.wl-open-user-toolbar #OffcanvasMenuOverlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

body.wl-open-user-toolbar #Menu {
  left: unset;
  max-width: none;
  position: fixed;
  right: 0;
  transform: none;
  visibility: visible;
  width: 100%; }
  @media (min-width: 1024px) {
    body.wl-open-user-toolbar #Menu {
      bottom: 0;
      left: unset;
      max-width: 350px;
      opacity: 0;
      pointer-events: all;
      right: 0;
      top: 80px;
      transition: opacity ease-in-out 350ms; } }
  body.wl-open-user-toolbar #Menu.wl-menu-open {
    opacity: 1;
    visibility: visible; }

body.wl-open-user-toolbar #MenuToolbarPanelUser {
  opacity: unset;
  transform: unset;
  transition: none;
  visibility: unset; }

body.wl-open-user-toolbar #MenuContent #CloseMenu {
  display: none; }

body.wl-open-language-toolbar #OffcanvasMenuOverlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

body.wl-open-language-toolbar #Menu {
  left: unset;
  max-width: none;
  position: fixed;
  right: 0;
  transform: none;
  visibility: visible;
  width: 100%; }
  @media (min-width: 1024px) {
    body.wl-open-language-toolbar #Menu {
      bottom: 0;
      left: unset;
      max-width: 350px;
      opacity: 0;
      pointer-events: all;
      right: 0;
      top: 80px;
      transition: opacity ease-in-out 350ms; } }
  body.wl-open-language-toolbar #Menu.wl-menu-open {
    opacity: 1;
    visibility: visible; }

body.wl-open-language-toolbar #MenuToolbarPanelLocation {
  opacity: unset;
  transform: unset;
  transition: none;
  visibility: unset; }

body.wl-open-language-toolbar #MenuContent #CloseMenu {
  display: none; }

#wl-prodlist-menu {
  width: 185px; }
  #wl-prodlist-menu li {
    list-style: none; }
  #wl-prodlist-menu a {
    text-decoration: none; }
    #wl-prodlist-menu a:hover, #wl-prodlist-menu a:active {
      color: #2d2d2d; }
  #wl-prodlist-menu .wl-menu-level-2-text {
    border-bottom: 1px solid #f2a92b;
    color: #f2a92b;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 20px; }
  #wl-prodlist-menu .wl-menu-level-2 {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    row-gap: 12px; }
    #wl-prodlist-menu .wl-menu-level-2 > li > div {
      display: flex;
      justify-content: space-between; }
      #wl-prodlist-menu .wl-menu-level-2 > li > div i {
        transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
        #wl-prodlist-menu .wl-menu-level-2 > li > div i.wl-rotate {
          transform: rotate(180deg) translateY(3px); }
  #wl-prodlist-menu .wl-menu-level-3 {
    display: none;
    flex-direction: column;
    padding-left: 25px;
    padding-top: 10px;
    row-gap: 10px; }
    #wl-prodlist-menu .wl-menu-level-3.wl-open {
      display: flex; }

#LocationTabToggle > i {
  align-items: center;
  display: flex; }

#LocationTabToggle #wlUkFlag,
#LocationTabToggle #wlSeFlag {
  height: 24px;
  width: 24px; }

body.page-Prodlist #MainContainer {
  margin-top: 40px; }

body.page-Prodlist #MainSection {
  max-width: none;
  padding: 0 25px; }
  body.page-Prodlist #MainSection #ContentWrapper {
    display: flex;
    gap: 20px; }
    body.page-Prodlist #MainSection #ContentWrapper #Main {
      width: 100%; }
  body.page-Prodlist #MainSection #ProdListHeader {
    margin-bottom: 20px; }
    body.page-Prodlist #MainSection #ProdListHeader .list_info {
      max-width: unset; }
      body.page-Prodlist #MainSection #ProdListHeader .list_info::after {
        display: none; }
      body.page-Prodlist #MainSection #ProdListHeader .list_info .wl-banner-text-container {
        margin-top: -10px; }
        body.page-Prodlist #MainSection #ProdListHeader .list_info .wl-banner-text-container h1,
        body.page-Prodlist #MainSection #ProdListHeader .list_info .wl-banner-text-container p {
          text-align: left; }
        body.page-Prodlist #MainSection #ProdListHeader .list_info .wl-banner-text-container h1 {
          font-family: "Helvetica", "Arial", sans-serif;
          font-size: 30px;
          letter-spacing: 0;
          margin-bottom: 10px;
          margin-top: 20px; }
        body.page-Prodlist #MainSection #ProdListHeader .list_info .wl-banner-text-container p {
          font-size: 14px;
          margin-bottom: 0;
          margin-top: 10px; }

#Breadcrumbs {
  display: none; }

#ProductList .view {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 550px) {
    #ProductList .view {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 768px) {
    #ProductList .view {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (min-width: 1441px) {
    #ProductList .view {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  #ProductList .view .productContainer {
    flex-basis: unset;
    margin: 0;
    max-width: unset;
    padding: 0; }
    #ProductList .view .productContainer .inner {
      background-color: #fff;
      padding: 10px;
      width: 100%; }

#ProductList .image-wrapper a {
  background-color: #fff; }

#ProductList .info-wrapper .description-wrapper {
  row-gap: 5px; }
  #ProductList .info-wrapper .description-wrapper .product-name {
    display: flex;
    flex-direction: column;
    row-gap: inherit; }
    #ProductList .info-wrapper .description-wrapper .product-name > a {
      color: #f2a92b;
      font-family: "Helvetica", "Arial", sans-serif;
      font-size: 20px;
      letter-spacing: 0;
      margin-bottom: 0; }
    #ProductList .info-wrapper .description-wrapper .product-name > div span {
      font-weight: bold;
      word-break: break-word; }
  #ProductList .info-wrapper .description-wrapper .product-code {
    width: 100%; }
    #ProductList .info-wrapper .description-wrapper .product-code span {
      color: #2d2d2d; }

#ProductList .info-wrapper .price-wrapper {
  border: none;
  margin: 10px 0;
  padding: 0; }
  #ProductList .info-wrapper .price-wrapper .price {
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between; }
    #ProductList .info-wrapper .price-wrapper .price .label {
      font-weight: 100; }
    #ProductList .info-wrapper .price-wrapper .price .value {
      font-family: "Helvetica", "Arial", sans-serif;
      font-size: 20px;
      letter-spacing: 0; }

#ProductList .info-wrapper .quantity .numeric input {
  border-color: #f2a92b;
  height: 40px; }

#ProductList .info-wrapper .quantity .fw-input-group-button a {
  height: 40px;
  background-color: #f2a92b;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0; }
  #ProductList .info-wrapper .quantity .fw-input-group-button a:hover {
    background-color: #fabd5b; }

#MainSearch {
  display: none;
  opacity: 0;
  position: fixed;
  top: 61px;
  transition: opacity ease-out 300ms;
  width: 100vw; }
  @media (min-width: 1024px) {
    #MainSearch {
      top: unset; } }
  #MainSearch.wl-visible {
    display: block;
    opacity: 1; }

body.header-up #MainSearch.wl-visible {
  display: block; }

/* set to true -> change font-weight for default h1 - h6 */
/* change to preffered font-weight. */
html,
body {
  background-color: #f8f8f8;
  color: #2d2d2d;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal; }

h1 {
  color: #2d2d2d;
  font-size: 2.3em; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2.3em; } }

h2 {
  color: #2d2d2d;
  font-size: 1.5em; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 1.5em; } }

h3 {
  color: #2d2d2d;
  font-size: 1.35em; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 1.35em; } }

h4 {
  color: #2d2d2d;
  font-size: 1.2em; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 1.2em; } }

h5 {
  color: #2d2d2d;
  font-size: 14px; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 18px; } }

p {
  color: #2d2d2d;
  font-size: 13px; }
  @media (min-width: 1024px) {
    p {
      font-size: 13px; } }

a {
  color: #2d2d2d; }
  a:focus, a:active, a:hover {
    color: rgba(170, 170, 170, 0.75); }

div,
footer,
nav,
menu,
header,
li,
span,
p,
.paragraph,
hr {
  border-color: transparant; }

#PreLoad.resize {
  background-color: rgba(17, 17, 17, 0.97); }

.custom-brand-logo {
  display: none; }

.selected-image-wrapper .wl-brand-logo,
.image-inner .wl-brand-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px; }


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