#account_header {
  display: none;
}

.logged-in #account_header {
  display: block;
}


.logged-in .logged_in_user_holder {
  display: block;
}


.woocommerce-MyAccount-navigation {
  display: none;
}

#woo_acc {
  font-family: "Montserrat", sans-serif;
}

#woo_acc .woocommerce-MyAccount-content {
  width: 100%;
}


#woo_acc .form-row {
  margin: unset;
  margin-bottom: 16px;
}


#woo_acc form label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1px;
  font-weight: 600;
}

#woo_acc form input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #003912;
    border-radius: 0px;
    font-size: 15px;
    padding-bottom: 8px;
    padding-left: 0px;
    color: #003912;
}
#woo_acc form span em {
  display: none;
}


#woo_acc .edit-account button[type="submit"]:hover {
  background-color: #619731;
  border-color: #619731;
}

#woo_acc .edit-account fieldset {
  border: none;
  margin-top: 55px;
  padding: 0px;
  padding-bottom: 55px;
  border-bottom: 1px solid #619731;
}

#woo_acc .edit-account fieldset legend {
  font-weight: 600;
  font-size: 15px;
}


/*
For the my orders table
*/
@media (max-width: 768px) {
  #woo_acc .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title);
  }
}



#woo_acc table {
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 10px;
  border-color: #a0c184;
  border: 0px solid #a0c184;
  font-family: "Montserrat", sans-serif;
}

#woo_acc th {
  background: #c8e5a9;
  font-size: 13px;
  font-family: "Montserrat", Sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  color: #5f7963;
  border-color: #a0c184;
}



#woo_acc td {
  border: 0.5px solid #668871;
  color: #1b4020;
  font-weight: 400;
  font-size: 14px;
  padding: 7px;
  background: none;
  text-align: center;
  border-color: #a0c184;
}

#woo_acc .woocommerce-orders-table th:first-of-type {
  border-top-left-radius: 10px;
}

#woo_acc .woocommerce-orders-table th:last-of-type {
  border-top-right-radius: 10px;
}

#woo_acc .woocommerce-orders-table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}

#woo_acc .woocommerce-orders-table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}

@media(max-width:768px) {
  #woo_acc .woocommerce-orders-table tr:nth-child(odd) {
    background: #e3f2d4;
  }

  #woo_acc .woocommerce-message a.button {
    width:100%!important;
  }
}



#woo_acc .woocommerce-orders-table__cell-order-actions a.button {
  background: none;
  font-family: "Montserrat", Sans-serif;
  border: none;
  color: #003912;
  font-weight: 500;
  padding: 0px;
  margin-bottom: 0px;
}


/* Order details */
#woo_acc mark {
  background-color: transparent;
}

#woo_acc .order_details {
  font-family: "Montserrat", sans-serif;
  color: #a0c184;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 20px;
}

#woo_acc .order_details tfoot th, #woo_acc .order_details tfoot td{
  background-color: #e3f2d4;
  color:#1b4020;
  text-transform: none;
  border: 1px solid #a0c184;
}
#woo_acc .order_details tfoot th {
  border-right-width: 0.5px;
  border-top-width: 0.5px;
}
#woo_acc .order_details tfoot td {
  border-left-width: 0.5px;
  border-top-width: 0.5px;
}

#woo_acc .order_details thead th:first-of-type {
  border-top-left-radius: 10px;
  border-right-width: 0.5px;
}

#woo_acc .order_details thead th:last-of-type {
  border-top-right-radius: 10px;
  border-left-width: 0.5px;
}

#woo_acc .order_details tfoot tr:last-of-type th {
  border-bottom-left-radius: 10px;
}

#woo_acc .order_details tfoot tr:last-of-type td{
  border-bottom-right-radius: 10px;
}

#woo_acc .woocommerce-customer-details address {
  border: none;
  padding-left: 0px;
  font-size: 15px;
}

#woo_acc a.button {
  background: transparent;
  border: 2px solid #90b66f;
  border-radius: 7px;
  color: #003912;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 14px;
  padding: 14px 20px;
}

#woo_acc .order-again a.button:hover {
  background-color: #619631;
  border-color: #619631;
  font-family: "Montserrat", sans-serif;
}



#woo_acc .woocommerce-column__title, #woo_acc .woocommerce-order-details__title {
  font-size: 20px;
  text-transform: uppercase;
}



#woo_acc .edit {
  background: none;
  font-family: "Montserrat", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #90B66F;
  border-radius: 10px 10px 10px 10px;
  padding: 6px 12px 6px 12px;
  color: #003912;
  font-weight: 500;
}


#woo_acc form p:last-of-type:not(.form-row) {
  text-align: center;
  padding: 12px;
}


@media (max-width: 768px) {
  #woo_acc form input {
    font-size: 14px;
  }

  #woo_acc fieldset legend {
    font-size: 17px;
  }

  #woo_acc .woocommerce form .form-row-first, #woo_acc .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
}



/* Notifications on account page */
#woo_acc .woocommerce-info {
  background: transparent;
  border-top-color: #DAEEF1;
}

#woo_acc .woocommerce-info::before {
  color: #619731;
}


/* Shipping and billing */
#woo_acc .woocommerce-Addresses p {
  font-size: 13px;
}

@media (max-width:768px) {
  #woo_acc .woocommerce-Addresses .col-2 {
    margin-top: 30px;
  }
}

#woo_acc .woocommerce-Addresses .woocommerce-Address-title h3{
  font-size: 15px;
}

#woo_acc .woocommerce-Addresses a.edit {
  font-size: 13px;
  letter-spacing: 0.1px;
  padding: 7px 15px 7px 15px;
  font-weight: 600;
}

#woo_acc .woocommerce-Addresses address {
  font-size: 13px;
  font-style: normal;
  margin-bottom: 17px;
}

#woo_acc h3 {
  font-size: 17px;
}

#woo_acc #billing_country_field strong, #woo_acc #shipping_country_field strong {
  font-size: 13px;
  font-weight: 400;
}


/* Login and registration */
div#account_menu_column {
  display: none;
}

.logged-in div#account_menu_column {
  display: block;
}

body:not(.logged-in) #account_content_column {
  width: 100%;
}




#customer_login, #woo_acc .lost_reset_password {
  background: url("/wp-content/uploads/2020/06/form_backround.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  padding: 40px 80px 40px 80px;
  border-radius: 15px;
  max-width: 600px;
}





#customer_login p.form-row.terms.wc-terms-and-conditions.woocommerce-form-row--last.form-row-last {
    display: none;
}
#customer_login .wc-terms-and-conditions label span {
  margin-left: 5px;
}



#customer_login .u-column1, #customer_login .u-column2 {
  width: auto;
  float: none;

}

#customer_login .hidden {
  display: none;
}
#customer_login div>h2 {
  display: none;
}

#customer_login .login_switch_holder {
  font-family: 'PT Serif', serif;
  font-size: 26px;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none;
}
#customer_login .selected {
  font-weight: bold;
}
#customer_login .woocommerce-form-login__submit {
  float: none;
  font-size: 15px;
}

#customer_login .register p:nth-child(3) {
  width: 100%!important;
}

#customer_login .woocommerce-privacy-policy-text p{
  font-size: 13px;
}

#customer_login .login .form-row-first, #customer_login .login form-row-last, #customer_login .register p:last-child{
  width: 100%;
  display: block;
  text-align: center;
}

#customer_login p, #woo_acc .lost_reset_password {
  font-size: 15px;
}

#customer_login .woocommerce-form-login__rememberme {
  display: none;
}


#customer_login .woocommerce-LostPassword {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  background: transparent;
  text-align: center;
  margin: auto;
  float: none;
  color: #003912;
}
#customer_login .woocommerce-LostPassword:hover {
  text-decoration: underline;
}




#customer_login .login_pane_switch {
  border:none;
  display:inline-block;
  padding: none;
  max-width: 50%;
  line-height: 1;
}

#customer_login .login_pane_switch:nth-child(1) {
  padding-right: 12px;
  border-right: 1px solid #003912;
}

#customer_login .login_pane_switch:nth-child(2) {
  padding-left: 12px;
  border-left:  1px solid #003912;
}

#customer_login form {
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
#customer_login label {
  font-size: 15px;
}

@media (max-width:768px) {
   #customer_login {
     padding: 30px 15px 30px 15px;
   }
   #customer_login .login_switch_holder p{
     display: none;
     width: 0px;
   }
   #customer_login .login_switch_holder span {
     padding: 0px;;
     max-width: 100%;
   }

   .login_pane_switch {
     border-right: none!important;
     border-left: none!important;
     padding-left: 0px!important;
     padding-right: 0px!important;
     text-align: center;
   }
}

#customer_login button[type="submit"], #woo_acc button[type="submit"] {
  font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    fill: #F9F6EE;
    color: #F9F6EE;
    background-color: #90B66F;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 10px 10px 10px 10px;
    padding: 13px 25px 13px 25px;
    margin-right: 0px;
}

#woo_acc button[type="submit"] {
  margin-top: 20px;
}
#customer_login button[type="submit"]:hover {
  rgba(97, 151, 49, 0.86);
}

#woo_acc .lost_reset_password {
  min-height: 280px;
}

#woo_acc .woocommerce-privacy-policy-text {
  display: none;
}


.woocommerce-notices-wrapper ul, .woocommerce-message {
  background-color: unset!important;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #003912;
}

