.blog-post {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 1.4rem;
    max-width: 100%;
    overflow: hidden;
}

.blog-post .blog-headline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 6px 0;
    position: relative;
    padding-left: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.blog-post .blog-headline h1 {
    font-size: 16px;
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
}


.blog__toc_body a,
.blog__text_body a {
    position: relative;
    color: #8b91a2;
}

.blog__toc_body a:after,
.blog__text_body a:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8b91a2;
}

.blog-post .blog-headline span.head {
    padding: 8px 0;
    font-size: 16px;
    font-size: 1.1rem;
    line-height: 31px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-weight: 500;
}


.blog-post .blog-meta {
    margin-right: auto;
    color: #a4a4a4;
    max-height: 30px;
    font-size: 0.897rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 8px;
}

.blog-post .blog-meta span {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.blog-post .blog-meta svg {
    fill: #9e9e9e;
    opacity: 0.8;
    color: #9e9e9e;
}

.blog-post .blog-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-post .blog-meta ul li {
    display: inline-block;
    padding-left: 10px;
    /* border-left: 1px solid #c3c3c3; */
}
.post-print-btn{
    font-size: 1.5rem;
    color: #757575;
}
.blog-post .blog-meta ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    display: inline-block;
    display: none;
}

.blog-post .blog-meta ul li+li {
    margin-right: 10px;
}
.blog-post .blog-meta ul li:last-child {
    margin-right: 0;
    border-left: 0;
}


.related-blog {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 9px 20px 11px 20px;
    max-width: 100%;
    overflow: hidden;
}

.related-blog .owl-carousel .owl-nav button {
    color: #a8a8a8;
    background-color: #fff;
    width: 49px;
    height: 90px;
}

.related-blog .owl-carousel .owl-nav button.owl-prev {
    right: -22px;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.related-blog .owl-carousel .owl-nav button.owl-next {
    left: -22px;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.related-blog .block-blog {
    padding: 15px;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    margin: 5px;
}

.related-blog .block-blog:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 11;
}

.related-blog .block-blog img {
    background: #f9f9f9;
}

.related-blog .block-blog h2 {
    font-size: 0.987rem;
    font-size: 0.9rem;
    direction: rtl;
    margin: 10px 0;
    font-weight: 500;
    height: 45px;
    line-height: 22px;
    color: #535353;
    max-width: 95%;
    overflow: hidden;
}

.related-blog .blog-box-image-row {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
}

.related-blog .blog-box-image-row img {
    height: 250px;
    object-fit: cover;
}

.related-blog .blog-box-datetime-row {
    width: 100%;
    text-align: right;
    font-size: 0.987rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #a8a8a8;
    fill: #a8a8a8;
}

.related-blog .blog-box-datetime-row .read__more {
    font-weight: 400;
    border-radius: 2px;
    border: none;
    line-height: 1;
    margin: 0 2px;
    padding: 9px 10px 8px;
    height: 33px;
    background: transparent;
    fill: #222222;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffd300;
    color: #222222;
}

.related-blog .blog-box-datetime-row .read__more svg {
    opacity: 0.7;
    margin-top: -2px;
}

.comments-blog {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 20px;
    max-width: 100%;
    overflow: hidden;
}

.blog__toc_list {
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 12px 17px 12px 27px;
    width: auto;
    color: #737373;
    line-height: 2;
    margin-top: 20px;
    border-radius: 5px;
}

.blog__toc_list li,
.blog__toc_list ol,
.blog__toc_list ol li {
    list-style: outside none none !important;
    color: #737373;
}

.blog__toc_list li a {
    color: inherit;
    transition: color .3s;
    font-size: 0.897rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.blog__toc_list li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    display: inline-block;
}

.blog__toc_item {
    padding: 15px 0;
    color: #6b7074;
}

.blog__toc_item h2 {
    font-size: 16px;
    font-size: 1.1rem;
}

.blog__toc_text {
    overflow: hidden;
    margin: 10px 0 20px;
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
}

.blog__toc_text p {
    overflow: hidden;
    margin: 10px 0 20px;
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
    font-weight: 500;
}

.blog__toc_text ul {
    padding: 5px 15px 15px;
    margin-right: 25px;
    line-height: 35px;
    list-style-type: disc;
    font-weight: 500;
}

.blog__text_body {
    overflow: hidden;
    margin: 10px 0 20px;
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
    font-weight: 500;
}

.blog__text_body p {
    overflow: hidden;
    margin: 10px 0 20px;
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
    font-weight: 500;
}
.blog__text table {
    width: 100%;
    border-collapse: collapse;
    color: #6b7074;
    font-size: 0.987rem;
    font-size: 0.95rem;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .1);
}

.blog__text table tbody tr:first-child {
    background-color: #fafafa;
}

.blog__text table tbody tr td {
    line-height: 30px;
    text-align: center;
    padding: 5px;
}

/*COMMENTS BLOG*/

.comment-more {
    padding-right: 3rem;
    padding-left: 8rem;
    top: 3rem;
    background: linear-gradient(90deg, #f7f7f7, #f7f7f7 80%, hsla(0, 0%, 96.9%, .8) 90%, hsla(0, 0%, 96.9%, .5));
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    max-width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    min-height: 1.5rem;
    color: var(--primary);
    outline: 0;
    border: 0;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.comment-more>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
}

.comment-bottons>button {
    color: #a5a6a8;
    text-align: center;
    min-height: 1.6rem;
    outline: 0;
    border: 0;
    background-color: initial;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    bottom: 0;
    margin-right: 0.5rem;
    padding: 0;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #cccccc;
    padding: 7px 10px;
    border-radius: 5px;
    font-family: iranYekanX;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.comment-bottons>button>span {
    font-size: 12px;
}

.placeholder .ui-pagination .skeleton-text {
    min-width: 200px;
}

.comment-head .skeleton-text {
    min-width: 200px;
}

.placeholder .comment-bottons>button {
    border: 0;
    padding: 0;
}

.comment-bottons .skeleton-text {
    min-width: 80px;
    margin: 0;
}

.comment-bottons>button>* {
    margin-left: .5rem;
}

.comments-header {
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    font-size: 0.897rem;
    font-size: 0.878rem;
}

.comments-header>* {
    max-width: 100%;
    box-sizing: border-box;
}

.comments-header .bar-area {
    width: 70%;
    margin-right: .5rem;
    margin-left: .5rem;
    position: relative;
    height: 8px;
    border-radius: 10rem;
    background-color: #d8d8d8;
    overflow: hidden;
}

.comments-header .bar-counter {
    color: #888888;
    font-weight: 400;
}

.comments-header .active-bar {
    right: 0;
    position: absolute;
    height: 8px;
    border-radius: 10rem;
    background-color: var(--primary);
    margin: 0;
    box-sizing: border-box;
}

.comments-header .btn span {
    font-size: 0.897rem;
}

.blog-comments.list {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) !important;
    background: #fff;
    padding: 20px;
}

.blog-comments li {
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    font-size: 0.827rem;
}

.blog-comments .comment-head {
    margin-bottom: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.blog-comments .comment-head>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.897rem;
    font-size: 0.897rem;
}

.blog-comments .comment-meta {
    margin-bottom: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #a5a6a8;
    font-weight: 400;
}

.blog-comments .comment-star {
    display: inline-block;
    font-size: 25px;
    color: #ffc700;
    margin-top: -4px;
}

.blog-comments .comment-meta>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
}

.blog-comments .comment-meta>span {
    margin-left: .5rem;
}

.blog-comments .comment-bottons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.blog-comments .comment-body.view {
    max-height: 100%;
}

.blog-comments .comment-body.view .comment-more {
    display: none;
}

.blog-comments .comment-body {
    overflow: hidden;
    position: relative;
    /*max-height: 4.5rem;*/
}

.blog-comments .comment-body p {
    color: #060606;
    text-align: justify;
    line-height: 1.5rem;
    font-size: 0.987rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: justify;
    white-space: pre-line;
    margin: 0;
}

.blog-comments .my-view-more-mask {
    display: inline-block;
}

.blog-comments .my-view-more-mask a {
    position: relative;
    color: #8b91a2;
}

.blog-comments .my-view-more-mask a:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8b91a2;
}

/*BLOG SHARE*/
.share__title {
    font-size: 0.897rem;
    font-size: 0.987rem;
    line-height: 2;
    color: #232933;
    margin-top: 0;
    text-align: right;
    font-weight: 400;
    text-align: justify;
}

.share__options,
.share__social,
.share__social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.share__options {
    padding-top: 1rem;
    justify-content: flex-end;
}

.share__social i {
    font-size: 22px;
    font-size: 1.614rem;
    line-height: 24px;
    color: #bfbfbf;
}

.share__social {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    margin-right: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* 
.share__social--fb {
    background: #4d8deb;
    border: 1px solid #4d8deb;
}

.share__social--twitter {
    background: #4dcceb;
    border: 1px solid #4dcceb;
}

.share__social--whatsapp {
    background: #1bd741;
    border: 1px solid #1bd741;
}

.share__social--telegram {
    background: #272a2f;
    border: 1px solid #272a2f;
} */

.share__btn {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background: none;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    padding: 8px 16px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 500;
    border: 1px solid #81858b;
    color: #81858b;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.share__btn:active {
    background: #a9acb0;
    color: #505256;
}

/*BLOG SHARE*/
.comment-hint-title {
    font-size: 18px;
    font-size: 1.157rem;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

.comment-hint-text {
    font-size: 0.987rem;
    font-size: 0.971rem;
    line-height: 2.27;
    margin-bottom: 15px;
    color: #676767;
}

.comment-hint-btn .btn {
    height: 48px;
    position: relative;
    padding-right: 50px;
    border-radius: 30px;
}

.comment-hint-btn .btn span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.897rem;
}

.comment-hint-btn .btn i {
    right: 12px;
    left: unset;
}

.blog-ratings-area .block-headlines {
    margin: 5px 0 5px;
    font-size: 0.987rem;
    font-size: 0.987rem;
    font-weight: 500;
    color: #222222;
}

.blog-ratings {
    list-style: none;
    padding: 33px 33px 33px 60px;
    background: #fcfcfc;
    border-radius: 5px;
    font-size: 0.897rem;
    font-weight: 500;
    line-height: 2.2;
    color: #6f717c;
}

@media only screen and (max-width: 768px) {
    .blog-post {
        padding: 15px;
    }

    .blog-post .blog-headline span.head {
        min-height: auto;
        padding-bottom: 15px;
    }

    .blog-post .blog-meta {
        padding-bottom: 15px;
        padding-top: 1px;
    }
    .blog-post .blog-headline span.head:after,
    .blog-post .blog-headline span.head:before{
        display: none;
    }
    .blog-post .blog-meta ul li {
        padding-left: 10px;
        padding-right: 0;
        display: block;
        margin-bottom: 8px;
    }
    .blog-post .blog-meta ul li+li {
        margin-left: 10px;
        margin-right: 0;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .blog-post .blog-headline span.head{
        white-space:normal
    }
    .blog-post .blog-headline h1{
        line-height: 1.7;
    }
    .blog-post .blog-meta{
        margin-top: 0;
        /*display: none;*/
        max-height: 100%;
    }
    .blog-post .blog-headline:after{
        display: none;
    }
    .blog-post .blog-meta svg{
        zoom: 0.8;
    }
    .blog-post .blog-meta ul li+li {
        padding-right: 0;
        border: 0;
        display: block;
    float: none !important;
    }
    .related-blog .block-blog{
        padding: 0;
        margin: 0;
    }
    .comments-blog{
        padding: 10px;
    }
}

.comment-replies {
    margin-top: 20px;
    background-color: none;
    border: 0px solid #f6e8a1;
    color: #a37731;
    border-radius: 5px;
}
.comment-replies li {
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    background-color: #f9f3d2;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    font-size: 0.897rem;
    font-size: 0.85rem;
    font-weight: 400;
    border: 1px solid #ffd300;
}
.comment-replies .reply-head {
    margin-bottom: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.comment-replies .reply-head>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.897rem;
    font-size: 0.897rem;
    margin-left: 10px;
}
.comment-replies .reply-body p {
    color: #2d2d2d;
    text-align: justify;
    line-height: 1.8rem;
    font-size: 0.987rem;
    font-size: 0.95rem;
    font-weight: 400;
    text-align: justify;
    white-space: pre-line;
    margin: 0;
}


.related-products {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 9px 20px 11px 20px;
    max-width: 100%;
    overflow: hidden;
}

.related-products .owl-carousel .owl-nav button {
    color: #a8a8a8;
    background-color: #fff;
    width: 49px;
    height: 90px;
}

.related-products .owl-carousel .owl-nav button.owl-prev {
    right: -22px;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.related-products .owl-carousel .owl-nav button.owl-next {
    left: -22px;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.related-product {
    padding: 15px;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    margin: 5px;
}

.related-product:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 11;
}

.related-product img {
    background: #f9f9f9;
}

.related-product h2 {
    font-size: 0.827rem;
    direction: rtl;
    margin: 10px 0;
    font-weight: 500;
    height: 45px;
    line-height: 22px;
    color: #535353;
    max-width: 90%;
    overflow: hidden;
}


.related-product .product-box-image-row {
    width: 100%;
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
}

.related-product .product-box-price-row {
    width: 100%;
    text-align: left;
}

.related-product .product-box-price-item {
    display: block;
}

.related-product .product-box-price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    padding: 4px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
}

.related-product .product-box-price-old {
    font-size: 0.827rem;
    font-size: .929rem;
    line-height: 1.692;
    color: #ababab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
}

.related-product .product-box-price-old del {
    display: block;
    text-decoration: line-through;
    font-size: 0.827rem;
    font-size: .929rem;
}

.related-product .product-box-discount {
    font-size: 0.897rem;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 500;
    padding-top: 2px;
    background-color: #fb3449;
    color: #fff;
    border-radius: 16px;
    margin-right: 4px;
    width: 36px;
    text-align: center;
}

.related-product .product-box-price-new {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #000;
    font-weight: 500;
    width: 100%;
}

.related-product .product-box-price-new-currency {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
    .blog__text_body img,
    .blog__toc_text img{
        width: 100%;
        height: 100%;
    }
}