.gfa-message{
  margin-bottom: 2.6em;
  background-color: #31bcbf;
  color: #fff;
  clear: both;
  border-left: 0.6em solid rgba(0, 0, 0, 0.15);
  padding: 1em 2em 1em 2em;
  list-style: none outside;
}
.user-loggedin .gfa-success{
  animation: hideAnimation 6s forwards;
}
.gfa-error{
  background-color: #e2401c;
}
.gfa-error a{
  color:#fff !important;
  text-decoration: underline !important;
}
.gfa-error a:hover{
  text-decoration: none !important;
}
.gfa-form .error:not(input):not(select),
.gfa-error-msg{
  color:#ff0000;
  font-size: 14px;
}
.gfa-page h2{
  margin-bottom: 30px;
}
.gfa-page h3{
  margin-bottom: 20px;
}
.gfa-myaccount-navigation ul{
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.gfa-myaccount-navigation ul li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.gfa-myaccount-navigation ul li a{
  padding: 12px 0;
  display: block;
}
.gfa-myaccount-navigation ul li.active a{
  color: #1a222a;
}
.gfa-form{
  width: 100%;
  max-width: 500px;
}
.gfa-form p{
  margin-bottom: 15px;
  line-height: inherit;
}
.gfa-form label{
  display: block;
}
body.gfa-delete-account .gfa-form label{
  margin-bottom: 5px;
}
.gfa-form input,
.gfa-form select{
  width: 100%;
  max-width: 500px;
  padding: 15px;
  background: rgba(105, 105, 105, 0.1);
  border: 1px solid #e2e2e2;
  color: #818181;
  -webkit-text-fill-color: #818181;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}
.gfa-form input:disabled{
  opacity: 1;
}
.gfa-form select{
  background: #fff;
}
.gfa-form select option{
  font-size:16px;
}
.gfa-form input[type="checkbox"]{
  width:auto;
  -webkit-appearance: checkbox;
}
.gfa-form textarea{
  min-width: 100%;
  padding: 7px;
  line-height: 1.6;
}
.gfa-form button,
.gf-login button,
.gfa-button,
#form_guest{
  display: inline-block;
  background: #31bcbf;
  height: 50px;
  padding: 0 23px;
  border:none;
  border-radius: 2px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 700 ;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: .1px;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  margin-top: 20px;
}
#form_guest{
  margin: 0;
  color: #fff!important;
  text-transform: none;
}
#return_login{
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  margin: 0 0 5px 5px;
  font-size: 14px;
}
.gfa_email_check{
  display: block!important;
}
.gf-login button{
  height: 40px;
  line-height: 40px;
  margin-top: 0;
}
.gf-login-form{
  display: none;
}
.gfa-button-alt{
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 40px;
}
.gfa-form button:hover,
.gfa-button:hover{
  opacity: .8;
  color: #fff;
}
.gfa-form button:disabled,
.gfa-button:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
.gfa-form-register{
  margin: 0 auto;
}
.gfa-form-register h2{
  text-align: center;
  margin-bottom: 30px;
}
.gfa-form-register .form-row-button{
  text-align: center;
}
.gfa-form-login .form-row-rememberme label{
  display: flex;
  align-items: center;
}
.gfa-form-login .form-row-rememberme label span{
  margin: 1px 0 0 6px;
}
nav li.item-account .second .inner ul li a{
  text-align: left !important;
}
.content ul.gfa-saved-cards{
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.gfa-table{
  border: 1px solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.gfa-table th,
.gfa-table td{
  border: 1px solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  vertical-align: middle;
}
.gfa-table .payment-method-actions{
  padding: 0 10px;
}
.gfa-table .payment-method-actions .gfa-button{
  text-transform: uppercase;
  margin:5px 0;
}
.gfa-table .payment-method-actions a:hover{
  background: #30a09e;
}
body.gfa-payment-methods .payment-method .is-default{
  background: #31bcbf;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  letter-spacing: .8px;
}
body.gfa-payment-methods .payment-method .is-expired{
  background: #d03f59;
}
body.gfa-add-payment-method .gfa-form{
  max-width: 600px;
}
body.gfa-page .gfa-form-login,
body.gfa-lost-password .gfa-form,
body.gfa-delete-account .gfa-form,
.gfa-above-login .gfa-form{
  max-width: 100%;
}
body.gfa-add-payment-method #add-new-card{
  height: auto;
  max-width: 480px;
  margin-bottom: 10px;
}
body.gfa-add-payment-method .gfa-button,
body.gfa-payment-methods .gfa-button{
  margin-top: 25px;
}
body .gform_wrapper .gform_fields .gfield.field_stripe_creditcard{
  margin-bottom: 30px;
}
.gfa-zip-state-field{
  position: relative;
}
.gfa-form .zip_state_spinner{
  position: absolute;
  bottom: 0;
  left: calc(50% - 16px);
  width: auto;
}
/*.gfa-form .zip-invalid{
  display: inline-block;
  max-width: 500px;
}*/
.gfa-del-def-card{
  padding: 20px 0;
  display: inline-block;
}
.gfa-above-login{
  text-align:left;
}
.gfa-note{
  width: 100%;
  clear: both;
  padding: 15px 0 0;
}
.gfa-createaccount{
  margin-bottom: 25px;
}
.gfa-createaccount input{
  margin: 0 3px 0 0;
}
.gfa-additional-addresses{
  display: flex;
  flex-wrap: wrap;
}
.gfa-additional-address{
  width: calc(50% - 10px);
  max-width: 520px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.gfa-additional-address:nth-child(2n+1){
  margin-right: 10px;
}
.gfa-additional-address h3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 700;
}
.gfa-additional-address h3 a{
  text-decoration: underline !important;
}
.gfa-additional-address h3 a:hover{
  text-decoration: none !important;
}
.gfa-additional-address .gfa-actions {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.gfa-additional-address .gfa-actions a{
  margin: 0 10px;
  text-transform: uppercase;
}
.gfa-additional-adresses-select{
  margin-bottom: 15px;
  font-size: 16px;
}
.gfa-additional-adresses-select span{
  font-weight: bold;
}
.gform_wrapper .gfa-additional-adresses-select select{
  padding: 5px 10px;
  max-width: 100%;
}
/* theme */
.gfa-myaccount-navigation{
  margin-bottom: 40px;
}
.gform_wrapper li.gfield_error input.cc-cardholder:not([value=""]){
  border-color: #e2e2e2 !important;
}
body.gfa-page .iti .iti__selected-flag{
  height: 50px;
}
@media(min-width: 769px){
  .gfa-myaccount-navigation{
    width: 15%;
    margin-right: 5%;
    float: left;
  }
  .gfa-myaccount-content{
    width: 80%;
    float: right;
  }
  .gfa-form-login .form-row{
    width: 47%;
    margin-bottom: 10px;
  }
}
@media(max-width: 1000px){
  nav.mobile_menu li.item-account.has_sub > a,
  nav.mobile_menu ul>li.item-account>span.mobile_arrow{
    display: none;
  }
  nav.mobile_menu li.item-account .sub_menu{
    display: block;
    column-count: unset;
  }
  nav.mobile_menu li.item-account.has_sub .sub_menu li:last-child,
  nav.mobile_menu li.item-account:not(.has_sub) a{
    min-height: 50px;
  }
  /* nav.mobile_menu .sub_menu li a{
    font-size: 14px!important;
  } */
  .gfa-table .payment-method-actions .gfa-button{
    height: auto;
    padding: 14px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media(max-width: 768px){
  .gfa-additional-address {
    width: 100%;
    margin: 0 auto 20px;
  }
  .gfa-additional-address:nth-child(2n+1){
    margin-right: auto;
  }
  .gfa-additional-adresses-select select{
    width: 100%;
  }
}
@media(max-width: 500px){
  .gfa-createaccount{
    font-size: 14px!important;
  }
}
@keyframes hideAnimation{
  80% {opacity: 1;}
  100%{opacity: 0;}
}