#dwds-delivery-slots-popup,
.dwds-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999999;
  text-align: center;
}
#dwds-delivery-slots-popup .dwds-popup-container,
.dwds-popup-wrapper .dwds-popup-container {
  background: white;
  padding: 20px 20px 40px 20px;
  max-width: 500px;
  width: 100%;
  position: relative;
  min-height: 420px;
  max-height: 490px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#dwds-delivery-slots-popup .dwds-popup-container > .hidden-content,
.dwds-popup-wrapper .dwds-popup-container > .hidden-content {
  height: 100%;
}
#dwds-delivery-slots-popup .dwds-popup-container .content,
.dwds-popup-wrapper .dwds-popup-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#dwds-delivery-slots-popup #dwds-delivery-methods,
.dwds-popup-wrapper #dwds-delivery-methods {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
  align-self: start;
  margin: 0 auto;
  border: 1px solid #848484;
  padding: 5px;
}
#dwds-delivery-slots-popup #dwds-delivery-methods button,
.dwds-popup-wrapper #dwds-delivery-methods button {
  width: 114px;
  height: 36px;
  border: 0;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Almoni", sans-serif;
}
#dwds-delivery-slots-popup #dwds-delivery-methods button.active,
.dwds-popup-wrapper #dwds-delivery-methods button.active {
  background-color: #000;
  color: #fff;
}
#dwds-delivery-slots-popup #dwds-time-slots,
.dwds-popup-wrapper #dwds-time-slots {
  margin-top: 20px;
}
#dwds-delivery-slots-popup #dwds-time-slots button,
.dwds-popup-wrapper #dwds-time-slots button {
  background-color: transparent;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  font-family: "Almoni", sans-serif;
  font-size: 14px;
}
#dwds-delivery-slots-popup #dwds-time-slots button.active,
.dwds-popup-wrapper #dwds-time-slots button.active {
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
}
#dwds-delivery-slots-popup #dwds-time-slots button.disabled,
.dwds-popup-wrapper #dwds-time-slots button.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#dwds-delivery-slots-popup #dwds-time-slots .slick-list,
.dwds-popup-wrapper #dwds-time-slots .slick-list {
  width: 100%;
}
#dwds-delivery-slots-popup #dwds-popup-close,
#dwds-delivery-slots-popup .dwds-popup-close,
.dwds-popup-wrapper #dwds-popup-close,
.dwds-popup-wrapper .dwds-popup-close {
  position: absolute;
  left: 25px;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#dwds-delivery-slots-popup #dwds-date-selector,
.dwds-popup-wrapper #dwds-date-selector {
  margin-top: 20px;
}
#dwds-delivery-slots-popup #dwds-date-selector button.active,
.dwds-popup-wrapper #dwds-date-selector button.active {
  font-weight: bold;
}
#dwds-delivery-slots-popup #dwds-data-loader,
.dwds-popup-wrapper #dwds-data-loader {
  border: 4px solid #e5e7eb;
  border-top: 4px solid #3b82f6;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  margin: auto;
  display: none;
}
#dwds-delivery-slots-popup #dwds-data-loader.visible,
.dwds-popup-wrapper #dwds-data-loader.visible {
  display: block;
}
#dwds-delivery-slots-popup .hidden-content,
.dwds-popup-wrapper .hidden-content {
  display: none !important;
}
#dwds-delivery-slots-popup .hidden-content.visible,
.dwds-popup-wrapper .hidden-content.visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#dwds-delivery-slots-popup .buttons-wrapper,
.dwds-popup-wrapper .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 380px;
  margin: 0 auto;
}
#dwds-delivery-slots-popup .buttons-wrapper .date-button,
.dwds-popup-wrapper .buttons-wrapper .date-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0 !important;
  color: #000;
}
#dwds-delivery-slots-popup .buttons-wrapper .date-button .date-item-bottom-part,
.dwds-popup-wrapper .buttons-wrapper .date-button .date-item-bottom-part {
  font-weight: bold;
  font-family: "Almoni", sans-serif;
  color: #000;
}
#dwds-delivery-slots-popup .buttons-wrapper .date-button .date-item.disabled,
.dwds-popup-wrapper .buttons-wrapper .date-button .date-item.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#dwds-delivery-slots-popup .buttons-wrapper .date-button .date-item.active,
.dwds-popup-wrapper .buttons-wrapper .date-button .date-item.active {
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
}
#dwds-delivery-slots-popup h2,
.dwds-popup-wrapper h2 {
  padding: 20px 0;
  font-size: 22px;
}
#dwds-delivery-slots-popup h4,
.dwds-popup-wrapper h4 {
  font-size: 20px;
  padding-bottom: 10px;
}
#dwds-delivery-slots-popup #dwds-city-selector,
.dwds-popup-wrapper #dwds-city-selector {
  position: relative;
}
#dwds-delivery-slots-popup #dwds-city-selector #dwds-city-search,
.dwds-popup-wrapper #dwds-city-selector #dwds-city-search {
  padding: 10px;
  font-size: 14px;
  color: #707070;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  max-width: 231px;
  margin: 0 auto;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid;
  text-align: center;
}
#dwds-delivery-slots-popup #dwds-city-selector #dwds-city-search:focus,
.dwds-popup-wrapper #dwds-city-selector #dwds-city-search:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#dwds-delivery-slots-popup .dwds-autocomplete-wrap,
.dwds-popup-wrapper .dwds-autocomplete-wrap {
  position: absolute;
  top: 36px;
  width: 231px;
  padding-right: 2px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#dwds-delivery-slots-popup ul#dwds-autocomplete-list,
.dwds-popup-wrapper ul#dwds-autocomplete-list {
  width: 231px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  max-height: 72px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding: 5px 0;
  direction: ltr;
  border: 1px solid #707070;
}
#dwds-delivery-slots-popup ul#dwds-autocomplete-list li,
.dwds-popup-wrapper ul#dwds-autocomplete-list li {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 0;
  padding-right: 8px;
  text-align: right;
  cursor: pointer;
}
#dwds-delivery-slots-popup #dwds-autocomplete-list::-webkit-scrollbar,
.dwds-popup-wrapper #dwds-autocomplete-list::-webkit-scrollbar {
  width: 4px;
}
#dwds-delivery-slots-popup #dwds-autocomplete-list::-webkit-scrollbar-track,
.dwds-popup-wrapper #dwds-autocomplete-list::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
  border: 0.5px solid #707070;
}
#dwds-delivery-slots-popup #dwds-autocomplete-list::-webkit-scrollbar-thumb,
.dwds-popup-wrapper #dwds-autocomplete-list::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 4px;
}
#dwds-delivery-slots-popup
  #dwds-autocomplete-list::-webkit-scrollbar-thumb:hover,
.dwds-popup-wrapper #dwds-autocomplete-list::-webkit-scrollbar-thumb:hover {
  background: #707070;
}
#dwds-delivery-slots-popup #dwds-autocomplete-list::-webkit-scrollbar-button,
.dwds-popup-wrapper #dwds-autocomplete-list::-webkit-scrollbar-button {
  background-color: transparent;
  height: 1px;
  display: block;
  content: "";
}
#dwds-delivery-slots-popup .slick-slider .slick-slider-arrow,
.dwds-popup-wrapper .slick-slider .slick-slider-arrow {
  position: absolute;
  cursor: pointer;
  right: -20px;
  top: 25%;
}
#dwds-delivery-slots-popup .slick-slider .slick-slider-arrow.next,
.dwds-popup-wrapper .slick-slider .slick-slider-arrow.next {
  right: unset;
  left: -20px;
}
#dwds-delivery-slots-popup .button-container,
.dwds-popup-wrapper .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-top: 20px;
}
#dwds-delivery-slots-popup .button-container #dwds-sumbit-timeslot,
.dwds-popup-wrapper .button-container #dwds-sumbit-timeslot {
  border: 1px solid #000;
  background-color: transparent;
  padding: 15px 70px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: auto;
  font-family: "Almoni", sans-serif;
}
#dwds-delivery-slots-popup .button-container #dwds-sumbit-timeslot:disabled,
.dwds-popup-wrapper .button-container #dwds-sumbit-timeslot:disabled {
  border: 1px solid #000;
  background-color: transparent;
  cursor: no-drop;
}
#dwds-delivery-slots-popup .button-container #dwds-sumbit-timeslot:enabled,
.dwds-popup-wrapper .button-container #dwds-sumbit-timeslot:enabled {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
#dwds-delivery-slots-popup #dwds-delivery-description,
.dwds-popup-wrapper #dwds-delivery-description {
  padding-top: 20px;
}
#dwds-loader {
  border: 4px solid #e5e7eb;
  border-top: 4px solid #3b82f6;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  margin: auto;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  #dwds-delivery-slots-popup .dwds-popup-container {
    max-width: 85%;
  }
}
@media (max-width: 500px) {
  #dwds-delivery-slots-popup .buttons-wrapper {
    max-width: 380px;
  }
  #dwds-delivery-slots-popup .slick-slider .slick-slider-arrow.next {
    left: 0px;
  }
  #dwds-delivery-slots-popup .slick-slider .slick-slider-arrow.prev {
    right: 0px;
  }
}
@media (max-width: 400px) {
  #dwds-delivery-slots-popup .buttons-wrapper {
    max-width: 320px;
  }
}
/*# sourceMappingURL=dwds-popup-styles.css.map */
