.category-name_article {
    background: #210404;
    height: 40px;
    color: white;
    font-size: 20px;
    padding: 1% 0% 1% 2%;
    margin-bottom: 18px;
}

.clear {
    clear: both;
}

.category_page_head {
    background: #100303;
    height: 40px;
    color: white;
    font-size: 23px;
    padding: 2%;
}

.category_title {
    margin-left: 20px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.padding_category_list {
    /* border: 1px solid #D8D8D8!important; */
    /* margin-bottom: 10px; */
}

.category_sub {
    margin-left: 20px;
    color: #26147D;
    font-weight: bold;
    cursor: pointer;
}

.article-name_article {
    height: 40px;
    color: #423F3B;
    font-size: 20px;
    padding: 1% 0% 1% 2%;
}

.article_discription {
    padding: 2%;
}

.article_date {
    padding: 2%;
    font-size: 16px;
    border: 1px solid #D2C9C9;
}

.comment_label {
    /*padding:2%;*/
    color: #353232;
    font-size: 17px;
}

.comment_heading {
    /*background: red;*/
    font-size: 21px;
    height: 40px;
    padding: 1% 0% 1% 2%;
}

#comment_blog {
    resize: both;
}

.comment_input {
    width: 50%;
}

#submit_message {
    color: #1B981B;
    font-size: 20px;
    padding: 2%;
}

#comment_blog_block {
    padding: 2%;
}

.comment_name_user {
    font-size: 17px;
    font-weight: bold;
    color: #130D5F;
}

.comment_name_user_name {
    border: 1px solid #8A7979;
    padding: 1%;
    background: #E4E4E4;
}

.comment_content_comment {
    border: 1px solid;
    padding: 1%;
    border-top: none;
}

#comment_article {
    font-size: 18px;
    background: black;
    color: white;
    padding: 1%;
    margin-bottom: 1%;
}

.related_product {
    color: white;
    font-size: 17px;
    background: black;
    padding: 1%;
    margin-bottom: 2%;
}

.comment_value {
    margin-bottom: 1% !important;
}

.list_name {
    text-align: center;
    /*border-bottom: 1px solid;*/
}

@media (min-width: 280px) and (max-width: 760px) {
    .article_discription img {
        width:100%;
    }

    .comment_value {
        /*width:55% !important;*/
    }

    #comment_blog {
        width: 100%;
    }

    .phone_category_image {
        width: 100% !important;
    }
}

.js-item-image {
    border: 1px solid #D2C5C5;
}

.category_title_link,.article_description_link {
    margin: 0% !important;
}

.category_title_link {
    margin-top: 1% !important;
}
