.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;
}

table {
  border: 1px solid #dadada;
  margin-bottom: 25px;
}
table thead th {
  background-color: #dadada;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
  color: #69646a;
  font-weight: normal;
}

#cell-img {
  width: 13%;
}

#cell-pricepromo {
  width: 8%;
}

#cell-tarif {
  width: 11%;
}

#cell-qte {
  width: 11%;
}

#cell-price {
  width: 9%;
}

#cell-del {
  width: 6%;
}

#tbl-cart-w .media .pastille {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
#tbl-cart-w .media .price {
  padding-top: 10px;
}

#div-cart {
  padding-bottom: 50px;
}
#div-cart .feature {
  margin-right: 0;
}
#div-cart .feature .picto {
  width: 30px;
  height: 30px;
}
#div-cart .feature .picto .ico {
  font-size: 15px;
}
#div-cart .feature:first-child {
  margin-right: 5%;
}

#tbl-cart {
  margin-bottom: 0;
  width: 100%;
}
#tbl-cart .header-no-mobile {
  display: none;
  padding: 0 2px;
}
#tbl-cart #cell-img {
  display: block;
  width: 100%;
}
#tbl-cart .cell-imgpart {
  display: none;
}
#tbl-cart .cell-firstpart {
  display: block;
  border: 0 none;
}
#tbl-cart .cell-secondpart {
  display: block;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  overflow: hidden;
}
#tbl-cart thead th {
  padding: 14px 2px;
  text-align: center;
}
#tbl-cart .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.row-cart {
  display: block;
  position: relative;
}
.row-cart .media {
  padding: 5px 5px 5px;
  min-width: 50px;
  overflow: hidden;
  display: none;
}
.row-cart .infos .title {
  color: #000000;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  padding-right: 30px;
}
.row-cart .infos .reference {
  margin-bottom: 7px;
}
.row-cart .infos .option {
  margin-bottom: 4px;
}
.row-cart .infos .price {
  margin-bottom: 5px;
}
.row-cart .infos .pastille-w {
  float: right;
  width: 97px;
}
.row-cart .infos .pastille-w .pastille {
  display: block;
}
.row-cart .infos .pastille-w .price {
  clear: both;
  text-align: right;
}
.row-cart .pastille {
  position: static;
  width: 53px;
  height: 53px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .pastille .txt_promo {
  width: 58%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.row-cart .cells-alt {
  float: left;
  width: 50%;
}
.row-cart .cells-alt-first {
  width: 60%;
}
.row-cart .cell-alt-second {
  width: 40%;
  text-align: right;
}
.row-cart .cell-alt {
  margin-top: 5px;
}
.row-cart .cell-alt .label {
  font-size: 13px;
  width: 58%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .cell-alt .value {
  font-size: 13px;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .cell-alt .date-end {
  white-space: normal;
  font-size: 11px;
  text-align: center;
}
.row-cart .cell-del {
  font-size: 16px;
  position: absolute;
  top: 7px;
  right: 12px;
}
.row-cart .regular-price {
  text-decoration: line-through;
}

#foot-cart-w.cart-block-ordertotal > .head {
  background-color: #dadada;
}
#foot-cart-w.cart-block-ordertotal > .head .title {
  color: #69646a;
}
#foot-cart-w.cart-block-ordertotal .body-content {
  padding-right: 10px;
}
#foot-cart-w .cart-foot {
  margin-bottom: 0;
}
#foot-cart-w .cart-foot th {
  padding: 5px 0;
}
#foot-cart-w .cart-foot td {
  padding: 5px 10px;
}
#foot-cart-w .cart-foot td.free-shipping {
  color: #fa565c;
}
#foot-cart-w .features {
  margin-top: 17px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
  display: flex;
  width: 100%;
  justify-content: space-around;
  float: none;
}
#foot-cart-w .features a {
  width: 50%;
}

.cell-qte .value {
  position: relative;
  margin: 0 0 0 -15px;
}
@media only screen and (min-width: 530px) {
  .cell-qte .value {
    margin: 0;
  }
}

@media only screen and (min-width: 530px) {
  #cell-qte {
    display: table-cell;
  }

  #tbl-cart #cell-img {
    display: table-cell;
    width: 13%;
  }

  .row-cart {
    display: table-row;
  }
  .row-cart .media {
    float: left;
    display: block;
  }
  .row-cart .media a {
    display: block;
  }
  .row-cart .infos .title {
    padding-right: 0;
  }
  .row-cart .cell-qte .ui-spinner {
    float: none;
  }
  .row-cart .cell-qte .subtotal-block {
    float: none;
    position: absolute;
    bottom: 18px;
    padding-right: 0;
  }

  #tbl-cart .cell-imgpart {
    display: table-cell;
    border-top: 0 none;
  }
  #tbl-cart .header-no-mobile {
    display: table-cell;
  }
  #tbl-cart #cell-img {
    display: table-cell;
  }
  #tbl-cart .cell-firstpart, #tbl-cart .cell-secondpart {
    display: table-cell;
    border-bottom: 1px solid #dadada;
    padding: 5px 2px;
  }
  #tbl-cart .cell-imgpart {
    padding: 0;
  }
  #tbl-cart .cell-firstpart {
    padding: 0;
  }
  #tbl-cart .cell-secondpart {
    vertical-align: top;
    padding-top: 25px;
  }

  .row-cart {
    padding-bottom: 18px;
  }
  .row-cart .infos {
    padding: 10px 10px 8px;
  }
  .row-cart .infos .title {
    font-size: 12px;
  }
  .row-cart .infosbis {
    padding: 10px 10px 8px;
  }
  .row-cart .ui-spinner {
    float: none;
  }
  .row-cart .cell-alt-second {
    text-align: left;
  }
  .row-cart .cells-alt {
    float: none;
    width: 100%;
    white-space: nowrap;
  }
  .row-cart .cell-alt {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .row-cart .cell-alt .label {
    display: none;
  }
  .row-cart .cell-alt .value {
    width: 100%;
  }
  .row-cart .cell-pricepromo {
    width: 17.9%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-tarif {
    width: 23.8%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-qte {
    width: 24.8%;
    text-align: center;
  }
  .row-cart .cell-price {
    width: 20.2%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-del {
    font-size: 16px;
    position: static;
    padding-top: 8px;
  }
  .row-cart .cell-pastille {
    width: 17.9%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv {
    text-align: right;
    width: 73.9%;
    font-size: 13px;
    white-space: normal;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv .colored {
    color: #fa565c;
  }
}
@media only screen and (min-width: 768px) {
  #tbl-cart-w {
    width: 70%;
    float: left;
  }

  #foot-cart-w {
    width: 28.5%;
    float: left;
    margin-left: 1.5%;
  }

  .row-cart .cell-del {
    padding-left: 0;
    padding-top: 6px;
  }
}
@media only screen and (min-width: 1000px) {
  #tbl-cart-w .block-speed-add-ref {
    display: none;
  }

  .row-cart .cell-del {
    padding-left: 4%;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 1300px) {
  .row-cart .infos {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .row-cart .infos .title {
    font-size: 15px;
    line-height: 1.4em;
  }
  .row-cart .infosbis {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .row-cart .ui-spinner {
    float: none;
  }
  .row-cart .color {
    width: 18px;
    height: 18px;
  }
  .row-cart .cells-alt {
    white-space: nowrap;
  }
  .row-cart .cell-alt {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .row-cart .cell-alt .value {
    font-size: 15px;
  }
  .row-cart .cell-pricepromo {
    font-size: 15px;
  }
  .row-cart .cell-tarif {
    font-size: 15px;
  }
  .row-cart .cell-price {
    font-size: 15px;
  }
  .row-cart .cell-pastille {
    font-size: 15px;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv {
    font-size: 15px;
    vertical-align: middle;
  }
}
.list-addresses li {
  padding: 6px 0 20px;
}
.list-addresses address {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.list-addresses address .title {
  text-transform: uppercase;
  /*
  @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: 800;
  font-size: 14px;
}
.list-addresses address .name {
  /*
  @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;
}
.list-addresses input.btn {
  display: block;
}

@media only screen and (min-width: 530px) {
  .list-addresses li {
    float: left;
    width: 50%;
  }
}
.new-address-wrapper {
  padding: 12px 0 15px;
}

.input-paiement .mode {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px;
}
.input-paiement label {
  display: block;
  padding: 4px;
}
.input-paiement input {
  position: absolute;
  opacity: 0;
}
.input-paiement input:checked + label {
  border: 1px solid #fa565c;
  color: #fa565c;
}
.input-paiement .ico {
  display: block;
  font-size: 44px;
}
.input-paiement .title {
  display: block;
  font-size: 14px;
  padding: 8px 0 0;
}

.cgv-accept {
  padding: 0 0 9px;
  text-align: center;
}

.cart-tabs {
  border-bottom: 1px solid #dadada;
  height: 37px;
  margin-bottom: 18px;
  margin-top: 3px;
  *zoom: 1;
}
.cart-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cart-tabs.devis {
  margin-top: 50px;
}
.cart-tabs .cart-tab {
  height: 100%;
}
.cart-tabs .cart-tab.active .cart-tab-btn {
  background-color: #fa565c;
  color: #ffffff;
}
.cart-tabs .cart-tab + .cart-tab {
  display: none;
}
.cart-tabs .cart-tab-btn {
  background-color: #dadada;
  color: #69646a;
  text-align: center;
  text-transform: uppercase;
  font-family: "pt_sansbold";
  font-size: 13px;
  display: block;
  padding: 0 10px;
  margin: 0 1px;
  height: 100%;
  white-space: nowrap;
}
.cart-tabs .cart-tab-btn:after, .cart-tabs .cart-tab-btn::after, .cart-tabs .cart-tab-btn .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.cart-tabs .cart-tab-btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.cart-tabs a:hover {
  background-color: #fb787d;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .cart-tabs {
    height: 37px;
  }
  .cart-tabs .cart-tab-btn {
    font-size: 15px;
  }
  .cart-tabs .cart-tab {
    float: left;
    width: 33.33333%;
    max-width: 332px;
  }
  .cart-tabs .cart-tab + .cart-tab {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .cart-tabs .cart-tab-btn {
    font-size: 18px;
  }
}
.thanks-text {
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
  padding-bottom: 45px;
  position: relative;
  line-height: 1.3em;
}
.thanks-text:after, .thanks-text::after, .thanks-text .after {
  content: '';
  width: 272px;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #eeeeee;
  margin-left: -136px;
  bottom: 0;
}

.choice-text {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.3em;
}

.address-text {
  margin-top: 22px;
  color: #fa565c;
  font-size: 15px;
  line-height: 1.3em;
}
.address-text .title {
  text-transform: uppercase;
}

.paiementinfo-text {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.3em;
}

.invoiceinfo-text {
  margin-top: 23px;
  font-size: 15px;
  line-height: 1.3em;
}

.goodbye-text {
  margin-top: 22px;
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
}

.cart-block {
  display: block;
}
.cart-block .head {
  background-color: #fa565c;
  padding: 13px 20px;
}
.cart-block .head .title {
  color: #ffffff;
  font-family: "pt_sansbold";
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
.cart-block .head.dlv-head {
  margin-bottom: 20px;
}
.cart-block .body {
  border: 1px solid #dadada;
  display: block;
}
.cart-block .body-content {
  display: block;
  overflow: hidden;
  padding: 20px 20px 20px;
}

.cart-block-global {
  padding-bottom: 38px;
  color: #69646a;
}
.cart-block-global > .head {
  background-color: #dadada;
  margin-bottom: 18px;
}
.cart-block-global > .head .title {
  color: #69646a;
}

.cart-block-address .btn {
  float: right;
  font-size: 12px;
  margin-top: 21px;
}
.cart-block-address .address {
  float: left;
  height: 97px;
}
.cart-block-address .body {
  overflow: hidden;
}
.cart-block-address.cart-block-dlv-address {
  width: 100%;
}

.cart-block-payment {
  margin-top: 24px;
}

.address {
  font-size: 14px;
  line-height: 1.4em;
}

.cart-block-choice-addresses .address {
  height: 92px;
}

.open-block-new-address {
  font-size: 12px;
}

.cart-block-new-address {
  background-color: #dadada;
}
.cart-block-new-address .title-block {
  color: #fa565c;
  font-size: 14px;
  font-family: "MuseoSans500Regular";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px;
}
.cart-block-new-address .actions {
  margin-top: 18px;
}
.cart-block-new-address .actions .btn {
  font-size: 14px;
}

.cart-block-dlv-choices .head, .cart-block-choice-addresses .head {
  background-color: #fa565c;
}
.cart-block-dlv-choices .head .title, .cart-block-choice-addresses .head .title {
  color: #ffffff;
}
.cart-block-dlv-choices .head .tiny, .cart-block-choice-addresses .head .tiny {
  font-size: 65%;
}
.cart-block-dlv-choices.factu-dlv .btn, .cart-block-choice-addresses.factu-dlv .btn {
  float: right;
  font-size: 12px;
  margin-top: 21px;
}
.cart-block-dlv-choices.factu-dlv .address, .cart-block-choice-addresses.factu-dlv .address {
  float: left;
  height: 97px;
}

.form .cart-block-dlv-choices .cart-block-dlv-choice {
  display: block;
}
.form .cart-block-dlv-choices .cart-block-dlv-choice.disabled {
  background-color: #eeeeee;
}
.form .cart-block-dlv-choices .cart-block-dlv-choice.disabled * {
  cursor: default;
}

@media only screen and (min-width: 768px) {
  .cart-block .head .title {
    font-size: 15px;
  }

  .cart-block-ordertotal {
    float: left;
    width: 32.5%;
  }

  .cart-block-addresses-payment {
    float: left;
    width: 65.5%;
    margin-left: 2%;
  }
  .cart-block-addresses-payment .cart-block-addresses .body-content {
    min-height: 170px;
  }

  .cart-block-addresses {
    overflow: hidden;
  }

  .cart-block-address {
    float: left;
    width: 49%;
  }
  .cart-block-address .title {
    text-align: left;
    font-family: "MuseoSans500Regular";
    font-size: 14px;
  }
  .cart-block-address + .cart-block-address {
    margin-left: 2%;
  }

  .cart-block-dlv-choices {
    width: 49%;
    float: left;
  }
  .cart-block-dlv-choices > .head {
    padding: 22px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .cart-block-dlv-choices > .head:after, .cart-block-dlv-choices > .head::after, .cart-block-dlv-choices > .head .after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #fa565c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
  }
  .cart-block-dlv-choices > .head .title {
    font-size: 16px;
  }
  .cart-block-dlv-choices.factu-dlv {
    margin-left: 2%;
  }
  .cart-block-dlv-choices.factu-dlv .btn {
    float: right;
    font-size: 12px;
    margin-top: 21px;
  }
  .cart-block-dlv-choices.factu-dlv .address {
    float: left;
    height: 97px;
  }

  .cart-block-choice-addresses {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  .cart-block-choice-addresses .input-block {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-top: 9px;
  }
  .cart-block-choice-addresses .input-block .in-text {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text::-webkit-input-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text:-moz-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text::-moz-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text:-ms-input-placeholder {
    color: #69646a;
  }

  .form-delivery .cart-block-address + .cart-block-address {
    margin-left: 0;
  }
  .form-delivery .cart-block-address {
    width: 50%;
  }
  .form-delivery .cart-block-address .body {
    border-left: 1px solid #dadada;
    border-right: 0 none;
  }
  .form-delivery .cart-block-address + .cart-block-address .body {
    border-left: 0 none;
    border-right: 1px solid #dadada;
  }
  .form-delivery .cart-block-address .address {
    position: relative;
  }
  .form-delivery .cart-block-address .address:before, .form-delivery .cart-block-address .address::before, .form-delivery .cart-block-address .address .before {
    content: '';
    width: 1px;
    background-color: #dadada;
    height: 100%;
    display: block;
    position: absolute;
    left: -20px;
  }
  .form-delivery .cart-block-address.cart-block-dlv-address .body-content {
    width: 49%;
  }
  .form-delivery .cart-block-address.not-dlv-adr {
    width: 100%;
  }
  .form-delivery .cart-block-address.not-dlv-adr .body {
    border: 1px solid #dadada;
  }
}
@media only screen and (min-width: 1300px) {
  .cart-block .head .title {
    font-size: 18px;
  }
}
.input-block-pay-choice .lbl-in-checkbox {
  display: none;
}
.input-block-pay-choice .lbl-in-radio-value {
  padding-left: 10px;
  width: 100%;
  display: block;
  margin-top: 5px;
}
.input-block-pay-choice .lbl-in-radio-text {
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 15px;
  color: #fa565c;
  height: 30px;
  margin-left: 4%;
  white-space: nowrap;
  width: 108px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-pay-choice .lbl-in-radio-text:before, .input-block-pay-choice .lbl-in-radio-text::before, .input-block-pay-choice .lbl-in-radio-text .before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #69646a;
  margin-right: 10%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-pay-choice .lbl-in-radio-text span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.input-block-dlv-choice .lbl-in-checkbox {
  display: none;
}
.input-block-dlv-choice .lbl-in-radio-value {
  white-space: nowrap;
  cursor: pointer;
}
.input-block-dlv-choice .lbl-in-radio-value + .lbl-in-radio-value {
  margin-top: 16px;
}
.input-block-dlv-choice .body-content {
  padding: 38px 16px;
}
.input-block-dlv-choice .lbl-in-radio-text {
  font-family: "MuseoSans500Regular";
  color: #000000;
  margin-left: 2%;
  padding: 3px 15px 3px 3%;
  white-space: normal;
  border-left: 1px solid #69646a;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-dlv-choice .lbl-in-radio-text .title {
  font-size: 15px;
  color: #fa565c;
  text-transform: uppercase;
}
.input-block-dlv-choice .lbl-in-radio-text .desc {
  font-size: 14px;
  line-height: 1.9em;
}
.input-block-dlv-choice .lbl-in-radio-text .colored {
  color: #fa565c;
  float: none;
}

.form-payment .comment {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.form-payment .actions {
  text-align: center;
}
.form-payment .actions .input-block {
  margin: 0 0 20px 0;
}

.form-delivery .actions {
  margin-top: 35px;
  text-align: center;
}
.form-delivery .cart-block-address.cart-block-dlv-address {
  width: 100%;
  border: 1px solid #dadada;
}
.form-delivery .cart-block-address.cart-block-dlv-address .body-content {
  display: inline-block;
  width: 100%;
  margin-left: -1px;
}

.form-panier-oontinue .actions {
  margin-top: 35px;
  text-align: center;
}

.cart-block-ordertotal .body {
  margin-bottom: 24px;
}
.cart-block-ordertotal .body-content {
  padding-top: 12px;
}
.cart-block-ordertotal .text-franco-port {
  background-color: #fb787d;
  color: #ffffff;
  font-size: 20px;
  font-family: "MuseoSans500Regular";
  text-align: center;
  padding: 28px 0;
}

.cart-foot {
  border: 0 none;
  width: 100%;
  margin-bottom: 0px;
}
.cart-foot th {
  font-size: 16px;
  padding: 0px 0 0 6px;
}
.cart-foot td {
  padding: 7px 11px;
  border: 0 none;
  font-size: 16px;
  text-align: right;
}
.cart-foot .cart-order-total {
  font-family: "pt_sansbold";
  color: #fa565c;
  font-size: 18px;
}
.cart-foot .cart-order-dlv-date {
  color: #fa565c;
}

.form-code-promo {
  background-color: #fb787d;
}
.form-code-promo .body-content {
  padding-bottom: 12px;
}
.form-code-promo .label {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "pt_sansbold";
  font-size: 15px;
  margin: 5px 18% 5px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .input-block {
  white-space: nowrap;
  max-width: 212px;
  width: 100%;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .in-text {
  background-color: #ffffff;
  color: #69646a;
}
.form-code-promo .in-text::-webkit-input-placeholder {
  color: #69646a;
}
.form-code-promo .in-text:-moz-placeholder {
  color: #69646a;
}
.form-code-promo .in-text::-moz-placeholder {
  color: #69646a;
}
.form-code-promo .in-text:-ms-input-placeholder {
  color: #69646a;
}
.form-code-promo .btn {
  background-color: #fa565c;
  color: #ffffff;
  min-width: 0;
  max-width: 38px;
  height: 30px;
  padding: 6px 3px 7px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .btn.del-promo {
  max-width: 65px;
}
.form-code-promo .code-pmt {
  color: #ffffff;
  font-weight: 600;
  padding: 0 15px;
}

@media only screen and (min-width: 530px) {
  .input-block-pay-choice .lbl-in-radio-value {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .input-block-pay-choice .lbl-in-checkbox {
    display: none;
  }
  .input-block-pay-choice .lbl-in-radio-text {
    margin-left: 4%;
  }

  .form-delivery .cart-block-address.cart-block-dlv-address .body-content {
    width: 49%;
  }
}
@media only screen and (min-width: 1180px) {
  .input-block-pay-choice .lbl-in-radio-value {
    float: left;
    width: 25%;
  }
}
#breadcrumbs-cart {
  margin-bottom: 18px;
  padding-top: 5px;
}
#breadcrumbs-cart li {
  font-size: 13px;
  text-transform: uppercase;
  display: none;
}
#breadcrumbs-cart li .label {
  border-bottom: 4px solid #dadada;
  display: block;
  padding: 8px 12px;
}
#breadcrumbs-cart li a.label {
  color: #69646a;
  border-bottom: 4px solid #fa565c;
}
#breadcrumbs-cart li a.label:hover {
  color: #fa565c;
}
#breadcrumbs-cart li.current {
  color: #fa565c;
  font-family: "pt_sansbold";
  display: block;
}
#breadcrumbs-cart li.current .label {
  border-bottom: 4px solid #fa565c;
  color: #fa565c;
}
#breadcrumbs-cart li.current a.label {
  border-bottom: 4px solid #fa565c;
  color: #fa565c;
}

@media only screen and (min-width: 768px) {
  #breadcrumbs-cart {
    float: right;
    margin-bottom: 23px;
  }
  #breadcrumbs-cart li {
    float: left;
    display: block;
  }
  #breadcrumbs-cart li .label {
    padding: 12px 12px 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-block-choice-addresses .head .title br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .cart-block-choice-addresses .head .title br {
    display: inline;
  }
}
@media only screen and (min-width: 1740px) {
  #div-cart .feature {
    margin-right: 0;
  }
  #div-cart .feature .picto {
    width: 46px;
    height: 46px;
  }
  #div-cart .feature .picto .ico {
    font-size: 27px;
  }
  #div-cart .feature:first-child {
    margin-right: 19%;
  }

  .cart-block-choice-addresses .head .title br {
    display: none;
  }
}
.batch .cms-content pre {
  border: 1px solid #C4C4C4;
  padding: 5px;
  max-width: 200px;
  margin-left: 20px;
}
.batch .cms-content textarea {
  color: #ffffff;
  font-size: 1.1em;
  width: 100%;
}
.batch .cms-content #batch-order {
  margin-bottom: 30px;
}

.form-send-devis .action, .form-choose-adr .action {
  text-align: right;
  border-top: 1px solid #d6ccb2;
  padding-top: 30px;
  max-width: 978px;
  margin: 30px auto;
}

.form-choose-adr .cart-block-address {
  margin-top: 25px;
}
.form-choose-adr .cart-block-address .body-content {
  border: 1px solid #dadada;
  display: inline-block;
  width: 100%;
  margin: 0 5px 5px 0;
}

@media only screen and (min-width: 768px) {
  .form-choose-adr .cart-block-address .body-content {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .form-choose-adr .cart-block-address .body-content {
    width: 32%;
  }
}
.ui-selectmenu-menu .ui-menu {
  max-height: 200px;
}

.modal-prd-w table {
  width: 100%;
}

.cart-box-zipcode {
  background: #dadada;
  margin: 10px 0;
  padding: 10px;
}
.cart-box-zipcode .form label {
  text-transform: uppercase;
  color: #69646a;
  font-family: "pt_sansbold";
  font-size: 15px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.cart-box-zipcode .form input {
  background-color: #ffffff;
  color: #69646a;
  max-width: 100px;
}
.cart-box-zipcode .form .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  min-width: 0;
  background-color: #fa565c;
  color: #ffffff;
}
