/*!/wp-content/themes/hello-mountain/assets/css/main.min.css*/@charset "UTF-8";

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }


/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a.nice-select.open,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* https://kenwheeler.github.io/slick/ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

[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; }

.ws {
  height: 10px; }

.ws-0 {
  height: 0; }

.ws-20 {
  height: 20px; }

.ws-30 {
  height: 30px; }

.ws-40 {
  height: 40px; }

.ws-50 {
  height: 50px; }

.ws-60 {
  height: 60px; }

.ws-70 {
  height: 70px; }

.ws-80 {
  height: 80px; }

.ws-90 {
  height: 90px; }

.ws-100 {
  height: 100px; }

.ws-small {
  height: 1em; }

.ws-medium {
  height: 2em; }

.ws-big {
  height: 3em; }

.ws-n {
  margin-top: -10px; }

.ws-n-0 {
  margin-top: 0; }

.ws-n-25 {
  margin-top: -25px; }

.ws-n-50 {
  margin-top: -50px; }

.ws-n-75 {
  margin-top: -75px; }

.ws-n-100 {
  margin-top: -100px; }

.ws-n-125 {
  margin-top: -125px; }

.ws-n-150 {
  margin-top: -150px; }

.ws-n-175 {
  margin-top: -175px; }

.ws-n-200 {
  margin-top: -200px; }

@media screen and (min-width: 576px) {
  .ws-sm-0 {
    height: 0; }
  .ws-sm {
    height: 10px; }
  .ws-sm-20 {
    height: 20px; }
  .ws-sm-30 {
    height: 30px; }
  .ws-sm-40 {
    height: 40px; }
  .ws-sm-50 {
    height: 50px; }
  .ws-sm-60 {
    height: 60px; }
  .ws-sm-70 {
    height: 70px; }
  .ws-sm-80 {
    height: 80px; }
  .ws-sm-90 {
    height: 90px; }
  .ws-sm-100 {
    height: 100px; }
  .ws-sm-small {
    height: 1em; }
  .ws-sm-medium {
    height: 2em; }
  .ws-sm-big {
    height: 3em; }
  .ws-n-sm-0 {
    margin-top: 0; }
  .ws-n-sm-25 {
    margin-top: -25px; }
  .ws-n-sm-50 {
    margin-top: -50px; }
  .ws-n-sm-75 {
    margin-top: -75px; }
  .ws-n-sm-100 {
    margin-top: -100px; }
  .ws-n-sm-125 {
    margin-top: -125px; }
  .ws-n-sm-150 {
    margin-top: -150px; }
  .ws-n-sm-175 {
    margin-top: -175px; }
  .ws-n-sm-200 {
    margin-top: -200px; } }

@media screen and (min-width: 768px) {
  .ws-md-0 {
    height: 0; }
  .ws-md {
    height: 10px; }
  .ws-md-20 {
    height: 20px; }
  .ws-md-30 {
    height: 30px; }
  .ws-md-40 {
    height: 40px; }
  .ws-md-50 {
    height: 50px; }
  .ws-md-60 {
    height: 60px; }
  .ws-md-70 {
    height: 70px; }
  .ws-md-80 {
    height: 80px; }
  .ws-md-90 {
    height: 90px; }
  .ws-md-100 {
    height: 100px; }
  .ws-md-small {
    height: 1em; }
  .ws-md-medium {
    height: 2em; }
  .ws-md-big {
    height: 3em; }
  .ws-n-md-0 {
    margin-top: 0; }
  .ws-n-md-25 {
    margin-top: -25px; }
  .ws-n-md-50 {
    margin-top: -50px; }
  .ws-n-md-75 {
    margin-top: -75px; }
  .ws-n-md-100 {
    margin-top: -100px; }
  .ws-n-md-125 {
    margin-top: -125px; }
  .ws-n-md-150 {
    margin-top: -150px; }
  .ws-n-md-175 {
    margin-top: -175px; }
  .ws-n-md-200 {
    margin-top: -200px; } }

@media screen and (min-width: 992px) {
  .ws-lg-0 {
    height: 0; }
  .ws-lg {
    height: 10px; }
  .ws-lg-20 {
    height: 20px; }
  .ws-lg-30 {
    height: 30px; }
  .ws-lg-40 {
    height: 40px; }
  .ws-lg-50 {
    height: 50px; }
  .ws-lg-60 {
    height: 60px; }
  .ws-lg-70 {
    height: 70px; }
  .ws-lg-80 {
    height: 80px; }
  .ws-lg-90 {
    height: 90px; }
  .ws-lg-100 {
    height: 100px; }
  .ws-lg-small {
    height: 1em; }
  .ws-lg-medium {
    height: 2em; }
  .ws-lg-big {
    height: 3em; }
  .ws-n-lg-0 {
    margin-top: 0; }
  .ws-n-lg-25 {
    margin-top: -25px; }
  .ws-n-lg-50 {
    margin-top: -50px; }
  .ws-n-lg-75 {
    margin-top: -75px; }
  .ws-n-lg-100 {
    margin-top: -100px; }
  .ws-n-lg-125 {
    margin-top: -125px; }
  .ws-n-lg-150 {
    margin-top: -150px; }
  .ws-n-lg-175 {
    margin-top: -175px; }
  .ws-n-lg-200 {
    margin-top: -200px; } }

@media screen and (min-width: 1200px) {
  .ws-xl-0 {
    height: 0; }
  .ws-xl {
    height: 10px; }
  .ws-xl-20 {
    height: 20px; }
  .ws-xl-30 {
    height: 30px; }
  .ws-xl-40 {
    height: 40px; }
  .ws-xl-50 {
    height: 50px; }
  .ws-xl-60 {
    height: 60px; }
  .ws-xl-70 {
    height: 70px; }
  .ws-xl-80 {
    height: 80px; }
  .ws-xl-90 {
    height: 90px; }
  .ws-xl-100 {
    height: 100px; }
  .ws-xl-small {
    height: 1em; }
  .ws-xl-medium {
    height: 2em; }
  .ws-xl-big {
    height: 3em; }
  .ws-n-xl-0 {
    margin-top: 0; }
  .ws-n-xl-25 {
    margin-top: -25px; }
  .ws-n-xl-50 {
    margin-top: -50px; }
  .ws-n-xl-75 {
    margin-top: -75px; }
  .ws-n-xl-100 {
    margin-top: -100px; }
  .ws-n-xl-125 {
    margin-top: -125px; }
  .ws-n-xl-150 {
    margin-top: -150px; }
  .ws-n-xl-175 {
    margin-top: -175px; }
  .ws-n-xl-200 {
    margin-top: -200px; } }

/* ======================================================================== */
/* BREAKPOINTS                                                              */
/* ======================================================================== */
@font-face {
  font-family: 'Rota-light';
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-light-webfont.woff");
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-light-webfont.woff2");  font-display:swap;}

@font-face {
  font-family: 'Rota-regular';
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-regular-webfont.woff");
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-regular-webfont.woff2");  font-display:swap;}

@font-face {
  font-family: 'Rota-semiBold';
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-semibold-webfont.woff");
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-semibold-webfont.woff2");  font-display:swap;}

@font-face {
  font-family: 'Rota-bold';
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-bold-webfont.woff");
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-bold-webfont.woff2");  font-display:swap;}

@font-face {
  font-family: 'Rota-extraBold';
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-extrabold-webfont.woff");
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-extrabold-webfont.woff2");  font-display:swap;}

@font-face {
  font-family: 'Rota-medium';
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-medium-webfont.woff");
  src: url("/wp-content/themes/hello-mountain/assets/css/../fonts/rota-medium-webfont.woff2");  font-display:swap;}

.btn {
  width: 100%;
  padding: 10px 0 !important;
  margin: auto;
  display: flex;
  text-align: center;
  transition: ease-in-out all .5s;
  font-size: 1.2em; }
  .btn > span {
    text-align: center;
    letter-spacing: .1em;
    margin: auto;
    transition: ease-in-out all .5s; }
  .btn--primary {
    background-color: #0C6875;
    border: 1px solid #0C6875; }
    .btn--primary span {
      color: #ffffff;
      font-family: "Rota-light", sans-serif; }
    .btn--primary:hover, .btn--primary.hover, .title-cta-product--container:hover .btn--primary.btn {
      background-color: #ffffff;
      border: 1px solid #ffffff; }
      .btn--primary:hover span, .btn--primary.hover span, .title-cta-product--container:hover .btn--primary.btn span {
        color: #0C6875; }
  .btn--secondary {
    background-color: transparent;
    border: 1px solid #0C6875; }
    .btn--secondary span {
      font-family: "Rota-regular", sans-serif;
      color: #0C6875; }
    .btn--secondary:hover, .btn--secondary.hover, .title-cta-product--container:hover .btn--secondary.btn {
      background-color: #0C6875;
      border: 1px solid #0C6875; }
      .btn--secondary:hover span, .btn--secondary.hover span, .title-cta-product--container:hover .btn--secondary.btn span {
        color: #ffffff; }
  .btn--tertiary {
    background-color: #ffffff;
    border: 1px solid #ffffff; }
    .btn--tertiary span {
      font-family: "Rota-regular", sans-serif;
      color: #0C6875; }
    .btn--tertiary:hover, .btn--tertiary.hover, .title-cta-product--container:hover .btn--tertiary.btn {
      background-color: #0C6875;
      border: 1px solid #0C6875; }
      .btn--tertiary:hover span, .btn--tertiary.hover span, .title-cta-product--container:hover .btn--tertiary.btn span {
        color: #ffffff; }

.button .btn {
  min-width: 300px;
  height: 45px; }

@media (min-width: 768px) {
  .btn {
    font-size: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px !important; } }

.container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

main.site-main {
  background-color: white;
  z-index: 10;
  position: relative; }

@media (min-width: 576px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
    max-width: 1140px; } }

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

.row, .page-id-9 .woocommerce, .woocommerce-Addresses, .woocommerce-tabs.wc-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.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, .page-id-9 .woocommerce .ws-100, .page-id-9 .woocommerce .ws-50, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-Addresses .woocommerce-Address, #customer_login .u-column1.col-1, #customer_login .u-column2.col-2, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab, .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, .woocommerce-MyAccount-navigation, .contact .contact--bloc:nth-child(1), .col-md-5, .col-md-6, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab, .col-md-7, .col-md-8, .woocommerce-MyAccount-content, .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, #customer_login .u-column1.col-1, #customer_login .u-column2.col-2, .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-xxl-6,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .page-id-9 .woocommerce .ws-100, .page-id-9 .woocommerce .ws-50, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-Addresses .woocommerce-Address, #customer_login .u-column1.col-1, #customer_login .u-column2.col-2, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  html .w-md-100 {
    width: 100% !important; }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, .woocommerce-MyAccount-navigation, .contact .contact--bloc:nth-child(1) {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab,
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8, .woocommerce-MyAccount-content {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6, #customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1300px) {
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

.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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  width: 25% !important; }

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

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

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

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

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

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

.h-100 {
  height: 100% !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,
.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,
.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) {
  .w-lg-auto {
    width: auto !important; }
  .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; }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !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; } }

.container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots {
    max-width: 1140px; } }

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots,
  .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots,
  .container-md,
  .container-sm {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .woocommerce-tabs.wc-tabs-wrapper, .hero .slick-dots,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  font-family: "Rota-regular", sans-serif;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 1.6rem;
  color: #0C6875; }

h2, .h2 {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 1px; }

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

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

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

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

.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; }

.has-square {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 20px; }
  .has-square::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #000000; }

/*----------------------BRAND LIST------------------------------------------*/

.brand-list--title {
  font-family: "Rota-extraBold", sans-serif;
}

a.brand-list--container {
  display: block;
  height: 100%;
  width: 100px;
}

.svg-icon {
  fill: #ffed00;
}

a.brand-list--container svg {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
  transition: all .35s ease-out;
}

a.brand-list--container svg:hover {
  filter: grayscale(0);
}

.brand-list--subtitle {
  font-family: "Rota-bold", sans-serif;
  font-size: 1.2em;
  text-transform: none;
}

.brand-list--wrapper {
  text-align: center;
}

.brand-list--wrapper a {
  font-family: "Rota-bold", sans-serif;
  font-size: 1.5em;
  margin: auto 10px;
  transition: all ease-in-out 1s; 
}

.brand-list--separator {
  height: 1px;
  background-color: gray;
  opacity: .5;
  width: 100%;
}

.brand-list--text {
  font-family: "Rota-extraBold", sans-serif;
  font-size: 1.8em;
  color: #0C6875;
  transition: all ease-in-out 1s; 
}

/*--------------------------------------------------------------------------*/


.picto-title {
  font-size: 1.1em; }

img.fit {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  left: 50%;
  transform: translate(-50%); }

img.object-fit-cover {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover; }

.bg-img {
  background: center / cover no-repeat; }

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

.rounded {
  border-radius: 0.25rem !important; }

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

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

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

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

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

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

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

.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; }

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

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

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

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

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

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

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

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

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .bg-md-gray {
    background-color: #f6f7f7; } }

@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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.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.857143%; }

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.centerXY {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

*,
*:link,
*:visited,
*:hover,
*:focus,
*:active,
*.nice-select.open {
  outline: none !important; }

*::-moz-selection {
  background-color: #0C6875 !important;
  color: #ffffff !important; }

*::selection {
  background-color: #0C6875 !important;
  color: #ffffff !important; }

li.not-clickable > a,
li.not-clickable > a:hover {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
  cursor: default !important; }

html .wishlist-funct {
  position: fixed !important;
  top: -1000px !important;
  left: -1000px !important; }

body::after {
  content: '';
  width: 100%;
  height: 5px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0C6875;
  z-index: 1000; }

body.page-id-945 {
  padding-top: 100px; }

body.archive {
  padding-top: 115px; }

@media (min-width: 768px) {
  body::after {
    width: 93.2%; }
  body.archive.woocommerce-shop {
    margin-top: 0px; } }

@media (min-width: 992px) {
  body.archive {
    margin-top: 0;
    padding: unset; } }

.position {
  position: relative !important; }

a {
  text-decoration: none;
  color: #000000;
  outline: none !important; }

.separator {
  height: 2px;
  border-bottom: solid 0.5px #D5D6DB;
  width: 100%; }

.hamburger {
  outline: none !important; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  border-radius: 0px;
  background-color: #000000;
  width: 33px;
  height: 3px; }

.logo--bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 70% 50% 70% 40%;
  transform: rotate(31deg); }

.nice-select {
  top: -10px; }
  .nice-select.orderby {
    padding-left: 0; }
    .nice-select.orderby .list {
      left: 0;
      right: unset; }
  .nice-select .list {
    z-index: 10;
    left: inherit;
    right: 1px;
    box-shadow: unset;
    border-radius: unset;
    border: unset; }

.slick-dots > li {
  display: inline-block; }

.slick-dots > li:only-child {
  display: none; }

.colored--primary {
  background-color: #000000; }
  .colored--primary * {
    color: #ffffff;
    stroke: #ffffff !important; }
  .colored--primary .btn--primary {
    background-color: #0C6875;
    border: 1px solid #0C6875; }
    .colored--primary .btn--primary span {
      color: #ffffff;
      font-family: "Rota-light", sans-serif; }
    .colored--primary .btn--primary:hover {
      background-color: #ffffff;
      border: 1px solid #0C6875; }
      .colored--primary .btn--primary:hover span {
        color: #000000; }
  .colored--primary .btn--secondary {
    background-color: #000000;
    border: 1px solid #ffffff; }
    .colored--primary .btn--secondary span {
      color: #ffffff !important;
      font-family: "Rota-light", sans-serif; }
    .colored--primary .btn--secondary:hover {
      background-color: #ffffff;
      border: 1px solid #ffffff; }
      .colored--primary .btn--secondary:hover span {
        color: #000000 !important; }
  .colored--primary .btn--tertiary {
    background-color: #ffffff;
    border: 1px solid #ffffff; }
    .colored--primary .btn--tertiary span {
      font-family: "Rota-regular", sans-serif;
      color: #000000; }
    .colored--primary .btn--tertiary:hover {
      background-color: #000000;
      border: 1px solid #ffffff; }
      .colored--primary .btn--tertiary:hover span {
        color: #ffffff; }
  .colored--primary input {
    border: 1px solid #0C6875; }
    .colored--primary input::-moz-placeholder {
      color: #ffffff; }
    .colored--primary input:-ms-input-placeholder {
      color: #ffffff; }
    .colored--primary input::placeholder {
      color: #ffffff; }

.colored--secondary {
  background-color: #ffffff; }
  .colored--secondary * {
    color: #000000;
    stroke: #000000 !important; }
  .colored--secondary .btn--primary {
    background-color: #0C6875;
    border: 1px solid #0C6875; }
    .colored--secondary .btn--primary span {
      color: #ffffff;
      font-family: "Rota-light", sans-serif; }
    .colored--secondary .btn--primary:hover {
      background-color: #ffffff;
      border: 1px solid #0C6875; }
      .colored--secondary .btn--primary:hover span {
        color: #000000; }
  .colored--secondary .btn--secondary {
    background-color: transparent;
    border: 1px solid #0C6875; }
    .colored--secondary .btn--secondary span {
      font-family: "Rota-regular", sans-serif;
      color: #0C6875; }
    .colored--secondary .btn--secondary:hover {
      background-color: #0C6875;
      border: 1px solid #0C6875; }
      .colored--secondary .btn--secondary:hover span {
        color: #ffffff; }
  .colored--secondary .btn--tertiary {
    background-color: #ffffff;
    border: 1px solid #ffffff; }
    .colored--secondary .btn--tertiary span {
      font-family: "Rota-regular", sans-serif;
      color: #0C6875; }
    .colored--secondary .btn--tertiary:hover {
      background-color: #0C6875;
      border: 1px solid #0C6875; }
      .colored--secondary .btn--tertiary:hover span {
        color: #ffffff; }
  .colored--secondary input {
    border: 1px solid #000000 !important; }
    .colored--secondary input::-moz-placeholder {
      color: #000000; }
    .colored--secondary input:-ms-input-placeholder {
      color: #000000; }
    .colored--secondary input::placeholder {
      color: #000000; }

.colored--tertiary {
  background-color: #0C6875;
  color: #ffffff; }
  .colored--tertiary * {
    color: #ffffff;
    stroke: #ffffff !important; }
  .colored--tertiary .btn--primary {
    background-color: #0C6875;
    border: 1px solid #0C6875; }
    .colored--tertiary .btn--primary span {
      color: #ffffff;
      font-family: "Rota-light", sans-serif; }
    .colored--tertiary .btn--primary:hover {
      background-color: #ffffff;
      border: 1px solid #0C6875; }
      .colored--tertiary .btn--primary:hover span {
        color: #000000; }
  .colored--tertiary .btn--secondary {
    background-color: transparent;
    border: 1px solid #0C6875; }
    .colored--tertiary .btn--secondary span {
      font-family: "Rota-regular", sans-serif;
      color: #0C6875; }
    .colored--tertiary .btn--secondary:hover {
      background-color: #0C6875;
      border: 1px solid #0C6875; }
      .colored--tertiary .btn--secondary:hover span {
        color: #ffffff; }
  .colored--tertiary .btn--tertiary {
    background-color: #ffffff;
    border: 1px solid #ffffff; }
    .colored--tertiary .btn--tertiary span {
      font-family: "Rota-regular", sans-serif;
      color: #0C6875; }
    .colored--tertiary .btn--tertiary:hover {
      background-color: #0C6875;
      border: 1px solid #ffffff; }
      .colored--tertiary .btn--tertiary:hover span {
        color: #ffffff; }
  .colored--tertiary input {
    border: 1px solid #0C6875; }
    .colored--tertiary input::-moz-placeholder {
      color: #ffffff; }
    .colored--tertiary input:-ms-input-placeholder {
      color: #ffffff; }
    .colored--tertiary input::placeholder {
      color: #ffffff; }

.colored--4 {
  background-color: #c1c1c1; }

.colored--5 {
  background-color: #959595; }

.colored--6 {
  background-color: #818181; }

.colored--7 {
  background-color: #F4F4F4; }

.mobile-active {
  display: block; }

.desktop-active {
  display: none; }

@media (min-width: 768px) {
  .nice-select.orderby .list {
    left: inherit;
    right: 1px; }
  .nice-select .list {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 0; } }

@media (min-width: 992px) {
  .mobile-active {
    display: none; }
  .desktop-active {
    display: block; } }

ol, ul, dl {
  margin-bottom: 0 !important; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none; } }

.full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }

* {
  letter-spacing: 0.06em !important; }

.logo--default {
  filter: contrast(1) brightness(1);
  transition: ease-in-out all .3s; }

.logo--light {
  filter: contrast(0) brightness(100);
  transition: ease-in-out all .3s; }

.logo--dark {
  filter: contrast(1) brightness(0);
  transition: ease-in-out all .3s; }

body.home footer section.picto-list {
  display: none; }

.picto--default img {
  filter: contrast(1) brightness(1);
  transition: ease-in-out all .3s; }

.picto--default::before, .picto--default::after {
  filter: contrast(1) brightness(1);
  transition: ease-in-out all .3s; }

.picto--light img {
  filter: contrast(0) brightness(100);
  transition: ease-in-out all .3s; }

.picto--light::before, .picto--light::after {
  filter: contrast(1) brightness(1);
  transition: ease-in-out all .3s; }

.picto--dark img {
  filter: contrast(1) brightness(0);
  transition: ease-in-out all .3s; }

.picto--dark::before, .picto--dark::after {
  filter: contrast(1) brightness(1);
  transition: ease-in-out all .3s; }

.code-chrono {
  font-size: .7em; }

#billing_company {
  display: none; }

body {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  width: 0;
  height: 0; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: none; }

::-webkit-scrollbar-thumb {
  background: transparent;
  -webkit-box-shadow: none; }

::-moz-selection {
  background: transparent;
  color: transparent; }

::selection {
  background: transparent;
  color: transparent; }

::-moz-selection {
  background: transparent;
  color: transparent; }

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px; }

.puddle {
  position: absolute;
  top: 50%;
  width: 200px;
  height: 300px;
  transition: all 1s ease-in-out; }
  .puddle:hover {
    transform: rotate(35deg) scale(0.8);
    border-radius: 80% 20% 50% 30%; }

*,
*::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: transparent;
  overflow-y: auto !important; 
  scroll-behavior: smooth;
  scroll-padding-top: 150px;}

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

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

body {
  margin: 0;
  font-family: "Rota-light", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

[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; }

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; }

b,
strong {
  font-weight: 900; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  background: white;
  z-index: 9999;
  position: relative; }

figure {
  margin: 0 0 1rem; }

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

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

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: .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; }

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; }

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

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

.list-inline > li {
  display: inline-block; }

.list-inline > li:not(:last-child) {
  margin-right: 0.5rem; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

html .woocommerce-cart-form__cart-item {
  padding: 30px 0 60px 0; }
  html .woocommerce-cart-form__cart-item .cart--img {
    width: 150px;
    height: 150px; }
  html .woocommerce-cart-form__cart-item .cart--row2 {
    display: flex;
    flex-direction: column;
    bottom: -50px; }
    html .woocommerce-cart-form__cart-item .cart--row2 .cart--price.product-price {
      height: 50px;
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      html .woocommerce-cart-form__cart-item .cart--row2 .cart--price.product-price .woocommerce-Price-amount.amount {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
      html .woocommerce-cart-form__cart-item .cart--row2 .cart--price.product-price .strike {
        font-size: 1.2em;
        margin-bottom: 6px;
        margin-right: 5px;
        font-family: "Rota-medium", sans-serif;
        color: #959595;
        text-decoration: line-through; }
  html .woocommerce-cart-form__cart-item .cart--remove img {
    width: 20px;
    height: 20px; }

.cart--category {
  color: #818181;
  font-family: "Rota-medium", sans-serif;
  line-height: 1em;
  margin-bottom: 20px; }

.cart-collaterals {
  background-color: #F4F4F4 !important; }
  .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    width: 100% !important;
    margin-bottom: 50px; }
  .cart-collaterals .cart--continue {
    position: absolute;
    bottom: -50px; }
  .cart-collaterals .cart--continue-text {
    text-decoration: underline;
    color: #959595;
    font-family: "Rota-medium", sans-serif;
    font-size: 1em;
    text-transform: none; }

.cart--product.woocommerce-cart-form__cart-item .amount {
  color: #0C6875 !important;
  font-family: "Rota-extraBold", sans-serif !important;
  font-size: 1.45em !important; }

@media screen and (max-width: 400px) {
  html .woocommerce-cart-form__cart-item {
    padding: 30px 0 80px 0; }
    html .woocommerce-cart-form__cart-item .cart--img {
      width: 120px;
      height: 120px; }
    html .woocommerce-cart-form__cart-item .cart--row2 {
      flex-direction: row;
      bottom: -65px;
      left: -120px; }
      html .woocommerce-cart-form__cart-item .cart--row2 .cart--price.product-price {
        margin-left: 20px;
        height: 50px;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }

@media (min-width: 768px) {
  html .woocommerce-cart-form__cart-item {
    padding: 30px 0 30px 0; }
    html .woocommerce-cart-form__cart-item .cart--img {
      width: 200px;
      height: 200px; }
    html .woocommerce-cart-form__cart-item .cart--row2 {
      display: flex;
      flex-direction: row !important;
      bottom: -10px; } }

.cart--container button[name='update_cart'] {
  display: none !important; }

.cart--total-price {
  padding: 0 !important;
  font-size: 1.2em;
  font-family: "Rota-regular", sans-serif; }

.cart-collaterals .checkout-button {
  width: 100% !important; }

.coupon #coupon_code {
  font-size: 0.7em;
  font-family: "Rota-regular", sans-serif;
  padding-left: 15px !important;
  border: none; }

/* OR TRY THIS */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  opacity: 1; }

.quantity {
  position: relative; }
  .quantity .qty {
    border-radius: 0;
    border: 1px solid black;
    height: 40px;
    width: 60px !important;
    text-align: left !important;
    padding-left: 15px; }
  .quantity::before, .quantity::after {
    content: "";
    background-image: url("/wp-content/themes/hello-mountain/assets/img/hello-mountain--chevron.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    width: 24px;
    height: 50%;
    position: absolute;
    top: 1px;
    right: 1px;
    pointer-events: none;
    cursor: pointer; }
  .quantity::before {
    transform: rotate(180deg); }
  .quantity::after {
    top: unset;
    bottom: 2px; }

.woocommerce form.checkout_coupon {
  border: none;
  padding: 0;
  border-radius: none;
  margin: 20px 0 10px 0; }
  .woocommerce form.checkout_coupon p.form-row.form-row-first {
    display: inline;
    width: 80%;
    overflow: unset;
    padding: unset;
    margin: unset; }
  .woocommerce form.checkout_coupon p.form-row.form-row-last {
    padding: unset;
    margin: unset;
    width: unset;
    float: unset;
    display: inline; }
  .woocommerce form.checkout_coupon input {
    height: 48px;
    padding: 0;
    padding-left: 30px;
    border-radius: 0;
    margin-right: -1px;
    font-family: "Rota-regular", sans-serif;
    color: #000000; }
    .woocommerce form.checkout_coupon input#coupon_code {
      border: none !important;
      background-color: #ffffff !important; }
  .woocommerce form.checkout_coupon .input-text {
    font-size: .8em;
    font-family: "Rota-regular", sans-serif;
    padding-left: 15px !important;
    border: none; }
  .woocommerce form.checkout_coupon button.cart-btn {
    padding: 15px 10px 8px 10px;
    background-color: #0C6875;
    background: #0C6875;
    border: 2px solid #0C6875;
    border-radius: 0px;
    color: #ffffff;
    line-height: unset;
    font-family: "Spartan-Medium", sans-serif;
    transition: ease-in-out all .5s;
    margin: 0; }

.page-id-7 form.checkout_coupon {
  margin: 0; }

.cart-discount {
  display: block; }

a.woocommerce-remove-coupon {
  font-size: .1px;
  padding: 7.5px; 
  position: relative;
  top: -5px;
}
a.woocommerce-remove-coupon::after {
  position: absolute;
  content: "×";
  top: 50%;
  margin-top: -5px;
  transform: translate(-50%, -50%);
  height: 15px;
  width: 15px;
  color: #959595!important;
  font-weight: 50;
  font-size: 45px;
  font-family: Rota-light,sans-serif;
}

#yith-par-message-cart {
  position: unset !important;
  margin-bottom: 0; }

html .checkout--heading {
  text-align: center; }
  html .checkout--heading h1 {
    color: #000000;
    font-family: "Rota-extraBold", sans-serif;
    text-transform: none;
    font-size: 2.5em;
    letter-spacing: 1px;
    letter-spacing: 0.06em; }

html .checkout a.remove {
  color: #959595 !important;
  font-weight: 50;
  font-size: 3em;
  font-family: "Rota-light", sans-serif;
  margin-top: -15px; }
  html .checkout a.remove:hover {
    color: #0C6875 !important;
    background: #F4F4F4 !important; }

html .checkout--payment-img {
  position: absolute;
  bottom: -70px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%); }

html .checkout--price .amount bdi {
  color: #0C6875 !important;
  font-size: 1em; }

html .checkout--price .amount del {
  color: #959595 !important; }

html .checkout--price .strike {
  font-size: 1.2em;
  margin-bottom: 6px;
  margin-right: 5px;
  font-family: "Rota-medium", sans-serif;
  color: #959595;
  text-decoration: line-through; }

html .checkout--title {
  font-family: "Rota-medium", sans-serif; }

.checkout.woocommerce-checkout input[type=checkbox] {
  border: 1px solid #000000;
  margin: 0 !important;
  height: 15px;
  display: inline-block; }
  .checkout.woocommerce-checkout input[type=checkbox]:checked {
    background-color: #000000; }

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span.woocommerce-terms-and-conditions-checkbox-text {
  margin-left: 15px; }

.woocommerce-checkout .cart-btn {
  background-color: #000000;
  height: 50px;
  border: 1px solid #000000;
  color: #ffffff;
  transition: all .5s ease-in-out; }
  .woocommerce-checkout .cart-btn:hover {
    background-color: #ffffff;
    color: #000000; }

.woocommerce table.shop_table {
  border: none; }

.create-account {
  height: 0;
  overflow: hidden;
  transition: all 1s ease-in-out; }
  .create-account.is-active {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }

.checkout #order_comments {
  height: 200px; }

.checkout--title-cart, .checkout--title-interract, .checkout--title-login, .checkout--title-create-account {
  font-family: "Rota-light", sans-serif;
  text-transform: unset;
  font-size: 1.2em; }

.checkout--title-cart {
  margin-bottom: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c1c1c1;
  font-family: "Rota-medium", sans-serif;
  font-size: 1.5em !important; }

.checkout--login-text, .checkout--create-account-text {
  font-family: "Rota-regular", sans-serif;
  font-size: 0.8em; }

#billing_commentaire_field textarea#billing_commentaire {
  min-height: 100px;
  padding-top: 10px; }

.checkout--close-login-form, .checkout--close-create-account-form {
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2021/01/hello-mountain-cross.svg");
  background-size: 20px 20px;
  background-position: center center; }

.checkout--form-login {
  height: 0px;
  transition: all 1s ease-in-out;
  overflow: hidden;
  border-bottom: 1px solid #000000; }
  .checkout--form-login.is-active {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .checkout--form-login .form-row {
    margin-bottom: 30px !important; }

.checkout--secound-col {
  background-color: #F4F4F4 !important;
  padding: 30px;
  height: -moz-fit-content; }

.checkout--img {
  width: 150px;
  height: 150px; }
  .checkout--img img {
    background-color: #ffffff !important;
    width: 100%;
    height: 100%; }

.checkout--product-content-container {
  position: relative; }

.checkout--row2 {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  width: 90%;
  justify-content: space-between; }

.checkout--product {
  padding: 30px 0;
  border-bottom: 1px solid #c1c1c1; }

.checkout--button {
  width: 20%;
  padding: 10px;
  background-color: #38424C;
  background: #38424C;
  border: 2px solid #38424C;
  border-radius: 0px;
  color: #fff;
  margin: unset;
  line-height: unset;
  font-family: "Spartan-Medium", sans-serif;
  transition: ease-in-out all .5s;
  margin: 0; }

.checkout--total-title {
  text-transform: none;
  font-family: "Rota-light", sans-serif;
  letter-spacing: 0em; }

.checkout img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  background-color: #F4F4F4; }

.checkout #payment {
  background: transparent;
  margin-bottom: 30px; }
  .checkout #payment .form-row.place-order {
    padding: 0;
    padding-top: 30px; }
  .checkout #payment #place_order {
    width: 100% !important; }

.checkout .wc_payment_methods.payment_methods.methods {
  background: transparent; }
  .checkout .wc_payment_methods.payment_methods.methods li {
    padding-right: 20px; }

html h3.checkout--title-interract {
  text-transform: unset;
  padding-left: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  font-family: "Rota-medium", sans-serif;
  font-size: 1.5em; }
  html h3.checkout--title-interract::before {
    position: absolute;
    font-family: "Rota-semiBold", sans-serif;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #0C6875;
    border-radius: 50px;
    transform: translate(50%, -50%); }
  html h3.checkout--title-interract::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0%;
    width: 30px;
    height: 22px;
    transform: translate(50%, -50%);
    text-align: center;
    font-size: .8em;
    color: #ffffff;
    font-family: "Rota-semiBold", sans-serif; }

html h3#billing-title::after {
  content: "1"; }

html h3#shipping-title::after {
  content: "2"; }

html h3#order_review_heading::after {
  content: "3"; }

html .checkout--secound-col h3#order_review_heading {
  padding-left: 0 !important; }

html .checkout--secound-col h3#order_review_heading::before {
  display: none; }

html .checkout--secound-col h3#order_review_heading::after {
  display: none; }

html .checkout--secound-col .order-total td.row, html .checkout--secound-col .order-total .page-id-9 td.woocommerce, .page-id-9 html .checkout--secound-col .order-total td.woocommerce, html .checkout--secound-col .order-total td.woocommerce-Addresses, html .checkout--secound-col .order-total td.woocommerce-tabs.wc-tabs-wrapper {
  padding: 30px 0; }

html .shop-page:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media screen and (min-width: 992px) {
  html .shop-page:first-child {
    padding-left: unset !important;
    padding-right: unset !important; } }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100% !important;
  height: 50px !important;
  border: 1.5px solid #38424C !important;
  background-color: transparent !important;
  background: transparent !important;
  padding-left: 20px !important; }

.checkout.woocommerce-checkout .select2-results {
  border: 1.5px solid #38424C !important;
  border-radius: 0px !important; }

.checkout.woocommerce-checkout textarea {
  height: 100px !important; }

.checkout.woocommerce-checkout span.select2-selection.select2-selection--single .select2-selection__rendered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Rota-regular", sans-serif;
  font-size: 1em; }

.checkout.woocommerce-checkout span.select2-selection.select2-selection--single {
  height: 50px !important;
  border: 1px solid #c1c1c1 !important;
  background-color: transparent;
  background: transparent;
  padding-left: 20px !important;
  position: relative; }

.checkout.woocommerce-checkout input[type=checkbox] {
  min-width: 15px;
  min-height: 15px;
  border-radius: 0px !important;
  height: 15px !important;
  width: 15px !important;
  background: transparent;
  border: 1px solid #000000 !important; }

.checkout.woocommerce-checkout select {
  height: 50px !important;
  border: 1.5px solid #38424C !important;
  background-color: transparent;
  background: transparent;
  padding-left: 20px !important; }

.checkout.woocommerce-checkout input::-moz-placeholder {
  font-size: 1em;
  font-family: "Rota-semiBold", sans-serif; }

.checkout.woocommerce-checkout input:-ms-input-placeholder {
  font-size: 1em;
  font-family: "Rota-semiBold", sans-serif; }

.checkout.woocommerce-checkout input::placeholder {
  font-size: 1em;
  font-family: "Rota-semiBold", sans-serif; }

.checkout.woocommerce-checkout label {
  font-family: "Rota-semiBold", sans-serif; }

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
  right: 10px !important; }

.select2-container--default .select2-selection--single {
  border-radius: 0px !important; }

.btn-next {
  margin-top: 50px;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  border: 1.5px solid #0C6875;
  background-color: #0C6875;
  background: #0C6875;
  color: #F4F4F4;
  padding-left: 15px;
  transition: all .5s ease;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-family: "Rota-medium", sans-serif;
  font-size: 1.2em; }

.btn-next:hover {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  border: 1.5px solid #0C6875;
  background-color: #ffffff;
  color: #0C6875;
  padding-left: 20px; }

.button.alt.btn-next {
  width: 100% !important;
  text-transform: uppercase; }

.button.alt.btn-next:hover {
  width: 100% !important;
  min-width: 100%; }

html .woocommerce-form-coupon-toggle .woocommerce-info {
  display: none !important; }

.woocommerce form.checkout_coupon input#coupon_code:placeholder {
  font-size: 1em; }

html .checkout--secound-col .checkout_coupon.woocommerce-form-coupon p {
  font-family: "Rota-extraBold", sans-serif; }

html .checkout--fist-col #order_review .checkout_coupon.woocommerce-form-coupon {
  display: none !important; }

html .woocommerce-checkout-review-order {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  border-top: 1px solid #c1c1c1; }
  html .woocommerce-checkout-review-order .form-row-first {
    width: 70% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff; }
  html .woocommerce-checkout-review-order .form-row-last {
    width: 30% !important;
    right: 20%;
    margin: 0 !important;
    padding: 0 !important; }
  html .woocommerce-checkout-review-order input,
  html .woocommerce-checkout-review-order button {
    width: 80px; }
  html .woocommerce-checkout-review-order button {
    padding: 13px !important; }
  html .woocommerce-checkout-review-order form {
    padding: 0 !important; }

.checkout--fist-col label {
  margin-bottom: 0 !important; }

.woocommerce-billing-fields {
  border-top: solid 1px #000000; }
  .woocommerce-billing-fields.done h3 {
    cursor: pointer; }
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    overflow: hidden;
    height: 0; }
  .woocommerce-billing-fields #checkout_billing_validate_button {
    display: none !important; }
  .woocommerce-billing-fields.is-active .woocommerce-billing-fields__field-wrapper {
    overflow: unset;
    height: 100%; }
  .woocommerce-billing-fields.is-active #checkout_billing_validate_button {
    display: block !important; }

.woocommerce-billing-fields span.optional {
  display: none; }

#shipping_method li label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }

#shipping_method li input[type="radio"]:checked + label {
  background-color: #F4F4F4;
  border: 2px solid #000000 !important; }

.woocommerce-shipping-fields {
  border-top: solid 1px #000000; }
  .woocommerce-shipping-fields.done h3 {
    cursor: pointer; }
  .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    overflow: hidden;
    height: 0; }
  .woocommerce-shipping-fields #checkout_shipping_fields_validate_button {
    display: none !important; }
  .woocommerce-shipping-fields.is-active .woocommerce-shipping-fields__field-wrapper {
    overflow: unset;
    height: 100%; }
  .woocommerce-shipping-fields.is-active #checkout_shipping_fields_validate_button {
    display: block !important; }

@media screen and (max-width: 374px) {
  #checkout_shipping_fields_validate_button {
    height: 80px !important;
    line-height: 1.8em;
    padding-top: 10px;
    padding-left: 0; } }

.woocommerce-checkout-review-order-bottom {
  border-top: solid 1px #000000; }
  .woocommerce-checkout-review-order-bottom.done h3 {
    cursor: pointer; }
  .woocommerce-checkout-review-order-bottom .woocommerce-checkout-payment {
    overflow: hidden;
    height: 0; }
  .woocommerce-checkout-review-order-bottom #woocommerce_checkout_place_order {
    display: none !important; }
  .woocommerce-checkout-review-order-bottom.is-active .woocommerce-checkout-payment {
    overflow: unset;
    height: 100%; }
  .woocommerce-checkout-review-order-bottom.is-active #woocommerce_checkout_place_order {
    display: block !important; }

.woocommerce ul#shipping_method li {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  border: 2px solid #000000;
  width: 100%; }
  .woocommerce ul#shipping_method li input[type="radio"] {
    display: none; }
  .woocommerce ul#shipping_method li label {
    flex-grow: 2;
    padding: 15px;
    text-transform: uppercase;
    font-family: "Rota-medium", sans-serif !important; }
    .woocommerce ul#shipping_method li label span {
      order: 2;
      flex-grow: 1;
      float: right;
      font-size: 1em; }
  .woocommerce ul#shipping_method li input[type="radio"]:checked + label {
    position: relative; }
  .woocommerce ul#shipping_method li input[type="radio"]:checked + p {
    opacity: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .woocommerce ul#shipping_method li .shipping-method-description {
    height: 3px;
    opacity: 0;
    border-top: none; }
  .woocommerce ul#shipping_method li #lpc_pick_up_info{
    font-family: Rota-regular,sans-serif;
    font-size: .85em;
    padding: 20px;
  }
  .woocommerce ul#shipping_method li button#lpc_pick_up_widget_show_map{
    width: 100%;
    height: 50px;
    border: none;
    background: #0b6875;
    color: #ffffff;
    cursor: pointer;
    font-family: Rota-medium,sans-serif;
    font-size: 1.2em;
  }
  .woocommerce ul#shipping_method li button#lpc_pick_up_widget_show_map:hover{
    border: 1px solid #0b6875;
    background: #ffffff;
    color: #0b6875;
  }
  .woocommerce-shipping-totals.shipping th {
    display: none;
  }

.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  padding: 0; }
  .woocommerce-checkout #payment ul.payment_methods li {
    border: 1px solid #000000;
    cursor: pointer;
    margin: 15px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    .woocommerce-checkout #payment ul.payment_methods li .payment_box {
      font-family: "Rota-regular", sans-serif;
      font-size: 1em; }
    .woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
      display: none; }
    .woocommerce-checkout #payment ul.payment_methods li label {
      flex-grow: 2;
      cursor: pointer;
      padding: 15px;
      font-size: 1em;
      font-family: "Rota-medium", sans-serif;
      text-transform: uppercase; }
      .woocommerce-checkout #payment ul.payment_methods li label span {
        order: 2;
        flex-grow: 1;
        float: right; }
    .woocommerce-checkout #payment ul.payment_methods li .payment_box {
      width: 100%;
      margin: 0;
      background-color: #ffffff; }
      .woocommerce-checkout #payment ul.payment_methods li .payment_box::before {
        display: none; }
    .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label {
      position: relative; }
      .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label::after {
        content: "";
        background-image: url("/wp-content/themes/hello-mountain/assets/css/../../../hello-mountain/assets/img/hello-mountain--checked-payment.svg");
        background-repeat: no-repeat;
        background-size: 15px;
        position: absolute;
        width: 20px;
        height: 20px;
        right: -5px;
        top: 20px; }

.woocommerce-checkout #payment ul.payment_methods li.is-active {
  border-width: 4px;}

.checkout--billing-recap {
  font-family: "Rota-regular", sans-serif;
  font-size: 0.85em;
  padding: 20px 0 30px 0; }
  .checkout--billing-recap p {
    margin-bottom: 5px; }
  .checkout--billing-recap .error {
    color: red; }

.checkout--shipping-recap {
  font-family: "Rota-light", sans-serif;
  padding: 20px 0 30px 0;
  letter-spacing: 1px;
  font-size: .85em;
  text-transform: uppercase; }
  .checkout--shipping-recap p {
    display: flex;
    flex-direction: column; }
  .checkout--shipping-recap span {
    margin-top: 10px; }
.woocommerce-checkout .checkout--fist-col #payment .total {
  display: none;
}
.woocommerce-checkout #payment .total {
  margin: 15px 0; }
  .woocommerce-checkout #payment .total .cart-subtotal {
    margin: 15px 0; }
    .woocommerce-checkout #payment .total .cart-subtotal .subtotal_price span bdi {
      float: right; }
.order-price-separator .total_price span{
  float: right;
}
.order-total .total_price {
  text-align: right !important;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: "Rota-extraBold", sans-serif; }

.order-total .total_title {
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: "Rota-regular", sans-serif; }


.woocommerce table.shop_table .order-price td {
  border: none !important;
}
.woocommerce table.shop_table .order-price td .total_price {
  text-align: right;
}
.woocommerce table.shop_table .order-price td .total_title,.woocommerce table.shop_table .order-price-separator td .total_title {
  font-family: "Rota-extraBold",sans-serif;
}


.woocommerce-privacy-policy-text {
  font-family: "Rota-regular", sans-serif;
  font-size: 0.85em; }

.update_checkout_part {
  display: none; }

.done .update_checkout_part {
  display: block;
  float: right;
  color: #ffffff;
  text-decoration: underline;
  font-size: .6em;
  position: relative; }
  .done .update_checkout_part::before {
    content: "";
    background-image: url("/wp-content/themes/hello-mountain/assets/css/../../../hello-mountain/assets/img/hello-mountain--update-picto.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 0; }

@media screen and (max-width: 768px) {
  .done .update_checkout_part {
    width: 0px;
    color: transparent;
    right: 30px; }
    .done .update_checkout_part::before {
      width: 30px;
      height: 30px;
      background-size: 20px; }
  .woocommerce-checkout .container-lg {
    padding: 0 !important; }
  .woocommerce-checkout .col-12.col-lg-6.checkout--fist-col, .woocommerce-checkout .page-id-9 .woocommerce .col-lg-6.checkout--fist-col.ws-100, .page-id-9 .woocommerce .woocommerce-checkout .col-lg-6.checkout--fist-col.ws-100, .woocommerce-checkout .page-id-9 .woocommerce .col-lg-6.checkout--fist-col.ws-50, .page-id-9 .woocommerce .woocommerce-checkout .col-lg-6.checkout--fist-col.ws-50, .woocommerce-checkout .col-lg-6.checkout--fist-col.woocommerce-MyAccount-navigation, .woocommerce-checkout .col-lg-6.checkout--fist-col.woocommerce-MyAccount-content, .woocommerce-checkout .woocommerce-Addresses .col-lg-6.checkout--fist-col.woocommerce-Address, .woocommerce-Addresses .woocommerce-checkout .col-lg-6.checkout--fist-col.woocommerce-Address, .woocommerce-checkout #customer_login .checkout--fist-col.u-column1.col-1, #customer_login .woocommerce-checkout .checkout--fist-col.u-column1.col-1, .woocommerce-checkout #customer_login .checkout--fist-col.u-column2.col-2, #customer_login .woocommerce-checkout .checkout--fist-col.u-column2.col-2, .woocommerce-checkout .col-lg-6.checkout--fist-col.woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab,
  .woocommerce-checkout .col-lg-6.checkout--fist-col.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
    padding: 0 !important; }
  .woocommerce-checkout .check-out-section {
    padding: 0 30px;
    border-top: none; }
  .woocommerce-checkout h3.checkout--title-interract {
    width: 100vw;
    background-color: #F4F4F4;
    left: -30px;
    font-size: 1.5em;
    position: relative;
    margin-bottom: 1px;
    padding-left: 100px; }
    .woocommerce-checkout h3.checkout--title-interract::before {
      left: 30px; }
    .woocommerce-checkout h3.checkout--title-interract::after {
      left: 30px; } }

.shop_table.woocommerce-checkout-review-order-table tfoot {
  margin: 15px 0; }

.woocommerce-order {
  margin-top: 50px; }
  .woocommerce-order h2 {
    text-transform: initial;
    font-size: 1em;
    font-family: "Rota-light", sans-serif;
    margin-bottom: 20px; }
  .woocommerce-order ul {
    margin-bottom: 55px !important; }
  .woocommerce-order li {
    line-height: 3.1em !important; }
  .woocommerce-order .woocommerce-notice {
    margin-bottom: 40px; }
  .woocommerce-order .woocommerce-table tr th {
    font-size: 1em;
    font-family: "Rota-regular", sans-serif; }
  .woocommerce-order .woocommerce-table tbody tr td *,
  .woocommerce-order .woocommerce-table tfoot tr td,
  .woocommerce-order .woocommerce-table tfoot tr td *,
  .woocommerce-order .woocommerce-table tfoot tr th {
    font-family: "Rota-light", sans-serif;
    font-weight: normal; }

#email .email--header-img {
  background-color: #F4F4F4;
  padding: 30px; }
  #email .email--header-img p {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }

#email .template_header_image {
  background-color: red; }

.woocommerce--view-order-btn {
  color: transparent !important;
  position: relative;
  top: -5px;
  margin: 0 10px;
  height: 30px;
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  overflow: hidden;
  font-size: 0em;
  padding: 10px 15px; }
  .woocommerce--view-order-btn.view::after {
    content: "";
    background-image: url("/wp-content/uploads/2021/03/hello-mountain-view-order-btn.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: rotate(0deg) translate(-50%, -50%); }
  .woocommerce--view-order-btn.invoice::after {
    content: "";
    background-image: url("/wp-content/uploads/2021/08/hello-mountain-picto-download.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

html mark {
  background-color: #ffffff !important;
  color: #0b6875 !important;
  font-weight: bolder; }
  html mark.order-status {
    text-decoration: underline; }

.woocommerce-order-details h2.woocommerce-order-details__title {
  text-align: center; }

.woocommerce-order-details h2.woocommerce-order-details__title,
.woocommerce-customer-details h2.woocommerce-column__title {
  margin-bottom: 30px; }

.woocommerce-MyAccount-content {
  border-left: 1px solid #c1c1c1; }

.page-id-9 .woocommerce-MyAccount-content .table.table-striped.table-dark tr {
  background-color: #F4F4F4; }

.page-id-9 .woocommerce-MyAccount-content .table.table-striped.table-dark thead tr th {
  color: #000000;
  background-color: #E5E5E5;
  padding: 10px 20px 10px 10px;
  border: 5px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  font-size: 1em; }

.page-id-9 .woocommerce-MyAccount-content .table.table-striped.table-dark tbody tr td {
  border: 5px solid #ffffff;
  font-size: 1em; }
  .page-id-9 .woocommerce-MyAccount-content .table.table-striped.table-dark tbody tr td a {
    color: #000000; }

.woocommerce-MyAccount-navigation li {
  padding: 15px 0;
  position: relative;
  font-family: "Rota-regular", sans-serif;
  font-size: 1em; }
  .woocommerce-MyAccount-navigation li.is-active {
    font-family: "Rota-bold", sans-serif; }
    .woocommerce-MyAccount-navigation li.is-active a {
      color: #0C6875; }

.woocommerce-form.login-right .btn.btn--primary {
  margin: unset !important;
  min-width: 200px !important;
  font-size: 1em !important;
  letter-spacing: .1em; }
  .woocommerce-form.login-right .btn.btn--primary:hover {
    border: 1px solid #0C6875; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  font-weight: 100;
  font-size: 1em !important;
  letter-spacing: .1em; }

@media screen and (max-width: 767px) {
  .logged-in.woocommerce-account .container-lg {
    padding: 0px; }
  .woocommerce-MyAccount-navigation {
    padding: 0px; }
    .woocommerce-MyAccount-navigation li {
      border-bottom: 1px solid #F4F4F4;
      padding: 20px 30px;
      position: relative; }
      .woocommerce-MyAccount-navigation li::after {
        content: "";
        background-image: url("/wp-content/themes/hello-mountain/assets/img/hello-mountain--chevron.svg");
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: center center;
        transform: rotate(180deg);
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        pointer-events: none; }
      .woocommerce-MyAccount-navigation li.is-active::after {
        transform: translateY(-50%) rotate(-90deg); }
      .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout::after {
        display: none; }
    .woocommerce-MyAccount-navigation ul {
      border-top: 1px solid #F4F4F4; }
  .woocommerce-form.login-left {
    border-right: none !important; }
  .form-row .woocommerce-button.woocommerce-form-login__submit {
    width: 100% !important; }
  .woocommerce-form.login-right {
    padding: 30px 15px !important; }
  h1.woocommerce-form.custom-title {
    padding: 0px 30px; }
  form.woocommerce-form.woocommerce-form-register.register {
    padding: 0 15px; }
  .checkout #payment {
    margin-bottom: 0px !important; } }

.woocommerce-MyAccount-content {
  overflow-x: scroll;
  padding: 50px 15px; }
  .woocommerce-MyAccount-content form input {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    border: 1.5px solid #000000;
    background-color: transparent;
    background: transparent;
    padding-left: 20px;
    font-size: 1em; }
  .woocommerce-MyAccount-content form input::-moz-placeholder {
    font-family: "Rota-bold", sans-serif;
    font-size: 1em; }
  .woocommerce-MyAccount-content form input:-ms-input-placeholder {
    font-family: "Rota-bold", sans-serif;
    font-size: 1em; }
  .woocommerce-MyAccount-content form label,
  .woocommerce-MyAccount-content form select,
  .woocommerce-MyAccount-content form option,
  .woocommerce-MyAccount-content form em,
  .woocommerce-MyAccount-content form input::placeholder {
    font-family: "Rota-bold", sans-serif;
    font-size: 1em; }
  .woocommerce-MyAccount-content form span {
    font-family: "Rota-medium", sans-serif; }
  .woocommerce-MyAccount-content form .required {
    font-family: "Rota-light", sans-serif;
    font-size: 1.5em;
    color: #959595 !important; }
  .woocommerce-MyAccount-content form fieldset {
    margin-top: 30px; }
  .woocommerce-MyAccount-content form select {
    height: 50px !important;
    margin-bottom: 30px !important;
    border: 1.5px solid #000000 !important;
    background-color: transparent;
    background: transparent;
    padding-left: 20px !important; }
  .woocommerce-MyAccount-content form span.select2-selection.select2-selection--single {
    height: 50px !important;
    margin-bottom: 30px !important;
    border: 1.5px solid #000000 !important;
    background-color: transparent;
    background: transparent;
    padding-left: 20px !important;
    position: relative; }
    .woocommerce-MyAccount-content form span.select2-selection.select2-selection--single .select2-selection__rendered {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Rota-regular", sans-serif;
      font-size: .9em; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #F4F4F4; }

.woocommerce-info {
  border-top-color: #959595;
  border: none;
  background: none;
  padding: 1em 2em 1em 0; }

.woocommerce-info::before {
  color: #959595;
  display: none; }

.woocommerce-Addresses {
  margin-left: 0;
  margin-right: 0; }
  .woocommerce-Addresses .woocommerce-Address {
    padding: 50px 0 0 0; }
    .woocommerce-Addresses .woocommerce-Address address {
      padding: 30px 0 0 0; }
    .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title a.edit {
      float: right;
      width: 100%;
      background-color: #000000;
      color: #0C6875 !important;
      font-family: "Rota-light", sans-serif;
      border: 1px solid #0C6875;
      padding: 13px 30px;
      height: 50px;
      align-self: flex-end;
      text-align: center;
      transition: ease-in-out all .5s; }
      .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title a.edit:hover {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #0C6875; }

.woocommerce-form.woocommerce-form-login.login {
  padding: 0;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  padding: 30px 0;
  margin: 0 0 50px 0; }

.woocommerce-form.custom-title {
  font-family: "Rota-extraBold", sans-serif;
  text-align: center;
  text-transform: none;
  font-size: 2.5em;
  padding: 0px 29%;
  letter-spacing: 0.06em;
  color: #000000; }

.woocommerce-form.custom-head {
  text-transform: none;
  font-size: 1.2em;
  font-family: "Rota-bold", sans-serif;
  margin-bottom: 20px; }

.woocommerce-form.custom-head .required {
  margin-left: 15px; }

.woocommerce-form .head-extra {
  font-family: "Rota-regular", sans-serif;
  color: #000000;
  font-size: 0.6em; }

.woocommerce-form.login-left {
  border-right: 0.5px solid #000000;
  padding: 10px; }

.woocommerce-form.login-left form {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 10px !important; }

.woocommerce-form.login-left .lost_password {
  font-size: 1em; }

.login-left .woocommerce-form-row {
  font-size: 1em !important;
  margin-bottom: 15px !important; }

.login-left .woocommerce-form-row label {
  line-height: unset !important;
  margin-bottom: 0; }

.login-left .woocommerce-LostPassword.lost_password {
  margin: 25px 0; }

.login-left .woocommerce-LostPassword.lost_password a {
  color: #000000;
  font-family: "Rota-regular", sans-serif;
  text-decoration: underline !important; }

.woocommerce-form.login-right {
  padding: 10px 50px; }

.woocommerce-form.login-right .body-text {
  font-family: "Rota-light", sans-serif;
  color: #959595;
  letter-spacing: 1.2px;
  line-height: 1.6;
  font-size: 1em; }

.woocommerce-form.woocommerce-form-register.register {
  padding: 0;
  border: none;
  border-radius: 0; }

.woocommerce-form.woocommerce-form-register .woocommerce-form-row {
  display: flex;
  flex-direction: column; }

.woocommerce-form.woocommerce-form-register .woocommerce-Input {
  width: 100%;
  height: 50px;
  border: 1.5px solid #c1c1c1;
  background-color: transparent;
  background: transparent;
  padding-left: 20px; }

.woocommerce-form-register .checkbox-container {
  font-family: "Rota-regular", sans-serif; }

@media (min-width: 768px) {
  .woocommerce-form.woocommerce-form-register .register-left {
    padding-right: 20px !important; }
  .woocommerce-form.woocommerce-form-register .register-right {
    padding-left: 20px !important; } }

.woocommerce-form.woocommerce-form-register .register--surtitre {
  font-family: "Rota-regular", sans-serif !important;
  font-size: 1em; }

.woocommerce-form.woocommerce-form-register .form-row label {
  line-height: unset !important;
  margin-bottom: 0;
  font-size: .9em; }

.woocommerce-form.woocommerce-form-register .logo--bgc {
  position: absolute !important;
  top: unset !important;
  left: unset !important;
  margin-top: -32px !important;
  width: 65px !important;
  height: 91px !important;
  border-radius: 103% 77% 169% 103% !important;
  transform: rotate(70deg) !important; }

#customer_login form input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  border: 1.5px solid #000000;
  background-color: transparent;
  background: transparent;
  padding-left: 20px; }

#customer_login form input::-moz-placeholder {
  font-family: "Rota-regular", sans-serif;
  font-size: 1em; }

#customer_login form input:-ms-input-placeholder {
  font-family: "Rota-regular", sans-serif;
  font-size: 1em; }

#customer_login form label,
#customer_login form select,
#customer_login form option,
#customer_login form em,
#customer_login form input::placeholder {
  font-family: "Rota-regular", sans-serif;
  font-size: 1em; }

#customer_login form input[type=checkbox] {
  min-width: 15px;
  min-height: 15px;
  -border-radius: 0px;
  height: 15px !important;
  width: 15px !important;
  background: transparent !important;
  border: 1px solid #c1c1c1 !important; }

#customer_login form .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  padding-left: 10px; }

#customer_login .form-row {
  display: flex;
  flex-direction: column; }

.required {
  font-family: "Rota-light", sans-serif;
  font-size: 1.5em;
  color: #959595 !important; }

@media (min-width: 768px) {
  .woocommerce-Address-title.title a.edit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    color: #0C6875;
    font-family: "Rota-semiBold", sans-serif;
    transition: all 1s ease-in-out; }
    .woocommerce-Address-title.title a.edit:hover {
      border-bottom: 1px solid #0C6875;
      transition: all 1s ease-in-out; } }

@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    padding: 0 0 0 30px; }
  .woocommerce-form.woocommerce-form-login.login {
    border-bottom: none; }
  #customer_login .u-column2.col-2 {
    padding-left: 30px;
    border-left: 1px solid #000000; } }

@media (min-width: 1200px) {
  .woocommerce-form.woocommerce-form-login.login,
  .woocommerce-form.woocommerce-form-register.register {
    max-width: 80%; } }

.woocommerce-account .woocommerce-MyAccount-content .page-account-subtitle {
  margin: 25px 0 !important; }

.woocommerce-account .woocommerce-MyAccount-content .page-account-title-tab,
.woocommerce-account .woocommerce-MyAccount-content legend,
.ywpar-wrapper h2,
.ywpar-wrapper h3,
.woocommerce-order-details h2.woocommerce-order-details__title,
.woocommerce-customer-details h2.woocommerce-column__title {
  font-family: "Rota-bold", sans-serif;
  text-transform: none;
  font-size: 1.2em; }

.woocommerce-account .woocommerce-MyAccount-content address {
  font-size: 1em;
  line-height: 2em; }

.woocommerce-MyAccount-content a {
  color: #000000; }

.woocommerce-orders-table.woocommerce-MyAccount-orders thead {
  display: initial !important; }

.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td {
  display: initial !important;
  height: 50px; }
  .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td::before {
    display: none; }

.woocommerce-MyAccount-content table.table-striped {
  width: 100%; }
  .woocommerce-MyAccount-content table.table-striped tbody td {
    padding: 10px; }
    .woocommerce-MyAccount-content table.table-striped tbody td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
      padding: 0 !important;
      transform: translate(0, 25%); }
  .woocommerce-MyAccount-content table.table-striped tbody tr:nth-of-type(even) {
    background-color: #0C6875; }

td.woocommerce-table__product-name.product-name {
  padding: 15px !important; }
  td.woocommerce-table__product-name.product-name a {
    color: #000000; }

@media (min-width: 992px) {
  .woocommerce-MyAccount-content table.table-striped tbody td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    transform: translate(0, 0) !important; } }

.shop_table.ywpar_points_rewards .ywpar_minus {
  font-size: 1em !important;
  color: #000000 !important;
  background-color: #c1c1c1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  padding: 7px 9px 4px 6px;
  border-radius: 50px; }

.shop_table.ywpar_points_rewards .ywpar_plus {
  font-size: 1em !important;
  color: #ffffff !important;
  background-color: #0C6875;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  padding: 7px 9px 4px 6px;
  border-radius: 50px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #c1c1c1 !important; }

.filter--container {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 100;
  background: white;
  padding: 0 !important;
  width: 100%;
  height: 100vh;
  padding-bottom: 290px !important;
  overflow: scroll; }
  .filter--container.is-active {
    display: flex !important;
    flex-direction: column; }

.filter--h3 {
  font-family: "Rota-light", sans-serif;
  font-size: .8em;
  text-transform: unset;
  margin-right: 20px; }

.filter--list {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-bottom: solid 1px #0C6875;
  padding: 20px; }
  .filter--list.is-active .filter--box {
    display: block; }
  .filter--list.is-active .filter--h3 {
    font-family: "Rota-light", sans-serif; }
  .filter--list.is-active .filter--chevron {
    transform: rotate(180deg); }

.filter--box {
  position: unset;
  top: 41px;
  background-color: white;
  padding: 30px 20px 24px 20px;
  z-index: 10000;
  min-width: 225px;
  display: none; }

.filter--item {
  display: flex;
  margin-bottom: 25px;
  font-family: "Rota-light", sans-serif;
  font-size: 0.8em;
  letter-spacing: .05em; }

.filter--input {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  transition: ease-in-out .2s all; }
  .filter--input:checked {
    background-color: #000000;
    border: 5px solid #ffffff; }

.filter--label {
  position: relative;
  padding-left: 12px;
  margin-bottom: 0; }

.filter--chevron-container {
  height: 100%;
  width: 10px; }

.filter--chevron {
  height: 100% !important;
  width: 100% !important; }

.filter--mobile-buttons-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 15px;
  z-index: 1500;
  display: none; }
  .filter--mobile-buttons-container .btn {
    min-width: unset;
    width: 45%;
    font-size: 1em; }
  .filter--mobile-buttons-container #apply-filter-mobile {
    width: 100%; }
  .filter--mobile-buttons-container.is-active {
    display: flex; }

.filter--memory-container {
  padding: 20px 0 40px 0; }
  .filter--memory-container .br-reset.filter--del-filter {
    margin-bottom: unset; }
    .filter--memory-container .br-reset.filter--del-filter button {
      border: unset;
      background: transparent;
      color: white; }
  .filter--memory-container .bapf_sfa_inline {
    font-size: 0.8em;
    margin-top: 15px; }
  .filter--memory-container .bapf_sfa_inline .bapf_head {
    display: none; }
  .filter--memory-container .bapf_sfa_unall {
    display: none; }
  .filter--memory-container .berocket_aapf_widget_selected_filter {
    display: inline-flex; }
  .filter--memory-container .braapf_unselect {
    position: relative;
    padding-left: 15px; }
    .filter--memory-container .braapf_unselect i::after {
      content: " ";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      background-image: url(/wp-content/uploads/2021/03/hello-mountain-picto-footer-plus.svg);
      background-repeat: no-repeat;
      background-size: 12px 12px;
      font-family: "Rota-regular", sans-serif;
      font-size: 1.6em;
      margin-right: 10px; }
    .filter--memory-container .braapf_unselect i::before {
      display: none; }
  .filter--memory-container .bapf_sfa_taxonomy span {
    display: none; }
  .filter--memory-container .bapf_sfa_taxonomy li {
    background-color: #F4F4F4 !important;
    padding: 8px 20px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    margin-right: 25px !important; }

.filter--range-container .irs-bar {
  background-color: #000000 !important;
  top: 36px !important;
  height: 2px !important; }

.filter--range-container .irs-handle {
  border: 3px solid #000000 !important;
  width: 20px !important;
  height: 20px !important; }

.filter--range-container .irs-line {
  background-color: #0C6875 !important;
  height: 2px !important; }

.filter--range-to p {
  display: inline-block;
  margin-bottom: 0 !important; }

.filter--range-to-label {
  font-family: "Rota-regular", sans-serif;
  font-size: 0.8em;
  margin-right: 2px; }

.filter--range-to-value {
  font-family: "Rota-light", sans-serif;
  font-size: 0.9em; }

.filter--range-from p {
  display: inline-block;
  margin-bottom: 0 !important; }

.filter--range-from-label {
  font-family: "Rota-regular", sans-serif;
  font-size: 0.8em;
  margin-right: 2px; }

.filter--range-from-value {
  font-family: "Rota-light", sans-serif;
  font-size: 0.9em; }

.filter--del-filter {
  background-color: #0C6875;
  color: white;
  padding: 8px 20px;
  margin-right: 25px;
  cursor: pointer; }
  .filter--del-filter p {
    margin: 0; }

.filter--checked-criteria {
  background-color: #F4F4F4;
  padding: 8px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 25px;
  margin: 15px 15px 0 0;
  font-size: 0.8em; }
  .filter--checked-criteria p {
    margin: 0;
    font-family: "Rota-light", sans-serif; }

.filter--delpicto-container {
  height: auto;
  width: 12px;
  margin-right: 10px; }
  .filter--delpicto-container img {
    height: 100%;
    width: 100%; }

@media (min-width: 992px) {
  .filter--container {
    display: flex;
    flex-direction: flex-column;
    padding-top: 25px !important;
    margin-right: 0 10px !important;
    border-top: solid 0.5px #D5D5DB;
    border-bottom: solid 0.5px #D5D5DB;
    margin-left: unset;
    position: unset;
    top: unset;
    height: unset;
    background-color: none;
    overflow: initial;
    padding-bottom: 0px !important; }
  .filter--list {
    padding-bottom: 20px !important;
    margin-right: 4%;
    border: none;
    padding: unset; }
  .filter--box {
    position: absolute;
    box-shadow: unset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .filter--item {
    margin-bottom: 12px; }
  .filter--del {
    display: initial; }
  .filter--mobile-buttons-container {
    display: none !important; }
    .filter--mobile-buttons-container.is-active {
      display: none !important; }
  .filter--memory-container {
    padding: unset; }
    .filter--memory-container .bapf_sfa_inline {
      font-size: unset;
      margin-top: unset; }
  .filter--checked-criteria {
    font-size: unset;
    margin: 0 35px 0 0; }
  html .filter--memory-container .bapf_sfa_taxonomy li {
    margin-right: 25px !important; } }

.archive-product-img-form-container.new::before {
  content: '';
  width: calc(100% - 20px);
  height: 5px;
  background-color: #0C6875;
  position: absolute;
  top: 0; }

.single .archive-product-form {
  display: none; }
.woocommerce-product-gallery__wrapper{
  position: relative;
  margin-bottom: 30px;
}
.woocommerce-product-gallery__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F4F4F4;
  height: 100%;
  width: 100vw; }

.woocommerce-product-gallery__trigger {
  display: none; }

.single.single-product .input-text.qty.text {
  display: none; }

.summary.entry-summary form.cart .quantity::after,
.summary.entry-summary form.cart .quantity::before {
  display: none; }

form.woocommerce-ordering {
  right: 0;
  position: relative;
  top: 0px;
  float: unset !important;
  font-size: 0.8em;
  padding: 20px;
  font-family: "Rota-semiBold", sans-serif; }
  form.woocommerce-ordering select {
    background-color: #ffffff; }
  form.woocommerce-ordering .nice-select::after {
    margin-top: -8px !important;
    margin-right: 0 !important; }

@media (min-width: 768px) {
  form.woocommerce-ordering {
    top: 55px;
    padding: unset; } }

@media (min-width: 992px) {
  form.woocommerce-ordering {
    top: 0;
    padding: unset; } }

.single.single-product .stock {
  color: #0C6875; }

.single.single-product .stock.out-of-stock {
  color: #0C6875; }

.outofstock .product_type_simple {
  display: none !important; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  font-family: "Rota-medium", sans-serif;
  font-size: 1em !important;
  letter-spacing: 0.025em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 !important; }

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  align-items: stretch !important;
  flex-wrap: wrap;
  margin: 0 -10px; }

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: unset !important; }

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: unset !important; }

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  background-color: #F4F4F4; }

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 33.3%;
  padding: 0 10px; }

.related.products .woocommerce ul.products.columns-3 li.product {
  padding: 0 !important;
  width: 33.3%; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 0 2.992em 0; }

li.product.type-product {
  position: relative; }
  li.product.type-product h2.woocommerce-loop-product__title {
    font-family: "Rota-light", sans-serif;
    color: #000000;
    text-transform: unset !important;
    letter-spacing: .05em; }
  li.product.type-product .price {
    margin-top: 15px; }
  li.product.type-product .woocommerce-Price-amount.amount {
    color: #0C6875;
    text-decoration: none;
    color: #000000;
    font-family: "Rota-semiBold", sans-serif;
    font-size: 1.5em;
    line-height: 2em; }
    li.product.type-product .woocommerce-Price-amount.amount del {
      font-family: "Rota-medium", sans-serif; }
  li.product.type-product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
    margin-bottom: 30px !important;
    padding: 13px 0 !important; }
  li.product.type-product:hover .archive-product-btn {
    opacity: 1;
    padding: 10px 0 !important; }
  li.product.type-product:hover .thumbnail--img-container {
    background: linear-gradient(0deg, #d7d7d7 0%, rgba(255, 255, 255, 0) 100%); }

.woocommerce-products-header {
  margin-top: 30px; }

.woocommerce-products-header__title.page-title {
  text-align: center;
  font-family: "Rota-bold", sans-serif;
  color: #000000;
  text-transform: unset !important;
  font-size: 2.2em;
  letter-spacing: .05em; }

html .cross-sell .woocommerce-Price-amount.amount bdi {
  font-family: unset !important;
  color: unset !important; }

.archive .archive-product-img-form-container .button.product_type_variable.add_to_cart_button {
  display: none; }

html .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount,
html .woocommerce ul.products li.product .price ins,
html .summary.entry-summary p.price ins .woocommerce-Price-amount.amount,
html .summary.entry-summary p.price ins,
html .woocommerce div.product p.price ins,
#woosw-area .woosw-content-item--price ins,
html .cross-sell .woocommerce-Price-amount.amount ins {
  text-decoration: none !important;
  color: #0C6875 !important;
  font-family: "Rota-semiBold", sans-serif !important;
  font-size: 1.25em; }

.product.type-product .summary.entry-summary p.price del .woocommerce-Price-amount.amount bdi {
  color: #959595 !important;
  font-family: "Rota-semiBold", sans-serif !important; }

.product.type-product .summary.entry-summary p.price .woocommerce-Price-amount.amount bdi {
  color: #000000 !important;
  font-family: "Rota-semiBold", sans-serif !important;
  font-size: 1.2em !important; }

html .woocommerce ul.products li.product .price del,
html .woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount,
html .summary.entry-summary p.price del .woocommerce-Price-amount.amount,
html .summary.entry-summary p.price del,
html .woocommerce div.product p.price del,
#woosw-area .woosw-content-item--price del,
html .cross-sell .woocommerce-Price-amount.amount del {
  text-decoration: line-through !important;
  color: #959595 !important;
  opacity: 1;
  font-family: "Rota-light", sans-serif;
  font-size: 1.2em;
  padding: 0 5px 0 0; }

.archive-product-btn {
  opacity: 0;
  transition: all .5s ease-in-out;
  width: 50%;
  min-width: 50%;
  font-size: .9em;
  padding: 10px 20px !important; }

.archive-product-form {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 45px;
  display: inline-flex; }

.new-product {
  opacity: 1;
  position: absolute;
  top: 15px;
  left: 25px;
  font-family: "Rota-extraBold", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  color: #0C6875;
  transition: all 0.5s ease-in-out; }

.product:hover .new-product {
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.shop--container {
  max-width: 70vw;
  margin: 0 auto;
  position: relative;
  display: none;
  transition: ease-in-out .3s all; }
  .shop--container.is-active {
    display: block; }
  .shop--container .slick-arrow {
    width: 10px;
    height: 10px;
    cursor: pointer; }

.shop--next {
  position: absolute;
  bottom: 83px;
  right: 0;
  transform: rotate(-90deg); }

.shop--prev {
  position: absolute;
  bottom: 83px;
  left: 0;
  transform: rotate(90deg); }

.shop--subtitle {
  text-align: center;
  font-family: "Rota-light", sans-serif;
  font-size: 1em;
  color: #959595;
  letter-spacing: .025em;
  line-height: 1.2em;
  text-transform: unset;
  margin-bottom: 35px; }

.shop--slide {
  cursor: pointer;
  text-align: center; }

.shop--img-container {
  width: 100px;
  margin: 0 auto; }
  .shop--img-container img {
    width: 100%;
    height: 100%;
    min-width: 100px;
    min-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100px;
    max-height: 100px; }

.shop--h3 {
  font-family: "Rota-extraBold", sans-serif;
  font-size: 1em;
  text-transform: unset;
  max-width: 100px;
  margin: 0 auto; }

.shop--filter-group {
  margin-right: 16%;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: solid 0.5px #0C6875; }
  .shop--filter-group h3 {
    font-size: 0.8em;
    letter-spacing: 0.5px;
    text-transform: inherit;
    font-family: "Rota-semiBold", sans-serif;
    margin-right: 25px; }
  .shop--filter-group.is-active .bapf_body {
    display: block; }
  .shop--filter-group.is-active .br-filter-box::after {
    transform: rotate(180deg);
    top: 0px; }
  .shop--filter-group .br-filter-box {
    position: relative;
    margin-bottom: unset; }
    .shop--filter-group .br-filter-box::after {
      content: '';
      background: url(/wp-content/uploads/2021/01/hello-mountain-chevron.svg) no-repeat;
      position: absolute;
      width: 10px;
      height: 10px;
      top: 4px;
      right: 0px;
      margin-left: 20px; }
  .shop--filter-group .bapf_body {
    display: none;
    position: unset;
    top: 40px;
    background-color: white;
    padding: 30px 20px 24px 20px;
    z-index: 10000;
    min-width: 225px; }
    .shop--filter-group .bapf_body li {
      margin-bottom: 12px !important;
      font-family: "Rota-light", sans-serif;
      font-size: 0.8em; }
      .shop--filter-group .bapf_body li label {
        padding-left: 5px;
        margin-bottom: unset; }

@media (min-width: 768px) {
  .shop--filter-group {
    padding: 20px; } }

@media (min-width: 992px) {
  .shop--container {
    max-width: 50vw; }
  .shop--filter-group {
    width: unset;
    padding: 0 0 20px 0;
    border-bottom: unset; }
    .shop--filter-group .bapf_body {
      position: absolute;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } }

.promo {
  width: 33.3%;
  height: 350px;
  max-height: 330px;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  position: relative;
  overflow: hidden;
  list-style: none;
  margin-bottom: 50px;
  background-image: url("/wp-content/themes/hello-mountain/assets/css/../img/hello-mountain--texture-promo.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .promo .puddle-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    transform: scale(2.4); }
  .promo .puddle2 {
    position: absolute;
    top: 40%; }
  .promo--bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .4; }
  .promo--container {
    position: relative;
    padding: 60px 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .promo--container button {
      background-color: #0C6875;
      border: 1px solid #0C6875;
      padding: 10px 20px;
      transition: ease-in-out .5s all;
      color: #ffffff; }
    .promo--container:hover button {
      background-color: transparent;
      color: #0C6875; }
  .promo--h2 {
    font-family: "Rota-medium", sans-serif;
    text-transform: initial;
    font-size: 2.5em;
    line-height: 1em;
    color: #000000; }
    .promo--h2 .spe {
      font-family: "Rota-extraBold", sans-serif;
      font-size: 1.5em; }
  .promo--subtitle {
    color: #0C6875;
    margin-bottom: 30px;
    font-family: "Rota-bold", sans-serif; }

@media screen and (max-width: 1199px) {
  .promo {
    height: 289px; }
    .promo--container {
      padding: 70px 60px;
      font-size: 0.8em; } }

@media screen and (max-width: 992px) {
  .promo--container {
    padding: 45px 35px;
    font-size: 0.6em; } }

@media screen and (max-width: 768px) {
  .promo {
    height: auto;
    width: 100%; }
    .promo--container {
      padding: 65px 45px;
      font-size: 1em; }
  form.archive-product-form {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .promo {
    height: auto;
    width: 100%; }
    .promo--container {
      padding: 45px 45px;
      font-size: 0.8em; } }

@media screen and (max-width: 575px) {
  .promo {
    height: 100%;
    width: 100%; }
    .promo--container {
      padding: 50px 25px;
      font-size: 0.8em; } }

@media screen and (max-width: 358px) {
  #woofc-area span {
    line-height: 1.5em; }
    #woofc-area span.woofc-continue-url {
      line-height: 3em !important; } }

.woocommerce-ordering .orderby {
  border: none; }

.woocommerce-result-count {
  color: #0C6875; }

@media screen and (max-width: 991px) {
  .archive-product-form {
    display: block; }
  .archive-product-btn {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .promo {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em; } }

@media screen and (max-width: 576px) {
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .promo {
    width: 100%; } }

.single-product ul.products li.product .thumbnail--img-container {
  height: inherit;
  width: 100%;
  height: 155px;
  background: #F4F4F4;
  padding: 5px; }
  .single-product ul.products li.product .thumbnail--img-container .thumbnail--img {
    margin: 0 auto;
    height: 100% !important;
    width: 100% !important;
    padding: 10px; 
    object-fit: contain; }

@media (min-width: 768px) {
  .filter--heading {
    margin-left: 0px; } }

@media (min-width: 992px) {
  .woocommerce-ordering .orderby {
    border: none; } }

.archive .woocommerce-notices-wrapper {
  display: none; }

.archive .thumbnail--img-container {
  display: flex;
  padding: 15px;
  box-shadow: none;
  background: #F4F4F4;
  margin-bottom: 10px;
  transition: all 1s ease;
  min-height: 330px; }
  .archive .thumbnail--img-container:hover {
    background: linear-gradient(0deg, #d7d7d7 0%, rgba(255, 255, 255, 0) 100%); }
  .archive .thumbnail--img-container img {
    padding: 15px;
    width: auto !important;
    max-height: 300px;
    max-width: 300px;
    height: auto !important;
    margin: 0 auto !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

/* .berocket_single_filter_widget_5258 {
  display: none; } */
.berocket_single_filter_widget_5258 .bapf_show_hide {
  display: none !important; }

.bapf_ckbox_sqchck input[type=checkbox]:checked {
  background-color: #0C6875 !important;
  border-color: #0C6875 !important; }
  .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    border-bottom: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important; }

.bapf_show_hide{
  text-decoration: underline;
  color: #0c6875;
}

main.site-main {
  overflow: hidden; }

.product.type-product .summary.entry-summary h1.product_title.entry-title {
  text-transform: unset;
  color: #000000;
  font-family: "Rota-regular", sans-serif;
  font-size: 2em !important; }

.product.type-product .product.type-product form.cart .single_add_to_cart_button.button {
  background-color: red !important; }

.product.type-product .quantity {
  margin: 0px -1px 0 0 !important; }
  .product.type-product .quantity input.input-text.qty.text {
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    color: #000000 !important;
    margin: unset !important;
    line-height: unset !important;
    font-family: "Rota-light", sans-serif !important;
    height: 50px !important; }

figure.woocommerce-product-gallery__wrapper {
  background-color: #F4F4F4;
  position: relative; }
  figure.woocommerce-product-gallery__wrapper a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  figure.woocommerce-product-gallery__wrapper img.wp-post-image {
    display: flex;
    margin-left: 25%;
    width: 70%; }

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.images figure .background-image-product {
  position: absolute; }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images figure .background-image-product::after {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F4F4F4; }

#single-product-thumbnail-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  height: 90%;
  margin-left: -145px;
  margin-top: 20px;
  top: 0;
  overflow: overlay; }
  #single-product-thumbnail-container img {
    background-color: #ffffff; }

.woocommerce .code-chrono {
  font-size: 1em; }

.woocommerce-product-gallery__image {
  padding: 10px;
  margin-right: 20px; }

form.swatches-support {
  display: inline-block !important;
  height: unset !important;
  width: 100%; }

form.swatches-support .variations {
  width: 100%; }

form.swatches-support .variations tr {
  width: 100%; }

form.swatches-support .variations .label {
  display: none; }

form.swatches-support .variations .reset_variations {
  display: none !important; }

form.swatches-support .variations .tawcvs-swatches {
  margin-bottom: 25px;
  position: relative; 
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;}
  form.swatches-support .variations .tawcvs-swatches::before {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #959595; }

/* form.swatches-support .swatch-label {
  margin: 5px 5px !important;
} */

html .woocommerce-variation-price {
  display: none !important; }

form.swatches-support .swatch {
  margin: 5px !important;
}

form.swatches-support .swatch-image {
  height: 45px;
  width: 45px;
  margin-top: 15px;
  border: 3.4px solid transparent; }

form.swatches-support .swatch-label {
  border: 2.5px solid transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 17px;
  text-transform: uppercase;
  font-family: "Rota-regular", sans-serif;
  width: unset;
  height: unset;
  margin: 5px !important;
  letter-spacing: 0.8px; }
  form.swatches-support .swatch-label .swatch__tooltip {
    display: none; }

form.swatches-support .swatch.selected {
  border-color: #000000; }

.content-single-product .product_meta {
  margin-bottom: 10px; }

.content-single-product--banner {
  position: fixed;
  top: -5px;
  left: 0;
  width: 100vw;
  padding: 10px 0;
  background-color: #ffffff;
  z-index: 100;
  transition: ease-in-out .5s all;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1); }
  .content-single-product--banner.is-active {
    top: 130px; }
  .content-single-product--banner .woosw-btn {
    top: 0px !important; }
    .content-single-product--banner .woosw-btn::after {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }

.content-single-product--img-container {
  position: relative;
  width: 70px; 
  height: 70px; }
  .content-single-product--img-container img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    background-color: transparent;
    width: 100%;
    height: 100%; }

.content-single-product--img-container img {
  height: 100%;
  object-fit: contain;
}

#single-product-thumbnail-container .woocommerce-product-gallery__image {
  height: unset;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  height: 60vh;
  position: relative;
  z-index: 1;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  height: 100%;
  object-fit: contain;
}

.content-single-product--title-container span {
  font-size: 1.5em;
  font-family: "Rota-regular", sans-serif;
  color: #000000; }

.content-single-product--title-container span.categories {
  font-family: "Rota-medium", sans-serif;
  font-size: 1.1em;
  color: #959595; }

@media (min-width: 992px) {
  .content-single-product--banner.is-active {
    top: 110px; }
  .single-product .slider-info--menu {
    border-bottom: solid 1px #E5E5E5; }
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab {
    padding-left: 50px;
    padding-right: 0; }
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
    padding-left: 0;
    padding-right: 30px; } }

@media screen and (max-width: 768px) {
  #single-product-thumbnail-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
    top: unset;
    left: unset;
    position: inherit;
    margin-left: 0px !important; }
    #single-product-thumbnail-container img {
      margin: 0 auto; }
  figure img.wp-post-image {
    margin: 0 auto !important; }
  .content-single-product--banner .content-single-product--title-container {
    font-size: 0.9em; }
  .content-single-product--banner button#add-to-cart {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; } }

.woocommerce-tabs.wc-tabs-wrapper {
  padding: 50px 0;
  position: relative; }
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    display: none !important; }
  .woocommerce-tabs.wc-tabs-wrapper::before {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    position: absolute;
    background: #F4F4F4; }

.single-product .featured-products .container, .single-product .featured-products .woocommerce-tabs.wc-tabs-wrapper, .single-product .featured-products .hero .slick-dots, .hero .single-product .featured-products .slick-dots {
  position: relative; }
  .single-product .featured-products .container::before, .single-product .featured-products .woocommerce-tabs.wc-tabs-wrapper::before, .single-product .featured-products .hero .slick-dots::before, .hero .single-product .featured-products .slick-dots::before {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    position: absolute;
    background: #F4F4F4; }

.single-product .slider-info-avis--link {
  font-family: "Rota-medium", sans-serif;
  letter-spacing: 1.5px !important; }

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
  display: block !important; }
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab h2,
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
    text-transform: unset;
    margin-bottom: 40px;
    font-family: "Rota-bold", sans-serif;
    font-size: 2em; }
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab p,
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab p {
    font-family: "Rota-regular", sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #818181; }
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab .information,
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .information {
    color: unset;
    font-family: "Rota-semiBold", sans-serif;
    font-size: 1em; }
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab #tab-description,
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab #tab-info_tech,
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab #tab-description,
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab #tab-info_tech {
    display: block !important; }

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  padding-bottom: 30px !important; }

html .woocommerce ul#related-single-products.cross-sell--products li {
  width: 30% !important;
  margin: 0 3% 2.992em 0 !important; }

html .woocommerce ul#related-single-products.cross-sell--products li.last {
  margin: 0 3% 2.992em 0 !important; }

#related-single-products .new-product {
  display: none; }

.summary.entry-summary h1.product_title.entry-title {
  font-family: "Rota-medium", sans-serif;
  text-transform: unset;
  font-size: 2em !important;
  color: #000000;
  margin-bottom: 0.3rem; }

.summary.entry-summary div.product_meta {
  margin-bottom: 1.5rem; }

.summary.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 30px; }

.summary.entry-summary .guide-tailles a {
  color: #0C6875;
  text-decoration: underline !important;
}

.summary.entry-summary .slider-info-product {
  padding: 35px 0; }

.summary.entry-summary .slider-info-product--text-container p, .summary.entry-summary .slider-info--text-container p {
  line-height: 1.2em;
  font-size: 0.9em; }

.summary.entry-summary form.cart {
  height: 50px;
  display: inline-flex; }
  .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    height: 48px !important; }
  .summary.entry-summary form.cart .quantity {
    display: inline-flex; }
    .summary.entry-summary form.cart .quantity input {
      height: 48px;
      border-radius: 0px;
      padding: 0px;
      margin: 0px !important;
      border: 1px solid #000000;
      margin-right: -5px !important; }

.single.single-product .separator-element {
  display: none; }

.single.single-product.theme-hello-mountain.woocommerce.woocommerce-page ul.products li.last, ul.products li.last {
  margin-right: 3% !important; }

.site-main-categories,
.site-main {
  margin-top: 15px; }

@media (min-width: 768px) {
  .site-main-categories {
    margin-top: 120px; } }

.woocommerce-account .search-process, .woocommerce-account .header--top-tools-link, .woocommerce-checkout .search-process, .woocommerce-checkout .header--top-tools-link {
  display: none; }

.woocommerce-account .search-desktop, .woocommerce-checkout .search-desktop {
  display: none; }

.search-process .woocommerce-products-header {
  display: none; }

.search-process .woocommerce-breadcrumb {
  display: none; }

.row, .page-id-9 .woocommerce, .woocommerce-Addresses, .woocommerce-tabs.wc-tabs-wrapper, .woocommerce-tabs.wc-tabs-wrapper, .woocommerce-Addresses {
  margin-left: unset !important;
  margin-right: unset !important; }

.woocommerce {
  background-color: #ffffff;
  overflow: hidden; }

.woocommerce-breadcrumb a {
  transition: all 0.25s ease-in-out; }

.woocommerce .woocommerce-breadcrumb {
  font-size: 0.9em; }

.shortcode .woocommerce-breadcrumb {
  font-size: 0.8em; }

.woocommerce-breadcrumb .pipe {
  margin-left: 18px;
  margin-right: 15px; }

.woocommerce-breadcrumb a:hover {
  transition: all 0.25s ease-in-out;
  color: #959595; }

.woosw-content-top {
  text-transform: initial !important; }

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-form .woocommerce-form-register__submit:hover {
  background-color: #0C6875 !important;
  background: #0C6875 !important;
  border: 1px solid #0C6875 !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  margin: unset !important;
  line-height: unset !important;
  transition: ease-in-out all .5s !important;
  height: 45px !important;
  font-family: "Rota-light", sans-serif !important;
  font-size: 1em !important;
  letter-spacing: 0.06em !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 200px !important;
  padding: 8px 20px !important; }

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-form .woocommerce-form-register__submit:hover {
  background-color: #0C6875 !important;
  background: #0C6875 !important;
  border: 1px solid #0C6875 !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  margin: unset !important;
  line-height: unset !important;
  transition: ease-in-out all .5s !important;
  height: 45px !important;
  font-family: "Rota-light", sans-serif !important;
  font-size: 1em !important;
  letter-spacing: 0.06em !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 200px !important;
  padding: 8px 20px !important; }

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border: 1px solid #0C6875 !important;
  border-radius: 0px !important;
  color: #0C6875 !important;
  margin: unset !important;
  line-height: unset !important;
  height: 45px !important;
  font-family: "Rota-light", sans-serif !important;
  font-size: 1em !important;
  text-align: center !important;
  letter-spacing: 0.06em !important;
  line-height: 1.8em !important; }

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-form .woocommerce-form-register__submit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 8px 20px !important;
  min-width: 200px !important;
  background-color: #0C6875 !important;
  background: #0C6875 !important;
  border: 1px solid #0C6875 !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  margin: unset !important;
  line-height: unset !important;
  font-family: "Rota-light", sans-serif !important;
  transition: ease-in-out all .5s !important;
  height: 45px !important;
  font-size: 1em !important;
  text-align: center !important;
  letter-spacing: 0.06em !important; }

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border: 1px solid #0C6875 !important;
  border-radius: 0px !important;
  color: #0C6875 !important;
  margin: unset !important;
  line-height: unset !important;
  height: 45px !important;
  font-family: "Rota-light", sans-serif !important;
  font-size: 1em !important;
  text-align: center !important;
  letter-spacing: 0.06em !important;
  line-height: 1.8em !important; }

.single .woocommerce .related.products ul.products li.product a.woosw-btn {
  display: none !important; }

.archive .woocommerce ul.products li.product a.woosw-btn,
.search-process .woocommerce ul.products li.product a.woosw-btn {
  top: 15px;
  position: absolute;
  opacity: 0;
  transition: all .5s ease-in-out; }

.archive .woocommerce ul.products li.product:hover a.woosw-btn,
.search-process .woocommerce ul.products li.product:hover a.woosw-btn {
  opacity: 1; }

.single a.woosw-btn.variable {
  top: -38px !important;
  left: 210px; }

.woosw-btn.woosw-added::after {
  background-image: url("/wp-content/uploads/2021/01/hello-mountain-wishlist-checked.svg");
  background-size: 25px 25px !important; }

a.woosw-btn,
button.woosw-btn {
  overflow: hidden;
  outline: none;
  display: block;
  position: relative;
  background: transparent;
  background-color: transparent;
  margin-left: 10px;
  color: transparent;
  border: none;
  width: 30px;
  height: 48px;
  top: 0; }
  a.woosw-btn::after,
  button.woosw-btn::after {
    pointer-events: none;
    content: "";
    background-image: url("/wp-content/uploads/2021/01/hello-mountain-wishlist.svg");
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: inline-flex; }

.woosw-area .woosw-inner .woosw-content {
  min-height: 400px; }

.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item {
  padding: 20px 0 20px 0 !important;
  border-bottom: 1px solid #818181 !important;
  margin: 0 30px !important; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--image {
    padding: 0 15px 0 0 !important; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--image img {
      width: 100%;
      height: auto; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .btn-container-wishlist-desktop {
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .btn-container-wishlist-mobile {
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--remove span {
    width: 30px !important;
    height: 30px !important;
    float: right;
    margin-right: 20px; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--remove span img {
      height: 100%;
      width: 100%; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--remove:hover {
    cursor: pointer; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--add .product.woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--add .product.woocommerce.add_to_cart_inline a {
    width: 100% !important;
    line-height: 2em !important; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--time,
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--stock,
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--add .woocommerce-Price-amount.amount {
    display: none !important; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--price {
    margin-top: 25px; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--price > .woocommerce-Price-amount.amount > bdi {
    font-size: 1.3em !important; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--title {
    font-size: 1.2em;
    font-family: "Rota-medium", sans-serif; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-items .woosw-content-item .woosw-content-item--category {
    color: #818181;
    font-family: "Rota-medium", sans-serif;
    line-height: 1em;
    margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-item--add .product.woocommerce.add_to_cart_inline a {
    max-width: 230px; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-item--add .product.woocommerce.add_to_cart_inline {
    bottom: 0; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner > span:last-child {
    max-width: 250px; } }

.woosw-area .woosw-inner .woosw-content .woosw-content-top,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
  background-color: #ffffff !important;
  color: #000000 !important; }

.woosw-area .woosw-inner .woosw-content {
  max-width: 624px; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-top {
    font-family: "Rota-light", sans-serif;
    padding: 20px 60px 20px 30px !important;
    font-size: 1.5em;
    height: 80px; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count {
      font-family: "Rota-light", sans-serif;
      position: relative;
      z-index: 1;
      top: -30%;
      left: -5px;
      margin-left: 10px;
      font-size: .9em;
      color: #ffffff; }
      .woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background-color: #0C6875;
        border-radius: 50%;
        z-index: -1; }
  .woosw-area .woosw-inner .woosw-content .woosw-count:before,
  .woosw-area .woosw-inner .woosw-content .woosw-count:after {
    content: "" !important; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-bot {
    height: 80px;
    padding: 0; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-continue {
      width: 100%;
      height: 45px;
      transition: all 0.5s ease-in-out; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
      padding: 8px 20px; }
      .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
        color: #ffffff;
        transition: all 0.5s ease-in-out; }
      .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page {
        display: none; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
      height: 80px;
      top: 80px;
      background-color: #0C6875;
      padding-top: 15px; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner > span:last-child {
      color: #0C6875;
      text-align: center;
      margin: 0 !important;
      padding: 0 !important;
      display: block !important;
      text-transform: initial;
      line-height: 2.8em; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner > span {
      flex-basis: unset; }

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex; }

.woocommerce a.added_to_cart {
  display: none; }

.woofc-area.woofc-style-02 .woofc-area-mid {
  margin: 0 0 0 20px; }

.woofc-area.woofc-style-02 .woofc-area-top span {
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: "Rota-bold", sans-serif; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner {
  justify-content: flex-start !important; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
  display: none; }

.woofc-area.woofc-effect-05 {
  max-width: 500px; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
  min-width: 150px;
  height: 150px;
  flex: unset;
  margin: 0; }
  .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb a {
    width: 150px;
    height: 150px; }
  .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
    width: 100%;
    height: 100%; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
  transform: none; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
  opacity: 0;
  visibility: hidden;
  transform: none;
  display: none; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item {
  padding: 0 30px; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
  flex-grow: unset;
  margin: 0;
  padding: 0 0 0 30px; }
  .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
    margin-bottom: 0; }
  .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-category {
    font-size: 1.2em;
    color: #959595;
    font-family: "Rota-medium", sans-serif;
    margin-bottom: 10px; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
  font-weight: unset;
  line-height: unset;
  margin-bottom: 0;
  font-size: 1.3em;
  color: #000000; }
  .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    font-family: "Rota-regular", sans-serif; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
  font-size: 1em !important;
  font-weight: unset !important;
  line-height: unset !important;
  text-decoration: none !important; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price bdi {
  font-size: 1.6em; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del bdi {
  font-family: "Rota-medium", sans-serif; }

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins {
  text-decoration: none !important; }
  .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins bdi {
    color: #0C6875; }

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-total {
  display: none; }

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action {
  padding: 0px 30px 15px 30px;
  margin: 0; }

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue {
  padding: 0px 30px 15px 30px;
  margin: 0; }

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue .woofc-continue-url {
  margin: 0; }

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full a,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span.woofc-continue-url {
  height: 45px;
  line-height: 45px;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #0C6875 !important;
  font-weight: unset !important;
  border: 1px solid #0C6875 !important;
  text-decoration: none;
  display: inline-block;
  font-family: "Rota-medium", sans-serif !important;
  width: 100%;
  text-transform: unset !important;
  font-size: 1.1em;
  letter-spacing: 0.06em; }
  .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full a:hover,
  .woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span.woofc-continue-url:hover {
    background-color: #0C6875;
    color: #ffffff !important;
    opacity: 1 !important; }

.woofc-area.woofc-style-02 .woofc-area-top {
  font-family: "Rota-light", sans-serif;
  padding: 20px 60px 0px 30px !important;
  font-size: 1.2em;
  height: 90px;
  text-transform: none;
  background: #ffffff;
  background-color: #ffffff;
  display: inline-flex; }
  .woofc-area.woofc-style-02 .woofc-area-top .woofc-area-top-img {
    margin-right: 15px;
    width: 34px;
    height: 40px; }
    .woofc-area.woofc-style-02 .woofc-area-top .woofc-area-top-img img {
      height: 100%; }

.woofc-area.woofc-style-02 .woofc-area-bot {
  padding: 20px 0 5px 0; }

@media screen and (min-width: 576px) {
  .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action {
    padding: 0px 30px 0 10px; }
  .woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue {
    padding: 0px 10px 0 30px; }
  .woofc-area.woofc-style-02 .woofc-area-bot {
    padding: 20px 0; } 
  .woofc-area.woofc-style-02 .woofc-area-top span{
    line-height: unset; }}

.product.type-product .summary.entry-summary h1.product_title.entry-title {
  font-size: 1.5em;
  font-family: "Rota-regular", sans-serif;
  margin-bottom: 0;
  line-height: .8em; }

#woosq-popup .slick-prev.slick-arrow,
#woosq-popup .slick-next.slick-arrow {
  border: none; }

#woosq-popup .price {
  font-size: 1em; }
  #woosq-popup .price > ins bdi {
    color: #0C6875 !important; }

.woocommerce-product-details__short-description {
  font-size: 1em;
  font-family: "Rota-regular", sans-serif; }

#woosq-popup .variations_form.cart {
  display: none; }

#woosq-popup .summary.entry-summary div.product_meta {
  font-size: 1.5em;
  margin-bottom: 0;
  font-family: "Rota-semiBold", sans-serif; }
  #woosq-popup .summary.entry-summary div.product_meta span a {
    color: #959595 !important; }

#woosq-popup .product.type-product .quantity input.input-text.qty.text {
  height: 45px !important; }

#woosq-popup .archive-product-btn {
  opacity: 1 !important; }

#woosq-popup .single-product .product .thumbnails.thumbnails-ori {
  width: 40%; }

#woosq-popup .single-product .product .summary {
  width: 60%; }

#woosq-popup .single-product .product .summary-content form.cart {
  padding-left: 0;
  margin: 0 15px 0 0;
  position: absolute;
  bottom: 50px;
  height: 45px;
  width: 35% !important;
  padding-right: 0; }
  #woosq-popup .single-product .product .summary-content form.cart .quantity,
  #woosq-popup .single-product .product .summary-content form.cart .quantity::after,
  #woosq-popup .single-product .product .summary-content form.cart .quantity::before {
    display: none; }
  #woosq-popup .single-product .product .summary-content form.cart button {
    background-color: transparent !important;
    border: 1px solid #0C6875 !important;
    color: #0C6875 !important;
    width: 100% !important;
    font-family: "Rota-semiBold", sans-serif !important;
    font-weight: unset; }
    #woosq-popup .single-product .product .summary-content form.cart button:hover {
      background-color: #0C6875 !important;
      color: #ffffff !important; }

.mfp-woosq .mfp-close,
#woosw-area .woosw-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px !important;
  right: 20px !important; }

.mfp-woosq .mfp-close:before,
#woosw-area .woosw-close:after {
  background-image: url("/wp-content/uploads/2021/01/hello-mountain-cross.svg");
  content: "" !important;
  width: 20px !important;
  height: 20px !important; }

#woosw-area .woosw-content-mid-notice {
  font-size: 1.2em;
  font-family: "Rota-bold", sans-serif; }

#woosq-popup .single-product .product .summary-content {
  padding-top: 50px !important; }
  #woosq-popup .single-product .product .summary-content .woosw-btn {
    position: absolute;
    bottom: 45px;
    right: 65px;
    top: unset; }

#woosq-popup .single-product .product .summary-content .archive-btn-container {
  height: 48px !important;
  width: 100%;
  display: inline-flex !important;
  position: absolute;
  bottom: 47px;
  right: 115px;
  max-width: 35% !important; }
  #woosq-popup .single-product .product .summary-content .archive-btn-container .btn.btn--secondary.archive-product-btn {
    font-size: 1em;
    height: 48px !important;
    margin: 0 !important;
    width: 100%; }
    #woosq-popup .single-product .product .summary-content .archive-btn-container .btn.btn--secondary.archive-product-btn span {
      font-family: "Rota-semiBold", sans-serif; }

#woosq-popup .single-product .product .summary-content form .woosw-btn {
  display: none; }

#woosq-popup .woocommerce-product-details__short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.woocommerce span.onsale {
  background-color: #0C6875 !important;
  border-radius: 0 !important;
  width: 80px;
  height: 30px;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0;
  margin: 0;
  line-height: 2.5em; }

.woocommerce .related ul.products li.product span.onsale {
  top: 5px;
  right: 15px;
  left: auto;
  margin: 0 !important;
  font-size: .8em !important;
  height: 25px;
  line-height: 2.2em;
  width: 50px; }

.woocommerce ul.products li.product span.onsale {
  top: 0;
  right: 10px;
  left: auto;
  margin: 0 !important;
  font-family: "Rota-bold", sans-serif; }

.woocommerce .summary.entry-summary span.onsale {
  background-color: #0C6875 !important;
  border-radius: 0 !important;
  width: 80px;
  height: 30px;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0;
  margin: 0;
  line-height: 2.5em;
  top: unset;
  left: unset; }

.woocommerce .summary.entry-summary span.onsale ~ .price {
  margin-left: 90px; }

#swipebox-overlay {
  background: #ffffff; }

#swipebox-close,
#swipebox-next,
#swipebox-prev,
#swipebox-bottom-bar,
#swipebox-arrows {
  filter: invert(1); }

.wcj_shipping_icon {
  width: 67px;
  height: 67px;
  margin-left: 10px; }

.woocommerce table.my_account_orders {
  font-size: 1em !important; }

#yith-par-message-cart {
  display: none; }

.cart--container #yith-par-message-cart {
  display: initial !important; }

.single-product div.yith-par-message, .single-product .yith-par-message-variation {
  padding: 20px 0; }

.banner {
  padding: 10px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .banner--text {
    margin-bottom: 0;
    font-family: "Rota-regular", sans-serif;
    text-align: center;
    font-size: .8em; }
    .banner--text a:hover {
      text-decoration: underline; }
  .banner p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .banner--text {
    font-size: 1em; } }

.cart--heading {
  text-align: center; }
  .cart--heading h1 {
    letter-spacing: 0.01em;
    color: #000000;
    font-family: "Rota-extraBold", sans-serif;
    text-transform: none;
    font-size: 2.5em;
    text-align: center; }
  .cart--heading .cart--heading-count {
    position: relative;
    margin-bottom: 15px;
    width: 25px;
    height: 25px;
    background-color: #0C6875;
    border-radius: 20px;
    top: 0;
    right: -5px; }
    .cart--heading .cart--heading-count p {
      text-align: center;
      position: absolute;
      padding-top: 8px;
      color: #ffffff;
      display: block !important;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -60%); }

.cart--img {
  width: 100px;
  height: 100px; }
  .cart--img img {
    width: 100%;
    height: 100%; }

.cart--product-content-container {
  position: relative; }

.cart--row2 {
  position: absolute;
  bottom: 0; }

.cart--product {
  padding: 30px 0;
  border-top: 0.5px solid #F4F4F4; }

.cart--product:first-child {
  border: none; }

.cart--button {
  width: 20%;
  padding: 10px;
  background-color: #38424C;
  background: #38424C;
  border: 2px solid #38424C;
  border-radius: 0px;
  color: #fff;
  margin: unset;
  line-height: unset;
  font-family: "Spartan-Medium", sans-serif;
  transition: ease-in-out all .5s;
  margin: 0; }

.cart--title {
  font-size: 1.3em;
  font-family: "Rota-medium", sans-serif; }

.cart--total-title {
  text-transform: none;
  font-family: "Rota-medium", sans-serif;
  letter-spacing: 0em; }

.cart--remove a:hover {
  background: none !important;
  color: unset !important; }

.cart_totals {
  width: 100% !important; }

.cart-collaterals {
  background-color: #0C6875;
  padding: 50px 30px;
  margin: 50px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.coupon-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 0; }
  .coupon-container .coupon-label {
    font-family: "Rota-extraBold", sans-serif;
    color: #000000;
    font-size: 1em;
    margin-bottom: 15px;
    letter-spacing: 0.06em; }

.coupon {
  display: inline-flex;
  width: 100%; }
  .coupon input {
    height: 48px;
    padding: 0;
    padding-left: 30px;
    border-radius: 0;
    border: 0px solid #000000;
    margin-right: -1px;
    width: 80%;
    font-family: "Rota-regular", sans-serif;
    color: #000000; }

table.shop_table.shop_table_responsive {
  border: none !important; }

.order-total th {
  text-transform: uppercase;
  padding-left: 0 !important; }

.order-total td {
  text-align: right; }

.wc-proceed-to-checkout {
  padding: 0 !important; }
  .wc-proceed-to-checkout a {
    min-width: 100%;
    padding: auto 30px !important;
    font-size: 1em !important; }

@media (min-width: 768px) {
  .cart--img {
    width: 200px;
    height: 200px; }
  .cart--product-content {
    padding-left: 30px; }
  .cart--title {
    padding-right: 30px !important; }
  .cart--quantity {
    padding-right: 15px; }
  .cart--price {
    padding: 0 30px 0 0;
    margin-left: 40px; }
    .cart--price .amount {
      position: absolute;
      bottom: 0; }
  .cart--row1 {
    padding-top: 20px; }
  .cart-collaterals {
    margin: 0; } }

input[type=number] {
  border: solid 1px #000000;
  padding: 8px;
  font-family: "Rota-light", sans-serif;
  font-size: 0.9em; }

.cart--price.product-price {
  display: flex;
  align-items: flex-end; }

span.woocommerce-Price-amount.amount {
  font-family: "Rota-extraBold", sans-serif;
  font-size: 1.1em; }

.order-total {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #000000; }

.category-cta--container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: centera; }
  .category-cta--container:hover .category-cta--image-wrapper {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05); }
    .category-cta--container:hover .category-cta--image-wrapper.center {
      transform: scale(1.05) translateY(-50%); }

.category-cta--content {
  position: relative;
  z-index: 10;
  overflow: hidden; }

.category-cta--title {
  text-transform: none;
  color: #ffffff;
  font-family: "Rota-extraBold", sans-serif;
  font-size: 1.5em; }

.category-cta--image-wrapper {
  height: 30vh;
  width: auto;
  margin: 0 auto;
  z-index: -1;
  transition: all 0.3s ease-in-out; }
  .category-cta--image-wrapper.bottom {
    top: 35%;
    height: 115%; }
  .category-cta--image-wrapper.top {
    top: -35%;
    height: 115%; }
  .category-cta--image-wrapper.center {
    height: 60%;
    top: 50%;
    transform: translateY(-50%); }
  .category-cta--image-wrapper img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    width: auto; }

.category-cta--link-container {
  width: 90%;
  margin: 0 auto; }

.category-cta--link {
  position: relative;
  padding: 0 15px;
  text-align: center;
  font-family: "Rota-bold", sans-serif;
  color: #ffffff; }
  .category-cta--link::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    transition: all 0.3s ease-in-out; }

@media (min-width: 768px) {
  .category-cta--link-container {
    width: 80%; }
  .category-cta--link {
    padding: 0 20px; }
    .category-cta--link:hover::after {
      transition: all 0.3s ease-in-out;
      width: 90%; } }

.contact-form {
  padding: 50px 0; }
  .contact-form .wpcf7 {
    width: 100%; }
    .contact-form .wpcf7 form {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
  .contact-form--form {
    width: 100%; }
  .contact-form--input {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    border: 1.5px solid #c1c1c1;
    background-color: transparent;
    background: transparent;
    padding-left: 20px; }
    .contact-form--input.wpcf7-textarea {
      height: initial; }
  .contact-form--button {
    width: 100%; }
  .contact-form--group-form {
    font-family: "Rota-bold", sans-serif;
    font-size: 1.1em; }
  .contact-form--select {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    border: 1.5px solid #c1c1c1;
    background-color: transparent;
    background: transparent;
    padding-left: 20px;
    padding-top: 2px;
    border-radius: 0px; }
  .contact-form--checkbx-container {
    display: flex;
    flex-direction: row; }
    .contact-form--checkbx-container .wpcf7-list-item {
      margin: 0; }
    .contact-form--checkbx-container .wpcf7-list-item-label {
      font-family: "Rota-regular", sans-serif; }
  .contact-form--checkbox {
    margin: 0 20px 0 0; }
  .contact-form--label, .contact-form--legende, .contact-form--option, .contact-form--select {
    font-family: "Rota-medium", sans-serif;
    font-size: .9em; }
  .contact-form--need {
    position: relative; }
    .contact-form--need::after {
      content: "*";
      position: absolute;
      font-family: "Rota-light", sans-serif;
      font-size: 1.5em;
      top: 0;
      right: 0;
      transform: translate(150%, -10%);
      color: #959595; }
  .contact-form--legende {
    margin-top: 5px;
    margin-left: 30px; }
  .contact-form--checkbox input[type=checkbox] {
    min-width: 15px;
    min-height: 15px;
    border-radius: 0px;
    height: 15px !important;
    width: 15px !important;
    background: transparent !important; }
  .contact-form--buttonlink {
    margin-top: 50px; }
  .contact-form--subtitle {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.05em;
    color: #0C6875;
    font-family: "Rota-medium", sans-serif; }
  .contact-form--surtitre {
    font-family: "Rota-medium", sans-serif;
    font-size: 1.2em; }

.contact-form--checkbox input[type=checkbox], #probance_optin_cb {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  transition: ease-in-out .2s all;
  margin-right: 5px; }
  .contact-form--checkbox input[type=checkbox]:checked, #probance_optin_cb:checked {
    background-color: #000000 !important;
    border: 5px solid #ffffff !important; }

.nice-select:after {
  height: 10px !important;
  width: 10px !important;
  margin-right: 5px; }

@media (min-width: 768px) {
  .contact-form--button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; } }

.contact {
  padding-top: 50px; }
  .contact--title {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-family: "Rota-medium", sans-serif;
    color: #0C6875; }
  .contact--col {
    padding-top: 30px; }
    .contact--col p {
      font-size: 1em;
      margin: 0 !important;
      font-family: "Rota-light", sans-serif;
      line-height: 1.4em;
      font-size: 0.9em;
      letter-spacing: 0.025em;
      min-width: 200px; }
      .contact--col p strong {
        font-family: "Rota-bold", sans-serif;
        font-size: 1.2em; }
  .contact--bloc {
    padding-top: 50px; }
  .contact--subtitle-container .logo--bgc {
    z-index: -1; }
  .contact .logo--bgc {
    width: 70px;
    height: 70px;
    transform: translate(-20%, 30%);
    z-index: -1; }

.cross-sell--h3, .up-sell--h3 {
  text-transform: none;
  font-size: 1.8em !important;
  font-family: "Rota-bold", sans-serif !important;
  letter-spacing: 1px; }

.cross-sell--product-container {
  width: 200px;
  height: auto;
  padding: 20px; }

.cross-sell--product-image {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  background-color: #c1c1c1; }
  .cross-sell--product-image img {
    height: 100%;
    width: 100%; }

.cross-sell--product-name {
  font-family: "Rota-light", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.3px;
  margin-bottom: 15px; }

.cross-sell--marque {
  font-family: "Rota-bold", sans-serif;
  margin-bottom: 0; }

.cross-sell--category {
  font-family: "Rota-medium", sans-serif;
  color: #818181;
  font-size: 0.9em;
  margin-bottom: 0;
  line-height: 10px;
  margin-top: .5em; }
  .cross-sell--category.single-product {
    margin-top: 5px; }

.cross-sell .woocommerce-Price-amount.amount bdi {
  font-family: "Rota-light", sans-serif;
  color: #959595; }

.cross-sell .products.columns-4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right; }

.cross-sell button.add_to_cart_button {
  display: none; }

.cross-sell ul.products {
  width: 100%;
  display: inline-flex; }

.cross-sell li.product {
  margin-right: 2.5% !important;
  width: 30.75% !important;
  float: none !important; }
  .cross-sell li.product button.woosw-btn {
    display: none; }

.cross-sell .woocommerce-loop-product__title, .up-sell .woocommerce-loop-product__title  {
  text-transform: unset;
  font-family: "Rota-light", sans-serif;
  font-size: .8em !important; }

.cross-sell span.onsale {
  top: 0 !important; }

.cross-sell .archive-product-img-form-container.new::before {
  display: none; }

.cross-sell .woocommerce-loop-product__title {
  margin-top: .5em !important;
  font-family: "Rota-light", sans-serif !important;
  padding: .5em 0 0 0 !important; }

.cross-sell .attachment-woocommerce_thumbnail {
  margin: 0 !important; }

.cross-sell .price {
  width: 100%;
  margin-top: 10px;
  line-height: 1em; }
  .cross-sell .price del {
    font-size: 0.9em !important;
    padding: 0px 1px 0 0 !important; }
  .cross-sell .price ins {
    font-size: 0.9em !important;
    font-family: "Rota-extraBold", sans-serif; }

.double-cta--wrapper {
  padding: 15px 0; }

.double-cta--img-container {
  height: 350px;
  width: 100%; }

.double-cta--img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.double-cta--btn-container {
  position: absolute; }
  .double-cta--btn-container .btn {
    padding: 10px 15px !important; }

@media (min-width: 768px) {
  --wrapper {
    padding: 0; }
    --wrapper.left {
      margin-right: 20px; }
    --wrapper.right {
      margin-left: 20px; }
  .double-cta .row .col-lg:first-child, .double-cta .page-id-9 .woocommerce .col-lg:first-child, .page-id-9 .double-cta .woocommerce .col-lg:first-child, .double-cta .woocommerce-Addresses .col-lg:first-child, .double-cta .woocommerce-tabs.wc-tabs-wrapper .col-lg:first-child {
    padding-left: 0; }
  .double-cta .row .col-lg:last-child, .double-cta .page-id-9 .woocommerce .col-lg:last-child, .page-id-9 .double-cta .woocommerce .col-lg:last-child, .double-cta .woocommerce-Addresses .col-lg:last-child, .double-cta .woocommerce-tabs.wc-tabs-wrapper .col-lg:last-child {
    padding-right: 0; }
  .double-cta--btn-container .btn {
    padding: initial; } }

.featured-products.full-width {
  left: 50% !important;
  margin-left: unset;
  transform: translate(-50%, 0); }

.featured-products.color-4 {
  background-color: #c1c1c1; }

.featured-products.color-6 {
  background-color: #818181; }

.featured-products--h2 {
  text-transform: none;
  margin-bottom: 10px;
  font-family: "Rota-bold", sans-serif;
  font-size: 2em;
  padding-left: 30px;
  text-align: center; }

.featured-products--product-title-container {
  line-height: 1em; }
  .featured-products--product-title-container span {
    font-family: "Rota-medium", sans-serif;
    line-height: 1.2em; }

.featured-products--slide {
  padding: 0 15px;
  width: 33.3%; }

.featured-products--product-container {
  transition: ease-in-out .5s all; }
  .featured-products--product-container:hover {
    transform: scale(0.98); }

.featured-products--img-container {
  display: flex;
  padding: 15px;
  box-shadow: none;
  background-color: #ffffff; }
  .featured-products--img-container img {
    width: auto;
    max-height: 300px;
    max-width: 300px;
    height: auto;
    margin: auto; }

.featured-products--next {
  position: absolute;
  top: 30%;
  right: -15px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg) translateY(-50%);
  cursor: pointer;
  padding: 10px; }
  .featured-products--next svg {
    width: 100%;
    height: 100%; }

.featured-products--prev {
  position: absolute;
  top: 30%;
  left: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 10px; }
  .featured-products--prev svg {
    width: 100%;
    height: 100%; }

.featured-products--arrow {
  height: 50%;
  width: 50%; }

.featured-products--link {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 1s cubic-bezier(0.28, 0, 0.18, 1); }

.featured-products--data {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .featured-products--data.new::before {
    content: '';
    width: calc(100% - 20px);
    height: 5px;
    background-color: #0C6875;
    top: 0;
    position: absolute; }

.featured-products--btn {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  width: 80%; }
  .featured-products--btn .btn {
    width: 80%;
    padding: 15px 25px;
    transition: all 0.5s ease-in-out; }
  .featured-products--btn span {
    transition: all 0.5s ease-in-out; }

.featured-products--product-name {
  text-transform: none;
  font-size: 0.8em;
  font-family: "Rota-medium", sans-serif;
  letter-spacing: 0px; }

.featured-products--price span {
  font-family: "Rota-bold", sans-serif;
  color: #000000; }

.featured-products--price span.strike {
  margin-right: 5px;
  font-family: "Rota-medium", sans-serif;
  color: #818181;
  text-decoration: line-through; }

.featured-products--price span.strike ~ span.price {
  color: #0C6875; }

.featured-products--product-regular-price {
  color: #818181;
  margin-right: 5px; }

.featured-products--tiles .onsale {
  top: 0 !important;
  font-family: "Rota-bold", sans-serif !important;
  right: 0 !important;
  left: auto !important;
  width: 55px !important;
  height: 30px !important;
  line-height: 1.8em !important;
  font-size: 0.6em !important; }

.featured-products--tiles .featured-products--h4 {
  line-height: 16px; }

.featured-products--tiles .featured-products--tile {
  width: 50%;
  padding: 5px;
  flex-flow: row wrap; }

.featured-products--tiles .featured-products--data {
  padding: 20px;
  min-height: unset; }

.featured-products--tiles .featured-products--btn {
  position: inherit;
  bottom: 0; }

.featured-products--tiles .featured-products--product-container {
  height: 100%; }

.featured-products--tiles .featured-products--product-name {
  word-break: keep-all;
  font-size: 0.6em; }

.featured-products--tiles .featured-products--product-regular-price {
  font-size: 0.8em; }

.featured-products--tiles strike {
  color: #818181; }

.featured-products--product-category {
  color: #959595;
  font-family: "Rota-medium", sans-serif !important;
  line-height: 1em;
  font-size: 1em; }

.featured-products .onsale {
  font-family: "Rota-bold", sans-serif;
  top: 0px !important;
  right: 0px !important;
  left: auto !important;
  background-color: #0C6875 !important;
  border-radius: 0 !important;
  width: 70px;
  height: 25px;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0;
  margin: 0;
  line-height: 2.1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: .9em; }

.featured-products .new-product {
  position: absolute;
  top: 15px;
  left: 25px;
  color: #0C6875;
  font-family: "Rota-bold", sans-serif;
  font-size: 1em;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px; }

.featured-products--content-container .featured-products--img-container img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-height: 150px;
  max-width: 150px; }

.featured-products--content-container .featured-products--data .new-product {
  top: 5px;
  left: 5px;
  font-size: .8em; }

.featured-products--content-container .featured-products--data .onsale {
  width: 60px;
  right: 0px !important; }

@media (min-width: 768px) {
  .featured-products--h2 {
    font-size: 2em;
    text-align: left; }
  .featured-products--h4 {
    font-size: 1.4em; }
  .featured-products--product-category {
    font-size: 1em; }
  .featured-products--product-price {
    font-size: unset; }
  .featured-products--img-container img {
    padding: 15px; } }

.footer-seo {
  padding: 0px; }
  .footer-seo--title {
    font-family: "Rota-extraBold", sans-serif;
    font-size: 0.9em;
    letter-spacing: .04em; }
  .footer-seo--text {
    font-size: .9em;
    font-family: "Rota-light", sans-serif;
    line-height: 1.7em; }
    .footer-seo--text strong {
      font-family: "Rota-extraBold", sans-serif; }
    .footer-seo--text a {
      color: #000000;
      transition: ease-in-out .2s; }
      .footer-seo--text a:hover {
        color: #959595; }
  .footer-seo--title-container {
    padding: 25px 30px 10px 30px; }
    .footer-seo--title-container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 1px;
      background: #F4F4F4; }
    .footer-seo--title-container::after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      background-image: url(/wp-content/uploads/2021/03/hello-mountain-picto-footer-plus.svg);
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 30px;
      right: 0;
      top: 30px;
      transform: rotate(45deg);
      transition: ease-in-out .5s all; }
    .footer-seo--title-container.is-active::after {
      transform: rotate(0deg); }
  .footer-seo--text-container {
    display: none;
    max-height: 0px;
    transition: all .5s ease-in-out; }
  .footer-seo .is-active {
    display: block;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content; }

@media (min-width: 768px) {
  .footer-seo {
    padding: 70px 0px; }
    .footer-seo--text-container {
      display: block;
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content; }
    .footer-seo--title-container::before {
      display: none; }
    .footer-seo--title-container::after {
      display: none; } }

.header-banner {
  position: absolute;
  top: 130px;
  width: 100%;
  padding: 8px;
  z-index: 100; }
  .header-banner.colored--primary {
    background-color: #00000040; }
  .header-banner.colored--secondary {
    background-color: #ffffff40; }
    .header-banner.colored--secondary * {
      color: #ffffff !important; }
  .header-banner.colored--tertiary {
    background-color: #0C687540; }
  .header-banner.colored--4 {
    background-color: #c1c1c140; }
  .header-banner.colored--5 {
    background-color: #95959540; }
  .header-banner.colored--6 {
    background-color: #81818140; }
  .header-banner.colored--7 {
    background-color: #F4F4F440; }
  .header-banner--text {
    text-align: center;
    font-family: "Rota-semiBold", sans-serif;
    color: #ffffff; }

@media (min-width: 992px) {
  .header-banner {
    top: 120px; } }

.header {
  position: relative;
  z-index: 1000;
  background-color: transparent; }
  .header.hidden {
    display: none; }
  .header.scrolled .header--nav {
    background-color: #ffffff;
    transition: ease-in-out all .3s; }
  .header.scrolled .header--top,
  .header.scrolled #menu-main-menu {
    background-color: #F4F4F4;
    transition: ease-in-out all .3s; }
  .header--nav {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: unset;
    min-height: 130px;
    background-color: transparent;
    transition: ease-in-out .5s all; }
    .header--nav.is-active {
      bottom: 0;
      background-color: #ffffff; }
      .header--nav.is-active .header--top,
      .header--nav.is-active #menu-main-menu {
        background-color: #F4F4F4; }
      .header--nav.is-active .header--center {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        transition: ease-in-out .5s all;
        overflow: scroll;
        height: 80vh; }
  .header .menu {
    margin-top: 10px; }
    .header .menu#menu-main-menu > li.menu-item-has-children, .header .menu#menu-main-menu > li#menu-item-910,
    .header .menu#menu-main-menu > li#menu-item-5260,
    .header .menu#menu-main-menu > li#menu-item-5261 {
      position: relative; }
    .header .menu > li.menu-item-has-children, .header .menu > li#menu-item-910,
    .header .menu > li#menu-item-5260,
    .header .menu > li#menu-item-5261 {
      text-transform: uppercase;
      font-family: "Rota-regular", sans-serif;
      font-size: .9em; }
      .header .menu > li.menu-item-has-children.is-open, .header .menu > li.is-open#menu-item-910,
      .header .menu > li.is-open#menu-item-5260,
      .header .menu > li.is-open#menu-item-5261 {
        font-family: "Rota-bold", sans-serif; }
      .header .menu > li.menu-item-has-children > ul.sub-menu > li.menu-item, .header .menu > li#menu-item-910 > ul.sub-menu > li.menu-item, .header .menu > li#menu-item-5260 > ul.sub-menu > li.menu-item, .header .menu > li#menu-item-5261 > ul.sub-menu > li.menu-item {
        font-family: "Rota-regular", sans-serif;
        z-index: 10;
        background-color: #ffffff;
        text-align: left; }
        .header .menu > li.menu-item-has-children > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item a, .header .menu > li#menu-item-910 > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item a, .header .menu > li#menu-item-5260 > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item a, .header .menu > li#menu-item-5261 > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item a {
          text-transform: none;
          font-family: "Rota-semiBold", sans-serif; }
    .header .menu li.menu-item-has-children, .header .menu li#menu-item-910,
    .header .menu li#menu-item-5260,
    .header .menu li#menu-item-5261 {
      padding: 15px;
      border-bottom: 1px solid #F4F4F4;
      position: relative; }
      .header .menu li.menu-item-has-children::after, .header .menu li#menu-item-910::after,
      .header .menu li#menu-item-5260::after,
      .header .menu li#menu-item-5261::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        background-image: url(/wp-content/uploads/2021/03/hello-mountain-picto-footer-plus.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 30px;
        right: 0;
        top: 20px;
        transform: rotate(45deg);
        transition: ease-in-out .5s all; }
      .header .menu li.menu-item-has-children.is-open::after, .header .menu li.is-open#menu-item-910::after,
      .header .menu li.is-open#menu-item-5260::after,
      .header .menu li.is-open#menu-item-5261::after {
        transform: rotate(0deg); }
      .header .menu li.menu-item-has-children.is-open .sub-menu, .header .menu li.is-open#menu-item-910 .sub-menu, .header .menu li.is-open#menu-item-5260 .sub-menu, .header .menu li.is-open#menu-item-5261 .sub-menu {
        display: block;
        max-height: 100%; }
  .header .sub-menu {
    display: none;
    max-height: 0;
    font-family: "Rota-light", sans-serif; }
    .header .sub-menu li.menu-item-has-children, .header .sub-menu li#menu-item-910,
    .header .sub-menu li#menu-item-5260,
    .header .sub-menu li#menu-item-5261 {
      border-bottom: 0px solid #000000; }
      .header .sub-menu li.menu-item-has-children::after, .header .sub-menu li#menu-item-910::after,
      .header .sub-menu li#menu-item-5260::after,
      .header .sub-menu li#menu-item-5261::after {
        display: none; }
    .header .sub-menu .sub-menu {
      font-family: "Rota-regular", sans-serif; }
  .header--top {
    position: relative;
    top: 30px;
    height: 100px; }
  .header--top-tools {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%); }
    .header--top-tools li {
      display: inline;
      list-style: none;
      width: 20px;
      height: 20px;
      margin-left: 15px; }
    .header--top-tools .mobile-active {
      display: inline-flex; }
    .header--top-tools-img-container {
      margin: 0 5px;
      width: 20px;
      display: inline-block; }
      .header--top-tools-img-container img {
        width: 100%;
        height: 100%; }
  .header--logo-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer; }
    .header--logo-container img {
      width: 100%;
      height: 100%; }
  .header--btn-menu {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%) scale(0.8); }
  .header--logo-link {
    position: relative; }
    .header--logo-link span {
      position: absolute;
      top: 40px;
      left: 50%;
      width: 112%;
      font-family: "Rota-light", sans-serif;
      font-size: .6em;
      transform: translate(-50%, 0); }
  .header--nb-product {
    position: absolute;
    top: 0;
    right: -3px;
    height: 13px;
    width: 13px;
    font-size: 0.5em;
    color: #ffffff;
    background-color: #0C6875;
    border-radius: 100%;
    text-align: center;
    padding-top: 2px; }
  .header--nb-favoris {
    position: absolute;
    top: 0;
    right: -3px;
    height: 13px;
    width: 13px;
    font-size: 0.5em;
    color: #ffffff;
    background-color: #0C6875;
    border-radius: 100%;
    text-align: center;
    padding-top: 2px; }
  .header--center {
    overflow: hidden;
    top: 20px;
    position: relative;
    height: 0;
    transition: ease-in-out .5s all; }
    .header--center .header--tools {
      padding: 15px;
      position: absolute;
      z-index: 10; }
      .header--center .header--tools .header--li {
        padding: 15px 30px; }
        .header--center .header--tools .header--li a {
          display: inline-flex; }
      .header--center .header--tools .header--ul {
        position: relative; }
        .header--center .header--tools .header--ul li:nth-child(3),
        .header--center .header--tools .header--ul li:nth-child(4) {
          display: none; }
    .header--center .header--tools-img-container {
      width: 20px;
      height: 20px;
      position: relative; }
      .header--center .header--tools-img-container img {
        width: 100%;
        height: 100%; }
    .header--center .header--tools-img-description {
      padding-left: 20px; }
      .header--center .header--tools-img-description p {
        margin-bottom: 0px;
        font-size: 0.9em;
        padding-top: 5px; }
  .header--main-menu-top {
    position: fixed;
    top: 0px;
    z-index: 100; }
  .header--main-menu-top > div {
    width: 100vw; }
  .header--main-menu-top > div > ul.menu {
    display: flex;
    margin: 0 auto;
    justify-content: space-around; }
  .header--main-menu-top > div > ul.menu > li {
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 15px 15px 5px 15px;
    position: relative;
    margin: 0 5px; }
    .header--main-menu-top > div > ul.menu > li a {
      font-size: 0.8em;
      letter-spacing: 0.1em;
      color: #0C6875 !important;
      font-family: "Rota-extraBold", sans-serif !important; }
    .header--main-menu-top > div > ul.menu > li.is-active {
      background: #0C6875 !important; }
      .header--main-menu-top > div > ul.menu > li.is-active a {
        color: #ffffff !important; }
  .header .header--main-menu-container.homme, .header .header--main-menu-container.femme, .header .header--main-menu-container.enfants, .header .header--main-menu-container.univers {
    display: none; }
    .header .header--main-menu-container.homme.is-active, .header .header--main-menu-container.femme.is-active, .header .header--main-menu-container.enfants.is-active, .header .header--main-menu-container.univers.is-active {
      display: block; }
  .header .header--main-menu-container ul.sub-menu ul.sub-menu li.menu-item a:hover::before {
    left: 0;
    width: 100%; }
  .header .header--main-menu-container ul.sub-menu ul.sub-menu li.menu-item a::before {
    content: "";
    transition: width .4s;
    bottom: -5px;
    right: 0;
    width: 0;
    display: block;
    height: 1px;
    position: absolute;
    background-color: #0C6875; }

#menu-item-910::after,
#menu-item-5260::after,
#menu-item-5261::after {
  display: none !important; }

@media (min-width: 992px) {
  #menu-item-910,
  #menu-item-5260,
  #menu-item-5261 {
    padding: 43px 25px;
    border-bottom: 0px;
    width: 100%;
    font-size: 0.9em;
    display: inline;
    cursor: pointer;
    letter-spacing: 0.1em; } }

@media (min-width: 992px) {
  .page-id-16 .header.scrolled ul.menu > li > a {
    color: #000000;
    transition: ease-in-out all .3s; }
  .page-id-16 .header.scrolled .header--tools-img-container img {
    filter: unset;
    transition: ease-in-out all .3s; }
  .page-id-16 .header ul.menu > li > a {
    color: #ffffff;
    transition: ease-in-out all .3s; }
  .page-id-16 .header--tools-img-container img {
    filter: contrast(0) brightness(100);
    transition: ease-in-out all .3s; }
  .header--nav {
    bottom: unset;
    overflow: unset;
    height: 120px;
    min-height: 120px; }
  .header--logo-container {
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 174px;
    height: 51px; }
  .header--main-menu-container {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100vw;
    text-align: center;
    transform: translate(-50%, -50%); }
    .header--main-menu-container.main-menu {
      z-index: 1; }
      .header--main-menu-container.main-menu ul {
        padding: 0; }
        .header--main-menu-container.main-menu ul li {
          display: inline-block; }
  .header .menu#menu-main-menu > li.menu-item-has-children, .header .menu#menu-main-menu > li#menu-item-910,
  .header .menu#menu-main-menu > li#menu-item-5260,
  .header .menu#menu-main-menu > li#menu-item-5261 {
    position: initial; }
  .header .menu {
    overflow: hidden;
    height: unset;
    padding: 43px 0;
    margin-top: unset; }
    .header .menu li.menu-item-has-children::after, .header .menu li#menu-item-910::after,
    .header .menu li#menu-item-5260::after,
    .header .menu li#menu-item-5261::after {
      display: none; }
    .header .menu li.menu-item a {
      position: relative; }
  .header .menu > li.menu-item-has-children, .header .menu > li#menu-item-910,
  .header .menu > li#menu-item-5260,
  .header .menu > li#menu-item-5261 {
    padding: 43px 25px;
    display: inline;
    cursor: pointer;
    border-bottom: 0px;
    letter-spacing: 0.1em;
    min-width: 200px; }
    .header .menu > li.menu-item-has-children > a, .header .menu > li#menu-item-910 > a, .header .menu > li#menu-item-5260 > a, .header .menu > li#menu-item-5261 > a {
      position: relative;
      font-size: 1em;
      letter-spacing: .1em; }
      .header .menu > li.menu-item-has-children > a::before, .header .menu > li#menu-item-910 > a::before, .header .menu > li#menu-item-5260 > a::before, .header .menu > li#menu-item-5261 > a::before {
        content: '|';
        position: absolute;
        bottom: -30px;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, 0);
        transition: ease-in-out .3s all; }
      .header .menu > li.menu-item-has-children > a:hover::before, .header .menu > li#menu-item-910 > a:hover::before, .header .menu > li#menu-item-5260 > a:hover::before, .header .menu > li#menu-item-5261 > a:hover::before {
        opacity: 1; }
    .header .menu > li.menu-item-has-children:hover > a::before, .header .menu > li#menu-item-910:hover > a::before, .header .menu > li#menu-item-5260:hover > a::before, .header .menu > li#menu-item-5261:hover > a::before {
      opacity: 1; }
    .header .menu > li.menu-item-has-children:hover > ul.sub-menu, .header .menu > li#menu-item-910:hover > ul.sub-menu, .header .menu > li#menu-item-5260:hover > ul.sub-menu, .header .menu > li#menu-item-5261:hover > ul.sub-menu {
      width: 100vw;
      justify-content: center;
      height: 350px; }
    .header .menu > li.menu-item-has-children:hover .sub-menu, .header .menu > li#menu-item-910:hover .sub-menu, .header .menu > li#menu-item-5260:hover .sub-menu, .header .menu > li#menu-item-5261:hover .sub-menu {
      display: flex;
      max-height: unset;
      font-family: "Rota-light", sans-serif;
      background-color: #ffffff; }
      .header .menu > li.menu-item-has-children:hover .sub-menu .sub-menu, .header .menu > li#menu-item-910:hover .sub-menu .sub-menu, .header .menu > li#menu-item-5260:hover .sub-menu .sub-menu, .header .menu > li#menu-item-5261:hover .sub-menu .sub-menu {
        position: relative;
        display: block !important;
        font-family: "Rota-regular", sans-serif; }
        .header .menu > li.menu-item-has-children:hover .sub-menu .sub-menu li, .header .menu > li#menu-item-910:hover .sub-menu .sub-menu li, .header .menu > li#menu-item-5260:hover .sub-menu .sub-menu li, .header .menu > li#menu-item-5261:hover .sub-menu .sub-menu li {
          padding: 5px 0; }
    .header .menu > li.menu-item-has-children:hover#menu-item-4725 > ul,
    .header .menu > li.menu-item-has-children:hover#menu-item-159542 > ul,
    .header .menu > li.menu-item-has-children:hover#menu-item-159543 > ul,
    .header .menu > li.menu-item-has-children:hover#menu-item-159544 > ul,
    .header .menu > li.menu-item-has-children:hover#menu-item-4851 > ul,
    .header .menu > li.menu-item-has-children:hover#menu-item-4836 > ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      padding: 30px 30vw;
      justify-content: unset; }
      .header .menu > li.menu-item-has-children:hover#menu-item-4725 > ul > li,
      .header .menu > li.menu-item-has-children:hover#menu-item-159542 > ul > li,
      .header .menu > li.menu-item-has-children:hover#menu-item-159543 > ul > li,
      .header .menu > li.menu-item-has-children:hover#menu-item-159544 > ul > li,
      .header .menu > li.menu-item-has-children:hover#menu-item-4851 > ul > li,
      .header .menu > li.menu-item-has-children:hover#menu-item-4836 > ul > li {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 15px; }
      .header .menu > li.menu-item-has-children:hover#menu-item-4725 > ul .sub-menu li.menu-item-has-children, .header .menu > li.menu-item-has-children:hover#menu-item-4725 > ul .sub-menu li#menu-item-910,
      .header .menu > li.menu-item-has-children:hover#menu-item-4725 > ul .sub-menu li#menu-item-5260,
      .header .menu > li.menu-item-has-children:hover#menu-item-4725 > ul .sub-menu li#menu-item-5261,
      .header .menu > li.menu-item-has-children:hover#menu-item-159542 > ul .sub-menu li.menu-item-has-children,
      .header .menu > li.menu-item-has-children:hover#menu-item-159542 > ul .sub-menu li#menu-item-910,
      .header .menu > li.menu-item-has-children:hover#menu-item-159542 > ul .sub-menu li#menu-item-5260,
      .header .menu > li.menu-item-has-children:hover#menu-item-159542 > ul .sub-menu li#menu-item-5261,
      .header .menu > li.menu-item-has-children:hover#menu-item-159543 > ul .sub-menu li.menu-item-has-children,
      .header .menu > li.menu-item-has-children:hover#menu-item-159543 > ul .sub-menu li#menu-item-910,
      .header .menu > li.menu-item-has-children:hover#menu-item-159543 > ul .sub-menu li#menu-item-5260,
      .header .menu > li.menu-item-has-children:hover#menu-item-159543 > ul .sub-menu li#menu-item-5261,
      .header .menu > li.menu-item-has-children:hover#menu-item-159544 > ul .sub-menu li.menu-item-has-children,
      .header .menu > li.menu-item-has-children:hover#menu-item-159544 > ul .sub-menu li#menu-item-910,
      .header .menu > li.menu-item-has-children:hover#menu-item-159544 > ul .sub-menu li#menu-item-5260,
      .header .menu > li.menu-item-has-children:hover#menu-item-159544 > ul .sub-menu li#menu-item-5261,
      .header .menu > li.menu-item-has-children:hover#menu-item-4851 > ul .sub-menu li.menu-item-has-children,
      .header .menu > li.menu-item-has-children:hover#menu-item-4851 > ul .sub-menu li#menu-item-910,
      .header .menu > li.menu-item-has-children:hover#menu-item-4851 > ul .sub-menu li#menu-item-5260,
      .header .menu > li.menu-item-has-children:hover#menu-item-4851 > ul .sub-menu li#menu-item-5261,
      .header .menu > li.menu-item-has-children:hover#menu-item-4836 > ul .sub-menu li.menu-item-has-children,
      .header .menu > li.menu-item-has-children:hover#menu-item-4836 > ul .sub-menu li#menu-item-910,
      .header .menu > li.menu-item-has-children:hover#menu-item-4836 > ul .sub-menu li#menu-item-5260,
      .header .menu > li.menu-item-has-children:hover#menu-item-4836 > ul .sub-menu li#menu-item-5261 {
        padding: 0px 15px; }
  .header ul.menu > li > a {
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .9em;
    color: #000000;
    font-family: "Rota-semiBold", sans-serif; }
  .header--main-menu-top {
    top: 20px;
    z-index: 100; }
    .header--main-menu-top .main-menu {
      left: 35vw;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      text-transform: uppercase;
      letter-spacing: .06em;
      margin: 0 5px; }
      .header--main-menu-top .main-menu a {
        font-size: .9em;
        color: #0C6875 !important;
        font-family: "Rota-extraBold", sans-serif !important; }
      .header--main-menu-top .main-menu li.menu-item {
        padding: 15px 15px 5px 15px; }
        .header--main-menu-top .main-menu li.menu-item:hover {
          transition: all 0.3s ease-in-out;
          background: #0C6875 !important; }
          .header--main-menu-top .main-menu li.menu-item:hover a {
            color: #ffffff !important; }
        .header--main-menu-top .main-menu li.menu-item.is-active {
          background: #0C6875 !important; }
          .header--main-menu-top .main-menu li.menu-item.is-active a {
            color: #ffffff !important; }
  .header .sub-menu {
    position: fixed;
    top: 100px;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, 0);
    z-index: 100;
    padding: 30px 80px 30px 80px;
    -moz-text-align-last: left;
         text-align-last: left;
    line-height: 12px;
    letter-spacing: 3px;
    font-size: .9em; }
    .header .sub-menu .sub-menu {
      position: relative;
      top: unset;
      min-width: unset;
      background-color: transparent;
      padding: unset;
      margin-top: 20px; }
      .header .sub-menu .sub-menu::after {
        content: none; }
      .header .sub-menu .sub-menu .menu-item {
        letter-spacing: 0.05em;
        font-size: 1em; }
  .header--top {
    height: 120px;
    top: 0; }
  .header--center {
    position: initial; }
  .header--tools {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    padding: 0; }
    .header--tools ul {
      display: inline-flex; }
      .header--tools ul li:nth-child(3),
      .header--tools ul li:nth-child(4) {
        display: initial !important; }
    .header--tools .header--li {
      display: inline;
      margin: 0;
      padding: 0 !important;
      cursor: pointer;
      margin: 0 0 0 5px; }
  .header--tools-img-container {
    margin: 0 3px;
    width: 18px;
    display: inline-block;
    position: relative; }
    .header--tools-img-container img {
      width: 100%;
      height: 100%; }
  .header--tools-img-description {
    display: none; }
  .header .mobile-active {
    display: none; }
  .header--center .header--ul::after {
    display: none; }
  .header--bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0;
    z-index: -1;
    transition: all .1s ease-in-out; }
    .header--bg-hover.is-active {
      opacity: .4; }
  .header.search-opened .header--top {
    background-color: #F4F4F4; } }

@media (min-width: 1300px) {
  .header--logo-link span {
    display: initial; } }

.hero {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .hero .slick-dots {
    display: none !important;
    transform: translateY(-200%);
    margin-bottom: 50px;
    display: flex;
    flex-direction: row; }
    .hero .slick-dots li {
      position: relative;
      padding: 10px 0px 2px 20px;
      color: #ffffff;
      opacity: .5; }
      .hero .slick-dots li::after {
        content: "0";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 13px;
        bottom: 7px; }
      .hero .slick-dots li::before {
        content: "";
        width: 35px;
        height: 3px;
        background-color: #ffffff;
        position: absolute;
        right: 7px;
        bottom: 0; }
      .hero .slick-dots li button {
        color: #ffffff;
        border: none;
        background: transparent;
        background-color: transparent; }
    .hero .slick-dots li.slick-active {
      opacity: 1; }
  .hero--background-container {
    max-width: 100%;
    margin: 0;
    position: absolute;
    overflow: hidden; }
    .hero--background-container.height--large {
      height: 85vh;
      max-height: 85vh; }
    .hero--background-container.height--medium {
      height: 50vh;
      max-height: 50vh; }
    .hero--background-container img {
      height: 100%;
      width: auto; }
  .hero--content-container {
    width: 100vw;
    display: flex;
    position: relative;
    align-items: center; }
    .hero--content-container.height--large {
      height: 85vh;
      max-height: 85vh; }
    .hero--content-container.height--medium {
      height: 50vh;
      max-height: 50vh; }
  .hero .content--center {
    justify-content: center; }
    .hero .content--center .hero--content {
      text-align: center; }
    .hero .content--center .hero--title-1 {
      font-size: 2.5em;
      font-family: "Rota-extraBold", sans-serif; }
  .hero .content--left {
    justify-content: flex-start;
    text-align: left; }
    .hero .content--left .btn {
      margin: 0;
      font-size: 1em; }
  .hero--content {
    width: 100%; }
  .hero--title-1 {
    width: 100%;
    font-size: 4.5em;
    font-family: "Rota-medium", sans-serif;
    text-transform: none;
    color: #ffffff;
    margin-bottom: -.25em; }
  .hero--title-2 {
    width: 100%;
    font-size: 4.5em;
    font-family: "Rota-bold", sans-serif;
    text-transform: none;
    color: #ffffff;
    margin-bottom: -10px; }
  .hero--subtitle {
    font-family: "Rota-bold", sans-serif;
    text-transform: none;
    color: #ffffff;
    font-size: 1.2em;
    letter-spacing: .06em;
    margin-bottom: 40px; }
  .hero--btn-container {
    width: 100%;
    display: flex;
    text-transform: uppercase;
    position: absolute;
    bottom: -17vh; }
  .hero .container .hero--title, .hero .woocommerce-tabs.wc-tabs-wrapper .hero--title, .hero .slick-dots .hero--title {
    font-family: "Rota-extraBold", sans-serif !important; }

@media (min-width: 768px) {
  .hero--title-1 {
    font-size: 5.5em; }
  .hero--title-2 {
    font-size: 5.5em; }
  .hero .slick-dots {
    display: flex !important;
    justify-content: flex-end; }
    .hero .slick-dots button {
      outline: none; } }

@media (min-width: 992px) {
  .hero--background-container {
    width: 100%; }
    .hero--background-container img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .hero--content-container {
    width: 100vw; }
  .hero--content {
    margin: auto 0; } }

.img-cta {
  position: relative;
  overflow: hidden; }
  .img-cta--img-container-full {
    display: none; }
  .img-cta--content {
    padding: 0 30px; }
  .img-cta--img-container img {
    width: 100%;
    height: 100%; }
  .img-cta--h2 {
    font-family: "Rota-regular", sans-serif;
    font-size: 1.8em;
    letter-spacing: .085em;
    text-transform: none;
    margin-bottom: -2px;
    line-height: 32px;
    margin-bottom: 5px; }
  .img-cta .special {
    font-family: "Rota-bold", sans-serif;
    letter-spacing: .05em;
    font-size: 2.5em; }
  .img-cta--toptitle {
    font-family: "Rota-medium", sans-serif;
    font-size: 1em;
    letter-spacing: .11em; }
  .img-cta.full {
    padding: 17vh 0; }
    .img-cta.full .img-cta--img-container-full {
      display: block;
      position: absolute;
      top: -20%;
      left: 0;
      width: 100%;
      height: 100%; }
    .img-cta.full .img-cta--img {
      position: relative;
      height: 120%; }
      .img-cta.full .img-cta--img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .img-cta.full .img-cta--toptitle {
      font-size: 1em; }
  .img-cta--cta {
    margin: 0;
    padding: 10px 30px; }
  .img-cta.reverse .img-cta--content {
    text-align: right; }
  .img-cta.reverse .img-cta--cta {
    margin-left: auto;
    margin-right: 0; }
  .img-cta.full {
    text-align: center;
    background-position: center;
    color: #ffffff; }
    .img-cta.full .img-cta--cta {
      margin: 0 auto; }
    .img-cta.full .img-cta--toptitle {
      font-size: 1.4em; }
    .img-cta.full .img-cta--h2 {
      color: #ffffff;
      font-family: "Rota-semiBold", sans-serif;
      font-size: 3em;
      line-height: 1em;
      letter-spacing: 0.06em; }
      .img-cta.full .img-cta--h2.special {
        font-family: "Rota-light", sans-serif;
        font-size: 2.7em;
        letter-spacing: 0.05em; }
    .img-cta.full .img-cta--title-wrapper {
      flex-direction: column !important; }

@media (min-width: 768px) {
  .img-cta--h2 {
    font-size: 1.4em;
    margin-right: 10px;
    margin-left: 0;
    letter-spacing: .1em; }
  .img-cta .special {
    font-size: 2.3em;
    letter-spacing: 0.085em; }
  .img-cta--toptitle {
    font-size: 1em;
    letter-spacing: .085em; }
  .img-cta--content {
    padding: 0 60px; }
  .img-cta.reverse .img-cta--content {
    align-items: flex-end; }
  .img-cta.reverse .img-cta--h2 {
    margin-left: 10px;
    margin-right: 0; }
  .img-cta.full .img-cta--toptitle {
    margin-bottom: unset; }
  .img-cta.full .img-cta--content {
    align-items: center; }
  .img-cta.full .img-cta--cta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .img-cta.full .img-cta--title-wrapper {
    flex-direction: row !important;
    align-items: baseline !important; } }

.main-footer-min {
  padding: 30px 0px 50px 0px; }
  .main-footer-min--logo-container {
    max-width: 200px;
    display: flex;
    position: relative; }
    .main-footer-min--logo-container img {
      width: 100%;
      height: 100%;
      z-index: 1; }
    .main-footer-min--logo-container svg {
      width: 100%; }
  .main-footer-min--logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto; }
    .main-footer-min--logo span {
      white-space: nowrap;
      font-family: "Rota-light", sans-serif;
      font-size: 1.6em;
      margin: 30px;
      margin-right: 0; }
  .main-footer-min--text {
    font-size: .9em;
    font-family: "Rota-light", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    width: 100%; }
  .main-footer-min .text-center {
    text-align: center !important; }
  .main-footer-min .text-right {
    text-align: center;
    font-size: 1em; }

@media (min-width: 768px) {
  .main-footer-min {
    padding: 40px 0px; }
    .main-footer-min--logo span {
      font-size: 2em; } }

@media (min-width: 992px) {
  .main-footer-min .text-right {
    text-align: right; } }

.main-footer {
  overflow: hidden;
  padding: 0px 0px 50px 0px; }
  .main-footer #menu-main-menu-homme-1, .main-footer #menu-main-menu-femme-1, .main-footer #menu-main-menu-enfants-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .main-footer #menu-main-menu-homme-1 > li.menu-item, .main-footer #menu-main-menu-femme-1 > li.menu-item, .main-footer #menu-main-menu-enfants-1 > li.menu-item {
      width: 100%;
      padding: 15px 30px;
      position: relative; }
      .main-footer #menu-main-menu-homme-1 > li.menu-item::before, .main-footer #menu-main-menu-femme-1 > li.menu-item::before, .main-footer #menu-main-menu-enfants-1 > li.menu-item::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 1px;
        background: #959595; }
      .main-footer #menu-main-menu-homme-1 > li.menu-item::after, .main-footer #menu-main-menu-femme-1 > li.menu-item::after, .main-footer #menu-main-menu-enfants-1 > li.menu-item::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        background-image: url(/wp-content/uploads/2021/03/hello-mountain-picto-footer-plus.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 30px;
        right: 0;
        filter: contrast(0) brightness(100);
        top: 25px;
        transform: rotate(45deg);
        transition: all .2s ease-in-out; }
      .main-footer #menu-main-menu-homme-1 > li.menu-item.is-open ul, .main-footer #menu-main-menu-homme-1 > li.menu-item.is-open li, .main-footer #menu-main-menu-femme-1 > li.menu-item.is-open ul, .main-footer #menu-main-menu-femme-1 > li.menu-item.is-open li, .main-footer #menu-main-menu-enfants-1 > li.menu-item.is-open ul, .main-footer #menu-main-menu-enfants-1 > li.menu-item.is-open li {
        display: block; }
      .main-footer #menu-main-menu-homme-1 > li.menu-item.is-open > ul, .main-footer #menu-main-menu-femme-1 > li.menu-item.is-open > ul, .main-footer #menu-main-menu-enfants-1 > li.menu-item.is-open > ul {
        margin-top: 10px; }
      .main-footer #menu-main-menu-homme-1 > li.menu-item.is-open::after, .main-footer #menu-main-menu-femme-1 > li.menu-item.is-open::after, .main-footer #menu-main-menu-enfants-1 > li.menu-item.is-open::after {
        transform: rotate(0deg); }
    .main-footer #menu-main-menu-homme-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-910,
    .main-footer #menu-main-menu-homme-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5260,
    .main-footer #menu-main-menu-homme-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5261, .main-footer #menu-main-menu-femme-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-910,
    .main-footer #menu-main-menu-femme-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5260,
    .main-footer #menu-main-menu-femme-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5261, .main-footer #menu-main-menu-enfants-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-910,
    .main-footer #menu-main-menu-enfants-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5260,
    .main-footer #menu-main-menu-enfants-1 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5261 {
      display: none; }
    .main-footer #menu-main-menu-homme-1 > li, .main-footer #menu-main-menu-femme-1 > li, .main-footer #menu-main-menu-enfants-1 > li {
      font-family: "Rota-bold", sans-serif; }
      .main-footer #menu-main-menu-homme-1 > li > ul > li, .main-footer #menu-main-menu-femme-1 > li > ul > li, .main-footer #menu-main-menu-enfants-1 > li > ul > li {
        font-family: "Rota-light", sans-serif;
        font-size: .8em; }
  .main-footer ul#menu-main-menu-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    padding: 8px 0; }
    .main-footer ul#menu-main-menu-1::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100vw;
      height: 1px;
      background: #F4F4F4; }
    .main-footer ul#menu-main-menu-1::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 1px;
      background: #F4F4F4; }
  .main-footer ul#menu-main-menu-1 > li.menu-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-family: "Rota-semiBold", sans-serif;
    font-size: .9em;
    position: relative;
    padding: 8px 15px;
    margin-right: 30px; }
    .main-footer ul#menu-main-menu-1 > li.menu-item.is-active {
      border: 1px solid #ffffff; }
    .main-footer ul#menu-main-menu-1 > li.menu-item ul.sub-menu {
      font-size: .95em;
      font-family: "Rota-light", sans-serif;
      padding: 8px 0 8px 0; }
  .main-footer ul.sub-menu {
    display: none; }
    .main-footer ul.sub-menu.is-active {
      display: block;
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content; }
      .main-footer ul.sub-menu.is-active ul.sub-menu,
      .main-footer ul.sub-menu.is-active li.menu-item {
        display: block; }
  .main-footer--text-container {
    display: none;
    max-height: 0px;
    transition: all .5s ease-in-out; }
  .main-footer .is-active {
    display: block;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content; }
  .main-footer--logo-container {
    padding: 15px;
    display: flex;
    position: relative; }
    .main-footer--logo-container img {
      width: 100%;
      height: 100%;
      z-index: 1; }
    .main-footer--logo-container svg {
      width: 100%; }
  .main-footer--logo {
    display: flex;
    margin: auto 0;
    flex-direction: row;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .main-footer--social-links {
    display: flex;
    flex-direction: row-reverse;
    margin: auto 0px;
    align-items: center;
    justify-content: center; }
  .main-footer--social-link {
    margin: 0 5px;
    height: 35px;
    width: 35px; }
  .main-footer--payment-container {
    padding: 0 15px;
    width: 280px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .main-footer--payment {
    margin: 0px 10px 0px 0px;
    height: 25px;
    width: 100%; }
    .main-footer--payment img {
      width: 100%;
      height: 100%; }
    .main-footer--payment:last-child {
      min-width: 82px; }
  .main-footer--text {
    font-size: .9em;
    font-family: "Rota-light", sans-serif;
    letter-spacing: 0.03em;
    padding: 0 15px; }
  .main-footer--copyrights {
    font-size: .9em;
    font-family: "Rota-light", sans-serif;
    padding: 0 15px; }
    .main-footer--copyrights p {
      font-size: .9em; }
  .main-footer--main-menu-container ul#menu-main-menu-1 ul.sub-menu li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children > a:first-child, .main-footer--main-menu-container ul#menu-main-menu-1 ul.sub-menu li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat#menu-item-910 > a:first-child, .main-footer--main-menu-container ul#menu-main-menu-1 ul.sub-menu li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat#menu-item-5260 > a:first-child, .main-footer--main-menu-container ul#menu-main-menu-1 ul.sub-menu li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat#menu-item-5261 > a:first-child {
    display: none; }

@media (min-width: 768px) {
  .main-footer .row.main-menu, .main-footer .page-id-9 .main-menu.woocommerce, .page-id-9 .main-footer .main-menu.woocommerce, .main-footer .main-menu.woocommerce-Addresses, .main-footer .main-menu.woocommerce-tabs.wc-tabs-wrapper {
    max-height: 220px;
    overflow: hidden;
    transition: max-height 1s ease-in-out; }
    .main-footer .row.main-menu.is-active, .main-footer .page-id-9 .main-menu.is-active.woocommerce, .page-id-9 .main-footer .main-menu.is-active.woocommerce, .main-footer .main-menu.is-active.woocommerce-Addresses, .main-footer .main-menu.is-active.woocommerce-tabs.wc-tabs-wrapper {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      max-height: unset;
      transition: max-height 1s ease-in-out; }
  .main-footer--menu-display-btn {
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "Rota-bold", sans-serif;
    text-decoration: underline;
    font-size: 1.1em; }
    .main-footer--menu-display-btn:hover {
      cursor: pointer; }
  .main-footer {
    padding: 50px 0px; }
    .main-footer--main-menu-container {
      margin-left: -15px; }
    .main-footer--main-menu-container .menu-item-882,
    .main-footer--main-menu-container .menu-item-910 {
      opacity: 0; }
    .main-footer--text-container {
      display: block;
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content; }
    .main-footer ul#menu-main-menu-1 {
      justify-content: start; }
      .main-footer ul#menu-main-menu-1::before {
        display: none; }
      .main-footer ul#menu-main-menu-1::after {
        display: none; }
    .main-footer ul#menu-main-menu-1 > li.menu-item::before {
      display: none; }
    .main-footer ul#menu-main-menu-1 > li.menu-item::after {
      display: none; }
    .main-footer--social-links {
      display: flex;
      justify-content: flex-end;
      flex-direction: row; }
    .main-footer ul.sub-menu {
      display: block; }
    .main-footer ul#menu-main-menu-1 {
      display: flex;
      flex-direction: row; }
      .main-footer ul#menu-main-menu-1::after {
        display: none; }
    .main-footer--logo span {
      font-size: 2em; }
    .main-footer #menu-main-menu-1 {
      justify-content: flex-start; }
    .main-footer #menu-main-menu-homme-1, .main-footer #menu-main-menu-femme-1, .main-footer #menu-main-menu-enfants-1 {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .main-footer #menu-main-menu-homme-1 li.menu-item, .main-footer #menu-main-menu-femme-1 li.menu-item, .main-footer #menu-main-menu-enfants-1 li.menu-item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 0; }
      .main-footer #menu-main-menu-homme-1 > li.menu-item, .main-footer #menu-main-menu-femme-1 > li.menu-item, .main-footer #menu-main-menu-enfants-1 > li.menu-item {
        padding: 5px 60px 5px 0px; }
        .main-footer #menu-main-menu-homme-1 > li.menu-item::after, .main-footer #menu-main-menu-homme-1 > li.menu-item::before, .main-footer #menu-main-menu-femme-1 > li.menu-item::after, .main-footer #menu-main-menu-femme-1 > li.menu-item::before, .main-footer #menu-main-menu-enfants-1 > li.menu-item::after, .main-footer #menu-main-menu-enfants-1 > li.menu-item::before {
          display: none; } }

@media (min-width: 1200px) {
  .main-footer ul#menu-main-menu-1 {
    max-height: 500px; } }

.newsletter--img-container {
  position: relative;
  max-width: 50%;
  display: flex;
  margin: auto; }
  .newsletter--img-container img {
    width: 100%;
    height: 100%;
    z-index: 1; }
  .newsletter--img-container svg {
    width: 100%; }

.newsletter--h2 {
  text-transform: none;
  margin-bottom: 0;
  font-family: "Rota-light", sans-serif;
  font-size: 2em; }

.newsletter--h3 {
  text-transform: none;
  font-family: "Rota-semiBold", sans-serif;
  font-size: 2.7em;
  letter-spacing: .05em; }

.newsletter--p {
  font-family: "Rota-regular", sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em; }

.newsletter--contact-form {
  height: 100%;
  width: 100%; }
  .newsletter--contact-form input {
    margin-right: -1px;
    padding-left: 20px;
    border-radius: 0;
    border: solid 1px #ffffff;
    height: 50px;
    background-color: transparent;
    font-size: 1em; }
    .newsletter--contact-form input::-moz-placeholder {
      font-family: "Rota-regular", sans-serif;
      letter-spacing: 0.1em; }
    .newsletter--contact-form input:-ms-input-placeholder {
      font-family: "Rota-regular", sans-serif;
      letter-spacing: 0.1em; }
    .newsletter--contact-form input::placeholder {
      font-family: "Rota-regular", sans-serif;
      letter-spacing: 0.1em; }

.newsletter--form-group {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.newsletter--button {
  width: 100%;
  min-width: 160px !important;
  margin: 0;
  height: 50px;
  padding: 0;
  font-size: 1em;
  letter-spacing: .5em; }

.newsletter--input {
  margin-bottom: 20px;
  width: 100%;
  height: 50px; }

.newsletter #wpcf7-f175-o1 {
  margin: 0 auto;
  max-width: 540px;
  height: 100%;
  width: 100%; }

@media (min-width: 576px) {
  .newsletter #wpcf7-f175-o1 {
    padding: 0;
    max-width: 540px; } }

@media (min-width: 768px) {
  .newsletter--form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 30px 0; }
  .newsletter--button {
    margin: 0;
    width: 30%; }
  .newsletter--input {
    margin: 0;
    width: 65%;
    height: 50px; }
  .newsletter #wpcf7-f175-o1 {
    max-width: 720px; }
  .newsletter--text-container {
    margin-left: 15px; } }

@media (min-width: 992px) {
  .newsletter--text-container {
    margin-left: 0; } }

.picto-list {
  padding: 50px 5%; }
  .picto-list--picto-container {
    width: 40px;
    height: 40px;
    margin: 20px auto; }
    .picto-list--picto-container img {
      width: 100%;
      height: 100%; }
  .picto-list--text {
    letter-spacing: .05em;
    font-size: .9em;
    text-align: center;
    color: #000000;
    font-family: "Rota-semiBold", sans-serif;
    max-width: 213px;
    margin: 0 auto; }

.picto-text {
  padding: 50px 0; }
  .picto-text--picto-container {
    position: relative;
    max-width: 150px;
    display: flex;
    margin: auto;
    min-height: 75px; }
  .picto-text--picto {
    width: 100%;
    height: 100%; }
  .picto-text--title {
    text-transform: uppercase;
    font-size: .9em;
    font-family: "Rota-light", sans-serif;
    color: #000000; }
  .picto-text--text {
    font-size: .8em;
    font-family: "Rota-regular", sans-serif;
    color: #38424C;
    letter-spacing: .05em; }
    .picto-text--text p {
      margin-bottom: 0; }
  .picto-text--second-col {
    position: relative; }

@media (min-width: 768px) {
  .picto-text--picto-container {
    margin: 0; }
  .picto-text--text-container {
    top: 50%;
    position: absolute;
    transform: translateY(-50%); } }

.random-products-slider--title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.random-products-slider--h2 {
  text-transform: none;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Rota-extraBold", sans-serif;
  font-size: 2.5em; }
  .random-products-slider--h2 .special {
    font-size: 1.35em;
    line-height: .9em;
    font-family: "Rota-medium", sans-serif; }

.random-products-slider--product-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 500ms ease-in-out 1.02857ms; }
  .random-products-slider--product-container:hover {
    background: #F4F4F4;
    transform: scale(0.98); }

.random-products-slider--data {
  padding: 15px 15px 30px 15px;
  width: 100%; }

.random-products-slider--img-container {
  margin: 0 auto;
  height: 200px;
  width: auto; }
  .random-products-slider--img-container img {
    margin: auto;
    height: 100%;
    max-width: 100%; }

.random-products-slider--product-title-container {
  text-align: center;
  margin: 0 15px;
  line-height: 1em; }
  .random-products-slider--product-title-container span {
    font-family: "Rota-bold", sans-serif;
    line-height: 1em; }

.random-products-slider--category-container {
  text-align: center;
  color: #818181;
  font-family: "Rota-medium", sans-serif;
  line-height: 1em;
  margin-top: 10px; }

.random-products-slider--price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto; }
  .random-products-slider--price span {
    font-family: "Rota-bold", sans-serif;
    color: #000000; }
  .random-products-slider--price span.strike {
    margin-right: 5px;
    font-family: "Rota-medium", sans-serif;
    color: #818181;
    text-decoration: line-through; }
  .random-products-slider--price span.strike ~ span.price {
    color: #0C6875; }

.random-products-slider--slide {
  position: relative; }

.random-products-slider--prev {
  left: -5px;
  transform: translate(50%, -50%); }
  .random-products-slider--prev svg {
    transform: translate(-50%, -50%); }

.random-products-slider--next {
  right: 0;
  transform: translate(0, -50%); }
  .random-products-slider--next svg {
    transform: translate(-50%, -50%) rotate(180deg); }

.random-products-slider--prev, .random-products-slider--next {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 50px;
  background-color: #000000;
  cursor: pointer; }
  .random-products-slider--prev svg, .random-products-slider--next svg {
    color: #ffffff;
    color: #ffffff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%; }

@media (min-width: 768px) {
  .random-products-slider--product-container {
    min-height: 430px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative; }
  .random-products-slider--data {
    position: absolute;
    bottom: 0; } }

.search-process {
  opacity: 0;
  visibility: hidden;
  top: -5px;
  pointer-events: none;
  z-index: 100;
  position: fixed;
  width: 100%;
  transition: ease-in-out .3s all; }
  .search-process.mobile-active {
    top: 85px; }
  .search-process.is-active {
    opacity: 1;
    visibility: visible;
    transition: ease-in-out .3s all;
    z-index: 1001; }
    .search-process.is-active .openMenu {
      display: flex; }
  .search-process p {
    margin: 0; }
  .search-process .letters {
    text-align: center; }
  .search-process .letterFound {
    transition: color 0.3s ease-in-out;
    color: #0C6875; }
  .search-process--loader {
    position: relative;
    background-color: #E9521C;
    top: 0;
    z-index: 10000;
    height: 100vh;
    width: 100vw; }
  .search-process--loader-text {
    color: white;
    font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%); }
  .search-process--label {
    position: absolute;
    top: 0;
    text-align: right;
    font-size: 4vw;
    padding-bottom: 20px;
    line-height: 30px;
    transition: ease-in-out all 1s;
    font-family: "Rota-semiBold", sans-serif; }
    .search-process--label.is-active {
      top: 0; }
  .search-process--top-wrapper {
    pointer-events: all;
    padding: 20px 0;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out; }
  .search-process--input-container {
    width: 100%;
    padding: 0 40px;
    padding: 0px 15px; }
    .search-process--input-container.open {
      padding-top: 20px;
      border-top: solid 0.1px; }
      .search-process--input-container.open .search-process--input {
        margin-left: unset; }
  .search-process--input {
    width: 100%;
    background-color: #ffffff;
    border: none;
    font-size: 4vw;
    margin-left: 40px; }
  .search-process--bottom-wrapper {
    pointer-events: all;
    position: relative;
    background-color: #F4F4F4;
    transition: ease-in-out all 1s; }
  .search-process--group {
    width: 80%;
    margin: 0 auto; }
  .search-process--cat {
    margin: 10px;
    padding: 10px 20px;
    border: solid 1px #0C6875;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    font-size: 0.7em;
    font-family: "Rota-medium", sans-serif; }
    .search-process--cat:hover {
      background-color: #0C6875;
      border: solid 1px #0C6875;
      color: white; }
      .search-process--cat:hover .letterFound {
        transition: color 0.3s ease-in-out;
        color: white; }
  .search-process--cat-link {
    display: none; }
  .search-process--cat-link:nth-child(-n+5) {
    display: block; }
  .search-process--picto-search {
    left: 40px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 10; }
    .search-process--picto-search img {
      width: 100%;
      height: 100%; }
  .search-process--picto-quit {
    pointer-events: all;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 20px;
    cursor: pointer;
    z-index: 100;
    transition: ease-in-out 1s all; }
    .search-process--picto-quit img {
      width: 100%;
      height: 100%; }
    .search-process--picto-quit.is-active {
      top: 20px; }
  .search-process--algolia-top {
    background-color: white;
    padding: 30px 0; }
    .search-process--algolia-top .criterias {
      display: none;
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      background-color: white;
      z-index: 1000; }
      .search-process--algolia-top .criterias.open {
        display: flex; }
      .search-process--algolia-top .criterias .algolia-criteria {
        padding: 5px 25px;
        border-bottom: solid 1px #F4F4F4; }
      .search-process--algolia-top .criterias .sort-by-container {
        margin-right: 12px;
        font-size: 0.9em;
        padding: 15px 25px; }
        .search-process--algolia-top .criterias .sort-by-container p {
          min-width: 100px;
          white-space: nowrap; }
        .search-process--algolia-top .criterias .sort-by-container #sort-by {
          font-family: "Rota-light", sans-serif;
          margin-right: unset;
          border: none; }
    .search-process--algolia-top .criterias-left {
      width: 100%; }
    .search-process--algolia-top .criterias-right {
      width: 100%; }
    .search-process--algolia-top .criterias-mobile-actions {
      display: flex;
      flex-direction: row;
      width: 100%;
      position: fixed;
      bottom: 0;
      z-index: 1001;
      background-color: white;
      padding: 15px; }
      .search-process--algolia-top .criterias-mobile-actions .btn {
        min-width: unset;
        width: 45%;
        font-size: 1em; }
      .search-process--algolia-top .criterias-mobile-actions .mobile-action-open span {
        margin: 0; }
    .search-process--algolia-top .refinements-container {
      max-width: 1140px;
      margin: 0 auto;
      font-weight: 0.7em;
      padding: 0 15px; }
    .search-process--algolia-top #custom-stats-container {
      max-width: 1140px;
      padding: 0 15px;
      margin: 0 auto;
      color: #0C6875;
      font-family: "Rota-medium", sans-serif; }
    .search-process--algolia-top .ais-CurrentRefinements-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
  .search-process--algolia-bottom {
    background-color: white;
    padding: 0px 15px; }
    .search-process--algolia-bottom #hits {
      max-width: 1140px;
      margin: 0 auto;
      padding: 15px; }
      .search-process--algolia-bottom #hits ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .search-process--algolia-bottom #hits ul .item {
          margin: 0 0 2.992em;
          width: 100%; }
          .search-process--algolia-bottom #hits ul .item:hover .archive-product-btn {
            opacity: 1 !important; }
          .search-process--algolia-bottom #hits ul .item:hover .woosw-btn {
            opacity: 1 !important; }
          .search-process--algolia-bottom #hits ul .item:hover .new-product {
            opacity: 0 !important; }
          .search-process--algolia-bottom #hits ul .item .ais-Hits-item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: relative;
            padding: 0;
            box-shadow: none; }
            .search-process--algolia-bottom #hits ul .item .ais-Hits-item a {
              width: 100%; }
            .search-process--algolia-bottom #hits ul .item .ais-Hits-item .woosw-btn {
              position: absolute;
              top: 10px;
              transition: all .5s ease-in-out;
              opacity: 0;
              z-index: 2;
              width: 30px; }
            .search-process--algolia-bottom #hits ul .item .ais-Hits-item .archive-product-form {
              bottom: unset;
              top: 280px;
              z-index: 2; }
            .search-process--algolia-bottom #hits ul .item .ais-Hits-item .new-product {
              position: absolute;
              top: 15px;
              left: 20px;
              color: #0C6875;
              font-size: 0.857em;
              opacity: 1;
              transition: all 0.5s ease-in-out;
              z-index: 2; }
          .search-process--algolia-bottom #hits ul .item--background {
            height: 360px;
            width: 100%;
            position: absolute;
            background-color: #efefef;
            z-index: 0; }
            .search-process--algolia-bottom #hits ul .item--background.new::before {
              content: '';
              width: calc(100% - 20px);
              height: 5px;
              background-color: #0C6875;
              position: absolute;
              top: 0; }
          .search-process--algolia-bottom #hits ul .item--discount {
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 30px;
            background-color: #0C6875;
            color: #ffffff;
            text-align: center;
            line-height: 2.4em;
            font-family: "Rota-bold", sans-serif;
            z-index: 2; }
          .search-process--algolia-bottom #hits ul .item--image {
            width: 100%;
            height: 360px;
            object-fit: contain;
            display: block;
            margin: 0 auto 1em auto;
            box-shadow: none;
            position: relative;
            padding: 1em; }
          .search-process--algolia-bottom #hits ul .item--name {
            font-family: "Rota-medium", sans-serif;
            letter-spacing: 0.025em;
            font-size: 1.2em !important;
            text-transform: unset !important;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0;
            line-height: 20px; }
          .search-process--algolia-bottom #hits ul .item--category {
            text-transform: none;
            color: grey;
            font-size: 1.2em;
            margin: 4px 0 18px 0; }
          .search-process--algolia-bottom #hits ul .item--price {
            display: inline-flex;
            flex-direction: row; }
            .search-process--algolia-bottom #hits ul .item--price del {
              margin-right: 5px;
              text-decoration: line-through !important;
              color: #c1c1c1 !important;
              opacity: 1;
              font-family: "Spartan-Medium", sans-serif;
              font-size: 1em; }
            .search-process--algolia-bottom #hits ul .item--price ins {
              text-decoration: none !important;
              color: #0C6875 !important;
              font-family: "Rota-bold", sans-serif;
              font-size: 1.2em; }
              .search-process--algolia-bottom #hits ul .item--price ins.no-promo {
                color: #000000 !important; }
  .search-process .ais-SearchBox-form {
    color: #000000 !important;
    background-color: transparent !important;
    height: unset !important; }
    .search-process .ais-SearchBox-form::before {
      display: none; }
    .search-process .ais-SearchBox-form .ais-SearchBox-input {
      background-color: transparent !important;
      border: none !important;
      box-shadow: none !important;
      padding-left: 0 !important;
      line-height: 30px;
      font-size: 1.5em; }
      .search-process .ais-SearchBox-form .ais-SearchBox-input::-moz-placeholder {
        color: #767676; }
      .search-process .ais-SearchBox-form .ais-SearchBox-input:-ms-input-placeholder {
        color: #767676; }
      .search-process .ais-SearchBox-form .ais-SearchBox-input::placeholder {
        color: #767676; }
  .search-process .ais-Dropdown {
    margin-bottom: 0 !important;
    padding: 25px 0;
    margin-right: 40px; }
  .search-process .ais-Panel-footer {
    margin-top: 0 !important; }
  .search-process span.ais-RefinementList-count, .search-process span.ais-HierarchicalMenu-count {
    display: none !important; }
  .search-process .ais-GeoSearch-input:checked, .search-process .ais-RefinementList-item--selected .ais-RefinementList-checkbox {
    background-image: none !important; }

@media (min-width: 992px) {
  .search-process {
    top: 120px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out; }
    .search-process.is-active {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s ease-in-out; }
    .search-process.position {
      top: -1px;
      margin-top: 122px; }
    .search-process.search-mobile {
      top: initial; }
    .search-process .search-process--picto-quit {
      right: 40px;
      left: unset; }
    .search-process .search-process--input-container {
      margin-left: unset;
      margin-right: 10vw;
      padding: unset;
      border: none; }
    .search-process .search-process--label {
      font-size: 1.2em; }
    .search-process .search-process--input {
      font-size: unset;
      margin-left: unset; }
    .search-process .search-process--label {
      padding-right: 20px;
      padding-bottom: unset;
      line-height: 25px; }
    .search-process .search-process--cat {
      min-width: 180px;
      margin: 20px;
      font-size: unset;
      padding: 12px 25px;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
      font-size: 1.1em; }
    .search-process .search-process--cat-link {
      display: none; }
    .search-process .search-process--cat-link:nth-child(-n+10) {
      display: block; }
    .search-process .search-process--picto-search {
      position: absolute;
      top: 50%;
      right: 40px;
      left: unset;
      width: 20px;
      transform: translate(0, -50%); }
    .search-process .search-process--algolia-bottom {
      padding: unset; }
      .search-process .search-process--algolia-bottom #hits {
        padding: unset; }
      .search-process .search-process--algolia-bottom .item {
        width: 33.33% !important;
        padding: 0 10px; }
    .search-process .search-process--algolia-top {
      padding: 40px 25px; }
      .search-process .search-process--algolia-top .criterias {
        opacity: 1;
        padding-left: 0;
        position: relative;
        border-top: .5px solid #dbd5d5;
        border-bottom: .5px solid #dbd5d5;
        background-color: white;
        max-width: 1140px;
        margin: 0 auto;
        height: unset;
        width: unset;
        top: unset;
        background-color: unset; }
        .search-process .search-process--algolia-top .criterias .criterias-right {
          width: unset; }
        .search-process .search-process--algolia-top .criterias .sort-by-container {
          padding: unset; }
      .search-process .search-process--algolia-top .algolia-criteria {
        margin: 0 40px 0 0;
        padding: unset;
        border-bottom: unset; }
      .search-process .search-process--algolia-top .refinements-container {
        font-size: unset;
        padding: unset; }
      .search-process .search-process--algolia-top #custom-stats-container {
        padding: unset; }
    .search-process .ais-SearchBox-input {
      line-height: unset !important; }
    .search-process .item--background {
      width: 360px; } }

.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #0C6875; }

.search {
  padding: unset; }
  .search--btn {
    position: relative;
    width: 100vw;
    padding: 10px 0px 10px 70px;
    background-color: #0C6875;
    color: #F4F4F4; }
  .search--picto-search {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 20px;
    transform: translate(0, -50%); }
    .search--picto-search img {
      width: 100%;
      height: 100%; }
  .search--shop {
    max-height: 0;
    overflow: hidden; }
    .search--shop.is-active {
      max-height: 100vh;
      overflow: scroll; }

@media (min-width: 768px) {
  .search {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    z-index: -1; } }

.slider-info-avis {
  width: 100%; }
  .slider-info-avis .container, .slider-info-avis .woocommerce-tabs.wc-tabs-wrapper, .slider-info-avis .hero .slick-dots, .hero .slider-info-avis .slick-dots {
    padding-bottom: 30px; }
  .slider-info-avis--title {
    padding-top: 20px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "Rota-light", sans-serif;
    font-size: 1.1em; }
  .slider-info-avis--text-container {
    padding: 30px 0 0 0;
    font-size: .85em; }
    .slider-info-avis--text-container p {
      font-family: "Rota-regular", sans-serif;
      line-height: 2em; }
      .slider-info-avis--text-container p strong {
        font-family: "Rota-light", sans-serif; }
  .slider-info-avis--btn-container .btn {
    margin: 0; }
  .slider-info-avis--menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    .slider-info-avis--menu::-webkit-scrollbar {
      width: 0px;
      height: 0px; }
    .slider-info-avis--menu::-webkit-scrollbar-track {
      -webkit-box-shadow: none; }
    .slider-info-avis--menu::-webkit-scrollbar-thumb {
      -webkit-box-shadow: none; }
    .slider-info-avis--menu::-webkit-scrollbar-thumb:window-inactive {
      background: none; }
  .slider-info-avis--link {
    font-size: .85em;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    position: relative;
    white-space: nowrap;
    padding: 20px 0px 20px 45px;
    position: relative; }
    .slider-info-avis--link::after {
      content: "";
      background-image: url("/wp-content/themes/hello-mountain/assets/img/hello-mountain--chevron.svg");
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: center center;
      transform: rotate(180deg);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      pointer-events: none;
      transition: all 0.2s ease-in-out; }
    .slider-info-avis--link.is-active::after {
      transform: translateY(-50%) rotate(-90deg); }
  .slider-info-avis--picto-container {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .slider-info-avis--picto-container img {
      width: 100%;
      height: 100%; }
  .slider-info-avis--slider {
    position: relative; }
  .slider-info-avis--menu-container {
    width: 100vw;
    left: -15px;
    position: relative;
    border-top: 1px solid #000000; }

.slider-info-avis {
  padding: 50px 0; }

@media (min-width: 576px) {
  .slider-info-avis--menu-container {
    width: 100% !important;
    position: initial; } }

@media (min-width: 768px) {
  .slider-info-avis .container, .slider-info-avis .woocommerce-tabs.wc-tabs-wrapper, .slider-info-avis .hero .slick-dots, .hero .slider-info-avis .slick-dots {
    padding: 30px 40px 30px 40px; }
  .slider-info-avis--link {
    font-size: .85em;
    padding: 20px 40px 10px 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    position: relative;
    white-space: nowrap; }
    .slider-info-avis--link.is-active {
      border-bottom: 3px solid #000000; }
    .slider-info-avis--link::after {
      display: none; }
  .slider-info-avis--menu {
    display: flex;
    flex-direction: row; }
  .slider-info-avis--menu-container {
    border: none; }
  .slider-info-avis--picto-container {
    left: 0; } }

.slider-info {
  background-size: cover;
  background-repeat: no-repeat; }
  .slider-info .container, .slider-info .woocommerce-tabs.wc-tabs-wrapper, .slider-info .hero .slick-dots, .hero .slider-info .slick-dots {
    padding-bottom: 30px; }
  .slider-info--title {
    padding-top: 20px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "Rota-bold", sans-serif;
    font-size: 1.5em; }
  .slider-info--text-container {
    padding: 30px 0 0 0;
    font-size: 1em;
    letter-spacing: 0.06em; }
    .slider-info--text-container p {
      font-family: "Rota-light", sans-serif;
      line-height: 1em; }
  .slider-info--btn-container .btn {
    margin: 0; }
  .slider-info--menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    .slider-info--menu::-webkit-scrollbar {
      width: 0px;
      height: 0px; }
    .slider-info--menu::-webkit-scrollbar-track {
      -webkit-box-shadow: none; }
    .slider-info--menu::-webkit-scrollbar-thumb {
      -webkit-box-shadow: none; }
    .slider-info--menu::-webkit-scrollbar-thumb:window-inactive {
      background: none; }
  .slider-info--link {
    font-size: .85em;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    position: relative;
    white-space: nowrap;
    padding: 20px 0px 20px 45px;
    position: relative; }
    .slider-info--link::after {
      content: "";
      background-image: url("/wp-content/themes/hello-mountain/assets/img/hello-mountain--chevron.svg");
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: center center;
      transform: rotate(180deg);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      pointer-events: none;
      transition: all 0.2s ease-in-out; }
    .slider-info--link.is-active::after {
      transform: translateY(-50%) rotate(-90deg); }
  .slider-info--picto-container {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); }
    .slider-info--picto-container img {
      width: 100%;
      height: 100%; }
  .slider-info--slider {
    position: relative; }
  .slider-info--menu-container {
    width: 100vw;
    left: -30px;
    position: relative;
    border-top: 1px solid #000000; }

.slider-info-product,
.slider-info {
  padding: 50px 0;
  width: 100%; }
  .slider-info-product .container, .slider-info-product .woocommerce-tabs.wc-tabs-wrapper, .slider-info-product .hero .slick-dots, .hero .slider-info-product .slick-dots, .slider-info .container, .slider-info .woocommerce-tabs.wc-tabs-wrapper, .slider-info .hero .slick-dots, .hero .slider-info .slick-dots {
    padding-bottom: 30px; }
  .slider-info-product--title,
  .slider-info--title {
    padding-top: 20px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "Rota-semiBold", sans-serif;
    font-size: 1.6em;
    letter-spacing: .05em; }
  .slider-info-product--text-container,
  .slider-info--text-container {
    padding: 30px 0 0 0;
    font-size: 1em;
    letter-spacing: .06em; }
    .slider-info-product--text-container p,
    .slider-info--text-container p {
      font-family: "Rota-light", sans-serif;
      line-height: 2em; }
  .slider-info-product--btn-container .btn,
  .slider-info--btn-container .btn {
    margin: 0; }
  .slider-info-product--menu,
  .slider-info--menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    .slider-info-product--menu::-webkit-scrollbar,
    .slider-info--menu::-webkit-scrollbar {
      width: 0px;
      height: 0px; }
    .slider-info-product--menu::-webkit-scrollbar-track,
    .slider-info--menu::-webkit-scrollbar-track {
      -webkit-box-shadow: none; }
    .slider-info-product--menu::-webkit-scrollbar-thumb,
    .slider-info--menu::-webkit-scrollbar-thumb {
      -webkit-box-shadow: none; }
    .slider-info-product--menu::-webkit-scrollbar-thumb:window-inactive,
    .slider-info--menu::-webkit-scrollbar-thumb:window-inactive {
      background: none; }
  .slider-info-product--link,
  .slider-info--link {
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    position: relative;
    white-space: nowrap;
    padding: 20px 0px 20px 45px;
    position: relative;
    font-family: "Rota-semiBold", sans-serif;
    letter-spacing: 0.06em; }
    .slider-info-product--link::after,
    .slider-info--link::after {
      content: "";
      background-image: url("/wp-content/themes/hello-mountain/assets/img/hello-mountain--chevron.svg");
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: center center;
      transform: rotate(180deg);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      pointer-events: none;
      transition: all 0.2s ease-in-out; }
    .slider-info-product--link.is-active::after,
    .slider-info--link.is-active::after {
      transform: translateY(-50%) rotate(-90deg); }
  .slider-info-product--picto-container,
  .slider-info--picto-container {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .slider-info-product--picto-container img,
    .slider-info--picto-container img {
      width: 100%;
      height: 100%; }
  .slider-info-product--slider,
  .slider-info--slider {
    position: relative; }
  .slider-info-product--menu-container,
  .slider-info--menu-container {
    width: 100vw;
    position: relative;
    border-top: 1px solid #000000; }

.slider-info-product--text-conainers p {
  line-height: 1.2em !important; }

@media (min-width: 576px) {
  .slider-info--menu-container {
    width: 100% !important;
    position: initial; } }

@media (min-width: 768px) {
  .slider-info .container, .slider-info .woocommerce-tabs.wc-tabs-wrapper, .slider-info .hero .slick-dots, .hero .slider-info .slick-dots {
    padding: 30px 40px 30px 40px; }
  .slider-info--link {
    padding: 20px 40px 10px 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    position: relative;
    white-space: nowrap; }
    .slider-info--link.is-active {
      border-bottom: 3px solid #000000; }
    .slider-info--link::after {
      display: none; }
  .slider-info--menu {
    display: flex;
    flex-direction: row; }
  .slider-info--menu-container {
    border: none; }
  .slider-info--picto-container {
    left: 0; } }

.slider-text {
  background-size: cover;
  background-repeat: no-repeat; }
  .slider-text--slide {
    text-align: center;
    position: relative; }
  .slider-text--slider::before {
    content: "“";
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 8em;
    font-family: "Rota-extraBold", sans-serif;
    color: #0C6875;
    line-height: .5em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transform: translateY(-25%); }
  .slider-text--slider::after {
    content: "„";
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 8em;
    font-family: "Rota-extraBold", sans-serif;
    color: #0C6875;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: .2em;
    transform: translateY(-80%); }
  .slider-text--slide {
    padding: 30px 0; }
  .slider-text--text-1 {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
    color: #000000;
    font-size: 1.9em;
    font-family: "Rota-semiBold", sans-serif;
    letter-spacing: .01em; }
  .slider-text--text-2 {
    max-width: 500px;
    margin: 0 auto;
    color: #000000;
    font-size: 1.1em;
    letter-spacing: 0.015em; }

@media (min-width: 768px) {
  .slider-text--slider::before {
    top: unset; }
  .slider-text--slider::after {
    line-height: .5em; } }

.title-cta-product .col-12.col-lg-4, .title-cta-product .page-id-9 .woocommerce .col-lg-4.ws-100, .page-id-9 .woocommerce .title-cta-product .col-lg-4.ws-100, .title-cta-product .page-id-9 .woocommerce .col-lg-4.ws-50, .page-id-9 .woocommerce .title-cta-product .col-lg-4.ws-50, .title-cta-product .col-lg-4.woocommerce-MyAccount-navigation, .title-cta-product .col-lg-4.woocommerce-MyAccount-content, .title-cta-product .woocommerce-Addresses .col-lg-4.woocommerce-Address, .woocommerce-Addresses .title-cta-product .col-lg-4.woocommerce-Address, .title-cta-product #customer_login .col-lg-4.u-column1.col-1, #customer_login .title-cta-product .col-lg-4.u-column1.col-1, .title-cta-product #customer_login .col-lg-4.u-column2.col-2, #customer_login .title-cta-product .col-lg-4.u-column2.col-2, .title-cta-product .col-lg-4.woocommerce-Tabs-panel.woocommerce-Tabs-panel--info_tech.panel.entry-content.wc-tab,
.title-cta-product .col-lg-4.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
  overflow: hidden; }

.title-cta-product--h2 {
  font-family: "Rota-bold", sans-serif;
  letter-spacing: 0.06em;
  color: #0C6875;
  text-transform: unset;
  font-size: 1.5em;
  text-align: center; }
  .title-cta-product--h2.spe {
    margin-top: -12px;
    font-size: 2em;
    font-family: "Rota-light", sans-serif; }

.title-cta-product--container {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  transition: all .5s ease-in-out;
  background-position: center center; }
  .title-cta-product--container:hover {
    background-position: 80% 50%;
    transition: all .5s ease-in-out; }

.title-cta-product--content-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100; }

.title-cta-product--img-container {
  transition: ease-in-out 1s all;
  width: 60%;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%); }
  .title-cta-product--img-container.bottom {
    width: 100%;
    bottom: 0; }
    .title-cta-product--img-container.bottom img {
      width: 100%;
      height: 100%; }
  .title-cta-product--img-container img {
    width: 100%;
    height: auto;
    z-index: -1; }

.title-cta-product--btn {
  z-index: 100; }

.title-cta-product--content {
  margin: 0 30px;
  height: 100%;
  position: relative; }
  .title-cta-product--content.inverted .title-cta-product--content-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px; }
  .title-cta-product--content.inverted .title-cta-product--description {
    color: #ffffff; }
  .title-cta-product--content.inverted .title-cta-product--h2 {
    color: #ffffff; }
  .title-cta-product--content.inverted .title-cta-product--img-container {
    position: absolute;
    bottom: unset;
    top: 0; }
  .title-cta-product--content.inverted .btn--secondary {
    border-color: #ffffff; }
    .title-cta-product--content.inverted .btn--secondary span {
      color: #ffffff; }
    .title-cta-product--content.inverted .btn--secondary:hover {
      background-color: #ffffff; }
      .title-cta-product--content.inverted .btn--secondary:hover span {
        color: #0C6875; }

.title-cta-product--information-container {
  padding: 30px 45px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #0C6875; }

.title-cta-product--information {
  font-family: "Rota-regular", sans-serif;
  font-size: 1.1em;
  letter-spacing: .06em; }
  .title-cta-product--information p, .title-cta-product--information a {
    color: #ffffff; }
  .title-cta-product--information strong {
    font-family: "Rota-extraBold", sans-serif; }

.padding-modifier {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 768px) {
  .title-cta-product .btn {
    min-width: unset;
    width: 100%; }
  .title-cta-product--img-container.bottom {
    max-width: 80%; }
  .title-cta-product--description {
    letter-spacing: 0.8px;
    font-family: "Rota-medium", sans-serif;
    padding: 15px;
    line-height: 1.5em; }
    .title-cta-product--description p {
      margin-bottom: 0px; } }

@media (min-width: 992px) {
  .padding-modifier {
    padding-left: 15px;
    padding-right: 15px; }
  .padding-modifier:nth-child(3n+2) .title-cta-product--container {
    padding-bottom: 15px; }
  .padding-modifier:first-child,
  .padding-modifier:nth-child(3n+4) {
    padding-left: 0px;
    padding-right: 15px; }
  .padding-modifier:nth-child(3n) {
    padding-right: 0px;
    padding-left: 15px; }
  .title-cta-product .btn {
    min-width: 160px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .title-cta-product--img-container.bottom {
    max-width: 100%; } }

@media screen and (min-width: 1850px) {
  .title-cta-product--img-container {
    bottom: 15%; }
    .title-cta-product--img-container.bottom {
      max-width: 60%; } }

.title-text--title {
  font-family: "Rota-regular", sans-serif;
  font-size: 1.5em;
  letter-spacing: .05em; }
  .title-text--title.text-center {
    text-align: center; }

.title-text--title-container {
  margin-bottom: 30px; }

.title-text--text {
  font-family: "Rota-light", sans-serif;
  font-size: 1em;
  line-height: 1.9em;
  letter-spacing: .05em; }
  .title-text--text strong {
    font-family: "Rota-semiBold", sans-serif; }

.title-text--double-container {
  padding: 0 25px; }

.title--title {
  letter-spacing: 0.01em;
  font-family: "Rota-extraBold", sans-serif;
  text-transform: none;
  font-size: 2.5em;
  text-align: center; }


.woocommerce-Tabs-panel--description table:not(.variations) {
  border-collapse: collapse;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.woocommerce-Tabs-panel--description table:not(.variations) tbody {
  border-bottom: 2px solid #0c6875;
}
.woocommerce-Tabs-panel--description table:not(.variations) tbody td,
.woocommerce-Tabs-panel--description table:not(.variations) tbody th {
  padding: 12px 15px;
}
.woocommerce-Tabs-panel--description table:not(.variations) tbody tr:nth-of-type(even) {
  background-color: #f1f1f1;
}
.woocommerce-Tabs-panel--description table:not(.variations) tbody tr:first-child {
  background-color: #0c6875;
  color: #ffffff;
  text-align: left;
}


a.button.product_type_variable {
  display: none !important;
}

span.tagged_as {
  display: none !important;
}

.wpm_gtin_code_wrapper {
  font-style: italic;
  font-size: 0.7em;
}


.tawcvs-swatches {
  margin-bottom: 0 !important;
  padding: 20px 0 !important;
}

.tawcvs-swatches span {
  margin: 0 !important;
  margin-right: 5px !important;
}

.page-id-8 .woocommerce-notices-wrapper,
.page-id-8 .login-right,
.page-id-8 .woocommerce-MyAccount-navigation,
.page-id-8 .woocommerce-MyAccount-content,
.page-id-8 .woocommerce-form.custom-title {
  display: none;
}

.page-id-8 .woocommerce-form.login-left {
  border-right: 0;
}

.woocommerce .tawcvs-swatches .swatch:before, .woocommerce .tawcvs-swatches .swatch-show-more:before {
	border: none !important;
}

html .woocommerce .tawcvs-swatches .swatch.selected.swatch-label, html .woocommerce .tawcvs-swatches .swatch-show-more.selected.swatch-label {
    border: 2px solid black !important;
}

html .tawcvs-swatches span {
    margin-right: 0 !important;
    text-align: center;
}

.woocommerce .tawcvs-swatches.d-none {
  display: none !important;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	display: none;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	display: flex;
}
.editor--content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:725px) {
	.editor--content img.aligncenter {
		width: 100%;
		height: auto;
	}
}


@media screen and (max-width: 992px) {
  section.related.products.cross-sell.row {
    display: none;
  }
}



.bapf_body {
  overflow: auto;
  max-height: 35vh;
}
.bapf_body::-webkit-scrollbar{
  display: block !important;
  width: 5px;
}



.gls-container{
  display: none;
}

.shop_table .gls-container{
  display: block;
}



.search-process--algolia-bottom #hits ul .item--image {
  width: 100% !important;
  object-fit: contain !important;
}


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

@media screen and (max-width: 1023px) {
	#woosq-popup .single-product .product .thumbnails.thumbnails-ori {
		width: 100%;
	}
	#woosq-popup .single-product .product .summary{
		width: 100%;
	}
}

.search-process--algolia-bottom #hits ul .item--image {
  width: 100% !important;
  object-fit: contain !important;
}

.hero--btn-container {
	position: unset;
	top: unset;
}

.hero--subtitle {
	font-size: 1.5em;
}

.hero--content.reveal.reveal--bottom {
    font-size: 1.5vh;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
	justify-content: center;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner > span:last-child {
 line-height: unset;
 display: flex !important;
 justify-content: center;
 align-items: center;	
}

.archive .thumbnail--img-container {
	position: relative;
}

.archive-product-form {
	position: absolute;
  bottom: 20px;
}

.archive-product-img-form-container.new::before, .new-product {
	z-index: 1;
}

a.woosw-btn {
	z-index: 2;
}

.nice-select.glsr-select.glsr-star-rating {
	display: none;
}

.grecaptcha-badge {
	display: none !important
}

.random-products-slider--img-container img {
	width: 100%;
	object-fit: contain;
}

/* ul#menu-main-menu-homme {
	margin-left: -8vw
}

ul#menu-main-menu-femme {
	margin-left: 4vw
}

ul#menu-main-menu-enfants {
	margin-left: 10vw
} */

.hero--slider,
.random-products-slider--slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-in-out; }

.slick-initialized {
  visibility: visible;
  opacity: 1; }

.reveal {
  visibility: hidden; }



/* popup */
.sgpb-popup-overlay{
	border-radius: 0px !important;
}
.sgpb-theme-6-content {
	box-shadow: 0 10px 20px rgba(100,100,100,0.19), 0 6px 6px rgba(100,100,100,0.23) !important;
}
div#sgpb-popup-dialog-main-div{
	background-image: url('https://staging-hellomountain.kinsta.cloud/wp-content/uploads/2021/07/hello-mountain-img-11-e1625132641121.jpg');
	background-position: center;
    background-size: cover;
	border-radius: 0px !important;
}
.popup{
	margin: 0 auto;
	max-width: 500px !important;
	background-color: #fff;
	padding: 30px;
	margin: 20px;
	border-radius: 0px;
}
.popup h2{
	font-size: 2em;
	color: #000 !important;
	margin: 0px;
	font-weight: 100;
}
.popup h2.code{
	font-weight: 800;
	color: #0C6875 !important;
}
.popup h2.no-code{
	user-select: none !important;
}
.btn-popup{
	background-color: #0C6875;
	/* color: white; */
	margin: 0 auto;
	text-align: center;
	max-width: 20%;
	font-size: 2em;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 10px 20px;
	margin-top: 10px;
	border: 0px solid #0C6875;
	cursor: pointer;
	transition: ease-in-out 0.5s;
}

.btn-popup:hover{
	background-color: white;
}

.btn-popup a{
	transition: ease-in-out 0.5s;
	background-color: transparent;
	color: white !important
}

.btn-popup:hover a{
	color: #0C6875 !important;
}

@media screen and (max-width: 768px) {
	.popup h2 {
		font-size: 1em;
	}
	.popup {
		padding: 30px 10px;
		margin: 10px;
	}
}

img.attachment-full-width.size-full-width {
	max-width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
	.img-cta--content {
		padding-top: 30px !important;
	}
}
@media screen and (min-width: 992px ) {
	.featured-products--img-container {
		min-height: 330px;
	}
	#single-product-thumbnail-container {
		overflow-y: scroll;
	}
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
	div#single-product-thumbnail-container {
		margin-left: 0px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
	.header--logo-container {
		left: 3.4% !important;
	}
	.header .menu>li.menu-item-has-children {
    padding: 43px 20px;
	}
}


@media (min-width: 769px) {
	.woocommerce-form.woocommerce-form-login.login {
  	border-bottom: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.random-products-slider--price {
		font-size: .8em;
	}
	.random-products-slider--product-title-container span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
	.random-products-slider--product-title-container {
    overflow: hidden;
	}
	.random-products-slider--category-container {
		overflow: hidden;
	}
	span.random-products-slider--category {
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
}
.wpcf7-response-output:empty {
	display: none;
}
.nice-select.orderby {
	left: 0;
	margin-left: 30px;
}

@media (min-width: 992px){
	.search-process .search-process--label {
		white-space: nowrap;
	}
}

.woocommerce .products ul.up-sell--products ul.products{
	width: 100% !important;	
}

.woocommerce ul.products.up-sell--products li.product .woosw-btn {
	display: none;
}

.woocommerce ul.products.up-sell--products h2.woocommerce-loop-product__title {
    margin-top: 0.5em!important;
}







/* old hero
.page-id-16 .hero {
  height: 85vh; }
*/

/* new hero */
.colored--none h1 {
  color: white;
}
.page-id-16 .hero {
  margin-top: 120px;
}

h1.hero--title {
  font-size: 3em;
  font-family: "Rota-medium", sans-serif;
  text-transform: initial;
}
h2.hero--subtitle {
  font-size: 1.1em;
}

.hero--slide {
  position: relative;
}
.hero--container {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 50%;
  padding: 1rem 2rem 1rem 6rem;
  transform: translate(0, -50%);
}

.hero .content--center {
  left: 50%;
  width: unset;
  max-width: unset;
  padding: unset;
  text-align: center;
  transform: translate(-50%, -50%);
}

img {
  width: 100%;
  height: 100%;
}
img.desktop {
  display: block;
}
img.mobile {
  display: none;
}

html .hero .slick-dots {
  position: absolute !important;
  right: 100px;
}

@media screen and (max-width: 1024px) {
  .page-id-16 .hero {
    margin-top: 130px;
  }
  .hero--container {
    top: unset;
    bottom: 0;
    max-width: unset;
    padding: 2rem 2rem 3rem;
    transform: translate(0, 0);
    text-align: center;
  }
  .hero--heading {
    text-align: center;
  }
  h1.hero--title {
    font-size: 2.5em;
  }
  h2.hero--subtitle {
    font-size: 0.9em;
  }
  /* .hero--action .btn {
    max-width: fit-content;
    margin: 0 auto !important;
  } */

  img.desktop {
    display: none;
  }
  img.mobile {
    display: block;
  }
  html .hero .slick-dots {
    position: absolute !important;
    right: 100px;
  }
}
/* end new hero*/

.payment_method_paypal img {
  width: auto;
}

.woocommerce-EditAccountForm #probance_optin_cb_wrapper input[type="checkbox"]{ 
  border: solid 1.5px black;
  margin-bottom: unset;
  padding: unset;
}

.link-tab-description {
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 30px;
}







/* reset */
.page-id-16 .header--tools-img-container img {
  filter: unset;
}
/* voir 11357 utile ? */
.shop--slider {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  visibility: hidden;
}
.slick-initialized {
  opacity: 1 !important;
  visibility: visible !important;
}
.shop--slider-arrows {
  display: none;
}
.header--main-menu-top {
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .page-id-16 .hero,
  .site-main-categories {
    margin-top: 99px;
  }
}
@media screen and (min-width: 992px) {
  .search-process.position {
    margin-top: 99px;
  }
  .search-process,
  .content-single-product--banner.is-active {
    top: 99px;
  }
}
/* header-new */
.header-new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F4F4F4;
  z-index: 101;
}
.header-new__nav {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 11.4%;
  margin-right: 3.4%;
}
.header-new__logo-container {
  width: 174px;
  height: 51px;
}
.header-new__left {
  margin-right: 74px;
}
.header-new__right {
  margin-left: auto;
}
.header-new__right ul {
  display: inline-flex;
}
.header-new__right ul li:nth-child(3),
.header-new__right ul li:nth-child(4) {
  display: initial !important;
}
.header-new__right ul li:nth-child(3) a,
.header-new__right ul li:nth-child(4) a {
  position: relative;
}
.header-new .header-new__li {
  display: inline;
  margin: 0;
  padding: 0 !important;
  cursor: pointer;
  margin: 0 0 0 5px;
}
.header-new__center ul {
  display: flex;
  flex-wrap: wrap;
}
.header-new #menu-main-menu.menu li {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
  padding-right: 10px;
  color: #0C6875;
  font-family: "Rota-extraBold", sans-serif;
  font-size: 0.88em;
  letter-spacing: 0.04em;
  transition: all 0.2s ease-in-out;
}
.header-new #menu-main-menu.menu li:hover {
  color: #fff;
  background-color: #0C6875;
}
.header-new #menu-main-menu.menu li:hover a {
  color: #fff;
}
.header-new #menu-main-menu.menu li:hover::after {
  background-color: #fff;
}
.header-new #menu-main-menu.menu li.no-submenu {
  padding-right: 0;
}
.header-new #menu-main-menu.menu li.no-submenu::after {
  display: none;
}
.header-new #menu-main-menu.menu li a {
  padding: 10px;
  color: #0C6875;
  text-transform: uppercase;
  user-select: none;
  transition: all 0.2s ease-in-out;
}
.header-new #menu-main-menu.menu li::after {
  display: flex;
  content: "";
  width: 16px;
  height: 16px;
  mask: url(/wp-content/themes/hello-mountain/assets/img/arrow.svg) no-repeat 50% 50%;
  mask-size: cover;
  transform: rotate(0deg);
  background-color: #0C6875;
  transition: all 0.2s ease-in-out;
}
.header-new #menu-main-menu.menu li.is-active {
  color: #fff;
  background-color: #0C6875;
}
.header-new #menu-main-menu.menu li.is-active a {
  color: #fff;
}
.header-new #menu-main-menu.menu li.is-active::after {
  background-color: #fff;
  transform: rotate(-180deg);
}
.header-new__tools-img-container {
  margin: 0 3px;
  width: 18px;
  display: inline-block;
  position: relative;
}
.header-new__tools-img-container img {
  width: 100%;
  height: 100%;
}
.header-new__tools-img-description {
  display: none;
}
.header-new .mobile-active {
  display: none;
}
.header-new__main-navigation-container {
  position: relative;
  display: block;
  z-index: 1;
}
.header-new__main-navigation {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 52px;
  width: 100%;
  height: 100vh;
}
.header-new__main-navigation.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.631372549);
}
.header-new__main-navigation.is-active .header-new__main-navigation-layer {
  transform: translate(0, 0);
  opacity: 1;
}
.header-new__main-navigation-layer {
  background-color: #fff;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.header-new__main-navigation-layer .menu {
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin: 0;
  position: relative;
  background-color: #0C6875;
  min-width: fit-content;
  width: 338px;
  min-height: 400px;
}
.header-new__main-navigation-layer .menu > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "Rota-medium", sans-serif;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.header-new__main-navigation-layer .menu > li > a {
  pointer-events: none;
  user-select: none;
  color: currentcolor;
}
.header-new__main-navigation-layer .menu > li::after {
  display: flex;
  content: "";
  width: 16px;
  height: 16px;
  mask: url(/wp-content/themes/hello-mountain/assets/img/arrow.svg) no-repeat 50% 50%;
  mask-size: cover;
  transform: rotate(-90deg);
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.header-new__main-navigation-layer .menu > li.is-open {
  font-family: "Rota-extraBold", sans-serif;
  color: #0C6875;
  background-color: #fff;
}
.header-new__main-navigation-layer .menu > li.is-open::after {
  background-color: #0C6875;
}
.header-new__main-navigation-layer .menu > li.is-open > .sub-menu {
  display: block;
}
.header-new__main-navigation-layer .menu > li > .sub-menu {
  display: none;
  column-count: 3;
  flex-wrap: wrap;
  list-style: none;
  position: absolute;
  top: 0;
  left: 338px;
  min-width: 982px;
  margin: 0;
  padding: 30px 180px 30px 30px;
  background-color: #fff;
  color: #000;
}
.header-new__main-navigation-layer .menu > li > .sub-menu :not(.menu-item-has-children) a {
  position: relative;
  text-transform: none;
  font-family: "Rota-medium", sans-serif;
}
.header-new__main-navigation-layer .menu > li > .sub-menu :not(.menu-item-has-children) a:hover::before {
  left: 0;
  width: 100%;
}
.header-new__main-navigation-layer .menu > li > .sub-menu :not(.menu-item-has-children) a::before {
  content: "";
  transition: width 0.4s;
  bottom: -5px;
  right: 0;
  width: 0;
  display: block;
  height: 1px;
  position: absolute;
  background-color: #0C6875;
}
.header-new__main-navigation-layer .menu > li > .sub-menu .header-new__menu-submenu-title {
  display: block;
  column-span: all;
}
.header-new__main-navigation-layer .menu > li > .sub-menu li.menu-item-has-children {
  margin-bottom: 30px;
  margin-right: 44px;
  break-inside: avoid;
  font-family: "Rota-extraBold", sans-serif;
}
.header-new__main-menu-container {
  display: none;
}
.header-new__main-menu-container.is-active {
  display: block;
}
.header-new__menu-main-title {
  font-family: "Rota-extraBold", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
}
.header-new__menu-submenu-title {
  margin-bottom: 30px;
}
.header-new__menu-submenu-title--title {
  font-size: 1.3em;
  margin-right: 15px;
}
.header-new__menu-submenu-title--subtitle {
  font-family: "Rota-medium", sans-serif;
  text-transform: none;
}
.header-new__menu-mobile {
  padding: 15px;
  padding-right: 26px;
  font-family: "Rota-extraBold", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #F4F4F4;
}
.header-new__menu-mobile.mobile-open {
  background-color: #0C6875;
}
.header-new__menu-mobile.mobile-open a {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .header-new__main-navigation-layer .menu > li.header-new__menu-mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-id-16 .hero {
    margin-top: 100px;
  }
  body.archive {
    padding-top: 85px;
  }
  .content-single-product--banner.is-active {
    top: 100px;
  }
  .header--top {
    top: 0;
  }
  .header--center {
    top: 0;
  }
  .header--nav.is-active .header--center {
    height: 85vh;
  }
  .header--nav {
    min-height: 100px;
  }
  .header--main-menu-top {
    display: none;
  }
  .header .header--main-menu-container.homme,
  .header .header--main-menu-container.femme,
  .header .header--main-menu-container.enfants,
  .header .header--main-menu-container.univers {
    display: initial;
  }
  nav.header--main-menu-container ul:not(#menu-sub-menu-mobile) {
    margin-top: unset !important;
    max-height: 55px;
    overflow: hidden;
  }
  nav.header--main-menu-container ul:not(#menu-sub-menu-mobile).is-open {
    max-height: 100%;
  }
  nav.header--main-menu-container ul:not(#menu-sub-menu-mobile).is-open ul.sub-menu {
    max-height: 100%;
  }
  nav.header--main-menu-container ul:not(#menu-sub-menu-mobile) li.header-new__menu-mobile > a {
    display: flex;
    justify-content: space-between;
  }
  nav.header--main-menu-container ul:not(#menu-sub-menu-mobile) li.header-new__menu-mobile > a::after {
    display: flex;
    content: "";
    width: 16px;
    height: 16px;
    mask: url(/wp-content/themes/hello-mountain/assets/img/arrow.svg) no-repeat 50% 50%;
    mask-size: cover;
    transform: rotate(0deg);
    background-color: #0C6875;
    transition: all 0.2s ease-in-out;
  }
  nav.header--main-menu-container ul:not(#menu-sub-menu-mobile) li.header-new__menu-mobile.mobile-open > a::after {
    transform: rotate(-180deg);
    background-color: #ffffff;
  }
  ul#menu-sub-menu-mobile li {
    padding: 15px;
    padding-right: 26px;
    font-family: "Rota-extraBold", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #F4F4F4;
  }
}