main.item {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: right;
  margin-top: 40px;
  flex-direction: column;
}

.category-item {
  color: #2c4b2c;
  text-decoration: underline;
  font-size: 18px;
}

.container-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.divaider {
  border: 1px solid #2c4b2c;
  opacity: 0.4;
}

.divaider-content {
  border: 1px solid #2c4b2c;
  width: 80%;
  height: 1px;
  opacity: 0.4;
}

.container-item .imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: right;
  gap: 10px;
}

.slider-item {
  position: relative;
}

.slider-item img {
  max-width: 301px;
  min-width: 300px;
  padding: 10px;
  background: #f7f8e8;
}

.slider-item .btn {
  position: absolute;
  top: 15px;
  left: 15px;
}

.select-item img {
  max-width: 81px;
  min-width: 80px;
  padding: 4px;
  background: #f7f8e8;
  border-radius: 18px;
  border: 1px solid #2c4b2c;
  cursor: pointer;
  transition: 0.15s ease;
  &:hover {
    opacity: 0.8;
  }
}

.container-item .details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end;
  max-width: 580px;
  width: 580px;
}

.details .title {
  display: flex;
  line-height: 1.8;
  direction: rtl;
}

.container-item .details .stars {
  display: flex;
  gap: 20px;
  color: #2c4b2c;
  font-size: 18px;
  margin-top: 10px;
}

.details .stars .reviews-trigger {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.2s ease all;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
}

.details .stars .reviews-trigger:hover {
  color: #4a7e4a;
}

.details .stars .reviews-trigger:disabled {
  text-decoration: none;
  cursor: default;
  opacity: 0.6;
}

.details .stars span .s5 {
  color: #2c4b2c41;
}

.container-item .details .price {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 20px;
}

.container-item .details .product-tabs {
  width: 100%;
  justify-content: flex-end;
  gap: 12px;
}

.container-item .details .product-tabs .btn-dev {
  padding: 12px 28px;
}

.container-item .details .price div {
  font-size: 22px;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: center;
}

.container-item .details .price div .discount {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: end;
  font-size: 15px;
  font-weight: 400;
}

.container-item .details .price div .last-price {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: end;
  font-size: 15px;
  font-weight: 400;
}

.container-item .details .now-price {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: end;
}

.container-item .details .now-price h3 {
  font-size: 38px;
  font-weight: 600;
  color: #2c4b2c;
}

.container-item .details .now-price p {
  font-size: 22px;
  font-weight: 400;
  color: #2c4b2c;
}

.option-group {
      display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.add-bag-item {
  width: 28%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #cfcba8;
  background-color: #f7f8e82c;
  border-radius: 4px;
  padding: 15px 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #2c4b2c;
}

.add-bag-item .seller {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.add-bag-item .seller > span {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.add-bag-item .seller .seller-value,
.add-bag-item .seller > span a {
  color: #3e813e;
  font-size: 18px;
  font-weight: 600;
}

.add-bag-item .seller .seller-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3e813e;
  font-size: 18px;
  font-weight: 600;
}

.add-bag-item .seller .seller-badge small {
  font-size: 13px;
  color: #2c4b2c;
  font-weight: 500;
}

.add-bag-item .delivery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.add-bag-item .delivery span {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.add-bag-item .btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.add-bag-item .btn .add {
  background: #e1e3c1;
}

.add-bag-item .btn .buy-now {
  background: #fffdf1;
}

.add-bag-item .btn .add,
.add-bag-item .btn .buy-now {
  padding: 20px 0;
  border-radius: 28px;
  border: 1px solid #2c4b2c;
  cursor: pointer;
  transition: 0.1s ease-in;
  &:hover {
    opacity: 0.8;
  }
}

.details-more-item {
  width: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.details-more-item {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}

.details-more-item .container-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 88%;
  margin: auto;
}

.details-more-item .container-details .det {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 22px;
}

.container-dev-btn {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
  align-items: center;
}

.btn-dev {
  padding: 15px 60px;
  font-size: 14px;
  color: #2c4b2c;
  background: #f7f8e8;
  border-radius: 28px;
  border: 1px solid #cfcba8;
  transition: 0.2s ease;
  cursor: pointer;
  border-left: 1px solid #2c4b2c;
  &:hover {
    scale: 1.03;
  }
}

.details-more-item .container-details .det p {
  line-height: 1.8;
  margin-right: 10px;
  margin-bottom: 30px;
  color: #2c4b2c;
  direction: rtl;
}

/* تصميم الجدول */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(44, 75, 44, 0.1);
}

.specs-table tr {
  transition: all 0.7s ease;
}

.specs-table tr:nth-child(odd) {
  background-color: #2c4b2c;
}

.specs-table tr:nth-child(even) {
  background-color: #f7f1de;
}

.specs-table td {
  padding: 15px 20px;
  text-align: right;
  border: none;
      direction: rtl;
    line-height: 1.6;
}

.spec-header {
  font-weight: 600;
  font-size: 16px;
  width: 40%;
}

.specs-table tr:nth-child(odd) .spec-header {
  color: #f7f1de;
}

.specs-table tr:nth-child(even) .spec-header {
  color: #31694e;
}

.spec-value {
  font-size: 15px;
  width: 60%;
}

.specs-table tr:nth-child(odd) .spec-value {
  color: #ffffff;
}

.specs-table tr:nth-child(even) .spec-value {
  color: #2c4b2c;
}

.specs-table tr:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(44, 75, 44, 0.15);
}

/* تصميم التبويبات */
.tab-content {
  display: none;
  animation: popDown 0.5s ease-out;
}

.tab-content.active {
  display: block;
  animation: popUp 0.5s ease-out;
}

/* حالة الزر النشط */
.btn-dev.active {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(44, 75, 44, 0.3);
  background: #e8ecd0;
  border-color: #2c4b2c;
}

/* أنيميشن Pop Up */
@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  50% {
    transform: translateY(-5px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* أنيميشن Pop Down */
@keyframes popDown {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
}

/* تصميم المراجعات */
.reviews-header {
  text-align: right;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #31694e;
}

.reviews-header h3 {
  color: #2c4b2c;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.reviews-summary {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 15px;
}

.reviews-summary .stars {
  display: flex;
  gap: 5px;
  color: #ffd700;
  font-size: 20px;
}

.reviews-summary .review-count {
  color: #2c4b2c;
  font-size: 16px;
  font-weight: 500;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.review-card {
  background: linear-gradient(135deg, #f7f1de 0%, #ffffff 100%);
  border: 1px solid #31694e;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(44, 75, 44, 0.1);
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(44, 75, 44, 0.2);
}

.review-header {
  margin-bottom: 15px;
}

.user-info {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #31694e;
  object-fit: cover;
}

.user-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.user-name {
  color: #2c4b2c;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.review-stars {
  display: flex;
  gap: 3px;
  color: #ffd700;
  font-size: 14px;
}

.review-stars .bi-star {
  color: #d1d1d1;
}

.review-title {
  color: #31694e;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  text-align: right;
}

.review-description {
  color: #2c4b2c;
  font-size: 15px;
  line-height: 1.8;
  text-align: right;
  margin: 10px 0;
}

.review-images {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.review-images img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid #31694e;
  transition: all 0.3s ease;
  cursor: pointer;
}

.review-images img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(44, 75, 44, 0.3);
}

.options-item {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.options-item span {
  color: #2c4b2c;
  font-size: 17px;
    font-weight: 700;
    /* border-bottom: 2px solid #2c4b2c; */
    padding-bottom: 6px;
}
.second-option {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.btn-dev {
  padding: 15px 15px;
  font-size: 14px;
  color: #2c4b2c;
  background: #f7f8e8;
  border-radius: 28px;
  border: 1px solid #cfcba8;
  transition: 0.2s ease;
  cursor: pointer;
  border-left: 1px solid #2c4b2c;
  &:hover {
    scale: 1.03;
  }
}

/* ========================================
   Media Queries - Responsive Design
   ======================================== */

/* شاشات اللاب توب الصغيرة (1024px - 1366px) */
/* @media screen and (max-width: 1366px) and (min-width: 1024px) {
  .container-item .details {
    margin-left: 80px;
    width: 40%;
  }

  .add-bag-item {
    width: 28%;
    margin-right: -120px;
    padding: 15px 25px;
  }

  .slider-item img {
    max-width: 280px;
    min-width: 280px;
  }

  .details-more-item {
    width: 75%;
  }

  .container-item .details .now-price h3 {
    font-size: 34px;
  }

  .container-item .details .now-price p {
    font-size: 20px;
  }

  .btn-dev {
    padding: 12px 50px;
    font-size: 13px;
  }
} */

/* شاشات التابلت (768px - 1023px) */
@media screen and (max-width: 1223px) and (min-width: 768px) {
  .container-item {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .container-item .imgs {
    width: 100%;
    align-items: center;
  }

  .slider-item img {
    max-width: 350px;
    min-width: 350px;
  }

  .select-item {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .container-item .details {
    width: 85%;
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .details .title {
    text-align: center;
  }

  .add-bag-item {
    width: 85%;
    margin-right: 0;
    margin-top: 20px;
  }

  .details-more-item {
    width: 90%;
    flex-direction: column;
  }

  .details-more-item .container-details {
    width: 100%;
  }

  .container-dev-btn {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn-dev {
    padding: 12px 40px;
    font-size: 13px;
  }

  .container-item .details .now-price h3 {
    font-size: 32px;
  }

  .container-item .details .now-price p {
    font-size: 18px;
  }

  .options-item {
    width: 100%;
  }
}

/* شاشات الجوال (أقل من 767px) */
@media screen and (max-width: 767px) {
  main.item {
    margin-top: 20px;
  }

  .container-item {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
  }

  .container-item .imgs {
    width: 100%;
    gap: 15px;
  }

  .slider-item img {
    max-width: 280px;
    min-width: 280px;
    padding: 8px;
  }

  .slider-item .btn {
    top: 12px;
    left: 12px;
  }

  .select-item {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    width: 100%;
    padding: 0 10px;
    justify-content: center;
  }

  .select-item img {
    max-width: 65px;
    min-width: 65px;
    padding: 3px;
    border-radius: 12px;
  }

  .container-item .details {
    width: 95%;
    margin-left: 0;
    gap: 12px;
    align-items: center;
  }

  .details .title {
    font-size: 16px;
    text-align: center;
  }

  .category-item {
    font-size: 15px;
  }

  .container-item .details .stars {
    gap: 15px;
    font-size: 15px;
    margin-top: 5px;
    flex-direction: column;
    align-items: center;
  }

  .container-item .details .price {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
  }

  .container-item .details .price div {
    font-size: 18px;
  }

  .container-item .details .now-price h3 {
    font-size: 28px;
  }

  .container-item .details .now-price p {
    font-size: 18px;
  }

  .add-bag-item {
    width: 95%;
    margin-right: 0;
    padding: 15px 20px;
    gap: 20px;
  }

  .add-bag-item .seller {
    gap: 15px;
  }

  .add-bag-item .seller > span {
    font-size: 14px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .add-bag-item .seller .seller-badge,
  .add-bag-item .seller .seller-value,
  .add-bag-item .seller > span a {
    font-size: 16px;
  }

  .add-bag-item .delivery {
    font-size: 13px;
  }

  .add-bag-item .delivery span {
    font-size: 13px;
  }

  .add-bag-item .btn .add,
  .add-bag-item .btn .buy-now {
    padding: 15px 0;
    font-size: 15px;
  }

  .details-more-item {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container-dev-btn {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .container-dev-btn span {
    display: none;
  }

  .btn-dev {
    padding: 10px 25px;
    font-size: 12px;
    width: 200px;
    text-align: center;
  }

  .details-more-item .container-details .det p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* جدول المواصفات */
  .specs-table {
    font-size: 13px;
    overflow-x: auto;
  }

  .specs-table td {
    padding: 12px 15px;
  }

  .spec-header {
    font-size: 14px;
  }

  .spec-value {
    font-size: 13px;
  }

  /* المراجعات */
  .reviews-header h3 {
    font-size: 20px;
  }

  .reviews-summary {
    flex-direction: column;
    gap: 10px;
  }

  .reviews-summary .stars {
    font-size: 18px;
  }

  .reviews-summary .review-count {
    font-size: 14px;
  }

  .review-card {
    padding: 15px;
  }

  .user-avatar {
    width: 40px;
    height: 40px;
  }

  .user-name {
    font-size: 16px;
  }

  .review-stars {
    font-size: 12px;
  }

  .review-title {
    font-size: 14px;
  }

  .review-description {
    font-size: 13px;
    line-height: 1.6;
  }

  .review-images img {
    width: 80px;
    height: 80px;
  }

  .options-item {
    width: 95%;
    gap: 12px;
  }

  .options-item span {
    font-size: 14px;
  }

  .second-option {
    gap: 8px;
  }

  .divaider-content {
    width: 90%;
  }
}

/* شاشات الجوال الصغيرة جداً (أقل من 480px) */
@media screen and (max-width: 480px) {
  .slider-item img {
    max-width: 240px;
    min-width: 240px;
    padding: 6px;
  }

  .select-item img {
    max-width: 55px;
    min-width: 55px;
  }

  .details .title {
    font-size: 14px;
  }

  .category-item {
    font-size: 13px;
  }

  .container-item .details .stars {
    font-size: 13px;
  }

  .container-item .details .now-price h3 {
    font-size: 24px;
  }

  .container-item .details .now-price p {
    font-size: 16px;
  }

  .container-item .details .price div {
    font-size: 16px;
  }

  .add-bag-item {
    padding: 12px 15px;
    gap: 15px;
  }

  .add-bag-item .seller > span {
    font-size: 12px;
  }

  .add-bag-item .seller .seller-badge,
  .add-bag-item .seller .seller-value,
  .add-bag-item .seller > span a {
    font-size: 14px;
  }

  .add-bag-item .delivery {
    font-size: 12px;
  }

  .add-bag-item .delivery span {
    font-size: 12px;
  }

  .add-bag-item .btn .add,
  .add-bag-item .btn .buy-now {
    padding: 12px 0;
    font-size: 14px;
  }

  .btn-dev {
    padding: 8px 20px;
    font-size: 11px;
  }

  .details-more-item .container-details .det p {
    font-size: 13px;
  }

  .specs-table td {
    padding: 10px 12px;
  }

  .spec-header {
    font-size: 13px;
  }

  .spec-value {
    font-size: 12px;
  }

  .reviews-header h3 {
    font-size: 18px;
  }

  .user-avatar {
    width: 35px;
    height: 35px;
  }

  .user-name {
    font-size: 14px;
  }

  .review-title {
    font-size: 13px;
  }

  .review-description {
    font-size: 12px;
  }

  .review-images img {
    width: 70px;
    height: 70px;
  }

  .container-dev-btn {
    gap: 10px;
  }

  .options-item span {
    font-size: 13px;
  }

  .second-option {
    gap: 6px;
  }
}

/* ========================================
   Product Gallery Enhancements
   ======================================== */

.thumbnails-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  width: 90%;
  margin-top: 10px;
}

.select-item {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  max-width: 320px; /* Adjust based on main image width */
  padding: 5px;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.select-item::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.thumb-nav-btn {
  background: #f7f8e8;
  border: 1px solid #2c4b2c;
  color: #2c4b2c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.thumb-nav-btn:hover {
  background: #2c4b2c;
  color: #fff;
}

.select-item img.active {
  border: 2px solid #31694e;
  opacity: 1;
}

/* Zoom Container */
.zoom-container {
  width: 300px; /* Match existing image width */
  height: 300px; /* Match existing image approx height */
  overflow: hidden;
  position: relative;
  cursor: pointer; /* Changed from crosshair since we have inner zoom AND click for modal */
  border-radius: 8px; /* Optional aesthetics */
  background: #f7f8e8;
}

.zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* OR cover, depending on preference */
  transition: transform 0.1s ease-out; /* Smooth movement */
  padding: 0 !important; /* Override existing padding if needed */
  background: transparent !important;
}

/* Override existing .slider-item img styles that might conflict */
.slider-item .zoom-container img {
  max-width: none;
  min-width: none;
}

/* ========================================
   Image Modal (Reviews)
   ======================================== */
.image-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85); /* Dimmed background */
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close-modal {
  position: absolute;
  top: 20px;
  left: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1001;
}

.close-modal:hover,
.close-modal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* Allow clicking through container */
}

.modal-next,
.modal-prev {
  background-color: rgb(0 0 0 / 49%);
  color: white;
  border: none;
  font-size: 30px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto; /* Re-enable clicks on buttons */
  border-radius: 5px;
  margin: 0 20px;
}

.modal-next:hover,
.modal-prev:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments for modal */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 95%;
  }
}

/* ===== تحسين عرض النجوم ===== */
.stars i {
  transition: color 0.3s ease, transform 0.2s ease;
}

.stars .bi-star-fill {
  color: #FFD700 !important; /* ذهبي */
}

.stars .bi-star-half {
  color: #FFD700 !important; /* ذهبي */
}

.stars .bi-star {
  color: #d1d1d1 !important; /* رمادي فاتح */
}

.stars i:hover {
  transform: scale(1.1);
}

/* تحسين عرض نجوم التقييمات الفردية */
.review-stars {
  display: flex;
  gap: 2px;
}

.review-stars i {
  font-size: 14px;
  transition: color 0.3s ease;
}

.review-stars .bi-star-fill {
  color: #FFD700 !important;
}

.review-stars .bi-star {
  color: #d1d1d1 !important;
}

