#breadcrumbs-cart {
  margin-bottom: 18px;
  padding-top: 5px;
}
#breadcrumbs-cart li {
  font-size: 13px;
  text-transform: uppercase;
}
#breadcrumbs-cart li .label {
  border-bottom: 4px solid #e8e1db;
  display: block;
  padding: 8px 12px;
}
#breadcrumbs-cart li a.label {
  color: #59493F;
  border-bottom: 4px solid #EA6645;
}
#breadcrumbs-cart li a.label:hover {
  color: #EA6645;
}
#breadcrumbs-cart li.current {
  color: #EA6645;
  font-family: Open Sans SemiBold, Open Sans;
  font-weight: 600;
}
#breadcrumbs-cart li.current .label {
  border-bottom: 4px solid #EA6645;
  color: #EA6645;
}
#breadcrumbs-cart li.current a.label {
  border-bottom: 4px solid #EA6645;
  color: #EA6645;
}

table {
  border: 1px solid #e8e1db;
  margin-bottom: 25px;
}
table thead th {
  background-color: #e8e1db;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Open Sans Bold, Open Sans;
  font-weight: 700;
  padding: 11px 11px;
}
table.delayed tbody th {
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
table.delayed .info-stock-in {
  color: #339800;
}
table.delayed .info-stock-partial {
  color: #EA6645;
}
table.delayed .info-stock-out {
  color: #FF0000;
}

@media only screen and (max-width: 1000px) {
  .list-orders {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .list-orders > tfoot {
    display: block;
  }
  .list-orders > thead, .list-orders > tbody {
    display: block;
  }
  .list-orders > thead > tr, .list-orders > tbody > tr {
    display: block;
    border: 0 none;
    overflow: hidden;
  }
  .list-orders > thead > tr.favorites-table.folded, .list-orders > tbody > tr.favorites-table.folded {
    display: none;
  }
  .list-orders > thead > tr > th, .list-orders > thead > tr > td, .list-orders > tbody > tr > th, .list-orders > tbody > tr > td {
    display: block;
  }
  .list-orders > thead > tr > td, .list-orders > tbody > tr > td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .list-orders > thead > tr > td:before, .list-orders > tbody > tr > td:before {
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .list-orders > thead > tr > td.tbl-resp-head, .list-orders > tbody > tr > td.tbl-resp-head {
    padding-left: 10px;
    float: left;
    z-index: 4;
  }
  .list-orders > thead > tr > td.tbl-resp-main-head, .list-orders > tbody > tr > td.tbl-resp-main-head {
    background-color: #f7f3f0;
    cursor: pointer;
  }
  .list-orders > thead > tr > td.tbl-resp-body, .list-orders > tbody > tr > td.tbl-resp-body {
    text-align: right;
  }
  .list-orders > thead > tr > td.tbl-resp-body.not-align, .list-orders > tbody > tr > td.tbl-resp-body.not-align {
    text-align: left;
  }
  .list-orders > thead > tr > td.tbl-resp-body.align-center, .list-orders > tbody > tr > td.tbl-resp-body.align-center {
    text-align: center;
  }
  .list-orders > thead > tr > td.tbl-resp-body.prd-name, .list-orders > tbody > tr > td.tbl-resp-body.prd-name {
    padding-left: 92px;
  }
  .list-orders > thead > tr > td.tbl-resp-body .resp-label, .list-orders > tbody > tr > td.tbl-resp-body .resp-label {
    display: block;
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .list-orders > thead > tr > td.tbl-resp-body .resp-label.is-th, .list-orders > tbody > tr > td.tbl-resp-body .resp-label.is-th {
    left: 0px;
    top: 0px;
    width: 60%;
    text-align: left;
    padding: 0 0 0 10px;
    line-height: 27px;
    background-color: #E8E1DB;
    font-weight: bold;
  }
  .list-orders > thead > tr .tbl-resp-show, .list-orders > tbody > tr .tbl-resp-show {
    display: inline-block;
  }
  .list-orders > thead > tr .tbl-resp-hide, .list-orders > tbody > tr .tbl-resp-hide {
    display: none;
  }
  .list-orders > thead > tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .list-orders .folded .tbl-resp-body {
    display: none;
  }
  .list-orders .folded.favorites-table .tbl-resp-body {
    display: block;
  }
  .list-orders.stock-table > tbody > tr > td[headers="stock-ldd"]::before {
    content: "LDD";
  }
  .list-orders.stock-table > tbody > tr > td[headers="stock-dispo"]::before {
    content: "Disponible";
  }
  .list-orders.stock-table > tbody > tr > td[headers="stock-terme"]::before {
    content: "A terme";
  }
  .list-orders.stock-table > tbody > tr > td[headers="date-reappro"]::before {
    content: "Reappro.";
  }
}

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

.add-more-info {
  padding: 0px;
  min-width: 90px;
  margin-bottom: 15px;
  display: inline-block;
  color: #59493F;
}
.add-more-info:hover {
  text-decoration: underline;
}

#tbl-cart {
  margin-bottom: 0;
  width: 100%;
}
#tbl-cart .availability-wrapper {
  margin-top: 10px;
}

#cell-qte {
  display: none;
}

.row-cart {
  display: block;
  position: relative;
}
.row-cart td {
  overflow: hidden;
}
.row-cart .media {
  padding: 5px 5px 5px;
  min-width: 50px;
  overflow: hidden;
  display: none;
}
.row-cart .media img {
  margin-bottom: 5px;
}
.row-cart .infos {
  overflow: hidden;
  padding: 10px 10px 8px;
}
.row-cart .infos .title {
  color: #59493F;
  font-size: 15px;
  font-family: Open Sans SemiBold, Open Sans;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  padding-right: 30px;
}
.row-cart .infos .reference {
  margin-bottom: 7px;
}
.row-cart .infos .option {
  font-family: Open Sans Bold, Open Sans;
  font-weight: 700;
  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 .infos .red-price-block {
  display: block;
  padding: 5px 0;
}
.row-cart .infos .red-price-block .red-price {
  display: inline-block;
  color: red;
  font-weight: bold;
  font-size: 16px;
}
.row-cart .ui-spinner {
  margin-bottom: 5px;
}
.row-cart .cell-prd {
  display: block;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.row-cart .cell-qte {
  border-top: 1px solid transparent;
  vertical-align: top;
  padding: 0 0 10px 15px;
  display: block;
  width: 100%;
}
.row-cart .cell-qte .ui-spinner {
  float: left;
}
.row-cart .cell-qte .subtotal-block {
  float: right;
  padding-right: 10px;
}
.row-cart .cell-qte .subtotal {
  text-transform: uppercase;
  color: #EA6645;
  font-family: Open Sans ExtraBold, Open Sans;
  font-weight: 800;
}
.row-cart .cell-qte .price .current-price {
  color: #59493F;
}
.row-cart .cell-qte .delete {
  position: absolute;
  top: 9px;
  right: 8px;
  font-size: 20px;
  color: #ad9d8e;
}
.row-cart td {
  border: 1px solid #e8e1db;
}

#foot-cart-w .buttons {
  width: 100%;
  float: right;
}
#foot-cart-w .buttons input {
  width: 100%;
  display: block;
  max-width: none;
  padding: 12px 2px;
  font-size: 15px;
  margin-bottom: 20px;
}
#foot-cart-w .buttons .continue {
  float: right;
  color: #59493F;
}
#foot-cart-w .buttons .alt-action a {
  color: #59493F;
}
#foot-cart-w .buttons .alt-action a:hover {
  text-decoration: underline;
}
#foot-cart-w.is_stuck {
  padding-top: 20px;
}

#foot-cart {
  width: 100%;
  border: 1px solid #e8e1db;
  margin-bottom: 16px;
  background-color: #f7f3f0;
}
#foot-cart .head {
  background-color: #e8e1db;
}
#foot-cart tbody th {
  font-size: 13px;
  padding: 8px 24px 8px;
}
#foot-cart tbody tr:first-child th {
  padding-top: 19px;
}
#foot-cart .label {
  text-transform: uppercase;
  font-family: Open Sans Bold, Open Sans;
  font-weight: 700;
  display: block;
}
#foot-cart .littletext {
  font-size: 11px;
  margin-top: 11px;
  margin-bottom: 16px;
  display: block;
}
#foot-cart .littletext .ico {
  font-size: 16px;
  vertical-align: middle;
}
#foot-cart .value {
  text-align: right;
  padding: 8px 22px 8px 0px;
  font-size: 15px;
  border: none;
}
#foot-cart .value .ecotaxe {
  font-size: 0.7em;
  padding-top: 5px;
  display: block;
}
#foot-cart .foot {
  background-color: #e8e1db;
}
#foot-cart .foot th {
  padding: 0;
}
#foot-cart .foot .label {
  font-size: 13px;
  padding-left: 24px;
  padding-top: 2px;
}
#foot-cart .foot .value {
  font-size: 18px;
  font-family: Open Sans ExtraBold, Open Sans;
  font-weight: 800;
  color: #EA6645;
  padding-top: 10px;
  padding-bottom: 14px;
}
#foot-cart .complinfo-block {
  padding: 12px 16px;
}
#foot-cart .complinfo-block label {
  width: 60%;
  font-size: 13px;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#foot-cart .complinfo-block .mixed-field {
  width: 38%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#foot-cart .complinfo-block .mixed-field .text {
  width: 100%;
  padding-right: 20px;
  height: 30px;
}
#foot-cart .complinfo-block .mixed-field .btn {
  height: 30px;
}
#foot-cart .complinfo-block.type-dlv [type='checkbox'] {
  opacity: 1;
}
#foot-cart .complinfo-block.type-dlv .popin-trigger {
  padding-left: 10px;
  font-size: 1.4em;
}
#foot-cart .complinfo-block.type-dlv #dlv-home-popin {
  min-width: 200px;
  max-width: 400px;
  width: auto;
}
#foot-cart .ecotaxe .label {
  text-transform: none;
  font-size: 11px;
  padding-top: 12px;
  padding-bottom: 11px;
}
#foot-cart .ecotaxe .value {
  font-size: 11px;
}

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

  .row-cart {
    display: table-row;
  }
  .row-cart .media {
    width: 44%;
    float: left;
    display: block;
  }
  .row-cart .media a {
    display: block;
  }
  .row-cart .infos .title {
    padding-right: 0;
  }
  .row-cart .cell-prd {
    position: relative;
    display: table-cell;
    border-bottom: 1px solid #e8e1db;
  }
  .row-cart .cell-qte {
    border-top: 1px solid #e8e1db;
    display: table-cell;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
  }
  .row-cart .cell-qte .ui-spinner {
    float: none;
  }
  .row-cart .cell-qte .subtotal-block {
    float: none;
    position: absolute;
    bottom: 8px;
    padding-right: 0;
  }
  .row-cart .pastille-w {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #form-panier .h1 {
    float: left;
    margin-top: 12px;
  }

  #tbl-cart-w {
    width: 60%;
    float: left;
  }

  #foot-cart-w {
    width: 40%;
    float: left;
    padding-left: 24px;
  }

  #breadcrumbs-cart {
    float: right;
    margin-bottom: 23px;
  }
  #breadcrumbs-cart li {
    float: left;
  }
  #breadcrumbs-cart li .label {
    padding: 12px 12px 5px;
  }

  .row-cart {
    padding-bottom: 18px;
  }
  .row-cart .media {
    width: 40%;
    float: left;
    padding: 3px 24px 3px 15px;
  }
  .row-cart .infos {
    width: 52%;
    float: left;
    padding: 3px 0px 3px;
  }
  .row-cart .infos .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .row-cart .infos .current-price, .row-cart .infos .ecotaxe {
    display: inline;
  }
  .row-cart .infos .option {
    margin-bottom: 13px;
  }
  .row-cart .ui-spinner {
    float: none;
  }
  .row-cart .color {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-cart .cell-qte .subtotal-block .subtotal {
    font-size: 1.16667em;
    margin-bottom: 3px;
  }
  .row-cart .cell-qte .subtotal-block .price .current-price {
    font-size: 1.5em;
    font-family: Open Sans ExtraBold, Open Sans;
    font-weight: 800;
  }
  .row-cart .cell-qte .subtotal-block .price .ecotaxe {
    font-size: 0.83333em;
  }
}
.list-addresses li {
  padding: 6px 0 20px;
}
.list-addresses address {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.list-addresses address .title {
  text-transform: uppercase;
  font-family: Open Sans ExtraBold, Open Sans;
  font-weight: 800;
  font-size: 14px;
}
.list-addresses address .name {
  font-family: Open Sans Bold, Open Sans;
  font-weight: 700;
}
.list-addresses input.btn {
  display: block;
}

@media only screen and (min-width: 510px) {
  .list-addresses li {
    float: left;
    width: 20%;
    height: 200px;
  }
}
.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 #EA6645;
  color: #EA6645;
}
.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;
}

.order-wf {
  line-height: 1.1;
}
.order-wf.consigns .col-1, .order-wf.delivery .col-1 {
  width: 100%;
}
.order-wf.consigns .actions {
  text-align: right;
}
.order-wf.consigns .btn {
  font-size: 12px;
  padding: 5px 10px;
  min-width: 150px;
}
.order-wf.consigns .in-textarea {
  height: 120px;
}
.order-wf.delivery .form .input-block + .input-block {
  margin-left: 0;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .order-wf.delivery .form {
    width: 50%;
  }
}
#modify-adr-dlv .input-block + .input-block {
  margin-left: 0;
  margin-top: 5px;
}
#modify-adr-dlv .btn {
  margin-top: 10px;
}

#tbl-cart-w .form-speed-add-ref label, #tbl-cart-w .form-speed-add-ref .div-form {
  float: left;
}

@media only screen and (max-width: 445px) {
  #tbl-cart-w .form-speed-add-ref .div-form .in-text {
    width: 100%;
  }
  #tbl-cart-w .form-speed-add-ref .div-form .in-text + .in-text {
    margin-top: 5px;
  }
}
.cell-prd .more-info, .form-speed-add-ref .more-info {
  margin-top: 10px;
}
.cell-prd .more-info.hidden, .form-speed-add-ref .more-info.hidden {
  display: none;
}
.cell-prd .more-info input + input, .form-speed-add-ref .more-info input + input {
  margin-top: 5px;
}

.readonlyqte {
  font-size: 1.5em;
  font-family: Open Sans ExtraBold,Open Sans;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.msg-pmt-reduc {
  color: #EA6645;
  font-weight: 600;
  display: inline-block;
  margin: 5px 0;
}

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