.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}

li.mytapp-language-switcher .dropbtn {
    padding: 0;
}
li.mytapp-language-switcher .dropbtn.tappwater-current-lang {
    padding: 10.5px 15px;
    border-bottom: 3px solid #02aaa9;
    margin: 0 5px 0 10px;
    position: relative;
    display: inline-flex;
}
li.mytapp-language-switcher .dropbtn.tappwater-current-lang:after {
    content: '\f0d7 ';
    position: relative;
    color: #02aaa9;
    font-family: fontawesome;
    top: 4px;
    margin-left: 10px;
}
/* Email reminder language*/
.email-reminder-section button {
    border-radius: 18px;
    padding: 5px 20px;
    color: #ffffff;
    border-color: #02aaa9;
    background-color: #02aaa9;
    margin-left: 25px;
}
.email-reminder-section span {
    margin-left: 30px;
    vertical-align: top;
}

.email-reminder-section p {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.email-reminder-section p span {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    width: 100%;
}

.email-reminder-section p span select {
    padding: 7px 45px 7px 5px;
    background: #ffffff;
    border: 1px solid #96aabf;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.email-reminder-section-heading-wrap {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #02aaa9;
    padding-left: 25px;
}

/* my acoount navigation */
nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
}
nav.woocommerce-MyAccount-navigation ul li {
    border: 0;
    margin-right: 0;
    position: relative;
    display: inline-flex;
    width: auto;
}

h3.endpoint-title {
  display: none;
}
@media screen and (max-width:1024px) {
  .email-reminder-section span {
    margin-left: 0 !important;
    display: block;
  }
  li.mytapp-language-switcher .dropbtn.tappwater-current-lang {
      display: inline-flex;
      width: 100%;
      margin: 0 5px;
  }
  li.mytapp-language-switcher .dropdown {
      width: 100%;
  }
  li.mytapp-language-switcher .dropbtn.tappwater-current-lang:after {
      text-align: right;
      float: right;
      width: 100%;
      right: 10px;
  }
  .elementor-52173 .elementor-element.elementor-element-1b8a6d3c .elementor-nav-menu--dropdown {overflow-x:hidden}
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency {
      position: relative;
  }
  li.mytapp-language-switcher .dropdown-content {
      position: relative;
  }

}
@media screen and (max-width:991px) {
  .email-reminder-section span {
    margin-left: 0 !important;
    display: block;
  }

}

/*** CREATE ACCOUNT CSS START ***/
.mytapp-signup #signupform {
  width: 70% !important;
  margin: 40px auto 30px;
}
.mytapp-signup #signupform input {
  border: none;
  padding: 13px 11px;
  width: 100%;
}
.mytapp-signup #signupform label {
  color: #114460 !important;
  font-size: 14px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  margin-bottom: 12px;
  display: block;
}
.mytapp-create-account, .mytapp-create-account-header {
  background: #f5f5f5;
}
.mytapp-create-account select {
  border: 0;
  width: 100%;
  padding: 14px 15px;
}
.mytapp-signup #signupform input#terms {
  display: inline;
  width: auto;
  vertical-align: middle;
  margin: 0;
}
.mytapp-signup #signupform textarea {
  border: 0;
  height: 80px;
  resize: none;
}
.mytapp-signup #signupform .how_did_know_other_wrap {
  margin-top: 10px;
}
.mytapp-signup #signupform input#wp-submit {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #00aaa5;
  border-radius: 30px;
  padding: 13px 21px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.how_did_know_other_wrap {
  display: none;
}
.mytapp-create-account select, .mytapp-create-account input {
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
}
.errors_wrap {
  margin-bottom: 30px;
}
.su_error {
  display: block;
  text-align: center;
  margin: 5px auto;
  background: #f8776f;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.su_info {
    display: block;
    margin: 0 auto;
    color: #00aaa5;
    font-size: 16px;
    font-weight: bold;
    width: 30%;
    text-align: center;
}
.su_success {
  display: block;
  margin: 0 auto;
  color: #00aaa5;
  font-size: 16px;
  font-weight: bold;
  width: 100% !important;
  text-align: center;
}
.mytapp-signup #signupform input#wp-submit {
  height:auto; padding: 13px 21px; line-height:auto
}
/*** CREATE ACCOUNT CSS END ***/

/*31-08-2019 start*/
.mytapp-signup form#signupform{
  width: 340px !important;
  margin: 40px auto 30px;
}
.mytapp-signup form#signupform .form-group {
  position: relative;
  padding: 0;
  margin-bottom: 45px;
}
.mytapp-signup form#signupform .row .form-group:nth-child(5){
  margin-bottom: 25px;
}
.mytapp-signup form#signupform .row .form-group:nth-child(6){
  margin-bottom: 35px;
}
.mytapp-signup form#signupform .form-group input {
  background: 0 0;
  border-bottom: 1px solid rgba(208,201,214);
  border-radius: 0;
  width: 100%;
  padding: 7px 10px;
  transition: all 500ms ease-in-out;
  outline: 0;
}
.mytapp-signup form#signupform .form-group input:focus{
  border-bottom: 1px solid #00AAA5;
}
.mytapp-signup form#signupform .form-group label {
  position: absolute;
  top: 0;
  left: 10px;
  color: #bcbcbc!important;
  /*text-transform: capitalize!important;*/
  letter-spacing: .5px;
  transition: all 500ms ease-in-out;
  margin: 0!important;
  pointer-events: none;
}
.mytapp-signup form#signupform .form-group input:focus ~ label,
.mytapp-signup form#signupform .form-group input:valid ~ label{
  top: -22px;
  display:none;
}
.mytapp-signup form#signupform .form-group span.fa.fa-fw.field-icon.toggle-password.fa-eye:before {
  content:'';
  position: absolute;
  top: 17px;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url('https://tappwater.co/de/wp-content/plugins/mytapp/includes/images/closed-eyes.png');
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.mytapp-signup form#signupform .form-group span.fa.fa-fw.field-icon.toggle-password.fa-eye-slash:before {
  content:'';
  position: absolute;
  top: 17px;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url('https://tappwater.co/de/wp-content/plugins/mytapp/includes/images/open-eyes.png');
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.mytapp-signup form#signupform .form-group span.fa.fa-fw.field-icon.toggle-conf-password.fa-eye:before {
  content:'';
  position: absolute;
  top: 17px;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url('https://tappwater.co/de/wp-content/plugins/mytapp/includes/images/closed-eyes.png');
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.mytapp-signup form#signupform .form-group span.fa.fa-fw.field-icon.toggle-conf-password.fa-eye-slash:before {
  content:'';
  position: absolute;
  top: 17px;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url('https://tappwater.co/de/wp-content/plugins/mytapp/includes/images/open-eyes.png');
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.mytapp-signup form#signupform .form-group label[for="terms"] {
  padding-top: 0;
  color: rgb(0, 57, 85)!important;
  position: relative;
  pointer-events: unset;
  font-size: 14px;
  font-weight: 100;
  /*font-family: AvenirNext;*/
  font-family: 'Arial', sans-serif;

}
h2.elementor-heading-title.elementor-size-default {
  color: #003955 !important;
  margin-top: 50px;
  font-family: AvenirNext;
  font-weight: 900;
}
.mytapp-signup form#signupform .form-group label[for="terms"] input#terms {
  width: auto;
}
.mytapp-signup form#signupform .form-group .signup-submit {
  font-size: 1.1em !important;
  font-weight: 300 !important;
  font-family: 'Ubuntu', sans-serif;
  color: #fff !important;
  background-color: #00aaa5 !important;
  border-radius: 30px !important;
  padding: 0px 21px !important;
  margin-top: 0 !important;
  border: 1px solid transparent;
  letter-spacing: 0.75pt;
  transition: all 500ms ease-in-out;
  margin-bottom: 10px !important;
  height: 41px !important;
  line-height: 41px;
}
.mytapp-signup form#signupform .form-group .signup-submit:hover{
  background: transparent !important;
  border: 1px solid #00aaa5;
  color: #00aaa5 !important;
}
.mytapp-signup form#signupform .form-group label[for="terms"],
.mytapp-signup form#signupform .form-group label[for="terms"] a {
  color: #114460!important;
  position: relative;
  pointer-events: unset;
}
.mytapp-login h1+p {
  /*font-size: 25px;*/
  font-size: 1.5em;
  /*font-family: AvenirNext;*/
  font-weight: 900;
  letter-spacing: 0.5px;
}
.mytapp_already_reg a {
  font-size: 1.1em !important;
  font-weight: 300 !important;
  font-family: 'Ubuntu', sans-serif;
  color: #00aaa5 !important;
  background-color: #ffffff !important;
  border-radius: 30px !important;
  padding: 9px 21px !important;
  margin-top: 15px !important;
  border: 1px solid #00aaa5;
  letter-spacing: 0.75pt;
  transition: all 500ms ease-in-out;
  width: 100%;
  display: inline-block;
}
.mytapp_already_reg .button_already {
    display: block;
    width: 100%;
    margin: 0;
}
/*** CREATE ACCOUNT CSS END ***/
@media screen and (max-width:1024px){
  .su_info {
    width: 45%;
  }
}
@media screen and (max-width:767px){

  .email-reminder-section select {
        padding: 0.45em !important;
  }
  .mytapp-signup form#signupform{
    width: 100%;
  }
  h3.endpoint-title {
    display: block;
    margin-bottom: 10px;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 18px;
    color: #003955 !important;
  }
  .su_info {
    width: 100%;
  }
}
/*31-08-2019 end*/

/*04-09-2019*/
.mytapp-signup form#signupform .form-group select.user_currency.user_dropdown {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(208,201,214);
  border-radius: 0;
  width: 100%;
  padding: 7px 10px;
  transition: all 500ms ease-in-out;
  -webkit-appearance: none;
   -moz-appearance: none;
  padding-right: 25px;
  background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
  background-repeat: no-repeat;
  background-position: 95% 42%;
}

/*** Gravity Form Custom CSS Start : 27-07-2020 ***/
.barcontainer {
  position: relative;
  /*border: 1px solid black;*/
  border-bottom: 2px solid #E9E9EA;
  border-radius: 5px 5px 0 0;
  width: 50%;
  margin: 0 auto;
  min-height: 25vw;
  max-height: 50vw;
  min-width: 40%;
  max-width: 60%;
  z-index: 1;
}

.barcontainerheader {
  display: inline;
  position: absolute;
  width: 100%;
  /*padding-top: 3px;
  padding-bottom: 3px;
  background: #663399;
  border-bottom: 3px solid black;*/
  font-size: 1.5em;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 0 black;
  z-index: 0;
}

.bar-static {
  position: absolute;
  display: inline-block;
  bottom: 0;
  border: 1px solid #C7E8F2;
  border-radius: 6px 6px 0 0;
  background: #C7E8F2;
  width: 47px;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 0 black;
  box-shadow: 4px 0 8px #888;
  left: 30%;
}

.bar {
  position: absolute;
  display: inline-block;
  bottom: 0;
  border: 1px solid #A7E2DE;
  border-radius: 6px 6px 0 0;
  background: #A7E2DE;
  width: 47px;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 0 black;
  box-shadow: 4px 0 8px #888;
  left: 50%;
}

.barlabel {
  position: absolute;
  border-top: 2px solid black;
  background: #888;
  bottom: 0;
  width: 100%;
  text-shadow: 1px 1px 0px black;
  color: white;
}

.bar:nth-child(2) {
  left: 5%;
}

/*.bar:nth-child(3) {
  left: 20%;
}

.bar:nth-child(4) {
  left: 35%;
}

.bar:nth-child(5) {
  left: 50%;
}

.bar:nth-child(6) {
  left: 65%;
}

.bar:nth-child(7) {
  left: 80%;
}*/



.water-consumpation-form {
    padding: 35px;
    background: #fff;
    width: 460px !important;
    margin: 0 auto;
}
.water-consumpation-form form {
    margin-top: 15px;
    font-family: "Avenir Next", Avenir Next;
}
.water-consumpation-form form .gvt-custom-input-1,.water-consumpation-form form .gvt-custom-input-2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}
.water-consumpation-form form .gvt-custom-input-1 label,.water-consumpation-form form .gvt-custom-input-2 label {
    color: #003955;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 18px;
    font-family: "Avenir Next", Avenir Next;
    margin-bottom: 5px;
    width: 100%;
}
.water-consumpation-form form .gvt-custom-input-1 input {
    height: 40px;
    width: 90px;
    border: 1px solid #ECEBED;
    border-radius: 4px;
    background: #ffffff;
}
.water-consumpation-form form .gvt-custom-input-1 input ~ span {
    margin-left: 15px;
    color: #003955;
    font-family: "Avenir Next", Avenir Next;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}
.water-consumpation-form form .gvt-custom-input-2 select {
    height: 48px;
    width: 100%;
    border: 1px solid #ecebed;
    border-radius: 4px;
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2020/05/chevron.png) #ffffff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    color: #003955;
    appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: 0;
    box-shadow: unset;
}
.water-consumpation-form form .gvt-custom-input-2 select:focus{
    border: 1px solid #09ABA9;
}
.water-consumpation-form form input[type="button"] {
    border-radius: 24px;
    background-color: #09ABA9;
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.57px;
    line-height: 16px;
    text-align: center;
    height: 48px;
    width: 100%;
}
.water-consumpation-form form input[type="button"].disabled,
.water-consumpation-form form input[type="button"].disabled:hover{
    background-color: #ECEBED;
    color: #AAA6AA;
}
.water-consumpation-form form input[type="button"]:hover {
    background: #088C8A;
}
/*** Gravity Form Custom CSS End : 27-07-2020 ***/

#calculation-result{
    font-family: "Avenir Next";
}
#calculation-result .cal-result-title {
    font-family: "Ubuntu", Avenir Next;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}
#calculation-result .cal-result-sub-title-one {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#calculation-result .cal-result-sub-title-two {
    font-size: 18px;
    line-height: 23px;
}
#calculation-result .cal-result-sub-title-two strong {
    font-size: 27px;
}
#calculation-result .bar-chart-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 15px 0;
    font-family: "Ubuntu", Avenir Next;
}
#calculation-result .cal-visulization-view-main-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-bottle-unit,
#calculation-result .cal-visulization-view-main-wrap .gvt-co2-unit {
    padding: 15px 80px 15px 15px;
    width: calc(50% - 20px);
    position: relative;
    margin: 0 10px;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-bottle-unit p,
#calculation-result .cal-visulization-view-main-wrap .gvt-co2-unit p {
    margin: 0;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-bottle-unit p:first-child,
#calculation-result .cal-visulization-view-main-wrap .gvt-co2-unit p:first-child{
    font-size: 24px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 7px;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-bottle-unit p:nth-child(2),
#calculation-result .cal-visulization-view-main-wrap .gvt-co2-unit p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-bottle-unit p:last-child,
#calculation-result .cal-visulization-view-main-wrap .gvt-co2-unit p:last-child {
    font-size: 12px;
    letter-spacing: 0.86px;
    line-height: 16px;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-bottle-unit {
    border-radius: 2px;
    background-color: #EAF6F7;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-bottle-unit:after{
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    background: url('https://tappwater.co/es/wp-content/uploads/sites/11/2020/08/Calculator_Bottles-1.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-co2-unit {
    border-radius: 2px;
    background-color: #F9F6F4;
}
#calculation-result .cal-visulization-view-main-wrap .gvt-co2-unit:after{
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    background: url('https://tappwater.co/es/wp-content/uploads/sites/11/2020/08/Calculator_Bottles-1.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#calculation-result a#re-calculate-reset {
    display: inline-block;
    color: #003955;
    font-size: 12px;
    letter-spacing: 0.86px;
    line-height: 16px;
    text-decoration: underline;
}
#calculation-result .bar-chart-title ~ p {
    margin-bottom: 20px;
}
#calculation-result .conditions-apply-main-wrap small {
    display: block;
    color: #003955;
    font-size: 10px;
    letter-spacing: 0.71px;
    line-height: 16px;
    margin-bottom: 10px;
}
#calculation-result .bar-chart-graph-wrap .barcontainer {
    width: 100%;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    border-bottom: 2px solid #ECEBED;
    min-height: 150px;
    max-height: unset;
}
#calculation-result .bar-chart-graph-wrap .barcontainer .bar-static {
    border-radius: 4px 4px 0 0;
    background-color: #C7E8F2;
    box-shadow: unset;
    height: 147px !important;
}
#calculation-result .bar-chart-graph-wrap .barcontainer .bar{
    border-radius: 4px 4px 0 0;
    /* background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2020/08/pattern-blue-1.png); */
    background: transparent;
    box-shadow: unset;
    height: 147px !important;
    background-size: cover;
    background-position: center;
    border: 0;
}
#calculation-result .bar-chart-graph-wrap .barcontainer .bar-static p {
    color: #003955;
    text-shadow: 1px 1px 0 transparent;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    left: -130px;
    width: auto;
    text-align: right;
}
#calculation-result .bar-chart-graph-wrap .barcontainer .bar p{
    color: #003955;
    text-shadow: 1px 1px 0 transparent;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    right: -91px;
    width: auto;
    text-align: left;
    bottom: 5px;
    margin-bottom: 0;
}
#calculation-result .bar-chart-graph-wrap .barcontainer .bar-static p span,
#calculation-result .bar-chart-graph-wrap .barcontainer .bar p span{
    display: block;
    font-size: 12px;
    letter-spacing: 0.86px;
    line-height: 16px;
}
.nuestros-filtross-sliders-wrap .slick-list {
    padding-left: 0px!important;
}
#calculation-result .bar-chart-graph-wrap .barcontainer .bar:after {
    content: '';
    position: absolute;
    left: 0;
    width: 48px;
    border-radius: 4px 4px 0 0;
    background-color: #A7E2DE;
    height: 48px;
    bottom: 0;
}
.gvt_isRequired {
    color: #09ABA9;
}
@media screen and (max-width:767px){
    .water-consumpation-form {
        padding: 20px;
        width:100% !important;
    }
    #calculation-result .cal-result-sub-title-two {
        font-size: 16px;
        margin-bottom: 87px;
    }
    #calculation-result .cal-visulization-view-main-wrap .gvt-bottle-unit,
    #calculation-result .cal-visulization-view-main-wrap .gvt-co2-unit {
        width: calc(100% - 20px);
        margin: 0 10px 10px;
    }
    .nuestros-filtross-slider-wrap li .nuestros-filtross-slider-li-div .nuestros-filtross-slider-corner {
        display: none;
    }
    .botellas-de-plasticon-main-wrap:before {
        top: -44px;
    }
}

/* Checkout page Provincia notice CSS -dev14 */
div#provinces-notice {
    padding: 0;
    border: 0;
    color: #02aaa9;
    font-family: 'nunito';
    font-weight: normal;
    margin-bottom: 0;
}
div#provinces-notice .provinces-notice {
    margin-bottom: 0;
}

.ul-li-css-class ul {
  color: #003955;
  font-family: "Nunito Sans", Sans-serif;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.ul-li-css-class ol {
  color: #003955;
  font-family: "Nunito Sans", Sans-serif;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.pit-specification-list > li { cursor:pointer; } 