.hiddenInfoBoxes {
  display: none;
}

.showHideFilterButton {
  width: 100%;
  justify-content: center;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #ADC178;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}

.calculatorDIV {
  border-radius: 3px;
  background-color: #fff;
}
.calculatorDIV input[type=text],
.calculatorDIV input[type=tel],
.calculatorDIV input[type=email],
.calculatorDIV input[type=number],
.calculatorDIV input[type=password],
.calculatorDIV select,
.calculatorDIV textarea {
  padding: 8px 10px;
  background-color: #fff;
  font-size: 12px;
}
.calculatorDIV > .content {
  overflow-y: auto;
  padding: 20px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.calculatorDIV > .content > .header {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.calculatorDIV > .content > form {
  gap: 0;
  display: block;
}
.calculatorDIV > .content .helper {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #84a98c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  transform: translateX(-50%);
  z-index: 1;
  animation: bounce 0.7s ease infinite;
  top: auto;
  left: auto;
}
.calculatorDIV > .content .helper > img {
  width: 12px;
  height: 12px;
}
.calculatorDIV > .content .TotalPriceSPAN + .helper {
  background-color: #679370;
  margin-top: 20px;
}
.calculatorDIV > .content .notActive {
  opacity: 0.3;
  pointer-events: none;
}
.calculatorDIV > .content .placementinfomation,
.calculatorDIV > .content .validationError {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  color: #666;
}
.calculatorDIV > .content .SimHelpText {
  font-size: 10px;
  color: #666;
  display: block;
  margin: 3px 0 10px;
}
.calculatorDIV > .content > form {
  position: relative;
  margin-bottom: 20px;
}
.calculatorDIV > .content > form > .SubHeader {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 6px;
}
.calculatorDIV > .content > form .SubHeader {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.calculatorDIV > .content > form > .designPickerContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 20px;
}
.calculatorDIV > .content > form > .designPickerContainer > .designPicker {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: border 0.2s ease;
}
.calculatorDIV > .content > form > .designPickerContainer > .designPicker::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(173, 193, 120)" width="24" height="24"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z" clip-rule="evenodd" /></svg>');
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-30%, -30%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.calculatorDIV > .content > form > .designPickerContainer > .designPicker:hover {
  border: 1px solid #84a98c;
}
.calculatorDIV > .content > form > .designPickerContainer > .designPicker.active {
  border: 1px solid #84a98c;
}
.calculatorDIV > .content > form > .designPickerContainer > .designPicker.active::after {
  opacity: 1;
}
.calculatorDIV > .content > form > .dimensionTable {
  position: relative;
  margin-top: 20px;
}
.calculatorDIV > .content > form > .dimensionTable > .designHeader {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: left;
}
.calculatorDIV > .content > form > .dimensionTable > .SubHeader {
  font-weight: normal;
  font-size: 10px;
  margin: 10px 0 3px;
}
.calculatorDIV > .content > form > .dimensionTable > .SubHeader > strong {
  font-weight: normal;
}
.calculatorDIV > .content > form > .dimensionTable > .Sim2 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.calculatorDIV > .content > form > .dimensionTable > .Sim2:empty {
  display: none;
}
.calculatorDIV > .content > form > .intersectionContainer > .SubHeader {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 6px;
}
.calculatorDIV > .content > form > .intersectionContainer > .SimulateForm > .Sim2 {
  right: 0;
}
.calculatorDIV > .content > form > .WizardFileds {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.calculatorDIV > .content > form > .WizardFileds > * {
  margin-bottom: 10px;
}
.calculatorDIV > .content > form > .WizardFileds > *:last-child {
  margin-bottom: 0;
}
.calculatorDIV > .content > form .SimulateForm {
  position: relative;
}
.calculatorDIV > .content > form .SimulateForm > .Sim1 {
  background-color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.calculatorDIV > .content > form .SimulateForm > .Sim1::after {
  line-height: 0;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" width="16" height="16"><path stroke-linecap="round" stroke-linejoin="round" d="M4.098 19.902a3.75 3.75 0 005.304 0l6.401-6.402M6.75 21A3.75 3.75 0 013 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 003.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008z" /></svg>');
}
.calculatorDIV > .content > form .SimulateForm > .Sim2 {
  position: absolute;
  top: -29px;
  right: 20px;
  padding: 5px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.calculatorDIV > .content > form .SimulateForm > .Sim2:empty {
  display: none;
}
.calculatorDIV > .content > form .SINK_SPAN,
.calculatorDIV > .content > form .STOVE_SPAN {
  margin-top: 10px;
  display: block;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.calculatorDIV > .content > form .SINK_SPAN .SubHeader,
.calculatorDIV > .content > form .STOVE_SPAN .SubHeader {
  font-size: 12px;
  font-weight: normal !important;
}
.calculatorDIV > .content > form .SINK_SPAN > a,
.calculatorDIV > .content > form .STOVE_SPAN > a {
  position: absolute;
  right: 0;
  margin-top: -20px;
}
.calculatorDIV > .content > form .accessoriesDIVSink .accessory {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  font-size: 12px;
  gap: 6px;
}
.calculatorDIV > .content > form .accessoriesDIVSink .accessory > label {
  flex: auto;
  display: flex;
  gap: 3px;
  align-items: center;
}
.calculatorDIV > .content > form .accessoriesDIVSink .accessory > label > input {
  border-radius: 99px;
}
.calculatorDIV > .content > form .accessoriesDIVSink .accessory > label > span:last-child {
  margin-left: auto;
}
.calculatorDIV > .content > form > .calcBottom {
  margin-top: 20px;
}
.calculatorDIV > .content > form > .calcBottom > .HiddenSinkStove {
  position: relative;
}
.calculatorDIV > .content > form > .calcBottom > .HiddenSinkStove .SubHeader {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
}
.calculatorDIV > .content > form > .calcBottom > .HiddenSinkStove .SubHeader:first-child {
  margin-top: 0;
}
.calculatorDIV > .content > form > .calcBottom > .SubHeader {
  font-weight: bold;
  margin: 20px 0 10px;
}
.calculatorDIV > .content > form > .calcBottom .TotalPriceSPAN,
.calculatorDIV > .content > form > .calcBottom .RetailTotalPriceSPAN {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.calculatorDIV > .content > form > .calcBottom .TotalPriceSPAN > .TotalCalcPrice,
.calculatorDIV > .content > form > .calcBottom .RetailTotalPriceSPAN > .TotalCalcPrice {
  font-size: 15px;
}
.calculatorDIV > .content > form > .calcBottom .TotalPriceSPAN > .RetailTotalCalcPrice,
.calculatorDIV > .content > form > .calcBottom .RetailTotalPriceSPAN > .RetailTotalCalcPrice {
  text-decoration: line-through;
  font-weight: normal;
}
.calculatorDIV > .content > form > .calcBottom > .PutToBasket {
  margin: 10px 0 20px;
  border-radius: 3px;
  width: 100%;
  border: none;
  outline: none;
  appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background-color: #84a98c;
  color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgb(255,255,255)" width="18" height="18"><path stroke-linecap="round" stroke-linejoin="round" d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.calculatorDIV > .content > form > .calcBottom > .PutToBasket:hover {
  background-color: #679370;
}
.calculatorDIV > .content > form > .calcBottom > .PutToBasket:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory {
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory > label,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory > label {
  flex: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory > label > input,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory > label > input {
  display: none;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory > label > input + .option,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory > label > input + .option {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  border: 1px solid #000;
  transition: border-color 0.2s ease-in-out;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory > label > input + .option::after,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory > label > input + .option::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background-color: #84a98c;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory > label > input:checked + .option,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory > label > input:checked + .option {
  border-color: #84a98c;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory > label > input:checked + .option::after,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory > label > input:checked + .option::after {
  opacity: 1;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory > label > .Sim2,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory > label > .Sim2 {
  margin-left: auto;
}
.calculatorDIV > .content > form > .calcBottom > .accessoriesDIV > .accessory > a,
.calculatorDIV > .content > form > .calcBottom > .servicesDIV > .accessory > a {
  line-height: 1;
}
.calculatorDIV > .content > form > .calcBottom > .servicesDIV {
  margin-bottom: 20px;
}
.calculatorDIV > .content > form > .calcBottom #CalcSimulator {
  position: relative;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
  margin: 20px 0 0 0;
  line-height: 0;
  border-radius: 3px;
}
.calculatorDIV > .content > form .stovePlatePlacement,
.calculatorDIV > .content > form .sinkPlatePlacement {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.calculatorDIV > .content > form .stovePlatePlacement > .stovePlatePlacementItem,
.calculatorDIV > .content > form .stovePlatePlacement > .sinkPlatePlacementItem,
.calculatorDIV > .content > form .sinkPlatePlacement > .stovePlatePlacementItem,
.calculatorDIV > .content > form .sinkPlatePlacement > .sinkPlatePlacementItem {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #efefef;
  align-items: center;
  gap: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}
.calculatorDIV > .content > form .stovePlatePlacement > .stovePlatePlacementItem.active,
.calculatorDIV > .content > form .stovePlatePlacement > .sinkPlatePlacementItem.active,
.calculatorDIV > .content > form .sinkPlatePlacement > .stovePlatePlacementItem.active,
.calculatorDIV > .content > form .sinkPlatePlacement > .sinkPlatePlacementItem.active {
  background-color: #84a98c;
  color: #fff;
}
.calculatorDIV > .content .CalcDeliveryInBasket,
.calculatorDIV > .content .CalcDeliveryTime {
  margin: 5px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.calculatorDIV > .content .CalcDeliveryInBasket::before,
.calculatorDIV > .content .CalcDeliveryTime::before {
  line-height: 0;
  content: url('data:image/svg+xml;utf8,<svg height="16" viewBox="0 0 520 520" width="16" fill="rgb(174, 193, 120)" xmlns="http://www.w3.org/2000/svg"><g id="_7-Check" data-name="7-Check"><path d="m79.423 240.755a47.529 47.529 0 0 0 -36.737 77.522l120.73 147.894a43.136 43.136 0 0 0 36.066 16.009c14.654-.787 27.884-8.626 36.319-21.515l250.787-403.892c.041-.067.084-.134.128-.2 2.353-3.613 1.59-10.773-3.267-15.271a13.321 13.321 0 0 0 -19.362 1.343q-.135.166-.278.327l-252.922 285.764a10.961 10.961 0 0 1 -15.585.843l-83.94-76.386a47.319 47.319 0 0 0 -31.939-12.438z"></path></g></svg>');
}
.calculatorDIV > .content .closeCalculator,
.calculatorDIV > .content .resetCalculator {
  background-color: #000;
  border-radius: 3px;
  padding: 6px;
  line-height: 1;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.calculatorDIV > .content .closeCalculator {
  display: none;
}
.calculatorDIV > .content .CrossThisAll {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  line-height: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.calculatorDIV > .content .CrossThisAll::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" width="16" height="16"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /></svg>');
}
.calculatorDIV > .content .MoreInfoCalc {
  position: relative;
  line-height: 1;
}
.calculatorDIV > .content .MoreInfoCalc::after {
  display: block;
  content: attr(title);
  position: absolute;
  bottom: 100%;
  right: -10px;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  min-width: 80px;
  text-align: center;
  padding: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.calculatorDIV > .content .MoreInfoCalc::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.calculatorDIV > .content .MoreInfoCalc:hover::after {
  opacity: 1;
}
.calculatorDIV > .content .MoreInfoCalc:hover::before {
  opacity: 1;
}

.actionContainer {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.actionContainer > a {
  flex: 1;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 3px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  gap: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}
.actionContainer > a#download {
  background-color: #84a98c;
  color: #fff;
}

.servicesModalContent {
  max-width: 1280px;
  width: 90%;
}
.servicesModalContent .measureFocusBox {
  margin: 0 0 15px;
  background-color: rgb(246, 246, 246);
  border: solid 1px rgb(216, 216, 216);
  padding: 15px;
}
.servicesModalContent .measureFocusBox + h2 {
  font-weight: bold;
}
.servicesModalContent .measureInfoContainer {
  display: flex;
  margin: 0 -1% 20px;
}
.servicesModalContent .measureInfoContainer > div {
  flex: auto;
  margin: 0 1%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 33%;
}
.servicesModalContent .measureInfoContainer > div:last-child {
  border: none;
}
.servicesModalContent .measureInfoContainer > div > * {
  width: 100%;
  flex: none;
}
.servicesModalContent .measureInfoContainer > div > ul {
  margin: 0;
  padding: 0;
  flex: auto;
  list-style-type: none;
  border: solid 1px rgb(234, 234, 234);
  border-top: none;
  border-bottom: none;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#f7f7f7",GradientType=0 );
}
.servicesModalContent .measureInfoContainer > div > ul > li {
  padding: 10px 15px 10px 40px;
  border-bottom: solid 1px rgb(234, 234, 234);
  position: relative;
}
.servicesModalContent .measureInfoContainer > div > ul > li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 11px;
  color: #6e9c16;
}
.servicesModalContent .measureInfoContainer > div > ul > li:last-child {
  border-bottom: none;
}
.servicesModalContent .measureInfoContainer .header {
  background-color: rgb(45, 45, 45);
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  border-radius: 4px 4px 0 0;
  color: rgb(255, 255, 255);
}
.servicesModalContent .measureInfoContainer .header span {
  position: absolute;
  top: -15px;
  right: 15px;
  transform: rotate(3deg);
  background-color: #6e9c16;
  color: rgb(255, 255, 255);
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 2px;
}
.servicesModalContent .measurePrice {
  background-color: rgb(234, 234, 234);
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}
.servicesModalContent .measurePrice strong {
  font-size: 16px;
}

.fancybox-container h1 {
  margin-bottom: 20px;
}
.fancybox-container .accessoryModalContent img {
  float: right;
  width: 25%;
  margin: 0 0 20px 20px;
}

#dialogContent {
  max-width: 800px !important;
}
#dialogContent.intersectionDialog {
  max-width: 1200px !important;
}
#dialogContent.sink {
  max-width: 1200px !important;
}
#dialogContent > .PopHeader {
  font-size: clamp(16px, 2vw, 32px);
  text-align: center;
  margin-bottom: 20px;
}
#dialogContent > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#dialogContent > ul .product > .info > .extraInfo {
  width: 100%;
}
#dialogContent > ul .product > .info > .extraInfo > ul {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
  border-radius: 3px;
}
#dialogContent > ul .product > .info > .extraInfo > ul > li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#dialogContent > ul .product > .info > .extraInfo > ul > li:last-child {
  border-bottom: none;
}
#dialogContent > ul .product > .info > .extraInfo > ul > li > span {
  padding: 5px;
  font-size: 10px;
  display: flex;
  text-align: left;
  align-items: center;
  gap: 10px;
}
#dialogContent > ul .product > .info > .washExtraFields {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
  border-radius: 3px;
}
#dialogContent > ul .product > .info > .washExtraFields > div {
  display: flex;
  justify-content: space-between;
  padding: 5px 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#dialogContent > ul .product > .info > .washExtraFields > div:last-child {
  border-bottom: none;
}
#dialogContent > ul .product > .info > .washExtraFields > div > span {
  text-align: right;
}
#dialogContent > ul .product > .info > .washExtraFields > div > span:first-child {
  font-weight: bold;
  text-align: left;
}
#dialogContent > ul .product > .info > .price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  align-items: center;
}
#dialogContent > ul .product > .info > .buy > a,
#dialogContent > ul .product > .info > .buy > button {
  height: 32px;
  text-align: center;
  justify-content: center;
}
#dialogContent .productfilter-container .product-filter-checkbox-container {
  cursor: pointer;
}
#dialogContent .productfilter-container .product-filter-checkbox-container .product-filter-checkbox-label {
  pointer-events: none;
}
#dialogContent .productfilter-container .product-filter-checkbox-container::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99px;
  border: 1px solid #000;
  transition: border-color 0.2s ease-in-out;
}
#dialogContent .productfilter-container .product-filter-checkbox-container::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #84a98c;
  position: absolute;
  top: 11px;
  left: 8px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#dialogContent .productfilter-container .product-filter-checkbox-container.checked::before {
  border-color: #84a98c;
}
#dialogContent .productfilter-container .product-filter-checkbox-container.checked::after {
  opacity: 1;
}
#dialogContent .productfilter-container .product-filter-checkbox-container.dark {
  color: #fff;
}
#dialogContent .productfilter-container .product-filter-checkbox-container.dark::before {
  border-color: #fff;
}
#dialogContent .productfilter-container .product-filter-checkbox-container.dark::after {
  background-color: #c0d3c4;
}
#dialogContent .productfilter-container .product-filter-checkbox-container.dark.checked::before {
  border-color: #c0d3c4;
}

#dialogContent.intersectionDialog {
  max-width: 1200px !important;
}

form#CalcPlate.isEndetrae .HiddenSinkStove,
form#CalcPlate.isEndetrae .SubHeader.Services,
form#CalcPlate.isEndetrae .accessory.Services,
form#CalcPlate.isEndetrae .servicesDIV {
  display: none;
}

div.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.9);
  z-index: 9999;
  color: rgb(255, 255, 255);
}
div.loading .loadingContainer {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: 90%;
  transform: translate(-50%, -50%);
}
div.loading .loadingContainer .loadingText {
  font-size: 20px;
  text-align: center;
}
div.loading .loadingContainer .loadingText:last-of-type {
  font-size: 15px;
}
div.loading .loadingContainer .uil-ring-css {
  margin: 20px 0;
  text-align: center;
  height: 80px;
}
div.loading .loadingContainer .uil-ring-css > div {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 white;
  animation: uil-ring-anim 1s linear infinite;
}

.calculatorDIV .CalcOffer {
  padding-top: 20px;
  margin: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.calculatorDIV .CalcOffer > .CalcOfferSuccess {
  font-size: 14px;
  padding: 10px;
  color: #84a98c;
  text-align: center;
  display: none;
}

.calculatorDIV .CalcOffer > input {
  height: 40px;
  padding: 0 15px;
}

.calculatorDIV .CalcOffer > button {
  width: 100%;
  justify-content: space-between;
  background-color: #92684B;
  padding: 0 15px;
  height: 40px;
}

.calculatorDIV .CalcOffer > button.loading > * {
  display: none;
}

.calculatorDIV .CalcOffer.success > input,
.calculatorDIV .CalcOffer.success > button {
  display: none;
}

.calculatorDIV .CalcOffer.success > .CalcOfferSuccess {
  display: block;
}

body.landingpage .calculatorDIV > .content .closeCalculator {
  width: 30px;
  height: 30px;
  font-size: 0;
  position: absolute;
  top: 10px;
  border-radius: 999px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.landingpage .calculatorDIV > .content .closeCalculator::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgb(255,255,255)" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /></svg>');
}

body.landingpage .calculatorDIV > .content .resetCalculator {
  display: none;
}

@media (min-width: 1199px) {
  .showHideFilterButton {
    display: none;
  }
  .calculatorDIV {
    position: sticky;
    top: 73px;
    z-index: 50;
  }
  .calculatorDIV > .content {
    padding: 30px;
    max-height: calc(100vh - 93px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .calculatorDIV > .content::-webkit-scrollbar {
    display: none;
  }
  #calculatorBox .calculatorDIV {
    position: static;
    top: auto;
    width: 100%;
  }
  #dialogContent > ul {
    grid-template-columns: repeat(4, 1fr);
  }
  #dialogContent > ul.large {
    grid-template-columns: repeat(2, 1fr);
  }
  #dialogContent > ul.medium {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1599px) {
  body.webshop-frontpage .calculatorDIV {
    margin-top: -15vh;
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(-60%);
  }
  50% {
    transform: translateX(-50%);
  }
}

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