/* MIXINS */
/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  background: #000000; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
select:focus,
input:focus,
button:focus,
button:active,
button:hover,
.btn,
.page-link {
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none; }

/* GENERAL STYLES */
html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth; }

body {
  font-family: 'MyriadPro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: #000000;
  overflow-x: hidden; }
  body.no-scroll {
    overflow: hidden; }

.ratio {
  background-color: transparent !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'MyriadPro', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 10px; }

h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 42px;
  color: #000000; }
  h2 span {
    display: block; }

h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 34px; }
  h3 span {
    color: #000000; }

h4 {
  font-size: 22px;
  margin-bottom: 15px; }

p {
  margin-bottom: 24px;
  line-height: 28px; }
  p:last-child {
    margin: 0; }

ol, ul {
  margin-bottom: 28px; }
  ol li, ul li {
    line-height: 28px;
    margin-left: 20px; }

ol li {
  list-style: decimal; }

small {
  font-size: 12px; }
  small.text-muted {
    font-style: italic; }

.order-6 {
  order: 6 !important; }

a {
  text-decoration: underline;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  a:hover {
    color: #000000; }
  a.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2; }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 90%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 90%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

i:before {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.loaderWrapper {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 10; }

.loaderIcon {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }
  .loaderIcon:before, .loaderIcon:after {
    content: "";
    display: block;
    position: absolute;
    border: 4px solid #a7be38;
    opacity: 1;
    border-radius: 50%;
    animation: loaderAnimation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  .loaderIcon:after {
    animation-delay: -0.5s; }

@keyframes loaderAnimation {
  0% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0; }
  4.9% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0; }
  5% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    opacity: 0; } }
.btn {
  width: fit-content;
  background: #a7be38;
  color: #ffffff;
  font-style: normal;
  padding: 12px 20px;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn i {
    margin: 0 10px 0 0; }
  .btn:hover {
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(134, 153, 45, 0.2) !important; }
  .btn.btn-alt {
    border: 1px solid #ffffff; }
  .btn.btn-lined {
    background: transparent;
    border: 1px solid #a7be38;
    color: #a7be38; }
    .btn.btn-lined.black {
      border: 1px solid #000000;
      color: #000000; }
      .btn.btn-lined.black:hover {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-no-line {
    background: transparent;
    border: 0px solid #a7be38;
    color: #a7be38;
    padding: 0; }
    .btn.btn-no-line.black {
      border: 0px solid #000000;
      color: #000000; }
      .btn.btn-no-line.black:hover {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-black {
    background: #434649;
    background: linear-gradient(180deg, #434649 0%, #333 100%);
    border: 0px solid #000000; }
    .btn.btn-black:hover {
      background: #434649;
      background: linear-gradient(180deg, #434649 0%, #333 100%);
      color: #ffffff;
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) !important; }

.spinner-border {
  border: 0.15em solid #a7be38;
  border-right-color: transparent; }

div.lightbox button.btn-close {
  width: 30px;
  height: 30px;
  background: #a7be38 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  padding: 0 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center; }
  div.lightbox button.btn-close svg {
    width: 16px;
    height: 16px;
    top: unset !important; }
  div.lightbox button.btn-close:hover {
    opacity: 1 !important; }
div.lightbox .carousel-control {
  color: #ffffff;
  opacity: 1 !important; }
  div.lightbox .carousel-control span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #a7be38 !important;
    background-size: 75%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    padding: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    opacity: 1 !important;
    color: #ffffff; }

/* END GENERAL STYLES */
header {
  background: #434649;
  background: linear-gradient(180deg, #434649 0%, #333 100%);
  color: #ffffff;
  height: 65px;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  top: 0;
  z-index: 10; }
  header a.mobile-menu {
    color: #ffffff;
    font-size: 18px;
    padding: 10px; }
  header a.logo {
    display: inline-block;
    width: 100%; }
    header a.logo img {
      max-width: 150px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  header div.search-wrapper {
    position: relative; }
    header div.search-wrapper form.search {
      position: relative; }
      header div.search-wrapper form.search input {
        border: 0px;
        font-size: 15px;
        padding: 8px 50px 8px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        header div.search-wrapper form.search input:focus {
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2); }
      header div.search-wrapper form.search button {
        position: absolute;
        height: 100%;
        padding: 0 15px;
        right: 0;
        background: none;
        outline: inherit;
        border: 0px;
        color: #a7be38; }
        header div.search-wrapper form.search button i {
          display: flex; }
    header div.search-wrapper div.search-results {
      position: absolute;
      margin-top: 3px;
      left: calc(var(--bs-gutter-x) * .5);
      right: calc(var(--bs-gutter-x) * .5);
      background: #ffffff;
      border: 1px solid #d1d1d1;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #000000; }
      header div.search-wrapper div.search-results.active {
        display: block !important; }
      header div.search-wrapper div.search-results div.search-result-footer {
        padding: 15px 10px;
        background: rgba(209, 209, 209, 0.2); }
        header div.search-wrapper div.search-results div.search-result-footer a {
          text-decoration: none;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          header div.search-wrapper div.search-results div.search-result-footer a:hover {
            color: #a7be38; }
      header div.search-wrapper div.search-results ul {
        display: flex;
        flex-direction: column;
        margin: 0; }
        header div.search-wrapper div.search-results ul li {
          margin: 0;
          border-bottom: 1px solid #d1d1d1; }
          header div.search-wrapper div.search-results ul li div.search-result {
            display: flex;
            color: #000000;
            align-items: center;
            padding: 10px;
            gap: 10px; }
            header div.search-wrapper div.search-results ul li div.search-result img {
              max-width: 60px; }
            header div.search-wrapper div.search-results ul li div.search-result div.content h3 {
              font-size: 16px;
              margin: 0;
              line-height: 18px; }
            header div.search-wrapper div.search-results ul li div.search-result div.content p {
              font-size: 12px; }
            header div.search-wrapper div.search-results ul li div.search-result a.btn {
              margin-left: auto;
              padding: 8px 20px; }
  header ul li a {
    border: 0px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px solid rgba(67, 70, 73, 0); }
    header ul li a:hover {
      color: #ffffff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  header ul li.shopping-cart a {
    display: flex;
    font-size: 25px; }
    header ul li.shopping-cart a:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      color: #a7be38; }
  header ul li.shopping-cart div.counter {
    font-size: 11px;
    display: flex;
    margin-left: -5px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #a7be38;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  header div.language-switch {
    position: absolute;
    top: 15px;
    right: 1rem;
    height: 34px;
    overflow: hidden;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: block;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.1); }
    header div.language-switch:hover {
      height: auto;
      border: 1px solid rgba(255, 255, 255, 0.5);
      background: rgba(0, 0, 0, 0.5); }
    header div.language-switch ul {
      list-style: none;
      display: flex;
      flex-flow: column;
      margin: 0;
      gap: 0; }
      header div.language-switch ul li {
        margin: 0;
        color: #FFF;
        width: auto;
        height: 32px;
        padding: 5px 5px;
        text-align: right;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
        order: 2; }
        header div.language-switch ul li:hover {
          background: rgba(0, 0, 0, 0.5); }
        header div.language-switch ul li.active {
          order: 1; }
        header div.language-switch ul li:after {
          content: "";
          width: 30px;
          height: 22px;
          padding: 0;
          background: url(/assets/img/misc/flags.png) no-repeat;
          display: flex; }
        header div.language-switch ul li.flag.flag-nl:after {
          background-position: 0 0; }
        header div.language-switch ul li.flag.flag-en:after {
          background-position: -30px 0; }
        header div.language-switch ul li.flag.flag-de:after {
          background-position: -60px 0; }

nav {
  display: flex;
  align-items: center;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1); }
  nav ul {
    display: flex;
    gap: 40px;
    height: 50px; }
    nav ul li {
      margin: 0;
      height: 100%;
      border-bottom: 2px solid #ffffff;
      box-sizing: border-box;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; }
      nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0px;
        text-decoration: none;
        font-size: 16px;
        height: 100%; }
      nav ul li.active, nav ul li:hover {
        border-bottom: 2px solid #a7be38; }

section {
  position: relative; }
  section.lightgrey {
    background: #fafafa; }
  section.padding-small {
    padding: 30px 0; }
  section.padding-medium {
    padding: 60px 0; }
  section.padding-large {
    padding: 80px 0; }
  section.padding-bottom {
    padding: 0 0 30px; }
  section.content h1 {
    font-size: 28px; }
    section.content h1 + p {
      font-weight: 700;
      font-size: 18px; }
  section.content h2 {
    font-size: 24px; }
  section.content h3 {
    font-size: 20px; }
  section.breadcrumbs {
    padding: 20px 0; }
    section.breadcrumbs nav {
      border: 0px; }
      section.breadcrumbs nav ol {
        list-style: none;
        margin: 0; }
        section.breadcrumbs nav ol li {
          margin: 0;
          list-style: none;
          font-size: 14px; }
          section.breadcrumbs nav ol li a {
            text-decoration: none; }
  section.category {
    padding: 0 0 60px; }
    section.category div.title {
      height: 50px; }
    section.category .choosen-filters {
      padding: 20px;
      background: #ffffff; }
      section.category .choosen-filters h5 {
        font-size: 16px;
        font-weight: 400; }
      section.category .choosen-filters ul {
        margin: 15px 0;
        display: flex;
        gap: 5px;
        flex-wrap: wrap; }
        section.category .choosen-filters ul li {
          margin: 0; }
          section.category .choosen-filters ul li a {
            display: flex;
            margin: 0;
            text-decoration: none; }
            section.category .choosen-filters ul li a span {
              background: #a7be38;
              color: #ffffff;
              display: inline-flex;
              gap: 5px;
              align-items: center;
              align-content: center;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s; }
              section.category .choosen-filters ul li a span i {
                width: 12px;
                height: 12px;
                line-height: 11px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                color: #a7be38;
                background: #ffffff;
                font-size: 8px; }
              section.category .choosen-filters ul li a span:hover {
                box-shadow: 0 0 0 3px rgba(134, 153, 45, 0.2); }
      section.category .choosen-filters a.remove-filters {
        font-size: 14px;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        section.category .choosen-filters a.remove-filters:hover {
          color: #000000; }
    section.category .accordion {
      position: sticky;
      position: -webkit-sticky;
      /* Safari */
      top: 80px; }
      section.category .accordion h2 {
        line-height: inherit; }
      section.category .accordion button.accordion-button {
        padding: 15px 20px;
        background: #ffffff;
        color: #000000;
        box-shadow: none;
        display: flex;
        align-items: center; }
        section.category .accordion button.accordion-button:hover {
          background: #fafafa; }
        section.category .accordion button.accordion-button:not(.collapsed):after {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
      section.category .accordion .accordion-body {
        padding: 5px 20px 10px; }
        section.category .accordion .accordion-body div.form-check {
          display: flex;
          align-items: center;
          gap: 10px;
          min-height: inherit;
          padding-left: 0px;
          margin-bottom: 5px; }
          section.category .accordion .accordion-body div.form-check:hover label {
            color: #a7be38; }
          section.category .accordion .accordion-body div.form-check input {
            margin: 0;
            cursor: pointer; }
            section.category .accordion .accordion-body div.form-check input:checked {
              background-color: #a7be38;
              border-color: #a7be38; }
          section.category .accordion .accordion-body div.form-check label {
            cursor: pointer; }
        section.category .accordion .accordion-body ul {
          margin: -5px 0 0; }
          section.category .accordion .accordion-body ul li {
            margin: 0; }
            section.category .accordion .accordion-body ul li.active {
              font-weight: 700; }
            section.category .accordion .accordion-body ul li a {
              text-decoration: none; }
              section.category .accordion .accordion-body ul li a:hover {
                color: #a7be38; }
    section.category div.category-wrapper {
      margin-top: 0; }
    section.category div.sorting {
      width: fit-content;
      display: flex;
      gap: 10px;
      align-items: center; }
      section.category div.sorting select {
        width: 200px;
        height: 40px; }
      section.category div.sorting p.page-totals {
        font-size: 14px; }
    section.category div.pagination {
      width: auto; }
      section.category div.pagination nav {
        border: 0px; }
        section.category div.pagination nav ul.pagination {
          gap: 0;
          margin: 0;
          height: 40px; }
          section.category div.pagination nav ul.pagination li {
            line-height: inherit; }
            section.category div.pagination nav ul.pagination li:hover {
              border-bottom: 2px solid #ffffff; }
            section.category div.pagination nav ul.pagination li.active {
              border-bottom: 2px solid #ffffff; }
              section.category div.pagination nav ul.pagination li.active a {
                background-color: #a7be38;
                border-color: #a7be38;
                color: #ffffff; }
                section.category div.pagination nav ul.pagination li.active a:hover {
                  background-color: #a7be38;
                  border-color: #a7be38;
                  color: #ffffff; }
            section.category div.pagination nav ul.pagination li a {
              display: flex;
              justify-content: center;
              align-items: center;
              color: #000000; }
              section.category div.pagination nav ul.pagination li a:hover {
                background: #fafafa; }
  section.product h1 {
    font-size: 28px; }
  section.product div.product-image {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    section.product div.product-image:after {
      font-family: "Floorcoat" !important;
      content: "\62";
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #a7be38;
      position: absolute;
      top: 20px;
      right: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      text-align: center;
      z-index: 5;
      pointer-events: none; }
  section.product div.product-description ul li {
    margin: 0 0 0 20px;
    display: flex;
    align-items: center; }
    section.product div.product-description ul li:before {
      font-family: "Floorcoat" !important;
      content: "\63";
      color: #a7be38;
      margin-right: 15px; }
  section.product div.add-to-cart {
    padding: 20px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative; }
    section.product div.add-to-cart div.amount-wrapper .btn {
      background: rgba(0, 0, 0, 0.1);
      color: #000000;
      border: 1px solid #ced4da; }
      section.product div.add-to-cart div.amount-wrapper .btn:hover {
        background: rgba(0, 0, 0, 0.05);
        box-shadow: none !important; }
    section.product div.add-to-cart div.amount-wrapper span {
      background: #fafafa; }
  section.product div.price-wrapper {
    background: #434649;
    background: linear-gradient(180deg, #434649 0%, #333 100%);
    color: #ffffff;
    padding: 12px 20px;
    width: fit-content;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    section.product div.price-wrapper div.oldprice {
      display: flex; }
    section.product div.price-wrapper div.price {
      line-height: inherit;
      font-size: 22px; }
    section.product div.price-wrapper strike {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6); }
  section.shopping-cart ul.step-bar {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    overflow: hidden; }
    section.shopping-cart ul.step-bar li {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      position: relative;
      background: #d1d1d1;
      color: #ffffff;
      padding: 0 0 0 25px; }
      section.shopping-cart ul.step-bar li:first-child {
        padding: 0; }
      section.shopping-cart ul.step-bar li:before {
        content: "";
        width: 0;
        height: 0;
        right: -28px;
        position: absolute;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 28px solid #ffffff;
        z-index: 1;
        pointer-events: none; }
      section.shopping-cart ul.step-bar li:after {
        content: "";
        width: 0;
        height: 0;
        right: -25px;
        position: absolute;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #d1d1d1;
        z-index: 2;
        pointer-events: none; }
      section.shopping-cart ul.step-bar li.current, section.shopping-cart ul.step-bar li.done, section.shopping-cart ul.step-bar li.active {
        background: #a7be38; }
        section.shopping-cart ul.step-bar li.current:after, section.shopping-cart ul.step-bar li.done:after, section.shopping-cart ul.step-bar li.active:after {
          border-left: 25px solid #a7be38; }
        section.shopping-cart ul.step-bar li.current a, section.shopping-cart ul.step-bar li.done a, section.shopping-cart ul.step-bar li.active a {
          color: #ffffff; }
      section.shopping-cart ul.step-bar li a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        text-decoration: none; }
  section.shopping-cart div.cart-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    gap: 30px;
    padding: 0px 30px;
    margin: 0 0 20px; }
    section.shopping-cart div.cart-heading div.remove {
      width: 20px; }
    section.shopping-cart div.cart-heading div.image {
      width: 80px; }
    section.shopping-cart div.cart-heading div.description {
      width: calc(100% - 735px); }
    section.shopping-cart div.cart-heading div.price {
      width: 200px; }
    section.shopping-cart div.cart-heading div.quantity {
      width: 180px; }
    section.shopping-cart div.cart-heading div.total-price {
      width: 100px;
      text-align: right; }
  section.shopping-cart div.cart-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    gap: 30px;
    padding: 10px 30px;
    margin: 0 0 10px; }
    section.shopping-cart div.cart-row div.remove {
      width: 25px; }
      section.shopping-cart div.cart-row div.remove a {
        display: block;
        color: #ffffff;
        width: 20px;
        height: 20px;
        line-height: 19px;
        background: #a7be38;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        font-size: 8px; }
        section.shopping-cart div.cart-row div.remove a:hover {
          box-shadow: 0 0 0 3px rgba(134, 153, 45, 0.2); }
    section.shopping-cart div.cart-row div.image {
      width: 80px;
      height: 80px;
      justify-content: center;
      align-content: center;
      border: 1px solid #d1d1d1;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
      section.shopping-cart div.cart-row div.image img {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    section.shopping-cart div.cart-row div.description {
      width: calc(100% - 735px); }
      section.shopping-cart div.cart-row div.description h4 {
        margin: 0;
        font-size: 18px; }
        section.shopping-cart div.cart-row div.description h4 a {
          text-decoration: none; }
      section.shopping-cart div.cart-row div.description ul {
        margin: 0; }
        section.shopping-cart div.cart-row div.description ul li {
          margin: 0; }
    section.shopping-cart div.cart-row div.price {
      width: 200px; }
    section.shopping-cart div.cart-row div.quantity {
      width: 180px; }
      section.shopping-cart div.cart-row div.quantity div.amount-wrapper .btn {
        background: rgba(0, 0, 0, 0.1);
        color: #000000;
        border: 1px solid #ced4da; }
        section.shopping-cart div.cart-row div.quantity div.amount-wrapper .btn:hover {
          background: rgba(0, 0, 0, 0.05);
          box-shadow: none !important; }
      section.shopping-cart div.cart-row div.quantity div.amount-wrapper span {
        background: #fafafa; }
    section.shopping-cart div.cart-row div.total-price {
      width: 100px;
      text-align: right; }
  section.blocks div.block {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 270px; }
    section.blocks div.block:hover img {
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    section.blocks div.block:hover div.content {
      padding: 10px 30px; }
    section.blocks div.block img {
      object-fit: cover;
      height: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; }
    section.blocks div.block.information {
      background: #a7be38;
      color: #ffffff;
      padding: 25px; }
      section.blocks div.block.information:hover div.content {
        padding: 10px 20px; }
      section.blocks div.block.information div.content {
        position: relative;
        bottom: inherit; }
        section.blocks div.block.information div.content h3 {
          font-size: 20px;
          margin: 0 0 5px; }
        section.blocks div.block.information div.content p {
          font-size: 16px;
          line-height: 20px;
          margin: 0 0 5px; }
        section.blocks div.block.information div.content ul {
          font-size: 16px;
          line-height: 20px;
          margin: 0 0 15px; }
          section.blocks div.block.information div.content ul li {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center; }
            section.blocks div.block.information div.content ul li:before {
              font-family: "Floorcoat";
              content: "\63";
              margin-right: 5px; }
        section.blocks div.block.information div.content a.btn {
          width: 50%;
          font-size: 15px; }
          section.blocks div.block.information div.content a.btn:hover:not(.btn-black) {
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important; }
    section.blocks div.block div.content {
      position: absolute;
      bottom: 30px;
      padding: 10px 20px;
      -webkit-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; }
      section.blocks div.block div.content h3 {
        margin: 0;
        line-height: inherit; }
      section.blocks div.block div.content p {
        margin: 0;
        line-height: inherit; }
      section.blocks div.block div.content.orange {
        background: #a7be38; }
        section.blocks div.block div.content.orange h3 {
          color: #ffffff; }
        section.blocks div.block div.content.orange p {
          color: #000000; }
      section.blocks div.block div.content.black {
        background: #434649;
        background: linear-gradient(180deg, #434649 0%, #333 100%); }
        section.blocks div.block div.content.black h3 {
          color: #ffffff; }
        section.blocks div.block div.content.black p {
          color: #a7be38; }
      section.blocks div.block div.content.small h3 {
        font-size: 20px; }
      section.blocks div.block div.content.small p {
        font-size: 12px; }
      section.blocks div.block div.content.big h3 {
        font-size: 24px; }
      section.blocks div.block div.content.big p {
        font-size: 18px; }
  section.products h2 {
    font-size: 28px; }
  section.products div.product {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff; }
    section.products div.product img {
      display: flex;
      margin: 0 auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; }
    section.products div.product:hover img {
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    section.products div.product div.content {
      padding: 20px;
      background: #fafafa;
      position: relative;
      z-index: 1; }
      section.products div.product div.content h3 {
        font-size: 16px;
        margin: 0;
        line-height: inherit; }
      section.products div.product div.content p {
        margin: 0; }
      section.products div.product div.content div.btn-group {
        width: 100%;
        height: 50px;
        margin-top: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        section.products div.product div.content div.btn-group div.price {
          line-height: inherit;
          font-size: 15px; }
        section.products div.product div.content div.btn-group div.btn-black {
          width: 50%;
          align-items: center;
          border: 0px !important; }
          section.products div.product div.content div.btn-group div.btn-black div.d-flex {
            display: flex;
            flex-direction: column;
            line-height: 14px; }
            section.products div.product div.content div.btn-group div.btn-black div.d-flex div.oldprice {
              display: flex; }
            section.products div.product div.content div.btn-group div.btn-black div.d-flex div.price {
              line-height: inherit;
              font-size: 15px; }
            section.products div.product div.content div.btn-group div.btn-black div.d-flex strike {
              font-size: 12px;
              color: rgba(255, 255, 255, 0.6); }
        section.products div.product div.content div.btn-group a.btn {
          width: 50%;
          font-size: 15px; }
        section.products div.product div.content div.btn-group:hover {
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important; }
          section.products div.product div.content div.btn-group:hover div.btn-black {
            width: 25%; }
        section.products div.product div.content div.btn-group a.btn {
          background: #a7be38;
          border: 1px solid #a7be38; }
        section.products div.product div.content div.btn-group a.btn:hover {
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3) !important; }
  section.brands h2 {
    font-size: 28px; }
    section.brands h2 + p {
      font-size: 18px;
      font-weight: 700; }

div.cart-totals {
  display: flex;
  justify-content: end;
  flex-direction: column;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;
  padding: 15px 30px;
  margin-top: 15px; }
  div.cart-totals h4 {
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d1d1d1; }
  div.cart-totals div.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    height: 30px; }
    div.cart-totals div.cart-total:first-of-type {
      border-top: 0px; }
  div.cart-totals .btn {
    width: 100%;
    margin-top: 15px; }

label.is-invalid {
  font-size: 11px !important;
  color: #dc3545;
  margin-top: 5px;
  font-weight: 400 !important; }

.payment-providers {
  margin-top: -10px; }
  .payment-providers img {
    width: 50px; }

form {
  position: relative; }

.form-box {
  position: relative;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 100%;
  margin: 0 0 30px 0;
  padding: 30px; }
  .form-box.orange {
    background: #a7be38;
    color: #ffffff;
    border: 0px;
    padding: 50px; }
    .form-box.orange h3 {
      font-size: 42px; }
    .form-box.orange p {
      margin: 0; }
  .form-box.no-padding {
    padding: 0; }
  .form-box.padding-small {
    padding: 20px; }
  .form-box.no-border {
    border: 0px; }
  .form-box ul {
    margin: 0; }
    .form-box ul.password-check li {
      display: flex;
      justify-items: center;
      gap: 15px;
      margin: 0; }
      .form-box ul.password-check li:before {
        font-family: "Floorcoat" !important;
        content: "\6f"; }
    .form-box ul.password-check li.not-valid {
      color: #dc3545; }
      .form-box ul.password-check li.not-valid:before {
        font-family: "Floorcoat" !important;
        content: "\41"; }
    .form-box ul.password-check li.valid {
      color: #0f5132; }
      .form-box ul.password-check li.valid:before {
        font-family: "Floorcoat" !important;
        content: "\63"; }
  .form-box div.search-results {
    width: 100%;
    position: absolute;
    margin-top: 3px;
    z-index: 2;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000000; }
    .form-box div.search-results div.search-result-footer {
      padding: 15px 10px;
      background: rgba(209, 209, 209, 0.2); }
      .form-box div.search-results div.search-result-footer a {
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        .form-box div.search-results div.search-result-footer a:hover {
          color: #a7be38; }
    .form-box div.search-results ul {
      display: flex;
      flex-direction: column;
      margin: 0; }
      .form-box div.search-results ul li {
        margin: 0;
        border-top: 1px solid #d1d1d1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        .form-box div.search-results ul li:first-child {
          border: 0px; }
        .form-box div.search-results ul li:hover {
          background: rgba(209, 209, 209, 0.3); }
        .form-box div.search-results ul li a {
          text-decoration: none; }
        .form-box div.search-results ul li div.search-result {
          display: flex;
          flex-direction: column;
          color: #000000;
          padding: 10px 12px;
          line-height: 22px; }
          .form-box div.search-results ul li div.search-result div.name {
            font-weight: 700; }
          .form-box div.search-results ul li div.search-result div.address {
            display: flex;
            gap: 10px;
            align-items: center;
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px; }
            .form-box div.search-results ul li div.search-result div.address:before {
              font-family: "Floorcoat";
              content: "\42"; }
          .form-box div.search-results ul li div.search-result div.kvk {
            display: flex;
            gap: 10px;
            align-items: center;
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px; }
            .form-box div.search-results ul li div.search-result div.kvk:before {
              font-family: "Floorcoat";
              content: "\67"; }
  .form-box .form-row {
    margin-bottom: 10px;
    position: relative; }
    .form-box .form-row.no-margin {
      margin: 0; }
    .form-box .form-row hr {
      background: #d1d1d1; }
    .form-box .form-row label {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px; }
    .form-box .form-row .form-control {
      height: 44px; }
    .form-box .form-row .form-check {
      background: rgba(167, 190, 56, 0.1);
      padding: 15px 20px;
      border: 1px solid #d1d1d1;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin: 10px 0 0;
      display: flex;
      align-items: center;
      gap: 10px; }
      .form-box .form-row .form-check:first-of-type {
        margin: 0; }
      .form-box .form-row .form-check input {
        margin: 0; }
        .form-box .form-row .form-check input:checked {
          background-color: #a7be38;
          border-color: #a7be38; }
      .form-box .form-row .form-check label {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        cursor: pointer;
        margin: 0;
        width: calc(100% - 15px); }
        .form-box .form-row .form-check label img {
          margin-left: 5px;
          margin-right: 10px; }
        .form-box .form-row .form-check label.label-big {
          font-size: 14px; }

.modal-product {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 15px; }

.accordion {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }
  .accordion.accordion-borded {
    border: 1px solid #d1d1d1;
    padding: 0; }
  .accordion div.accordion-item h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit; }
  .accordion div.accordion-item button.accordion-button {
    padding: 15px 20px;
    background: #ffffff;
    color: #000000;
    box-shadow: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: inherit; }
    .accordion div.accordion-item button.accordion-button:not(.collapsed) {
      font-weight: 400;
      background: transparent;
      color: #000000; }
      .accordion div.accordion-item button.accordion-button:not(.collapsed):after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23261102'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .accordion div.accordion-item div.accordion-body {
    color: #000000;
    font-size: 16px; }

.my-account-menu {
  padding: 0 !important;
  border: 0px; }
  .my-account-menu ul {
    margin: 0; }
    .my-account-menu ul li {
      margin: 0;
      padding: 0; }
      .my-account-menu ul li a.btn {
        border-radius: 0px;
        border-left: 1px solid #d1d1d1 !important;
        border-top: 1px solid #d1d1d1 !important;
        border-right: 1px solid #d1d1d1 !important;
        border-bottom: 0px solid #d1d1d1 !important; }
        .my-account-menu ul li a.btn.btn-lined.black:hover {
          box-shadow: none !important;
          background: #a7be38;
          color: #ffffff; }
      .my-account-menu ul li.active a {
        font-weight: 700; }
      .my-account-menu ul li:first-child a.btn {
        border-radius: 5px 5px 0 0; }
      .my-account-menu ul li:last-child a.btn {
        border-radius: 0 0 5px 5px;
        border-bottom: 1px solid #d1d1d1 !important; }

div.table-responsive {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  margin: 0 0 30px 0; }
  div.table-responsive table.table-orders {
    border-collapse: collapse;
    margin: 0;
    overflow: hidden; }
    div.table-responsive table.table-orders thead tr th {
      font-weight: 700;
      padding: 10px 20px; }
    div.table-responsive table.table-orders tbody tr td {
      padding: 10px 20px; }
    div.table-responsive table.table-orders a {
      text-decoration: none; }
    div.table-responsive table.table-orders div.quantity {
      width: 180px; }
      div.table-responsive table.table-orders div.quantity div.amount-wrapper .btn {
        background: rgba(0, 0, 0, 0.1);
        color: #000000;
        border: 1px solid #ced4da;
        padding: 5px 20px; }
        div.table-responsive table.table-orders div.quantity div.amount-wrapper .btn:hover {
          background: rgba(0, 0, 0, 0.05);
          box-shadow: none !important; }
      div.table-responsive table.table-orders div.quantity div.amount-wrapper span {
        background: #fafafa; }
    div.table-responsive table.table-orders ul {
      margin: 0;
      gap: 15px; }
      div.table-responsive table.table-orders ul li {
        margin: 0; }
        div.table-responsive table.table-orders ul li a {
          font-size: 20px;
          text-decoration: none; }
          div.table-responsive table.table-orders ul li a:hover {
            color: #a7be38; }

footer {
  background: #000000;
  position: relative;
  padding: 60px 0 20px;
  margin: 0;
  color: #ffffff; }
  footer h5 {
    font-size: 22px; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul.socials {
      display: flex;
      gap: 10px; }
      footer ul.socials li a {
        font-size: 36px;
        border: 0px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        color: #a7be38; }
        footer ul.socials li a:hover {
          color: #ffffff;
          border: 0px; }
    footer ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 34px; }
      footer ul li a {
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        footer ul li a:hover {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          color: #ffffff; }
  footer .footerLogo {
    max-width: 50%; }

#payoff {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  padding: 40px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400; }
  #payoff div.container-xl {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding: 15px; }
    #payoff div.container-xl p {
      margin: 0;
      padding: 0; }
    #payoff div.container-xl a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.7); }
      #payoff div.container-xl a:hover {
        color: #ffffff; }

@media screen and (max-width: 780px) {
  header div.search-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    top: 65px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    height: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    header div.search-wrapper.active {
      visibility: visible;
      opacity: 1;
      height: 50px; }
    header div.search-wrapper form {
      height: 100%; }
      header div.search-wrapper form input, header div.search-wrapper form button {
        height: 100%; }
    header div.search-wrapper div.search-results {
      padding: 0;
      left: 0;
      right: 0;
      margin: 0px 0 0;
      border-top: 5px solid #d1d1d1;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  header div.quick-nav ul li a:hover {
    color: #a7be38;
    border-bottom: 1px solid #000000; }
  header div.quick-nav ul li a i {
    font-size: 20px; }

  nav.main-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: fixed;
    top: 65px;
    width: 100%; }
    nav.main-menu.active {
      visibility: visible;
      opacity: 1;
      display: flex;
      background: #ffffff;
      align-items: flex-start;
      overflow: auto;
      height: auto;
      z-index: 10; }
      nav.main-menu.active ul {
        display: flex !important; }
    nav.main-menu ul {
      display: none !important;
      height: auto;
      flex-direction: column;
      align-items: start;
      gap: 0; }
      nav.main-menu ul li {
        width: 100%;
        border-top: 1px solid #d1d1d1; }
        nav.main-menu ul li:first-child {
          border: 0px; }
        nav.main-menu ul li a {
          justify-content: flex-start;
          min-height: 45px;
          padding: 0 10px; }

  section.blocks div.block {
    min-height: 240px; }
    section.blocks div.block:hover div.content {
      padding: 10px 20px; }
    section.blocks div.block.information {
      min-height: 20px;
      padding: 20px; }
      section.blocks div.block.information:hover div.content {
        padding: 0; }
      section.blocks div.block.information div.content {
        padding: 0; }
    section.blocks div.block div.content.small h3 {
      font-size: 18px; }
    section.blocks div.block div.content.small p {
      font-size: 12px; }
    section.blocks div.block div.content.big h3 {
      font-size: 18px; }
    section.blocks div.block div.content.big p {
      font-size: 12px; }
  section.shopping-cart div.cart-row {
    gap: 10px 20px;
    padding: 10px 20px; }
    section.shopping-cart div.cart-row div.description {
      width: calc(100% - 145px); }
      section.shopping-cart div.cart-row div.description ul {
        display: none; }
    section.shopping-cart div.cart-row hr.divider {
      width: 100%;
      margin: 5px 0;
      order: 4; }
    section.shopping-cart div.cart-row div.price {
      width: 20%; }
    section.shopping-cart div.cart-row div.quantity {
      width: calc(60% - 40px); }
    section.shopping-cart div.cart-row div.total-price {
      width: 20%; }
  section.category div.sorting-wrapper {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 65px;
    z-index: 5; }
  section.category div.sorting {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px; }
    section.category div.sorting a.filter-toggle {
      width: 50%;
      padding: 7px 0; }
    section.category div.sorting select {
      width: 50%; }
  section .cart-overview div.cart-row {
    padding: 10px 20px 20px; }
    section .cart-overview div.cart-row div.description {
      width: calc(100% - 100px); }
    section .cart-overview div.cart-row hr.divider {
      order: 3; }
    section .cart-overview div.cart-row div.quantity {
      text-align: center; }

  div.cart-totals {
    padding: 15px 20px; }

  .form-box {
    padding: 15px 20px; }

  .filter-wrapper {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 20;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    .filter-wrapper.active {
      visibility: visible;
      opacity: 1; }
    .filter-wrapper:after {
      content: "";
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: -1; }
    .filter-wrapper .close-filter {
      position: absolute;
      right: -50px;
      top: 15px;
      width: 30px;
      height: 30px;
      line-height: 28px;
      font-size: 14px;
      background: #a7be38;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      text-align: center;
      z-index: 5; }
    .filter-wrapper .accordion {
      background: #ffffff;
      height: 100%;
      overflow-x: scroll;
      padding: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .filter-wrapper .accordion .accordion-item {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    .filter-wrapper .choosen-filters {
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0px; }

  .payment-providers img {
    width: 100%; } }
@media screen and (max-width: 340px) {
  header div.quick-nav li {
    margin-left: 15px; }
    header div.quick-nav li.phone-button {
      display: none; } }

/*# sourceMappingURL=main.css.map */
