/**********************************************************
				Authentication Styles
**********************************************************/
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none;
}

#login_form .form-control, #create-account_form .form-control {
  max-width: 271px;
}
.authentication_page {
  text-align: center;
  padding-top: 35px;
}
.authentication_page .block-left {
  margin-top: 35px;
  margin-right: 20px;
}
.authentication_page .block-left img {
  max-width: 100%;
  height: auto;
  width: 100%; 
}
.align-center{
  justify-content: center;
  align-items: start; 
  display: flex;
}
.authentication_page .block-right {
  padding-left: 20px;
}
.authentication_page .password_page  .alert-success{
  background: #05b304;
  max-width: 385px;
  margin: auto;
  font-family: var(--regularfont);
  text-align: center !important;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.authentication_page .password_page .alert-success::before{display: none;}
.authentication_page .bordered-box .alert {
  text-align: left;
}
.authentication_page .bordered-box .inner-box {
  max-width: 490px;
  width: 100%;
  margin: auto;
}
.toggle-password-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
.tab-header {
  align-items: center;
} 

.tab-title {
  color: var(--topred);
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'Roboto-condensed-semibold',sans-serif;
  text-transform: uppercase;
  text-align:left;
  font-style: italic;
  margin-top: 0;
}
.tab-title.title-right{text-align: right;    padding-right: 30px;}
.authentication_page .bordered-box {
  border: 3px solid var(--headerblue); 
  padding-bottom: 25px;
  margin-top: -3px;
  border-radius: 12px;
  padding-top: 30px;
  border-top: 0;
  position: relative;
  min-height: 250px;
}
.tab-buttons {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid var(--headerblue);
  width: 93.8%;
  margin: auto;
  justify-content: space-between;
}
.authentication_page .tab-header {
  display: flex;
  border-bottom: none;
  margin-bottom: -3px; /* Pull tabs over box */
}
.lost_password-outer{
     display: flex;
    justify-content: end;
}
.tab-button {
  padding: 10px 20px;
  color: #000;
  border: 3px solid transparent;
  cursor: pointer;
  margin: 0 10px;
  font-family: var(--titlefont);
  font-size: 20px;
}

.tab-button.active {
  border: 3px solid var(--headerblue);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: var(--headerblue);
  background: #fff;
  position: relative;
    margin-bottom: -3px;
}
.tab-button.active:before,.tab-button.active:after,.authentication_page .bordered-box:before,.authentication_page .bordered-box:after{
  content: '';
  position: absolute;
 left: -18px;
 right: auto;
  margin: auto;
  bottom: 0;
 width: 18px;
 height: 18px;
 background: url(../img/curve.svg) #fff no-repeat;
}
.authentication_page .bordered-box:before,.authentication_page .bordered-box:after{
  top: 0px;
  bottom: auto;
  transform: rotate(180deg);
  left: -3px;
}
.authentication_page .bordered-box:after{
  right: -3px;
  left: auto;
  transform: rotate(-90deg);
}
.tab-button.active:after{
 left: auto;
 right: -18px;
 transform: rotate(90deg);
}
.tab-content {
  display: none;
}
.tab-content{
  margin-top: 0;
}
.tab-content.active {
  display: block;
}
.authentication_page .bordered-box .box-heading {
  font-family: "Roboto-condensed-extrabold", sans-serif;
  color:#000;
  font-size: 20px;
  font-weight: normal;
  margin: 15px 0;
}
.authentication_page .bordered-box .box-heading::before{display: none;}

.authentication_page .bordered-box .form-group-outer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
.authentication_page .bordered-box .form-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 25px;
}
.authentication_page .bordered-box .form-group.lost_password a,.form_info,.account_creation_page .checkbox label,.form-notes,.authentication_page .bordered-box .form-group.lost_password {
  color: #000;
  text-decoration: none;
  font-family: var(--lightitalicfont);
  font-size: 14px;
  text-transform: uppercase;
}
.authentication_page .bordered-box .form-group.lost_password {
  text-align: right;
  margin-top: -20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
}
.authentication_page .bordered-box .form-group.lost_password span:hover{color: var(--headerblue);}
.form-notes{
  text-transform: initial;
  max-width: 300px;
  margin: auto;
  line-height: initial;
  margin-bottom: 20px !important;
}
.authentication_page .bordered-box .form-group.lost_password a {
  font-weight: 600;
}
.authentication_page .bordered-box .form-group.lost_password a:hover{color: var(--headerblue);}
.form_info{text-transform: initial;margin-top: -5px;}
.authentication_page .bordered-box .form-group .form-label {
  width: 100%;
  text-align: left;
}
.authentication_page .bordered-box .form-group .form-label label {
  color: #000;
  font-size: 15px;
  font-weight:normal;
  margin-bottom: 0;
  font-family: var(--titlefont);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.authentication_page .bordered-box .form-group .form-input {
  display: table-cell;
  vertical-align: middle;
}
.authentication_page .bordered-box .form-group .form-input input {
  border: 2px solid var(--headerblue);
  outline: 0;
  width: 100%;
  padding: 0px 10px;
  height: 35px;
  font-size: 14px;
  border-radius: 8px;
  color: #000;
  font-family: var(--lightitalicfont);
  font-weight: normal;
}
.authentication_page .bordered-box .form-group .form-input input::placeholder{
  color: #000;
  font-size: 14px;
}
.authentication_page .bordered-box .button {
  font-size: 18px;
  font-style: normal;
  padding: 8px 25px;
  background: var(--headerblue);
  font-family: var(--titlefont);
  font-weight: normal;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.authentication_page .bordered-box .button:hover{background: var(--pink);}
.authentication_page .bordered-box .button span {
  padding: 0;
}
 .account_creation_page .bordered-box .form-input input[type='text'], .account_creation_page .bordered-box .form-input input[type='email'], .account_creation_page .bordered-box .form-input input[type='password'], .account_creation_page .bordered-box .form-input input[type='tel'], .account_creation_page .bordered-box .form-input textarea, .account_creation_page .bordered-box .form-input select {
  border: 2px solid var(--headerblue);
  outline: 0;
  width: 100%;
  padding: 0 10px;
  height: 32px;
  font-size: 14px;
  color: black;
}
.authentication_page .checker{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 19px;
  flex-shrink: 0;
}
.authentication_page .checker input{
    opacity: 0;
  width: 45px !important;
  height: 19px !important;
  cursor: pointer;
}
.authentication_page .checker span{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 22px;
  width: auto;
  height: auto;
  background-image: none;
  border: 1px solid var(--headerblue);
}
.inputs-outer{
	display: flex;
  gap: 50px;
}
.authentication_page .checker span::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 1.3px;
  background-color: var(--headerblue);
  border-radius: 50%;
  transition: 0.4s;
}

.authentication_page .checker  span.checked {
  background-color: var(--headerblue); 
}

.authentication_page .checker  span.checked::before {
  transform: translateX(23px);
  background-color: #fff;
}
 .account_creation_page  .radio-inline label{font-weight: normal;}

 .account_creation_page .bordered-box .form-input select {
 padding-right: 28px;
  text-transform: uppercase;
  border-radius: 8px;
  font-family: var(--titlefont);
  padding-right:35px;
  text-align-last: left;
  text-align: left;      
}
 .account_creation_page .bordered-box .form-input select option {  
  text-align: center; 
 }
#account-creation_form label sup, #new_account_form label sup, #opc_account_form label sup{
  color: var(--topred);
}
.err-message-new.form-notes{margin: initial; max-width: max-content;}
.err-message-new .error,.authentication_page .alert.alert-danger{
  background: var(--topred);
  color: #fff;
  padding: 3px 7px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: 'Roboto-condensed-regular',sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.authentication_page .alert.alert-danger {padding: 10px;}
.authentication_page .alert.alert-danger ol{padding:0 ;margin: 0;    padding-left: 25px;}
.authentication_page .alert.alert-danger ol li{
  list-style-type: none;
}
.authentication_page .alert.alert-danger ol li b{font-weight: normal;}
.account_creation_page .custom-select:before{
  transform: translateY(-50%) rotate(45deg);
  border: solid var(--headerblue);
  border-width: 0 2px 2px 0;
  padding: 4px;
  pointer-events: none;
  right: 15px;
  top: 15px;
}
.account_creation_page .bordered-box .form-input textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.account_creation_page .bordered-box .form-input div.selector {
 width: 100% !important;
  padding-left: 10px;
}
.account_creation_page .bordered-box .form-input div.selector span {
  width: 100% !important;
}
 .account_creation_page .bordered-box .form-input div.selector {
  margin: auto;
  border: 3px solid black;
  height: 40px;
  background: none;
  border-radius: 0;
}
.account_creation_page .bordered-box .form-input div.selector span {
 background: none;
  position: relative;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  color: black;
  height: 100%;
  padding-top: 1px;
  line-height: 23px;
}
.account_creation_page .bordered-box .form-input div.selector span:before {
  content: '';
  position: absolute;
  right: 7px;
  top: 6px;
  width: 14px;
  height: 12px;
  border: 7px solid transparent;
  border-bottom: 0;
  border-top: 12px solid black;
}
.account_creation_page .bordered-box .form-input div.selector select {
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  color: black;
  height: 100%;
}
 .account_creation_page .bordered-box .submit2 {
  text-align: center;
  padding-top: 25px;
}
.account_creation_page .bordered-box .button span {
  padding: 0;
}
.account_creation_page .bordered-box .input-three {
  margin-bottom: 0;
}
.account_creation_page .bordered-box .input-three .inputs-outer {
  margin: 0 -5px;
}
.account_creation_page .bordered-box .input-three .inputs {
  margin-bottom: 10px;
  float: left;
  width: 33.3333%;
  padding: 0 5px;
}
 .account_creation_page .bordered-box label sup {
  font-size: 14px;
  top: 0;
  color: red;
}
.account_creation_page .bordered-box p.inline-infos {
  color: red;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
 .account_creation_page .bordered-box .radio-inline span {
  vertical-align: middle;
  color: #000;
  font-family: var(--titlefont);
}
 .account_creation_page .bordered-box .radio-inline{font-weight: normal;}
.account_creation_page div.radio{
  width: 18px;
  height: 15px;
}
.account_creation_page div.radio span:before{
  left:3px;
  top: 3px;
}
 .account_creation_page p.required {
  color: var(--topred) !important;
  margin:0 !important;
  text-align: right;
  font-family: var(--titlefont);
 text-transform: uppercase;
 margin-bottom: -15px !important;
}
 .account_creation_page .bordered-box {
  padding:30px 50px;
}
.account_creation_page .bordered-box > * {
  font-size: 14px;
}
.account_creation_page .bordered-box .w-50 {
  float: none;
  display: inline-block;
  vertical-align: top;
}
 .account_creation_page .bordered-box .form-group-inner {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  flex-direction: column;
  text-align: left;
}
 .account_creation_page .bordered-box .form-group-info {
  margin-top: -6px;
  margin-bottom: 0px;
}
 .account_creation_page .bordered-box .form-input {
  display: table-cell;
  vertical-align: middle;
}
 .account_creation_page .bordered-box .form-label label {
  color:var(--headerblue);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
}
.account_creation_page .bordered-box .form-input {
    display: block;
}
.account_creation_page .button {
    padding: 8px 16px 8px 16px;
    font-size: 18px;
}

 .account_creation_page .bordered-box .box-heading {
  font-family: "Cabin", sans-serif;
  color: black;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 45px;
  text-align: center;
}
 .account_creation_page .bordered-box .box-heading:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 3px solid black;
  margin: auto;
  bottom: 0;
  width: 110px;
}
.account_creation_page .checkbox-outer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.account_creation_page .checkbox {
  display: flex;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: initial;
}
.account_creation_page .checkbox label .price {
  color: #8ec73c;
  font-size: inherit;
}
.account_creation_page .checkbox a {
  vertical-align: middle;
  color: #777777;
  position: relative;
  font-size: 17px;
}
.account_creation_page .checkbox.gift {
  margin-bottom: 25px;
}
 .account_creation_page .bordered-box .box-heading {
  font-family: "Cabin", sans-serif;
  color: var(--headerblue);
  font-weight: 700;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 45px;
  text-align: center;
}
 .account_creation_page .bordered-box .box-heading:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 3px solid var(--headerblue);
  margin: auto;
  bottom: 0;
  width: 110px;
}
.account_creation_page .checkbox-outer {
  margin-top: 30px;
  margin-bottom: 30px;
}


.account_creation_page .checkbox label .price {
  color: #8ec73c;
  font-size: inherit;
}
.account_creation_page .checkbox a {
  vertical-align: middle;
  color: #777777;
  position: relative;
  font-size: 17px;
}

ul.step li {
    float: left;
    width: 20%;
    text-align: center;
}
ul.step li.step_current {
    font-weight: bold;
}
ul.step li.step_current span {
    color: #83d9b4;
    text-shadow: none;
    position: relative;
}
ul.step li em {
    font-style: normal;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #c8c8c8;
    border-radius: 50%;
    font-size: 24px;
    line-height: 36px;
    margin: auto;
    margin-bottom: 5px;
}
ul.step li.step_current span em {
    background: #83d9b4;
    color: white;
    border: 1px solid #83d9b4;
}
ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
    display: block;
    padding: 13px 10px 14px 13px;
    color: #333333;
    font-size: 24px;
    line-height: 21px;
    font-weight: bold;
    text-shadow: 1px 1px white;
    position: relative;
}
ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
    content: ".";
    position: absolute;
    top: 50%;
    right: -5%;
    z-index: 0;
    text-indent: -5000px;
    display: block;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}
ul.step li.step_done a:after {
    background: url(../img/order-step-a.png) right 0 no-repeat;
}
ul.step li.step_todo span {
    display: block;
    color: #c8c8c8;
    position: relative;
}
.login-captcha{
	margin-bottom:10px;
	margin-top:-10px
}
.authentication_page .bordered-box .button.log-backbtn{
  margin-left: 10px;
  padding:8px 15px;
 font-size: 14px;
  border-radius: 20px;
}
@media (min-width: 992px){
	ul.step li.step_current span:after {
		background: url(../img/order-step-a.png) right 0 no-repeat;
	}
}
ul.step li.step_done a em {
    background: #83d9b4;
    color: white;
    border: 1px solid #83d9b4;
}
ul.step li.step_done a {
    color: #83d9b4;
}
ul.step li.step_current span {
    color: #83d9b4;
    text-shadow: none;
    position: relative;
}
@media (max-width: 1199px) {
  .authentication_page .block-left {
    padding-right: 0;
  }
  .authentication_page .block-right {
    padding-left: 0;
  }
   .account_creation_page .bordered-box .w-50 {
    width: 100%;
  }
  .account_creation_page .bordered-box .form-label {
    width: 35%;
  }
  .tab-button{font-size: 17px;}
  .inputs-outer{gap: 10px;}
}
@media (max-width: 991px) {
  .authentication_page {
    padding-top: 0px;
  }
  .authentication_page .bordered-box .form-group-outer {
    min-height: inherit;
  }
  .authentication_page .bordered-box .form-notes {
    min-height: inherit;
  }
  .authentication_page .bordered-box .button {
    padding: 8px 16px 8px 16px;
    font-size: 20px;
  }
  .account_creation_page .bordered-box{padding: 20px;}
}
@media (max-width: 639px) {
 .account_creation_page .bordered-box .form-group-inner {
    margin-bottom: 20px;
  }
.account_creation_page .bordered-box .input-three {
    margin-bottom: 0;
  }
 .account_creation_page .bordered-box .input-three .inputs {
    margin-bottom: 20px;
  }
  .account_creation_page .bordered-box .form-label {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
}
.account_creation_page .bordered-box .form-group-inner {
    margin-bottom: 15px;
  }
  .account_creation_page .bordered-box .form-group-inner.form-group-info{margin-bottom: 0 ;}
.account_creation_page .bordered-box .input-three {
    margin-bottom: 0;
  }
 .account_creation_page .bordered-box .input-three .inputs {
    margin-bottom: 20px;
  }
	  ul.step li em {
		width: 35px;
		height: 35px;
		font-size: 16px;
		line-height: 32px;
	}
	ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
		top: 23px;
		right: -12%;
		width: 12px;
	}
	ul.step li.step_done a, ul.step li.step_done span {
		font-size: 0;
	}
	ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
		padding: 5px !important;
		font-size: 12px;
	}
	ul.step li.step_todo span {
		font-size: 0;
	}
  .tab-button{
      font-size: 17px;
      padding: 8px 10px;
  }
  .tab-title{font-size: 17px;}
  .account_creation_page .bordered-box{padding: 15px;}
  .authentication_page .block-left{display: none;}
  .align-center{display: block;}
  .authentication_page .bordered-box .button{border-radius: 0;}
  .account_creation_page .checkbox{margin-bottom:0 ;}
}
@media (max-width: 479px) {
  .authentication_page .bordered-box .form-group .form-label {
    text-align: left;
    display: block;
    width: auto;
    margin-bottom: 5px;
    padding-right: 0;
  }
  .authentication_page .bordered-box .form-group .form-input {
    display: block;
  }
  .authentication_page .bordered-box .form-notes {
    margin-bottom: 20px;
  }
  .authentication_page .bordered-box .box-heading {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .tab-button{font-size: 15px;}
   .tab-buttons .tab-button:first-child{margin-right: 0;}
    .tab-buttons .tab-button:last-child{margin-left: 0px;}
    .authentication_page .bordered-box .button span{font-size: 14px;}
    .inputs-outer{gap: 5px;}
    .account_creation_page .bordered-box .form-input select{  padding-right: 30px;}
    .account_creation_page .custom-select:before{ right: 10px;}
}
@media (max-width: 370px) {
 
  .g-recaptcha {transform:scale(0.88);-webkit-transform:scale(0.88);transform-origin:0 0;-webkit-transform-origin:0 0;}
   .tab-button{font-size: 13px;}
   .authentication_page .bordered-box .form-group .form-label label,.account_creation_page .bordered-box .form-input select{font-size: 13px;}
   .authentication_page .bordered-box .form-group .form-input input{font-size: 12px;}
   .tab-title{font-size: 15px;}
   .account_creation_page .bordered-box{padding:18px 10px;}
   .inputs-outer{gap: 0px;}
   .account_creation_page .custom-select:before{
        padding: 2.5px;
        right: 8px;
   }
   .account_creation_page .bordered-box .form-input select{ padding-right: 17px; padding-left: 0;}
  .authentication_page .password_page .alert-success{font-size: 14px;}
}
