.page-template-template-opening-hours button, .page-template-template-opening-hours input,
.page-template-template-rita-saude button,
.page-template-template-rita-saude input {
  overflow: hidden;
}
.page-template-template-opening-hours .shadow-main-menu,
.page-template-template-rita-saude .shadow-main-menu {
  width: 100vw;
  height: 604px;
  background: linear-gradient(180deg, rgba(219, 226, 232, 0.6) 0%, rgba(219, 226, 232, 0) 100%);
  position: absolute;
  top: -88px;
  z-index: 1;
}
.page-template-template-opening-hours .main-content,
.page-template-template-rita-saude .main-content {
  background: #EDF0F3;
}
.page-template-template-opening-hours .main-content .top,
.page-template-template-rita-saude .main-content .top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 9;
  position: relative;
  min-height: 486px;
  background: #EDF0F3;
  padding-top: 56px;
}
.page-template-template-opening-hours .main-content .top .content,
.page-template-template-rita-saude .main-content .top .content {
  width: 1101px;
  height: 100%;
  background-image: url(../assets/img/opening-hours/calendar.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.page-template-template-opening-hours .main-content .top .content .title-and-icon,
.page-template-template-rita-saude .main-content .top .content .title-and-icon {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-template-template-opening-hours .main-content .top .content .title-and-icon .page-title,
.page-template-template-rita-saude .main-content .top .content .title-and-icon .page-title {
  color: #41434b;
  font-size: 40px;
  font-family: "Museo Sans", sans-serif;
  font-weight: 700;
  line-height: 42px;
  word-wrap: break-word;
}
.page-template-template-opening-hours .main-content .top .content .title-and-icon .page-title .line,
.page-template-template-rita-saude .main-content .top .content .title-and-icon .page-title .line {
  width: 45px;
  height: 2px;
  background-color: #ff4445;
  margin-bottom: 10px;
}
.page-template-template-opening-hours .main-content .top .content .title-and-icon img.holiday-icon,
.page-template-template-rita-saude .main-content .top .content .title-and-icon img.holiday-icon {
  position: absolute;
  right: 0;
  z-index: 2;
}
.page-template-template-opening-hours .main-content .top .content .holiday-name,
.page-template-template-rita-saude .main-content .top .content .holiday-name {
  font-size: 40px;
  line-height: 100%;
  color: #41434B;
  margin: 24px 0;
}
.page-template-template-opening-hours .main-content .top .content .holiday-text,
.page-template-template-rita-saude .main-content .top .content .holiday-text {
  max-width: 585px;
  z-index: 3;
}
.page-template-template-opening-hours .main-content .top .content .holiday-text p,
.page-template-template-rita-saude .main-content .top .content .holiday-text p {
  margin: 0;
}
.page-template-template-opening-hours .main-content .top .content .filters,
.page-template-template-rita-saude .main-content .top .content .filters {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  gap: 24px;
}
.page-template-template-opening-hours .main-content .top .content .filters details,
.page-template-template-rita-saude .main-content .top .content .filters details {
  width: 360px !important;
}
.page-template-template-opening-hours .main-content .top .content .filters .neighborhood,
.page-template-template-rita-saude .main-content .top .content .filters .neighborhood {
  width: 330px;
}
.page-template-template-opening-hours .main-content .top .content .filters .neighborhood input[type=radio]::after,
.page-template-template-rita-saude .main-content .top .content .filters .neighborhood input[type=radio]::after {
  width: 10px;
  height: 10px;
  content: attr(title);
  display: inline;
  font-size: 1rem;
}
.page-template-template-opening-hours .main-content .top .content .filters input[type=checkbox],
.page-template-template-rita-saude .main-content .top .content .filters input[type=checkbox] {
  display: none;
}
.page-template-template-opening-hours .main-content .top .content .filters li,
.page-template-template-rita-saude .main-content .top .content .filters li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-template-template-opening-hours .main-content .top .content .filters li label,
.page-template-template-rita-saude .main-content .top .content .filters li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-template-template-opening-hours .main-content .top .content .filters li span.checkbox,
.page-template-template-rita-saude .main-content .top .content .filters li span.checkbox {
  width: 20px;
  height: 21px;
  border: 1px solid #8c8c8c;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.page-template-template-opening-hours .main-content .top .content .filters li span.checkbox.checked::after,
.page-template-template-rita-saude .main-content .top .content .filters li span.checkbox.checked::after {
  content: "";
  background-color: #eb434e;
  width: 12px;
  height: 12px;
  display: flex;
  border-radius: 5px;
}
.page-template-template-opening-hours .main-content .top .content .filters li.buttons,
.page-template-template-rita-saude .main-content .top .content .filters li.buttons {
  margin-top: 3px;
}
.page-template-template-opening-hours .main-content .top .content .filters li.buttons button,
.page-template-template-rita-saude .main-content .top .content .filters li.buttons button {
  background-color: #eb434e;
  border-radius: 100px;
  color: #fff;
  border: 0;
  width: 128px;
  height: 30px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.page-template-template-opening-hours .main-content .top .content .filters li.buttons button:hover,
.page-template-template-rita-saude .main-content .top .content .filters li.buttons button:hover {
  background-color: #ba0904;
}
.page-template-template-opening-hours .main-content .top .content .filters li.buttons button.clear-filters,
.page-template-template-rita-saude .main-content .top .content .filters li.buttons button.clear-filters {
  background-color: transparent;
  width: 97px;
  color: #41434b;
  border: 1px solid #41434b;
  opacity: 30%;
}
.page-template-template-opening-hours .main-content .top .content .filters li.buttons button.clear-filters.active,
.page-template-template-rita-saude .main-content .top .content .filters li.buttons button.clear-filters.active {
  opacity: 100%;
}
.page-template-template-opening-hours .main-content .top .content .filters li.hide,
.page-template-template-rita-saude .main-content .top .content .filters li.hide {
  display: none;
}
.page-template-template-opening-hours .main-content .top .content .mobile-holiday-image,
.page-template-template-rita-saude .main-content .top .content .mobile-holiday-image {
  display: none;
}
.page-template-template-opening-hours .main-content .top .content .tabs .row,
.page-template-template-rita-saude .main-content .top .content .tabs .row {
  display: flex;
  flex-direction: row;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: -40px;
}
.page-template-template-opening-hours .main-content .top .content .tabs .row .tab,
.page-template-template-rita-saude .main-content .top .content .tabs .row .tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 80px;
  height: 80px;
  background: #F4E8D1;
  color: #5A5D67;
  border-radius: 40px;
  border: 2px solid #FFFFFF;
  margin-top: 56px;
  padding: 20px 21px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-template-template-opening-hours .main-content .top .content .tabs .row .tab:hover:not(.active),
.page-template-template-rita-saude .main-content .top .content .tabs .row .tab:hover:not(.active) {
  background: #e72122;
  border: 2px solid #e72122;
  color: #FFFFFF;
  transform: translateY(5px);
}
.page-template-template-opening-hours .main-content .top .content .tabs .row .tab:hover:not(.active) .day-of-week::after,
.page-template-template-rita-saude .main-content .top .content .tabs .row .tab:hover:not(.active) .day-of-week::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE5IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjUgOEwwLjgzOTc0NSAwLjVMMTguMTYwMyAwLjUwMDAwMUw5LjUgOFoiIGZpbGw9IiNGRjQ0NDUiLz4KPC9zdmc+Cg==");
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-self: center;
}
.page-template-template-opening-hours .main-content .top .content .tabs .row .tab.active,
.page-template-template-rita-saude .main-content .top .content .tabs .row .tab.active {
  background: #FF4445;
  color: #FFFFFF;
  border: 2px solid transparent;
}
.page-template-template-opening-hours .main-content .top .content .tabs .row .tab.active .day-of-week::after,
.page-template-template-rita-saude .main-content .top .content .tabs .row .tab.active .day-of-week::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE5IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjUgOEwwLjgzOTc0NSAwLjVMMTguMTYwMyAwLjUwMDAwMUw5LjUgOFoiIGZpbGw9IiNGRjQ0NDUiLz4KPC9zdmc+Cg==");
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-self: center;
}
.page-template-template-opening-hours .main-content .top .content .tabs .row .tab .day-and-month,
.page-template-template-rita-saude .main-content .top .content .tabs .row .tab .day-and-month {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.page-template-template-opening-hours .main-content .top .content .tabs .row .tab .day-and-month p,
.page-template-template-rita-saude .main-content .top .content .tabs .row .tab .day-and-month p {
  margin: 0;
}
.page-template-template-opening-hours .main-content .top .content .tabs .row .tab .day-of-week,
.page-template-template-rita-saude .main-content .top .content .tabs .row .tab .day-of-week {
  margin: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 80px;
  color: #5A5D67;
}
.page-template-template-opening-hours .main-content .units,
.page-template-template-rita-saude .main-content .units {
  background-color: #FFF;
  padding-top: 150px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.page-template-template-opening-hours .main-content .units .hide,
.page-template-template-rita-saude .main-content .units .hide {
  display: none !important;
}
.page-template-template-opening-hours .main-content .units .content,
.page-template-template-rita-saude .main-content .units .content {
  width: 1145px;
  padding: 0 22px;
}
.page-template-template-opening-hours .main-content .units .content p.textVisible,
.page-template-template-rita-saude .main-content .units .content p.textVisible {
  display: none;
  text-align: center;
  justify-content: center;
  padding-bottom: 100px;
  font-size: 1.5rem;
}
.page-template-template-opening-hours .main-content .units .content p.textVisible.show,
.page-template-template-rita-saude .main-content .units .content p.textVisible.show {
  display: flex;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods,
.page-template-template-rita-saude .main-content .units .content .neighborhoods {
  display: none;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods.visible,
.page-template-template-rita-saude .main-content .units .content .neighborhoods.visible {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods.visible p.emptyText,
.page-template-template-rita-saude .main-content .units .content .neighborhoods.visible p.emptyText {
  display: none;
  text-align: center;
  justify-content: center;
  padding-bottom: 100px;
  font-size: 1.5rem;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods.visible p.emptyText.show,
.page-template-template-rita-saude .main-content .units .content .neighborhoods.visible p.emptyText.show {
  display: flex;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods.visible .neighborhood,
.page-template-template-rita-saude .main-content .units .content .neighborhoods.visible .neighborhood {
  margin-bottom: 40px;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-title,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-title {
  color: #4b4b4b;
  font-size: 24px;
  font-family: "Museo Sans", sans-serif;
  font-weight: 700;
  line-height: 30px;
  word-wrap: break-word;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-title .line,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-title .line {
  width: 45px;
  height: 3px;
  background-color: #ff4445;
  margin-top: 15px;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .unit,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .unit {
  min-height: 156px;
  padding: 20px;
  background: #f7f8fc;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  color: #666666;
  font-size: 15px;
  font-family: "Roboto", Sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .unit span,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .unit span {
  font-weight: 700;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .unit .featured,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .unit .featured {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 23px;
  color: #ff4445;
  font-weight: 700;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .unit .featured.covid,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .unit .featured.covid {
  background-image: url(../assets/img/opening-hours/covid-icon.svg);
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .unit .featured.image-exam,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .unit .featured.image-exam {
  background-image: url(../assets/img/opening-hours/image-exam-icon.svg);
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .unit .location,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .unit .location {
  background-image: url(../assets/img/opening-hours/location-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 23px;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .unit .opening-hours,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .unit .opening-hours {
  background-image: url(../assets/img/opening-hours/clock-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 23px;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 18px;
  margin-top: 18px;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units .unit,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-units .unit {
  min-height: 156px;
  padding: 20px;
  background: #f7f8fc;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  color: #666666;
  font-size: 15px;
  font-family: "Roboto", Sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units .unit span,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-units .unit span {
  font-weight: 700;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units .unit .featured,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-units .unit .featured {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 23px;
  color: #ff4445;
  font-weight: 700;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units .unit .featured.covid,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-units .unit .featured.covid {
  background-image: url(../assets/img/opening-hours/covid-icon.svg);
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units .unit .featured.image-exam,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-units .unit .featured.image-exam {
  background-image: url(../assets/img/opening-hours/image-exam-icon.svg);
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units .unit .location,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-units .unit .location {
  background-image: url(../assets/img/opening-hours/location-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 23px;
}
.page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units .unit .opening-hours,
.page-template-template-rita-saude .main-content .units .content .neighborhoods .neighborhood-units .unit .opening-hours {
  background-image: url(../assets/img/opening-hours/clock-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 23px;
}

@media screen and (max-width: 743px) {
  .page-template-template-opening-hours .main-content .top .content {
    max-width: calc(100vw - 44px);
    background-position: top right;
    background-size: 130px;
    justify-content: flex-start;
    height: 100%;
  }
  .page-template-template-opening-hours .main-content .top .content .page-title {
    margin-top: 10px;
    font-size: 25px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters {
    gap: 10px;
    flex-direction: column;
    margin-top: 10px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .neighborhood {
    width: 100%;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .service {
    width: 100%;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs .tab {
    height: 40px;
    padding: 9px 24px 28px 24px;
    font-size: 12px;
    margin-top: 31px;
    margin-bottom: 0;
  }
  .page-template-template-opening-hours .main-content .units .content {
    width: 100vw;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhood .neighborhood-units {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhood .neighborhood-units .unit {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhood .neighborhoods.visible .neighborhood {
    max-height: 220px !important;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  .page-template-template-opening-hours .main-content .top .content {
    background-size: 381px 238px;
    margin-left: 16px;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs .tab {
    margin-top: 66px;
  }
  .page-template-template-opening-hours .main-content .top .content .page-title {
    margin-left: 6px;
    font-size: 30px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters {
    gap: 10px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters details summary::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #ff4445;
    border-left: 3px solid #ff4445;
    border-bottom-left-radius: 2px;
    transform: rotate(-45deg) translate(0%, -50%);
    transform-origin: top right;
    transition: transform ease-in-out 100ms;
    position: absolute;
    right: 22px;
    top: 16px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .neighborhood {
    width: 228px;
    height: 50px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .neighborhood summary {
    padding: 12px 0px 10px 27px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .neighborhood input[type=radio]:after {
    font-size: 15px;
    color: #060606;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .service {
    width: 287px;
    height: 50px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .service summary {
    padding: 12px 0px 10px 26px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .service input[type=radio]:after {
    font-size: 15px;
    color: #060606;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-title {
    font-size: 18px;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-units .unit {
    font-size: 14px;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhoods.visible .neighborhood {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-opening-hours .main-content .top {
    padding-top: 0;
    align-items: flex-start;
    min-height: 648px;
    padding-top: 50px;
  }
  .page-template-template-opening-hours .main-content .top .content {
    background-image: none !important;
  }
  .page-template-template-opening-hours .main-content .top .content .mobile-holiday-image {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .page-template-template-opening-hours .main-content .top .content .title-and-icon .holiday-icon {
    width: 115px;
    height: 75px;
    top: 0 !important;
  }
  .page-template-template-opening-hours .main-content .top .content .holiday-name {
    font-size: 36px;
    color: #41434B;
    margin: 22px 0;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs .row {
    height: 110px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    justify-content: flex-start;
    padding: 0 40px;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs .row .tab {
    width: 60px;
    height: 60px;
    margin-top: 0;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs .row .tab .day-and-month {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    gap: 5px;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs .row .tab .day-of-week {
    top: 60px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs .row::-webkit-scrollbar {
    display: none;
  }
  .page-template-template-opening-hours .main-content .top .content .filters details {
    width: 100% !important;
  }
  .page-template-template-opening-hours .main-content .top .content .filters details summary::after {
    width: 10px;
    height: 10px;
  }
  .page-template-template-opening-hours .main-content .units {
    padding-top: 100px;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #4B4B4B;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-title .line {
    margin-top: 5px;
    border-radius: 100px;
  }
}
@media screen and (width: 1024px) {
  .page-template-template-opening-hours .main-content .top .content {
    background-size: 365px 228px;
    margin-left: 16px;
  }
  .page-template-template-opening-hours .main-content .top .content .tabs .tab {
    margin-top: 50px;
    font-size: 17px;
  }
  .page-template-template-opening-hours .main-content .top .content .page-title {
    margin-left: 40px;
    font-size: 30px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters {
    gap: 10px;
    margin-left: 40px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters details summary::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #ff4445;
    border-left: 3px solid #ff4445;
    border-bottom-left-radius: 2px;
    transform: rotate(-45deg) translate(0%, -50%);
    transform-origin: top right;
    transition: transform ease-in-out 100ms;
    position: absolute;
    right: 22px;
    top: 18px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .neighborhood {
    width: 296px;
    height: 50px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .neighborhood summary {
    padding: 12px 0px 10px 27px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .neighborhood input[type=radio]:after {
    font-size: 15px;
    color: #060606;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .service {
    width: 290px;
    height: 50px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .service summary {
    padding: 12px 0px 10px 26px;
  }
  .page-template-template-opening-hours .main-content .top .content .filters .service input[type=radio]:after {
    font-size: 15px;
    color: #060606;
  }
  .page-template-template-opening-hours .main-content .units .content {
    padding: 0 56px;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhoods .neighborhood-title {
    font-size: 20px;
  }
  .page-template-template-opening-hours .main-content .units .content .neighborhoods.visible .neighborhood {
    margin-bottom: 35px !important;
  }
}/*# sourceMappingURL=opening-hours.css.map */