@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap");
.row.gut0 [class*=col-]:not(:first-child), .row.gut0 [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.gut7 [class*=col-]:not(:first-child), .row.gut7 [class*=col-]:not(:last-child) {
  padding-right: 7px;
  padding-left: 7px;
}

div.row.stack, div.stack {
  position: relative;
}

div.abs, div.container.abs {
  position: absolute;
}

div.rel, div.container.rel, img.rel {
  position: relative;
}

div.row.pd100 > [class*=col-] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-xxs {
  margin: 2px 4px !important;
}

.m-xs {
  margin: 5px !important;
}

.m-sm {
  margin: 10px !important;
}

.m {
  margin: 15px !important;
}

.m-md {
  margin: 20px !important;
}

.m-lg {
  margin: 30px !important;
}

.m-xl {
  margin: 50px !important;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-l-xs {
  margin-left: 5px !important;
}

.m-l-sm {
  margin-left: 10px !important;
}

.m-l {
  margin-left: 15px !important;
}

.m-l-md {
  margin-left: 20px !important;
}

.m-l-lg {
  margin-left: 30px !important;
}

.m-l-xl {
  margin-left: 40px !important;
}

.m-l-xxl {
  margin-left: 50px !important;
}

.m-l-n-xxs {
  margin-left: -1px !important;
}

.m-l-n-xs {
  margin-left: -5px !important;
}

.m-l-n-sm {
  margin-left: -10px !important;
}

.m-l-n {
  margin-left: -15px !important;
}

.m-l-n-md {
  margin-left: -20px !important;
}

.m-l-n-lg {
  margin-left: -30px !important;
}

.m-l-n-xl {
  margin-left: -40px !important;
}

.m-t-none {
  margin-top: 0 !important;
}

.m-t-xxs {
  margin-top: 1px !important;
}

.m-t-xs {
  margin-top: 5px !important;
}

.m-t-text {
  margin-top: 7px !important;
}

.m-t-sm {
  margin-top: 10px !important;
}

.m-t {
  margin-top: 15px !important;
}

.m-t-md {
  margin-top: 20px !important;
}

.m-t-lg {
  margin-top: 30px !important;
}

.m-t-xl {
  margin-top: 40px !important;
}

.m-t-xxl {
  margin-top: 50px !important;
}

.m-t-mega {
  margin-top: 80px !important;
}

.m-t-n-xxs {
  margin-top: -1px !important;
}

.m-t-n-xs {
  margin-top: -5px !important;
}

.m-t-n-sm {
  margin-top: -10px !important;
}

.m-t-n {
  margin-top: -15px !important;
}

.m-t-n-md {
  margin-top: -20px !important;
}

.m-t-n-lg {
  margin-top: -30px !important;
}

.m-t-n-xl {
  margin-top: -40px !important;
}

.m-r-none {
  margin-right: 0 !important;
}

.m-r-xxs {
  margin-right: 1px !important;
}

.m-r-xs {
  margin-right: 5px !important;
}

.m-r-sm {
  margin-right: 10px !important;
}

.m-r {
  margin-right: 15px !important;
}

.m-r-md {
  margin-right: 20px !important;
}

.m-r-lg {
  margin-right: 30px !important;
}

.m-r-xl {
  margin-right: 40px !important;
}

.m-r-xxl {
  margin-right: 50px !important;
}

.m-r-n-xxs {
  margin-right: -1px !important;
}

.m-r-n-xs {
  margin-right: -5px !important;
}

.m-r-n-sm {
  margin-right: -10px !important;
}

.m-r-n {
  margin-right: -15px !important;
}

.m-r-n-md {
  margin-right: -20px !important;
}

.m-r-n-lg {
  margin-right: -30px !important;
}

.m-r-n-xl {
  margin-right: -40px !important;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-b-xxs {
  margin-bottom: 1px !important;
}

.m-b-xs {
  margin-bottom: 5px !important;
}

.m-b-sm {
  margin-bottom: 10px !important;
}

.m-b {
  margin-bottom: 15px !important;
}

.m-b-md {
  margin-bottom: 20px !important;
}

.m-b-lg {
  margin-bottom: 30px !important;
}

.m-b-xl {
  margin-bottom: 40px !important;
}

.m-b-xxl {
  margin-bottom: 50px !important;
}

.m-b-mega {
  margin-bottom: 80px !important;
}

.m-b-n-xxs {
  margin-bottom: -1px !important;
}

.m-b-n-xs {
  margin-bottom: -5px !important;
}

.m-b-n-sm {
  margin-bottom: -10px !important;
}

.m-b-n {
  margin-bottom: -15px !important;
}

.m-b-n-md {
  margin-bottom: -20px !important;
}

.m-b-n-lg {
  margin-bottom: -30px !important;
}

.m-b-n-xl {
  margin-bottom: -40px !important;
}

.m-none {
  margin: 0;
}

hr {
  margin: 10px 0 0 0;
}

.p-none {
  padding: 0 !important;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-l-none {
  padding-left: 0 !important;
}

.m-tb-25 {
  padding: 25px 0;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
.inline-block-row {
  overflow: hidden;
  letter-spacing: -1em;
}

.inline-block-row [class*=col-] {
  word-spacing: normal;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  float: none;
}

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

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

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

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

  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

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

  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

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

  .text-lg-justify {
    text-align: justify;
  }
}
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* -----------------------------------------------------
+
+ FRONT-MAN.com
+
------------------------------------------------------ */
/*------------------------------------*
    @BASE #PAGE
\*------------------------------------*/
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  background-color: #fff;
  color: #797979;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*
    @BASE #TYPE
\*------------------------------------*/
h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

img,
p,
ul,
ol,
dl,
pre,
blockquote {
  margin-bottom: 30px;
}

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

hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 1px;
  margin: 40px 0;
}

@media (max-width: 620px) {
  hr {
    margin: 20px 0 30px 0;
  }
}
/*------------------------------------*
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  /* removing outline in Mozilla */
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*------------------------------------*
    @OBJECTS #BUTTONS
\*------------------------------------*/
button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button, button:focus, button:active {
  outline: none !important;
}

button:not(.btn), button:focus:not(.btn), button:active:not(.btn) {
  border: none;
}

*[class*=btn-] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  border: none;
  padding: 0 20px;
}

*[class*=btn-], *[class*=btn-]:hover, *[class*=btn-]:active, *[class*=btn-]:focus {
  text-decoration: none;
}

/*------------------------------------*
    @OBJECTS #TABLES
\*------------------------------------*/
table,
.table {
  width: 100%;
}

table th,
.table th {
  font-weight: normal;
}

/*------------------------------------*
    @OBJECTS #FORMS
\*------------------------------------*/
.form-control {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea.form-control {
  padding: 10px 15px;
  resize: none;
  min-height: 150px;
  line-height: 1.2;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*------------------------------------*
    @OBJECTS #ICONS
\*------------------------------------*/
.icon {
  fill: currentColor;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn .icon:last-child {
  margin-left: 10px;
}

.btn .icon:first-child {
  margin-right: 10px;
}

.btn .icon:only-child {
  margin: 0;
}

/*------------------------------------*
    @OBJECTS #CAROUSEL
\*------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/*------------------------------------*
	@COMPONENTS #LAYOUT
\*------------------------------------*/
.page {
  overflow-x: hidden;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.container--sm {
  width: 100%;
  max-width: 970px;
}

.link {
  color: #797979 !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link:hover {
  opacity: 0.5;
}

.link small {
  font-size: 12px;
}

.link .icon {
  width: 6px;
  height: 10px;
  color: #797979;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .link {
    font-size: 12px;
  }
}
/*------------------------------------*
	@COMPONENTS #CHECKBOX
\*------------------------------------*/
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.checkbox input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 620px) {
  .checkbox {
    margin-bottom: 20px;
  }
}
.algvw_error {
  display: none;
  color: #f15744;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
}

.checkbox__label {
  color: #797979;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:checked + .checkbox__label {
  color: #000;
}

.checkbox__label::before, .checkbox__label::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkbox__label::before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #979797;
  background-color: #fff;
  top: 0;
  left: 0;
}

.checkbox__label::after {
  content: "";
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  width: 12px;
  height: 9px;
  top: 5px;
  left: 3px;
  opacity: 0;
}

input:checked + .checkbox__label::before {
  background-color: #fff;
  border: 1px solid #1acd8e;
}

input:checked + .checkbox__label::after {
  opacity: 1;
}

@media (max-width: 620px) {
  .checkbox__label {
    font-size: 10px;
  }
}
/*------------------------------------*
	@COMPONENTS #FLAG
\*------------------------------------*/
.flag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}

.flag-wrap:last-of-type {
  margin-bottom: 20px !important;
}

.flag-wrap input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 620px) {
  .flag-wrap {
    margin-bottom: 10px;
  }

  .flag-wrap:last-of-type {
    margin-bottom: 15px !important;
  }
}
.flag {
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.8);
  box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.8);
  border-radius: 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.flag .icon-cart {
  width: 24px;
  height: 23px;
  color: #c9c9c9;
  position: absolute;
  top: 54px;
  left: 15px;
}

.flag-wrap input:checked + .flag {
  -webkit-box-shadow: 1px 2px 14px #c8bfbf;
  box-shadow: 1px 2px 14px #c8bfbf;
  border-radius: 10px;
  border: 1px solid #1acd8e;
}

.flag-wrap input:checked + .flag .icon-cart {
  color: #1acd8e;
}

.flag--alt {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 100px;
  margin-bottom: 90px;
}

.flag--alt .flag__content {
  padding-left: 0;
  padding-right: 0;
}

.flag--alt .flag__content .dl-price--col {
  margin-bottom: 25px;
  padding-right: 0px;
  border-right: none;
}

.flag--alt .flag__content .dl-price--col dt {
  color: #000;
  font-size: 14px;
}

.flag--alt .flag__content .dl-price--col dd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flag--alt .flag__content .flag__img {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (max-width: 992px) {
  .flag--alt .flag__img {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .flag--alt {
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .flag--alt .flag__img img {
    width: 100%;
  }
}
.flag__check {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-box-shadow: inset 1px 1px 2px 2px rgba(228, 228, 228, 0.5);
  box-shadow: inset 1px 1px 2px 2px rgba(228, 228, 228, 0.5);
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.flag__check .icon-check {
  width: 11px;
  height: 8px;
  color: transparent;
}

input:checked + .flag .flag__check {
  background-color: #1acd8e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:checked + .flag .flag__check .icon-check {
  color: #fff;
}

.flag__img {
  border-right: 1px solid rgba(121, 121, 121, 0.15);
  padding-right: 30px;
  margin-right: 30px;
  margin-bottom: 0;
}

.flag__img img {
  max-width: 200px;
}

.flag__content {
  padding: 15px 30px 15px 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flag__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.flag__promo > * {
  margin: 5px;
}

.flag__promo span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #f8f7f9;
  white-space: nowrap;
}

.flag__promo strong {
  color: #ff6d6c;
  margin-left: 5px;
}

.flag__promo small {
  color: #797979;
  font-size: 12px;
  font-weight: 300;
}

.flag__ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  top: 15px;
  right: -6px;
  position: absolute;
  width: 70px;
  height: 40px;
  background-color: #ffc260;
  border-radius: 10px 0 0 10px;
}

.flag__ribbon p {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.flag__ribbon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flag__ribbon span .icon {
  width: 6px;
  height: 6px;
}

.flag__ribbon::before {
  color: #ffc260;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 7px 0 7px 7px;
  border-left-color: currentColor;
  position: absolute;
  top: -6px;
  right: 0px;
}

/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
  padding-top: 30px;
  padding-bottom: 30px;
  max-height: 99px;
}

@media (max-width: 768px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__logo {
  height: 40px;
  z-index: 10;
  position: relative;
}

.header__logo:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .header__logo {
    height: 34px;
  }
}
/*------------------------------------*
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
  -webkit-box-shadow: -3px 1px 12px rgba(0, 0, 0, 0.07);
  box-shadow: -3px 1px 12px rgba(0, 0, 0, 0.07);
  padding-top: 40px;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 560px) {
  .footer {
    padding-top: 15px;
  }
}
.footer__menu {
  margin-bottom: 40px;
}

.footer__menu a {
  color: #797979;
  font-size: 14px;
  letter-spacing: 0.03px;
}

.footer__menu a:not(:last-child) {
  margin-right: 10px;
  position: relative;
}

.footer__menu a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #797979;
  position: absolute;
  margin-left: 3px;
  margin-top: 3px;
}

.footer__menu a:hover {
  text-decoration: none;
  color: #c9c9c9;
}

@media (max-width: 560px) {
  .footer__menu {
    margin-bottom: 15px;
  }
}
.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  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;
}
.copyright p {
  font-size: 16px;
}

@media (max-width: 560px) {
  .copyright {
    font-size: 10px;
    letter-spacing: 0.02px;
  }
  .copyright p {
    font-size: 10px;
    letter-spacing: 0.02px;
  }
}
/*------------------------------------*
	@COMPONENTS #SHOP
\*------------------------------------*/
.shop {
  padding-top: 40px;
  position: relative;
}

/*------------------------------------*
	@COMPONENTS #TITLE
\*------------------------------------*/
.title-wrap {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .title-wrap {
    margin-bottom: 20px;
  }
}
.title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.title small {
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 768px) {
  .title small {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .title--alt {
    text-align: center;
  }
}
.title--grey {
  color: #797979;
}

.title--xs {
  font-size: 16px;
  margin-bottom: 25px;
}

.title--xl {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

/*------------------------------------*
	@COMPONENTS #SMALL
\*------------------------------------*/
.small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.small dt {
  color: #797979;
  font-weight: 400;
}

.small dd {
  color: #1acd8e;
  font-weight: 500;
  padding-left: 2px;
}

/*------------------------------------*
	@COMPONENTS #SPLIT
\*------------------------------------*/
.split {
  margin-top: -100px;
  padding-top: 120px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.split::before {
  content: "";
  background-color: #f8f7f9;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
}

@media (max-width: 620px) {
  .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
  }

  .split::before {
    display: none;
  }
}
.split--alt {
  padding-bottom: 0;
  position: relative;
}

.split--alt::before {
  display: none;
}

@media (max-width: 768px) {
  .split--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
  }

  .split--alt hr {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.split__btn {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  -webkit-box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.8);
  box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.8);
  background-color: #ffffff;
  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;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

.split__btn .icon-cart {
  width: 30px !important;
  height: 22px !important;
  color: #959595;
}

.split__btn:hover {
  cursor: default;
}

@media (max-width: 560px) {
  .split__btn:hover {
    -webkit-box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.3);
    box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.3);
    cursor: pointer;
  }

  .split__btn:hover .icon-cart {
    color: #1acd8e !important;
  }
}
@media (max-width: 620px) {
  .split__btn {
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.split__content {
  padding-right: 100px;
  width: 50%;
}

.split__content:last-of-type {
  padding-left: 100px;
  padding-right: 0;
}

@media (max-width: 1200px) {
  .split__content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .split__content:last-of-type {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .split__content {
    padding-right: 15px;
    padding-left: 0px;
  }

  .split__content:last-of-type {
    padding-right: 0px;
    padding-left: 15px;
  }
}
@media (max-width: 620px) {
  .split__content {
    padding-right: 0px;
    padding-bottom: 60px;
    width: 100%;
  }

  .split__content:last-of-type {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    background-color: #f8f7f9;
    padding-top: 60px;
    margin-right: -15px;
    margin-left: -15px;
    min-width: -webkit-calc(100% + 30px);
    min-width: calc(100% + 30px);
  }
}
.split__img {
  width: 100%;
}

/*------------------------------------*
	@COMPONENTS #RECEIPT
\*------------------------------------*/
.receipt--alt {
  margin-bottom: 60px;
}

.receipt__list {
  color: #000;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.receipt__list dt {
  color: #797979;
  font-weight: 400;
}

.receipt__list dd {
  color: #ff6d6c;
  font-weight: 500;
  margin-left: 5px;
}

hr + .receipt__list {
  margin-top: -35px;
}

.receipt__list + .form-group {
  margin-top: -20px;
}

@media (max-width: 768px) {
  hr + .receipt__list {
    margin-top: -25px;
  }
}
@media (max-width: 560px) {
  .receipt__list {
    margin-bottom: 30px;
  }
}
.receipt__list--alt {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 268px;
}

.receipt__list--alt span {
  color: red;
}

/*------------------------------------*
	@COMPONENTS #FORMS
\*------------------------------------*/
.form-control {
  color: #000;
  border-color: transparent;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 50px;
  /*PLACEHOLDER*/
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c9c9c9 !important;
}

.form-control::-webkit-input-placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  color: #797979;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 620px) {
  .form-control {
    height: 44px;
    padding-left: 20px;
    /*PLACEHOLDER*/
  }

  .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form-control::-moz-placeholder {
    font-size: 14px;
  }

  .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
}

@media (max-width: 620px) {
  .form-group {
    margin-bottom: 10px;
  }
}
.form-group--alt {
  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;
  margin-bottom: 20px;
}

.form-group--alt label {
  margin-right: 10px;
  color: #797979;
  font-size: 14px;
  font-weight: 400;
}

.form-group--alt .form-control {
  max-width: 168px;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .form-group--alt .form-control {
    max-width: 150px;
  }
}
@media (max-width: 620px) {
  .form-group--alt {
    margin-bottom: 25px;
  }

  .form-group--alt .form-control {
    height: 36px;
  }
}
select.form-control {
  color: #797979;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 12px 8px;
  padding-left: 10px;
  padding-right: 30px;
}

@media (max-width: 620px) {
  select.form-control {
    padding-left: 20px;
    background-position: right 15px top 50%;
  }
}
/*------------------------------------*
	@COMPONENTS #DL-PRICE
\*------------------------------------*/
.dl-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 20px;
}

.dl-price dt {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.dl-price dd {
  color: #1acd8e;
  font-size: 32px;
  font-weight: 500;
}

.dl-price del {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.dl-price + hr {
  margin-top: 20px;
}

@media (max-width: 620px) {
  .dl-price dd {
    font-size: 28px;
  }
}
.dl-price--border {
  margin-bottom: 0px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #dbdbdb;
}

.dl-price--alt {
  color: #000;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.dl-price--alt dt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.dl-price--alt dd {
  color: #000;
  font-weight: 400;
}

.dl-price--alt dd del {
  color: #959595;
  font-weight: 500;
}

.dl-price--subprice {
  text-transform: none;
  margin-top: 0px;
  font-weight: normal;
}
.dl-price--subprice dt {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #797979;
  font-weight: 400;
}

@media (max-width: 768px) {
  .dl-price--alt + hr {
    margin-top: 15px;
  }
}
@media (max-width: 620px) {
  .dl-price--alt dt {
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
}
@media (max-width: 560px) {
  .dl-price--alt {
    margin-bottom: 15px;
  }
}
.dl-price--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(121, 121, 121, 0.15);
}

.dl-price--col dt {
  font-size: 12px;
  color: #797979;
  margin-bottom: 15px;
}

.dl-price--col dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dl-price--col dd del {
  margin-right: 5px;
}

@media (max-width: 992px) {
  .dl-price--col {
    margin-right: 20px;
    padding-right: 20px;
  }

  .dl-price--col dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dl-price--shipping {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dl-price--shipping dt {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}

.dl-price--shipping dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #797979;
  font-size: 12px;
  font-weight: 400;
}

.dl-price--shipping dd span {
  background-color: #ffc260;
  padding: 5px 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.dl-price--shipping dd del {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}

.dl-price--shipping dd .icon {
  background-color: #1acd8e;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 6px;
  margin-right: 10px;
}

/*------------------------------------*
	@COMPONENTS #BUTTONS
\*------------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media (max-width: 620px) {
  .btn-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.btn-wrap--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 560px) {
  .btn-wrap--start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.btn {
  border-radius: 35px;
  background-color: #1acd8e;
  padding: 15px 60px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 1;
}

.btn:hover {
  opacity: 0.8;
  color: #fff;
}

@media (max-width: 992px) {
  .btn {
    padding: 15px 40px;
  }
}
.btn--sm {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .btn--sm {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.btn-text {
  color: #1acd8e;
  font-size: 12px;
  font-weight: 400;
  padding-left: 10px;
}

@media (max-width: 620px) {
  .btn-text {
    font-size: 10px;
  }
}
/*------------------------------------*
	@COMPONENTS #INFO
\*------------------------------------*/
.info-wrap {
  -webkit-box-shadow: -3px 1px 12px rgba(0, 0, 0, 0.07);
  box-shadow: -3px 1px 12px rgba(0, 0, 0, 0.07);
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100vw;
}

@media (max-width: 620px) {
  .info-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info .info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info .info__content .icon {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.info .info__content p {
  color: #797979;
  font-size: 14px;
  font-weight: 400;
}

.info .info__content p span {
  display: block;
  color: #000;
}

.info .info__content:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 620px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info .info__content:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .info .info__content .icon {
    width: 25px;
    height: 25px;
  }

  .info .info__content p {
    font-size: 12px;
  }
}
.info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}

.info__box > * {
  margin: 8px;
}

/*------------------------------------*
	@COMPONENTS #CAROUSEL
\*------------------------------------*/
.carousel {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: -45px;
  z-index: 1;
}

.slick-arrow .icon {
  width: 10px;
  height: 18px;
  color: #c9c9c9;
}

.slick-arrow:hover .icon {
  color: #1acd8e;
}

.slick-arrow--prev {
  right: 25px;
}

.slick-arrow--next {
  right: 0px;
}

/*------------------------------------*
	@COMPONENTS #TESTIMONIALS
\*------------------------------------*/
.testimonials {
  padding-top: 115px;
  padding-bottom: 115px;
}

@media (max-width: 768px) {
  .testimonials {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
/*------------------------------------*
	@COMPONENTS #AVATAR
\*------------------------------------*/
.avatar {
  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;
  border-radius: 100%;
  background-color: #fff;
}

.avatar img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  margin-bottom: 0;
}

.testimonials .avatar {
  margin-right: 34px;
}

@media (max-width: 768px) {
  .avatar img {
    width: 76px;
    height: 76px;
  }

  .testimonials .avatar {
    margin-right: 12px;
  }
}
/*------------------------------------*
	@COMPONENTS #SOCIAL
\*------------------------------------*/
.social-menu {
  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;
  margin-bottom: 15px;
}

.social-menu a {
  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;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background-color: #c9c9c9;
}

.social-menu a .icon {
  color: #fff;
}

.social-menu a:not(:last-child) {
  margin-right: 20px;
}

.social-menu a:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .social-menu a {
    width: 32px;
    height: 32px;
  }
}
/*------------------------------------*
	@COMPONENTS #ICONS
\*------------------------------------*/
.icon-social-message {
  width: 24px;
  height: 19px;
}

@media (max-width: 768px) {
  .icon-social-message {
    width: 18px;
    height: 14px;
  }
}
.icon-social-instagram {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .icon-social-instagram {
    width: 15px;
    height: 14px;
  }
}
.icon-social-facebook {
  width: 10px;
  height: 20px;
}

@media (max-width: 768px) {
  .icon-social-facebook {
    width: 7px;
    height: 14px;
  }
}
/*------------------------------------*
	@COMPONENTS #FAQ
\*------------------------------------*/
.faq {
  padding-top: 115px;
  margin-bottom: 110px;
}

.faq .title {
  text-align: center;
  margin-bottom: 70px;
}

.faq .brick {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .faq .brick {
    margin-bottom: 25px;
  }
}
/*------------------------------------*
	@COMPONENTS #BRICK
\*------------------------------------*/
.brick {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 70px;
  outline: none;
}

@media (max-width: 992px) {
  .brick {
    margin-right: 0;
  }
}
.brick__title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .brick__title {
    font-size: 14px;
  }
}
.brick__text {
  color: #797979;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .brick__text {
    font-size: 12px;
  }
}
/*------------------------------------*
	@COMPONENTS #CARD
\*------------------------------------*/
.card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.card {
  padding: 40px 70px 80px 70px;
  max-width: 570px;
  width: 100%;
  background-color: #f8f7f9;
  border: none;
}

.card .title:not(:first-child) {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .card {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 768px) {
  .card {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 560px) {
  .card {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: -webkit-calc(100% + 30px);
    min-width: calc(100% + 30px);
  }

  .card .form .title {
    display: block;
    margin-top: 0px;
  }

  .card .form .title--alt {
    margin-top: 40px;
  }
}
.card--nobackground {
  background-color: transparent;
  padding-top: 0px;
  padding-right: 0;
}

@media (max-width: 768px) {
  .card--nobackground {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .card--nobackground {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------*
	@COMPONENTS #PAYMENTS
\*------------------------------------*/
.payments-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 560px) {
  .payments-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.payments, .payments-wrap .payment {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.payments.-selected, .payments-wrap .-selected.payment {
  font-weight: bold;
}

.payments img, .payments-wrap .payment img {
  margin-bottom: 6px !important;
  width: 32px;
  height: 24px;
}

/*------------------------------------*
	@COMPONENTS #BOX
\*------------------------------------*/
.box-wrap {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .box-wrap > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .box-wrap {
    margin-bottom: 10px;
  }
}
.box {
  -webkit-box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.8);
  box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.8);
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  max-width: 470px;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .box {
    padding: 30px 30px;
    margin-bottom: 10px;
  }
}
.box__img {
  margin-bottom: 40px;
}

.box__btn {
  margin-bottom: 10px;
}

/*------------------------------------*
	@COMPONENTS #QUANTITY
\*------------------------------------*/
.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  max-width: 40px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qty .form-control {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  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;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px;
  padding-left: 6px;
}

@media (max-width: 768px) {
  .qty .form-control {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.qty .btn {
  width: 24px;
  height: 24px;
  padding: 0 !important;
  margin-bottom: 0px;
  background-color: #c9c9c9;
  border-radius: 999px;
  text-transform: none;
  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;
}

.qty .btn .icon {
  width: 10px;
  height: 10px;
}

.qty .btn:hover {
  background-color: #1acd8e;
}

.qty .qty__down {
  font-size: 1.5rem;
  margin-bottom: 0;
}

/*------------------------------------*\
	@COMPONENTS #MODAL
\*------------------------------------*/
.modal {
  background-color: transparent;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media (max-width: 768px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px !important;
  }
}
.modal-backdrop {
  -webkit-box-shadow: 1px 2px 14px #959595;
  box-shadow: 1px 2px 14px #959595;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}

.modal-dialog {
  max-width: 520px;
  margin-top: 260px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .modal-dialog {
    margin-top: 240px;
  }
}
.modal-content {
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 1px 2px 14px #959595;
  box-shadow: 1px 2px 14px #959595;
  border-radius: 10px;
  background-color: #ffffff;
}

.modal-content hr {
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-content img {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .modal-content {
    padding: 30px 20px;
  }

  .modal-content hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .modal-content img {
    margin-bottom: 30px;
    max-width: 80%;
  }
}
.modal__title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .modal__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.modal__text {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1.55;
  max-width: 370px;
  text-align: center;
}

.modal__text span {
  color: #ff6d6c;
  font-weight: 500;
  text-transform: uppercase;
}

.modal__text strong {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .modal__text {
    font-size: 14px;
  }
}
.modal-content .checkbox {
  margin-bottom: 30px !important;
}

@media (max-width: 768px) {
  .modal-content .checkbox {
    margin-bottom: 25px !important;
  }
}
.modal-content .checkbox__label {
  max-width: 325px;
  text-align: left;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .modal-content .checkbox__label {
    font-size: 10px;
    padding-left: 40px;
  }

  .modal-content .checkbox__label::before {
    left: 10px;
  }

  .modal-content .checkbox__label::after {
    left: 13px;
  }
}
/*------------------------------------*
	@COMPONENTS #COLLAPSE
\*------------------------------------*/
.collapse-wrap .dl-price--col {
  display: none;
}

.collapse-wrap .split__btn {
  position: absolute;
  top: 0px;
  left: 80px;
  -webkit-box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.8) !important;
  box-shadow: 1px 2px 6px rgba(213, 213, 213, 0.8) !important;
  background-color: #ffffff;
  cursor: default;
}

.collapse-wrap .split__btn .icon-cart {
  width: 30px !important;
  height: 22px !important;
  color: #959595 !important;
}

@media (max-width: 768px) {
  .collapse-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb;
  }

  .collapse-wrap .dl-price--col {
    display: block;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-left: auto;
  }

  .collapse-wrap .split__btn {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 15px;
  }
}
@media (max-width: 560px) {
  .collapse-wrap .split__btn {
    top: 45px;
  }
}
.collapse-trigger {
  padding: 0;
  border-radius: 0;
  color: #797979;
  font-size: 14px;
  text-decoration: none !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collapse-trigger span {
  margin-right: 10px;
}

.collapse-trigger .icon-angle-up {
  color: #797979;
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.collapse-trigger:hover {
  color: #b0b0b0;
}

@media (min-width: 768px) {
  .collapse-trigger {
    display: none;
  }
}
@media (min-width: 768px) {
  .collapse {
    display: block !important;
  }
}
.collapsed .icon-angle-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------------------------------------*
	@TRUMPS #COLORS
\*------------------------------------*/
.color-primary {
  color: #797979 !important;
}

.color-alt {
  color: #000 !important;
}

/*------------------------------------*
	@TRUMPS #HELPERS
\*------------------------------------*/
.clean {
  margin: 0;
  padding: 0;
}

.no-transition,
.no-transition * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

/*------------------------------------*
	@TRUMPS #LAYOUT
\*------------------------------------*/
.spaced1x {
  margin-bottom: 10px !important;
}

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

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

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

.spaced5x {
  margin-bottom: 50px !important;
}

.spaced6x {
  margin-bottom: 60px !important;
}

.spaced7x {
  margin-bottom: 70px !important;
}

.spaced8x {
  margin-bottom: 80px !important;
}

.spaced9x {
  margin-bottom: 90px !important;
}

.spaced10x {
  margin-bottom: 100px !important;
}

/*------------------------------------*
	@TRUMPS #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
     * Don’t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
}
/*# sourceMappingURL=styles.css.map */
.input.-error {
  border: 1px solid #f15744;
}

.-tempdrieflex {
  flex-direction: column;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  text-transform: initial;
}

footer {
  color: #797979;
}

.payments-wrap .payment {
  padding-top: 25px;
  margin-bottom: 0px;
}
.payments-wrap .payment .image {
  width: auto;
}
.payments-wrap .payment.-selected {
  background-color: #c2c2c2;
  border-radius: 0.25rem;
}
.payments-wrap .payment.-selected > .image {
  background-color: transparent;
}
.payments-wrap .payment .paytitle {
  font-size: 15px;
  padding: 10px 5px;
  white-space: initial;
  overflow: initial;
  line-height: 20px;
  width: 80%;
}
.payments-wrap img {
  margin-bottom: initial;
  width: auto;
  height: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-hidden > .row {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.cursor-pointer {
  cursor: pointer !important;
}

.nowrap {
  white-space: nowrap;
}

.bijproduct-remove-button:hover {
  text-decoration: underline;
}

.no-pointer {
  cursor: default !important;
}

.small-text {
  font-size: 11px;
  font-style: italic;
}

.bijproduct-label iframe {
  max-width: 100%;
}

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