.table-well {
  padding: 10px;
  /*! margin-top: 50px; */
}
.table-well .table-content {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  padding: 10px;
}
.table-well .search-well {
  position: relative;
}
.table-well .table-content .search-well-input {
width: 300px;
display: inline-block;
height: 40px;
border: 1px solid rgba(0,0,0,0.1);
background: #f8f8f8;
line-height: 40px;
padding: 0 0 0 4px
}
.table-well .table-content .search-well-input i {
display: inline-block;
width: 40px;
height: 100%;
text-align: center;
margin-left: -4px;
color: var(--theme-1);
font-size: 18px
}
.table-well .table-content .search-well-input input {
 display: inline-block;
width: calc(100% - 37.5px);
height: 100%;
border: 0;
vertical-align: top;
margin-left: -4px;
outline: none !important;
padding:  0 8px;
  font-size: 15px
}

.table-well .addPanierBtn {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 40px;
  width: 120px;
}
.table-well .addPanierBtn .btnAdd:hover {
  background: var(--theme-1);
  color: #fff;
}
.table-well .addPanierBtn .btnAdd {
   border: 1px solid var(--theme-1);
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
}
.table-panel {
  margin-top: 10px;
  border: 1px solid rgba(0,0,0,0.1);
}
table.t-table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}
.table-panier table.t-table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  min-width: 650px
}
table.t-table .tr-head {
  height: 40px;
  background: #f8f8f8;
  color: var(--theme-1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
table.t-table .tr-head th {
   border-right: 1px solid rgba(0,0,0,0.1);
  padding: 0 8px;
}
table.t-table .tr-body {
  height: 40px;
   border-bottom: 1px solid rgba(0,0,0,0.04);
}
table.t-table .tr-body:hover {
  background: rgba(0,0,0,0.01)
}
table.t-table .tr-body td {
  border-right: 1px solid rgba(0,0,0,0.1);
  padding: 0 8px;
}
table.t-table .tr-body td .livré {
  display: inline-block;
  background: red;
  font-size: 12px;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  cursor: default;
}

table.t-table .tr-body td span img {
  width: 19px;
  cursor: pointer
}
table.t-table .tr-head th:nth-child(1) {
  width: 80px;
}
table.t-table .tr-head th:nth-child(3) {
  width: 150px;
}
table.t-table .tr-head th:nth-child(4) {
  width: 150px;
}
table.t-table.choos .tr-head th:nth-child(4) {
  width: 50px !important;
}
table.t-table .tr-head th:nth-child(5) {
  width: 110px;
}
table.t-table .tr-head th:nth-child(6) {
  width: 150px;
}
table.t-table .tr-body td:nth-child(7) {
  cursor: pointer;
  width: 250px
}
table.t-table .tr-head th:nth-child(8) {
  width: 200px;
}
table.t-table .tr-head th:nth-child(9) {
  width: 50px;
}
table.t-table tr.tr-body td:nth-child(9) {
  width: 50px;
  text-align: center;
  color: var(--theme-3);
  cursor: pointer
}



.table-panier table.t-table tr.tr-body td:nth-child(4) span font{
  padding : 0 5px
}
.table-panier table.t-table tr.tr-body td:nth-child(4) span i {
  padding: 2px;
  background: #f8f8f8;
  cursor: pointer;    
  border: 1px solid rgba(0,0,0,0.1)
}


.table-panier table.t-table tr.tr-head th:nth-child(5),
.table-panier table.t-table tr.tr-body td:nth-child(5){
  width: 40px;
  text-align: right;
  font-size: 15px;
  color: var(--theme-1);
  cursor: pointer;
}
.coutTotal {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 20px;
  text-align: right;
  position: relative;
}
.coutTotal font {
    color: var(--theme-3);
  font-size: 15px;
}
.coutTotal .valide-panier {
  display: block;
  width: 166px;
  background: var(--theme-1);
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  margin-top:  10px;
  padding: 0 8px
}

.choos .qteSpan {
  display: inline-block;
  width: 100%;
  position: relative;
}
.choos .qteSpan input {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: top;
  top: 0 !important;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  border : 1px solid rgba(0,0,0,0.1);
}
.choos .qteSpan i {
  position: absolute;
  vertical-align: top;
}
.choos .qteSpan i.icon-to-start {
   left: 0;
  top: 5px;
}
.choos .qteSpan i.icon-to-end {
   right: 0;
  top: 5px;
}


/**************************************************/

.total {
  width: 100%;
  padding: 40px
}
.total .total-head {
  border-bottom: 2px solid red;
  height: 30px;
  line-height: 30px;
  margin-bottom:  20px;
  font-size: 20px
}
.total .form-group {
  position: relative;
  width: 100%;
}

.total .form-group .totalAmount {
  display: inline-block;
  background: red;
  width: 200px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 5px 6px rgba(0,0,0,0.3);
  text-align: center;
  line-height: 60px;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  font-weight: bold; 
}

.total .form-group .validerAmount {
   display: inline-block;
  background: red;
  width: 200px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 5px 6px rgba(0,0,0,0.3);
  text-align: center;
  line-height: 60px;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
 position: absolute;
  right: 0;
  cursor: default
}