@import 'fonts.css';
.product_groups-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin: 20px 0px;
}
.product_groups-description {
  font: normal normal normal 18px/26px Roboto;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 50px;
}
.product_groups-wrapper {
  margin: 0px -8px;
}
.product_groups-wrapper .product_group {
  height: 450px;
  padding: 8px;
}
.product_groups-wrapper .product_group-background {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.product_groups-wrapper .product_group-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  background-color: #469ddd;
  padding: 18px;
  min-width: 270px;
}

.products {
  padding-top: 50px;
  padding-bottom: 50px;
}
.products-filter .filter-title {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a0a0a0;
}
.products-filter .filter-title-link {
  display: flex;
  text-decoration: none;
}
.products-filter .filter-title-link img {
  width: 10px;
  margin-right: 10px;
}
.products-filter .filter-title-link h1 {
  font: normal normal bold 18px/24px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0px;
  margin-right: 30px;
}
.products-filter .filter-title-text {
  font: normal normal normal 18px/24px Roboto;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0px;
}
.products-filter .filter-title-text span {
  color: #469ddd;
}
.products-filter .filter-label {
  font: normal normal bold 14px/21px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 15px;
}
.products-filter .filter-input {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 2px solid #cacaca;
  border-radius: 0px;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
  outline: none;
}
.products-filter .filter-search {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a0a0a0;
}
.products-filter .filter-search .filter-input {
  width: 50%;
  margin-right: 15px;
}
.products-filter .filter-search .search-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #469ddd;
  padding: 10px 35px;
  border: 1px solid #469ddd;
  border-radius: 0px;
  color: #ffffff;
}
.products-filter .filter-search .search-button:hover {
  background-color: #ffffff;
  color: #469ddd;
}
.products-filter .filter-checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 15px;
}
.products-filter .filter-checkbox-wrapper .filter-checkbox-label {
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
  padding-top: 2px;
}
.products-filter .filter-checkbox-wrapper .filter-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.products-filter .filter-checkbox-wrapper .filter-checkbox:checked ~ .filter-checkmark {
  background-color: #469ddd;
}
.products-filter .filter-checkbox-wrapper .filter-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 2px solid #469ddd;
}
.products-filter .col-12:last-child .filter-wrapper {
  padding-bottom: 40px;
  margin-bottom: 0px;
  border-bottom: 1px solid #a0a0a0;
}
.products-filter .filter-wrapper {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a0a0a0;
}
.products-filter .filter-from .filter-label,
.products-filter .filter-to .filter-label {
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
}
.products-filter .filter-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #469ddd;
  padding: 10px 35px;
  border: 1px solid #469ddd;
  border-radius: 0px;
  color: #ffffff;
}
.products-filter .filter-button:hover {
  background-color: #ffffff;
  color: #469ddd;
}
.products-filter .filter-range {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #cacaca;
  padding: 0px 13px;
}
.products-filter .filter-range .range-slider {
  border-radius: 0px;
  background-color: #ffffff;
  height: 26px;
}
.products-filter .filter-range .range-slider .ui-slider-handle,
.products-filter .filter-range .range-slider .ui-slider-handle.ui-state-focus {
  width: 26px;
  height: 26px;
  background-color: #469ddd;
  border: none;
  outline: none;
  border-radius: 0px;
  top: 0px;
  margin-left: -13px;
}
.products-filter .filter-range .range-slider .ui-slider-range {
  background-color: rgba(70, 157, 221, 0.4156862745);
}
.products-filter .filter-slider-wrapper .filter-slider {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #cacaca;
  padding: 0px 13px;
}
.products-filter .filter-slider-wrapper .filter-slider .normal-slider {
  border-radius: 0px;
  background-color: #ffffff;
  height: 26px;
}
.products-filter .filter-slider-wrapper .filter-slider .normal-slider .ui-slider-handle,
.products-filter .filter-slider-wrapper .filter-slider .normal-slider .ui-slider-handle.ui-state-focus {
  width: 26px;
  height: 26px;
  background-color: #469ddd;
  border: none;
  outline: none;
  border-radius: 0px;
  top: 0px;
  margin-left: -13px;
}
.products-filter .filter-slider-wrapper .filter-slider .normal-slider .ui-slider-range {
  background-color: rgba(70, 157, 221, 0.4156862745);
}
.products-filter .filter-slider-wrapper .slider-value {
  font: normal normal normal 14px/23px Roboto;
  letter-spacing: 0px;
  color: #707070;
  margin-top: 5px;
  text-align: center;
}
.products-filter .filter-end {
  padding-bottom: 40px;
  border-bottom: 1px solid #a0a0a0;
}
.products-filter .filter-advanced-btn {
  display: flex;
  justify-content: center;
}
.products-filter .filter-advanced-btn .filter-button {
  background-color: #a0a0a0;
  padding: 6px 15px;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #a0a0a0;
}
.products-filter .filter-advanced-btn .filter-button:hover {
  background-color: #ffffff;
  color: #a0a0a0;
}
.products-wrapper {
  margin-top: 100px;
}
.products-wrapper .product {
  background-color: #eeeeee;
  min-height: 400px;
  margin-bottom: 40px;
}
.products-wrapper .product-image {
  min-height: 400px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.products-wrapper .product-image img {
  width: 100%;
  height: auto;
  max-height: 460px;
}
.products-wrapper .product-title h2 {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 40px;
}
.products-wrapper .product-details {
  list-style: square;
  padding-left: 21px;
}
.products-wrapper .product-details li {
  font: normal normal normal 18px/26px Roboto;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 4px;
}
.products-wrapper .product-details li::marker {
  color: #469ddd;
  font-size: 25px;
}
.products-wrapper .product-button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.products-wrapper .product-button-wrapper .button-details {
  background-color: #a0a0a0;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.products-wrapper .product-button-wrapper .button-details:hover {
  background-color: #ffffff;
  color: #a0a0a0;
}
.products-wrapper .product-button-wrapper .button-compare {
  background-color: #469ddd;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #469ddd;
  padding: 10px 20px;
  margin-bottom: 0;
  flex: 1;
  width: auto;
  max-width: none;
}
.products-wrapper .product-button-wrapper .button-compare img {
  width: 20px;
  margin-right: 5px;
}
.products-wrapper .product-button-wrapper .button-compare img.img-normal {
  display: inline-block;
}
.products-wrapper .product-button-wrapper .button-compare img.img-active {
  display: none;
}
.products-wrapper .product-button-wrapper .button-compare:hover {
  background-color: #ffffff;
  color: #469ddd;
}
.products-wrapper .product-button-wrapper .button-compare:hover img.img-normal {
  display: none;
}
.products-wrapper .product-button-wrapper .button-compare:hover img.img-active {
  display: inline-block;
}
.products-wrapper .product-button-wrapper .button-remove {
  background-color: #469ddd;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #469ddd;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
}
.products-wrapper .product-button-wrapper .button-remove img {
  width: 20px;
  margin-right: 5px;
}
.products-wrapper .product-button-wrapper .button-remove img.img-normal {
  display: inline-block;
}
.products-wrapper .product-button-wrapper .button-remove img.img-active {
  display: none;
}
.products-wrapper .product-button-wrapper .button-remove:hover {
  background-color: #ffffff;
  color: #469ddd;
}
.products-wrapper .product-button-wrapper .button-remove:hover img.img-normal {
  display: none;
}
.products-wrapper .product-button-wrapper .button-remove:hover img.img-active {
  display: inline-block;
}
.products-wrapper .product-button-wrapper .button-shopping {
  background-color: #3971b8;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #3971b8;
  padding: 10px 20px;
  margin-bottom: 0;
  flex: 1;
  width: auto;
  max-width: none;
}
.products-wrapper .product-button-wrapper .button-shopping img {
  width: 20px;
  margin-right: 5px;
}
.products-wrapper .product-button-wrapper .button-shopping img.img-normal {
  display: inline-block;
}
.products-wrapper .product-button-wrapper .button-shopping img.img-active {
  display: none;
}
.products-wrapper .product-button-wrapper .button-shopping:hover {
  background-color: #ffffff;
  color: #3971b8;
}
.products-wrapper .product-button-wrapper .button-shopping:hover img.img-normal {
  display: none;
}
.products-wrapper .product-button-wrapper .button-shopping:hover img.img-active {
  display: inline-block;
}

.filter-toggle-btn {
  background-color: #a0a0a0 !important;
  color: #ffffff !important;
  border: 1px solid #a0a0a0 !important;
  border-radius: 0;
  padding: 8px 32px;
  font: normal normal normal 14px/21px Roboto;
  cursor: pointer;
  white-space: nowrap;
}
.filter-toggle-btn:hover {
  background-color: #ffffff !important;
  color: #a0a0a0 !important;
}

.filter-apply-btn, .filter-reset-btn, .filter-search-btn {
  background-color: #469ddd !important;
  color: #ffffff !important;
  border: 1px solid #469ddd !important;
  border-radius: 0;
  padding: 8px 28px;
  font: normal normal normal 14px/21px Roboto;
  cursor: pointer;
  white-space: nowrap;
}
.filter-apply-btn:hover, .filter-reset-btn:hover, .filter-search-btn:hover {
  background-color: #ffffff !important;
  color: #469ddd !important;
}

.product-filter-bar {
  margin-bottom: 30px;
}

.filter-toggle-bar {
  display: flex;
  align-items: flex-end;
  padding: 14px 0;
  gap: 16px;
}
.filter-toggle-bar span.title {
  font: normal normal bold 14px/21px Roboto Slab;
  color: #707070;
}
.filter-toggle-bar img {
  width: 10px;
}

.filter-back-link {
  font: normal normal normal 14px/21px Roboto;
  color: #707070;
  text-decoration: none;
  white-space: nowrap;
}
.filter-back-link:hover {
  color: #469ddd;
}

.filter-result-count {
  font: normal normal normal 14px/21px Roboto;
  color: #707070;
}
.filter-result-count .count {
  color: #469ddd;
  font-weight: bold;
}

.filter-divider {
  border: none;
  border-top: 1px solid #a0a0a0;
  margin: 0;
}
.filter-divider--panel {
  margin-top: 16px;
}

.filter-section--search {
  padding-bottom: 24px;
}

.filter-search-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.filter-fulltext {
  flex: 1 1 0;
  padding: 10px 14px;
  border: 2px solid #cacaca !important;
  border-radius: 0px !important;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
  background: #ffffff;
  outline: none;
}
.filter-fulltext:focus {
  border-radius: 0px;
}

.filter-search-btn {
  padding: 10px 28px;
}

.filter-toggle-row {
  display: flex;
  justify-content: center;
  margin-top: -1px;
}

.filter-panel {
  padding: 24px 0 0;
  border-bottom: 1px solid #a0a0a0;
}

.filter-section {
  padding: 20px 0;
}

.filter-section-title {
  font: normal normal bold 14px/21px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin: 0 0 12px;
}
.filter-section-title .range-val {
  font-weight: normal;
  font-family: Roboto, sans-serif;
}

.filter-select {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #cacaca;
  border-radius: 0;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
  background: #ffffff;
  outline: none;
  cursor: pointer;
}
.filter-select:focus {
  border-color: #469ddd;
}

.filter-multiselect {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}

.filter-multiselect-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-multiselect-option input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 2px solid #469ddd;
  border-radius: 0;
  accent-color: #469ddd;
  cursor: pointer;
  flex-shrink: 0;
}
.filter-multiselect-option:hover {
  color: #469ddd;
}

.filter-boolean {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
}
.filter-boolean input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 2px solid #469ddd;
  border-radius: 0;
  accent-color: #469ddd;
  cursor: pointer;
  flex-shrink: 0;
}

.filter-range-group {
  width: 100%;
}

.filter-range-slider {
  border-radius: 0;
  background-color: #ffffff;
  height: 26px;
  border: 2px solid #cacaca;
  padding: 0 13px;
}
.filter-range-slider .ui-slider-handle,
.filter-range-slider .ui-slider-handle.ui-state-focus {
  background-color: #469ddd;
  border: none;
  outline: none;
  border-radius: 0;
}
.filter-range-slider .ui-slider-range {
  background-color: rgba(70, 157, 221, 0.4);
}

@media (max-width: 768px) {
  .filter-search-row {
    flex-direction: column;
  }
  .filter-select,
  .filter-range-group {
    max-width: 100%;
  }
  .filter-apply-btn {
    text-align: center;
    width: 100%;
  }
}
.archive-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 0 20px;
}
.archive-pagination .pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #469ddd;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.archive-pagination .pagination-btn .prev,
.archive-pagination .pagination-btn .next {
  display: block;
  width: 20px;
}
.archive-pagination .pagination-btn .prev-active,
.archive-pagination .pagination-btn .next-active {
  display: none;
  width: 20px;
}
.archive-pagination .pagination-btn.disabled {
  color: #cacaca;
  cursor: not-allowed;
  pointer-events: none;
}
.archive-pagination .pagination-btn:hover .prev,
.archive-pagination .pagination-btn:hover .next, .archive-pagination .pagination-btn:focus .prev,
.archive-pagination .pagination-btn:focus .next {
  display: none;
  width: 20px;
}
.archive-pagination .pagination-btn:hover .prev-active,
.archive-pagination .pagination-btn:hover .next-active, .archive-pagination .pagination-btn:focus .prev-active,
.archive-pagination .pagination-btn:focus .next-active {
  display: block;
  width: 20px;
}
.archive-pagination .pagination-page-form {
  display: inline-flex;
  align-items: center;
}
.archive-pagination .pagination-page-input {
  width: 52px;
  height: 36px;
  text-align: center;
  font: normal normal bold 14px/21px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  border: 2px solid #cacaca;
  border-radius: 0px;
  outline: none;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
  background: #ffffff;
}
.archive-pagination .pagination-page-input::-webkit-inner-spin-button, .archive-pagination .pagination-page-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.archive-pagination .pagination-page-input:focus {
  border-color: #469ddd;
  box-shadow: none;
}
.archive-pagination .pagination-total,
.archive-pagination .pagination-total-label {
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
}

.productgroup hr {
  height: 1px;
  background-color: #a0a0a0;
}
.productgroup-breadcrumb .productgroup-breadcrumb-item {
  text-decoration: none;
}
.productgroup-breadcrumb .productgroup-breadcrumb-item img {
  width: 10px;
}
.productgroup-breadcrumb .productgroup-breadcrumb-item .title {
  font: normal normal bold 26px/37px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0px;
  padding: 0px;
}
.productgroup-title {
  display: flex;
  text-decoration: none;
  margin-bottom: 40px;
}
.productgroup-title img {
  width: 10px;
  margin-right: 10px;
}
.productgroup-title h1 {
  font: normal normal bold 26px/37px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0px;
}
.productgroup-img {
  width: 100%;
  height: auto;
}
.productgroup-wrapper {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  padding: 35px;
}
.productgroup-description {
  font: normal normal normal 18px/26px Roboto;
  letter-spacing: 0px;
  color: #707070;
}
.productgroup-description-title {
  font: normal normal bold 22px/32px Roboto Slab;
  color: #707070;
}
.productgroup-details {
  list-style: square;
  padding-left: 21px;
}
.productgroup-details li {
  font: normal normal normal 18px/26px Roboto;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 4px;
}
.productgroup-details li::marker {
  color: #469ddd;
  font-size: 25px;
}
.productgroup-button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.productgroup-button-wrapper .button-details {
  background-color: #a0a0a0;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.productgroup-button-wrapper .button-details:hover {
  background-color: #ffffff;
  color: #a0a0a0;
}
.productgroup-button-wrapper .button-compare {
  background-color: #469ddd;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #469ddd;
  padding: 10px 20px;
  margin-bottom: 0;
  flex: 1;
  width: auto;
  max-width: none;
}
.productgroup-button-wrapper .button-compare img {
  width: 20px;
  margin-right: 5px;
}
.productgroup-button-wrapper .button-compare img.img-normal {
  display: inline-block;
}
.productgroup-button-wrapper .button-compare img.img-active {
  display: none;
}
.productgroup-button-wrapper .button-compare:hover {
  background-color: #ffffff;
  color: #469ddd;
}
.productgroup-button-wrapper .button-compare:hover img.img-normal {
  display: none;
}
.productgroup-button-wrapper .button-compare:hover img.img-active {
  display: inline-block;
}
.productgroup-button-wrapper .button-shopping {
  background-color: #3971b8;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #3971b8;
  padding: 10px 20px;
  margin-bottom: 0;
  flex: 1;
  width: auto;
  max-width: none;
}
.productgroup-button-wrapper .button-shopping img {
  width: 20px;
  margin-right: 5px;
}
.productgroup-button-wrapper .button-shopping img.img-normal {
  display: inline-block;
}
.productgroup-button-wrapper .button-shopping img.img-active {
  display: none;
}
.productgroup-button-wrapper .button-shopping:hover {
  background-color: #ffffff;
  color: #3971b8;
}
.productgroup-button-wrapper .button-shopping:hover img.img-normal {
  display: none;
}
.productgroup-button-wrapper .button-shopping:hover img.img-active {
  display: inline-block;
}

.split-button {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.split-button button {
  flex: 1 1 0 !important;
  min-width: 0;
  white-space: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.split-button .split-button-link {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex-shrink: 0;
  position: relative;
}
.split-button .split-button-link.is-loading img.next {
  visibility: hidden;
}
.split-button .split-button-link.is-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: niclen-spin 0.6s linear infinite;
}
@keyframes niclen-spin {
  to {
    transform: rotate(360deg);
  }
}
.split-button.is-active .split-button-link {
  display: flex;
}
.split-button--compare .split-button-link {
  background-color: #469ddd;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.split-button--shopping .split-button-link {
  background-color: #3971b8;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.similar-products-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
}
.similar-products-title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.similar-products-buttons .similar-products-button {
  border: none !important;
  background-color: transparent !important;
}
.similar-products-buttons .similar-products-button .prev,
.similar-products-buttons .similar-products-button .next {
  display: block;
  width: 20px;
}
.similar-products-buttons .similar-products-button .prev-active,
.similar-products-buttons .similar-products-button .next-active {
  display: none;
  width: 20px;
}
.similar-products-buttons .similar-products-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}
.similar-products-buttons .similar-products-button:hover .prev,
.similar-products-buttons .similar-products-button:hover .next, .similar-products-buttons .similar-products-button:focus .prev,
.similar-products-buttons .similar-products-button:focus .next {
  display: none;
  width: 20px;
}
.similar-products-buttons .similar-products-button:hover .prev-active,
.similar-products-buttons .similar-products-button:hover .next-active, .similar-products-buttons .similar-products-button:focus .prev-active,
.similar-products-buttons .similar-products-button:focus .next-active {
  display: block;
  width: 20px;
}
.similar-products-product {
  text-decoration: none;
  border-radius: 0px;
}
.similar-products-product .card {
  border: none;
}
.similar-products-product .card .card-img-top {
  width: 100%;
  border-radius: 0px;
}
.similar-products-product .card .card-body {
  background-color: #eeeeee;
  border: none;
}
.similar-products-product .card .card-body .product-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0px;
}

.questions-form {
  background-color: #469ddd;
  padding: 40px;
}
.questions-form-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 30px;
}
.questions-form-input.form-control {
  border: none;
  border-radius: 0px;
  margin-bottom: 12px;
}
.questions-form-checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 15px;
}
.questions-form-checkbox-wrapper .questions-form-checkbox-label {
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
}
.questions-form-checkbox-wrapper .questions-form-checkbox-label a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 1px;
}
.questions-form-checkbox-wrapper .questions-form-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.questions-form-checkbox-wrapper .questions-form-checkbox:checked ~ .questions-form-checkmark {
  background-color: #ffffff;
}
.questions-form-checkbox-wrapper .questions-form-checkmark {
  position: absolute;
  top: calc(50% - 12.5px);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #a0a0a0;
  border: 2px solid #ffffff;
}
.questions-form button.questions-form-btn {
  width: 100%;
  background-color: #a0a0a0;
  color: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 0px;
}
.questions-form button.questions-form-btn:hover {
  background-color: #ffffff;
  color: #a0a0a0;
}

.product-compare-row {
  --bs-gutter-x: 10px;
}
.product-compare-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 80px;
}
.product-compare-productgroup {
  font: normal normal bold 28px/39px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 15px;
}
.product-compare .card {
  border: none;
  border-radius: 0px;
  margin-bottom: 30px;
}
.product-compare .card-body {
  padding: 0px;
}
.product-compare .card-title {
  display: flex;
  text-decoration: none;
  margin-bottom: 40px;
}
.product-compare .card-title img {
  width: 10px;
  margin-right: 10px;
}
.product-compare .card-title h3 {
  font: normal normal bold 26px/37px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0px;
  margin-right: 30px;
}
.product-compare .card-img {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0px;
}
.product-compare .card-description {
  font: normal normal normal 16px/26px Roboto;
  letter-spacing: 0px;
  color: #707070;
  padding: 30px 35px 40px 35px;
  background-color: #eeeeee;
  border-bottom: 2px solid #ffffff;
}
.product-compare .card-description-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 20px;
}
.product-compare .card-details {
  padding: 16px 35px;
  background-color: #eeeeee;
  border-bottom: 2px solid #ffffff;
}
.product-compare .card-details .title,
.product-compare .card-details .detail {
  font: normal normal normal 16px/26px Roboto;
  letter-spacing: 0;
  color: #707070;
}
.product-compare .card-buttons {
  display: flex;
  padding: 50px 35px 35px 35px;
  background-color: #eeeeee;
}
.product-compare .card-buttons .button-details {
  background-color: #a0a0a0;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 6px 20px;
  width: 100%;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.product-compare .card-buttons .button-details:hover {
  background-color: #ffffff;
  color: #a0a0a0;
}
.product-compare .card-buttons .button-shopping {
  background-color: #3971b8;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #3971b8;
  padding: 6px 20px;
  width: 100%;
  margin-left: 10px;
}
.product-compare .card-buttons .button-shopping img {
  width: 20px;
  margin-right: 5px;
}
.product-compare .card-buttons .button-shopping img.img-normal {
  display: inline-block;
}
.product-compare .card-buttons .button-shopping img.img-active {
  display: none;
}
.product-compare .card-buttons .button-shopping:hover {
  background-color: #ffffff;
  color: #3971b8;
}
.product-compare .card-buttons .button-shopping:hover img.img-normal {
  display: none;
}
.product-compare .card-buttons .button-shopping:hover img.img-active {
  display: inline-block;
}
.product-compare .compare-scroll-wrapper .compare-scroll-top,
.product-compare .compare-scroll-wrapper .compare-scroll-bottom {
  overflow-x: scroll;
  overflow-y: auto;
  max-width: 100%;
}
.product-compare .compare-scroll-wrapper .compare-scroll-top-inner,
.product-compare .compare-scroll-wrapper .compare-scroll-bottom-inner {
  height: 0;
}
.product-compare .compare-scroll-wrapper .compare-scroll-main {
  overflow-x: auto;
  scrollbar-width: none;
}
.product-compare .compare-scroll-wrapper .compare-scroll-main::-webkit-scrollbar {
  display: none;
}
.product-compare .compare-grid {
  display: grid;
  grid-template-columns: repeat(var(--compare-cols, 1), minmax(300px, 1fr));
  grid-template-rows: repeat(var(--compare-rows, 4), auto);
  gap: 0 20px;
  margin-bottom: 60px;
}
.product-compare .compare-grid .compare-card {
  display: grid;
  grid-row: 1/span var(--compare-rows, 4);
  grid-template-rows: subgrid;
}
.product-compare .compare-grid .compare-card-header {
  padding: 20px 35px 0;
}
.product-compare .compare-grid .compare-card-header .compare-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 20px;
}
.product-compare .compare-grid .compare-card-header .compare-card-title img {
  width: 10px;
  flex-shrink: 0;
}
.product-compare .compare-grid .compare-card-header .compare-card-title span {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin: 0;
}
.product-compare .compare-grid .compare-card-image {
  padding: 20px 35px;
  background-color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.product-compare .compare-grid .compare-card-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-compare .compare-grid .compare-card-field {
  background-color: #eeeeee;
  border-bottom: 2px solid #ffffff;
}
.product-compare .compare-grid .compare-card-field .field-label {
  font: normal normal bold 13px/18px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
}
.product-compare .compare-grid .compare-card-field .field-value {
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
}
.product-compare .compare-grid .compare-card-icons {
  padding: 16px 35px;
  background-color: #eeeeee;
  border-bottom: 2px solid #ffffff;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.product-compare .compare-grid .compare-card-icons .icon-wrapper {
  position: relative;
  aspect-ratio: 1;
}
.product-compare .compare-grid .compare-card-icons .icon-wrapper.empty-icon {
  visibility: hidden;
}
.product-compare .compare-grid .compare-card-icons .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-compare .compare-grid .compare-card-icons .icon-wrapper .icon-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: normal normal bold 10px/14px Roboto;
  color: #000;
  white-space: nowrap;
}
.product-compare .compare-grid .compare-card-buttons {
  padding: 30px 35px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.product-compare .compare-grid .compare-card-buttons .button-details {
  background-color: #a0a0a0;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
}
.product-compare .compare-grid .compare-card-buttons .button-details:hover {
  background-color: #ffffff;
  color: #a0a0a0;
}
.product-compare .compare-grid .compare-card-buttons .button-compare {
  background-color: #469ddd;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #469ddd;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-compare .compare-grid .compare-card-buttons .button-compare img {
  width: 18px;
  flex-shrink: 0;
}
.product-compare .compare-grid .compare-card-buttons .button-compare img.img-normal {
  display: inline-block;
}
.product-compare .compare-grid .compare-card-buttons .button-compare img.img-active {
  display: none;
}
.product-compare .compare-grid .compare-card-buttons .button-compare:hover {
  background-color: #ffffff;
  color: #469ddd;
}
.product-compare .compare-grid .compare-card-buttons .button-compare:hover img.img-normal {
  display: none;
}
.product-compare .compare-grid .compare-card-buttons .button-compare:hover img.img-active {
  display: inline-block;
}
.product-compare .compare-grid .compare-card-buttons .button-remove {
  background-color: #469ddd;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #469ddd;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-compare .compare-grid .compare-card-buttons .button-remove img {
  width: 18px;
  flex-shrink: 0;
}
.product-compare .compare-grid .compare-card-buttons .button-remove img.img-normal {
  display: inline-block;
}
.product-compare .compare-grid .compare-card-buttons .button-remove img.img-active {
  display: none;
}
.product-compare .compare-grid .compare-card-buttons .button-remove:hover {
  background-color: #ffffff;
  color: #469ddd;
}
.product-compare .compare-grid .compare-card-buttons .button-remove:hover img.img-normal {
  display: none;
}
.product-compare .compare-grid .compare-card-buttons .button-remove:hover img.img-active {
  display: inline-block;
}
.product-compare .compare-grid .compare-card-buttons .button-shopping {
  background-color: #3971b8;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #3971b8;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-compare .compare-grid .compare-card-buttons .button-shopping img {
  width: 18px;
  flex-shrink: 0;
}
.product-compare .compare-grid .compare-card-buttons .button-shopping img.img-normal {
  display: inline-block;
}
.product-compare .compare-grid .compare-card-buttons .button-shopping img.img-active {
  display: none;
}
.product-compare .compare-grid .compare-card-buttons .button-shopping:hover {
  background-color: #ffffff;
  color: #3971b8;
}
.product-compare .compare-grid .compare-card-buttons .button-shopping:hover img.img-normal {
  display: none;
}
.product-compare .compare-grid .compare-card-buttons .button-shopping:hover img.img-active {
  display: inline-block;
}

.shopping-cart-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
}
.shopping-cart-product {
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.shopping-cart-product .product-name {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 30px;
}
.shopping-cart-product .product-details {
  list-style: square;
  padding-left: 21px;
}
.shopping-cart-product .product-details li {
  font: normal normal normal 18px/26px Roboto;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 4px;
}
.shopping-cart-product .product-details li::marker {
  color: #469ddd;
  font-size: 25px;
}
.shopping-cart-product .product-details-btn {
  border: 2px solid #ffffff;
  background-color: #469ddd;
  font: normal normal normal 16px/24px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  height: 50px;
}
.shopping-cart-product .product-details-btn:hover {
  background-color: #ffffff;
  color: #469ddd;
  border: 2px solid #469ddd;
}
.shopping-cart-product .product-remove {
  border: 2px solid #eeeeee;
  font: normal normal normal 16px/24px Roboto Slab;
  letter-spacing: 0px;
  color: #a0a0a0;
  background-color: #ffffff;
  height: 50px;
}
.shopping-cart-product .product-remove img {
  width: 20px;
  margin-right: 5px;
}
.shopping-cart-product .product-remove img.img-normal {
  display: inline-block;
}
.shopping-cart-product .product-remove:hover {
  background-color: #a0a0a0;
  color: #ffffff;
  border: 2px solid #a0a0a0;
}
.shopping-cart-product .product-remove:hover img.img-normal {
  display: none;
}
.shopping-cart-product .product-btn-remove, .shopping-cart-product .product-btn-add {
  border: 2px solid #eeeeee;
  background-color: #ffffff;
  height: 50px;
}
.shopping-cart-product .product-btn-remove img, .shopping-cart-product .product-btn-add img {
  width: 15px;
}
.shopping-cart-product .product-btn-remove:hover, .shopping-cart-product .product-btn-add:hover {
  background-color: #ffffff;
}
.shopping-cart-product .product-btn-amount {
  border: 2px solid #eeeeee;
  border-radius: 0px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  padding: 0px;
  font: normal normal bold 21px/30px Roboto Slab;
  letter-spacing: 0px;
  color: #469ddd;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.shopping-cart-product .product-btn-amount::-webkit-inner-spin-button, .shopping-cart-product .product-btn-amount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shopping-cart-product .product-btn-amount:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #eeeeee;
}
.shopping-cart-buttons {
  display: flex;
  justify-content: flex-end;
}
.shopping-cart-buttons .btn-more {
  background-color: #a0a0a0;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 15px 20px;
  margin-right: 20px;
  min-width: 350px;
  text-decoration: none;
  text-align: center;
}
.shopping-cart-buttons .btn-more:hover {
  background-color: #ffffff;
  color: #a0a0a0;
}
.shopping-cart-buttons .btn-checkout {
  background-color: #3971b8;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #3971b8;
  padding: 15px 20px;
  min-width: 350px;
  text-decoration: none;
  text-align: center;
}
.shopping-cart-buttons .btn-checkout:hover {
  background-color: #ffffff;
  color: #3971b8;
}
.shopping-cart .shopping-cart-empty {
  font: normal normal normal 18px/26px Roboto;
  color: #707070;
  letter-spacing: 0px;
}

.checkout-title {
  font: normal normal bold 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 55px;
}
.checkout-form {
  padding-right: 80px;
  border-right: 2px solid #cacaca;
}
.checkout-form-title {
  font: normal normal normal 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 35px;
}
.checkout-form .form-label {
  font: normal normal bold 14px/21px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 12px;
}
.checkout-form .form-control {
  font: normal normal normal 16px/24px Roboto;
  letter-spacing: 0px;
  color: #707070;
  border-radius: 0px;
  border: 2px solid #cacaca;
  margin-bottom: 16px;
}
.checkout-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #cacaca;
}
.checkout-form .form-control:disabled {
  background-color: #eeeeee;
  color: #a0a0a0;
  border-color: #cacaca;
  cursor: not-allowed;
}
.checkout-form .form-check {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.checkout-form .form-check .form-check-input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  border: 2px solid #469ddd;
  background-color: #ffffff;
  cursor: pointer;
  margin: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.checkout-form .form-check .form-check-input:checked {
  background-color: #469ddd;
  border-color: #469ddd;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' d='M3 8l3.5 3.5L13 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.checkout-form .form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.checkout-form .form-check .form-check-label {
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #707070;
  cursor: pointer;
  margin: 0;
}
.checkout-form-buttons {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.checkout-form-buttons > * {
  flex: 1 1 300px;
}
.checkout-form-buttons .btn-prev {
  background-color: #a0a0a0;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 15px 20px;
  min-width: 300px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.checkout-form-buttons .btn-prev:hover {
  background-color: #ffffff;
  color: #a0a0a0;
}
.checkout-form-buttons .btn-submit {
  background-color: #3971b8;
  font: normal normal normal 14px/21px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #3971b8;
  padding: 15px 20px;
  min-width: 300px;
}
.checkout-form-buttons .btn-submit:hover {
  background-color: #ffffff;
  color: #3971b8;
}
.checkout-products {
  padding-left: 56px;
}
.checkout-products-title {
  font: normal normal normal 22px/32px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 45px;
}
.checkout-products-image {
  width: 80px;
  height: auto;
  max-height: 80px;
}
.checkout-products-name {
  font: normal normal normal 16px/24px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0px;
  margin-left: 35px;
}
.checkout-products-name span {
  font: normal normal bold 18px/24px Roboto Slab;
  letter-spacing: 0px;
  color: #707070;
}
.checkout .shopping-cart-empty {
  font: normal normal normal 18px/26px Roboto;
  color: #707070;
  letter-spacing: 0px;
}

.niclen-floating-bar {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.niclen-floating-btn {
  display: none;
  position: relative;
  width: 56px;
  height: 56px;
  background: #469ddd;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, background 0.2s;
  text-decoration: none;
}
.niclen-floating-btn.is-visible {
  display: flex;
}
.niclen-floating-btn:hover {
  background: #3971b8;
  transform: scale(1.08);
}
.niclen-floating-btn svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}

.niclen-floating-count {
  display: none;
  position: absolute;
  top: -6px;
  right: -6px;
  background: #e63946;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}
.niclen-floating-count.is-visible {
  display: flex;
}/*# sourceMappingURL=main.css.map */