.accordion-tab__panel{
    height: 100% !important;
}
.accordion-tab__panel-inner > table {
    width: 100% !important;
}

.accordion-tab__panel-inner > table > tbody > tr > td > table {
     width: 100% !important;
}


#main-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 400px;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  display: none; /* Изначально скрыто */
}

#main-search-results .product {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

#main-search-results .product:last-child {
  border-bottom: none;
}

#main-search-results .product img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

#main-search-results .product a {
  text-decoration: none;
  color: #333;
}