@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.105.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.custom-control-input:disabled ~ .custom-control-label::before {
  visibility: visible; }

.slider-range .right-side {
  flex: 2;
  text-align: right; }

.slider-range .range-header {
  margin-bottom: 42px; }
  .slider-range .range-header .min-range-d, .slider-range .range-header .max-range-d, .slider-range .range-header .range-d, .slider-range .range-header span {
    font-family: 'SuisseIntl-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #141414; }

.slider-range .range-description {
  font-family: 'SuisseIntl-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #141414;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

.slider-range .range-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 13px; }

.slider-range .min-range-d:after {
  content: "·";
  display: inline-block;
  margin-left: 5px; }

.slider-range .slider.ui-widget.ui-widget-content {
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 4px; }

.slider-range .slider .ui-slider-range {
  top: 0;
  height: 100%;
  background-color: #205C76; }

.slider-range .slider .ui-slider-handle {
  top: -0.9em;
  margin-left: -.6em;
  -webkit-transition: background 0.3s cubic-bezier(0, 1, 0.66, 1);
  transition: background 0.3s cubic-bezier(0, 1, 0.66, 1); }
  .slider-range .slider .ui-slider-handle:focus {
    outline: none;
    background-color: #205C76; }
  .slider-range .slider .ui-slider-handle:hover {
    background-color: #205C76; }

.slider-range .slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 1px solid #205C76;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1); }

.slider-range .slider-foot {
  margin-top: 24px; }
  .slider-range .slider-foot span {
    font-family: 'SuisseIntl-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #141414; }

.toggle-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: auto;
  margin: 0; }
  .toggle-switch__label {
    /*width: 100%; */
    vertical-align: middle; }
  .toggle-switch .toggle-switch-check:empty ~ .toggle-switch-bar:before {
    background-color: #EAEAEA;
    border-color: #EAEAEA; }
  .toggle-switch .toggle-switch-check:checked ~ .toggle-switch-bar:before {
    background-color: #205C76;
    border-color: #205C76; }
  .toggle-switch .toggle-switch-check:checked ~ .toggle-switch-bar::after {
    border-color: #3599C5; }

.custom-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 23px; }
  .custom-checkbox .custom-control-input {
    height: 28px;
    left: 0;
    top: 0.21875rem;
    width: 28px;
    z-index: 0; }
  .custom-checkbox label {
    margin-bottom: 0 !important; }
  .custom-checkbox .custom-control-label::before {
    border-color: #EAEAEA;
    border-style: solid;
    border-width: 2px;
    font-size: 28px;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    -webkit-transition: border 300ms cubic-bezier(0, 1, 0.66, 1);
    transition: border 300ms cubic-bezier(0, 1, 0.66, 1); }
  .custom-checkbox .custom-control-label::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 3.5px; }
  .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: transparent;
    border-color: #EAEAEA;
    border-width: 2px;
    opacity: .3;
    box-shadow: none; }
  .custom-checkbox.enled .custom-control-label-text {
    opacity: .3; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
    border: 2px solid #205C76; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88885 6.88889L6.3333 11.3333L16.111 1.55554" stroke="%23141414" stroke-width="2" stroke-linecap="round"/></svg>'); }
  .custom-checkbox:hover .custom-control-label::before {
    border: 2px solid #205C76; }

.color-check .custom-control-input {
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0; }

.color-check .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  position: relative;
  width: 46px;
  height: 46px;
  display: block;
  margin: auto;
  border-radius: 50%;
  background-size: cover;
  border: 2px solid #EAEAEA;
  -webkit-transition: border 300ms cubic-bezier(0, 1, 0.66, 1);
  transition: border 300ms cubic-bezier(0, 1, 0.66, 1); }

.color-check .custom-control-label::before {
  content: none; }

.color-check .custom-control-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 0 solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: border 300ms cubic-bezier(0, 1, 0.66, 1);
  transition: border 300ms cubic-bezier(0, 1, 0.66, 1); }

.color-check .custom-control-input:disabled ~ .custom-control-label::before {
  content: none; }

.color-check.disabled .custom-control-label-text {
  opacity: .3; }

.color-check.disabled .custom-control-label {
  opacity: .3; }

.color-check .custom-control-input:checked ~ .custom-control-label {
  border: 2px solid #205C76; }

.color-check .custom-control-input:checked ~ .custom-control-label::before {
  content: none; }

.color-check .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border-radius: 50%;
  z-index: 0;
  border: 10px solid #FFFFFF;
  background: none; }

.color-check:hover .custom-control-label {
  border: 2px solid #205C76; }

.color-check.disabled:hover .custom-control-label {
  border: 2px solid #EAEAEA; }

.image-check {
  display: inline-block;
  border: 2px solid transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease; }
  .image-check:nth-of-type(4n) {
    margin-right: 0; }
  .image-check .custom-control-label {
    left: -1px;
    top: 0; }
  .image-check .product-category {
    padding: 20px 20px 0; }
  .image-check .product-category__tag {
    width: 120px;
    height: 50px; }
  .image-check .custom-control-label::before {
    border: none;
    font-size: 28px;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    visibility: hidden; }
  .image-check .custom-control-label::after {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .image-check .custom-control-input:disabled ~ .custom-control-label {
    width: 100%;
    height: 100%; }
  .image-check .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: .7;
    box-shadow: none;
    width: 100%;
    height: 100%; }
  .image-check .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .image-check .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
    border: none;
    border-radius: 0; }
  .image-check .custom-control-input:checked ~ .custom-control-label::after {
    border: none;
    border-radius: 0;
    background-color: #205C76;
    background-image: url(../images/icons/check-white-18.svg); }
  .image-check .custom-control-input:disabled ~ .custom-control-label::after {
    display: none; }
  .image-check .product-category:hover .product-category__tag {
    color: #205C76; }
  .image-check .custom-checkbox:hover .custom-control-label::before {
    border: none; }
  .image-check.active {
    border: 2px solid #205C76; }
    .image-check.active p {
      color: #205C76; }
  @media (max-width: 767px) {
    .image-check .product-category {
      padding: 20px 10px 0; }
    .image-check .product-category__tag {
      width: 110px;
      height: 50px; }
    .image-check:nth-of-type(even) {
      margin-right: 0; } }

.category-check {
  display: inline-block;
  border: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease; }
  .category-check.active p {
    color: #205C76; }
  .category-check .custom-control-label {
    left: -1px;
    top: 0;
    visibility: hidden; }
  .category-check .custom-control-label::before {
    border: none;
    font-size: 28px;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    height: 0; }
  .category-check .custom-control-label::after {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .category-check .custom-control-input:disabled ~ .custom-control-label {
    width: 100%;
    height: 100%; }
  .category-check .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: .7;
    box-shadow: none;
    width: 100%;
    height: 100%; }
  .category-check .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .category-check .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
    border: none;
    border-radius: 0; }
  .category-check .custom-control-input:checked ~ .custom-control-label::after {
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none; }
  .category-check:hover .custom-control-label::before, .category-check:active .custom-control-label::before, .category-check:focus .custom-control-label::before {
    border: none;
    outline: none; }

.product-category {
  text-align: center;
  padding: 16px 8px; }
  .product-category__image-wrap {
    width: 80px;
    height: 80px;
    margin: auto;
    padding-top: 15px;
    position: relative; }
  .product-category__image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: auto;
    background-position: center;
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .product-category:hover .product-category__tag {
    color: #205C76; }

.number-check {
  display: inline-block;
  border: 2px solid #EAEAEA;
  border-radius: 50%;
  margin-right: 30px;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease; }
  .number-check:last-of-type {
    margin-right: 0; }
  .number-check.active {
    border: 2px solid #205C76; }
  .number-check .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .number-check .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
    border: none;
    border-radius: 0; }
  .number-check .product-category {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0; }
    .number-check .product-category span {
      font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
      font-size: 10px;
      letter-spacing: 1px;
      line-height: 14px;
      color: #9A9A9A;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .number-check.active .product-category span {
    color: #205C76; }
  .number-check:hover {
    border: 2px solid #205C76; }

/* mobile */
@media (max-width: 767px) {
  .product-category {
    padding: 25px 5px; } }
