.woocommerce-error,
.woocommerce-NoticeGroup-checkout {
    display: none !important;
}

/* Stars & reviews – unique woocommerce specific */
.woocommerce-Reviews-title,
.woocommerce-noreviews,
.woocommerce-tabs ul.tabs,
#reviews h2,
#reviews h3,
.woocommerce-review__verified,
.verified {
    display: none !important;
}

.star-rating {
    color: #ffc107 !important;
    display: inline-block !important;
    font-family: "bootstrap-icons" !important;
    font-size: 1.1rem !important;
    height: 1.2em !important;
    line-height: 1 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 5.4em !important;
}

.star-rating::before {
    color: #e0e0e0 !important;
    content: "\F588 \F588 \F588 \F588 \F588" !important;
    left: 0;
    letter-spacing: 2px !important;
    position: absolute;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em !important;
    position: absolute;
    top: 0;
}

.star-rating span::before {
    color: #ffc107 !important;
    content: "\F586 \F586 \F586 \F586 \F586" !important;
    left: 0;
    letter-spacing: 2px !important;
    position: absolute;
    top: 0;
}

.woocommerce p.stars {
    display: flex !important;
    flex-direction: row-reverse !important;
    height: 35px !important;
    justify-content: flex-end !important;
    line-height: 1 !important;
    margin: 10px 0 25px !important;
}

.woocommerce p.stars a {
    color: transparent !important;
    display: inline-block !important;
    font-size: 0 !important;
    height: 32px !important;
    position: relative !important;
    text-decoration: none !important;
    text-indent: -9999px !important;
    width: 32px !important;
}

.woocommerce p.stars a::before {
    color: #ccc !important;
    content: "\F588" !important;
    font-family: "bootstrap-icons" !important;
    font-size: 1.8rem !important;
    left: 0;
    position: absolute;
    text-indent: 0 !important;
    top: 0;
}

.woocommerce p.stars a.active::before,
.woocommerce p.stars a:not(.active)::before,
.woocommerce p.stars a:hover::before,
.woocommerce p.stars a:hover ~ a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a.active ~ a::before {
    color: #ffb800 !important;
    content: "\F586" !important;
}

.comment-form-rating {
    background: var(--talla-color-soft);
    border: 1px solid #eee;
    border-radius: var(--talla-radius-lg);
    margin-bottom: 25px;
    padding: 25px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    outline: none !important;
    padding: 12px 15px !important;
    width: 100% !important;
}

#review_form_wrapper #submit {
    background: var(--talla-color-primary) !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 12px 50px !important;
}

.comment-form-cookies-consent {
    display: flex !important;
    font-size: 0.9rem !important;
    gap: 10px !important;
    margin: 15px 0 !important;
}

/* إلغاء border-radius من الكوبون */
.coupon .input-group .form-control,
.coupon .input-group .btn,
.coupon .input-group {
    border-radius: 0 !important;
}