.shop-detail-sec {
  padding: 80px 0px;
}

.shop-detail-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.shop-detail-content .shop-detail-content-rating {
  display: flex;
  align-items: center;
  gap: 20px;
}

.shop-detail-content .shop-detail-content-rating span {
  font-size: 14px;
  color: #6e7673;
}

.shop-detail-content .shop-detail-pricing {
  margin-top: 15px;
}

.shop-detail-content .shop-detail-pricing p {
  font-size: 18px;
  font-weight: 500;
  color: var(--green-color);
}

.shop-detail-content p.para {
  color: #6e7673;
  font-size: 16px;
  font-weight: 400;
}

.shop-details-cart .welcome-anchor button {
  border: unset;
  outline: none;
}

.shop-details-cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.shop-details-cart input {
  width: 100px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #6e7673;
  outline: none;
  text-align: center;
}

.shop-details-category {
  margin-top: 30px;
}

.shop-detail-image img {
  object-fit: contain;
}
