/* @override 
	https://2025.yeedgroup.com/wp-content/plugins/yeedcalc/assets/css/yeedcalc.css */
#yeed-calc-form {
  font-size: 1em;
  font-weight: 400;
  margin: 40px auto 80px;
}
#yeed-calc-form input::-webkit-outer-spin-button,
#yeed-calc-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#yeed-calc-form input[type=number] {
  -moz-appearance: textfield;
}
#yeed-calc-form button {
  font-size: 1rem;
  line-height: 2.8em;
  height: 2.8em;
  border: 1px solid #F80E1D;
  padding: 0 2em;
  border-radius: 4px;
  background: #F80E1D;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
#yeed-calc-form button:hover {
  background: #cd0613;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#yeed-calc-form button:focus {
  outline: none;
}
#yeed-calc-form button:disabled {
  opacity: .25;
}
#yeed-calc-form button[type="reset"] {
  background: #f4f4f4;
  border: 1px solid #b4b4b4;
  color: inherit;
}
#yeed-calc-form button[type="reset"]:hover {
  background: #efefef;
}
#yeed-calc-form .form-field {
  margin: 20px 0;
}
#yeed-calc-form .form-field .label,
#yeed-calc-form .form-field.input-field label {
  display: block;
  margin: 0 0 5px;
  font-size: .9em;
  color: #F80E1D;
  text-transform: uppercase;
  font-weight: 700;
}
#yeed-calc-form .form-field.input-field input {
  border: 1px solid #b4b4b4;
  line-height: 2.6em;
  height: 2.6em;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0 15px;
}
#yeed-calc-form .form-field.input-field input:focus {
  outline: none;
}
#yeed-calc-form .form-field .radio-group label {
  display: block;
  margin: 8px 0;
  position: relative;
  padding-left: 2em;
  min-height: 1.3em;
  font-weight: 400;
}
#yeed-calc-form .form-field .radio-group input[type=radio] {
  position: absolute;
  opacity: 0;
  /*
				&:checked + span:before {
					background-color: @yeedred;
					box-shadow: inset 0 0 0 4px @lightgrey;
				}
				&:disabled + span:before {
					box-shadow: inset 0 0 0 4px @lightgrey;
					border-color: @border;
					background: darken( @lightgrey, 7% );
				}
				&:focus + span:before {
					outline: none;
					border-color: @yeedred;
				}
				*/
}
#yeed-calc-form .form-field .radio-group input[type=radio] + span {
  cursor: pointer;
}
#yeed-calc-form .form-field .radio-group input[type=radio] + span:after,
#yeed-calc-form .form-field .radio-group input[type=radio] + span:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: .6em;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#yeed-calc-form .form-field .radio-group input[type=radio] + span:after {
  width: 10px;
  height: 10px;
  background: #333;
  left: 3px;
  top: 5px;
}
#yeed-calc-form .select-wrapper {
  position: relative;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1rem;
}
#yeed-calc-form .select-wrapper.empty-select {
  border: none;
}
#yeed-calc-form .select-wrapper p {
  font-size: 0;
  color: #fff;
}
#yeed-calc-form .select-wrapper label,
#yeed-calc-form .select-wrapper .woocommerce-input-wrapper input {
  display: none;
}
#yeed-calc-form .select-wrapper:after {
  content: '';
  position: absolute;
  top: 1.3rem;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #F80E1D;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
#yeed-calc-form .select-wrapper select {
  display: block;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  height: auto;
  border: 0;
  margin: 0;
  padding: .75em;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  text-overflow: ellipsis;
}
#yeed-calc-form .select-wrapper select.state_select {
  border-top: 1px solid #eee;
}
#yeed-calc-form .select-wrapper select:focus {
  outline: none;
}
#yeed-calc-form .select-wrapper input.input-text {
  margin: 5px 10px 15px;
  width: calc( 100% - 45px ) !important;
}
#yeed-calc-form .action-buttons:not(.active),
#yeed-calc-form .surface-input:not(.active),
#yeed-calc-form .heightening-input:not(.active),
#yeed-calc-form .characteristics:not(.active),
#yeed-calc-form .choice-dependent:not(.active) {
  display: none;
}
#yeed-calc-form .response {
  margin: 30px 0;
}
#yeed-calc-form .response a {
  color: #F80E1D;
}
#yeed-calc-form .response p {
  font-size: 1.2em;
  margin: 0;
}
#yeed-calc-form .response p small {
  font-size: .8em;
}
#yeed-calc-form .response ul {
  margin: 0;
}
#yeed-calc-form .response .error {
  color: #F80E1D;
}
#yeed-calc-form .response h3 {
  font-size: 1.3em;
  margin: 30px 0 20px;
}
#yeed-calc-form .response .yeed-products {
  --gap: 20px;
  --large: 4;
  --small: 2;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
}
#yeed-calc-form .response .yeed-products .product-item {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  width: calc( ( 100% / var( --small ) ) - var( --gap ) + ( var( --gap ) / var( --small ) ) );
}
#yeed-calc-form .response .yeed-products .product-item a {
  display: block;
}
#yeed-calc-form .response .yeed-products .product-item a .name {
  color: #000;
  font-weight: 600;
}
@media only screen and (min-width: 990px) {
  #yeed-calc-form .response .yeed-products .product-item {
    width: calc( ( 100% / var( --large ) ) - var( --gap ) + ( var( --gap ) / var( --large ) ) );
  }
}
