@charset "UTF-8";
.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after, .fotorama__html, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: grab; }

.fotorama-grabbing-cursor, .fotorama__grabbing * {
  cursor: move;
  cursor: grabbing; }

.fotorama-gpu, .fotorama__caption, .fotorama--fullscreen, .fotorama__wrap--css3 .fotorama__html, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full, .fotorama__wrap--css3 .fotorama__nav, .fotorama__nav:before, .fotorama__nav:after, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__stage:before, .fotorama__stage:after, .fotorama__wrap--css3 .fotorama__stage__frame {
  transform: translateZ(0); }

.fotorama-focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame, .fotorama__zoom-in:focus,
.fotorama__zoom-out:focus {
  outline: 0; }

.fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after {
  background-color: #31e37d;
  border-radius: inherit;
  content: ''; }

.fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__shaft {
  transform: none !important; }

.fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: unset;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__wrap {
  -webkit-user-select: none;
          user-select: none; }

.fotorama-select, .fotorama__select {
  -webkit-user-select: text;
          user-select: text; }

.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-inline-block, .fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.fotorama-hidden, .fotorama--hidden, .fotorama__load {
  position: absolute;
  top: -99999px;
  left: -99999px;
  z-index: -1000; }

.fotorama-visible {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  z-index: auto; }

.fotorama-no-tap, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.transitionDuration {
  transition-duration: 333ms; }

.transitionDurationZero {
  transition-duration: unset; }

.fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
  background-image: url("../images/gallery.png");
  background-repeat: no-repeat; }

@media print {
  .fotorama-print-background, .fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__thumb-border {
    background: none !important; } }

.fotorama__active {
  box-shadow: 0 0 0 transparent; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__arr {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  box-sizing: border-box;
  z-index: 900;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out; }
  .fotorama__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__arr:focus {
    box-shadow: none; }
    .fotorama__arr:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #000;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__arr--prev {
    left: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
      transform: translate3d(-120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
      transform: translate3d(-120px, 0, 0); }
  .fotorama__arr--next {
    right: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
      transform: translate3d(120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
      transform: translate3d(120px, 0, 0); }
  .fotorama__arr--disabled {
    display: none;
    opacity: 0.1;
    pointer-events: none;
    cursor: default; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__arr {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr {
    display: none !important; }
  .fotorama__wrap--css3 .fotorama__arr:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  .fotorama__stage .fotorama__arr--shown {
    display: block !important; }
  .fotorama__stage .fotorama__arr--hidden {
    display: none !important; }

.fotorama__arr .fotorama__arr__arr {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .ie9 .fotorama__arr .fotorama__arr__arr {
    margin: -40px 0 0 -40px; }

.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px; }

.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px; }

.fotorama__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  z-index: 12; }
  .fotorama__caption a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: fade(#000, 0.5); }
    .fotorama__caption a:hover {
      color: #000;
      border-color: fade(#000, 0.5); }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #fff; }

.fotorama__dot {
  display: block;
  position: relative;
  top: 12px;
  left: 6px;
  width: 4px;
  height: 4px;
  border: 1px solid #c2c1df;
  border-radius: 6px; }
  .fotorama__nav__frame--dot:focus .fotorama__dot {
    box-shadow: none; }
    .fotorama__nav__frame--dot:focus .fotorama__dot:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #000;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__dot:after,
  .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .fotorama__active .fotorama__dot {
    background-color: #fab216;
    border-color: #fab216; }

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama--fullscreen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    z-index: 1000 !important; }

.fotorama__fullscreen {
  overflow: hidden;
  position: relative; }

.fotorama__fullscreen-icon {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-position: 0 0;
  cursor: pointer;
  z-index: 1000; }
  .fotorama__fullscreen-icon:focus {
    box-shadow: none; }
    .fotorama__fullscreen-icon:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #000;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    display: inline-block;
    background-position: -80px 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important; }
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    transform: translate3d(80px, -80px, 0); }
  .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    transform: translate3d(80px, -80px, 0) !important; }
  .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active {
      background-color: rgba(213, 213, 213, 0.5); }

.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0; }

.fotorama__img {
  max-width: inherit;
  opacity: 0;
  border: none !important; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }
  .fotorama__img--full {
    display: none; }
  .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0; }
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%); }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%); }
  .fotorama__stage__frame .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.3s;
    transition-property: width, height, top, left; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    max-height: inherit; }
  .fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none; }
    .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
      display: block; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: default;
    transition: 0.3s linear; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
      max-width: none;
      max-height: none;
      cursor: pointer;
      transition-property: width, height, bottom, right, top, left; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
      cursor: move;
      transition-property: none; }
  .fotorama__product-video--loaded .fotorama__img,
  .fotorama__product-video--loaded .fotorama__img--full {
    display: none !important; }

.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0; }

.magnifier-lens {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border: solid 1px #c2c1df;
  z-index: 800; }

.magnifier-loader-text {
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100; }

.magnifier-preview {
  position: absolute;
  top: 215px;
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0; }
  .magnifier-preview:not(.hidden) {
    background-color: #fff; }
  .magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit; }

.magnify-lens {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #c2c1df;
  z-index: 1000; }

.magnify-opaque {
  opacity: 0.5; }

.magnify-hidden {
  display: none; }

.magnify-fullimage {
  display: none; }
  .fotorama__fullscreen .magnify-fullimage {
    display: inline-block; }

.fotorama__nav {
  position: relative;
  display: none;
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }
  .fotorama__nav--dots {
    display: block;
    text-align: center; }
  .fotorama__nav--thumbs {
    display: block; }
  .fotorama__nav:before, .fotorama__nav:after {
    position: absolute;
    display: block;
    content: '';
    text-decoration: none;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none; }
  .fotorama__nav:before {
    left: -10px;
    top: -10px; }
  .fotorama__nav:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after,
  .fotorama__wrap--no-shadows .fotorama__nav:before,
  .fotorama__wrap--no-shadows .fotorama__nav:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important; }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0; }

.fotorama__nav__frame {
  position: relative;
  padding: 0 !important;
  box-sizing: border-box; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px; }
    .fotorama__nav--dots .fotorama__nav__frame--thumb {
      display: none; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
      display: none; }
  .fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    width: 0;
    height: 0;
    border-width: 3px; }
    .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
      top: -3px;
      left: -3px;
      padding: 3px; }
  .fotorama__nav__frame:focus {
    box-shadow: none; }
    .fotorama__nav__frame:focus :after {
      top: -1px;
      left: -1px;
      padding: 1px; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important; }

.fotorama__nav__shaft {
  position: relative;
  top: 0;
  left: 0;
  text-align: left; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    width: 100%;
    background-color: white; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__select {
  cursor: auto; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after {
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  background-size: 1px 100%, 5px 100%; }

.fotorama__nav.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after {
  left: 0;
  right: 0;
  width: auto;
  height: 10px;
  background-size: 100% 1px, 100% 5px; }

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
  background-position: 100% 0, 100% 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--top:before {
  top: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--bottom:after {
  bottom: 0;
  background-position: 0 100%, 0 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0); }

.fotorama__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  margin: auto;
  background-image: url("../images/loader-1.gif");
  z-index: 100; }
  .fotorama__spinner--show {
    display: block; }
  .fotorama__wrap--css3 .fotorama__spinner {
    animation: spinner 24s infinite linear; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fotorama__stage {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .fotorama__stage:before, .fotorama__stage:after {
    position: absolute;
    display: block;
    content: '';
    background-repeat: no-repeat;
    pointer-events: none;
    text-decoration: none;
    z-index: 10; }
  .fotorama__stage:before {
    left: -10px;
    top: -10px; }
  .fotorama__stage:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
  .fotorama__wrap--no-shadows .fotorama__stage:before,
  .fotorama__wrap--no-shadows .fotorama__stage:after,
  .fotorama__wrap--fade .fotorama__stage:before,
  .fotorama__wrap--fade .fotorama__stage:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important; }

.fotorama__stage__frame {
  overflow: hidden;
  text-align: center; }
  .fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl; }
  .fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important; }
  .fotorama__wrap--fade .fotorama__stage__frame {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2); }
  .fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden; }

.fotorama__stage__shaft {
  position: relative; }
  .fotorama__stage__shaft:focus {
    box-shadow: none; }
    .fotorama__stage__shaft:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #000;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }

.fotorama__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #c9c9c9; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    box-shadow: none;
    z-index: 2; }
    .fotorama__nav__frame:focus .fotorama__thumb:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      box-shadow: 0 0 3px 1px #000;
      border-radius: inherit;
      content: '';
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__thumb,
  .fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit; }
  .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
    left: 1px; }
  .fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
    right: 1px; }
  .fotorama__thumb--icon {
    padding-bottom: 30px;
    font-size: 0.001px; }
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
      .ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .ie9
      .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
        margin: -15px 0 0 -15px; }
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      margin: auto;
      width: 30px;
      transform: rotate(90deg); }
    .fotorama__thumb__arr--left .fotorama__thumb--icon {
      background-position: -25px -265px; }
    .fotorama__thumb__arr--right .fotorama__thumb--icon {
      background-position: -25px -350px; }

.fotorama__thumb-border {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #31e37d;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 9; }
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__thumb__arr {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out; }
  .fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__thumb__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1000;
    cursor: pointer; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 0; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    cursor: pointer;
    z-index: 1000; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px; }

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px; }

.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px; }

.fotorama__video {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.fotorama__video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  background-position: -80px 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out; }
  .fotorama__fullscreen .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1; }
  .fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  @media all and (max-width: 768px) {
    .fotorama__video-close {
      top: 10px;
      width: 40px;
      height: 40px;
      background-position: -100px -20px; } }

.fotorama__video-play {
  width: 160px;
  height: 160px;
  background-position: -80px -160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .fotorama__wrap--css2 .fotorama__video-play,
  .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play,
  .fotorama__error .fotorama__video-play,
  .fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1; }
  .fotorama__nav__frame .fotorama__video-play {
    width: 80px;
    height: 80px;
    background-position: 0 -240px; }
  .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }

.fotorama__wrap {
  position: relative;
  direction: ltr;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: 0; }
  .fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important; }
  .fotorama__wrap--pan-y {
    touch-action: pan-y; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
  z-index: 1000; }
  .fotorama__zoom-in:focus,
  .fotorama__zoom-out:focus {
    box-shadow: none; }
    .fotorama__zoom-in:focus:after,
    .fotorama__zoom-out:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #000;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
  .fotorama__zoom-out {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:active {
      background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen
  .fotorama__zoom-out {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer; }
    .fotorama__fullscreen .fotorama__zoom-in--disabled, .fotorama__fullscreen
    .fotorama__zoom-out--disabled {
      display: none; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 80px;
  background-position: 0 -80px !important; }

.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0; }

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

dd,
dt {
  margin: 0;
  padding: 0; }

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
            user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }

.choices[data-type*="select-one"] {
  cursor: pointer; }
  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0; }
  .choices[data-type*="select-one"] .choices__button {
    background-image: url("../../icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5; }
    .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__button:focus {
      box-shadow: 0 0 0 2px #00bcd4; }
  .choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px; }
  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text; }

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("../../icons/cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75; }
  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7; }
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px; }

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #ffffff;
    word-break: break-all; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir="rtl"] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all; }
  .choices__list--dropdown.is-active {
    display: block; }
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir="rtl"] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
      [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

/* =====  End of Choices  ====== */
/* stylelint-disable */
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

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

html,
body {
  height: 100%;
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333; }

body {
  display: flex;
  flex-direction: column; }

.page-wrapper {
  flex: 1 0 auto; }

p {
  margin: 0;
  padding: 0; }

dl,
dt,
dd {
  margin: 0; }

.container {
  max-width: 1328px;
  margin: 0 8px; }
  @media all and (min-width: 1344px) {
    .container {
      margin: 0 auto; } }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.js-focus-visible .focus-visible {
  outline-offset: -1px;
  z-index: 1;
  outline: 2px dashed #2962ff; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc(calc(16px * 0.5) * -1);
  margin-left: calc(calc(16px * 0.5) * -1); }
  .row--no-margins {
    margin-left: 0;
    margin-right: 0; }

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

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.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-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.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 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: calc(16px * 0.5);
  padding-left: calc(16px * 0.5);
  max-width: 100%; }

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

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

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

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

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

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

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

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

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

.start-xs {
  justify-content: flex-start;
  text-align: start; }

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

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

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

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

.initial-order-xs {
  order: initial; }

@media all and (min-width: 480px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; }
  .initial-order-sm {
    order: initial; } }

@media all and (min-width: 768px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: calc(16px * 0.5);
    padding-left: calc(16px * 0.5); }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; }
  .initial-order-md {
    order: initial; } }

@media all and (min-width: 992px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: calc(16px * 0.5);
    padding-left: calc(16px * 0.5); }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; }
  .initial-order-lg {
    order: initial; } }

@media all and (min-width: 1200px) {
  .col-xl,
  .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 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: calc(16px * 0.5);
    padding-left: calc(16px * 0.5); }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .start-xl {
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    justify-content: center;
    text-align: center; }
  .end-xl {
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    align-items: flex-start; }
  .middle-xl {
    align-items: center; }
  .bottom-xl {
    align-items: flex-end; }
  .around-xl {
    justify-content: space-around; }
  .between-xl {
    justify-content: space-between; }
  .first-xl {
    order: -1; }
  .last-xl {
    order: 1; }
  .initial-order-xl {
    order: initial; } }

.icon {
  display: block;
  width: 24px;
  height: 24px;
  padding: 2px; }

.page-layout-2columns-left .columns,
.page-layout-2columns-right .columns {
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .page-layout-2columns-left .columns,
    .page-layout-2columns-right .columns {
      flex-direction: row; } }

@media all and (min-width: 768px) {
  .page-layout-2columns-left .main,
  .page-layout-2columns-right .main {
    order: 1;
    flex: 1 0 calc(100% - 25%);
    max-width: calc(100% - 25%); } }

@media all and (min-width: 768px) {
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    flex: 1 0 25%;
    max-width: 25%; } }

@media all and (min-width: 768px) {
  .page-layout-2columns-right .main {
    order: 0; } }

.grecaptcha-badge {
  z-index: 100; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff"), url("../fonts/montserrat-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff"), url("../fonts/montserrat-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-black.woff2") format("woff2"), url("../fonts/montserrat-black.woff") format("woff"), url("../fonts/montserrat-black.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

.blockquote, blockquote {
  margin: 10px 0;
  padding: 10px 10px 10px 20px;
  border-left: 5px solid #c2c1df; }

div.mage-error {
  margin-top: 8px;
  color: #e32926; }

div.required label:after {
  content: '*';
  color: #e32926; }

input.mage-error,
textarea.mage-error,
select.mage-error {
  border-color: #e32926; }

.heading, h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #393243;
  text-transform: none; }
  .heading--first-level, h1 {
    font-size: 18px; }
  .heading--second-level,
  h2 {
    font-size: 18px; }
  .heading--third-level,
  h3 {
    font-size: 14px; }
  .heading--fourth-level,
  h4 {
    font-size: 14px; }
  .heading--fifth-level,
  h5 {
    font-size: 12px; }
  .heading--sixth-level,
  h6 {
    font-size: 12px; }
  .heading--page {
    margin: 16px 0;
    font-size: 24px;
    text-transform: uppercase; }

.label, label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  color: #393243;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  transition: none; }
  .label--inline, .input--inline .input__label {
    margin: 0 8px 0 0; }
  .label--hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }

.link, a {
  color: #2962ff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out, outline-offset 1ms;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none; }
  .link:hover, a:hover {
    color: #393243; }
  .link.focus-visible, a.focus-visible {
    outline-offset: -1px;
    z-index: 1;
    outline: 2px dashed #2962ff; }
  .link--invert, .dashboard-nav .nav.item > a, .dashboard__list .nav.item > a {
    color: #393243; }
    .link--invert:hover, .dashboard-nav .nav.item > a:hover, .dashboard__list .nav.item > a:hover {
      color: #2962ff; }
  .link--secondary {
    color: #c9c9c9; }
    .link--secondary:hover {
      color: #31e37d; }
  .link--visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
    .link--visually-hidden.focus-visible, .link--visually-hidden:active {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  p .link, p a,
  cite .link,
  cite a {
    background-clip: content-box; }
    p .link.focus-visible:not(.banner), p a.focus-visible:not(.banner),
    cite .link.focus-visible:not(.banner),
    cite a.focus-visible:not(.banner) {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }

.paragraph, p {
  color: #393243;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 16px 0;
  transition: none; }

.preformatted, pre {
  padding: 20px;
  background: #f7f7f9;
  overflow: scroll;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.action {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .action__handler {
    flex-basis: 100%;
    margin-bottom: 15px; }
    @media all and (min-width: 768px) {
      .action__handler {
        flex-basis: auto;
        margin-bottom: 0; } }
  .action__button {
    margin-right: 15px;
    height: 30px;
    padding: 0 20px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px; }
    @media all and (min-width: 768px) {
      .action__button {
        width: auto;
        margin-bottom: auto; } }
    .action__button:last-child {
      margin-right: 0; }
  .action__link {
    padding: 15px 0;
    margin-right: 15px;
    background-clip: content-box; }
    .action__link.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }
    .action__link:last-child {
      margin-right: 0; }

.badge {
  display: inline-flex;
  padding: 3px 13px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  background: #31e37d;
  border-radius: 4px; }
  .badge--new {
    color: #31e37d;
    background: #fff; }
  .badge--discount {
    color: #e32926;
    background: #fff; }

.banner {
  display: block;
  position: relative;
  width: 100%; }
  .banner:hover {
    text-decoration: none; }
  .banner__image {
    width: 100%; }

.breadcrumbs {
  display: none; }
  @media all and (min-width: 768px) {
    .breadcrumbs {
      display: block;
      min-height: 50px; } }
  @media all and (min-width: 768px) {
    .breadcrumbs__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; } }
  .breadcrumbs__item {
    display: flex;
    align-items: stretch;
    color: #4c4555;
    font-size: 12px; }
    .breadcrumbs__item:after {
      content: '/';
      display: flex;
      align-items: center;
      margin: 0 8px;
      color: #4c4555; }
    .breadcrumbs__item:first-of-type .breadcrumbs__link {
      padding-left: 0; }
    .breadcrumbs__item:last-child:not(:first-child) {
      align-items: center;
      padding: 16px 8px;
      font-family: "Montserrat", sans-serif;
      color: #2962ff;
      text-decoration: none; }
    .breadcrumbs__item:last-child:after {
      display: none; }
  .breadcrumbs__link {
    display: flex;
    align-items: center;
    padding: 16px 8px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    background-clip: content-box; }
    .breadcrumbs__link.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }
  .breadcrumbs + .page-main .heading--page {
    margin-top: 0; }

.button, .input .ui-datepicker-trigger, a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link, a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary, a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 48px;
  min-width: 48px;
  padding: 0 16px;
  border: none;
  border-radius: 100px;
  background: #31e37d;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  transition: all 0.3s ease-in-out, outline-offset 1ms;
  font-weight: bold; }
  .button:hover, .input .ui-datepicker-trigger:hover, a.pagebuilder-button-link:hover,
  button.pagebuilder-button-link:hover,
  div.pagebuilder-button-link:hover, a.pagebuilder-button-primary:hover,
  button.pagebuilder-button-primary:hover,
  div.pagebuilder-button-primary:hover, a.pagebuilder-button-secondary:hover,
  button.pagebuilder-button-secondary:hover,
  div.pagebuilder-button-secondary:hover {
    background: #4c4555;
    border-color: none;
    color: #31e37d; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .button, .input .ui-datepicker-trigger, a.pagebuilder-button-link,
    button.pagebuilder-button-link,
    div.pagebuilder-button-link, a.pagebuilder-button-primary,
    button.pagebuilder-button-primary,
    div.pagebuilder-button-primary, a.pagebuilder-button-secondary,
    button.pagebuilder-button-secondary,
    div.pagebuilder-button-secondary {
      align-items: center; } }
  .button--link, a.pagebuilder-button-link,
  button.pagebuilder-button-link,
  div.pagebuilder-button-link {
    align-items: center;
    text-decoration: none; }
    .button--link:hover, a.pagebuilder-button-link:hover,
    button.pagebuilder-button-link:hover,
    div.pagebuilder-button-link:hover {
      text-decoration: none;
      color: #31e37d; }
  .button--secondary, a.pagebuilder-button-secondary,
  button.pagebuilder-button-secondary,
  div.pagebuilder-button-secondary {
    border: 2px solid #31e37d;
    color: #393243;
    background: #fff; }
    .button--secondary:hover, a.pagebuilder-button-secondary:hover,
    button.pagebuilder-button-secondary:hover,
    div.pagebuilder-button-secondary:hover {
      border-color: #31e37d;
      color: #4c4555;
      background: #31e37d; }
  .button--icon, .input .ui-datepicker-trigger {
    align-items: center;
    padding: 0;
    border: 3px solid #31e37d;
    background: #31e37d; }
    .button--icon:hover, .input .ui-datepicker-trigger:hover {
      border-color: #4c4555;
      background: #4c4555; }
      .button--icon:hover .button__icon, .input .ui-datepicker-trigger:hover .button__icon,
      .button--icon:hover .icon,
      .input .ui-datepicker-trigger:hover .icon {
        fill: #31e37d; }
  .button--fluid {
    width: 100%; }
  .button__icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }

.cookie-message {
  display: none;
  align-items: stretch;
  width: 100%;
  background-color: #f7f7f9;
  box-sizing: border-box;
  font-size: 12px;
  font-family: "Montserrat", sans-serif; }
  .cookie-message__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    min-width: 100%;
    text-align: center; }
    @media all and (min-width: 480px) {
      .cookie-message__container {
        flex-wrap: nowrap;
        justify-content: space-between; } }
  .cookie-message__text {
    flex-basis: 100%;
    color: #73739c;
    text-align: justify;
    padding: 16px 16px 0 16px;
    font-size: inherit;
    font-family: inherit; }
    @media all and (min-width: 480px) {
      .cookie-message__text {
        text-align: left;
        flex-basis: auto;
        padding: 16px 8px 16px 16px; } }
  .cookie-message__link, .cookie-message__text > a {
    color: #2962ff;
    background-clip: content-box; }
    .cookie-message__link.focus-visible, .cookie-message__text > a.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }
  .cookie-message__close {
    display: flex;
    align-items: center;
    flex-basis: auto;
    flex-shrink: 0;
    min-width: 48px;
    height: 48px;
    padding: 0 16px 0 0;
    background: none;
    border: none;
    color: #73739c;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    font-size: inherit; }
    @media all and (min-width: 480px) {
      .cookie-message__close {
        padding: 0 16px 0 8px; } }
  .cookie-message__close-icon {
    fill: #73739c;
    width: 14px;
    height: 14px;
    margin-left: 8px; }
  .cookie-message--open {
    display: flex; }

.divider {
  display: flex;
  height: 8px;
  background-color: #c9c9c9; }
  .divider::before {
    content: '';
    width: 30%;
    height: 100%;
    background-color: #31e37d; }

.dropdown-list {
  width: 100%;
  position: relative;
  background-color: #fff; }
  .dropdown-list--secondary {
    background-color: #fff; }
    .dropdown-list--secondary .dropdown-list__label {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      background-color: #fff;
      color: #333333; }
      .dropdown-list--secondary .dropdown-list__label .dropdown-list__icon {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 24px;
        height: 24px;
        padding: 0 5px;
        margin: 0 0 0 5px;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        fill: #000; }
      .dropdown-list--secondary .dropdown-list__label:hover, .dropdown-list--secondary .dropdown-list__label.focus-visible {
        background-color: #fff;
        color: #333333; }
        .dropdown-list--secondary .dropdown-list__label:hover > .dropdown-list__icon, .dropdown-list--secondary .dropdown-list__label.focus-visible > .dropdown-list__icon {
          fill: #73739c; }
      .dropdown-list--secondary .dropdown-list__label[aria-expanded="true"] {
        background-color: #fff;
        color: #31e37d; }
        .dropdown-list--secondary .dropdown-list__label[aria-expanded="true"] > .dropdown-list__icon {
          fill: #31e37d; }
  .dropdown-list--dark {
    background-color: #393243;
    padding: 0 16px; }
    .dropdown-list--dark .dropdown-list__item {
      border-bottom: 2px solid #333333; }
    .dropdown-list--dark .dropdown-list__label {
      background-color: #393243;
      color: #fff;
      font-weight: bold; }
      .dropdown-list--dark .dropdown-list__label:hover, .dropdown-list--dark .dropdown-list__label.focus-visible {
        color: #31e37d;
        background-color: #393243; }
        .dropdown-list--dark .dropdown-list__label:hover .dropdown-list__icon, .dropdown-list--dark .dropdown-list__label.focus-visible .dropdown-list__icon {
          fill: #31e37d; }
      .dropdown-list--dark .dropdown-list__label .dropdown-list__icon {
        fill: #fff; }
    .dropdown-list--dark .dropdown-list__content {
      background-color: #393243; }
  .dropdown-list--inner .dropdown-list__item {
    border-bottom: 1px solid #fff; }
  .dropdown-list--inner .dropdown-list__label {
    color: #fff;
    background-color: #4c4555;
    font-weight: normal; }
    .dropdown-list--inner .dropdown-list__label:hover, .dropdown-list--inner .dropdown-list__label.focus-visible {
      color: #31e37d; }
    .dropdown-list--inner .dropdown-list__label[aria-expanded="true"] {
      border-bottom: none; }
    .dropdown-list--inner .dropdown-list__label > .dropdown-list__icon {
      fill: #fff; }
  .dropdown-list--inner .dropdown-list--inner .dropdown-list__item {
    border-bottom: 1px solid #4c4555; }
    .dropdown-list--inner .dropdown-list--inner .dropdown-list__item:last-child {
      border-bottom: none; }
  .dropdown-list__list {
    display: block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dropdown-list__icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    fill: #000;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
  .dropdown-list__item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px; }
    .dropdown-list__item--collapse .dropdown-list__label {
      padding-right: 30px; }
  .dropdown-list__label {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 16px;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease-in-out, outline-offset 1ms;
    color: #333333;
    font-weight: normal; }
    .dropdown-list__label:hover, .dropdown-list__label.focus-visible {
      color: #31e37d;
      background-color: #393243;
      text-decoration: underline;
      outline: none; }
      .dropdown-list__label:hover > .dropdown-list__icon, .dropdown-list__label.focus-visible > .dropdown-list__icon {
        fill: #31e37d; }
    .dropdown-list__label[aria-expanded="true"] {
      color: #fff;
      background-color: #393243; }
      .dropdown-list__label[aria-expanded="true"] > .dropdown-list__icon {
        fill: #fff;
        transform: rotate(180deg); }
    .dropdown-list--inner .dropdown-list--inner .dropdown-list__label {
      padding-left: 32px; }
    .dropdown-list--inner .dropdown-list--inner .dropdown-list--inner .dropdown-list__label {
      padding-left: 48px; }
  .dropdown-list__content {
    overflow: hidden;
    transition: height 0.3s; }
    .dropdown-list__content[aria-hidden="true"] {
      display: none; }
  @media all and (min-width: 768px) {
    .dropdown-list--is-open\@screen-m .dropdown-list__list {
      display: flex;
      flex-flow: row nowrap; }
    .dropdown-list--is-open\@screen-m .dropdown-list__item {
      width: 25%;
      cursor: default; }
    .dropdown-list--is-open\@screen-m .dropdown-list__label {
      cursor: default; }
      .dropdown-list--is-open\@screen-m .dropdown-list__label:hover, .dropdown-list--is-open\@screen-m .dropdown-list__label.focus-visible {
        color: #333333;
        background-color: #fff;
        text-decoration: none; }
    .dropdown-list--is-open\@screen-m .dropdown-list__icon {
      display: none; }
    .dropdown-list--is-open\@screen-m .dropdown-list__content {
      margin: 8px 16px;
      height: auto; }
    .dropdown-list--is-open\@screen-m.dropdown-list--dark .dropdown-list__label:hover, .dropdown-list--is-open\@screen-m.dropdown-list--dark .dropdown-list__label.focus-visible {
      color: #fff;
      background-color: #393243; } }

.checkbox {
  position: relative; }
  .checkbox--link {
    display: block;
    text-decoration: none;
    color: #4c4555; }
    .checkbox--link:hover, .checkbox--link.focus-visible {
      text-decoration: underline; }
  .checkbox--link-checked {
    display: block; }
    .checkbox--link-checked .checkbox__icon {
      opacity: 1; }
    .checkbox--link-checked .checkbox__label:before {
      border: none; }
  .checkbox__field {
    position: absolute;
    top: 14px;
    left: 0;
    opacity: 0; }
    .checkbox__field:checked + .checkbox__icon {
      opacity: 1; }
    .checkbox__field:checked ~ .checkbox__label:before {
      border: none; }
    .checkbox__field.focus-visible ~ .checkbox__label {
      outline-offset: -1px;
      z-index: 1;
      outline: 2px dashed #2962ff; }
  .checkbox__label {
    display: block;
    margin: 0;
    padding: 14px 26px;
    line-height: 1.5;
    cursor: pointer; }
    .checkbox__label:before {
      content: '';
      position: absolute;
      top: 14px;
      left: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #73739c;
      border-radius: 2px; }
  .checkbox__icon {
    position: absolute;
    top: 14px;
    left: 0;
    width: 18px;
    height: 18px;
    fill: #31e37d;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }

.fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .fieldset__legend {
    padding: 0;
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.2; }

.file-upload {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .file-upload__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative; }
  .file-upload__input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .file-upload__label {
    display: flex;
    flex-basis: 100%;
    margin-bottom: 8px;
    font-size: 14px; }
  .file-upload__name {
    font-size: 14px;
    margin-top: 16px; }
    @media all and (min-width: 480px) {
      .file-upload__name {
        margin-left: 16px;
        margin-top: 0; } }
  .file-upload__button {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0 32px;
    width: 100%; }
    @media all and (min-width: 480px) {
      .file-upload__button {
        width: auto; } }

.input {
  margin-bottom: 16px; }
  .input--inline {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .input--inline .input__label {
      margin-right: 16px; }
  .input__field {
    width: 100%;
    height: 40px;
    line-height: normal;
    padding: 0 16px;
    border: 1px solid #c2c1df;
    border-radius: 32px;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
    .input__field::placeholder {
      color: #73739c; }
    .input__field.focus-visible {
      outline: none;
      border-color: #393243;
      box-shadow: 0 4px 6px 0 rgba(57, 50, 67, 0.3); }
    .input__field--textarea {
      display: block;
      border-radius: 10px;
      min-width: 100%;
      max-width: 100%;
      min-height: 100px;
      padding: 16px;
      line-height: 1.5; }
  .input .ui-datepicker-trigger {
    background-image: url("../images/icons/calendar.svg");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 0 8px; }
    .input .ui-datepicker-trigger:hover, .input .ui-datepicker-trigger.focus-visible {
      background-image: url("../images/icons/calendar.svg");
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #31e37d;
      border-color: #31e37d; }
    .input .ui-datepicker-trigger span {
      display: none; }

.radio {
  position: relative;
  margin-bottom: 16px; }
  .radio__fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
  .radio__legend {
    padding-bottom: 16px; }
  .radio__handler {
    position: relative; }
  .radio__field {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    opacity: 0;
    z-index: -1; }
    .radio__field:checked + .radio__label {
      color: #31e37d; }
      .radio__field:checked + .radio__label .radio__icon:before {
        opacity: 1;
        transform: scale(1); }
    .radio__field.focus-visible + .radio__label {
      outline-offset: -1px;
      z-index: 1;
      outline: 2px dashed #2962ff; }
  .radio__label {
    position: relative;
    height: 16px;
    width: 100%;
    vertical-align: top;
    line-height: 16px;
    cursor: pointer;
    font-size: 12px;
    color: #000; }
  .radio__icon {
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: top; }
    .radio__icon::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 6px;
      margin: auto;
      opacity: 0;
      transform: scale(0);
      background-color: #31e37d;
      transition: all 0.3s ease-in-out, outline-offset 1ms; }

.select {
  margin-bottom: 16px; }
  .select__field {
    position: relative;
    background: #fff; }
    .select__field--native {
      width: 100%;
      height: 40px;
      padding: 0 16px 0 16px;
      border: 1px solid #c2c1df;
      border-radius: 20px;
      -webkit-appearance: none;
              appearance: none;
      transition: all 0.3s ease-in-out, outline-offset 1ms; }
      .select__field--native.focus-visible {
        outline: none;
        border-color: #393243;
        box-shadow: 0 4px 6px 0 rgba(57, 50, 67, 0.3); }
  .select__field-item {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 16px 0 16px;
    cursor: pointer;
    font-size: 14px; }
  .select__field-list--single {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid #c2c1df;
    border-radius: 20px; }
  .select__field-input {
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
    .select__field-input.focus-visible {
      outline: none; }

.choices.is-open .select__field-list--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0; }

.choices.is-focused .select__field-list {
  transition: all 0.3s ease-in-out, outline-offset 1ms;
  outline: none;
  border-color: #393243;
  box-shadow: 0 4px 6px 0 rgba(57, 50, 67, 0.3); }

.choices__list--dropdown {
  max-height: 300px;
  overflow: auto; }
  .is-open .choices__list--dropdown {
    border-radius: 0 0 20px 20px;
    border-color: #c2c1df; }
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 16px; }

.image, img,
picture {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: opacity 0.25s linear; }
  .image.lazyload, img.lazyload,
  picture.lazyload, .image.lazyloading, img.lazyloading,
  picture.lazyloading {
    opacity: 0; }
  .image.lazyloaded, img.lazyloaded,
  picture.lazyloaded {
    opacity: 1; }

.lazyload-wrapper {
  position: relative;
  background-color: #fff; }

.information {
  margin-bottom: 30px; }
  .information__title {
    margin-bottom: 15px; }
  .information__text {
    margin-bottom: 0; }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list--center {
    justify-content: center;
    text-align: center; }
  .list--horizontal {
    display: flex;
    flex-flow: row wrap; }
    .list--horizontal .list__item, .list--horizontal .dashboard-nav .nav.item, .dashboard-nav .list--horizontal .nav.item, .list--horizontal .dashboard__list .nav.item, .dashboard__list .list--horizontal .nav.item {
      padding: 10px; }
      .list--horizontal .list__item:first-child, .list--horizontal .dashboard-nav .nav.item:first-child, .dashboard-nav .list--horizontal .nav.item:first-child, .list--horizontal .dashboard__list .nav.item:first-child, .dashboard__list .list--horizontal .nav.item:first-child {
        padding-top: 10px; }
      .list--horizontal .list__item:last-child, .list--horizontal .dashboard-nav .nav.item:last-child, .dashboard-nav .list--horizontal .nav.item:last-child, .list--horizontal .dashboard__list .nav.item:last-child, .dashboard__list .list--horizontal .nav.item:last-child {
        padding-bottom: 10px; }
  @media all and (min-width: 768px) {
    .list--horizontal\@medium {
      display: flex;
      flex-flow: row nowrap; }
      .list--horizontal\@medium .list__item, .list--horizontal\@medium .dashboard-nav .nav.item, .dashboard-nav .list--horizontal\@medium .nav.item, .list--horizontal\@medium .dashboard__list .nav.item, .dashboard__list .list--horizontal\@medium .nav.item {
        padding: 10px; }
        .list--horizontal\@medium .list__item:first-child, .list--horizontal\@medium .dashboard-nav .nav.item:first-child, .dashboard-nav .list--horizontal\@medium .nav.item:first-child, .list--horizontal\@medium .dashboard__list .nav.item:first-child, .dashboard__list .list--horizontal\@medium .nav.item:first-child {
          padding-top: 10px; }
        .list--horizontal\@medium .list__item:last-child, .list--horizontal\@medium .dashboard-nav .nav.item:last-child, .dashboard-nav .list--horizontal\@medium .nav.item:last-child, .list--horizontal\@medium .dashboard__list .nav.item:last-child, .dashboard__list .list--horizontal\@medium .nav.item:last-child {
          padding-bottom: 10px; } }
  .list--with-icon {
    justify-content: center; }
    .list--with-icon .list__item, .list--with-icon .dashboard-nav .nav.item, .dashboard-nav .list--with-icon .nav.item, .list--with-icon .dashboard__list .nav.item, .dashboard__list .list--with-icon .nav.item {
      display: flex;
      align-items: center;
      padding: 0; }
      .list--with-icon .list__item:first-child, .list--with-icon .dashboard-nav .nav.item:first-child, .dashboard-nav .list--with-icon .nav.item:first-child, .list--with-icon .dashboard__list .nav.item:first-child, .dashboard__list .list--with-icon .nav.item:first-child {
        padding-top: 0; }
      .list--with-icon .list__item:last-child, .list--with-icon .dashboard-nav .nav.item:last-child, .dashboard-nav .list--with-icon .nav.item:last-child, .list--with-icon .dashboard__list .nav.item:last-child, .dashboard__list .list--with-icon .nav.item:last-child {
        padding-bottom: 0; }
    .list--with-icon .list__icon-link {
      padding: 12px; }
  .list--with-image .list__item, .list--with-image .dashboard-nav .nav.item, .dashboard-nav .list--with-image .nav.item, .list--with-image .dashboard__list .nav.item, .dashboard__list .list--with-image .nav.item {
    display: flex; }
  .list--with-image .list__image {
    width: 16px;
    height: auto; }
  .list--divided .list__item, .list--divided .dashboard-nav .nav.item, .dashboard-nav .list--divided .nav.item, .list--divided .dashboard__list .nav.item, .dashboard__list .list--divided .nav.item {
    border-bottom: 1px solid #4c4555; }
    .list--divided .list__item:last-child, .list--divided .dashboard-nav .nav.item:last-child, .dashboard-nav .list--divided .nav.item:last-child, .list--divided .dashboard__list .nav.item:last-child, .dashboard__list .list--divided .nav.item:last-child {
      border-bottom: none; }
  .list--divided.list--horizontal .list__item, .list--divided.list--horizontal .dashboard-nav .nav.item, .dashboard-nav .list--divided.list--horizontal .nav.item, .list--divided.list--horizontal .dashboard__list .nav.item, .dashboard__list .list--divided.list--horizontal .nav.item {
    border-bottom: none;
    border-right: 1px solid #4c4555; }
    .list--divided.list--horizontal .list__item:last-child, .list--divided.list--horizontal .dashboard-nav .nav.item:last-child, .dashboard-nav .list--divided.list--horizontal .nav.item:last-child, .list--divided.list--horizontal .dashboard__list .nav.item:last-child, .dashboard__list .list--divided.list--horizontal .nav.item:last-child {
      border-right: none; }
  @media all and (min-width: 768px) {
    .list--divided.list--horizontal\@medium .list__item, .list--divided.list--horizontal\@medium .dashboard-nav .nav.item, .dashboard-nav .list--divided.list--horizontal\@medium .nav.item, .list--divided.list--horizontal\@medium .dashboard__list .nav.item, .dashboard__list .list--divided.list--horizontal\@medium .nav.item {
      border-bottom: none;
      border-right: 1px solid #4c4555; } }
  @media all and (min-width: 768px) {
    .list--divided.list--horizontal\@medium .list__item:last-child, .list--divided.list--horizontal\@medium .dashboard-nav .nav.item:last-child, .dashboard-nav .list--divided.list--horizontal\@medium .nav.item:last-child, .list--divided.list--horizontal\@medium .dashboard__list .nav.item:last-child, .dashboard__list .list--divided.list--horizontal\@medium .nav.item:last-child {
      border-right: none; } }
  .list--description {
    display: inline-block; }
  .list--native .list__item, .list--native .dashboard-nav .nav.item, .dashboard-nav .list--native .nav.item, .list--native .dashboard__list .nav.item, .dashboard__list .list--native .nav.item {
    position: relative;
    padding: 0 0 16px 32px; }
    .list--native .list__item:before, .list--native .dashboard-nav .nav.item:before, .dashboard-nav .list--native .nav.item:before, .list--native .dashboard__list .nav.item:before, .dashboard__list .list--native .nav.item:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 12px;
      width: 8px;
      height: 8px;
      background-color: #31e37d;
      border-radius: 4px; }
  .list__item, .dashboard-nav .nav.item, .dashboard__list .nav.item {
    display: list-item;
    padding: 5px 0; }
    .list__item:first-child, .dashboard-nav .nav.item:first-child, .dashboard__list .nav.item:first-child {
      padding-top: 0; }
    .list__item:last-child, .dashboard-nav .nav.item:last-child, .dashboard__list .nav.item:last-child {
      padding-bottom: 0; }
  .list__label {
    clear: left;
    float: left;
    padding: 0 5px 5px 0; }
    .list__label:after {
      content: ': '; }
  .list__value {
    float: left;
    padding: 0 5px 5px 0; }
  .list__content {
    padding-left: 10px; }

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

.loader {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: inherit; }
  .loader--visible {
    display: block; }
  .loader__circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    border: 8px solid #f7f7f9;
    border-top: 8px solid #31e37d;
    border-radius: 50%;
    animation: rotate 1s infinite linear; }

.logo {
  display: flex;
  align-items: center;
  flex: 1 84px;
  justify-content: center;
  max-width: 84px; }
  @media all and (min-width: 768px) {
    .logo {
      flex: 1 112px;
      max-width: 112px; } }
  .logo__image {
    height: 25px; }
    @media all and (min-width: 768px) {
      .logo__image {
        height: 34px; } }

.marketing-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  background-color: #31e37d; }
  @media all and (min-width: 768px) {
    .marketing-bar {
      text-align: center; } }
  .marketing-bar--closed {
    display: none; }
  .marketing-bar__container {
    position: relative;
    width: 100%; }
  .marketing-bar__text {
    padding: 0 32px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #393243; }
    @media all and (min-width: 768px) {
      .marketing-bar__text {
        padding: 0; } }
  .marketing-bar__close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 32px;
    min-width: 32px;
    margin: auto;
    border: none;
    background-color: transparent; }
    .marketing-bar__close.focus-visible, .marketing-bar__close:hover {
      background-color: transparent; }
    .marketing-bar__close-icon {
      width: 18px;
      height: 18px;
      padding: 2px;
      fill: #393243; }

.message {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 8px 48px;
  margin: 16px 0 0 0;
  background-color: rgba(41, 98, 255, 0.05);
  border: 1px solid #2962ff;
  border-radius: 24px;
  color: #2962ff;
  font-size: 12px;
  transition: all 0.3s ease-in-out, outline-offset 1ms; }
  .message:first-child {
    margin-top: 16px; }
  @media all and (min-width: 768px) {
    .message {
      margin: 0 0 16px 0; } }
  .message:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 16px;
    width: 16px;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%232962ff' d='M7 .333A6.67 6.67 0 0 0 .333 7 6.67 6.67 0 0 0 7 13.667 6.67 6.67 0 0 0 13.667 7 6.67 6.67 0 0 0 7 .333zm.667 10H6.333V9h1.334v1.333zm0-2.666H6.333v-4h1.334v4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px; }
  .message--success {
    background-color: rgba(49, 227, 125, 0.05);
    border: 1px solid #31e37d;
    color: #73739c; }
    .message--success:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%2331e37d' d='M7 .333A6.67 6.67 0 0 0 .333 7 6.67 6.67 0 0 0 7 13.667 6.67 6.67 0 0 0 13.667 7 6.67 6.67 0 0 0 7 .333zm-1.333 10L2.333 7l.94-.94 2.394 2.387 5.06-5.06.94.946-6 6z'/%3E%3C/svg%3E"); }
  .message--error {
    background-color: rgba(227, 41, 38, 0.05);
    border: 1px solid #e32926;
    color: #e32926; }
    .message--error:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%23e32926' d='M.667 13h14.666L8 .333.667 13zm8-2H7.333V9.667h1.334V11zm0-2.667H7.333V5.667h1.334v2.666z'/%3E%3C/svg%3E"); }

.pager {
  width: 100%;
  text-align: center; }
  .pager__list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 8px;
    margin: 0; }
  .pager__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 48px;
    height: 48px;
    margin: 0 8px;
    padding: 0; }
    .pager__item:first-child {
      margin-left: 0; }
    .pager__item:last-child {
      margin-right: 0; }
    .pager__item--current {
      color: #333333;
      position: relative;
      text-decoration: none; }
      .pager__item--current:after {
        content: '';
        position: absolute;
        bottom: 14px;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #31e37d;
        z-index: -1;
        transition: all 0.3s ease-in-out, outline-offset 1ms;
        transform-origin: left; }
  .pager__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    text-decoration: none; }
    .pager__link[disabled] {
      fill: #73739c;
      pointer-events: none;
      cursor: default; }
    .pager__link--prev, .pager__link--next {
      fill: #31e37d; }
  .pager__icon {
    width: 16px;
    height: 16px; }

.password-strength {
  margin: 16px 0 0;
  color: #73739c;
  font-size: 12px; }
  .password-strength__handle {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
  .password-strength__indicator {
    position: relative;
    display: inline-block;
    min-width: 128px;
    margin: 0 0 0 8px;
    padding: 4px 0;
    border-radius: 32px;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    overflow: hidden; }
    .password-strength__indicator:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: -1;
      height: 100%;
      width: 100%; }
    .password-none .password-strength__indicator {
      color: #393243; }
      .password-none .password-strength__indicator:before {
        background-color: #c9c9c9; }
    .password-weak .password-strength__indicator {
      color: #fff; }
      .password-weak .password-strength__indicator:before {
        background-color: #e32926; }
    .password-medium .password-strength__indicator {
      color: #fff; }
      .password-medium .password-strength__indicator:before {
        background-color: #73739c; }
    .password-strong .password-strength__indicator {
      color: #fff; }
      .password-strong .password-strength__indicator:before {
        background-color: #2962ff; }
    .password-very-strong .password-strength__indicator {
      color: #393243; }
      .password-very-strong .password-strength__indicator:before {
        background-color: #31e37d; }

.price__value {
  font-weight: bold; }
  .price__value--old {
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 8px; }
  .price__value--special {
    color: #31e37d;
    font-weight: bold; }
    .price__value--special > ins {
      text-decoration: none; }
  .price__value--between {
    display: block; }
    .price__value--between:last-child {
      margin-top: 8px; }

.price__text {
  font-weight: normal; }

.rating {
  width: 100px; }
  .rating:hover .rating__rate-item span:before, .rating.focus-visible .rating__rate-item span:before {
    display: block; }
  .rating__rate-item {
    position: relative;
    flex: 1 0 20px;
    overflow: hidden; }
    .rating__rate-item:hover ~ .rating__rate-item span:before, .rating__rate-item.focus-visible ~ .rating__rate-item span:before {
      display: none; }
  .rating__star {
    position: relative;
    height: 20px;
    width: 100px;
    margin: 0; }
    .rating__star:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      width: 100px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M-2-2h24v24H-2z'/%3E%3Cpath fill='%23c2c1df' d='M20 7.24l-7.19-.62L10 0 7.19 6.63 0 7.24l5.46 4.73L3.82 19 10 15.27 16.18 19l-1.63-7.03L20 7.24zM10 13.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L10 4.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L10 13.4z'/%3E%3C/svg%3E");
      background-repeat: repeat-x;
      background-position: left center;
      background-size: 20px;
      text-indent: 10000px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .rating__star:before {
          height: 100%;
          background-size: 20px 100%; } }
    .rating__star--single {
      width: 20px; }
  .rating__indicator {
    left: 0;
    top: 0;
    display: block;
    height: 20px;
    width: 100px;
    overflow: hidden;
    text-indent: -10000px; }
    .rating__indicator:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: auto;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M-2-2h24v24H-2z'/%3E%3Cpath d='M10 15.27L16.18 19l-1.64-7.03L20 7.24l-7.19-.61L10 0 7.19 6.63 0 7.24l5.46 4.73L3.82 19 10 15.27z' fill='%23fab216'/%3E%3C/svg%3E");
      background-repeat: repeat-x;
      background-position: left center;
      background-size: 20px;
      text-indent: 10000px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .rating__indicator:before {
          width: 100%;
          height: 100%;
          background-size: 20px 100%; } }
      .rating__star--rate .rating__indicator:before {
        display: none; }
      .rating__star--rate:hover .rating__indicator:before,
      .rating__star--rate.focus-visible .rating__indicator:before,
      .rating__rate-item--active .rating__indicator:before {
        display: block; }
    .rating__indicator:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M-2-2h24v24H-2z'/%3E%3Cpath d='M10 15.27L16.18 19l-1.64-7.03L20 7.24l-7.19-.61L10 0 7.19 6.63 0 7.24l5.46 4.73L3.82 19 10 15.27z' fill='%23fab216'/%3E%3C/svg%3E");
      background-repeat: repeat-x;
      background-size: 20px;
      background-position: left center; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .rating__indicator:after {
          width: 100%;
          height: 100%;
          background-size: 20px 100%; } }
      .rating__star--rate .rating__indicator:after {
        display: none;
        text-indent: 10000px; }
  .rating__error {
    display: none;
    color: #e32926;
    margin-bottom: 8px; }
    .rating__error--visible {
      display: block; }
  .rating .mage-error {
    display: none !important; }
  .rating--rate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-bottom: 16px; }
    .rating--rate .rating__rate-item {
      flex: 1 0 50px; }
    .rating--rate .rating__star {
      height: 50px;
      width: 50px;
      border: 0;
      background-color: transparent;
      cursor: pointer; }
      .rating--rate .rating__star:before {
        width: 50px;
        height: 50px;
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .rating--rate .rating__star:before {
            background-size: 40px 100%; } }
      .rating--rate .rating__star--single {
        width: 50px; }
    .rating--rate .radio__field {
      width: 1px;
      height: 1px;
      bottom: 0; }
      .rating--rate .radio__field.focus-visible {
        opacity: 1;
        height: 0;
        outline: none;
        -webkit-appearance: none;
                appearance: none; }
        .rating--rate .radio__field.focus-visible:before {
          content: '';
          display: block;
          position: absolute;
          top: -50px;
          width: 50px;
          height: 50px;
          border: 2px dashed #2962ff; }
    .rating--rate .rating__indicator {
      height: 50px;
      width: 50px; }
      .rating--rate .rating__indicator:before {
        height: 50px;
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat; }
      .rating--rate .rating__indicator:after {
        height: 50px;
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat; }

.skip-nav {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  padding: 12px 48px;
  top: 0;
  left: 0; }
  .skip-nav.focus-visible, .skip-nav:active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
  .skip-nav.focus-visible, .skip-nav:hover {
    position: absolute;
    margin: 8px;
    background-color: #31e37d;
    color: #000; }
  .skip-nav--relative.focus-visible, .skip-nav--relative:hover {
    display: block;
    position: relative;
    margin: 16px; }

.swatch {
  display: flex;
  flex-wrap: wrap; }
  .swatch__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: auto; }
  .swatch__option-container {
    box-sizing: border-box;
    border: 4px solid #fff;
    margin-right: 8px;
    transition: all 0.3s ease-in-out, outline-offset 1ms;
    cursor: pointer; }
    .swatch__option-container:hover, .swatch__option-container.focus-visible, .swatch__option-container.selected {
      outline: none;
      border-color: #31e37d; }
      .swatch__option-container:hover .swatch__option--white, .swatch__option-container.focus-visible .swatch__option--white, .swatch__option-container.selected .swatch__option--white {
        border: 0; }
    .swatch__option-container:last-child {
      margin-right: 0; }
  .swatch__selected-option {
    display: none; }
  .swatch__title {
    flex: 0 0 100%;
    margin-bottom: 8px;
    font-size: 14px; }
  .swatch__option {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    background-color: #fff;
    color: #4c4555; }
    .swatch__option--image {
      min-height: 48px;
      background-size: cover;
      background-position: top center; }
    .swatch__option--white {
      border: 1px solid #c9c9c9; }
  .swatch__input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }

@media all and (min-width: 992px) {
  .tab {
    display: flex;
    flex-flow: row wrap; } }

.tab__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid #c2c1df;
  border-width: 1px 0 0 0;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #73739c;
  cursor: pointer; }
  .tab__title:nth-last-child(2) {
    border-bottom: 1px solid #c2c1df; }
    @media all and (min-width: 992px) {
      .tab__title:nth-last-child(2) {
        border-bottom: 8px solid #f7f7f9;
        width: auto; } }
  @media all and (min-width: 992px) {
    .tab__title {
      flex: 1;
      order: -1;
      border-top: none;
      border-bottom: 8px solid #f7f7f9; } }
  .tab__title .tab__icon {
    fill: #73739c;
    pointer-events: none; }
  .tab__title--active {
    border-top: none;
    border-bottom: none;
    background: #f7f7f9;
    color: #393243; }
    .tab__title--active:nth-last-child(2) {
      border: none; }
      @media all and (min-width: 992px) {
        .tab__title--active:nth-last-child(2) {
          border-bottom: 8px solid #31e37d; } }
    @media all and (min-width: 992px) {
      .tab__title--active {
        border-bottom: 8px solid #31e37d;
        background-color: #f7f7f9;
        font-weight: bold;
        z-index: 2; } }
    .tab__title--active .tab__icon {
      transform: rotateX(180deg);
      fill: #393243; }
  .tab__title .counter:before {
    content: "("; }
  .tab__title .counter:after {
    content: ")"; }

.tab__icon {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  padding: 16px; }
  @media all and (min-width: 992px) {
    .tab__icon {
      display: none; } }

.tab__content {
  position: relative;
  display: none;
  width: 100%;
  padding: 16px;
  z-index: -1;
  opacity: 0;
  overflow: hidden; }
  @media all and (min-width: 992px) {
    .tab__content {
      padding: 32px 48px;
      flex-basis: 100%;
      z-index: 1; } }
  .tab__content--active {
    display: block;
    opacity: 1;
    z-index: 1; }
    .tab__content--active:nth-last-child(1) {
      border-bottom: 1px solid #c2c1df; }
      @media all and (min-width: 992px) {
        .tab__content--active:nth-last-child(1) {
          border-bottom: none; } }

.table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #c2c1df;
  border-radius: 4px;
  color: #000;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.5; }
  .table--odd-even tbody tr:nth-child(odd) {
    background: #fff; }
  .table--odd-even tbody tr:nth-child(even) {
    background: #f9f9f9; }
  .table--odd-even tbody tr:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    @media all and (min-width: 768px) {
      .table--odd-even tbody tr:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
  .table--odd-even tbody td {
    background-color: transparent; }
  .table--clean {
    margin: 0;
    border: 0;
    border-radius: 0; }
    .table--clean thead tr {
      padding: 0;
      border-bottom: 0; }
    .table--clean th {
      border-bottom: 0;
      border-right: 0;
      background: transparent;
      text-align: left;
      font-weight: bold; }
    .table--clean td {
      border-bottom: 0;
      border-right: 0;
      background: transparent; }
    .table--clean tbody tr:nth-child(odd) {
      background: #f9f9f9; }
    .table--clean tbody tr:nth-child(even) {
      background: #fff; }
  .table--scope-row {
    border-width: 1px 0; }
    .table--scope-row tr {
      padding: 0; }
      .table--scope-row tr:nth-child(even) th[scope="row"],
      .table--scope-row tr:nth-child(even) td {
        background-color: #f9f9f9; }
  .table__caption, .table__visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .table thead tr {
    padding: 0;
    border-bottom: 0; }
    @media all and (min-width: 768px) {
      .table thead tr {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; } }
  @media all and (min-width: 768px) {
    .table thead th:first-child {
      border-top-left-radius: 4px; } }
  @media all and (min-width: 768px) {
    .table thead th:last-child {
      border-top-right-radius: 4px; } }
  .table tr {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #c2c1df; }
    @media all and (min-width: 768px) {
      .table tr {
        padding: 0;
        border-bottom: 0;
        display: table-row; } }
  .table th {
    display: none; }
    @media all and (min-width: 768px) {
      .table th:last-child {
        border-right: 0; } }
    @media all and (min-width: 768px) {
      .table th {
        display: table-cell;
        padding: 16px;
        background: #f7f7f9;
        border-bottom: 1px solid #c2c1df;
        border-right: 1px solid #c2c1df; } }
  .table td {
    display: flex;
    padding: 5px 16px;
    background: #fff; }
    .table td:before {
      content: attr(data-th);
      font-weight: bold;
      margin-right: 10px;
      max-width: 25%;
      width: 25%;
      display: block; }
      @media all and (min-width: 768px) {
        .table td:before {
          display: none; } }
    @media all and (min-width: 768px) {
      .table td:last-child {
        border-right: 0; } }
    @media all and (min-width: 768px) {
      .table td {
        display: table-cell;
        padding: 16px;
        background: #fff;
        border-bottom: 1px solid #c2c1df;
        border-right: 1px solid #c2c1df; } }
  @media all and (min-width: 768px) {
    .table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 4px; } }
  @media all and (min-width: 768px) {
    .table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 4px; } }
  .table tfoot tr:last-child {
    border-bottom: 0; }
    .table tfoot tr:last-child td {
      border-bottom: 0; }
      @media all and (min-width: 768px) {
        .table tfoot tr:last-child td:first-child {
          border-bottom-left-radius: 4px; } }
      @media all and (min-width: 768px) {
        .table tfoot tr:last-child td:last-child {
          border-bottom-right-radius: 4px; } }
  .table tfoot td {
    display: block;
    padding: 5px 16px;
    background: #fff; }
    @media all and (min-width: 768px) {
      .table tfoot td {
        display: table-cell;
        padding: 16px;
        background: #f7f7f9;
        border-right: 1px solid #c2c1df; } }

.active-filters__item {
  display: flex;
  align-items: center; }

.active-filters__remove {
  display: flex;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  word-break: break-all; }
  .active-filters__remove:hover, .active-filters__remove.focus-visible {
    outline-offset: -7px; }
    .active-filters__remove:hover .active-filters__remove-icon, .active-filters__remove.focus-visible .active-filters__remove-icon {
      fill: #393243; }

.active-filters__remove-icon {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  fill: #e32926;
  transition: all 0.3s ease-in-out, outline-offset 1ms; }

.active-filters__label {
  max-width: calc(100% - 48px);
  word-break: break-all;
  font-weight: bold; }

.active-filters__value {
  max-width: calc(100% - 48px);
  word-break: break-all; }

.active-filters__clear-all {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 48px;
  color: #e32926;
  border: 2px solid #e32926;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  text-decoration: none; }
  .active-filters__clear-all:hover, .active-filters__clear-all.focus-visible {
    text-decoration: none;
    color: #e32926; }
  @media all and (min-width: 768px) {
    .active-filters__clear-all {
      display: inline-flex;
      margin: 0 0 0 48px;
      justify-content: flex-start;
      min-width: 0;
      border: none;
      text-decoration: none; }
      .active-filters__clear-all:hover, .active-filters__clear-all.focus-visible {
        color: #393243;
        text-decoration: underline; } }

.additional-content__image {
  margin: 0 0 41px; }
  @media all and (min-width: 992px) {
    .additional-content__image {
      margin: 0 0 32px; } }

@media all and (min-width: 992px) {
  .additional-content__info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; } }

@media all and (min-width: 992px) {
  .additional-content__section {
    flex: 0 0 48%; } }

@media all and (min-width: 768px) {
  .brief-info {
    border-top: 1px #c2c1df solid;
    padding: 32px 0 32px;
    border-bottom: 1px #c2c1df solid; } }

.brief-info__heading {
  width: 100%;
  margin: 0 0 16px;
  text-align: center; }
  @media all and (min-width: 768px) {
    .brief-info__heading {
      text-align: left; } }

.brief-info__items-container {
  display: flex;
  justify-content: space-between; }

.brief-info__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 16px;
  /* stylelint-disable length-zero-no-unit */
  flex: 1 0 0;
  /* stylelint-enable length-zero-no-unit */ }
  @media all and (min-width: 768px) {
    .brief-info__item {
      align-items: flex-start; } }
  @media all and (min-width: 992px) {
    .brief-info__item {
      align-items: center;
      flex-flow: row nowrap; } }
  @media all and (min-width: 768px) {
    .brief-info__item:first-child, .brief-info__item:last-child {
      padding: 0; } }

.brief-info__icon-wrapper {
  margin-bottom: 8px;
  background-color: #f7f7f9;
  border-radius: 32px;
  width: 48px;
  height: 48px;
  flex-shrink: 0; }
  @media all and (min-width: 992px) {
    .brief-info__icon-wrapper {
      margin-bottom: 0; } }
  .brief-info__icon-wrapper--delivery-truck {
    padding: 13px 8px 13px 6px; }

.brief-info__icon {
  width: 100%;
  height: 100%;
  padding: 14px; }
  .brief-info__icon--delivery-truck {
    padding: 0;
    width: 100%;
    height: 100%; }
  .brief-info__icon--shield {
    padding: 12px 14px 12px 15px;
    width: 100%;
    height: 100%; }

.brief-info__title {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: normal; }
  @media all and (min-width: 992px) {
    .brief-info__title {
      font-size: 14px;
      margin: 0 0 0 10px; } }

.brief-info__link {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; }

.brief-info__content {
  text-align: center; }
  @media all and (min-width: 768px) {
    .brief-info__content {
      text-align: left; } }

.bundle-option__title {
  margin: 24px 0 8px; }
  .bundle-option__title--required:after {
    content: '*';
    color: #e32926;
    font-weight: normal; }

.bundle-option__radio {
  margin-bottom: 8px; }

.bundle-option__select {
  max-width: 350px;
  margin-bottom: 16px; }

.bundle-option__qty {
  display: flex;
  align-items: center;
  margin-bottom: 0; }

.bundle-option__label {
  margin: 0; }

.bundle-option__qty-input {
  max-width: 100px;
  margin-left: 8px; }
  .bundle-option__qty-input:disabled {
    color: #73739c; }
    .bundle-option__qty-input:disabled:hover, .bundle-option__qty-input:disabled.focus-visible {
      cursor: default; }

.cart-list-item {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  padding: 16px 0;
  border-bottom: 1px solid #c2c1df; }
  .cart-list-item__image {
    flex: 0 0 160px;
    padding: 0 16px 0 0; }
  .cart-list-item__info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1; }
  .cart-list-item__data {
    display: flex;
    flex-direction: column; }
    @media all and (min-width: 768px) {
      .cart-list-item__data {
        flex-flow: row wrap; } }
  .cart-list-item__name {
    line-height: 1.5;
    text-decoration: none;
    font-weight: bold; }
    @media all and (min-width: 768px) {
      .cart-list-item__name {
        flex: 0 0 65%;
        padding: 0 16px 0 0; } }
    .cart-list-item__name:hover, .cart-list-item__name.focus-visible {
      text-decoration: none; }
  .cart-list-item__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 16px 0; }
    @media all and (min-width: 768px) {
      .cart-list-item__details {
        flex: 0 0 calc(100% - 65%);
        margin: 0;
        flex-direction: row;
        align-items: center; } }
  .cart-list-item__attributes {
    margin: 0 0 16px 0; }
  .cart-list-item__price {
    margin: 8px 0 0 0; }
    @media all and (min-width: 768px) {
      .cart-list-item__price {
        margin: 0; } }
  .cart-list-item__qty {
    width: 100%; }
    @media all and (min-width: 768px) {
      .cart-list-item__qty {
        width: auto; } }
  .cart-list-item__qty-wrapper {
    margin: 0; }
  @media all and (min-width: 768px) {
    .cart-list-item__qty-input {
      width: 70px; } }
  .cart-list-item__actions {
    display: flex;
    justify-content: flex-end; }
  .cart-list-item__actions-item {
    margin: 0 0 0 8px; }

.catalog-grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #f7f7f9;
  padding: 0;
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .catalog-grid-item {
      margin: 0 8px 16px 8px;
      width: calc(50% - 16px - 1px); } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px) {
    .catalog-grid-item {
      width: calc(100% / 3 - 16px - 1px); } }
  @media all and (min-width: 768px) {
    .catalog-grid-item {
      flex-direction: row; }
      .catalog-grid-item:hover .catalog-grid-item__details, .catalog-grid-item.focus-within .catalog-grid-item__details {
        transform: translateY(-100%); }
      .catalog-grid-item:hover .catalog-grid-item__name-link, .catalog-grid-item.focus-within .catalog-grid-item__name-link {
        overflow: visible;
        white-space: normal; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none) {
    .catalog-grid-item:hover .catalog-grid-item__details {
      transform: translateY(-100%); }
    .catalog-grid-item:hover .catalog-grid-item__name-link {
      overflow: visible;
      white-space: normal; } }
  .catalog-grid-item__badge {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1;
    border-radius: 0;
    padding: 5px 12px;
    font-size: 12px; }
  .catalog-grid-item__link {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    align-items: center;
    align-self: stretch;
    width: 100%; }
    .catalog-grid-item__link.focus-visible {
      z-index: 0;
      outline: none; }
  @media all and (min-width: 768px) {
    .catalog-grid-item__image-wrapper:after {
      content: "";
      display: block;
      height: 67px; } }
  @media all and (min-width: 768px) and (min-width: 1600px) {
    .catalog-grid-item__image-wrapper:after {
      height: 73px; } }
  .catalog-grid-item__image-wrapper .image, .catalog-grid-item__image-wrapper img,
  .catalog-grid-item__image-wrapper picture {
    margin: 0 auto;
    width: auto;
    height: auto; }
  .catalog-grid-item__image-wrapper .lazyload,
  .catalog-grid-item__image-wrapper .lazyloading {
    width: 100%;
    height: 300px; }
  .catalog-grid-item__image-wrapper .loader__circle {
    margin-top: 30%; }
  .catalog-grid-item__name {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px; }
    @media all and (min-width: 1600px) {
      .catalog-grid-item__name {
        font-size: 16px; } }
    .catalog-grid-item__name--bigger {
      padding: 16px 0; }
  .catalog-grid-item__name-link {
    display: block;
    color: #333333; }
    @media all and (min-width: 768px) {
      .catalog-grid-item__name-link {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
  .catalog-grid-item__rating {
    margin-bottom: 8px; }
  .catalog-grid-item__price {
    margin-bottom: 8px;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    white-space: nowrap; }
    @media all and (min-width: 1600px) {
      .catalog-grid-item__price {
        font-size: 16px; } }
    .catalog-grid-item__price .price-label {
      font-weight: normal; }
  .catalog-grid-item__details {
    padding: 8px;
    background: #fff;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
    @media all and (min-width: 768px) {
      .catalog-grid-item__details {
        position: absolute;
        top: 100%;
        transform: translateY(-67px);
        width: 100%;
        border-top: 1px solid #f7f7f9; } }
    @media all and (min-width: 1600px) {
      .catalog-grid-item__details {
        transform: translateY(-73px); } }
  .catalog-grid-item__options .swatch {
    margin: 8px 0; }
  .catalog-grid-item__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
  .catalog-grid-item__primary-form {
    margin: 0; }
    @media all and (min-width: 768px) {
      .catalog-grid-item__primary-form {
        flex: 1; } }
  .catalog-grid-item__primary-action {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 8px; }
    .catalog-grid-item__primary-action:hover .icon, .catalog-grid-item__primary-action.focus-visible .icon {
      fill: #393243; }
  @media all and (min-width: 768px) {
    .catalog-grid-item__cart-icon {
      display: none; } }
  .catalog-grid-item__cart-text {
    display: none; }
    @media all and (min-width: 768px) {
      .catalog-grid-item__cart-text {
        display: block; } }
  .catalog-grid-item__secondary-action {
    display: flex;
    align-items: center;
    justify-content: center; }
    .catalog-grid-item__secondary-action .button, .catalog-grid-item__secondary-action .input .ui-datepicker-trigger, .input .catalog-grid-item__secondary-action .ui-datepicker-trigger, .catalog-grid-item__secondary-action a.pagebuilder-button-link,
    .catalog-grid-item__secondary-action button.pagebuilder-button-link,
    .catalog-grid-item__secondary-action div.pagebuilder-button-link, .catalog-grid-item__secondary-action a.pagebuilder-button-primary,
    .catalog-grid-item__secondary-action button.pagebuilder-button-primary,
    .catalog-grid-item__secondary-action div.pagebuilder-button-primary, .catalog-grid-item__secondary-action a.pagebuilder-button-secondary,
    .catalog-grid-item__secondary-action button.pagebuilder-button-secondary,
    .catalog-grid-item__secondary-action div.pagebuilder-button-secondary {
      height: 48px;
      width: 48px;
      padding: 0;
      background: transparent;
      border: none;
      cursor: pointer; }
      .catalog-grid-item__secondary-action .button:hover .button__icon, .catalog-grid-item__secondary-action .input .ui-datepicker-trigger:hover .button__icon, .input .catalog-grid-item__secondary-action .ui-datepicker-trigger:hover .button__icon, .catalog-grid-item__secondary-action a.pagebuilder-button-link:hover .button__icon, .catalog-grid-item__secondary-action button.pagebuilder-button-link:hover .button__icon, .catalog-grid-item__secondary-action div.pagebuilder-button-link:hover .button__icon, .catalog-grid-item__secondary-action a.pagebuilder-button-primary:hover .button__icon, .catalog-grid-item__secondary-action button.pagebuilder-button-primary:hover .button__icon, .catalog-grid-item__secondary-action div.pagebuilder-button-primary:hover .button__icon, .catalog-grid-item__secondary-action a.pagebuilder-button-secondary:hover .button__icon, .catalog-grid-item__secondary-action button.pagebuilder-button-secondary:hover .button__icon, .catalog-grid-item__secondary-action div.pagebuilder-button-secondary:hover .button__icon, .catalog-grid-item__secondary-action .button.focus-visible .button__icon, .catalog-grid-item__secondary-action .input .focus-visible.ui-datepicker-trigger .button__icon, .input .catalog-grid-item__secondary-action .focus-visible.ui-datepicker-trigger .button__icon, .catalog-grid-item__secondary-action a.focus-visible.pagebuilder-button-link .button__icon, .catalog-grid-item__secondary-action button.focus-visible.pagebuilder-button-link .button__icon, .catalog-grid-item__secondary-action div.focus-visible.pagebuilder-button-link .button__icon, .catalog-grid-item__secondary-action a.focus-visible.pagebuilder-button-primary .button__icon, .catalog-grid-item__secondary-action button.focus-visible.pagebuilder-button-primary .button__icon, .catalog-grid-item__secondary-action div.focus-visible.pagebuilder-button-primary .button__icon, .catalog-grid-item__secondary-action a.focus-visible.pagebuilder-button-secondary .button__icon, .catalog-grid-item__secondary-action button.focus-visible.pagebuilder-button-secondary .button__icon, .catalog-grid-item__secondary-action div.focus-visible.pagebuilder-button-secondary .button__icon {
        fill: #31e37d; }
      .catalog-grid-item__secondary-action .button .button__icon, .catalog-grid-item__secondary-action .input .ui-datepicker-trigger .button__icon, .input .catalog-grid-item__secondary-action .ui-datepicker-trigger .button__icon, .catalog-grid-item__secondary-action a.pagebuilder-button-link .button__icon, .catalog-grid-item__secondary-action button.pagebuilder-button-link .button__icon, .catalog-grid-item__secondary-action div.pagebuilder-button-link .button__icon, .catalog-grid-item__secondary-action a.pagebuilder-button-primary .button__icon, .catalog-grid-item__secondary-action button.pagebuilder-button-primary .button__icon, .catalog-grid-item__secondary-action div.pagebuilder-button-primary .button__icon, .catalog-grid-item__secondary-action a.pagebuilder-button-secondary .button__icon, .catalog-grid-item__secondary-action button.pagebuilder-button-secondary .button__icon, .catalog-grid-item__secondary-action div.pagebuilder-button-secondary .button__icon {
        width: 18px;
        height: 18px;
        transition: all 0.3s ease-in-out, outline-offset 1ms;
        fill: #393243; }

.catalog-list-item {
  position: relative;
  display: flex;
  padding: 8px 0;
  overflow: hidden;
  border-bottom: 1px solid #c2c1df; }
  .catalog-list-item:first-child {
    border-top: 1px solid #c2c1df; }
  .catalog-list-item__image-wrapper .image, .catalog-list-item__image-wrapper img,
  .catalog-list-item__image-wrapper picture {
    width: 96px;
    height: auto; }
    @media all and (min-width: 768px) {
      .catalog-list-item__image-wrapper .image, .catalog-list-item__image-wrapper img,
      .catalog-list-item__image-wrapper picture {
        width: 208px; } }
  .catalog-list-item__main {
    flex: 1 calc(100% - 96px);
    max-width: calc(100% - 96px);
    padding: 8px; }
    @media all and (min-width: 768px) {
      .catalog-list-item__main {
        flex: 1 calc(100% - 208px);
        padding: 8px 8px 8px 32px; } }
  .catalog-list-item__badge {
    border-radius: 0;
    padding: 3px 7px;
    font-size: 10px; }
    @media all and (min-width: 768px) {
      .catalog-list-item__badge {
        position: absolute;
        top: 24px;
        left: 0;
        padding: 6px 13px;
        font-size: 12px; } }
  .catalog-list-item__link {
    display: block; }
    .catalog-list-item__link.focus-visible {
      outline: none;
      z-index: 0; }
      .catalog-list-item__link.focus-visible .image, .catalog-list-item__link.focus-visible img,
      .catalog-list-item__link.focus-visible picture {
        outline-offset: -1px;
        z-index: 1;
        outline: 2px dashed #2962ff; }
  .catalog-list-item__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 8px 0 0 0; }
    @media all and (min-width: 768px) {
      .catalog-list-item__details {
        flex-direction: row;
        margin: 0; } }
  .catalog-list-item__name {
    margin: 0 8px 0 0;
    font-weight: normal;
    font-size: 14px; }
    @media all and (min-width: 768px) {
      .catalog-list-item__name {
        margin: 0 32px 0 0;
        font-size: 16px; } }
    .catalog-list-item__name .link, .catalog-list-item__name a {
      color: #333333;
      text-decoration: none; }
  .catalog-list-item__reviews {
    margin: 4px 0 0 0; }
    @media all and (min-width: 768px) {
      .catalog-list-item__reviews {
        margin: 0; } }
  .catalog-list-item__price {
    margin: 8px 0;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; }
    @media all and (min-width: 768px) {
      .catalog-list-item__price {
        margin: 16px 0 0 0;
        font-size: 16px; } }
    .catalog-list-item__price .price-label {
      font-weight: normal; }
  .catalog-list-item__actions {
    display: flex;
    margin: 8px 0; }
    @media all and (min-width: 768px) {
      .catalog-list-item__actions {
        flex-direction: column-reverse; } }
  @media all and (min-width: 768px) {
    .catalog-list-item__actions-primary {
      margin: 8px 0 0 0; } }
  .catalog-list-item__actions-primary-button {
    height: 32px;
    width: 112px;
    font-size: 12px; }
    @media all and (min-width: 768px) {
      .catalog-list-item__actions-primary-button {
        height: 48px;
        width: 175px;
        padding: 0 8px;
        font-size: 14px; } }
  .catalog-list-item__actions-secondary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0; }
    @media all and (min-width: 768px) {
      .catalog-list-item__actions-secondary {
        justify-content: flex-start;
        margin: 0; } }
    .catalog-list-item__actions-secondary .button, .catalog-list-item__actions-secondary .input .ui-datepicker-trigger, .input .catalog-list-item__actions-secondary .ui-datepicker-trigger, .catalog-list-item__actions-secondary a.pagebuilder-button-link,
    .catalog-list-item__actions-secondary button.pagebuilder-button-link,
    .catalog-list-item__actions-secondary div.pagebuilder-button-link, .catalog-list-item__actions-secondary a.pagebuilder-button-primary,
    .catalog-list-item__actions-secondary button.pagebuilder-button-primary,
    .catalog-list-item__actions-secondary div.pagebuilder-button-primary, .catalog-list-item__actions-secondary a.pagebuilder-button-secondary,
    .catalog-list-item__actions-secondary button.pagebuilder-button-secondary,
    .catalog-list-item__actions-secondary div.pagebuilder-button-secondary {
      width: 32px;
      min-width: 32px;
      height: 32px;
      border: none;
      border-radius: 0;
      background-color: transparent; }
      @media all and (min-width: 768px) {
        .catalog-list-item__actions-secondary .button, .catalog-list-item__actions-secondary .input .ui-datepicker-trigger, .input .catalog-list-item__actions-secondary .ui-datepicker-trigger, .catalog-list-item__actions-secondary a.pagebuilder-button-link,
        .catalog-list-item__actions-secondary button.pagebuilder-button-link,
        .catalog-list-item__actions-secondary div.pagebuilder-button-link, .catalog-list-item__actions-secondary a.pagebuilder-button-primary,
        .catalog-list-item__actions-secondary button.pagebuilder-button-primary,
        .catalog-list-item__actions-secondary div.pagebuilder-button-primary, .catalog-list-item__actions-secondary a.pagebuilder-button-secondary,
        .catalog-list-item__actions-secondary button.pagebuilder-button-secondary,
        .catalog-list-item__actions-secondary div.pagebuilder-button-secondary {
          margin: 0 8px 0 0;
          width: 48px;
          height: 48px; } }
      .catalog-list-item__actions-secondary .button:hover, .catalog-list-item__actions-secondary .input .ui-datepicker-trigger:hover, .input .catalog-list-item__actions-secondary .ui-datepicker-trigger:hover, .catalog-list-item__actions-secondary a.pagebuilder-button-link:hover,
      .catalog-list-item__actions-secondary button.pagebuilder-button-link:hover,
      .catalog-list-item__actions-secondary div.pagebuilder-button-link:hover, .catalog-list-item__actions-secondary a.pagebuilder-button-primary:hover,
      .catalog-list-item__actions-secondary button.pagebuilder-button-primary:hover,
      .catalog-list-item__actions-secondary div.pagebuilder-button-primary:hover, .catalog-list-item__actions-secondary a.pagebuilder-button-secondary:hover,
      .catalog-list-item__actions-secondary button.pagebuilder-button-secondary:hover,
      .catalog-list-item__actions-secondary div.pagebuilder-button-secondary:hover, .catalog-list-item__actions-secondary .button.focus-visible, .catalog-list-item__actions-secondary .input .focus-visible.ui-datepicker-trigger, .input .catalog-list-item__actions-secondary .focus-visible.ui-datepicker-trigger, .catalog-list-item__actions-secondary a.focus-visible.pagebuilder-button-link,
      .catalog-list-item__actions-secondary button.focus-visible.pagebuilder-button-link,
      .catalog-list-item__actions-secondary div.focus-visible.pagebuilder-button-link, .catalog-list-item__actions-secondary a.focus-visible.pagebuilder-button-primary,
      .catalog-list-item__actions-secondary button.focus-visible.pagebuilder-button-primary,
      .catalog-list-item__actions-secondary div.focus-visible.pagebuilder-button-primary, .catalog-list-item__actions-secondary a.focus-visible.pagebuilder-button-secondary,
      .catalog-list-item__actions-secondary button.focus-visible.pagebuilder-button-secondary,
      .catalog-list-item__actions-secondary div.focus-visible.pagebuilder-button-secondary {
        background-color: transparent; }
        .catalog-list-item__actions-secondary .button:hover .button__icon, .catalog-list-item__actions-secondary .input .ui-datepicker-trigger:hover .button__icon, .input .catalog-list-item__actions-secondary .ui-datepicker-trigger:hover .button__icon, .catalog-list-item__actions-secondary a.pagebuilder-button-link:hover .button__icon, .catalog-list-item__actions-secondary button.pagebuilder-button-link:hover .button__icon, .catalog-list-item__actions-secondary div.pagebuilder-button-link:hover .button__icon, .catalog-list-item__actions-secondary a.pagebuilder-button-primary:hover .button__icon, .catalog-list-item__actions-secondary button.pagebuilder-button-primary:hover .button__icon, .catalog-list-item__actions-secondary div.pagebuilder-button-primary:hover .button__icon, .catalog-list-item__actions-secondary a.pagebuilder-button-secondary:hover .button__icon, .catalog-list-item__actions-secondary button.pagebuilder-button-secondary:hover .button__icon, .catalog-list-item__actions-secondary div.pagebuilder-button-secondary:hover .button__icon, .catalog-list-item__actions-secondary .button.focus-visible .button__icon, .catalog-list-item__actions-secondary .input .focus-visible.ui-datepicker-trigger .button__icon, .input .catalog-list-item__actions-secondary .focus-visible.ui-datepicker-trigger .button__icon, .catalog-list-item__actions-secondary a.focus-visible.pagebuilder-button-link .button__icon, .catalog-list-item__actions-secondary button.focus-visible.pagebuilder-button-link .button__icon, .catalog-list-item__actions-secondary div.focus-visible.pagebuilder-button-link .button__icon, .catalog-list-item__actions-secondary a.focus-visible.pagebuilder-button-primary .button__icon, .catalog-list-item__actions-secondary button.focus-visible.pagebuilder-button-primary .button__icon, .catalog-list-item__actions-secondary div.focus-visible.pagebuilder-button-primary .button__icon, .catalog-list-item__actions-secondary a.focus-visible.pagebuilder-button-secondary .button__icon, .catalog-list-item__actions-secondary button.focus-visible.pagebuilder-button-secondary .button__icon, .catalog-list-item__actions-secondary div.focus-visible.pagebuilder-button-secondary .button__icon {
          fill: #31e37d; }
    .catalog-list-item__actions-secondary .button__icon {
      width: 12px;
      height: 12px;
      fill: #393243; }
      @media all and (min-width: 768px) {
        .catalog-list-item__actions-secondary .button__icon {
          width: 18px;
          height: 18px; } }
  .catalog-list-item__stock-status {
    font-weight: bold; }
    .catalog-list-item__stock-status--in-stock {
      color: #31e37d; }
    .catalog-list-item__stock-status--out-of-stock {
      color: #e32926; }

.dashboard-actions-toolbar {
  display: flex;
  flex-direction: column;
  margin: 0; }
  @media all and (min-width: 768px) {
    .dashboard-actions-toolbar {
      flex-direction: row; } }
  .dashboard-actions-toolbar__item {
    margin: 8px 0 0 0; }
    @media all and (min-width: 768px) {
      .dashboard-actions-toolbar__item {
        margin: 0 8px 0 0; } }

.dashboard-form__title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #73739c; }

.dashboard-form__divider, .dashboard-form__select {
  margin-bottom: 30px; }

.dashboard-form--hidden {
  display: none; }

.dashboard-items__title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #73739c; }

.dashboard-items__content {
  margin: 0; }

.dashboard-items__address {
  margin-bottom: 15px; }

.dashboard-items__item {
  max-width: calc(50% - 16px);
  margin: 15px 16px 15px 0;
  padding: 15px 0; }

.mega-menu {
  display: none;
  background: #fff;
  color: #393243;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #c2c1df; }
  @media all and (min-width: 1200px) {
    .mega-menu {
      display: block; } }
  .mega-menu__list {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    background-color: #fff; }
  .mega-menu__inner-list {
    padding: 0;
    background-color: #fff;
    list-style: none; }
    .mega-menu__inner-list--level1 {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 4;
      width: 100%;
      border-top: 1px solid #c2c1df;
      box-shadow: 0 4px 6px 0 rgba(51, 51, 51, 0.3); }
  .mega-menu__item--parent:hover .mega-menu__inner-list--level1, .mega-menu__item--parent.focus-visible .mega-menu__inner-list--level1 {
    display: flex; }
  .mega-menu__item--parent > .mega-menu__inner-list--level1:focus {
    display: flex; }
  .mega-menu__item--parent.focus-within .mega-menu__inner-list--level1 {
    display: flex; }
  .mega-menu__item--parent > .mega-menu__link:focus + .mega-menu__inner-list--level1 {
    display: flex; }
  .mega-menu__inner-item--parent {
    padding: 32px 0 32px 64px; }
    .mega-menu__inner-item--parent > .mega-menu__inner-link {
      display: inline-block;
      margin: 0 0 16px;
      padding: 0;
      font-size: 14px;
      font-weight: bold; }
  .mega-menu__inner-item--image {
    display: flex;
    flex-basis: 100%;
    justify-content: flex-end;
    padding: 0 0 0 112px; }
    .mega-menu__inner-item--image .mega-menu__inner-link {
      display: block; }
      .mega-menu__inner-item--image .mega-menu__inner-link.focus-visible {
        outline-offset: -1px;
        z-index: 1;
        outline: 2px dashed #2962ff;
        background-color: transparent;
        color: #333333; }
    .mega-menu__inner-item--image img {
      width: auto; }
  .mega-menu__link {
    display: block;
    margin: 0 16px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #393243;
    text-decoration: none; }
    .mega-menu__link.focus-visible, .mega-menu__link:hover {
      text-decoration: none;
      color: #31e37d; }
  .mega-menu__inner-link {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    color: #393243;
    text-decoration: none; }
    .mega-menu__inner-link:hover {
      text-decoration: none;
      color: #31e37d; }
    .mega-menu__inner-link.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }
  .mega-menu__column-hidden > .mega-menu__inner-link {
    display: none; }

.dashboard-nav {
  margin-bottom: 15px; }
  .dashboard-nav__mobile {
    display: block;
    position: relative;
    border-width: 1px 0;
    border-color: #4c4555;
    border-style: solid;
    padding: 15px 0;
    cursor: pointer; }
    @media all and (min-width: 768px) {
      .dashboard-nav__mobile {
        display: none; } }
    .dashboard-nav__mobile:after {
      content: '\25bc';
      position: absolute;
      width: 15px;
      height: 15px;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .dashboard-nav__mobile--active:after {
      content: '\25b2'; }
  .dashboard-nav__content {
    display: none;
    background-color: #c9c9c9;
    padding: 15px;
    margin-bottom: 15px; }
    .dashboard-nav__content--visible {
      display: block; }
    @media all and (min-width: 768px) {
      .dashboard-nav__content {
        display: block; } }
  .dashboard-nav__list {
    margin: 0; }
  .dashboard-nav__item, .dashboard-nav .nav.item {
    padding: 0;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
    .dashboard-nav__item:hover, .dashboard-nav .nav.item:hover {
      background-color: #fff; }
  .dashboard-nav__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #73739c; }
  .dashboard-nav__item > a, .dashboard-nav .nav.item > a, .dashboard-nav__link {
    display: block;
    padding: 15px; }
  .dashboard-nav .current, .dashboard-nav .nav.item.current {
    position: relative;
    padding: 15px 15px 15px 30px;
    margin-left: -15px;
    border-left: 2px solid #e32926;
    color: #e32926; }
    .dashboard-nav .current:hover, .dashboard-nav .nav.item.current:hover {
      background-color: initial; }
    .dashboard-nav .current > a, .dashboard-nav .nav.item.current > a {
      padding: 0; }
  .dashboard-nav .nav.item.current > a {
    color: #e32926; }

.dashboard-table {
  overflow: hidden; }
  .dashboard-table--tab {
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #73739c; }
    .dashboard-table--tab .dashboard-table__content {
      margin-bottom: 0; }
  .dashboard-table__header {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #73739c; }
  .dashboard-table__content {
    margin-bottom: 16px;
    overflow-x: auto; }
  .dashboard-table__table {
    margin: 0; }
  .dashboard-table__link {
    display: inline-flex; }
    .dashboard-table__link.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }
  .dashboard-table__spacer {
    margin-right: 8px; }
  .dashboard-table__title {
    margin-bottom: 0;
    margin-right: 16px; }

.filter__label {
  padding: 16px 0; }
  .filter__label[aria-expanded="false"]:hover, .filter__label[aria-expanded="false"]:focus, .filter__label[aria-expanded="true"]:hover, .filter__label[aria-expanded="true"]:focus {
    background-color: #fff;
    color: #31e37d; }
    .filter__label[aria-expanded="false"]:hover .filter__label-title, .filter__label[aria-expanded="false"]:focus .filter__label-title, .filter__label[aria-expanded="true"]:hover .filter__label-title, .filter__label[aria-expanded="true"]:focus .filter__label-title {
      color: #31e37d; }
    .filter__label[aria-expanded="false"]:hover > .dropdown-list__icon, .filter__label[aria-expanded="false"]:focus > .dropdown-list__icon, .filter__label[aria-expanded="true"]:hover > .dropdown-list__icon, .filter__label[aria-expanded="true"]:focus > .dropdown-list__icon {
      fill: #31e37d; }

.filter__label-title {
  margin: 0;
  text-transform: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out, outline-offset 1ms; }

.filter__category-list {
  margin: 0 0 8px 0; }
  .filter__category-list--nested {
    margin: 0 0 0 32px; }
  .filter__category-list--nested-second-level {
    margin: 0 0 0 64px; }

.filter__category-item {
  padding: 0; }

.filter__category-link {
  display: block;
  padding: 14px 0;
  color: #393243; }
  .filter__category-link:hover, .filter__category-link.focus-visible {
    text-decoration: underline; }

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

.filter__swatch-item {
  margin: 0 8px 16px 8px; }
  @media all and (min-width: 992px) {
    .filter__swatch-item {
      display: flex;
      justify-content: center;
      flex-basis: 25%;
      margin: 0 0 16px 0; } }

.filter__swatch-option {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  border: 3px solid #fff;
  background-color: #fff;
  color: #4c4555;
  transition: all 0.3s ease-in-out, outline-offset 1ms;
  cursor: pointer;
  text-decoration: none; }
  .filter__swatch-option:hover, .filter__swatch-option.focus-visible {
    text-decoration: none;
    border-color: #31e37d; }
  .filter__swatch-option--active {
    border-color: #31e37d; }

.filter__color-item {
  padding: 0 8px; }
  @media all and (min-width: 992px) {
    .filter__color-item {
      display: flex;
      justify-content: center;
      flex-basis: 25%; } }

.filter__color-option {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 56px;
  width: 56px;
  height: 80px;
  max-height: 80px;
  text-decoration: none; }
  .filter__color-option:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
  .filter__color-option--active, .filter__color-option:hover, .filter__color-option.focus-visible {
    text-decoration: none; }
    .filter__color-option--active:after, .filter__color-option:hover:after, .filter__color-option.focus-visible:after {
      border-color: #31e37d; }

.filter__color-sample {
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 100%; }

.filter__color-label {
  max-width: 100%;
  font-size: 12px;
  color: #333333;
  word-break: break-all;
  text-align: center; }

.filter__range {
  margin: 0 0 16px 0; }

.filter__divider {
  border-top: 1px solid #c2c1df; }

.filters__heading {
  font-weight: bold;
  margin: 0; }
  @media all and (min-width: 992px) {
    .filters__heading {
      font-weight: normal;
      margin: 0 0 16px 0; } }
  .filters__heading--mobile-hidden {
    display: none; }
    @media all and (min-width: 992px) {
      .filters__heading--mobile-hidden {
        display: block; } }

.filters__skip-button {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  transition: none; }
  .filters__skip-button.focus-visible, .filters__skip-button:active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
  .filters__skip-button.focus-visible {
    height: 48px;
    padding: 0 16px;
    margin-bottom: 8px; }

.filters__switcher {
  display: flex;
  align-items: center;
  height: 48px;
  min-width: 100%;
  margin: 8px 0 0 0;
  padding: 0;
  border: none;
  border-top: 1px solid #c9c9c9;
  border-radius: 0;
  background-color: #fff;
  color: #393243;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-align: left; }
  .filters__switcher:hover, .filters__switcher.focus-visible {
    color: #393243;
    text-decoration: none;
    cursor: pointer; }
  @media all and (min-width: 992px) {
    .filters__switcher {
      display: none; } }

.filters__switcher-icon {
  margin-left: 8px;
  padding: 0 5px;
  transition: all 0.3s ease-in-out, outline-offset 1ms; }
  .filters__switcher-icon--active {
    fill: #31e37d;
    transform: rotate(180deg); }

.filters__list {
  margin: 0 0 16px 0; }
  .filters__list--mobile-hidden {
    display: none; }
    @media all and (min-width: 992px) {
      .filters__list--mobile-hidden {
        display: block; } }

.filters__active {
  margin: 0 0 16px 0; }

.filters__divider {
  display: none;
  margin: 0 0 16px 0; }
  @media all and (min-width: 992px) {
    .filters__divider {
      display: flex; } }

.footer {
  flex-shrink: 0;
  background-color: #333333; }
  @media all and (min-width: 992px) {
    .footer {
      background-color: #393243; } }
  .footer__handler {
    margin: 0 auto 16px;
    padding-top: 16px;
    position: relative; }
    @media all and (min-width: 768px) {
      .footer__handler {
        margin: 0 auto; } }
    @media all and (min-width: 992px) {
      .footer__handler {
        display: flex;
        flex-flow: row wrap; } }
  .footer__newsletter {
    margin: 0 auto 16px;
    padding: 0 16px; }
    @media all and (min-width: 992px) {
      .footer__newsletter {
        order: 1;
        padding-top: 16px; } }
  @media all and (min-width: 768px) {
    .footer__links .dropdown-list {
      padding: 0; } }
  @media all and (min-width: 768px) {
    .footer__links .dropdown-list__item {
      border-bottom: 0; } }
  .footer__links .list__item, .footer__links .dashboard-nav .nav.item, .dashboard-nav .footer__links .nav.item, .footer__links .dashboard__list .nav.item, .dashboard__list .footer__links .nav.item {
    padding-left: 16px; }
    @media all and (min-width: 768px) {
      .footer__links .list__item, .footer__links .dashboard-nav .nav.item, .dashboard-nav .footer__links .nav.item, .footer__links .dashboard__list .nav.item, .dashboard__list .footer__links .nav.item {
        padding-left: 0; } }
  .footer__links-list {
    padding-bottom: 16px; }
  .footer__link {
    color: #c9c9c9;
    text-decoration: none; }
    .footer__link:hover {
      color: #31e37d;
      text-decoration: none; }
    .footer__link.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #333333;
      background-color: #31e37d; }
  .footer__bottom-bar {
    color: #c9c9c9;
    background-color: #333333; }
    @media all and (min-width: 992px) {
      .footer__bottom-bar {
        background-color: #333333; } }
  @media all and (min-width: 768px) {
    .footer__bottom-bar-handler {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .footer__social-handler {
    margin: 0 0 8px 0; }
    .footer__social-handler .list__icon-link.focus-visible {
      outline-offset: -1px;
      z-index: 1;
      outline: 2px dashed #31e37d; }
    @media all and (min-width: 768px) {
      .footer__social-handler {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        order: 1;
        margin: 0; } }
  .footer__social-list-subtitle {
    display: none; }
    @media all and (min-width: 768px) {
      .footer__social-list-subtitle {
        display: block;
        margin-right: 16px;
        font-size: 12px; } }
  .footer__social-icon {
    fill: #fff; }
  .footer__copyright {
    display: block;
    padding: 16px;
    font-size: 12px;
    text-align: center; }
  .footer__scroll-top {
    position: absolute;
    right: 0;
    top: -24px; }
    .footer__scroll-top:hover .footer__icon {
      fill: #31e37d; }
  .footer__icon {
    width: 13px;
    height: 13px;
    fill: #393243; }

.gallery {
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .gallery--vertical {
      flex-direction: row; } }
  .gallery__frame {
    position: relative; }
  .gallery__stage {
    order: 1;
    margin-bottom: 16px; }
    @media all and (min-width: 768px) {
      .gallery__stage--vertical {
        order: 2;
        width: calc(100% - (16px + 48px)); } }
    @media all and (min-width: 992px) {
      .gallery__stage--vertical {
        width: calc(100% - (40px + 80px)); } }
    .gallery__stage--horizontal {
      order: 1; }
  .gallery__nav {
    order: 2;
    display: flex;
    align-items: center; }
    @media all and (min-width: 768px) {
      .gallery__nav--vertical {
        margin-right: 16px;
        flex-direction: column;
        order: 1; } }
    @media all and (min-width: 992px) {
      .gallery__nav--vertical {
        margin-right: 40px; } }
  .gallery__thumb, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb {
    overflow: hidden;
    margin-right: 16px;
    border: none;
    width: 48px;
    height: 48px; }
    @media all and (min-width: 768px) {
      .gallery__thumb, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb {
        margin-bottom: 16px;
        margin-right: 0; } }
    @media all and (min-width: 992px) {
      .gallery__thumb, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb {
        width: 80px;
        height: 80px; } }
    .gallery__thumb:hover, .fotorama .fotorama__nav-wrap--vertical .fotorama__nav__frame--thumb:hover, .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb:hover, .gallery__thumb.focus-visible, .fotorama .fotorama__nav-wrap--vertical .focus-visible.fotorama__nav__frame--thumb, .fotorama .fotorama__nav-wrap--horizontal .focus-visible.fotorama__nav__frame--thumb {
      cursor: pointer; }
    .gallery__thumb--active, .fotorama .fotorama__nav-wrap--vertical .fotorama__active, .fotorama .fotorama__nav-wrap--horizontal .fotorama__active {
      border: 1px solid #31e37d; }
  .gallery__thumb-arr, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin: 0 auto; }
    .gallery__thumb-arr:hover, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr:hover, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr:hover, .gallery__thumb-arr.focus-visible, .fotorama .fotorama__nav-wrap--vertical .focus-visible.fotorama__thumb__arr, .fotorama .fotorama__nav-wrap--horizontal .focus-visible.fotorama__thumb__arr {
      cursor: pointer; }
  .gallery__icon-arrow, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
    width: 12px;
    transform: rotate(-90deg);
    fill: #73739c; }
    .gallery__icon-arrow--small {
      width: 12px; }
    @media all and (min-width: 768px) {
      .gallery__icon-arrow--vertical, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
        transform: none; } }
  .gallery__product-label {
    position: absolute;
    left: 8px;
    top: 16px; }
  .gallery-placeholder {
    position: relative; }
    .gallery-placeholder .loader {
      position: static; }

.header {
  position: relative;
  border-bottom: 1px solid #c2c1df; }
  @media all and (min-width: 992px) {
    .header {
      border-bottom: none; } }
  .header__wrapper {
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-flow: row wrap;
    padding: 0; }
    @media all and (min-width: 768px) {
      .header__wrapper {
        padding: 12px 0; } }
    @media all and (min-width: 992px) {
      .header__wrapper {
        border-bottom: 1px solid #c2c1df; } }
  .header__logo {
    order: 3;
    padding: 12px 0 12px 8px;
    border-top: 1px solid #c2c1df; }
    @media all and (min-width: 768px) {
      .header__logo {
        padding: 0 0 0 8px;
        border-top: none; } }
  .header__search-wrapper {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 50%;
    order: 5;
    justify-content: center;
    padding: 0 0 0 24px;
    border-top: 1px solid #c2c1df; }
    @media all and (min-width: 768px) {
      .header__search-wrapper {
        order: 3;
        flex-direction: column;
        justify-content: center;
        padding: 0 24px;
        border-top: none; } }
  .header__minicart {
    position: relative; }
  .header__minicart-content {
    top: calc(100% - 1px); }
    .header__minicart-content.popup {
      position: absolute;
      right: 0; }
  .header__buttons {
    display: flex;
    order: 2;
    flex: 1 calc(100% - 48px);
    max-width: calc(100% - 48px);
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end; }
    @media all and (min-width: 768px) {
      .header__buttons {
        order: 4;
        flex: 1 calc(4 * 48px + 3 * 8px);
        max-width: calc(4 * 48px + 3 * 8px); } }
    @media all and (min-width: 1200px) {
      .header__buttons {
        flex: 1 calc(4 * 48px + 3 * 16px);
        max-width: calc(4 * 48px + 3 * 16px); } }

.header-button {
  position: relative;
  height: 48px;
  min-width: 48px;
  display: flex;
  margin: 0 0 0 8px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  font-family: "Montserrat", sans-serif; }
  @media all and (min-width: 1200px) {
    .header-button {
      margin: 0 0 0 16px; } }
  .header-button.focus-visible, .header-button:hover {
    text-decoration: none; }
    .header-button.focus-visible .header-button__icon, .header-button:hover .header-button__icon {
      fill: #31e37d; }
  .header-button--reset-margin {
    margin: 0; }
  .header-button__icon {
    margin: 0 0 2px 0;
    padding: 0 0 4px 0;
    fill: #393243;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
    @media all and (min-width: 768px) {
      .header-button__icon {
        margin: 0 0 4px 0; } }
  .header-button__text {
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    color: #73739c; }
  .header-button__counter {
    position: absolute;
    top: 0;
    right: 8px;
    display: flex;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 14px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background-color: #31e37d; }
    .header-button__counter--hidden {
      display: none; }
    @media all and (min-width: 768px) {
      .header-button__counter {
        top: -2px; } }
    .header-button__counter-dot {
      width: 2px;
      height: 2px;
      border-radius: 2px;
      margin: auto;
      background-color: #fff; }

.featured-info {
  display: flex;
  margin: 8px 16px;
  color: #333333;
  text-decoration: none; }
  .featured-info.focus-visible, .featured-info:hover {
    text-decoration: none; }
  .featured-info__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 8px; }
    .featured-info__icon-svg {
      width: 24px;
      height: 24px;
      fill: #31e37d; }
      .featured-info__icon-svg--delivery-truck {
        width: 35px;
        height: 20px; }
  .featured-info__data {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .featured-info__data-title {
      margin-bottom: 4px;
      font-weight: bold;
      font-size: 12px;
      line-height: 12px; }
    .featured-info__data-subtitle {
      color: #73739c;
      font-size: 10px;
      line-height: 10px; }

.top-bar {
  display: none;
  background-color: #c2c1df; }
  @media all and (min-width: 1200px) {
    .top-bar {
      display: block; } }
  .top-bar__wrapper {
    display: flex;
    justify-content: space-between;
    height: 30px; }
  .top-bar__contact-info {
    margin: 8px 0;
    font-size: 12px; }
    .top-bar__contact-info-link {
      display: inline-flex;
      margin-left: 8px;
      padding-left: 8px;
      border-left: 1px solid #4c4555;
      line-height: 14px;
      text-decoration: none; }
      .top-bar__contact-info-link.focus-visible, .top-bar__contact-info-link:hover {
        text-decoration: none; }
  .top-bar__links {
    margin: 8px 0;
    font-size: 12px; }
    .top-bar__links-item {
      padding: 0 16px;
      border-left: 1px solid #4c4555;
      line-height: 14px;
      text-decoration: none; }
      .top-bar__links-item.focus-visible, .top-bar__links-item:hover {
        text-decoration: none; }
      .top-bar__links-item:first-child {
        border-left: none; }
    .top-bar__links-icon {
      width: 14px;
      height: 14px;
      margin-right: 8px;
      vertical-align: top; }

.search-form {
  position: relative;
  width: 100%;
  height: 34px;
  align-self: flex-end;
  margin: 0;
  border: 1px solid #c2c1df;
  border-radius: 34px;
  z-index: 1; }
  @media all and (min-width: 1200px) {
    .search-form {
      width: 70%; } }
  .search-form__input-wrapper {
    position: relative; }
  .search-form__input {
    width: 100%;
    height: 32px;
    border: none;
    border-radius: 34px;
    font-size: 12px; }
    .search-form__input::placeholder {
      color: #73739c;
      font-size: 12px; }
  .search-form__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    margin: 0;
    border: none;
    border-radius: 34px;
    background-color: transparent; }
    .search-form__button.focus-visible, .search-form__button:hover {
      background-color: transparent; }
      .search-form__button.focus-visible .button__icon, .search-form__button:hover .button__icon {
        fill: #31e37d; }
  .search-form .button__icon {
    width: 18px;
    height: 18px;
    fill: #4c4555; }

.minicart-content {
  height: auto !important;
  max-height: calc(100vh - 90px);
  font-size: 14px;
  overflow-y: auto; }
  @media all and (min-width: 992px) {
    .minicart-content {
      max-height: calc(100vh - 120px); } }
  .minicart-content__bar {
    position: relative;
    height: 8px;
    width: 100%;
    background-color: #c2c1df; }
    .minicart-content__bar:after {
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      height: 8px;
      width: 64px;
      background-color: #31e37d; }
  .minicart-content__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 16px 0;
    padding: 0 16px; }
    .minicart-content__total-counter {
      align-self: flex-start; }
  .minicart-content__summary {
    text-align: right; }
  .minicart-content__summary-value {
    font-weight: bold;
    color: #393243; }
  .minicart-content__actions {
    padding: 0 16px; }
  .minicart-content__edit {
    display: block;
    padding: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }
    .minicart-content__edit.focus-visible, .minicart-content__edit:hover {
      text-decoration: none; }
  .minicart-content__products-list {
    margin: 8px 0 0 0;
    padding: 0 16px;
    border-top: 1px solid #c2c1df;
    border-bottom: 1px solid #c2c1df; }

.minicart-product {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  padding: 16px 0 8px;
  border-bottom: 1px solid #c9c9c9; }
  .minicart-product:last-child {
    border-bottom: none; }
  .minicart-product__image {
    width: 72px; }
    .minicart-product__image img {
      width: 72px;
      max-width: 72px;
      height: auto; }
  .minicart-product__info {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 72px);
    padding: 0 0 0 16px; }
  .minicart-product__name {
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 1.15; }
  .minicart-product__link {
    text-decoration: none; }
  .minicart-product__attributes {
    margin-bottom: 8px; }
  .minicart-product__attributes-button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 12px; }
    .minicart-product__attributes-button .dropdown-list__icon {
      position: static;
      margin: 0 0 0 8px;
      fill: #2962ff; }
    .minicart-product__attributes-button.dropdown-list__label {
      color: #2962ff;
      background-color: #fff; }
      .minicart-product__attributes-button.dropdown-list__label.focus-visible, .minicart-product__attributes-button.dropdown-list__label:hover {
        background-color: #fff; }
  .minicart-product__attributes-list {
    padding: 8px 0 0 0;
    color: #4c4555; }
  .minicart-product__price {
    width: 100%;
    font-weight: bold;
    color: #393243; }
  .minicart-product__bottom {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .minicart-product__qty {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .minicart-product__update {
    display: none;
    height: 32px;
    width: 90px;
    padding: 0 8px;
    margin: 0 0 8px 0; }
  .minicart-product__label, .minicart-product__input {
    margin: 0; }
  .minicart-product__input {
    padding: 8px 0; }
  .minicart-product__field {
    padding: 8px;
    width: 56px;
    height: 32px;
    margin: 0 0 0 8px; }
  .minicart-product__actions {
    display: flex;
    justify-content: flex-end; }
  .minicart-product__button {
    margin-left: 8px;
    padding: 12px;
    border: 0;
    background-color: transparent; }
    .minicart-product__button.focus-visible, .minicart-product__button:hover {
      background-color: transparent; }
      .minicart-product__button.focus-visible .minicart-product__button-icon, .minicart-product__button:hover .minicart-product__button-icon {
        fill: #31e37d; }
  .minicart-product__button-icon {
    height: 24px;
    width: 24px;
    padding: 2px;
    fill: #73739c; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .modal--active {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .modal__description {
    margin: 0 0 8px 0; }
  .modal__content {
    position: relative;
    display: block;
    width: calc(100% - (2 * 16px));
    max-width: 900px;
    padding: 8px;
    border: none;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    overflow-y: auto;
    animation-name: animatetop;
    animation-duration: 0.4s; }
    @media all and (min-width: 1200px) {
      .modal__content {
        width: 80%; } }
  .modal__close-button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background-color: transparent; }
    .modal__close-button-icon {
      fill: #31e37d; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

.newsletter__heading {
  line-height: 1.2;
  color: #fff;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0 20px 16px 0; }

.newsletter__controls {
  position: relative;
  height: auto;
  margin-bottom: 16px; }

.newsletter__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  border-radius: 32px;
  padding: 0 21px; }
  .newsletter__button:hover {
    cursor: pointer;
    outline: none; }
  .newsletter__button.focus-visible {
    outline-offset: -1px;
    z-index: 1;
    outline: 2px dashed #31e37d; }

.newsletter__input {
  margin: 0; }

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

.newsletter__field {
  background: #4c4555;
  padding: 0 16px;
  margin: 0;
  border: none;
  border-radius: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px; }
  .newsletter__field::placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .newsletter__field.focus-visible {
    outline: none;
    box-shadow: none;
    border: 2px solid #31e37d; }

.newsletter__agreements {
  margin-left: 8px; }

.newsletter .checkbox__icon {
  top: 0;
  left: 0;
  border-radius: 2px; }

.newsletter .checkbox__field:checked ~ .checkbox__label:before {
  background: none; }

.newsletter .checkbox__field.focus-visible ~ .checkbox__label {
  outline-offset: -1px;
  z-index: 1;
  outline: 2px dashed #31e37d; }

.newsletter .checkbox__label {
  width: 100%;
  opacity: 1;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding-left: 24px;
  padding-top: 0;
  color: #fff; }
  .newsletter .checkbox__label:before {
    top: 0;
    width: 18px;
    height: 18px;
    border: none;
    background: #fff; }
  .newsletter .checkbox__label > a {
    color: #31e37d; }
    .newsletter .checkbox__label > a:hover {
      color: #fff; }
    .newsletter .checkbox__label > a.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #333333;
      background-color: #31e37d; }

.popup {
  display: none;
  position: fixed;
  right: 0;
  left: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 50;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 0; }
  @media all and (min-width: 480px) {
    .popup {
      position: absolute;
      width: 320px;
      right: -8px; } }
  .popup--active {
    display: block; }
  .popup__handler {
    position: relative;
    margin-top: 0; }
  .popup__close-button {
    position: absolute;
    top: -48px;
    right: -16px;
    background-color: #fff;
    border: 0; }
    .popup__close-button:hover, .popup__close-button.focus-visible {
      background-color: #fff; }
    .popup__close-button-icon {
      fill: #000; }
      .popup__close-button-icon:hover, .popup__close-button-icon.focus-visible {
        fill: #31e37d; }

.product-review {
  padding: 16px; }
  .product-review__title {
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px; }
  .product-review__reviews .review {
    margin-bottom: 32px;
    border-bottom: 1px solid #c2c1df; }
  .product-review .review--summary {
    padding-bottom: 32px;
    border-bottom: 1px solid #c2c1df;
    margin-bottom: 16px; }
    @media all and (min-width: 768px) {
      .product-review .review--summary .rating {
        margin-right: 48px; } }
  .product-review .review__amount {
    display: none; }
    .product-review .review__amount-text {
      display: block;
      margin-right: 48px; }
  .product-review .review__summary-handle {
    flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .product-review .review__summary-handle {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        max-width: none; } }
  .product-review .review__summary-add {
    text-align: left;
    flex-grow: 0; }
    @media all and (min-width: 768px) {
      .product-review .review__summary-add {
        flex-basis: auto; } }
    .product-review .review__summary-add.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }
  .product-review .list__item:last-child .review, .product-review .dashboard-nav .nav.item:last-child .review, .dashboard-nav .product-review .nav.item:last-child .review, .product-review .dashboard__list .nav.item:last-child .review, .dashboard__list .product-review .nav.item:last-child .review {
    margin-bottom: 0; }
  .product-review .toolbar {
    margin-bottom: 48px; }

.quicksearch {
  position: absolute;
  top: calc(100% - 8px + 1px);
  left: 0;
  display: none;
  padding: 0 8px;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(57, 50, 67, 0.3); }
  @media all and (min-width: 768px) {
    .quicksearch {
      top: calc(100% + 1px);
      left: auto;
      right: calc(50% - 375px);
      padding: 0 16px;
      width: 688px; } }
  @media all and (min-width: 992px) {
    .quicksearch {
      left: -16px; } }
  .quicksearch--visible {
    display: block; }
  .quicksearch__wrapper {
    position: relative; }
  .quicksearch__results {
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #c2c1df; }
  .quicksearch__empty {
    margin: 8px 0; }
  .quicksearch__typed {
    font-weight: bold; }
  .quicksearch__close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: transparent; }
    .quicksearch__close-button:hover, .quicksearch__close-button.focus-visible {
      border: 0;
      background-color: transparent; }
  .quicksearch__close-icon {
    width: 16px;
    height: 16px;
    fill: #393243; }
  .quicksearch__content {
    padding: 8px 0; }
    @media all and (min-width: 768px) {
      .quicksearch__content {
        display: flex; } }
  .quicksearch__list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .quicksearch__list--column {
      flex: 2; }
    .quicksearch__list--below {
      padding-top: 16px; }
  .quicksearch__categories-column {
    flex: 1;
    padding: 8px 0 0 0; }
    @media all and (min-width: 768px) {
      .quicksearch__categories-column {
        padding: 0 0 0 16px; } }
  .quicksearch__product {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #c2c1df; }
    @media all and (min-width: 768px) {
      .quicksearch__product:last-child {
        border-bottom: 0; } }
  .quicksearch__product-image-wrapper {
    min-width: 72px;
    min-height: 72px;
    margin-right: 8px; }
  .quicksearch__product-image {
    max-width: 72px; }
  .quicksearch__link {
    display: block;
    text-decoration: none; }
  .quicksearch__name {
    color: inherit;
    font-size: 16px; }
    .quicksearch__name--thin {
      margin: 0;
      padding: 8px 0;
      font-weight: normal; }
  .quicksearch__category, .quicksearch__manufacturer {
    padding: 8px 0; }
  .quicksearch__more-link {
    display: block;
    padding: 16px 0;
    border-top: 1px solid #c2c1df;
    text-align: center;
    font-weight: bold;
    text-decoration: none; }

.range-filter {
  padding: 8px 0 0 0;
  overflow: hidden; }
  .range-filter__slider {
    margin: 0 0 16px 0; }
  .range-filter__inputs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .range-filter__dash {
    text-align: center;
    padding: 0 16px 0 8px; }
  .range-filter__suffix {
    padding: 0 8px; }
  .range-filter__label {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0; }
  .range-filter__input {
    width: auto;
    flex-grow: 1;
    margin: 0; }
  .range-filter__button {
    margin: 0 0 16px 0;
    padding: 0 48px; }

.noUi-connect {
  background-color: #31e37d;
  border-radius: 0; }

.noUi-tooltip {
  display: none; }

.noUi-target {
  background-color: #73739c;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  height: 8px; }

.noUi-handle:hover {
  cursor: pointer; }

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.5);
  top: -8px; }
  .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
    display: none; }
  .noUi-horizontal .noUi-handle.focus-visible {
    outline: none; }
    .noUi-horizontal .noUi-handle.focus-visible .noUi-tooltip {
      display: block; }

.noUi-extended {
  padding-right: 24px; }

.noUi-extended .noUi-handle {
  left: 0; }

.noUi-extended .noUi-origin {
  right: -24px; }

.quantity-update {
  display: flex; }
  .quantity-update__input {
    border-top: 1px solid #4c4555;
    border-bottom: 1px solid #4c4555;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    width: 48px;
    height: 48px;
    color: #4c4555;
    text-align: center;
    -webkit-appearance: none;
            appearance: none; }
    .quantity-update__input.focus-visible {
      outline: none;
      border-color: #393243;
      box-shadow: 0 4px 6px 0 rgba(57, 50, 67, 0.3); }
  .quantity-update__button {
    border: 1px solid #4c4555;
    background: #fff;
    margin: 0; }
    .quantity-update__button.focus-visible {
      outline: none;
      border-color: #393243;
      box-shadow: 0 4px 6px 0 rgba(57, 50, 67, 0.3); }
    .quantity-update__button--plus {
      border-radius: 0 100% 100% 0;
      border-left: 0; }
    .quantity-update__button--minus {
      border-radius: 100% 0 0 100%;
      border-right: 0; }
    .quantity-update__button--disabled {
      pointer-events: none; }
      .quantity-update__button--disabled:hover, .quantity-update__button--disabled.focus-visible {
        background: #fff; }
        .quantity-update__button--disabled:hover .quantity-update__icon, .quantity-update__button--disabled.focus-visible .quantity-update__icon {
          fill: #73739c; }
      .quantity-update__button--disabled .quantity-update__icon {
        fill: #73739c; }
  .quantity-update__icon {
    fill: #4c4555;
    width: 12px;
    height: 12px; }
  .quantity-update div.mage-error {
    order: 1;
    margin: 0 0 0 8px;
    max-width: 120px; }
  .quantity-update input[type="number"]::-webkit-outer-spin-button,
  .quantity-update input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity-update input[type="number"] {
    -moz-appearance: textfield; }

.review {
  width: 100%; }
  @media all and (min-width: 768px) {
    .review {
      display: flex;
      flex-flow: row nowrap; } }
  @media all and (min-width: 768px) {
    .review--add {
      display: block; } }
  @media all and (min-width: 768px) {
    .review--summary {
      display: flex;
      justify-content: flex-end; } }
  .review--summary .rating {
    margin-right: 8px; }
  .review__details {
    width: 100%; }
    @media all and (min-width: 768px) {
      .review__details:first-child {
        width: 20%; }
      .review__details:last-child {
        width: 80%; } }
  .review__author, .review__date, .review__title, .review__rating, .review__rating-legend {
    margin-bottom: 16px; }
  .review__title {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase; }
  .review__title-product {
    display: block;
    margin: 8px 0;
    text-transform: none;
    font-weight: bold; }
  .review__author {
    font-weight: normal; }
  .review__date {
    display: block;
    color: #73739c;
    font-size: 12px; }
  .review__fieldset {
    max-width: 430px; }
  .review__field {
    margin-bottom: 48px; }
  .review__submit-btn {
    width: 100%; }
    @media all and (min-width: 768px) {
      .review__submit-btn {
        width: auto; } }
  .review__required-info {
    margin-top: 32px;
    font-size: 12px; }
  .review__summary-handle {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    @media all and (min-width: 768px) {
      .review__summary-handle {
        flex-wrap: wrap;
        justify-content: flex-end;
        width: auto;
        max-width: 200px; } }
  .review__amount {
    font-size: 12px;
    text-decoration: underline;
    letter-spacing: 2px;
    margin-right: 8px; }
    @media all and (min-width: 768px) {
      .review__amount {
        margin-right: 0; } }
    .review__amount.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }
    .review__amount-text {
      display: none; }
  .review__summary-add {
    text-decoration: underline;
    text-align: right; }
    .review__summary-add.focus-visible {
      outline: none;
      text-decoration: underline;
      color: #fff;
      background-color: #2962ff; }

@media all and (min-width: 1200px) {
  .side-menu {
    display: none; } }

.side-menu--is-open .side-menu__content {
  opacity: 1;
  transform: translateX(calc(100% + 2px));
  visibility: visible; }

.side-menu--is-open .side-menu__overlay {
  width: 100%;
  opacity: 1; }

.side-menu__trigger-wrapper {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #c2c1df; }

.side-menu__trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 48px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
  cursor: pointer; }
  .side-menu__trigger.focus-visible .side-menu__trigger-icon, .side-menu__trigger:hover .side-menu__trigger-icon {
    fill: #31e37d; }

.side-menu__trigger-text {
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #73739c; }

.side-menu__trigger-icon {
  width: 18px;
  height: 18px;
  margin: 0 0 2px 0;
  padding: 0 0 4px 0;
  fill: #393243; }
  @media all and (min-width: 768px) {
    .side-menu__trigger-icon {
      margin: 0 0 4px 0; } }

.side-menu__content {
  position: fixed;
  top: 0;
  bottom: 0;
  right: calc(100% + 2px);
  width: 100%;
  height: 100%;
  max-width: 280px;
  max-height: 100vh;
  padding: 0;
  z-index: 100;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out, outline-offset 1ms;
  visibility: hidden; }
  @media all and (min-width: 768px) {
    .side-menu__content {
      max-width: 400px; } }

.side-menu__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6); }
  @media all and (min-width: 1200px) {
    .side-menu__overlay {
      display: none; } }

.side-menu__dropdown {
  margin: 0;
  width: 100%; }

.sidebar-block {
  position: relative;
  padding: 0 0 32px;
  min-height: 150px; }
  .sidebar-block--hidden {
    display: none; }
  .sidebar-block--loaded {
    min-height: auto; }
  .sidebar-block__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
  .sidebar-block__title {
    font-weight: normal;
    margin-bottom: 0; }
  .sidebar-block__divider {
    margin-bottom: 16px; }
  .sidebar-block__list {
    margin-bottom: 8px;
    counter-reset: sidebarIndex; }
    .sidebar-block__list--hidden {
      display: none; }
  .sidebar-block__item {
    display: flex;
    align-items: center; }
    .sidebar-block__item:before {
      content: counter(sidebarIndex) ".";
      counter-increment: sidebarIndex;
      margin: 0 8px;
      min-width: 16px;
      font-weight: bold; }
    .sidebar-block__item--wishlist {
      margin-bottom: 8px; }
  .sidebar-block__remove {
    padding: 16px;
    margin-right: 8px;
    background-color: transparent; }
    .sidebar-block__remove:hover, .sidebar-block__remove.focus-visible {
      background-color: transparent; }
      .sidebar-block__remove:hover .sidebar-block__remove-icon, .sidebar-block__remove.focus-visible .sidebar-block__remove-icon {
        fill: #31e37d; }
  .sidebar-block__remove-icon {
    padding: 0;
    width: 16px;
    height: 16px;
    transition: all 0.3s ease-in-out, outline-offset 1ms;
    fill: #e32926; }
  .sidebar-block__action:not(:first-child) {
    margin-left: 8px; }
  .sidebar-block__wishlist-item {
    margin-bottom: 32px; }
  .sidebar-block__product-image {
    width: 72px; }
  .sidebar-block__product-info {
    margin-left: 16px; }
  .sidebar-block__checkbox {
    margin: 8px 8px 16px; }
  .sidebar-block__hidden {
    display: none; }
  .sidebar-block__message {
    margin: 0; }
  .sidebar-block .price-as-configured {
    margin: 0;
    font-weight: bold; }

.slider {
  margin-bottom: 16px;
  position: relative; }
  .slider__handler {
    overflow: hidden; }
  .slider__slides {
    display: flex; }
  .slider__item {
    position: relative;
    min-width: 50%;
    border: 0; }
    @media all and (min-width: 768px) {
      .slider__item {
        min-width: 25%; } }
  .slider__navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px; }
  .slider__navigation-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    background-color: #fff;
    border: 0; }
    .slider__navigation-icon:first-child {
      margin-right: 8px; }
    .slider__navigation-icon:last-child {
      margin-left: 8px; }
    .slider__navigation-icon:hover, .slider__navigation-icon.focus-visible, .slider__navigation-icon:active {
      background-color: #fff; }
      .slider__navigation-icon:hover .slider__icon, .slider__navigation-icon.focus-visible .slider__icon, .slider__navigation-icon:active .slider__icon {
        fill: #1bc664; }
  .slider__icon {
    width: 25px;
    height: 25px;
    fill: #31e37d;
    transition: all 0.3s ease-in-out, outline-offset 1ms;
    cursor: pointer; }
  .slider__dot-navigation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 8px; }
  .slider__dot {
    display: block;
    padding: 16px;
    margin-right: 16px;
    cursor: pointer; }
    .slider__dot--active .slider__dot-inside {
      background-color: #31e37d; }
    .slider__dot:last-child {
      margin-right: 0; }
  .slider__dot-inside {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #4c4555;
    border-radius: 8px; }

.title-wrapper {
  margin: 0 0 16px 0;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .title-wrapper {
      flex-direction: row; } }
  .title-wrapper__actions {
    display: flex;
    justify-content: center;
    flex-direction: column; }

.toolbar {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #c2c1df; }
  @media all and (min-width: 768px) {
    .toolbar {
      align-items: center;
      justify-content: flex-start; } }
  .toolbar__mode, .toolbar__limiter, .toolbar__amount, .toolbar__sorter {
    flex: 0 0 auto;
    align-items: center; }
  .toolbar__pager {
    width: 100%; }
  .toolbar__amount {
    display: none; }
    @media all and (min-width: 768px) {
      .toolbar__amount {
        flex: 1;
        justify-content: center;
        display: flex; } }
    .toolbar__amount--visible {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: flex-start;
      padding: 8px 0; }
      @media all and (min-width: 768px) {
        .toolbar__amount--visible {
          flex: 1 0 0; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .toolbar__amount--visible {
          flex-grow: 0; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px) {
    .toolbar__amount--visible {
      flex-grow: 1; } }
  .toolbar__amount-content {
    color: #73739c; }
  .toolbar__sorter {
    border-top: 1px solid #c2c1df;
    padding: 8px 0;
    width: 100%; }
    @media all and (min-width: 768px) {
      .toolbar__sorter {
        width: auto;
        border-top: none;
        padding: 0; } }
  .toolbar__mode {
    display: flex;
    flex: 0 0 auto;
    margin-right: 8px; }
  .toolbar__mode-icon {
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 auto;
    fill: #c2c1df;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
    .toolbar__mode-icon--active {
      fill: #000; }
  .toolbar__mode-button {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer; }
    .toolbar__mode-button:hover .toolbar__mode-icon, .toolbar__mode-button.focus-visible .toolbar__mode-icon {
      fill: #31e37d; }
  .toolbar__sorter-wrapper, .toolbar__limiter-wrapper {
    margin: 0;
    display: flex;
    align-items: center; }
    .toolbar__sorter-wrapper .choices, .toolbar__limiter-wrapper .choices {
      flex-grow: 1; }
      @media all and (min-width: 768px) {
        .toolbar__sorter-wrapper .choices, .toolbar__limiter-wrapper .choices {
          width: 200px; } }
    .toolbar__sorter-wrapper .select__field-list, .toolbar__limiter-wrapper .select__field-list {
      z-index: 4; }
      .toolbar__sorter-wrapper .select__field-list--single, .toolbar__limiter-wrapper .select__field-list--single {
        height: 32px;
        border: 1px solid #c2c1df;
        border-radius: 32px;
        padding-right: 16px; }
  @media all and (min-width: 768px) {
    .toolbar__limiter-wrapper .choices {
      width: 72px; } }
  .toolbar .select__field-item {
    color: #393243;
    height: 30px;
    line-height: 30px; }
  .toolbar__sorter-select, .toolbar__limiter-select {
    height: 32px;
    font-family: "Montserrat", sans-serif; }
    @media all and (min-width: 768px) {
      .toolbar__sorter-select, .toolbar__limiter-select {
        width: 200px; } }
  @media all and (min-width: 768px) {
    .toolbar__limiter-select {
      width: 72px; } }
  .toolbar__sorter-label, .toolbar__limiter-label {
    color: #73739c;
    margin-bottom: 0;
    margin-right: 8px; }
  .toolbar__sorter-label {
    display: flex;
    align-items: center; }
  .toolbar__sorter-icon-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer; }
  .toolbar__sorter-icon {
    width: 18px;
    height: 18px;
    margin: 8px;
    fill: #73739c; }
  .toolbar__limiter {
    position: absolute;
    right: 0;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%; }
    @media all and (min-width: 768px) {
      .toolbar__limiter {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        margin: 8px 0; } }
    .toolbar__limiter--relative {
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: flex-end;
      padding: 8px 0; }
  .toolbar__limiter-suffix {
    display: none; }
    @media all and (min-width: 768px) {
      .toolbar__limiter-suffix {
        color: #73739c;
        display: block; } }
  .toolbar .choices.is-open .select__field-list--single {
    border-radius: 16px 16px 0 0; }
  .toolbar .choices.is-open .choices__list--dropdown {
    border-radius: 0 0 16px 16px; }
  .toolbar .choices.is-open:after, .toolbar .choices:after {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M12 2L10.59.59 6 5.17 1.41.59 0 2l6 6z' fill='%2373739c' /%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .toolbar .pager {
    display: none; }
  .toolbar ~ .toolbar {
    border-bottom: 0; }
    .toolbar ~ .toolbar .pager {
      display: block; }
    .toolbar ~ .toolbar .toolbar__mode, .toolbar ~ .toolbar .toolbar__sorter, .toolbar ~ .toolbar .toolbar__amount, .toolbar ~ .toolbar .toolbar__limiter {
      display: none; }

.quickorder {
  margin-bottom: 16px; }
  .quickorder__list-item {
    max-width: 500px;
    margin-bottom: 32px; }
  .quickorder__product {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
  .quickorder__product-image {
    width: auto; }
  .quickorder__product-details {
    margin-left: 8px; }
  .quickorder__qty-field {
    max-width: 200px; }
  .quickorder__textarea {
    margin-bottom: 8px; }
  .quickorder__autocomplete-item {
    cursor: pointer;
    line-height: 1.5; }
    .quickorder__autocomplete-item:hover {
      color: #2962ff; }

.ui-autocomplete {
  background-color: #fff;
  padding: 8px 0 8px 40px; }

.ui-helper-hidden-accessible {
  display: none; }

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px; }
  .cart-actions__button {
    width: 100%;
    margin-bottom: 15px; }
    @media all and (min-width: 768px) {
      .cart-actions__button {
        width: 190px;
        margin: 0 0 15px 15px;
        padding: 0 10px; } }
    @media all and (min-width: 768px) {
      .cart-actions__button--continue {
        margin: 0 auto 0 0; } }

.discount {
  flex-basis: 100%;
  margin-bottom: 16px;
  padding: 0; }
  .discount.active .discount__title-icon {
    transform: rotate(180deg); }
  .discount__title {
    display: flex;
    align-items: center;
    padding: 16px 0;
    cursor: pointer; }
  .discount__title-text {
    margin-right: 16px;
    font-weight: 500; }
  .discount__title-icon {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }
  .discount__content {
    display: none; }
  .discount__form {
    display: block; }
  .discount__controls {
    position: relative;
    height: auto;
    margin-bottom: 16px; }
  .discount__input {
    margin: 0; }
  .discount__field {
    height: 32px;
    padding: 0 16px;
    margin: 0;
    border: none;
    border-radius: 32px;
    color: #fff;
    line-height: 32px;
    background: #4c4555; }
    .discount__field::placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .discount__button {
    position: absolute;
    top: 0;
    right: -2px;
    height: 32px;
    width: auto;
    border-radius: 32px;
    padding: 0 21px; }
    .discount__button:hover, .discount__button.focus-visible {
      cursor: pointer;
      outline: none; }

.cart {
  display: flex;
  margin-bottom: 32px; }
  .cart__bottom {
    display: flex;
    margin: 0;
    padding: 8px 0 0 0;
    border-top: 1px solid #c9c9c9; }
  .cart__products-list {
    margin: 0;
    border-top: 1px solid #c9c9c9; }

.cart-summary {
  padding: 15px;
  background-color: #f7f7f9; }
  .cart-summary__item {
    display: block;
    flex: 1 0 100%;
    padding: 5px; }
  .cart-summary__shipping-methods {
    margin: 25px 0; }
    .cart-summary__shipping-methods-heading {
      margin-bottom: 5px;
      font-weight: 600;
      font-size: 12px; }
  .cart-summary__checkout-button {
    display: block;
    margin-bottom: 0; }
  .cart-summary__multiple-addresses {
    display: block;
    width: 100%;
    margin: 15px 0 10px;
    text-align: center; }

.cart-totals {
  padding-top: 15px;
  border-top: 1px solid #d9d9d9; }
  .cart-totals__row {
    padding-bottom: 15px;
    font-size: 14px; }
    .cart-totals__row--summary {
      margin-bottom: 15px;
      padding-top: 10px;
      border-top: 1px solid #d9d9d9;
      font-weight: 600;
      font-size: 14px; }

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin: 0;
  padding: 16px 0 32px 0;
  border-bottom: 1px solid #c2c1df;
  list-style: none; }
  @media all and (min-width: 768px) {
    .catalog-grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .catalog-grid {
      display: flex;
      flex-wrap: wrap; } }

.catalog-list {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0; }
  @media all and (min-width: 992px) {
    .catalog-list {
      display: block; } }
  .catalog-list::after {
    display: table;
    clear: both;
    content: ""; }
  .catalog-list__products {
    order: 1;
    padding: 0 0 32px 0; }
    @media all and (min-width: 992px) {
      .catalog-list__products {
        float: right;
        width: calc(100% - 306px - 16px); } }
  @media all and (min-width: 992px) {
    .catalog-list__sidebar, .catalog-list__sidebar-additional {
      float: left;
      width: 306px; } }
  .catalog-list__sidebar {
    order: 0;
    border-bottom: 1px solid #c9c9c9; }
    @media all and (min-width: 992px) {
      .catalog-list__sidebar {
        margin: 0 16px 0 0;
        border-bottom: none; } }
  .catalog-list__sidebar-additional {
    order: 2; }
    @media all and (min-width: 992px) {
      .catalog-list__sidebar-additional {
        clear: left; } }

.compare {
  margin-bottom: 16px;
  overflow-x: auto; }
  .compare__table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #c9c9c9; }
    @media all and (min-width: 768px) {
      .compare__table {
        width: 100%;
        table-layout: fixed; } }
  .compare__label {
    width: 120px;
    padding: 8px;
    background-color: #f7f7f9;
    border-bottom: 1px solid #c9c9c9; }
    @media all and (min-width: 768px) {
      .compare__label {
        padding: 16px; } }
  .compare__cell {
    position: relative;
    padding: 16px;
    min-width: 160px;
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9; }
    .compare__cell ul {
      padding-left: 16px; }
    .compare__cell li {
      line-height: 1.5; }
  .compare__product {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .compare .image, .compare img,
  .compare picture {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .compare .price {
    font-weight: bold; }
  .compare__link, .compare__rating,
  .compare .price {
    display: block;
    margin-bottom: 8px; }
  .compare__buttons-container {
    display: flex;
    justify-content: center; }
    @media all and (min-width: 768px) {
      .compare__buttons-container {
        flex-wrap: wrap; } }
  .compare__secondary-buttons {
    display: flex; }
  .compare__form {
    margin: 0; }
  .compare__cart {
    padding: 0; }
    @media all and (min-width: 768px) {
      .compare__cart {
        width: 120px;
        padding: 0 16px; } }
  .compare__cart-text {
    display: none; }
    @media all and (min-width: 768px) {
      .compare__cart-text {
        display: inline; } }
  @media all and (min-width: 768px) {
    .compare__cart-icon {
      display: none; } }
  .compare__wishlist, .compare__remove {
    height: 48px;
    width: 48px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer; }
    .compare__wishlist:hover, .compare__wishlist.focus-visible, .compare__remove:hover, .compare__remove.focus-visible {
      background: transparent; }
      .compare__wishlist:hover .compare__wishlist-icon,
      .compare__wishlist:hover .compare__remove-icon, .compare__wishlist.focus-visible .compare__wishlist-icon,
      .compare__wishlist.focus-visible .compare__remove-icon, .compare__remove:hover .compare__wishlist-icon,
      .compare__remove:hover .compare__remove-icon, .compare__remove.focus-visible .compare__wishlist-icon,
      .compare__remove.focus-visible .compare__remove-icon {
        fill: #31e37d; }
  .compare__wishlist-icon, .compare__remove-icon {
    fill: #393243;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }

.confirmation-link {
  max-width: 600px;
  margin-bottom: 48px; }
  .confirmation-link__link {
    display: block;
    margin-top: 16px; }

.dashboard {
  margin-top: 16px;
  margin-bottom: 16px; }
  .dashboard__actions {
    justify-content: space-between; }
  .dashboard__handler {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 32px; }
  .dashboard__title {
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #73739c; }
    .dashboard__title--wrapped {
      margin-bottom: 0;
      margin-right: 32px; }
  .dashboard__status {
    border: 1px solid #73739c;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 12px; }
  .dashboard__item {
    margin-bottom: 32px; }
  .dashboard__form {
    padding: 0 15px; }
    .dashboard__form:first-child {
      padding-left: 5px; }
    .dashboard__form:last-child {
      padding-right: 5px; }
  .dashboard__product {
    border: 0;
    padding: 0; }
  .dashboard__form--hidden {
    display: none; }
  .dashboard__field-qty {
    max-width: 100px;
    text-align: right; }
  .dashboard__input {
    margin-bottom: 32px; }
  .dashboard__label {
    margin: 0 20px 0 0; }
  .dashboard__link {
    display: inline-flex; }
  .dashboard__list-item, .dashboard__list .nav.item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    margin-right: 5px;
    background-color: #c9c9c9;
    border: 1px solid #73739c;
    border-bottom: 0; }
    .dashboard__list-item--current, .dashboard__list .nav.item.current {
      padding: 16px;
      background-color: #fff; }
      .dashboard__list-item--current:after, .dashboard__list .nav.item.current:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff; }
  .dashboard__list-link, .dashboard__list .nav.item > a {
    padding: 16px; }

.product-reviews__image {
  display: block;
  margin: 8px auto;
  max-width: 300px; }

.product-reviews__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }

.product-reviews__name {
  margin: 0; }

.company-structure__actions {
  margin-bottom: 16px; }

.company-users__filters {
  margin-bottom: 16px; }

.company-users__actions {
  margin: 16px 0; }

.my-quotes__filters {
  margin-bottom: 16px; }

.requisition-list-view__description {
  margin: 0 0 16px 0; }

.roles-and-permissions__actions {
  margin: 16px 0; }

.wishlist__grid {
  justify-content: flex-start; }

.wishlist__item {
  margin-bottom: 16px; }
  @media all and (min-width: 480px) {
    .wishlist__item {
      padding: 0 16px; } }
  .wishlist__item .price-box {
    padding: 0 8px 8px;
    font-weight: bold; }
  .wishlist__item .price-as-configured {
    margin: 0;
    font-weight: bold; }

.wishlist__link {
  display: block; }

.wishlist__item-name {
  display: block;
  padding: 8px 8px 0 8px;
  margin: 0; }

.wishlist__item-name-link {
  display: block;
  color: #333333;
  font-size: 12px;
  line-height: 1.5; }

.wishlist__options {
  margin: 0 8px; }

.wishlist__item-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 0; }
  @media all and (min-width: 768px) {
    .wishlist__item-inner {
      padding: 16px 0; } }

.wishlist__label {
  margin: 0 8px 0 0; }

.wishlist__qty {
  flex: 1;
  min-width: 120px;
  max-width: 200px; }

.wishlist__field-qty {
  margin-right: 8px;
  text-align: right; }

.wishlist__item-actions {
  order: 2;
  margin-bottom: 8px; }
  .wishlist__item-actions--to-cart {
    order: 3;
    flex-basis: 100%;
    padding-top: 8px; }

.wishlist__button {
  width: 100%;
  margin-bottom: 0%; }

.wishlist__remove {
  margin-left: 8px; }

.wishlist__comment {
  margin: 0; }

.wishlist__action {
  padding-top: 16px; }

.email-to-friend {
  max-width: 500px; }
  .email-to-friend__sender-wrapper {
    margin-bottom: 16px; }
  .email-to-friend__fieldset {
    margin-bottom: 32px; }
  .email-to-friend__inner-fieldset {
    margin-top: 32px; }
  .email-to-friend__options .fields:not(.additional) .email-to-friend__inner-fieldset {
    margin-top: 0; }
  .email-to-friend__message {
    resize: vertical; }
  .email-to-friend__remove {
    margin-bottom: 16px; }
  .email-to-friend__back {
    margin-left: 16px;
    cursor: pointer; }
  .email-to-friend__submit {
    margin-bottom: 32px; }

.forgot-password {
  max-width: 500px;
  margin-bottom: 48px; }
  .forgot-password__email, .forgot-password__captcha-field {
    margin-bottom: 16px; }
  .forgot-password__captcha-field {
    width: 50%; }
  .forgot-password__captcha-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
  .forgot-password__image {
    padding-right: 8px;
    width: auto;
    max-width: 300px; }
  .forgot-password__strength-meter {
    margin-bottom: 16px; }

@media all and (min-width: 768px) {
  .home__banners-handler {
    display: flex;
    flex-flow: row nowrap; } }

.home__banners-handler:first-child {
  margin-top: 16px; }

.home__banner-content {
  margin-bottom: 16px; }
  @media all and (min-width: 768px) {
    .home__banner-content {
      margin-right: 16px; }
      .home__banner-content:last-child {
        margin-right: 0; } }

.home__brands {
  margin-top: 48px;
  border-bottom: 1px solid #c2c1df; }

.home__brands-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  margin: 32px 0 48px 0; }
  @media all and (min-width: 768px) {
    .home__brands-list {
      flex-wrap: nowrap; } }
  .home__brands-list .list__item, .home__brands-list .dashboard-nav .nav.item, .dashboard-nav .home__brands-list .nav.item, .home__brands-list .dashboard__list .nav.item, .dashboard__list .home__brands-list .nav.item {
    margin-bottom: 16px;
    width: 33.33%;
    padding: 16px;
    border-right: 1px solid #c2c1df;
    text-align: center; }
    .home__brands-list .list__item:nth-child(3n), .home__brands-list .dashboard-nav .nav.item:nth-child(3n), .dashboard-nav .home__brands-list .nav.item:nth-child(3n), .home__brands-list .dashboard__list .nav.item:nth-child(3n), .dashboard__list .home__brands-list .nav.item:nth-child(3n) {
      border-right: 0; }
    @media all and (min-width: 768px) {
      .home__brands-list .list__item, .home__brands-list .dashboard-nav .nav.item, .dashboard-nav .home__brands-list .nav.item, .home__brands-list .dashboard__list .nav.item, .dashboard__list .home__brands-list .nav.item {
        width: 20%; }
        .home__brands-list .list__item:nth-child(3n), .home__brands-list .dashboard-nav .nav.item:nth-child(3n), .dashboard-nav .home__brands-list .nav.item:nth-child(3n), .home__brands-list .dashboard__list .nav.item:nth-child(3n), .dashboard__list .home__brands-list .nav.item:nth-child(3n) {
          border-right: 1px solid #c2c1df; }
        .home__brands-list .list__item:last-child, .home__brands-list .dashboard-nav .nav.item:last-child, .dashboard-nav .home__brands-list .nav.item:last-child, .home__brands-list .dashboard__list .nav.item:last-child, .dashboard__list .home__brands-list .nav.item:last-child {
          border-right: 0; } }
    @media all and (min-width: 992px) {
      .home__brands-list .list__item, .home__brands-list .dashboard-nav .nav.item, .dashboard-nav .home__brands-list .nav.item, .home__brands-list .dashboard__list .nav.item, .dashboard__list .home__brands-list .nav.item {
        padding: 32px; } }
  .home__brands-list .link, .home__brands-list a {
    display: block; }

.home__static-block {
  padding: 48px 16px; }

.home__cms-block-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase; }

@media all and (min-width: 768px) {
  .home__static-text {
    column-count: 2;
    column-gap: 48px;
    text-align: justify; } }

.login {
  padding-top: 8px;
  margin-bottom: 48px; }
  .login__company-wrapper {
    margin: 32px 0 0 0;
    padding: 16px 8px 0 8px;
    border-top: 1px solid #c2c1df; }
    @media all and (min-width: 768px) {
      .login__company-wrapper {
        border-top: none; } }
  .login__info {
    margin: 16px 0 24px 0; }
  .login__form {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #c2c1df; }
    @media all and (min-width: 768px) {
      .login__form {
        margin: 0;
        padding: 0;
        border-bottom: none; } }
  .login__heading {
    margin: 0 0 16px 0; }
  @media all and (min-width: 768px) {
    .login__fieldset {
      max-width: 488px; } }
  .login__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 16px; }
  .login__button {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    margin: 0 16px 0 0;
    padding-right: 38px;
    padding-left: 38px;
    min-width: 160px; }
    @media all and (min-width: 480px) {
      .login__button {
        width: auto;
        flex: 0 0 auto; } }
    @media all and (min-width: 992px) {
      .login__button {
        margin: 0 32px 0 0; } }
    .login__button--create-account {
      margin: 0; }
  .login__forgot-password {
    margin: 16px 0 0 0;
    color: #2962ff;
    text-decoration: none; }
    @media all and (min-width: 480px) {
      .login__forgot-password {
        margin: 0; } }
  .login__input {
    margin: 0 0 16px; }
  .login__validation-tips {
    color: #e32926;
    margin: 0 0 8px; }

.product-view {
  display: flex;
  flex-direction: column; }
  .product-view__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 32px 0; }
    @media all and (min-width: 768px) {
      .product-view__wrapper {
        display: block;
        margin: 0 0 40px 0; } }
  .product-view__form {
    width: 100%; }
  .product-view__gallery {
    order: 2;
    width: 100%;
    border-bottom: 1px solid #73739c;
    padding-bottom: 8px;
    margin-bottom: 16px; }
    @media all and (min-width: 768px) {
      .product-view__gallery {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
        float: left;
        width: calc(50% - 8px); } }
  .product-view__main-details {
    width: 100%;
    order: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    @media all and (min-width: 768px) {
      .product-view__main-details {
        display: block;
        position: relative;
        width: calc(100% - 50% - 8px);
        float: right;
        margin-bottom: 16px; } }
  .product-view__secondary-details {
    display: flex;
    flex-wrap: wrap;
    order: 3;
    width: 100%; }
    @media all and (min-width: 768px) {
      .product-view__secondary-details {
        display: block;
        width: calc(100% - 50% - 8px);
        float: right; } }
  .product-view__title {
    width: 100%;
    margin-bottom: 8px; }
    @media all and (min-width: 768px) {
      .product-view__title {
        padding-right: 55%; } }
    .product-view__title .heading--page {
      margin: 0;
      font-size: 18px;
      text-transform: inherit; }
  .product-view__price {
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px; }
    @media all and (min-width: 768px) {
      .product-view__price {
        float: left;
        width: 100%;
        padding-right: 55%;
        margin-bottom: 0; } }
    .product-view__price .price-box {
      display: flex; }
    .product-view__price .price-label {
      font-weight: normal; }
    .product-view__price .price__value {
      color: #393243; }
      .product-view__price .price__value--old {
        color: #73739c; }
      .product-view__price .price__value--special {
        color: #393243; }
      .product-view__price .price__value.sly-old-price {
        display: none; }
  .product-view__description {
    order: 2;
    margin: 0 16px 16px;
    color: #393243;
    width: 100%;
    padding: 16px;
    border-top: 1px solid #c2c1df;
    border-bottom: 1px solid #c2c1df;
    line-height: 1.7; }
    @media all and (min-width: 768px) {
      .product-view__description {
        padding: 16px 0;
        margin: 0 0 32px; } }
  .product-view__description-bundle {
    order: 0;
    margin: 0;
    padding: 16px 0; }
  .product-view__description-title {
    font-weight: bold; }
  .product-view__customization {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c2c1df; }
  .product-view__summary {
    width: 100%;
    padding: 16px 0;
    margin: 0 0 32px;
    border-bottom: 1px solid #c2c1df;
    border-top: 1px solid #c2c1df; }
    @media all and (min-width: 768px) {
      .product-view__summary {
        border-bottom: 0;
        margin: 0; } }
  .product-view__summary-price {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 18px; }
  .product-view__summary-unit {
    padding-left: 4px;
    font-size: 14px; }
  .product-view__summary-title {
    font-weight: bold;
    margin-bottom: 16px; }
  .product-view__summary-list {
    padding-left: 16px; }
  .product-view__summary-item-title {
    display: block;
    font-weight: bold; }
  .product-view__options {
    width: 100%; }
    .product-view__options .swatch {
      margin-bottom: 16px; }
      .product-view__options .swatch__option-container {
        margin-right: 16px; }
  .product-view__swatch-option-title {
    font-size: 14px;
    font-weight: bold; }
  .product-view__tabs {
    margin: 0 -8px 14px -8px; }
    @media all and (min-width: 768px) {
      .product-view__tabs {
        margin: 0 0 72px 0; } }
  .product-view__tab .tab__content {
    line-height: 1.7; }
  .product-view__information {
    order: 3;
    width: 100%;
    padding: 0 20px; }
    @media all and (min-width: 768px) {
      .product-view__information {
        padding: 0; } }
  .product-view__stock-status {
    color: #4c4555;
    width: 50%;
    text-align: right;
    margin-bottom: 16px; }
    @media all and (min-width: 768px) {
      .product-view__stock-status {
        margin-bottom: 0;
        float: right;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        width: 45%;
        bottom: 0;
        text-align: right; } }
    .product-view__stock-status--out-of-stock {
      color: #e32926; }
    .product-view__stock-status--alert {
      color: #e32926; }
  .product-view__rating {
    color: #4c4555;
    width: 100%;
    display: flex;
    margin: 0 0 14px 0;
    justify-content: space-between; }
    @media all and (min-width: 768px) {
      .product-view__rating {
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        justify-content: flex-end;
        margin: 0; } }
  .product-view__rating-rates {
    width: 50%;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    font-size: 14px; }
    @media all and (min-width: 768px) {
      .product-view__rating-rates {
        width: auto;
        justify-content: flex-end; } }
  .product-view__rating-actions {
    width: 50%;
    flex: 1 0 auto;
    text-align: right; }
    @media all and (min-width: 768px) {
      .product-view__rating-actions {
        width: auto; } }
  .product-view__main-actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 23px;
    flex-wrap: wrap; }
    @media all and (min-width: 992px) {
      .product-view__main-actions {
        flex-wrap: nowrap;
        align-items: flex-end; } }
  .product-view__actions {
    clear: both; }
  .product-view__extra-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 8px; }
    @media all and (min-width: 992px) {
      .product-view__extra-actions {
        margin-bottom: 0;
        padding: 0; } }
  .product-view__qty {
    flex-basis: 100%;
    margin-bottom: 16px; }
    @media all and (min-width: 480px) {
      .product-view__qty {
        flex: 0 0 auto;
        margin-right: 16px; } }
    @media all and (min-width: 992px) {
      .product-view__qty {
        margin-bottom: 0; } }
  .product-view__grouped-qty {
    margin: 0;
    max-width: 100px; }
  .product-view__grouped-table {
    table-layout: fixed; }
  .product-view__grouped-col-qty {
    width: 120px; }
  .product-view__grouped-product-name {
    display: block;
    font-weight: bold;
    margin: 0 16px 0 0; }
    @media all and (min-width: 768px) {
      .product-view__grouped-product-name {
        margin: 0 0 8px; } }
  .product-view__action-elements {
    flex-flow: column;
    flex: 1 0 auto;
    justify-content: space-between;
    display: flex; }
    @media all and (min-width: 480px) {
      .product-view__action-elements {
        margin-top: 28px; } }
    @media all and (min-width: 992px) {
      .product-view__action-elements {
        margin-top: 0;
        flex-flow: row nowrap;
        justify-content: flex-start; } }
  .product-view__add-to-cart-btn, .product-view__update-cart-btn {
    flex: 1 0 auto;
    width: 100%;
    min-width: 150px; }
    @media all and (min-width: 992px) {
      .product-view__add-to-cart-btn, .product-view__update-cart-btn {
        padding: 0 32px; } }
  .product-view__add-to-cart, .product-view__update-cart {
    width: 100%;
    margin: 0 0 8px 0; }
    @media all and (min-width: 992px) {
      .product-view__add-to-cart, .product-view__update-cart {
        width: auto;
        flex: 0 0 auto;
        margin: 0 16px 0 0; } }
  .product-view__update-wishlist {
    width: auto; }
  .product-view__action {
    margin-right: 8px;
    width: 48px;
    height: 48px;
    padding: 0; }
    .product-view__action:hover {
      cursor: pointer; }
      .product-view__action:hover .icon {
        fill: #31e37d; }
    .product-view__action:last-child {
      margin-right: 0; }
    .product-view__action--button {
      box-shadow: none;
      background: transparent;
      border: none; }
    .product-view__action .icon {
      fill: #393243;
      transition: all 0.3s ease-in-out, outline-offset 1ms; }
    .product-view__action--wishlist {
      padding: 15px 14px; }
      .product-view__action--wishlist .icon {
        width: 20px;
        height: 18px; }
    .product-view__action--emailfriend {
      padding: 16px 14px; }
      .product-view__action--emailfriend .icon {
        width: 20px;
        height: 16px; }
    .product-view__action--compare {
      padding: 16px 16px; }
      .product-view__action--compare .icon {
        width: 16px;
        height: 16px; }
  .product-view__link--rating {
    text-decoration: none;
    color: #4c4555; }
    .product-view__link--rating:hover {
      cursor: pointer; }
  .product-view__link--add-review {
    text-decoration: none;
    font-size: 14px; }
    @media all and (min-width: 768px) {
      .product-view__link--add-review {
        font-size: 12px; } }
  .product-view__sku {
    width: 100%;
    color: #73739c;
    margin-bottom: 16px; }
    @media all and (min-width: 768px) {
      .product-view__sku {
        display: block;
        margin-bottom: 8px;
        padding-right: 55%; } }
  @media all and (min-width: 768px) {
    .product-view__review {
      width: 430px; } }
  .product-view__review-item {
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid #c2c1df; }
    .product-view__review-item:first-child {
      border-top: 0; }
    .product-view__review-item:last-child {
      border-bottom: 1px solid #c2c1df; }
  .product-view__review-details {
    margin-bottom: 16px; }
    @media all and (min-width: 768px) {
      .product-view__review-details {
        margin-bottom: 0; } }
  .product-view__review-author {
    margin-bottom: 8px; }
  .product-view__review-date {
    margin-bottom: 8px;
    font-size: 12px;
    color: #c2c1df; }
  .product-view__review-content-title {
    font-weight: bold; }
  .product-view__review-title {
    margin-bottom: 0;
    text-transform: uppercase; }
  .product-view__review-product-name {
    font-weight: bold; }
  .product-view__slider {
    margin-bottom: 8px; }
    @media all and (min-width: 768px) {
      .product-view__slider {
        margin-bottom: 72px; } }
    @media all and (min-width: 768px) {
      .product-view__slider:last-child {
        margin-bottom: 56px; } }
    @media all and (min-width: 992px) {
      .product-view__slider:last-child {
        margin-bottom: 64px; } }
    .product-view__slider .heading, .product-view__slider h1,
    .product-view__slider h2,
    .product-view__slider h3,
    .product-view__slider h4,
    .product-view__slider h5,
    .product-view__slider h6 {
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase; }
  @media all and (min-width: 992px) {
    .product-view__slider-navigation {
      display: none; } }
  .product-view__additional-content {
    display: none; }
    @media all and (min-width: 768px) {
      .product-view__additional-content {
        display: block;
        margin-bottom: 72px; } }
  .product-view__grid-item .catalog-grid-item__name {
    font-size: 16px;
    text-transform: initial; }
  .product-view__slider {
    overflow: hidden; }
    .product-view__slider .slider__handler {
      margin-right: -16px; }
  .product-view__slide-item {
    padding-right: 16px; }

.registration {
  padding-top: 16px; }
  .registration__divider {
    margin-bottom: 32px; }
  .registration__content {
    margin: 0 0 48px; }
  .registration__input {
    margin: 0 0 16px; }
  .registration__legend {
    position: relative;
    margin: 0;
    padding: 0 0 16px 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold; }
  .registration__fieldset {
    margin: 0 0 16px; }
  .registration__newsletter-checkbox-field:checked ~ .checkbox__label {
    font-weight: bold; }
  .registration__newsletter-checkbox-label {
    margin: 0 0 16px; }
  .registration__password-wrapper {
    margin: 0 0 16px; }
  .registration__password {
    margin: 0; }

.fotorama .fotorama__nav-wrap {
  display: flex; }
  @media all and (min-width: 768px) {
    .fotorama .fotorama__nav-wrap {
      display: block; } }
  .fotorama .fotorama__nav-wrap--vertical .fotorama__active, .fotorama .fotorama__nav-wrap--horizontal .fotorama__active {
    box-sizing: border-box; }
  .fotorama .fotorama__nav-wrap--vertical .fotorama__arr--disabled, .fotorama .fotorama__nav-wrap--horizontal .fotorama__arr--disabled {
    display: none !important; }
  .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
    background-color: #fff; }
    @media all and (min-width: 768px) {
      .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
        width: 100%; } }
    .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
      background-image: url("../images/fotorama/angle-up.svg"); }
    .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      background-image: url("../images/fotorama/angle-down.svg"); }
    .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      position: relative;
      top: 0;
      left: 0;
      height: 12px;
      width: 12px;
      padding: 0;
      margin: 0;
      background-position: 0 0; }

.fotorama .fotorama__stage {
  padding-bottom: 16px; }
  @media all and (min-width: 768px) {
    .fotorama .fotorama__stage {
      padding-bottom: 0; } }

.fotorama .fotorama__stage.fotorama__shadows--top:before, .fotorama .fotorama__stage.fotorama__shadows--bottom:before, .fotorama .fotorama__stage.fotorama__shadows--right:before, .fotorama .fotorama__stage.fotorama__shadows--left:before,
.fotorama .fotorama__nav.fotorama__shadows--top:before,
.fotorama .fotorama__nav.fotorama__shadows--bottom:before,
.fotorama .fotorama__nav.fotorama__shadows--right:before,
.fotorama .fotorama__nav.fotorama__shadows--left:before {
  background-image: none; }

.fotorama .fotorama__stage.fotorama__shadows--top:after, .fotorama .fotorama__stage.fotorama__shadows--bottom:after, .fotorama .fotorama__stage.fotorama__shadows--right:after, .fotorama .fotorama__stage.fotorama__shadows--left:after,
.fotorama .fotorama__nav.fotorama__shadows--top:after,
.fotorama .fotorama__nav.fotorama__shadows--bottom:after,
.fotorama .fotorama__nav.fotorama__shadows--right:after,
.fotorama .fotorama__nav.fotorama__shadows--left:after {
  background-image: none; }

.fotorama .fotorama-video-container {
  cursor: pointer; }
  .fotorama .fotorama-video-container.video-unplayed:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    opacity: 0.8;
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right; }
  .fotorama .fotorama-video-container.video-unplayed:hover:after {
    opacity: 1; }
  .fotorama .fotorama-video-container.fotorama__product-video--loaded .product-video {
    display: block;
    width: 100%;
    height: 100%; }
  .fotorama .fotorama-video-container .product-video {
    display: none; }
  .fotorama .fotorama-video-container .fotorama__img {
    pointer-events: none; }

.fotorama .fotorama__thumb-border {
  display: none; }

.shipping-estimation {
  border-top: 1px solid #d9d9d9; }
  .shipping-estimation.active .shipping-estimation__title-icon {
    transform: rotate(180deg); }
  .shipping-estimation__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer; }
    .shipping-estimation__title-text {
      font-weight: 500; }
    .shipping-estimation__title-icon {
      width: 14px;
      height: 14px;
      transition: all 0.3s ease-in-out, outline-offset 1ms; }
  .shipping-estimation__content {
    display: none;
    padding-bottom: 20px; }
  .shipping-estimation__form {
    padding-top: 20px; }

.register__password {
  display: flex;
  flex-direction: column; }
  .register__password .mage-error[generated] {
    order: 2; }

.popup-content {
  padding: 15px; }
  .popup-content__column {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
    @media all and (min-width: 768px) {
      .popup-content__column {
        flex-basis: 50%;
        max-width: 50%; } }
    .popup-content__column:first-child {
      padding-bottom: 30px; }
      @media all and (min-width: 768px) {
        .popup-content__column:first-child {
          padding-bottom: 0;
          padding-right: 30px; } }
    .popup-content__column:nth-child(2) {
      border-top: 1px solid #393243;
      padding-top: 30px; }
      .popup-content__column:nth-child(2):before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: -17px;
        right: 0;
        width: 36px;
        height: 36px;
        line-height: 34px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #393243;
        border-radius: 50%;
        color: #393243;
        text-align: center; }
      @media all and (min-width: 768px) {
        .popup-content__column:nth-child(2) {
          padding-left: 30px;
          padding-top: 0;
          border-left: 1px solid #393243;
          border-top: none; }
          .popup-content__column:nth-child(2):before {
            margin: auto 0;
            bottom: 0;
            left: -17px;
            top: 0; } }
  .popup-content__title {
    font-size: 26px; }
  .popup-content__link {
    display: block;
    margin-bottom: 10px; }

.gift-card {
  margin-bottom: 15px;
  padding: 0 15px; }
  .gift-card.active .gift-card__title-icon {
    transform: rotate(180deg); }
  .gift-card__title {
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer; }
    .gift-card__title-text {
      margin-right: 15px;
      font-weight: 500; }
    .gift-card__title-icon {
      width: 14px;
      height: 14px;
      transition: all 0.3s ease-in-out, outline-offset 1ms; }
  .gift-card__form {
    display: block; }
  .gift-card__content {
    display: none; }
  .gift-card__fields {
    margin-bottom: 5px; }

.gift-options .gift-item-block._active .gift-options__title-icon {
  transform: rotate(180deg); }

.gift-options__title {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer; }
  .gift-options__title-text {
    margin-right: 15px;
    font-weight: 500; }
  .gift-options__title-icon {
    width: 14px;
    height: 14px;
    transition: all 0.3s ease-in-out, outline-offset 1ms; }

.gift-options__sub-title {
  margin: 15px 0; }

.gift-options__fields {
  margin-bottom: 5px; }

.gift-message {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d9d9d9; }
  .gift-message__summary {
    margin: 15px 0; }

.required-captcha.checkbox {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.rating__summary {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100px; }

.rating__results {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.rating__icon {
  width: 100px;
  height: 30px;
  fill: #c9c9c9; }
  .rating__icon--results {
    fill: #ffd500; }

.field-tooltip label {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.modals-overlay {
  z-index: 899; }

.modal-popup,
.modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }
  .modal-popup._show,
  .modal-slide._show {
    visibility: visible; }
    .modal-popup._show .modal-inner-wrap,
    .modal-slide._show .modal-inner-wrap {
      transform: translate(0, 0); }
  .modal-popup .modal-inner-wrap,
  .modal-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }
    .modal-popup .modal-inner-wrap .modal__close-button-icon,
    .modal-slide .modal-inner-wrap .modal__close-button-icon {
      fill: #000; }

.modal-slide {
  left: 72px;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-footer,
  .modal-slide._inner-scroll .modal-header {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-content,
  .modal-slide .modal-footer,
  .modal-slide .modal-header {
    padding: 0 41px 41px; }
  .modal-slide .modal-header {
    padding-bottom: 33px;
    padding-top: 33px; }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup.modal-slide {
    left: 72px;
    z-index: 900; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; }
    @media all and (min-width: 768px) {
      .modal-popup.modal-slide {
        z-index: 900;
        left: 0;
        overflow-y: auto; }
        .modal-popup.modal-slide._show .modal-inner-wrap {
          transform: translateY(0); }
        .modal-popup.modal-slide .modal-inner-wrap {
          margin: 80px auto;
          width: 75%;
          display: flex;
          flex-direction: column;
          box-sizing: border-box;
          height: auto;
          left: 0;
          position: absolute;
          right: 0;
          transform: translateY(-200%);
          transition-duration: 0.2s;
          transition-timing-function: ease; } }
  .modal-popup._show .modal-inner-wrap {
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 80px auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition-duration: 0.2s;
    transition-timing-function: ease; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-content,
  .modal-popup .modal-footer,
  .modal-popup .modal-header {
    padding-left: 15px;
    padding-right: 15px; }
    @media all and (min-width: 768px) {
      .modal-popup .modal-content,
      .modal-popup .modal-footer,
      .modal-popup .modal-header {
        padding-left: 30px;
        padding-right: 30px; } }
  .modal-popup .modal-footer,
  .modal-popup .modal-header {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 12px;
    padding-top: 42px; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 30px;
    padding-top: 30px; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: transparent; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #1bc664; }

.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #fff; }

.modal-popup.modal-slide._inner-scroll._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  height: auto;
  min-height: 100%; }

@media all and (min-width: 768px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: 0; }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #d3d3d3;
    text-align: right; }
  .modal-popup .action-close {
    padding: 30px; } }

.modal-popup .heading--page {
  margin-top: 0; }

.modal-popup .action.primary, .modal-popup .action.secondary {
  width: auto; }

.modal-slide .action-close {
  padding: 17px 14px; }

.modal-slide .page-main-actions {
  margin-bottom: 18px;
  margin-top: 33px; }

.modals-overlay {
  background-color: rgba(247, 247, 249, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom {
  height: 100vh;
  overflow: hidden;
  width: 100vw; }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(247, 247, 249, 0.8); }

@media all and (min-width: 768px) {
  body._has-modal-custom {
    height: 100%;
    overflow: hidden;
    width: 100%; }
    body._has-modal-custom .modal-custom-overlay {
      height: 100vh;
      left: 0;
      position: fixed;
      top: 0;
      width: 100vw;
      z-index: 899; } }

@media all and (max-width: 768px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    left: 72px;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible; }
      .custom-slide._show .modal-inner-wrap {
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
      .custom-slide .modal-inner-wrap .modal__close-button-icon {
        fill: #000; }
    .custom-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; } }

@font-face {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  src: url("${icons-pagebuilder__font-path}.eot");
  src: url("${icons-pagebuilder__font-path}.eot?#iefix") format("embedded-opentype"), url("${icons-pagebuilder__font-path}.woff") format("woff"), url("${icons-pagebuilder__font-path}.ttf") format("truetype"); }

.pagebuilder-icon, .slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none; }

[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  display: inline-block;
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle; }

.pagebuilder-icon-down:before {
  content: ""; }

.pagebuilder-icon-next:before {
  content: ""; }

.pagebuilder-icon-prev:before {
  content: ""; }

.pagebuilder-icon-up:before {
  content: ""; }

.product-full-width-section {
  padding: 0.5em 0; }
  .product-full-width-section .block.review-add {
    margin-top: 2.7rem; }

.page-layout-product-full-width .block.related {
  margin-top: 2.7rem; }

.page-main-details .product-section-title {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 16px;
  padding-bottom: 16px; }

.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto; }
  .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
    border: none;
    padding: 8px 32px 16px 0; }
  .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    border: none;
    padding: 8px 8px 16px; }

.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0; }

.slick-slider {
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
          user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .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 {
    border: 1px solid transparent;
    display: block;
    height: auto; }

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

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

.slick-prev {
  left: 2rem; }
  .slick-prev:before {
    content: '\f103';
    padding-right: 5px; }

.slick-next {
  right: 2rem; }
  .slick-next:before {
    content: '\f102';
    padding-left: 5px; }

.slick-prev,
.slick-next {
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.2; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #fcfcfc;
    border: none; }
    .slick-prev:hover.slick-disabled,
    .slick-next:hover.slick-disabled {
      opacity: 0.2; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      color: #c9c9c9; }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    color: #c9c9c9;
    font-size: 38px;
    opacity: 1; }
  .slick-prev:active, .slick-prev:focus, .slick-prev:not(.primary),
  .slick-next:active,
  .slick-next:focus,
  .slick-next:not(.primary) {
    background: rgba(252, 252, 252, 0.7);
    border: none;
    box-shadow: none; }
    .slick-prev:active:active, .slick-prev:focus:active, .slick-prev:not(.primary):active,
    .slick-next:active:active,
    .slick-next:focus:active,
    .slick-next:not(.primary):active {
      box-shadow: none; }

.slick-dots {
  bottom: -30px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px; }
    .slick-dots li button {
      background: #fff;
      border: 1px solid #c9c9c9;
      border-radius: 10px;
      box-shadow: none;
      cursor: pointer;
      display: block;
      height: 14px;
      padding: 0;
      text-indent: -99999px;
      transition: 0.3s;
      width: 14px; }
      .slick-dots li button:hover {
        border: 1px solid #c9c9c9; }
      .slick-dots li button:active, .slick-dots li button:focus, .slick-dots li button:not(.primary) {
        box-shadow: none; }
    .slick-dots li.slick-active button {
      background: #31e37d; }

[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto; }

[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto; }

[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto; }

[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit; }
  [data-content-type='banner'] > [data-element='link']:hover,
  [data-content-type='banner'] > [data-element='empty_link']:hover {
    color: inherit;
    text-decoration: inherit; }

.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding: 32px;
    transition: background-color 500ms ease; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
      align-items: center;
      display: flex;
      justify-content: center; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: 540px; }
  .pagebuilder-banner-wrapper [data-element='content'] {
    min-height: 50px; }
  .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    margin: 16px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word; }

@media all and (max-width: 767px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: none; } }

.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%; }

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 8px;
  margin-top: 0; }

[data-content-type='button-item'] {
  max-width: 100%; }
  [data-content-type='button-item'] [data-element='link'],
  [data-content-type='button-item'] [data-element='empty_link'] {
    max-width: 100%;
    word-wrap: break-word; }
  [data-content-type='button-item'] [data-element='empty_link'] {
    cursor: default; }

a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  display: inline-flex !important;
  box-shadow: none; }

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  display: inline-flex !important;
  box-shadow: none;
  text-decoration: none; }

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  display: inline-flex !important;
  box-shadow: none;
  text-decoration: none; }

@media all and (max-width: 767px) {
  .pagebuilder-column-group {
    flex-wrap: wrap; } }

@media all and (max-width: 767px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%; } }

[data-content-type='heading'] {
  word-wrap: break-word; }

[data-content-type='html'] {
  word-wrap: break-word; }

figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit; }

figure[data-content-type='image'] figcaption {
  word-wrap: break-word; }

[data-content-type='map'] {
  height: 300px; }

.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px; }
  .pagebuilder-column .widget-product-grid .product-item .price-box {
    word-wrap: break-word; }
    .pagebuilder-column .widget-product-grid .product-item .price-box .price {
      white-space: normal; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
    display: inline-block;
    max-width: 100%; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
    display: inline-block;
    width: auto; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
    max-width: 100%;
    white-space: normal; }

.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px; }

@media all and (max-width: 767px) {
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important; } }

@media all and (max-width: 767px) {
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important; } }

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1328px;
  width: 100%; }

@media all and (max-width: 767px) {
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important; } }

[data-content-type="slide"] {
  min-height: inherit;
  overflow: hidden; }
  [data-content-type="slide"] > [data-element='link'],
  [data-content-type="slide"] > [data-element='empty_link'] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit; }
    [data-content-type="slide"] > [data-element='link']:hover,
    [data-content-type="slide"] > [data-element='empty_link']:hover {
      color: inherit;
      text-decoration: inherit; }

.pagebuilder-slide-wrapper {
  border-radius: inherit;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .pagebuilder-slide-wrapper .pagebuilder-overlay {
    border-radius: inherit;
    padding: 32px;
    transition: background-color 500ms ease; }
    .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
      align-items: center;
      display: flex;
      justify-content: center;
      min-height: inherit; }
    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: 540px; }
  .pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 50px; }
  .pagebuilder-slide-wrapper .pagebuilder-slide-button {
    margin: 16px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word; }

@media all and (max-width: 768px) {
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none; } }

.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%; }

[data-appearance="collage-right"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto; }

[data-appearance="collage-left"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto; }

[data-appearance="collage-centered"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto; }

div[data-content-type='slider'] {
  display: none; }
  div[data-content-type='slider'].slick-initialized {
    display: block;
    margin-bottom: 32px !important; }
  div[data-content-type='slider'] .slick-list,
  div[data-content-type='slider'] .slick-track,
  div[data-content-type='slider'] .slick-slide {
    min-height: inherit; }
    div[data-content-type='slider'] .slick-list > div,
    div[data-content-type='slider'] .slick-track > div,
    div[data-content-type='slider'] .slick-slide > div {
      min-height: inherit;
      overflow: hidden;
      width: 100%; }

div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0; }
  div[data-content-type='tabs'] .tabs-navigation li:first-child {
    margin-left: 0 !important; }
  div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    background: #f7f7f9;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
      margin-left: -1px; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
      border-right: 0;
      color: #000;
      cursor: pointer !important;
      display: block;
      font-size: 14px;
      font-weight: 600;
      padding: 1.4rem 2rem;
      position: relative;
      transition: all 0.3s;
      vertical-align: middle;
      white-space: normal; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
        display: block; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
        text-decoration: none; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
      border-right: 1px solid #c9c9c9; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
      background: #fff;
      z-index: 19; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
        position: relative;
        transition: all 0.3s; }

div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #c9c9c9;
  overflow: hidden;
  position: relative;
  z-index: 9; }
  div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
    min-height: inherit; }
    div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
      display: none; }

div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important; }

div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important; }

@media all and (max-width: 767px) {
  [data-content-type='tab-item'] {
    background-attachment: scroll !important; } }

div[data-content-type='text'] {
  word-wrap: break-word; }

div[data-content-type='video'] .pagebuilder-video-inner {
  display: inline-block;
  width: 100%; }

div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }

div[data-content-type='video'] iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cms-content-important {
  background-color: #f7f7f9;
  color: #333333;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 16px;
  padding: 16px; }

.pagebuilder-full-width {
  float: left;
  width: 100%; }

.pagebuilder-content-type {
  margin-bottom: 16px; }

@media all and (min-width: 768px) {
  .pagebuilder-mobile-only {
    display: none !important; } }

@media all and (max-width: 767px) {
  .pagebuilder-mobile-hidden {
    display: none !important; } }

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