.shopSliderImg {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.shopNameTitle {
  background-color: #f7f7f7;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopNameTitle a {
  margin-left: 5px;
}

.shopNameTitle a img {
  width: 35px;
}

.shopNameTitle a img:hover {
  filter: brightness(0.8);
}

.reviewPercentLink:hover {
  cursor: pointer;
  text-decoration: underline;
}

.saveSellerLink:hover {
  cursor: pointer;
  text-decoration: underline;
}

.removeSeller i.fa-heart {
  color: #f7cd00;
}

.partTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.partContent pre {
  font-size: 14px;
  white-space: break-spaces;
}

.searchContainer {
  position: absolute;
  right: 0px;
  width: 40%;
  top: -70px;
}

.catLinks {
  list-style: none;
  padding-left: 10px;
}

.catLinks li a {
  text-decoration: none;
  color: gray;
}

.catLinks li {
  margin-bottom: 10px;
}

.catLinks li a:hover,
.catLinks li a.active {
  color: blue;
}

@media (max-width: 540px) {
  .shopSliderImg {
    height: 300px;
  }

  .shopNameTitle {
    flex-direction: column;
  }
}