.modal-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000001;
}

.modal-background {
  background: #a8a8a8;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.modal-box {
  display: flex;
  position: absolute;
  width: 775px;
  max-width: calc(100% - 48px);
  min-height: 237px;
  background: white;
  top: 50%;
  left: 50%;
  z-index: 9000002;
  transform: translate(-50%, -50%);
  padding: 20px;
}

.modal-exit {
    position: absolute;
    top: 4px;
    right: 11px;
}

.modal-exit:hover,
.modal-exit:focus {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.modal-content {
    text-align: center;
    align-self: center;
    font-size: 15px;
    width: auto;
    margin: 0 auto;
    text-transform: initial;
}

.modal-title {
  display: block;
  font-family: "Grifo M",serif;
  font-size: 28px;
  margin-bottom: 9px;
}

.modal-text {
  display: block;
  margin-bottom: 9px;
}

.modal-button-wrapper {
    margin-top: 21px;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
}

.modal-button-wrapper button {
    border-bottom: 1px solid white;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.modal-button-wrapper button:focus,
.modal-button-wrapper button:hover {
    border-bottom: 1px solid #707070;
}

.modal-wrapper button:focus {
    outline: none;
}

.c-footer__country--form-super-hidden .c-footer__country__form {
  max-height: 0vh;
  padding: 0;
}

select[name="calc_shipping_country"] {
   display: none;
}