/* 
Theme Name: Moderniti-Theme
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: Moderniti Team - Mahdi Fereidouni
Author URI: https://MOderniti.ir/
Template: hello-elementor
Version: 2.0.0
Text Domain: Moderniti-Theme
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 */


/* Container for the reviews section */
.commentlist {
	padding: 0;
}
#comments ol li {
	list-style: none;
}
.woocommerce-Reviews {
    padding: 10px;
    border-radius: 5px;
}

/* Title of the reviews section */
.woocommerce-Reviews-title {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
}

/* Individual review container */
.comment_container {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

/* Review author */
.woocommerce-review__author {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

/* Review date */
.woocommerce-review__published-date {
    font-size: 12px;
    color: #666;
}

/* Dash between author and date */
.woocommerce-review__dash {
    display: none;
}

/* Review description */
.description p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 10px 0 0 0;
}

/* Nested comments (admin replies) */
.children {
    margin-top: 15px;
    padding-right: 5px;
}

.children .comment_container {
    background-color: #fafafa;
}

.children .woocommerce-review__author {
    color: #387081;
}

.children .description p {
    font-size: 14px;
    color: #666;
}

/* Additional styling for overall consistency */
.meta {
    display: flex;
    align-items: center;
}

.meta time {
    margin-right: auto;
}

/* Special styling for verified buyers */
.woocommerce-review__verified.verified {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    margin-left: 10px;
	font-style: inherit;
}

/* Additional styling for the review author with verified badge */
.comment_container .woocommerce-review__author {
    display: flex;
    align-items: center;
}

.comment_container .woocommerce-review__author .woocommerce-review__verified.verified {
    margin-right: 10px;
}

/* Example of how to style the meta section to include the verified badge */
.meta {
    display: flex;
    align-items: center;
}

.meta .woocommerce-review__verified.verified {
    margin-right: 10px;
}

.woocommerce-order {
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.woocommerce-order h2 {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.woocommerce-thankyou-order-details {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.woocommerce-thankyou-order-details li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.woocommerce-thankyou-order-details li:last-child {
    border-bottom: none;
}

.woocommerce-thankyou-order-details li strong {
    font-weight: 600;
    color: #333;
}

.woocommerce-notice--success {
    text-align: center;
    color: #387081;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.woocommerce-notice--error {
    text-align: center;
    color: #dc3545;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.button.pay {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
}

.button.pay:hover {
    background-color: #0056b3;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .woocommerce-order {
        padding: 5px;
        box-shadow: none;
			font-size: 14px;
    }

    .woocommerce-thankyou-order-details li {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-thankyou-order-details li strong {
        margin-top: 5px;
        font-size: 12px;
    }

    .button.pay {
        width: 100%;
        text-align: center;
    }
	
	  .woocommerce-customer-details h2.woocommerce-column__title {
	text-align: right;
			font-size:16px;
		}
	
.woocommerce-order-details {
	font-size: 13px;
	margin-top:30px;
}	
	.woocommerce-order-details h2 {
	font-size: 16px;
}	

}
.woocommerce-message {
	margin-bottom: 10px !important;
}

.shipping_method {
	margin-left: 5px;
}

.elementor-widget-woocommerce-cart .woocommerce {
	font-family: inherit !important;
}