/* 
Theme Name: Avatheme Child
Description: Avatheme Child is a child theme of Avatheme, created by Neda
Author: Neda Zare
Template: avatheme
Version: 1.0.1
Text Domain: avatheme.com
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
#comment-area a{
    color:#E55B37;
}
#comment-area input,#comment-area textarea,input,textarea{
    background:#F5F5F5;
    border-color:#F5F5F5;
    border-radius:0px;
}
.comment-form-author,.comment-form-email,.comment-form-url{
    width: 32.333%;
    margin-left: 1%;
    float: right;
}
#comment-area #submit,submit,.submit{
    background: #E55B37;
    border-color: #E55B37;
    border-radius: 0px;
    color:#fff;
}
#comment-area .wp-comment-cookies-consent,.comment-form-cookies-consent{
    display:none;
}
#reply-title {
	font-size: 21px;
	color: #242424;
	line-height: 22px;
	font-weight:bold ;
}
@media(max-width:768px){
    .comment-form-author,.comment-form-email,.comment-form-url{
        width: 98%;
        margin:0 1%;
        float: none;
    }
}
.woocommerce-ordering, .woocommerce-ordering select {
	background: #F8F8F8;
	border-color: #F8F8F8;
	margin-top: -30px !important;
}
.woocommerce-result-count {
	background: #f8f8f8 !important;
	display: block !important;
	float: none !important;
	line-height: 45px !important;
	padding-right: 10px;
}
#archive-list ul.products{
    border-top:1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
}
#about-paper-home h1,#about-paper-home h2,#about-paper-home h3,
.textbox h1,.textbox h2,.textbox h3
{
	color:#E55B37;
	font-weight:600;
	font-size:18px;
}
#about-paper-home a,.textbox a{
	font-size:14px;
	color:#E55B37;
}