#ds-date-piker-block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-grow: 1;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  gap:5px;
}
#dsDatePikerBlock {
  justify-content: center;
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
}

.ds-single-image-block {
  text-align: center;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 5px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
  width: 0;
}

.ds-date-piker-main-block, .ds-zip-code-text-button-block ,.ds-note-block{
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
#dsDatePikerBlock{
  max-width: 500px;
}

.ds-date-piker-main-input,
.ds-zip-code-input,.ds-address-text-input,.ds-note-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
}

.ds-date-piker-main-input::placeholder,
.ds-zip-code-input::placeholder,.ds-address-text-input::placeholder,.ds-note-input::placeholder {
  color: #999;
}

.ds-date-piker-prefix {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.ds-date-piker-sefix {
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}

.ds-date-piker-icon svg {
  fill: #333;
  transition: fill 0.2s ease-in-out;
}

.ds-date-piker-icon svg:hover {
  fill: #007bff;
}
.ds-date-piker-icon {
  display: flex;
}

/* Accessibility styles */
.ds-date-piker-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.dsStack-Item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.ds-Select__Wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
}

.ds-Select__Prefix .ds-date-piker-icon {
  margin-right: 0.5rem;
}



.ds-Select__List {
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  display: none;
  z-index: 10;
}

/* .ds-Select__Wrapper:hover .ds-Select__List,
.ds-Select__List--open {
  display: block;
} */

.ds-Select__Option {
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: #555;
}

.ds-Select__Option:hover {
  background-color: #f0f0f0;
}

.ds-Select__Option--selected {
  background-color: #007bff;
  color: #fff;
}

.ds-Delivery-Note__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ds-Delivery-Note__label {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.ds-Delivery-Note__input {
  width: 100%;
  height: 80px;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  font-size: 1rem;
  color: #333;
}

.ds-Delivery-Note__input:focus {
  border-color: #007bff;
  outline: none;
}
.ds-Select__List {
  display: none;
}

.ds-Select__List--open {
  display: block;
}

.ds-date-time-block .locations {
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-top: 0em;
  /* max-height: 240px; */
  overflow-y: auto;
  max-height: 250px;
}

.ds-date-time-block .locations .location {
  border-top: 1px solid #dadada;
  display: flex;
  line-height: 1.2em;
  margin-bottom: 0;
  padding: 1em;
}

.ds-date-time-block .locations .location input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  height: -moz-max-content;
  height: max-content;
  margin-right: 0.7em;
  margin-top: 0.2em;
  width: inherit;
}

.ds-date-time-block .locations .location input[type="radio"]:checked + span,
.ds-date-time-block
  .locations
  .location
  input[type="radio"]:not(:checked)
  + span {
  height: auto;
}

.ds-date-time-block .locations .location:first-child {
  border-top: none;
}

.ds-date-time-block .locations .location:focus-visible {
  border: 1px solid #666;
  outline: none;
}

.ds-date-time-block .locations .location.active {
  background: #eaeaea;
}

.ds-date-time-block .locations .location.location--double {
  height: 50%;
}

.ds-date-time-block .locations .location .block {
  display: flex;
  flex-direction: column;
}

.ds-date-time-block .locations .location .block .company_name {
  display: flex;
  margin-bottom: 0.3em;
}

.ds-date-time-block .locations .location .block .moreInformationLink {
  margin-bottom: 0;
  margin-top: 0.3em;
  text-decoration: underline;
}

.ds-date-time-block .locations .location .block span {
  clear: both;
  display: block;
}
.ds-date-time-block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  /* padding-bottom: 10px; */
}

.ds-Modal__Wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.ds-Modal__Content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 90%;
  max-width: 500px;
  animation: fadeIn 0.3s ease-in-out;
  position: relative;
}

.ds-Modal__Close-Button {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.address h2,
.openingHours h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}

.address {
  margin-bottom: 20px;
}

.openingHours table {
  width: 100%;
  border-collapse: collapse;
}

.openingHours td {
  padding: 8px 10px;
}

.ds-Modal__Day-Of-Week {
  font-weight: bold;
  color: #333;
}

.ds-Modal__Hours {
  text-align: right;
  color: #666;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ds-disable {
  pointer-events: none;
}
.ds-disable-opacity {
  opacity: 0.5;
}
#dsDatePikerBlock .searchIcon {
  display: flex;
  margin: 5px 0px;
}
#dsDatePikerBlock input[type="text"],#dsDatePikerBlock .ds-Select__Value {
  box-shadow: none !important;
  outline: none !important;
  padding-bottom: 0;
  padding-top: 0;
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #ddd;
  box-sizing: border-box;
  flex-grow: 1;
  height: inherit;
  line-height: 1em;
  margin-bottom: 0;
  padding: 0.7em 1em;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  color: #000000;
}
#dsDatePikerBlock .ds-zip-code-input,#dsDatePikerBlock .ds-address-text-input,#dsDatePikerBlock .ds-note-input {
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  flex: 1;
  font-size: 10pt;
  line-height: 10pt;
  margin: 0;
  max-width: inherit;
}
/* .ds-zip-code-text-button-block {
  display: flex;
  height: 47px;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  max-width: 400px;
  box-shadow: 0 2px 4px #0000001a;
  position: relative;
} */
.ds-zip-code-button {
  align-items: center;
  background: #eaeaea;
  border: 1px solid #dadada;
  border-radius: 0 4px 4px 0;
  display: flex;
  height: 47px;
  justify-content: center;
  margin: 0;
  min-width: inherit;
  padding: 0 12px;
  width: inherit;
}
.datepickerIcon {
  display: flex;
  padding: 5px;
}

.ds-single-image-block.radio{
  border: none !important;
}
.ds-single-image img{
  width: 40px;
  height: 40px;
}
.hide_location{
  display: none;
}
.ds-loading{
  height: 60px;
}
.ds-error-message {
  color: red;
}
.ds-single-image-block.active {
  pointer-events: none;
  background: #cecece;
}

#ds-locations--with-map {
  display: none;
}
#ds-locations--with-map.active{
  display: block;
  height: 350px;
  width: 100%;
}

.ds-pagination-container .pagination-button img {
  width: 35px;
  margin: 5px;
}
.ds-pagination-container .pagination-button.prev img {
  transform: rotate(180deg);
}

.ds-pagination-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}

.ds-pagination-container .pagination-button.ds-disable .Icon {
  background-color: #424242;
}
.ds-pagination-container .Icon {
  border: 1px solid #dadada;
  border-radius: 4px;
  display: flex;
  margin-right: .4em;
}


.ds-address-text-block {
  display: flex;
  border:1px solid #ccc;
  padding:8px;
}

.ds-address-text-sefix {
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}