.loader {
  border: 8px solid #c1b1b1; /* Light grey */
  border-top: 8px solid #ddc191; /* Gold */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#tilia_calcbox {
  padding-top: 50px;
}

.calc_forma_box, .calc_forma_box_ksz {
  width: 18%;
  margin: 1% 2% 1% 0;
  height: 210px;
  border: 1px solid #ddc191;
  padding: 10px;
  position: relative;
  float: left;
  cursor: pointer;
  background-color: #fcfbfa;
}
.calc_front_box, .calc_front_box_ksz, .calc_front_box_fp {
  width: 24%;
  margin: 1% 1% 1% 0;
  height: 393px;
  border: 1px solid #ddc191;
  padding: 6px;
  position: relative;
  float: left;
  cursor: pointer;
  background-color: #fcfbfa;
}
.calc_front_box2 {
  width: 24%;
  margin: 1% 1% 1% 0;
  height: 393px;
  border: 1px solid #bbb9b5;
  padding: 6px;
  position: relative;
  float: left;
  cursor: default;
  background-color: #e4e4e4;
}
.front_nochoose {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: #e8e5e58c;
  width: 100%;
  height: 393px;
  padding: 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.front_image {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
}
.front_title {
  position: absolute;
  top: 150px;
  left: 0px;
  z-index: 50;
  background: #ffffff8c;
  font-weight: bold;
  width: 100%;
  font-size: 18px;
  padding: 0 20px;
  text-align: center;
  height: 66px;
  line-height: 26px;
}
.front_pictograms {
  z-index: 20;
  position: absolute;
  bottom: 5px;
  min-height: 165px;
}
.calc_pict {
  width: 54px;
  position: relative;
  float: left;
  margin: 1px 1px 0 0;
}
.front_heads, .front_subheads, .front_heads1, .front_heads2, .front_heads3, .front_heads_ksz, .front_heads_fp, .front_subheads_ksz, .front_subheads_fp {
  position: relative;
  width: 19%;
  float: left;
  border: 1px solid #ddc192;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  margin-right: 1%;
  cursor: pointer;
}
.front_heads1, .front_heads2, .front_heads3 {
  width: auto;
  margin-bottom: 30px;
}
.calc_styles_subtitle {
  color: #DDC091;
  font-size: 1.1rem;
  line-height: 1.1;
  padding-bottom: 10px;
}
.selectedforma {
  border: 3px solid #c9aa73;
  background-color: #fffdf9;
}
.calc_sizetable_head {
  background: #ddc191;
  color: white;
  text-transform: uppercase;
}
.calc_sizetable input {
  height: 30px;
  border-color: #d3d3d3!important;
  outline: none;
}
.calc_radiotag {
  padding-right: 25px;
}
.calc_sizetable input[type="radio"] {
  position: relative;
  top: 10px;
}
.calc_sizetable input[type="text"] {
  width: 100px;
}
.work_input {
  height: 30px!important;
  border-color: #d3d3d3!important;
  outline: none;
  width: 70px;
}
.work_input_short {
  width: 50px;
}
.calc_sizes_submit, .calc_styles_submit {
  text-align: right;
}
#calc_style, #calc_work, #calc_offer {
  display: none;
}
.rotate_icon {
  position: absolute;
  width: auto;
  bottom: 5px;
  right: 8px;
  font-size: 40px;
  line-height: 40px;
}
#hpl-subheads, #hpl-subheads_fp, #hpl-subheads_ksz {
  display: none;
  padding: 10px 0;
  clear: both;
}
.front_head_selected {
  background-color: #ddc191;
  border-color: #6c6c6c;
}
#styles_selectblock {
  margin-bottom: 30px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top: 20px;
}
.active, .accordion:hover {
  background-color: #ccc;
}
.panel {
  padding: 20px 0px;

  transition: max-height 0.2s ease-out;
}
.felulet_image {
  width: 200px;
  height: auto;
}
#konyhapult_adatok, #konyhasziget_adatok, #falipanel_adatok {
  width: 20%;
  float: left;
}
#konyhapult_megmunkalasok, #konyhapult_meretek, #konyhapult_kalkulacio, #konyhapult_elzarasok, #konyhapult_kiegeszitok, #konyhasziget_megmunkalasok, #konyhasziget_elzarasok, #konyhasziget_kiegeszitok, #falipanel_megmunkalasok {
  width: 80%;
  float: right;
  margin-top: 30px;
}
#konyhapult_megmunkalasok, #konyhapult_meretek, #konyhasziget_megmunkalasok,#falipanel_megmunkalasok {
  margin-top: 0px;
}
.akril_box {
  width: 24%;
  margin: 1% 1% 1% 0;
  padding: 0;
  height: auto;
}
#calc_akril_4 {
  margin:  1% 0 1% 0;
}
.alert_text {
  clear: both;
  font-weight: bold;
  background-color: #fffdf9;
  width: 98%;
  border: 1px solid #ddc191;
  padding: 3px 10px;
}
.tilia_question {
  color: #ddc191;
  font-size: 20px;
  cursor: pointer;
}
.image_zoom_pict {
  z-index: 500;
  position: absolute;
  color: #DDC091;
  cursor: pointer;
  font-size: 30px;
  top: 0;
  left: 10px;
}
.tilia_welcomeuser {
  font-size: 18px;
  font-weight: bold;
}
#calc_contentbox h5 {
  font-weight: bold;
  font-size: 20px;
  color: #ddc191;
}
.felulet_image {
  width: 80%!important;
  border: 2px solid #ddc191!important;
}
.work_cell {
  width: 33%;
  float: left;
  padding: 5px;
}
.calc_subtitle {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 15px;
}
#megrendelo_urlap, #emailkuldes_urlap, #egyedi_ajanlatkeres {
  display:none;
}

.elementor-upload-field {
  background-color: #ffffff;
  border-color: #DDC08E!important;
}
.calc_mintakep {
  width: 45%;
  float: left;
  margin-right: 2%;
  max-height: 380px;
}

@media screen and (max-width: 600px) {
  .calc_forma_box, .calc_forma_box_ksz {
    width: 48%;
  }
  .calc_radiotag {
    padding-right: 150px;
  }
  .calc_sizetable input[type="text"] {
    width: 80px;
  }
  .calc_front_box, .calc_front_box_ksz, .calc_front_box_fp, .calc_front_box2 {
    width: 100%;
  }
  .front_pictograms {
    min-height: 110px;
  }
  .front_title {
    top: 200px;
  }
  .front_heads, .front_subheads, .front_heads_ksz, .front_heads_fp, .front_subheads_ksz, .front_subheads_fp {
    min-height: 95px;
  }
  #konyhapult_adatok, #konyhasziget_adatok, #falipanel_adatok {
    width: 100%;
  }
  #konyhapult_megmunkalasok, #konyhapult_meretek, #konyhapult_kalkulacio, #konyhapult_elzarasok, #konyhapult_kiegeszitok, #konyhasziget_megmunkalasok, #konyhasziget_elzarasok, #konyhasziget_kiegeszitok, #falipanel_megmunkalasok {
    width: 100%;
    margin-top: 30px;
  }
  .work_cim1, .work_cim2 {
    width: 50%;
    float: left;
  }
  .work_cell {
    width: 50%;
    float: left;
  }
}
