.tcl-popup-country {
  position: fixed;
  height: calc(100vh - 60px);
  width: 100%;
  bottom: 0;
  left: 0%;
  background-color: rgba(17, 17, 17, 0.7);
  z-index: 9;
}
.tcl-popup-country__wrapper {
  -webkit-filter: drop-shadow(0px 4px 45px rgba(132, 132, 132, 0.1));
          filter: drop-shadow(0px 4px 45px rgba(132, 132, 132, 0.1));
  padding: 70px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  max-width: 550px;
  width: 100%;
}
.tcl-popup-country__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  color: #111111;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .tcl-popup-country__heading {
    font-size: 24px;
  }
}
.tcl-popup-country__intro {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 30px;
}
.tcl-popup-country__select {
  margin-bottom: 70px;
}
.tcl-popup-country__select label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  line-height: 130%;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.tcl-popup-country__select.error-field label {
  color: var(--accent-background-button);
}
.tcl-popup-country__select.error-field .select2-container--default .select2-selection--single {
  border-color: var(--accent-background-button) !important;
}
.tcl-popup-country__select select {
  width: 100%;
}
.tcl-popup-country__select .select2-container {
  width: 100% !important;
}
.tcl-popup-country__select .select2-container .select2-selection--single {
  height: 50px;
  margin: 0 0;
  border: 1px solid #111111;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-popup-country__select .select2-container .select2-selection__rendered {
  color: #111111;
  padding-left: 15px;
  padding-right: 15px;
}
.tcl-popup-country__select .select2-container .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 20px;
}
.tcl-popup-country__select .select2-container--default .select2-selection--single {
  height: 36px;
  border: solid 1px #111111;
  border-radius: 0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.tcl-popup-country__select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  line-height: 36px;
  padding-left: 0px;
}
.tcl-popup-country__select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 0px;
  right: 8px;
  width: 20px;
  background-image: url("/wp-content/themes/avantgarde-shop/images/icon__select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-popup-country__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.tcl-popup-country__select .select2-container--default.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tcl-popup-country__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--accent-background-button);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  top: -25px;
  right: -25px;
  position: absolute;
  cursor: pointer;
}
.tcl-popup-country__button button {
  font-family: "Montserrat";
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid var(--accent-background-button, #111111);
  background-color: var(--accent-background-button, #111111);
  color: #ffffff;
  padding: 15px;
  width: 100%;
  text-align: center;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.tcl-popup-country__button button svg {
  margin-left: 10px;
}
.tcl-popup-country__button button:disabled {
  opacity: 0.5 !important;
}
.tcl-popup-country__button button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 575px) {
  .tcl-popup-country__button button:hover {
    color: #ffffff;
    background-color: #111111;
  }
  .tcl-popup-country__button button:disabled {
    opacity: 1 !important;
  }
}
.tcl-popup-country__button button img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  right: 20px;
  display: none;
}
.tcl-popup-country__button button.loading img {
  display: block;
}

body .select2-dropdown {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  border-radius: 0;
  border: solid 1px #111111;
}
body .select2-dropdown .select2-search {
  display: none;
}
body .select2-dropdown .select2-results__option {
  border-bottom: solid 1px #111111;
}
body .select2-dropdown .select2-results__option:last-child {
  border-bottom: 0px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #111111;
  color: #ffffff;
}