#gs-pickup-locations-popup.gs-popup-open {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#gs-pickup-locations-popup .gs-pickup-locations-popup-container {
  max-width: 600px;
  background: rgb(222, 207, 212);
  width: 100%;
  padding: 40px 20px;
}

#gs-pickup-locations-popup h2 {
  color: #000;
  text-align: center;
}

#gs-pickup-locations-popup p {
  text-align: center;
}

.gs-pickup-locations-popup-buttons-container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.gs-menu-location-selector-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#gs-menu-location-selector-icon {
  width: 20px;
}

.gs-pickup-locations-product-not-available-notification {
  background-color: var(--global-palette8, #f7fafc);
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 20px;
}

.woocommerce
  div.product
  div.summary
  .gs-pickup-locations-product-not-available-notification
  p:last-child {
  margin-bottom: 0;
}

#coderockz_woo_delivery_pickup_location_section {
  display: none !important;
}
