/*! nouislider - 14.6.3 - 11/19/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.ss-main{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color .2s;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-single-selected .placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder *{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 6px 0 6px;font-weight:bold}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 6px 0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;-webkit-transition:margin .2s, -webkit-transform .2s;transition:margin .2s, -webkit-transform .2s;transition:transform .2s, margin .2s;transition:transform .2s, margin .2s, -webkit-transform .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin:3px 0 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:-3px 0 0 0}.ss-main .ss-multi-selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color .2s;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-multi-selected .ss-values{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:-webkit-box;display:-ms-flexbox;display:flex;padding:4px 5px;margin:2px 0px;line-height:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@-webkit-keyframes scaleIn{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scaleIn{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scaleOut{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes scaleOut{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0px;color:#fff;background-color:#5897fb;border-radius:4px;-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{-webkit-animation-name:scaleOut;animation-name:scaleOut;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 3px;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#666;position:relative;height:10px;width:2px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;border:solid 1px #dcdee2;z-index:1010;background-color:#fff;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:opacity .2s, -webkit-transform .2s;transition:opacity .2s, -webkit-transform .2s;transition:transform .2s, opacity .2s;transition:transform .2s, opacity .2s, -webkit-transform .2s;opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.ss-content .ss-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:8px 8px 6px 8px}.ss-content .ss-search.ss-hide{height:0px;opacity:0;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px}.ss-content .ss-search.ss-hide input{height:0px;opacity:0;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px}.ss-content .ss-search input{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;line-height:inherit;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;min-width:0px;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::-webkit-input-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::-moz-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:-ms-input-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::-ms-input-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{-webkit-box-shadow:0 0 5px #5897fb;box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:22px;font-weight:bold;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.ss-content .ss-addable{padding-top:0px}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px 6px 10px;font-weight:bold}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px 6px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option.ss-highlighted{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,0.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}

@charset "UTF-8";

main h1 {
  font-family: "Coolvetica Rg";
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  position: relative;
  z-index: 1;
  padding: 0;
}

@media (min-width: 0) {
  main h1 {
    font-size: calc(0.25vw + 32px);
  }
}

@media (min-width: 1200px) {
  main h1 {
    font-size: 35px;
  }
}

main h2 {
  font-family: "Coolvetica Rg";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 12px;
}

main .btn {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  padding: 8px 35px;
  display: inline-block;
  border-radius: 10px;
  background: linear-gradient(#ffa949 0%, #ffc079 100%);
  box-shadow: 0px 9px 14px rgba(250, 144, 20, 0.45);
  border: 0;
  margin-top: 10px;
  font-size: 16px;
  transition: 0.25s ease-in-out;
}

@media (min-width: 0) {
  main .btn {
    font-size: calc(0.0833333333vw + 16px);
  }
}

@media (min-width: 1200px) {
  main .btn {
    font-size: 17px;
  }
}

main .btn:hover {
  color: white;
  box-shadow: 0px 6px 8px rgba(250, 144, 20, 0.45);
}

main .btn-green {
  background: #7BD385;
  box-shadow: none;
}

main .btn-green:hover {
  color: white;
  box-shadow: none;
}

main .btn.btn-sm {
  font-size: 80%;
  padding: 8px 25px;
}

ul.pagination {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

ul.pagination li {
  margin-left: 10px;
}

ul.pagination li a {
  padding: 10px 15px;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}

ul.pagination li a.prev,
ul.pagination li a.next {
  display: block;
  height: 100%;
  width: 10px;
  background: url("/images/icons/arrow_right_black.svg") center center no-repeat;
  background-size: 12px 12px;
}

ul.pagination li a.prev {
  background: url("/images/icons/arrow_left.svg") center center no-repeat;
  background-size: 12px 12px;
}

ul.pagination li.number {
  font-weight: 600;
  color: #FFA949;
}

ul.pagination li.active a {
  color: white;
  background: linear-gradient(#ffa949 0%, #ffc079 100%);
  box-shadow: 0px 9px 9px rgba(255, 177, 90, 0.22);
}

div.alert {
  background-color: transparent;
  padding: 1px 15px;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  border: 0;
  border-left: 3px solid #fff;
  line-height: 1.3;
  border-radius: 0;
  margin-bottom: 30px;
}

div.alert ul {
  padding: 0;
  margin: 0;
}

div.alert ul li {
  padding: 0;
  list-style: none;
}

div.alert-info {
  color: #5bb2e0;
  border-color: #5bb2e0;
}

div.alert-danger {
  color: #d58683;
  border-color: #d58683;
}

div.alert-warning {
  color: #d5af83;
  border-color: #d5af83;
}

div.alert-success {
  color: #83d58d;
  border-color: #83d58d;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-group label {
  font-family: "Coolvetica Rg";
  font-weight: normal;
  font-style: normal;
  color: #22232B;
  margin: 0 10px 0 0;
  font-size: 18px;
}

.form-group label.mb-30 {
  margin-bottom: 30px;
}

.form-group .h-captcha {
  text-align: center;
}

.form-group.form-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-group .checkbox-group {
  display: inline-block;
}

.form-group input.form-control {
  font-size: 16px;
  border: 1px solid rgba(175, 188, 188, 0.25);
  border-radius: 0;
  padding: 7px 10px;
  color: #5C7677;
}

@media (min-width: 0) {
  .form-group input.form-control {
    font-size: calc(0.1666666667vw + 16px);
  }
}

@media (min-width: 1200px) {
  .form-group input.form-control {
    font-size: 18px;
  }
}

.form-group input::-webkit-input-placeholder {
  color: #BCBDBF;
  opacity: 1;
}

.form-group input::-moz-placeholder {
  color: #BCBDBF;
  opacity: 1;
}

.form-group input:-ms-input-placeholder {
  color: #BCBDBF;
  opacity: 1;
}

.form-group input:-moz-placeholder {
  color: #BCBDBF;
  opacity: 1;
}

.form-group input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-group input:focus {
  outline: none;
}

.form-group textarea {
  border: 1px solid rgba(175, 188, 188, 0.25);
  border-radius: 0;
  padding: 7px 10px;
}

.form-group input[type=radio]:not(:checked),
.form-group input[type=radio]:checked,
.form-group input[type=checkbox]:not(:checked),
.form-group input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.form-group input[type=radio]:not(:checked) + label,
.form-group input[type=radio]:checked + label,
.form-group input[type=checkbox]:not(:checked) + label,
.form-group input[type=checkbox]:checked + label {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  margin: 0;
  margin-right: 15px;
}

.form-group input[type=radio]:not(:checked) + label:before,
.form-group input[type=radio]:checked + label:before,
.form-group input[type=checkbox]:not(:checked) + label:before,
.form-group input[type=checkbox]:checked + label:before {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #e0e0e0;
  background: 0;
  border-radius: 0;
}

.form-group input[type=radio]:not(:checked) + label:after,
.form-group input[type=radio]:checked + label:after,
.form-group input[type=checkbox]:not(:checked) + label:after,
.form-group input[type=checkbox]:checked + label:after {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 14px;
  height: 14px;
  content: " ";
  transition: all 0.2s;
  border: 1px solid #7BD385;
  background: #7BD385;
  border-radius: 0;
}

.form-group input[type=radio]:not(:checked) + label:after,
.form-group input[type=checkbox]:not(:checked) + label:after {
  transform: scale(0);
  opacity: 0;
}

.form-group input[type=radio]:checked + label:after,
.form-group input[type=checkbox]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}

.form-group .forgot-password {
  color: #FFA949;
  font-size: 14px;
  text-decoration: none;
}

.form-group .invalid-feedback {
  position: absolute;
  left: 0;
  line-height: 1;
  font-size: 13px;
  color: #d58683;
}

select {
  -webkit-appearance: none;
  border: 0;
  background: url("/images/icons/select.svg") center right no-repeat;
  background-size: 11px 8px;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  color: #22232B;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 2px solid #E7E7E7;
}

.ss-main {
  margin: 10px 0;
}

.ss-main .ss-single-selected {
  padding: 8px 0 12px 0;
  font-size: 16px;
  color: #22232B;
  border: 0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 2px solid #E7E7E7;
  border-radius: 0;
  height: auto;
}

.ss-main .ss-option {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #22232B;
  font-size: 16px;
  transition: 0.25s;
}

.ss-main .ss-option:hover {
  background-color: #7BD385 !important;
}

.ss-main .ss-search input {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  border: 1px solid rgba(175, 188, 188, 0.25);
  color: #7BD385;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ss-main .ss-search input::-webkit-input-placeholder {
  color: #BCBDBF;
  opacity: 1;
}

.ss-main .ss-search input::-moz-placeholder {
  color: #BCBDBF;
  opacity: 1;
}

.ss-main .ss-search input:-ms-input-placeholder {
  color: #BCBDBF;
  opacity: 1;
}

.ss-main .ss-search input:-moz-placeholder {
  color: #BCBDBF;
  opacity: 1;
}

.ss-main .ss-search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.ss-main .ss-search input:focus {
  outline: none;
  box-shadow: none;
}

.noUi-horizontal {
  margin: 15px 0 60px 0;
  height: 2px;
  width: calc(100% - 15px);
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #FFA949;
  background: linear-gradient(#ffa949 0%, #ffc079 100%);
  box-shadow: 0px 9px 9px rgba(255, 177, 90, 0.22);
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  content: none;
}

.noUi-horizontal .noUi-tooltip {
  border: 0;
  border-radius: 0;
  bottom: auto;
  top: 100%;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.noUi-horizontal .noUi-tooltip:after {
  content: "\20AC";
}

.product {
  transition: 0.25s;
  position: relative;
}

.product.show {
  opacity: 1;
}

.product .use {
  display: none;
}

.product h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}

@media (min-width: 0) {
  .product h3 {
    font-size: calc(0.0833333333vw + 15px);
  }
}

@media (min-width: 1200px) {
  .product h3 {
    font-size: 16px;
  }
}

.product img {
  margin-bottom: 10px;
}

.product .brand,
.product .addtocart {
  display: none;
}

.product .label {
  background: #7BD385;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
}

.product .reduc {
  background: #7BD385;
  color: white;
  padding: 2px 5px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}

@media (min-width: 0) {
  .product .reduc {
    font-size: calc(0.1666666667vw + 14px);
  }
}

@media (min-width: 1200px) {
  .product .reduc {
    font-size: 16px;
  }
}

.product .prix {
  font-weight: 600;
  color: #7BD385;
  text-align: right;
  line-height: 1.1;
}

.product .prix span {
  position: relative;
  color: #8F8F93;
  font-size: 16px;
  margin-right: 0;
}

.product .prix span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8F8F93;
  transform: translateY(-50%);
  display: block;
  z-index: 2;
}

.product .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .product .prix {
    display: flex;
    align-items: center;
    text-align: left;
  }

  .product .prix span {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .product .use {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5px;
    width: 40px;
    height: 45px;
    border-radius: 0px 0px 9px 9px;
    box-shadow: 4px 4px 27px rgba(49, 49, 49, 0.1);
    margin: 0;
    background: white url(/images/icons/picto1.svg) center center no-repeat;
    background-size: 25px 25px;
  }

  .product img {
    width: 100%;
  }

  .product h3 {
    background: white;
    box-shadow: 4px 4px 29px rgba(49, 49, 49, 0.1);
    padding: 15px;
    margin: 0;
    width: 80%;
    position: relative;
    top: -20px;
    margin-bottom: -10px;
    z-index: 2;
  }

  .product .brand,
  .product .addtocart {
    display: block;
  }

  .product .brand {
    text-transform: uppercase;
    color: #8F8F93;
    font-size: 11px;
    margin: 0;
  }

  .product .addtocart {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 24px;
  }

  .product .addtocart:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 24px;
    background: url("/images/icons/add-checkout-orange.svg") center center no-repeat;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
    z-index: 3;
  }

  .product .addtocart:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 24px;
    background: url("/images/icons/add-checkout.svg") center center no-repeat;
    background-size: contain;
    z-index: 2;
  }

  .product .addtocart.loading:before {
    -webkit-animation: cart 2s linear forwards;
            animation: cart 2s linear forwards;
  }

  .product .addtocart.loading:after {
    -webkit-animation: cartbis 2.5s linear forwards;
            animation: cartbis 2.5s linear forwards;
  }

@-webkit-keyframes cart {
    12.5% {
      transform: scale(0);
      opacity: 0;
    }

    25% {
      transform: scale(1.2);
      opacity: 1;
    }

    44% {
      transform: scale(1);
      opacity: 1;
    }

    90% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(1);
      opacity: 0;
    }
}

@keyframes cart {
    12.5% {
      transform: scale(0);
      opacity: 0;
    }

    25% {
      transform: scale(1.2);
      opacity: 1;
    }

    44% {
      transform: scale(1);
      opacity: 1;
    }

    90% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(1);
      opacity: 0;
    }
}

@-webkit-keyframes cartbis {
    12.5% {
      transform: scale(1);
      opacity: 1;
    }

    25% {
      transform: scale(0);
      opacity: 0;
    }

    60% {
      transform: scale(1);
      opacity: 0;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
}

@keyframes cartbis {
    12.5% {
      transform: scale(1);
      opacity: 1;
    }

    25% {
      transform: scale(0);
      opacity: 0;
    }

    60% {
      transform: scale(1);
      opacity: 0;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
}

  .product .prix {
    margin: 0 0 5px 0;
  }

  .product .info > div:nth-child(2) {
    text-align: right;
    position: relative;
    top: -5px;
  }
}

@media (min-width: 1400px) {
  .product {
    margin-bottom: 30px;
  }

  .product h3 {
    width: 70%;
  }
}

section {
  padding: 50px 0;
}

section.list {
  padding-top: 0;
}

section.filter-wrap {
  padding: 20px 0;
}

@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }

  section.filter-wrap {
    padding: 0 0 20px;
  }
}

@media (min-width: 1200px) {
  section {
    padding: 100px 0;
  }
}

body main .align {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  body main .align {
    margin-bottom: 0;
  }
}

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

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

body .product {
  opacity: 0;
}

body ul.them {
  display: block;
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body ul.them li {
  flex-shrink: 0;
}

body ul.them li:not(:last-child) {
  margin-bottom: 3px;
}

body ul.them li a {
  font-weight: 600;
  position: relative;
  font-size: 20px;
}

body ul.them li a.active {
  color: #7BD385;
}

body ul.them li a.active:after {
  content: "";
  display: block;
  width: calc(100% + 15px);
  height: 9px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background: #ECF9EE;
  z-index: -1;
  border-radius: 20px;
}

body ul.them li input[type=radio]:not(:checked),
body ul.them li input[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

body ul.them li input[type=radio]:not(:checked) + label,
body ul.them li input[type=radio]:checked + label {
  font-weight: 600;
  position: relative;
  font-size: 20px;
}

body ul.them li input[type=radio]:not(:checked) + label:before,
body ul.them li input[type=radio]:checked + label:before {
  content: none;
}

body ul.them li input[type=radio]:not(:checked) + label:after,
body ul.them li input[type=radio]:checked + label:after {
  content: "";
  display: block;
  width: calc(100% + 15px);
  height: 9px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background: #ECF9EE;
  z-index: -1;
  border-radius: 20px;
  opacity: 0;
}

body ul.them li input[type=radio]:checked + label {
  color: #7BD385;
}

body ul.them li input[type=radio]:checked + label:after {
  opacity: 1;
}

@media (min-width: 768px) {
  body ul.them {
    margin-bottom: 15px;
  }

  body ul.them li {
    display: inline-block;
  }

  body ul.them li:not(:last-child) {
    margin-right: 25px;
  }
}

body ul.subthem {
  display: block;
  list-style: none;
  padding: 0;
  margin: 15px 0 5px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body ul.subthem li {
  display: inline-block;
}

body ul.subthem li:not(:last-child) {
  margin-bottom: 0;
}

body ul.subthem li input[type=radio]:not(:checked),
body ul.subthem li input[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

body ul.subthem li input[type=radio]:not(:checked) + label,
body ul.subthem li input[type=radio]:checked + label {
  display: block;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  margin: 0 0 5px 0;
  background: white;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 15px;
  transition: 0.25s;
  border: 2px solid #e1e4e4;
  color: #b6bdbd;
}

body ul.subthem li input[type=radio]:checked + label {
  border: 2px solid #7BD385;
  background: #7BD385;
  color: white;
}

body .open-filter {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #7BD385;
  font-size: 16px;
  margin-left: auto;
  position: relative;
  color: #7BD385;
}

body .open-filter:before {
  content: "";
  width: 13px;
  height: 3px;
  background: #7BD385;
  display: block;
  position: absolute;
  left: -20px;
  top: 10px;
  transition: 0.25s;
}

body .open-filter:after {
  content: "";
  width: 3px;
  height: 13px;
  background: #7BD385;
  display: block;
  position: absolute;
  left: -15px;
  top: 5px;
  opacity: 1;
  transition: 0.25s;
}

body .open-filter.active {
  color: #858b90;
}

body .open-filter.active:before {
  background: #e1e4e4;
}

body .open-filter.active:after {
  opacity: 0;
}

body .close-filter {
  width: 25px;
  height: 25px;
  display: block;
  background: url("/images/icons/close.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  padding: 0;
}

@media (min-width: 768px) {
  body .close-filter {
    display: none;
  }
}

body aside.filters {
  width: 100%;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 25px 25px 0 0;
  padding: 30px 15px;
  z-index: 100;
  transition: 0.5s;
}

body aside.filters p.main {
  display: none;
}

body aside.filters .btn {
  display: none;
}

body aside.filters label {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body aside.filters .form-group {
  margin-bottom: 30px;
}

body aside.filters .form-group input[type=radio]:not(:checked) + label,
body aside.filters .form-group input[type=radio]:checked + label {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-top: 5px;
  font-size: 14.5px;
  padding: 0;
}

body aside.filters .form-group input[type=radio]:not(:checked) + label:before,
body aside.filters .form-group input[type=radio]:not(:checked) + label:after,
body aside.filters .form-group input[type=radio]:checked + label:before,
body aside.filters .form-group input[type=radio]:checked + label:after {
  content: none;
}

body aside.filters .form-group input[type=radio]:not(:checked) + label span,
body aside.filters .form-group input[type=radio]:checked + label span {
  margin-left: auto;
  padding: 0px 4px;
  margin-left: 10px;
  font-size: 13px;
  background: #efefef;
  color: #909090;
  border-radius: 5px;
  transition: color 0.2s;
}

body aside.filters .form-group input[type=radio]:checked + label,
body aside.filters .form-group input[type=radio]:checked + label span {
  color: #7BD385;
}

body aside.filters .form-group.form-sort input[type=radio]:not(:checked) + label,
body aside.filters .form-group.form-sort input[type=radio]:checked + label {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  margin-right: 0;
  margin-top: 5px;
  font-size: 14.5px;
  padding: 0;
}

body aside.filters .form-group.form-sort input[type=radio]:checked + label {
  color: #7BD385;
}

body aside.filters .form-group.form-use label {
  display: block;
}

body aside.filters .form-group.form-use input[type=checkbox]:not(:checked) + label,
body aside.filters .form-group.form-use input[type=checkbox]:checked + label {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 0;
  margin-top: 5px;
  font-size: 13px;
  padding: 0;
  background: var(--bguse);
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  display: block;
  text-align: center;
  opacity: 0.65;
}

body aside.filters .form-group.form-use input[type=checkbox]:not(:checked) + label:before,
body aside.filters .form-group.form-use input[type=checkbox]:not(:checked) + label:after,
body aside.filters .form-group.form-use input[type=checkbox]:checked + label:before,
body aside.filters .form-group.form-use input[type=checkbox]:checked + label:after {
  content: none;
}

body aside.filters .form-group.form-use input[type=checkbox]:checked + label {
  opacity: 1;
}

@media (max-width: 767.98px) {
  body aside.filters {
    position: fixed;
    bottom: -100%;
    left: 0;
    max-height: 100%;
    overflow: auto;
    z-index: 9999;
  }

  body aside.filters .btn {
    margin-top: 25px;
    display: block;
    width: 100%;
  }

  body aside.filters.active {
    bottom: 0;
  }
}

@media (min-width: 768px) {
  body aside.filters {
    border-radius: 0;
    box-shadow: 0;
    padding: 15px 0 30px 0;
    box-shadow: none;
  }

  body aside.filters .dropdown {
    display: none;
    align-items: flex-start;
    padding: 25px 0;
    opacity: 0;
    transition: opacity 0.25s;
  }

  body aside.filters .dropdown.active {
    transition: opacity 0.25s;
    display: flex;
    opacity: 1;
  }

  body aside.filters .dropdown .form-group {
    margin-bottom: 15px;
  }

  body aside.filters .dropdown > div {
    max-width: 50%;
  }

  body aside.filters .dropdown > div:first-child {
    min-width: 20%;
  }

  body aside.filters .dropdown > div:nth-child(2) {
    min-width: 50%;
  }

  body aside.filters .dropdown > div:last-child {
    margin-left: auto;
  }

  body aside.filters .dropdown > div:not(:last-child) {
    margin-right: 50px;
  }

  body aside.filters p.main {
    display: block;
    text-transform: uppercase;
    color: #909094;
    margin: 0;
    font-size: 14px;
  }

  body aside.filters .noUi-horizontal {
    margin: 15px 0 45px 0;
  }
}

@media (min-width: 1200px) {
  body aside.filters .dropdown {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e4e4;
  }

  body aside.filters .dropdown > div {
    max-width: 60%;
  }

  body aside.filters .dropdown .form-group {
    margin-bottom: 30px;
  }

  body aside.filters .dropdown .form-group .xl-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  body aside.filters .dropdown .form-group .xl-list > * {
    width: calc(50% - 15px);
    margin-right: 15px;
  }

  body aside.filters .dropdown > div:not(:last-child) {
    margin-right: 70px;
  }
}

