.shop-details-info-sec {
  margin-bottom: 80px;
}

.shop-details-tabs {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
  padding: 40px 100px;
}

.shop-details-tabs ul {
  justify-content: center;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.shop-details-tabs ul li button.active {
  background-color: var(--green-color) !important;
}

.shop-details-tabs ul li button {
  border-radius: 100px !important;
  background-color: rgb(224 230 226);
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 500;
  color: var(--green-color) !important;
}

.shop-details-tabs ul li button.active {
  background-color: var(--green-color);
  color: var(--white-color) !important;
}

.shop-tabs-content {
  text-align: center;
}

.shop-tabs-content p {
  width: 750px;
  margin: 0 auto 10px;
}

.shop-review-client {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.shop-review-client img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.shop-review-client .shop-review-client-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.shop-review-sec p {
  font-size: 15px;
}

.shop-review-sec {
  border-bottom: 1px solid rgb(224 230 226);
  margin: 40px 0px 20px;
}

.shop-leave-review {
  margin-top: 80px;
}

.shop-leave-review form input {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  padding: 0 15px;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
  background-color: rgb(13, 64, 28, 0.05);
}

.shop-leave-review form input:focus {
  background-color: #fff;
}

.shop-leave-review form textarea {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  resize: none;
  background-color: rgb(13, 64, 28, 0.05);
}

.shop-leave-review form textarea:focus {
  background-color: #fff;
}

.shop-leave-review h3 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.shop-leave-review p {
  margin-bottom: 30px;
}

.shop-leave-review form .welcome-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.shop-leave-review form .welcome-anchor button {
  outline: none;
  border: unset;
}
