.product-sidebar {
  border: solid var(--linecolor) 1px;
  height: fit-content;
  font-size: 0.9rem;
  border-radius: 0px;
  margin: 4px;
  position: sticky;
  top: 30px;
  z-index: 1000;
  background-color: var(--bgcolor);
  padding-bottom: 5px;
}

.product-title {
  margin: 10px 5px 0px 5px;
  font-size: large;
  font-weight: 600;
  text-align: center;
}

.product-subtitle {
  font-size: small;
  margin: 5px 0px 10px 0px;
  text-align: center;
  color: grey;
}

.product-img-container {

}

.product-details {
  padding: 0px 20px;
}

.product-img {
  margin: 0px;
}

.product-cta-button {
  font-size: medium;
  font-weight: 500;
  text-align: center;
  /* margin: 5px 0px 0px 0px; */
  padding-top: 10px;
}

.product-feature-point {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  display:flex;
  word-wrap: break-word;
}

.product-feature-point-text {
  display: inline-block;
  padding-right: 10px;
}

.course-feature-point {
  min-width: 90%;
  max-width: 90%;
  margin-bottom: 5px;
  display:flex;
  word-wrap: break-word;
}

.course-feature-point-text {
  display: inline-block;
  padding-right: 10px;
}


.product-stats {
  margin-top: 5px;
  text-align: center;
}
