/* 
Theme Name: Araliaweb Child
Template: hello-elementor
*/

#last-blue{
    margin-bottom: 200px;
    
}

/*کد برای دکمه سبد خریدی که الکی پشتش آبی*/
#elementor-menu-cart__toggle_button > span.elementor-button-icon > svg{
		background-color: #fff;	
}

/*برد کرامپ صفحه نوشته تکی*/
.rank-math-breadcrumb{
	font-size: 18px;
	color: #03a9f4;
}



.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}
 
.comment-form input[type="submit"] {
    background-color: #03A9F4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
 
.comment-form input[type="submit"]:hover {
    background-color: #03A9F4;
}

/*استایل دهی به نمایش نظرات*/
.comment-list li {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #03A9F4;
    border-left: 5px solid #4CAF50;
    border-radius: 5px;
}
 
.comment-list .comment-author {
    font-weight: bold;
    color: #03A9F4;
}
 
.comment-list .comment-date {
    font-size: 12px;
    color: #888;
	
}
 
.comment-list .comment-content {
    margin-top: 10px;
    line-height: 1.6;
	background-color: #d7f3fb;
	padding: 30px;
	border: 1px solid #03A9F4;
	border-radius: 16px;
}
 
.comment-list .reply {
    margin-top: 10px;
}
 
.comment-list .reply a {
    color: #03A9F4;
    text-decoration: none;
    font-size: 14px;
}
 
.comment-list .reply a:hover {
    text-decoration: underline;
}
 
/*استایل دهی به تصویر نویسنده*/
.comment-list .avatar {
    border-radius: 50%;
    margin-right: 10px;
}

/*استایل های دکمه پلاگین فراز اس ام اس*/
.farazsms-login-button{
	border-radius: 100px!important;
}
.farazsms-login-button:hover{
	background-color: #0288D1!important;
}
