.wms_pickup_modal section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wms_pickup_modal article {
  flex: 1;
  overflow: auto;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0;
  max-height: none !important;
}
.wms_pickup_modal .wc-backbone-modal article {
  overflow: auto;
  padding: 0 !important;
  margin: 0 !important;
}
.wms_pickup_modal .wc-backbone-modal .wc-backbone-modal-content {
  position: fixed;
  background: #fff;
  z-index: 100000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 95vw !important;
  max-height: 95vh !important;
  width: 1200px !important;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .wms_pickup_modal .wc-backbone-modal .wc-backbone-modal-content {
    width: 95vw !important;
  }
}
@media screen and (max-width: 782px) {
  .wms_pickup_modal .wc-backbone-modal .wc-backbone-modal-content {
    width: 100%;
    height: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal .wc-backbone-modal-content {
    max-width: 100vw !important;
    max-height: 100vh !important;
    width: 100vw !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
}
.wms_pickup_modal .wc-backbone-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 360px;
  background: #000;
  opacity: 0.7;
  z-index: 99900;
}
.wms_pickup_modal .wc-backbone-modal-main {
  padding: 0 !important;
  overflow: hidden !important;
}
.wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: rgba(150, 150, 150, 0.5);
}
.wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-loader:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}
.wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
.wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link {
  cursor: pointer;
  color: #777;
  height: 54px;
  width: 54px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border: 0;
  border-left: 1px solid #ddd;
  background-color: transparent;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  overflow: auto;
}
.wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link::before {
  font: normal 22px/50px "dashicons" !important;
  color: #666;
  display: block;
  content: "\f335";
  font-weight: 300;
}
.wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover, .wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus {
  background: #ddd;
  border-color: #ccc;
  color: #000;
}
.wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header {
    position: relative;
    flex-direction: column;
    padding-top: 50px;
  }
  .wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header > div:last-child {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  .wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header {
    padding: 10px;
    padding-top: 45px;
  }
  .wms_pickup_modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 10px;
  flex: 1;
  margin-right: 20px;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address p.form-row {
  margin: 0 !important;
  padding: 0 !important;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address .woocommerce-input-wrapper {
  width: 100%;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address input,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  height: auto;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address input:focus,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address select:focus {
  outline: none;
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address label {
  display: none;
}
@media screen and (max-width: 1024px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address {
    grid-template-columns: 1fr 1fr;
  }
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address .wms_pickup_modal_address_country,
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address .wms_pickup_modal_address_find_pickup {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address {
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address .wms_pickup_modal_address_country,
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address .wms_pickup_modal_address_find_pickup {
    grid-column: span 1;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address input,
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address select {
    font-size: 16px;
    padding: 12px;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_search {
  padding: 10px 20px;
  background: #2271b1;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.2s;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_search:hover {
  background: #135e96;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_search:active {
  transform: translateY(1px);
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_search {
    padding: 12px 16px;
    font-size: 16px;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_country,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_city,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_zip-code,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_find_pickup {
  display: inline-block;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_country,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_city,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_zip-code {
  width: 250px;
}
@media screen and (max-width: 782px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_country,
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_city,
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_zip-code {
    width: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_map_container {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 0;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}
@media screen and (max-width: 1024px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_map_container {
    grid-template-columns: 1fr 350px;
  }
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_map_container {
    grid-template-columns: 1fr;
    grid-template-rows: 250px 1fr;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_map_container {
    grid-template-rows: 200px 1fr;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_map {
  position: relative;
  height: 100%;
  background: #e5e3df;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_map {
    width: 100%;
    height: 100%;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing {
  height: 100%;
  overflow-y: auto;
  background: #fff;
  border-left: 1px solid #ddd;
  padding: 15px;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing::-webkit-scrollbar {
  width: 8px;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing {
    border-left: none;
    border-top: 1px solid #ddd;
    max-height: none;
    height: auto;
    flex: 1;
    padding: 12px;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing {
    padding: 10px;
    max-height: none;
    height: auto;
    flex: 1;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_address1,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_address2,
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_open_time {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_modal_listing_one_button_ship {
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  background: #2271b1;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_modal_listing_one_button_ship:hover {
  background: #135e96;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one.wms_is_selected {
  border-color: #2271b1;
  background: #f0f6fc;
  box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.2);
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one:hover {
  border-color: #2271b1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one > p, .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one > ul {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one {
    padding: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one {
    padding: 10px;
    margin-bottom: 8px;
  }
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_address1,
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_address2 {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_modal_listing_one_button_ship {
    padding: 10px;
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing {
    float: none;
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding-left: inherit;
    padding-top: 10px;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_name {
  font-weight: 600;
  font-size: 15px;
  color: #1e1e1e;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_name {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_open_time {
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
  border-collapse: collapse;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_open_time td {
  padding: 4px 8px;
  border-bottom: 1px solid #f0f0f0;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_open_time td:first-child {
  font-weight: 500;
  color: #666;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_open_time {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_open_time {
    font-size: 10px;
    margin: 8px 0;
  }
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_open_time td {
    padding: 2px 4px;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_country {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_country {
    font-size: 11px;
    margin-bottom: 3px;
  }
}
.wms_pickup_modal .wc-backbone-modal-main .wms_select_pickup_point_button {
  margin: 10px;
}
.wms_pickup_modal .wc-backbone-modal-main .wms-error-message {
  padding: 15px;
  margin: 15px;
  background: #fef7f7;
  border-left: 4px solid #dc3232;
  border-radius: 4px;
  color: #dc3232;
}
.wms_pickup_modal .wc-backbone-modal-main .wms-error-message strong {
  display: block;
  margin-bottom: 5px;
}
.wms_pickup_modal .wc-backbone-modal-main .wms_modal_content {
  display: flex;
  flex-direction: column;
  height: 90vh !important;
  max-height: 800px;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_modal_content {
    height: 95vh !important;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal .wc-backbone-modal-main .wms_modal_content {
    height: 100vh !important;
    max-height: none;
  }
}
.wms_pickup_modal #wms_pickup_modal_map_openstreemap,
.wms_pickup_modal #wms_pickup_modal_map_googlemaps {
  width: 100%;
  height: 100%;
}

.wms_pickup_modal_mondial_relay .wc-backbone-modal-header {
  padding: 15px 20px;
}
.wms_pickup_modal_mondial_relay .wc-backbone-modal-header .modal-close-link {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal_mondial_relay .wc-backbone-modal-header .modal-close-link {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
  }
}
.wms_pickup_modal_mondial_relay article {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_container {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
  min-height: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_container {
    flex-direction: column;
  }
}
.wms_pickup_modal_mondial_relay .wms_pickup_modal_map {
  flex: 3;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .wms_pickup_modal_mondial_relay .wms_pickup_modal_map {
    flex: 2;
  }
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal_mondial_relay .wms_pickup_modal_map {
    flex: 1;
    min-height: 0;
  }
  .wms_pickup_modal_mondial_relay .wms_pickup_modal_map .MR-Widget {
    height: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .wms_pickup_modal_mondial_relay .wms_pickup_modal_map .MRW-Content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .wms_pickup_modal_mondial_relay .wms_pickup_modal_map .MRW-Results {
    flex: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .wms_pickup_modal_mondial_relay .wms_pickup_modal_map .MRW-Map {
    height: 100% !important;
    max-height: 100% !important;
    flex: 1;
  }
  .wms_pickup_modal_mondial_relay .wms_pickup_modal_map .MRW-RList {
    overflow-y: auto;
    max-height: 100%;
  }
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
  border-left: 1px solid #ddd;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 250px;
}
@media screen and (max-width: 1024px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar {
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar {
    flex: 0 0 auto;
    min-width: 0;
    border-left: none;
    border-top: 1px solid #ddd;
    padding: 12px 15px;
    overflow-y: visible;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar {
    padding: 10px 15px;
  }
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection {
  flex: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection {
    display: none;
  }
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  min-height: 120px;
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_empty p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_empty p {
    font-size: 13px;
  }
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled {
  background: #f0f6fc;
  border-color: #2271b1;
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_name {
  font-weight: 600;
  font-size: 15px;
  color: #1e1e1e;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_name {
    font-size: 14px;
  }
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_address,
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_city,
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_country {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_address,
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_city,
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_country {
    font-size: 12px;
  }
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info.wms_selected_info_filled .wms_selected_id {
  font-size: 11px;
  color: #999;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info {
    min-height: 100px;
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_mondial_relay_selection #wms_mondial_relay_selected_info {
    min-height: 80px;
    padding: 10px;
  }
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_select_pickup_point_button {
  width: 100%;
  padding: 14px 20px;
  background: #2271b1;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_select_pickup_point_button:hover:not(:disabled) {
  background: #135e96;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_select_pickup_point_button:active:not(:disabled) {
  transform: translateY(0);
}
.wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_select_pickup_point_button:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_select_pickup_point_button {
    padding: 16px 20px;
    font-size: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wms_pickup_modal_mondial_relay .wms_mondial_relay_sidebar .wms_select_pickup_point_button {
    padding: 14px 16px;
    font-size: 15px;
  }
}