div#hikashop_product_left_part {
  display: none;
}

div#hikashop_product_right_part {
  width: 100%;
  padding: 0 15px;
}

#hikashop_product_characteristics
  table.hikashop_product_characteristics_table
  tr {
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.hikashop_characteristic_line_33,
.hikashop_characteristic_line_34 {
  display: flex !important;
}

.hikashop_characteristic_line_26 .controls,
.hikashop_characteristic_line_33 .controls {
  display: flex;
  justify-content: space-evenly;
}

#hikashop_product_right_part table.hikashop_product_characteristics_table td,
#hikashop_item_service_appointment_time td,
#hikashop_item_service_appointment_date td,
#hikashop_item_service_aircon_image td,
label#hikaquntity {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px !important;
}

#hikashop_item_service_appointment_time td label,
#hikashop_item_service_appointment_date td label,
#hikashop_item_service_aircon_image td label {
  font-weight: bold;
}

.hikashop_characteristic_line_26 .controls label,
.hikashop_characteristic_line_33 .controls label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  font-size: 12px;
  width: 25%;
  height: 200px;
  margin: 0;
  padding: 0 0 20px 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.hikashop_characteristic_line_26 .controls input,
.hikashop_characteristic_line_33 .controls input {
  display: none;
}

label:has(input[type="radio"]:checked) {
  background-color: #1eadfb !important;
}

.hikashop_characteristic_line_26 .controls label::before,
.hikashop_characteristic_line_33 .controls label::before {
  content: "";
  width: 60%;
  height: inherit;
  margin: 0px;
}

label#hikashop_product_characteristic_26_27-lbl::before {
  background: url(/images/webkiticon/landed.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

label#hikashop_product_characteristic_26_28-lbl::before {
  background: url(/images/webkiticon/condo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

label#hikashop_product_characteristic_26_29-lbl::before {
  background: url(/images/webkiticon/building.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

label#hikashop_product_characteristic_33_30-lbl::before {
  background: url(/images/webkiticon/ac_wall.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

label#hikashop_product_characteristic_33_31-lbl::before {
  background: url(/images/webkiticon/ac_ceiling.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

label#hikashop_product_characteristic_33_32-lbl::before {
  background: url(/images/webkiticon/ac_expose.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

select#hikashop_product_characteristic_34 {
  width: 100%;
}

.hikashop_product_page table {
  width: 100%;
  display: table;
}

.hikashop_item_service_appointment_date_line,
.hikashop_item_service_appointment_time_line,
.hikashop_item_service_aircon_image_line {
  display: flex;
  flex-direction: column;
}

#service_appointment_date_input,
#service_appointment_time {
  width: 100%;
}

.hikashop_field_required {
  display: none;
}

.hikashop_view_files_border {
  width: 100%;
}

#hikashop_product_right_part a.hikabtn.hikacart {
  padding: 10px;
  background-color: #1eadfb !important;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100% !important;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .hikashop_characteristic_line_26 .controls label,
  .hikashop_characteristic_line_33 .controls label {
    width: 30%;
    height: 125px;
  }
  .hikashop_characteristic_line_26 .controls label::before,
  .hikashop_characteristic_line_33 .controls label::before {
    width: 60%;
    height: 50%;
  }
}
