


@-webkit-keyframes shine {
    to {
        background-position: 200% center;
        transform: rotate(90deg);
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes AnimationAfterLoadingImg {
    from {
        right: 0;
    }
    to {
        right: 100%;
    }
}


a:hover {
    text-decoration: none;
}


.pull-left {
    float: left !important;
}


@media only screen and (max-width: 1024px) {
    .main-pt {
        padding-top: 109px
    }

    .header-main-page {
        margin-bottom: 1px !important;
    }
}

@media only screen and (max-width: 480px) {
    .main-content .topics .topics-content .post-module .sep {

        margin: 12px 0 0 0 !important;
    }

    .main-content .topics .topics-content .post-module .post-module-author .post-module-author-date, .main-content .topics .topics-content .post-module .post-module-author .user-profile-stat-wrapper .vcard-author {
        font-size: 14px;
        margin-right: 5px !important;
    }

    .main-content .topics .topics-content .post-module .post-module-author .post-module-author-date {

        margin-top: 0 !important;
    }

    .main-content .topics .topics-content .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {

        font-size: 10px !important;
    }

    .main-content .topics .topics-content .post-module .post-module-title h1.txt-entry-title {
        max-width: 100% !important;
        font-size: 13px !important;
    }

    .main-content .topics .topics-content .post-module .post-module-author {
        display: flex !important;

    }

    .main-content .topics .topics-content .post-module .post-module-author i {

        color: #ccc !important;
    }

    .main-content .topics .topics-content .breadcrumb li.breadcrumb-item.active {
        height: 0 !important;
    }
}

@media (max-width: 450px) {
    .main-content .topics .topics-content .breadcrumb li.breadcrumb-item.active {

        font-size: 9px !important;
    }

    .main-content .topics .topics-content .breadcrumb li.breadcrumb-item a {
        font-size: 9px !important;
    }
}

.user-profile-stat-wrapper {
    height: 37px;
    float: right;
}


.main-aside {
    padding-top: 23px;
    position: relative;
    width: 70px;
}

.main-aside nav ul.stick-menu {
    width: 100%;
    background-color: #fff;
    color: #979797;
}

.main-aside nav ul.stick-menu li.stick-menu-item {
    display: block;
    text-align: center;
}

.main-aside nav ul.stick-menu li.stick-menu-item:first-child {
    color: #fff;
    background-color: #181842;
    font-size: 16px;
}

.main-aside nav ul.stick-menu li.stick-menu-item a {
    display: block;
    padding: 19px 0 14px;
    color: #fff;
}

.main-aside nav ul.stick-menu li.login-popup-btn {
    border-top: 1px solid #f1f1f1;
    display: flex;
    justify-content: center;
}

main.main-single {
    width: 100%;
}

.main-content .topics .topics-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.main-content .topics .topics-content .post-module {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-top: 4px;
    border-radius: 3px;
    float: right;
    width: 100%;
}

.main-content .topics .topics-content .breadcrumb {
    background-color: #ffffff;
    padding-bottom: 5px;
}

.main-content .topics .topics-content .breadcrumb li.breadcrumb-item a {
    font-size: 13px;
    color: var(--AncherTextAARateColor);
}

.main-content .topics .topics-content .breadcrumb li.breadcrumb-item.active {
    color: var(--AncherTextAARateColor);
    /*width: 63%;*/
    height: auto;
    font-size: 13px;
    line-height: 20px;
}

.main-content .topics .topics-content .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: middle;
    display: inline-block;
    color: #6c757d;
    position: relative;
    font-size: 15px;
}


.main-content .topics .topics-content .post-module .sep {
    height: 1px;
    background-color: #939393;
    width: 96%;
    margin: 5px auto;
}

.main-content .topics .topics-content .post-module .post-module-title {
    color: #6b7074;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    position: relative;
}

.updateDateNewsTitle {
    width: 50px;
    left: 0;
    height: 20px;
    position: absolute;
    top: 20px;
    background-color: red;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
    font-size: 9px;
    padding: 3px;
}

.main-content .topics .topics-content .post-module .post-module-title h1.txt-entry-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 2.2;
    margin-top: -10px;
    display: inline-block;
    width: 100%;
    float: right;
}

.main-content .topics .topics-content .post-module .post-module-author {
    color: #c3c3c3;
    margin: 0 0 5px;
    padding: 0 50px;
    width: 100%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .topics .topics-content .post-module .post-module-author .user-profile-stat-wrapper {
    align-items: center;
    height: 60px;
    display: flex;
    justify-content: right;
    padding-right: 13px;
}

.main-content .topics .topics-content .post-module .post-module-author .user-profile-stat-wrapper img {
    border-radius: 50px;
    object-fit: contain;
}

.main-content .topics .topics-content .post-module .post-module-author .user-profile-stat-wrapper .vcard-author {
    font-size: 15px;
    margin-right: 10px;
    font-weight: 700;
    color: var(--AncherTextAARateColor);
}

.main-content .topics .topics-content .post-module .post-module-author i {
    padding-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    color: var(--AncherTextAARateColor);
    font-size: 18px;
}

.main-content .topics .topics-content .post-module .post-module-author .post-module-author-date {
    font-size: 13px;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--AncherTextAARateColor);
}

.main-content .topics .topics-content .post-module .post-attachment {
    position: relative;
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.main-content .topics .topics-content .post-module img.post-module-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

.main-content .topics .topics-content .post-module .post-module-content {
    text-align: right;
}


.post-module-content p,
.post-module-content li,
.post-module-content blockquote {
    text-align: justify;
    text-justify: inter-word;
    color: #6b7074;
    line-height: initial;
}

/*.main-content .topics .topics-content .post-module .post-module-content p {*/
/*    line-height: 27px;*/
/*    padding: 0 40px 0 40px;*/
/*}*/

.post-module-content :is(h2) {
    font-size: 18px;
    font-weight: bold;
}

.post-module-content :is(h3) {
    font-size: 18px;
    font-weight: bold;
}

.main-content .topics .topics-content .post-module .post-module-social {
    color: #9ba4ab;
    clear: both;
    position: relative;
    padding-bottom: 10px;
}

.main-content .topics .topics-content .post-module .post-module-social .social-networks {
    /*direction: ltr;*/
    /*float: left;*/

    display: flex;
    align-items: center;
    align-content: space-between;
    width: 100%;
    justify-items: center;
    justify-content: center;
}

.main-content .topics .topics-content .post-module .post-module-social .post-module-social-btn-res {
    padding: 0 10px;
    font-size: 25px;
    margin-left: 15px;
    vertical-align: top;
    display: none;
}

.main-content .topics .topics-content .post-module .post-module-social .post-module-social-btn-res:hover .dialog-info {
    opacity: 1;
    visibility: visible;
    transition: all .2s;
}

.main-content .topics .topics-content .post-module .post-module-social .post-module-social-btn-res .dialog-info {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
    width: 215px;
    left: 0;
    height: auto;
    right: 0;
    position: absolute;
    z-index: 99;
    top: 50px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.main-content .topics .topics-content .post-module .post-module-social .post-module-social-btn-res .dialog-info::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    width: 0;
    height: 0;
    top: -.7vw;
    border-color: #fff #fff transparent transparent;
    -webkit-box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, .1);
}

.main-content .topics .topics-content .post-module .post-module-social .post-module-social-btn-res .dialog-info a.icon-social-res {
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer;
    color: #9ba4ab;
}

.main-content .topics .topics-content .post-module .post-module-social .social-networks span.icon-social {
    font-size: 25px;
    margin-right: 4px;
    margin-left: 4px;
    cursor: pointer;
    color: #fff;
}

.main-content .topics .topics-content .sidebar-banner {
    margin: 25px 0;
    float: right;
    width: 100%;
}

.main-content .topics .topics-content .sidebar-banner .single-banners-widget a.promotion {
    overflow: hidden;
    border-radius: 3px;
    display: block;
    position: relative !important;
    line-height: 0;
}

.main-content .topics .topics-content .sidebar-banner .single-banners-widget a.promotion img {
    max-width: 100%;
    height: 255px;
}

.main-content .topics .post-nav {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    color: #6b7074;
    position: relative;
    width: 100%;
    border-radius: 3px;
    margin-top: 4px;
    text-align: center;
    float: right;
    margin-bottom: 20px;
}


.main-content .topics .post-nav .post-nav-body .title {
    padding: 35px 0;
    font-size: 15px;
    position: relative;
}

.main-content .topics .post-nav .post-nav-body .title span.bold {
    font-weight: bold;
}

.main-content .topics .post-nav .post-nav-body .title::before {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background-color: var(--BackgroundColor);
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-content .topics .post-nav .post-nav-body .title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background-color: var(--BackgroundColorSecound);
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 2px;
}

.main-content .topics .post-nav .post-nav-body ul.related-posts li.related-posts-item {
    min-height: 110px;
    border-right: 5px solid transparent;
    cursor: pointer;
    position: relative;
    /*float: right;*/
    width: 100%;
    padding: 20px 7px 20px 7px;
    display: flex;
    align-content: flex-start;
    align-items: center;
}

.main-content .topics .post-nav .post-nav-body ul.related-posts li.related-posts-item::before {
    content: "";
    display: block;
    width: calc(100% - 0px);
    height: 2px;
    background-color: #f8f8f8;
    top: 0;
    left: 0;
    position: absolute;
}

.main-content .topics .post-nav .post-nav-body ul.related-posts li.related-posts-item a.image-wrapper img {
    height: 60px;
    width: auto;
    border-radius: 3px;
    object-fit: cover;
}

.main-content .topics .post-nav .post-nav-body ul.related-posts li.related-posts-item .detail-wrapper {
    padding-right: 20px;
    text-align: right;
    width: 68%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-content .topics .post-nav .post-nav-body ul.related-posts li.related-posts-item .detail-wrapper a.detail-wrapper-title {
    color: #6b7074;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
    display: block;
}

.main-content .topics .post-nav .post-nav-body ul.related-posts li.related-posts-item .detail-wrapper .detail-wrapper-time {
    color: var(--AncherTextAARateColor);
    font-size: 12px;
}


.promotion-img-detailes {
    opacity: 1 !important;
}

.promotion:hover .promotion-img-detailes {
    opacity: 1 !important;
}


.imgPostAttachmment {
    width: 100%;
    /*max-height: 500px;*/
    /*max-width: 387px;*/
    height: 500px;
    margin: 10px 0 0 0;
    object-fit: cover;
}


.avatar {
    border: 2px solid var(--BackgroundColor);
    padding: 1px;
}


.nameFamilyAndDate {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.related-posts-item .detail-wrapper .detail-wrapper-title h3 {
    font-size: 12px;
    font-weight: 700;
}


.leftHeadLine {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: var(--BackgroundColor);
    border: 2px solid var(--BackgroundColorSecound);
    border-radius: 100px;
    padding: 10px;
    margin-right: 10px;
    height: 30px;
}

.titleLeftHeadLine {
    color: #fff;
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.related-posts-item .detail-wrapper .detail-wrapper-time .fa {
    color: #757575;
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 4px;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h1, h2, h3, h5 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.25rem;
}


.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .imgPostAttachmment {
        max-height: 250px;
        /*max-width: 387px;*/
        height: 250px;
    }

    .main-aside {
        display: none;
    }

    .topics-content .post-module {
        padding: 0 !important;
    }

    .topics.wrapper {
        display: block!important;
    }
}

@media (min-width: 768px) {

   
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

.d-none {
    display: none !important;
}


@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }
}


.main-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

ul {
    padding-right: 0;
}

.main-pt {
    padding-top: 97px
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #d1d1d1;
}

*::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
    border-radius: 20px;
    border: 2px ridge #cccccc;
}


.copyRight {
    color: var(--BackgroundColor) !important;
}


.contactUsFontLi {
    color: var(--BackgroundColor);
    font-size: 30px !important;
}

.bgborder {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 0;
}


.stick-menu-item-logo-blog {
    width: 55px;
    max-width: 55px;
}


.operation {
    display: flex;
    justify-content: center;
    background: #797979;
    border-radius: 3px;
}


.operation .social-networks .icon-social .fa {
    color: #fff;
}


.btn-search i {
    color: #b7b7b6e0;
    font-size: 20px;
    margin-top: 11px;
}

.shadowAnimation.no-after:before {
    content: none;
}

.shadowAnimationSidebar.no-afterSidebar:before {
    content: none;
}

.shadowAnimation::before {
    content: " ";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #fff, #e8e8e870 50%, #fff);
    -webkit-animation: mymove .9s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: AnimationAfterLoadingImg .9s cubic-bezier(.4, 0, .2, 1) infinite
}

.shadowAnimationSidebar::before {
    content: " ";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #e8e8e870 50%, transparent);
    -webkit-animation: mymove .9s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: AnimationAfterLoadingImg .9s cubic-bezier(.4, 0, .2, 1) infinite
}

.shadowAnimationSidebar {
    overflow: clip;
}

.lazy {
    display: block !important;
    overflow: hidden !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    color: transparent !important;
}

.lazyPng {
    display: block !important;
    overflow: hidden !important;
    color: transparent !important;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

::-webkit-input-placeholder {
    color: #b2b2b2;

    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}


.header-right {
    display: flex;
    width: 70%;
    /*height: 52px;*/
    /*margin-bottom: 10px;*/
    /*float: right;*/
    /*margin-top: 15px;*/
}

.header-right .logo {
    text-align: center;
    float: right;
    width: 200px;
}


.header-right .logo img {
    min-width: 100px;
    width: 180px;
    height: 36px;

}

.header-right .search-header {
    width: 100%;
    height: 36px;
    float: right;
    border-radius: 5px;
    position: relative;
}

.header-right .search-header input {
    width: 100%;
    height: 36px;
    border: 1px solid var(--BackgroundColorSecound);
    outline: none;
    background: #e6e4e48c;
    color: #474747;
    padding-right: 55px;
    line-height: 50px;
    position: relative;
    font: 12px var(--SiteFont);
    border-radius: 3px;
}

.header-right .search-header input:focus {
    background-color: #fff;
    border: 1px solid #ccc;
}

.header-right .search-header .btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    height: 39px;
    border-radius: 10px;
    padding-right: 10px;
    border: 0;
}

.header-right .search-header .search-result {
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 15px 5px;
    z-index: 100;
    border: 1px solid #ccc;
    border-top: none;
    display: none;

}

.header-right .search-header .search-result ul.search-result-list {
    margin-bottom: 10px;
    /*display: none;*/
}

.header-right .search-header .search-result ul.search-result-list li {
    margin-bottom: 0;
    /*padding: 0 38px 0 38px;*/
}

.header-right .search-header .search-result ul.search-result-most-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
}

.header-right .search-header .search-result ul.search-result-most-view li {
    margin-left: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 12px 4px 8px;
    border-radius: 100px;
    border: 1px solid #e0e0e2;
}

.header-right .search-header .search-result ul.search-result-most-view li a {
    color: #424750;
    font-size: 9px;
    line-height: 24px;
}

.header-left {
    width: 100%;
}

.header-left .btn-login {
    background: var(--BackgroundColorSecound);
    height: 37px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    font: 12px var(--SiteFont);
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    padding-left: 12px;
    float: left;
    margin-left: 15px;
    position: relative;
    padding-right: 12px;
    color: var(--AncherTextColor);
    letter-spacing: -1px;
}

.header-left .login-link {
    color: #616161;
}

.header-left .btn-login span {
    font-size: 23px;
    vertical-align: middle;
    padding-left: 5px;
    color: var(--BackgroundColor);
}

.header-left .Basket-Link span {
    color: var(--BackgroundColor);
}

.dropdown-menu-login {
    display: block;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
    border: 1px solid #eee;
    padding: 0;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 40px;
    text-align: right;
    background: #fff;
    z-index: 999;
    width: 200px;
    overflow: hidden;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.btn-login:hover .dropdown-menu-login {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu-login .header-profile-dropdown-account {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: .2s;
    float: right;
    padding-top: 10px;
}

.dropdown-menu-login .header-profile-dropdown-account:hover {
    transition: .2s;
    background-color: #eeeeee;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user {
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-img img {
    max-width: 100%;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info {
    margin-right: 8px;
    float: right;
    margin-top: -5px;
    line-height: 20px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-name {
    display: block;
    color: #666666;
    font-size: 14px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link {
    align-items: center;
    color: var(--BackgroundColor);
    font-size: 10px;
    /*font-size: .714rem;*/
    line-height: 2.2;
    display: block;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 40px;
    padding-left: 16px;
    padding-top: 0;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c2c5;
    position: absolute;
    right: 16px;
    top: -25px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account .header-profile-dropdown-account-item {
    margin-bottom: 0;
    float: right;
    position: relative;
    line-height: 2;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account .header-profile-dropdown-account-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -13px;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-title {
    font-size: 12px;
    float: right;
    padding-left: 25px;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount {
    z-index: 3;
    position: relative;
    font-size: 12px;
    color: #81858b;
    float: right;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount .header-profile-dropdown-account-item-amount-number {
    font-size: 12px;
    color: #424750;
    padding-left: 0;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c0c2c5;
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container {
    position: relative;
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container a.header-profile-dropdown-action-link {
    font-size: 12px;
    line-height: 1.833;
    padding: 10px 20px;
    color: #424750;
    display: block;
    float: right;
    width: 100%;
    transition: .2s;
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container a.header-profile-dropdown-action-link:hover {
    transition: .2s;
    background-color: #eee;
}

.header-left .mini-cart-header {
    width: 40px;
    height: 37px;
    float: left;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #616161;
    position: relative;
    z-index: 999;
}

.header-left .mini-cart-header .cart-count {
    font-size: 12px;
    line-height: 17px;
    color: var(--AncherTextColor);
    width: 20px;
    height: 20px;
    background: var(--BackgroundColorSecound);
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 23px;
}

.header-left .mini-cart-header::before {
    content: "";
    display: block;
    height: 24px;
    background: #e0e0e2;
    position: absolute;
    left: 45px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mini-cart-dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    width: 270px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 5px;
    border: 1px solid #eee;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.mini-cart-header:hover .mini-cart-dropdown {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.mini-cart-dropdown .header-cart-info-header {
    padding: 12px 16px 16px 12px;
    font-size: 16px;
}

.mini-cart-dropdown .header-cart-info-header .header-cart-info-count {
    font-size: 12px;
    line-height: normal;
    color: #81858b;
    float: right;
}

.mini-cart-dropdown .header-cart-info-header a.header-cart-info-link {
    color: var(--BackgroundColor);
    font-size: 12px !important;
    font-weight: 600;
    float: left;
}


.responsive-header-left {
    display: none;
}

.sidebar .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
}


.sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 180px;
}

.sidebar .nav-categories {
    margin-top: 0;
}

.sidebar .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
}

.sidebar .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
}

.sidebar .nav-categories li a {
    display: block;
    width: 42%;
    font-size: 13px;
    color: #333;
    padding: 7px 0;
    text-decoration: none;
    margin-right: 25px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}

.sidebar .nav-categories li a:hover {
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidebar > ul > li > a {
    font: 16px var(--SiteFont);
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}

.sidebar > ul > li > ul > li > a {
    font: 15px var(--SiteFont);
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}

.sidebar a {
    cursor: pointer;
}

.sidebar > ul > li {
    position: relative;
}

.sidebar ul li a.category-level-2 {
    margin-right: 45px;
    width: 72%;
}

.sidebar ul ul {
    display: none;
    background: #ececec;
    width: 100%;
}


.more-info .col-12 .pull-right {
    margin-top: 10px;
}

.newslitter-form i {
    color: var(--BackgroundColor);
    font-size: 28px;
    top: 8px;
    position: relative;
    margin-left: 4px;
}

.rotatePhone {
    transform: rotate(242deg);
}


button, input {
    font-family: "var(--SiteFont)";
}

.toggle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px;
    left: 29px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: .5s;
    cursor: pointer;
}


.breadcrumb {
    border-radius: 5px;
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb li {
    font-weight: 700;
    color: #6b7074;
    font-size: 12px;
}

.breadcrumb li a {
    color: #949ca2;
    font-size: 12px;
}


.hoverElement::before {
    content: "";
    opacity: 0;
    width: 38%;
    height: 54%;
    z-index: 9;
    position: absolute;
    display: block;
    border-top: 2px solid var(--BackgroundColorSecound);
    border-right: 2px solid var(--BackgroundColorSecound);
    margin-right: -8px;
    top: 8%;
    right: 6%;
    transition: .5s ease;
}

.hoverElement::after {
    content: "";
    opacity: 0;
    width: 38%;
    height: 54%;
    z-index: 9;
    position: absolute;
    display: block;
    border-bottom: 2px solid var(--BackgroundColorSecound);
    border-left: 2px solid var(--BackgroundColorSecound);
    margin-right: -8px;
    bottom: 8%;
    left: 6%;
    transition: .5s ease;
}


.inner-box:hover .hoverElement::before {
    opacity: 1;
    transition: .5s ease;
}

.inner-box:hover .hoverElement::after {
    opacity: 1;
    transition: .5s ease;
}

.inner-box .hoverElement {
    left: 0 !important;
}

.hoverElement {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.84);
    margin: 0 auto;
}

.inner-box:hover .hoverElement {
    opacity: 1;
}

.inner-box h4 {
    position: relative;
    opacity: 0;
    width: 100%;
    /*font-size: 1.4rem;*/
    color: transparent;
    margin-bottom: -26px;
}

.inner-box h4 {
    transition: .8s ease;
}

.inner-box:hover .text-center {
    color: #fff;
    opacity: 1;
    /*display: initial;*/
    /*top: 50%;*/
    transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
}

.linear-wipe {
    text-align: center;
    background: linear-gradient(-55deg, transparent 0%, transparent 40%, #FFF 60%, #F4F4F4 70%, transparent 80%, transparent 100%);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-clip: border-box;
    background-size: 200% 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #000;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
    background-color: #acacac;
}

li span.toggle {
    padding-left: 1em;
    display: none;
}

.toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
}


.dropdown-head-menu {
    position: absolute;
    width: 230px;
    background: #eee;
    text-align: right;
    display: none;
    line-height: 1.9 !important;
    margin-top: 0
}

.dropdown-head-menu li {
    display: block;
}

.dropdown-head-menu li a {
    display: block;
    padding: 8px 8px 8px 0;
    font-size: 13px;
}


.nav-head-header span.catName {
    vertical-align: super;
}

.nav-head-header:hover .borderBottomMenuPartial {
    border-bottom: 3px solid var(--BackgroundColor);
    transition: width 0.2s ease-in-out;
    width: 100%;


}

.borderBottomMenuPartial {
    height: 2px;
    display: block;
    width: 0;
}

/*.nav-head-header i {*/
/*    margin-top: 6px;*/
/*}*/

.logo-icon img {
    width: 180px;
    height: 36px;
}

.stick-logo span {
    color: var(--BackgroundColorSecound);
}

.stick-logo b {
    font-size: 10px;
}

:focus {
    font-weight: 700;
    color: var(--BackgroundColor);
}

.btn-login:focus {
    outline: 0;
    background-color: var(--BackgroundColorSecound);
    border: 1px solid var(--BackgroundColor);
}


.updateDateNews {
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: 45px;
    right: 0;
    background-color: red;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
    font-size: 9px;
    padding: 3px;
}
.txtContentMag{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}


.topics.wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.txtContentMag {
    flex: 1;
    float: none !important;
}

.sticky-sidebar {
    flex: 0 0 337px;
    position: sticky;
    top: 124px;
    align-self: flex-start;
    float: none !important;
}



.article-content img,
.article-content input[type="image"]{
    display:block;
    max-width:100%;
    width:auto !important;
    height:auto !important;
    margin:32px auto;
    box-sizing:border-box;
}


/*table tr td in blog full description start*/

.post-module-content table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    margin: 30px 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    white-space: nowrap;
}

.post-module-content table::-webkit-scrollbar {
    height: 8px;
}

.post-module-content table::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 20px;
}

.post-module-content thead {
    background: #f7f8fa;
}

.post-module-content th,
.post-module-content td {
    padding: 7px 8px;
    border: 1px solid #e5e7eb;
    line-height: 1.9;
    text-align: right;
    vertical-align: top;

    /* مهم */
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.post-module-content th {
    font-weight: 700;
    color: #222;
}

.post-module-content tbody tr:nth-child(even) {
    background: #fafafa;
}

.post-module-content tbody tr:hover {
    background: #f4f8fb;
    transition: background .2s;
}

/* تصاویر داخل جدول اگر وجود داشتند */
.post-module-content table img {
    max-width: 100%;
    height: auto;
}


.post-module-content ul,
.post-module-content ol {
    margin: 20px 0;
    padding-right: 24px;
    padding-left: 0;
}

.post-module-content ul {
    list-style: disc;
}

.post-module-content ol {
    list-style: decimal;
}

.post-module-content li {
    margin-bottom: 10px;
    line-height: 2;
    color: #333;
}

.post-module-content li:last-child {
    margin-bottom: 0;
}

.post-module-content li::marker {
    color: #2c7a7b; /* رنگ بولت */
    font-weight: bold;
}

.post-module-content li ul,
.post-module-content li ol {
    margin-top: 10px;
    margin-bottom: 0;
}


.post-module-content img,
.post-module-content input[type="image"] {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 30px auto;
    border-radius: 12px;
}

.post-module-content iframe {
    width: 100% !important;
    height: min(70vh, 700px) !important;
    min-height: 500px;
    border: 0;
    border-radius: 20px;
    display: block;
}

@media (max-width:768px) {

    .post-module-content table {
        font-size: 11px;
    }

    .post-module-content table{
        display:block;
        overflow-x:auto;
        width:100%;
        -webkit-overflow-scrolling:touch;
    }

    .post-module-content td{
        font-size:11px
    }


    .post-module-content ul,
    .post-module-content ol{
        padding-right:20px;
    }

    .post-module-content li{
        font-size:15px;
        line-height:1.9;
    }


    .post-module-content iframe {
        height: min(40vh, 350px) !important;
        min-height: unset;
        border-radius: 10px;
    }

}

/*table tr td in blog full description end*/
.special-products-header {
    text-align: center;
    padding: 19px 27px;
    border-radius: 16px;
    background: #4d6454;
    color: #fff;
    width: 100%;
    margin-top: 23px;
    margin: 8px;
}

.special-products-header .special-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255,255,255,.2);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 8px;
    backdrop-filter: blur(5px);
}
.special-products-header p {
    font-size: 13px;
    opacity: .9;
    margin: 5px 0;
    font-weight: 800;
}




.post-module-content a {
    color: #0066cc;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.post-module-content a:hover {
    color: #004999;
    background-color: #eef6ff;
    border-radius: 4px;
    padding: 2px 4px;
}

.post-module-content a:visited {
    color: #5b3a8a;
}