.error {
  color: #ff0000;
}

.error-form {
  color: #ff0000;
}

.success-form {
  color: #008000;
}
.inform-text {
  color: #a8abaf;
}

.card-img-top {
  height: 200px;
}

.h3-a {
  text-decoration: none;
  color: #000;
}

.stelekon-item {
  background-color: #fff;
  position: relative;
}

.stelekon-item,
.stelekon-item *,
.stelekon-item :after,
.stelekon-item :before {
  box-sizing: border-box;
}

.stelekon-item:before {
  -webkit-animation: stelekon-animation 0.8s linear infinite;
  animation: stelekon-animation 0.8s linear infinite;
  background: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0) 46%,
      hsla(0, 0%, 100%, 0.35) 50%,
      hsla(0, 0%, 100%, 0) 54%
    )
    50% 50%;
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -250%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 500%;
  z-index: 1;
}

@-webkit-keyframes stelekon-animation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  to {
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes stelekon-animation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  to {
    transform: translate3d(30%, 0, 0);
  }
}

.title-stelekon {
  height: 30px;
  background-color: #ced4da;
  width: 60%;
}

.description-stelekon {
  height: 30px;
  background-color: #ced4da;
}

.item-stelekon {
  height: 20px;
  background-color: #ced4da;
  width: 10%;
}

.item-stelekon:not(:first-child) {
  margin-left: 15px;
}

.card-stelekon-image {
  background-color: #ced4da;
  height: 152px;
}

.card-stelekon-title {
  background-color: #ced4da;
  height: 20px;
  width: 80%;
}

.card-stelekon-item {
  background-color: #ced4da;
  height: 20px;
  width: 40%;
}

.text-bold {
  font-weight: 800;
}

text-color {
  color: #0093c4;
}

/* Main image - left */
.main-img img {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: 440px;
}

/* Preview images */
.previews img {
  width: 100%;
  height: 140px;
}

.main-description .category {
  text-transform: uppercase;
  color: #0093c4;
}

.main-description .product-title {
  font-size: 2.5rem;
  line-height: normal;
}

.details-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  color: #757575;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* Make preview images responsive  */
  .previews img {
    width: 100%;
    height: auto;
  }
}

/* Star review */
.star-rating {
  white-space: nowrap;
}

.star-rating [type="radio"] {
  appearance: none;
}

.star-rating i {
  font-size: 1.2em;
  transition: 0.3s;
}

.star-rating label:is(:hover, :has(~ :hover)) i {
  transform: scale(1.35);
  color: orange;
  animation: jump 0.5s calc(0.3s + (var(--i) - 1) * 0.15s) alternate infinite;
}

.star-rating label:has(~ :checked) i {
  color: orange;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
}

@keyframes jump {
  0%,
  50% {
    transform: translatey(0) scale(1.35);
  }

  100% {
    transform: translatey(-15%) scale(1.35);
  }
}

/* End star review */

.image_review {
  border-radius: 50%;
}

.wrap-info {
  display: flex;
  align-items: center;
}

.date_review {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.75rem;
}

.content {
  height: 60px;
  overflow: hidden;
  position: relative;
}

.showContent {
  height: 100%;
  /* Hiển thị toàn bộ nội dung khi nút "Xem thêm" được nhấn */
}
.product-details ul,
.product-details ul > li {
  list-style-type: disc;
}
.product-details ol,
.product-details ol > li {
  list-style-type: decimal;
}
.product-details blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.censored {
  width: 148px;
  height: 23px;
  background: #49168cb2;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.censored .icon-censored {
  height: 13px;
  width: 13px;
  margin-right: 10px;
}
