body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:14px;  
 }
 a:hover {
   text-decoration: none;
 }
.text-block {
    display: none;    
    /*position: absolute;*/
 }
 .page {
   margin: 0 5px;
 }
 .zprocess {
   display: none;
   width: 360px;
   position: absolute;
   padding: 5px 5px 5px 5px;
   background-color: #FFFFFF;
   opacity: 0.9;
   z-index: 9998;   
 }
 .zprocess1 {
   display: block;
 }
 .zprocess2 {
   display: block;
 } 
 .zprofile_pic {
    border-radius: 100px; 
    border: 2px solid #C13584;
    box-shadow: 0 0 1px #707070;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }
 .post_photo {
   width: 350px;
   border: 0px;
 }
 .zcaption {
   max-width: 360px;
 }
 .zusername {
   text-decoration: none;
   font-weight: 600;
   color: #000000;
 }
 .zgeo {
   font-size: 90%;
 }
.button15 {
    background-color: #3399FF; 
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 120%;
    font-weight: 600;
    border-radius: 0px;    
}
.button15:hover, .button15:active {
  color: #fff;
}
.main_table {
  width: 100%;
  max-width: 400px;  
  min-height: 400px;
}
#xLoader {
  background: transparent;
  position: static;
  height: 200px;
}
 .zerror_text {
   font-size: 120%;
 }
 
.container {
  margin-top: 10px;
  margin-bottom: 10px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.uppercase {
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  background: transparent;
  color: inherit;
  font: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  transition: all 200ms ease-in;
  cursor: pointer;
}
.btn--primary {
  background: #3399FF;
  color: #FFF;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 12px 36px;
}
.btn--primary:hover {
  background: #6c7ff2;
}
.btn--primary:active {
  background: #3399FF;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.btn--inside {
  margin-left: -96px;
}

.form__field {
  width: 300px;
  background: #f5f6fa;
  color: #a3a3a3;
  font: inherit;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  padding: 22px 18px;
}

.zerror_message {
  margin-top: 10px;
  font-size: 120%;
  font-weight: 400;
  color: #FF3300;
}

.zlogo {
  margin-bottom: 30px;
  font-size: 160%;
  font-weight: 600;
  color: #000;
}
.g-recaptcha {
  margin-top: 10px;
}
.zqty {
  padding-left: 10px;
  padding-right: 10px;  
}
.zblock1 {
  margin: 10px 10px 10px 10px;
  display: block;
  font-size: 150%;
  font-weight: 700;  
  color: #fff; 
}
.zbqty {
    width: 60px;
    height: 40px;
    background-color: #3399FF; 
    border: 1px solid #fff;
    color: white;
    padding-bottom: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;    
}
.zbqty:hover {
  background: #FFF;
  color: #3399FF;
}
#zli2 {
  display: none;
}