﻿.WizardNavigator {
  display: flex;
  flex-direction: column;
}
.WizardNavigator .WizardNavigatorItem {
  display: flex;
  flex-direction: row;
  margin-bottom: 3px;
  color: #606060;
}
.WizardNavigator .WizardNavigatorItem .WizardNavigatorItemButton {
  flex-grow: 1;
  padding: 8px;
  background-color: #f2f1f8;
  text-transform: uppercase;
  color: black;
}
.WizardNavigator .WizardNavigatorItem .WizardNavigatorItemIcon {
  flex-basis: 6px;
  width: 6px;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  color: #835aa3;
}
.WizardNavigator .WizardNavigatorItem .WizardNavigatorItemIcon .ui-icon {
  display: none;
  transform: translateX(-3px);
  width: 10px;
  height: 10px;
}
.WizardNavigator .WizardNavigatorItem[active] .WizardNavigatorItemButton {
  background-color: #e8e1ed;
  color: black;
}
.WizardNavigator .WizardNavigatorItem[current] .WizardNavigatorItemButton {
  background-color: #835aa3;
  font-weight: bold;
  color: white;
}
.WizardNavigator .WizardNavigatorItem[current] .WizardNavigatorItemIcon .ui-icon {
  display: block;
}
.WizardNavigator .WizardNavigatorItem a {
  display: inline-block;
  color: unset;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.WizardNavigator .WizardNavigatorItem a[disabled] {
  color: #b7b7b7;
}
@media (max-width: 990px) {
  .WizardNavigator {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .WizardNavigator .WizardNavigatorItem {
    overflow: hidden;
    flex-basis: 40px;
    flex-grow: 0;
    margin-right: 3px;
  }
  .WizardNavigator .WizardNavigatorItem .WizardNavigatorItemIcon,
  .WizardNavigator .WizardNavigatorItem .name {
    display: none;
  }
  .WizardNavigator .WizardNavigatorItem[current] {
    flex-grow: 3;
    flex-shrink: 0;
    margin-right: 0;
  }
  .WizardNavigator .WizardNavigatorItem[current] .WizardNavigatorItemIcon {
    display: block;
  }
  .WizardNavigator .WizardNavigatorItem[current] .name {
    display: unset;
  }
}
#HGDeurhor2 h1,
#HGDeurhor2 h2,
#HGDeurhor2 h3 {
  margin-top: 10px;
}
#HGDeurhor2 .dgcontrol {
  font-size: 0.7em;
  font-weight: bold;
}
#HGDeurhor2 .HorrenTypesContainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType {
  border: 1px solid #D5D5D5;
  padding: 10px;
  display: grid;
  grid-template-rows: auto 200px auto 34px 20px;
  grid-gap: 10px;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .HorrenTypeUSPAndTitle {
  text-align: center;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .ImageContainer {
  display: flex;
  position: relative;
  justify-content: center;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .ImageContainer a.imgAnchor {
  position: relative;
  width: 130px;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .ImageContainer a.imgAnchor > img {
  margin: auto;
  background: white;
  max-width: 100%;
  max-height: 100%;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .TextContainer ul {
  position: relative;
  list-style: none;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .TextContainer li.not {
  color: red;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .TextContainer li.not::before {
  left: 19px;
  content: 'x';
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .TextContainer li::before {
  color: #835aa3;
  font-weight: bold;
  content: '✔';
  position: absolute;
  left: 16px;
}
#HGDeurhor2 .HorrenTypesContainer .HorrenType .DeliveryTime {
  text-align: center;
  color: #57b541;
  font-weight: bold;
  font-size: 80%;
}
#HGDeurhor2 .Price {
  width: 70px;
  position: absolute;
  right: -60px;
  top: 0;
}
#HGDeurhor2 .Price .BalloonContainer {
  position: relative;
}
#HGDeurhor2 .Price .BalloonContainer > img {
  margin: auto;
  max-width: 100%;
}
#HGDeurhor2 .Price .BalloonContainer .PriceText {
  position: absolute;
  top: 15px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 0.8em;
  line-height: 16px;
}
.color-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 5px;
}
.color-options .color-style {
  display: flex;
  gap: 4px;
  align-items: center;
}
.color-options .color-style .btncolorsample .lnkColorSample {
  display: block;
  width: 50px;
  margin-right: 5px;
}
.color-options .color-style .btncolorsample .lnkColorSample img {
  width: 100%;
  height: 100%;
}
.RadWindow {
  z-index: 8001 !important;
}
.PopupControl {
  position: fixed;
  z-index: 8000 !important;
  background-color: #fff;
  border-top: 1px solid #8282ab;
  border-left: 1px solid #8282ab;
  border-bottom: 1px solid #8282ab;
  border-right: 1px solid #8282ab;
  border-radius: 6px;
  box-shadow: 10px 10px 24px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 10px 10px 24px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 24px 3px rgba(0, 0, 0, 0.4);
}
input[type='checkbox'],
input[type='radio'] {
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type='checkbox']:after,
input[type='radio']:after {
  width: 13px;
  height: 13px;
  border-radius: 0;
  top: -1px;
  left: 0;
  position: relative;
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1pt solid black;
  cursor: pointer;
}
input[type='checkbox']:checked:after,
input[type='radio']:checked:after {
  background-color: #F68B1F;
}
input[type='radio']:after,
.radiobutton input:after {
  border-radius: 7px;
}
h1,
h2,
h3 {
  margin-top: 10px;
}
.SEOContent h2,
.FooterContent h2,
.SEOContent h3,
.FooterContent h3 {
  font-weight: bold;
}
.SEOContent h2,
.FooterContent h2 {
  color: #835aa3;
}