body.woocommerce-account div.woocommerce {
  display: flex !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  max-width: 495px;
  padding: 95px 60px;
  background: #F8F4FB;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  padding: 95px 60px 95px 60px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  flex-wrap: nowrap;
  flex-direction: column;
}
body.woocommerce-account .woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link {
  list-style-type: none;
  padding: 3px 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link > a {
  font-family: Sora;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #404040;
  text-transform: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link > a:hover {
  color: var(--e-global-color-primary);
}
body.woocommerce-account .woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link.is-active > a {
  color: var(--e-global-color-primary);
}

.page_content h2.page_title {
  font-family: Sora;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #404040;
  margin-bottom: 32px;
}

#content > .container {
  max-width: 100%;
}
#content > .container > .row > .nv-single-page-wrap.col {
  margin-bottom: 0px;
}

#customer_login {
  margin-top: 76px !important;
}
#customer_login .u-column1.col-1 {
  padding: 30px 80px !important;
  border: 1px solid #D1D1CF;
  border-radius: 2px;
}
#customer_login .u-column1.col-1 h2 {
  font-family: Poppins;
  font-size: 21px;
  line-height: 31px;
  letter-spacing: -0.015em;
  color: #404040;
}
#customer_login .u-column2.col-2 h2 {
  display: none !important;
}
#customer_login .login {
  border: none !important;
  padding: 0;
  margin: 0;
}
#customer_login .login .form-row {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  display: block !important;
}
#customer_login .login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  font-family: Sora !important;
  font-size: 14px !important;
  line-height: 145% !important;
  color: #404040 !important;
  font-weight: 400 !important;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
#customer_login .login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme > span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
  border-radius: 50px;
}
#customer_login .login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme > input[type=checkbox] {
  display: none;
}
#customer_login .login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme > input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 5px;
  top: 5px;
  transform: translate(-10%, -10%);
  border: 1px solid #7719AA;
  background-color: #7719AA !important;
  box-sizing: border-box;
  border-radius: 50px;
}
#customer_login .login .woocommerce-form-login__submit {
  background: #fff;
  color: #7719AA;
  margin: 28px 0 !important;
  transition: all 0.3s ease-in-out;
}
#customer_login .login .woocommerce-form-login__submit:hover {
  background: #7719AA;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#customer_login .register {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}
#customer_login .register .form-row,
#customer_login .register .woocommerce-privacy-policy-text {
  padding: 0px !important;
  margin: 0px !important;
  font-family: Sora !important;
  font-size: 14px !important;
  line-height: 145% !important;
  color: #404040 !important;
  font-weight: 400 !important;
}
#customer_login .register .reg_account {
  margin-bottom: 5px !important;
}
#customer_login .register .reg_account label {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: auto;
}
#customer_login .register .reg_account label[for=reg_account_client] {
  background-color: #7719AA;
}
#customer_login .register .reg_account #reg_account_pro,
#customer_login .register .reg_account #reg_account_client {
  padding: 16px 34px !important;
  border-left: none !important;
  background-color: #f1f1f1 !important;
  font-family: Sora !important;
  font-size: 16px !important;
  line-height: 125% !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #404040 !important;
}
#customer_login .register .reg_account #reg_account_pro.reg_btn_toggle.active,
#customer_login .register .reg_account #reg_account_client.reg_btn_toggle.active {
  background-color: #7719AA !important;
  color: #fff !important;
}
#customer_login .register .form-container_woocommerce {
  border: none !important;
  background: linear-gradient(180deg, #CFAFE2 0.01%, #9796F0 100%);
  padding: 50px 80px !important;
  margin: 0 !important;
}
#customer_login .register .form-container_woocommerce .custom-input-file {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#customer_login .register .form-container_woocommerce .custom-input-file input[type=file] {
  display: none;
}
#customer_login .register .form-container_woocommerce .custom-input-file .label-text {
  font-size: var(--e-global-typography-974805f-font-size);
  line-height: var(--e-global-typography-974805f-line-height);
  letter-spacing: var(--e-global-typography-974805f-letter-spacing);
  word-spacing: var(--e-global-typography-974805f-word-spacing);
  color: var(--e-global-color-primary);
  margin-right: 8px;
}
#customer_login .register .form-container_woocommerce span.label-input-wrapper {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
#customer_login .register .woocommerce-form-register__submit {
  background: #7719AA;
  color: #fff;
  margin: 0px !important;
  transition: all 0.3s ease-in-out;
}
#customer_login .register .woocommerce-form-register__submit:hover {
  background: #fff;
  color: #7719AA;
  transition: all 0.3s ease-in-out;
}
#customer_login .woocommerce-button {
  width: 100% !important;
  padding: 15px !important;
  text-align: center;
  border-radius: 2px !important;
  font-family: Sora !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 125% !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border: 1px solid #7719AA !important;
}
#customer_login input.input-text::placeholder {
  color: #000;
  opacity: 1;
}

.woocommerce-ResetPassword {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px;
}
.woocommerce-ResetPassword h1 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  margin-bottom: 14px;
}
.woocommerce-ResetPassword p.subtitle {
  font-family: Sora;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  text-align: left;
  color: #404040;
  margin-bottom: 60px;
}
.woocommerce-ResetPassword .woocommerce-form-row {
  width: 100% !important;
}
.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input.woocommerce-Input--text.input-text {
  padding: 24px 28px !important;
  height: 70px !important;
  background: #FFFFFF !important;
  border: 1px solid #D1D1CF !important;
  box-sizing: border-box !important;
  border-radius: 2px !important;
  outline: none !important;
  font-family: Sora !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 160% !important;
  color: #404040 !important;
}
.woocommerce-ResetPassword .woocommerce-form-row label[for=user_login] {
  font-family: Sora !important;
  font-size: 14px !important;
  line-height: 145% !important;
  color: #404040 !important;
  font-weight: 400 !important;
  margin-bottom: 12px;
}
.woocommerce-ResetPassword .woocommerce-Button {
  width: 100% !important;
  padding: 15px !important;
  text-align: center;
  border-radius: 2px !important;
  font-family: Sora !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 125% !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border: 1px solid #7719AA !important;
  background: #7719AA !important;
  color: #fff !important;
}

.woocommerce-LostPassword {
  font-family: Open Sans !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #404040 !important;
  display: inline-block !important;
}

#customer_login .login .woocommerce-form-row input,
.woocommerce-form-register .input-text,
#profesional_type,
#profesional_type option {
  padding: 18px !important;
  border: 1px solid #C0C0C0 !important;
  border-radius: 2px !important;
  font-family: Sora !important;
  font-size: 16px !important;
  line-height: 160% !important;
  color: #404040 !important;
  margin-bottom: 28px !important;
}

#customer_login .login .woocommerce-form-row input,
.woocommerce-form-register .input-text {
  background-color: #fff !important;
}

#add_affiliation_code .u-columns:not(last-child) {
  margin-bottom: 32px;
}
#add_affiliation_code .u-columns label {
  font-family: Sora;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  display: flex;
  align-items: center;
  text-align: left;
  color: #404040;
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#add_affiliation_code .u-columns label .field-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 17px;
}
#add_affiliation_code .u-columns label .affiliation_percent {
  height: 70px;
  width: 70px;
  min-width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  background: #7719AA;
  border-radius: 70px;
  font-family: Sora;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  text-align: center;
  color: #FFFFFF;
  margin-left: 32px;
}
#add_affiliation_code .u-columns label input {
  padding: 24px 28px;
  width: calc(100% - 102px);
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #D1D1CF;
  box-sizing: border-box;
  border-radius: 2px;
  outline: none;
  font-family: Sora;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #404040;
}
#add_affiliation_code .u-columns label input:focus {
  box-shadow: none;
  outline: none;
}

#achats_mes_clients .u-columns .achats_mes_clients_filter {
  margin-bottom: 22px;
  margin-top: -10px;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:first-child {
  margin-left: 0;
  margin-right: 4px;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:last-child {
  margin-right: 0;
  margin-left: 4px;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:only-child {
  margin-left: 0;
  margin-right: 0;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector select {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-5ae796e-font-family), Sans-serif;
  font-size: var(--e-global-typography-5ae796e-font-size);
  font-weight: var(--e-global-typography-5ae796e-font-weight);
  line-height: var(--e-global-typography-5ae796e-line-height);
  letter-spacing: var(--e-global-typography-5ae796e-letter-spacing);
  word-spacing: var(--e-global-typography-5ae796e-word-spacing);
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) 50%;
  padding: 15px 17px 15px 12px;
  padding-right: 17px !important;
  background-image: url(https://www.sophi-stiquee.fr/wp-content/uploads/2022/02/icon.png);
  background-size: auto;
  margin: 10px 4px 0 4px;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector select:first-child {
  margin-left: 0;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector select:last-child {
  margin-right: 0;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:first-child {
  margin-left: 0;
  margin-right: 4px;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:last-child {
  margin-right: 0;
  margin-left: 4px;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:only-child {
  margin-left: 0;
  margin-right: 0;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit input[type=submit],
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit a.return_list {
  font-family: var(--e-global-typography-974805f-font-family), Sans-serif;
  font-size: var(--e-global-typography-974805f-font-size);
  font-weight: var(--e-global-typography-974805f-font-weight);
  text-transform: var(--e-global-typography-974805f-text-transform);
  line-height: var(--e-global-typography-974805f-line-height);
  letter-spacing: var(--e-global-typography-974805f-letter-spacing);
  word-spacing: var(--e-global-typography-974805f-word-spacing);
  color: var(--e-global-color-9ba2372);
  background-color: var(--e-global-color-primary);
  border-radius: 3px;
  padding: 20px 25px;
  margin: 10px 4px 0 4px;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit input[type=submit]:first-child,
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit a.return_list:first-child {
  margin-left: 0;
}
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit input[type=submit]:last-child,
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit a.return_list:last-child {
  margin-right: 0;
}
#achats_mes_clients .u-columns .achats_mes_clients_list {
  overflow-x: auto;
  overflow-y: hidden;
}
#achats_mes_clients .u-columns .achats_mes_clients_list table {
  min-width: 678px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#achats_mes_clients .u-columns .achats_mes_clients_list table tr td {
  padding: 0 20px !important;
  height: 50px !important;
}
#achats_mes_clients .u-columns .achats_mes_clients_list table thead {
  background-color: #404040 !important;
}
#achats_mes_clients .u-columns .achats_mes_clients_list table thead tr td {
  color: #F9F9F3 !important;
  font-family: var(--e-global-typography-974805f-font-family), Sans-serif;
  font-size: var(--e-global-typography-974805f-font-size);
  font-weight: var(--e-global-typography-974805f-font-weight);
  text-transform: var(--e-global-typography-974805f-text-transform);
  line-height: var(--e-global-typography-974805f-line-height);
  letter-spacing: var(--e-global-typography-974805f-letter-spacing);
  word-spacing: var(--e-global-typography-974805f-word-spacing);
}
#achats_mes_clients .u-columns .achats_mes_clients_list table tbody tr td {
  font-family: var(--e-global-typography-5ae796e-font-family), Sans-serif;
  font-size: var(--e-global-typography-5ae796e-font-size);
  font-weight: var(--e-global-typography-5ae796e-font-weight);
  line-height: var(--e-global-typography-5ae796e-line-height);
  letter-spacing: var(--e-global-typography-5ae796e-letter-spacing);
  word-spacing: var(--e-global-typography-5ae796e-word-spacing);
  color: #404040 !important;
  height: 60px !important;
}
#achats_mes_clients .u-columns .achats_mes_clients_list table tbody tr td a {
  color: inherit !important;
}
#achats_mes_clients .u-columns .achats_mes_clients_list table tfoot {
  background-color: #404040 !important;
}
#achats_mes_clients .u-columns .achats_mes_clients_list table tfoot tr td {
  color: #F9F9F3 !important;
  font-family: var(--e-global-typography-9315c41-font-family), Sans-serif;
  font-size: var(--e-global-typography-9315c41-font-size);
  font-weight: var(--e-global-typography-9315c41-font-weight);
  line-height: var(--e-global-typography-9315c41-line-height);
  letter-spacing: var(--e-global-typography-9315c41-letter-spacing);
  word-spacing: var(--e-global-typography-9315c41-word-spacing);
  text-transform: none;
}

.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
  padding: 0 !important;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 18px 24px 24px;
  background: #C0C0C0;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 21px;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterTitle .wfpTitle.wfpClickable {
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-467b4c5-font-family), Sans-serif;
  font-size: var(--e-global-typography-467b4c5-font-size);
  font-weight: var(--e-global-typography-467b4c5-font-weight);
  text-transform: var(--e-global-typography-467b4c5-text-transform);
  line-height: var(--e-global-typography-467b4c5-line-height);
  letter-spacing: var(--e-global-typography-467b4c5-letter-spacing);
  word-spacing: var(--e-global-typography-467b4c5-word-spacing);
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterTitle .wfpTitle.wfpClickable + i.fa {
  display: none;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterTitle span.custom-icon {
  background: url(https://www.sophi-stiquee.fr/wp-content/uploads/2022/01/filter-arow.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-right: 8px;
  transform: rotateZ(-90deg);
  transition: all 0.3s ease;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterTitle span.custom-icon.active {
  transform: rotateZ(0deg);
  transition: all 0.3s ease;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterContent {
  padding: 12px 24px;
  background: #FFF;
  border-radius: 0px 0px 8px 8px;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterContent ul.wpfFilterVerScroll {
  display: none;
  max-height: none;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterContent ul.wpfFilterVerScroll li {
  padding: 8px 0;
  margin-bottom: 5px;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterContent ul.wpfFilterVerScroll li:last-child {
  margin-bottom: 0;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterContent ul.wpfFilterVerScroll li .wpfFilterTaxNameWrapper {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-5ae796e-font-family), Sans-serif;
  font-size: var(--e-global-typography-5ae796e-font-size);
  font-weight: var(--e-global-typography-5ae796e-font-weight);
  line-height: var(--e-global-typography-5ae796e-line-height);
  letter-spacing: var(--e-global-typography-5ae796e-letter-spacing);
  word-spacing: var(--e-global-typography-5ae796e-word-spacing);
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterContent ul.wpfFilterVerScroll li .wpfCheckbox label {
  width: 16px !important;
  height: 16px !important;
  box-sizing: border-box;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterContent ul.wpfFilterVerScroll li .wpfCheckbox label::before {
  display: table-cell !important;
  position: absolute !important;
  text-align: center !important;
  vertical-align: middle !important;
  transform: inherit !important;
  left: 0px !important;
  top: 0px !important;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
  font-size: 8px !important;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #7719AA !important;
  border-radius: 16px;
}
.wpfFilterWrapper[data-uniq-id=wpf_i8pkz8fxj] .wpfFilterContent ul.wpfFilterVerScroll li .wpfCheckbox input[type=checkbox]:checked + label::before {
  background: none !important;
  background-size: 100% 100% !important;
  background-color: #7719AA !important;
  border: 1px solid #7719AA !important;
}

.wpfFilterWrapper[data-get-attribute=orderby] .wpfFilterContent {
  margin: 0;
}
.wpfFilterWrapper[data-get-attribute=orderby] .wpfFilterContent select {
  width: 336px;
  padding: 24px;
  margin: 0;
  background-image: url(https://www.sophi-stiquee.fr/wp-content/uploads/2022/01/filter-arow.png);
  background-position: calc(100% - 24px);
  background-color: transparent;
  border: 1px solid #404040 !important;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-467b4c5-font-family), Sans-serif;
  font-size: var(--e-global-typography-467b4c5-font-size);
  font-weight: var(--e-global-typography-467b4c5-font-weight);
  text-transform: var(--e-global-typography-467b4c5-text-transform);
  line-height: var(--e-global-typography-467b4c5-line-height);
  letter-spacing: var(--e-global-typography-467b4c5-letter-spacing);
  word-spacing: var(--e-global-typography-467b4c5-word-spacing);
}

.single-product #labels_product {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
}
.single-product #labels_product .label_product_item {
  margin-right: 20px;
}

.woocommerce-notices-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.woocommerce li.fake-product {
  background-repeat: no-repeat !important;
  background-size: 116% !important;
  background-position: center bottom !important;
}

@media (max-width: 1414px) and (min-width: 1025px) {
  .elementor-2494 .elementor-element.elementor-element-5e6d0a7 {
    margin-bottom: 120px;
  }

  .single-product #other_commande .other_commande_buttons .other_commande_show_button {
    width: 100%;
    margin-right: 0;
  }
  .single-product #other_commande .other_commande_buttons .other_commande_do_button {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 1275px) and (min-width: 1025px) {
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector {
    width: 100%;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:first-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:last-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:only-child {
    margin-left: 0;
    margin-right: 0;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector select {
    flex-basis: calc(33.33% - 8px);
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:first-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:last-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:only-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1161px) and (min-width: 1124px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 95px 40px;
  }
}
@media (max-width: 1125px) and (min-width: 1082px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 95px 20px;
  }
}
@media (max-width: 1082px) and (min-width: 1025px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 95px 30px 95px 30px;
  }
}
@media (max-width: 1024px) and (min-width: 480px) {
  #add_affiliation_code .u-columns:not(last-child) {
    margin-bottom: 32px;
  }
  #add_affiliation_code .u-columns > p {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  #add_affiliation_code .u-columns label {
    font-family: Sora;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    display: flex;
    align-items: center;
    text-align: left;
    color: #404040;
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #add_affiliation_code .u-columns label .field-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 17px;
  }
  #add_affiliation_code .u-columns label .affiliation_percent {
    height: 70px;
    width: 70px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    background: #7719AA;
    border-radius: 70px;
    font-family: Sora;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: #FFFFFF;
    margin-left: 32px;
  }
  #add_affiliation_code .u-columns label input {
    padding: 24px 28px;
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #D1D1CF;
    box-sizing: border-box;
    border-radius: 2px;
    outline: none;
    font-family: Sora;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #404040;
  }
  #add_affiliation_code .u-columns label input:focus {
    box-shadow: none;
    outline: none;
  }
}
@media screen and (max-width: 1024px) {
  #customer_login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #customer_login .u-column1.col-1 {
    padding: 60px !important;
  }
  #customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
    width: calc(100% - 90px);
    max-width: 770px;
    margin-bottom: 76px;
    float: none;
  }
  #customer_login .register .form-row,
#customer_login .register .woocommerce-privacy-policy-text {
    font-size: 14px !important;
    line-height: 145% !important;
  }
  #customer_login .register .reg_account {
    margin-bottom: 5px !important;
  }
  #customer_login .register .reg_account #reg_account_pro,
#customer_login .register .reg_account #reg_account_client {
    padding: 16px 34px !important;
    font-size: 16px !important;
    line-height: 125% !important;
    letter-spacing: 0.1em !important;
  }
  #customer_login .register .form-container_woocommerce {
    padding: 50px 60px !important;
  }
  #customer_login .register .form-container_woocommerce .custom-input-file {
    padding-bottom: 11px !important;
    padding-top: 11px !important;
  }
  #customer_login .register .form-container_woocommerce span.label-input-wrapper {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
  }

  .nv-single-page-wrap.col {
    padding: 0;
  }

  body.woocommerce-account div.woocommerce {
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    max-width: none;
    padding: 37px 45px;
  }
  body.woocommerce-account nav > ul {
    margin-bottom: 0;
  }

  .wpfFilterWrapper[data-get-attribute=orderby] .wpfFilterContent select {
    padding: 17px 24px;
  }

  .single-product #other_commande .other_commande_buttons {
    display: flex;
  }
  .single-product #other_commande .other_commande_buttons .other_commande_show_button {
    width: 100%;
  }
  .single-product #other_commande .other_commande_buttons .other_commande_do_button {
    width: 325px;
  }

  .woocommerce-notices-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 90px);
  }
}
@media (max-width: 912px) and (min-width: 546px) {
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector {
    width: 100%;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:first-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:last-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:only-child {
    margin-left: 0;
    margin-right: 0;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector select {
    flex-basis: calc(33.33% - 8px);
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:first-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:last-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:only-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit input[type=submit],
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit a.return_list {
    padding: 15px 20px;
  }

  .woocommerce li.fake-product {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center bottom !important;
  }
}
@media (max-width: 660px) {
  .single-product #other_commande .other_commande_buttons {
    display: block;
  }
  .single-product #other_commande .other_commande_buttons .other_commande_show_button {
    width: 100%;
    margin-right: 0;
  }
  .single-product #other_commande .other_commande_buttons .other_commande_do_button {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 580px) {
  #customer_login {
    margin-top: 48px !important;
  }
  #customer_login .u-column1.col-1 {
    padding: 20px !important;
  }
  #customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
    width: calc(100% - 30px);
    max-width: none;
    margin-bottom: 32px;
  }
  #customer_login .register .form-row,
#customer_login .register .woocommerce-privacy-policy-text {
    font-size: 12px !important;
    line-height: 145% !important;
  }
  #customer_login .register .reg_account {
    margin-bottom: 5px !important;
  }
  #customer_login .register .reg_account #reg_account_pro,
#customer_login .register .reg_account #reg_account_client {
    padding: 16px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 0.1em !important;
  }
  #customer_login .register .form-container_woocommerce {
    padding: 20px !important;
  }
  #customer_login .register .form-container_woocommerce .custom-input-file {
    padding-bottom: 11px !important;
    padding-top: 11px !important;
  }
  #customer_login .register .form-container_woocommerce span.label-input-wrapper {
    font-size: 12px;
    line-height: 18%;
    margin-bottom: 16px;
  }

  #customer_login .login .woocommerce-form-row input,
.woocommerce-form-register .input-text,
#profesional_type,
#profesional_type option {
    padding: 15px 18px !important;
    border: 1px solid #C0C0C0 !important;
    border-radius: 2px !important;
    font-family: Sora !important;
    font-size: 12px !important;
    line-height: 160% !important;
    color: #404040 !important;
    margin-bottom: 16px !important;
  }

  .woocommerce-notices-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  .woocommerce-notices-wrapper ul.woocommerce-error {
    text-align: center;
    padding-left: 15px !important;
  }
}
@media (max-width: 545px) {
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector {
    width: 100%;
    flex-wrap: wrap;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:first-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:last-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector:only-child {
    margin-left: 0;
    margin-right: 0;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector select {
    flex-basis: calc(50% - 8px);
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector select:last-child {
    flex-basis: calc(100% - 8px);
    margin-left: 0;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-selector select:nth-child(2) {
    margin-right: 0;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit {
    width: 100%;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:first-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:last-child, #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit:only-child {
    margin-left: 0;
    margin-right: 0;
  }
  #achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit input[type=submit],
#achats_mes_clients .u-columns .achats_mes_clients_filter form .filter-submit a.return_list {
    flex-basis: calc(50% - 8px);
  }
}
@media (max-width: 480px) {
  #add_affiliation_code .u-columns label {
    font-size: 14px;
    line-height: 20px;
    max-width: none;
  }
  #add_affiliation_code .u-columns label .field-container {
    margin-top: 16px;
  }
  #add_affiliation_code .u-columns label .affiliation_percent {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50px;
    font-size: 13px;
    margin-left: 5px;
  }
  #add_affiliation_code .u-columns label input {
    padding: 15px 28px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 19px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    max-width: none;
    padding: 15px 45px;
  }
}
@media (max-width: 328px) {
  #customer_login .register .reg_account #reg_account_pro,
#customer_login .register .reg_account #reg_account_client {
    padding: 12px !important;
  }
}

/*# sourceMappingURL=style2.css.map */
