/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.dokan-vendor-rating .stars {
    color:#14AE5C;
}
.dokan-vendor-rating .stars.non-active{
    color:#E9ECEF !important; 
}
.store-name {
    text-transform: capitalize;
}

/*Review full summry*/

.vendor-reviews {
  margin-top: 20px;
  font-family: system-ui, sans-serif;
}
.vendor-review-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.vendor-review-header {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2e7d32;
  font-size: 14px;
  margin-bottom: 3px;
  justify-content: space-between;
}
.review-right-option{
    display: flex;
    gap: 5px;
}
.vendor-review-stars i {
  color: #14AE5C;
}
.vendor-review-rating {
  font-weight: bold;
}
.vendor-review-recommends {
  color: #4caf50;
  font-size: 13px;
}
.vendor-review-content {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.vendor-review-avatar {
  border-radius: 50% !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: cover;
}
.vendor-review-author {
  font-weight: bold;
}
.vendor-review-date::before {
  content: "|";
  margin: 0 6px;
}


/*Review Section CSS*/
.comment-form-author {
    width:50%;
    float:left;
}

.comment-form-email{
    width:50%;
    float:left;
}




