/*!
 * Code By "Amir H Fadaee"
 * Contact email: amir.gardeshgar@gmail.com
 * Contact email: amir_fadaiee@yahoo.com
 */

.latest-articles .slide {
    width: 100%;
    display: block;
}

.latest-articles .slick-list {
    padding-top: 30px;
}

.article_item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.article_item .shop_article_content {
    bottom: 30px !important;
    display: block;
}

.article_item .shop_article_content .article_image {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: auto;
}

.article_item .shop_article_content .article_image img {
    max-width: 100%;
    width: unset;
    height: auto;
    border-radius: 10px;
}

.article_info .writer_info .writerImg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.shop_article_txt {
    height: 100px;
    overflow-y: hidden;
    text-align: right;
    font-size: 15px !important;
    line-height: 28px;
}

.slide .article_info .writer_info {
    font-size: 14px;
}

.product_article .article_info .writer_info .writerImg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.article_date p {
    font-size: 12px;
    color: #707070;
}

.red_border_bottom {
    transition: width 1s;
    width: 50px;
    border-bottom: 4px solid;
    border-color: #7e37a9;
}

.article_item:hover .red_border_bottom {
    width: 100%;
}

.article_item a {
    color: #707070;
}

.article_item a:hover {
    text-decoration: none;
}