@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}


.viewOpen6 {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #111;
  max-width: 200px;
  background: #fff;
  width: 100%;
  color: #111;
  margin: 0 auto;
  top: 55%;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 16px -8px #111;
  -moz-box-shadow: 0 8px 16px -8px #111;
  box-shadow: 0 8px 16px -8px #111;
  cursor: pointer;
  z-index: 2;
}

.viewOpen6 i {
  color: #111;
}

@media all and (max-width: 600px) {
  #timeDiv6 {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 601px) {
  #timeDiv6 {
    margin-right: 15px;
  }
}

.dateTime6 {
  max-width: 400px;
  margin: 0 auto;
}

.day6 {
  display: inline-block;
  float: left;
}

.time6 {
  display: inline-block;
  float: right;
}

@media all and (max-height: 420px) {
  #timeDiv6, .viewOpen6 {
    top: 60%;
  }
}
/* view hours modal */

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-overlay6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(173, 173, 173, 0.5);
  display: none;
}

#modal-state6 {
  display: none;
}

#modal-state6:checked + .modal-overlay6 {
  opacity: 1;
  animation: fade-in .4s;
  display: block;
  z-index:4;
}


.modal6 {
  position: absolute;
  margin: 0 auto;
  padding: 30px 25px;
  background: #fff;
  right: 0;
  left: 0;
  text-align: center;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  line-height: 1.8;
  font-size: 14px;
}

.modal6 h2 {
  margin-top: 0;
  line-height: 25px;
  font-size: 22px;
  border-bottom: 1px solid #dce0d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.modal6 h3 {
  line-height: 25px;
  font-size: 22px;
  border-bottom: 1px solid #dce0d8;
  border-top: 1px solid #dce0d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 400;
}

.modal6 h4 {
  margin-top: 0;
  line-height: 16px;
  font-size: 14px;
  border-bottom: 1px solid #dce0d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.modal6 h5 {
  line-height: 14px;
  font-size: 12px;
  border-top: 1px solid #dce0d8;
  margin-top: 10px;
  padding-top: 10px;
}

.modal6 h6 {
  line-height: 25px;
  font-size: 22px;
  font-weight: 400;
}

@media all and (max-width: 470px) {
  .modal6 {
    width: 75%;
  }
  .modal6 h2{
    font-size: 20px;
  }
}

#modal-state6:checked + .modal-overlay6 .modal6 {
  top: 20%;
}

.modal-overlay-close6 {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.button-close6 {
  text-decoration: none;
  position: absolute;
  color: #fff;
  background: #464646;
  padding: 4px 10px;
  font-weight: bold;
  top: 0px;
  right: 0;
  cursor: pointer
}