            .wc-product-enhanced-display {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                max-width: 1200px;
                margin: 0 auto;
                padding: 20px;
                background: #fff;
            }
            
            /* Product Section Styles */
            .wc-product-section {
                display: flex;
                gap: 50px;
                margin-bottom: 50px; 
                background: #fff; 
            }
            
            .wc-product-images {
                flex: 0 0 400px;
            }
            
            .wc-product-images .woocommerce-product-gallery {
                margin: 0;
            }
            
            .wc-product-images img {
                border-radius: 12px;
                box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            }
            
            .wc-product-summary {
                flex: 1;
                padding-left: 20px;
            }
            
            .wc-product-summary .product_title {
                font-size: 32px;
                font-weight: 700;
                color: #2c3e50;
                margin-bottom: 15px;
                line-height: 1.2;
            }
            
            .wc-product-summary .woocommerce-product-rating {
                margin-bottom: 20px;
            }
            
            .wc-product-summary .star-rating {
                font-size: 18px;
                margin-right: 10px;
            }
            
            .wc-product-summary .woocommerce-review-link {
                font-size: 15px;
                font-weight: 500;
                color: #666;
                text-decoration: none;
            }
            
            .wc-product-summary .price {
                font-size: 32px !important;
                font-weight: 800 !important;
                color: #2c3e50 !important;
                margin-bottom: 25px !important;
            }
            
            .wc-product-summary .price del {
                font-size: 22px;
                color: #999;
                margin-right: 15px;
            }
            
            .wc-product-summary .price ins {
                text-decoration: none;
            }
            
            .wc-product-summary .stock {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 25px;
                font-size: 15px;
                font-weight: 600;
                color: #28a745;
            }
            
            .wc-product-summary .stock.out-of-stock {
                color: #dc3545;
            }
            
            .wc-product-summary .cart {
                margin-bottom: 30px;
            }
            
            .wc-product-summary .cart .quantity {
                display: flex;
                align-items: center;
                margin-right: 20px;
                border: 2px solid #e0e0e0;
                border-radius: 8px;
                overflow: hidden;
            }
            
            .wc-product-summary .cart .quantity input {
                width: 60px !important;
                text-align: center;
                border: none !important;
                font-size: 16px;
                font-weight: 600;
                padding: 12px 8px;
            }
            
            .wc-product-summary .cart button.single_add_to_cart_button {
                background: linear-gradient(135deg, #ff6b00, #ff8533) !important;
                color: white !important;
                border: none !important;
                padding: 14px 32px !important;
                border-radius: 8px !important;
                font-size: 16px !important;
                font-weight: 700 !important;
                cursor: pointer;
                transition: all 0.3s ease;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }
            
            .wc-product-summary .cart button.single_add_to_cart_button:hover {
                background: linear-gradient(135deg, #e55a00, #ff7420) !important;
                transform: translateY(-2px);
                box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
            }
            
            .wc-product-summary .woocommerce-product-details__short-description {
                margin-top: 20px;
            }
            
            .wc-product-summary .woocommerce-product-details__short-description ul {
                list-style: none;
                padding: 0;
            }
            
            .wc-product-summary .woocommerce-product-details__short-description li {
                display: flex;
                align-items: center;
                gap: 12px;
                padding: 10px 0;
                color: #444;
                font-size: 17px;
                font-weight: 500;
            }
            
            .wc-product-summary .woocommerce-product-details__short-description li:before {
                content: "✓";
                color: #28a745;
                font-weight: bold;
                font-size: 16px;
            }
            
            /* Enhanced Reviews Section */
            .enhanced-reviews-wrapper {
                margin-top: 50px;
            }
            
            .reviews-section-header {
                margin-bottom: 30px;
                border-bottom: 3px solid #f0f0f0;
                padding-bottom: 15px;
            }
            
            .reviews-title {
                font-size: 28px;
                font-weight: 700;
                margin-bottom: 0;
                color: #2c3e50;
            }
            
     
            
            .overall-rating {
                display: flex;
                align-items: center;
                gap: 15px; 
            }
            
     .rating-score {
    color: #000;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 100%;
}
            
            .rating-stars-large {
                display: flex;
                gap: 3px;
                flex-direction: column;
            }
            
            .stars-row {
                display: flex;
                gap: 2px;
            }
            
            .star-icon {
                color: #FFC56F;
			  font-size: 24px;
				line-height: 19px;
            }
            
            .star-icon.empty {
                color: #e0e0e0;
            }
            
 
            
         
            .breakdown-row {
                display: flex;
                align-items: center;
                gap: 15px;
                margin-bottom: 12px;
                cursor: pointer;
                transition: opacity 0.3s;
            }
            
            .breakdown-row:hover {
                opacity: 0.8;
            }
            
            .star-label {  
                color: #000; 
				font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 17px; 
line-height: 26px; 

            }
            
            .progress-container {
                flex: 1;
                height: 10px;
                background: #f0f0f0; 
                overflow: hidden;
            }
            
            .progress-bar-fill {
                height: 100%;
                background: linear-gradient(90deg, #ffa500, #FFC56E); 
                transition: width 0.6s ease;
            }
            
            .count-label {
                width: 35px;
                font-size: 15px;
                color: #999;
                font-weight: 600;
            }
            
            .review-filters {
                display: flex;
                align-items: center; 
				    flex-direction: column;
            }
            .review-right-filter-wrap 
 {
    border: 1.5px solid #EDEDED;
    border-radius: 10px;
}
            .filter-label-text {
                font-size: 15px;
                color: #666;
                font-weight: 600;
            }
            
          .filter-dropdown {
    padding: 10px 15px;
    border: 2px solid #EDEDED;
    font-size: 15px;
    cursor: pointer;
    background: white;
    min-width: auto;
    border-radius: 100px;
}
            
 .write-review-toggle {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    background: transparent;
    color: #000;
    border: 1.5px solid #EDEDED;
    border-radius: 100px;
    padding: 17.5px 43px;
	 outline: none !important;
}
            button.cancel-review-btn {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    background: transparent;
    color: #000;
    border: 1.5px solid #EDEDED;
    border-radius: 100px;
    padding: 17.5px 43px;
    outline: none !important;
}
    
            .rate-by-wrapper {
				display: flex;
				gap: 17px;
				align-items: center;
			}
 
			.review-top-bar {
				display: flex;
				justify-content: space-between;
				width: 100%;
				align-items: center;
				border-bottom: 1.5px solid #EDEDED;
				padding: 15px;
			}
			.filter-section .icon-left {
    max-width: 24px;
}
.filter-section {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 24px;
}
            .reviews-container {
                border-top: 2px solid #f0f0f0;
                padding-top: 30px;
            }
            
            .review-card {
                padding: 25px 35px;
                border-bottom: 1px solid #eee;
                display: block;
            }
            
            .review-card.hidden {
                display: none !important;
            }
            
            .review-card-header {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                margin-bottom: 15px;
            }
            
            .reviewer-profile {
                display: flex;
                align-items: center;
                gap: 15px;
            }
            
            .reviewer-avatar-circle {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background: #D9D9D9;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                color: #000;
                font-size: 18px;
            }
            
            .reviewer-info {
                display: flex;
                flex-direction: column;
            }
            
            .reviewer-name-text {
				font-family: Poppins;
				font-weight: 600;
				font-style: SemiBold;
				font-size: 17px; 
				line-height: 26px; 
				color:#000;
            }
            
            .review-stars-row {
                display: flex;
                gap: 2px;
            }
            
            .review-meta-info {
                text-align: right;
            }
            
            .review-date-text {
                color: #D9D9D9;
				font-family: Poppins;
				font-weight: 400;
				font-style: Regular;
				font-size: 14px; 
				line-height: 35px; 

            }
            
            .verified-purchase-badge {
                display: inline-flex;
                align-items: center;
                gap: 5px;
                padding: 4px 10px;
                background: #e8f5e8;
                color: #28a745;
                border-radius: 15px;
                font-size: 12px;
                font-weight: 600;
            }
            
            .review-content-text {
				font-family: Poppins;
				font-weight: 400;
				font-style: Regular;
				font-size: 20px; 
				line-height: 35px;
				color:#000;

            }
            
            .excellent-review-badge {
				font-family: Poppins;
				font-weight: 500;
				font-style: Medium;
				font-size: 20px; 
				line-height: 30px;  
				color:#000;
            }
            
            /* Review Form */
            .review-form-container {
                background: #f8f9fa;
                border-radius: 12px;
                padding: 30px;
                margin-top: 30px;
                display: none;
            }
            
            .review-form-container.active {
                display: block;
            }
            
            .review-form-title {
                font-size: 24px;
                font-weight: 700;
                color: #2c3e50;
                margin-bottom: 20px;
            }
            
            .form-group {
                margin-bottom: 20px;
            }
            
            .form-label {
                display: block;
                margin-bottom: 8px;
                font-weight: 600;
                color: #2c3e50;
            }
            
            .form-input,
            .form-textarea {
                width: 100%;
                padding: 12px 15px;
                border: 2px solid #e0e0e0;
                border-radius: 8px;
                font-size: 15px;
                transition: border-color 0.3s;
            }
            
            .form-input:focus,
            .form-textarea:focus {
                outline: none;
                border-color: #ff6b00;
            }
            
            .form-textarea {
                resize: vertical;
                min-height: 100px;
            }
            
            .rating-input-group {
                display: flex;
                align-items: center;
                gap: 10px;
            }
            
            .rating-stars-input {
                display: flex;
                gap: 5px;
            }
            
            .star-input {
                font-size: 24px;
                color: #e0e0e0;
                cursor: pointer;
                transition: color 0.3s;
            }
            
            .star-input:hover,
            .star-input.active {
                color: #ffa500;
            }
            
            .form-actions {
                display: flex;
                gap: 15px;
                margin-top: 25px;
            }
            
            .submit-review-btn {
                background: linear-gradient(135deg, #28a745, #20c997);
                color: white;
                border: none;
                padding: 12px 30px;
                border-radius: 8px;
                font-size: 16px;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.3s;
            }
            
            .submit-review-btn:hover {
                transform: translateY(-2px);
                box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
            }
            
            .cancel-review-btn {
                background: #6c757d;
                color: white;
                border: none;
                padding: 12px 30px;
                border-radius: 8px;
                font-size: 16px;
                font-weight: 600;
                cursor: pointer;
                transition: background 0.3s;
            }
            
            .cancel-review-btn:hover {
                background: #5a6268;
            }
            
            .review-message {
                padding: 15px 20px;
                border-radius: 8px;
                margin-bottom: 20px;
                font-weight: 600;
            }
            
            .review-message.success {
                background: #d4edda;
                color: #155724;
                border: 1px solid #c3e6cb;
            }
            
            .review-message.error {
                background: #f8d7da;
                color: #721c24;
                border: 1px solid #f5c6cb;
            }
            
            .no-reviews-placeholder {
                padding: 40px;
                text-align: center;
                color: #666;
                font-style: italic;
                font-size: 16px;
            }
            .rating-breakdown {
 
    max-width: 100%;
    width: 100%;
}



/* Inline rating row */
.wc-product-enhanced-display .wc-rating-inline{
  display:flex; align-items:flex-start; gap:0px; margin-bottom:10px;
  font-size:16px; line-height:1;
}
.wc-product-enhanced-display .wc-rating-number{
  font-weight:800; font-size:18px; color:#111;
}

/* Star bar: overlay fill on gray stars */
.wc-product-enhanced-display .wc-stars{
  position:relative; display:inline-block; font-size:18px; line-height:1;
}
.wc-product-enhanced-display .wc-stars-bg{
  color:#e6e6e6; letter-spacing:2px;
}
.wc-product-enhanced-display .wc-stars-fill{
  position:absolute; inset:0 0 0 0; width:0; color:#ffb84d; /* gold-ish */
  overflow:hidden; white-space:nowrap; letter-spacing:2px; pointer-events:none;
}

/* “• 45 Reviews” link */
.wc-product-enhanced-display .wc-review-count-link{
  display:inline-flex; align-items:center; gap:8px;
  text-decoration:none; color:#111; font-weight:600;
}
.wc-product-enhanced-display .wc-review-count-link:hover{
  text-decoration:underline;
}
.wc-product-enhanced-display .wc-review-count-link .wc-bullet{
  color:#888;
}




				/* Reviews pager */
.wc-product-enhanced-display .reviews-pagination{
  display:flex; align-items:center; gap:12px; justify-content:flex-end;
  margin-top:18px; font-weight:600; color:#333;
}
.wc-product-enhanced-display .reviews-pagination .page-btn{
  border:1px solid #e5e5e5; background:#fff; border-radius:10px; padding:8px 14px;
  cursor:pointer; transition:background .15s ease, box-shadow .15s ease, color .15s ease;
}
.wc-product-enhanced-display .reviews-pagination .page-btn:hover{
  background:#f7f7f7; box-shadow:0 1px 4px rgba(0,0,0,.06);
}
.wc-product-enhanced-display .reviews-pagination .page-btn:disabled{
  opacity:.45; cursor:not-allowed; box-shadow:none; background:#fff;
}
.wc-product-enhanced-display .reviews-pagination .page-status{
  display:inline-flex; align-items:center; gap:8px;
}





/* Quantity stepper styling (works inside our shortcode only) */
.wc-product-enhanced-display .quantity {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 0;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  max-width: 260px;
}

.wc-product-enhanced-display .quantity input.qty {
  text-align: center;
  border: 0 !important;
  height: 48px;
  font-weight: 700;
  font-size: 16px;
  width: 100% !important;
}

.wc-product-enhanced-display .qty-btn {
  height: 48px;
  border: 0;
  background: #f7f7f7;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
.wc-product-enhanced-display .qty-btn:hover {
  background: #efefef;
}
/* Ensure qty input is visible + sized inside our shortcode */
.wc-product-enhanced-display .quantity {
  display: grid;
  grid-template-columns: 48px 1fr 48px;  /* – [ input ] + */
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  max-width: 260px;
  background: #fff;
}

/* Many themes hide or shrink the qty input; force it visible */
.wc-product-enhanced-display .quantity input.qty {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #111 !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Neutralize opinionated theme rules */
.wc-product-enhanced-display .quantity input.qty::-webkit-outer-spin-button,
.wc-product-enhanced-display .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.wc-product-enhanced-display .quantity input.qty { -moz-appearance: textfield; }

/* Our +/- buttons */
.wc-product-enhanced-display .qty-btn {
  height: 48px;
  border: 0;
  background: #f7f7f7;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
.wc-product-enhanced-display .qty-btn:hover { background: #efefef; }
 
/* SS-style qty (inside our shortcode only) */
.wc-product-enhanced-display .wc-qty {
  --h: 48px;
  --radius: 10px;
  --border: #e7e7e7;
  --text: #111;
  --icon: #c9c9c9;
  --icon-hover: #9f9f9f;

  display: inline-grid;
  grid-template-columns: 48px 72px 48px; /* – [ value ] + */
  align-items: center;
  height: var(--h);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  user-select: none;
}
.wc-product-enhanced-display .wc-qty__btn {
  height: 100%;
  display: grid; place-items: center;
  font-size: 20px; font-weight: 600;
  color: var(--icon);
  background: transparent; border: 0; cursor: pointer;
  transition: color .15s ease, background .15s ease;
}
.wc-product-enhanced-display .wc-qty__btn:hover { color: var(--icon-hover); }
.wc-product-enhanced-display .wc-qty__btn.is-disabled { color:#e0e0e0; pointer-events:none; }

.wc-product-enhanced-display .wc-qty__val {
  display:grid; place-items:center;
  font-weight:700; font-size:16px; color:var(--text);
}

/* hide the original input but keep it in the form */
.wc-product-enhanced-display .quantity input.qty {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}
 
/* Force overlayed SVG star bar (theme-proof) */
.wc-product-enhanced-display .wcpe-rating-inline{display:flex;align-items:center;gap:10px;margin:8px 0 12px}
.wc-product-enhanced-display .wcpe-rating-number{font-weight:800;font-size:18px;color:#111}

/* Container size for 5 stars */
.wc-product-enhanced-display .wcpe-stars{
  position: relative !important;
  display: inline-block !important;
  width: 110px !important;   /* ~22px x 5 with small gaps */
  height: 20px !important;
  line-height: 0 !important;
}

/* Both layers must overlap exactly */
.wc-product-enhanced-display .wcpe-stars-base,
.wc-product-enhanced-display .wcpe-stars-fill{
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  gap: 2px !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Star sizing */
.wc-product-enhanced-display .wcpe-star{
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
}

/* Colors (slam with !important to beat theme rules) */
.wc-product-enhanced-display .wcpe-stars-base .wcpe-star path{ fill:#e6e6e6 !important; }
.wc-product-enhanced-display .wcpe-stars-fill .wcpe-star path{ fill:#ffb84d !important; } /* gold */

/* Link styling (optional) */
.wc-product-enhanced-display .wcpe-review-count-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#1a73e8;font-weight:600}
.wc-product-enhanced-display .wcpe-review-count-link:hover{text-decoration:underline}
.wc-product-enhanced-display .wcpe-bullet{color:#888}
/* Hide Woo's default Add to Cart button */
.wc-product-enhanced-display .single_add_to_cart_button {
    display: none !important;
}
 
.enhanced-reviews-wrapper.main-wrapper-review {
    display: flex;
	gap:28px;
}
.right-rating-sec {
    width: 40%;
}
.review-right-filter-wrap {
    width: 60%;
}
.wc-product-enhanced-display .wc-rating-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    flex-direction: column;
    align-items: baseline;
    gap: 0;
}
.total-reviews-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}
	.reviews-overview {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
		border: 1.5px solid #EDEDED;
		border-radius:10px;
}
	.rating-summary {
    width: 100%;
    border-bottom: 1.5px solid #EDEDED;
    padding: 28px 28px 20px;
}
	.rating-breakdown {
    padding: 0px 28px 28px;
}
.review-withex {
    display: flex;
    align-items: center;
    gap: 20px;
}
	.price span.woocommerce-Price-amount.amount {
    font-family: Poppins;
    font-weight: 600;
    font-size: 35px;
    line-height: 70px;
    color: #000;
}
	body .wc-product-summary .product_title {
    color: #000;
    margin-bottom: 15px;
    font-family: Poppins !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 70px;
}
body	.wc-product-enhanced-display .wcpe-review-count-link {
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
}
	body .wc-product-enhanced-display .wcpe-rating-number {
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}
	body .wc-product-summary form.cart {
    display: flex
;
    flex-direction: column;
    width: 100%;
}
	body .button.buy-now-button{
	font-family: Poppins !important;
font-weight: 700 !important;
font-style: Bold;
font-size: 20px;  
background:#C79F5A !important;
		width:100%;
		border:0;
		border-radius:100px !important;
	}
	.wc-product-summary .cart .quantity {
    display: flex
;
    align-items: center;
    margin-right: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    width: 100% !important;
    display: flex;
    max-width: 100%;
    margin: 0 0 20px 0;
}
	body .wc-product-enhanced-display .wc-qty {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    padding: 0px 20px;
		border:0;
		font-family: Poppins;
		font-weight: 500; 
		font-size: 20px; 
		line-height: 100%;
		color:#000;

		}
	.acf-eyebrow {
    font-family: Poppins;
    font-weight: 600;
    font-style: ;
    font-size: 20px;
    color: #C79F5A;
    line-height: 100%;
}
		body .wc-product-summary .woocommerce-product-details__short-description li:before {
 
    font-size: 16px;
    border: 1px solid #C79F5A;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
			    content: "";
    background-image: url(https://drsteveng.com/wp-content/uploads/2025/09/approve-1-1.png);
    border: 0;
    background-size: contain;
			background-repeat:no-repeat;
}
	 .count {
    text-decoration: underline;
		 font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

} 
	a.woocommerce-product-gallery__trigger {
    display: none;
}
	body .wc-product-enhanced-display .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    padding: 0;
    margin: 50px 0 0;
}
.wc-product-section .woocommerce-product-gallery .flex-viewport {
    box-shadow: 0px 4px 58px 4px #00000040;
    border-radius: 12px;
}
	body  .wc-product-images,body .wc-product-summary {
    flex: unset;
    width: 50% !important;
}
	
	.wc-product-summary button.button.buy-now-button {
    padding: 21px 30px !important;
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px !important;
}
	body .wc-product-enhanced-display .wc-qty {
    width: 100%;
    display: flex;
    justify-content: space-between !important; 
    min-height: 65px;
}
	span.flag-icon {
    padding-left: 15px;
}
span.flag-icon img {
    max-width: 16px;
}
	.wc-product-enhanced-display { 
    max-width: 100% !important;
    padding: 0px !important;
}
	.wc-product-images img {
    border-radius: 0px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    width: 100% !important;
}
	.filter-dropdown {
    padding: 6px 14px 10px 15px;
    border: 1px solid #EDEDED;
    font-size: 17px; 
		    font-family: Poppins;
}
	
.main-tit-rate {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000;
}
	
.sub-rt {
    color: #919191;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}
	select#review-filter-10139 {
    background-image: url(https://drsteveng.com/wp-content/uploads/2025/09/Vector-3.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 76% 17px;
    text-align: center;
}
	select#review-filter-10139  {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
		padding:8px 33px 10px 10px;
}
	
.wc-product-enhanced-display .reviews-pagination { 
    margin-bottom: 15px !important;
	margin-right:15px;
}
	.review-form-title{
		color:#000 !important;
		    font-family: Poppins;
	}
	.form-actions button.submit-review-btn {
    font-family: Poppins !important;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 16px;
    background: #C79F5A !important;
    border: 0;
    border-radius: 100px !important;
		outline: none !important;
}






    .wc-product-enhanced-display .woocommerce-product-gallery__wrapper {
        margin: 0;
    }
    
    .wc-product-enhanced-display .woocommerce-product-gallery__image {
        margin-bottom: 15px;
    }
    
    .wc-product-enhanced-display .flex-control-thumbs {
        display: flex;
        gap: 10px;
        margin-top: 15px;
    }
    
    .wc-product-enhanced-display .flex-control-thumbs li {
        list-style: none;
        margin: 0;
    }
    
    .wc-product-enhanced-display .flex-control-thumbs img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .wc-product-enhanced-display .flex-control-thumbs img:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    
    /* Override WooCommerce default styles */
    .wc-product-enhanced-display .summary.entry-summary {
        margin: 0;
        padding: 0;
    }
    
    .wc-product-enhanced-display .woocommerce div.product .woocommerce-tabs {
        display: none; /* Hide default tabs since we have our custom reviews */
    }
    
    .wc-product-enhanced-display .related.products {
        display: none; /* Hide related products in this view */
    }
		
		
		
		
		
		
		.review-top-bar .write-wrapper-sec button.write-review-toggle:hover 
			 {
				background: #c79f5a;
				color: #000;
				border-color: #c79f5a;
			}
		.faq-wrappers .e-n-accordion-item-title-text {
    color: #000;
}
		.faq-wrappers .elementor-widget-container, .faq-wrappers .elementor-widget-container p {
    font-weight: 400;
}
.top-link-hover-white a:hover strong {
    color: #fff;
}
.link-gold-hover a:hover{
	color:#C79F5A !important;
}
.link-gold-hover a{
    text-decoration: underline !important;
}
.link-research a{
	text-decoration: underline !important;
}

.list-media-copy ol {
    padding: 0px 0 0 0px;
}
.list-media-copy ol > li::marker {
  font-weight: bold;
}
.wc-product-enhanced-display[data-product-id="10740"] .acf-eyebrow {
  color: #159547;
}
.wc-product-images img.zoomImg {
    display: none !important;
}
.woocommerce-product-gallery {
    opacity: 1 !important;
}
.subscription-save-info {
    background: #c79f5a;
    padding: 15px 6px 24px 6px;
    text-align: center;
    color: #fff !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: -10px !important;
}

span.wcsatt-options-prompt-action {
    font-size: 23px;
}
.wcsatt-options-prompt-label::before 
 {
    content: "";
    width: 25px !important;
    height: 25px !important;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    flex: 0 0 auto;
    background: #fff;
    transition: all .18s 
ease;
    margin-right: 8px;
}
/************************************product page***/
span.price.subscription-price {
    display: flex !important;
    flex-direction: column !important;
}
span.price.subscription-price span.subscription-details {
    display: none;
}
span.wcsatt-options-prompt-action 
 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.price ins span.woocommerce-Price-amount.amount 
 { 
    line-height: 39px !important; 
}
  body button.single_add_to_cart_button.button.alt:hover {
    background: #C79F5A !important; 
	  box-shadow:none !important;
}
body button.single_add_to_cart_button.button.alt { 
    font-size: 20px !important; 
    padding: 21.7px 50px !important;
}
.quantity button {
  font-size: 30px !important;
  color: #00000091 !important;
}
 .price span.woocommerce-Price-amount.amount.main-price-custom {
    font-size: 20px ;
    line-height: 24px;
    text-decoration: line-through;
}
.subscription-save-info {
    text-transform: capitalize;
    background: #25405e;
}
.wc-product-summary .woocommerce-product-details__short-description li,.subscription-save-info,.wcsatt-options-prompt-action-input:checked + .wcsatt-options-prompt-action{
	font-family: "Poppins", Sans-serif !important;
}
ul.wcsatt-options-prompt-radios li.wcsatt-options-prompt-radio label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-one-time span.woocommerce-Price-amount.amount.dis-price-cus
 {
    display: none;
}
.price span.woocommerce-Price-amount.amount { 
    font-size: 24px;
    line-height: 40px; 
}

.cart-discount.coupon-discount10 th:after {
    content: "Subscription Discount";
    font-size: 14px;
    line-height: 22px;
}
tr.cart-discount.coupon-discount10 th {
    font-size: 0;
}

tr.cart-discount.coupon-discount10.coupon-added-subscription a.woocommerce-remove-coupon {
    display: none;
}
.product-eyebrow-container {
    font-weight: 600;
	    font-family: Poppins !important;
}
.woo-img-wrap .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin: 0;
}
.popins h1{
	    font-family: Poppins !important;
}
.ilw-text ul {
    padding: 0;
}
/******************************************************************************************************************************************************media css**************/

            @media (max-width: 1024px) {
				.price span.woocommerce-Price-amount.amount {
					font-size: 18px;
					line-height: 28px;
				}
				span.wcsatt-options-prompt-action {
					font-size: 20px;
				}
			}

            /* Responsive Design */
            @media (max-width: 767px) {
				.mob-no-mrg h4{
	margin-bottom: 0 !important;
}
				.wc-product-summary .woocommerce-product-details__short-description li
 
 {
        align-items: flex-start;
        padding: 0 0 2px !important;
    }
                .wc-product-section {
                    flex-direction: column;
                    padding: 20px;
                }
                
                .wc-product-images {
                    flex: 1;
                    width: 100%;
                }
                
                .wc-product-summary {
                    padding-left: 0;
                    margin-top: 20px;
                }
                
                .reviews-overview {
                    flex-direction: column;
                    gap: 30px;
                }
                
                .rating-summary {
                    flex: 1;
                    width: 100%;
                }
                
                .rating-breakdown {
                    max-width: 100%;
                }
                
        
                
                .write-review-toggle {
                    margin-left: 0;
                }
				
				
		
.enhanced-reviews-wrapper.main-wrapper-review {
    display: flex;
    gap: 28px;
    flex-direction: column;
}
			body .wc-product-section .woocommerce-product-gallery  .wc-product-images,body .wc-product-section .woocommerce-product-gallery .wc-product-summary {
    flex: unset;
    width: 100%;
}
		.right-rating-sec,.review-right-filter-wrap {
    width: 100%;
}
		.review-top-bar {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
		.review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    flex-direction: column;
    gap: 6px;
}
		.excellent-review-badge { 
    font-size: 14px !important; 
}
		.total-reviews-text { 
    font-size: 14px; 
}
		body .wc-product-summary .product_title { 
    font-size: 32px;
    line-height: 42px;
}
		.wc-product-section {
        flex-direction: column;
        padding: 0;
    }
		.wc-product-enhanced-display { 
    padding: 0; 
}
				
				body .wc-product-images, body .wc-product-summary {
    flex: unset;
    width: 100% !important;
}
				.wc-product-summary button.button.buy-now-button {
    padding: 12px 25px !important;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px !important;
}
				
        .review-withex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}
.review-content-text { 
    font-size: 16px;
    line-height: 26px; 
}
				select#review-filter-10139 { 
    background-position: 84% 17px; 
}
				.write-review-toggle { 
    font-size: 16px; 
    padding: 14.5px 30px; 
}
				.reviewer-name-text { 
    font-size: 16px; 
}
				.review-card {
    padding: 20px 20px; 
}
								.no-mobile-br br{
    display: none;
}
				span.wcsatt-options-prompt-action {
  font-size: 18px !important;
}
				.price ins span.woocommerce-Price-amount.amount {
 
  font-size: 20px !important;
  line-height: 30px; 
}
				.price.subscription-price del > * {
  font-size: 15px !important;
}
				span.woocommerce-Price-amount.amount.dis-price-cus { 
    font-size: 24px;
    line-height: 35px; 
}
				.woocommerce-Price-amount.amount.main-price-custom
 
 {
    font-size: 18px  ;
    line-height: 18px  ; 
}
				body .wc-product-summary .woocommerce-product-details__short-description li:before { 
    max-width: 20px;
}
				    span.wcsatt-options-prompt-action {
        font-size: 14px !important;
    }
				    span.woocommerce-Price-amount.amount.dis-price-cus {
        font-size: 16px;
        line-height: 35px;
    }
				.price span.woocommerce-Price-amount.amount.main-price-custom {
    font-size: 16px;
    line-height: 22px; 
}
				
				.wcsatt-options-prompt-label { 
    padding: 10px 10px; 
					    gap: 7px !important; 
}
				
	.wcsatt-options-prompt-label::before 
 { 
    width: 20px !important;
    height: 20px !important; 
	     margin-right: 0;
} 
				.wcsatt-options-prompt-label { 
    padding: 18px 12px !important; 
}
	    body .wc-product-summary .woocommerce-product-details__short-description li:before {
        max-width: 20px;
        min-width: 20px !important;
        margin-top: 3px;
    }	
				.wc-product-summary .woocommerce-product-details__short-description li {
  
    align-items: flex-start; 
}
		    body .wc-product-summary .woocommerce-product-details__short-description li:before {
        max-width: 20px;
        min-width: 20px !important;
        margin-top: 8px;
    }
				.wc-product-summary .woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
				.e-atc-qty-button-holder .quantity button {
 
    border: 0 !important;
}
				    .wc-product-summary .woocommerce-product-details__short-description li {
     align-items
        padding: 0;
    }
				
				body .wc-product-summary .woocommerce-product-details__short-description li:before {
 
        margin-top: 3px;
    }
				.main-tit-rate {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    line-height: 28px;
}
}


            @media (max-width: 390px) {

    span.woocommerce-Price-amount.amount.dis-price-cus {
        font-size: 14px;
        line-height: 35px;
    }
}