
/* cac */

.lldw-cac-row * {
  font-weight: 300 !important;
}

.lldw-slots-day {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.lldw-slots-day-selected {
  border-color: #1e85be;
}

.lldw-slots-day-label {
  display: block;
  margin-bottom: 5px;
}

.lldw-slots-day ul {
  display: flex;

  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.lldw-slots-day ul li {
  margin: 0 10px 10px 0 !important;
  padding: 7px 5px !important;
  background-color: #1e85be;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  font-size: .9rem !important;
  width: 55px;
  text-align: center !important;
}

.lldw-slot-active {
  background-color: #ff0707 !important;
}

.lldw-slot-unavailable {

  cursor: default !important;
  background-color: #dedede !important;
}

.lldw-chosen-slot, .lldw-cac-row label {
  color: #555;
  font-weight: 700!important;
}

.woocommerce-checkout .lldw-slots-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 25px;
}

.lldw-slots-container address, .woocommerce-shipping-destination {
  margin-top: 10px;
  margin-bottom: 20px !important;
      background-color: #f3f3f3;
    padding: 10px !important;
    font-size: .9rem;
    line-height: 1.3;
    border-radius: 3px;
}
