#account-creation_form fieldset, fieldset.account_creation {/*margin-bottom: 50px;*/}

#account-creation_form h3,
#authentication #login_form h3,
.check_title {

}

.addresse_facturation{
  margin: -10px 0px 15px 0px;
  font-size: 13px;
  color: #759c47;
  font-weight: 300;
  display: block;
}

#center_column #account-creation_form p {margin:0; padding:0 0 0px 0}

#account-creation_form .row {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}

#account-creation_form .row#visitor_countries{
  display: none;
  padding: 15px;
  background: #f3f6ed;
}

#authentication #login_form .row {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
}

#authentication #login_form .row:nth-child(2){
  margin-bottom: 20px;
}

#account-creation_form p.required {color:#222}

#account-creation_form p.required  sup {color:#990000}

#account-creation_form p.radio span,
#account-creation_form p.text label,
#account-creation_form div.text label,
#account-creation_form p.password label,
#account-creation_form p.select label,
#account-creation_form p.select span,
#account-creation_form p.textarea label {
  font-size: 14px;
  color: #484848;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 500;
}

#account-creation_form p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
}

#account-creation_form p.radio input {
position: relative;
bottom: -1px;
float: none;
margin: 0px;
}

#account-creation_form p.checkbox label {
	float:none;
	width:auto;
	font-size: 13px;
}

#account-creation_form p.text input,
#account-creation_form p.password input,
#account-creation_form p.select input {
border: 1px solid #ccc;
padding: 5px;
margin: 0px;
width: 100%;
-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.03);
box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.03);
background: rgba(252, 252, 252, 1);
}

#account-creation_form span.inline-infos,
#account-creation_form span.form_info{
	display: inline-block;
	font-size: 11px;
	color: #979797;
	float: right;
	position: relative;
}

#account-creation_form p.checkbox input {
margin-left: 0px;
margin-right: 10px;
top: 3px;
position: relative;
}

#account-creation_form p.select select {
border: 1px solid #ccc;
padding: 5px;
margin: 0px;
width: 100%;
-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.03);
box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.03);
background: rgba(252, 252, 252, 1);
display: block;
clear:both;
}

#account-creation_form p.textarea textarea {
border: 1px solid #ccc;
padding: 5px;
margin: 0px;
width: 100%;
-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.03);
box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.03);
background: rgba(252, 252, 252, 1);
}

#account-creation_form span.form_info, #account-creation_form p.inline-infos {
display: block;
font-size: 11px;
color: #979797;
position: relative;
}

#account-creation_form .account_creation_form_row label,
#authentication #login_form .account_creation_form_row label{
  text-transform: uppercase;
}

#account-creation_form .account_creation .col-xs-2,
#account-creation_form .account_creation .col-xs-3{
  padding-left: 0;
  padding-right: 0;
}

#account-creation_form .account_creation .col-xs-7,
#account-creation_form .account_creation .col-xs-6,
#account-creation_form .account_creation .col-xs-9,
#account-creation_form .account_creation .col-xs-4,
#authentication #login_form .col-xs-9{
  padding-left: 0;
  padding-right: 5px;
}

#account-creation_form .postcode {
	/*display: none;*/
}

#account-creation_form .id_state, #account-creation_form .dni {
	display: none;
}

#center_column #account-creation_form p.cart_navigation {
  margin: 20px 0;
  width: 100%;
  text-align: right;
}

#authentication #account-creation_form #submitAccount,
#authentication #account-creation_form .sim_submit{

}

#authentication #account-creation_form #submitAccount:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

.req_fields{
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  color: #8e8e8e;
}

.reg_form_bottom_txt{
	font-size: 13px;
	margin-bottom: 30px;
}



#account-creation_form #address_alias {
  display: none;
}

.auth_form_container{
  display: flex;
}

.auth_banner,
.auth_banner_visitor{
  max-width: 449px;
  min-width: 449px;
}

.auth_banner_visitor{
  display: none;
}

.auth_form_side{
  width: 100%;
  margin-left: 27px;
}

#fileUpload {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.document_photos_container .file-input label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 13px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  border: 1px solid #717172;
  outline: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px !important;
  color: #000 !important;
  line-height: 29px;
  padding: 3px 30px;
  margin: 0 !important;
  float: none;
  left: 5px;
  background: #fff;
  z-index: 2;
}

.document_photos_container .file-header{
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
}

.document_photos_container .file-name{
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 12px;
  word-break: break-all;
  text-align: left;
  overflow: hidden;
  color: grey;
  display: flex;
  justify-content: flex-start;
  margin-left: 15px !important;
  margin-top: 0 !important;
}

.document_photos_container .file_container{
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px !important;
  background: rgb(189 189 189 / 23%);
  height: 47px;
  padding: 5px;
}


#postcodeRestriction{
  display: none;
  padding: 10px 15px 8px 15px;
  background-color: #f7f9f4;
  border: 1px solid #b4bd8b;
  margin-bottom: 30px;
}

.restriction_title{
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.radio_selection_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.radio_selection_container .option{
  background: #fff;
  height: 39px;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0px;
  cursor: pointer;
  padding: 0 10px 0 10px;
  border: 1px solid #cccccc;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 12px;

  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px !important;

  color: #717171;
}

.option.how_you_know_us_google,
.option.how_you_know_us_advertisement,
.option.how_you_know_us_socials,
.option.how_you_know_us_word_of_mouth,
.option.how_you_know_us_other{
  width: 130px;
}

.radio_selection_container .option .dot{
  height: 10px;
  width: 10px;
  min-width: 10px;
  min-height: 10px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 18px;
  display: none;
}

.radio_selection_container .option .dot::before{
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: 8px;
  height: 8px;
  background: #a0a994;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

input[type="radio"]{
  display: none;
}

.radio_selection_container .option:hover{
  background: #f7f9f4;
  border-color: #b4bd8b;
}

#domaine_manufacture_of_floral_objects:checked:checked ~ .domaine_manufacture_of_floral_objects,
#domaine_wedding_compositions:checked:checked ~ .domaine_wedding_compositions,
#domaine_purchase_resale:checked:checked ~ .domaine_purchase_resale,
#domaine_interior_landscaping_and_green_walls:checked:checked ~ .domaine_interior_landscaping_and_green_walls,
#domaine_points_of_sale_events_decoration:checked:checked ~ .domaine_points_of_sale_events_decoration,
#domaine_school_training:checked:checked ~ .domaine_school_training,
#domaine_customer_gift:checked:checked ~ .domaine_customer_gift,
#domaine_your_institution_decoration:checked:checked ~ .domaine_your_institution_decoration,
#how_you_know_us_google:checked:checked ~ .how_you_know_us_google,
#how_you_know_us_advertisement:checked:checked ~ .how_you_know_us_advertisement,
#how_you_know_us_socials:checked:checked ~ .how_you_know_us_socials,
#how_you_know_us_word_of_mouth:checked:checked ~ .how_you_know_us_word_of_mouth,
#how_you_know_us_other:checked:checked ~ .how_you_know_us_other{
  border-color: #a0a994;
  background: #a0a994;
}

#domaine_manufacture_of_floral_objects:checked:checked ~ .domaine_manufacture_of_floral_objects .dot,
#domaine_wedding_compositions:checked:checked ~ .domaine_wedding_compositions .dot,
#domaine_purchase_resale:checked:checked ~ .domaine_purchase_resale .dot,
#domaine_interior_landscaping_and_green_walls:checked:checked ~ .domaine_interior_landscaping_and_green_walls .dot,
#domaine_points_of_sale_events_decoration:checked:checked ~ .domaine_points_of_sale_events_decoration .dot,
#domaine_school_training:checked:checked ~ .domaine_school_training .dot,
#domaine_customer_gift:checked:checked ~ .domaine_customer_gift .dot,
#domaine_your_institution_decoration:checked:checked ~ .domaine_your_institution_decoration .dot,
#how_you_know_us_google:checked:checked ~ .how_you_know_us_google .dot,
#how_you_know_us_advertisement:checked:checked ~ .how_you_know_us_advertisement .dot,
#how_you_know_us_socials:checked:checked ~ .how_you_know_us_socials .dot,
#how_you_know_us_word_of_mouth:checked:checked ~ .how_you_know_us_word_of_mouth .dot,
#how_you_know_us_other:checked:checked ~ .how_you_know_us_other .dot{
  background: #fff;
}

#domaine_manufacture_of_floral_objects:checked:checked ~ .domaine_manufacture_of_floral_objects .dot::before,
#domaine_wedding_compositions:checked:checked ~ .domaine_wedding_compositions .dot::before,
#domaine_purchase_resale:checked:checked ~ .domaine_purchase_resale .dot::before,
#domaine_interior_landscaping_and_green_walls:checked:checked ~ .domaine_interior_landscaping_and_green_walls .dot::before,
#domaine_points_of_sale_events_decoration:checked:checked ~ .domaine_points_of_sale_events_decoration .dot::before,
#domaine_school_training:checked:checked ~ .domaine_school_training .dot::before,
#domaine_customer_gift:checked:checked ~ .domaine_customer_gift .dot::before,
#domaine_your_institution_decoration:checked:checked ~ .domaine_your_institution_decoration .dot::before,
#how_you_know_us_google:checked:checked ~ .how_you_know_us_google .dot::before,
#how_you_know_us_advertisement:checked:checked ~ .how_you_know_us_advertisement .dot::before,
#how_you_know_us_socials:checked:checked ~ .how_you_know_us_socials .dot::before,
#how_you_know_us_word_of_mouth:checked:checked ~ .how_you_know_us_word_of_mouth .dot::before,
#how_you_know_us_other:checked:checked ~ .how_you_know_us_other .dot::before{
  opacity: 1;
  transform: scale(1);
}

.radio_selection_container .option span{
  font-size: 12px;
  line-height: 1.2em;
  text-transform: none;
}

#domaine_manufacture_of_floral_objects:checked:checked ~ .domaine_manufacture_of_floral_objects span,
#domaine_wedding_compositions:checked:checked ~ .domaine_wedding_compositions span,
#domaine_purchase_resale:checked:checked ~ .domaine_purchase_resale span,
#domaine_interior_landscaping_and_green_walls:checked:checked ~ .domaine_interior_landscaping_and_green_walls span,
#domaine_points_of_sale_events_decoration:checked:checked ~ .domaine_points_of_sale_events_decoration span,
#domaine_school_training:checked:checked ~ .domaine_school_training span,
#domaine_customer_gift:checked:checked ~ .domaine_customer_gift span,
#domaine_your_institution_decoration:checked:checked ~ .domaine_your_institution_decoration span,
#how_you_know_us_google:checked:checked ~ .how_you_know_us_google span,
#how_you_know_us_advertisement:checked:checked ~ .how_you_know_us_advertisement span,
#how_you_know_us_socials:checked:checked ~ .how_you_know_us_socials span,
#how_you_know_us_word_of_mouth:checked:checked ~ .how_you_know_us_word_of_mouth span,
#how_you_know_us_other:checked:checked ~ .how_you_know_us_other span{
  color: #fff;
}

#know_us_sl{
  margin-left: 15px !important;
}


.account_creation_row{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ac_col_15{
  width: 17%;
  min-width: 17%;
}

.ac_col_25{
  width: 24%;
  min-width: 24%;
}

.ac_col_35{
  width: 33%;
  min-width: 33%;
}

.ac_col_50{
  width: 50%;
  min-width: 50%;
}

.ac_col_60{
  width: 59%;
  min-width: 59%;
}

.ac_col_85{
  width: 83%;
  min-width: 83%;
}


#authentication #account-creation_form input:focus
outline: 1px solid red;

#know_us_sl{
  position: relative;
  right: -7px;
}


.label_padding{
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}

.label_padding_top{
  padding-left: 35px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
}

#authentication #account-creation_form .option span{
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.how_did_you_know_question_label{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

#vat_number_radio_on,
#vat_number_radio_off{
  display: block !important;
}

#vat_number input{
  background: #fff !important;
  border: 1px solid #ccc !important;
}

#vat_number input.vat_number_prefix{
  border-radius: 30px 0px 0px 30px !important;
  border-right: none !important;
}

#vat_number input.vat_number_digits{
  border-radius: 0px 30px 30px 0px !important;
  border-left: none !important;
}

@media (min-width: 1200px) and (max-width: 1449px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
  .radio_selection_container .option{
    width: 242px;
  }
  .account_creation_row{
    flex-wrap: wrap;
  }
  .ac_col_15 {
    width: 25%;
    min-width: 25%;
  }
  .ac_col_35 {
    width: 75%;
    min-width: 75%;
  }
  .ac_col_50_mobile{
    width: 25%;
    min-width: 25%;
  }
  .ac_col_50 {
    width: 75%;
    min-width: 75%;
  }
  .ac_col_85 {
    width: 75%;
    min-width: 75%;
  }
  .account_creation_row #company{
    margin-bottom: 5px !important;
  }
  .label_padding_top{
    padding-left: 0;
  }
  .mobile_row{
    margin-bottom: 10px !important;
    width: 100%;
  }
  .label_padding {
    padding-left: 0;
    justify-content: flex-start;
  }
  .option.how_you_know_us_google, 
  .option.how_you_know_us_advertisement, 
  .option.how_you_know_us_socials, 
  .option.how_you_know_us_word_of_mouth, 
  .option.how_you_know_us_other {
    width: 115px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .radio_selection_container .option{
    width: 231px;
  }
  .account_creation_row{
    flex-wrap: wrap;
  }
  .ac_col_15 {
    width: 25%;
    min-width: 25%;
  }
  .ac_col_35 {
    width: 75%;
    min-width: 75%;
  }
  .ac_col_50_mobile{
    width: 25%;
    min-width: 25%;
  }
  .ac_col_50 {
    width: 75%;
    min-width: 75%;
  }
  .ac_col_85 {
    width: 75%;
    min-width: 75%;
  }
  .account_creation_row #company{
    margin-bottom: 5px !important;
  }
  .label_padding_top{
    padding-left: 0;
  }
  .mobile_row{
    margin-bottom: 10px !important;
    width: 100%;
  }
  .label_padding {
    padding-left: 0;
    justify-content: flex-start;
  }
  .option.how_you_know_us_google, 
  .option.how_you_know_us_advertisement, 
  .option.how_you_know_us_socials, 
  .option.how_you_know_us_word_of_mouth, 
  .option.how_you_know_us_other {
    width: 109px !important;
  }
}
@media (max-width: 767px) {
  .radio_selection_container .option{
    width: 48%;
  }
  .account_creation_row{
    flex-wrap: wrap;
  }
  .ac_col_15 {
    width: 25%;
    min-width: 25%;
  }
  .ac_col_35 {
    width: 75%;
    min-width: 75%;
  }
  .ac_col_50_mobile{
    width: 25%;
    min-width: 25%;
  }
  .ac_col_50 {
    width: 75%;
    min-width: 75%;
  }
  .ac_col_85 {
    width: 75%;
    min-width: 75%;
  }
  .account_creation_row #company{
    margin-bottom: 5px !important;
  }
  .label_padding_top{
    padding-left: 0;
  }
  .mobile_row{
    margin-bottom: 10px !important;
    width: 100%;
  }
  .label_padding {
    padding-left: 0;
    justify-content: flex-start;
  }
  .option.how_you_know_us_google, 
  .option.how_you_know_us_advertisement, 
  .option.how_you_know_us_socials, 
  .option.how_you_know_us_word_of_mouth, 
  .option.how_you_know_us_other {
    width: 48%;
  }
}

.mobile_account_creation_banner,
.mobile_account_creation_text_top,
.mobile_account_creation_text_bottom{
  display: none;
}

.mobile_account_creation_text_top{
  background: #f9f9f9;
  padding: 0 15px;
  padding-bottom: 29px;

  margin-left: 0;
  margin-right: 0;
  color: #222;
  font-size: 13px;
}

.mobile_account_creation_banner img{
  width: 100%;
  height: auto;
}

.mobile_account_creation_text_top ul{
  margin-left: 16px;
  margin-top: 5px;
}

.mobile_account_creation_text_top li{

}

.mobile_account_creation_text_top span{
  margin-top: 30px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #91a16d;
  line-height: 1.1em;
  display: block;
  margin-bottom: 15px;
}

.mobile_account_creation_text_bottom{
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #91a16d;
  line-height: 1.1em;
  margin-bottom: 23px;
}

#authentication #center_column #login_form .form_content,
#password #center_column #form_forgotpassword .form_content,
#authentication #center_column .account_creation .form_content{
	background: #ffffff;
	padding: 35px 20px;
	border-radius: 18px;
}

#authentication #center_column #login_form .form_content p.submit,
#password #center_column #form_forgotpassword p.submit{
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%;
}

#authentication #center_column #login_form .form_content p.submit .button_new_medium_green{
	padding: 0 50px;

}

#authentication #center_column #login_form .form_content .topbar_create_account_link{
	text-transform: none;
	background: #f3f3f3;
	padding: 0 20px;
}

#authentication #center_column #login_form .form_content .topbar_create_account_link:hover{
	background: #dbdbdb;
}

.in_formation_container{
	margin: 0 15px;
}

.in_formation_container label{
	color: #556067;
	font-weight: 500;
	font-size: 15px !important;
	padding-left: 30px !important;
	margin-left: -10px;
	line-height: 19px;
}

.in_formation_container .checkbox_container{
	align-items: center;
	line-height: 1em;
}

.in_formation_container .checkbox_container .checkmark{
	top: 0;
	left: 0;
}

#account-creation_form .order_details_basic_container{
	padding-bottom: 1px;
	margin-bottom: 30px;
}

#account-creation_form .order_detail_row_title{
	min-width: 140px;
	max-width: 140px;
	display: flex;
	align-items: center;
}

#account-creation_form .form_table_style .order_detail_row_content {
	width: 100%;
	margin: 0 15px;
}

#account-creation_form .order_details_full {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}

#account-creation_form .order_details_full .order_detail_row_title,
#account-creation_form .order_details_full .order_detail_row_content{
	margin: 0 15px;
}

#account-creation_form #vat_number{
	margin-left: 0;
	margin-bottom: 10px;
}

#account-creation_form #submitAccount{
	padding: 0 80px;
}

#account-creation_form .submit_container{
	display: flex;
	justify-content: flex-end;
}

#account-creation_form .order_detail_row_title_short{
	min-width: 90px;
	max-width: 90px;
}