.white-filter {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); }

.black-filter {
  filter: invert(0%) sepia(0%) saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%); }

.citrus-filter {
  filter: invert(75%) sepia(56%) saturate(3300%) hue-rotate(29deg) brightness(94%) contrast(92%); }

.fiji-green-filter {
  filter: invert(29%) sepia(47%) saturate(2232%) hue-rotate(49deg) brightness(93%) contrast(87%); }

.red-filter {
  filter: invert(24%) sepia(100%) saturate(7493%) hue-rotate(6deg) brightness(96%) contrast(106%); }

.opening-hours {
  margin-bottom: 30px; }
  .opening-hours__phone {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-flex;
    padding-left: 26px;
    margin-top: 3px;
    white-space: nowrap; }
    .opening-hours__phone:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      background: url("../../i/container.svg#icon-127") center center no-repeat; }
  .opening-hours__title {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #707070; }
  .opening-hours__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    display: -ms-flexbox;
    margin-bottom: 7px;
    justify-content: flex-start; }
  .opening-hours__days {
    font-size: 14px;
    line-height: 1.35;
    color: #fff;
    font-weight: 500;
    background: #212121;
    width: 70px;
    text-align: center;
    padding: 3px 5px 4px;
    margin-right: 10px; }
  .opening-hours__time {
    font-size: 14px;
    line-height: 1.35;
    color: #fff; }
  .opening-hours p {
    margin: 0 0 13px; }

/* media */
@media (max-width: 768px) {
  .opening-hours {
    margin-bottom: 21px; }
    .opening-hours .opening-hours__days, .opening-hours .opening-hours__time, .opening-hours .opening-hours__phone {
      font-size: 13px; }
    .opening-hours .opening-hours__days {
      width: 60px; }
    .opening-hours__phone {
      margin-left: -15px; } }

/*# sourceMappingURL=opening-hours.css.map */
