.productdetails {
  display: flex;
  margin-top: 10px;
  padding-left: 58px;
}

.productdetails-left {
  flex: 1;
}

.productdetails-left-item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.productdetails-left-item-title {
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.productdetails-left-item-text {
  color: #717171;
  width: 60%;
  font-size: 16px;
}

.productdetails-left-item-text p {
  color: #797979;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.productdetails-left-item-li {
  width: 100%;
  position: relative;
  padding-left: 20px;
}

.productdetails-left-item-li::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000000;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.productdetails-right {
  width: 300px;
  height: 200px;
}
