/*
* Custom price slider styling for IonRangeSlider
*/
.c-range-slider .irs {
  position: relative;
  display: block;
  height: 70px;
  -webkit-touch-callout: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}
.c-range-slider .irs-line {
  position: relative;
  top: 25px;
  display: block;
  height: 8px;
  overflow: hidden;
  outline: none !important;
}
.c-range-slider .irs-slider {
  position: absolute;
  top: 17px;
  z-index: 1;
  display: block;
  width: 23px;
  height: 23px;
  background: none;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(66, 66, 66);
  border-radius: 20px;
  cursor: pointer;
}
.c-range-slider .irs-slider.type_last {
  z-index: 2;
}
.c-range-slider .irs-line-left,
.c-range-slider .irs-line-right,
.c-range-slider .irs-line-mid {
  position: absolute;
  top: 0;
  display: block;
  height: 4px;
  margin-top: 2px;
  background: none;
  background-color: rgb(224, 224, 224);
  cursor: pointer;
}
.c-range-slider .irs-line-left {
  left: 0;
  width: 11%;
  margin-left: 5px;
}
.c-range-slider .irs-line-right {
  right: 0;
  width: 11%;
  margin-right: 5px;
}
.c-range-slider .irs-line-mid {
  left: 9%;
  width: 82%;
}
.c-range-slider .irs-bar {
  position: absolute;
  top: 25px;
  display: block;
  height: 4px;
  margin-top: 2px;
  background: none;
  background-color: rgb(199, 72, 55);
  cursor: pointer;
}
.c-range-slider .irs-from,
.c-range-slider .irs-to,
.c-range-slider .irs-min,
.c-range-slider .irs-max,
.c-range-slider .irs-single {
  top: auto;
  bottom: 5px;
  padding: 0;
  font-size: 13px;
  color: rgb(158, 158, 158);
  background: none;
}
.c-range-slider .irs-from,
.c-range-slider .irs-to,
.c-range-slider .irs-single {
  position: absolute;
  left: 0;
  display: block;
  padding: 1px 5px;
  line-height: 1.333;
  text-shadow: none;
  white-space: nowrap;
  border-radius: 3px;
  border-radius: 3px;
  cursor: default;
}
.c-range-slider .irs-min {
  position: absolute;
  left: 0;
  display: block;
  cursor: default;
}
.c-range-slider .irs-max {
  position: absolute;
  right: 0;
  display: block;
  cursor: default;
}
.c-range-slider .irs-min,
.c-range-slider .irs-max {
  line-height: 1.333;
  text-shadow: none;
  border-radius: 3px;
  border-radius: 3px;
}
.c-range-slider .irs-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 20px;
}
.irs-with-grid .c-range-slider .irs-grid {
  display: block;
}
.c-range-slider .irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: rgb(153, 164, 172);
}
.c-range-slider .irs-grid-pol.small {
  height: 4px;
}
.c-range-slider .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3px;
  font-size: 9px;
  line-height: 9px;
  color: rgb(153, 164, 172);
  text-align: center;
  white-space: nowrap;
}
.c-range-slider .irs-from,
.c-range-slider .irs-to,
.c-range-slider .irs-single {
  color: rgb(66, 66, 66);
}
.c-range-slider .irs-bar-edge {
  position: absolute;
  top: 25px;
  left: 0;
  width: 11px;
  height: 8px;
  background-position: 0 -90px;
}
.c-range-slider .irs-shadow {
  position: absolute;
  top: 34px;
  left: 0;
  display: none;
  width: 0;
  height: 1px;
  background: rgb(0, 0, 0);
  opacity: 0.15;
}
.c-range-slider--no-bar .irs-bar-edge,
.c-range-slider--no-bar .irs-bar {
  display: none;
}
.c-range-slider--triangle-switch .irs-slider.single {
  width: 0;
  height: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 22px solid black;
}
.c-range-slider .irs-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -9999 !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: none !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.c-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.c-nav__item {
  padding: 10px;
}
.c-nav__item.active {
  font-weight: bold;
}
.c-nav__item.disabled {
  color: rgb(117, 117, 117);
}

.c-review__write {
  text-decoration: underline;
  font-size: 14px;
}
.c-review__close {
  z-index: 2;
}
.c-review__sort-by {
  padding: 5px 0;
}
.c-review__item {
  margin: 30px 0 0;
}
.c-review__item-stars .star {
  width: 17px;
}
@media (min-width: 980px) {
  .c-review__item-stars .star {
    width: 20px;
  }
}
.c-review__item-stars--large .star {
  font-size: 18px;
}
.c-review__item-info {
  margin-left: 10px;
  color: rgb(117, 117, 117);
  font-size: 12px;
}
.c-review__item-like {
  cursor: pointer;
  color: rgb(158, 158, 158);
}
.c-review__item-like.liked {
  color: rgb(199, 72, 55) !important;
}
.c-review__heading {
  margin: 5px 0 30px;
}
.c-review__footer {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-review__form {
    width: 430px;
  }
}
@media (min-width: 768px) {
  .c-review__form--bigger {
    width: 37rem;
  }
}
.c-review__form-stars .star {
  margin-right: 10px;
  font-size: 22px;
}
.c-review__form-error-wrapper {
  height: 45px;
}
@media (max-width: 767.98px) {
  .c-review__form-error-wrapper--small {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .c-review__form-error-wrapper {
    height: 20px;
  }
}

.c-scroll {
  width: 100%;
  touch-action: pan-y pan-x;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  .c-scroll--mobile-x {
    overflow-x: scroll;
  }
  .c-scroll--mobile-y {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .c-scroll--sm-x {
    overflow-x: scroll;
  }
  .c-scroll--sm-y {
    overflow-y: scroll;
  }
}
@media (min-width: 980px) {
  .c-scroll--md-x {
    overflow-x: auto;
  }
  .c-scroll--md-y {
    overflow-y: auto;
  }
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar {
  appearance: color-well;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar:vertical {
  width: 11px;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar:horizontal {
  height: 11px;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(224, 224, 224);
}
.c-scroll--x {
  overflow-x: scroll;
}
.c-scroll--y {
  overflow-y: scroll;
}
.c-scroll__shade-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
@media (min-width: 768px) {
  .c-scroll__shade-wrapper {
    max-height: 500px;
  }
  .c-scroll__shade-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}

.c-switch__bg {
  background-color: rgb(158, 158, 158);
  border-radius: 15px;
  border: 2px solid rgb(158, 158, 158);
  display: inline-block;
  height: 10px;
  position: relative;
  top: 3px;
  transition: background-color 0.3s, border-color 0.3s;
  width: 16px;
}
.c-switch__handle {
  background-color: rgb(255, 255, 255);
  border-radius: 21px;
  height: 8px;
  left: -1px;
  position: absolute;
  top: -1px;
  transition: transform 0.3s;
  width: 8px;
}
.c-switch__checkbox:checked ~ .c-switch__bg {
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.c-switch__checkbox:checked ~ .c-switch__bg .c-switch__handle {
  transform: translateX(6px);
}

.user-upload {
  transition: all 0.5s;
}
.user-upload img {
  width: 100%;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.3);
  margin-bottom: 10px;
}
.user-upload img:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=pdp-noncritical.css.map */
