/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchspin .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:8px 10px;margin-left:-1px;position:relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;border-top-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:0;border-bottom-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:3px;left:5px;font-size:9px;font-weight:400}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

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

.select2-results {
  display: block; }

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

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

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

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

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

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

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

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule{font-size:0;height:0;width:100%;transform:translateZ(0);backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1)}.iziToast-capsule,.iziToast-capsule *{box-sizing:border-box}.iziToast-overlay{display:block;position:fixed;top:-100px;left:0;right:0;bottom:-100px;z-index:997}.iziToast{display:inline-block;clear:both;position:relative;font-family:'Lato',Tahoma,Arial;font-size:14px;padding:8px 45px 9px 0;background:rgba(238,238,238,.9);border-color:rgba(238,238,238,.9);width:100%;pointer-events:all;cursor:default;transform:translateX(0);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-height:54px}.iziToast>.iziToast-progressbar{position:absolute;left:0;bottom:0;width:100%;z-index:1;background:rgba(255,255,255,.2)}.iziToast>.iziToast-progressbar>div{height:2px;width:100%;background:rgba(0,0,0,.3);border-radius:0 0 3px 3px}.iziToast.iziToast-balloon:before{content:'';position:absolute;right:8px;left:auto;width:0;height:0;top:100%;border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;border-radius:0}.iziToast.iziToast-balloon .iziToast-progressbar{top:0;bottom:auto}.iziToast.iziToast-balloon>div{border-radius:0 0 0 3px}.iziToast>.iziToast-cover{position:absolute;left:0;top:0;bottom:0;height:100%;margin:0;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;background-color:rgba(0,0,0,.1)}.iziToast>.iziToast-close{position:absolute;right:0;top:0;border:0;padding:0;opacity:.6;width:42px;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px;cursor:pointer;outline:0}.iziToast>.iziToast-close:hover{opacity:1}.iziToast>.iziToast-body{position:relative;padding:0 0 0 10px;height:auto;min-height:36px;margin:0 0 0 15px;text-align:left}.iziToast>.iziToast-body:after{content:"";display:table;clear:both}.iziToast>.iziToast-body .iziToast-texts{margin:10px 0 0;padding-right:2px;display:inline-block;float:left}.iziToast>.iziToast-body .iziToast-inputs{min-height:19px;float:left;margin:3px -2px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]),.iziToast>.iziToast-body .iziToast-inputs>select{position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:4px 7px;font-size:13px;letter-spacing:.02em;background:rgba(0,0,0,.1);color:#000;box-shadow:0 0 0 1px rgba(0,0,0,.2);min-height:26px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus,.iziToast>.iziToast-body .iziToast-inputs>select:focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons{min-height:17px;float:left;margin:4px -2px}.iziToast>.iziToast-body .iziToast-buttons>a,.iziToast>.iziToast-body .iziToast-buttons>button,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]){position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:5px 10px;font-size:12px;letter-spacing:.02em;cursor:pointer;background:rgba(0,0,0,.1);color:#000}.iziToast>.iziToast-body .iziToast-buttons>a:hover,.iziToast>.iziToast-body .iziToast-buttons>button:hover,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover{background:rgba(0,0,0,.2)}.iziToast>.iziToast-body .iziToast-buttons>a:focus,.iziToast>.iziToast-body .iziToast-buttons>button:focus,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons>a:active,.iziToast>.iziToast-body .iziToast-buttons>button:active,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active{top:1px}.iziToast>.iziToast-body .iziToast-icon{position:absolute;left:0;top:50%;display:table;font-size:23px;line-height:24px;margin-top:-12px;color:#000;width:24px;height:24px}.iziToast>.iziToast-body .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast>.iziToast-body .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-message,.iziToast>.iziToast-body .iziToast-title{padding:0;font-size:14px;line-height:16px;text-align:left;float:left;white-space:normal}.iziToast>.iziToast-body .iziToast-title{color:#000;margin:0}.iziToast>.iziToast-body .iziToast-message{margin:0 0 10px;color:rgba(0,0,0,.6)}.iziToast.iziToast-animateInside .iziToast-buttons-child,.iziToast.iziToast-animateInside .iziToast-icon,.iziToast.iziToast-animateInside .iziToast-inputs-child,.iziToast.iziToast-animateInside .iziToast-message,.iziToast.iziToast-animateInside .iziToast-title{opacity:0}.iziToast-target{position:relative;width:100%;margin:0 auto}.iziToast-target .iziToast-capsule{overflow:hidden}.iziToast-target .iziToast-capsule:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.iziToast-target .iziToast-capsule .iziToast{width:100%;float:left}.iziToast-wrapper{z-index:99999;position:fixed;width:100%;pointer-events:none;display:flex;flex-direction:column}.iziToast-wrapper .iziToast.iziToast-balloon:before{border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;right:8px;left:auto}.iziToast-wrapper-bottomLeft{left:0;bottom:0;text-align:left}.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before{border-right:15px solid transparent;border-left:0 solid transparent;right:auto;left:8px}.iziToast-wrapper-bottomRight{right:0;bottom:0;text-align:right}.iziToast-wrapper-topLeft{left:0;top:0;text-align:left}.iziToast-wrapper-topRight{top:0;right:0;text-align:right}.iziToast-wrapper-topCenter{top:0;left:0;right:0;text-align:center}.iziToast-wrapper-bottomCenter,.iziToast-wrapper-center{bottom:0;left:0;right:0;text-align:center}.iziToast-wrapper-center{top:0;justify-content:center;flex-flow:column;align-items:center}.iziToast-rtl{direction:rtl;padding:8px 0 9px 45px;font-family:Tahoma,'Lato',Arial}.iziToast-rtl .iziToast-cover{left:auto;right:0}.iziToast-rtl .iziToast-close{right:auto;left:0}.iziToast-rtl .iziToast-body{padding:0 10px 0 0;margin:0 16px 0 0;text-align:right}.iziToast-rtl .iziToast-body .iziToast-buttons,.iziToast-rtl .iziToast-body .iziToast-inputs,.iziToast-rtl .iziToast-body .iziToast-message,.iziToast-rtl .iziToast-body .iziToast-texts,.iziToast-rtl .iziToast-body .iziToast-title{float:right;text-align:right}.iziToast-rtl .iziToast-body .iziToast-icon{left:auto;right:0}@media only screen and (min-width:568px){.iziToast-wrapper{padding:10px 15px}.iziToast{margin:5px 0;border-radius:3px;width:auto}.iziToast:after{content:'';z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3px;box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1),0 8px 8px -5px rgba(0,0,0,.25)}.iziToast:not(.iziToast-rtl) .iziToast-cover{border-radius:3px 0 0 3px}.iziToast.iziToast-rtl .iziToast-cover{border-radius:0 3px 3px 0}.iziToast.iziToast-color-dark:after{box-shadow:inset 0 -10px 20px -10px rgba(255,255,255,.3),0 10px 10px -5px rgba(0,0,0,.25)}.iziToast.iziToast-balloon .iziToast-progressbar{background:0 0}.iziToast.iziToast-balloon:after{box-shadow:0 10px 10px -5px rgba(0,0,0,.25),inset 0 10px 20px -5px rgba(0,0,0,.25)}.iziToast-target .iziToast:after{box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1)}}.iziToast.iziToast-theme-dark{background:#565c70;border-color:#565c70}.iziToast.iziToast-theme-dark .iziToast-title{color:#fff}.iziToast.iziToast-theme-dark .iziToast-message{color:rgba(255,255,255,.7);font-weight:300}.iziToast.iziToast-theme-dark .iziToast-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px}.iziToast.iziToast-theme-dark .iziToast-icon{color:#fff}.iziToast.iziToast-theme-dark .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-buttons>a,.iziToast.iziToast-theme-dark .iziToast-buttons>button,.iziToast.iziToast-theme-dark .iziToast-buttons>input{color:#fff;background:rgba(255,255,255,.1)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>button:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>input:hover{background:rgba(255,255,255,.2)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus{box-shadow:0 0 0 1px rgba(255,255,255,.6)}.iziToast.iziToast-color-red{background:rgba(255,175,180,.9);border-color:rgba(255,175,180,.9)}.iziToast.iziToast-color-orange{background:rgba(255,207,165,.9);border-color:rgba(255,207,165,.9)}.iziToast.iziToast-color-yellow{background:rgba(255,249,178,.9);border-color:rgba(255,249,178,.9)}.iziToast.iziToast-color-blue{background:rgba(157,222,255,.9);border-color:rgba(157,222,255,.9)}.iziToast.iziToast-color-green{background:rgba(166,239,184,.9);border-color:rgba(166,239,184,.9)}.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts{width:100%}.iziToast.iziToast-layout3{border-radius:2px}.iziToast.iziToast-layout3::after{display:none}.iziToast .revealIn,.iziToast.revealIn{-webkit-animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both;-moz-animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both;animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both}.iziToast .slideIn,.iziToast.slideIn{-webkit-animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziToast.bounceInLeft{-webkit-animation:iziT-bounceInLeft .7s ease-in-out both;animation:iziT-bounceInLeft .7s ease-in-out both}.iziToast.bounceInRight{-webkit-animation:iziT-bounceInRight .85s ease-in-out both;animation:iziT-bounceInRight .85s ease-in-out both}.iziToast.bounceInDown{-webkit-animation:iziT-bounceInDown .7s ease-in-out both;animation:iziT-bounceInDown .7s ease-in-out both}.iziToast.bounceInUp{-webkit-animation:iziT-bounceInUp .7s ease-in-out both;animation:iziT-bounceInUp .7s ease-in-out both}.iziToast .fadeIn,.iziToast.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast.fadeInUp{-webkit-animation:iziT-fadeInUp .7s ease both;animation:iziT-fadeInUp .7s ease both}.iziToast.fadeInDown{-webkit-animation:iziT-fadeInDown .7s ease both;animation:iziT-fadeInDown .7s ease both}.iziToast.fadeInLeft{-webkit-animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInRight{-webkit-animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.flipInX{-webkit-animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both;animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both}.iziToast.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}.iziToast.fadeOutDown{-webkit-animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutUp{-webkit-animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutLeft{-webkit-animation:iziT-fadeOutLeft .5s ease both;animation:iziT-fadeOutLeft .5s ease both}.iziToast.fadeOutRight{-webkit-animation:iziT-fadeOutRight .5s ease both;animation:iziT-fadeOutRight .5s ease both}.iziToast.flipOutX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast-overlay.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast-overlay.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}@-webkit-keyframes iziT-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}to{opacity:1}}@-moz-keyframes iziT-revealIn{0%{opacity:0;-moz-transform:scale3d(.3,.3,1)}to{opacity:1}}@-webkit-keyframes iziT-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes iziT-slideIn{0%{opacity:0;-moz-transform:translateX(50px)}to{opacity:1;-moz-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;-webkit-transform:translateX(280px)}50%{opacity:1;-webkit-transform:translateX(-20px)}70%{-webkit-transform:translateX(10px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;-webkit-transform:translateX(-280px)}50%{opacity:1;-webkit-transform:translateX(20px)}70%{-webkit-transform:translateX(-10px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}50%{opacity:1;-webkit-transform:translateY(10px)}70%{-webkit-transform:translateY(-5px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;-webkit-transform:translateY(200px)}50%{opacity:1;-webkit-transform:translateY(-10px)}70%{-webkit-transform:translateY(5px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-moz-keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@-webkit-keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@-o-keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@-moz-keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-o-keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-moz-keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@-o-keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@-moz-keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@-o-keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@-moz-keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@-o-keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@-moz-keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@-o-keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@-moz-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-o-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-moz-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-o-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-o-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-moz-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-o-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-moz-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-o-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-moz-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-o-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-moz-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-o-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #FF0200;
  --orange: #fd7e14;
  --yellow: #90790D;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #444444;
  --primary: #000;
  --secondary: #FF0200;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #90790D;
  --danger: #FF0200;
  --light: #f4f4f4;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Raleway", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "EB Garamond", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: black;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #000; }

h1, .h1 {
  font-size: 2.625rem; }

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

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

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

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

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

.lead {
  font-size: 1.09375rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 760px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1000px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8b8; }

.table-hover .table-primary:hover {
  background-color: #ababab; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ababab; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ffb8b8; }

.table-hover .table-secondary:hover {
  background-color: #ff9f9f; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #ff9f9f; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #e0d9bb; }

.table-hover .table-warning:hover {
  background-color: #d8cfa9; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #d8cfa9; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8b8; }

.table-hover .table-danger:hover {
  background-color: #ff9f9f; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ff9f9f; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc; }

.table-hover .table-light:hover {
  background-color: #efefef; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #efefef; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8; }

.table-hover .table-dark:hover {
  background-color: #ababab; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #666666;
  background-color: #dddddd;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1; }
  .form-control::placeholder {
    color: #000;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #dddddd;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #666666;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76562rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.64844rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0; }

.form-control-lg {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF0200; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 2, 0, 0.9);
  border-radius: 0; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #FF0200; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #FF0200;
    box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF0200; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF0200; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ff8180; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff3533; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 2, 0, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0200; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary, #pagenotfound #main .page-not-found .btn {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-primary:hover, #pagenotfound #main .page-not-found .btn:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:focus, #pagenotfound #main .page-not-found .btn:focus, .btn-primary.focus, #pagenotfound #main .page-not-found .focus.btn {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-primary.disabled, #pagenotfound #main .page-not-found .disabled.btn, .btn-primary:disabled, #pagenotfound #main .page-not-found .btn:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-primary:not(:disabled):not(.disabled):active, #pagenotfound #main .page-not-found .btn:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, #pagenotfound #main .page-not-found .btn:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  #pagenotfound #main .page-not-found .show > .dropdown-toggle.btn {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, #pagenotfound #main .page-not-found .btn:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, #pagenotfound #main .page-not-found .btn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    #pagenotfound #main .page-not-found .show > .dropdown-toggle.btn:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #FF0200;
  border-color: #FF0200; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #d90200;
    border-color: #cc0200; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #FF0200;
    border-color: #FF0200; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #cc0200;
    border-color: #bf0200; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #90790D;
  border-color: #90790D; }
  .btn-warning:hover {
    color: #fff;
    background-color: #6d5c0a;
    border-color: #615209; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 121, 13, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #90790D;
    border-color: #90790D; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #615209;
    border-color: #564808; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(144, 121, 13, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #FF0200;
  border-color: #FF0200; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d90200;
    border-color: #cc0200; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF0200;
    border-color: #FF0200; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc0200;
    border-color: #bf0200; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4; }
  .btn-light:hover {
    color: #212529;
    background-color: #e1e1e1;
    border-color: #dbdbdb; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d4d4d4; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-primary {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-secondary {
  color: #FF0200;
  background-color: transparent;
  background-image: none;
  border-color: #FF0200; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #FF0200;
    border-color: #FF0200; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #FF0200;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #FF0200;
    border-color: #FF0200; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #90790D;
  background-color: transparent;
  background-image: none;
  border-color: #90790D; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #90790D;
    border-color: #90790D; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 121, 13, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #90790D;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #90790D;
    border-color: #90790D; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(144, 121, 13, 0.5); }

.btn-outline-danger {
  color: #FF0200;
  background-color: transparent;
  background-image: none;
  border-color: #FF0200; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FF0200;
    border-color: #FF0200; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF0200;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF0200;
    border-color: #FF0200; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 2, 0, 0.5); }

.btn-outline-light {
  color: #f4f4f4;
  background-color: transparent;
  background-image: none;
  border-color: #f4f4f4; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f4f4f4;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5); }

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #000;
  background-color: transparent; }
  .btn-link:hover {
    color: black;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dddddd; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f4f4f4; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.76562rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  background-color: #dddddd;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.64844rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #000; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #595959; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #dddddd; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #000; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #666666;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23444444' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5); }
    .custom-select:focus::-ms-value {
      color: #666666;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #dddddd; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.64844rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.64062rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #404040;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #404040; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #dddddd; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.0625rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #666666;
    content: "Browse";
    background-color: #dddddd;
    border-left: 1px solid #ced4da;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    margin-top: -3px;
    background-color: #787878;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #787878; }
  .custom-range::-webkit-slider-runnable-track {
    width: 4px;
    height: 4px;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background-color: #787878;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #787878; }
  .custom-range::-moz-range-track {
    width: 4px;
    height: 4px;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #787878;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #787878; }
  .custom-range::-ms-track {
    width: 4px;
    height: 4px;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 5px; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #dddddd #dddddd #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #666666;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 20px; }
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -20px;
      margin-left: -20px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 20px; }
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #dddddd;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #dddddd;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #000; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black; }

.badge-secondary {
  color: #fff;
  background-color: #FF0200; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #cc0200; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #fff;
  background-color: #90790D; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #615209; }

.badge-danger {
  color: #fff;
  background-color: #FF0200; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #cc0200; }

.badge-light {
  color: #212529;
  background-color: #f4f4f4; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dbdbdb; }

.badge-dark {
  color: #fff;
  background-color: #000; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3.8125rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-primary hr {
    border-top-color: #ababab; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #850100;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-secondary hr {
    border-top-color: #ff9f9f; }
  .alert-secondary .alert-link {
    color: #520100; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #4b3f07;
  background-color: #e9e4cf;
  border-color: #e0d9bb; }
  .alert-warning hr {
    border-top-color: #d8cfa9; }
  .alert-warning .alert-link {
    color: #1c1803; }

.alert-danger {
  color: #850100;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-danger hr {
    border-top-color: #ff9f9f; }
  .alert-danger .alert-link {
    color: #520100; }

.alert-light {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light hr {
    border-top-color: #efefef; }
  .alert-light .alert-link {
    color: #666666; }

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-dark hr {
    border-top-color: #ababab; }
  .alert-dark .alert-link {
    color: black; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #666666;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #666666;
    text-decoration: none;
    background-color: #f4f4f4; }
  .list-group-item-action:active {
    color: #000;
    background-color: #dddddd; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-secondary {
  color: #850100;
  background-color: #ffb8b8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #850100;
    background-color: #ff9f9f; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #850100;
    border-color: #850100; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #4b3f07;
  background-color: #e0d9bb; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #4b3f07;
    background-color: #d8cfa9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #4b3f07;
    border-color: #4b3f07; }

.list-group-item-danger {
  color: #850100;
  background-color: #ffb8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #850100;
    background-color: #ff9f9f; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #850100;
    border-color: #850100; }

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dddddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dddddd; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76562rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76562rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #000 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important; }

.bg-secondary {
  background-color: #FF0200 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cc0200 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #90790D !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #615209 !important; }

.bg-danger {
  background-color: #FF0200 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0200 !important; }

.bg-light {
  background-color: #f4f4f4 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dbdbdb !important; }

.bg-dark {
  background-color: #000 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

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

.border {
  border: 1px solid #f4f4f4 !important; }

.border-top {
  border-top: 1px solid #f4f4f4 !important; }

.border-right {
  border-right: 1px solid #f4f4f4 !important; }

.border-bottom {
  border-bottom: 1px solid #f4f4f4 !important; }

.border-left {
  border-left: 1px solid #f4f4f4 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #000 !important; }

.border-secondary {
  border-color: #FF0200 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #90790D !important; }

.border-danger {
  border-color: #FF0200 !important; }

.border-light {
  border-color: #f4f4f4 !important; }

.border-dark {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

.d-inline, .wishlist-products-container-header span, .wishlist-products-container-header .products-sort-order {
  display: inline !important; }

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

.d-block, .wishlist-container-header, .wishlist-products-container-header, .wishlist-products-container-header .sort-by-row {
  display: block !important; }

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .wishlist-add-to-new {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end, .wishlist-add-to-new {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0, .wishlist-button-add,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .alert-danger,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

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

.pr-0,
.px-0 {
  padding-right: 0 !important; }

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

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.text-right, .wishlist-products-container-header .sort-by-row {
  text-align: right !important; }

.text-center, .wishlist-container-header, .wishlist-products-container-header {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #000 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

.text-secondary {
  color: #FF0200 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #cc0200 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #90790D !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #615209 !important; }

.text-danger {
  color: #FF0200 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #cc0200 !important; }

.text-light {
  color: #f4f4f4 !important; }

a.text-light:hover, a.text-light:focus {
  color: #dbdbdb !important; }

.text-dark {
  color: #000 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-body {
  color: #000 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/material-icons.woff2") format("woff2"), url("../fonts/material-icons.woff") format("woff"); }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

.currency-selector {
  display: block !important;
  height: 50px;
  line-height: 50px;
  padding: 0 18px !important;
  font-size: 15px; }
  .currency-selector > span {
    padding: 0 !important; }

.language-selector-item {
  border-bottom: 1px solid #ccc; }

@media (min-width: 992px) {
  .currency-selector {
    display: inline-block !important;
    height: auto;
    line-height: normal; }
  .language-selector-item {
    border-bottom: 0; } }

#currencySelectorModal .modal-dialog {
  max-width: 500px; }

#currencySelectorModal .modal-title {
  font-size: 1.875rem;
  color: #000;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    #currencySelectorModal .modal-title {
      font-size: 1.375rem; } }

#currencySelectorModal .close {
  padding: 0; }
  #currencySelectorModal .close svg {
    width: 40px;
    height: 40px; }

#currencySelectorModal .modal-body {
  padding: 40px 20px; }
  @media (max-width: 767.98px) {
    #currencySelectorModal .modal-body {
      padding-top: 20px; }
      #currencySelectorModal .modal-body .btn-back {
        margin: 0.5rem 0 1.2rem; } }

#currencySelectorModal .modal-left .product-name {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.7rem; }
  @media (max-width: 767.98px) {
    #currencySelectorModal .modal-left .product-name {
      margin-bottom: 0; } }

#currencySelectorModal .modal-left p {
  margin: 0; }

#currencySelectorModal .modal-left .price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-top: 0.7rem; }
  @media (max-width: 767.98px) {
    #currencySelectorModal .modal-left .price {
      margin-top: 0.2rem;
      font-weight: normal;
      font-size: 1rem; } }

#currencySelectorModal .modal-left .btn {
  margin-top: 2rem;
  background: none; }
  #currencySelectorModal .modal-left .btn:hover, #currencySelectorModal .modal-left .btn:focus, #currencySelectorModal .modal-left .btn:active {
    background: #FF0200; }
  @media (max-width: 767.98px) {
    #currencySelectorModal .modal-left .btn {
      width: 100%;
      margin-top: 1.5rem; } }

@media (max-width: 767.98px) {
  #currencySelectorModal .modal-left .col-md-7 {
    padding-left: 0; } }

#currencySelectorModal .modal-right .card {
  padding: 40px;
  background: none;
  border: 1px solid #000; }
  @media (max-width: 767.98px) {
    #currencySelectorModal .modal-right .card {
      padding: 20px;
      margin-bottom: 20px; } }

#currencySelectorModal .modal-right .cart-content {
  color: #000; }
  #currencySelectorModal .modal-right .cart-content strong {
    font-weight: normal; }
  #currencySelectorModal .modal-right .cart-content .value {
    float: right;
    font-size: 1rem;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      #currencySelectorModal .modal-right .cart-content .value {
        font-weight: normal; } }
  #currencySelectorModal .modal-right .cart-content .btn {
    margin-top: 2rem; }
    @media (max-width: 767.98px) {
      #currencySelectorModal .modal-right .cart-content .btn {
        margin-top: 1rem; } }

.address-item .card {
  padding: 40px 50px; }
  .address-item .card .radio-block {
    position: relative;
    margin-bottom: 2rem;
    font-weight: normal; }
    .address-item .card .radio-block input {
      position: absolute;
      left: -25px;
      top: 8px; }
    .address-item .card .radio-block .h4 {
      display: block;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .address-item .card .radio-block .h4 {
          font-size: 1.375rem; } }

.alert {
  font-weight: bold; }
  .alert ul, .alert ol {
    padding-left: 1rem;
    margin-left: 3rem; }
    .alert ul li, .alert ol li {
      list-style-type: decimal;
      font-weight: normal; }
  .alert:before {
    display: none; }
  .alert-danger {
    color: #FF0200;
    background-color: transparent;
    border-color: #000; }
    .alert-danger ul li {
      font-weight: bold; }

.btn [class*='axsvgicon'] {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle; }

.btn.btn-primary [stroke], #pagenotfound #main .page-not-found .btn [stroke], .btn.btn-success [stroke], .btn.btn-info [stroke], .btn.btn-dark [stroke] {
  stroke: #fff; }

.btn.btn-primary [fill]:not([fill="none"]), #pagenotfound #main .page-not-found .btn [fill]:not([fill="none"]), .btn.btn-success [fill]:not([fill="none"]), .btn.btn-info [fill]:not([fill="none"]), .btn.btn-dark [fill]:not([fill="none"]) {
  fill: #fff; }

.btn.btn-secondary [stroke] {
  stroke: #444444; }

.btn.btn-secondary [fill]:not([fill="none"]) {
  fill: #444444; }

.btn.btn-outline-secondary:hover [stroke], .btn.btn-outline-secondary:active [stroke], .btn.btn-outline-secondary:focus [stroke], .btn.btn-outline-primary:hover [stroke], .btn.btn-outline-primary:active [stroke], .btn.btn-outline-primary:focus [stroke], .btn.btn-outline-secondary:hover [stroke], .btn.btn-outline-secondary:active [stroke], .btn.btn-outline-secondary:focus [stroke], .btn.btn-outline-success:hover [stroke], .btn.btn-outline-success:active [stroke], .btn.btn-outline-success:focus [stroke], .btn.btn-outline-info:hover [stroke], .btn.btn-outline-info:active [stroke], .btn.btn-outline-info:focus [stroke], .btn.btn-outline-dark:hover [stroke], .btn.btn-outline-dark:active [stroke], .btn.btn-outline-dark:focus [stroke] {
  stroke: #fff; }

.btn.btn-outline-secondary:hover [fill]:not([fill="none"]), .btn.btn-outline-secondary:active [fill]:not([fill="none"]), .btn.btn-outline-secondary:focus [fill]:not([fill="none"]), .btn.btn-outline-primary:hover [fill]:not([fill="none"]), .btn.btn-outline-primary:active [fill]:not([fill="none"]), .btn.btn-outline-primary:focus [fill]:not([fill="none"]), .btn.btn-outline-secondary:hover [fill]:not([fill="none"]), .btn.btn-outline-secondary:active [fill]:not([fill="none"]), .btn.btn-outline-secondary:focus [fill]:not([fill="none"]), .btn.btn-outline-success:hover [fill]:not([fill="none"]), .btn.btn-outline-success:active [fill]:not([fill="none"]), .btn.btn-outline-success:focus [fill]:not([fill="none"]), .btn.btn-outline-info:hover [fill]:not([fill="none"]), .btn.btn-outline-info:active [fill]:not([fill="none"]), .btn.btn-outline-info:focus [fill]:not([fill="none"]), .btn.btn-outline-dark:hover [fill]:not([fill="none"]), .btn.btn-outline-dark:active [fill]:not([fill="none"]), .btn.btn-outline-dark:focus [fill]:not([fill="none"]) {
  fill: #fff; }

.btn {
  border-radius: 0;
  border: 1px solid #000;
  font-size: 1rem;
  font-weight: 700;
  color: #FF0200;
  min-height: 44px;
  line-height: 1.2;
  padding: 13px 30px 12px;
  background: none; }
  .btn:hover, .btn:focus, .btn:active {
    outline: none;
    box-shadow: none !important;
    background-color: #FF0200;
    border-color: #FF0200;
    color: #FFF; }
  .btn.btn-primary, #pagenotfound #main .page-not-found .btn {
    background-color: transparent;
    border-color: #000;
    color: #000; }
    @media (max-width: 767.98px) {
      .btn.btn-primary, #pagenotfound #main .page-not-found .btn {
        padding-left: 15px;
        padding-right: 15px; } }
    .btn.btn-primary:hover, #pagenotfound #main .page-not-found .btn:hover, .btn.btn-primary:focus, #pagenotfound #main .page-not-found .btn:focus, .btn.btn-primary:active, #pagenotfound #main .page-not-found .btn:active {
      background-color: #000;
      border-color: #000;
      color: #fff; }
  .btn.btn-secondary {
    border-color: #FF0200;
    color: #FF0200; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
      color: #fff;
      background-color: #FF0200; }
  .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active {
    background-color: #999999;
    border-color: #999999;
    color: #dddddd;
    cursor: not-allowed;
    opacity: 1; }
  .btn.btn-sm, .btn-group-sm > .btn {
    line-height: 1.8; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.65625rem 0.75rem; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  background-image: url(../img/svg/nav-arrow-up.svg);
  border-bottom-width: 0; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  background-image: url(../img/svg/nav-arrow-down.svg); }

.back-shop,
.btn-back,
.back-shop-right {
  background: none !important;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #000; }
  .back-shop:hover, .back-shop:focus, .back-shop:active,
  .btn-back:hover,
  .btn-back:focus,
  .btn-back:active,
  .back-shop-right:hover,
  .back-shop-right:focus,
  .back-shop-right:active {
    color: #000;
    text-decoration: underline; }
  .back-shop:before,
  .btn-back:before,
  .back-shop-right:before {
    content: '';
    background: url(../../assets/img/arrow.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: -3px;
    margin-right: 5px; }

.form-control {
  border: 1px solid #f4f4f4;
  height: 44px;
  line-height: 44px;
  padding: 0 1.1rem;
  box-shadow: none !important;
  color: #000;
  border-radius: 0; }

textarea {
  padding-top: 10px;
  padding-bottom: 10px; }

.select2-hidden-accessible {
  display: none; }

.select2-container--default {
  display: block;
  position: relative;
  width: auto; }
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-selection--single {
    width: 100%;
    height: 40px;
    padding: 5px;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    outline: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__arrow,
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      background-image: url(../img/svg/nav-arrow-down.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 32px !important;
      height: 26px !important;
      top: 6px; }
      .select2-container--default .select2-selection--multiple .select2-selection__arrow b,
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f4f4f4; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #FF0200; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-color: #dddddd; }

.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 0 0;
  border-color: #f4f4f4; }
  .select2-container--open .select2-dropdown--below li {
    padding: 5px 15px; }
    .select2-container--open .select2-dropdown--below li:last-child {
      border-radius: 0 0 0 0; }

input[type="file"] {
  border: 1px solid #f4f4f4;
  max-width: 100%; }

.radio-field {
  margin-bottom: 1rem; }
  .radio-field > span {
    display: block;
    margin-bottom: 3px; }
  .radio-field label {
    font-weight: normal;
    margin-right: 5px; }

.checkbox-field {
  margin-bottom: 0.7rem;
  font-weight: 400; }
  .checkbox-field em {
    font-size: 0.75rem;
    line-height: 1.2; }

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

.select-field,
.form-group {
  margin-bottom: 1rem;
  width: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

@media (max-width: 767.98px) {
  .form-control,
  input,
  select {
    font-size: 16px !important; } }

.custom-control {
  padding-left: 26px; }
  @media (max-width: 767.98px) {
    .custom-control {
      padding: 0; } }

@media (max-width: 767.98px) {
  #authentication .custom-control,
  #identity .custom-control {
    padding-left: 26px; } }

.custom-control-label {
  padding-right: 10px;
  overflow: visible; }
  .custom-control-label:before {
    background: none;
    border: 1px solid #999999;
    box-shadow: none !important;
    outline: none !important; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: none; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #000;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  margin-left: 4px;
  border-radius: 4px; }

.custom-checkbox a {
  font-weight: 700; }

@media (max-width: 991.98px) {
  .custom-checkbox {
    margin-left: 20px !important; } }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/svg/nav-select.svg);
  background-size: 100%; }

@media (max-width: 991.98px) {
  .form-password .form-control {
    margin-right: 50px; }
  .form-password .input-group-append {
    position: absolute;
    right: 0;
    top: 0; } }

.menu > ul {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .menu > ul > li {
    display: inline-block;
    position: relative; }
    .menu > ul > li > a {
      display: inline-block;
      color: #000;
      font-size: 1.5rem;
      font-family: "EB Garamond", serif;
      text-decoration: none;
      line-height: 1; }
    .menu > ul > li:hover > a, .menu > ul > li.current > a {
      color: #FF0200; }
    .menu > ul > li:hover > div {
      display: block; }
    .menu > ul > li > div {
      display: none;
      z-index: 50;
      position: absolute;
      min-width: 100%;
      background: #fff;
      box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.3);
      top: 100%;
      left: 0; }
      .menu > ul > li > div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5; }
      .menu > ul > li > div > ul {
        list-style: none;
        white-space: nowrap;
        position: relative;
        z-index: 10; }
        .menu > ul > li > div > ul li > a {
          display: block;
          text-transform: uppercase;
          font-size: 0.875rem;
          text-decoration: none;
          padding: 0.68rem 1.3rem; }
        .menu > ul > li > div > ul li:hover > a, .menu > ul > li > div > ul li.current > a {
          background: #FF0200;
          color: #FFF; }
        .menu > ul > li > div > ul li > div {
          display: none !important; }

.sb-slidebar .my-account {
  padding: 10px 18px;
  border-bottom: 1px solid #ccc;
  text-decoration: none; }

.pagination {
  -ms-flex-pack: center;
      justify-content: center; }
  .pagination .page-item a, .pagination .page-item span {
    background: none;
    border: 1px solid white;
    padding: 0;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    line-height: 2em;
    text-align: center;
    color: #000;
    margin: 0 1px; }
    .pagination .page-item a[rel="prev"], .pagination .page-item a[rel="next"], .pagination .page-item span[rel="prev"], .pagination .page-item span[rel="next"] {
      padding-top: 3px;
      width: 30px; }
      .pagination .page-item a[rel="prev"] svg, .pagination .page-item a[rel="next"] svg, .pagination .page-item span[rel="prev"] svg, .pagination .page-item span[rel="next"] svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
        .pagination .page-item a[rel="prev"] svg polyline, .pagination .page-item a[rel="next"] svg polyline, .pagination .page-item span[rel="prev"] svg polyline, .pagination .page-item span[rel="next"] svg polyline {
          stroke: #000; }
    .pagination .page-item a[rel="next"] svg, .pagination .page-item span[rel="next"] svg {
      left: auto;
      right: 0;
      margin-left: 0; }
    .pagination .page-item a.disabled, .pagination .page-item span.disabled {
      color: #000; }
      .pagination .page-item a.disabled svg path,
      .pagination .page-item a.disabled svg polyline, .pagination .page-item span.disabled svg path,
      .pagination .page-item span.disabled svg polyline {
        stroke: #999999; }
  .pagination .page-item.active a,
  .pagination .page-item.active span {
    background: #fff;
    color: #000;
    border-radius: 9999px; }
    .pagination .page-item.active a svg path,
    .pagination .page-item.active a svg polyline,
    .pagination .page-item.active span svg path,
    .pagination .page-item.active span svg polyline {
      stroke: #000; }
  .pagination .page-item:hover a:not(.disabled), .pagination .page-item:focus a:not(.disabled) {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    transition: 0.3s;
    border-radius: 9999px; }
    .pagination .page-item:hover a:not(.disabled) svg path,
    .pagination .page-item:hover a:not(.disabled) svg polyline, .pagination .page-item:focus a:not(.disabled) svg path,
    .pagination .page-item:focus a:not(.disabled) svg polyline {
      stroke: #000; }
  .pagination .page-item:hover a[rel="prev"],
  .pagination .page-item:hover a[rel="next"], .pagination .page-item:focus a[rel="prev"],
  .pagination .page-item:focus a[rel="next"] {
    background: none; }

.pagination-content .showall {
  margin-top: 1rem; }
  @media (max-width: 991.98px) {
    .pagination-content .showall {
      text-align: center; } }
  .pagination-content .showall button {
    color: #000;
    margin-bottom: 1rem; }

.product-miniature {
  margin-bottom: 2.5rem; }
  .product-miniature a {
    text-decoration: none;
    color: #000;
    display: block;
    box-shadow: none;
    transition: all .3s ease; }
    @media (max-width: 991.98px) {
      .product-miniature a {
        text-align: center; } }
    .product-miniature a .product-thumbnail {
      padding-bottom: 100%;
      height: 0;
      position: relative;
      display: block; }
      .product-miniature a .product-thumbnail img {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .product-miniature a .product-thumbnail .product-thumbnail-2 {
        opacity: 0;
        transition: opacity .3s ease;
        will-change: opacity; }
    .product-miniature a .listing-bottom {
      padding: 15px 20px 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 991.98px) {
        .product-miniature a .listing-bottom {
          padding: 15px 0 10px; } }
      .product-miniature a .listing-bottom .product-brand {
        font-size: 0.75rem; }
      .product-miniature a .listing-bottom .product-name {
        font-size: 1.25rem;
        color: #000;
        line-height: 1.3;
        height: 56px;
        overflow: hidden;
        text-align: center; }
        @media (max-width: 991.98px) {
          .product-miniature a .listing-bottom .product-name {
            height: 30px;
            margin-bottom: 0;
            font-weight: 400;
            font-size: 0.75rem; } }
      .product-miniature a .listing-bottom .product-price-and-shipping {
        color: #000; }
        @media (max-width: 991.98px) {
          .product-miniature a .listing-bottom .product-price-and-shipping {
            padding-top: 0; } }
        .product-miniature a .listing-bottom .product-price-and-shipping .price,
        .product-miniature a .listing-bottom .product-price-and-shipping .tax-label {
          font-size: 1.125rem; }
          @media (max-width: 991.98px) {
            .product-miniature a .listing-bottom .product-price-and-shipping .price,
            .product-miniature a .listing-bottom .product-price-and-shipping .tax-label {
              font-size: 0.875rem; } }
          .product-miniature a .listing-bottom .product-price-and-shipping .price.ax-reduc,
          .product-miniature a .listing-bottom .product-price-and-shipping .tax-label.ax-reduc {
            color: #FF0200; }
        .product-miniature a .listing-bottom .product-price-and-shipping .discount-product {
          display: none; }
        .product-miniature a .listing-bottom .product-price-and-shipping .regular-price {
          text-decoration: line-through;
          margin-right: 10px; }
  @media (max-width: 767.98px) {
    .product-miniature .product-list-actions .btn {
      font-size: 0;
      line-height: 1.3;
      background-image: url(../img/svg/interface-shopping-cart-w.svg);
      background-repeat: no-repeat;
      background-size: 1.5rem;
      background-position: center; } }

.product-miniature .qty-wrap {
  -ms-flex-pack: center;
      justify-content: center; }

.qty-wrap .qty {
  padding: 0;
  width: 15%;
  font-weight: bold;
  border-width: 1px; }
  @media (max-width: 767.98px) {
    .product-miniature .qty-wrap .qty {
      width: 25%;
      font-size: 12px !important; } }
  .qty-wrap .qty[cart-quantity="0"] {
    font-weight: normal; }

.qty-wrap .btn {
  min-height: auto;
  padding: 0.375rem 0.75rem; }
  @media (max-width: 767.98px) {
    .product-miniature .qty-wrap .btn {
      padding: 2px 10px; } }

@media (max-width: 767.98px) {
  .lotsize-info {
    font-size: 12px; } }

.slick-arrow {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15; }
  .slick-arrow:active, .slick-arrow:focus, .slick-arrow:hover {
    outline: none;
    box-shadow: none;
    cursor: pointer; }
    .slick-arrow:active:before, .slick-arrow:focus:before, .slick-arrow:hover:before {
      color: #666666; }
  .slick-arrow:before {
    font-size: 1rem;
    line-height: 2rem;
    color: #999999;
    text-align: center;
    width: 2rem;
    height: 2rem;
    display: block; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:before {
      content: ">"; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:before {
      content: "<"; }

.slick-dots {
  bottom: -25px;
  text-align: center;
  position: absolute;
  width: 100%; }
  .slick-dots li {
    margin: 0 2px;
    display: inline-block;
    line-height: 20px; }
    .slick-dots li button, .slick-dots li span {
      width: 10px;
      height: 10px;
      padding: 0;
      display: inline-block;
      background: #FFF;
      opacity: 1;
      font-size: 0;
      outline: none;
      border: 1px solid #f4f4f4;
      border-radius: 10px; }
    .slick-dots li.slick-active button, .slick-dots li.slick-active span, .slick-dots li:hover button, .slick-dots li:hover span {
      border-color: #000;
      background: #000; }
  .axslider .slick-dots {
    display: none; }

.slick-list .product-miniature {
  max-width: 100%; }

#home-top .axslider-container {
  display: none; }
  #home-top .axslider-container:first-child {
    display: block; }

#home-top .slick-initialized .axslider-container {
  display: block; }

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 1.8375rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2.1rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.3625rem; } }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.625rem; } }

@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 1.75rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  h2, .h2 {
    font-size: 2rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2.25rem; } }

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.5rem; } }

@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 1.3125rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  h3, .h3 {
    font-size: 1.5rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  h3, .h3 {
    font-size: 1.6875rem; } }

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.875rem; } }

@media (max-width: 575.98px) {
  h4, .h4 {
    font-size: 1.05rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  h4, .h4 {
    font-size: 1.2rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.35rem; } }

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.5rem; } }

@media (max-width: 575.98px) {
  h5, .h5 {
    font-size: 0.9625rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  h5, .h5 {
    font-size: 1.1rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  h5, .h5 {
    font-size: 1.2375rem; } }

@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1.375rem; } }

@media (max-width: 575.98px) {
  h6, .h6 {
    font-size: 0.875rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  h6, .h6 {
    font-size: 1rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  h6, .h6 {
    font-size: 1.125rem; } }

@media (min-width: 992px) {
  h6, .h6 {
    font-size: 1.25rem; } }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin-bottom: 0.5625rem; }

h1 span, h2 span, h3 span {
  font-weight: 400;
  display: block;
  font-size: 1.5rem;
  margin-top: 7px; }

#product section div[data-axseo-oldtag="h3"] {
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-align: center;
  color: #000;
  border: none;
  padding: 0; }
  @media (max-width: 575.98px) {
    #product section div[data-axseo-oldtag="h3"] {
      font-size: 1.8375rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #product section div[data-axseo-oldtag="h3"] {
      font-size: 2.1rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #product section div[data-axseo-oldtag="h3"] {
      font-size: 2.3625rem; } }
  @media (min-width: 992px) {
    #product section div[data-axseo-oldtag="h3"] {
      font-size: 2.625rem; } }

.page-heading, .wishlist-container-header h1, .wishlist-products-container-header h1 {
  font-weight: 700;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  text-align: center;
  color: #000; }
  @media (max-width: 575.98px) {
    .page-heading, .wishlist-container-header h1, .wishlist-products-container-header h1 {
      font-size: 1.8375rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .page-heading, .wishlist-container-header h1, .wishlist-products-container-header h1 {
      font-size: 2.1rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-heading, .wishlist-container-header h1, .wishlist-products-container-header h1 {
      font-size: 2.3625rem; } }
  @media (min-width: 992px) {
    .page-heading, .wishlist-container-header h1, .wishlist-products-container-header h1 {
      font-size: 2.625rem; } }

.line-height-heading {
  line-height: 1.2; }

.card {
  border: none;
  border-radius: 0;
  background: #f4f4f4;
  padding: 20px 20px;
  margin-bottom: 40px; }
  @media (max-width: 1199.98px) {
    .card {
      padding: 20px; } }
  .card .card-header {
    font-size: 1.875rem;
    font-weight: 400;
    background: none;
    border: none;
    padding: 0 0 10px;
    color: #000; }
  .card .card-body,
  .card .card-block {
    padding: 0; }
  .card .card-link {
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0.5rem;
    display: inline-block; }
    .card .card-link + .card-link {
      float: right; }

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

.products-sort-order label {
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 400; }

.products-sort-order span.dropdown-toggle {
  padding: 10px;
  display: inline-block;
  border: 1px solid #f4f4f4;
  color: #999999;
  border-radius: 0;
  width: 186px;
  cursor: pointer;
  position: relative;
  text-align: left; }
  .products-sort-order span.dropdown-toggle:after {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/svg/nav-arrow-down.svg);
    border: none;
    width: 18px;
    height: 18px; }
  .products-sort-order span.dropdown-toggle[aria-expanded="true"] {
    border-bottom-color: transparent; }
    .products-sort-order span.dropdown-toggle[aria-expanded="true"]:after {
      transform: rotate(180deg);
      margin-top: -8px; }

.products-sort-order .dropdown-menu {
  margin: -1px 0 0;
  width: 186px;
  border-top: 0;
  border-radius: 0;
  padding: 0; }

.products-sort-order .dropdown-item a {
  text-decoration: none;
  padding: 5px 0;
  display: block; }

.products-sort-order .dropdown-item:hover, .products-sort-order .dropdown-item:focus {
  background: #FF0200; }
  .products-sort-order .dropdown-item:hover a, .products-sort-order .dropdown-item:focus a {
    color: #FFF; }

#cms ul.faq,
ul.faq {
  list-style: none; }
  #cms ul.faq li.q,
  ul.faq li.q {
    position: relative;
    background: #f4f4f4;
    padding-left: 20px;
    transition: all ease 0.3s;
    margin-top: 1px; }
    #cms ul.faq li.q h1, #cms ul.faq li.q h2, #cms ul.faq li.q h3, #cms ul.faq li.q h4, #cms ul.faq li.q h5, #cms ul.faq li.q h6,
    ul.faq li.q h1,
    ul.faq li.q h2,
    ul.faq li.q h3,
    ul.faq li.q h4,
    ul.faq li.q h5,
    ul.faq li.q h6 {
      text-transform: none;
      font-size: 0.875rem;
      display: block;
      margin: 0;
      height: 50px;
      line-height: 50px;
      font-family: "EB Garamond", serif; }
    #cms ul.faq li.q:after,
    ul.faq li.q:after {
      content: "";
      background: url(../img/svg/nav-arrow-down.svg);
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      padding-right: 10px; }
    #cms ul.faq li.q.active,
    ul.faq li.q.active {
      background: #000;
      color: #fff; }
      #cms ul.faq li.q.active > *,
      ul.faq li.q.active > * {
        color: #fff; }
      #cms ul.faq li.q.active:after,
      ul.faq li.q.active:after {
        background: url(../img/svg/nav-arrow-up-w.svg); }
  #cms ul.faq li.a,
  ul.faq li.a {
    display: none;
    padding: 15px 30px; }
    #cms ul.faq li.a:before,
    ul.faq li.a:before {
      display: none; }

.video-controls {
  position: absolute;
  bottom: 0;
  padding: 10px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  opacity: 0;
  height: 100%; }
  .video-controls.active {
    opacity: 1; }

.video-wrapper {
  position: relative; }
  @media (min-width: 768px) {
    .video-wrapper:hover .video-controls {
      opacity: 1; } }

.video-btn {
  position: relative;
  height: 32px;
  border-radius: 4px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: all;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity .25s ease-out,background-color 40ms,color 40ms;
  cursor: pointer; }

.video-btn-play {
  width: 56px; }
  .video-btn-play::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' class='fill' d='M8 4C6.89543 4 6 4.89543 6 6V18C6 19.1046 6.89543 20 8 20C9.10457 20 10 19.1046 10 18V6C10 4.89543 9.10457 4 8 4ZM16 4C14.8954 4 14 4.89543 14 6V18C14 19.1046 14.8954 20 16 20C17.1046 20 18 19.1046 18 18V6C18 4.89543 17.1046 4 16 4Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E"); }
  .video-btn-play:hover {
    background-color: #787878; }
    .video-btn-play:hover::before {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' class='fill' d='M8 4C6.89543 4 6 4.89543 6 6V18C6 19.1046 6.89543 20 8 20C9.10457 20 10 19.1046 10 18V6C10 4.89543 9.10457 4 8 4ZM16 4C14.8954 4 14 4.89543 14 6V18C14 19.1046 14.8954 20 16 20C17.1046 20 18 19.1046 18 18V6C18 4.89543 17.1046 4 16 4Z' fill='%23000'%3E%3C/path%3E%3C/svg%3E"); }
  .video-btn-play.paused::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M19 12C19 12.3557 18.8111 12.6846 18.5039 12.8638L6.50387 19.8638C6.19458 20.0442 5.81243 20.0455 5.50194 19.8671C5.19145 19.6888 5 19.3581 5 19L5 5C5 4.64193 5.19145 4.3112 5.50194 4.13286C5.81243 3.95452 6.19458 3.9558 6.50387 4.13622L18.5039 11.1362C18.8111 11.3154 19 11.6443 19 12Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E"); }
  .video-btn-play.paused:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M19 12C19 12.3557 18.8111 12.6846 18.5039 12.8638L6.50387 19.8638C6.19458 20.0442 5.81243 20.0455 5.50194 19.8671C5.19145 19.6888 5 19.3581 5 19L5 5C5 4.64193 5.19145 4.3112 5.50194 4.13286C5.81243 3.95452 6.19458 3.9558 6.50387 4.13622L18.5039 11.1362C18.8111 11.3154 19 11.6443 19 12Z' fill='%23000'%3E%3C/path%3E%3C/svg%3E"); }

.video-btn-volume {
  position: relative;
  width: 32px; }
  .video-btn-volume::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' data-volume-icon='true'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 2.20001C15.1263 2.42863 16.1838 2.84654 17.1379 3.41908L15.5513 4.82943C15.0606 4.58595 14.5414 4.39136 14 4.25201V2.20001ZM21.1249 7.90287L19.5378 9.31361C19.8371 10.1532 20 11.0576 20 12C20 15.7277 17.4505 18.8599 14 19.7479V21.7999C18.5645 20.8734 22 16.8379 22 12C22 10.5401 21.6872 9.15325 21.1249 7.90287ZM12 4.00396V7.98614L3.17811 15.8278C2.48346 15.5143 2 14.8156 2 14.004V10.004C2 8.89939 2.89543 8.00396 4 8.00396H6.58579L10.2929 3.29685C10.9229 2.66689 12 3.11305 12 4.00396ZM12 10.662L5.99037 16.004L2.33565 19.2526C1.92286 19.6195 1.88568 20.2516 2.2526 20.6644C2.61952 21.0772 3.25159 21.1143 3.66437 20.7474L21.6644 4.74742C22.0772 4.3805 22.1143 3.74843 21.7474 3.33565C21.3805 2.92286 20.7484 2.88568 20.3356 3.2526L12 10.662ZM10.2929 20.7111L8.81985 18.8407L12 16.0139V20.004C12 20.8949 10.9229 21.341 10.2929 20.7111ZM14 15.4648C15.0633 14.8498 15.8172 13.7593 15.971 12.4841L17.8778 10.7892C17.9579 11.1803 18 11.5852 18 12C18 14.6124 16.3304 16.8349 14 17.6586V15.4648Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E"); }
  .video-btn-volume::after {
    content: '';
    background: transparent;
    height: 4px;
    width: 32px;
    position: absolute;
    top: -4px; }
  .video-btn-volume.active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' data-volume-icon='true'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12C20 15.7277 17.4505 18.8599 14 19.7479V21.7999C18.5645 20.8734 22 16.8379 22 12C22 7.16206 18.5645 3.12655 14 2.20001V4.25201C17.4505 5.1401 20 8.2723 20 12ZM18 12C18 9.38754 16.3304 7.16506 14 6.34139V8.53511C15.1956 9.22672 16 10.5194 16 12C16 13.4805 15.1956 14.7732 14 15.4648V17.6586C16.3304 16.8349 18 14.6124 18 12ZM6.58579 8.00396H4C2.89543 8.00396 2 8.89939 2 10.004V14.004C2 15.1085 2.89543 16.004 4 16.004H6.58579L10.2929 20.7111C10.9229 21.341 12 20.8949 12 20.004V4.00396C12 3.11305 10.9229 2.66689 10.2929 3.29685L6.58579 8.00396Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E"); }
  .video-btn-volume.active:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' data-volume-icon='true'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12C20 15.7277 17.4505 18.8599 14 19.7479V21.7999C18.5645 20.8734 22 16.8379 22 12C22 7.16206 18.5645 3.12655 14 2.20001V4.25201C17.4505 5.1401 20 8.2723 20 12ZM18 12C18 9.38754 16.3304 7.16506 14 6.34139V8.53511C15.1956 9.22672 16 10.5194 16 12C16 13.4805 15.1956 14.7732 14 15.4648V17.6586C16.3304 16.8349 18 14.6124 18 12ZM6.58579 8.00396H4C2.89543 8.00396 2 8.89939 2 10.004V14.004C2 15.1085 2.89543 16.004 4 16.004H6.58579L10.2929 20.7111C10.9229 21.341 12 20.8949 12 20.004V4.00396C12 3.11305 10.9229 2.66689 10.2929 3.29685L6.58579 8.00396Z' fill='%23787878'%3E%3C/path%3E%3C/svg%3E"); }
  .video-btn-volume:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' data-volume-icon='true'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 2.20001C15.1263 2.42863 16.1838 2.84654 17.1379 3.41908L15.5513 4.82943C15.0606 4.58595 14.5414 4.39136 14 4.25201V2.20001ZM21.1249 7.90287L19.5378 9.31361C19.8371 10.1532 20 11.0576 20 12C20 15.7277 17.4505 18.8599 14 19.7479V21.7999C18.5645 20.8734 22 16.8379 22 12C22 10.5401 21.6872 9.15325 21.1249 7.90287ZM12 4.00396V7.98614L3.17811 15.8278C2.48346 15.5143 2 14.8156 2 14.004V10.004C2 8.89939 2.89543 8.00396 4 8.00396H6.58579L10.2929 3.29685C10.9229 2.66689 12 3.11305 12 4.00396ZM12 10.662L5.99037 16.004L2.33565 19.2526C1.92286 19.6195 1.88568 20.2516 2.2526 20.6644C2.61952 21.0772 3.25159 21.1143 3.66437 20.7474L21.6644 4.74742C22.0772 4.3805 22.1143 3.74843 21.7474 3.33565C21.3805 2.92286 20.7484 2.88568 20.3356 3.2526L12 10.662ZM10.2929 20.7111L8.81985 18.8407L12 16.0139V20.004C12 20.8949 10.9229 21.341 10.2929 20.7111ZM14 15.4648C15.0633 14.8498 15.8172 13.7593 15.971 12.4841L17.8778 10.7892C17.9579 11.1803 18 11.5852 18 12C18 14.6124 16.3304 16.8349 14 17.6586V15.4648Z' fill='%23787878'%3E%3C/path%3E%3C/svg%3E"); }

.video-range-volume-wrapper {
  position: absolute;
  height: 32px;
  width: 96px;
  transform: rotate(270deg) translateX(32px);
  top: -100%;
  left: -100%;
  padding: 8px 10px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  margin-top: -4px;
  opacity: 0; }

.video-volume-wrapper {
  position: relative; }
  .video-volume-wrapper:hover .video-range-volume-wrapper {
    opacity: 1; }

#breadcrumb {
  display: none;
  padding-top: 0.7em;
  padding-bottom: 0.7em; }
  @media (max-width: 767.98px) {
    #breadcrumb {
      display: none; } }
  #breadcrumb ol {
    list-style: none;
    padding-left: 0; }
    #breadcrumb ol li {
      float: left;
      font-size: 0.75rem;
      color: #999999;
      position: relative;
      padding-right: 11px; }
      #breadcrumb ol li:after {
        content: '/';
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 4px;
        display: inline-block; }
      #breadcrumb ol li.active {
        color: black;
        font-weight: 700; }
        #breadcrumb ol li.active:after {
          display: none; }
      #breadcrumb ol li a {
        color: #999999;
        text-decoration: underline; }

#product #breadcrumb,
#category #breadcrumb,
#module-pm_advancedsearch4-searchresults #breadcrumb,
body.advancedsearch-seo #breadcrumb,
#module-prestablog-blog #breadcrumb,
#ybc_blog_page #breadcrumb,
body#cms #breadcrumb,
#module-axstorelocator-details #breadcrumb,
#module-axstorelocator-listing #breadcrumb {
  display: block; }

#page #breadcrumb {
  display: block;
  margin-top: 5rem; }
  @media (max-width: 991.98px) {
    #page #breadcrumb {
      margin-top: 0; } }

#header {
  position: relative;
  z-index: 999; }

#header-nav {
  color: #000;
  font-family: "Raleway", sans-serif;
  margin-top: 24px; }
  #header-nav .header-links {
    font-family: "EB Garamond", serif; }
    #header-nav .header-links li {
      float: left;
      margin-right: 20px; }
      #header-nav .header-links li a {
        font-size: 1.125rem;
        color: #000; }
  #header-nav .language-selector a {
    margin-left: 20px; }
    #header-nav .language-selector a.active {
      font-weight: bold; }
  #header-nav .header-info {
    text-align: right; }
    #header-nav .header-info p {
      margin: 0; }

#header-top {
  padding: 15px 0 23px; }
  #header-top .heading {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #header-top .heading .header-logo {
      width: calc(100% - 180px); }
  #header-top .header-search svg {
    max-width: 40px; }
  #header-top .header-logo {
    text-align: center; }
    #header-top .header-logo .axsvgicon {
      max-width: 100%; }
    #header-top .header-logo svg {
      display: inline-block; }
  #header-top .header-tagline {
    text-align: center;
    font-style: italic;
    font-size: 1rem;
    color: #999999; }
    #header-top .header-tagline p {
      margin: 0; }
  #header-top .header-right {
    text-align: right; }
    #header-top .header-right > div {
      display: inline-block;
      text-align: center;
      margin: 0 15px; }
      #header-top .header-right > div a {
        display: inline-block;
        text-transform: uppercase; }
        #header-top .header-right > div a svg {
          width: 40px;
          height: 40px; }
        #header-top .header-right > div a span {
          display: block; }

#header-menu .menu-wrap {
  position: relative; }
  #header-menu .menu-wrap #search-menu {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer; }
    #header-menu .menu-wrap #search-menu svg {
      width: 34px;
      height: 34px; }
      #header-menu .menu-wrap #search-menu svg circle, #header-menu .menu-wrap #search-menu svg line {
        stroke: #FFF; }
  #header-menu .menu-wrap .menu > ul > li > div {
    display: none;
    box-shadow: none; }
  #header-menu .menu-wrap .menu > ul > li > div > ul li > a {
    text-transform: capitalize;
    font-style: italic;
    font-size: 1.375rem;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.2s ease; }
    @media screen and (max-width: 1200px) {
      #header-menu .menu-wrap .menu > ul > li > div > ul li > a {
        font-size: 1.1rem; } }
    #header-menu .menu-wrap .menu > ul > li > div > ul li > a:hover {
      background: transparent;
      color: #FF0200; }
  #header-menu .menu-wrap .menu > ul > li > div > ul li.current > a {
    text-decoration: none;
    background: transparent;
    color: #FF0200; }
  #header-menu .menu-wrap .menu > ul > li > a {
    transition: all 0.2s ease; }
    #header-menu .menu-wrap .menu > ul > li > a:hover {
      color: #FF0200; }
    @media screen and (max-width: 1600px) {
      #header-menu .menu-wrap .menu > ul > li > a {
        font-size: 1.5rem; } }
  #header-menu .menu-wrap .menu > ul > li.current > div {
    display: block;
    -ms-flex-pack: center;
        justify-content: center; }
    #header-menu .menu-wrap .menu > ul > li.current > div ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      #header-menu .menu-wrap .menu > ul > li.current > div ul[data-depth="1"] {
        padding: 12px 0 8px;
        -ms-flex-pack: center;
            justify-content: center; }
      #header-menu .menu-wrap .menu > ul > li.current > div ul li:first-child a {
        padding-left: 0; }
      #header-menu .menu-wrap .menu > ul > li.current > div ul li:last-child a {
        padding-right: 0; }
  #header-menu .menu-wrap li.category.current {
    position: initial;
    background-color: white; }

.menu {
  display: block; }

#header-sticky {
  position: relative;
  z-index: 1; }

#header-sticky-wrap {
  background: #fff;
  will-change: transform; }
  #header-sticky-wrap .menu > ul > li > a,
  #header-sticky-wrap #header-top {
    transition: padding ease 0.3s; }
  #header-sticky-wrap .menu {
    transition: background ease 0.3s; }
  #header-sticky-wrap #header-menu {
    position: relative;
    z-index: 999; }
  #header-sticky-wrap #header-top .header-right > div a span {
    transition: opacity ease 0.3s, font-size 0.3s; }

@-moz-document url-prefix() {
  #header-sticky-wrap #header-top .header-right > div a span {
    transition: none; } }
  #header-sticky-wrap #header-top .header-logo svg {
    transition: height ease 0.3s; }

@-moz-document url-prefix() {
  #header-sticky-wrap #header-top .header-logo svg {
    transition: none; } }
  #header-sticky-wrap.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 17; }
    #header-sticky-wrap.fixed #header-top .header-right > div a span:not(.badge) {
      opacity: 0;
      font-size: 0; }

#footer {
  padding: 3rem 0 1rem;
  background: #fff;
  color: #000; }
  @media (max-width: 767.98px) {
    #footer {
      padding-top: 3rem; } }
  #footer .footer-seo {
    margin-top: 1rem;
    font-family: "EB Garamond", serif;
    color: #000; }
    #footer .footer-seo .content {
      font-size: 1.09375rem;
      column-count: 2; }
      @media (max-width: 767.98px) {
        #footer .footer-seo .content {
          column-count: initial; } }
    #footer .footer-seo img {
      width: 100%;
      max-width: 470px;
      display: block;
      margin: 0 auto 1.5rem; }
      @media (max-width: 767.98px) {
        #footer .footer-seo img {
          margin: 1rem auto;
          width: auto;
          display: block;
          max-width: 100%;
          height: auto; } }
  #footer .footer-info {
    color: #999999;
    margin-bottom: 2rem; }
    @media (max-width: 767.98px) {
      #footer .footer-info {
        text-align: center; } }
    #footer .footer-info a {
      color: #000; }
  #footer .title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1px; }
  @media (max-width: 767.98px) {
    #footer .footer-links .title {
      border-top: 1px solid #999999;
      margin: 0;
      padding: 11px 15px;
      position: relative;
      font-size: 1.125rem; }
      #footer .footer-links .title:after {
        content: '';
        background: url(../img/svg/nav-arrow-down-w.svg);
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-right: 25px;
        transform: translateY(-50%); }
    #footer .footer-links ul {
      display: none;
      padding: 0 15px; } }
  #footer .footer-links li {
    padding: 5px 0; }
    #footer .footer-links li a {
      color: #000; }
  #footer .footer-share {
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    padding: 2rem 0 3.8rem;
    margin-top: 2.5rem; }
    @media (max-width: 767.98px) {
      #footer .footer-share {
        border-top: 0;
        margin-top: 0;
        padding: 2rem 0; } }
  #footer .footer-lang .language-selector {
    text-align: center; }
    #footer .footer-lang .language-selector a {
      padding: 0 18px;
      font-family: "Raleway", sans-serif; }
      #footer .footer-lang .language-selector a.active {
        font-weight: bold; }

@media (max-width: 991.98px) {
  .bottom-menu {
    display: none; } }

.bottom-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 1.8rem;
  margin-bottom: 3rem; }

.footer-bottom-menu ul {
  gap: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px 0; }
  .footer-bottom-menu ul a {
    color: #212529;
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 3px; }
    .footer-bottom-menu ul a:hover {
      text-decoration: none; }

#reassurance {
  margin-top: 1rem; }
  #reassurance .reassurance-wrap {
    margin-top: 2rem; }
    #reassurance .reassurance-wrap .reassurance {
      text-align: center;
      padding-top: 0;
      font-size: 1rem;
      font-family: "EB Garamond", serif; }
      @media (max-width: 767.98px) {
        #reassurance .reassurance-wrap .reassurance {
          padding-top: 20px;
          margin: 10px 0; } }
      #reassurance .reassurance-wrap .reassurance svg {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        background: #f4f4f4;
        border-radius: 30px;
        padding: 9px; }
      #reassurance .reassurance-wrap .reassurance p, #reassurance .reassurance-wrap .reassurance a {
        margin: 0;
        color: #000; }
      #reassurance .reassurance-wrap .reassurance img {
        max-width: 110px; }

@media (min-width: 576px) {
  #pagenotfound #main {
    margin: 7rem 0; }
    #pagenotfound #main .notfound-img {
      display: none; } }

#pagenotfound #main .page-not-found {
  text-align: center; }
  #pagenotfound #main .page-not-found .notfound-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 5rem; }
  #pagenotfound #main .page-not-found .btn {
    font-size: 0.875rem; }
    @media (max-width: 767.98px) {
      #pagenotfound #main .page-not-found .btn {
        font-size: 0.75rem; } }

#my-account #notifications,
#order-return #notifications,
.page-customer-account #notifications,
.page-addresses #notifications,
#module-advansedwishlist-mywishlist #notifications,
#module-allinone_rewards-rewards #notifications,
#module-allinone_rewards-sponsorship #notifications {
  padding: 0; }

#my-account .page-my-account > .text-center, #my-account .page-my-account > .wishlist-container-header, #my-account .page-my-account > .wishlist-products-container-header,
#order-return .page-my-account > .text-center,
#order-return .page-my-account > .wishlist-container-header,
#order-return .page-my-account > .wishlist-products-container-header,
.page-customer-account .page-my-account > .text-center,
.page-customer-account .page-my-account > .wishlist-container-header,
.page-customer-account .page-my-account > .wishlist-products-container-header,
.page-addresses .page-my-account > .text-center,
.page-addresses .page-my-account > .wishlist-container-header,
.page-addresses .page-my-account > .wishlist-products-container-header,
#module-advansedwishlist-mywishlist .page-my-account > .text-center,
#module-advansedwishlist-mywishlist .page-my-account > .wishlist-container-header,
#module-advansedwishlist-mywishlist .page-my-account > .wishlist-products-container-header,
#module-allinone_rewards-rewards .page-my-account > .text-center,
#module-allinone_rewards-rewards .page-my-account > .wishlist-container-header,
#module-allinone_rewards-rewards .page-my-account > .wishlist-products-container-header,
#module-allinone_rewards-sponsorship .page-my-account > .text-center,
#module-allinone_rewards-sponsorship .page-my-account > .wishlist-container-header,
#module-allinone_rewards-sponsorship .page-my-account > .wishlist-products-container-header {
  margin-bottom: 3rem; }

#my-account .page-my-account ul,
#order-return .page-my-account ul,
.page-customer-account .page-my-account ul,
.page-addresses .page-my-account ul,
#module-advansedwishlist-mywishlist .page-my-account ul,
#module-allinone_rewards-rewards .page-my-account ul,
#module-allinone_rewards-sponsorship .page-my-account ul {
  margin: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1199.98px) {
    #my-account .page-my-account ul,
    #order-return .page-my-account ul,
    .page-customer-account .page-my-account ul,
    .page-addresses .page-my-account ul,
    #module-advansedwishlist-mywishlist .page-my-account ul,
    #module-allinone_rewards-rewards .page-my-account ul,
    #module-allinone_rewards-sponsorship .page-my-account ul {
      margin: -5px; } }

#my-account .page-my-account li,
#order-return .page-my-account li,
.page-customer-account .page-my-account li,
.page-addresses .page-my-account li,
#module-advansedwishlist-mywishlist .page-my-account li,
#module-allinone_rewards-rewards .page-my-account li,
#module-allinone_rewards-sponsorship .page-my-account li {
  width: calc(100% / 6);
  text-align: center;
  padding: 20px; }
  @media (max-width: 1199.98px) {
    #my-account .page-my-account li,
    #order-return .page-my-account li,
    .page-customer-account .page-my-account li,
    .page-addresses .page-my-account li,
    #module-advansedwishlist-mywishlist .page-my-account li,
    #module-allinone_rewards-rewards .page-my-account li,
    #module-allinone_rewards-sponsorship .page-my-account li {
      padding: 5px;
      width: calc(100% / 4); } }
  @media (max-width: 767.98px) {
    #my-account .page-my-account li,
    #order-return .page-my-account li,
    .page-customer-account .page-my-account li,
    .page-addresses .page-my-account li,
    #module-advansedwishlist-mywishlist .page-my-account li,
    #module-allinone_rewards-rewards .page-my-account li,
    #module-allinone_rewards-sponsorship .page-my-account li {
      width: calc(100% / 2); } }

#my-account .page-my-account a,
#order-return .page-my-account a,
.page-customer-account .page-my-account a,
.page-addresses .page-my-account a,
#module-advansedwishlist-mywishlist .page-my-account a,
#module-allinone_rewards-rewards .page-my-account a,
#module-allinone_rewards-sponsorship .page-my-account a {
  background: transparent;
  font-weight: 400;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #000;
  text-decoration: none;
  padding: 0 10px;
  border: 1px solid #000; }
  #my-account .page-my-account a:hover,
  #order-return .page-my-account a:hover,
  .page-customer-account .page-my-account a:hover,
  .page-addresses .page-my-account a:hover,
  #module-advansedwishlist-mywishlist .page-my-account a:hover,
  #module-allinone_rewards-rewards .page-my-account a:hover,
  #module-allinone_rewards-sponsorship .page-my-account a:hover {
    background: #dee2e6; }

#my-account .page-my-account svg,
#order-return .page-my-account svg,
.page-customer-account .page-my-account svg,
.page-addresses .page-my-account svg,
#module-advansedwishlist-mywishlist .page-my-account svg,
#module-allinone_rewards-rewards .page-my-account svg,
#module-allinone_rewards-sponsorship .page-my-account svg {
  width: 40px;
  height: 40px; }

#my-account .page-footer li,
#order-return .page-footer li,
.page-customer-account .page-footer li,
.page-addresses .page-footer li,
#module-advansedwishlist-mywishlist .page-footer li,
#module-allinone_rewards-rewards .page-footer li,
#module-allinone_rewards-sponsorship .page-footer li {
  display: inline-block; }
  #my-account .page-footer li:nth-child(2),
  #order-return .page-footer li:nth-child(2),
  .page-customer-account .page-footer li:nth-child(2),
  .page-addresses .page-footer li:nth-child(2),
  #module-advansedwishlist-mywishlist .page-footer li:nth-child(2),
  #module-allinone_rewards-rewards .page-footer li:nth-child(2),
  #module-allinone_rewards-sponsorship .page-footer li:nth-child(2) {
    float: right; }
    #my-account .page-footer li:nth-child(2) .btn-back:before,
    #order-return .page-footer li:nth-child(2) .btn-back:before,
    .page-customer-account .page-footer li:nth-child(2) .btn-back:before,
    .page-addresses .page-footer li:nth-child(2) .btn-back:before,
    #module-advansedwishlist-mywishlist .page-footer li:nth-child(2) .btn-back:before,
    #module-allinone_rewards-rewards .page-footer li:nth-child(2) .btn-back:before,
    #module-allinone_rewards-sponsorship .page-footer li:nth-child(2) .btn-back:before {
      display: none; }

#my-account .page-footer a,
#order-return .page-footer a,
.page-customer-account .page-footer a,
.page-addresses .page-footer a,
#module-advansedwishlist-mywishlist .page-footer a,
#module-allinone_rewards-rewards .page-footer a,
#module-allinone_rewards-sponsorship .page-footer a {
  position: relative; }

#my-account .page-footer svg,
#order-return .page-footer svg,
.page-customer-account .page-footer svg,
.page-addresses .page-footer svg,
#module-advansedwishlist-mywishlist .page-footer svg,
#module-allinone_rewards-rewards .page-footer svg,
#module-allinone_rewards-sponsorship .page-footer svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

#my-account .ax_tunnelcontact,
#order-return .ax_tunnelcontact,
.page-customer-account .ax_tunnelcontact,
.page-addresses .ax_tunnelcontact,
#module-advansedwishlist-mywishlist .ax_tunnelcontact,
#module-allinone_rewards-rewards .ax_tunnelcontact,
#module-allinone_rewards-sponsorship .ax_tunnelcontact {
  margin-top: 135px; }
  @media (max-width: 991.98px) {
    #my-account .ax_tunnelcontact,
    #order-return .ax_tunnelcontact,
    .page-customer-account .ax_tunnelcontact,
    .page-addresses .ax_tunnelcontact,
    #module-advansedwishlist-mywishlist .ax_tunnelcontact,
    #module-allinone_rewards-rewards .ax_tunnelcontact,
    #module-allinone_rewards-sponsorship .ax_tunnelcontact {
      margin-top: 40px; } }

#address #content,
#identity #content {
  padding: 1.5rem 4rem 3rem; }
  @media (max-width: 767.98px) {
    #address #content,
    #identity #content {
      padding: 1.5rem 2rem 3rem; } }

.account-tab {
  margin-top: 2rem; }
  .account-tab .row > div {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    line-height: 1; }
    .account-tab .row > div:first-child {
      text-align: left; }
    .account-tab .row > div:last-child {
      text-align: right; }
      .account-tab .row > div:last-child svg {
        width: 26px;
        height: 26px; }
  .account-tab .row.ax-tab-header {
    background: #f4f4f4;
    font-size: 0.75rem;
    margin: 0; }
    @media (max-width: 767.98px) {
      .account-tab .row.ax-tab-header {
        display: none; } }
    .account-tab .row.ax-tab-header > div {
      padding: 15px 15px 13px; }
  .account-tab .row.ax-tab-list {
    padding: 10px 0;
    margin: 0; }
    .account-tab .row.ax-tab-list:nth-child(2n+1) {
      background: #f4f4f4; }
    @media (max-width: 767.98px) {
      .account-tab .row.ax-tab-list {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 30px 0; }
        .account-tab .row.ax-tab-list:nth-child(2n+1) {
          background: #FFF; }
        .account-tab .row.ax-tab-list:nth-child(2n+2) {
          background: #f4f4f4; } }
    .account-tab .row.ax-tab-list > div {
      padding: 0 15px; }
      @media (max-width: 767.98px) {
        .account-tab .row.ax-tab-list > div {
          text-align: center;
          padding: 5px 10px;
          -ms-flex: 1;
              flex: 1; } }
      .account-tab .row.ax-tab-list > div .order-status-label {
        display: inline-block;
        line-height: 1.1;
        margin-bottom: 2px; }
      .account-tab .row.ax-tab-list > div:first-child {
        font-weight: 700; }

.page-header {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem; }

.form-customer_privacy p {
  display: inline; }

#authentication #main,
#checkout-personal-information-step #main,
#password #main {
  margin: 2rem 0 0; }
  @media (max-width: 767.98px) {
    #authentication #main,
    #checkout-personal-information-step #main,
    #password #main {
      margin: 0; } }

#authentication #content,
#authentication .register-content,
#checkout-personal-information-step #content,
#checkout-personal-information-step .register-content,
#password #content,
#password .register-content {
  padding: 0 4rem; }
  @media (max-width: 767.98px) {
    #authentication #content,
    #authentication .register-content,
    #checkout-personal-information-step #content,
    #checkout-personal-information-step .register-content,
    #password #content,
    #password .register-content {
      padding: 1.5rem 1rem 3rem; } }

#authentication .h3,
#checkout-personal-information-step .h3,
#password .h3 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  #authentication .h3 a,
  #checkout-personal-information-step .h3 a,
  #password .h3 a {
    color: #FF0200; }

#authentication .login-form,
#checkout-personal-information-step .login-form,
#password .login-form {
  padding-top: .75rem; }

#authentication .create-form,
#checkout-personal-information-step .create-form,
#password .create-form {
  padding-bottom: .75rem; }

#authentication .form-footer,
#checkout-personal-information-step .form-footer,
#password .form-footer {
  margin-top: 1rem; }

#authentication .lost_password a,
#checkout-personal-information-step .lost_password a,
#password .lost_password a {
  color: #000; }

.password-visiblity {
  display: none; }
  .password-visiblity [class*='axsvgicon'] {
    height: 30px;
    width: 30px; }
    .password-visiblity [class*='axsvgicon'] [stroke]  {
      stroke: #444444; }

#customer-form .password-visiblity,
#login-form .password-visiblity {
  display: block;
  cursor: pointer;
  border-color: #f4f4f4;
  height: 44px;
  line-height: 44px;
  padding: 0 10px; }
  #customer-form .password-visiblity .hide-password,
  #login-form .password-visiblity .hide-password {
    display: none; }

body.page-cart .cart_info {
  padding: 1.25rem 0 1.2rem 40px;
  border-top: 1px solid #f4f4f4;
  position: relative; }
  body.page-cart .cart_info svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px; }
  body.page-cart .cart_info p {
    display: inline-block;
    margin: 0; }

.cart-overview {
  border-top: none;
  border-bottom: none; }
  .cart-overview .cart-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 1rem 0; }
  .cart-overview .product-image {
    width: 152px;
    padding: 1rem; }
  .cart-overview .product-info {
    width: 40%; }
    .cart-overview .product-info .product-name {
      font-weight: 400;
      font-size: 1.125rem;
      display: block;
      line-height: 1.2;
      margin-bottom: 4px; }
    .cart-overview .product-info ul {
      line-height: 1; }
      .cart-overview .product-info ul li {
        display: inline-block;
        font-size: 0.75rem; }
        .cart-overview .product-info ul li:after {
          content: '/'; }
        .cart-overview .product-info ul li:last-child:after {
          display: none; }
    .cart-overview .product-info .prod-price {
      display: block;
      font-size: 1rem;
      color: #000; }
      .cart-overview .product-info .prod-price > div {
        display: inline-block; }
      .cart-overview .product-info .prod-price .product-discount {
        font-size: 0.75rem;
        color: #999999;
        text-decoration: line-through;
        padding-right: 5px; }
      .cart-overview .product-info .prod-price .ax-reduc {
        color: #FF0200; }
    .cart-overview .product-info #product-availability .badge {
      font-weight: normal;
      padding: 2px 5px;
      font-size: 0.75rem; }
  .cart-overview .product-qty {
    width: 20%;
    text-align: center; }
    .cart-overview .product-qty .input-group {
      display: block; }
      .cart-overview .product-qty .input-group .input-group-btn {
        line-height: 44px; }
        .cart-overview .product-qty .input-group .input-group-btn button {
          color: #000;
          font-weight: 400;
          font-family: "Raleway", sans-serif;
          border: none;
          padding: 0;
          width: 20px;
          height: 20px;
          content: '';
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: center;
          font-size: 28px; }
      .cart-overview .product-qty .input-group input {
        width: 60px;
        padding: 0 5px;
        text-align: center;
        display: inline-block !important; }
  .cart-overview .product-price {
    width: 20%;
    padding-right: 50px;
    text-align: right;
    font-size: 1.375rem;
    color: #000; }
  .cart-overview .product-remove {
    width: 30px; }
    .cart-overview .product-remove svg {
      width: 30px;
      height: 30px; }

body.page-order #js-checkout-summary,
body.page-order #cart_summary,
body.page-cart #js-checkout-summary,
body.page-cart #cart_summary {
  margin-bottom: 2rem;
  padding: 2.25rem;
  color: #000;
  font-size: 1rem; }
  body.page-order #js-checkout-summary .cart-summary-totals .cart-summary-totals,
  body.page-order #js-checkout-summary #cart-summary > div,
  body.page-order #js-checkout-summary .cart-summary-line,
  body.page-order #js-checkout-summary .cart-summary-totals-bottom,
  body.page-order #cart_summary .cart-summary-totals .cart-summary-totals,
  body.page-order #cart_summary #cart-summary > div,
  body.page-order #cart_summary .cart-summary-line,
  body.page-order #cart_summary .cart-summary-totals-bottom,
  body.page-cart #js-checkout-summary .cart-summary-totals .cart-summary-totals,
  body.page-cart #js-checkout-summary #cart-summary > div,
  body.page-cart #js-checkout-summary .cart-summary-line,
  body.page-cart #js-checkout-summary .cart-summary-totals-bottom,
  body.page-cart #cart_summary .cart-summary-totals .cart-summary-totals,
  body.page-cart #cart_summary #cart-summary > div,
  body.page-cart #cart_summary .cart-summary-line,
  body.page-cart #cart_summary .cart-summary-totals-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  body.page-order #js-checkout-summary .cart-summary-line span,
  body.page-order #js-checkout-summary .cart-summary-totals span,
  body.page-order #js-checkout-summary .cart-summary-totals-bottom span,
  body.page-order #cart_summary .cart-summary-line span,
  body.page-order #cart_summary .cart-summary-totals span,
  body.page-order #cart_summary .cart-summary-totals-bottom span,
  body.page-cart #js-checkout-summary .cart-summary-line span,
  body.page-cart #js-checkout-summary .cart-summary-totals span,
  body.page-cart #js-checkout-summary .cart-summary-totals-bottom span,
  body.page-cart #cart_summary .cart-summary-line span,
  body.page-cart #cart_summary .cart-summary-totals span,
  body.page-cart #cart_summary .cart-summary-totals-bottom span {
    display: inline-block;
    padding: 0;
    width: 50%; }
    body.page-order #js-checkout-summary .cart-summary-line span.value,
    body.page-order #js-checkout-summary .cart-summary-totals span.value,
    body.page-order #js-checkout-summary .cart-summary-totals-bottom span.value,
    body.page-order #cart_summary .cart-summary-line span.value,
    body.page-order #cart_summary .cart-summary-totals span.value,
    body.page-order #cart_summary .cart-summary-totals-bottom span.value,
    body.page-cart #js-checkout-summary .cart-summary-line span.value,
    body.page-cart #js-checkout-summary .cart-summary-totals span.value,
    body.page-cart #js-checkout-summary .cart-summary-totals-bottom span.value,
    body.page-cart #cart_summary .cart-summary-line span.value,
    body.page-cart #cart_summary .cart-summary-totals span.value,
    body.page-cart #cart_summary .cart-summary-totals-bottom span.value {
      text-align: right;
      font-size: 0.875rem; }
  body.page-order #js-checkout-summary .cart-summary-line.cart-total,
  body.page-order #js-checkout-summary .cart-summary-totals-bottom,
  body.page-order #cart_summary .cart-summary-line.cart-total,
  body.page-order #cart_summary .cart-summary-totals-bottom,
  body.page-cart #js-checkout-summary .cart-summary-line.cart-total,
  body.page-cart #js-checkout-summary .cart-summary-totals-bottom,
  body.page-cart #cart_summary .cart-summary-line.cart-total,
  body.page-cart #cart_summary .cart-summary-totals-bottom {
    font-size: 1.25rem;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dddddd; }
    body.page-order #js-checkout-summary .cart-summary-line.cart-total span.value,
    body.page-order #js-checkout-summary .cart-summary-totals-bottom span.value,
    body.page-order #cart_summary .cart-summary-line.cart-total span.value,
    body.page-order #cart_summary .cart-summary-totals-bottom span.value,
    body.page-cart #js-checkout-summary .cart-summary-line.cart-total span.value,
    body.page-cart #js-checkout-summary .cart-summary-totals-bottom span.value,
    body.page-cart #cart_summary .cart-summary-line.cart-total span.value,
    body.page-cart #cart_summary .cart-summary-totals-bottom span.value {
      text-align: right;
      font-size: 1.25rem; }
  body.page-order #js-checkout-summary .cart-voucher,
  body.page-order #cart_summary .cart-voucher,
  body.page-cart #js-checkout-summary .cart-voucher,
  body.page-cart #cart_summary .cart-voucher {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem; }
    body.page-order #js-checkout-summary .cart-voucher label,
    body.page-order #cart_summary .cart-voucher label,
    body.page-cart #js-checkout-summary .cart-voucher label,
    body.page-cart #cart_summary .cart-voucher label {
      font-weight: normal;
      margin-bottom: 4px;
      font-weight: 400; }
    body.page-order #js-checkout-summary .cart-voucher .form-control,
    body.page-order #cart_summary .cart-voucher .form-control,
    body.page-cart #js-checkout-summary .cart-voucher .form-control,
    body.page-cart #cart_summary .cart-voucher .form-control {
      background: none; }
    body.page-order #js-checkout-summary .cart-voucher .input-group-append,
    body.page-order #cart_summary .cart-voucher .input-group-append,
    body.page-cart #js-checkout-summary .cart-voucher .input-group-append,
    body.page-cart #cart_summary .cart-voucher .input-group-append {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9; }
      body.page-order #js-checkout-summary .cart-voucher .input-group-append .btn,
      body.page-order #cart_summary .cart-voucher .input-group-append .btn,
      body.page-cart #js-checkout-summary .cart-voucher .input-group-append .btn,
      body.page-cart #cart_summary .cart-voucher .input-group-append .btn {
        padding: 0 10px; }
      body.page-order #js-checkout-summary .cart-voucher .input-group-append svg,
      body.page-order #cart_summary .cart-voucher .input-group-append svg,
      body.page-cart #js-checkout-summary .cart-voucher .input-group-append svg,
      body.page-cart #cart_summary .cart-voucher .input-group-append svg {
        width: 30px;
        height: 30px; }
        body.page-order #js-checkout-summary .cart-voucher .input-group-append svg path,
        body.page-order #js-checkout-summary .cart-voucher .input-group-append svg circle,
        body.page-order #cart_summary .cart-voucher .input-group-append svg path,
        body.page-order #cart_summary .cart-voucher .input-group-append svg circle,
        body.page-cart #js-checkout-summary .cart-voucher .input-group-append svg path,
        body.page-cart #js-checkout-summary .cart-voucher .input-group-append svg circle,
        body.page-cart #cart_summary .cart-voucher .input-group-append svg path,
        body.page-cart #cart_summary .cart-voucher .input-group-append svg circle {
          stroke: #999999; }
        body.page-order #js-checkout-summary .cart-voucher .input-group-append svg circle,
        body.page-order #cart_summary .cart-voucher .input-group-append svg circle,
        body.page-cart #js-checkout-summary .cart-voucher .input-group-append svg circle,
        body.page-cart #cart_summary .cart-voucher .input-group-append svg circle {
          fill: #999999; }
    body.page-order #js-checkout-summary .cart-voucher #voucher-suggest,
    body.page-order #cart_summary .cart-voucher #voucher-suggest,
    body.page-cart #js-checkout-summary .cart-voucher #voucher-suggest,
    body.page-cart #cart_summary .cart-voucher #voucher-suggest {
      background: #eaeaea;
      margin: .5rem -2.25rem 0;
      padding: .5rem 2.25rem; }
      @media (max-width: 991.98px) {
        body.page-order #js-checkout-summary .cart-voucher #voucher-suggest,
        body.page-order #cart_summary .cart-voucher #voucher-suggest,
        body.page-cart #js-checkout-summary .cart-voucher #voucher-suggest,
        body.page-cart #cart_summary .cart-voucher #voucher-suggest {
          margin: 0.5rem -1.25rem 0;
          padding: .5rem 1.25rem; } }
    body.page-order #js-checkout-summary .cart-voucher ul li,
    body.page-order #cart_summary .cart-voucher ul li,
    body.page-cart #js-checkout-summary .cart-voucher ul li,
    body.page-cart #cart_summary .cart-voucher ul li {
      margin-top: 5px;
      position: relative; }
      body.page-order #js-checkout-summary .cart-voucher ul li svg,
      body.page-order #cart_summary .cart-voucher ul li svg,
      body.page-cart #js-checkout-summary .cart-voucher ul li svg,
      body.page-cart #cart_summary .cart-voucher ul li svg {
        width: 20px;
        height: 20px; }
      body.page-order #js-checkout-summary .cart-voucher ul li .voucher-value,
      body.page-order #cart_summary .cart-voucher ul li .voucher-value,
      body.page-cart #js-checkout-summary .cart-voucher ul li .voucher-value,
      body.page-cart #cart_summary .cart-voucher ul li .voucher-value {
        padding-right: 1.5rem;
        width: 35%;
        vertical-align: middle;
        display: inline-block; }
      body.page-order #js-checkout-summary .cart-voucher ul li .voucher-name,
      body.page-order #cart_summary .cart-voucher ul li .voucher-name,
      body.page-cart #js-checkout-summary .cart-voucher ul li .voucher-name,
      body.page-cart #cart_summary .cart-voucher ul li .voucher-name {
        width: 65%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block; }
      body.page-order #js-checkout-summary .cart-voucher ul li [data-link-action="remove-voucher"],
      body.page-order #cart_summary .cart-voucher ul li [data-link-action="remove-voucher"],
      body.page-cart #js-checkout-summary .cart-voucher ul li [data-link-action="remove-voucher"],
      body.page-cart #cart_summary .cart-voucher ul li [data-link-action="remove-voucher"] {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    body.page-order #js-checkout-summary .cart-voucher .code,
    body.page-order #cart_summary .cart-voucher .code,
    body.page-cart #js-checkout-summary .cart-voucher .code,
    body.page-cart #cart_summary .cart-voucher .code {
      color: #000;
      cursor: pointer;
      width: auto;
      font-weight: 700; }
      body.page-order #js-checkout-summary .cart-voucher .code::before,
      body.page-order #cart_summary .cart-voucher .code::before,
      body.page-cart #js-checkout-summary .cart-voucher .code::before,
      body.page-cart #cart_summary .cart-voucher .code::before {
        content: '';
        background-image: url(../img/svg/nav-more.svg);
        display: inline-block;
        transition: all 0.2s ease-in-out;
        vertical-align: middle;
        margin-top: -1px;
        width: 1.25rem;
        height: 1.25rem;
        background-position: center;
        background-size: 1rem;
        transform: rotate(0);
        margin-right: .25rem; }
      body.page-order #js-checkout-summary .cart-voucher .code:hover,
      body.page-order #cart_summary .cart-voucher .code:hover,
      body.page-cart #js-checkout-summary .cart-voucher .code:hover,
      body.page-cart #cart_summary .cart-voucher .code:hover {
        text-decoration: underline; }
        body.page-order #js-checkout-summary .cart-voucher .code:hover::before,
        body.page-order #cart_summary .cart-voucher .code:hover::before,
        body.page-cart #js-checkout-summary .cart-voucher .code:hover::before,
        body.page-cart #cart_summary .cart-voucher .code:hover::before {
          transform: rotate(90deg); }
    body.page-order #js-checkout-summary .cart-voucher .js-error,
    body.page-order #cart_summary .cart-voucher .js-error,
    body.page-cart #js-checkout-summary .cart-voucher .js-error,
    body.page-cart #cart_summary .cart-voucher .js-error {
      margin-top: 5px; }
  body.page-order #js-checkout-summary .js-error-text,
  body.page-order #cart_summary .js-error-text,
  body.page-cart #js-checkout-summary .js-error-text,
  body.page-cart #cart_summary .js-error-text {
    display: block !important; }

@media (max-width: 991.98px) {
  body.page-order #js-checkout-summary,
  body.page-cart #js-checkout-summary {
    padding: 1.5rem 1.5rem 1rem;
    margin-top: 0.8rem; }
    body.page-order #js-checkout-summary .cart-detailed-totals > div:not(.cart-voucher),
    body.page-cart #js-checkout-summary .cart-detailed-totals > div:not(.cart-voucher) {
      display: none; } }

body.page-order #js-checkout-summary .cart-summary-totals,
body.page-cart #js-checkout-summary .cart-summary-totals {
  padding-top: 10px; }

body.page-order #js-checkout-summary #cart-summary-product-list li,
body.page-cart #js-checkout-summary #cart-summary-product-list li {
  border-bottom: 1px solid #ced4da;
  width: 100%;
  padding: 10px 0 5px;
  display: -ms-flexbox;
  display: flex; }
  body.page-order #js-checkout-summary #cart-summary-product-list li .summary-left,
  body.page-cart #js-checkout-summary #cart-summary-product-list li .summary-left {
    width: 17%;
    padding-right: 1%;
    float: left; }
  body.page-order #js-checkout-summary #cart-summary-product-list li .summary-center,
  body.page-cart #js-checkout-summary #cart-summary-product-list li .summary-center {
    width: 63%;
    padding-left: 7px;
    float: left; }
    body.page-order #js-checkout-summary #cart-summary-product-list li .summary-center .product-name,
    body.page-cart #js-checkout-summary #cart-summary-product-list li .summary-center .product-name {
      display: block; }
    body.page-order #js-checkout-summary #cart-summary-product-list li .summary-center .product-quantity:before,
    body.page-cart #js-checkout-summary #cart-summary-product-list li .summary-center .product-quantity:before {
      content: 'X'; }
  body.page-order #js-checkout-summary #cart-summary-product-list li .summary-right,
  body.page-cart #js-checkout-summary #cart-summary-product-list li .summary-right {
    width: 20%;
    float: left;
    text-align: right;
    -ms-flex-item-align: end;
        align-self: flex-end; }

body.page-order #js-checkout-summary .cart-summary-show-prod,
body.page-cart #js-checkout-summary .cart-summary-show-prod {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  display: block;
  border-bottom: 1px solid #ced4da;
  font-weight: 700; }

@media (max-width: 991.98px) {
  body.page-order #cart_summary,
  body.page-cart #cart_summary {
    padding: 15px 20px;
    margin-top: 10px; } }

body.page-order #cart_summary .cart-detailed-totals,
body.page-cart #cart_summary .cart-detailed-totals {
  margin-bottom: 1rem; }

body.page-order #cart_summary .cart-total span.value,
body.page-cart #cart_summary .cart-total span.value {
  font-size: 1.875rem;
  font-weight: 400; }

body.page-order .back-shop,
body.page-cart .back-shop {
  margin-top: 2rem; }
  @media (max-width: 991.98px) {
    body.page-order .back-shop,
    body.page-cart .back-shop {
      display: none; } }

@media (min-width: 992px) {
  body.page-order .back-shop-right,
  body.page-cart .back-shop-right {
    display: none; } }

@media (max-width: 991.98px) {
  body.page-order .btn-tunnel,
  body.page-cart .btn-tunnel {
    margin-top: 2rem; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    body.page-order .btn-tunnel,
    body.page-cart .btn-tunnel {
      margin-top: 0; } }

@media (max-width: 991.98px) {
    body.page-order .btn-tunnel .btn-checkout,
    body.page-order .btn-tunnel .btn-cta-js,
    body.page-cart .btn-tunnel .btn-checkout,
    body.page-cart .btn-tunnel .btn-cta-js {
      float: right;
      width: auto; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    body.page-order .btn-tunnel .btn,
    body.page-cart .btn-tunnel .btn {
      width: 100%; } }

.category-cover {
  margin-top: 41px;
  margin-bottom: 1rem; }
  .category-cover .fluid-width-video-wrapper {
    padding-top: 56.25% !important; }
  @media (max-width: 767.98px) {
    .category-cover {
      margin-top: 0rem; } }
  .category-cover picture {
    margin-top: 4rem; }
    @media (max-width: 767.98px) {
      .category-cover picture {
        margin-top: 1rem; } }

.category-info {
  text-align: center;
  margin-bottom: 1rem; }

.products-selection {
  margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .products-selection {
      margin-bottom: 1.5rem;
      padding: 0; } }

#extra-cat {
  border-top: 1px solid #f4f4f4;
  margin-top: 2rem;
  padding-top: 4.2rem; }
  @media (max-width: 767.98px) {
    #extra-cat {
      padding-top: 2rem;
      border: none; } }

#ax-product-list-top {
  padding-top: 1.3rem; }

#category-description {
  font-size: 1.75rem; }
  @media (max-width: 991.98px) {
    #category-description {
      font-size: 1rem; } }

.page-heading, .wishlist-container-header h1, .wishlist-products-container-header h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.625rem;
  text-align: center; }
  @media (max-width: 767.98px) {
    .page-heading, .wishlist-container-header h1, .wishlist-products-container-header h1 {
      font-size: 1.375rem; } }

@media (max-width: 767.98px) {
  #js-product-list .row {
    margin-right: -10px;
    margin-left: -10px; }
    #js-product-list .row .product-miniature {
      padding: 0; }
      #js-product-list .row .product-miniature .listing-bottom {
        padding: 15px 5px; } }

.showall {
  text-align: center; }
  .showall .show-all-btn {
    cursor: pointer;
    background-color: transparent;
    font-size: 1.09375rem;
    border: none;
    font-weight: 700; }

.category-slider {
  margin-top: 74px;
  margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .category-slider {
      margin-top: 0rem; } }

#contact .file input[disabled="true"] {
  background: #f4f4f4; }

#contact .file .file-input {
  visibility: hidden !important;
  position: absolute; }

#contact .file .btn {
  border-radius: 0 0 0 0;
  padding: 0 24px;
  display: block;
  height: 100%; }
  #contact .file .btn svg {
    stroke: #fff;
    width: 1.5rem;
    height: 1.5rem; }
  #contact .file .btn:hover svg, #contact .file .btn:active svg, #contact .file .btn:focus svg {
    stroke: #000; }

#contact #g-recaptcha {
  transform: scale(0.86);
  transform-origin: 0 0; }
  @media (max-width: 1199.98px) {
    #contact #g-recaptcha {
      transform: scale(0.7); } }
  @media (max-width: 991.98px) {
    #contact #g-recaptcha {
      transform: scale(0.91); } }
  @media (max-width: 767.98px) {
    #contact #g-recaptcha {
      transform: scale(1); } }

#contact #main {
  width: 50%;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767.98px) {
    #contact #main {
      width: 100%;
      min-width: unset; }
      #contact #main #content {
        margin: 0 !important; }
        #contact #main #content #gdpr_consent .custom-checkbox {
          margin: 0 !important; }
        #contact #main #content form .submit {
          width: auto; } }
  #contact #main #content {
    margin-left: 10rem; }
    #contact #main #content form div[data-axseo-oldtag="h3"] {
      display: none; }
    #contact #main #content form .clearfix .form-group {
      margin: 0;
      margin-bottom: 1rem; }
      #contact #main #content form .clearfix .form-group label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        #contact #main #content form .clearfix .form-group label .required {
          color: red; }
      #contact #main #content form .clearfix .form-group input {
        border-bottom: 1px solid black;
        background-color: white;
        color: black; }
        #contact #main #content form .clearfix .form-group input:focus {
          border: none;
          outline: 1px solid black; }
      #contact #main #content form .clearfix .form-group textarea {
        background-color: white;
        border: 1px solid black;
        color: black; }
        #contact #main #content form .clearfix .form-group textarea:focus {
          border: none;
          outline: 1px solid black; }
    #contact #main #content form .submit {
      width: 80%;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }

#product #wrapper {
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 991.98px) {
  #product {
    padding-bottom: 70px; } }

#product #product-availability-date,
#product .product-out-of-stock,
#product #product-quantities {
  display: none; }

#product .category.current .category.current {
  text-decoration: none !important; }
  #product .category.current .category.current a {
    text-decoration: none !important;
    color: #FF0200 !important; }

#product h1 {
  text-align: left;
  font-weight: 400;
  font-size: 3.438rem;
  color: #000;
  line-height: 1.15;
  margin-bottom: 3px; }
  @media (max-width: 767.98px) {
    #product h1 {
      margin-top: 0.5rem;
      font-size: 2.5rem;
      margin-bottom: 1rem; } }

#product .reference {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif; }

#product #product-description-short {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-family: "EB Garamond", serif; }

#product #product-description {
  text-align: justify; }

#product .product-variants {
  margin-top: 4px; }

#product .prod-variant {
  padding: 0.55rem 0;
  display: block; }
  #product .prod-variant .select2 {
    width: 55% !important;
    display: inline-block; }
  #product .prod-variant label {
    margin-bottom: 5px;
    display: block; }
  #product .prod-variant .prod-fit {
    display: inline-block;
    font-size: 0.75rem;
    cursor: pointer;
    width: 44%;
    text-align: right; }

#product .attr-color {
  display: block; }
  #product .attr-color li {
    display: inline-block; }
    #product .attr-color li label {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      cursor: pointer;
      position: relative;
      margin-right: 2px; }
      #product .attr-color li label:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: -2px;
        right: -2px;
        top: -2px;
        bottom: -2px;
        border: 1px solid transparent;
        border-radius: 16px; }
      #product .attr-color li label[style="background-color: #ffffff"]:before {
        border-color: #f4f4f4; }
      #product .attr-color li label.selected:before {
        border-color: #6c757d; }
      #product .attr-color li label input {
        opacity: 0;
        cursor: pointer; }
      #product .attr-color li label span {
        display: none; }

#product .product-prices .reference {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    #product .product-prices .reference {
      margin-bottom: 20px; } }

#product .product-prices .product-price {
  display: inline-block; }
  #product .product-prices .product-price .discount-amount,
  #product .product-prices .product-price .discount-percentage {
    font-size: 1rem;
    display: none; }
  #product .product-prices .product-price .price {
    color: #000;
    font-size: 1.875rem; }
    #product .product-prices .product-price .price.has-discount {
      color: #FF0200; }

#product .product-prices .product-discount {
  display: inline-block;
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 5px; }

#product .product-review-right .stars {
  display: inline-block; }
  #product .product-review-right .stars svg {
    width: 22px;
    height: 22px;
    margin: 0 -3px;
    fill: #FF0200; }
    #product .product-review-right .stars svg polygon {
      stroke: #FF0200; }

#product .product-review-right .go-review {
  margin-left: 5px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.75rem;
  color: #000; }

#product #product-availability {
  font-size: 0.75rem;
  color: #999999;
  margin: 1rem 0 1.5rem; }
  #product #product-availability .avail {
    background: #78CE56;
    color: #FFF;
    padding: 3px 7px;
    text-transform: uppercase;
    border-radius: 2px; }
    #product #product-availability .avail.available {
      background: #78CE56; }
    #product #product-availability .avail.unavailable {
      background: #FF0200; }

#product .product-add-to-cart {
  margin-top: 1rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  #product .product-add-to-cart .product-quantity {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: 160px;
    height: 50px;
    z-index: 1; }
    @media (max-width: 991.98px) {
      #product .product-add-to-cart .product-quantity {
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      #product .product-add-to-cart .product-quantity {
        display: none; } }
    #product .product-add-to-cart .product-quantity input {
      height: 50px;
      line-height: 70px;
      padding: 2px 30px 0 0;
      text-align: center;
      max-width: 120px;
      border: 1px solid #dddddd;
      font-size: 1.5rem; }
    #product .product-add-to-cart .product-quantity .input-group-btn-vertical {
      display: none; }
    #product .product-add-to-cart .product-quantity .button-quantity {
      border: none;
      background: none;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      height: 50%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      right: 0;
      border-left: 1px solid #dddddd; }
      @media screen and (max-width: 1200px) {
        #product .product-add-to-cart .product-quantity .button-quantity {
          right: 0; } }
      @media (max-width: 991.98px) {
        #product .product-add-to-cart .product-quantity .button-quantity {
          right: 10%; } }
      #product .product-add-to-cart .product-quantity .button-quantity.btn-more {
        border-bottom: 1px solid #dddddd;
        top: 0; }
      #product .product-add-to-cart .product-quantity .button-quantity.btn-less {
        bottom: 0; }
      #product .product-add-to-cart .product-quantity .button-quantity:focus, #product .product-add-to-cart .product-quantity .button-quantity:active, #product .product-add-to-cart .product-quantity .button-quantity:hover {
        outline: none; }
      #product .product-add-to-cart .product-quantity .button-quantity svg {
        width: 24px;
        height: 24px; }
        #product .product-add-to-cart .product-quantity .button-quantity svg polyline {
          stroke: #000; }
  #product .product-add-to-cart #add-to-cart {
    margin-left: 2rem;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      #product .product-add-to-cart #add-to-cart {
        margin-left: 0; } }
    #product .product-add-to-cart #add-to-cart .add-to-cart {
      background-color: #fff;
      border: 1px solid #000;
      font-size: 1.5rem;
      color: #000;
      width: 100%;
      height: 50px;
      line-height: 1; }
      #product .product-add-to-cart #add-to-cart .add-to-cart:disabled {
        opacity: 0.2; }
      @media (max-width: 767.98px) {
        #product .product-add-to-cart #add-to-cart .add-to-cart {
          padding-left: 35px; } }

#product .dimensions {
  font-size: 1rem;
  margin-top: 1rem; }

#product .product-features {
  font-size: 1rem; }
  #product .product-features span {
    display: block; }

#product .js-mailalert .btn {
  height: auto;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  line-height: 1.5;
  white-space: normal; }

#product .product-customization {
  margin-bottom: 3rem; }
  #product .product-customization form {
    width: 50%; }
    #product .product-customization form label {
      vertical-align: middle; }
    #product .product-customization form small {
      display: block; }
    #product .product-customization form textarea {
      width: 100%;
      vertical-align: middle;
      padding: 5px 10px;
      margin: 5px 0; }
    #product .product-customization form > button {
      margin-top: 1rem; }

#product #prod-center {
  margin-top: 4rem; }
  @media (max-width: 767.98px) {
    #product #prod-center {
      margin-top: 2rem; } }
  #product #prod-center .col-md-5 section:first-child {
    border-top: 1px solid #f4f4f4; }

#product #prod-footer {
  margin-top: 3rem; }

#product .section-toggle {
  border-bottom: 1px solid #f4f4f4; }
  #product .section-toggle .title {
    position: relative;
    color: #000;
    cursor: pointer;
    display: block;
    padding: 0.6rem 0 0.7rem;
    font-weight: 700;
    font-size: 1rem; }
    #product .section-toggle .title svg {
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 50%;
      transform-origin: center;
      transform: translateY(-50%); }
    #product .section-toggle .title.active svg {
      transform: translateY(-50%) rotate(180deg); }
  #product .section-toggle .content {
    margin: 0.5rem 0 1rem;
    display: none; }

#product .images-container {
  position: relative;
  max-height: 640px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    #product .images-container {
      max-height: none; } }
  @media (max-width: 991.98px) {
    #product .images-container #product-images {
      position: relative;
      left: 0;
      top: auto;
      width: 100%;
      margin-bottom: 30px; } }
  #product .images-container .slick-slide {
    border: none; }
  #product .images-container li {
    padding: 0 0 2px; }
    #product .images-container li img {
      width: 88px;
      height: 88px; }
      @media (max-width: 991.98px) {
        #product .images-container li img {
          width: auto;
          height: auto;
          max-width: 560px;
          max-height: 560px; } }
      @media (max-width: 767.98px) {
        #product .images-container li img {
          max-width: 335px;
          max-height: 335px; } }
    #product .images-container li a {
      display: inline-block;
      border: 1px solid transparent; }
    #product .images-container li.active a {
      border-color: #ced4da; }
      @media (max-width: 991.98px) {
        #product .images-container li.active a {
          border: none; } }
  #product .images-container .product-images .slick-arrow {
    left: 50%;
    right: auto;
    transform: translateX(-50%); }
    #product .images-container .product-images .slick-arrow:before {
      width: 36px;
      height: 36px; }
    #product .images-container .product-images .slick-arrow.slick-prev {
      top: 0;
      margin-top: -35px; }
      #product .images-container .product-images .slick-arrow.slick-prev:before {
        content: '';
        background-image: url(../img/svg/nav-arrow-up.svg); }
    #product .images-container .product-images .slick-arrow.slick-next {
      top: auto;
      bottom: 0;
      margin-bottom: -28px; }
      #product .images-container .product-images .slick-arrow.slick-next:before {
        content: '';
        background-image: url(../img/svg/nav-arrow-down.svg); }
  #product .images-container .product-images .slick-list {
    text-align: center; }
    #product .images-container .product-images .slick-list img {
      margin: 0 auto; }
  #product .images-container .product-images .slick-vertical .slick-slide {
    border: none; }
  #product .images-container .product-cover {
    padding-left: 10px; }
    @media (max-width: 991.98px) {
      #product .images-container .product-cover {
        display: none; } }
    #product .images-container .product-cover img {
      cursor: pointer; }

#product .quantity-notice {
  font-style: italic; }

#product #product .fancybox-thumbs > ul > li {
  max-width: calc(100% - 4px);
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  #product #product .fancybox-thumbs > ul > li:before {
    border-color: #000; }

#product #page #esc-content {
  display: none; }

#index .page-heading, #index .wishlist-container-header h1, .wishlist-container-header #index h1, #index .wishlist-products-container-header h1, .wishlist-products-container-header #index h1 {
  font-size: 2.5rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    #index .page-heading, #index .wishlist-container-header h1, .wishlist-container-header #index h1, #index .wishlist-products-container-header h1, .wishlist-products-container-header #index h1 {
      font-size: 1.625rem; } }

#index .menu {
  padding-bottom: 8px; }

#home-top-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

#home-top-img .fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

#home-top-img .axtile-heading {
  margin: 25px 0;
  text-align: justify;
  text-align-last: center;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem; }
  #home-top-img .axtile-heading p {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    #home-top-img .axtile-heading {
      font-size: 0.875rem; } }

#home-push p {
  margin: 0; }
  @media (max-width: 767.98px) {
    #home-push p {
      margin-bottom: 20px; } }

#home-push .row {
  row-gap: 20px; }
  #home-push .row .col-md-3 .axtile {
    text-align: center; }
    #home-push .row .col-md-3 .axtile img {
      margin-bottom: 1rem; }
  #home-push .row .col-md-3 .axtile-title {
    position: relative;
    font-size: 18px;
    text-align-last: center;
    text-align: justify; }
    @media (max-width: 991.98px) {
      #home-push .row .col-md-3 .axtile-title {
        font-size: 0.875rem; } }
    @media (max-width: 767.98px) {
      #home-push .row .col-md-3 .axtile-title {
        padding: 0; } }
  #home-push .row .col-md-3:after {
    content: '';
    background: url("../img/star.png");
    background-size: cover;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    right: -12px; }
    @media (max-width: 991.98px) {
      #home-push .row .col-md-3:after {
        top: 73%; } }
    @media (max-width: 767.98px) {
      #home-push .row .col-md-3:after {
        top: 83%;
        width: 15px;
        height: 15px;
        right: -8px; } }
  @media (max-width: 767.98px) {
    #home-push .row .col-md-3 .axtile-title:after {
      width: 15px;
      height: 15px; }
    #home-push .row .col-md-3:nth-child(even):after {
      display: none; } }
  #home-push .row .col-md-3:last-child:after {
    display: none; }

#home-new,
#home-cross,
#home-encens {
  margin-top: 3rem; }
  @media (max-width: 767.98px) {
    #home-new,
    #home-cross,
    #home-encens {
      margin-top: 2rem; } }
  #home-new .selec-btn,
  #home-cross .selec-btn,
  #home-encens .selec-btn {
    text-align: center;
    margin-top: 2rem; }
    #home-new .selec-btn a,
    #home-cross .selec-btn a,
    #home-encens .selec-btn a {
      cursor: pointer;
      background-color: transparent;
      font-size: 1.09375rem;
      border: none;
      font-weight: 700; }
  @media (max-width: 767.98px) {
    #home-new .home-selection-accueil .product-list,
    #home-cross .home-selection-accueil .product-list,
    #home-encens .home-selection-accueil .product-list {
      margin-right: -10px;
      margin-left: -10px; }
      #home-new .home-selection-accueil .product-list .product-miniature,
      #home-cross .home-selection-accueil .product-list .product-miniature,
      #home-encens .home-selection-accueil .product-list .product-miniature {
        padding: 0 5px; } }

#home-seo {
  border-top: 1px solid #f4f4f4;
  margin-top: 4rem;
  padding-top: 4rem; }

.ui-front {
  z-index: 9998 !important; }

section.checkout-step {
  border-top: 1px solid #f4f4f4;
  padding: 1.2rem 0; }
  section.checkout-step:last-child {
    border-bottom: 1px solid #f4f4f4; }
  section.checkout-step.-complete div[data-axseo-oldtag="h1"] {
    color: #000; }
  section.checkout-step div[data-axseo-oldtag="h1"] {
    font-weight: 700;
    text-decoration: none;
    color: #ced4da;
    position: relative;
    cursor: pointer; }
    @media (max-width: 575.98px) {
      section.checkout-step div[data-axseo-oldtag="h1"] {
        font-size: 1.75rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      section.checkout-step div[data-axseo-oldtag="h1"] {
        font-size: 2rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      section.checkout-step div[data-axseo-oldtag="h1"] {
        font-size: 2.25rem; } }
    @media (min-width: 992px) {
      section.checkout-step div[data-axseo-oldtag="h1"] {
        font-size: 2.5rem; } }
    section.checkout-step div[data-axseo-oldtag="h1"] .step-number {
      margin-right: 10px;
      border-radius: 50%;
      font-size: 1.5rem;
      position: relative;
      width: 43px;
      height: 43px;
      line-height: 43px;
      text-align: center;
      display: inline-block;
      vertical-align: 2px;
      color: #ced4da; }
  section.checkout-step .content {
    padding-top: 2rem;
    margin-left: 55px;
    margin-top: -13px; }
    @media (max-width: 991.98px) {
      section.checkout-step .content {
        margin-left: 0; } }
  section.checkout-step .content,
  section.checkout-step .done,
  section.checkout-step .step-edit {
    display: none; }
  section.checkout-step.-complete:not(.-current) div[data-axseo-oldtag="h1"] .step-number {
    color: #666666; }
    section.checkout-step.-complete:not(.-current) div[data-axseo-oldtag="h1"] .step-number:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 43px;
      height: 43px;
      display: inline-block;
      border-radius: 50%;
      background-color: #ced4da;
      background-image: url(../img/svg/nav-select.svg); }
  section.checkout-step.-current .content {
    display: block; }
  section.checkout-step.-current div[data-axseo-oldtag="h1"] {
    color: #666666; }
    section.checkout-step.-current div[data-axseo-oldtag="h1"] .step-number {
      color: #666666; }
  section.checkout-step.-current.-reachable.-complete .done,
  section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none; }
  section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block; }
  section.checkout-step.-current.-reachable.-complete .content {
    display: block; }
  section.checkout-step.-reachable.-complete div[data-axseo-oldtag="h1"] .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.125rem; }
  section.checkout-step.-reachable.-complete .content {
    display: none; }

body.page-order #header-top {
  text-align: center;
  border: none;
  margin: 1.5rem 0 1rem; }
  body.page-order #header-top .header-logo {
    text-align: left;
    max-width: 1020px;
    margin: 0 auto; }

body.page-order .tunnel-info {
  font-weight: 700;
  font-size: 1rem;
  color: #444444;
  line-height: 1.2;
  margin: 1.2rem 0; }

body.page-order #checkout-personal-information-step .form-footer [type='submit']:not(.btn) {
  display: block; }

body.page-order #checkout-personal-information-step #nav-create {
  margin: 0.3rem 0 2rem; }
  body.page-order #checkout-personal-information-step #nav-create li .nav-link {
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #999999; }
    body.page-order #checkout-personal-information-step #nav-create li .nav-link.active {
      color: #000; }
  body.page-order #checkout-personal-information-step #nav-create li:last-child {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #f4f4f4; }

body.page-order #checkout-personal-information-step .tab-content .radio-field {
  width: 100%; }
  body.page-order #checkout-personal-information-step .tab-content .radio-field span {
    width: 21%;
    float: left;
    padding-top: 10px; }
    @media (max-width: 767.98px) {
      body.page-order #checkout-personal-information-step .tab-content .radio-field span {
        width: 100%; } }
  body.page-order #checkout-personal-information-step .tab-content .radio-field .form-group {
    padding-left: 24px; }
    body.page-order #checkout-personal-information-step .tab-content .radio-field .form-group label {
      width: auto;
      float: left;
      padding-top: 10px; }
      body.page-order #checkout-personal-information-step .tab-content .radio-field .form-group label.custom-control-label:before, body.page-order #checkout-personal-information-step .tab-content .radio-field .form-group label.custom-control-label:after {
        top: 10px; }
    body.page-order #checkout-personal-information-step .tab-content .radio-field .form-group input,
    body.page-order #checkout-personal-information-step .tab-content .radio-field .form-group .input-group {
      width: auto;
      float: left; }

body.page-order #checkout-personal-information-step .tab-content .custom-checkbox {
  margin-left: 21%; }
  @media (max-width: 767.98px) {
    body.page-order #checkout-personal-information-step .tab-content .custom-checkbox {
      width: 100%; } }

body.page-order #checkout-personal-information-step .tab-content .form-inline {
  float: left; }

body.page-order #checkout-personal-information-step .tab-content .form-group {
  display: inline-block;
  width: 100%; }
  body.page-order #checkout-personal-information-step .tab-content .form-group label {
    width: 21%;
    float: left;
    padding-top: 10px; }
    @media (max-width: 767.98px) {
      body.page-order #checkout-personal-information-step .tab-content .form-group label {
        width: 100%; } }
  body.page-order #checkout-personal-information-step .tab-content .form-group input,
  body.page-order #checkout-personal-information-step .tab-content .form-group .input-group {
    width: 51%;
    float: left; }
    @media (max-width: 767.98px) {
      body.page-order #checkout-personal-information-step .tab-content .form-group input,
      body.page-order #checkout-personal-information-step .tab-content .form-group .input-group {
        width: 100%; } }

body.page-order #checkout-addresses-step .form-group {
  display: inline-block;
  width: 100%; }
  body.page-order #checkout-addresses-step .form-group label {
    width: 21%;
    float: left;
    padding-top: 10px; }
    @media (max-width: 767.98px) {
      body.page-order #checkout-addresses-step .form-group label {
        width: 100%; } }
  body.page-order #checkout-addresses-step .form-group input,
  body.page-order #checkout-addresses-step .form-group .input-group {
    width: 51%;
    float: left; }
    @media (max-width: 767.98px) {
      body.page-order #checkout-addresses-step .form-group input,
      body.page-order #checkout-addresses-step .form-group .input-group {
        width: 100%; } }

body.page-order #checkout-addresses-step .select-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767.98px) {
    body.page-order #checkout-addresses-step .select-field {
      display: inline-block;
      width: 100%; } }
  body.page-order #checkout-addresses-step .select-field > span {
    width: 21%;
    float: left;
    display: inline-block; }
    @media (max-width: 767.98px) {
      body.page-order #checkout-addresses-step .select-field > span {
        width: 100%; } }
  body.page-order #checkout-addresses-step .select-field .select2 {
    width: 51% !important;
    float: left;
    font-weight: normal; }
    @media (max-width: 767.98px) {
      body.page-order #checkout-addresses-step .select-field .select2 {
        width: 100% !important; } }

body.page-order #checkout-addresses-step .address-add {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem; }

body.page-order #checkout-addresses-step .add-address-invoice {
  margin-bottom: 2rem;
  display: block; }

body.page-order #checkout-addresses-step .js-address-form .form-footer {
  margin-top: 2rem; }
  body.page-order #checkout-addresses-step .js-address-form .form-footer a.btn {
    margin-top: 2px; }

body.page-order #checkout-addresses-step .js-address-form .h2 {
  font-size: 1.375rem;
  margin-bottom: 1rem; }

body.page-order #checkout-addresses-step #content {
  width: 100%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    body.page-order #checkout-addresses-step #content {
      margin-right: 0; } }
  @media (max-width: 767.98px) {
    body.page-order #checkout-addresses-step #content {
      margin-right: 0; } }

@media (max-width: 991.98px) {
  body.page-order #checkout-addresses-step .back-shop {
    display: block; } }

@media (max-width: 767.98px) {
  body.page-order #checkout-addresses-step .back-shop.back-shop-hide {
    display: none; } }

body.page-order #checkout-delivery-step .delivery-option {
  background: #f4f4f4;
  cursor: pointer;
  margin: 0 0 1px 0; }
  body.page-order #checkout-delivery-step .delivery-option:hover {
    background: #dddddd; }
    body.page-order #checkout-delivery-step .delivery-option:hover label img {
      background: #f4f4f4; }
  body.page-order #checkout-delivery-step .delivery-option label {
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 20px 30px 5px;
    transition: background-color 0.15s ease;
    margin-right: 0;
    margin-left: 0;
    font-weight: normal;
    width: 100%;
    cursor: pointer; }
    body.page-order #checkout-delivery-step .delivery-option label img {
      background: #dddddd; }
    body.page-order #checkout-delivery-step .delivery-option label > div {
      padding-left: 0; }
      body.page-order #checkout-delivery-step .delivery-option label > div.col-3 {
        padding-right: 10px; }
        @media (max-width: 767.98px) {
          body.page-order #checkout-delivery-step .delivery-option label > div.col-3 {
            padding: 0; } }
      body.page-order #checkout-delivery-step .delivery-option label > div.col-6 {
        padding-left: 10px; }
      body.page-order #checkout-delivery-step .delivery-option label > div:last-child {
        padding-right: 0; }
    body.page-order #checkout-delivery-step .delivery-option label:before, body.page-order #checkout-delivery-step .delivery-option label:after {
      top: 50%;
      left: 1.5rem; }
      @media (max-width: 767.98px) {
        body.page-order #checkout-delivery-step .delivery-option label:before, body.page-order #checkout-delivery-step .delivery-option label:after {
          left: 0.6rem; } }
    body.page-order #checkout-delivery-step .delivery-option label .carrier-name {
      display: block;
      font-size: 1rem;
      font-weight: 400;
      color: #000; }
      @media (max-width: 767.98px) {
        body.page-order #checkout-delivery-step .delivery-option label .carrier-name {
          font-size: 0.875rem; } }
    @media (max-width: 767.98px) {
      body.page-order #checkout-delivery-step .delivery-option label > div {
        padding: 0 5px; }
      body.page-order #checkout-delivery-step .delivery-option label .carrier-delay {
        display: none; } }

body.page-order #checkout-delivery-step .order-options {
  padding-left: 20px; }
  body.page-order #checkout-delivery-step .order-options .custom-checkbox {
    position: relative;
    display: inline-block;
    margin-top: 1rem; }
    body.page-order #checkout-delivery-step .order-options .custom-checkbox input {
      position: absolute;
      left: 0;
      top: 3px; }

body.page-order #checkout-payment-step .payment-bg {
  background: #f4f4f4;
  margin-bottom: 1px;
  padding: 20px 20px 20px 45px;
  cursor: pointer; }
  body.page-order #checkout-payment-step .payment-bg:hover {
    background: #dddddd; }
  body.page-order #checkout-payment-step .payment-bg .payment-option {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    -ms-flex-align: center;
        align-items: center;
    background-image: url(../img/payment/cb-visa-mastercard.png);
    background-repeat: no-repeat;
    background-size: 166px 83px;
    background-position: 15px center; }
    @media (max-width: 767.98px) {
      body.page-order #checkout-payment-step .payment-bg .payment-option {
        background-size: 76px 38px;
        background-position: 15px center;
        padding: 15px 0; } }
    body.page-order #checkout-payment-step .payment-bg .payment-option label {
      font-size: 1rem;
      padding-left: 205px;
      cursor: pointer; }
      @media (max-width: 767.98px) {
        body.page-order #checkout-payment-step .payment-bg .payment-option label {
          padding-left: 100px;
          font-size: 0.875rem; } }
    body.page-order #checkout-payment-step .payment-bg .payment-option.ps_wirepayment {
      background-image: url(../img/payment/virement-bancaire.png); }
    body.page-order #checkout-payment-step .payment-bg .payment-option.ps_checkpayment {
      background-image: url(../img/payment/paiement-invoice.png); }
    body.page-order #checkout-payment-step .payment-bg .payment-option.paypal_bnpl {
      background-image: url(../img/payment/paypal.png); }
    body.page-order #checkout-payment-step .payment-bg .payment-option.payplug-payment-option, body.page-order #checkout-payment-step .payment-bg .payment-option.cmcicpaiement {
      background-image: url(../img/payment/cb-black.png); }
  body.page-order #checkout-payment-step .payment-bg .js-additional-information,
  body.page-order #checkout-payment-step .payment-bg .js-payment-option-form {
    padding: 15px 15px 0; }

body.page-order #checkout-payment-step #conditions-to-approve {
  margin-top: 1rem; }

body.page-order #checkout-payment-step .axtunnelreadterms a {
  color: #FF0200; }

body.page-order .btn.continue {
  padding: 0 80px;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem; }
  @media (max-width: 767.98px) {
    body.page-order .btn.continue {
      width: 100%; } }

body.page-order #payment-confirmation {
  margin-top: 1.2rem; }
  @media (max-width: 767.98px) {
    body.page-order #payment-confirmation .btn {
      width: 100%; } }

body.page-order .form-footer a {
  margin-right: 1rem; }

#order-confirmation .page-heading, #order-confirmation .wishlist-container-header h1, .wishlist-container-header #order-confirmation h1, #order-confirmation .wishlist-products-container-header h1, .wishlist-products-container-header #order-confirmation h1 {
  text-align: left;
  padding-left: 60px;
  position: relative;
  margin-bottom: 0.5rem; }
  #order-confirmation .page-heading:before, #order-confirmation .wishlist-container-header h1:before, .wishlist-container-header #order-confirmation h1:before, #order-confirmation .wishlist-products-container-header h1:before, .wishlist-products-container-header #order-confirmation h1:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #FF0200;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    border-radius: 23px; }
  #order-confirmation .page-heading svg, #order-confirmation .wishlist-container-header h1 svg, .wishlist-container-header #order-confirmation h1 svg, #order-confirmation .wishlist-products-container-header h1 svg, .wishlist-products-container-header #order-confirmation h1 svg {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -7px;
    top: -7px; }
    #order-confirmation .page-heading svg polyline, #order-confirmation .wishlist-container-header h1 svg polyline, .wishlist-container-header #order-confirmation h1 svg polyline, #order-confirmation .wishlist-products-container-header h1 svg polyline, .wishlist-products-container-header #order-confirmation h1 svg polyline {
      stroke: #FFF; }

#order-confirmation .page-footer {
  margin-top: 40px; }

#order-confirmation .card {
  height: 100%;
  margin-bottom: 1.5rem; }
  @media (max-width: 767.98px) {
    #order-confirmation .card .card-title {
      font-size: 1.875rem; }
    #order-confirmation .card#order-details {
      margin-bottom: 40px;
      height: auto; } }

#order-confirmation .conf-mail {
  margin-bottom: 2rem;
  padding-left: 60px; }

#order-confirmation #conf-recap {
  margin-bottom: 2rem; }
  #order-confirmation #conf-recap .ax-tab-list {
    font-size: 1rem; }
  #order-confirmation #conf-recap .conf-iname {
    -ms-flex: 3;
        flex: 3;
    font-size: 1rem; }
    @media (max-width: 767.98px) {
      #order-confirmation #conf-recap .conf-iname {
        -ms-flex: 5;
            flex: 5; } }
    #order-confirmation #conf-recap .conf-iname span {
      margin-right: 1rem; }
  #order-confirmation #conf-recap .ax-tab-total {
    font-size: 1rem; }
  @media (max-width: 767.98px) {
    #order-confirmation #conf-recap .row.ax-tab-list {
      -ms-flex-direction: row;
          flex-direction: row; } }

#tunnel-reassurance {
  border-bottom: 1px solid #f4f4f4;
  padding: 0 2rem 2rem; }
  #tunnel-reassurance p {
    margin: 0;
    font-size: 0.75rem; }
    #tunnel-reassurance p strong {
      margin-top: 2rem;
      display: block;
      font-size: 0.875rem; }

/*
body[data-ax-step="checkout-personal-information-step"] {
	#content {
		> .row {
			> div {
				&.col-lg-8 {
					flex: 0 0 100%;
					max-width: 100%;
				}

				&.col-lg-4 {
					display: none;
				}
			}
		}
	}
}
*/
#checkout .logo {
  display: block;
  padding: 0 98px; }

#stores article .store-block {
  text-align: center;
  background: #f4f4f4;
  padding: 2rem 1rem;
  margin-bottom: 2rem; }
  #stores article .store-block .store-name {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 7px; }

.page-stores .stores-list .list-group-item:hover {
  background-color: #FF0200 !important; }

.page-stores .stores-list .store-link svg {
  background: #FF0200 !important; }

#order-products .row.ax-tab-list > div:first-child {
  font-weight: normal; }
  #order-products .row.ax-tab-list > div:first-child span {
    font-size: 0.75rem;
    display: inline-block;
    margin-top: 3px; }

#history-list .row > div:last-child {
  max-width: 100px; }

#history-list .row.ax-tab-list {
  min-height: 85px; }

.ax-tab-total {
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 40px;
  margin: 0; }
  .ax-tab-total div {
    background: #f4f4f4;
    padding: 1rem; }
    @media (max-width: 767.98px) {
      .ax-tab-total div {
        padding: 1rem 10px; } }
  .ax-tab-total .tab-label {
    text-align: left !important;
    max-width: 200px !important; }
  .ax-tab-total .tab-total {
    font-size: 1rem;
    max-width: 200px !important; }
  .ax-tab-total.ax-tab-total-amount div {
    background: #dddddd; }
  .ax-tab-total.ax-tab-total-amount .tab-total {
    font-weight: 700; }

#order-detail .h3,
#order-return .h3 {
  margin: 2rem 0 1rem; }

#order-detail #order-infos,
#order-detail #order-return-infos,
#order-return #order-infos,
#order-return #order-return-infos {
  background: #f4f4f4;
  padding: 2rem 1rem;
  margin: 1rem 0 2rem; }
  #order-detail #order-infos p,
  #order-detail #order-return-infos p,
  #order-return #order-infos p,
  #order-return #order-return-infos p {
    margin: 0; }
  #order-detail #order-infos .btn,
  #order-detail #order-return-infos .btn,
  #order-return #order-infos .btn,
  #order-return #order-return-infos .btn {
    font-size: 0.875rem; }
    @media (max-width: 767.98px) {
      #order-detail #order-infos .btn,
      #order-detail #order-return-infos .btn,
      #order-return #order-infos .btn,
      #order-return #order-return-infos .btn {
        margin-top: 1rem; } }

#order-detail #order-history,
#order-return #order-history {
  margin-bottom: 2rem; }
  #order-detail #order-history .step-list,
  #order-return #order-history .step-list {
    text-align: center; }

#sitemap .lvl_2 > li {
  margin-bottom: 1rem; }

#sitemap .lvl_2 h2 {
  margin-bottom: 1rem; }

#sitemap .lvl_3 > li {
  border-left: 1px solid #f4f4f4;
  margin-bottom: 1.5rem; }
  @media (max-width: 767.98px) {
    #sitemap .lvl_3 > li {
      margin-bottom: 0.5rem; } }
  #sitemap .lvl_3 > li:nth-child(4n+1) {
    border: none; }
  #sitemap .lvl_3 > li > a {
    font-weight: 400; }

#sitemap .lvl_4, #sitemap lvl_5, #sitemap lvl_6 {
  padding-left: 15px; }

#category .PM_ASBlockOutput,
#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput,
body.advancedsearch-seo .PM_ASBlockOutput {
  border-top: 1px solid #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px; }
  #category .PM_ASBlockOutput .card,
  #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .card,
  body.advancedsearch-seo .PM_ASBlockOutput .card {
    padding: 0;
    margin: 0;
    background: none; }
  #category .PM_ASBlockOutput .card-header,
  #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .card-header,
  body.advancedsearch-seo .PM_ASBlockOutput .card-header {
    padding: 0;
    margin: 0; }
  #category .PM_ASBlockOutput .PM_ASearchTitle,
  #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASearchTitle,
  body.advancedsearch-seo .PM_ASBlockOutput .PM_ASearchTitle {
    display: none; }
  #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup,
  #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup,
  body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup {
    padding-top: 10px;
    padding-bottom: 10px; }
    #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle,
    #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle,
    body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle {
      position: relative;
      padding: 13px 30px 13px 13px;
      cursor: pointer;
      font-size: 0.875rem;
      border: 1px solid #f4f4f4;
      margin: 0;
      color: #999999;
      font-family: "EB Garamond", serif;
      font-weight: 400; }
      #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle:after,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle:after,
      body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        margin-right: 10px;
        background: url("../img/svg/nav-arrow-down.svg");
        width: 18px;
        height: 18px; }
      #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected,
      body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected {
        border-bottom: none; }
        #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected:after,
        #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected:after,
        body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected:after {
          transform: rotate(180deg); }
    #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsOutput,
    #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsOutput,
    body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsOutput {
      position: relative; }
    #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter,
    #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter,
    body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      padding: 0;
      z-index: 9;
      text-align: left;
      max-height: 230px;
      overflow-y: auto;
      background: #FFF;
      border: 1px solid #f4f4f4;
      border-top: none; }
      #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label,
      body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label {
        font-weight: 400;
        display: block; }
        #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label a,
        #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label a,
        body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label a {
          padding: 9px 20px;
          color: #6c757d;
          display: block;
          text-decoration: none; }
          #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label a:hover,
          #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label a:hover,
          body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label a:hover {
            background: #FF0200;
            color: #FFF;
            font-weight: 400; }
        #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label.PM_ASLabelCheckboxSelected a,
        #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label.PM_ASLabelCheckboxSelected a,
        body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label.PM_ASLabelCheckboxSelected a {
          color: #FFF;
          background: #FF0200;
          font-weight: 400; }
      #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li input,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li input,
      body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li input {
        display: none; }
      #category .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter .PM_ASCriterionNoChoice,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter .PM_ASCriterionNoChoice,
      body.advancedsearch-seo .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter .PM_ASCriterionNoChoice {
        padding: 0 20px; }
  #category .PM_ASBlockOutput .PM_ASSelections,
  #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASSelections,
  body.advancedsearch-seo .PM_ASBlockOutput .PM_ASSelections {
    border: none;
    background: none; }
    #category .PM_ASBlockOutput .PM_ASSelections .active-filter-title,
    #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASSelections .active-filter-title,
    body.advancedsearch-seo .PM_ASBlockOutput .PM_ASSelections .active-filter-title {
      display: none; }
    #category .PM_ASBlockOutput .PM_ASSelections > ul,
    #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASSelections > ul,
    body.advancedsearch-seo .PM_ASBlockOutput .PM_ASSelections > ul {
      padding: 0;
      margin-top: 2px; }
      #category .PM_ASBlockOutput .PM_ASSelections > ul .PM_ASSelectionsRemoveLink,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASSelections > ul .PM_ASSelectionsRemoveLink,
      body.advancedsearch-seo .PM_ASBlockOutput .PM_ASSelections > ul .PM_ASSelectionsRemoveLink {
        margin-right: 15px;
        padding: 2px 5px 2px 24px;
        background: #dddddd;
        font-size: 0.75rem;
        border-radius: 2px;
        position: relative; }
        #category .PM_ASBlockOutput .PM_ASSelections > ul .PM_ASSelectionsRemoveLink:before,
        #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASSelections > ul .PM_ASSelectionsRemoveLink:before,
        body.advancedsearch-seo .PM_ASBlockOutput .PM_ASSelections > ul .PM_ASSelectionsRemoveLink:before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -11px;
          background: url("../img/svg/nav-cross.svg");
          width: 22px;
          height: 22px; }
  #category .PM_ASBlockOutput .PM_ASResetSearch,
  #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASResetSearch,
  body.advancedsearch-seo .PM_ASBlockOutput .PM_ASResetSearch {
    display: none !important; }

@media (max-width: 767.98px) {
  #category #js-product-list-top .sort-by-col,
  #module-pm_advancedsearch4-searchresults #js-product-list-top .sort-by-col,
  body.advancedsearch-seo #js-product-list-top .sort-by-col {
    padding: 0; }
  #category #js-product-list-top .sort-by,
  #module-pm_advancedsearch4-searchresults #js-product-list-top .sort-by,
  body.advancedsearch-seo #js-product-list-top .sort-by {
    padding-top: 0;
    border: none; }
  #category #js-product-list-top .products-sort-order label,
  #module-pm_advancedsearch4-searchresults #js-product-list-top .products-sort-order label,
  body.advancedsearch-seo #js-product-list-top .products-sort-order label {
    display: none; }
  #category #js-product-list-top .products-sort-order span.dropdown-toggle,
  #module-pm_advancedsearch4-searchresults #js-product-list-top .products-sort-order span.dropdown-toggle,
  body.advancedsearch-seo #js-product-list-top .products-sort-order span.dropdown-toggle {
    width: 50vw;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #f4f4f4 !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    color: #000;
    text-align: center;
    white-space: nowrap; }
    #category #js-product-list-top .products-sort-order span.dropdown-toggle:after,
    #module-pm_advancedsearch4-searchresults #js-product-list-top .products-sort-order span.dropdown-toggle:after,
    body.advancedsearch-seo #js-product-list-top .products-sort-order span.dropdown-toggle:after {
      display: none; }
  #category #js-product-list-top .products-sort-order .dropdown-menu,
  #module-pm_advancedsearch4-searchresults #js-product-list-top .products-sort-order .dropdown-menu,
  body.advancedsearch-seo #js-product-list-top .products-sort-order .dropdown-menu {
    margin-top: 0;
    width: 50vw;
    border-right: 0;
    transform: translate3d(0px, 50px, 0px) !important; }
  #category .as4-loader,
  #module-pm_advancedsearch4-searchresults .as4-loader,
  body.advancedsearch-seo .as4-loader {
    display: none !important; }
  #category .as4-loader-blur,
  #module-pm_advancedsearch4-searchresults .as4-loader-blur,
  body.advancedsearch-seo .as4-loader-blur {
    -webkit-filter: none !important;
            filter: none !important; }
    #category .as4-loader-blur:before,
    #module-pm_advancedsearch4-searchresults .as4-loader-blur:before,
    body.advancedsearch-seo .as4-loader-blur:before {
      content: "";
      position: fixed;
      z-index: 15;
      top: calc(50% - 15px);
      left: calc(50% - 15px);
      border: 4px solid #dddddd;
      border-left-color: #FF0200;
      margin: 10px auto;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      animation: spinLoader 1s infinite linear; }
  @keyframes spinLoader {
    to {
      transform: rotate(360deg); } }
  #category .card-block,
  #module-pm_advancedsearch4-searchresults .card-block,
  body.advancedsearch-seo .card-block {
    display: block !important; }
  #category .mob-btn,
  #module-pm_advancedsearch4-searchresults .mob-btn,
  body.advancedsearch-seo .mob-btn {
    text-align: center;
    padding: 0; }
    #category .mob-btn #mob-filtre,
    #module-pm_advancedsearch4-searchresults .mob-btn #mob-filtre,
    body.advancedsearch-seo .mob-btn #mob-filtre {
      display: inline-block;
      width: 100%;
      margin: 0 auto;
      height: 50px;
      line-height: 50px;
      padding: 0 10px; }
    #category .mob-btn #mob-filtre-close,
    #module-pm_advancedsearch4-searchresults .mob-btn #mob-filtre-close,
    body.advancedsearch-seo .mob-btn #mob-filtre-close {
      position: fixed;
      bottom: 0;
      right: 0;
      height: 50px;
      line-height: 50px;
      z-index: 99;
      margin: 0;
      color: #FFF;
      width: 50%;
      display: none;
      font-size: 0.875rem;
      border-radius: 0;
      padding: 0;
      border: none; }
  #category .PM_ASBlockOutput,
  #module-pm_advancedsearch4-searchresults .PM_ASBlockOutput,
  body.advancedsearch-seo .PM_ASBlockOutput {
    display: none; }
  #category.modal-filtre,
  #module-pm_advancedsearch4-searchresults.modal-filtre,
  body.advancedsearch-seo.modal-filtre {
    overflow: hidden;
    height: 100%; }
    #category.modal-filtre #ax-mobileui-top,
    #module-pm_advancedsearch4-searchresults.modal-filtre #ax-mobileui-top,
    body.advancedsearch-seo.modal-filtre #ax-mobileui-top {
      display: none !important; }
    #category.modal-filtre #mob-filtre,
    #module-pm_advancedsearch4-searchresults.modal-filtre #mob-filtre,
    body.advancedsearch-seo.modal-filtre #mob-filtre {
      display: none; }
    #category.modal-filtre .PM_ASBlockOutput,
    #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput,
    body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FFF;
      z-index: 9;
      overflow: hidden;
      display: block !important;
      margin: 0;
      padding: 0;
      overflow-y: auto;
      background: #f4f4f4;
      border: none; }
      #category.modal-filtre .PM_ASBlockOutput .PM_ASSelectionsBlock,
      #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASSelectionsBlock,
      body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASSelectionsBlock {
        display: none !important; }
      #category.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle,
      #category.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle,
      #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle,
      #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle,
      body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle,
      body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle {
        padding: 15px 10px;
        font-size: 1rem;
        background: #FF0200;
        color: #FFF;
        border: none;
        position: relative;
        display: block;
        text-align: center; }
        #category.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle:after,
        #category.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle:after,
        #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle:after,
        #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle:after,
        body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle:after,
        body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle:after {
          content: '';
          position: absolute;
          left: 0;
          margin-left: 17px;
          top: 50%;
          margin-top: -15px;
          background: url("../img/svg/nav-arrow-left-w.svg");
          width: 30px;
          height: 30px;
          display: inline-block; }
        #category.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle .filter-count-global,
        #category.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle .filter-count-global,
        #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle .filter-count-global,
        #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle .filter-count-global,
        body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASearchTitle .filter-count-global,
        body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASBlockTitle .filter-count-global {
          background: #FFF;
          color: #FF0200;
          font-size: 0.625rem;
          border-radius: 9px;
          width: 16px;
          height: 16px;
          line-height: 16px;
          display: inline-block;
          text-align: center;
          margin-left: 5px;
          vertical-align: 2px; }
      #category.modal-filtre .PM_ASBlockOutput .PM_ASResetSearch,
      #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASResetSearch,
      body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASResetSearch {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        z-index: 99;
        width: 50%;
        height: 50px;
        line-height: 50px;
        border-radius: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 0 10px;
        font-weight: 700;
        color: #000;
        border: none;
        background: #FFF;
        box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.3); }
        #category.modal-filtre .PM_ASBlockOutput .PM_ASResetSearch:before,
        #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASResetSearch:before,
        body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASResetSearch:before {
          display: none; }
      #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList,
      #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList,
      body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList {
        margin: 0; }
        #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup,
        #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup,
        body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup {
          padding: 0; }
          #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup:last-child .PM_ASCriterionsGroupTitle,
          #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup:last-child .PM_ASCriterionsGroupTitle,
          body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup:last-child .PM_ASCriterionsGroupTitle {
            border-bottom: 1px solid #f4f4f4; }
          #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle,
          #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle,
          body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle {
            padding: 15px 20px;
            position: relative;
            border: none;
            border-top: 1px solid #f4f4f4;
            font-weight: 400;
            color: #000;
            font-size: 0.875rem; }
            #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle:after,
            #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle:after,
            body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle:after {
              content: '';
              position: absolute;
              right: 0;
              margin-right: 15px;
              top: 50%;
              background: url("../img/svg/nav-arrow-down.svg");
              width: 18px;
              height: 18px;
              margin-top: -9px;
              display: inline-block; }
            #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected,
            #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected,
            body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected {
              background: #dddddd; }
              #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected:after,
              #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected:after,
              body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle.selected:after {
                transform: rotate(180deg); }
            #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle .filter-count,
            #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle .filter-count,
            body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle .filter-count {
              background: #FF0200;
              color: #FFF;
              font-size: 0.625rem;
              border-radius: 9px;
              font-weight: normal;
              width: 14px;
              height: 14px;
              line-height: 14px;
              display: inline-block;
              text-align: center;
              margin-left: 5px;
              vertical-align: 1px; }
          #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter,
          #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter,
          body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter {
            position: relative;
            display: none;
            left: auto;
            top: auto;
            width: auto;
            padding: 5px 20px;
            overflow-y: scroll;
            margin-bottom: 0;
            border: none;
            background: none; }
            #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li,
            #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li,
            body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li {
              position: relative; }
              #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li .PM_ASLabelCheckbox,
              #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li .PM_ASLabelCheckbox,
              body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li .PM_ASLabelCheckbox {
                font-size: 0.875rem !important;
                padding: 2px 0 2px 10px;
                text-transform: none; }
              #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li input,
              #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li input,
              body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li input {
                display: inline-block;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); }
              #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li a,
              #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li a,
              body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li a {
                padding: 9px 10px;
                font-weight: 400 !important;
                background: none !important; }
              #category.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label.PM_ASLabelCheckboxSelected a,
              #module-pm_advancedsearch4-searchresults.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label.PM_ASLabelCheckboxSelected a,
              body.advancedsearch-seo.modal-filtre .PM_ASBlockOutput .PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter li label.PM_ASLabelCheckboxSelected a {
                color: #000; }
    #category.modal-filtre #mob-filtre-close,
    #module-pm_advancedsearch4-searchresults.modal-filtre #mob-filtre-close,
    body.advancedsearch-seo.modal-filtre #mob-filtre-close {
      display: block !important; } }

#axblockcms {
  background: none;
  padding: 20px 0; }
  #axblockcms .card-header {
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none; }
  #axblockcms .card-body > ul > li > a {
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 12px 20px 10px;
    border-bottom: 1px solid #f4f4f4;
    text-decoration: none; }
  #axblockcms .card-body > ul > li.active > a, #axblockcms .card-body > ul > li:hover > a {
    color: #FFF;
    background: #FF0200;
    border-color: transparent; }
  #axblockcms .card-body > ul > li > ul > li > a {
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 12px 20px 10px 40px;
    border-bottom: 1px solid #f4f4f4; }
  #axblockcms .card-body > ul > li > ul > li.active > a {
    font-weight: bold; }

@media (max-width: 991.98px) {
  body.search-always-scroll #ax-mobileui-top.fixed {
    margin-top: -50px; }
  body .with-search {
    height: auto !important; }
  body .toggle-search-mobile {
    cursor: pointer;
    float: left; }
    body .toggle-search-mobile img {
      max-width: 35px; }
  body #ax-mobileui-search {
    display: none;
    transition: all 0.2s ease; }
  body #ax-mobileui-cart .badge {
    background: #000;
    color: #FFF; }
    body #ax-mobileui-cart .badge.active {
      background: #000; }
  body #ax-mobileui-cart img {
    height: auto;
    max-width: 25px;
    margin-top: 5px;
    vertical-align: middle; }
  body .sb-slidebar {
    overflow: visible; }
    body .sb-slidebar .language-selector {
      text-align: left; }
      body .sb-slidebar .language-selector a {
        height: 50px;
        line-height: 50px;
        padding: 0 18px;
        font-family: "Raleway", sans-serif; }
        body .sb-slidebar .language-selector a.active {
          font-weight: bold; }
  body #page.search-always-on-top {
    padding-top: 60px; }
  body #search_widget {
    margin: 0; }
    body #search_widget .form-control {
      border-right: 0;
      border-left: 0;
      height: 50px; }
  body #ax-mobileui-logo svg, body #ax-mobileui-logo img {
    height: auto;
    width: 100%;
    display: block;
    max-width: 200px;
    margin-top: 5px;
    vertical-align: middle; }
  body #ax-mobileui-left {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    background: #f4f4f4; }
    body #ax-mobileui-left ul > li.active > span.toggle:before {
      content: '';
      background: url(../img/svg/nav-arrow-left.svg);
      width: 22px;
      height: 22px;
      display: inline-block; }
    body #ax-mobileui-left ul > li > span.toggle:before {
      content: '';
      background: url(../img/svg/nav-arrow-right.svg);
      width: 22px;
      height: 22px;
      display: inline-block; }
    body #ax-mobileui-left #ax-mobileui-button.sb-toggle-left {
      float: right;
      margin-right: -50px; }
      body #ax-mobileui-left #ax-mobileui-button.sb-toggle-left span {
        background-color: #fff; }
    body #ax-mobileui-left #ax-mobileui-blocktopmenu {
      margin-bottom: 0; }
      body #ax-mobileui-left #ax-mobileui-blocktopmenu ul li:last-child a {
        border-bottom: none; }
    body #ax-mobileui-left.navigation-step-by-step #ax-mobileui-blocktopmenu ul > li.active {
      margin-top: -51px;
      background: none;
      border-bottom: 0; }
      body #ax-mobileui-left.navigation-step-by-step #ax-mobileui-blocktopmenu ul > li.active > a {
        background: #FF0200 !important;
        border-bottom: 0 !important;
        color: #FFF;
        font-size: 1rem !important; }
      body #ax-mobileui-left.navigation-step-by-step #ax-mobileui-blocktopmenu ul > li.active > span.toggle {
        height: 50px;
        line-height: 50px; }
        body #ax-mobileui-left.navigation-step-by-step #ax-mobileui-blocktopmenu ul > li.active > span.toggle:before {
          background-image: url(../img/svg/nav-arrow-left-w.svg); }
    body #ax-mobileui-left.navigation-step-by-step #ax-mobileui-blocktopmenu {
      background-color: white; }
    body #ax-mobileui-left.navigation-step-by-step #ax-mobileui-blocktopmenu ul > li > a {
      font-weight: 400;
      height: 50px;
      line-height: 50px;
      padding: 0 18px;
      color: #000;
      text-transform: none;
      font-size: 0.875rem !important; }
    body #ax-mobileui-left.navigation-step-by-step #ax-mobileui-blocktopmenu ul > li > span.toggle {
      margin-top: 0;
      height: 50px;
      line-height: 50px; }
      body #ax-mobileui-left.navigation-step-by-step #ax-mobileui-blocktopmenu ul > li > span.toggle:before {
        background-image: url(../img/svg/nav-arrow-right.svg); }
    body #ax-mobileui-left .ax-mobileui-zone {
      margin-bottom: 0; }
  body .ax-mobileui-left-logo {
    padding: 10px 60px;
    height: 50px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  html.sb-active #ax-mobileui-overlay {
    background-color: rgba(0, 0, 0, 0.65); }
  html #ax-mobileui-top,
  html #page {
    transition: margin-top ease 0.3s, -webkit-filter ease 0.3s;
    transition: filter ease 0.3s, margin-top ease 0.3s;
    transition: filter ease 0.3s, margin-top ease 0.3s, -webkit-filter ease 0.3s; } }

.product-cover {
  position: relative; }

.ribbons_block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center; }
  .ribbons_block .ribbon {
    background: #000;
    color: #FFF;
    margin-bottom: 1px;
    padding: 1px 5px; }

#axslider-slider .slick-dotted.slick-slider {
  margin-bottom: 0; }

#axslider-slider .axslider-container {
  position: relative;
  width: 100%; }
  #axslider-slider .axslider-container a {
    text-decoration: none; }
  #axslider-slider .axslider-container picture + .row {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%; }
    @media (max-width: 767.98px) {
      #axslider-slider .axslider-container picture + .row {
        position: relative;
        top: auto;
        left: auto; } }

#axslider-slider .slick-arrow {
  width: 40px;
  height: 40px;
  margin: 0; }
  @media (max-width: 1199.98px) {
    #axslider-slider .slick-arrow {
      display: none !important; } }
  #axslider-slider .slick-arrow:before {
    content: '';
    opacity: 1;
    width: 40px;
    height: 40px; }
  #axslider-slider .slick-arrow.slick-prev {
    margin-left: -50px; }
    #axslider-slider .slick-arrow.slick-prev:before {
      background: url(../img/svg/nav-arrow-left.svg); }
  #axslider-slider .slick-arrow.slick-next {
    margin-right: -50px; }
    #axslider-slider .slick-arrow.slick-next:before {
      background: url(../img/svg/nav-arrow-right.svg); }

#axslider-slider .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center; }

#axslider-slider .slide-txt {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  color: #FFF;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 420px;
  margin-right: -1px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #axslider-slider .slide-txt {
      height: 347px; } }
  @media (max-width: 991.98px) {
    #axslider-slider .slide-txt {
      height: 261px; } }
  @media (max-width: 767.98px) {
    #axslider-slider .slide-txt {
      height: auto;
      padding: 20px 0 0;
      background: none; } }

#axslider-slider .axslider-title {
  font-family: "EB Garamond", serif;
  font-size: 2.625rem;
  font-weight: 700;
  color: #FFF; }
  @media (max-width: 767.98px) {
    #axslider-slider .axslider-title {
      color: #000;
      height: 36px;
      overflow: hidden; } }

#axslider-slider .axslider-description {
  position: relative;
  padding: 0;
  font-family: "EB Garamond", serif;
  font-size: 1.125rem;
  color: #FFF;
  width: 100%;
  margin-top: 2rem; }
  @media (max-width: 767.98px) {
    #axslider-slider .axslider-description {
      color: #000;
      margin-top: 0.5rem;
      height: 78px;
      overflow: hidden; } }
  #axslider-slider .axslider-description p {
    width: 100%;
    padding: 0;
    font-size: 1.125rem; }
    @media (max-width: 767.98px) {
      #axslider-slider .axslider-description p {
        color: #000; } }

#axslider-slider .axslider-btn {
  width: auto;
  margin-top: 1.15rem; }
  #axslider-slider .axslider-btn .btn {
    background: #FF0200;
    border-color: #FF0200;
    color: #FFF; }

.language-selector {
  text-align: right; }
  .language-selector span {
    display: inline-block;
    padding: 4px 0;
    cursor: pointer; }
  .language-selector .dropdown-menu {
    min-width: 0;
    padding: 0; }

.adtm_menu_container #adtm_menu {
  margin: 0;
  border: none;
  box-shadow: none;
  background: #444444; }
  .adtm_menu_container #adtm_menu #adtm_menu_inner {
    background: none;
    border: none; }
  .adtm_menu_container #adtm_menu #menu {
    display: table;
    width: 100%; }
    .adtm_menu_container #adtm_menu #menu .li-niveau1 {
      min-height: auto;
      line-height: 56px;
      display: table-cell;
      float: none;
      text-align: center; }
      .adtm_menu_container #adtm_menu #menu .li-niveau1 a.a-niveau1 {
        min-height: auto;
        line-height: 50px;
        text-decoration: none;
        border: none;
        float: none; }
        .adtm_menu_container #adtm_menu #menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
          background: none;
          min-height: auto;
          line-height: 50px;
          color: #fff;
          text-transform: uppercase;
          font-size: 1rem;
          padding: 0 5px; }
        .adtm_menu_container #adtm_menu #menu .li-niveau1 a.a-niveau1:hover, .adtm_menu_container #adtm_menu #menu .li-niveau1 a.a-niveau1.advtm_menu_actif {
          background: #FF0200; }
          .adtm_menu_container #adtm_menu #menu .li-niveau1 a.a-niveau1:hover .advtm_menu_span, .adtm_menu_container #adtm_menu #menu .li-niveau1 a.a-niveau1.advtm_menu_actif .advtm_menu_span {
            color: #FFF; }
      .adtm_menu_container #adtm_menu #menu .li-niveau1 div.adtm_sub {
        top: 50px;
        border: none;
        box-shadow: none; }
        .adtm_menu_container #adtm_menu #menu .li-niveau1 div.adtm_sub .adtm_column_wrap {
          padding: 0 30px; }
        .adtm_menu_container #adtm_menu #menu .li-niveau1 div.adtm_sub .adtm_column_wrap_td:nth-child(1) {
          background: #f4f4f4; }
        .adtm_menu_container #adtm_menu #menu .li-niveau1 div.adtm_sub .adtm_column_wrap_td:nth-child(5) {
          border: none; }
          .adtm_menu_container #adtm_menu #menu .li-niveau1 div.adtm_sub .adtm_column_wrap_td:nth-child(5) .adtm_column_wrap {
            padding: 0; }
            .adtm_menu_container #adtm_menu #menu .li-niveau1 div.adtm_sub .adtm_column_wrap_td:nth-child(5) .adtm_column_wrap .adtm_column {
              margin: -1px; }
            .adtm_menu_container #adtm_menu #menu .li-niveau1 div.adtm_sub .adtm_column_wrap_td:nth-child(5) .adtm_column_wrap img.adtm_menu_icon {
              margin: 0 auto; }
      .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column {
        margin: 30px 0; }
        .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column .column_wrap_title {
          line-height: 26px;
          margin: 0; }
          .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column .column_wrap_title a {
            text-transform: uppercase;
            font-weight: 400;
            font-size: 1rem;
            color: #000; }
            .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column .column_wrap_title a:hover, .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column .column_wrap_title a.advtm_menu_actif {
              color: #FF0200; }
        .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column .adtm_elements {
          margin-top: 5px; }
          .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column .adtm_elements a {
            font-size: 0.875rem;
            line-height: 24px;
            color: #000; }
            .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column .adtm_elements a:hover, .adtm_menu_container #adtm_menu #menu .li-niveau1 .adtm_column .adtm_elements a.advtm_menu_actif {
              color: #FF0200; }

@media (min-width: 992px) {
  #search_widget {
    display: none;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 300px; } }
  @media (min-width: 992px) and (max-width: 991.98px) {
    #search_widget {
      display: block; } }

#search_widget .input-group-append {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 9; }
  #search_widget .input-group-append button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    color: #FF0200; }
  #search_widget .input-group-append svg {
    width: 26px;
    height: 26px; }

#search_widget .reset {
  display: none; }

@media (min-width: 992px) {
  #search_widget {
    position: fixed;
    top: 160px;
    left: 50%;
    margin-left: -476px;
    width: 952px;
    z-index: 9999;
    min-height: 60px;
    height: auto; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    #search_widget {
      margin-left: -580px;
      width: 1160px; } }

@media (min-width: 992px) {
    #search_widget input {
      height: 60px;
      font-size: 1.5rem;
      padding-left: 3.5rem;
      padding-right: 3.5rem; }
    #search_widget .input-group-append {
      left: 0;
      right: auto; }
      #search_widget .input-group-append button {
        padding: 0.75rem; }
        #search_widget .input-group-append button svg {
          height: 30px;
          width: 30px; }
          #search_widget .input-group-append button svg [stroke] {
            stroke: #666666; }
    #search_widget .reset {
      display: block;
      position: absolute;
      z-index: 20;
      right: 0;
      top: 10px;
      background: none;
      border: 0;
      height: 40px;
      width: 40px;
      opacity: 0.5;
      cursor: pointer; }
      #search_widget .reset:hover {
        opacity: 1; }
      #search_widget .reset svg  {
        display: block;
        width: 40px;
        height: 40px; }
  #search_overlay {
    display: none;
    position: fixed;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }

@media (max-width: 991.98px) {
  #page > #search_widget {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 50px; } }

.category-tree {
  background: none;
  padding: 0; }
  .category-tree .card-header {
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none; }
    @media (max-width: 991.98px) {
      .category-tree .card-header {
        padding: 0; } }
  .category-tree .card-body > ul > li a {
    text-decoration: none; }
  .category-tree .card-body > ul > li > a {
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 12px 20px 10px;
    border-bottom: 1px solid #f4f4f4; }
    @media (max-width: 991.98px) {
      .category-tree .card-body > ul > li > a {
        padding: 12px 5px 10px; } }
  .category-tree .card-body > ul > li.active, .category-tree .card-body > ul > li:hover {
    display: block; }
    .category-tree .card-body > ul > li.active > a, .category-tree .card-body > ul > li:hover > a {
      color: #FFF;
      background: #FF0200;
      border-color: transparent; }
  .category-tree .card-body > ul > li.active > ul > li {
    display: block; }
  .category-tree .card-body > ul > li > ul > li {
    display: none;
    padding-left: 40px; }
    .category-tree .card-body > ul > li > ul > li:first-child {
      padding-top: 3px; }
    .category-tree .card-body > ul > li > ul > li:last-child {
      padding-bottom: 20px;
      border-bottom: 1px solid #f4f4f4; }
    .category-tree .card-body > ul > li > ul > li > a {
      text-transform: none;
      color: #444444;
      padding: 9px 0 8px;
      display: block;
      font-size: 13px; }
    .category-tree .card-body > ul > li > ul > li.active > a, .category-tree .card-body > ul > li > ul > li:hover > a {
      color: #FF0200; }

.email_subscription {
  padding: 20px 0;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 991.98px) {
    .email_subscription {
      margin: 60px 0;
      text-align: center;
      padding: 40px 30px; } }
  .email_subscription .email-title {
    font-size: 1.5rem;
    font-weight: 400; }
    @media (max-width: 991.98px) {
      .email_subscription .email-title {
        font-size: 1.875rem; } }
    .email_subscription .email-title span::after {
      content: '';
      margin: -4px 0 2px;
      height: 4px; }
  .email_subscription p {
    color: #ced4da;
    font-size: 1rem; }
    @media (max-width: 991.98px) {
      .email_subscription p {
        width: 100%;
        padding: 0; } }
  .email_subscription .form {
    position: relative; }
    @media (max-width: 767.98px) {
      .email_subscription .form {
        width: 100%; } }
    .email_subscription .form .form-control {
      background: #f5f5f5;
      border-radius: 0;
      color: #000;
      transition: all 0.2s ease-in-out;
      line-height: 46px;
      min-height: 46px;
      border: none; }
      .email_subscription .form .form-control::-moz-placeholder {
        color: #666666;
        opacity: 1; }
      .email_subscription .form .form-control:-ms-input-placeholder {
        color: #666666; }
      .email_subscription .form .form-control::-webkit-input-placeholder {
        color: #666666; }
      .email_subscription .form .form-control:focus::-moz-placeholder {
        color: #000; }
      .email_subscription .form .form-control:focus:-ms-input-placeholder {
        color: #000; }
      .email_subscription .form .form-control:focus::-webkit-input-placeholder {
        color: #000; }
    .email_subscription .form .btn {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0 28px;
      line-height: 46px;
      min-height: 46px;
      height: 46px;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 991.98px) {
        .email_subscription .form .btn {
          font-size: 0;
          padding: 0;
          height: 46px;
          width: 46px;
          border-radius: 0;
          background-image: url(../img/svg/nav-arrow-right-w.svg);
          background-position: center;
          background-size: 23px;
          background-repeat: no-repeat; } }

#authentication .ax-fb-connect,
#checkout[data-ax-step="checkout-personal-information-step"] .ax-fb-connect {
  text-align: center;
  margin-top: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }

#authentication #fbpsc.login-account,
#checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account {
  margin: 0 !important; }

#authentication #fbpsc.authentication,
#authentication #fbpsc.login-account,
#checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication,
#checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account {
  padding: 0;
  margin: 16px 0 0;
  background: none;
  border: none;
  font-size: 0.875rem;
  color: #666666; }
  #authentication #fbpsc.authentication .clr_10,
  #authentication #fbpsc.login-account .clr_10,
  #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .clr_10,
  #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .clr_10 {
    display: none; }
  #authentication #fbpsc.authentication .btn-connect,
  #authentication #fbpsc.login-account .btn-connect,
  #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect,
  #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect {
    margin: 0.6rem 0;
    padding: 0;
    border: none;
    background: #3d5c9a;
    width: 100%;
    border-radius: 0;
    height: 48px;
    line-height: 48px; }
    #authentication #fbpsc.authentication .btn-connect:last-child,
    #authentication #fbpsc.login-account .btn-connect:last-child,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect:last-child,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect:last-child {
      margin-bottom: 0; }
    #authentication #fbpsc.authentication .btn-connect .fa,
    #authentication #fbpsc.authentication .btn-connect .btn-google-icon,
    #authentication #fbpsc.login-account .btn-connect .fa,
    #authentication #fbpsc.login-account .btn-connect .btn-google-icon,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect .fa,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect .btn-google-icon,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect .fa,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect .btn-google-icon {
      display: none; }
    #authentication #fbpsc.authentication .btn-connect .btn-title-connect,
    #authentication #fbpsc.login-account .btn-connect .btn-title-connect,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect .btn-title-connect,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect .btn-title-connect {
      position: relative;
      padding-left: 48px;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 700;
      color: #FFF;
      margin-left: -30px; }
      #authentication #fbpsc.authentication .btn-connect .btn-title-connect:before,
      #authentication #fbpsc.login-account .btn-connect .btn-title-connect:before,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect .btn-title-connect:before,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect .btn-title-connect:before {
        content: '';
        background: url(../img/svg/network-facebook-w.svg);
        width: 36px;
        height: 36px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    #authentication #fbpsc.authentication .btn-connect.btn-facebook,
    #authentication #fbpsc.login-account .btn-connect.btn-facebook,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-facebook,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-facebook {
      background: #3d5c9a;
      margin-top: 0; }
      #authentication #fbpsc.authentication .btn-connect.btn-facebook .btn-title-connect,
      #authentication #fbpsc.login-account .btn-connect.btn-facebook .btn-title-connect,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-facebook .btn-title-connect,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-facebook .btn-title-connect {
        margin-left: 0; }
        #authentication #fbpsc.authentication .btn-connect.btn-facebook .btn-title-connect:before,
        #authentication #fbpsc.login-account .btn-connect.btn-facebook .btn-title-connect:before,
        #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-facebook .btn-title-connect:before,
        #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-facebook .btn-title-connect:before {
          background: url(../img/svg/network-facebook-w.svg); }
      #authentication #fbpsc.authentication .btn-connect.btn-facebook:hover,
      #authentication #fbpsc.login-account .btn-connect.btn-facebook:hover,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-facebook:hover,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-facebook:hover {
        background: #2f4675; }
    #authentication #fbpsc.authentication .btn-connect.btn-google,
    #authentication #fbpsc.login-account .btn-connect.btn-google,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-google,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-google {
      background: #4285f4; }
      #authentication #fbpsc.authentication .btn-connect.btn-google .btn-title-connect:before,
      #authentication #fbpsc.login-account .btn-connect.btn-google .btn-title-connect:before,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-google .btn-title-connect:before,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-google .btn-title-connect:before {
        background: url(../img/svg/network-google-w.svg); }
      #authentication #fbpsc.authentication .btn-connect.btn-google:hover,
      #authentication #fbpsc.login-account .btn-connect.btn-google:hover,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-google:hover,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-google:hover {
        background: #1266f1; }
    #authentication #fbpsc.authentication .btn-connect.btn-amazon,
    #authentication #fbpsc.login-account .btn-connect.btn-amazon,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-amazon,
    #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-amazon {
      background: #ff9900; }
      #authentication #fbpsc.authentication .btn-connect.btn-amazon .btn-title-connect:before,
      #authentication #fbpsc.login-account .btn-connect.btn-amazon .btn-title-connect:before,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-amazon .btn-title-connect:before,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-amazon .btn-title-connect:before {
        background: url(../img/svg/network-amazon-w.svg); }
      #authentication #fbpsc.authentication .btn-connect.btn-amazon:hover,
      #authentication #fbpsc.login-account .btn-connect.btn-amazon:hover,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.authentication .btn-connect.btn-amazon:hover,
      #checkout[data-ax-step="checkout-personal-information-step"] #fbpsc.login-account .btn-connect.btn-amazon:hover {
        background: #cc7a00; }

#blockinstagram {
  margin-top: 3rem; }
  #blockinstagram .insta a {
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background: #fff; }
  #blockinstagram img {
    max-width: none;
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%); }

body .psgdprgetdatabtn17 {
  float: none; }

#blockcart-wrapper {
  /*&.cart-expand {
		.blockcart {
			> a:after {
				display: none;
			}
			&.show {
				.scart-body {
					display: block;
				}
			}
			.scart-img {
				height: 90px;
				width: 90px;
				position: relative;
				display: block;
				overflow: hidden;

				img {
					width: auto;
					max-width: none;
					height: 100%;
					display: block;
					position: absolute;
					top: 0;
					left: 50%;
					transform: translateX(-50%);
				}
			}

			.scart-body {
				position: absolute;
				right: 0;
				top: 100%;
				display: none;
				width: 520px;
				text-transform: none;
				font-weight: normal;
				padding: 20px;
				color: $primary;
				text-align: left;
				line-height: 1.2;
				max-height: 80vh;
				overflow-y: auto;
				background: #FFF;
				z-index: 1000;
				box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.3);

				@include media-breakpoint-down(lg) {
					right: 0;
				}

				.row {
					align-items: flex-start;
				}

				.product-name,
				.product-quantity {
					font-size: $font-size-large;
					color: $primary !important;
					display: block;
					text-transform: none;
				}

				.product-total-price {
					color: $primary;
				}

				.remove-from-cart {
					position: absolute;
					top: 7px;
					right: -20px;

					svg {
						width: 20px;
						height: 20px;
					}
				}

				li {
					position: relative;
					padding: 10px 0;
				}

				> div {
					padding: 2px 0;
					position: relative;
					font-size: $font-size-large;


					&.cart-subtotals {
						border: none;
						padding: 8px 0 0;

						> div {
							padding: 2px 0;
						}
					}

					&.cart-button {
						text-align: right;
						border: none;
						background: none;
						margin-top: 10px;

						.btn {
							height: 40px;
							line-height: 40px;
							border-radius: 0;
							border: none;
						}
					}

					.value {
						float: right;
						color: $primary;
					}
				}
			}
		}
	}*/ }
  #blockcart-wrapper .blockcart > a {
    position: relative; }
    #blockcart-wrapper .blockcart > a .badge {
      position: absolute;
      top: 4px;
      right: 0;
      background: black;
      color: #fff;
      width: 24px;
      height: 24px;
      border-radius: 50px;
      padding: 0;
      line-height: 24px;
      font-size: 1.125rem; }
    #blockcart-wrapper .blockcart > a img {
      height: 55px; }

#blockcart-modal .modal-title {
  font-size: 1.875rem;
  color: #000;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    #blockcart-modal .modal-title {
      font-size: 1.375rem; } }

#blockcart-modal .close {
  padding: 0; }
  #blockcart-modal .close svg {
    width: 40px;
    height: 40px; }

#blockcart-modal .modal-body {
  padding: 40px 20px 0; }
  @media (max-width: 767.98px) {
    #blockcart-modal .modal-body {
      padding-top: 20px; }
      #blockcart-modal .modal-body .btn-back {
        margin: 0.5rem 0 1.2rem; } }

#blockcart-modal .modal-left .product-name {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.7rem; }
  @media (max-width: 767.98px) {
    #blockcart-modal .modal-left .product-name {
      margin-bottom: 0; } }

#blockcart-modal .modal-left p {
  margin: 0; }

#blockcart-modal .modal-left .price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-top: 0.7rem; }
  @media (max-width: 767.98px) {
    #blockcart-modal .modal-left .price {
      margin-top: 0.2rem;
      font-weight: normal;
      font-size: 1rem; } }

#blockcart-modal .modal-left .btn {
  margin-top: 2rem;
  background: none; }
  #blockcart-modal .modal-left .btn:hover, #blockcart-modal .modal-left .btn:focus, #blockcart-modal .modal-left .btn:active {
    background: #FF0200; }
  @media (max-width: 767.98px) {
    #blockcart-modal .modal-left .btn {
      width: 100%;
      margin-top: 1.5rem; } }

@media (max-width: 767.98px) {
  #blockcart-modal .modal-left .col-md-7 {
    padding-left: 0; } }

#blockcart-modal .modal-right .card {
  padding: 40px;
  background: none;
  border: 1px solid #000; }
  @media (max-width: 767.98px) {
    #blockcart-modal .modal-right .card {
      padding: 20px;
      margin-bottom: 20px; } }

#blockcart-modal .modal-right .cart-content {
  color: #000; }
  #blockcart-modal .modal-right .cart-content strong {
    font-weight: normal; }
  #blockcart-modal .modal-right .cart-content .value {
    float: right;
    font-size: 1rem;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      #blockcart-modal .modal-right .cart-content .value {
        font-weight: normal; } }
  #blockcart-modal .modal-right .cart-content .btn {
    margin-top: 2rem; }
    @media (max-width: 767.98px) {
      #blockcart-modal .modal-right .cart-content .btn {
        margin-top: 1rem; } }

#soflexibiliteModal .modal-content {
  position: absolute; }

#soflexibiliteModal img {
  max-height: 100%; }

#soflexibiliteModal #sf-center-button,
#soflexibiliteModal #sf-pac-button,
#soflexibiliteModal #sf-close-button {
  padding: 0 15px; }

#soflexibiliteModal #sf-close-button {
  background: #FF0200;
  color: #FFF;
  border: none; }

@media (max-width: 767.98px) {
  .sf_table_times {
    display: none; } }

.ps-social-follow {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right; }
  @media (max-width: 767.98px) {
    .ps-social-follow {
      text-align: center;
      -ms-flex-order: 1;
          order: 1; } }
  .ps-social-follow li {
    display: inline-block; }
    .ps-social-follow li svg {
      width: 46px;
      height: 46px;
      fill: #FFF; }

.ybc-blog-list a {
  text-decoration: none; }

.ybc-blog-list .post-wrapper {
  margin-bottom: 2rem; }

.ybc-blog-list .ybc-blog-wrapper-content {
  padding: 15px 20px; }
  .ybc-blog-list .ybc-blog-wrapper-content .ybc-blog-sidear-post-meta {
    /*.blog-author {
				display: inline-block;
				padding-right: 10px;
				margin-right: 7px;
				color: $gray-500;
			}*/ }
    .ybc-blog-list .ybc-blog-wrapper-content .ybc-blog-sidear-post-meta .blog-date {
      display: inline-block;
      color: #999999;
      padding-right: 10px;
      margin-right: 7px; }
    .ybc-blog-list .ybc-blog-wrapper-content .ybc-blog-sidear-post-meta .ybc-blog-categories {
      display: inline-block;
      position: relative;
      color: #FF0200; }
      .ybc-blog-list .ybc-blog-wrapper-content .ybc-blog-sidear-post-meta .ybc-blog-categories a {
        color: #FF0200; }
      .ybc-blog-list .ybc-blog-wrapper-content .ybc-blog-sidear-post-meta .ybc-blog-categories:before {
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #f4f4f4;
        display: inline-block; }
  .ybc-blog-list .ybc-blog-wrapper-content .ybc_title_block {
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.2; }
  .ybc-blog-list .ybc-blog-wrapper-content .blog-description {
    font-size: 0.875rem; }
  .ybc-blog-list .ybc-blog-wrapper-content .read_more {
    text-transform: uppercase; }

.ybc-navigation-blog-content {
  margin-bottom: 2rem;
  text-align: center;
  position: relative; }
  .ybc-navigation-blog-content li {
    display: inline-block; }
    .ybc-navigation-blog-content li a {
      padding: 0.8rem 0.9rem 0.60rem;
      display: block;
      text-transform: uppercase;
      transition: all ease 0.3s;
      text-decoration: none;
      font-weight: 400; }
    .ybc-navigation-blog-content li.active a {
      color: #fff;
      background: #FF0200; }
    .ybc-navigation-blog-content li:hover a {
      color: #fff;
      background: #FF0200; }

.blog-category-desc {
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem; }

.post-details {
  margin-top: 1.2rem; }
  .post-details .blog-extra {
    text-align: center; }
    .post-details .blog-extra .ybc-blog-categories {
      display: block;
      position: relative;
      color: #FF0200; }
      .post-details .blog-extra .ybc-blog-categories a {
        color: #FF0200; }
    .post-details .blog-extra .blog-date {
      display: block;
      color: #999999; }
    .post-details .blog-extra h1 {
      margin-bottom: 2rem;
      margin-top: 0; }
  .post-details .blog_description {
    margin-bottom: 2.3rem; }
  .post-details .blog-addthis {
    text-align: right;
    border-top: 1px solid #f4f4f4; }
    .post-details .blog-addthis .addthis_inline_share_toolbox {
      margin-top: 1.2rem; }
  .post-details .ybc-blog-wrapper-comment {
    margin-top: 1.8rem; }
    .post-details .ybc-blog-wrapper-comment .title_blog {
      font-size: 1.5rem;
      font-weight: 400;
      color: #000; }

#ax-related-prod {
  margin-top: 5rem; }
  @media (max-width: 767.98px) {
    #ax-related-prod {
      padding: 0 10px; } }
  #ax-related-prod .page-heading, #ax-related-prod .wishlist-container-header h1, .wishlist-container-header #ax-related-prod h1, #ax-related-prod .wishlist-products-container-header h1, .wishlist-products-container-header #ax-related-prod h1 {
    text-align: center; }

#ax-related-article {
  margin-top: 2rem;
  display: inline-block;
  width: 100%; }
  @media (max-width: 767.98px) {
    #ax-related-article {
      padding: 0 10px; } }
  #ax-related-article .page-heading, #ax-related-article .wishlist-container-header h1, .wishlist-container-header #ax-related-article h1, #ax-related-article .wishlist-products-container-header h1, .wishlist-products-container-header #ax-related-article h1 {
    text-align: center; }

.bybc-blog-slider {
  margin-bottom: 6rem; }
  .bybc-blog-slider a {
    text-decoration: none; }
  @media (max-width: 767.98px) {
    .bybc-blog-slider {
      margin-bottom: 3rem; } }
  @media (min-width: 768px) {
    .bybc-blog-slider .slick-dots {
      display: none !important; } }
  .bybc-blog-slider .slick-arrow {
    width: 40px;
    height: 40px; }
    .bybc-blog-slider .slick-arrow:before {
      content: '';
      opacity: 1;
      width: 40px;
      height: 40px; }
    .bybc-blog-slider .slick-arrow.slick-prev {
      margin-left: -50px; }
      .bybc-blog-slider .slick-arrow.slick-prev:before {
        background: url(../img/svg/nav-arrow-left.svg); }
    .bybc-blog-slider .slick-arrow.slick-next {
      margin-right: -50px; }
      .bybc-blog-slider .slick-arrow.slick-next:before {
        background: url(../img/svg/nav-arrow-right.svg); }
  .bybc-blog-slider .slider_big_image {
    position: relative; }
    .bybc-blog-slider .slider_big_image .slider-caption {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 55%;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 0 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      color: #FFF;
      font-family: "EB Garamond", serif;
      font-size: 2.625rem;
      font-weight: 700;
      line-height: 1.1; }
      @media (max-width: 767.98px) {
        .bybc-blog-slider .slider_big_image .slider-caption {
          color: #FFF;
          font-size: 1.375rem;
          position: relative;
          top: auto;
          right: auto;
          left: auto;
          bottom: auto;
          padding: 20px;
          background: rgba(0, 0, 0, 0.3); } }
  .bybc-blog-slider .slide-btn {
    width: auto;
    margin-top: 1.15rem; }
    .bybc-blog-slider .slide-btn .btn {
      background: #FF0200;
      border-color: #FF0200;
      color: #FFF; }

.blog-paggination {
  text-align: center; }
  .blog-paggination .links {
    font-size: 0; }
    .blog-paggination .links a, .blog-paggination .links b {
      width: 44px;
      height: 44px;
      line-height: 44px;
      display: inline-block;
      font-weight: normal;
      vertical-align: middle;
      text-decoration: none;
      font-size: 0.875rem; }
    .blog-paggination .links b,
    .blog-paggination .links a:hover {
      background: #FF0200;
      color: #FFF; }
    .blog-paggination .links .next,
    .blog-paggination .links .prev {
      background: none !important; }
      .blog-paggination .links .next span,
      .blog-paggination .links .prev span {
        content: '';
        display: inline-block;
        font-size: 0;
        margin: 012px;
        width: 20px;
        height: 20px;
        background-image: url(../img/svg/nav-arrow-left.svg); }
    .blog-paggination .links .next span {
      background-image: url(../img/svg/nav-arrow-right.svg); }
    .blog-paggination .links .last,
    .blog-paggination .links .frist {
      display: none; }
  .blog-paggination .results {
    display: none; }

#mailalert {
  margin-top: 2rem; }
  #mailalert .btn {
    min-height: 44px;
    height: 44px;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    line-height: 1.5;
    white-space: normal;
    font-size: 0.875rem; }
  #mailalert .js-mailalert .form-control {
    border-radius: 0 0 0 0; }
  #mailalert .js-mailalert > span {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 47px; }

.wishlist {
  margin-top: 2rem; }
  .wishlist-container .wishlist-list-item:hover .wishlist-list-item-title {
    color: black;
    opacity: .7; }
  .page-product .wishlist-button-product {
    width: auto;
    box-shadow: none;
    font-weight: bold;
    padding: 0; }
  .wishlist-modal.show {
    background: rgba(0, 0, 0, 0.5); }
  .wishlist-modal .close {
    outline: none; }

.ets_mm_megamenu ul.mm_columns_ul:not(.mm_columns_ul_tab) {
  overflow-y: initial;
  overflow-x: initial; }

.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content {
  background: transparent;
  border-bottom: 0;
  border-top: 0; }

.ets_mm_megamenu.layout_layout1 .mm_menus_li {
  border-right: 0; }
  .ets_mm_megamenu.layout_layout1 .mm_menus_li:nth-child(2) {
    border-left: 0; }
  .ets_mm_megamenu.layout_layout1 .mm_menus_li:last-child {
    border-right: 0; }
  .ets_mm_megamenu.layout_layout1 .mm_menus_li > a {
    font-weight: 400;
    text-transform: inherit; }
    .ets_mm_megamenu.layout_layout1 .mm_menus_li > a:before {
      display: none; }

.ets_mm_megamenu.layout_layout1 .ets_mm_block_content ul li a::before {
  display: none; }

.dropdown-item.active a {
  color: #fff; }

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

label {
  font-weight: 700;
  color: #000;
  margin: 0; }
  label.required > span:not(.select2):after {
    content: '*'; }

.rte p {
  min-height: 1px; }

.rte h2 {
  font-size: 1.875rem; }

.radio-block {
  display: block;
  cursor: pointer; }

.modal-dialog {
  max-width: 960px; }

body {
  cursor: default;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:focus,
a.active,
a:hover {
  outline: none; }

#module-psgdpr-gdpr #exportDataToCsv {
  float: none;
  margin: 0; }

.content_only {
  padding-bottom: 2rem; }
  .content_only #breadcrumb {
    display: none !important; }
  .content_only #cms .page-content {
    width: 100%; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-image: url("../img/photoswipe/default-skin.png");
  background-repeat: no-repeat;
  background-size: 264px 88px;
  width: 32px;
  height: 32px; }

.pswp__counter {
  display: none; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  width: 32px;
  height: 32px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../img/photoswipe/default-skin.svg"); } }

body form div label img {
  float: none;
  width: auto;
  padding: 0; }

@media (min-width: 992px) {
  .container.smaller {
    max-width: 1200px; } }

.page-heading, .wishlist-container-header h1, .wishlist-products-container-header h1,
.has-divider {
  position: relative;
  padding-bottom: 50px; }
  .page-heading:after, .wishlist-container-header h1:after, .wishlist-products-container-header h1:after,
  .has-divider:after {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    content: "";
    width: 50px;
    height: 30px;
    background: url("../img/titre.jpg");
    background-size: cover; }
    @media (max-width: 767.98px) {
      .page-heading:after, .wishlist-container-header h1:after, .wishlist-products-container-header h1:after,
      .has-divider:after {
        width: 45px;
        height: 27px; } }

#breadcrumb {
  display: none !important; }

.alert-warning {
  color: #000;
  background-color: #fff;
  border-color: #000; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .ax_tunnelcontact {
    margin-top: 2rem; } }

@media (max-width: 767.98px) {
  #left-column .category-tree.parent_lvl.card .card-body li {
    display: inline-block; }
  #left-column .category-tree.card .card-body li {
    display: none; }
    #left-column .category-tree.card .card-body li > ul {
      display: none; }
    #left-column .category-tree.card .card-body li.active {
      display: inline-block; }
      #left-column .category-tree.card .card-body li.active > a {
        display: none; }
    #left-column .category-tree.card .card-body li.deeper-active {
      display: inline-block;
      font-size: 0;
      padding: 0; }
      #left-column .category-tree.card .card-body li.deeper-active > a {
        background: #FF0200;
        color: #FFF; }
      #left-column .category-tree.card .card-body li.deeper-active.no-selected > a {
        background: none;
        color: #000; }
      #left-column .category-tree.card .card-body li.deeper-active a {
        display: inline-block;
        padding: 15px 20px 13px;
        font-size: 0.875rem;
        text-transform: uppercase; }
      #left-column .category-tree.card .card-body li.deeper-active > ul {
        display: inline-block; }
        #left-column .category-tree.card .card-body li.deeper-active > ul > li {
          display: inline-block;
          padding: 0;
          border: none; }
          #left-column .category-tree.card .card-body li.deeper-active > ul > li.active {
            background: #FF0200; }
            #left-column .category-tree.card .card-body li.deeper-active > ul > li.active a {
              color: #FFF; }
  #left-column .card,
  #left-column #axblog_menu_cat,
  #ax-blog .card,
  #ax-blog #axblog_menu_cat {
    white-space: nowrap;
    overflow-y: scroll;
    margin: 1rem -20px;
    padding: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4; }
    #left-column .card .card-header,
    #left-column #axblog_menu_cat .card-header,
    #ax-blog .card .card-header,
    #ax-blog #axblog_menu_cat .card-header {
      display: none; }
    #left-column .card .card-body li,
    #left-column #axblog_menu_cat .card-body li,
    #ax-blog .card .card-body li,
    #ax-blog #axblog_menu_cat .card-body li {
      display: inline-block; }
      #left-column .card .card-body li a,
      #left-column #axblog_menu_cat .card-body li a,
      #ax-blog .card .card-body li a,
      #ax-blog #axblog_menu_cat .card-body li a {
        border: none;
        padding: 15px 20px 13px; }
  .ax_tunnelcontact {
    margin-top: 2rem; }
  body.page-cart .cart-overview {
    border-bottom: none; }
    body.page-cart .cart-overview .cart-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.page-cart .cart-overview .cart-item .product-image {
        width: 35%;
        padding: 0.5rem; }
      body.page-cart .cart-overview .cart-item .product-info {
        width: 65%;
        margin-bottom: 1rem; }
      body.page-cart .cart-overview .cart-item .product-qty {
        width: auto;
        margin-left: 40%; } }
      @media (max-width: 767.98px) and (max-width: 767.98px) {
        body.page-cart .cart-overview .cart-item .product-qty {
          margin-left: 35%; }
          body.page-cart .cart-overview .cart-item .product-qty .input-group-btn {
            display: none; } }

@media (max-width: 767.98px) {
        body.page-cart .cart-overview .cart-item .product-qty a {
          display: none; }
      body.page-cart .cart-overview .cart-item .product-price {
        width: auto;
        padding: 0; } }
      @media (max-width: 767.98px) and (max-width: 767.98px) {
        body.page-cart .cart-overview .cart-item .product-price {
          font-size: 1rem; } }

@media (max-width: 767.98px) {
      body.page-cart .cart-overview .cart-item .product-remove {
        width: 30px; }
  body.page-order #order-step {
    white-space: nowrap;
    overflow-y: scroll; }
    body.page-order #order-step .h3 {
      overflow: hidden;
      display: inline-block;
      padding-right: 0.7rem; }
  body.page-order #checkout-delivery-step .delivery-options-list {
    margin: 0; }
  body.page-order #checkout-delivery-step .delivery-option-bg .delivery-option {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    body.page-order #checkout-delivery-step .delivery-option-bg .delivery-option > div {
      padding: 0 5px; }
  body.page-order #checkout-payment-step .payment-bg .js-additional-information,
  body.page-order #checkout-payment-step .payment-bg .js-payment-option-form {
    padding: 0 10px 0 30px; }
  body.page-order #checkout-payment-step #conditions-to-approve li {
    position: relative; }
    body.page-order #checkout-payment-step #conditions-to-approve li input {
      position: absolute;
      left: 0;
      top: 2px; }
    body.page-order #checkout-payment-step #conditions-to-approve li label {
      padding-left: 18px; }
  #page.button-cta-fixed #add-to-cart button {
    transition: none;
    z-index: 25;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px); }
    .iphoneX #page.button-cta-fixed #add-to-cart button {
      bottom: 30px; }
    #page.button-cta-fixed #add-to-cart button[style*="relative"] {
      left: auto;
      right: auto;
      width: 100%; }
      .iphoneX #page.button-cta-fixed #add-to-cart button[style*="relative"] {
        bottom: 0; }
  #page.button-cta-fixed .btn-tunnel {
    height: 87px; }
    #page.button-cta-fixed .btn-tunnel .btn-checkout {
      transition: none;
      z-index: 25;
      position: fixed;
      bottom: 10px;
      left: 20px;
      right: 20px;
      width: calc(100% - 40px);
      margin-bottom: 0;
      margin-top: 10px; }
      .iphoneX #page.button-cta-fixed .btn-tunnel .btn-checkout {
        bottom: 30px; }
      #page.button-cta-fixed .btn-tunnel .btn-checkout[style*="relative"] {
        left: 0;
        right: 0;
        width: 100%; }
        .iphoneX #page.button-cta-fixed .btn-tunnel .btn-checkout[style*="relative"] {
          bottom: 0; }
  .iphoneX #page.button-cta-fixed #mob-filtre-close, .iphoneX
  #page.button-cta-fixed .PM_ASResetSearch {
    bottom: 30px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -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 {
  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; }
