/* Start of MA Business Hours */
.jltma-business-hour .jltma-business-hour-content {
  border-radius: 5px;
}
.jltma-business-hour ul,
.jltma-business-hour ol {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.jltma-business-hour li {
  color: #78909c;
  font-size: 15px;
  font-weight: 500;
  margin: 1px 0px;
  float: right;
  list-style: none;
  line-height: 24px;
  padding: 8px 15px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.jltma-business-hour li time {
  position: relative;
}
.jltma-business-hour li time:first-child {
  padding-left: 20px;
}
.jltma-business-hour li time:first-child:before {
  content: "-";
  position: absolute;
  left: 8px;
  top: -3px;
}
.jltma-business-hour .jltma-business-hour-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.jltma-business-hour .closed,
.jltma-business-hour .happy-time {
  color: #e92d5c;
}
.jltma-business-hour .jltma-business-hour-btn {
  display: inline-block;
}
.jltma-business-hour.style-default .jltma-business-hour-content {
  margin: 0 auto;
  max-width: 500px;
}
.jltma-business-hour.style-default li span {
  padding: 0 3px;
}
.jltma-business-hour.style-default li:before {
  content: "";
  border: 1px dotted #78909c;
  height: 1px;
  width: 100px;
  right: 50%;
  top: 50%;
  margin: -0.5px -50px 0 0;
  position: absolute;
  z-index: -1;
}
.jltma-business-hour.solid-bg-color .jltma-business-hour-content {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 3rem 2.5rem;
}
.jltma-business-hour.solid-bg-color li {
  border-bottom: 2px solid #eceff1;
  padding: 8px 0 9px;
}
.jltma-business-hour.solid-bg-color li:first-child {
  padding-top: 0;
}
.jltma-business-hour.solid-bg-color li i {
  color: #4b00e7;
  margin-left: 5px;
}
.jltma-business-hour.solid-bg-color li:last-child, .jltma-business-hour.content-corner-btn li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.jltma-business-hour.content-bg-image .jltma-business-hour-content {
  display: flex;
  align-items: center;
  padding: 3rem 15px 4rem;
  flex-direction: column;
}
.jltma-business-hour.content-bg-image li {
  text-align: center;
}
.jltma-business-hour.content-bg-image .jltma-business-duration {
  font-weight: 600;
}
.jltma-business-hour.content-bg-image li span, .jltma-business-hour.table-reservation li span {
  float: none !important;
}
.jltma-business-hour.content-corner-btn [class*=col], .jltma-business-hour.table-reservation [class*=col] {
  padding: 0;
}
.jltma-business-hour.content-corner-btn .jltma-row {
  margin: 0;
}
.jltma-business-hour.content-corner-btn .jltma-business-hour-content {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 3.75rem 2.8125rem;
  position: relative;
}
.jltma-business-hour.content-corner-btn .jltma-business-hour-title {
  text-align: right;
}
.jltma-business-hour.content-corner-btn li {
  border-bottom: 2px solid #eceff1;
  font-weight: 600;
  padding: 8px 0 9px;
}
.jltma-business-hour.content-corner-btn .jltma-business-hour-content-bottom {
  color: #4b00e7;
  font-size: 18px;
  font-weight: 700;
  right: 0;
  bottom: 0;
  padding-right: 2.8125rem;
  width: 100%;
}
.jltma-business-hour.content-corner-btn .jltma-business-hour-content-bottom span {
  padding-top: 13px;
}
.jltma-business-hour.content-corner-btn .jltma-business-hour-content-details {
  padding: 10px;
}
.jltma-business-hour.content-corner-btn .jltma-business-hour-btn {
  background: #4b00e7;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 55px;
  padding: 0 1.5rem;
  text-transform: capitalize;
}
.jltma-business-hour.table-reservation .jltma-row {
  align-items: center;
  margin: 0;
}
.jltma-business-hour.table-reservation img {
  border-radius: 5px;
}
.jltma-business-hour.table-reservation .jltma-business-hour-content {
  background: #fff;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.jltma-business-hour.table-reservation .jltma-business-hour-content-details {
  padding-bottom: 1.5rem;
}
.jltma-business-hour.table-reservation .jltma-business-reservation-title {
  background: #383844;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
}
.jltma-business-hour.table-reservation .jltma-business-hour-title {
  margin: 2rem 0 1rem;
}
.jltma-business-hour.table-reservation .jltma-business-hour-list {
  font-weight: 600;
  padding: 0;
}
.jltma-business-hour.table-reservation .jltma-business-hour-btn {
  background: #4b00e7;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 0;
  text-transform: uppercase;
  width: 100%;
}
.jltma-business-hour.full-bg-image li {
  border-bottom: 1px solid #cfd8dc;
  font-weight: 600;
  padding: 8px 0 9px;
}
.jltma-business-hour.full-bg-image li:last-child {
  border-bottom: none;
}
.jltma-business-hour.full-bg-image .jltma-business-hour-btn {
  border-radius: 3rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
  margin-top: 1rem;
  padding: 0 2.5rem;
  text-transform: uppercase;
}

.content-corner-btn .jltma-business-hour-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 992px) {
  .jltma-business-hour.table-reservation .jltma-business-hour-content {
    margin-right: -45px;
    width: calc(100% + 45px);
  }
}
/* End of MA Business Hours */