
/* ############################# */
/*              Main             */
/* ############################# */

#hbar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ed2678;
  height: 6px;
  width: 0%;
  z-index: 99999999;
  border-radius: 3vw;
  box-shadow: 0 0 1vw rgba(0,0,0,0.6);
}



.shower {
  position: relative;
  z-index: -1;
}
.shower::after {
  content: '';
  position: absolute;
  background: white;
  width: 100vw;
  height: 15vw;
  bottom: 0;
  left: -32vw;
  transition: 2s;
}
.shower.triggered::after {
  height: 0;
}


#dotnav {
  position: fixed;
  right: 0;
  top: 30%;
  display: flex;
  flex-direction: column;
  z-index: 9999999;
  align-items: flex-end;
  transition: .2s;
  width: 3vw;
  padding-right: 1vw;
}
#dotnav div {
  background: #f0f0f0;
  border-radius: 0.9vw;
  padding: 0;
  margin-bottom: 1vw;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: .7vw;
  height: .7vw;
  color: #f0f0f0;
  box-shadow: 0 0 1.3vw rgba(0,0,0,0.15);
  transition: .2s;
  font-size: 1.2vw;
  text-align: center;
}
#dotnav .active.last {
  background-color: #ed2678;
  color: #ed2678;
}
#dotnav:hover {
  width: auto;
}
#dotnav:hover div {
  width: .7vw;
  height: 2.4vw;
  width: auto;
  padding: 0 1vw;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dotnav div:hover {
  filter: opacity(.7);
}
#dotnav:hover div.active.last {
  color: white;
}

.exit-popup h2 em {
  color: rgba(255,200,0,1)!important;
}


footer .wpcf7-response-output {
  color: white;
}

#popmake-15257 {
  max-width: 40vw!important;
  margin: 0!important;
  left: calc(50% - 20vw)!important;
  border-radius: 1vw;
  padding: 0 2vw;
}
#popmake-15257 .hidden-fields {
  display: none;
}
#popmake-15257 p {
  font-size: 1.2vw;
  color: #666;
  font-weight: 300;
}

#popmake-15257 .question {
  font-size: 1vw;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: 1.3vw 0 0.5vw;
}
#popmake-15257 .explanation-wrapper {
  display: inline-block;
  width: 1vw;
  height: 1vw;
  overflow: visible;
  position: absolute;
  margin-left: .4vw;
  vertical-align: sub;
  cursor: pointer;
  transition: .2s;
  overflow: hidden;
  margin-top: 1.3vw;
  border-radius: 1vw;
  z-index: 9999;
}
#popmake-15257 .explanation {
  display: block;
  background: #fff;
  padding: .5vw;
  width: 10vw;
  transition: .2s;
  overflow: hidden;
  width: 10vw;
  padding: 0;
}
#popmake-15257 .explanation-wrapper:hover {
  width: 10vw;
  height: auto;
  box-shadow: 0 0 1vw rgba(0,0,0,.1);
}
#popmake-15257 .explanation-wrapper:hover .explanation {
  padding: 0.5vw;
}

#popmake-15257 .explanation em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1vw;
  height: 1vw;
  background-color: #4081ec;
  font-style: normal;
  font-weight: bold;
  color: white;
  border-radius: 2vw;
}
#popmake-15257 input[type="text"] {
  width: 25vw;
  height: 2.5vw;
  font-size: 1vw;
  border: 1px solid #e2e2e2;
  border-radius: 0.5vw;
  padding: 0 0.7vw;
}
#popmake-15257 input[type="checkbox"] {
  margin: 1.6vw 0;
  height: 0.9vw;
  width: 0.9vw;
  vertical-align: middle;
}
#popmake-15257 input[type="checkbox"] ~ span {
  font-size: 1vw;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #666;
  vertical-align: middle;
  margin-left: 0.5vw;
}
#popmake-15257 input[type="submit"] {
  width: 12vw;
  height: 2.7vw;
  font-size: 1vw;
  text-transform: uppercase;
  color: white;
  background-color: #4081ec;
  border: 0;
  border-radius: 4vw;
  margin: 1vw 0 2.5vw;
  cursor: pointer;
  transition: .2s
}
#popmake-15257 input[type="submit"]:hover {
  background-color: #3263b4;
}
#popmake-15257 .popmake-close {
  top: 0.5vw;
  right: 0.5vw;
  border-radius: 3vw;
}

#popmake-15259 {
  width: 100vw!important;
  margin: 0!important;
  left: 0!important;
  border-radius: 1vw;
  padding: 0 2vw;
  background: none;
}
#popmake-15259 .offer .left img {
  height: 4.8453vw;
}
#popmake-15259 .offer .left,
#popmake-15259 .offer .right {
  margin-top: 0;
}
#popmake-15259 .pum-close.popmake-close{
  display: none;
}
footer .footer-menu img {
  width: 15vw;
}

@media screen and (max-width: 768px) {
  footer .footer-menu img {
    width: auto;
  }
  #dotnav {
    display: none;
  }
  .reviews {
    overflow-x: hidden;
  }
}
.scroll-nav{display:none!important}
