.my-blog {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
}
.blog-thumb {
    width: 100%;
    position: relative;
}
.blog-thumb>a {
    width: 100%}
.blog-thumb>a img {
    width: 100%
}

.blog-details {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
}
.blog-details h3 {
    width: 100%;
    font-size: 18px;
    color: #232323;
    margin: 10px 0;
    text-align: right;
}
.blog-details h3 a{
    color: #484848;
}
.blog-details p {
    width: 100%;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecec;
}
.blog-details>a {
    font-size: 13px;
    padding: 13px 0;
    float: left;
}
.blog-details>a.date-blog {
    float: right;
}
.blog-details>a.date-blog:hover {
    color: var(--primary);
    cursor: unset;
}
.blog-details {
    border-top: 1px solid #e8ecec;
}
.img-blog-user img {
    width: 42px;
    border-radius: 50px;
}
.blog-category {
    background-color: #993499!important;
    line-height: 24px;
    border-radius: 50px 0 0 50px;
    padding: 2px 13px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.blog-category-a {
    position: absolute;
    top: 8px;
    right: -2px;
}
.blog-single .post-container {
    padding: 20px 30px;
    margin-bottom: 20px;
}
.blog-image-container {
    margin: 15px 0;
    text-align: center;
}
.blog-image-container img {
    border-radius: 10px;
    max-width: 100%;
}
.tags-share {
    border-top: 1px solid #e8ecec;
    padding: 20px 0;
}
.tags-share .tags_widget {
    margin-top: 6px;
    direction: rtl;
}
.tags-share .tags_widget span {
    font-size: 15px;
    color: #202020;
    margin-left: 20px;
    line-height: 28px;
    float: right;
}
.tags-share .share-bar {
    padding: 0;
    border: none;
    text-align: left;
}
.tags-share .share-bar a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 36px;
    margin-right: 20px;
}
.tags-share .share-bar a i{
    font-size: 30px;
}
.tags-share .share-bar span {
    margin: 0;
}
.tags-share .tags_widget a {
    float: right;
}
.tags_widget>a {
    font-family: IRANSans;
    font-size: 13px;
    color: #888;
    border: 1px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 6px 14px;
    margin-left: 11px;
    margin-bottom: 11px;
}
.side-bar{
    position: sticky;
    top: 100px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 50px;
}
.product-details-frame {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.similar-post{
    background: #f6f6f6;
    padding: 10px 30px;
    border-radius: 2px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.similar-post a i{
    margin-right: 5px;
    font-size: 12px;
}
.no-data {
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.no-data img {
    max-width: 200px;
}
.no-data div h2 {
    font-size: 26px;
    font-weight: 700;
    color: #555;
    text-align: center;
    width: 100%
}
.no-data div a {
    color: var(--primary);
}
