#deko_calculator_button {
  margin-bottom: 20px;
}
#deko_calculator_button.checkout {
  display: none;
}
#deko_calculator_button.product .deko-calculator-button {
  padding: 12px 8px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  border-radius: 3px;
  max-width: 365px;
}
@media only screen and (min-width: 1024px) {
  #deko_calculator_button.product .deko-calculator-button {
    display: flex;
    align-items: center;
  }
  #deko_calculator_button.product .deko-calculator-button .deko-logo {
    display: flex;
    margin-right: 5px;
  }
}
#deko_calculator_button .deko-text {
  padding: 0 4px;
}
#deko_calculator_button .deko-text > span {
  display: block;
}
#deko_calculator_button .deko-text .deko-more {
  font-size: 12px;
  text-decoration: underline;
}
#deko_calcalator.checkout {
  padding: 0 10px;
  display: none;
  margin-bottom: 25px;
}
#deko_calcalator.checkout.active {
  display: inline-block;
}
#deko_calcalator.product {
  display: none;
  transition: top 0.3s;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#deko_calcalator.product.active {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #deko_calcalator.product.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#deko_calcalator.product.transition {
  top: 0;
}
@media only screen and (min-width: 1024px) {
  #deko_calcalator.product.transition {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #deko_calcalator.product {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
#deko_calcalator .deko-finance-calc-wrapper {
  background-color: #f4f4f4;
  overflow-y: auto;
  max-height: 100%;
}
#deko_calcalator .deko-finance-calc-wrapper .deko-heading,
#deko_calcalator .deko-finance-calc-wrapper .deko-description,
#deko_calcalator .deko-finance-calc-wrapper .configuration {
  background-color: #fff;
}
#deko_calcalator .deko-finance-calc-wrapper .deko-heading {
  display: flex;
  justify-content: space-between;
}
#deko_calcalator .deko-finance-calc-wrapper .deko-heading .heading-text {
  padding: 10px 10px 0;
  font-size: 22px;
}
#deko_calcalator .deko-finance-calc-wrapper .deko-heading .heading-text > span {
  vertical-align: top;
}
#deko_calcalator .deko-finance-calc-wrapper .deko-heading .heading-text .deko-logo {
  margin-right: 5px;
}
#deko_calcalator .deko-finance-calc-wrapper .deko-heading .heading-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
#deko_calcalator .deko-finance-calc-wrapper .deko-description {
  font-size: 14px;
  padding: 0px 15px 7px;
}
#deko_calcalator .deko-finance-calc-wrapper .price {
  margin-left: 5px;
  font-weight: 600;
}
#deko_calcalator .deko-finance-calc-wrapper .base-total {
  padding: 8px 15px;
  background-color: #f4f4f4;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#deko_calcalator .deko-finance-calc-wrapper .deposit > span {
  margin-left: 5px;
  font-size: 18px;
}
#deko_calcalator .deko-finance-calc-wrapper .configuration {
  text-align: left;
  padding: 8px 15px;
  border-bottom: 1px solid #e0e0e0;
}
#deko_calcalator .deko-finance-calc-wrapper .configuration > div:first-of-type {
  margin-bottom: 5px;
}
#deko_calcalator .deko-finance-calc-wrapper .configuration label {
  margin-bottom: 4px;
  font-weight: 600;
  display: block;
}
#deko_calcalator .deko-finance-calc-wrapper .configuration select {
  height: 48px;
  margin-bottom: 5px;
  font-size: 16px;
  color: inherit;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  outline: none;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  #deko_calcalator .deko-finance-calc-wrapper .configuration select {
    height: 40px;
  }
}
#deko_calcalator .deko-finance-calc-wrapper .calculations {
  padding: 15px;
}
#deko_calcalator .deko-finance-calc-wrapper .calculations > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  padding-left: 10px;
}
#deko_calcalator .deko-finance-calc-wrapper .calculations > .monthly {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 0;
}
#deko_calcalator .deko-finance-calc-wrapper .calculations > .monthly > span:first-of-type {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  #deko_calcalator .deko-finance-calc-wrapper {
    min-width: 400px;
    border-radius: 3px;
  }
}
