.login-form{
background: #f7f7f7;
    border-radius: 4px;
    padding: 25px 40px;
    width: 600px;
    margin: 0 auto 50px;
}

.register-form p{
	width: 80%;
	text-align: center;
	color:#3f3f3f;
	font-size: 14px;
	line-height: 16px;
	margin: 0 auto;
}


.profile-form{
    background: #f7f7f7;
    border-radius: 4px;
    padding: 25px 40px;
    width: 600px;
    margin: 70px auto;
}

.login-form label, .login-form label >span{
	display: block;
}

.login-form label {
    margin: 10px 0 20px;
}

.company-fields{
    display: none;
}

.single-fields{
    display: none;
}

.company-fields.open{
    display: block;
}

.single-fields.open{
    display: block;
}


.cf-half{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cf-half > label{
    flex: 0 0 46%;
}

.login-form label span{
	font-weight: 400;
}

.login-form label span span{
  color:red;
  font-size: 16px;
  font-weight: bold;
  margin-left: 3px;
}

.login-form .error-field{
  font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--newpink);
}

.login-form label input{
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #eee;
    font-family: "Geologica";
    text-indent: 10px;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 300;
}

.login-form button{
       border: none;
    border-radius: 4px;
    background: #7fc331;
    color: white;
    height: 40px;
    text-align: center;
    font-family: "Gilroy";
    width: 300px;
    margin: 30px auto 10px;
    display: block;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
}


.login-form .new{
	text-align: center;
}
.login-form .btn-create-profile{
    text-align: center;
    width: 240px;
    height: auto;
    line-height: 40px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: bold;
    border-bottom: 2px solid #3f3f3f;
}

.login-form .forgot a{
    text-decoration: none;
    color: #2f2f2f;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.login-form .forgot{
	text-align: center;
}


.login-toggle{
    display: flex;
    justify-content: center;
}

.togggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.togggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.togggle input + label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.togggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.togggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.togggle input:hover + label {
  border-color: #213140;
}
.togggle input:checked + label {
    background-color: #7fc331;
    color: #FFF;
    box-shadow: 0 0 10px rgb(239 21 21 / 27%);
    border-color: #7fc331;
    z-index: 1;
}
.togggle input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: 0.45rem;
}
@media (max-width: 800px) {
  .togggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


.profile-links ul{
  display: flex;
  align-items: center;
  padding:0;
  flex-wrap: wrap;
  column-gap: 30px;
  list-style: none;
}

.profile-links ul li {

}

.profile-links ul li a{
  color:#222;
  background: #f7f7f7;
  display: block;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-decoration: none;
  padding: 0 20px;
}


.profile-links ul li a.active{
  background: var(--newgreen);
  color:white;
}

.account-spacer-title{
      padding: 20px 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #3f3f3f;
}

.profile h1{
  margin-top: 50px;
}

.order-one{
  display: flex;
  flex-wrap: wrap;
  padding:12px;
  border-radius: 6px;
  background: #f5f5f5;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.op-one a{
  display: block;
  width: 50px;
  padding:3px 3px 0;
  background: white;
  border-radius: 6px;
}

.op-one a img{
  border-radius: 6px;
}

.o-id{
  flex:0 0 100px;
  font-size:18px;
  font-weight: bold;
  text-indent: 20px;
}

.o-products{
    flex: 0 0 300px;
    overflow-x: hidden;
    padding-right: 30px;
    display: flex;
    column-gap: 15px;
}

.order-heading{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}


.order-heading{
  font-family: "Geologica";
  font-weight: 400;
  font-size: 18px;
  color:#3f3f3f;
}


.order-center{
  margin:50px 0;
  min-height: 600px;
}

.oh1 {
    flex: 0 0 53.4%;
    padding-left: 30px;
}

.oh2 {
    flex: 0 0 550px;
}

.oh3 {
    flex: 0 0 160px;
}

.oh4 {
    flex: 0 0 175px;
}

.oh5 {
    flex: 0 0 210px;
}

.oh6 {
    flex: 0 0 260px;
}


.o-actions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    color: white;
    text-decoration: none;
    background: var(--newgreen);
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding: 0 10px;
}

.o-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 70%;
    justify-content: flex-end;
    column-gap: 60px;
}

.o-right{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 30%;
}

.o-date{
  font-size: 16px;
  font-weight: bold;
  flex:0 0 150px;
}

.o-payment{
  font-size: 16px;
  font-weight: bold;
  flex:0 0 180px;
}

.o-total{
  font-size: 20px;
  font-weight: bold;
  flex:0 0 100px;
}

.o-total span{
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
}

.o-status{
    font-size: 14px;
    font-weight: bold;
    flex: 0 0 200px;
    border-radius: 8px;
    background: green;
    color: white;
    text-align: center;
    height: 34px;
    line-height: 33px;
}

.o-status.o-1{
  background: var(--newgreen);
}


.op-item{
  position: relative;
}

.op-item span.op-quantity{
  width: 20px;
    height: 20px;
    background: #7fc331b5;
    border-radius: 6px;
    top: 3px;
    right: 3px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 20px;
}

.o-shipping{
      flex: 0 0 150px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.login-form.register-form button{
	font-family: "Geologica";
	font-size: 18px;
	font-weight: 500;
	color:white;
	height: 50px;
	margin-bottom: 20px;
}


@media(max-width: 900px){
  .profile-links ul {
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    column-gap: 30px;
    list-style: none;
    row-gap: 15px;
  }

      .profile-form {
        width: 86%;
        padding: 25px;
        margin: 30px auto;
    }

  .profile-links ul{
    column-gap: 15px;
  }
  .profile-links ul li a{
    font-size: 14px;
    padding: 0 5px;
  }

  .profile h1{
    font-size: 24px;
  }
  

  .profile-links ul li {
    width: 47%;
  }
}

.profile h1{
  font-size:24px;
  display: block;
  text-align: center;
  font-weight: 500;
}