.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.switch-language {
  float: left;
  padding: 6px 0 0 5px;
  overflow: hidden;
}
.switch-language li {
  float: left;
  text-transform: uppercase;
}
.switch-language li.opened {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.switch-language li + li {
  border-left: 1px solid #ffffff;
}
.switch-language li a {
  padding: 0 5px;
}

#menu-w .switch-language {
  padding: 6px 0 12px 11px;
}
#menu-w .switch-language a {
  color: #ffffff;
}

.form i.error {
  position: static;
  top: -42px;
  left: 0px;
  background-color: #ffffff;
  padding: 2px 4px;
  display: block;
  font-size: 11px;
  line-height: 1.2em;
}

.numerotation {
  border: 2px solid #69646a;
  color: #00d6d3;
  width: 66px;
  height: 66px;
  font-size: 42px;
  line-height: 61px;
  text-align: center;
  float: left;
  display: none;
  margin-right: 25px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#create-account {
  max-width: 1008px;
  margin: 0 auto;
}
#create-account .ico {
  float: left;
  font-size: 66px;
  margin-right: 20px;
}
#create-account .inside {
  padding-bottom: 14px;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #69646a;
  *zoom: 1;
}
#create-account .inside:after {
  content: "";
  display: table;
  clear: both;
}
#create-account .inside:last-child {
  border-bottom: 0 none;
}
#create-account .inside:last-child .numerotation {
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .numerotation {
    display: block;
  }

  #myaccount {
    display: block;
  }
  #myaccount .col-1 {
    display: block;
    width: 29%;
  }
}
@media only screen and (min-width: 1180px) {
  #create-account .inside {
    padding-left: 54px;
  }
  #create-account .inside.form-intro {
    padding-right: 54px;
  }
}
#myaccount {
  display: table;
  /* .h2 {
  	text-align: left; 
  	margin-bottom: 10px;
  	padding-top: 4px;
  	color: $alt-color;
  	font-size: 13px;
  	@include fontWeight(700);
  	&::after {
  		display: none;
  	}
  } */
}
#myaccount .col-1 {
  display: table-footer-group;
}
#myaccount .col-1 li {
  margin-bottom: 2px;
}
#myaccount .col-1 li .ico {
  display: none;
  float: right;
}
#myaccount .col-1 li a {
  font-size: 15px;
  display: block;
  padding: 8px;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#myaccount .col-1 li:hover a, #myaccount .col-1 li.opened a {
  background-color: #69646a;
  color: #ffffff;
}
#myaccount .col-1 li:hover .ico, #myaccount .col-1 li.opened .ico {
  display: block;
}
#myaccount .col-2 {
  margin-bottom: 10px;
}
#myaccount .box .body {
  padding: 15px;
}
#myaccount .emphasis {
  font-size: 14px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
#myaccount.create-account .box .body {
  padding-bottom: 0;
}
#myaccount .buttons {
  text-align: right;
}
#myaccount .buttons a:hover {
  text-decoration: underline;
}
#myaccount .cms-content a:hover {
  text-decoration: underline;
}
#myaccount #information .inputs-blocks, #myaccount.password .inputs-blocks {
  margin-bottom: 20px;
}
#myaccount.password .notice.mandatory-fields {
  margin: 0px 0px 10px 0px;
}
#myaccount .tbl {
  width: 100%;
  /* .col1 {
  	width: 25%;
  }
  .col2 {
  	width: 33%;
  }
  .col3 {
  	width: 25%;
  }
  .col4 {
  	width: 17%;
  } */
}
#myaccount .tbl td {
  padding: 5px;
  border-bottom: 1px solid #E8E1DB;
}

#box-login .ico {
  float: left;
  font-size: 64px;
  margin-right: 20px;
}
#box-login .identifiants {
  overflow: hidden;
  margin-bottom: 10px;
}
#box-login a:hover {
  text-decoration: underline;
}

#box-login .cms-content, #box-new-account .cms-content {
  margin-bottom: 30px;
}
#box-login .box .body, #box-new-account .box .body {
  padding: 15px;
  overflow: hidden;
}
#box-login .form, #box-new-account .form {
  overflow: hidden;
}

#create-account a:hover {
  text-decoration: underline;
}
#create-account [name=send-create-account] {
  margin-bottom: 11px;
}

.btn.big {
  width: 100%;
  font-size: 15px;
  padding: 13px 0px;
  margin: 0 auto;
  max-width: 368px;
}

.ta-right {
  text-align: right;
}

.form .lbl-in-radio-value {
  display: inline;
}
.form .lbl-in-radio-value + .lbl-in-radio-value {
  margin-left: 10px;
}

#login-create .actions {
  text-align: center;
}
#login-create .actions .btn {
  float: none;
}

@media only screen and (min-width: 980px) {
  #myaccount .col-2 {
    /*width: 71%;*/
  }
}
.page-options .box {
  margin-bottom: 10px;
}
.page-options .form-options .lbl {
  display: inline-block;
  margin-right: 10px;
}
.page-options .form-options p {
  margin-bottom: 10px;
  margin-left: 21px;
}
.page-options .form-options.alertes .lbl-in-select {
  display: none;
}
.page-options .form-options.alertes .lbl-in-radio-text {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 600;
  cursor: pointer;
}
.page-options .actions {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
.page-options .input-block-alert-cc .lbl-in-text {
  display: none;
}

.ord-filters {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 20px;
}
.ord-filters #ord-state-filter-button {
  width: 100%;
}

.list-orders .col1 {
  width: 16.66%;
}

.order-client .ord-seller-action p {
  margin: 0;
  font-size: 0.9em;
}
.order-client .ord-seller-action .actions {
  text-align: center;
  margin: 5px 0 40px 0;
}
.order-client .cart-web {
  width: 100%;
}
.order-client .cart-web .tfoot th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
}
.order-client .cart-web .tfoot td {
  border: none;
}
.order-client .cart-web .tfoot.folded th, .order-client .cart-web .tfoot.folded td {
  padding: 7px 10px;
  float: left;
}
.order-client .cart-web .tfoot.folded th {
  width: 65%;
}
.order-client .cart-web .tfoot.folded td {
  width: 35%;
}

@media only screen and (min-width: 768px) {
  .order-client .col-1.fifty, .order-client .col-2.fifty {
    width: 50%;
  }

  .ord-filters {
    width: 35%;
  }
}
.page-my-catalog .paginator {
  display: block;
}

.informations .form .inputs-blocks {
  margin-bottom: 15px;
}
.informations .form .inputs-blocks .row {
  max-width: none;
}

#table-synthese {
  width: 100%;
}

.coldel {
  width: 20px;
}

.page-rights .altbtn {
  margin: 0;
}
.page-rights input[type='checkbox'] {
  position: absolute;
}
.page-rights .list-rights {
  margin: -10px 0 30px 20px;
}
.page-rights .list-rights .right {
  margin-bottom: 5px;
}

.account-block-w {
  display: block;
}
.account-block-w .head .title {
  color: #fa565c;
  font-family: "MuseoSans500Regular";
  text-transform: uppercase;
  font-size: 18px;
}
.account-block-w .account-block {
  margin: 0 auto;
  max-width: 425px;
  width: 100%;
}
.account-block-w .input-block + .input-block {
  margin-top: 9px;
}
.account-block-w .form .in-text, .account-block-w .form .choose_state {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #69646a;
}
.account-block-w .form .in-text::-webkit-input-placeholder, .account-block-w .form .choose_state::-webkit-input-placeholder {
  color: #999999;
}
.account-block-w .form .in-text:-moz-placeholder, .account-block-w .form .choose_state:-moz-placeholder {
  color: #999999;
}
.account-block-w .form .in-text::-moz-placeholder, .account-block-w .form .choose_state::-moz-placeholder {
  color: #999999;
}
.account-block-w .form .in-text:-ms-input-placeholder, .account-block-w .form .choose_state:-ms-input-placeholder {
  color: #999999;
}
.account-block-w .form .input-block-country .lbl {
  display: none;
}
.account-block-w .form .lbl-in-select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.account-block-w .form [type="checkbox"] + .altbtn {
  width: 16px;
  height: 16px;
  border: 1px solid #69646a;
  background-color: #ffffff;
}
.account-block-w .form [type="checkbox"]:checked + .altbtn:after, .account-block-w .form [type="checkbox"]:checked + .altbtn::after, .account-block-w .form [type="checkbox"]:checked + .altbtn .after {
  color: #69646a;
}
.account-block-w .form .lbl-in-check-text {
  font-size: 15px;
  line-height: 1.4em;
  overflow: hidden;
  display: block;
}
.account-block-w .form .lbl-in-radio-value {
  margin-left: 13px;
}
.account-block-w .form .input-or-altbtn {
  float: left;
  margin-right: 10px;
}
.account-block-w .alt-actions {
  margin-top: 20px;
}
.account-block-w .actions {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.account-block-w .form-intro {
  margin-top: 10px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  #login_or_register {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
  }
  #login_or_register .account-block-w {
    float: none;
    flex: 0 0 50%;
    width: 50%;
    padding: 0  20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #login_or_register .account-block-w .account-block {
    float: none;
  }

  .account-block-w {
    width: 50%;
    float: left;
    padding-right: 6%;
    margin-top: 55px;
  }
  .account-block-w .account-block {
    float: right;
  }
  .account-block-w + .account-block-w {
    margin-left: -1px;
    border-left: 1px solid #999999;
    padding-right: 0;
    padding-left: 6%;
  }
  .account-block-w + .account-block-w .account-block {
    float: none;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .account-block-w .head .title {
    font-size: 25px;
  }
}
.favorites .product .ico, .favorites .product .div-spinner a {
  text-decoration: none;
}
.favorites .product input.btn {
  font-size: 12.84px;
  min-width: 80px;
  padding: 3px;
  display: block;
  margin: 5px auto;
}
.favorites .product .add-single {
  text-align: center;
}
.favorites .product .model-del {
  color: #fa565c;
}
.favorites .product .model-del:hover {
  cursor: pointer;
}

.div-spinner a {
  text-decoration: none;
}

#form-returns .row {
  max-width: 100%;
}
#form-returns .div-spinner .spinner {
  width: 50px;
  height: 30px;
  margin: 0 30px;
  font-size: 15px;
}
#form-returns .div-spinner .ui-spinner-button {
  line-height: 20px;
  width: 20px;
  height: 20px;
  font-size: 19px;
  top: 5px;
}
#form-returns select[name=mode] {
  min-width: 170px;
}
@media only screen and (min-width: 768px) {
  #form-returns .return-motif {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 768px) {
  #form-returns .return-metas {
    width: 46%;
  }
}
#form-returns .actions {
  clear: both;
}
#form-returns .ico {
  text-decoration: none;
}

.block-rights {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block-rights {
    width: 50%;
    float: left;
    min-height: 210px;
  }
}
.block-rights .catrgh {
  display: block;
}
@media only screen and (min-width: 768px) {
  .block-rights .catrgh {
    display: inline;
  }
}

.input-block-usr-prf-id {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1000px) {
  .form-user .body-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 870px;
  }
}
.form-user .inputs-blocks .h2 {
  margin-top: 20px;
}

.form-catalog .actions {
  margin-bottom: 20px;
}
.form-catalog .actions .btn {
  text-decoration: none;
}
.form-catalog .actions .btn:hover {
  text-decoration: none;
}
.form-catalog .job {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 20px 0;
}
.form-catalog .job h3 {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .form-catalog .job {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .form-catalog .job {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1580px) {
  .form-catalog .job {
    width: 25%;
  }
}
@media only screen and (min-width: 1900px) {
  .form-catalog .job {
    width: 20%;
  }
}
