@charset "UTF-8";
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Regular-webfont.woff");
  src: url("../fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Bold-webfont.woff");
  src: url("../fonts/Roboto-Bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Thin-webfont.woff");
  src: url("../fonts/Roboto-Thin-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Breakpoints */
/* Breakpoints */
.drilldown {
  overflow: hidden;
}

.drilldown-sub {
  display: none;
}

.drilldown-root {
  border-top: 1px solid #E7E7E7;
  list-style-type: none;
  padding-left: 0;
}
.drilldown-root .drilldown-back {
  color: #94333A;
}
.drilldown-root ul {
  list-style-type: none;
  padding-left: 0;
}
.drilldown-root li a {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #E7E7E7;
  color: #111;
}
.drilldown-root li a .targetgroup {
  text-transform: lowercase;
}
.drilldown-root li.selected > a {
  font-weight: bold;
}
.drilldown-root li.submenu > a {
  position: relative;
}
.drilldown-root li.submenu > a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 11px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
}
.drilldown-root li.spacer {
  display: block;
  height: 4rem;
}
.drilldown-root li.spacer + li > a {
  border-top: 1px solid #E7E7E7;
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 15px 0;
  margin: 0 0 1rem 0;
}
.progress-bar li {
  flex: 2;
  position: relative;
  padding: 0 0 14px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #111;
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-bottom: 2px solid #3C3C3C;
}
.progress-bar li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #E7E7E7;
  border-radius: 50%;
  border: 2px solid #3C3C3C;
  position: absolute;
  left: calc(50% - 6px);
  bottom: -5px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.progress-bar li:first-child, .progress-bar li:last-child {
  flex: 1;
}
.progress-bar li:first-child {
  text-align: left;
}
.progress-bar li:first-child:before {
  left: 0;
}
.progress-bar li:last-child {
  text-align: right;
}
.progress-bar li:last-child:before {
  right: 0;
  left: auto;
}
.progress-bar li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
}
.progress-bar li:not(.is-active) span {
  opacity: 0;
}
.progress-bar li:hover:before {
  transform: scale(1.33);
  -webkit-transform: scale(1.33);
}
.progress-bar li:hover span {
  opacity: 1;
}
.progress-bar span {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.progress-bar .is-complete:not(:first-child):after,
.progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: -50%;
  z-index: 2;
  border-bottom: 2px solid #111;
}
.progress-bar .is-complete:last-child:after,
.progress-bar .is-active:last-child:after {
  background-color: #111;
  width: 200%;
  left: -100%;
}
.progress-bar .is-active:before,
.progress-bar li:hover:before,
.progress-bar .is-hoverd:before {
  background-color: #E7E7E7;
  border-color: #111;
}
.progress-bar:hover li:not(:hover) span {
  opacity: 0;
}
.progress-bar .is-complete:before {
  background-color: #111;
}

/**
 * Base styles
 * Algemene stijling
 */
html,
body {
  background-color: #FFFFFF;
  font-size: 100%;
  font-family: "Ruda", "Verdana", "Geneva", sans-serif;
}
html.menu-open,
body.menu-open {
  overflow-x: hidden;
}

a:focus,
button:focus {
  outline: none;
}

a {
  color: #94333A;
}
a:hover, a:focus, a:active {
  color: #94333A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ruda", "Verdana", "Geneva", sans-serif;
  font-weight: bold;
}

h1,
h2,
h3 {
  font-size: 30px;
}

h4 {
  font-size: 27px;
}

h1.xs,
h2.xs,
h3.xs,
h4.xs,
h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

.bdb {
  display: block;
  border-bottom: 1px solid #111;
}

span.form-error {
  display: none;
}

.off-canvas {
  background-color: #FFFFFF;
}

.no-link {
  cursor: pointer;
  pointer-events: none;
  -webkit-pointer-events: none;
}

.posr {
  position: relative;
}

.btn {
  font-size: 14px;
}
.btn.btn-primary {
  background-color: #94333A;
  border-color: #94333A;
  color: #FFFFFF;
  font-size: 14px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #6e262b !important;
  border-color: #94333A !important;
  color: #FFFFFF;
  box-shadow: none;
}
.btn.btn-outline-secondary {
  border-color: #6E6E6E;
  color: #6E6E6E;
}
.btn.btn-link {
  color: #6E6E6E;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
  color: #6E6E6E;
}
.btn[disabled=disabled].btn-primary, .btn[disabled].btn-primary {
  background-color: #94333A;
  border-color: #94333A;
  color: #FFFFFF;
}
.btn[disabled=disabled].btn-primary:hover, .btn[disabled=disabled].btn-primary:active, .btn[disabled=disabled].btn-primary:focus, .btn[disabled].btn-primary:hover, .btn[disabled].btn-primary:active, .btn[disabled].btn-primary:focus {
  background-color: #94333A;
  border-color: #94333A;
  color: #FFFFFF;
  box-shadow: none;
}

.table.table-striped th,
.table.table-striped td {
  border-top-color: #F6F8FA;
}
.table.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #F6F8FA;
}

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

/**
 * Layout
 * Algemene styling layout
 */
ol.breadcrumb {
  padding-left: 0;
  background-color: transparent;
  margin-bottom: 0;
}

#main-content {
  position: relative;
  z-index: 0;
  padding-top: 131px;
  min-height: calc(100vh - 333px);
}
@media screen and (max-width: 991px) {
  #main-content {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #main-content {
    padding-top: 101px;
  }
}

@media screen and (max-width: 767px) {
  #footer > .container,
#main-content > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

h1.page-title,
h2.page-title,
h3.page-title,
h4.page-title,
h5.page-title,
h6.page-title {
  font-weight: 900;
  text-transform: uppercase;
}
h1.page-title small,
h2.page-title small,
h3.page-title small,
h4.page-title small,
h5.page-title small,
h6.page-title small {
  display: block;
  font-weight: normal;
  text-transform: none;
  position: relative;
}
h1.page-title small:after,
h2.page-title small:after,
h3.page-title small:after,
h4.page-title small:after,
h5.page-title small:after,
h6.page-title small:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: currentColor;
}

#to-top {
  position: fixed;
  right: 10px;
  bottom: -10px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #94333A;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  z-index: 98;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  opacity: 0;
  cursor: pointer;
}
#to-top.show {
  display: inline-block;
  bottom: 10px;
  opacity: 1;
}
#to-top i.fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 30px;
  text-align: center;
}

.invalid-feedback {
  color: #94333A;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #94333A;
  border-color: #94333A;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #94333A;
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
}
.breadcrumb .breadcrumb-item a {
  color: #6E6E6E;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #6E6E6E;
}

/**
 * Header
 * Header styling
 */
#logo {
  font-weight: bold;
  font-size: 22px;
  color: #94333A;
  display: block;
}
@media screen and (max-width: 991px) {
  #logo {
    padding-top: 5px;
  }
}

#main-menu .nav-link {
  font-weight: 400;
  color: #111;
  position: relative;
  padding: 0.5rem 1rem;
}
#main-menu .nav-link.selected:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 1rem;
  width: 33px;
  height: 2px;
  background-color: #111;
}

#logo {
  width: 100%;
}
#logo .img {
  display: inline-block;
  margin-right: auto;
  max-width: 227px;
  width: 100%;
  padding-bottom: 25.12%;
  background-size: contain;
  -webkit-background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #logo .img {
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #logo .img {
    margin-top: 7px;
  }
}

#mobile_search {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms linear;
  display: block;
}
#mobile_search.active {
  max-height: 40px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 88;
}
#header .navbar {
  margin-bottom: 0;
  padding-bottom: 0;
}

#jq-shoppingbag a {
  color: #111;
  text-decoration: none;
}
#jq-shoppingbag .price,
#jq-shoppingbag .cart-amount {
  display: block;
  color: #111;
}
#jq-shoppingbag .cart-amount {
  font-size: 11px;
  white-space: nowrap;
}
#jq-shoppingbag .count {
  text-align: center;
  width: 14px;
  height: 14px;
  background-color: #94333A;
  font-size: 9px;
  color: #FFFFFF;
  position: absolute;
  top: 6px;
  right: 8px;
  border-radius: 50%;
  line-height: 15px;
}
#jq-shoppingbag .price {
  font-size: 17px;
  white-space: nowrap;
}
#jq-shoppingbag svg {
  margin-top: 5px;
}
#jq-shoppingbag .label {
  font-size: 10px;
  margin-top: -3px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #jq-shoppingbag .label {
    font-size: 9px;
  }
}

#jq-shoppingbag svg {
  color: #94333A;
}
@media screen and (max-width: 991px) {
  #jq-shoppingbag svg {
    max-width: 17px;
    margin-top: 0;
  }
}

#jq-shoppingbag {
  padding-top: 7px;
  margin-bottom: -6px;
}

.top-nav {
  margin-top: 9px;
  margin-bottom: -10px;
}
@media screen and (max-width: 991px) {
  .top-nav {
    justify-content: flex-end;
    margin-top: 11px;
    margin-right: -13px;
  }
}
@media screen and (max-width: 768px) {
  .top-nav {
    margin-right: -10px;
  }
}
.top-nav .nav-link {
  color: #111;
  padding: 3px 5px;
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  .top-nav .nav-link {
    font-size: 10px;
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  .top-nav .nav-link {
    font-size: 9px;
  }
}
.top-nav .icon {
  width: 100%;
  display: block;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  margin-bottom: 5px;
}
.top-nav .icon.inloggen {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm6 5c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z'/></svg>");
}
.top-nav .icon.afspraak {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z'/><path fill-rule='evenodd' d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/></svg>");
}
.top-nav .icon.service {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 1a5 5 0 0 0-5 5v4.5H2V6a6 6 0 1 1 12 0v4.5h-1V6a5 5 0 0 0-5-5z'/><path d='M11 8a1 1 0 0 1 1-1h2v4a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V8zM5 8a1 1 0 0 0-1-1H2v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V8z'/><path fill-rule='evenodd' d='M13.5 8.5a.5.5 0 0 1 .5.5v3a2.5 2.5 0 0 1-2.5 2.5H8a.5.5 0 0 1 0-1h3.5A1.5 1.5 0 0 0 13 12V9a.5.5 0 0 1 .5-.5z'/><path d='M6.5 14a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1z'/></svg>");
}
.top-nav .icon.search {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/><path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/></svg>");
}

#jq-search {
  padding-top: 12px;
  padding-bottom: 5px;
  font-size: 14px;
}
#jq-search ::-webkit-input-placeholder {
  font-size: 14px;
}
#jq-search ::-moz-placeholder {
  font-size: 14px;
}
#jq-search :-ms-input-placeholder {
  font-size: 14px;
}
#jq-search :-moz-placeholder {
  font-size: 14px;
}
#jq-search .input-group .form-control {
  background-color: #E7E7E7;
  border-color: #E7E7E7;
  border-radius: 0;
  height: 2rem;
  font-size: 14px;
}
#jq-search .input-group .btn {
  background-color: #E7E7E7;
  border-color: #E7E7E7;
  color: #111;
  border-radius: 0;
  padding: 0.275rem 0.5rem;
}

#checkout_logo {
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.usp-bar {
  margin-bottom: 5px;
}
.usp-bar .usps {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
}
.usp-bar .usps > li {
  display: inline-flex;
  flex: 1;
  color: #111;
  margin-right: 10px;
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  .usp-bar .usps > li {
    justify-content: center;
  }
}
.usp-bar .usps > li a {
  font-weight: bold;
}
.usp-bar .usps > li.tel {
  color: #94333A;
}
.usp-bar .icon {
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  align-self: center;
  margin-right: 7px;
}
.usp-bar .icon.tel {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(148, 51, 58, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/></svg>");
}
.usp-bar .icon.shipping {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/></svg>");
}
.usp-bar .icon.time {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm8-7A8 8 0 1 1 0 8a8 8 0 0 1 16 0z'/><path fill-rule='evenodd' d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}
.usp-bar .icon.retour {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/><path fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/></svg>");
}

#main-menu {
  padding-top: 3rem;
}

#menu-dropdown {
  flex: 1;
  padding: 4px 15px;
  border-radius: 0.25rem;
  background-color: #94333A;
  border: 1px solid #94333A;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  z-index: 89;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
#menu-dropdown:after {
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path 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'/></svg>");
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
#menu-dropdown + .menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 88;
  opacity: 0;
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
}
#menu-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: -301px;
  z-index: 89;
  background-color: #FFFFFF;
  width: 300px;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
}
#menu-dropdown .flyout-content {
  position: absolute;
  left: 100%;
  background-color: red;
  bottom: 0;
  top: 0;
  min-width: 973px;
  z-index: 2;
  padding: 0.5rem;
  opacity: 0;
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
}
#menu-dropdown.active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #94333A;
}
#menu-dropdown.active + .menu-backdrop,
#menu-dropdown.active .flyout-content,
#menu-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: all;
  -webkit-pointer-events: all;
}
#menu-dropdown.active:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23B20E10' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
}
#menu-dropdown #main-menu {
  position: relative;
}

.hamburger {
  margin: 1.2rem 1rem;
  width: 40px;
  padding: 0.25rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hamburger {
    margin: 0.1rem 0 0 0;
  }
}
.hamburger .hamburger-box, .hamburger:before, .hamburger:after {
  background-color: #111;
  border-radius: 3px;
  content: "";
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
}
.hamburger:focus, .hamburger:active {
  box-shadow: none;
}
.hamburger .menu-label {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  font-size: 11px;
  text-align: center;
}

/**
 * Footer
 * Footer stijling
 */
footer#footer {
  background-color: #E7E7E7;
  padding: 1.5rem 0;
  color: #111;
  margin-top: 2rem;
  font-size: 14px;
  line-height: 27px;
}
footer#footer h3,
footer#footer h4 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  footer#footer h3,
footer#footer h4 {
    font-size: 14px;
  }
}
footer#footer .nav.flex-column .nav-link {
  padding-left: 0;
  padding: 0 1rem 0 0;
  color: #111;
}
footer#footer .btn.btn-facebook {
  background-color: #1877F2;
  border-color: #1877F2;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer#footer .btn.btn-facebook {
    margin-top: 0;
  }
}
footer#footer .btn.btn-facebook svg {
  margin-right: 4px;
}
footer#footer .btn.btn-facebook:hover, footer#footer .btn.btn-facebook:focus, footer#footer .btn.btn-facebook:active {
  background-color: #0d6fed !important;
  border-color: #0d6fed !important;
  color: #FFFFFF !important;
}
footer#footer .mobile-collapse a {
  display: inline-block;
}
footer#footer .facebook-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'><path style='fill:%231976D2;' d='M448,0H64C28.704,0,0,28.704,0,64v384c0,35.296,28.704,64,64,64h384c35.296,0,64-28.704,64-64V64    C512,28.704,483.296,0,448,0z'/><path style='fill:%23FAFAFA;' d='M432,256h-80v-64c0-17.664,14.336-16,32-16h32V96h-64l0,0c-53.024,0-96,42.976-96,96v64h-64v80h64 v176h96V336h48L432,256z'/></svg>");
}

#copyright {
  font-size: 12px;
}
#copyright .nav-link {
  color: #111;
}

@media screen and (max-width: 1399px) {
  .footer-winkel-overflow-wrap {
    position: relative;
    overflow: auto;
  }
}

@media screen and (max-width: 1399px) {
  .footer-winkel-wrap {
    width: 1363px;
  }
}

.footer-winkel .inner {
  background-color: #FFFFFF;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}
.footer-winkel .img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  padding-bottom: 75%;
  vertical-align: top;
}
.footer-winkel h5 {
  font-weight: 900;
  font-size: 14px;
}
.footer-winkel h5 a {
  color: #111;
}

.footer-col {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-col {
    margin-bottom: 0;
  }
}
.footer-col .title {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .footer-col .title {
    border-top: 1px solid #FFFFFF;
    margin-bottom: 0.7rem;
    padding: 0.5rem 0px;
    position: relative;
    font-weight: 900;
  }
  .footer-col .title:after {
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    transition: all 200ms ease;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .footer-col .title {
    text-align: left;
    margin-bottom: 0;
    padding: 0.8rem 10px;
  }
  .footer-col .title:after {
    top: 15px;
  }
}
.footer-col .title.show:after {
  transform: rotate(90deg);
}
.footer-col .title.show + .mobile-collapse {
  max-height: 700px;
  opacity: 1;
  margin-top: -0.7rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer-col .title.show + .mobile-collapse {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-col .title {
    pointer-events: none;
    -webkit-pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-col {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .footer-col a {
    display: block;
    padding: 10px 10px;
  }
  .footer-col a:hover {
    border-bottom: none;
  }
}

.mobile-collapse {
  display: block;
  width: 100%;
}
.mobile-collapse .nav-link {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mobile-collapse {
    max-height: 0;
    overflow: hidden;
    transition: all 200ms ease;
    opacity: 0;
    padding: 0 10px;
  }
  .mobile-collapse .nav-link {
    border-bottom: 1px solid #F6F8FA;
    padding: 0.8rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile-collapse {
    text-align: left;
  }
}

.pay-icons {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.pay-icons.pay-2 {
  margin-top: 33px !important;
}
@media screen and (max-width: 767px) {
  .pay-icons.pay-2 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .pay-icons {
    margin-top: 2rem;
  }
}
.pay-icons > li {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: 17px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 344px) {
  .pay-icons > li {
    margin-left: 14px;
  }
}
.pay-icons > li:first-of-type {
  margin-left: 0;
}
.pay-icons > li.thuiswinkel {
  width: 93px;
  background-image: url("../images/logo_webshopkeurmerk2.png");
}
.pay-icons > li.ideal {
  background-image: url("../images/ideal.svg");
}
.pay-icons > li.mastercard {
  background-image: url("../images/mastercard.svg");
  width: 50px;
}
.pay-icons > li.visa {
  background-image: url("../images/visa.svg");
  width: 70px;
}
.pay-icons > li.bancontact {
  background-image: url("../images/Bancontact_logo.svg");
  width: 55px;
}
.pay-icons > li.giropay {
  background-image: url("../images/Giropay.svg");
  width: 55px;
}
.pay-icons > li.afterpay {
  background-image: url("../images/afterpay.svg");
  width: 90px;
}
.pay-icons > li.paypal {
  background-image: url("../images/PayPal.svg");
  width: 90px;
}
.pay-icons > li.gls {
  background-image: url("../images/general-logistics-systems-gls-vector-logo.svg");
  width: 86px;
}
.pay-icons > li.postnl {
  background-image: url("../images/postnl.svg");
  width: 88px;
}

#cookiebanner {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 20px;
  z-index: 99999994;
}
#cookiebanner.active {
  display: block;
}
#cookiebanner .inner {
  background-color: #FFFFFF;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  #cookiebanner .btn {
    min-width: 200px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 420px) {
  #cookiebanner .btn {
    width: 100%;
  }
}

/**
 * Home
 * Home stijling
 */
.pay-icons-cell {
  align-self: center;
}

.intro .card {
  background-color: #F6F8FA;
  border-color: #F6F8FA;
}
.intro .card .nav-link {
  color: #6E6E6E;
  border-bottom: 1px solid #E7E7E7;
  padding: 0.8rem 1rem;
}
.intro .card .nav-item:last-child .nav-link {
  border-bottom: none;
}

.home-bottom h2,
.home-bottom h3 {
  font-size: 27px;
}

.home-content,
.other-content {
  padding: 1rem 1.5rem;
  height: 100%;
}
.home-content.first,
.other-content.first {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .home-content.first,
.other-content.first {
    padding-left: 1.5rem;
  }
}

.home-content {
  background-color: #3C3C3C;
  color: #FFFFFF;
  padding-bottom: 3rem;
  position: relative;
}
.home-content .readmore {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  color: #FFFFFF;
  text-decoration: underline;
}

.brands .brand-col a {
  color: #111;
}
.brands .titel {
  font-weight: 900;
  margin-bottom: 2rem;
}
.brands + a {
  color: #111;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}

.home-banner a {
  display: block;
  margin-bottom: 10px;
}
.home-banner .img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: calc(50% - 5px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.home-banner .img .inner {
  position: absolute;
  color: #FFFFFF;
  font-size: 33px;
  line-height: 37px;
  word-break: break-word;
  hypens: auto;
  -webkit-hypens: auto;
  -ms-hypens: auto;
}
.home-banner .img .inner.pos-links-boven {
  top: 40px;
  left: 40px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.pos-links-boven {
    max-width: calc(100% - 60px);
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.pos-links-boven {
    max-width: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
}
.home-banner .img .inner.pos-rechts-boven {
  top: 40px;
  right: 40px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.pos-rechts-boven {
    max-width: calc(100% - 60px);
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.pos-rechts-boven {
    max-width: calc(100% - 40px);
    top: 20px;
    right: 20px;
  }
}
.home-banner .img .inner.pos-links-midden {
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.pos-links-midden {
    max-width: calc(100% - 60px);
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.pos-links-midden {
    max-width: calc(100% - 40px);
    left: 20px;
  }
}
.home-banner .img .inner.pos-rechts-midden {
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.pos-rechts-midden {
    right: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.pos-rechts-midden {
    max-width: calc(100% - 40px);
    right: 20px;
  }
}
.home-banner .img .inner.pos-links-onder {
  bottom: 40px;
  left: 40px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.pos-links-onder {
    bottom: 30px;
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.pos-links-onder {
    max-width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
}
.home-banner .img .inner.pos-rechts-onder {
  bottom: 40px;
  right: 40px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.pos-rechts-onder {
    bottom: 30px;
    right: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.pos-rechts-onder {
    bottom: 20px;
    right: 20px;
    max-width: calc(100% - 40px);
  }
}
.home-banner .img .inner.txt-normaal {
  font-size: 33px;
  line-height: 37px;
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.txt-normaal {
    font-size: 27px;
    line-height: 33px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.txt-normaal {
    font-size: 24px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .img .inner.txt-normaal {
    font-size: 26px;
  }
}
.home-banner .img .inner.txt-normaal strong {
  font-size: 40px;
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.txt-normaal strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.txt-normaal strong {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .img .inner.txt-normaal strong {
    font-size: 25px;
  }
}
.home-banner .img .inner.txt-groot {
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.txt-groot {
    font-size: 33px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.txt-groot {
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .img .inner.txt-groot {
    font-size: 30px;
  }
}
.home-banner .img .inner.txt-groot strong {
  font-size: 50px;
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.txt-groot strong {
    font-size: 37px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.txt-groot strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .img .inner.txt-groot strong {
    font-size: 32px;
  }
}
.home-banner .img .inner.txt-groter {
  font-size: 47px;
  line-height: 50px;
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.txt-groter {
    font-size: 37px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.txt-groter {
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .img .inner.txt-groter {
    font-size: 30px;
  }
}
.home-banner .img .inner.txt-groter strong {
  font-size: 63px;
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.txt-groter strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.txt-groter strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .img .inner.txt-groter strong {
    font-size: 33px;
  }
}
.home-banner .img .inner.txt-kleiner {
  font-size: 23px;
  line-height: 25px;
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.txt-kleiner {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.txt-kleiner {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .img .inner.txt-kleiner {
    font-size: 20px;
    line-height: 20px;
  }
}
.home-banner .img .inner.txt-kleiner strong {
  font-size: 27px;
}
@media screen and (max-width: 1399px) {
  .home-banner .img .inner.txt-kleiner strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner .img .inner.txt-kleiner strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .img .inner.txt-kleiner strong {
    font-size: 20px;
  }
}
.home-banner .img .inner p {
  margin-bottom: 0;
  position: relative;
}
.home-banner .img .inner p:last-of-type:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: currentColor;
}
.home-banner .img .inner strong {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
}
.home-banner.d-100-100 .img {
  padding-bottom: 100%;
}

#home-featured {
  background-color: #FFFFFF;
  padding: 2rem 0;
  overflow: hidden;
  margin-bottom: 3rem;
}
#home-featured #product-carousel {
  position: relative;
  list-style: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#home-featured #product-carousel::-webkit-scrollbar {
  display: none;
}
#home-featured .product {
  padding: 0 10px 0 0;
  max-width: 330px;
  width: 100%;
  display: inline-block;
  scroll-snap-align: start;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #home-featured .product {
    max-width: 270px;
  }
}
@media screen and (max-width: 450px) {
  #home-featured .product {
    max-width: 170px;
  }
}
#home-featured .product a {
  background-color: #FFFFFF;
  display: block;
  padding: 10px 10px 70px;
  text-decoration: none;
}
#home-featured .product .badge {
  position: absolute;
  top: 68%;
  right: 10px;
  left: auto;
  border-radius: 0;
  background-color: #FFC435;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
#home-featured .product .badge.sale {
  background-color: #94333A;
}
@media screen and (max-width: 450px) {
  #home-featured .product .badge {
    top: 55%;
  }
}
#home-featured .product .img {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 133%;
  width: 100%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#home-featured .product .title {
  color: #111;
  display: block;
}
#home-featured .product .title .desc {
  display: block;
  color: #6E6E6E;
}
#home-featured .product .price {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#home-featured .product .price .amount {
  display: block;
}
#home-featured .product .price .amount del {
  color: #6E6E6E;
}
#home-featured .arrow-row {
  z-index: 2;
  position: relative;
}
#home-featured .arrow-row .custom-arrow {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: -220px;
  background-position: center;
  background-size: auto 70%;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: opacity 200ms ease;
  cursor: pointer;
}
#home-featured .arrow-row .custom-arrow.left {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}
#home-featured .arrow-row .custom-arrow.right {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}
#home-featured .arrow-row .custom-arrow:hover, #home-featured .arrow-row .custom-arrow:focus, #home-featured .arrow-row .custom-arrow:active {
  opacity: 1;
}
#home-featured .arrow-row .custom-arrow.disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-pointer-events: none;
}
@media screen and (max-width: 767px) {
  #home-featured .arrow-row {
    display: none;
  }
}

.blog-home {
  display: flex;
  background-color: #E7E7E7;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .blog-home {
    flex-direction: column;
  }
}
.blog-home > div {
  flex: 1;
}
.blog-home .img-col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .blog-home .img-col {
    min-height: 270px;
  }
}
.blog-home .txt-col {
  padding: 1rem;
  position: relative;
}
.blog-home .blog-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #111;
  text-decoration: underline;
}
.blog-home .cat {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.blog-home h3 {
  color: #111;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1rem;
  font-weight: 900;
}
.blog-home h3:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  left: 0;
  width: 70px;
  background-color: currentColor;
}

.newsletter-col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .newsletter-col {
    min-height: 330px;
    margin-top: 10px;
  }
}
.newsletter-col .input-group {
  margin-top: 2rem;
}
@media screen and (max-width: 400px) {
  .newsletter-col .input-group {
    margin-left: -40px;
    margin-right: -40px;
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  .newsletter-col p {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.newsletter-col h3 {
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.newsletter-col h3:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  width: 70px;
  background-color: currentColor;
}
.newsletter-col:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.newsletter-col .inner {
  position: absolute;
  top: 50%;
  left: 4rem;
  right: 4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}

#brands {
  padding-left: 40px;
  padding-right: 40px;
}
#brands .splide__arrow {
  background-color: transparent;
  color: #111;
}
#brands .splide__arrow svg {
  width: 2em;
  height: 2em;
}
#brands .splide__slide a {
  display: block;
  padding: 0 15px;
  height: 150px;
  position: relative;
}
#brands .splide__slide a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  filter: grayscale(100);
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
@media screen and (min-width: 768px) {
  #brands .splide__slide a img:hover, #brands .splide__slide a img:focus, #brands .splide__slide a img:active {
    filter: grayscale(0);
  }
}

.actiebanners .img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.actiebanners a {
  display: block;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.actiebanners .inner {
  position: absolute;
  left: 35px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  color: #6E6E6E;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}
.actiebanners .inner strong {
  font-weight: bold;
}
.actiebanners .inner p {
  margin-bottom: 0.5rem;
}
.actiebanners .sticker {
  width: 86px;
  height: 86px;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  background-color: #FFC435;
  position: absolute;
  bottom: 7%;
  right: 33px;
  border-radius: 50%;
  line-height: 24px;
  transform: rotate(-10deg);
}
.actiebanners .sticker > span {
  position: absolute;
  top: 50%;
  transform: translateY(-53%);
  left: 0;
  right: 0;
}
.actiebanners .sticker.medium {
  width: 100px;
  height: 100px;
}
.actiebanners .sticker.large {
  width: 130px;
  height: 130px;
  font-size: 22px;
}

#home_content {
  overflow: hidden;
  transition: max-height 300ms ease;
}
#home_content a {
  color: #FFFFFF;
  text-decoration: underline;
}

.beoordeling-total {
  display: block;
  margin-bottom: 2rem;
  font-size: 14px;
}

#review-content {
  font-size: 14px;
}
#review-content .review {
  display: block;
  margin-bottom: 2rem;
}
#review-content .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #111;
  text-decoration: underline;
}
#review-content .text {
  display: block;
  margin-top: 0.5rem;
}

/**
 * Product
 * Product pagina stijling
 */
.product .labels > span {
  position: absolute;
  top: 15px;
  left: 15px;
}

#product-specs {
  position: relative;
}
#product-specs .product-labels {
  position: absolute;
  right: 0;
  top: 0;
}

#jq-product-title {
  margin-bottom: 1.5rem;
  padding-right: 72px;
}

#jq-product-price {
  font-size: 22px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
#jq-product-price del {
  color: #6E6E6E;
  font-weight: normal;
}
#jq-product-price .outlet {
  font-size: 27px;
  color: #94333A;
}

.product-maten {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem 0.25rem;
  background-color: #E7E7E7;
  margin-bottom: 5px;
}

a.maatadvies {
  display: block;
  color: #111;
  text-decoration: underline;
  margin-bottom: 1rem;
}

#to-shoppingbag {
  overflow: hidden;
  position: relative;
  padding: 0.775rem 0.75rem;
  background-color: #111;
  border-color: #111;
  text-align: left;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#to-shoppingbag:disabled {
  top: 0;
  bottom: 0;
}
#to-shoppingbag:disabled .disabledtip {
  top: 0;
  bottom: 0;
}
#to-shoppingbag svg {
  position: absolute;
  right: 10px;
  top: 7px;
}
#to-shoppingbag .disabledtip {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -100%;
  top: 100%;
  background-color: #E7E7E7;
  border: 1px solid #E7E7E7;
  text-align: center;
  color: #111;
  white-space: nowrap;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  line-height: 50px;
  border-radius: 2px;
  overflow: hidden;
  opacity: 1;
}

.info-col {
  position: relative;
}
.info-col .product-labels {
  position: absolute;
  right: 0;
  top: 0;
}
.info-col .badge {
  background-color: #FFC435;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.info-col .badge.sale {
  background-color: #94333A;
}

.shop-more .nav-link {
  color: #111;
  text-decoration: underline;
}

#thumbnail_slider-list .splide__slide,
#thumbnail_slider_mobile-list .splide__slide {
  border: 1px solid #E7E7E7;
}
#thumbnail_slider-list .splide__slide.is-active,
#thumbnail_slider_mobile-list .splide__slide.is-active {
  border-color: #94333A;
}

.back-to-overview:hover, .back-to-overview:focus, .back-to-overview:active {
  background-color: #FFFFFF !important;
  color: #6E6E6E !important;
  border-color: #E7E7E7 !important;
  box-shadow: none !important;
}

.thumbnail_slider .img {
  width: 120px;
  display: inline-block;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.additionalinfo {
  padding-top: 2rem;
}

#product-usp-block {
  background-color: #E7E7E7;
  border-radius: 3px;
  padding: 0.75rem;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 1rem;
}
#product-usp-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#product-usp-block ul .tel {
  color: #94333A;
  font-size: 16px;
}
#product-usp-block ul .tel a {
  font-weight: bold;
}
#product-usp-block .icon {
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  align-self: center;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
#product-usp-block .icon.tel {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(148, 51, 58, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/></svg>");
}
#product-usp-block .icon.shipping {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/></svg>");
}
#product-usp-block .icon.time {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm8-7A8 8 0 1 1 0 8a8 8 0 0 1 16 0z'/><path fill-rule='evenodd' d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}
#product-usp-block .icon.retour {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/><path fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/></svg>");
}

.related-wrap h3 {
  font-weight: 300;
  font-size: 27px;
}
.related-wrap .products {
  position: relative;
  text-decoration: none;
  margin-left: -15px;
  margin-right: -15px;
}
.related-wrap .products > [class^=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.related-wrap .products .product {
  text-decoration: none;
}
.related-wrap .products .product .brand {
  color: #111;
  display: block;
}
.related-wrap .products .product .category {
  color: #6E6E6E;
  display: block;
}
.related-wrap .products .product .labels {
  position: absolute;
  top: 70%;
  right: 0;
}
.related-wrap .products .badge {
  background-color: #FFC435;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: auto;
  left: auto;
}
.related-wrap .products .badge.sale {
  background-color: #94333A;
}
.related-wrap .products .price {
  color: #111;
  display: block;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
}
.related-wrap .products .price .amount {
  position: absolute;
  bottom: 0;
  left: 0;
}
.related-wrap .products .price .amount.from {
  bottom: 1.3rem;
  color: #6E6E6E;
}
.related-wrap .products .price .amount.from + .amount {
  color: #94333A;
}

.sticky-top {
  position: sticky;
  position: -webkit-sticky;
  top: 137px;
  z-index: 0;
}

#specs {
  font-size: 14px;
  line-height: 27px;
}

#product-detail-size .size {
  display: inline-block;
  padding: 0.5rem 0.7rem;
  background-color: transparent;
  margin-right: 7px;
  border: 1px solid transparent;
  border-bottom: 2px transparent;
  text-decoration: none;
  color: #111;
}
#product-detail-size .size.selected {
  background-color: #94333A;
  border-color: #892f36;
  color: #FFFFFF;
}

/**
 * Category
 * Productpagina stijling
 */
.pagination {
  justify-content: center;
}
.pagination li .page-link {
  margin-right: 3px;
  color: #111;
  border: 0;
}
.pagination li.ellipsis:after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #111;
  line-height: 2.2;
}
.pagination li.disabled .page-link {
  color: #E7E7E7;
}

#jq-active-filters {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  background-color: #FFFFFF;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 15px;
  padding-bottom: 1rem;
  position: relative;
}
#jq-active-filters:empty {
  display: none;
}
#jq-active-filters .erase-active-filters {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
}

.productoverzicht .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.7rem + 2px) !important;
}
.productoverzicht .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 1.7rem;
}

.active-filters-title {
  color: #6E6E6E;
}

.active-filters-list {
  padding: 0;
  margin: 5px 0 0;
  list-style-type: none;
}
.active-filters-list .label {
  padding: 3px 5px;
  border: 1px solid #3C3C3C;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #3C3C3C;
  border-radius: 2px;
}

.product-counter {
  line-height: 31px;
}
@media screen and (max-width: 768px) {
  .product-counter {
    line-height: 35px;
  }
}

.product-pagination {
  position: relative;
  z-index: 0;
}
.product-pagination .page-item.active .page-link {
  background-color: #94333A;
  color: #FFFFFF;
  border-radius: 3px;
}
.product-pagination .page-item.active .page-link:hover, .product-pagination .page-item.active .page-link:focus, .product-pagination .page-item.active .page-link:active {
  background-color: #6a252a;
  color: #FFFFFF;
}

#show_mobile_filter {
  border: 1px solid #E7E7E7;
  background-color: #FFFFFF;
  color: #3C3C3C;
}
#show_mobile_filter .bbadge {
  font-size: 11px;
}
#show_mobile_filter .bbadge:before {
  content: "( ";
}
#show_mobile_filter .bbadge:after {
  content: " )";
}

#accordionFilters {
  border-top: none;
}
#accordionFilters .nav-link {
  padding: 0.3rem 1rem;
}
#accordionFilters label {
  cursor: pointer;
  margin-bottom: 0;
}
#accordionFilters #doelgroep {
  display: none;
}
#accordionFilters > .card > .card-header {
  border-top: none;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 0;
}
#accordionFilters > .card > .card-header.collapsed {
  margin-bottom: -1px;
}
#accordionFilters > .card .card-body {
  border-top: none;
}
#accordionFilters .card-body {
  max-height: 330px;
  overflow: auto;
  position: relative;
}
#accordionFilters .filter-filters {
  margin-bottom: 1rem;
}
#accordionFilters #maatid .nav-link {
  display: inline-block;
  width: 20%;
  padding: 0 0.25rem;
}
#accordionFilters #maatid .nav-link input {
  position: absolute;
  left: -9999px;
}
#accordionFilters #maatid .nav-link input:checked + label {
  border-color: #111;
  color: #111;
}
#accordionFilters #maatid .nav-link label {
  display: inline-block;
  width: 100%;
  min-height: 50px;
  text-align: center;
  border: 1px solid #F6F8FA;
  text-transform: lowercase;
  line-height: 50px;
  color: #111;
  font-size: 13px;
  margin-bottom: 0;
}
#accordionFilters > .card:not(#maatid) input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
#accordionFilters > .card:not(#maatid) input[type=checkbox] + label {
  padding-left: 23px;
  position: relative;
}
#accordionFilters > .card:not(#maatid) input[type=checkbox] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/></svg>");
  background-size: contain;
  -webkit-background-size: contain;
  background-position: center;
}
#accordionFilters > .card:not(#maatid) input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/></svg>");
  width: 22px;
  height: 22px;
  top: 0;
  left: -1px;
}

.product-filter {
  font-size: 14px;
}
.product-filter .accordion .card {
  background-color: #F6F8FA;
  border-radius: 0;
  border-width: 1px 0;
}
.product-filter .accordion .card-header {
  background-color: #FFFFFF;
  position: relative;
  text-decoration: none;
}
.product-filter .accordion .card-header:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
}
.product-filter .accordion .card-header.collapsed:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product-filter .accordion .bbadge {
  margin-left: 5px;
  font-size: smaller;
}
.product-filter .accordion .bbadge:before {
  content: "( ";
}
.product-filter .accordion .bbadge:after {
  content: " )";
}
.product-filter .accordion .card-body {
  background-color: #FFFFFF;
}
.product-filter .accordion .card-body a {
  color: #111;
}

#jq-filter-links .filter-content {
  color: #111;
}
#jq-filter-links .filter-content .nav-link {
  color: #111;
  padding: 0.3rem 1rem;
  font-size: 13px;
}
#jq-filter-links .filter-content strong {
  color: #94333A;
}

.product-overview .product-col {
  min-height: 470px;
}
.product-overview .product {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 0.75rem;
  text-decoration: none;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  background-color: #FFFFFF;
}
.product-overview .product:hover, .product-overview .product:focus, .product-overview .product:active {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.product-overview .product .brand,
.product-overview .product .desc,
.product-overview .product .price {
  display: block;
  color: #111;
}
.product-overview .product .desc {
  color: #6E6E6E;
  height: 2.5rem;
  overflow: hidden;
}
.product-overview .product .brand {
  font-weight: bold;
  margin-bottom: 10px;
  height: 42px;
}
.product-overview .product .badge {
  position: absolute;
  right: -0.75rem;
  bottom: 0;
  background-color: #FFC435;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.product-overview .product .badge.sale {
  background-color: #94333A;
}
@media screen and (min-width: 992px) {
  .product-overview .product:hover {
    position: absolute;
    left: 5px;
    right: 5px;
    z-index: 2;
  }
  .product-overview .product:hover .avialible-sizes {
    max-height: 300px;
  }
}
.product-overview .product .img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 133%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
}
.product-overview .price {
  font-weight: 600;
  display: block;
  position: relative;
  color: #6E6E6E;
  min-height: 57px;
}
.product-overview .price .amount {
  position: absolute;
  bottom: 0;
  font-size: 17px;
  color: #94333A;
}
.product-overview .price .amount.from {
  bottom: 22px;
  display: block;
  color: #94333A;
  font-size: 16px;
}
.product-overview .price .amount.from del {
  color: #6E6E6E;
  font-weight: normal;
}
.product-overview .price .amount.from + .amount {
  font-weight: bold;
  color: #94333A;
}
.product-overview .avialible-sizes {
  display: block;
  overflow: hidden;
  max-height: 0;
}
.product-overview .avialible-sizes strong {
  display: block;
  margin-bottom: 7px;
  color: #6E6E6E;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}
.product-overview .avialible-sizes .size {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
  text-align: center;
  border: 1px solid #E7E7E7;
  margin-right: 7px;
  line-height: 27px;
  font-size: 14px;
  color: #6E6E6E;
}

#product-overview {
  font-size: 14px;
}

.filter-links-wrapper {
  position: relative;
  overflow: auto;
}
.filter-links-wrapper ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}
.filter-links-wrapper ul li {
  display: inline-block;
  padding-left: 10px;
}
.filter-links-wrapper ul li > a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  color: #111;
}
@media screen and (max-width: 1200px) {
  .filter-links-wrapper ul li > a {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .filter-links-wrapper ul li > a {
    opacity: 0.5;
  }
  .filter-links-wrapper ul li > a:hover {
    opacity: 1;
  }
}
.filter-links-wrapper ul li > a.selected {
  opacity: 1;
  font-weight: bold;
}
.filter-links-wrapper ul li:first-child {
  padding-left: 0;
}

/**
 * Checkout styling
 * Stijling checkout stappen
 * - Winkelwagen
 * - Checkout stappen
 * - Flyout winkelwagen (sidebar)
 */
.voucher-wrap {
  max-width: 220px;
}
.voucher-wrap a {
  padding-left: 0;
}

#products-bag {
  padding: 0.75rem;
  font-size: 14px;
}
#products-bag .sub-total {
  font-size: 15px;
}
#products-bag li.media {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 0;
  padding: 10px 0;
}
#products-bag .media-body .description {
  display: block;
}
#products-bag .media-body .description a {
  color: #111;
  text-decoration: none;
}
#products-bag .media-body .size {
  display: block;
  color: #4d4d4d;
}
#products-bag .media-body .amount {
  width: 100%;
  text-align: right;
  color: #111;
}
#products-bag .media-body .amount del {
  color: #4d4d4d;
}
#products-bag .media-body .amount del + span {
  font-weight: bold;
  color: #94333A;
}
#products-bag .remove {
  position: absolute;
  top: 0;
  right: 0;
}

.shopping-table {
  font-size: 14px;
}
.shopping-table .thead > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shopping-table .thead {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .shopping-table .winkeltas-product {
    border-bottom: 1px solid #E7E7E7;
  }
  .shopping-table .winkeltas-product .maat,
.shopping-table .winkeltas-product .aantal {
    border-bottom: 1px solid #F6F8FA;
  }
  .shopping-table .winkeltas-product .maat span:last-child,
.shopping-table .winkeltas-product .aantal span:last-child {
    float: right;
  }
  .shopping-table .winkeltas-product .description {
    border-bottom: 1px solid #F6F8FA;
  }
}
.shopping-table .winkeltas-product .prijs .amount {
  color: #111;
}
.shopping-table .winkeltas-product .prijs .amount.high {
  color: #6E6E6E;
}
.shopping-table .winkeltas-product .prijs .amount.high + .amount {
  font-weight: bold;
  color: #94333A;
}
.shopping-table .remove {
  font-size: 16px;
}
.shopping-table .description a {
  display: block;
  color: #111;
  font-weight: bold;
}
.shopping-table .description .artno {
  color: #6E6E6E;
}

#jq-order-different-address + label {
  font-size: 14px;
  line-height: 24px;
}

.checkout-usp-bar {
  margin-top: 2rem;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.checkout-usp-bar .usps {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  display: flex;
}
.checkout-usp-bar .usps > li {
  display: flex;
  flex: 1;
  color: #111;
  margin-right: 10px;
  font-size: 13px;
  justify-content: center;
}
.checkout-usp-bar .usps > li a {
  font-weight: bold;
}
.checkout-usp-bar .usps > li.tel {
  color: #94333A;
}
.checkout-usp-bar .icon {
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  align-self: center;
  margin-right: 7px;
}
.checkout-usp-bar .icon.tel {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(148, 51, 58, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/></svg>");
}
.checkout-usp-bar .icon.shipping {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/></svg>");
}
.checkout-usp-bar .icon.time {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm8-7A8 8 0 1 1 0 8a8 8 0 0 1 16 0z'/><path fill-rule='evenodd' d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}
.checkout-usp-bar .icon.retour {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(17, 17, 17, 0.99)' xmlns='http://www.w3.org/2000/svg'><path d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/><path fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/></svg>");
}

#jq-order-login-register > .row {
  margin-left: -20px;
  margin-right: -20px;
}
#jq-order-login-register > .row > [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

#jq-promotion-code {
  max-width: 330px;
}
#jq-promotion-code ::-webkit-input-placeholder {
  color: #6E6E6E;
  font-size: 14px;
}
#jq-promotion-code ::-moz-placeholder {
  color: #6E6E6E;
  font-size: 14px;
}
#jq-promotion-code :-ms-input-placeholder {
  color: #6E6E6E;
  font-size: 14px;
}
#jq-promotion-code :-moz-placeholder {
  color: #6E6E6E;
  font-size: 14px;
}
#jq-promotion-code .btn-outline-secondary {
  color: #6E6E6E;
}
#jq-promotion-code .btn-outline-secondary:hover, #jq-promotion-code .btn-outline-secondary:focus, #jq-promotion-code .btn-outline-secondary:active {
  background-color: #E7E7E7 !important;
  color: #111;
}

.form-control.passw-danger {
  background-color: rgba(148, 51, 58, 0.2);
}
.form-control.passw-warning {
  background-color: rgba(243, 128, 32, 0.2);
}
.form-control.passw-success {
  background-color: rgba(39, 174, 96, 0.2);
}

#progressbar {
  display: block;
  margin-bottom: 5px;
}
#progressbar .bar-progress {
  padding: 5px 15px 0;
  font-weight: 300;
  font-size: 17px;
  color: #94333A;
}
#progressbar .bar-wrapper {
  position: relative;
  display: block;
}
#progressbar .bar-wrapper .bar {
  min-width: 10%;
  display: inline-block;
  height: 1px;
  background-color: #94333A;
}

.formulier,
#bezorg-keuze,
#jq-payments,
#jq-registreren,
#jq-myaccount form,
.bestelproces-form {
  font-size: 14px;
}
.formulier .custom-control-label,
#bezorg-keuze .custom-control-label,
#jq-payments .custom-control-label,
#jq-registreren .custom-control-label,
#jq-myaccount form .custom-control-label,
.bestelproces-form .custom-control-label {
  line-height: 23px;
}

@media screen and (max-width: 767px) {
  #jq-order-login-register .top-form,
#jq-login-register .top-form {
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

body.bestelproces {
  background-color: #F6F8FA;
}
body.bestelproces #main-content {
  min-height: calc(100vh - 300px);
  padding-bottom: 34px;
}
body.bestelproces #header {
  min-height: 67px;
}
body.bestelproces .logo-col,
body.bestelproces #main-menu,
body.bestelproces #jq-shoppingbag,
body.bestelproces #jq-search,
body.bestelproces #logo,
body.bestelproces .usp-bar,
body.bestelproces .top-nav {
  display: none;
}
body.bestelproces #checkout_logo {
  display: block;
}
body.bestelproces #footer {
  margin-top: 0;
}
body.bestelproces .card {
  border-color: #FFFFFF;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
body.bestelproces ul.winkel {
  list-style-type: none;
  padding: 0;
  margin-top: 1.5rem;
}
body.bestelproces ul.winkel .title {
  font-weight: 900;
  font-size: 17px;
  text-transform: uppercase;
}
@media screen and (min-width: 1400px) {
  body.bestelproces .menu-col {
    margin-left: 25% !important;
  }
}
@media screen and (max-width: 1399px) {
  body.bestelproces .menu-col {
    margin-left: 15% !important;
  }
}
@media screen and (max-width: 991px) {
  body.bestelproces .menu-col {
    margin-left: 10% !important;
  }
}
@media screen and (max-width: 767px) {
  body.bestelproces .menu-col {
    flex: 0 0 55.666667%;
    max-width: 55.666667%;
  }
}
@media screen and (max-width: 767px) {
  body.bestelproces .menu-cell {
    display: block !important;
  }
}
@media screen and (max-width: 525px) {
  body.bestelproces .menu-cell #checkout_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#shipping-list {
  line-height: 33px;
}
#shipping-list li.verzendtypes {
  border-bottom: 2px solid #E7E7E7;
}
#shipping-list li.verzendtypes:last-child {
  border-bottom: none;
}
#shipping-list .price {
  float: right;
}
#shipping-list .custom-control {
  width: 100%;
}
#shipping-list .custom-control-label {
  width: 100%;
}

#paymend-methodes li.payment {
  border-bottom: 2px solid #E7E7E7;
  padding: 7px 0;
  position: relative;
}
#paymend-methodes li.payment .custom-control-label,
#paymend-methodes li.payment .custom-control {
  width: 100%;
}
#paymend-methodes li.payment .price {
  position: absolute;
  top: 0;
  right: 0;
}
#paymend-methodes li.payment .form-group {
  margin-bottom: 0;
}
#paymend-methodes li.payment:last-child {
  border-bottom: none;
}

#paymend-methodes,
#shipping-list,
.shipping-adress {
  list-style-type: none;
  padding: 0;
}

/**
 * Account
 * Mijn account omgeving opmaak
 */
#jq-myaccount {
  font-size: 14px;
}
#jq-myaccount ul {
  list-style-type: none;
  padding-left: 0;
}
#jq-myaccount ul a {
  text-decoration: none;
}

#dropdownMenuAccount,
#dropdownMenuTekst,
#dropdownMenuWinkels,
#dropdownMenuBlog {
  background-color: #94333A;
  border-color: #94333A;
  color: #FFFFFF;
  box-shadow: none;
}
#dropdownMenuAccount + .dropdown-menu.show,
#dropdownMenuTekst + .dropdown-menu.show,
#dropdownMenuWinkels + .dropdown-menu.show,
#dropdownMenuBlog + .dropdown-menu.show {
  right: 0;
}

#blog-grid .blog-item {
  position: relative;
  display: block;
}
#blog-grid .blog-item a:not(.readmore) {
  text-decoration: none;
}
#blog-grid .blog-item .img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  padding-bottom: 75%;
  margin-bottom: 0.75rem;
}
#blog-grid .blog-item .label {
  position: absolute;
  top: 11%;
  left: 0;
  padding: 4px 15px;
  background-color: #94333A;
  color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
}

.blog-img {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  margin-right: 10px;
}

.blog-content {
  padding-left: 10px;
}

.date-category .date {
  color: #6E6E6E;
}

#shops-overview .img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  padding-bottom: 75%;
}
#shops-overview .winkel {
  margin-bottom: 30px;
  position: relative;
}
#shops-overview .winkel h2 {
  position: absolute;
  margin: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  background-color: #94333A;
  color: #FFFFFF;
  padding: 5px 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
}

.merk-groep {
  border-bottom: 1px solid #F6F8FA;
  padding-left: 30px;
  position: relative;
  color: #94333A;
}
.merk-groep:before {
  content: attr(id);
  position: absolute;
  left: 0;
  top: 9px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .merk-groep:before {
    left: 10px;
  }
}
.merk-groep a {
  color: #111;
  font-size: 14px;
  padding: 10px 5px;
  transition: all 200ms ease;
  text-decoration: none;
}
.merk-groep a:hover, .merk-groep a:focus, .merk-groep a:active {
  color: #94333A;
}

@media screen and (max-width: 767px) {
  .merken-filter {
    white-space: nowrap;
    overflow: auto;
  }
}
.merken-filter a {
  display: inline-block;
  padding: 5px 15px;
  font-weight: bold;
  text-decoration: none;
  transition: all 2000ms ease;
}
@media screen and (min-width: 767px) {
  .merken-filter a:first-child {
    padding-left: 0;
    margin-left: -5px;
  }
}
.merken-filter a:focus, .merken-filter a:active, .merken-filter a:hover {
  color: #111;
}

#debug_bar {
  position: fixed;
  right: -400px;
  top: 0;
  bottom: 0;
  width: 400px;
  z-index: 77777;
  background-color: #FFFFFF;
  overflow-y: auto;
  padding: 10px;
  font-size: 14px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  font-family: monospace;
  line-height: 22px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
#debug_bar .overview {
  display: flex;
}
#debug_bar .overview > div {
  flex: 1;
  text-align: center;
}
#debug_bar .overview > div > span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: bold;
}
#debug_bar.is-open {
  right: 0;
}
#debug_bar h3 {
  font-family: monospace;
  font-weight: bold;
  font-size: 17px;
  text-transform: none;
}
#debug_bar > ul {
  list-style-type: none;
  margin-left: 0;
}
#debug_bar > ul > li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #CCC;
}
#debug_bar > ul > li:last-of-type {
  border-bottom: none;
}
#debug_bar .backtrace {
  font-size: 12px;
  word-break: break-all;
  padding: 5px;
  background-color: #fff8c8;
  color: #856607;
  display: inline-block;
  width: 100%;
  margin: 7px 0;
}
#debug_bar .query,
#debug_bar code {
  display: inline-block;
  width: 100%;
  overflow: auto;
}
#debug_bar .query.warning,
#debug_bar code.warning {
  border-color: #ff9c00;
}
#debug_bar .query.error,
#debug_bar code.error {
  border-color: #ba3a32;
}

#debug_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 88888;
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-size: 30px auto;
  background-position: center;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwMCIgaGVpZ2h0PSIxMjAwIiB2aWV3Qm94PSIwIDAgMTIwMCAxMjAwIj48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MDAgNjAwKSBzY2FsZSgwLjY5IDAuNjkpIHJvdGF0ZSgwKSB0cmFuc2xhdGUoLTYwMCAtNjAwKSIgc3R5bGU9ImZpbGw6I2E0MDAwMCI+PHN2ZyBmaWxsPSIjYTQwMDAwIiB4bWxuczp4PSJodHRwOi8vbnMuYWRvYmUuY29tL0V4dGVuc2liaWxpdHkvMS4wLyIgeG1sbnM6aT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZUlsbHVzdHJhdG9yLzEwLjAvIiB4bWxuczpncmFwaD0iaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yMC43OTYsMzRsLTYuMDM2LTUuOTg3Yy0xLjEyMi0xLjEyNC0yLjkzOC0xLjA5Mi00LjA2MiwwLjAyOGMtMS4xMjMsMS4xMi0xLjEyNiwyLjk1Ni0wLjAwNyw0LjA3OWw2Ljg3OSw2LjQ2OCAgQzE4LjEwOCwzOS4xMjgsMTguODQxLDM5LDE5LjYwNCwzOWg1LjU5NmMtMy45ODUsNS02LjYwMSwxMS03LjU2OSwxN0g3Ljg3MkM2LjI4NSw1Niw1LDU3LjQxMyw1LDU5YzAsMS41ODYsMS4yODUsMywyLjg3MiwzaDkuMzM1ICBjMC4wNSw1LDEuMzE1LDEwLDMuNTIyLDE0aC0yLjA4M2MtMC43NjMsMC0xLjQ5NSwwLjQzNi0yLjAzNCwwLjk3N2wtNi44NzgsNi45NjVjLTEuMTIsMS4xMjMtMS4xMTgsMi45NzUsMC4wMDUsNC4wOTUgIGMwLjU2MiwwLjU1OSwxLjI5NCwwLjg1NSwyLjAyOCwwLjg1NWMwLjczNiwwLDEuNDczLTAuMjc4LDIuMDMzLTAuODQxTDE5LjgzOSw4Mmg0LjYzOEMzMC4xMjcsODksMzksOTMuNTQ0LDQ4LDk0LjA1NVYzNEgyMC43OTZ6Ij48L3BhdGg+PHBhdGggZD0iTTkyLjEyOCw1NmgtOS45NjFjLTEuMjQtNi00LjQzNC0xMi04LjE3Ni0xN2g2LjQwNWMwLjc2MywwLDEuNDk1LDAuMTM3LDIuMDM0LTAuNDA0bDYuODc5LTYuNjc5ICBjMS4xMTktMS4xMjQsMS4xMTYtMi44MzItMC4wMDctMy45NTJjLTEuMTI1LTEuMTIxLTIuOTQxLTEuMTMxLTQuMDYyLTAuMDA3TDc5LjIwNCwzNEg1MnY2MC4wMzNDNjEsOTMuNDQ3LDY5LjcxMyw4OCw3NS4zNjMsODIgIGg0Ljc5OGw2LjAzOCw2LjA1OWMwLjU2MSwwLjU2MywxLjI5NywwLjg0NywyLjAzMywwLjg0N2MwLjczNCwwLDEuNDY3LTAuMjc5LDIuMDI4LTAuODM3YzEuMTIzLTEuMTIsMS4xMjUtMi45MzgsMC4wMDUtNC4wNjEgIGwtNi44NzgtNy4wMzFDODIuODQ5LDc2LjQzNiw4Mi4xMTYsNzYsODEuMzU0LDc2aC0yLjJjMi4yMzQtNCwzLjUxNy05LDMuNTY3LTE0aDkuNDA3QzkzLjcxNSw2Miw5NSw2MC41ODYsOTUsNTkgIEM5NSw1Ny40MTMsOTMuNzE1LDU2LDkyLjEyOCw1NnoiPjwvcGF0aD48cGF0aCBkPSJNMzEuNDIxLDMwaDM3LjE1OGMwLTctMy40NzMtMTIuMjY0LTguNjg3LTE1LjU1NWwzLjc1LTMuNjczYzEuMTIyLTEuMTIxLDEuMTIyLTIuOTAyLDAtNC4wMjQgIGMtMS4xMjItMS4xMjEtMi45MzktMS4xMDItNC4wNjIsMC4wMmwtNS40MjQsNS40MzRjLTEuMzM4LTAuMzA2LTIuNzI2LTAuNDc4LTQuMTU3LTAuNDc4cy0yLjgxOSwwLjE3OS00LjE1NywwLjQ4NWwtNS40MjUtNS40MjMgIGMtMS4xMjItMS4xMjEtMi45MzktMS4xMjEtNC4wNjIsMHMtMS4xMjIsMi45NDEsMCw0LjA2M2wzLjc1LDMuNTk3QzM0Ljg5NCwxNy43MzcsMzEuNDIxLDIzLDMxLjQyMSwzMHoiPjwvcGF0aD48L3N2Zz48L2c+PC9nPjwvc3ZnPg==");
}

[id^=error_box] {
  font-family: "Helvetica", "Verdana", "Arial", sans-serif;
  position: fixed;
  bottom: -120px;
  right: 20px;
  min-width: 300px;
  min-height: 7px;
  background-color: #b74747;
  border: 1px solid #9d3d3d;
  border-bottom: 3px solid #8f3737;
  z-index: 88888;
  display: inline-block;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  border-radius: 2px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
[id^=error_box] [id^=error_msg],
[id^=error_box] [id^=error_url],
[id^=error_box] [id^=error_hdr] {
  display: block;
}
[id^=error_box] [id^=error_hdr] {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
}
[id^=error_box] [id^=error_box] {
  font-weight: bold;
}
[id^=error_box].open {
  bottom: 20px;
}

.form-control {
  font-size: 14px;
}
.form-control:focus, .form-control.not-empty, .form-control:disabled {
  box-shadow: none;
}
.form-control:focus + .label-placeholder, .form-control.not-empty + .label-placeholder, .form-control:disabled + .label-placeholder {
  font-size: 11px;
  transform: translate3d(0, -10px, 0);
  background-color: transparent;
  padding: 2px 3px;
  left: 13px;
  opacity: 1;
  border-radius: 3px;
}
.form-control:focus + .label-placeholder:after, .form-control.not-empty + .label-placeholder:after, .form-control:disabled + .label-placeholder:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(50% - 1px);
  margin-top: -1px;
  height: 2px;
  background-color: #FFFFFF;
  z-index: -1;
}
.form-control.disabled + .label-placeholder:after, .form-control[disabled] + .label-placeholder:after {
  background-color: #e9ecef;
}

.label-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 14px;
  transition: all 200ms;
  opacity: 0.5;
  pointer-events: none;
  -webkit-pointer-events: none;
  left: 0;
  font-size: 14px;
  z-index: 2;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#mobileFiter {
  transform: translate(0);
  -webkit-transform: translate(0);
  overflow: hidden;
}

#mobileFilterMenu {
  display: block;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid #F6F8FA;
}
#mobileFilterMenu button,
#mobileFilterMenu a {
  margin-bottom: 0;
}
#mobileFilterMenu > li > button {
  border-bottom: 1px solid #E7E7E7;
  border-radius: 0;
  padding: 0.775rem 0.75rem;
}
#mobileFilterMenu > li > button:hover, #mobileFilterMenu > li > button:focus, #mobileFilterMenu > li > button:active {
  text-decoration: none;
}
#mobileFilterMenu .filter-menu-item {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #111;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
#mobileFilterMenu .filter-menu-item:after {
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 9px;
  top: 13px;
}
#mobileFilterMenu .filter-menu-item .bbadge {
  font-size: 13px;
  font-weight: normal;
  margin-left: 3px;
}
#mobileFilterMenu .filter-menu-item .bbadge:before {
  content: "( ";
}
#mobileFilterMenu .filter-menu-item .bbadge:after {
  content: " )";
}
#mobileFilterMenu .panel-wrap {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
#mobileFilterMenu .panel-head {
  margin-bottom: 1rem;
  padding: 5px 1rem 3px 1rem;
  display: block;
  background-color: #F6F8FA;
  color: #111;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
  position: relative;
}
#mobileFilterMenu .panel-footer {
  position: absolute;
  left: calc(100% + 10px);
  right: calc(-100% - 10px);
  bottom: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  opacity: 0;
}
#mobileFilterMenu .filter-panel {
  position: fixed;
  top: 0;
  left: 100% !important;
  right: -100% !important;
  bottom: 0;
  padding: 1rem;
  background-color: #FFFFFF;
  z-index: 8;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  overflow: hidden;
}
#mobileFilterMenu .filter-panel.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#mobileFilterMenu .filter-panel.is-open {
  left: 0 !important;
  right: 0 !important;
}
#mobileFilterMenu .filter-panel.is-open .panel-footer {
  position: fixed;
  opacity: 1;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
#mobileFilterMenu .filter-panel.is-open .panel-wrap {
  bottom: 4rem;
}
#mobileFilterMenu .filter-panel ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#mobileFilterMenu .filter-panel .btn {
  text-align: left;
  color: #111;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
#mobileFilterMenu .filter-panel .btn.selected:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 7px;
  top: 9px;
  background-image: url("../images/check.svg");
  background-size: contain;
  -webkit-background-size: contain;
  background-position: center;
}
#mobileFilterMenu .filter-panel .btn.back-button {
  border-color: #111;
  background-color: #111;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
}
#mobileFilterMenu .filter-panel .btn.back-button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
  background-size: contain;
  -webkit-background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 9px;
  color: #FFFFFF;
}
#mobileFilterMenu .filter-panel .btn.save-button {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: #FFFFFF;
}
#mobileFilterMenu .filter-panel .btn.reset-options {
  position: absolute;
  right: 0;
  top: 0;
  color: #111;
  border-color: transparent;
  padding: 0 0.7rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
#mobileFilterMenu .filter-panel .btn.reset-options.active {
  padding: 0.45em 0.7rem;
  opacity: 1;
  max-height: 70px;
}
#mobileFilterMenu .filter-panel .btn.filter-button {
  text-align: left;
}
#mobileFilterMenu .filter-panel .btn.filter-button.checkbox-filter {
  padding-left: 30px;
}
#mobileFilterMenu .filter-panel .btn.filter-button.checkbox-filter:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(60, 60, 60, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/></svg>");
  background-size: contain;
  -webkit-background-size: contain;
  left: 7px;
  top: 8px;
  pointer-events: none;
  -webkit-pointer-events: none;
}
#mobileFilterMenu .filter-panel .btn.filter-button.checkbox-filter[data-checked=checked]:before {
  border: none;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(60, 60, 60, 0.99)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/></svg>");
  background-size: contain;
  -webkit-background-size: contain;
}
#mobileFilterMenu .filter-panel .btn.btn-link:hover, #mobileFilterMenu .filter-panel .btn.btn-link:focus, #mobileFilterMenu .filter-panel .btn.btn-link:active {
  text-decoration: none;
}

nav.offcanvas > .header {
  width: 100%;
  padding: 0.75rem;
}
nav.offcanvas > .header .head {
  font-size: 1.1rem;
  font-weight: 600;
}
nav.offcanvas > .header .head span {
  color: #94333A;
}
nav.offcanvas .close {
  font-size: 2rem;
  line-height: 1.5rem;
}

.total-stars .star {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #6E6E6E;
  margin-right: 3px;
  overflow: hidden;
}
.total-stars .star:last-child {
  margin-right: 11px;
}
.total-stars .star:after {
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.99)' xmlns='http://www.w3.org/2000/svg'><path d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/></svg>");
  width: 15px;
  height: 15px;
  position: absolute;
  left: 4px;
  top: 3px;
}
.total-stars .star.star-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: green;
}
.total-stars .star.star-half:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: green;
}

/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2015 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 * 
 */
.container-smooth {
  max-width: 1170px;
}
@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px;
}
.btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0;
}

.btn-lg .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px;
}
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0;
}

.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}
.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}

.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}
.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}

.btn-group .btn-labeled:not(:first-child) .btn-label:not(.btn-label-right) {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.btn-group .btn-labeled:not(:last-child) .btn-label.btn-label-right {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}
.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus, .nav-tabs-bottom > li.active > a, .nav-tabs-bottom > li.active > a:hover, .nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}

.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd;
}
.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none;
}
.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px;
}
.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus, .nav-tabs-left > li.active > a, .nav-tabs-left > li.active > a:hover, .nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}
.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd;
}

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}
.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none;
}
.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px;
}
.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus, .nav-tabs-right > li.active > a, .nav-tabs-right > li.active > a:hover, .nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}
.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px;
}

.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
@media screen and (max-width: 350px) {
  .navmenu,
.navbar-offcanvas {
    width: 300px;
  }
}

.lockIphone {
  position: fixed;
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}

.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}

.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}

.navmenu-nav {
  margin-bottom: 10px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navmenu-nav.dropdown-menu li > a {
  white-space: normal;
}

.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}

.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0;
}
.navmenu-brand:hover, .navmenu-brand:focus {
  text-decoration: none;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #F6F8FA;
  border-color: #e1e7ee;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}
.navmenu-default .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navmenu-default .navmenu-nav > .open > a, .navmenu-default .navmenu-nav > .open > a:hover, .navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e1e7ee;
  color: #555;
}
.navmenu-default .navmenu-nav > .open > a .caret, .navmenu-default .navmenu-nav > .open > a:hover .caret, .navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e1e7ee;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #F6F8FA;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #cbd7e2;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777;
}
.navmenu-default .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e1e7ee;
}
.navmenu-default .navmenu-nav > .disabled > a, .navmenu-default .navmenu-nav > .disabled > a:hover, .navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #090909;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999999;
}
.navmenu-inverse .navmenu-brand:hover, .navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav > .open > a, .navmenu-inverse .navmenu-nav > .open > a:hover, .navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.navmenu-inverse .navmenu-nav > .open > a .caret, .navmenu-inverse .navmenu-nav > .open > a:hover .caret, .navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #090909;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: black;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > li > a:hover, .navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a, .navmenu-inverse .navmenu-nav > .active > a:hover, .navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navmenu-inverse .navmenu-nav > .disabled > a, .navmenu-inverse .navmenu-nav > .disabled > a:hover, .navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0;
}
@media (min-width: 992px) {
  .alert-fixed-top,
.alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px;
  }
}

.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}
@media (min-width: 992px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px 1px;
  }
}

.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}
@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0 1px;
  }
}

.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}

.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}

.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}

.modal-backdrop.allow-navbar {
  z-index: 1029;
}

.limit-backdrop {
  overflow: hidden !important;
}
.limit-backdrop .modal-backdrop {
  position: absolute;
}

.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}

.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}
.btn-file > input::-webkit-file-upload-button {
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
  max-width: 100vw;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput .form-group {
  overflow: hidden;
}
.fileinput .form-group .fileinput-filename {
  width: 90%;
  width: calc(100% - 20px);
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-exists.close {
  float: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 65%;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  padding-left: 30px;
}

.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  display: block;
}
.select2-container *:focus {
  outline: 0;
}

.input-group .select2-container--bootstrap4 {
  flex-grow: 1;
}

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  width: 100%;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #6E6E6E;
}
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #E7E7E7;
  cursor: not-allowed;
  border-color: #6E6E6E;
  box-shadow: none;
}
.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}
select.is-invalid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #94333A;
}
select.is-valid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #27ae60;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #E7E7E7;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #E7E7E7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #dadada;
}
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #6E6E6E;
  color: #FFFFFF;
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #3C3C3C;
}
.select2-container--bootstrap4 .select2-selection__clear {
  width: 1.2em;
  height: 1.2em;
  line-height: 0.95em;
  padding-left: 0.3em;
  margin-top: 0.5em;
  border-radius: 100%;
  background-color: #6E6E6E;
  color: #FFFFFF;
  float: right;
  margin-right: 0.3em;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #111;
}

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