/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.tinvwl-buttons-group [type="button"], .tinvwl-buttons-group [type="submit"], .tinvwl-buttons-group button {
    background-color: #E0AA97;
    border: 0;
    color: #fff !important;
}
.review_currentuser b{
    color: #C26964;
}
.woocommerce-Reviews .comment-form-rating {
    display: flex;
}
.woocommerce-Reviews #review_form_wrapper {
    background-color: #F9F7F7;
    padding: 20px;
    border-radius: 4px;
}
.woocommerce-Reviews .woocommerce-review__published-date {
    display: table;
    color: #B9AFAC;
    font-size: 13px;
}
.woocommerce .comment-form-rating a,.woocommerce .star-rating span{
    color: #F6C13A!important;
}
.woocommerce-Reviews .woocommerce-review__author {
    font-size: 16px;
}
.woocommerce-Reviews .stars {
    padding-left: 10px;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0!important;
}
.woocommerce #reviews #comments ol.commentlist li {
    background: #F9F7F7;
    padding: 0px 7px 10px 7px;
}
.woocommerce #review_form #respond textarea, .woocommerce #review_form #respond input {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    color: #b9afac;
    margin: 15px 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 00px;
    border: 0;
    border-radius: 0;
    padding: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    margin-left: 50px !important;
    padding-top: 4px;
}
.woocommerce #reviews .cmstr-out {
    display: none;
}
.woocommerce-Reviews .comment-form-comment label {
    margin-top: 0px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 10px;
    border: 0;
    background: transparent;
    border-radius: 50%;
    width: 45px;
    left: 8px;
}
.woocommerce #reviews .description p {
    margin: 0px !important;
}
.woocommerce div.product.elementor .star-rating {
    margin-top: 5px;
}
.woocommerce-Reviews  #submit {
    background: #c26964 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 15px !important;
}
.woocommerce-Reviews  #reply-title {
    color: #c26964;
    font-size: 20px;
}
.woocommerce-Reviews  #commentform {
    margin-top: 20px;
}
.woocommerce-Reviews .comment-form-rating .select2 {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
form#commentform input#wp-comment-cookies-consent {
    width: 20px!important;
    text-align: left;
}
form#commentform p.comment-form-cookies-consent {
    display: flex;
}
form#commentform p.comment-form-cookies-consent label {
    font-size: 14px;
    margin-top: 14px;
    margin-left: 10px;
}
p.comment-notes {
    font-size: 13px; 
}
.my_reviews {
    padding: 0;
    list-style: none;
}
.my_reviews .thumbnail {
    width: 85px;
    height: 80px;
    background-size: contain!important;
    background-position: center!important;
    background-color: #ccc!important;
}
.my_reviews li {
    background: #F9F7F7;
    padding: 10px;  
    margin-bottom: 15px;
}
.my_reviews .title_thumbnail {
    display: flex;
}
.my_reviews .title_thumbnail a {
    padding-left: 10px;
}
.my_reviews .date {
    display: table;
    color: #B9AFAC;
    font-size: 13px;
    padding-left: 10px;
}
.my_reviews .content {
    font-family: "Avenir-Medium", Sans-serif;
    font-weight: 400;
    color: #3E3E3C;
    padding: 10px 0px;
    font-size: 15px;
}