.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 .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-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 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: right;padding: 0 15px;
}
table.t-table .tr-body td a img {
  width: 19px;
}
table.t-table .tr-head th:nth-child(1) {
  width: 120px;
}
table.t-table .tr-body td:nth-child(7) {
 text-align: center;
  color: var(--theme-1);
  font-size: 15px;
  cursor: pointer
}
.table-panier table.t-table tr.tr-head th:nth-child(1) {
  width: 80px
}
.table-panier table.t-table tr.tr-head th:nth-child(3),
.table-panier table.t-table tr.tr-body td:nth-child(3){
  width: 100px;
  text-align: right
}
.table-panier table.t-table tr.tr-head th:nth-child(4),
.table-panier table.t-table tr.tr-body td:nth-child(4){
  width: 90px;
  text-align: right
}
.table-panier table.t-table tr.tr-body td:nth-child(4){
  width: 90px;
  text-align: center
}
.table-panier table.t-table tr.tr-body td:nth-child(4) span{
  width: 100%;
  display: block;
  position: relative;
}
.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
}
