.main > .main-section > .section-center > .list-group-step {
  list-style: none;
  padding: 0;
  width: 700px;
  margin: 1.5rem auto;
  border: none;
  display: flex;
}
.main > .main-section > .section-center > .list-group-step > .step-item {
  width: 20%;
  display: inline-block;
  padding: 0;
  margin: 0;
  opacity: 50%;
}
.main > .main-section > .section-center > .list-group-step > .step-item > .item-data > span.data-num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #008eda;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 1rem;
  margin: 0 auto;
}
.main > .main-section > .section-center > .list-group-step > .step-item > .item-data > span.data-name {
  text-align: center;
  display: block;
  font-weight: 600;
}
.main > .main-section > .section-center > .list-group-step > .step-item.active {
  opacity: 100%;
}
.main > .main-section > .section-center > .block-page table.table > thead > tr > th {
  background-color: #212529;
  color: #fff;
  border: 0;
  box-shadow: 0 0 1px 0 #212529;
}
.main > .main-section > .section-center > .block-page table.table > thead > tr > th:first-child {
  border-radius: 0.5rem 0 0 0;
  box-shadow: -1px 0 1px 0 #212529;
}
.main > .main-section > .section-center > .block-page table.table > thead > tr > th:last-child {
  border-radius: 0 0.5rem 0 0;
  box-shadow: 1px 0 1px 0 #212529;
}
.main > .main-section > .section-center > .block-page table.table > tbody {
  box-shadow: 1px 0px 1px 0 #212529, -1px 0px 1px 0 #212529;
  border-radius: 0 0 0.5rem 0.5rem;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr {
  background-color: transparent;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td {
  border: 0;
  box-shadow: 0 1px 0 0 #212529;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td img {
  border-radius: 0.5rem;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td > p {
  margin-bottom: 0.5rem;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td .article-name {
  font-weight: 700;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td .article-body {
  font-weight: 700;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td .input-group > .input-group-prepend > button.article-quantity-m {
  border: 1px solid transparent;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td .input-group > .input-group-prepend > button.article-quantity-m:hover {
  border: 1px solid #212529;
  background-color: #008eda;
  color: #fff;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td .input-group > input.article-quantity {
  text-align: center;
  font-weight: 700;
  border: 1px solid #212529;
  background-color: #fff;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td .input-group > .input-group-append > button.article-quantity-p {
  border: 1px solid transparent;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td .input-group > .input-group-append > button.article-quantity-p:hover {
  border: 1px solid #212529;
  background-color: #28a745;
  color: #fff;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr > td button.article-remove {
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px #008eda;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr:last-child > td {
  border: 0;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 0.5rem;
}
.main > .main-section > .section-center > .block-page table.table > tbody > tr:last-child > td:last-child {
  border-radius: 0 0 0.5rem 0;
}
.main > .main-section > .section-center > .block-page .shopping-cart-discount-coupon .input-group {
  max-width: 400px;
}
.main > .main-section > .section-center > .block-page .shopping-cart-discount-coupon .input-group > input.form-control {
  border-color: #212529;
  border-radius: 0.5rem;
  margin-right: 1rem;
}
.main > .main-section > .section-center > .block-page .shopping-cart-discount-coupon .input-group > span.input-group-btn > button.btn {
  background-color: #008eda;
  color: #fff;
  border-radius: 1rem;
  min-width: 175px;
  border-color: #008eda;
}
.main > .main-section > .section-center > .block-page .shopping-cart-discount-coupon p.help-block {
  font-weight: 500;
  margin: 0.25rem 0 0 0;
}
.main > .main-section > .section-center > .block-page ul.shopping-cart-resume-prices > li.list-group-item {
  border: 1px solid #000;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.main > .main-section > .section-center > .block-page ul.shopping-cart-resume-prices > li.list-group-item p {
  margin: 0;
  font-weight: 700;
}
.main > .main-section > .section-center > .block-page ul.shopping-cart-resume-prices > li.list-group-item p.discount-value {
  color: red;
}
.main > .main-section > .section-center > .block-page .accept-terms > .custom-control {
  font-weight: 500;
  width: max-content;
  margin: 0 0 0.5rem auto;
  background-color: transparent;
  border: 0;
}
.main > .main-section > .section-center > .block-page a.btn-return {
  color: #383c40;
  background-color: transparent;
  border-color: #383c40;
  min-width: 175px;
  font-weight: 700;
  border-radius: 1rem;
}
.main > .main-section > .section-center > .block-page .button-submit {
  text-align: right;
}
.main > .main-section > .section-center > .block-page .button-submit > button.btn-submit-quote {
  background-color: transparent;
  color: #008eda;
  border-radius: 1rem;
  border-color: #008eda;
  min-width: 175px;
  font-weight: 700;
}
.main > .main-section > .section-center > .block-page .button-submit > button.btn-submit-order {
  background-color: #008eda;
  color: #fff;
  border-radius: 1rem;
  border-color: #008eda;
  min-width: 175px;
  font-weight: 700;
  margin-left: 1rem;
}
.main > .main-section > .section-center .weight-total {
  display: table;
  text-transform: uppercase;
  background-color: #f0f0f0;
  margin: 0 0 0.5rem auto;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #5b5b5b;
}
.main > .main-section > .section-center .custom-control {
  margin: 0.5rem 0;
  background-color: #e6e6e6;
  padding: 0.5rem 0 0.5rem 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
/* 
For Mobile 
Lorsque l'écran (fenêtre du navigateur) devient plus petit que 768 pixels :
*/

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