body.single-product .acorespro_service_single .post_image {
  width: 100%;
  display: block;
}
body.single-product .acorespro_service_single .post_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
body.single-product .acorespro_service_single .the-title .title .sublime_title {
  color: #44b1cf;
}
body.single-product .acorespro_service_single .product {
  margin-top: 64px;
  margin-bottom: 64px;
}

.widget {
  margin-top: 64px;
  padding: 16px 22px;
}
.widget:last-child {
  margin-bottom: 64px;
}

.back-to-top {
  display: flex;
  justify-content: center;
}
.back-to-top span.icon-arrow-up {
  margin-top: auto;
  margin-bottom: auto;
}

.acorespro_widget_services_list {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 28px 24px;
}
.acorespro_widget_services_list .widget-title {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.acorespro_widget_services_list .item {
  --color-active: grey;
  --bg-active: white;
  --border-active:#f6f6f6;
  --color-normal: black;
  --bg-normal: white;
  --border-normal: #d9d9d9;
}
.acorespro_widget_services_list .item {
  display: flex;
  width: 100%;
  max-width: 100%;
  color: var(--color-normal);
  backgrund-color: var(--bg-normal);
  text-decoration: none;
  border-bottom: 1px solid var(--border-normal);
  font-family: Helvetica;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  padding: 16px 0px;
}
.acorespro_widget_services_list .item span {
  flex: 1 1 auto;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}
.acorespro_widget_services_list .item i {
  flex: 0 0 25px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.acorespro_widget_services_list .item.current_service {
  color: var(--color-active);
  background-color: var(--bg-active);
  border-bottom: 1px solid var(--border-active);
}

.acorespro_services_booking {
  padding: 28px 24px;
}
.acorespro_services_booking .booking_value_label {
  display: block;
  text-align: right;
  font-family: Helvetica;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  vertical-align: middle;
  margin-bottom: 6px;
}
.acorespro_services_booking .booking_price {
  display: block;
  text-align: right;
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 26px;
  vertical-align: middle;
  margin-bottom: 18px;
}
.acorespro_services_booking .booking_button_wrapper {
  display: block;
}
.acorespro_services_booking .booking_button_wrapper .booking_button {
  display: block;
  background-color: #44B1CF;
  color: white;
  text-decoration: none;
  transition: all 0.25s linear 0s;
  text-align: center;
  padding: 12px;
}
.acorespro_services_booking .booking_button_wrapper .booking_button:hover {
  background-color: #388da4;
}

/********************************************/
/** 
 * Generated Automatically from assets/scss/main.scss
 *//*# sourceMappingURL=main.css.map */