.choose-pickup-btn,
.cpum-confirm {
  background-color: var(--mainColor) !important;
  color: var(--mainText) !important;
  border: 0 !important;
}

.cpum-confirm {
  text-transform: uppercase;
}

.choose-pickup-btn {
  width: 100%;
}

.tomi-shipping-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}

.choose-pickup-btn:hover,
.cpum-confirm:hover {
  background-color: #ebe9eb !important;
  color: var(--secTextColor) !important;
  /* outline: 1px solid black !important; */
}

.pick-another-county-btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 10px;
  color: white !important;
  background: #000 !important;
}

.cpum {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;

  width: 95vw;
  padding: 30px;
  gap: 30px;

  max-height: 90vh;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .cpum {
    width: 528px;
  }
}

.cpum-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.cpum-title > h3 {
  margin: 0;
  font-size: 19px !important;
}

.cpum-title > button > svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .cpum-title > h3 {
    font-size: 24px !important;
  }

  .cpum-title > button > svg {
    width: 24px;
    height: 24px;
  }
}

.cpum-title > button {
  background: none;
  border: 0;
}

.cpum-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.cpum-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 20px;
}

.cpum-footer > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.cpum-name {
  color: #5b5b5b;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cpum-address {
  color: #5b5b5b;
  font-family: Barlow;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#pickup-point-indicator {
  text-align: left;
}

.tw-shipping-options {
  margin-bottom: 24px;
}
