.popup {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  overflow-x: hidden;
}

.popup__inner {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__body {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-box-shadow: #ccc 0 0 30px;
  box-shadow: #ccc 0 0 30px;
  border-radius: 25px;
  padding: 25px;
  border-top: #80ba34 5px solid;
}

@media (min-width: 768px) {
  .popup__body {
    padding: 50px;
  }
}

@media (min-width: 996px) {
  .popup__body {
    min-height: 400px;
  }
}

.popup-close {
  position: absolute;
  z-index: 2;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #80ba34;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.popup-close:hover {
  background: #209cb5;
}

.popup-close::after {
  content: "\ea02";
  font-family: "msi-icons";
}

.evse__wtb h2 {
  text-align: center;
  padding-bottom: 15px;
}

.evse__wtb h2 b {
  font-size: 24px;
}

.evse__wtb h2 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 15px;
}

.evse__wtb p {
  text-align: center;
}

.evse__wtb__btn {
  padding: 25px 25px 50px;
  text-align: center;
}

.evse__wtb__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.evse__wtb__step:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #eee;
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 15%;
}

.evse__wtb__step li {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
}

.evse__wtb__step li.active span {
  background: #80ba34;
  color: #fff;
}

.evse__wtb__step li.active p {
  color: #80ba34;
}

.evse__wtb__step span {
  display: block;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

.evse__wtb__step p {
  font-size: 15px;
  padding-top: 5px;
}

.evse__wtb__text {
  text-align: center;
  padding: 25px 0 0;
  display: none;
}

.evse__wtb__text span {
  color: #209cb5;
  font-weight: bold;
  padding: 0 5px;
  text-decoration: underline;
}

.evse__wtb__tab {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.evse__wtb__tab button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #eee;
  margin: 15px;
  text-transform: uppercase;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.evse__wtb__tab button.active {
  border: #80ba34 5px solid;
}

.evse__wtb__tab button:hover {
  -webkit-box-shadow: #209cb5 0 0 30px;
  box-shadow: #209cb5 0 0 30px;
}

.evse__wtb__tab button:hover span {
  background: #209cb5;
  color: #fff;
}

.evse__wtb__tab img {
  width: auto;
  height: 80px;
}

@media (min-width: 996px) {
  .evse__wtb__tab img {
    margin: 30px auto;
  }
}

.evse__wtb__tab span {
  display: block;
  background: #999;
  padding: 10px;
  color: #fff;
}

.evse__wtb__color img {
  margin: 0;
}

@media (min-width: 996px) {
  .evse__wtb__color img {
    height: 150px;
  }
}

.evse__wtb__type {
  display: none;
}

.evse__wtb__list {
  text-align: center;
  padding-top: 25px;
  display: none;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.evse__wtb__store {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: center;*/
}

.evse__wtb__store a {
  display: block;
  background: #eee;
  border: transparent 2px solid;
  margin: 1% auto;
  width: 60%;
}

.evse__wtb__store a img {
  border-top-left-radius: 30px;
  overflow: hidden;
}

.evse__wtb__store a:hover {
  -webkit-box-shadow: #209cb5 0 0 30px;
  box-shadow: #209cb5 0 0 30px;
}

.evse__wtb__store.active {
  display: block;
}

@media (min-width: 768px) {
  .evse__wtb__store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-self: center;
  }
  .evse__wtb__store.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .evse__wtb__store.active a {
    margin: 15px;
  }
  .evse__wtb__store a {
    margin: 0 1%;
    width: auto;
  }
}
