:root {
  --bodyFont: "Roboto", sans-serif;
  --titleFont: "Kalnia", serif;
  --primaryColor: #A67944;
  --secondaryColor: #5D7A74;
  --bodyColor: #7B7B7B;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --titleColor: #3D6059;
  --borderColor: #B4C1BF;
  --inputbgColor: #FFFFFF;
  --softbgColor: #f6f6f6;
  --transition: 0.4s all ease;
}

.rs-business-hour .rs-business-schedule {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.tp-hour-position-left .rs-business-hour .rs-business-schedule {
  display: flex;
  flex-direction: row;
}

.tp-hour-position-right .rs-business-hour .rs-business-schedule {
  display: flex;
  flex-direction: row-reverse;
}

.tp-hour-space-position-start .rs-business-hour .rs-business-schedule {
  justify-content: flex-start;
}

.tp-hour-space-position-center .rs-business-hour .rs-business-schedule {
  justify-content: center;
}

.tp-hour-space-position-end .rs-business-hour .rs-business-schedule {
  justify-content: flex-end;
}

.tp-hour-space-position-stretch .rs-business-hour .rs-business-schedule {
  justify-content: space-between;
}

/*# sourceMappingURL=business-hour.css.map */
