/*---------------------
  Shop Details
-----------------------*/


/* Main Product Image Box */
.product_detailspic_item {
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 12px;           /* lightly rounded corners */
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_detailspic_item img {
  width: 85%;                    /* reduce image size */
  height: auto;
  display: block;
  border-radius: 8px;            /* slight rounding for image */
}

/* Slider thumbnails */
.product_detailspic_slider img {
  cursor: pointer;
  border-radius: 6px;            /* rounded corners for thumbnails */
}

.product_detailspic_slider.owl-carousel .owl-item img {
  width: auto;
}

/* Product Text Content */
.product_details_text h3 {
  font-size: 30px;               /* slightly smaller title */
  font-weight: 700;
  color: #252525;
  margin-bottom: 14px;
}

.product_detailstext .productdetails_rating {
  font-size: 14px;
  margin-bottom: 12px;
}

.product_detailstext .productdetails_rating i {
  margin-right: -2px;
  color: #EDBB0E;
}

.product_detailstext .productdetails_rating span {
  color: #dd2222;
  margin-left: 4px;
}

.product_detailstext .productdetails_price {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

.product_details_text p {
  font-size: 14px;               /* smaller description */
  /*margin-bottom: 30px;*/
}

.product_details_text .primary-btn {
  padding: 16px 28px 14px;
  margin-right: 6px;
  margin-bottom: 5px;
}

.product_details_text .heart-icon {
  display: inline-block;
  font-size: 16px;
  color: #6f6f6f;
  padding: 13px 16px 13px;

}

/* Product Details List */
.product_details_text ul {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  padding-left: 1px;
  margin-top: 0;
}

.product_details_text ul li {
  font-size: 16px;
  color: #1c1c1c;
  list-style: none;
  line-height: 36px;
}

.product_details_text ul li b {
  font-weight: 700;
  width: 170px;
  display: inline-block;
}

.product_details_text ul li span samp {
  color: #dd2222;
}

.product_details_text ul li .share {
  display: inline-block;
}

.product_details_text ul li .share a {
  display: inline-block;
  font-size: 15px;
  color: #1c1c1c;
  margin-right: 25px;
}

.product_details_text ul li .share a:last-child {
  margin-right: 0;
}

/* Quantity Box */
.product_details_quantity {
  display: inline-block;
  margin-right: 6px;
}

.pro-qty {
  width: 140px;
  height: 50px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 5px;
}

.pro-qty input {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #6f6f6f;
  width: 50px;
  border: none;
  background: #f5f5f5;
  text-align: center;
}

.pro-qty .qtybtn {
  width: 70px;
  font-size: 16px;
  color: #6f6f6f;
  cursor: pointer;
  display: inline-block;
}

/* Tabs Section */
.product_details_tab {
  padding-top: 85px;
}

.product_details_tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  position: relative;
}

.product_details_tab .nav-tabs:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 1px;
  width: 370px;
  background: #ebebeb;
  content: "";
}

.product_details_tab .nav-tabs:after {
  position: absolute;
  right: 0;
  top: 12px;
  height: 1px;
  width: 370px;
  background: #ebebeb;
  content: "";
}

.product_details_tab .nav-tabs li {
  margin-bottom: 0;
  margin-right: 65px;
}

.product_details_tab .nav-tabs li:last-child {
  margin-right: 0;
}

.product_details_tab .nav-tabs li a {
  font-size: 16px;
  color: #999999;
  font-weight: 700;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.product_detailstab .productdetailstab_desc {
  padding-top: 44px;
}

.product_detailstab .productdetailstab_desc h6 {
  font-weight: 700;
  color: #333333;
  margin-bottom: 26px;
}

.product_detailstab .productdetailstab_desc p {
  color: #666666;
}

/*---------------------
  Related Products
-----------------------*/
.related-product {
  padding-bottom: 20px;
}

.related_product_title {
  margin-bottom: 50px;
}
/* =============================
   Product Review Section
============================= */
/* ========== FULL CSS for .product-reviews ========== */
:root {
  --maroon: #681730;
  --muted: #777;
  --border: #e9e9e9;
  --bg-filter: #d3a85b;
  --section-bg: #f9f9f9;
}
/* ⭐ Make review stars yellow */
.review-stars i,
.rating-row i,
.reviews-filter i {
  color: #681730; /* or pure yellow: #FFD700 */
}

.product-reviews {
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  color: yellow;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

/* ===== Left column: circle + rating bars ===== */
.reviews-summary {
  margin-bottom: 18px;
}

.circular-chart {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  display: block;
}
.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
.circle {
  fill: none;
  stroke-width: 3.8;
  stroke-linecap: round;
  stroke: var(--maroon);
  stroke-dasharray: 90 100; /* adjust per rating (4.5/5 = 90%) */
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dasharray .5s ease;
}
.percentage {
  font-size: 0.95rem;
  text-anchor: middle;
  fill: #222;
  dominant-baseline: middle;
  font-weight: 600;
}
.average-text {
  font-size: 14px;
  color: var(--muted);
  margin-top: 6px;
}


/* ===== Filters (left) ===== */
.reviews-filter {
  margin-top: 12px;
  background: var(--bg-filter);
  border: 1px solid var(--border);
  padding: 14px;
  border-radius: 10px;
  text-align: left;
}
.reviews-filter .main-filter-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* generic filter sections (reused) */
.filter-section {
  margin-bottom: 12px;
}
.filter-section h5 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #444;
}
.filter-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-section ul li {
  margin: 6px 0;
  font-size: 14px;
  color: #333;
}
.filter-section label {
  cursor: pointer;
}

/* ===== Right column: rating breakdown above reviews ===== */
.rating-breakdown {
  margin-bottom: 20px;
  padding: 12px;
  background: #d3a85b;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0;
  font-size: 14px;
  color: #444;
}
.rating-row span {
  width: 50px;
  font-weight: 600;
}
.rating-bar {
  flex: 1;
  height: 10px;
  background: #eee;
  border-radius: 6px;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
}
.rating-bar .fill {
  height: 100%;
  background: var(--maroon);
  border-radius: 6px;
  transition: width .6s ease;
}
.rating-row .count {
  width: 40px;
  text-align: right;
  color: #666;
  font-size: 13px;
}

/* ===== Tabs ===== */
.review-list-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.review-tabs {
  margin-bottom: 18px;
}
.tab-btn {
  padding: 8px 14px;
  margin-right: 8px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all .25s;
}
.tab-btn:hover { background: var(--maroon); color: #fff; border-color: var(--maroon); }
.tab-btn.active { background: var(--maroon); color: #fff; border-color: var(--maroon); }

/* ===== Review cards ===== */
.single-review {
  background: #d3a85b;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--border);
  margin-bottom: 16px;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.review-user-info { display:flex; align-items:center; gap:10px; }
.review-user-info strong { font-size: 15px; color: #222; }
.review-date { color: var(--muted); font-size: 13px; }
.review-actions button {
  border: none; background: none; color: #666; cursor: pointer; margin-left: 8px; font-size: 13px;
}
.review-actions button:hover { color: var(--maroon); }

.review-stars { color: var(--gold); font-size: 15px; margin-bottom: 6px; display:flex; align-items:center; gap:8px; }
.rating-number { font-size: 13px; color: #333; font-weight: 600; margin-left: 6px; }
.review-content { font-size: 14px; color: #444; line-height: 1.6; margin: 0; }

/* ===== Responsive tweaks ===== */
@media (max-width: 991.98px) {
  .bar-count { width:50px; }
}
@media (max-width: 767.98px) {
  .circular-chart { width: 96px; height: 96px; }
  .bar-left { width: 36px; font-size: 13px; text-align: right; }
  .rating-row span { width: 40px; font-size: 13px; }
}



/* Profile container */
    .profile-menu1 {
      position: relative;
      display: inline-block;
    }

    /* Profile icon */
    .profile-icon1 {
      font-size: 25px;
      cursor: pointer;
    }

    /* Dropdown menu */
    .dropdown1 {
      display: none;
      position: absolute;
      top: 25px;
      right: 0;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      border-radius: 8px;
      min-width: 180px;
      z-index: 1000;
    }

    .dropdown1 a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #eee;
    }

    .dropdown1 a:last-child {
      border-bottom: none;
    }

    .dropdown1 a:hover {
      background-color: #f5f5f5;
      margin-top: 1px;
    }

    /* Show dropdown on hover */
    .profile-menu1:hover .dropdown1 {
      display: block;
    }

    .iconp{
  margin-top: 0px;
}