.container__nom {
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  overflow-x: hidden;
}

.container__nom .filter {
  width: 20%;
  padding-top: 40px;
}

.container__nom .filter .filter_title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.poduct_name {
  max-width: 350px;
}

.card-button {
  padding: 10px 10px;
  margin: 20px 0;
}

#table {
  padding-top: 20px;
  font-size: 16px;
}

.container__nom .filter #myInput {
  margin-top: 20px;
  border: 1px solid;
  border-color: #006363;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 10px;
  width: 90%;
}

.container__nom .product {
  width: 80%;
}

.container__nom .product #myTable_wrapper {
  max-width: 1200px;
}

.container__nom .product #myTable_filter {
  width: 0px;
  height: 0px;
}

.container__nom .product #myTable_filter input {
  width: 0px;
  height: 0px;
  padding: 0;
  border: none;
}

.container__nom .product #myTable_info {
  display: none;
}

.container__nom .product #myTable_paginate {
  float: none;
  margin: 0 auto;
  max-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  font-size: 16px;
}

.container__nom .product #myTable_previous {
  background-color: #006363;
  color: white !important;
  font-weight: 700;
  margin-right: 20px;
}

.container__nom .product #myTable_next {
  background-color: #006363;
  color: white !important;
  font-weight: 700;
  margin-left: 20px;
}

.container__nom .product .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.container__nom .product .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-color: #006363;
  background: none;
  color: #006363;
}

.container__nom .product .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #000000 !important;
  border: 1px solid #000000;
  background: none;
}

.container__nom .product #myTable .sorting_disabled {
  display: none;
}

.container__nom .product #myTable tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  margin: 30px 0;
}

.container__nom .product #myTable tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 350px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 10px 24px;
}

.container__nom .product #myTable tbody tr img {
  width: 330px;
  height: 330px;
  object-fit: contain;
}

.container__nom .product #myTable tbody tr td a {
  text-decoration: none;
  color: white;
}

.container__nom .product #myTable tbody tr td a .button__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 30px;
  margin: 20px 0;
  background-color: #006363;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

@media (max-width: 1630px) {
  .container__nom {
    display: block;
    max-width: calc((100vw - 320px) / 1310 * 1200 + 300px);
  }

  .container__nom .product {
    width: 100%;
  }

  .container__nom .product #myTable tbody tr {
    max-width: calc((100vw - 320px) / 1310 * 85 + 300px);
  }

  .container__nom .product #myTable tbody tr img {
    width: calc((100vw - 320px) / 1310 * 30 + 280px);
  }

  .container__nom .filter {
    width: 100%;
  }

  .container__nom #myTable {
    width: calc((100vw - 320px) / 1310 * 1200 + 300px);
  }

  .container__nom #myTable_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container__nom table.dataTable.no-footer {
    border: none;
  }

  .container__nom .product #myTable tbody {
    width: calc((100vw - 320px) / 1310 * 1200 + 300px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#catalog-table th,
td {
  width: 100%;
  text-align: left;
}