.live-search {
  width: 100%;
  position: absolute;
  z-index: 1000;
  padding: 5px 0 0;
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 2px #dddddd;
  left: 0;
  display: none;
  overflow-y: scroll;
  max-height: 450px;
}
.live-search .loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.live-search ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.live-search ul li > div:not(.product-add-cart) {
  flex: 1;
}
.live-search ul li {
  gap: 10px;
  cursor: pointer;
  padding: 5px;
  margin: 0 5px;
  background-color: #fff;
  min-height: 50px;
  clear: both;
  display: flex;
  align-items: center;
}
.live-search ul li:nth-child(even) {
  background-color: #fafafa;
}
.live-search ul li:hover {
  background-color: #f0f7fa;
}
.live-search ul li a,
.live-search ul li span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.live-search ul li a.btn.btn-primary {
  border-radius: 10px;
  color: #904bc6;
  background: #fff;
  border: 1px solid #904bc6;
}
.live-search ul li a.btn.btn-primary i {
  color: #904bc6;
}
.live-search ul li a.btn.btn-primary:hover i {
  color: #fff;
}
.live-search ul li a.btn.btn-primary:hover {
  background: #904bc6;
  border: 1px solid #904bc6;
}
.live-search ul li span.btn.btn-danger {
  border-radius: 10px;
  color: #f0003a;
  background: #fff;
  border: 1px solid #f0003a1f;
  background: #f2d5dc;
  cursor: default;
}
.live-search ul li span.btn.btn-danger i {
  color: #f0003a;
}
.live-search ul li .product-name p {
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  color: #555555;
  margin: 0;
  padding: 0;
}
.live-search ul li .product-name {
  font-weight: bold;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.live-search ul li .product-name p {
  display: none;
}
.live-search ul li .product-add-cart {
  padding: 7px;
  display: flex;
  align-items: center;
  order: 1;
  margin-left: auto;
}

.live-search ul li .product-price {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 10px;
}

.live-search ul li .product-price .price {
  order: 0;
  color: #333333;
  display: flex;
  align-items: center;
}
.live-search ul li .product-price .special {
  color: #ff0000;
  text-decoration: line-through;
  display: flex;
  align-items: center;
  order: 1;
}

.live-search .result-text {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #555555;
  background-color: #974ac0;
  width: 100%;
}

.live-search .view-all-results {
  color: #fff;
}
.live-search .product-image {
  width: auto;
}
.live-search .product-image img {
  width: auto;
}



.live-search .body-cat-search > ul {    
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.live-search .body-cat-search > ul li {display: flex;flex-direction: column; background-color: #fff; max-width: 21%;}
.live-search .body-cat-search > ul li.active {background-color: #fafafa; border-radius: 5px; border:1px solid #ccc}
.live-search .body-cat-search ul li span {     text-align: center; }
.live-search .body-cat-search-title { margin: 5px 10px;}
