/* Custom Reviews Section */
.custom-reviews-container {
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}

.expand-review-form {
    font-family: "Helvetica", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    background: transparent !important;
    box-shadow: none !important;
}
.expand-review-form:hover {
    font-family: "Helvetica", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    background: transparent  !important;
}

.singleproreviews .e-con-inner #reviews #comments {
    display: none !important;
}

.reviews-heading {
    font-family: "Helvetica", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

/* Rating Stars and Bars */
.rating-stars-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.rating-row {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.rating-bar {
    height: 20px;
    margin-right: 25px;
    margin-left: 23px;
    width: 200px;
}
.rating-count {
    font-size: 14px;
}

/* Write Review Section */
.write-review-section {
    margin-top: 20px;
    text-align: center;
}
.write-review-section button {
    margin-top: 10px;
}
.review-form {
    display: none;
    margin-top: 10px;
}
.review-form.visible {
    display: block;
}

/* Most Recent Reviews Section */
.reviews-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.reviews-table th, .reviews-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.most-recent {
    width: 80%;
}
.date-column {
    width: 20%;
}
.hidden-review {
    display: none;
}
.view-more-reviews {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    cursor: pointer;
    border: none;
    font-size: 16px;
}
.view-more-reviews:hover {
    background-color: #005e7f;
}

/* Review Header styling */
.review-header {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.product-name {
    font-weight: bold;
}
.stars {
    color: gold;
}
.reviewer-name {
    margin-top: 5px;
}
.review-comment {
    margin-top: 5px;
}


.custom-reviews-container .reviews-table th, .custom-reviews-container .reviews-table td {
    border: none !important;
}

.custom-reviews-container table {
    border-width: 0px !important;
}

.custom-reviews-container table thead {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.custom-reviews-container .review-header {
    justify-content: start !important;
}

.custom-reviews-container .review-header .stars {
    color: black !important;
}

.custom-reviews-container .review-header .product-name {
    font-family: "Helvetica", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
}

.custom-reviews-container .review-row  .reviewer-name {
    font-family: "Helvetica", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    }

.custom-reviews-container .review-row  .review-comment {
    font-family: "Helvetica", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    margin-top: 15px !important;
    }

.custom-reviews-container .reviews-table .date-column {
    text-align: right !important;
}

.custom-reviews-container .reviews-table .date-content {
    text-align: right !important;
    vertical-align: top !important;
    color: black !important;
}

.custom-reviews-container .recent-reviews-list .review-row  {
    border-bottom: 1px solid black !important;
    padding-bottom: 0px !important;
}

.custom-reviews-container .recent-reviews-list .review-row td {
    padding-bottom: 15px !important;
}

.custom-reviews-container .most-recent-reviews .view-more-reviews{
    font-family: "Helvetica", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    background: transparent !important;
    box-shadow: none !important;
}

.custom-reviews-container .most-recent-reviews {
    text-align: center !important;
}

#review_form {
    border: 1px solid black !important;
}

#reply-title {
    font-family: "Helvetica", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    background: transparent !important;
    box-shadow: none !important;
}

.comment-form .comment-notes {
    font-family: "Helvetica", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;   
}

.comment-form .comment-form-rating  label {
    font-family: "Helvetica", Sans-serif !important;
    color: #000000 !important;
}

.comment-form .comment-form-comment  label {
    font-family: "Helvetica", Sans-serif !important;
    color: #000000 !important;
}


.comment-form .comment-form-rating .stars {
    margin-top: -8px !important;
}

.comment-form .form-submit .submit{
    font-family: "Helvetica", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase !important;
    background: black !important;
    }
    
 .custom-reviews-container .reviews-table thead tr th{
    font-family: "Helvetica", Sans-serif !important;
    color: black !important;
    font-weight: 600 !important;
}

@media only screen and (max-width: 600px) {
.custom-reviews-container {
padding:0px;
}
#forsingle .single_variation_wrap {
width:100% !important;
}
#forsingle .single_add_to_cart_button {
font-size: 14px !important;
padding: 10px !important;
}
#forsingle  .woocommerce-variation.single_variation {
margin-left: 0px !important;
}
}