.login-form{
background: #f7f7f7;
    border-radius: 4px;
    padding: 25px 40px;
    width: 600px;
    margin: 0 auto 50px;
}

.container .alert.alert-danger{
      padding: 0 20px;
    display: block;
    width: calc(100% - 40px);
    height: 40px;
    font-size: 16px;
    background: #cc2323a3;
    border-radius: 4px;
    line-height: 40px;
    margin-bottom: 50px;
    position: absolute;
    left: 0;
    top: -70px;
    color: white;
    font-weight: 500;
}

main.login-block{
  padding:100px 0;
}

.profile-form{
    background: #f7f7f7;
    border-radius: 4px;
    padding: 25px 40px;
    width: 600px;
    margin: 70px auto;
}

.account-center h1{
  text-align: center;
  width: 100%;
  display: block;
}

.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: 600;
}

.login-form label span span{
  color:#cc2323;
  font-size: 16px;
  font-weight: bold;
  margin-left: 3px;
}

.login-form .error-field{
  font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #cc2323;
}

.login-form label input{
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #eee;
    font-family: "Gilroy";
    text-indent: 10px;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400;
}

.login-form button{
       border: none;
    border-radius: 4px;
    background: #cc2323;
    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: #cc2323;
    color: #FFF;
    box-shadow: 0 0 10px rgb(239 21 21 / 27%);
    border-color: #cc2323;
    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: #cc2323;
  color:white;
}

.account-spacer-title{
      padding: 20px 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #3f3f3f;
}

.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-center{
  margin:50px 0;
  min-height: 600px;
}

.oh1{
  flex:0 0 100px;
}

.oh2 {
    flex: 0 0 550px;
}

.oh3 {
    flex: 0 0 140px;
}

.oh4 {
    flex: 0 0 175px;
}

.oh5 {
    flex: 0 0 210px;
}

.oh6 {
    flex: 0 0 194px;
}


.o-actions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    color: white;
    text-decoration: none;
    background: #7d8a92;
    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: 30px;
}

.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 160px;
    border-radius: 8px;
    background: green;
    color: white;
    text-align: center;
    height: 34px;
    line-height: 33px;
}

.o-status.o-1{
  background: #4caf50;
}


.op-item{
  position: relative;
}

.op-item span.op-quantity{
  width: 20px;
    height: 20px;
    background: #cc2323b5;
    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 label input{
  background: white;
}


.login-form .checkout-item {
    flex: 0 0 48%;
}


.login-form .flex-numar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    column-gap: 20px;
}

.login-form .checkout-item select {
    background: #fff;
    height: 44px;
    border: 1px solid #e7e7e7;
}

.login-form .fns-3 {
    flex: 0 0 51%;
}

.login-form .fns-1 {
    flex: 0 0 15%;
}

.login-form .fns-2 {
    flex: 0 0 15%;
}

.login-form .fns-4 {
    flex: 0 0 20%;
}

.orders-table table{
  width: 100%;
  margin: 50px 0;
}

.orders-table table td{
  padding: 10px 0;
  font-size: 16px;

}

.orders-table table thead tr td{
    border-bottom: 2px solid #3f3f3f;
}



.orders-table table tbody tr td{
    border-bottom: 2px solid #f1f1f1;
    padding:25px 0;
}

.orders-table table tbody tr:last-child td{
  border:none;
}

.order-product-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}

.order-product-item img {
    border-radius: 8px;
    width: 50px;
}

.order-product-item a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px;
  border-radius: 8px;
  border: 2px solid #f1f1f1;
}

.btn-view{
  padding: 5px 10px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    background: #cc2323;
    font-size: 16px;
    display: block;
    text-align: center;
}

.account-order-product-link {
  position: relative;
}

.account-order-product-link span.qty{
position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #2c2c2cfa;
    color: white;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.order-details{
  width: 100%;
}

.order-details-products thead tr td{
  border-bottom: 2px solid #ccc;
  padding:15px 0;
  font-size: 16px;
    font-weight: 500;
}

.order-details-products tbody tr td{
  border-bottom: 1px solid #f1f1f1;
  padding:15px 0;
  font-size: 16px;

}



.order-details-products tbody tr:last-child td{
  border: none;
}

.order-details-products tfoot tr td.text-right{
   border-bottom: 1px solid #f1f1f1;
  padding:15px 0;
  font-size: 16px;
  text-align: right;
}

.order-details-products tfoot tr td.text-left{
   border-bottom: 1px solid #f1f1f1;
  padding:15px 0;
  font-size: 16px;
  text-align: left;
}


.order-details-products tfoot tr:last-child td.text-right{
  border:none;
  font-weight: 600;
}

.opp1 {
    margin: 30px 0;
    width: auto;
}

.opp1 thead tr td{
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 20px;
}

.opp1 tbody tr td{
  font-size: 18px;
}

.opp2 {
    margin: 30px 0;
    width: 50%;
    font-size: 16px;
}

.opp2 thead tr td{
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 20px;
}

.tyo{
  font-weight: 500;
  font-size: 20px;
  padding: 0;
}



.order-details-products  td.text-left
{ 
  width: 30%;
}

.order-details-products  td.text-right
{ 
  width: 15%;
  text-align: right;
}

.order-details-products tfoot tr td{
  width:10%;
    border-bottom: 1px solid #ddd;
  padding:15px 0;
}

.order-details-products tfoot tr td.text-left{
   border-bottom: 1px solid #ddd;
   padding-left: 25px;
  width: 30%;
}

.order-details-products tfoot tr td.text-right{
   border-bottom: 1px solid #ddd;
   padding-right: 25px;
  width: 30%;
}

.order-details-products tfoot{
  background: #f1f1f1;

}

.order-details-products tfoot tr:last-child td{
border:none;
 font-weight: 600;
}

.order-details-products tbody tr:last-child td{
  padding-bottom: 30px;
}

.tyo2{
  margin-top: 30px;
}

.order-details-history thead tr td {
    border-bottom: 2px solid #ccc;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
}

.order-details-history  tr td{
 font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
}

.buttons.clearfix{
  margin: 40px 0;
}

.buttons.clearfix a{
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    color: white;
    background: #cc2323;
    font-size: 18px;
}

.address-responsive{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
  flex-wrap: wrap;
}

.address-responsive .address-list-one{
  flex:0 0 20%;
  background: #f1f1f1;
  border-radius: 8px;
  

}


.alo-customer{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
  padding:10px 15px;
  border-bottom: 2px solid #e7e7e7;
}

.alo-shipping{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 15px;
  padding:10px 15px;
}

.alo-fio{
      font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.alo-icon svg{
  width:24px;
  height: 24px;
}

.alo-country{
  font-size: 16px;
    font-weight: 500;
    margin-right: 2px;
}

.alo-judet{
  font-size: 16px;
    font-weight: 500;
}

.alo-city{
  font-size: 14px;
    font-weight: 400;
}

.alo-strada{
  font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 14px;
}

.alo-postal{
  font-size: 12px;
    font-weight: 400;
}

.alo-update{
  display: flex;
  justify-content: space-between;
  align-items: center;
      border-top: 2px solid #e7e7e7;
    
}

.alo-update a{
  flex:0 0 calc(50% - 31px);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color:#333;
  font-weight: 500;
  padding: 10px 15px;
}

.alo-update a.btn-info{
  border-right: 2px solid #e7e7e7;
}

.address-list-one form{
  margin:0;
}

.alo-update a.btn-danger{
      background: #cc2323;
    border-bottom-right-radius: 8px;
    color: white;
}

.i1h2{
      margin: 30px 0;
    font-size: 22px;
    color: #3f3f3f;
    font-weight: 500;
}

.buttons-bottom-address{
  display: flex;
  margin:40px 0;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
}

.btn-default{
  background: #3f3f3f;
  color:white;
  text-decoration: none;
  padding: 8px 14px;
  font-size: 16px;
  border-radius: 8px;
}

.btn-primary{
  background: #cc2323;
  color:white;
  text-decoration: none;
  padding: 8px 14px;
  font-size: 16px;
  border-radius: 8px;
}

.login-form select{
  width: calc(100% + 4px);
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  height: 46px;
  padding: 10px 15px;
  font-family: 'Gilroy';
  font-size: 16px;
  display: block;
  margin-top: 10px;
}


.login-form .flex-numar select{
  margin: 0;
}

.company_eu_register_fields{
  display: none;
}

.login-form label span{
  display: inline;
}