﻿body {
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.877);
  font-weight: 400; }

.btnDivRow {
  display: flex;
  justify-content: center;
  margin-top: 2rem; }

.btnDivRow button {
  display: flex;
  align-items: center; }

.instructionDiv h4, .instructionDiv ul {
  color: rgba(0, 0, 0, 0.87); }

.loginDiv {
  display: flex;
  flex-direction: column;
  align-items: center; }

.loginDiv h1 {
  color: #27ae60;
  text-align: center; }

.sendPassBtnDiv {
  margin-top: 1rem; }

.passRequestDiv {
  display: flex;
  flex-direction: column;
  align-items: center; }

.passRequestDiv h1 {
  color: #27ae60;
  text-align: center; }

.wishListMainDiv {
  display: flex;
  flex-direction: column;
  align-items: center; }

.wishListMainDiv h1 {
  color: #27ae60 !important;
  text-align: center !important; }

.wishListMainDiv p {
  text-align: center !important; }

.contShopDiv {
  display: flex;
  justify-content: center; }

.contBtn, .contShopBtn {
  color: white;
  font-weight: bold;
  border-radius: 6px;
  padding: 0.8rem;
  font-size: large;
  border-width: 1px;
  background: #f16637; }

#password_change_page h1 {
  text-align: center; }

.checkout_container {
  display: flex;
  flex-direction: column;
  align-items: center; }

#checkout_container h1 {
  text-align: center;
  color: #02743E;
  opacity: 1; }

.tableDiv {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }

.tableBody tr:nth-child(odd) {
  background-color: rgba(211, 211, 211, 0.5); }

.tableBody tr:nth-child(even) {
  background-color: rgba(39, 174, 96, 0.25); }

.orderTable {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 576px) {
  /*.orderTable table{
        width: 300px;
        max-width: 100%;
        height: auto;
    }*/
  .tableBody td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem; }
  .orderTable th {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem; } }

.orderTable td {
  text-align: center !important;
  padding: 0.4rem !important;
  border: 1px solid rgba(0, 0, 0, 0.6) !important; }

.orderTable th {
  padding: 0.4rem !important;
  text-align: center !important;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.6) !important;
  /*border-right: 1px solid rgba(0,0,0,0.6) !important;
    border-left: 1px solid rgba(0,0,0,0.6) !important;*/ }

.updatedDiv {
  display: flex;
  flex-direction: column;
  align-items: center; }

.updatedDiv h1 {
  text-align: center;
  color: #27ae60; }

updatedDiv p {
  text-align: center; }

.buttonRow {
  display: flex;
  justify-content: flex-start;
  margin: 1rem 0; }

.buttonRow button {
  display: flex;
  align-items: center;
  color: #27ae60;
  font-weight: bold; }

.submitBtnDiv {
  display: flex;
  justify-content: center; }

.submitBtn {
  color: white !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  padding: 1rem !important;
  font-size: large !important;
  background: #f16637 !important; }

.continueBtn {
  color: white !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  padding: 1rem !important;
  font-size: large !important;
  background: #f16637 !important; }

.viewOrderBtn {
  color: white;
  font-weight: bold;
  border-radius: 6px;
  padding: 1rem;
  font-size: large;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.6);
  background: #f16637; }

input[type=checkbox] {
  width: 22px !important;
  height: 22px; }

/* FORM */
.formDiv {
  display: flex;
  flex-direction: column;
  align-items: center !important; }

.formDiv input,
.formDiv select {
  padding: 0.5em;
  border-radius: 6px;
  border: solid 1px #999;
  width: 100%; }

.formDiv select {
  text-align: center; }

.formDiv input:focus,
.formDiv select:focus {
  outline: none !important;
  border: 1px solid #27ae60;
  box-shadow: 0 0 2px #27ae60; }

.hsFormContainer {
  display: flex;
  flex-direction: column;
  align-items: center !important; }

.hsFormContainer h1 {
  color: #27ae60;
  text-align: center; }

.hsInputDiv {
  display: flex;
  flex-direction: column;
  align-items: center; }

.hsInputDiv input {
  padding: 0.5em;
  border-radius: 6px;
  border: solid 1px #999;
  margin-top: 0.5rem; }

.hsInputDiv input:focus {
  outline: none !important;
  border: 2px solid #27ae60;
  box-shadow: 0 0 4px #27ae60; }

/*.updateForm input {
    padding: 0.5em;
    border-radius: 6px;
    border: solid 1px #999;
}

.updateForm select {
    text-align: center;
    width: 15em;
    padding: 0.5em;
    border-radius: 6px;
    border: solid 1px #999;
}*/
/*
.updateForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}*/
.nameRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.inputDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem; }

@media screen and (max-width: 767px) {
  .inputDiv {
    flex-basis: 100%; } }

.inputDiv label {
  padding: 0.5rem; }

.updateForm input:focus {
  outline: none !important;
  border: 2px solid #27ae60;
  box-shadow: 0 0 4px #27ae60; }

input[type='password'] {
  width: 15em; }

/* SUBMIT BUTTON */
input[type='submit'] {
  padding: 0.5em 1em;
  border-radius: 6px;
  background-color: #333;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.8em; }

.checkout_progress_container div {
  color: #caddcc;
  float: left;
  border-right: solid 2px #caddcc;
  padding-right: 6px;
  margin-left: 6px;
  text-decoration: underline;
  margin-bottom: 13px; }

.checkout_progress_container div.coprogresshere {
  color: #21722a;
  border-right-color: #21722a; }

.login {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  max-width: 480px;
  margin: auto;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .login {
      margin-top: 36px; } }

h1 {
  font-size: 27px;
  color: #02743E;
  margin: 8px 0 24px;
  line-height: 1.2; }

form[name='frm_login'] {
  padding-bottom: 24px; }
  form[name='frm_login'] input {
    width: 100%;
    height: 56px;
    padding: 12px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px; }
  form[name='frm_login'] button {
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 1rem;
    font-size: large;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.6);
    background: #f16637; }
  form[name='frm_login'] .password-reset {
    display: block;
    text-align: right;
    margin-top: 12px;
    text-decoration: underline;
    opacity: .7;
    text-align: center; }

.continue-guest {
  font-family: Arial;
  display: block;
  text-align: center;
  height: 56px;
  margin-top: 24px;
  padding-top: 19px;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.64);
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px; }
  .continue-guest:hover {
    text-decoration: none; }

.bottom-nav-container {
  display: none; }
