@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap);@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap);@import url(https://use.typekit.net/ngy6pvk.css);@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #FF6308;
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(186.5, 68.7105263158, 0);
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}

.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}

.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}

.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}

.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #FF6308;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(212, 78.1052631579, 0);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #FF6308;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(212, 78.1052631579, 0);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 1px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #FF6308;
  border-color: #FF6308;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: rgb(255, 227.8421052632, 212);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #FF6308;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #FF6308;
  border-color: #FF6308;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF6308;
}

.panel-primary > .panel-heading .badge {
  color: #FF6308;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF6308;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #FF6308;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: rgb(212, 78.1052631579, 0);
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #FF6308;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(186.5, 68.7105263158, 0);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #FF6308;
  border-color: #FF6308;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container:before {
  display: none;
}

.container:after {
  display: none;
}

img {
  pointer-events: none;
}

body {
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.container {
  max-width: 1440px;
  width: initial;
  position: relative;
}

#move-banner {
  background: #FFF2EA;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 5px;
}

#move-banner .content h2 {
  color: #FF6308;
}

#move-banner .content p {
  color: #3E3E3E;
  margin: 0;
}

a {
  color: #FF6308;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

h1,
h2 {
  font-family: "sofia-pro", serif;
  font-size: 26px;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.3;
  color: #2C1B12;
}

h1 .grey,
h2 .grey {
  color: #8E8E8E;
}

.color2 {
  color: #FF6308;
}

h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
}

p {
  margin-bottom: 20px;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.modal-dialog {
  border-radius: 10px;
  overflow: hidden;
}

.modal-dialog .modal-content {
  border: none;
}

form {
  margin-block-end: unset !important;
}

.wrapper {
  padding: 30px 0;
}

.wrapper.wrapper-gray {
  background: #F7F7F7;
}

.wrapper .content {
  background: #f6f2f0;
  padding: 15px;
  border-radius: 7px;
}

.wrapper .content p:last-child {
  margin-bottom: 0;
}

.wrapper .content + .content {
  margin-top: 30px;
}

.wrapper .content h1 {
  margin: 0 0 30px 0;
}

.wrapper .content .intro {
  font-size: 20px;
  margin: 15px 0;
}

.wrapper .content p {
  margin: 15px 0;
  line-height: 1.5;
}

.wrapper .content ul:not(#breadcrumbs) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper .content ul:not(#breadcrumbs) li {
  position: relative;
  padding-left: 20px;
}

.wrapper .content ul:not(#breadcrumbs) li:before {
  position: absolute;
  left: 0;
  top: 5px;
  color: #FF6308;
  content: "\E902";
}

.wrapper .content img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumb {
  padding: 8px 0;
  margin-top: 20px;
  margin-bottom: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-block;
  color: #a4b3bb;
}

.breadcrumb li a {
  color: #a4b3bb;
}

.breadcrumb li + li:before {
  padding: 0 5px;
  color: #a4b3bb;
  content: "/\A0";
}

.modal-content {
  border-radius: 0px;
}

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

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.gap-1 {
  gap: 5px;
}

.gap-2 {
  gap: 10px;
}

.gap-3 {
  gap: 15px;
}

.gap-4 {
  gap: 20px;
}

.gap-5 {
  gap: 25px;
}

.gap-6 {
  gap: 35px;
}

.justify-content-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.d-none {
  display: none !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.align-items-center {
  align-items: center !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.br-10 {
  border-radius: 10px;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.bg-white {
  background-color: white;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left,
.text-xs-left {
  text-align: left !important;
}

.text-right,
.text-xs-right {
  text-align: right !important;
}

.text-center,
.text-xs-center {
  text-align: center !important;
}

hr {
  border-top: 1px solid #E6E0DE;
}

@media (min-width: 768px) {
  .container {
    max-width: 1440px;
    width: initial;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .gap-sm-6 {
    gap: 35px;
  }

  .justify-content-sm-left {
    justify-content: flex-start !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .mt-sm-3 {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }

  body.fixed .app {
    padding-top: 200px;
  }

  .container {
    max-width: 1440px;
    width: initial;
  }

  #move-banner {
    background: url("/images/links.png") center left no-repeat, url("/images/rechts.png") center right no-repeat, #FFF2EA;
    background-size: contain;
  }

  #move-banner .content h2 {
    font-size: 24px;
  }

  #move-banner .content p {
    font-size: 16px;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .mb-md-0 {
    margin-bottom: 0;
  }

  .flex-md-row {
    flex-direction: row;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .wrapper {
    padding: 45px 0;
  }

  .wrapper .content {
    padding: 30px;
  }

  .wrapper .content p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    width: initial;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

#product #addToCartForm .form-group:after,
#product #options .form-group:after,
#products .products .order_wrapper .form-group:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "icomoon";
  src: url("/../fonts/icomoon.eot?suo84q");
  src: url("/../fonts/icomoon.eot?suo84q#iefix") format("embedded-opentype"), url("/../fonts/icomoon.ttf?suo84q") format("truetype"), url("/../fonts/icomoon.woff?suo84q") format("woff"), url("/../fonts/icomoon.svg?suo84q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
#login ul:not(#breadcrumbs) li:before,
.wrapper .content ul:not(#breadcrumbs) li:before,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tag:before {
  content: "\E924";
}

.icon-online-shopping:before {
  content: "\E925";
}

.icon-delivery-truck:before {
  content: "\E926";
}

.icon-information-logotype-in-a-circle:before {
  content: "\E923";
}

.icon-minus:before {
  content: "\E921";
}

.icon-lightbulb-regular:before {
  content: "\E922";
}

.icon-checkmark:before {
  content: "\E902";
}

.icon-tick:before {
  content: "\E902";
}

.icon-shopping-basket:before {
  content: "\E90E";
}

.icon-topsite:before {
  content: "\E90F";
}

.icon-truck-ramp-box:before {
  content: "\E910";
}

.icon-user-check:before {
  content: "\E911";
}

.icon-user-x:before {
  content: "\E912";
}

.icon-x:before {
  content: "\E913";
}

.icon-menu:before {
  content: "\E914";
}

.icon-plus:before {
  content: "\E915";
}

.icon-user-plus:before {
  content: "\E916";
}

.icon-eye-off:before {
  content: "\E917";
}

.icon-eye:before {
  content: "\E918";
}

.icon-instagram:before {
  content: "\E919";
}

.icon-phone:before {
  content: "\E91A";
}

.icon-check:before {
  content: "\E91B";
}

.icon-arrow-right:before {
  content: "\E91C";
}

.icon-arrow-left:before {
  content: "\E91D";
}

.icon-arrow-down:before {
  content: "\E91E";
}

.icon-arrow-up:before {
  content: "\E91F";
}

.icon-search:before {
  content: "\E920";
}

.icon-minus-solid:before {
  content: "\E900";
}

.icon-add-solid:before {
  content: "\E901";
}

.icon-youtube-play:before {
  content: "\E903";
}

.icon-linkedin-square:before {
  content: "\E904";
}

.icon-facebook-square:before {
  content: "\E905";
}

.icon-paper-plane-o:before {
  content: "\E906";
}

.icon-send-o:before {
  content: "\E906";
}

.icon-comments-o:before {
  content: "\E907";
}

.icon-star-half:before {
  content: "\E908";
}

.icon-star:before {
  content: "\E909";
}

.icon-caret-right:before {
  content: "\E90A";
}

.icon-caret-left:before {
  content: "\E90B";
}

.icon-caret-up:before {
  content: "\E90C";
}

.icon-caret-down:before {
  content: "\E90D";
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

.spinner .path {
  stroke: #F6F2F0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

form.form-horizontal .control-label {
  text-align: left;
}

.form-group .form-control {
  box-shadow: none;
  border: 2px solid rgba(216, 184, 165, 0.2);
  border-radius: 10px;
  height: 48px;
  position: relative;
}

.form-group .form-control.password-input:after {
  font-family: icomoon, sans-serif;
  content: "\E918";
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.form-group .form-control:focus {
  border: 2px solid #FF6308 !important;
}

.form-group .password-container {
  position: relative;
}

.form-group .password-container .toggle-password {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #D0CBC9;
  font-size: 18px;
}

@media (min-width: 768px) {
  .form-group a {
    font-size: 18px;
    transition: all 0.3s;
  }

  .form-group label {
    font-weight: 100;
    font-size: 16px;
  }

  .form-group .form-control {
    height: 60px;
    font-size: 16px;
  }
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 100%;
  height: 5px;
}

.slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  top: 8px;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle.max-slider-handle {
  margin-left: -25px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #F6F2F0;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal .tooltip {
  transform: translateX(-50%);
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .tooltip {
  transform: translateX(50%);
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #F6F2F0;
  border-right-color: #F6F2F0;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical .tooltip {
  transform: translateY(-50%);
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
}

.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background: #FBB47F;
}

.slider-selection {
  position: absolute;
  background: #F6F2F0;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: -2.5px;
  width: 25px;
  height: 25px;
  border: 1px solid #F6F2F0;
  background-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}

.slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  opacity: 1;
}

.pagination_wrapper {
  text-align: center;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF6308;
  color: #FFF;
  border: none;
  font-weight: bold;
  height: 48px;
  font-size: 14px;
  padding: 0 25px;
  border-radius: 100px;
  transition: 0.2s;
  text-align: center;
}

.btn.no-height {
  height: auto;
}

.btn.ghost {
  color: #FF6308;
  background: transparent;
  border: 2px solid #FF6308;
  transform: translateY(2px);
}

.btn.ghost:hover {
  color: #FF6308;
  transform: translateY(1px);
}

.btn.more-padding {
  padding: 0 60px;
}

.btn:hover {
  transform: translateY(-1px);
  color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn.btn-white {
  background: #FFF;
  color: #FF6308;
  box-shadow: 0 3px 6px rgba(216, 184, 165, 0.2);
}

.btn.btn-white:hover {
  background: #FF6308;
  color: #F6F2F0;
}

.btn.btn-light {
  background: rgba(255, 99, 8, 0.1490196078);
  color: #FF6308;
}

.btn.btn-light:hover {
  background: #FF6308;
  color: white;
}

.btn.btn-primary {
  background: #FF6308;
}

.btn.btn-primary:hover {
  background: rgb(237.5, 87.5, 0) !important;
}

.btn.btn-100 {
  width: 100%;
}

.btn i {
  font-size: 18px;
}

.btn:not(.btn-icon-only) i {
  float: left;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin-left: -15px;
}

.btn.grey {
  background: #8E8E8E;
}

.btn.dark {
  background: #3E3E3E;
}

@media (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .btn {
    height: 60px;
    font-size: 18px;
  }
}

[data-tooltip]:hover {
  position: relative;
}

[data-tooltip]:hover:after {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 12px;
  content: attr(data-tooltip);
  margin-bottom: 10px;
  top: 130%;
  left: 0;
  padding: 7px 12px;
  position: absolute;
  width: auto;
  min-width: 200px;
  max-width: 300px;
  word-wrap: break-word;
  z-index: 9999;
}

.topmessage {
  background: #FF6308;
  color: #FFF;
  text-align: center;
  padding: 7px 0;
}

.topmessage p {
  margin-bottom: 0;
}

.topmessage a {
  color: #fff;
  text-decoration: none;
}

header {
  position: relative;
  background: #FFF;
}

header .search-wrap {
  z-index: 1;
  background-color: white;
  border-radius: 100px;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

header .search-wrap button,
header .search-wrap input {
  border: none;
  background: none;
}

header .search-wrap input {
  font-size: 14px;
}

header .search-wrap input::-moz-placeholder {
  color: #2C1B12;
}

header .search-wrap input::placeholder {
  color: #2C1B12;
}

header .search-wrap button i {
  color: #FF6308;
  font-size: 18px;
}

header .top-header {
  background-color: #F6F2F0;
}

header .top-header .top-header-wrap {
  height: 40px;
}

header .top-header .top-header-wrap ul li a {
  color: #2C1B12;
  transition: all 0.3s;
}

header .top-header .top-header-wrap ul li a:hover {
  color: #FF6308;
}

header .top-header .top-header-wrap ul li.flag img {
  display: block;
  width: 24px;
  height: auto;
}

header .logo {
  height: 40px;
  margin: 15px 0;
}

header .middle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .middle-header .mob-menu-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}

header .middle-header .mob-menu-wrap .menu-btn {
  background-color: #FF6308;
  color: white;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 18px;
}

header .user-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2C1B12;
  background-color: white;
  border-radius: 100px;
  font-size: 18px;
  transition: all 0.2s;
}

header .user {
  display: none;
  position: absolute;
  z-index: 9999999;
  background: white;
  width: 100%;
  left: 0;
  top: 100%;
  transform: translateY(0);
}

header .user a {
  transition: all 0.3s;
}

header .user .top {
  padding: 10px 20px;
}

header .user .middle {
  padding: 10px 20px;
}

header .user .middle a {
  flex-grow: 1;
}

header .user .middle button {
  margin: 10px 0;
}

header .user .middle span {
  display: block;
}

header .cart-popup {
  display: none;
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  padding: 30px;
  left: 0;
  top: 0;
  transform: translateY(0);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.09);
}

header .cart-popup .old {
  text-decoration: line-through;
}

header .cart-popup .top {
  padding: 10px 15px;
  font-size: 18px;
  color: #2C1B12;
  border-bottom: 1px solid #F6F2F0;
}

header .cart-popup .top i {
  font-size: 12px;
  background-color: #FF6308;
  color: white;
  border-radius: 100%;
  padding: 2px;
}

header .cart-popup .middle {
  padding: 15px;
}

header .cart-popup .middle h4 {
  font-weight: bold;
  color: #2C1B12;
}

header .cart-popup .middle .products {
  margin-bottom: 15px;
}

header .cart-popup .middle .products .product {
  margin: unset;
}

header .cart-popup .middle .products .product .left img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .cart-popup .middle .subtotal {
  border-radius: 5px;
  background-color: #F6F2F0;
  padding: 10px;
}

header .cart-popup .middle .subtotal p {
  margin-bottom: 0;
}

header .cart-popup .bottom {
  padding: 15px;
  background-color: white;
}

header .cart-popup .bottom a {
  flex-grow: 1;
}

header .cart-btn {
  position: relative;
  font-size: 18px;
  background-color: white;
  color: #2C1B12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.2s;
}

header .cart-btn .amount span {
  position: absolute;
  background: #2C1B12;
  color: #FFF;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
}

header .search-btn {
  right: 110px;
  top: 26px;
}

header .fav-btn {
  right: 140px;
  top: 25px;
  font-size: 17px;
}

header nav {
  position: relative;
  background: #F6F2F0;
  overflow: hidden;
  display: none;
}

header nav ul {
  padding: 0;
  margin: 0;
}

header nav ul.first > li {
  border-bottom: 1px solid #E6E0DE;
}

header nav ul li {
  display: block;
  list-style: none;
  transition: all 300ms ease;
  font-size: 18px;
  overflow: hidden;
}

header nav ul li.open > ul {
  max-height: 900px;
  opacity: 1;
  padding-top: 10px;
}

header nav ul li.open > ul > li a {
  padding: 5px 0;
}

header nav ul li a {
  display: block;
}

header nav ul li ul {
  position: relative;
  top: -10px;
  max-height: 0;
  transition: all 300ms ease;
  padding-left: 10px;
  opacity: 0;
}

header nav ul li ul li a {
  color: rgba(44, 27, 18, 0.7);
}

header nav ul li ul li ul li {
  height: 36px;
}

header nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #333333;
  transition: all 300ms ease;
}

header nav ul li a span {
  display: block;
  position: relative;
  left: 0;
  transition: left 300ms ease 300ms, transform 300ms ease 300ms;
}

header nav ul li a i {
  float: right;
  transition: all 300ms ease;
}

header nav ul li a:hover,
header nav ul li a:focus {
  text-decoration: none;
}

header nav ul li a:hover {
  color: #000;
}

header nav ul li.open > a {
  overflow: hidden;
}

header nav ul li.open > a i {
  transform: rotate(180deg);
}

header nav ul li.open > a.hide {
  padding: 0 15px;
  height: 0;
  border: none;
}

header nav ul li.flag {
  border-top: 1px solid #E6E0DE;
}

header nav ul li.flag a {
  display: block;
}

header nav ul li.flag a img {
  display: inline-block;
  width: 24px;
  height: auto;
}

header nav ul li > ul {
  margin: 0;
}

header nav ul li:last-child a {
  border-bottom: none;
}

header nav ul.sub-open > li {
  transition-delay: 300ms;
}

header .clerk-live-search-container {
  min-width: auto !important;
}

header .clerk-live-search-container .clerk-item {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

header .clerk-live-search-container .clerk-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

header .clerk-live-search-container .clerk-item img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  flex-shrink: 0;
}

header .clerk-live-search-container .clerk-item a {
  display: block;
}

header ul.register {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

header ul.register li {
  position: relative;
  display: inline-block;
  font-size: 13px;
}

header ul.register li:first-child {
  padding-right: 12px;
  margin-right: 8px;
}

header ul.register li:first-child:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background: #EEE;
}

header ul.account {
  padding: 0;
  margin: 0 -15px;
}

header ul.account li {
  display: block;
  list-style: none;
  transition: all 300ms ease;
  height: 46px;
  overflow: hidden;
  transition-delay: 600ms;
}

header ul.account li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #EEE;
  color: #FF6308;
  height: 46px;
  transition: all 300ms ease;
}

header ul.account li a span {
  display: inline-block;
  position: relative;
  left: 0;
  transition: left 300ms ease 300ms, transform 300ms ease 300ms;
}

header ul.account li a:hover,
header ul.account li a:focus {
  text-decoration: none;
}

header ul.account li a:hover {
  color: #000;
}

header ul.account li:last-child a {
  border-bottom: none;
}

header .bottom {
  position: relative;
  background: #F6F2F0;
  padding: 15px;
}

header .bottom .menu-btn {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 45px;
  background: #FF6308;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease;
}

header .bottom .menu-btn .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

header .bottom .menu-btn:hover {
  background: rgb(237.5, 87.5, 0);
}

@media (min-width: 768px) {
  header nav .first > li ul li i.icon-caret-down:before {
    content: "\E90A";
  }

  header .cart-popup {
    position: absolute;
    width: 100%;
    top: 100%;
    box-shadow: unset;
  }

  header .cart {
    width: initial;
    left: initial;
    height: initial;
    right: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }

  header .cart .products {
    max-height: 425px;
  }

  header .cart .total-row .btn:first-child {
    margin-right: 10px;
  }

  header .cart .total-row .btn .icon {
    margin-right: 10px;
  }

  header .cart .total-row .btn span {
    display: inline-block;
  }

  header .feedbackcompany .top {
    padding: 5px 10px 5px;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
  }

  header .feedbackcompany .top .feedback_logo img {
    width: 20px;
    height: 20px;
  }

  header .feedbackcompany .top .stars {
    display: inline-block;
    position: relative;
    font-size: 8px;
    vertical-align: middle;
    color: #fff;
  }

  header .feedbackcompany .top .stars .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
  }

  header .feedbackcompany .top .stars .percent {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
  }

  header .feedbackcompany .top .stars .percent .icon {
    background: #FF6308;
  }

  header .feedbackcompany .top .stars .background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }

  header .feedbackcompany .top .stars .background .icon {
    color: #CCC;
    background: #fff;
  }

  header .feedbackcompany .top .score {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    vertical-align: bottom;
    line-height: 19px;
    font-weight: bold;
  }

  header .feedbackcompany .top .amount {
    color: #333333;
    font-size: 16px;
    vertical-align: bottom;
    line-height: 19px;
  }

  header .feedbackcompany .logo {
    text-align: center;
    padding: 5px 15px;
    background: #F6F2F0;
    margin: 0;
    height: unset;
  }

  header .feedbackcompany .logo img {
    width: 140px;
  }

  header .thuiswinkel {
    position: absolute;
    right: 470px;
    top: 15px;
  }

  header .thuiswinkel img {
    height: 40px;
  }

  header .user {
    position: absolute;
    right: 95px;
    left: unset;
    width: 450px;
    z-index: 2;
    background: #FFF;
    border-top: none;
    padding: 0;
    border-radius: 10px 0 10px 10px;
    transform: translateY(10px);
    overflow: hidden;
  }

  header .user .top {
    padding: 10px 20px;
    border-bottom: 1px solid #F6F2F0;
  }

  header .user .top h2 {
    font-size: 18px;
  }

  header .user .middle {
    padding: 10px 20px;
  }

  header .user .middle span {
    display: block;
    font-size: 16px;
  }

  header .user .bottom {
    border-top: 1px solid #F6F2F0;
    background-color: white;
  }

  header .user .bottom ul {
    font-size: 16px;
  }

  header .user ul {
    margin-bottom: 0;
  }

  header .cart-popup {
    right: 15px;
    left: unset;
    width: 450px;
    z-index: 2;
    background: #FFF;
    border-top: none;
    padding: 0;
    border-radius: 10px 0 10px 10px;
    transform: translateY(10px);
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  header.fixed {
    position: fixed;
    width: 100%;
    z-index: 11;
  }

  header.fixed .top-header {
    display: none !important;
  }

  header.fixed nav {
    position: relative;
  }

  header.fixed nav.overlay-effect:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 1;
    background-color: rgba(44, 27, 18, 0.5);
  }

  header + .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(44, 27, 18, 0.5);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }

  header + .overlay.active {
    opacity: 1;
  }

  header nav ul > li:not(:last-child) {
    border-bottom: unset;
  }

  header nav ul.first > li {
    border-bottom: unset;
  }

  header nav ul li ul {
    max-height: unset;
  }

  header nav ul li ul.right {
    right: 0 !important;
    left: unset !important;
  }

  header .top-header {
    z-index: 11;
    position: relative;
  }

  header .top-header .top-header-wrap ul li a {
    font-size: 16px;
  }

  header .bg-white {
    z-index: 11;
    position: relative;
  }

  header .search-wrap {
    height: 60px;
    width: 330px;
    top: 20px;
    left: 250px;
    position: absolute;
    border: 2px solid rgba(216, 184, 165, 0.2);
    transition: all 0.3s;
  }

  header .search-wrap.active {
    border: 2px solid #FF6308;
  }

  header .search-wrap input {
    font-size: 18px;
  }

  header .user-btn {
    position: absolute;
    top: 20px;
    right: 95px;
    padding: 0 30px;
    height: 60px;
    font-size: 18px;
    background-color: #FF6308;
    color: white;
  }

  header .user-btn:hover {
    background-color: rgb(237.5, 87.5, 0);
  }

  header .cart-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    height: 60px;
    width: 60px;
    background-color: #FF6308;
    color: white;
  }

  header .cart-btn:hover {
    background-color: rgb(237.5, 87.5, 0);
  }

  header .cart-btn .amount span {
    position: absolute;
    background: #2C1B12;
    color: #FFF;
    font-size: 12px;
    top: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-family: "Lato", sans-serif;
  }

  header .logo {
    height: 60px;
    margin: 20px 0;
    width: auto;
  }

  header .cart-btn {
    top: 20px;
  }

  header .cart-btn .amount {
    display: inline-block;
    vertical-align: 13px;
  }

  header .user-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    background-color: #FF6308;
    border-radius: 100px;
    height: 60px;
  }

  header .thuiswinkel {
    position: absolute;
    right: 280px;
    top: 25px;
  }

  header .thuiswinkel img {
    height: 45px;
    width: auto;
  }

  header nav {
    display: block !important;
    margin: 0;
    overflow: visible;
  }

  header nav .container .wrap {
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  header nav .container .wrap > ul > li {
    position: relative;
    display: block;
    float: left;
    height: auto;
  }

  header nav .container .wrap > ul > li:first-of-type > a {
    padding: 7px 25px 7px 0;
  }

  header nav .container .wrap > ul > li:first-of-type ul {
    left: -11px;
  }

  header nav .container .wrap > ul > li > a {
    position: relative;
    border-bottom: none;
    padding: 7px 25px 7px 25px;
    height: auto;
    font-size: 16px;
  }

  header nav .container .wrap > ul > li > a.no-pointer {
    cursor: default;
  }

  header nav .container .wrap > ul > li > a:before {
    content: none;
  }

  header nav .container .wrap > ul > li > a .icon-caret-down {
    position: absolute;
    top: 55%;
    right: 10px;
    margin: 0;
    transform: translateY(-50%);
  }

  header nav .container .wrap > ul > li:last-child a:after {
    content: none;
  }

  header nav .container .wrap > ul > li ul {
    position: absolute;
    left: 14px;
    top: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background: #FFF;
    min-width: 250px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
  }

  header nav .container .wrap > ul > li ul li {
    position: relative;
    white-space: nowrap;
    display: block;
    transition: none;
    overflow: visible;
    height: auto;
  }

  header nav .container .wrap > ul > li ul li:after {
    display: none;
  }

  header nav .container .wrap > ul > li ul li a {
    padding: 5px 10px;
    border-top: none;
    color: #333333;
    height: auto;
    font-size: 18px;
  }

  header nav .container .wrap > ul > li ul li a:before {
    content: none;
  }

  header nav .container .wrap > ul > li ul li ul {
    opacity: 0;
    visibility: hidden;
    top: -1px;
    left: auto;
    right: 0;
    transform: translate(100%, 0);
  }

  header nav .container .wrap > ul > li ul li:hover > a {
    color: #FF6308;
  }

  header nav .container .wrap > ul > li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  header nav .container .wrap > ul > li:hover {
    overflow: visible;
  }

  header nav .container .wrap > ul > li:hover > a {
    color: #FF6308;
  }

  header nav .container .wrap > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  header nav .container .wrap > ul > li .icon-caret-down {
    font-size: 12px;
    vertical-align: 0px;
    margin: 10px 0 0 5px;
  }
}

@media (min-width: 1200px) {
  header .top-header .top-header-wrap ul li a {
    font-size: 17px;
  }

  header .middle-header {
    height: 100px;
  }

  header .thuiswinkel {
    right: 300px;
  }

  header .feedbackcompany {
    left: 700px;
  }

  header nav .container .wrap > ul > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  header .thuiswinkel {
    right: 280px;
  }

  header .feedbackcompany {
    left: 800px;
  }

  header .feedbackcompany .top .amount {
    display: inline-block;
  }
}

#infobar {
  padding: 40px 0;
}

#infobar .slick-slide {
  height: auto;
}

#infobar.top {
  padding: 20px 0;
}

#infobar.top .container .points {
  border: none;
  padding: unset;
}

#infobar .container .points {
  border-top: 1px solid #E6E0DE;
  border-bottom: 1px solid #E6E0DE;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

#infobar .advies {
  display: flex !important;
  justify-content: end;
  width: 100%;
  margin-bottom: 0;
}

#infobar .points .point {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  color: #000;
  transition: all 0.3s;
}

#infobar .points .point:hover {
  color: #FF6308;
}

#infobar .points .point .icon {
  display: inline-block;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  color: #fff;
  background: #FF6308;
  line-height: 12px;
  text-align: center;
  margin-right: 5px;
  font-size: 7px;
  font-weight: bold;
}

#infobar .points .point em {
  font-style: normal;
  color: #FF6308;
  margin-left: 2px;
}

#infobar .links {
  float: right;
}

#infobar .links nav ul {
  margin: 0;
  padding: 0;
}

#infobar .links nav ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

#infobar .links nav ul li > span {
  cursor: default;
}

#infobar .links nav ul li > a,
#infobar .links nav ul li > span {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

#infobar .links nav ul li > a .icon,
#infobar .links nav ul li > span .icon {
  font-size: 10px;
  color: #FF6308;
  margin-left: 5px;
}

#infobar .links nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#infobar .links nav ul li.service a {
  color: #FF6308;
}

#infobar .links nav ul li.service a img {
  width: 50px;
  margin-left: 15px;
}

#infobar .links nav ul li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

#infobar .links nav ul li > ul li {
  display: block;
  margin: 0;
}

#infobar .links nav ul li > ul li a {
  display: block;
  font-weight: normal;
  padding: 5px 10px;
  white-space: nowrap;
  transition: all 300ms ease;
}

#infobar .links nav ul li > ul li a:hover {
  background: #eee;
}

@media (min-width: 768px) {
  #infobar .points .point {
    font-size: 16px;
  }

  #infobar .points .point .icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  #infobar .points .point em {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #infobar {
    padding: 25px 0;
  }

  #infobar .links {
    top: 15px;
    position: relative;
  }

  #infobar .container .points {
    display: flex;
    justify-content: space-between;
  }

  #infobar .advies {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

#breadcrumbs {
  margin: 0 0 30px 0;
  padding: 0;
}

#breadcrumbs li {
  display: none;
  position: relative;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 100;
}

#breadcrumbs li:after {
  content: "\E90A";
  font-family: "icomoon", sans-serif;
  position: absolute;
  left: -5px;
  top: 6px;
  font-size: 10px;
  color: #2C1B12;
  opacity: 0.5;
}

#breadcrumbs li:first-child {
  padding-left: 0;
}

#breadcrumbs li:first-child:after {
  display: none;
}

#breadcrumbs li a {
  color: #2C1B12;
  opacity: 0.5;
}

#breadcrumbs li:last-child {
  color: #2C1B12;
  opacity: 0.5;
}

@media (min-width: 992px) {
  #breadcrumbs li {
    display: inline-block;
  }
}

a.banner img {
  width: 100%;
}

#cookiebox {
  position: fixed;
  padding: 30px;
  border-bottom: 2px solid #F6F2F0;
  width: calc(100% - 60px);
  transform: translateX(-50%);
  left: 50%;
  max-width: 500px;
  bottom: -230px;
  background: #FFF;
  z-index: 10;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 500ms ease;
}

#brands {
  padding: 30px 0;
  background: white;
}

#brands .brand-slider {
  padding: 0 25px;
}

#brands .brand-slider .slick-slide {
  height: auto;
}

#brands .brand-slider .brand {
  display: inline-block;
  margin: 0 15px;
}

#brands .brand-slider .brand img {
  height: 25px;
  filter: grayscale(100%);
  width: auto;
}

#brands .brand-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(142, 142, 142, 0.5);
  z-index: 100;
  font-size: 20px;
}

#brands .brand-slider .slick-arrow.prev {
  left: 0;
}

#brands .brand-slider .slick-arrow.next {
  right: 0;
}

@media (min-width: 768px) {
  #brands {
    padding: 50px 0;
  }

  #brands .brand-slider .brand {
    margin: 0 30px;
  }

  #brands .brand-slider .brand img {
    height: 40px;
  }
}

@media (min-width: 992px) {
  #brands .brand-slider {
    padding: 0 30px;
  }

  #brands .brand-slider .slick-arrow {
    font-size: 30px;
  }
}

@media (min-width: 1540px) {
  #brands .brand-slider {
    padding: 0;
  }

  #brands .brand-slider .slick-arrow {
    font-size: 40px;
  }

  #brands .brand-slider .slick-arrow.prev {
    left: -40px;
  }

  #brands .brand-slider .slick-arrow.next {
    right: -40px;
  }
}

#bottombar {
  background-color: rgba(216, 184, 165, 0.2);
}

#bottombar .feedbackcompany .top {
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  color: white;
  font-size: 14px;
}

#bottombar .feedbackcompany .top a {
  color: white;
  text-decoration: underline;
}

#bottombar .feedbackcompany .top .feedback_logo img {
  width: 30px;
  height: 30px;
}

#bottombar .feedbackcompany .top .stars {
  display: inline-block;
  position: relative;
  font-size: 12px;
  vertical-align: middle;
  color: #fff;
}

#bottombar .feedbackcompany .top .stars .percent {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}

#bottombar .feedbackcompany .top .stars .percent .icon {
  background: #FF6308;
}

#bottombar .feedbackcompany .top .stars .background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#bottombar .feedbackcompany .top .stars .background .icon {
  color: rgba(255, 255, 255, 0.35);
}

#bottombar .feedbackcompany .top .score {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  vertical-align: bottom;
  line-height: 19px;
  font-weight: bold;
}

#bottombar .feedbackcompany .top .amount {
  color: #333333;
  font-size: 16px;
  vertical-align: bottom;
  line-height: 19px;
}

#bottombar .feedbackcompany .logo {
  text-align: center;
  padding: 5px 15px;
  background: #F6F2F0;
  margin: 0;
  height: unset;
}

#bottombar .feedbackcompany .logo img {
  width: 140px;
}

#bottombar .top-bar .logo {
  height: 30px;
}

#bottombar .bottom-bar {
  background-color: #FF6308;
  padding: 10px 0;
}

#bottombar .bar-parts {
  padding: 40px 0;
}

#bottombar .bar-parts .bar-part {
  width: 100%;
}

#bottombar .bar-parts p {
  font-size: 18px;
}

#bottombar .bar-parts > div:last-of-type {
  width: 20%;
}

#bottombar .bar-parts .contact-blocks .block {
  border-radius: 10px;
  background-color: white;
  padding: 0 30px;
  color: #2C1B12;
  height: 135px;
  transition: all 0.2s;
}

#bottombar .bar-parts .contact-blocks .block:hover {
  box-shadow: 0 3px 6px #EAD1C1;
  transform: scale(1.05);
}

#bottombar .bar-parts .contact-blocks .block .top {
  flex-grow: 1;
  padding-bottom: unset;
}

#bottombar .bar-parts .contact-blocks .block i {
  color: #FF6308;
  font-size: 18px;
}

#bottombar .bar-parts .contact-blocks .block .larger {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: unset;
}

#bottombar .bar-parts .contact-blocks .block span {
  font-size: 14px;
  padding-bottom: 10px;
}

#bottombar .service {
  padding: 15px;
  background: rgba(255, 99, 8, 0.1);
  border-radius: 5px;
}

#bottombar .service img {
  width: 50px;
}

#bottombar .service h3 {
  color: #FF6308;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 2px 0;
}

#bottombar .service p {
  color: #8E8E8E;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

#bottombar .points {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

#bottombar .points .point {
  display: inline-block;
  line-height: 22px;
  margin-top: 15px;
  font-size: 11px;
  margin-right: 5px;
  text-decoration: none;
  color: #000;
}

#bottombar .points .point .icon {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #FF6308;
  margin-right: 5px;
  height: 12px;
  width: 12px;
  line-height: 12px;
  font-size: 7px;
}

#bottombar .points .point em {
  font-style: normal;
  color: #FF6308;
  margin-left: 2px;
}

@media (min-width: 768px) {
  #bottombar .feedbackcompany .top {
    padding: 5px 10px 5px;
    font-size: 16px;
  }

  #bottombar .service {
    max-width: 50%;
    margin: 0 auto;
  }

  #bottombar .points {
    margin-bottom: 15px;
  }

  #bottombar .points .point {
    font-size: 15px;
    margin-right: 15px;
  }

  #bottombar .points .point .icon {
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-right: 10px;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  #bottombar {
    overflow: hidden;
  }

  #bottombar .bar-parts {
    padding: 50px 0;
  }

  #bottombar .bar-parts .bar-part {
    width: unset;
  }

  #bottombar .service {
    width: 35%;
    float: left;
  }

  #bottombar h2 {
    font-size: 40px;
  }

  #bottombar .points {
    padding-left: 15px;
    float: left;
    width: 65%;
  }

  #bottombar .points .point {
    float: left;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
  }

  #bottombar .points em {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #bottombar .service {
    width: 30%;
  }

  #bottombar .feedbackcompany .top {
    font-size: 18px;
  }

  #bottombar .bar-parts {
    padding: 50px 0 0 0;
  }

  #bottombar .points {
    width: 70%;
  }

  #bottombar .points .point {
    text-align: left;
    margin-top: 0;
  }
}

footer {
  background: white;
  color: rgba(44, 27, 18, 0.8);
  padding: 30px 0 0 0;
}

footer .bottom-wrap {
  padding: 20px 0;
  border: none;
}

footer .icon-topsite {
  font-size: 14px;
  position: relative;
  top: 1px;
}

footer nav {
  overflow: hidden;
}

footer nav ul {
  list-style: none;
  padding: 0;
}

footer nav ul.socials li a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

footer nav ul.socials li a i {
  color: #FF6308;
}

footer nav ul li h4 {
  font-weight: bold;
  font-size: 18px;
  color: #2C1B12;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E0DE;
  cursor: pointer;
}

footer nav ul li h4 .icon {
  float: right;
  transition: all 300ms ease;
}

footer nav ul li h4.active .icon {
  transform: rotate(-180deg);
}

footer nav ul li > ul {
  display: none;
  margin-bottom: 20px;
}

footer nav ul li > ul > li {
  padding: 6px 0;
  line-height: 1.3;
}

footer nav ul li a {
  color: rgba(44, 27, 18, 0.8);
  transition: all 300ms ease;
  font-size: 16px;
}

footer nav ul li a:hover {
  color: #FF6308;
}

footer #feedbackcompany {
  max-width: 400px;
  margin: 0 auto;
}

footer #feedbackcompany .top {
  padding: 5px 10px 10px;
  background: #2A2A2A;
}

footer #feedbackcompany .top .stars {
  display: inline-block;
  position: relative;
  font-size: 16px;
  vertical-align: bottom;
  color: #fff;
}

footer #feedbackcompany .top .stars .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

footer #feedbackcompany .top .stars .percent {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}

footer #feedbackcompany .top .stars .percent .icon {
  background: #FF6308;
}

footer #feedbackcompany .top .stars .background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

footer #feedbackcompany .top .stars .background .icon {
  color: #CCC;
  background: #fff;
}

footer #feedbackcompany .top .score {
  margin-left: 10px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  vertical-align: bottom;
  line-height: 28px;
}

footer #feedbackcompany .top .amount {
  display: inline-block;
  color: #FF6308;
  font-size: 14px;
  vertical-align: bottom;
  margin-left: 15px;
}

footer #feedbackcompany .logo {
  text-align: center;
  padding: 10px 0;
  background: rgba(42, 42, 42, 0.5);
}

footer #feedbackcompany .logo img {
  width: 140px;
}

footer .social {
  margin-bottom: 30px;
  padding-top: 30px;
}

footer .social .icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background: #ff6308;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  margin-right: 5px;
  transition: all 0.3s;
}

footer .social .icon:last-of-type {
  margin-right: 0;
}

footer .social .icon:hover {
  background: #fff;
  color: #ff6308;
}

footer #frmNewsletter .form-control {
  height: auto;
  padding: 10px;
  background-clip: padding-box;
  border: none;
  max-width: 360px;
  margin: 0 auto;
}

footer .bottom {
  background: #fff;
  text-align: center;
  color: rgba(44, 27, 18, 0.8);
  font-size: 16px;
  line-height: 35px;
}

footer .bottom a {
  color: rgba(44, 27, 18, 0.8);
  transition: all 0.3s;
}

footer .bottom a:hover {
  color: #FF6308;
}

footer .bottom figure a:last-child img {
  margin-right: 0;
}

footer .bottom figure img {
  height: 26px;
}

footer .bottom figure img.homepay {
  height: 22px;
}

footer .bottom figure img.sofort {
  height: 18px;
}

footer .bottom figure img.klarna {
  height: 24px;
}

@media (min-width: 768px) {
  footer .bottom-wrap {
    border-top: 1px solid #E6E0DE;
  }

  footer nav > ul {
    overflow: hidden;
  }

  footer nav > ul ul {
    margin-bottom: 0;
  }

  footer nav ul li h4 {
    font-size: 22px;
  }

  footer nav ul li > ul {
    margin-bottom: unset;
  }

  footer .bottom figure img {
    height: 38px;
  }

  footer .bottom figure img.homepay {
    height: 22px;
  }

  footer .bottom figure img.sofort {
    height: 14px;
  }
}

@media (min-width: 768px) {
  footer nav ul li h4 {
    border: none;
    cursor: initial;
    padding-bottom: unset;
  }

  footer nav ul li h4 .icon {
    display: none;
  }

  footer nav ul li > ul {
    display: block;
  }
}

@media (min-width: 992px) {
  footer {
    padding: 60px 0 0 0;
  }

  footer ul li a {
    font-size: 18px;
  }

  footer .bottom figure {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  footer {
    text-align: left;
  }

  footer nav > ul {
    margin-bottom: 0;
  }
}

.popmessage {
  position: fixed;
  bottom: 0px;
  right: 30px;
  padding: 15px 30px;
  background: #F6F2F0;
  color: #FFF;
  transform: translate(0, 100%);
  transition: all 0.3s;
  font-weight: bold;
}

.popmessage.active {
  transform: translate(0, 0);
}

.clerk-holder ul {
  padding-left: 0;
}

.clerk-holder ul .gerelateerdproduct {
  padding: 15px;
  border: 2px solid #F6F2F0;
  border-radius: 5px;
  margin-right: 30px;
  width: 100%;
  text-align: center;
}

.clerk-holder ul .gerelateerdproduct h3 {
  margin-bottom: 0;
}

.clerk-holder ul .gerelateerdproduct h3 a {
  color: #3E3E3E;
  font-size: 18px;
}

@media (min-width: 768px) {
  .clerk-holder ul .gerelateerdproduct {
    width: calc(33.33% - 33px);
  }
}

@media (min-width: 992px) {
  .clerk-holder ul .gerelateerdproduct {
    width: calc(25% - 33px);
  }

  .clerk-holder ul .gerelateerdproduct .gerelateerdproduct-photo a img {
    max-width: 160px !important;
  }
}

@media (min-width: 1200px) {
  .clerk-holder ul .gerelateerdproduct {
    width: calc(20% - 32px);
  }
}

#login h1 {
  font-size: 24px;
}

#login .login-form {
  background-color: rgba(216, 184, 165, 0.2);
  padding: 40px;
  border-radius: 10px;
}

#login .login-form label {
  font-weight: bold;
  color: #2C1B12;
}

#login .login-form .form-control {
  border: 2px solid #E6E0DE;
}

#login h4 {
  font-weight: bold;
}

#login ul:not(#breadcrumbs) {
  list-style: none;
  padding: 0;
}

#login ul:not(#breadcrumbs) li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#login ul:not(#breadcrumbs) li:before {
  position: absolute;
  left: 0;
  top: 3px;
  color: #FF6308;
  content: "\E902";
  font-size: 18px;
}

#login .usp {
  text-align: center;
}

#login .usp span {
  display: block;
  font-size: 90px;
  color: #FF6308;
  margin-bottom: 15px;
}

#login .usp strong {
  display: block;
}

#login .usp p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #login .login-form label {
    font-size: 18px;
  }

  #login ul:not(#breadcrumbs) li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: unset;
  }

  #login ul:not(#breadcrumbs) li:before {
    top: 7px;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  #login h1 {
    font-size: 40px;
  }

  #login .register_wrapper {
    position: relative;
    padding-left: 32px;
  }
}

#register .usp {
  text-align: center;
  margin-bottom: 30px;
}

#register .usp span {
  display: block;
  font-size: 90px;
  color: #FF6308;
  margin-bottom: 15px;
}

#register .usp strong {
  display: block;
}

#register .usp p {
  margin-bottom: 0;
}

#register form {
  background-color: #f6f2f0;
  padding: 30px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  #register .usp {
    margin-bottom: 0;
  }

  #register h1 {
    font-size: 40px;
  }
}

#home #slideshow {
  margin-bottom: 30px;
}

#home #slideshow .slide {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

#home #slideshow .slide img {
  width: 100%;
  height: auto;
}

#home #slideshow .slide .content {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 15px;
  max-width: calc(100% - 30px);
}

#home #slideshow .slide .content h1 {
  font-size: 14px;
  line-height: 1;
  color: #3E3E3E;
  text-transform: unset;
  margin: 0 0 10px 0;
}

#home #slideshow .slide .content h2 {
  font-size: 12px;
  line-height: 1;
  color: #A5A5A5;
  text-transform: unset;
  font-weight: normal;
  margin: 0;
}

#home #slideshow .slide .content h2 .icon {
  float: right;
  margin-left: 15px;
  transform: translateY(2px);
  color: #FF6308;
}

#home #slideshow .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 15px;
  bottom: 15px;
  text-align: center;
  width: calc(100% - 30px);
}

#home #slideshow .slick-dots li {
  display: inline-block;
  list-style-type: none;
}

#home #slideshow .slick-dots li button {
  font-size: 0px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: block;
  padding: 0;
  margin: 0 15px 0 0;
  border: 1px solid #F6F2F0;
  background: #fff;
}

#home #slideshow .slick-dots li.slick-active button {
  background: #3E3E3E;
  border-color: #8E8E8E;
}

#home video {
  -o-object-fit: cover;
     object-fit: cover;
}

#home h2 {
  color: #2C1B12;
}

#home img.verhuizing {
  display: block;
  width: 100%;
  border-radius: 5px;
}

#home #readMore .more-text {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s;
  padding-top: 20px;
}

#home #readMore .more-text.active {
  opacity: 1;
  max-height: 1000px;
}

#home .image-wrap {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  max-height: 460px;
  align-items: start;
  position: relative;
  display: inline-flex;
}

#home .image-wrap:hover .content .arrow {
  background-color: white;
}

#home .image-wrap:hover .content .arrow i {
  color: #FF6308;
}

#home .image-wrap .content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
}

#home .image-wrap .content .arrow {
  border: 2px solid rgba(255, 255, 255, 0.3019607843);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.2s;
}

#home .image-wrap .content .arrow i {
  color: white;
  font-size: 20px;
}

#home .image-wrap .overlay {
  background: transparent linear-gradient(180deg, rgba(165, 61, 0, 0) 0%, #A53D00 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
}

#home .image-wrap .socks {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-40%);
  height: 60%;
}

#home .image-wrap h2 {
  color: white;
  font-size: 22px;
}

#home .image-wrap h3 {
  color: white;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

#home .image-wrap p {
  color: white;
  font-size: 14px;
  line-height: 20px;
}

#home .image-wrap.alt {
  background: transparent linear-gradient(183deg, #FF6308 0%, #A53D00 100%) 0 0 no-repeat padding-box;
  cursor: default;
}

#home .image-wrap.alt > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

#home .image-wrap.alt .content {
  padding: 30px;
  position: relative;
  bottom: unset;
}

#home #kousenSlider .slick-list {
  margin: 0 -5px;
  padding: 30px 0;
}

#home #kousenSlider .slick-list .slick-slide {
  margin: 0 5px;
}

#home #kousenSlider .kousblock {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  transition: all 0.2s;
}

#home #kousenSlider .kousblock:hover {
  transform: scale(1.05);
}

#home #kousenSlider .kousblock:hover .content .arrow {
  background-color: white;
}

#home #kousenSlider .kousblock:hover .content .arrow i {
  color: #FF6308;
}

#home #kousenSlider .kousblock .content {
  position: absolute;
  padding: 10px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

#home #kousenSlider .kousblock .content .arrow {
  border: 2px solid rgba(255, 255, 255, 0.3019607843);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.2s;
}

#home #kousenSlider .kousblock .content .arrow i {
  color: white;
  font-size: 10px;
}

#home #kousenSlider .kousblock .content h4 {
  color: white;
  font-size: 14px;
  margin: 0;
}

#home #kousenSlider .kousblock .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 50%;
  width: 100%;
}

#home .banners .banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

#home .banners .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(62, 62, 62, 0.5);
  padding: 20px;
  opacity: 0;
  transition: all 300ms ease;
}

#home .banners .banner .overlay h2,
#home .banners .banner .overlay p {
  color: #fff;
  margin: 0;
}

#home .banners .banner .overlay h2 {
  font-size: 26px;
  line-height: 32px;
  text-transform: unset;
  margin-bottom: 5px;
}

#home .banners .banner .overlay p {
  font-size: 18px;
  line-height: 22px;
}

#home .banners .banner .overlay .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 22px;
}

#home .banners .banner:hover .overlay {
  opacity: 1;
}

#home #kousen {
  padding: 50px 0 40px 0;
  overflow: hidden;
}

#home #kousen .slider-nav .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}

#home #kousen .slider-nav .slick-dots li {
  display: flex;
  align-items: center;
}

#home #kousen .slider-nav .slick-dots li.slick-active button {
  background-color: #FF6308;
}

#home #kousen .slider-nav .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: none;
  padding-block: 0;
  padding-inline: 0;
  background-color: rgba(216, 184, 165, 0.2);
}

#home #products {
  padding: 50px 0;
  background: #F6F2F0;
}

#home #products .product-slider {
  margin: 0 -15px;
}

#home #products .product-slider .slick-list {
  padding-top: 15px;
}

#home #products .product-slider .product {
  position: relative;
  display: block;
  transition: all 300ms ease;
  margin: 0 15px 15px;
}

#home #products .product-slider .product .top {
  padding: 15px 0 5px 0;
  flex-wrap: wrap;
}

#home #products .product-slider .product .top .category {
  font-size: 14px;
  color: #958D88;
}

#home #products .product-slider .product .top .score i {
  font-size: 8px;
}

#home #products .product-slider .product .img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

#home #products .product-slider .product .img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  border-radius: 10px 10px 10px 0;
}

#home #products .product-slider .product .img-wrap .label {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #FF6308;
  border-radius: 10px 10px 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

#home #products .product-slider .product .img-wrap .label.black {
  background: #000000;
}

#home #products .product-slider .product .img-wrap .label span.laatste-exemplaren {
  font-size: 10px;
}

#home #products .product-slider .product span.title {
  color: #2C1B12;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

#home #products .product-slider .product span.price {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #2C1B12;
  font-weight: 500;
}

#home #products .product-slider .product span.price .sale {
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
}

#home #products .product-slider .product span.price .sale .old {
  display: inline-block;
  font-size: 22px;
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 10px;
}

#home #products .product-slider .product span.price small {
  display: none;
  color: #000;
  font-size: 12px;
  margin-left: 5px;
}

#home #products .product-slider .product .info {
  transition: all 0.2s;
}

#home #products .product-slider .product:hover {
  transform: scale(1.01);
  color: #FF6308;
}

#home #products .product-slider .product:hover img {
  box-shadow: 0 3px 6px #EAD1C1;
}

#home #products .product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #FF6308;
  z-index: 100;
  cursor: pointer;
}

#home #products .product-slider .slick-arrow.prev {
  left: 20px;
}

#home #products .product-slider .slick-arrow.next {
  right: 20px;
}

#home #info {
  padding: 50px 0;
  font-size: 18px;
}

#home #info h2 {
  font-size: 26px;
  margin: 0 0 15px 0;
}

#home #info .olfit {
  position: relative;
  padding: 15px 15px 40px;
  background: #FF6308;
  border-radius: 5px;
  display: block;
}

#home #info .olfit h2,
#home #info .olfit p {
  color: #fff;
}

#home #info .olfit p {
  margin: 0;
}

#home #info .olfit .icon {
  position: absolute;
  color: #fff;
  right: 15px;
  bottom: 15px;
}

#home #info .feedback {
  position: relative;
  display: block;
  background: #F6F2F0;
  padding: 15px 15px 40px;
  margin-top: 15px;
  border-radius: 5px;
}

#home #info .feedback h2 {
  color: #3E3E3E;
  margin-bottom: 15px;
}

#home #info .feedback .stars {
  display: inline-block;
  position: relative;
  font-size: 16px;
  vertical-align: bottom;
  margin-bottom: 15px;
}

#home #info .feedback .stars .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #fff;
}

#home #info .feedback .stars .percent {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}

#home #info .feedback .stars .percent .icon {
  background: #FF6308;
}

#home #info .feedback .stars .background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#home #info .feedback .stars .background .icon {
  color: #CCC;
  background: #fff;
}

#home #info .feedback .score {
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
  line-height: 24px;
  color: #000;
}

#home #info .feedback .score span {
  font-size: 12px;
  color: #FF6308;
}

#home #info .feedback > .icon {
  position: absolute;
  color: #FF6308;
  right: 15px;
  bottom: 15px;
}

#home #info .sports {
  padding: 15px;
  background: #3E3E3E;
  color: #fff;
  margin-top: 15px;
  border-radius: 5px;
}

#home #info .sports h2 {
  color: #fff;
}

#home #info .sports select::ms-expand {
  display: none;
}

#home #info .sports select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #3E3E3E;
  border-radius: 5px;
  width: 100%;
  padding: 3px 15px;
  background: #fff url("/../img/select-orange.svg") no-repeat calc(100% - 15px) center;
  background-size: auto 7px;
}

#home #social {
  padding: 0 0 50px;
}

#home #social h2 {
  color: #3E3E3E;
}

#home #content {
  color: #2C1B12;
  font-size: 14px;
  line-height: 20px;
  padding: 40px 0;
}

#home #content a {
  transition: all 0.3s;
}

#home #content h1,
#home #content h2 {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}

#home #brands {
  background: white;
  padding: 70px 0;
}

#home .sale-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#home .sale-content span:first-of-type {
  font-size: 16px;
}

#home .sale-content span:last-of-type {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #home #kousenSlider .slick-list {
    margin: 0 -15px;
  }

  #home #kousenSlider .slick-list .slick-slide {
    margin: 0 15px;
  }

  #home #kousenSlider .kousblock .content {
    padding: 20px 30px;
  }

  #home #kousenSlider .kousblock .content .arrow {
    width: 48px;
    height: 48px;
  }

  #home #kousenSlider .kousblock .content .arrow i {
    font-size: 20px;
  }

  #home #kousenSlider .kousblock .content h4 {
    font-size: 20px;
  }

  #home #slideshow .slide .content {
    padding: 25px;
  }

  #home #slideshow .slide .content h1 {
    font-size: 26px;
    line-height: 32px;
  }

  #home #slideshow .slide .content h2 {
    font-size: 22px;
    line-height: 28px;
  }

  #home #products .product {
    margin-bottom: 30px;
  }

  #home #products .product .price .price {
    font-size: 20px;
  }

  #home #products .product-slider .product span.title {
    font-size: 18px;
    line-height: 27px;
  }

  #home #info .olfit,
  #home #info .feedback,
  #home #info .sports {
    margin-top: 0;
    padding: 30px;
  }

  #home #info .olfit > .icon,
  #home #info .feedback > .icon,
  #home #info .sports > .icon {
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 992px) {
  #home h2 {
    font-size: 40px;
  }

  #home #readMore .more-text {
    overflow: hidden;
    opacity: 1;
    max-height: unset;
    padding-top: unset;
  }

  #home #content {
    padding: 90px 0;
  }

  #home #infobar {
    padding: 70px 0;
  }

  #home #slideshow .slide .content {
    top: 30px;
    right: 30px;
    max-width: calc(100% - 60px);
  }

  #home #kousen {
    padding: 50px 0 90px 0;
  }

  #home .image-wrap h2,
  #home .image-wrap h3 {
    font-size: 26px;
    line-height: 32px;
  }

  #home .image-wrap p {
    font-size: 16px;
    line-height: 24px;
  }

  #home .image-wrap .socks {
    top: 50%;
    transform: translateY(-40%);
    height: 90%;
  }

  #home .image-wrap .content .arrow {
    width: 60px;
    height: 60px;
  }

  #home .image-wrap .content .arrow i {
    font-size: 20px;
  }

  #home .image-wrap.alt {
    background: transparent linear-gradient(183deg, #FF6308 0%, #A53D00 100%) 0 0 no-repeat padding-box;
  }

  #home .image-wrap.alt .content {
    position: relative;
    bottom: unset;
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  #home .image-wrap h2,
  #home .image-wrap h3 {
    font-size: 30px;
    line-height: 36px;
  }

  #home .image-wrap p {
    font-size: 20px;
    line-height: 33px;
  }

  #home .sale-content span:first-of-type {
    font-size: 24px;
  }

  #home .sale-content span:last-of-type {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1500px) {
  #home #products .product-slider .slick-arrow {
    transition: all 300ms ease;
  }

  #home #products .product-slider .slick-arrow.prev {
    left: -30px;
  }

  #home #products .product-slider .slick-arrow.prev:hover {
    left: -35px;
  }

  #home #products .product-slider .slick-arrow.next {
    right: -30px;
  }

  #home #products .product-slider .slick-arrow.next:hover {
    right: -35px;
  }
}

#faq {
  text-align: left;
}

#faq h3 {
  font-weight: 900;
}

#faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#faq ul li {
  margin-bottom: 10px;
}

#faq ul li .question {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  color: #3E3E3E;
  transition: all 0.3s;
  display: flex;
  gap: 15px;
  align-items: center;
}

#faq ul li .question i {
  background-color: #FF6308;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  transition: all 0.3s;
}

#faq ul li .question p {
  width: 90%;
}

#faq ul li .question span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 19px;
  height: 5px;
  background: #fff;
  color: #fff;
}

#faq ul li .question span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: -7px;
  width: 5px;
  height: 19px;
  background: #fff;
  color: #fff;
}

#faq ul li .question + .answer {
  border-radius: 10px;
  background: #f6f2f0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0 20px;
  opacity: 0;
  font-size: 16px;
}

#faq ul li .question + .answer p:last-of-type {
  margin-bottom: 0;
}

#faq ul li .question.active {
  border-radius: 10px 10px 0 0;
}

#faq ul li .question.active span:after {
  content: none;
}

#faq ul li .question.active i {
  transform: rotate(-90deg);
}

#faq ul li .question.active + .answer {
  padding: 20px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  max-height: 900px;
  overflow: auto;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #faq h1 {
    font-size: 40px;
  }

  #faq ul li .question {
    font-size: 18px;
  }

  #faq ul li .question p {
    width: 100%;
  }
}

#olfitclub h1 {
  margin: 0;
  text-align: center;
}

#olfitclub .intro {
  font-size: 20px;
  margin: 15px 0;
}

#olfitclub p {
  margin: 15px 0;
  line-height: 1.7;
  font-size: 16px;
  text-align: center;
}

#olfitclub .wrapper {
  padding: 60px 0;
  margin-bottom: 30px;
  text-align: center;
}

#olfitclub .wrapper.wrapper-gray {
  background: #F6F2F0;
}

#olfitclub .wrapper p {
  font-size: 16px;
}

#olfitclub .wrapper [class^=icon-],
#olfitclub .wrapper .content ul:not(#breadcrumbs) li:before,
#olfitclub .wrapper #login ul:not(#breadcrumbs) li:before,
#login ul:not(#breadcrumbs) #olfitclub .wrapper li:before {
  font-size: 90px;
  color: #FF6308;
}

#olfitclub .wrapper .btn.ghost {
  margin-left: 15px;
}

#olfitProfessional .video .video-wrap {
  position: relative;
  cursor: pointer;
}

#olfitProfessional .video .video-wrap .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#olfitProfessional h1 {
  margin: 0;
  font-weight: 900;
}

#olfitProfessional h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

#olfitProfessional h2.text-center {
  text-align: center;
}

#olfitProfessional sub {
  display: inline-block;
}

#olfitProfessional h3 {
  color: #FF6308;
  font-weight: 900;
  margin-top: 5px;
  font-size: 18px;
}

#olfitProfessional h4 {
  font-weight: 900;
  font-size: 20px;
}

#olfitProfessional h6 {
  font-size: 16px;
  color: #FF6308;
  font-weight: 900;
}

@media (min-width: 1200px) {
  #olfitProfessional h6 {
    font-size: 20px;
  }
}

#olfitProfessional .intro {
  font-size: 20px;
  margin: 15px 0;
}

#olfitProfessional p {
  margin: 15px 0;
  line-height: 1.7;
  font-size: 14px;
}

@media (min-width: 768px) {
  #olfitProfessional p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #olfitProfessional p {
    font-size: 18px;
  }
}

#olfitProfessional .companies #companySlider {
  background-color: white;
  border-radius: 10px;
  padding: 45px 0;
  margin-top: 20px;
  overflow: hidden;
}

#olfitProfessional .companies #companySlider .slick-list {
  margin: 0 -30px;
}

#olfitProfessional .companies #companySlider .slick-slide {
  margin: 0 30px;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

#olfitProfessional .companies #companySlider .slick-slide img {
  display: block;
  max-height: 100px;
  width: auto;
  max-width: 100%;
}

#olfitProfessional .btn {
  margin-bottom: 20px;
}

#olfitProfessional .professional-info img {
  width: 50%;
}

#olfitProfessional #profSlider {
  border-radius: 5px;
  overflow: hidden;
}

#olfitProfessional #profSlider .top {
  background-color: #fff;
  padding: 30px;
}

#olfitProfessional #profSlider .top .menu {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

#olfitProfessional #profSlider .top .menu li a {
  display: block;
  border-radius: 50px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 20px;
  transition: all 0.3s;
}

#olfitProfessional #profSlider .top .menu li a.active {
  border: 1px solid #FF6308;
  color: #3E3E3E;
  background-color: rgba(255, 99, 8, 0.0980392157);
}

#olfitProfessional #profSlider .top .menu li a:hover {
  border: 1px solid #FF6308;
  color: #3E3E3E;
  background-color: rgba(255, 99, 8, 0.0980392157);
}

#olfitProfessional #profSlider .top .content {
  position: relative;
  padding: 0;
  padding-bottom: 40px;
  background-color: white;
}

#olfitProfessional #profSlider .top .content p {
  font-size: 14px;
}

@media (min-width: 768px) {
  #olfitProfessional #profSlider .top .content p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #olfitProfessional #profSlider .top .content p {
    font-size: 18px;
  }
}

#olfitProfessional #profSlider .top .content .nav {
  position: absolute;
  justify-content: space-between;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  pointer-events: none;
  display: flex;
}

#olfitProfessional #profSlider .top .content .nav .slick-prev,
#olfitProfessional #profSlider .top .content .nav .slick-next {
  border-radius: 50px;
  border: 1px solid #DCDCDC;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  pointer-events: all;
}

#olfitProfessional #profSlider .top .content .nav .slick-prev:hover,
#olfitProfessional #profSlider .top .content .nav .slick-next:hover {
  border: 1px solid #FF6308;
  background-color: rgba(255, 99, 8, 0.0980392157);
}

#olfitProfessional #profSlider .top .content .nav .slick-prev:hover i,
#olfitProfessional #profSlider .top .content .nav .slick-next:hover i {
  color: #FF6308;
}

#olfitProfessional #profSlider .top .content .nav .slick-prev i,
#olfitProfessional #profSlider .top .content .nav .slick-next i {
  transition: all 0.3s;
  font-size: 16px;
  color: #8E8E8E;
}

#olfitProfessional #profSlider .bottom img {
  width: 100%;
}

#olfitProfessional .info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

#olfitProfessional .info-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
}

@media (min-width: 768px) {
  #olfitProfessional .info-list li {
    font-size: 16px;
  }
}

#olfitProfessional .info-list li:before {
  content: "\E902";
  font-family: "icomoon";
  color: #FF6308;
  font-size: 16px;
}

#olfitProfessional .prof-img {
  border-radius: 10px;
}

#olfitProfessional .wrapper {
  padding: 60px 0;
}

#olfitProfessional .wrapper.pt-0 {
  padding-top: 0;
}

#olfitProfessional .wrapper .content {
  border: none;
}

#olfitProfessional .wrapper.wrapper-gray {
  background: #F6F2F0;
}

#olfitProfessional .wrapper p {
  font-size: 14px;
}

@media (min-width: 768px) {
  #olfitProfessional .wrapper p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #olfitProfessional .wrapper p {
    font-size: 18px;
  }
}

#olfitProfessional .wrapper p.smaller {
  font-size: 14px;
}

@media (min-width: 768px) {
  #olfitProfessional .wrapper p.smaller {
    font-size: 16px;
  }
}

#olfitProfessional .wrapper [class^=icon-],
#olfitProfessional .wrapper .content ul:not(#breadcrumbs) li:before,
#olfitProfessional .wrapper #login ul:not(#breadcrumbs) li:before,
#login ul:not(#breadcrumbs) #olfitProfessional .wrapper li:before {
  font-size: 90px;
  color: #FF6308;
}

#olfitProfessional .wrapper .btn.ghost {
  margin-left: 15px;
}

#olfitProfessional .cta {
  background-color: #FF6308;
  color: #fff;
  overflow: hidden;
}

#olfitProfessional .cta .row {
  display: flex;
  flex-direction: column-reverse;
}

#olfitProfessional .cta .info {
  padding: 40px 0;
}

#olfitProfessional .cta .img-wrap {
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#olfitProfessional .cta .img-wrap .bg {
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FF6308 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#olfitProfessional .cta .img-wrap img {
  width: 50%;
  position: relative;
}

#olfitProfessional .cta h3 {
  color: #fff;
}

#olfitProfessional .cta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 28px;
}

#olfitProfessional .cta ul li a {
  color: #fff;
}

#olfitProfessional .cta ul li a i {
  margin-right: 10px;
}

@media (min-width: 768px) {
  #olfitProfessional .cta .row {
    flex-direction: row;
  }

  #olfitProfessional .cta .img-wrap {
    height: 100%;
  }

  #olfitProfessional .cta .img-wrap img {
    width: 60%;
  }

  #olfitProfessional .professional-info img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #olfitProfessional h1 {
    font-size: 40px;
  }

  #olfitProfessional h2 {
    font-size: 30px;
  }

  #olfitProfessional h3 {
    font-size: 20px;
  }

  #olfitProfessional p {
    font-size: 18px;
  }

  #olfitProfessional p.smaller {
    font-size: 16px;
  }

  #olfitProfessional #profSlider .top .content {
    padding-bottom: unset;
  }

  #olfitProfessional #profSlider .top .content .nav {
    display: flex;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
  }

  #olfitProfessional #profSlider .top .content {
    padding: 30px 80px;
  }

  #olfitProfessional #profSlider .top .content p {
    font-size: 18px;
  }

  #olfitProfessional #profSlider .top .menu {
    gap: 20px;
  }

  #olfitProfessional #profSlider .top .menu li a {
    font-size: 16px;
  }

  #olfitProfessional .professional-info img {
    width: 100%;
  }

  #olfitProfessional .cta h3 {
    font-size: 30px;
  }

  #olfitProfessional .cta ul {
    font-size: 16px;
  }

  #olfitProfessional .cta .row {
    display: flex;
    flex-direction: row;
  }

  #olfitProfessional .cta .img-wrap img {
    width: 70%;
  }
}

#olfitProfessionalTertiaire {
  overflow: hidden;
}

#olfitProfessionalTertiaire h2 {
  font-size: 24px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  #olfitProfessionalTertiaire h2 {
    font-size: 30px;
  }
}

#olfitProfessionalTertiaire h3 {
  color: white;
  font-weight: 900;
  margin-top: 5px;
  font-size: 18px;
}

#olfitProfessionalTertiaire sub {
  display: inline-block;
}

#olfitProfessionalTertiaire h6 {
  font-size: 16px;
  color: #FF6308;
  font-weight: 900;
}

@media (min-width: 1200px) {
  #olfitProfessionalTertiaire h6 {
    font-size: 20px;
  }
}

#olfitProfessionalTertiaire p {
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 1200px) {
  #olfitProfessionalTertiaire p {
    font-size: 18px;
    line-height: 27px;
  }
}

#olfitProfessionalTertiaire .upper-text {
  text-align: center;
}

#olfitProfessionalTertiaire .upper-text h1 {
  font-size: 30px;
  color: #3E3E3E;
  font-weight: 900;
}

@media (min-width: 1200px) {
  #olfitProfessionalTertiaire .upper-text h1 {
    font-size: 40px;
  }
}

#olfitProfessionalTertiaire .middle-text {
  text-align: center;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .middle-text {
    text-align: left;
  }
}

#olfitProfessionalTertiaire .middle-text .quote {
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .middle-text .quote {
    margin-bottom: 0;
  }
}

#olfitProfessionalTertiaire .middle-text .quote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

#olfitProfessionalTertiaire .middle-text .quote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

#olfitProfessionalTertiaire .middle-text .quote .top {
  font-style: italic;
  font-size: 20px;
  z-index: 2;
  position: relative;
}

#olfitProfessionalTertiaire .middle-text .quote .bottom {
  z-index: 2;
  position: relative;
}

#olfitProfessionalTertiaire .middle-text .quote .bottom p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

#olfitProfessionalTertiaire .middle-text .quote .bottom span {
  font-size: 16px;
}

#olfitProfessionalTertiaire .middle-text .quote .bottom span a {
  font-weight: bold;
}

#olfitProfessionalTertiaire .steps .top {
  text-align: center;
}

#olfitProfessionalTertiaire .steps .bottom .btn-wrap {
  text-align: center;
}

#olfitProfessionalTertiaire .steps .bottom ul {
  font-size: 16px;
  list-style-position: inside;
}

@media (min-width: 1200px) {
  #olfitProfessionalTertiaire .steps .bottom ul {
    font-size: 18px;
  }
}

#olfitProfessionalTertiaire .steps .bottom .image-block {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  flex-direction: column;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .steps .bottom .image-block {
    flex-direction: row;
  }
}

#olfitProfessionalTertiaire .steps .bottom .image-block .text {
  padding: 30px;
}

#olfitProfessionalTertiaire .steps .bottom .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .steps .bottom .image-block img {
    width: 50%;
  }
}

#olfitProfessionalTertiaire .steps .bottom .step {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .steps .bottom .step {
    flex-direction: row;
    gap: 40px;
  }
}

#olfitProfessionalTertiaire .steps .bottom .step:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .steps .bottom .step .inset {
    width: 45%;
  }

  #olfitProfessionalTertiaire .steps .bottom .step .inset.right {
    margin-left: 20px;
    margin-bottom: unset !important;
  }

  #olfitProfessionalTertiaire .steps .bottom .step .inset.left {
    margin-bottom: unset !important;
  }
}

#olfitProfessionalTertiaire .steps .bottom .step .inset.left {
  float: left;
  margin-right: 20px;
}

#olfitProfessionalTertiaire .steps .bottom .step .inset.left.more {
  margin-right: 40px;
}

#olfitProfessionalTertiaire .steps .bottom .step .inset.right {
  float: right;
  margin-bottom: 20px;
}

#olfitProfessionalTertiaire .steps .bottom .step .inset p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 10px !important;
}

#olfitProfessionalTertiaire .steps .bottom .step .inset img {
  width: 100%;
  border-radius: 10px;
}

#olfitProfessionalTertiaire .steps .bottom .step:nth-child(even) {
  align-items: flex-end;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .steps .bottom .step:nth-child(even) {
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  #olfitProfessionalTertiaire .steps .bottom .step:nth-child(even) .text:before {
    left: auto;
    right: 0;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0) translateX(50%);
  }
}

#olfitProfessionalTertiaire .steps .bottom .step .number {
  background-color: #FF6308;
  font-size: 30px;
  color: white;
  font-weight: 900;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: -20px;
  z-index: 1;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .steps .bottom .step .number {
    margin-bottom: 0;
  }
}

#olfitProfessionalTertiaire .steps .bottom .step .text {
  background-color: white;
  border-radius: 5px;
  padding: 30px;
  position: relative;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .steps .bottom .step .text:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: white;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) translateX(-50%);
    position: absolute;
    left: 0;
    top: 40px;
  }
}

#olfitProfessionalTertiaire .steps .bottom .step .text p {
  margin: 0;
}

#olfitProfessionalTertiaire .video .video-wrap {
  position: relative;
  cursor: pointer;
}

#olfitProfessionalTertiaire .video .video-wrap .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#olfitProfessionalTertiaire .companies #companySlider {
  background-color: white;
  border-radius: 10px;
  padding: 45px 0;
  margin-top: 20px;
}

#olfitProfessionalTertiaire .companies #companySlider .slick-list {
  margin: 0 -30px;
}

#olfitProfessionalTertiaire .companies #companySlider .slick-slide {
  margin: 0 30px;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

#olfitProfessionalTertiaire .companies #companySlider .slick-slide img {
  display: block;
  max-height: 100px;
  width: auto;
  max-width: 100%;
}

#olfitProfessionalTertiaire .how p b {
  color: #FF6308;
}

#olfitProfessionalTertiaire .how span {
  text-align: right;
  margin-top: 20px;
  display: block;
}

#olfitProfessionalTertiaire .how span br {
  display: none;
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .how span br {
    display: block;
  }
}

#olfitProfessionalTertiaire .how span a {
  font-weight: bold;
}

#olfitProfessionalTertiaire .cta {
  background-color: #FF6308;
  color: #fff;
  overflow: hidden;
}

#olfitProfessionalTertiaire .cta .btn {
  color: black;
}

#olfitProfessionalTertiaire .cta p {
  margin: 15px 0;
}

#olfitProfessionalTertiaire .cta p a {
  text-decoration: underline;
  color: white;
}

#olfitProfessionalTertiaire .cta .row {
  display: flex;
  flex-direction: column-reverse;
}

#olfitProfessionalTertiaire .cta .info {
  padding: 40px 0;
}

#olfitProfessionalTertiaire .cta .img-wrap {
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#olfitProfessionalTertiaire .cta .img-wrap .bg {
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FF6308 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#olfitProfessionalTertiaire .cta .img-wrap img {
  width: 50%;
  position: relative;
}

#olfitProfessionalTertiaire .cta h3 {
  color: #fff;
}

#olfitProfessionalTertiaire .cta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 28px;
}

#olfitProfessionalTertiaire .cta ul li a {
  color: #fff;
}

#olfitProfessionalTertiaire .cta ul li a i {
  margin-right: 10px;
}

@media (min-width: 768px) {
  #olfitProfessionalTertiaire .cta .row {
    flex-direction: row;
  }

  #olfitProfessionalTertiaire .cta .img-wrap {
    height: 100%;
  }

  #olfitProfessionalTertiaire .cta .img-wrap img {
    width: 60%;
  }
}

@media (min-width: 992px) {
  #olfitProfessionalTertiaire .cta h3 {
    font-size: 30px;
  }

  #olfitProfessionalTertiaire .cta ul {
    font-size: 16px;
  }

  #olfitProfessionalTertiaire .cta .row {
    display: flex;
    flex-direction: row;
  }

  #olfitProfessionalTertiaire .cta .img-wrap img {
    width: 70%;
  }
}

#reviews .overall strong {
  font-size: 30px;
  color: #F6F2F0;
}

#reviews .summary_wrapper {
  background: #F6F2F0;
  margin: 30px 0;
  padding: 30px 30px 20px 30px;
  border-radius: 15px;
}

#reviews .summary_wrapper p {
  color: #FFF;
}

#reviews .review {
  padding: 30px;
  margin: 0 0 30px 0;
  border-radius: 15px;
  background: #F5F5F5;
}

#reviews .client {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #F6F2F0;
}

#reviews .header {
  line-height: 24px;
  overflow: hidden;
}

#reviews .score {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 900;
}

#reviews .date {
  float: right;
  margin: 0;
  padding: 0;
  font-style: italic;
}

#reviews .body {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #FFF;
}

#reviews .body p {
  margin: 0 0 15px 0;
  padding: 0;
}

#reviews .body p:last-of-type {
  margin-bottom: 0px;
}

#reviews .shop {
  position: relative;
  margin-top: 30px;
  padding-left: 45px;
}

#reviews .shop:before {
  position: absolute;
  left: 20px;
  top: -5px;
  content: "";
  width: 3px;
  height: 100%;
  background: #CCC;
}

#reviews .shop_comment_date {
  font-style: italic;
  float: right;
  font-weight: normal;
  font-size: 16px;
}

#reviews .shop_comment {
  margin: 0;
}

#experiences .experiences .experience {
  position: relative;
  margin-top: 30px;
  background: #f6f2f0;
  overflow: hidden;
  border-radius: 10px;
}

#experiences .experiences .experience img {
  float: left;
  width: 25%;
  margin-right: 30px;
}

#experiences .experiences .experience .experience_content {
  float: left;
  width: calc(75% - 30px);
  padding: 30px 30px 0 0;
}

#experiences .experiences .experience .experience_content h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-top: 0;
}

#experiences .experiences .experience .experience_content h3 span {
  float: right;
  display: inline-block;
  padding: 2px 10px;
  margin-top: -5px;
  font-size: 14px;
  font-weight: normal;
  background: #FF6308;
  color: white;
  border-radius: 10px 10px 10px 0;
}

.servicepunt {
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.servicepunt:first-of-type {
  padding-top: 30px;
  border-top: 1px solid #eee;
  margin-top: 30px;
}

.servicepunt:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#feedback .summary {
  text-align: center;
}

#feedback .summary img {
  display: inline-block;
  margin: 0 auto 15px auto;
  width: 100%;
  max-width: 300px;
}

#feedback .summary .stars {
  display: inline-block;
  margin-right: 15px;
  vertical-align: -5px;
}

#feedback .summary .score {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}

#feedback .summary .score small {
  font-size: 14px;
  font-weight: normal;
}

#feedback .overall_ratings h3 {
  color: #666;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 45px;
}

#feedback .overall_ratings .stat {
  margin-bottom: 15px;
}

#feedback .overall_ratings .stat p {
  margin-top: 0;
  color: #666;
  font-weight: bold;
}

#feedback .overall_ratings .btn {
  margin-top: 30px;
}

#feedback .stars {
  display: inline-block;
  position: relative;
  font-size: 16px;
  vertical-align: bottom;
}

#feedback .stars .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #FFF;
}

#feedback .stars .percent {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}

#feedback .stars .percent .icon {
  background: #FF6308;
}

#feedback .stars .background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#feedback .stars .background .icon {
  color: #CCC;
  background: #fff;
  border: 1px solid #CCC;
}

#feedback .reviews_wrapper {
  margin-top: 30px;
}

#feedback .reviews_wrapper .review {
  border: 1px solid #DDD;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 15px;
}

#feedback .reviews_wrapper .review .overall_score {
  margin-bottom: 15px;
}

#feedback .reviews_wrapper .review .overall_score .score {
  margin-left: 5px;
  font-weight: bold;
  font-size: 18px;
}

#feedback .reviews_wrapper .review .overall_score .score small {
  color: #CCC;
  margin-left: 4px;
  letter-spacing: 2px;
}

#feedback .reviews_wrapper .review .name {
  font-weight: bold;
  font-size: 18px;
}

#feedback .reviews_wrapper .review .date {
  float: right;
  color: #999999;
  font-style: italic;
}

#injuries aside ul li {
  padding-left: 0 !important;
}

#injuries aside ul li:before {
  content: none !important;
}

#injuries aside ul li:not(:last-child) {
  border-bottom: 1px solid #DDD;
}

#injuries aside ul li a {
  display: block;
  padding: 15px 0;
}

#injuries .list {
  margin: 30px -15px 0 -15px !important;
}

#injuries .list li {
  padding-left: 15px !important;
  margin-top: 15px;
}

#injuries .list li:before {
  content: none !important;
}

#injuries .list li a {
  display: block;
  padding: 15px;
  border: 1px solid #DDD;
}

#injuries .list li a:hover {
  background: #F5F5F5;
}

#injuries .btn-back {
  margin-top: 30px;
}

#club aside ul li {
  padding-left: 0 !important;
}

#club aside ul li:before {
  content: none !important;
}

#club aside ul li:not(:last-child) {
  border-bottom: 1px solid #DDD;
}

#club aside ul li a {
  display: block;
  padding: 10px 0;
}

#club dl {
  margin: 30px 0;
}

#club dl dt {
  text-align: left;
}

#club .address {
  margin-bottom: 30px;
  border: 1px solid #DDD;
  padding: 15px;
  border-radius: 5px;
}

#club .address .btn {
  height: 48px;
}

#club #clubinfo {
  background: #F6F2F0;
  text-align: center;
}

#club #clubinfo .icon-tag {
  display: inline-block;
  color: #FF6308;
  font-size: 72px;
  margin: 15px 0;
}

#club #clubinfo p {
  margin-bottom: 30px;
}

#club #clubinfo p strong span {
  color: #FF6308;
}

#club .content.text {
  text-align: center;
}

#club .content.text .icons {
  padding: 50px 0 0;
}

#club .content.text .icons [class^=icon-],
#club .wrapper .content.text .icons ul:not(#breadcrumbs) li:before,
.wrapper #club .content.text .icons ul:not(#breadcrumbs) li:before,
#club .wrapper .content.text ul:not(#breadcrumbs) .icons li:before,
.wrapper #club .content.text ul:not(#breadcrumbs) .icons li:before,
#club .content.text .icons #login ul:not(#breadcrumbs) li:before,
#login ul:not(#breadcrumbs) #club .content.text .icons li:before {
  font-size: 40px;
  color: #FF6308;
  font-weight: 700;
  margin-bottom: 15px;
}

#club .discount-label {
  position: relative;
}

#club .discount-label span {
  color: #FF6308;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  #club dl {
    font-size: 16px;
  }

  #club dl dt,
  #club dl dd {
    line-height: 2;
  }

  #club aside ul li a {
    font-size: 16px;
  }
}

#parent .childpages .childpage {
  position: relative;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#parent .childpages .childpage img {
  width: 100%;
}

#parent .childpages .childpage .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5% 15px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 300ms ease;
}

#parent .childpages .childpage .content h3 {
  margin: 0;
  color: #000;
  transition: all 300ms ease;
}

#parent .childpages .childpage:hover .content {
  background: rgba(255, 99, 8, 0.8);
}

#parent .childpages .childpage:hover .content h3 {
  color: #fff;
}

#decisionAid p {
  font-size: 18px;
  margin-bottom: 30px;
}

#decisionAid .step-content {
  display: flex;
  justify-content: center;
}

#decisionAid .step-content h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

#decisionAid .step-content #stepContainer {
  background: #FFF;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#decisionAid .step-content #stepContainer h2 {
  font-size: 20px;
  font-weight: 700;
}

#decisionAid .step-content #stepContainer #stepsWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#decisionAid .step-content #stepContainer #stepsWrapper > div {
  position: relative;
  display: inline-flex;
}

#decisionAid .step-content #stepContainer #stepsWrapper > div .step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid rgba(255, 99, 8, 0.3019607843);
  font-weight: 700;
}

#decisionAid .step-content #stepContainer #stepsWrapper > div .step.active {
  background: #FF6308;
  border: 1px solid #FF6308;
  color: #FFF;
}

#decisionAid .step-content #stepContainer #stepsWrapper > div .separator {
  content: "";
  display: block;
  height: 17px;
  width: 20px;
  border-bottom: 4px dotted #FF6308;
  margin: 0 4px;
}

#decisionAid .step-content #stepContainer form {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

#decisionAid .step-content #stepContainer form .button-wrapper:not(:last-child) {
  margin-right: 20px;
}

#decisionAid .step-content #stepContainer form button {
  background: #FF6308;
  color: #FFF;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  transition: all 0.3s;
}

#decisionAid .step-content #stepContainer form button + input[type=radio] {
  display: none;
}

#decisionAid .step-content #stepContainer form button:hover {
  background: rgb(212, 78.1052631579, 0);
  color: #FFF;
}

#decisionAid .step-content #stepContainer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 15px 0;
  padding: 0;
}

#decisionAid .step-content #stepContainer ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-right: 15px;
}

#decisionAid .step-content #stepContainer ul li:last-child {
  margin-right: 0;
}

#decisionAid .step-content #stepContainer ul li i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background: #FF6308;
  color: #FFF;
  font-size: 12px;
}

#decisionAid .step-content #stepContainer .reset {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
}

#decisionAid .step-content .alert {
  margin-top: 30px;
  text-align: center;
}

#decisionAid .step-content .alert p {
  margin-bottom: 0;
}

#decisionAid .products-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#decisionAid .products-container .product-wrapper {
  margin-bottom: 30px;
}

#decisionAid .products-container .product-wrapper .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF;
  height: 100%;
  padding: 30px;
  border: 2px solid #F6F2F0;
  transition: all 0.3s;
}

#decisionAid .products-container .product-wrapper .product:hover {
  border: 2px solid #E0E0E0;
}

#decisionAid .products-container .product-wrapper .product .product-image img {
  display: block;
  width: 100%;
}

#decisionAid .products-container .product-wrapper .product .product-info h3 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

#decisionAid .products-container .product-wrapper .product .product-info .usps {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

#decisionAid .products-container .product-wrapper .product .product-info .usps li {
  color: #000;
}

#decisionAid .products-container .product-wrapper .product .product-info .usps li i {
  margin-right: 5px;
  color: #FF6308;
}

#decisionAid .products-container .product-wrapper .product .product-info .product-price {
  font-weight: bold;
  font-size: 18px;
  color: #FF6308;
  margin-bottom: 0;
}

#decisionAid .products-container .product-wrapper .product .product-info .product-price small {
  display: none;
}

#decisionAid #results {
  margin-top: 30px;
}

#decisionAid #results h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  #decisionAid p {
    font-size: 20px;
  }

  #decisionAid .step-content h1 {
    font-size: 36px;
  }

  #decisionAid .step-content #stepContainer h2 {
    font-size: 26px;
  }

  #decisionAid .step-content #stepContainer #stepsWrapper > div .separator {
    width: 40px;
  }

  #decisionAid .step-content #stepContainer ul {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  #decisionAid p {
    font-size: 20px;
  }

  #decisionAid .step-content h1 {
    font-size: 40px;
  }

  #decisionAid .step-content #stepContainer h2 {
    font-size: 30px;
  }
}

#adviesgesprek {
  overflow: hidden;
}

#adviesgesprek h1 {
  font-size: 30px;
  color: #3E3E3E;
  font-weight: 900;
}

@media (min-width: 1200px) {
  #adviesgesprek h1 {
    font-size: 40px;
  }
}

#adviesgesprek h2 {
  font-size: 24px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  #adviesgesprek h2 {
    font-size: 30px;
  }
}

#adviesgesprek h6 {
  font-size: 16px;
  color: #FF6308;
  font-weight: 900;
}

@media (min-width: 1200px) {
  #adviesgesprek h6 {
    font-size: 20px;
  }
}

#adviesgesprek p {
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 1200px) {
  #adviesgesprek p {
    font-size: 18px;
    line-height: 27px;
  }
}

#adviesgesprek .card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

#adviesgesprek .card .left {
  padding: 30px;
  flex: 1;
}

#adviesgesprek .card .left ul {
  font-size: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 992px) {
  #adviesgesprek .card .right {
    width: 30%;
  }
}

#adviesgesprek .card .right img {
  width: 100%;
}

#adviesgesprek .block {
  background-color: #FF6308;
  padding: 30px 30px 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#adviesgesprek .block h2,
#adviesgesprek .block p,
#adviesgesprek .block ul,
#adviesgesprek .block li,
#adviesgesprek .block a {
  color: #fff;
}

#adviesgesprek .block .bottom {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}

@media (min-width: 1200px) {
  #adviesgesprek .block .bottom {
    flex-direction: row;
  }
}

#adviesgesprek .block .bottom .left .img-wrap {
  position: relative;
  width: 235px;
}

#adviesgesprek .block .bottom .left .img-wrap .bg {
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FF6308 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#adviesgesprek .block .bottom .left .img-wrap img {
  z-index: 1;
  position: relative;
  width: 100%;
}

#adviesgesprek .block .bottom .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#adviesgesprek .block .bottom .right img {
  width: 160px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
  padding: 5px;
}

#adviesgesprek .block .bottom .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#adviesgesprek .block .bottom .right ul li {
  font-size: 16px;
}

#adviesgesprek .block .bottom .right ul li i {
  width: 50px;
  margin-right: 10px;
}

#adviesgesprek form {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
}

#adviesgesprek form .mb {
  margin-bottom: 20px;
}

#adviesgesprek form label {
  font-size: 16px;
}

#adviesgesprek form input {
  height: 48px;
}

#adviesgesprek form input,
#adviesgesprek form textarea {
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
}

#adviesgesprek form textarea {
  min-height: 90px;
  padding: 15px;
}

.krasactie {
  background-color: #f6f2f0;
  padding: 20px;
  border-radius: 5px;
  margin: 30px 0;
}

.krasactie h1 {
  margin: 0 0 20px 0 !important;
}

.krasactie p {
  font-size: 18px !important;
  font-weight: bold;
}

.krasactie .alert {
  text-align: center;
}

@media (min-width: 1200px) {
  .krasactie h1 {
    font-size: 40px;
    text-align: center;
  }

  .krasactie p {
    text-align: center;
    margin-bottom: 20px !important;
    font-size: 30px !important;
  }
}

#sports .sports {
  margin-bottom: 30px;
}

#sports .sports .sport {
  position: relative;
  display: block;
  margin-top: 30px;
}

#sports .sports .sport img {
  display: block;
  width: 100%;
}

#sports .sports .sport h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 22px;
  padding: 50px 0 30px 0;
  margin: 0;
  color: #000;
  font-weight: bold;
  transition: all 0.3s;
}

#sports .sports .sport h3 span {
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #FF6308;
  transition: all 0.3s;
  text-align: center;
  font-size: 30px;
  transition: all 0.3s;
  color: #FFF;
}

#sports .sports .sport:hover h3 {
  background: rgba(255, 99, 8, 0.8);
  color: #FFF;
}

#sports .sports .sport:hover h3 span {
  background: #FFF;
  color: #FF6308;
}

#products.sport figure#quote {
  position: relative;
}

#products.sport figure#quote img {
  width: 100%;
}

#products.sport figure#quote figcaption {
  position: relative;
  z-index: 1;
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 20px 15px;
  margin: -45px 30px 45px 30px;
}

#products.sport figure#quote figcaption h3,
#products.sport figure#quote figcaption h4 {
  margin: 0;
}

#products.sport figure#quote figcaption h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

#category .subcategories .subcategory {
  position: relative;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#category .subcategories .subcategory img {
  width: 100%;
}

#category .subcategories .subcategory .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5% 15px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 300ms ease;
}

#category .subcategories .subcategory .content h3 {
  margin: 0;
  color: #000;
  transition: all 300ms ease;
}

#category .subcategories .subcategory:hover .content {
  background: rgba(255, 99, 8, 0.8);
}

#category .subcategories .subcategory:hover .content h3 {
  color: #fff;
}

#products .read-more {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 5px;
}

#products .read-more div {
  width: 12px;
  height: 12px;
  background: #FF6308;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 50%;
  font-size: 9px;
}

#products #filter-toggle {
  margin-top: 15px;
  margin-bottom: 15px;
}

#products #filter-toggle .btn {
  cursor: pointer;
}

#products #blogitem {
  margin: 15px 0 30px;
}

#products #blogitem h3 {
  color: #2C1B12;
  margin: 0;
  padding: 15px 0;
  font-weight: bold;
}

#products #blogitem a {
  display: block;
  color: #000;
}

#products #blogitem a img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 10px;
}

#products #blogitem a strong {
  position: relative;
  display: block;
  padding: 15px 0;
}

#products #blogitem a strong span {
  float: right;
}

#products .page-content .text {
  overflow: hidden;
}

#products .page-content .text a {
  transition: all 0.3s;
}

#products .products .count {
  float: left;
  font-size: 15px;
  line-height: 44px;
}

#products .products .order_wrapper {
  float: right;
  text-align: right;
  width: 70%;
}

#products .products .order_wrapper .form-group {
  position: relative;
  margin-bottom: 0;
}

#products .products .order_wrapper .form-group label {
  display: none;
  line-height: 44px;
  white-space: nowrap;
  margin-right: 15px;
  font-weight: normal;
}

#products .products .order_wrapper .form-group > div {
  float: right;
  width: 100%;
  max-width: 170px;
}

#products .products .order_wrapper .form-group > div select {
  border: 2px solid #F6F2F0;
  padding: 10px 30px 10px 15px;
  height: auto;
  border-radius: 5px;
}

#products .products .order_wrapper .form-group > div select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  background: #F6F2F0 url("/../img/select-grey.svg") no-repeat calc(100% - 15px) center;
  background-size: auto 7px;
  box-shadow: none;
}

#products .products .list {
  background: #F6F2F0;
  margin: 10px -15px 0;
  padding: 0 10px;
}

@media (min-width: 992px) {
  #products .page-content h1 {
    font-size: 40px;
  }

  #products .products .list {
    background: none;
    margin-top: 0;
    padding: 0;
  }
}

#product.combination .optionWrapper h4 {
  font-weight: bold;
}

#product.combination .delivery_time {
  font-size: 16px;
  font-style: unset !important;
  margin: -10px 0 20px 0 !important;
  max-width: 60%;
}

#product.combination .delivery_time .stock-label {
  position: absolute;
  right: 0;
  color: white;
  background-color: #3D9558;
  padding: 2px 5px;
  display: block;
  border-radius: 10px 10px 10px 0;
  font-size: 14px;
}

#product .images-label {
  font-size: 14px !important;
  margin-bottom: 0;
  line-height: 34px;
  font-weight: bold;
}

#product .back {
  font-size: 14px;
  font-weight: bold;
}

#product .back .icon {
  font-size: 10px;
  color: rgba(62, 62, 62, 0.3);
  margin-right: 8px;
}

#product .back:hover {
  color: #FF6308;
}

#product #selectedVariantDeliveryTime {
  max-width: 60%;
}

#product #selectedVariantDeliveryTime span:not(.stock-label) {
  color: white;
  background-color: #FF6308;
  padding: 2px 5px;
  border-radius: 10px 10px 10px 0;
  font-size: 14px;
  display: inline-block;
}

#product .olfit-tip {
  width: 100%;
  background: #F6F2F0;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  margin: 20px 0;
}

#product .olfit-tip i {
  margin-right: 5px;
  position: relative;
  top: 2px;
  color: #2C1B12;
  opacity: 0.5;
}

#product .olfit-tip a {
  text-decoration: underline;
  color: #2C1B12;
}

#product .reviews {
  scroll-margin-top: 200px;
}

#product .reviews h3 {
  position: relative;
}

#product .reviews h3 .stars {
  position: relative;
  top: -3px;
}

#product .reviews h3 span {
  color: #2C1B12;
  opacity: 0.5;
  font-size: 16px;
}

#product .reviews .stars {
  display: block;
}

#product .reviews .stars .icon {
  display: inline-block;
  font-size: 12px;
  color: #e8e8e8;
}

#product .reviews .stars .inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}

#product .reviews .stars .inner .icon {
  color: #FF6308;
}

#product .gallery {
  margin: 30px 0;
}

#product .gallery .images {
  z-index: 1;
}

#product .gallery .images span.label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  z-index: 9;
  border-radius: 10px 10px 10px 0;
}

#product .gallery .images span.label.orange {
  background: #FF6308;
}

#product .gallery .images span.label.black {
  background: #000000;
}

#product .gallery .images .slide {
  outline: none;
  overflow: hidden;
}

#product .gallery .images .slide a {
  outline: none;
  width: 100%;
  display: inline-block;
}

#product .gallery .images .slide a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#product .gallery .images .slide .icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 40px;
  color: #FF6308;
}

#product .gallery .images .slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  transform: translateY(-40px);
}

#product .gallery .images .slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

#product .gallery .images .slick-dots li.slick-active button {
  border-color: #8E8E8E;
  background: #3E3E3E;
}

#product .gallery .images .slick-dots li button {
  padding: 0;
  display: block;
  font-size: 0;
  border: 1px solid red;
  background: #F6F2F0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: all 300ms ease;
}

#product h1 {
  font-size: 20px;
  margin-bottom: 10px;
}

#product .description-preview p {
  margin-bottom: 15px;
  font-size: 16px;
}

#product .description-preview .read-more {
  font-weight: bold;
  display: block;
}

#product .description-preview .read-more .icon {
  font-size: 10px;
}

#product .usps {
  padding: 0;
  margin: 0;
  list-style: none;
}

#product .usps .usp {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 16px;
}

#product .usps .usp:last-child {
  margin-bottom: 0;
}

#product .usps .usp:before {
  content: "\E91B";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 5px;
  font-family: "Icomoon", sans-serif;
  color: white;
  background-color: #FF6308;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

#product .price {
  color: #2C1B12;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin-top: 20px;
}

#product .price .sale {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}

#product .price .sale .old {
  font-size: 22px;
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 10px;
}

#product .price small {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
  display: block;
  margin-top: 5px;
}

#product .tip,
#product .by_appointment {
  max-width: 360px;
  padding: 15px;
  background: #f5f5f5;
  font-size: 14px;
}

#product .tip a,
#product .by_appointment a {
  font-weight: bold;
}

#product .tip p,
#product .by_appointment p {
  margin-bottom: 0;
}

#product .product-tip .tip {
  display: none;
  position: relative;
  margin: 15px 0;
}

#product .product-tip .tip.show {
  display: block;
}

#product .product-tip .tip:before {
  content: "";
  position: absolute;
  right: 15px;
  top: -7px;
  display: block;
  width: 15px;
  height: 15px;
  background: #f5f5f5;
  transform: rotate(45deg);
}

#product #options .placeholder {
  margin-top: 10px;
}

#product #options > div:last-of-type.placeholder {
  display: none !important;
}

#product #addToCartForm,
#product #options {
  margin-top: 15px;
}

#product #addToCartForm i.danger,
#product #options i.danger {
  color: #ff0000;
}

#product #addToCartForm .product-tip,
#product #options .product-tip {
  position: relative;
  width: auto !important;
  display: flex;
  align-items: center;
  height: 0;
  opacity: 0;
}

#product #addToCartForm .product-tip.visible,
#product #options .product-tip.visible {
  height: auto;
  opacity: 1;
}

#product #addToCartForm .product-tip a,
#product #options .product-tip a {
  display: inline-flex;
  align-items: center;
}

#product #addToCartForm .product-tip a strong,
#product #options .product-tip a strong {
  display: flex;
  align-items: center;
  gap: 5px;
}

#product #addToCartForm .product-tip a strong span,
#product #options .product-tip a strong span {
  display: flex;
  align-items: center;
}

#product #addToCartForm .product-tip a strong span:before,
#product #options .product-tip a strong span:before {
  font-size: 15px;
}

#product #addToCartForm .product-tip .tip,
#product #options .product-tip .tip {
  z-index: 99;
  position: absolute;
  width: 200px;
  top: 100%;
  right: 0;
}

#product #addToCartForm .optionWrapper,
#product #options .optionWrapper {
  margin-bottom: 30px;
}

#product #addToCartForm .optionWrapper + .delivery_time,
#product #options .optionWrapper + .delivery_time {
  font-style: italic;
  margin-top: -30px;
  margin-bottom: 30px;
}

#product #addToCartForm .option .form-group label,
#product #options .option .form-group label {
  font-weight: 900 !important;
  color: #2C1B12;
}

#product #addToCartForm .option .options-wrap,
#product #options .option .options-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

#product #addToCartForm .option .radio-wrap,
#product #options .option .radio-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 2px solid #F6F2F0;
  cursor: pointer;
  transition: all 0.3s;
}

#product #addToCartForm .option .radio-wrap input[type=radio],
#product #options .option .radio-wrap input[type=radio] {
  display: none;
}

#product #addToCartForm .option .radio-wrap.selected,
#product #options .option .radio-wrap.selected {
  background-color: #FFE8DA;
  border-color: #FF6308;
}

#product #addToCartForm .option .radio-wrap.disabled,
#product #options .option .radio-wrap.disabled {
  cursor: not-allowed;
  background-color: #F6F2F0;
  border: 1px solid #F6F2F0;
}

#product #addToCartForm .option .radio-wrap.disabled label,
#product #options .option .radio-wrap.disabled label {
  cursor: not-allowed;
  color: #2C1B12;
  opacity: 0.4;
}

#product #addToCartForm .option .radio-wrap label,
#product #options .option .radio-wrap label {
  font-size: 16px !important;
  font-weight: normal !important;
  color: black;
  cursor: pointer;
  padding: 0 20px;
}

#product #addToCartForm .option .images,
#product #options .option .images {
  margin: 5px 0;
}

#product #addToCartForm .option .images .image,
#product #options .option .images .image {
  display: inline-block;
  border: 2px solid transparent;
  margin-right: 5px;
  cursor: pointer;
}

#product #addToCartForm .option .images .image.selected,
#product #options .option .images .image.selected {
  border-color: #FF6308;
  border-radius: 3px;
}

#product #addToCartForm .option .images .image img,
#product #options .option .images .image img {
  width: 50px;
  height: 50px;
  margin: 3px;
}

#product #addToCartForm .form-group,
#product #options .form-group {
  position: relative;
  margin-bottom: 0px;
}

#product #addToCartForm .form-group label.danger,
#product #options .form-group label.danger {
  color: #ff0000;
}

#product #addToCartForm .form-group > div,
#product #options .form-group > div {
  width: 100%;
}

#product #addToCartForm .form-group > div select,
#product #addToCartForm .form-group > div input,
#product #options .form-group > div select,
#product #options .form-group > div input {
  border: 2px solid #F6F2F0;
  padding: 10px 15px;
  height: auto;
  border-radius: 5px;
}

#product #addToCartForm .form-group > div select::-webkit-inner-spin-button,
#product #addToCartForm .form-group > div select::-webkit-outer-spin-button,
#product #addToCartForm .form-group > div input::-webkit-inner-spin-button,
#product #addToCartForm .form-group > div input::-webkit-outer-spin-button,
#product #options .form-group > div select::-webkit-inner-spin-button,
#product #options .form-group > div select::-webkit-outer-spin-button,
#product #options .form-group > div input::-webkit-inner-spin-button,
#product #options .form-group > div input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

#product #addToCartForm .form-group > div select,
#product #options .form-group > div select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  background: #F6F2F0 url("/../img/select-grey.svg") no-repeat calc(100% - 15px) center;
  background-size: auto 7px;
}

#product #addToCartForm .form-group > div input,
#product #options .form-group > div input {
  width: 25%;
  float: left;
}

#product #addToCartForm .form-group > div input#quantity,
#product #options .form-group > div input#quantity {
  text-align: center;
  border-radius: 100px;
  width: 83px;
  height: 60px;
  font-size: 20px;
}

#product #addToCartForm .form-group > div .btn_buy,
#product #options .form-group > div .btn_buy {
  margin-top: 0;
  margin-left: 5px;
  background: #FF6308;
  text-transform: initial;
  text-align: center;
  flex-grow: 1;
}

#product #addToCartForm .form-group > div .btn_buy .icon,
#product #options .form-group > div .btn_buy .icon {
  display: inline-block;
  float: none;
  transform: translateY(2px);
  line-height: normal;
}

#product #addToCartForm .form-group > div .btn_buy.disabled,
#product #options .form-group > div .btn_buy.disabled {
  background: rgb(238.425, 238.425, 238.425);
  color: #333333;
  cursor: not-allowed;
}

#product #addToCartForm .form-group > div .btn_buy.disabled:hover,
#product #options .form-group > div .btn_buy.disabled:hover {
  transform: none;
  box-shadow: none;
}

#product #addToCartForm .form-group .sizeconfig,
#product #options .form-group .sizeconfig {
  position: relative;
  display: block;
  font-size: 14px;
  color: #FF6308;
  font-weight: bold;
}

#product #addToCartForm .form-group .sizeconfig .icon,
#product #options .form-group .sizeconfig .icon {
  position: relative;
  top: 2px;
}

#product .delivery_time_visible {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  color: #2C1B12;
  position: relative;
}

#product .delivery_time_visible > span {
  display: block;
}

#product .delivery_time_visible .stock-label {
  position: absolute;
  right: 0;
  color: white;
  background-color: #3D9558;
  padding: 2px 5px;
  display: block;
  border-radius: 10px 10px 10px 0;
  font-size: 14px;
}

#product .delivery_time_visible .stock-label i {
  position: relative;
  top: 1px;
}

#product .row {
  position: relative;
}

#product .row .value_option {
  margin: 15px 0;
}

#product .row .values {
  overflow: hidden;
  padding: 15px 0;
}

#product .row .values > span {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #D6DDE0;
  border-bottom: 1px solid #D6DDE0;
  background: #FFF;
  color: #000;
  text-decoration: none;
  transition: all 300ms ease;
  cursor: pointer;
}

#product .row .values > span:first-child,
#product .row .values > span:nth-child(8),
#product .row .values > span:nth-child(15) {
  border-left: 1px solid #D6DDE0;
}

#product .row .values > span:nth-child(-n+7) {
  border-top: 1px solid #D6DDE0;
}

#product .row .values > span.disabled {
  color: #D1D9DD;
  cursor: not-allowed;
}

#product .row .values > span .delivery_time {
  position: absolute;
  left: 50%;
  top: -10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 5px;
  white-space: nowrap;
  display: none;
  z-index: 1;
  background: #F6F2F0;
}

#product .row .values > span .delivery_time.direct {
  background: #4cb050;
}

#product .row .values > span .btn_buy {
  text-transform: none;
  text-align: center;
  padding: 5px 15px;
  margin-top: 30px;
  font-size: 20px;
  height: auto;
  line-height: auto;
  background: #FF6308;
  color: #fff;
}

#product .row .values > span .address h3 {
  color: #F6F2F0;
  text-transform: uppercase;
  font-size: 14px;
}

#product .row .values > span .address .verzending {
  margin-top: 50px;
  color: #F6F2F0;
  font-size: 14px;
}

#product .row .values > span .address .verzending strong {
  display: block;
  font-size: 16px;
}

#product .row .values.kleur > span {
  padding: 0;
  border: none;
}

#product .row .values.kleur > span img {
  width: 40px;
}

#product .row .values .points {
  margin-top: 30px;
}

#product .row .values .points .inner {
  padding: 15px 30px;
  background: #F0F3F5;
}

#product .row .values .points .inner ul {
  margin: 0;
  padding: 0;
}

#product .row .values .points .inner ul li {
  position: relative;
  list-style: none;
  padding: 7px 0 7px 25px;
}

#product .row .values .points .inner ul li:before {
  content: "\E903";
  position: absolute;
  font-family: "icomoon";
  color: #F6F2F0;
  left: 0;
  top: 7px;
  font-size: 15px;
}

#product .share {
  margin: 30px 0;
}

#product .share p,
#product .share .addthis {
  display: inline-block;
  font-size: 15px;
  color: #8E8E8E;
  line-height: 44px;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.sqr-recommender .sqr-recommender-slide {
  border: none !important;
  transition: all 300ms ease;
  max-width: 227px;
}

.sqr-recommender .sqr-recommender-slide:hover {
  transform: scale(1.05);
}

.sqr-recommender .sqr-recommender-slide .sqr-recommender-image-container {
  background-color: white !important;
  height: unset !important;
}

.sqr-recommender .sqr-recommender-slide .sqr-recommender-image-container img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px #F6F2F0;
}

.sqr-recommender .sqr-recommender-title {
  font-size: 18px;
  margin: 15px 0 0 0;
  display: block;
  font-weight: bold;
  height: unset !important;
  color: #2C1B12 !important;
}

.sqr-recommender .sqr-recommender-text {
  display: none !important;
}

.sqr-recommender .sqr-recommender-prices {
  padding: 8px 12px 0 7px !important;
}

.sqr-recommender .sqr-recommender-prices .sqr-recommender-normal-price {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 100;
  color: #2C1B12 !important;
}

#productinfo {
  background: #F6F2F0;
  padding: 30px 0;
  scroll-margin-top: 160px;
}

#productinfo .description,
#productinfo .reviews {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  scroll-margin-top: 160px;
}

#productinfo .description h3,
#productinfo .reviews h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
}

#productinfo .description.mb-xs,
#productinfo .reviews.mb-xs {
  margin-bottom: 30px;
}

#productinfo .description ul,
#productinfo .reviews ul {
  padding: 0;
}

#productinfo .description ul li,
#productinfo .reviews ul li {
  position: relative;
  list-style: none;
  display: inline-flex;
}

#productinfo .description ul li:before,
#productinfo .reviews ul li:before {
  content: "\E91B";
  font-family: "Icomoon", sans-serif;
  color: #FF6308;
  margin-right: 5px;
  position: relative;
  top: 1px !important;
}

#productinfo .description #tabsNav {
  list-style: none;
  line-height: 1.1;
}

#productinfo .description #tabsNav li {
  padding: 0;
  margin-right: 30px;
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  color: #999;
}

#productinfo .description #tabsNav li:before {
  content: none;
}

#productinfo .description #tabsNav li:hover {
  color: #333;
}

#productinfo .description #tabsNav li.active {
  color: #333;
  cursor: default;
}

#productinfo .description #tabs .tab:not(.active) {
  display: none;
}

#productinfo .reviews .stars {
  position: relative;
  display: block;
  margin: 0 auto;
}

#productinfo .reviews .stars:before {
  content: attr(data-grade);
  position: absolute;
  top: calc(-100% - 11px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 5px;
  min-width: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
}

#productinfo .reviews .stars:after {
  content: " ";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
}

#productinfo .reviews .stars:hover:before,
#productinfo .reviews .stars:hover:after {
  visibility: visible;
  opacity: 1;
}

#productinfo .reviews .stars .icon {
  display: inline-block;
  font-size: 9px;
  color: #e8e8e8;
}

#productinfo .reviews .stars .inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}

#productinfo .reviews .stars .inner .icon {
  color: #FF6308;
}

#productinfo .reviews .review-modal {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

#productinfo .reviews h3 {
  position: relative;
}

#productinfo .reviews h3 .stars {
  position: absolute;
  max-height: 22px;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

#productinfo .reviews h3 .stars .icon {
  vertical-align: top;
}

#productinfo .reviews #allReviews .reviews {
  padding-top: 50px;
}

#productinfo .reviews #allReviews .close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

#productothers {
  background: #fff;
  padding: 60px 0;
}

#productCartModal .modal-content {
  border-radius: 5px;
}

#productCartModal .modal-content .modal-header {
  padding: 30px;
  font-size: 18px;
  border-bottom: 2px solid #F6F2F0;
}

#productCartModal .modal-content .modal-header .icon {
  margin-right: 15px;
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #fff;
  background: #FF6308;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}

#productCartModal .modal-body {
  position: relative;
  padding: 30px;
}

#productCartModal header {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  padding-right: 25px;
}

#productCartModal header span {
  color: #F6F2F0;
  margin-right: 10px;
}

#productCartModal .close {
  position: absolute;
  font-size: 28px;
  top: 10px;
  right: 0;
  cursor: pointer;
}

#productCartModal .image_wrapper {
  padding: 30px 0;
}

#productCartModal .image_wrapper img {
  width: 100%;
}

#productCartModal .content_wrapper {
  padding: 30px 15px;
}

#productCartModal .content_wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#productCartModal .content_wrapper .options {
  margin-bottom: 15px;
}

#productCartModal .content_wrapper .options .option {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

#productCartModal .content_wrapper .options .option:after {
  content: "/";
  position: absolute;
  right: -10px;
}

#productCartModal .content_wrapper .options .option:last-child:after {
  display: none;
}

#productCartModal .content_wrapper .discount {
  margin-bottom: 0;
}

#productCartModal .content_wrapper .discount strike {
  margin-left: 5px;
}

#productCartModal .content_wrapper .price {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #FF6308;
}

#productCartModal .content_wrapper .price .sale {
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
}

#productCartModal .content_wrapper .price .sale .old {
  font-size: 22px;
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 10px;
}

#productCartModal .content_wrapper .price small {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
}

#productCartModal .content_wrapper small {
  font-size: 10px;
  margin-left: 5px;
}

#productCartModal .btn {
  text-transform: none;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 15px;
}

#productCartModal .btn .grey {
  margin-bottom: 0;
}

#productCartModal .modal-footer {
  border-top: 2px solid #F6F2F0;
  text-align: left;
}

#productCartModal .modal-footer ul {
  padding-left: 0;
}

#productCartModal .modal-footer ul .gerelateerdproduct {
  padding: 15px;
  border-radius: 5px;
  margin-right: 30px;
  width: 100%;
  text-align: center;
}

#productCartModal .modal-footer ul .gerelateerdproduct h3 a {
  color: #000;
  font-size: 16px;
}

#videoModal .close,
#sizeConfiguratorModal .close {
  position: absolute;
  top: 19px;
  right: 15px;
  cursor: pointer;
}

#sizeConfiguratorModal .control-label i {
  margin-left: 5px;
  vertical-align: -3px;
  font-size: 16px;
}

#sizeConfiguratorModal #overview {
  display: none;
}

#sizeConfiguratorModal #overview .calculated {
  margin-top: 15px;
  color: #FF6308;
  font-weight: bold;
}

@media (min-width: 768px) {
  #product #selectedVariantDeliveryTime {
    max-width: 100%;
  }

  #product .images-label {
    font-size: 18px !important;
  }

  #product #options .form-group label {
    font-size: 18px !important;
    margin-bottom: 0;
    line-height: 34px;
    color: #2C1B12;
    font-weight: bold;
  }

  #product .gallery {
    margin: 0;
  }

  #product .gallery .nav .slick-list {
    margin: 0 -10px;
  }

  #product .gallery .nav .slick-slide {
    border: 2px solid #F6F2F0;
    border-radius: 5px;
    overflow: hidden;
    transition: all 300ms ease;
    margin: 0 10px;
  }

  #product .gallery .nav .slick-slide.slick-current {
    border-color: #FF6308;
  }

  #product .gallery .nav .slick-slide:last-child {
    margin-bottom: 0;
  }

  #product .gallery .nav .slick-slide img {
    width: 100%;
    height: auto;
  }

  #product .gallery .nav .arrow {
    position: relative;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #FF6308;
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }

  #product .gallery .nav .arrow.prev-arrow {
    top: 0;
    margin-bottom: 15px;
  }

  #product .gallery .nav .arrow.next-arrow {
    position: absolute;
    bottom: 0;
  }

  #product .description-preview {
    font-size: 18px;
  }

  #product .discount,
  #product small {
    font-size: 16px;
  }

  #product .price {
    margin-top: 20px;
    font-size: 24px;
  }

  #productinfo {
    padding: 50px 15px;
  }

  #productinfo .description.mb-xs,
  #productinfo .reviews.mb-xs {
    margin-bottom: 0;
  }

  #productCartModal .close {
    top: 25px;
    right: 10px;
  }

  #productCartModal .content_wrapper .price {
    font-size: 22px;
  }

  #productCartModal .modal-footer ul .gerelateerdproduct {
    width: calc(50% - 15px);
  }
}

@media (min-width: 992px) {
  #product h1 {
    font-size: 30px;
  }

  #product #options .product-tip .tip {
    position: absolute;
    top: 100%;
  }

  #product .points .inner ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  #product .bottom .share {
    float: left;
    text-align: inherit;
  }

  #product .row .values > span:hover:not(.disabled) {
    background: #D6DDE0;
  }

  #product .row .values > span:hover:not(.disabled) .delivery_time {
    display: block;
  }

  #productinfo {
    padding: 30px 15px;
  }

  #productothers h2 {
    font-size: 40px;
  }

  #productCartModal .modal-footer ul .gerelateerdproduct {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 992px) {
  #productinfo #productOmschrijving {
    font-size: 16px;
  }

  #productinfo .description #tabsNav {
    margin-bottom: 20px;
  }

  #productinfo .description #tabsNav li {
    font-size: 40px;
  }

  #productinfo .reviews .score {
    font-size: 20px;
    font-weight: bold;
  }

  #productinfo .reviews .review-modal {
    font-size: 18px;
  }

  #productinfo .reviews .stars .icon {
    font-size: 16px;
  }

  #productinfo .reviews h3 {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  #product .row .address {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33.33%;
  }

  #product .row .address .col-sm-6 {
    width: 100% !important;
  }

  #product #addToCartForm .form-group .sizeconfig {
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
  }

  #productinfo {
    margin-top: 50px;
  }
}

.categories .category {
  padding-bottom: 30px;
}

.categories .category .top {
  position: relative;
  padding: 15px;
  background: #FFF;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.categories .category .top .label {
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  background: #F6F2F0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: lighter;
  top: 0;
  left: 0;
  z-index: 2;
}

.categories .category .top img {
  width: 100%;
}

.categories .category .top .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  z-index: 1;
  transition: all 300ms ease;
}

.categories .category .top .overlay .btn_wrapper {
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.categories .category .bottom {
  padding: 15px 0;
  position: relative;
}

.categories .category .bottom h2 {
  margin: 0;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
}

.categories .category:hover .top .overlay {
  opacity: 1;
}

.products {
  margin-bottom: 30px;
}

.products .product {
  margin-top: 15px;
  padding: 0 5px 0 5px;
}

.products .product .inner {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease;
  padding: 10px;
}

.products .product .inner .img-wrap {
  position: relative;
  transition: all 300ms ease;
  margin: -10px -10px 0;
}

.products .product .inner .img-wrap .label {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 10px;
}

.products .product .inner .img-wrap .label span.laatste-exemplaren {
  font-size: 12px;
}

.products .product .inner .img-wrap .label.type-label {
  font-size: 15px;
  color: #FF6308;
  padding: 10px 0;
}

.products .product .inner .img-wrap .label.type-ballon {
  font-size: 12px;
  color: #fff;
  text-align: center;
  z-index: 1;
  border-radius: 10px 10px 10px 0;
  font-weight: 100;
}

.products .product .inner .img-wrap .label.orange {
  background: #FF6308;
}

.products .product .inner .img-wrap .label.black {
  background: #000000;
}

.products .product .inner .col-xs-3 {
  padding: 0 10px !important;
}

.products .product .inner img {
  width: 100%;
  height: auto;
}

.products .product .inner span.title {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #000;
}

.products .product .inner .price {
  display: flex;
  gap: 10px;
  margin: 5px 0;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  opacity: 0.5;
}

.products .product .inner .price .sale {
  margin-bottom: 0;
  font-weight: normal;
}

.products .product .inner .price .sale .old {
  text-decoration: line-through;
  font-weight: normal;
}

.products .product .inner .price small {
  display: none;
  font-size: 12px;
  margin-left: 5px;
}

.products .product .inner .usps {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #3E3E3E;
}

.products .product .inner .usps li {
  position: relative;
  list-style: none;
  padding-left: 13px;
}

.products .product .inner .usps li:before {
  content: "\E902";
  font-family: "icomoon", sans-serif;
  color: #FF6308;
  position: absolute;
  top: 1px;
  left: 0;
}

.products .product .variants {
  position: absolute;
  color: #FF6308;
  right: 0;
  bottom: 0;
  padding: 2px 7px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
}

.products .product.has-label .inner {
  padding-top: 0;
}

@media (min-width: 768px) {
  .products .product {
    margin-top: 30px;
    padding: 0 15px 0 15px;
  }

  .products .product .inner {
    padding-bottom: 25px;
  }

  .products .product .inner .img-wrap .label {
    right: auto;
    left: 10px;
  }

  .products .product .inner .col-xs-3 {
    padding: 0 15px !important;
  }

  .products .product .inner span.title {
    font-size: 18px;
    line-height: 27px;
    margin: 15px 0;
    display: block;
  }

  .products .product .inner .price {
    font-size: 16px;
    margin: 10px 0;
  }

  .products .product .inner .usps {
    font-size: 14px;
  }

  .products .product .inner .usps li {
    padding-left: 20px;
  }

  .products .product .inner .btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
  }

  .products .product .inner .btn i {
    float: unset;
    margin: unset;
  }

  .products .product .inner:hover .btn {
    opacity: 1;
  }

  .products .product .variants {
    top: 15px;
    right: 30px;
    width: 40px;
    bottom: inherit;
    left: inherit;
    background: none;
  }

  .products .product .variants .variant {
    width: 39px;
    height: 39px;
    border: 1px solid transparent;
    transition: all 300ms ease;
    border-radius: 2px;
  }

  .products .product .variants .variant img {
    width: 30px;
    height: auto;
    margin: 5px auto;
  }

  .products .product .variants .variant.slick-current {
    border-color: #FF6308;
  }

  .products .product .variants .slick-arrow {
    display: block;
    text-align: center;
    transition: all 300ms ease;
  }

  .products .product .variants .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
  }

  .products .product .variants .slick-arrow.prev {
    margin-bottom: 5px;
  }

  .products .product .variants .slick-arrow.next {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .products .product .inner {
    border-radius: 0;
    overflow: visible;
  }

  .products .product .inner .img-wrap {
    border: 1px solid #f6f2f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }

  .products .product:hover .inner {
    transform: scale(1.01);
  }

  .products .product:hover .inner .img-wrap {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}

.filter {
  display: none;
}

.filter h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.filter .filter_wrapper {
  background: #F6F2F0;
  padding: 15px;
  border-top: none;
  border-radius: 5px;
  overflow: hidden;
}

.filter .filter_wrapper .remove {
  font-size: 16px;
  color: #8E8E8E;
  font-weight: bold;
}

.filter .filter_wrapper .remove .icon {
  margin-right: 15px;
}

.filter .filter_wrapper .part {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.filter .filter_wrapper .part .title {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.filter .filter_wrapper .part .title .icon {
  float: right;
  color: #8E8E8E;
}

.filter .filter_wrapper .part .title .icon.info {
  float: none;
  vertical-align: text-bottom;
  margin-left: 5px;
}

.filter .filter_wrapper .part .content {
  overflow: hidden;
  transition: all 300ms ease;
}

.filter .filter_wrapper .part .content label {
  display: block;
  font-weight: normal;
}

.filter .filter_wrapper .part .content label input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 13px;
  width: 13px;
  display: inline-block;
  margin-right: 5px;
  background: #fff;
  outline: 0;
  transform: translateY(1px);
}

.filter .filter_wrapper .part .content label input:before {
  content: "\E91B";
  font-family: "Icomoon", sans-serif;
  position: absolute;
  font-size: 9px;
  top: 50%;
  left: 50%;
  color: #FF6308;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 300ms ease;
}

.filter .filter_wrapper .part .content label input:checked {
  border: 1px solid rgba(255, 99, 8, 0.5);
  font-weight: bold;
}

.filter .filter_wrapper .part .content label input:checked:before {
  opacity: 1;
}

.filter .filter_wrapper .part:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.filter .filter_wrapper .part:last-child.more {
  margin-bottom: 30px;
}

.filter .filter_wrapper .part.more {
  position: relative;
}

.filter .filter_wrapper .part.more .show-more {
  display: none;
  position: absolute;
  left: 0;
  bottom: -30px;
  font-weight: bold;
}

.filter .filter_wrapper .part.more .show-more .icon {
  margin-left: 5px;
  font-size: 12px;
}

.filter .filter_wrapper .part.more .show-more:focus {
  color: #FF6308;
}

.filter .filter_wrapper .part.more.active {
  margin-bottom: 45px;
}

.filter .filter_wrapper .part.more.active .show-more {
  display: block;
}

.filter .service {
  display: block;
  margin-top: 15px;
  padding: 15px;
  background: rgba(255, 99, 8, 0.1);
  border-radius: 5px;
}

.filter .service img {
  width: 50px;
}

.filter .service h3 {
  color: #FF6308;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 2px 0;
}

.filter .service p {
  color: #8E8E8E;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

@media (min-width: 768px) {
  .filter {
    display: block;
    border-top-right-radius: 0;
  }
}

.reviews .review {
  border: 1px solid #F6F2F0;
  border-radius: 10px;
  margin-bottom: 15px;
}

.reviews .review .text p {
  margin-bottom: 10px;
}

.reviews .review .text strong {
  color: #2C1B12;
}

.reviews .review:last-child {
  margin-bottom: 0;
}

.reviews .review .title {
  background: #F6F2F0;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
}

.reviews .review .content {
  padding: 10px 15px;
}

.reviews .review .content .pros li {
  color: #8E8E8E;
  font-size: 15px;
  display: flex;
  align-items: baseline;
}

.reviews .review .content .pros li:before {
  content: "\E901" !important;
  color: #3C9558 !important;
  font-size: 14px;
  line-height: 1.1;
}

.reviews .review .content .cons li {
  color: #8E8E8E;
  align-items: baseline;
}

.reviews .review .content .cons li:before {
  content: "\E900" !important;
  color: #A53D00 !important;
  font-size: 14px;
  line-height: 1.1;
}

.reviews .review .content .reply {
  padding-top: 20px;
}

.reviews .review .content .reply h3 {
  font-size: 16px !important;
  margin-bottom: 10px !important;
  color: #FF6308;
}

.reviews .review .content .reply p {
  font-style: italic;
  color: #444;
}

@media (min-width: 992px) {
  .reviews .review .text strong {
    font-size: 16px;
  }

  .reviews .review .title {
    text-align: left;
    font-size: 18px;
  }

  .reviews .review .title .stars {
    float: right;
  }

  .reviews .review .pros li:before,
  .reviews .review .cons li:before {
    top: -1px !important;
  }
}

#brands .panel {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

#brands .panel .panel-body {
  text-align: center;
  padding: 15px;
  transition: all 0.3s;
}

#brands .panel .panel-body img {
  padding-bottom: 25px;
}

#brands .panel .panel-body h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

#brands .panel .overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transition: all 300ms ease;
}

#brands .panel .overlay .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#brands .panel .overlay:hover {
  opacity: 1;
}

#news .equalHeights {
  display: flex;
  flex-wrap: wrap;
}

#news .article {
  display: inline-block;
  height: auto;
}

#news .article a {
  height: 100%;
  display: inline-block;
}

#news .article img {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: auto;
  border-radius: 10px 10px 0 10px;
}

#news .article .date {
  font-size: 16px;
  color: #000;
  margin: 5px 0 0;
  display: block;
  font-weight: bold;
}

#news .article h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #FF6308;
  transition: all 300ms ease;
}

#news .article p {
  color: #000;
}

#news .article:hover h3 {
  color: #000;
}

#news .article.col-md-6 h3 {
  font-size: 28px;
}

#article {
  margin: 50px 0;
}

#article article .date {
  display: block;
  color: #5F5F5F;
  margin: 30px 0;
}

#article article h1 {
  margin: 0 0 25px;
}

#article article h2 {
  font-size: 16px;
}

#article article h3 {
  font-weight: bold;
  font-size: 14px;
}

#article article .intro {
  font-size: 16px;
  margin: 15px 0;
}

#article .more-articles h2 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #FF6308;
}

#article .more-articles p {
  margin-bottom: 10px;
}

#article .more-articles a {
  display: block;
  border-top: 1px solid #EFF1F3;
}

#article .more-articles a:last-child {
  border-bottom: 1px solid #EFF1F3;
}

#article .more-articles a > article {
  padding: 15px 0;
  color: #000;
  transition: all 300ms ease;
  overflow: hidden;
}

#article .more-articles a > article img {
  float: left;
  border: 5px solid #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  padding: 0 !important;
}

#article .more-articles a > article:hover,
#article .more-articles a > article.active {
  color: #FF6308;
}

#article .share {
  border-bottom: 1px solid #D6DDE0;
}

#article .share ul {
  margin: 0;
  padding: 15px 0;
}

#article .share ul li {
  display: inline-block;
  padding: 0 5px;
  list-style: none;
}

#article .share ul li:first-child {
  padding-left: 0;
}

#article .share ul li a {
  color: #000;
  text-decoration: none;
  transition: all 300ms ease;
  font-size: 18px;
}

#article .share ul li a:hover {
  color: #F6F2F0;
}

@media (min-width: 992px) {
  #article article .img-responsive {
    max-width: 50%;
    float: right;
    padding: 0 0 15px 15px;
  }

  #article article img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  #article article img {
    max-width: 50%;
  }
}

#cart h1 .count,
#order h1 .count {
  color: #a4b3bb;
}

#cart .olfit-tip,
#order .olfit-tip {
  width: 100%;
  background: #F6F2F0;
  border-radius: 3px;
  padding: 10px 20px;
  text-align: center;
  gap: 5px;
  font-size: 16px;
  margin-bottom: 20px;
}

#cart .olfit-tip i,
#order .olfit-tip i {
  margin-right: 5px;
  position: relative;
  top: 2px;
  color: #2C1B12;
  opacity: 0.5;
}

#cart .olfit-tip a,
#order .olfit-tip a {
  text-decoration: underline;
  color: #2C1B12;
}

#cart .olfit-club,
#order .olfit-club {
  float: right;
  line-height: 33px;
}

#cart h4,
#order h4 {
  font-weight: 700;
  margin-top: 0;
}

#cart table,
#order table {
  width: 100%;
}

#cart table thead,
#order table thead {
  display: none;
}

#cart table tbody tr,
#order table tbody tr {
  position: relative;
}

#cart table tbody tr .actions,
#order table tbody tr .actions {
  position: absolute;
  top: 0;
  right: 0;
}

#cart table tbody tr td,
#order table tbody tr td {
  display: block;
  padding: 5px 0;
}

#cart table tbody tr td.product a,
#order table tbody tr td.product a {
  color: #2C1B12;
  font-size: 16px;
  font-weight: 600;
}

#cart table tbody tr td.product .options,
#order table tbody tr td.product .options {
  margin-top: 5px;
}

#cart table tbody tr td.product .options .option,
#order table tbody tr td.product .options .option {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

#cart table tbody tr td.product .options .option:after,
#order table tbody tr td.product .options .option:after {
  content: "/";
  position: absolute;
  right: -10px;
}

#cart table tbody tr td.product .options .option:last-child:after,
#order table tbody tr td.product .options .option:last-child:after {
  display: none;
}

#cart table tbody tr td.delivery,
#order table tbody tr td.delivery {
  font-weight: bold;
  color: #FF6308;
}

#cart table tbody tr td.quantity .quantity-wrap,
#order table tbody tr td.quantity .quantity-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#cart table tbody tr td.quantity .shipping_time,
#order table tbody tr td.quantity .shipping_time {
  color: white;
  background: #FF6308;
  border-radius: 10px 10px 10px 0;
  font-size: 12px;
  padding: 2px 10px;
  position: relative;
  left: 20px;
  top: 1px;
}

#cart table tbody tr td.quantity .shipping_time:before,
#order table tbody tr td.quantity .shipping_time:before {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

#cart table tbody tr td.quantity .shipping_time.longer:before,
#order table tbody tr td.quantity .shipping_time.longer:before {
  content: "\E910";
  font-family: icomoon, sans-serif;
}

#cart table tbody tr td.quantity .shipping_time.direct,
#order table tbody tr td.quantity .shipping_time.direct {
  background-color: #3D9558;
}

#cart table tbody tr td.quantity .shipping_time.direct:before,
#order table tbody tr td.quantity .shipping_time.direct:before {
  content: "\E91B";
  font-family: icomoon, sans-serif;
}

#cart table tbody tr td.quantity .shipping_time.never,
#order table tbody tr td.quantity .shipping_time.never {
  background-color: #A53D00;
}

#cart table tbody tr td.quantity .shipping_time.never:before,
#order table tbody tr td.quantity .shipping_time.never:before {
  content: "\E913";
  font-family: icomoon, sans-serif;
}

#cart table tbody tr td.quantity form .form-group,
#order table tbody tr td.quantity form .form-group {
  margin-bottom: 0;
  border-radius: 100px;
  border: 2px solid rgba(216, 184, 165, 0.2);
  position: relative;
  height: 48px;
  width: 120px;
  font-size: 18px;
}

#cart table tbody tr td.quantity form .form-group label,
#order table tbody tr td.quantity form .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  opacity: 0.5;
  font-size: 14px;
}

#cart table tbody tr td.quantity form .form-group .form-control,
#order table tbody tr td.quantity form .form-group .form-control {
  background-color: transparent;
  border: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  right: 0;
  font-weight: bold;
  color: #2C1B12;
  font-size: 14px;
}

#cart table tbody tr td.quantity .input-group,
#order table tbody tr td.quantity .input-group {
  border-radius: 10px;
  overflow: hidden;
}

#cart table tbody tr td.quantity .input-group .input-group-addon,
#order table tbody tr td.quantity .input-group .input-group-addon {
  padding: 6px 10px;
  border: none;
  background-color: #f6f2f0;
  cursor: pointer;
  color: #8E8E8E;
}

#cart table tbody tr td.actions,
#order table tbody tr td.actions {
  text-align: left;
}

#cart table tbody tr td.actions .btn.remove,
#order table tbody tr td.actions .btn.remove {
  background: #F6F2F0;
  color: #8E8E8E;
  font-size: 28px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding: unset;
}

#cart table tbody tr td.actions .btn.remove span,
#order table tbody tr td.actions .btn.remove span {
  display: inline-block;
  position: relative;
  top: -3px;
}

#cart table tbody tr td.actions .btn:hover,
#order table tbody tr td.actions .btn:hover {
  background: #FF6308;
  color: white;
}

#cart dl dt,
#order dl dt {
  float: left;
  clear: left;
  text-align: right;
  white-space: nowrap;
  margin-right: 15px;
}

#cart .loader,
#order .loader {
  padding: 50px 0;
}

#cart .empty-cart,
#order .empty-cart {
  background-color: #FF6308;
  padding: 30px 0;
  border-radius: 10px;
}

#cart .empty-cart a,
#order .empty-cart a {
  color: white;
}

#cart .empty-cart h2,
#order .empty-cart h2 {
  font-size: 18px;
  margin: 0;
  color: white;
}

#cart .empty-cart h2 a,
#order .empty-cart h2 a {
  text-decoration: underline;
}

#cart .summary,
#order .summary {
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid #F6F2F0;
}

#cart .discount-coupon .discount-btn,
#order .discount-coupon .discount-btn {
  background-color: rgba(255, 99, 8, 0.1490196078);
  border-radius: 100px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  color: #FF6308;
  font-weight: bold;
  padding: 0 20px;
  transition: all 0.3s;
}

#cart .discount-coupon .discount-btn:hover,
#order .discount-coupon .discount-btn:hover {
  background-color: #FF6308;
  color: white;
}

#cart .discount-coupon .discount-btn:hover i,
#order .discount-coupon .discount-btn:hover i {
  color: #FF6308;
  background-color: white;
}

#cart .discount-coupon .discount-btn i,
#order .discount-coupon .discount-btn i {
  font-size: 16px;
  color: white;
  background-color: #FF6308;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

#cart .discount-coupon .form-control,
#order .discount-coupon .form-control {
  height: 48px;
  border-radius: 10px;
  border: 2px solid rgba(216, 184, 165, 0.2);
  box-shadow: none;
}

#cart .discount-coupon .code,
#order .discount-coupon .code {
  font-size: 18px;
}

#cart .discount-coupon .code b,
#order .discount-coupon .code b {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

#cart .discount-coupon .remove,
#order .discount-coupon .remove {
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
}

#cart .separator,
#order .separator {
  border-bottom: 1px solid #F6F2F0;
}

#cart .checkout,
#order .checkout {
  padding: 10px 0 20px 0;
  font-size: 14px;
}

#cart .checkout .total,
#order .checkout .total {
  font-weight: 700;
  margin-bottom: 20px;
}

#cart input[name=quantity],
#order input[name=quantity] {
  text-align: center;
}

#cart-clerk {
  padding: 50px 0;
  background: #F6F2F0;
}

#cart-clerk .gerelateerdproduct {
  background: #fff;
  border-color: rgb(244.0875, 239.2375, 236.8125);
}

@media (min-width: 768px) {
  #cart h1,
  #order h1 {
    font-size: 40px;
  }

  #cart .checkout,
  #cart .summary,
  #order .checkout,
  #order .summary {
    font-size: 18px;
  }

  #cart .discount-coupon .discount-btn,
  #order .discount-coupon .discount-btn {
    height: 60px;
  }

  #cart .discount-coupon .form-control,
  #order .discount-coupon .form-control {
    height: 60px;
    border-radius: 10px;
    border: 2px solid rgba(216, 184, 165, 0.2);
    font-size: 18px;
  }

  #cart table,
  #order table {
    width: 100%;
  }

  #cart table tbody tr td,
  #order table tbody tr td {
    padding: 40px 0;
  }

  #cart table tbody tr td.quantity .shipping_time,
  #order table tbody tr td.quantity .shipping_time {
    font-size: 14px;
    left: 25px;
  }

  #cart table tbody tr td.quantity form .form-group,
  #order table tbody tr td.quantity form .form-group {
    height: 60px;
  }

  #cart table tbody tr td.quantity form .form-group label,
  #order table tbody tr td.quantity form .form-group label {
    font-size: 18px;
  }

  #cart table tbody tr td.quantity form .form-group .form-control,
  #order table tbody tr td.quantity form .form-group .form-control {
    font-size: 18px;
  }

  #cart table tbody tr td.actions,
  #order table tbody tr td.actions {
    position: relative;
  }

  #cart table thead,
  #order table thead {
    display: table-header-group;
  }

  #cart table thead th,
  #order table thead th {
    border: none;
  }

  #cart table thead th.quantity,
  #order table thead th.quantity {
    width: 150px;
  }

  #cart table tbody tr td,
  #order table tbody tr td {
    display: table-cell;
    font-size: 18px;
  }

  #cart table tbody tr td img,
  #order table tbody tr td img {
    width: 148px;
  }

  #cart table tbody tr td.product,
  #order table tbody tr td.product {
    font-size: 18px;
    font-weight: normal;
  }

  #cart table tbody tr td.product a,
  #order table tbody tr td.product a {
    font-weight: bold;
    font-size: 18px;
  }

  #cart table tbody tr td.actions,
  #order table tbody tr td.actions {
    text-align: right;
  }

  #cart table th,
  #cart table td,
  #order table th,
  #order table td {
    border-top: 1px solid #F6F2F0;
  }
}

#checkout {
  padding: 30px 0;
}

#checkout .steps {
  padding: 20px 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8E8E8E;
}

#checkout .steps .step {
  display: inline-block;
  margin-right: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a4b3bb;
}

#checkout .steps .step .number {
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 50%;
  background-color: #8E8E8E;
  color: #a4b3bb;
  text-align: center;
  margin-right: 5px;
}

#checkout .steps .step.active {
  color: #000;
}

#checkout .steps .step.active .number {
  background-color: #F6F2F0;
  color: #FFF;
}

#checkout .row.button {
  margin-top: 15px;
}

#checkout form label {
  font-weight: 400;
}

#checkout form .form-group.has-error input,
#checkout form .form-group.has-error select,
#checkout form .form-group.has-error textarea {
  border-color: #a94442;
}

#checkout form .form-group.has-error .help-block {
  font-size: 12px;
}

#checkout form .address {
  background: #f6f2f0;
  border-radius: 5px;
  padding: 10px 15px;
}

#checkout form .radiobuttons {
  margin-bottom: 15px;
}

#checkout form .radiobuttons label {
  margin-right: 15px;
}

#checkout form input[type=radio] {
  position: relative;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid #DCDCDC;
  border-radius: 50%;
  transition: all 300ms ease;
  outline: none;
  transform: translateY(3px);
}

#checkout form input[type=radio]:before {
  content: " ";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

#checkout form input[type=radio]:checked {
  background: #FF6308;
  border-color: #FF6308;
}

#checkout form .gender label {
  margin-right: 25px;
}

#checkout form .shipping-address {
  display: none;
}

#checkout h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 20px;
}

#checkout .loader {
  padding: 50px 0;
}

#checkout .method {
  display: block;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #f6f2f0;
  padding: 15px;
  margin-bottom: 10px;
  margin-right: 0 !important;
}

#checkout .method input[type=checkbox] {
  position: relative;
  margin: 0;
}

#checkout .method .image,
#checkout .method .description {
  margin-left: 15px;
}

#checkout #discount {
  margin-bottom: 15px;
  background: #f6f2f0;
  border: 2px solid #F6F2F0;
  border-radius: 5px;
  padding: 15px;
}

#checkout #discount h2 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}

#checkout #discount .form-group {
  overflow: hidden;
  margin-bottom: 0;
}

#checkout #discount .form-group input {
  width: 70%;
  float: left;
  box-shadow: none;
  background: white;
  border-radius: 5px 0 0 5px;
  line-height: 48px;
  height: 40px;
  padding-left: 15px;
  border: none;
}

#checkout #discount .form-group button {
  width: 30%;
  float: left;
  background: #FF6308;
  color: #fff;
  border: none;
  line-height: 48px;
  height: 40px;
  border-radius: 0 5px 5px 0;
}

#checkout #discount .discount-coupon .code {
  font-size: 18px;
}

#checkout #discount .discount-coupon .code b {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

#checkout #discount .discount-coupon .remove {
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
}

#checkout #order {
  background: #f6f2f0;
  padding: 15px;
  border: 2px solid #F6F2F0;
  border-radius: 5px;
}

#checkout #order h2 {
  margin-top: 0;
  text-align: center;
}

#checkout #order table tr {
  border-bottom: 1px solid #F6F2F0;
}

#checkout #order table tr td {
  text-align: center;
  padding: 20px 0;
}

#checkout #order table tr td.quantity,
#checkout #order table tr td.subtotal {
  border-bottom: none;
  width: 50%;
  float: left;
  text-align: center !important;
}

#checkout #order table tr:last-child {
  border-bottom: 0;
}

#checkout #order .summary {
  border-top: 1px solid #DCDCDC;
}

#checkout #order .tax > div,
#checkout #order .subtotal > div,
#checkout #order .discount > div {
  margin-bottom: 15px;
}

#checkout #order .shipping p {
  font-size: 14px;
}

#checkout #order .handling.hidden {
  display: none;
}

#checkout #order .handling > div {
  margin-top: 15px;
}

#checkout #order .checkout {
  border-top: 1px solid #DCDCDC;
  padding-bottom: 0 !important;
}

#checkout #order .checkout .total {
  margin-bottom: 0;
}

#checkout #order .checkout .total .col-xs-4 {
  color: #FF6308;
}

#checkout #segment {
  margin-top: 15px;
  background: #E6E6E6;
  padding: 15px;
  border-radius: 5px;
}

#checkout #segment p:last-child {
  margin-bottom: 0;
}

#checkout #service {
  margin-top: 15px;
  padding: 15px;
  background: rgba(255, 99, 8, 0.1);
  border-radius: 5px;
}

#checkout #service img {
  width: 50px;
}

#checkout #service h3 {
  color: #FF6308;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 2px 0;
}

#checkout #service p {
  color: #8E8E8E;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

#checkout .checkbox-wrapper label {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  width: 100% !important;
  margin: 0;
}

#checkout .checkbox-wrapper label input[type=checkbox] {
  position: absolute;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 18px;
  width: 18px;
  border: 2px solid #DCDCDC;
  border-radius: 2px;
  background: #fff;
  top: 3px;
  margin: 0 5px 0 0;
  transition: all 300ms ease;
  outline: none;
}

#checkout .checkbox-wrapper label input[type=checkbox]:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  height: 9px;
  width: 9px;
  background: #fff;
  opacity: 0;
  transition: all 300ms ease;
}

#checkout .checkbox-wrapper label input[type=checkbox]:checked {
  border-color: #FF6308;
  background: #FF6308;
}

#checkout .checkbox-wrapper label input[type=checkbox]:checked:before {
  opacity: 1;
}

@media (min-width: 768px) {
  #checkout .opmerking-wrap .form-group > div {
    float: unset;
    width: 100%;
  }

  #checkout .form-group {
    overflow: hidden;
  }

  #checkout .form-group label,
  #checkout .form-group > div {
    float: left;
  }

  #checkout .form-group label {
    width: 35%;
  }

  #checkout .form-group > div {
    width: 65%;
  }

  #checkout #order h2 {
    text-align: left;
    margin-bottom: 0;
  }

  #checkout #order table tr td {
    text-align: left;
    font-size: 12px;
    line-height: 1;
  }

  #checkout #order table tr td.product {
    padding: 20px 0 20px 10px;
  }

  #checkout #order table tr td a {
    font-size: 12px;
  }

  #checkout #order table tr td.image img {
    width: 66px;
    border-radius: 5px;
  }

  #checkout #order table tr td.quantity,
  #checkout #order table tr td.subtotal {
    border-bottom: none;
    width: initial;
    float: none;
    text-align: right !important;
  }

  #checkout #order table tr:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  #checkout .scroller {
    position: sticky;
    top: 30px;
  }
}

#thanks {
  text-align: center;
}

#thanks .content {
  background: #F5F5F5;
  padding: 30px 0;
  font-size: 16px;
}

#thanks .content h1 {
  font-size: 22px;
  margin: 0 0 30px;
}

#thanks .content h1 .icon {
  display: inline-block;
  color: #FF6308;
  margin-right: 5px;
}

#thanks .content strong.title {
  font-size: 18px;
}

#thanks .icons {
  padding: 30px 0;
  font-size: 16px;
}

#thanks .icons .icon {
  width: 105px;
  margin-bottom: 30px;
}

#thanks .icons h2,
#thanks .icons button {
  display: block;
}

#thanks .icons h2 {
  font-size: 22px;
}

@media (min-width: 768px) {
  #thanks .content,
  #thanks .icons {
    padding: 50px 0;
    font-size: 18px;
  }

  #thanks .icons h2,
  #thanks .icons button {
    display: inline-block;
  }

  #thanks .icons h2 {
    font-size: 26px;
    margin: 50px 30px 50px 0;
  }
}

