.product-accessoires{
  width: 100%;
}
.product-accessoires th{
  text-align: left;
}
@media (min-width: 992px){
  .product-accessoires td:first-child, .product-accessoires th:first-child {
    white-space: nowrap;
  }
}

.product-accessoires th{
  background-color: white;
  color: black;
  border: none;
  border-bottom: 1px solid #f1f1f1;
}

.product-accessoires{
  border: none;
}

.table-border td, .table-border th {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px;
}

.product-accessories td:first-child, .product-accessories th:first-child {
  text-align: right;
  color: #666;
  font-weight: 400;
  width: 1%;
}

table.product-accessories td:first-child {
  text-align: left;
  color: #333;
  font-weight: 700;
  width: 50%;
}

table.product-accessoires .ico-basket{
  display: block;
  width: 45px;
  height: 45px;
}

table.product-accessoires button{
  padding: 0;
  width: 45px;
  height 45px;
  background-color: #07426d;
}

table.product-accessoires form {
  margin-top: 0px;
}