.psm-blog-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.psm-blog-row>#left-column {
    padding-left: 15px;
    padding-right: 15px;
}

.psm-blog-row>#content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.psm-blog-row>#left-column {
    flex: 0 0 100%;
    max-width: 100%;
}

.psm-blog-row>#content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .psm-blog-row>#left-column {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .psm-blog-row>#content-wrapper {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .psm-blog-row>#left-column {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .psm-blog-row>#content-wrapper {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.psm_block_slider .owl-controls .owl-nav,
.psm_blog_related_posts_type_carousel .owl-controls .owl-nav,
.psm_related_products_type_carousel .owl-controls .owl-nav {
    position: relative;
    top: auto;
    right: auto;
}

#psm_blog_page a:focus,
#psm_blog_page a:active,
#psm_blog_page a:hover,
.psm_block_categories a:hover,
.psm_block_categories a:focus,
.psm_block_categories a:active {
    outline: medium none;
    text-decoration: none;
}

span.psm-blog-like-span.active {
    cursor: pointer;
}

.caption-disabled .psm-blog-slider.carousel ul.slick-dots {
    bottom: -5px;
}

.psm_blog_review .star.star_on_3:after,
.psm_blog_review .star.star_on_4:after,
.psm_blog_review .star.star_on_5:after,
.psm_blog_review .star.star_on_1:after,
.psm_blog_review .star.star_on_2:after,
.psm_blog_review .star.star_on_6:after,
.psm_blog_review .star.star_on_7:after {
    content: "\e839";
}

.psm_blog_layout_list button,
.psm_blog_layout_list .btn,
.psm_blog_layout_list input,
.psm_blog_layout_list select,
.psm_blog_layout_list textarea {
    outline: none !important;
    box-shadow: none !important;
}

.sub_category ul {
    width: 100%;
}

.block.psm_block_rss h4:after {
    display: none !important;
}

.psm-blog-wrapper-form-managament .tree-category input,
.psm-blog-wrapper-form-managament .tree-category label {
    cursor: pointer;
}

.psm_blog_review .star:nth-child(n+6) {
    display: none;
}

.author-block {
    display: inline-block;
    margin-right: 10px;
}

.wapper-management-blog-form .table-responsive {
    overflow: visible;
}

.wapper-management-blog-form .tree-category .radio {
    float: right;
}

.wapper-management-blog-form .table-responsive .dropdown-menu a:hover {
    background: #2fb5d2;
    color: #fff;
}

.form-polls-body input[readonly="true"] {
    cursor: not-allowed;
}

#psm_blog_page a {
    outline: none !important;
    -webkit-outline: none !important;
}

.psm-blog-panel th.title {
    min-width: 90px;
}

#form_blog button[type="submit"] {
    background: #b70086;
    box-shadow: none;
    outline: none;
}

.ctf_admin_filter_chart_settings>div.ctf_admin_filter_button {
    margin-right: 0;
}

.blog-main-page a,
.blog-main-page button {
    outline: none !important;
    text-decoration: none !important;
}

.psm-captcha-img-data.loaded {
    min-width: 100px;
    width: 100px;
}

.psm-blog-thumbnail-list {
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: -25px;
    box-shadow: none;
}

.list_post_by_customer .enabled .material-icons {
    display: block;
}

.list_post_by_customer .enabled {
    color: #e08f95;
    width: 100%;
    line-height: 120%;
    text-decoration: none !important;
}

.list_post_by_customer .enabled span {
    width: 70px;
    display: inline-block;
}

.psm_blog_rtl_mode.psm_block_rss .title_blog.title_block>a i {
    float: left;
}

.psm_blog_rtl_mode .author_avata_show {
    float: right;
}

.psm-blog-thumbnail-items {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -25px;
    margin-bottom: 40px;
}

.psm_blog_rtl_mode .psm_blog_review {
    margin-right: 0;
    float: right;
}

.psm_blog_rtl_mode .author_avata_show+.author_infor {
    padding-right: 15px;
    padding-left: 0;
}

.psm_blog_rtl_mode .author_avata_show+.psm-blog-comment-info {
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
}

.slider_big_image img {
    width: 100%;
}

.wapper-management-blog-form td.pointer.subject .content-comment {
    font-weight: normal;
    color: #767676;
    word-break: break-all;
}

.page_html_box .block_content {
    padding: 0 15px;
}

.wapper-management-blog-form td.pointer.subject {
    font-weight: 600;
}

.psm-blog-panel .reported,
.psm-blog-panel .approved {
    text-align: center;
    width: 60px;
}

#psm_slider .slick-slide .nivo-caption {
    display: block;
}

.formloading .form-polls:before {
    opacity: 1;
    visibility: visible;
}

.form-polls:before {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    content: "";
    z-index: 10;
}

.form-polls::after {
    background-size: cover;
    color: #767676;
    content: "";
    font-family: 'Material Icons';
    font-size: 30px;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    border-top: 4px solid #25b9d7;
    border-radius: 50%;
    width: 50px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border-bottom: 4px solid #25b9d7;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.formloading .form-polls::after {
    opacity: 1;
    visibility: visible;
    transform: rotate(36000deg);
    -webkit-transform: rotate(36000deg);
    transition: transform 60s linear;
    -webkit-transition: transform 60s linear;
}

span#psm-blog-polls-capcha-refesh {
    cursor: pointer;
}

span#psm-blog-polls-capcha-refesh:hover:before {
    color: #2fb5d2;
}

span#psm-blog-polls-capcha-refesh:before {
    content: "\e5d5";
    font-family: 'Material Icons';
    color: #767676;
    margin-left: 10px;
    line-height: 38px;
    display: inline-block;
}

.psm_blog_layout_list .bootstrap {
    width: 100%;
}

.psm-blog-thumbnail-items .slick-arrow {
    z-index: 1000;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    opacity: 0;
    font-size: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
    position: absolute;
    border: none;
    outline: none !important;
    -webkit-outline: none !important;
    -webkit-transition: all 0.3s;
    top: 50%;
}

.total_comment {
    text-align: center;
}

.psm-blog-thumbnail-list.carousel .psm-blog-thumbnail-item.slick-current:before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 2px;
    left: 8px;
    right: 8px;
    border: 2px solid #2ecafe;
    bottom: 2px;
    z-index: 10;
}

.psm-blog-thumbnail-list.carousel .psm-blog-thumbnail-item {
    position: relative;
    width: 100%;
}

.psm-blog-thumbnail-item img {
    max-width: 100%;
}

.list_post_by_customer .actions {
    width: 100px;
}

.list_post_by_customer .enabled {
    width: 100px;
    text-align: center;
}

#left-column .blog_view_all_button,
#right-column .blog_view_all_button,
#leftcolumn .blog_view_all_button,
#right_column .blog_view_all_button {
    margin-bottom: 0;
}

.psm-blog-thumbnail-items:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.psm-blog-thumbnail-items .slick-prev:before {
    content: "";
    border-left: 2px solid #666;
    height: 14px;
    margin-left: 4px;
    width: 14px;
    margin-top: 7px;
    position: relative;
    border-bottom: 2px solid #666;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.psm-blog-thumbnail-items .slick-prev {
    left: 8px;
}

.psm-blog-thumbnail-items .slick-next:before {
    content: "";
    border-right: 2px solid #666;
    height: 14px;
    margin-left: -3px;
    width: 14px;
    margin-top: 0;
    position: relative;
    margin-top: 7px;
    border-bottom: 2px solid #666;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.psm_item_img:not(.psm_item_img_ladyload) svg {
    display: none;
}

.psm_item_img.psm_item_img_ladyload img {
    opacity: 0;
    position: absolute;
    height: 0;
}

.psm-blog-thumbnail-item:not(:first-child) {
    display: none;
}

.psm-blog-thumbnail-item.slick-slide {
    display: block !important;
}

.psm-blog-thumbnail-items.slick-slide .psm-blog-thumbnail-item {
    display: block;
}

.psm-blog-slider .slick-dots button {
    background: transparent;
    font-size: 0;
    display: block;
    border-radius: 50%;
    border: none;
    width: 12px !important;
    min-width: 10px !important;
    float: left;
    box-shadow: 0 0 0 2px #fff inset;
    overflow: hidden;
    height: 12px;
    min-height: 10px !important;
}

.psm-blog-slider .slick-dots button {
    background: transparent;
    font-size: 0;
    display: block;
    border-radius: 50%;
    border: none;
    width: 12px !important;
    min-width: 10px !important;
    float: left;
    box-shadow: 0 0 0 2px #fff inset;
    overflow: hidden;
    height: 12px;
    min-height: 10px !important;
    outline: none !important;
}

.psm-blog-slider .slick-dots .slick-active button {
    background: #fff;

}

.psm-blog-panel .approved .title_box {
    white-space: nowrap;
}

.psm-blog-slider .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    border-radius: 50%;
}

.psm-blog-slider ul.slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.psm-blog-thumbnail-item {
    width: 20%;
    float: left;
    padding: 2px 8px;
}

.blog_center_content ul.children {
    display: none;
}

.blog_center_content ul.children.active {
    display: block;
}

.psm-icon-check {
    color: #8dc63f;
    font-style: normal;
    text-align: center;
    display: block;
}

.category .psm_block_related h4.title_blog.title_block:after {
    display: none;
}

li.lnk_psm_blog {
    clear: both;
}

.myaccount-link-list .lnk_psm_blog {
    display: block;
    width: 100%;
}

.psm-blog-wrapper-form-managament .psm-blog-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel.psm-blog-panel .actions span.pull-right,
.card.psm-blog-panel .actions span.pull-right {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

#psm_blog_page .thumb_post img {
    max-width: 200px;
}

.blog-category.has-blog-image .psm_item_img {
    margin-bottom: 20px;
}

.enabled select {
    max-width: 70px;
}

.psm-blog-comment-info .psm-blog-latest-toolbar {
    margin-top: 0;
}

.author_avata_show+.psm-blog-wrapper-content {
    float: left;
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    padding-left: 10px;
}

.form_reply_comment .alert {
    margin-top: 0;
    margin-bottom: 15px;
}

form.form_reply_comment {
    margin-bottom: 16px;
}

.psm-block-comment-edit,
.psm-block-comment-delete,
.psm-block-comment-reply {
    color: #b6b6b6;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.psm_paggination .links {
    float: right;
}

.form_reply_comment textarea {
    width: 100%;
    min-height: 100px;
    font-size: 13px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    color: #666;
    padding: 5px 10px;
}

.comment-content+.alert {
    margin-top: 0;
    margin-bottom: 15px;
}

.form_reply_comment input[type="submit"] {
    padding: 5px 15px;
    text-transform: none;
    cursor: pointer;
    outline: none !important;
    -webkit-outline: none !important;
    text-decoration: none !important;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #2fb5d2;
}

.blog_view_all,
.view_all_link {
    min-width: 150px;
    text-align: center;
    border: none;
    outline: none !important;
    font-size: 14px;
    width: auto !important;
    background-color: #2fb5d2;
    color: #fff !important;
    text-transform: none;
    font-weight: 500;
    padding: 6px 15px !important;
    border-radius: 3px;
    display: inline-block !important;
}

.blog_view_all:hover,
.view_all_link:hover,
.psm-blog-form-comment .blog-submit .button:hover {
    background-color: #2592a9;
}

textarea#author_description {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 200px;
    padding: 10px 15px;
}

.blog-managament-information button.btn {
    margin-bottom: 15px;
    outline: none !important;
}

.links a#author-blog-comment-link,
.links a#author-blog-info-link {
    padding: 0 !important;
    width: 100%;
}

.blogcomment {
    word-break: break-word;
    clear: both;
    display: block;
    font-size: 14px;
    overflow: hidden;
}

th.enabled {
    max-width: 50px;
}

li.management-item {
    border-bottom: 1px solid #e9e9e9;
}

.table-responsive.list_post_by_customer {
    overflow: visible;
}

.psm-block-author {
    background: #fdfdfd none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    padding: 15px;
}

.psm-author-description {
    font-style: italic;
    margin-top: 5px;
    display: block;
    font-size: 14px;
    clear: both;
    color: #666;
    line-height: 24px;
}

.float-xs-right {
    float: right;
}

#form_blog a.psm_button_backtolist {
    background: transparent !important;
    color: #767676;
    box-shadow: none;
    padding-left: 0;
    font-size: 14px;
    padding-right: 0;
    text-transform: capitalize;
    font-weight: normal;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    position: relative;
    padding-top: 12px;
    border-right: none;
    border-top: none;
    border-left: none;
}

.name span.title_box {
    min-width: 80px;
    display: block;
}

#form_blog a.psm_button_backtolist:before {
    content: "\e5cb";
    font-family: 'Material Icons';
    margin-right: 3px;
}

#form_blog .btn.edit_view_post {
    margin-top: 0;
    border-radius: 3px;
    border: none;
}

.mce-widget i.material-icons {
    font-size: 18px;
}

.hidden {
    display: none;
}

#form_comment button {
    margin-left: 20px;
}

#left-column .psm_block_featured .block_content,
#left-column .psm_block_popular .block_content,
#left-column .psm_block_latest .block_content,
#left-column .psm_block_author .block_content {
    margin: 0 -15px;
}

.blog_view_all::before {
    display: none;
}

.view_detail_link.blog_view_all {
    padding: 5px 15px !important;
    min-width: auto;
    font-size: 14px;
    margin-top: 15px;
}

.psm-blog-list li.list_category_item:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
}

.page_home img,
.psm-blog img {
    max-width: 100%;
}

.psm-blog ul {
    list-style: none;
}

.psm_block_categories .active>a {
    color: #2fb5d2;
}

#left-column .children .children li {
    border-bottom: none !important;
}

.psm_block_categories .children li {
    padding-right: 0;
}

.children .children .children li {
    padding-left: 0 !important;
}

.children li .psm-category-blog-parent {
    right: 0;
}

.psm_blog_img_wrapper img,
.blog-product-list img {
    max-width: 100%;
}

.psm-blog-categories {
    float: right;
    margin-right: 15px;
}

.fb_iframe_widget span {
    float: left;
    width: 100% !important;
}

.fb_iframe_widget iframe {
    position: absolute;
    width: 100% !important;
}

.bc-capcha-wrapper {
    display: box;
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    float: left;
}

#module-psm_blog-blog #left_column .psm_block_categories,
#module-psm_blog-blog #left_column .psm_block_search,
#module-psm_blog-blog #left_column .page_blog,
#module-psm_blog-blog #left_column .psm_block_gallery,
#module-psm_blog-blog #left_column .psm_block_tag,
#module-psm_blog-gallery #left_column .psm_block_categories,
#module-psm_blog-gallery #left_column .psm_block_search,
#module-psm_blog-gallery #left_column .page_blog,
#module-psm_blog-gallery #left_column .psm_block_gallery,
#module-psm_blog-gallery #left_column .psm_block_tag,
#module-psm_blog-blog #right_column .psm_block_categories {
    display: block;
}

#module-psm_blog-blog #right_column .psm_block_search,
#module-psm_blog-blog #right_column .page_blog,
#module-psm_blog-blog #right_column .psm_block_gallery,
#module-psm_blog-blog #right_column .psm_block_tag,
#module-psm_blog-gallery #right_column .psm_block_categories,
#module-psm_blog-gallery #right_column .psm_block_search,
#module-psm_blog-gallery #right_column .page_blog,
#module-psm_blog-gallery #right_column .psm_block_gallery,
#module-psm_blog-gallery #right_column .psm_block_tag {
    display: block
}

.blog-capcha {
    clear: left;
    float: left;
    margin-top: 10px;
}

.blog-comment-row label[for="check_gpdr"] {
    margin-top: 15px;
    margin-bottom: 0;
}

#psm-blog-capcha-img {
    margin-right: 10px;
}

.psm-blog-list .post-wrapper {
    float: left;
    min-height: 0 !important;
    width: 100%;
}

.psm-blog-like-span::before {
    content: "\e8dc";
    float: left;
    font-family: 'Material Icons';
    font-size: 13px;
    margin-right: 3px;
}

.blog-post-like-btn:before {
    color: #3a5795;
}

.psm_blog_button_share {
    float: left;
    margin-right: 10px;
}

.blog-post-like-btn {
    cursor: pointer;
}

#psm_popular_posts li>p {
    float: left;
    margin-top: 6px;
    width: 100%;
}

.psm-blog-posts-popular .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\e5cb";
    font-family: 'Material Icons';
}

/*color: #ff4c65;*/
.psm_title_block {
    color: #414141;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 9px;
    padding: 5px 0 9px;
    text-transform: none;
    width: 100%;
    outline: none !important;
    text-decoration: none !important;
}

.page_home_gallery .psm_title_block {
    display: none;
}

.psm_blog_layout_large_grid .psm-blog-list>li:first-child .psm_title_block {
    font-size: 16px;
    margin-bottom: 5px;
}

.psm-blog-wrapper .psm_title_block {
    margin-top: 13px;
}

.psm-blog-latest-toolbar-comments>span {
    display: none;
}



.psm_alert-danger,
.psm_alert-success {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

.psm-blog-posts-popular-list>li {
    width: 100%;
    float: left;
}

.blog-comment-row {
    clear: left;
    float: left;
    width: 100%;
}

.psm-blog-form-comment .blog-submit {
    float: left;
    margin-top: 20px;
    position: relative;
    clear: both;
}

.blog-rate-capcha {
    float: left;
}

.blog-comment-row label[for="check_gpdr"] .checker {
    display: inline-block;
}

.blog-comment-row label[for="check_gpdr"] {
    margin-top: 20px;
    width: 100%;
    display: block;
    text-align: left;
}

#psm-blog-capcha-refesh::before {
    color: #949494;
    content: "\e5d5";
    font-family: 'Material Icons';
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
}

.blog-comment-row label {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.blog-comment-row .blog-capcha label {
    line-height: 26px;
    margin-right: 10px;
}

.blog_rating_box .star {
    color: #f9b002;
    float: left;
    line-height: 16px;
    margin: 0 3px;
    cursor: pointer;
}

.page_home .star,
.page_blog .star,
.psm-blog .star {
    margin: 0 1px;
}

.blog_rating_wrapper .star {
    color: #f9b002;
    margin: 0 1px;
}

.blog_rating_box {
    margin: 0 5px;
}

.blog-submit .button {
    background-color: #2fb5d2;
    border: medium none;
    color: #fff;
    outline: none !important;
    font-size: 14px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: none;
}

#psm-blog-related-products .content_price span.bp-percent-display {
    background-color: #ff0000;
    color: #fff;
    padding: 2px 8px;
}

.rss-children a {
    padding: 0 0 0 15px;
}

.blog-rate-post {
    display: box;
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    float: left;
    margin-bottom: 0;
    margin-top: 20px;
    width: auto;
}

#bc-subject,
#bc-name,
#bc-email {
    background-color: #fff;
    border: 1px solid #ebebeb;
    clear: left;
    color: #494949;
    border-radius: 4px;
    height: 36px;
    margin-bottom: 20px;
    width: 100%;
}

#bc-comment {
    background-color: #fff;
    border: 1px solid #ebebeb;
    clear: left;
    color: #494949;
    font-size: 14px;
    max-width: 100%;
    border-radius: 4px;
    min-height: 150px;
}

#bc-capcha {
    float: left;
    width: 100px;
    height: 32px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background-color: #fff;
}

#psm-blog-capcha-refesh {
    cursor: pointer;
}

.bp-price-old-label,
.bp-price-label,
.bp-percent-label,
.bp-save {
    display: none;
}

.blog-product-list .right-block {
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.psm-navigation-blog-content .psm-blog-latest-toolbar .post-date,
.psm-navigation-blog-content .psm-blog-latest-toolbar>div,
#left_column .psm-blog-latest-toolbar>div,
#left_column .psm-blog-latest-toolbar>span,
#left-column .psm-blog-latest-toolbar>div,
#left-column .psm-blog-latest-toolbar>span,
#right_column .psm-blog-latest-toolbar>div,
#right_column .psm-blog-latest-toolbar>span,
#right-column .psm-blog-latest-toolbar>div,
#right-column .psm-blog-latest-toolbar>span {
    margin-bottom: 5px !important;
}

.blog-product-list .right-block>h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none;
    overflow: hidden;
    padding: 0 10px;
}

.right-block h5 a {
    color: #414141;
}

.blog-product-list {
    margin-bottom: 0;
}

#psm-blog-related-products .blog-product-list .content_price {
    display: inline;
    text-align: center;
}

#psm-blog-related-products .blog-product-list .content_price .bp-price-label {
    display: none;
}

#psm-blog-related-products .blog-product-list .content_price .old-price .bp-price-old-label {
    display: none;
}

#psm-blog-related-products .blog-product-list .content_price .price-percent-reduction .bp-percent-label {
    display: none;
}

#psm-blog-related-products .blog-product-list .content_price .bp-save {
    display: none;
}

#psm-blog-related-products .content_price span {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #414141;
}

#psm-blog-related-products .blog-product-list .right-block .content_price .bp-price-display {
    padding: 0 10px;
}

#psm-blog-related-products .blog-product-list .right-block .content_price .bp-price-old-display {
    color: #a7a7a7;
    text-decoration: line-through;
}

#psm-blog-related-products .post-details .blog-product-list .right-block .bp-percent-display {
    background: #f13340 none repeat scroll 0 0;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding-left: 0;
    text-align: center;
}

.blog-paggination {
    float: none;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.blog-paggination .results {
    display: none;
}

.psm-blog-wrapper-blog-list.loadmore .blog-paggination {
    display: none;
}

.blog-comments-list {
    float: left;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

.psm-block-author>img.avata {
    border-radius: 45px;
    float: left;
    height: 90px;
    margin-right: 20px;
    width: 90px;
}

.pin-it-button img {
    float: left;
}

.blog-comments-list .blog-comment-line:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.blog-comments-list .blog-comment-line {
    float: left;
    padding-bottom: 5px;
    width: 100%;
}

.comment-by {
    color: #9f9f9f;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.comment-by>b,
.psm-blog-replied-by>b {
    color: #7A7A7A;
}

.comment-time {
    color: #9f9f9f;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    margin-right: 15px;
}

.list_post_item .psm-blog-latest-toolbar .psm_blog_review {
    margin-right: 5px;
}

.list_post_item .comment-time {
    margin-top: 2px;
}

.list_post_item .psm-blog-latest-toolbar {
    width: auto;
}

.comment-content {
    clear: left;
    color: #494949;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 15px;
}

.psm-blog-detail-comment {
    font-size: 14px;
}

.author-block a {
    color: #767676;
    font-weight: bold;
}

.post-date .be-label::before {
    content: "\e935";
    font-family: 'Material Icons';
    padding-right: 7px;
    text-indent: 0;
    text-align: center;
    float: left;
    width: 100%;
}

.mce-container.mce-edit-area,
.mce-container>iframe {
    background: #F5F8F9;
    min-height: 150px !important;
}

#psm_blog_page #content {
    margin-bottom: 30px;
}

.post-date .be-label {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: 999px;
    white-space: nowrap;
    width: 20px;
}

.psm-block-comment-report i::before {
    font-family: 'Material Icons';
    text-decoration: none;
}

.psm-block-comment-report {
    color: #b6b6b6;
    cursor: pointer;
    float: left;
    text-decoration: none;
}

.blog_rating_wrapper {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    min-height: 21px;
}

.comment-subject {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    width: 100%;
}

.comment-rating {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #9f9f9f;
}

.comment-rating>span {
    float: left;
    margin-right: 5px;
}

.psm-blog-replied-by-name {
    display: inline-block;
    font-weight: bold;
}

.block_content .close,
.psm-category-blog-parent {
    color: #666;
    cursor: pointer;
    float: right;
    font-weight: normal;
    height: 26px;
    opacity: 1;
    position: relative;
    text-align: center;
    width: 20px;
}

.psm_axpand_button.close::after {
    background-color: #666;
    content: "";
    height: 11px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 1px;
}

.psm-category-blog-parent:after {
    /*background-color: #666;
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  width: 1px;*/
}

.tree-category ul.children>li {
    padding-left: 10px;
    position: relative;
}

.block_content .close::before {
    background-color: #666;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 11px;
}

.psm-category-blog-parent:before {
    /*background-color: #666;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  width: 11px;*/
}

.block_content .close.opened::after,
.psm-category-blog-parent.active:after {
    display: none;
}

.content_block li {
    position: relative;
}

.content_block li .children {
    display: none;
}

.content_block li .children.show {
    display: block;
}

.content_block li .children {
    padding: 0;
}

.list_post_by_author a {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.list_post_by_author li:last-child a {
    border-bottom: none;
}

.blog_view_all_button {
    text-align: center;
    padding-top: 15px;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.page_home .owl-stage {
    float: left;
}

.page_home .blog_view_all_button {
    text-align: left;
}

.psm_block_categories a {
    color: #414141;
}

.actions a.btn.btn-warning:active {
    background-color: #e6a304;
}

.rss-authors a:hover,
.psm-page-rss a:hover,
.block_rss a:hover {
    color: #00cefd;
}

.wapper-management-blog-form .psm-category-blog-parent {
    /*    font-size: 0;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 4px;
    left: 100%;
    width: 16px;
    cursor: pointer;*/
}

.psm-category-blog-parent {
    font-size: 0;
    /*height: 16px;
    position: absolute;
    right: 15px;
    top: 13px;
    left: auto;
    width: 16px;
    cursor: pointer;*/
}

.wapper-management-blog-form ul.tree-category {
    display: block;
    margin: 0;
    border: 1px solid #c8d6db;
    border-radius: 3px;
    width: 490px;
    padding: 10px 20px 10px 30px;
    max-width: 100%;
}

li.form-control-label.text-right.main-category {
    text-align: right;
    color: #333;
    font-weight: 600;
}

.wapper-management-blog-form .psm-category-blog-parent {
    font-size: 0;
    cursor: pointer;
    position: absolute;
    right: 100%;
    top: 2px;
    height: 16px;
}

.wapper-management-blog-form input.category_default {
    position: absolute;
    right: 5px;
    top: 3px;
}

.psm-category-blog-parent:before {
    display: block;
    font-size: 12px;
    content: "";
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 7px;
    height: 7px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -6px;
}

.psm_block_categories span.psm-category-blog-parent {
    position: absolute;
    top: 8px;
    right: 7px;
}

.psm-category-blog-parent.active:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -6px;
}

.wapper-management-blog-form .form-fields input[type="checkbox"] {
    margin-top: 4px !important;
}

.tree-category ul.children.show {
    display: block;
}

.tree-category ul.children {
    display: none;
}

ul.tree-category {
    min-width: 200px;
}

.rss-categories .psm-category-blog-parent {
    display: none;
}

.wapper-management-blog-form .tree-category img {
    height: auto;
    margin-right: 4px;
    min-width: 50px;
}

.wapper-management-blog-form .tree-category li div {
    display: inline-block;
}

.wapper-management-blog-form .tree-category li {
    margin-bottom: 4px;
    position: relative;
}

.blog-extra-facebook-share li {
    float: left;
}

.blog-extra-facebook-share .facebook a {
    background-color: #5373be;
}

.blog-extra-facebook-share .facebook a:hover {
    background-color: #3e5ea9;
}

.blog-extra-facebook-share .facebook a:before {
    content: "f";
    font-family: Arial, sans-serif;
    font-weight: bold;
}


.blog-extra-facebook-share .googleplus a {
    background-color: #d34836;
}

.blog-extra-facebook-share .googleplus a:hover {
    background-color: #df5442;
}

.blog-extra-facebook-share .googleplus a:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-extra-facebook-share .googleplus a:before {
    content: "G";
    font-family: Arial, sans-serif;
    font-weight: bold;
}


.blog-extra-facebook-share .twitter a:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-extra-facebook-share .twitter a {
    background-color: #0084b4;
}

.blog-extra-facebook-share .twitter a:before {
    content: "X";
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.blog-extra-facebook-share .twitter a:hover {
    background-color: #1195c5;
}


.blog-extra-facebook-share .linkedin a {
    background-color: #0077b5;
}

.blog-extra-facebook-share .linkedin a:hover {
    background-color: #1289c7;
}

.blog-extra-facebook-share .linkedin a:before {
    background-color: #006aa2;
}

.blog-extra-facebook-share .linkedin a:before {
    content: "in";
    font-family: Arial, sans-serif;
    font-weight: bold;
}



.blog-extra-facebook-share .instagram a {
    background-color: #e65358;
}

.blog-extra-facebook-share .instagram a:hover {
    background-color: #ed5a5f;
}

.blog-extra-facebook-share .instagram a:before {
    content: "IG";
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.blog-extra-facebook-share .pinterest a {
    background-color: #cb2027;
}

.blog-extra-facebook-share .pinterest a:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "P";
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.blog-extra-facebook-share .pinterest a:hover {
    background: rgba(203, 30, 39, 0.8)
}

.blog-extra-facebook-share .tumblr a {
    background-color: #405167;
}

.blog-extra-facebook-share .tumblr a:hover {
    background-color: #516278;
}

.blog-extra-facebook-share .tumblr a:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-extra-facebook-share .tumblr a:before {
    content: "t";
    font-family: Arial, sans-serif;
    font-weight: bold;
}



.blog-extra-facebook-share li,
.blog-extra-facebook-share li:before {
    background: transparent !important;
}

.blog-extra-facebook-share li a {
    font-size: 12px;
    display: inline-block;
    height: 34px;
    border-radius: 3px;
    line-height: 18px;
    margin: 0 7px 7px 0;
    width: 120px;
    text-align: left;
    overflow: hidden;
    color: #fff !important;
    min-width: 100px;
    cursor: pointer;
    float: left;
    font-family: inherit;
    padding: 8px 10px 8px 10px;
}

.blog-extra-item.blog-extra-facebook-share,
.blog-extra-item.blog-extra-facebook-share ul {
    margin-bottom: 0;
}

.blog-extra-facebook-share .facebook a:before {
    background-color: rgba(0, 0, 0, 0.15);
}

.blog-extra-facebook-share li a:before {
    display: inline-block;
    padding: 5px;
    margin-left: -10px;
    margin-top: -15px;
    font-size: 16px;
    line-height: 34px;
    width: 33px;
    text-align: center;
    margin-right: 7px;
}

.wapper-management-blog-form label {
    font-weight: normal;
}

.psm-blog-replied-by:before {
    color: #AAAAAA;
    content: "\e15e";
    font-family: 'Material Icons';
    font-size: 12px;
    margin-right: 2px;
}

.psm-block-comment-report.comment-report-2 {
    margin-bottom: 5px;
}

.psm-block-comment-report.comment-report-2:hover {
    cursor: pointer;
    text-decoration: underline;
}

.comment-reply {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
}

.psm-blog-reply-content {
    clear: left;
    float: left;
    font-style: italic;
    margin-left: 10px;
}

.psm-blog-replied-by {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
}

.blog-paggination .links a {
    border: 1px solid #E4E4E4;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 36px;
    color: #414141;
    line-height: 34px;
    margin: 0 0 0 -1px;
    overflow: hidden;
    padding: 0;
    width: 40px;
}

.blog-paggination .links .next::before {
    content: "\e5cc";
    font-family: 'Material Icons';
    font-size: 15px;
    padding: 1px;
}

.blog-paggination .links .prev::before {
    content: "\e5cb";
    font-family: 'Material Icons';
    font-size: 15px;
    padding: 1px;
}

.blog-paggination .links .last::before {
    content: "\e5dd";
    font-family: 'Material Icons';
    font-size: 13px;
    padding: 1px;
}

.blog-paggination .links .frist::before {
    content: "\e5dc";
    font-family: 'Material Icons';
    font-size: 13px;
    padding: 1px;
}

.blog-paggination .links .last>span {
    display: none;
}

.blog-paggination .links .next>span {
    display: none;
}

.blog-paggination .links .prev>span {
    display: none;
}

.blog-paggination .links .frist>span {
    display: none;
}

.blog-comment-row label[for="check_gpdr"] {
    font-weight: normal;
}

.blog-paggination .links>b {
    background: #2fb5d2 none repeat scroll 0 0;
    border: 1px solid #2fb5d2;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    width: 40px;
}

.blog-category {
    margin-bottom: 30px;
}

.blog-category>img {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.psm-blog-search .block_content .button {
    color: #ffffff;
    font-size: 12px;
    line-height: 100%;
    margin-top: 5px;
    padding: 10px 10px 7px;
    text-align: center;
    text-transform: none;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    width: 100%;
}

.sidebar-post-type-casual .owl-buttons {
    position: absolute;
    top: 20px;
    right: 0;
}

.psm-blog-wrapper.psm-blog-wrapper-blog-list {
    margin-bottom: 50px;
}

.gallery_item {
    backface-visibility: hidden;
    float: left;
    perspective: 500px;
    -webkit-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gallery_item>img {
    backface-visibility: hidden;
    float: left;
    max-width: 100%;
    min-height: 50px;
    perspective: 500px;
    -webkit-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
}

.gallery_item:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
}

.psm-page-home .psm-blog-list {
    margin-bottom: 0;
}

.psm-page-home #psm_gallery_home #psm_gallery_home_content {
    float: left;
    width: 100%;
    position: unset;
}

.blog-paggination .links {
    display: box;
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    float: none;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.psm-blog-like-span {
    float: left;
    cursor: pointer;
    min-height: 21px;
}

.psm-blog-slider .loading_img {
    background-color: #e5e5e5;
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.psm-blog-slider.loading .loading_img {
    display: block
}

.psm-blog-slider.loading #psm_slider>img:not(:first-child) {
    display: none;
}

.loading_img>img {
    float: left;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    -moz-transform: translate3d(-50%, -50%, 0px);
    -o-transform: translate3d(-50%, -50%, 0px);
    -ms-transform: translate3d(-50%, -50%, 0px);
}

#left-column .psm_block_gallery ul>li,
#right-column .psm_block_gallery ul>li,
#left_column .psm_block_gallery ul>li,
#right_column .psm_block_gallery ul>li {
    padding: 6px;
    width: 33.33%;
    float: left;
}

#left-column .psm_block_gallery ul,
#right-column .psm_block_gallery ul,
#left_column .psm_block_gallery ul,
#right_column .psm_block_gallery ul {
    margin: -6px 0 0;
}

#module-psm_blog-blog .alert.alert-warning {
    float: left;
    width: 100%;
}

.clear {
    clear: both;
}

.page_home .star::after,
.page_blog .star::after,
.psm-blog .star::after {
    content: "\e83a";
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 14px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    color: #999999;
}

.psm-blog .star.star_on::after,
.page_blog .star.star_on::after,
.page_home .star::after {
    content: "\e838";
}

.psm_blog_review .star::before,
.blog_rating_box .star::before {
    display: none !important;
}

span.psm-blog-everage-rating {
    margin-left: 3px;
}

.blog_rating_reviews {
    float: left;
    margin-right: 15px;
}

.blog__rating_reviews::before,
.total_views:before {
    content: "\e0cb";
    font-family: 'Material Icons';
    font-size: 13px;
    line-height: 16px;
    padding-right: 1px;
}

.psm-blog-list li {
    float: left;
    padding: 0 15px;
    width: 100%;
}

.post-details .blog_description {
    margin-bottom: 30px;
}

/*Related posts casual and list */

#module-psm_blog-blog .psm-blog-breadcrumb-a:after,
#module-psm_blog-gallery .psm-blog-breadcrumb-a:after {
    content: "\e5cc";
    font-family: 'Material Icons';
    color: #000;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -1px;
    width: 15px;
}

.sidebar-post-type-casual .psm-blog-popular-content {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.psm-blog-latest-toolbar-comments:before {
    content: "\e0cb";
    font-family: 'Material Icons';
    font-size: 13px;
    padding-left: 0;
    padding-right: 3px;

}

.author_avata_show+a.psm_title_block {
    text-transform: capitalize;
}

.read_more {
    font-size: 14px;
    text-decoration: none !important;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 1px;
    font-style: italic;
    color: #000000!important;
    border-bottom: 1px dotted;
}

.psm-blog-latest-toolbar a {
    color: inherit;
}

.psm-blog-sidear-post-meta {
    color: #000000;
    display: none;
    float: left;
    font-size: 13px;
    width: 100%;
}

.page_home .title_blog,
.page_home_gallery .title_blog {
    margin-top: 15px;
}

.psm-blog-related-posts.on_product {
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 30px;
    padding: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

ul.psm-blog-related-posts-list {
    margin-bottom: 0;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    margin-left: -15px;
}

.page_home_gallery .view_all {
    display: none;
}

.title_blog,
.title_blog a {
    color: #414141;
    font-size: 16px;
    margin-bottom: 28px;
    margin-top: 0;
    text-transform: none;
}

#left-column .title_blog,
#left_column .title_blog,
#right-column .title_blog,
#right_column .title_blog {
    font-size: 16px;
    margin-top: 14px;
}

.owl-nav .disabled {
    cursor: not-allowed !important;
}

.blog_tag {
    display: block;
    width: 100%;
}

.psm-blog-tag-a {
    background-color: #ebebeb;
    color: #414141;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px 10px;
}

/*lastest post slide bar*/
.psm-blog-list li {
    margin-bottom: 35px;
    padding: 0 15px;
}

.blog_description {
    clear: left;
    font-size: 14px;
    line-height: 24px;
    color: #414141;
}

.blog_description p:last-child {
    margin-bottom: 0;
}

.blog_description p {
    color: #414141;
    font-size: 14px;
}

.blog-extra {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.blog-submit input.button[disabled="disabled"] {
    cursor: not-allowed;
}

.blog-product-desc {
    display: none;
}

.psm_item_img {
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #eee;
    width: 100%;
}

.psm_item_img.psm_item_img_ladyload img {
    opacity: 0;
    min-height: 200px;
}

.psm_item_img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.psm_item_img img {
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    max-width: 100%;
    width: 100%;
}

.page_home ul,
.page_home_gallery ul {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.owl-stage-outer {
    float: left;
    overflow: hidden;
    width: 100%;
}

.psm_block_slider .owl-controls,
.psm_blog_related_posts_type_carousel .owl-controls,
.psm_related_products_type_carousel .owl-controls {
    bottom: 100%;
    margin-bottom: 25px;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    right: 15px;
}

#left-column .psm_block_slider .owl-controls,
#left-column .psm_blog_related_posts_type_carousel .owl-controls,
#left-column .psm_related_products_type_carousel .owl-controls,
#left_column .psm_related_products_type_carousel .owl-controls,
#right-column .psm_related_products_type_carousel .owl-controls,
#right_column .psm_related_products_type_carousel .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin: 0;
    height: 0;
    min-height: 0;
}

#left-column .psm_block_slider .owl-controls .owl-next,
#left-column .psm_blog_related_posts_type_carousel .owl-controls .owl-next,
#left-column .psm_related_products_type_carousel .owl-controls .owl-next,
#left_column .psm_related_products_type_carousel .owl-controls .owl-next,
#right-column .psm_related_products_type_carousel .owl-controls .owl-next,
#right_column .psm_related_products_type_carousel .owl-controls .owl-next {
    float: right;
    margin-right: -10px !important;
}

#left-column .psm_block_slider .owl-controls .owl-prev,
#left-column .psm_blog_related_posts_type_carousel .owl-controls .owl-prev,
#left-column .psm_related_products_type_carousel .owl-controls .owl-prev,
#left_column .psm_related_products_type_carousel .owl-controls .owl-prev,
#right-column .psm_related_products_type_carousel .owl-controls .owl-prev,
#right_column .psm_related_products_type_carousel .owl-controls .owl-prev {
    margin-left: -10px !important;
}

#left-column .psm_block_slider .owl-controls .owl-nav>div,
#left-column .psm_blog_related_posts_type_carousel .owl-controls .owl-nav>div,
#left-column .psm_related_products_type_carousel .owl-controls .owl-nav>div,
#left_column .psm_related_products_type_carousel .owl-controls .owl-nav>div,
#right-column .psm_related_products_type_carousel .owl-controls .owl-nav>div,
#right_column .psm_related_products_type_carousel .owl-controls .owl-nav>div {
    border: none;
    background: transparent !important;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-owl-carousel: hover
}

#left-column .owl-carousel:hover .owl-controls .owl-nav>div,
#left_column .owl-carousel:hover .owl-controls .owl-nav>div,
#right-column .owl-carousel:hover .owl-controls .owl-nav>div,
#right_column .owl-carousel:hover .owl-controls .owl-nav>div {
    opacity: 1;
    visibility: visible;
}

#left-column .psm_title_block,
#left_column .psm_title_block,
#right-column .psm_title_block,
#right_column .psm_title_block {
    text-transform: none;
}

.psm_block_slider .owl-nav>div,
.psm_blog_related_posts_type_carousel .owl-nav>div,
.psm_related_products_type_carousel .owl-nav>div {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ebebeb;
    border-radius: 0 !important;
    color: #767676 !important;
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 25px;
    line-height: 21px;
    margin: 0 2px !important;
    padding: 0 !important;
    width: 25px;
}

.psm_block_slider .owl-prev::before,
.psm_blog_related_posts_type_carousel .owl-prev::before,
.psm_related_products_type_carousel .owl-prev::before {
    content: "\e5cb";
    font-family: 'Material Icons';
}

.psm_block_slider .owl-next::before,
.psm_blog_related_posts_type_carousel .owl-next::before,
.psm_related_products_type_carousel .owl-next::before {
    content: "\e5cc";
    font-family: 'Material Icons';
}

.page_home,
.page_home_gallery {
    background-color: #fff;
    display: block;
    clear: both;
    margin-bottom: 60px;
    padding: 15px 30px;
    width: 100%;
}

.children .active>a {
    color: #2fb5d2;
}

.psm_title_block img {
    max-width: 100%;
}

.be-rating-block>span {
    float: left;
}

.psm_blog_review {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    float: left;
}

.psm-blog-thumbnail-list.carousel .slick-dots button {
    font-size: 0;
    border: 1px solid #999;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    outline: none !important;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 3px;
    float: left;
}

.psm-blog-thumbnail-list.carousel .slick-dots .slick-active button {
    background-color: #2fb5d2;
    border-color: #2fb5d2;
}

.psm-blog-thumbnail-list.carousel .slick-dots {
    text-align: center;
    margin-top: 10px;
}

.psm-blog-thumbnail-list.carousel .slick-dots li {
    display: inline-block;
    padding: 0;
}

.psm-blog-latest-toolbar {
    color: #767676;
    float: left;
    font-size: 14px;
    margin-bottom: 7px;
    width: 100%;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
}

.psm-blog-wrapper .psm-blog-latest-toolbar {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.psm-blog-latest-toolbar>span:not(:last-child) {
    float: left;
    margin-right: 10px;
}

#left-column .psm-blog-latest-toolbar>span:not(:last-child),
#left_column .psm-blog-latest-toolbar>span:not(:last-child),
#right-column .psm-blog-latest-toolbar>span:not(:last-child),
#right_column .psm-blog-latest-toolbar>span:not(:last-child) {
    margin-right: 15px;
}

#left-column .psm-blog-latest-toolbar>span,
#left_column .psm-blog-latest-toolbar>span,
#right-column .psm-blog-latest-toolbar>span,
#right_column .psm-blog-latest-toolbar>span {
    white-space: nowrap;
}

.blog-extra-item.be-rating-block {
    float: right;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
}

#left-column .psm-blog-latest-toolbar,
#left_column .psm-blog-latest-toolbar,
#right-column .psm-blog-latest-toolbar,
#right_column .psm-blog-latest-toolbar {
    font-size: 14px;
}

.post-date {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    width: auto;
}

.blog_description ul {
    list-style: disc;
    padding-left: 30px;
}

.blog_description ul li {
    list-style: disc;
}

.block img {
    max-width: 100%;
}

.psm_block_gallery ul>li {
    padding: 0 15px 30px;
    width: 16.6667%;
}

.page_home.psm_block_slider .block_content {
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    margin-left: -15px;
}

.page_home_gallery.psm_block_default ul {
    margin-left: -5px;
    width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: -o-calc(100% + 10px);
    width: -ms-calc(100% + 10px);
}

.page_home_gallery.psm_block_default li {
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.psm_block_categories .tree {
    margin-left: -15px;
    margin-right: -15px;
}

.post-details .psm-blog-latest-toolbar {
    font-size: 14px;
    margin-bottom: 12px;
}

.psm_block_gallery ul .owl-item li {
    width: 100%;
}

.page_home.psm_block_default ul li {
    float: left;
    padding: 0 15px 15px;
}

.page_home.psm_block_default ul {
    float: none;
    margin: 0 -15px;
    width: auto;
}

.blog-extra .psm-blog-sidear-post-meta {
    display: block;
}

.psm-blog-tags {
    color: #767676;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    width: auto;
}

.extra_tag_cat .psm-blog-tags {
    margin-right: 15px;
}

.extra_tag_cat .psm-blog-categories {
    margin-bottom: 15px;
    margin-right: 0;
}

.list-tab-blog-management a:hover {
    color: #414141;
}

.year-item>a {
    font-weight: 600;
}

.list_category_item .sub_category {
    text-align: left;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 8px;
}

.list_category_item .sub_category li {
    margin-bottom: 0;
    padding: 0;
    display: block;
    line-height: 22px;
    clear: both;
    color: #767676;
}

.list_category_item .sub_category li:not(:last-child) {
    margin-bottom: 2px;
}

.list_category_item .sub_category li a {
    color: #767676;
    font-size: 13px;
    text-transform: capitalize;
}

.list_category_item .sub_category li a:before {
    content: "\e5cc";
    display: inline-block;
    font-family: 'Material Icons';
    margin-right: 5px;
}

.list_category_item .sub_category li a:hover {
    color: #2fb5d2;
}

#left-column .psm_block_categories a,
#left_column .psm_block_categories a,
#right-column .psm_block_categories a,
#right_column .psm_block_categories a {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
}

#left-column .psm_block_categories li:not(:last-child) a,
#left_column .psm_block_categories li:not(:last-child) a,
#right-column .psm_block_categories li:not(:last-child) a,
#right_column .psm_block_categories li:not(:last-child) a {
    border-bottom: 1px solid #ebebeb;
}

#left-column .psm_block_categories .children li,
#left_column .psm_block_categories .children li,
#right-column .psm_block_categories .children li,
#right_column .psm_block_categories .children li {
    border-bottom: 1px solid #ebebeb;
}

#left-column .psm_block_categories .children li a,
#left_column .psm_block_categories .children li a,
#right-column .psm_block_categories .children li a,
#right_column .psm_block_categories .children li a {
    border-bottom: none !important;
}

#left-column .psm_block_categories a::before,
#left_column .psm_block_categories a::before,
#right-column .psm_block_categories a::before,
.list_post_by_author a:before,
#right_column .psm_block_categories a::before {
    content: "\e5cc";
    font-family: 'Material Icons';
    margin-right: 5px;
}

#left-column .psm_block_categories .title_blog,
#left_column .psm_block_categories .title_blog {
    margin-bottom: 10px;
}

.blog_description img {
    height: auto;
    max-width: 100%;
}

.be-categories>a,
.psm-blog-tags a,
.be-categories {
    color: #767676;
}

.psm-blog-latest-toolbar-views:before {
    content: "\e8f4";
    font-family: 'Material Icons';
    padding-right: 3px;
}

.be-categories {
    color: #767676;
    font-size: 14px;
}

.psm-blog-related-posts {
    border-top: 1px solid #ebebeb;
    float: left;
    padding-top: 25px;
    width: 100%;
}

#psm-blog-related-products {
    border-top: 1px solid #ebebeb;
    float: left;
    margin-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}

.page-heading .title_cat {
    float: left;
    line-height: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: none;
    width: 100%;
}

.psm-blog-related-posts-list-li {
    padding-bottom: 30px;
}

.ss_icon_group .material-icons:first-child {
    display: block;
    left: 0;
    padding-left: 7px;
    padding-top: 27px;
    position: absolute;
    top: 0;
    margin-left: 13px !important;
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

#block_myaccount_infos .ss_icon_group {
    display: none;
}

#author-blog-link {
    padding: 0 !important;
    width: 100%;
}

.page-content .links li {
    list-style: outside none none;
}

.ss_icon_group .material-icons.second {
    color: #fff !important;
    font-size: 3.6rem !important;
    padding-left: 10px;
    padding-top: 16px;
}

.ss_icon_group i {
    height: 0;
}

.ss_icon_group {
    position: relative;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 3.4rem;
    height: 0;
}

.ss_icon_group .material-icons {
    width: 40px;
    height: 40px;
}

.year-item a {
    color: #333;
}

.psm_block_slider ul,
.psm-blog-related-posts-list {
    float: left;
    position: relative;
    width: 100%;
    margin-left: 0;
}

.blog-product-list.psm_related_products_type_carousel {
    float: left;
    position: relative;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    margin-left: -15px;
}

.page_blog_gallery .view_all {
    display: none;
}

.psm-blog-tag-a:hover {
    color: #fff;
}

.psm-block-comment-reply.active,
.psm-block-comment-reply:hover {
    color: #2fb5d2;
}

.psm-blog-detail-comment .alert {
    margin-bottom: 15px;
}

.rss-categories li {
    clear: both;
}

.form_reply_comment input[type="submit"]:hover {
    background-color: #2592a9;
    border-color: #2592a9;
}

#left-column .block,
#right-column .block {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    clear: left;
    float: left;
    margin-bottom: 30px;
    padding: 15px 25px 30px;
    width: 100%;
}

#left-column .block.psm_block_categories,
#right-column .block.psm_block_categories {
    padding-bottom: 17px;
}

#left-column .block.psm_block_tag,
#right-column .block.psm_block_tag {
    padding-bottom: 20px;
}

#left-column .block ul,
#left_column .block ul,
#right-column .block ul,
#right_column .block ul {
    margin-bottom: 0;
    padding: 0;
}

.psm-blog-rtl .post-date {
    float: right;
    margin-left: 15px;
    margin-right: 5px;
}

.psm-blog-wrapper-detail {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.psm_related_products_type_carousel .owl-item>li {
    width: 100%;
    padding: 0 15px 2px;
}

.dt-6.psm_related_products_type_carousel .owl-item>li {
    padding-left: 7px;
    padding-right: 7px;
}

.dt-6.psm_related_products_type_carousel {
    padding-left: 7px;
    padding-right: 7px;
}

.psm-blog-related-posts-list.dt-6 {
    padding-left: 7px;
    padding-right: 7px;
}

.psm_related_products_type_carousel {
    margin: 0;
    padding: 0;
}

.psm_related_products_type_carousel .product-container {
    border: 1px solid #eee;
    float: left;
    width: 100%;
}

.psm-blog-wrapper-comment {
    margin-bottom: 5px;
    width: 100%;
}

.psm_comment_form_blog {
    background-color: #fdfdfd;
    border: 1px solid #ebebeb;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.psm-navigation-blog-content {
    position: relative;
    width: 100%;
}

.block.psm_block_rss.psm_blog_ltr_mode h4:after {
    display: none !important;
}

#module-psm_blog-managementcomments .wapper-management-blog-form {
    width: 100%;
    background-color: #fff;
    padding: 15px 15px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.psm_paggination .links a,
.psm_paggination .links b {
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    height: 24px;
    width: 24px;
    line-height: 22px;
    color: #767676;
    background-color: #fff;
}

div#psm_blog_polls_g_recaptcha {
    margin-bottom: 15px;
}

.field-approved.action-enabled {
    float: right;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 20px;
    color: #c94526;
    font-size: 12px;
}

.field-approved .psm-icon-close {
    color: #c94526;
}

.field-approved.action-disabled {
    float: right;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 20px;
    font-size: 12px;
}

.psm-icon-close {
    font-style: normal;
    color: #e70607;
}

#list-psm_reply .list-action.field-approved {
    border: none;
    float: none;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.field-approved i {
    font-style: normal;
}

.psm-blog-panel td.pointer.title,
.psm-blog-panel table {
    font-size: 13px;
}

.psm_paggination .links b {
    background: #2fb5d2;
    color: #fff;
    border: 1px solid #2fb5d2;
}

.psm_paggination .links a:hover {
    background-color: #ddd;
    color: #333;
}

.psm_blog-comments-list {
    border-top: 1px solid #ebebeb;
    float: left;
    width: 100%;
}

.psm_comment_form_blog .title_blog {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding: 30px;
    float: left;
    width: 100%;
}

.psm_blog-comments-list .title_blog {
    margin-bottom: 0;
    padding: 25px 0;
}

.psm-blog-form-comment {
    display: block;
    float: left;
    padding: 30px;
    width: 100%;
}

.psm_block_search .button {
    background-color: transparent;
    border: medium none;
    font-size: 0;
    height: 100%;
    position: absolute;
    background-image: none;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
}

.psm_block_search form {
    position: relative;
}

.owl-item .psm-blog-related-posts-list-li {
    width: 100%;
}

.icon_search {
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.icon_search::before {
    color: #767676;
    content: "\e8b6";
    float: left;
    font-family: 'Material Icons';
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.psm_block_search input {
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
    padding-right: 40px;
}

.psm-blog #content-wrapper .psm-blog-wrapper {
    background-color: #fff;
    margin: 0 -15px;
    padding: 30px;
    margin-bottom: 30px;
}

.psm-page-category .page-heading {
    text-transform: none;
}

.blog-category-desc {
    line-height: 24px;
}

.psm_related_products_type_default .product-container {
    border: 1px solid #ebebeb;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.slider_big_image:not(:first-child):not(.slick-slide) img {
    display: none;
}

.psm-blog-thumbnail-list.carousel .psm-blog-thumbnail-items {
    width: calc(100% + 16px);
    width: -webkit-calc(100% + 16px);
    margin-left: -8px;
    margin-top: 0;
}

#psm_slider .nivo-directionNav a,
.psm-blog-slider.slider-wrapper .slick-arrow {
    background-color: rgba(255, 255, 255, 0.5);
    color: #414141;
    cursor: pointer;
    font-size: 45px;
    height: 60px;
    left: auto;
    line-height: 60px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    outline: none !important;
    -webkit-outline: none !important;
    bottom: auto;
    position: relative;
    right: auto;
    text-indent: -999px;
    top: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 60px;
    z-index: 9;
    background-image: none;
}

.psm_block_slider .owl-nav>div:hover,
.psm_blog_related_posts_type_carousel .owl-nav>div:hover,
.psm_related_products_type_carousel .owl-nav>div:hover {
    background-color: #f1f1f1 !important;
    color: #666 !important;
}

#psm_slider .nivo-directionNav a {
    opacity: 1 !important;
}

#psm_slider .nivo-directionNav a.nivo-prevNav {
    float: left;
}

#psm_slider .nivo-directionNav a.nivo-nextNav {
    float: right;
}

#psm_slider .nivo-directionNav a.nivo-nextNav::before,
.psm-blog-slider.slider-wrapper .slick-arrow.slick-next:before {
    content: "\e5cc";
    float: left;
    font-family: 'Material Icons';
    text-align: center;
    text-indent: 0;
    width: 100%;
}

.block_content li {
    padding: 0 15px;
}

.bpsm-blog-slider .theme-bar .nivo-controlNav a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.theme-bar .nivo-controlNav a.active {
    border: 1px solid #414141;
}

#psm_slider .nivo-directionNav a.nivo-prevNav::before,
.psm-blog-slider.slider-wrapper .slick-arrow.slick-prev:before {
    content: "\e5cb";
    float: left;
    font-family: 'Material Icons';
    text-align: center;
    text-indent: 0;
    width: 100%;
}

.nivo-directionNav {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    visibility: hidden;
    width: 100%;
}

#psm_slider:hover .nivo-directionNav,
.psm-blog-slider.slider-wrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.psm-blog-slider.theme-bar .nivo-controlNav {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    text-align: center;
    opacity: 1;
}

.psm-blog-slider.slider-wrapper.theme-bar {
    border: none;
    margin-bottom: 60px;
}

#psm_slider .nivo-caption {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 45px;
    color: #414141;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    opacity: 1;
}

#psm_slider .slider_big_image .nivo-caption {
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 120%;
}

.caption-disabled .psm-blog-thumbnail-list.carousel .slick-dots {
    top: -38px;
}

.caption-disabled .psm-blog-thumbnail-list.enable_dots {
    margin-top: -65px;
    padding-top: 40px;
}

.form-polls {
    background-color: #f7f7f7;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.polls-title label input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    width: 100%;
    opacity: 0;
}

.form-polls .form-group.polls-title {
    margin-bottom: 0;
}

.form-polls .form-group.polls-title>span {
    margin-right: 20px;
}

.form-polls-body {
    margin-top: 30px;
}

.form-group.polls-name {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 20px;
    float: left;
}

.form-group.polls-email {
    float: left;
    width: 50%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
}

.form-group.polls-feedback {
    width: 100%;
    float: left;
}

.psm-blog-tag-a:hover {
    color: #fff !important;
}

.psm-blog-author-info .form-managament {
    border: none;
}

.form-polls-body input {
    width: 100%;
    font-size: 13px;
    padding: 5px 10px;
    color: #767676;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.poll-capcha-wrapper img#psm-blog-polls-capcha-img {
    margin-right: 15px;
}

textarea#polls_feedback {
    width: 100%;
    border: 1px solid #ebebeb;
    font-size: 13px;
    padding: 10px 10px;
    color: #414141;
    border-radius: 3px;
    min-height: 150px;
}

input#polls-capcha {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    height: 38px;
    float: left;
}

.form-polls-body button:hover {
    background-color: #2592a9;
}

.form-polls-body button {
    background-color: #2fb5d2;
    float: right;
    cursor: pointer;
    outline: none !important;
    border: none;
    text-transform: none;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    min-width: 150px;
    margin-right: 0;
}

span.poll-capcha-wrapper {
    display: flex;
    display: -webkit-flex;
    clear: both;
    float: left;
}

.polls-title label {
    background-color: #30b1a6;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
}

.polls-title label[for="polls_post_0"].disabled,
.polls-title label[for="polls_post_0"] {
    background-color: #dcb5af;
}

.psm-blog-thumbnail-list.enable_dots {
    margin-top: -35px;
    padding-top: 40px;
}

.psm-blog-thumbnail-list.carousel .slick-dots {
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-top: 0;
}

.psm-blog-slider.slider-wrapper .slick-arrow.slick-prev,
.psm-blog-slider.slider-wrapper .slick-arrow.slick-next {
    top: 50%;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.psm-blog-slider.slider-wrapper .slick-arrow.slick-prev {
    left: 0;
}

.psm-blog-slider.slider-wrapper .slick-arrow.slick-next {
    right: 0;
}

.psm_block_slider .owl-item {
    float: left;
}

iframe {
    max-width: 100%;
}

.psm-blog-slider {
    margin-bottom: 40px;
    position: relative;
}

#psm_slider .nivo-caption>span {
    display: block;
    color: #414141;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

#content-wrapper .psm_block_slider .owl-item>li {
    padding-bottom: 15px;
}

.psm_block_slider .owl-item>li {
    float: left;
    overflow: hidden;
    width: 100%;
}

.page_blog_gallery .psm_title_block {
    display: none;
}

.extra_tag_cat {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

/* ── Social Share ── */
.psm-blog-share {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    margin: 8px 0 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    clear: both;
}

.psm-blog-share__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #555;
    margin-right: 4px;
}

.psm-blog-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    overflow: hidden;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}

.psm-blog-share__btn:hover {
    color: #fff;
    border-color: transparent;
}

.psm-blog-share__btn .material-icons {
    font-size: 20px;
}

.psm-blog-share__btn--fb:hover {
    background: #1877f2;
}

.psm-blog-share__btn--x:hover {
    background: #000;
}

.psm-blog-share__btn--li:hover {
    background: #0a66c2;
}

.psm-blog-share__btn--email:hover {
    background: #555;
}

.psm-blog-share__btn--copy:hover {
    background: #333;
}

.psm-blog-share__btn--copy.copied {
    background: #28a745;
    color: #fff;
    border-color: transparent;
}

/* ── Reading Time ── */
.psm-blog-read-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    color: #767676;
    white-space: nowrap;
}

.psm-blog-read-time .material-icons {
    font-size: 16px;
    color: #767676;
}

/* ── Table of Contents ── */
.psm-blog-toc {
    background: #f8f9fa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 0;
    margin: 20px 0 24px;
    overflow: hidden;
}

.psm-blog-toc__header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-bottom: 1px solid #e8e8e8;
    background: #f1f3f5;
}

.psm-blog-toc__header > .material-icons {
    font-size: 20px;
    color: #555;
}

.psm-blog-toc__label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    flex: 1;
}

.psm-blog-toc__toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    color: #666;
    line-height: 1;
    border-radius: 4px;
    transition: background 0.15s;
}

.psm-blog-toc__toggle:hover {
    background: rgba(0, 0, 0, 0.06);
}

.psm-blog-toc__list {
    list-style: none;
    margin: 0;
    padding: 12px 20px;
    counter-reset: toc-counter;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: 600px;
    opacity: 1;
    overflow: hidden;
}

.psm-blog-toc__list--collapsed {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.psm-blog-toc__item {
    counter-increment: toc-counter;
    padding: 0;
    margin: 0;
}

.psm-blog-toc__item::before {
    content: counter(toc-counter) ". ";
    color: #767676;
    font-size: 0.85rem;
    font-weight: 500;
}

.psm-blog-toc__item--sub {
    padding-left: 20px;
}

.psm-blog-toc__item--sub::before {
    content: "";
    counter-increment: none;
}

.psm-blog-toc__link {
    font-size: 0.9rem;
    color: #444;
    text-decoration: none;
    line-height: 2;
    transition: color 0.15s;
}

.psm-blog-toc__link:hover {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.psm-blog-like-span.active {
    cursor: auto;
}

.psm-block-author .psm-author-name>a {
    color: #414141;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.psm-blog-wrapper-gallery .psm-gallery {
    display: block;
    float: left;
    margin: 0 -7px 15px;
    width: calc(100% + 14px);
    width: -o-calc(100% + 14px);
    width: -ms-calc(100% + 14px);
    width: -moz-calc(100% + 14px);
    width: -webkit-calc(100% + 14px);
}

.psm-blog-wrapper-form-managament {
    display: flex;
    display: -webkit-flex;
    float: left;
    width: 100%;
}

.left-form-managament {
    float: left;
    width: 220px;
    padding: 0 15px;
}

.thumb_post img {
    max-width: 100%;
}

#form_blog button.btn {
    margin-left: 15px;
    border: none;
}

#form_blog .btn {
    margin-bottom: 10px;
    margin-top: 15px;
}

.psm_blog_layout_list .module_confirmation {
    margin-top: 15px;
}

.psm-blog-wrapper-form-managament .badge {
    background-color: #2fb5d2;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    font-weight: normal;
    text-align: center;
    width: 18px;
    vertical-align: 2px;
}

.add_new_post_blog a:hover {
    background-color: #2592a9;
}

.btn-group-action .dropdown-menu a {
    display: block;
    font-size: 12px;
    line-height: 28px;
    white-space: nowrap;
    padding: 0 10px;
    text-align: left;
}

.btn-group-action .dropdown-menu a i {
    min-width: 16px;
    text-align: center;
    margin-right: 5px;
}

.btn-group-action .dropdown-menu a:not(:hover) {
    color: #666;
}

.btn-group-action .dropdown-toggle {
    background-color: transparent;
    float: right;
    min-width: 20px;
    padding: 0;
    text-align: center;
}

span.link_rss.rss_setting {
    margin-left: 25%;
    padding: 0 5px;
    margin: 0 0 0 25%;
    clear: both;
    line-height: 39px;
}

.btn-group-action .dropdown-toggle::after {
    display: none;
}

.btn-group-action .dropdown-toggle {
    margin-left: 8px;
    padding: 0;
    line-height: 22px;
}

.psm-blog-panel table input {
    border: 1px solid #ccc;
    font-weight: normal;
}

input#author_name {
    height: 40px;
}

.psm-blog-panel td.pointer.approved {
    text-align: center;
}

a.delete_url,
a.delete_url i:before {
    font-size: 14px;
    min-width: 15px;
    display: inline-block;
}

#module-psm_blog-managementmyinfo .form-managament {
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
}

.blog-managament-information {
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    padding: 10px 15px;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.psm_blog_button_share iframe {
    margin: 0 !important;
    vertical-align: top;
}

.psm_blog_button_share * {
    vertical-align: top !important;
}

.psm-blog-panel table select {
    border: 1px solid #ccc;
    font-weight: normal;
    min-height: 24px;
}

.psm_paggination {
    padding: 20px 0 15px;
    border-top: 1px solid #eee;
}

.psm_paggination .results {
    font-size: 13px;
    color: #767676;
}

.btn-group-action .dropdown-menu {
    left: auto;
    min-width: 100px;
    right: 0;
    padding: 5px 0;
    text-align: left;
}

.add_new_post_blog a {
    background-color: #2fb5d2;
    color: #fff !important;
    float: right;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: none;
}

.psm_blog_layout_list .filter.row_hover select {
    width: auto;
}

.pull-right.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.upload_form_custom .input-group-addon {
    float: left;
    background-color: transparent;
    border-right: 1px solid #ccc;
    padding: 0;
    height: 40px;
    width: 40px;
    border-bottom: none;
    line-height: 38px;
    border-top: none;
    margin-left: -1px;
    position: absolute;
    left: 0;
    background-color: #fff;
    margin-top: -1px;
}

.upload_form_custom .input-group-btn i {
    margin-right: 5px;
}

.upload_form_custom .input-group-btn {
    float: right;
    position: absolute;
    color: #333;
    z-index: 1;
    background-color: #fff;
    width: auto;
    left: auto;
    font-size: 14px;
    top: -1px;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}

.upload_form_custom input[type="file"] {
    opacity: 0;
    position: relative;
    z-index: 100;
    padding: 0 100px 0 50px;
    height: 40px;
    margin-top: -1px;
    cursor: pointer;
}

.upload_form_custom {
    position: relative;
    background-color: #F5F8F9;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 38px;
}

.enabled i.psm-icon-check {
    color: #72C279;
}

.approved i.psm-icon-close,
.enabled i.psm-icon-close {
    color: #E08F95;
}

.management-blog-form .badge {
    background-color: #2fb5d2;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    vertical-align: 2px;
    width: 18px;
}

.psm-blog-wrapper-form-managament .panel-heading,
.psm-blog-wrapper-form-managament .card-header {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.wapper-management-blog-form .switch.prestashop-switch {
    margin-top: 6px;
    display: block;
}

#form_blog .mce-btn button {
    color: #595959;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
    overflow: visible;
    padding: 4px;
    text-align: center;
}

.form-managament {
    border-left: 1px solid #eee;
    float: left;
    padding: 0 15px;
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
}

.comment-content h4.subject_comment {
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    font-family: Open sans;
    margin-top: 0;
    margin-bottom: 15px;
}

.comment-content h4.comment_name span {
    color: #2fb5d2;
    font-family: Open sans;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
}

.comment-content .post_title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: normal;
    font-style: italic;
    font-family: Open sans;
    color: #767676;
}

.comment-content .panel-heading-action .del_comment,
.comment-content .card-header-action .del_comment {
    float: right;
    font-size: 0;
    font-style: normal;
    color: #767676;
}

.comment-content .post_title span a {
    color: #2fb5d2;
}

.comment-content .post_title span {
    font-weight: 600;
    font-style: normal;
}

.comment-content .panel-heading-action .del_comment .material-icons,
.comment-content .card-header-action .del_comment .material-icons {
    font-style: inherit;
}

.comment-content .panel-heading-action,
.comment-content .card-header-action {
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
}

h4.comment_name {
    font-family: Open sans;
    display: block;
    margin: 10px 0;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    color: #767676;
}

tbody#list-psm_reply {
    font-size: 13px;
}

.del_comment .material-icons,
.del_reply .material-icons {
    font-size: 16px;
}

a.del_reply {
    font-size: 0;
    font-style: normal;
    display: block;
    text-align: center;
    color: #767676;
}

a.del_reply i {
    font-style: normal;
}

.comment-content thead tr,
.comment-content thead tr td {
    border-bottom: 1px solid #a0d0eb;
    font-weight: 600;
    text-transform: none;
    background-color: #ecf6fb;
    font-family: Open sans;
    border-top: 1px solid #eee;
}

a.btn.btn-default.back_list_comment {
    padding-left: 0;
    font-size: 14px;
    margin-top: 5px;
    color: #767676;
}

i.process-icon-cancel {
    font-style: normal;
    padding-right: 3px;
}

.comment-content h4.replies_comment {
    clear: both;
    width: 100%;
    display: block;
    margin-top: 30px;
    float: left;
    margin-bottom: 15px;
    text-transform: none;
}

.wapper-management-blog-form .form_reply textarea {
    margin-bottom: 10px;
}

.wapper-management-blog-form .comment-content .comment-content {
    margin-bottom: 20px;
    margin-top: 15px;
}

.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"] {
    float: right;
    margin-top: 5px;
    border-radius: 3px;
}

.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]+.btn.btn-default {
    padding-left: 0;
    color: #767676;
    font-size: 14px;
    position: relative;
    text-transform: none;
    display: inline-block;
    margin-top: 5px;
}

#psm_blog_page #content,
#module-psm_blog-rss #content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    color: #7a7a7a;
    font-size: 0.875rem;
    padding: 1rem;
    width: 100%;
    float: left;
}

.psm-page-rss .title_blog {
    margin-bottom: 5px;
    margin-top: 30px;
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
    padding-bottom: 0;
}

.psm-page-rss .psm_block_categories {
    padding: 0;
}

.block_rss ul {
    padding: 0;
    clear: both;
}

.rss-authors a,
.psm-page-rss a,
.block_rss a {
    border-bottom: 1px dashed #ccc;
    display: block;
    line-height: 30px;
    float: left;
    width: 100%;
}

.rss-authors a i,
.psm-page-rss a i,
.block_rss a i {
    background: rgba(0, 0, 0, 0) linear-gradient(#fc884d, #fb702d, #fc540b) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(#fc884d, #fb702d, #fc540b) repeat scroll 0 0;
    color: #fff;
    float: right;
    line-height: 18px;
    margin-top: 6px;
    padding: 0 5px;
    margin-bottom: 4px;
}

.psm_block_rss .title_blog.title_block>a i {
    background: rgba(0, 0, 0, 0) linear-gradient(#fc884d, #fb702d, #fc540b) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(#fc884d, #fb702d, #fc540b) repeat scroll 0 0;
    color: #fff;
    float: right;
    line-height: 18px;
    margin-top: 0px;
    padding: 0 5px;
}

.psm_block_comment .block_content {
    margin: 0 -15px;
}

.psm-blog-panel .star {
    display: inline-block;
    margin: 0;
}

.approved .psm-icon-check {
    color: #8cc63f;
}

.text-center {
    text-align: center;
}

.psm-blog-thumbnail-items .slick-arrow.slick-next {
    right: 8px;
    position: absolute;
    transform: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    top: 50%;
    margin-top: -15px;
}

.psm-blog-panel .panel-heading,
.psm-blog-panel .card-header {
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
    line-height: 32px;
}

#module-psm_blog-rss #wrapper {
    padding-bottom: 50px;
}

.psm-blog-panel table thead tr:first-child th {
    vertical-align: top;
}

.psm-blog-panel table tr:first-child th {
    background-color: #f5f6f7;
    border-width: 1px;
    color: #666;
    font-size: 12px;
    margin: 0;
}

.polls-title label[for="polls_post_0"]:hover {
    background-color: #db2f12 !important;
}

.form-group.polls-title .radio span {
    opacity: 0 !important;
}

.table>thead>tr>th,
.table tbody>tr>td {
    margin: 0;
    display: table-cell;
}

.psm-blog-panel table.table td,
.psm-blog-panel table.table th {
    padding: 10px 5px;
}

.form-polls ul {
    margin-bottom: 0;
}

.polls-title label[for='polls_post_1']:hover {
    background-color: #24857e;
}

.form-polls .alert {
    margin-bottom: 0;
    margin-top: 20px;
}

.psm-blog-slider.carousel .slick-dots button {
    border: 1px solid #999;
    padding: 0;
    width: 14px !important;
    height: 14px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.psm-blog-slider.carousel ul.slick-dots {
    bottom: -50px;
}

.psm-blog-slider.carousel .slick-dots .slick-active button {
    background: #2fb5d2;
}

.disable_thumbnail.bpsm-blog-slider .psm-blog-slider.carousel {
    margin-bottom: 70px;
}

.form-polls-body button[name="polls_cancel"] {
    background-color: #fff;
    color: #666;
    height: 38px;
    border: 1px solid #ebebeb;
}

.form-polls-body button[name="polls_cancel"]:hover {
    background-color: #2592a9;
    color: #ffffff;
    border: 1px solid #2592a9;
}

.polls-title.noactive label[for="polls_post_0"],
.polls-title label[for='polls_post_0'].checked {
    background-color: #b35242;
}

.polls-title label[for='polls_post_1'],
.polls-title label[for='polls_post_1'].disabled {
    opacity: 0.6;
}

.polls-title.noactive label[for='polls_post_1'],
.polls-title label[for='polls_post_1'].checked {
    opacity: 1;
}

.btn-group-action a {
    font-size: 13px;
    line-height: 22px;
    padding-top: 0;
    color: #666;
    white-space: nowrap;
}

.psm-blog-panel .btn-group-action .btn-group {
    display: flex;
    display: -webkit-flex;
}

#psm_submit_psm_post,
#psm_submit_psm_comment {
    font-size: 13px;
    padding: 5px 10px;
}

.list-tab-blog-management a {
    display: block;
    line-height: 26px;
    margin-bottom: 2px;
    padding: 5px 15px;
    color: #333;
}

.list-tab-blog-management .management-item:first-child a:before {
    content: "\e54e";
    font-family: 'Material Icons';
    margin-right: 5px;
}

.list-tab-blog-management .management-item:last-child a:before {
    content: "\e0cb";
    font-family: 'Material Icons';
    margin-right: 5px;
}

.list-tab-blog-management .management-item a.active,
.list-tab-blog-management .management-item a:hover {
    background: #eee none repeat scroll 0 0;
}

.upload_form_custom+.help-block {
    font-style: italic;
    font-size: 13px;
    margin-top: 5px;
    color: #767676;
}

.wapper-management-blog-form .form-control-label {
    padding-top: 4px;
}

.thumb_post .material-icons {
    color: #767676;
    margin-left: 5px;
}

.actions a.btn.btn-warning,
.actions button#psm_submit_psm_post,
.actions #psm_submit_psm_comment {
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.actions a.btn.btn-warning,
.actions a.btn.btn-warning:hover {
    color: #ffffff;
}

table.table td.reported,
table.table th.reported,
table.table td.approved,
table.table th.approved {
    text-align: center;
}

.table thead>tr.filter>th.reported select,
.table thead>tr.filter>th.approved select {
    margin: 0 auto;
}

.psm-blog-wrapper-form-managament select,
.psm-blog-wrapper-form-managament input[type="text"] {
    font-size: 12px;
    width: 100%;
}

.psm-blog-panel-employee .form-group .form-group~.help-block {
    margin-top: -25px;
    float: left;
    max-width: 100%;
}

td.pointer.rating {
    white-space: nowrap;
}

.btn-group-action {
    min-width: 100px;
}

.psm_blog_layout_list select,
.psm_blog_layout_list input[type="text"] {
    height: 30px;
    color: #666;
    background-color: #F5F8F9;
    font-size: 14px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    min-height: 36px;
}

.psm-blog-panel .thumb_post {
    margin-bottom: 15px;
}

.wapper-management-blog-form textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #F5F8F9;
    min-height: 100px;
    color: #666;
    border: 1px solid #ccc;
}

.thumb_post {
    margin-bottom: 10px;
}

.psm-block-author {
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.psm-block-author.psm-block-author-avata img {
    float: left;
}

.psm-block-author .avata_img {
    margin-right: 15px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 100%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.psm-block-author .avata_img .avata {
    min-width: 100%;
    height: 100%;
    width: 100%;
}

.avata_img+.psm-des-and-author {
    max-width: calc(100% - 95px);
    max-width: -webkit-calc(100% - 95px);
    float: left;
}

.author_avata_show img.author_avata {
    height: 100%;
}

#left_column .page_blog_gallery .block_content,
#right_column .page_blog_gallery .block_content,
#left-column .page_blog_gallery .block_content,
#right-column .page_blog_gallery .block_content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.psm_block_rss .title_blog.title_block>a {
    display: block;
    margin-bottom: 0;
}

.psm_block_rss .title_blog.title_block>a i {
    float: right;
}

.psm-blog-comment-info .post-author .psm_title_block {
    margin-top: auto;
    float: none;
    width: auto;
    font-size: inherit;
    color: #2fb5d2;
}

span.post-author-name {
    font-weight: 600;
}

.psm-blog-comment-info .post-author {
    font-size: 14px;
}

.psm_block_comment .psm-blog-comment-content {
    width: 100%;
    clear: both;
    font-size: 14px;
}

.blog-submit-form label[for="check_gpdr"]+.blog-submit {
    margin-top: 10px;
}

.blog-comment-row.flex-bottom {
    align-items: baseline;
    -webkit-align-items: baseline;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.wapper-management-blog-form .required {
    color: red;
}

.psm-blog-comment-info .post-author {
    margin-bottom: 5px;
}

.psm-blog-comment-info .psm-blog-latest-toolbar .star {
    margin-left: 0;
    margin-right: 5px;
}

.comment_item {
    margin-bottom: 15px;
}

.psm_block_comment li:not(:last-child) .comment_item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.psm-blog-comment-info span.post-author-name {
    font-weight: 600;
}

.author_avata_show {
    float: left;
    width: 70px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #ddd;
    height: 70px;
    margin-bottom: 10px;
    position: relative;
}

.author_avata_show+.psm-blog-comment-info {
    max-width: calc(100% - 70px);
    max-width: -webkit-calc(100% - 70px);
    float: left;
    padding-left: 10px;
}

.psm-blog-comment-content {
    width: 100%;
}

.psm_block_author li:not(:last-child) .psm-blog-comment-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.psm_block_author li:last-child .psm-blog-comment-content {
    padding-bottom: 20px;
}

a.view_post:after {
    content: "\e5dd";
    font-family: 'Material Icons';
    margin-left: 2px;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
    transform: none;
}

a.view_post:hover:after {
    transform: translateX(5px);
}


.psm_block_author li {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.author_avata_show+.author_infor {
    float: left;
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    padding-left: 15px;
}

.author_avata {
    width: 100%;
}

.upload_form_custom .file_name {
    left: 50px;
    overflow: hidden;
    position: absolute;
    right: 100px;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    white-space: nowrap;
}

.psm_blog-panel .table-responsive,
.psm_blog-panel.card .table-responsive {
    overflow: visible;
}

.panel.psm_blog-panel,
.card.psm_blog-panel {
    width: 100%;
}

.loader_lady_custom,
.loader_lady_custom:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.psm_item_img_ladyload .loader_lady_custom {
    display: block;
}

.psm_block_archive .year-item {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
}

.psm_blog_layout_list th.approved select {
    width: auto;
}

.list-comment tr.filter.row_hover th {
    font-weight: normal;
}

.list-comment tr.filter.row_hover th.actions button {
    font-size: 14px;
    vertical-align: middle;
    padding: 5px 10px;
    min-height: 36px;
}

.psm_block_archive .month-item {
    font-size: 13px;
}

.psm_block_comment .psm_title_block {
    text-transform: capitalize;
}

.psm_block_comment .author-block {
    display: inline-block;
    margin-bottom: 4px;
}

.psm_block_archive .title_blog,
.psm_block_archive .title_blog a {
    margin-bottom: 20px;
}

.month-item>a::before {
    content: "--";
    letter-spacing: -2px;
    margin-right: 5px;
}

.psm_block_comment .author-block .post-author-name {
    font-weight: 600;
}

.view_post {
    color: #2fb5d2;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    display: block;
    position: relative;
}

.author_infor .psm_title_block {
    margin-top: 0;
    font-size: 14px;
    text-transform: none;
}

.psm_author_post_count {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    clear: both;
}

.author_infor .psm_title_block {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: none;
}

.loader_lady_custom {
    margin: 60px auto;
    font-size: 10px;
    display: none;
    position: relative;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #ccc;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.wapper-management-blog-form {
    width: 100%;
}

.psm-block-report-reply-edit-delete {
    display: inline-block;
    white-space: nowrap;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.psm_item_img_ladyload .lazyload {
    opacity: 0.5;
}

.page_home_gallery .blog_view_all_button {
    text-align: left;
    margin-bottom: 30px;
}

.blog_rating_box .star:not(.star_on):after {
    content: "\e83a";
    font-family: 'Material Icons';
    color: #cccccc;
}

#left-column .page_blog_gallery .view_all,
#left_column .page_blog_gallery .view_all,
#right-column .page_blog_gallery .view_all,
#right_column .page_blog_gallery .view_all {
    display: none;
}

.psm-blog-wrapper .page-heading {
    clear: both;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: none;
}

.psm-blog-wrapper-detail input::-webkit-input-placeholder,
.psm-blog-wrapper-detail textarea::-webkit-input-placeholder {
    color: #7a7a7a !important;
}

.psm-blog-wrapper-detail input::-moz-placeholder,
.psm-blog-wrapper-detail textarea::-moz-placeholder {
    color: #7a7a7a !important;
}

.psm-blog-wrapper-detail input:-ms-input-placeholder,
.psm-blog-wrapper-detail textarea:-ms-input-placeholder {
    color: #7a7a7a !important;
}

.psm-blog-wrapper-detail input:-moz-placeholder,
.psm-blog-wrapper-detail textarea:-moz-placeholder {
    color: #7a7a7a !important;
}

.psm-blog-wrapper-gallery {
    float: left;
    width: 100%;
}

.psm-gallery li {
    float: left;
    padding: 7px;
}

body div.ppt {
    text-align: center;
}

.psm-blog-related-products-wrapper {
    float: left;
    width: 100%;
}

.psm-icon-bolt {
    font-family: 'Material Icons';
}

.page_blog.psm_block_default .block_content>li:not(:last-child) {
    margin-bottom: 30px;
}

#psm_slider>a {
    display: none;
}

.page_home.psm_block_slider ul.block_content>li:nth-child(n + 5) {
    display: none;
}

.psm-navigation-blog {
    display: none;
}

.psm-block-author {
    float: left;
    margin-bottom: 30px;
}

.wapper-management-blog-form .mce-container,
.wapper-management-blog-form .mce-container *,
.wapper-management-blog-form .mce-widget,
.wapper-management-blog-form .mce-widget *,
.wapper-management-blog-form .mce-reset {
    white-space: normal;
}

/**-------------------------------Responsive----------------------------------------------- **/
@media (max-width: 1400px) {
    .ctf_admin_filter_chart_settings>div.ctf_admin_filter_cotactform {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .page_home.psm_block_default ul li.col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .page_home.psm_block_default ul li.col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .page_home.psm_block_default ul li.col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .page_home.psm_block_default ul li.col-lg-6:nth-child(2n+1) {
        clear: left;
    }

    .psm_blog_related_posts_type_default .psm-blog-related-posts-list-li.col-lg-3:nth-child(4n+1) {
        clear: both;
    }
}

@media (max-width: 1199px) {
    .form-group.polls-capcha {
        width: 100%;
        display: flex;
        display: -webkit-flex;
    }

    .form-polls-body button {
        float: left;
    }

    .form-polls-body button[name="polls_cancel"] {
        float: right;
        margin-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page_home.psm_block_default ul li {
        width: 33.33%;
    }

    .blog-extra-facebook-share li a {
        width: 103px;
        margin: 0 3px 7px 0;
    }

    .page_home.psm_block_default ul li:nth-child(3n+1) {
        clear: left;
    }

    .psm_blog_related_posts_type_default .psm-blog-related-posts-list-li.col-lg-4:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page_home.psm_block_default ul li {
        width: 33.33%;
    }

    .page_home.psm_block_default ul li:nth-child(3n+1) {
        clear: left;
    }

    .psm-blog-related-products-wrapper .blog-product-list>.ajax_block_product:nth-child(2n+1) {
        clear: left;
    }

    .psm-blog-related-products-wrapper .blog-product-list>.ajax_block_product {
        width: 50%;
    }

    .psm_blog_related_posts_type_default .psm-blog-related-posts-list-li.col-lg-4:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .flex_space_between {
        display: box;
        display: -o-box;
        display: -ms-box;
        display: -webkit-box;
        display: -moz-box;
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
    }

    .dt-6 .psm-blog-related-posts-list-li {
        padding-left: 7px;
        padding-right: 7px;
    }
}

/*max-width: 991px*/
@media (max-width: 991px) {
    .psm_blog_layout_list .psm-blog-list .post-wrapper>a {
        width: 100%;
    }

    .psm-blog-list .post-wrapper h2 a {
        font-size: 22px;
    }

    .psm_blog_layout_large_list .psm-blog-list .post-wrapper h2 a {
        font-size: 18px;
    }

    .psm-blog-form-comment .blog-submit .button {
        float: left;
        margin-top: 20px;
    }

    .psm-blog-form-comment .blog-submit {
        float: left;
        width: 100%;
    }

    .sidebar-post-type-casual #psm-blog-posts-latest-list .owl-prev,
    .sidebar-post-type-casual #psm-blog-posts-latest-list .owl-next,
    .sidebar-post-type-casual .psm-blog-posts-popular-list .owl-prev,
    .sidebar-post-type-casual .psm-blog-posts-popular-list .owl-next {
        opacity: 1;
    }

    .blog_view_all,
    .view_all_link {
        min-width: 0;
    }
}

/*end max-width: 991px*/

@media (min-width: 768px) {

    .owl-carousel .psm-blog-related-posts-list-li {
        padding-bottom: 10px;
    }

    .psm-blog-related-posts-list>li {
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .page_home.psm_block_slider ul.block_content>li {
        width: 25%;
        padding: 0 10px;
        float: left;
    }

    .psm_blog_related_posts_type_default .psm-blog-related-posts-wrapper {
        margin: 0 -15px;
    }

    .product .psm_blog_related_posts_type_default .psm-blog-related-posts-wrapper {
        margin: 0;
    }

    /*large box and list*/
    .psm_blog_layout_large_grid .psm-blog-list.blog-main-page li:first-child {
        width: 100%;
    }

    .psm_blog_layout_large_grid .psm-blog-list.blog-main-page li:nth-child(n+2) {
        width: 50%;
    }

    .psm_blog_layout_large_grid .psm-blog-list:not(.blog-main-page) li {
        float: left;
        width: 50%;
    }

    .psm_blog_layout_large_grid .psm-blog-list:not(.blog-main-page) li:nth-child(2n+1) {
        clear: left;
    }

    .psm_blog_layout_large_grid .psm-blog-list.blog-main-page li:nth-child(2n+2) {
        clear: left;
    }


    .psm_blog_layout_large_list .psm-blog-list.blog-main-page li:first-child .psm_item_img,
    .psm_blog_layout_large_list .psm-blog-list.blog-main-page li:first-child .psm-blog-wrapper-content {
        width: 100%;
    }

    .psm_blog_layout_large_list .psm-blog-list.blog-main-page li .psm_item_img {
        width: 38%;
    }

    .psm_blog_layout_large_list .psm-blog-list.blog-main-page li:not(:first-child) .psm-blog-wrapper-content {
        float: left;
        padding-left: 30px;
        width: 62%;
    }

    .psm_blog_layout_large_list .psm-blog-list.blog-main-page li:not(:first-child) .psm_title_block {
        margin-top: 0;
        padding-top: 0;
    }

    .psm_blog_layout_large_list .psm-blog-list:not(.blog-main-page) li .psm_item_img,
    .psm_blog_layout_list .psm-blog-list li .psm_item_img {
        width: 38%;
    }

    .psm_blog_layout_large_list .psm-blog-list:not(.blog-main-page) li .psm-blog-wrapper-content,
    .psm_blog_layout_list .psm-blog-list li .psm_item_img+.psm-blog-wrapper-content {
        float: left;
        padding-left: 30px;
        width: 62%;
    }

    .psm_blog_layout_large_list .psm-blog-list:not(.blog-main-page) li .psm_title_block,
    .psm_blog_layout_list .psm-blog-list li .psm_title_block {
        margin-top: 0;
        padding-top: 0;
    }

    .psm_blog_layout_grid .psm-blog-list>li {
        width: 50%;
    }

    .psm_blog_layout_grid .psm-blog-list li:nth-child(2n+1) {
        clear: both;
    }

    .psm-blog .psm_blog_layout_grid ul.psm-blog-list {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        clear: both;
        -webkit-flex-wrap: wrap;
    }
}

/*max 767px*/
@media (max-width: 767px) {
    .psm-blog-posts {
        float: left;
        width: 100%;
    }

    .form-polls-body button[name="polls_cancel"] {
        float: left;
        margin-right: 0 !important;
    }

    .page_home.psm_block_default ul li {
        width: 50%;
    }

    .psm-blog-wrapper-detail {
        margin: 0;
        padding: 30px 15px;
        width: 100%;
        margin-bottom: 30px;
        float: left;
    }

    .page_home.psm_block_default ul li:nth-child(2n+1) {
        clear: left;
    }

    .footer-container #footer .footer-block.psm-blog-posts.psm_latest_posts_block {
        float: left;
        padding: 0;
        width: 100%;
    }

    .psm-blog-wrapper-form-managament {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .left-form-managament {
        margin-bottom: 20px;
    }

    .left-form-managament {
        float: left;
        width: 100%;
        padding: 0 15px;
    }

    .form-managament {
        width: 100%;
        border: none;
    }

    .psm-blog-list .post-wrapper h2 a {
        font-size: 22px;
    }

    .psm_blog_layout_large_grid.psm-page-home .psm-blog-list li:first-child .psm-blog-wrapper-content h2>a {
        font-size: 22px;
    }

    #psm_gallery_home .title_block:after {
        display: none;
    }

    .psm_blog_layout_large_grid .psm-blog-list li {
        width: 100% !important;
    }

    .psm-blog-wrapper-content {
        min-height: unset;
    }

    .sidebar-post-type-default .psm-blog-posts-popular-list-wrapper,
    .sidebar-post-type-default #psm-blog-posts-latest-list .psm-blog-latest-post-wrapper {
        padding-bottom: 20px;
    }

    .psm_blog_layout_grid .psm-blog-list li:nth-child(n) {
        clear: left;
    }

    .psm_blog_layout_grid .psm-blog-list li {
        width: 100%;
    }

    #psm_slider .nivo-caption>span,
    #psm_slider .nivo-caption {
        font-size: 10px;
    }

    #psm_blog_comment_g_recaptcha iframe,
    #psm_blog_polls_g_recaptcha iframe {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
}

/*end max 767px*/

/*max 480px*/
@media (max-width: 479px) {

    .psm-gallery {
        float: left;
        padding: 0 7px;
        width: 100%;
    }

    .psm-gallery li {
        margin-bottom: 16px;
        padding: 0 8px;
    }

    .bpsm-blog-slider .nivoSlider {
        min-height: 100px;
    }

    .psm-blog-slider {
        min-height: 100px;
    }

    .psm_blog_layout_large_grid.psm-page-home .psm-blog-list li:first-child .psm-blog-wrapper-content h2>a {
        font-size: 16px;
    }

    .psm-blog-list .post-wrapper h2 a {
        font-size: 16px;
    }

    /*large box and list*/
    .psm_blog_layout_large_list.psm-page-home .psm-blog-list>li:first-child h2>a {
        font-size: 16px;
    }

    .psm_blog_layout_large_list .psm-blog-list .post-wrapper>a {
        width: 100%;
    }

    .psm_blog_layout_large_list .psm-blog-wrapper-content {
        padding: 15px 0 0;
        width: 100%;
    }

    /*all grid*/
    .psm_blog_layout_grid .psm-blog-list li {
        float: left;
        padding: 0 15px 40px;
        width: 100%;
    }

    .page_home.psm_block_default ul li {
        width: 100%;
    }

}

@media (min-width: 544px) and (max-width: 1199px) {

    #left-column .psm_block_slider .owl-controls,
    #left_column .psm_block_slider .owl-controls,
    #right-column .psm_block_slider .owl-controls,
    #right_column .psm_block_slider .owl-controls,
    #left-column .psm_blog_related_posts_type_carousel .owl-controls,
    #left_column .psm_blog_related_posts_type_carousel .owl-controls,
    #right-column .psm_blog_related_posts_type_carousel .owl-controls,
    #right_column .psm_blog_related_posts_type_carousel .owl-controls,
    #left-column .psm_related_products_type_carousel .owl-controls,
    #left_column .psm_related_products_type_carousel .owl-controls,
    #right-column .psm_related_products_type_carousel .owl-controls,
    #right_column .psm_related_products_type_carousel .owl-controls {
        bottom: auto;
        float: left;
        left: 50%;
        margin-bottom: 0;
        margin-top: 20px;
        position: relative;
        top: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: 70px;
    }

    #left-column .block.psm_block_slider,
    #right-column .block.psm_block_slider {
        padding: 15px 15px 20px;
    }

    #left-column .title_blog,
    #left_column .title_blog,
    #right-column .title_blog,
    #right_column .title_blog {
        margin-bottom: 20px;
    }
}


/*Security code*/
@media (max-width: 388px) {
    #bc-capcha {
        float: left;
    }
}

/*end max 480px*/
/*max 320px*/
@media (max-width:320px) {
    .theme-bar .nivo-directionNav {
        top: 67% !important;
    }

    .sidebar-post-type-casual #psm_popular_posts.psm-blog-posts-popular-list .owl-buttons,
    .sidebar-post-type-casual #psm-blog-posts-latest-list .owl-buttons {
        top: 20%;
    }

    .post-details #psm-blog-related-products .title_block {
        font-size: 16px !important;
    }

    .post-author-label {
        padding-left: 0;
        padding-right: 10px;
    }

    .blog-post-author {
        padding-left: 0;
    }

    .psm-blog-latest-post-content .psm_title_block,
    .psm-blog-popular-content>a {
        font-size: 13px !important;
    }

    .sidebar-post-type-casual .psm-blog-latest-post-content .psm_title_block,
    .psm-blog-popular-content>a {
        font-size: 13px !important;
    }

    .psm-blog-popular-content>p,
    .psm-blog-latest-post-content>p {
        font-size: 13px !important;
    }

}

/*end max 320px*/

/*------------------------between min-width and max-width------------------*/
/*(min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .psm-blog-slider {
        min-height: 220px;
    }
}

/*end (min-width: 992px) and (max-width: 1199px)*/

/*(min-width: 768px) and (max-width: 991px)*/
@media (min-width: 768px) and (max-width: 991px) {

    /*latest news and popular post model list */
    .sidebar-post-type-default #psm-blog-posts-latest-list .psm_item_img {
        width: 100%;
    }

    .sidebar-post-type-default .psm-blog-posts-popular-list .psm-blog-posts-popular-list-wrapper>a {
        width: 100%;
    }

    .sidebar-post-type-default #psm-blog-posts-latest-list .psm-blog-latest-post-content,
    .sidebar-post-type-default .psm-blog-posts-popular-list .psm-blog-popular-content {
        padding: 14px 0 0;
        width: 100%;
    }

    .psm_blog_layout_grid .psm-blog-list .post-wrapper h2 a {
        font-size: 18px;
    }

    .psm_blog_layout_large_grid .psm-blog-list li {
        float: left;
        margin-bottom: 0;
        padding: 0 15px 30px;
        width: 100%;
    }

    .psm_blog_layout_large_grid.psm-page-home .psm-blog-list li:first-child .psm-blog-wrapper-content h2>a {
        font-size: 20px;
    }

    .psm-blog-list .post-wrapper h2 a {
        font-size: 20px;
    }

    .sidebar-post-type-casual #psm-blog-posts-latest-list .psm-blog-latest-toolbar-comments::before,
    .sidebar-post-type-casual #psm_popular_posts .psm-blog-latest-toolbar-comments::before {
        padding-left: 1px;
    }

    .sidebar-post-type-casual #psm-blog-posts-latest-list .psm-blog-like-span::before,
    .sidebar-post-type-casual #psm_popular_posts .psm-blog-like-span::before {
        margin-left: 16px;
    }

    .sidebar-post-type-casual .psm-blog-latest-toolbar {
        margin-top: 5px;
    }

    .smallwidth .psm-blog-home-content-show {
        padding: 10px;
    }
}

/*end between (min-width: 768px) and (max-width: 991px)*/



@media (min-width: 768px) {}

@media (max-width: 767px) {

    .blog-extra .psm-blog-latest-toolbar-views,
    .blog-extra .psm-blog-like-span,
    .blog-extra .post-date,
    .blog-extra .author-block {
        float: left;
        white-space: nowrap;
        margin-right: 15px;
    }

    .psm_block_gallery.page_home_gallery li {
        float: left;
    }

    .psm-blog-slider .slick-dots li {
        padding: 0 3px;
    }

    .psm-blog-slider.carousel .slick-dots button {
        width: 10px !important;
        height: 10px !important;
    }

    .form-polls-body button {
        float: left;
        clear: both;
    }

    .form-polls-body button[name="polls_submit"] {
        float: left;
        clear: both;
        margin-bottom: 15px;
    }

    #psm_slider .slider_big_image .nivo-caption {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-polls .form-group.polls-title>span {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .blog-extra .psm-blog-latest-toolbar {
        display: block;
        float: left;
        width: 100%;
    }

    .psm_block_gallery ul>li {
        width: 25%;
    }

    #psm_slider .nivo-directionNav a,
    .psm-blog-slider.slider-wrapper .slick-arrow {
        font-size: 24px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .psm-navigation-blog {
        background: rgba(0, 0, 0, 0) linear-gradient(#ffffff, #f2f2f2) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) -o-linear-gradient(#ffffff, #f2f2f2) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) -ms-linear-gradient(#ffffff, #f2f2f2) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) -webkit-linear-gradient(#ffffff, #f2f2f2) repeat scroll 0 0;
        border: 1px solid #e7e7e7;
        margin-top: 10px;
        padding: 15px;
        width: 100%;
        cursor: pointer;
        font-weight: 600;
        text-transform: none;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }

    .psm-navigation-blog::before {
        border-bottom: 1px solid #666;
        border-left: 1px solid #666;
        content: "";
        height: 8px;
        position: absolute;
        right: 15px;
        top: 19px;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        width: 8px;
    }

    .psm-navigation-blog.active::before {
        transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .psm-navigation-blog-content>div {
        left: 0;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        width: 100%;
    }

    .psm-navigation-blog-content.show>div {
        left: auto;
        opacity: 1;
        position: relative;
        visibility: visible;
        display: block;
    }

    .psm-navigation-blog {
        display: block;
    }

    .psm_blog_sidebar.hide_mobile {
        display: none;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .blog-product-list .ajax_block_product:nth-child(2n+1) {
        clear: left;
    }

    .psm-gallery li {
        width: 33.33%;
    }
}

@media (max-width: 543px) {
    .psm-blog #content-wrapper .psm-blog-wrapper {
        margin: 0 0 30px;
    }

    iframe {
        max-width: 100%;
        height: auto;
    }
}

/*(min-width: 480px) and (max-width: 767px)*/
@media (min-width: 480px) and (max-width: 767px) {
    .blog-product-list .ajax_block_product {
        float: left;
        width: 50%;
    }

    .blog-product-list .left-block {
        text-align: center;
    }
}

/*end (min-width: 480px) and (max-width: 767px)*/
@media (max-width: 479px) {
    .psm-blog-posts-home-list-item {
        width: 100%;
    }

    .psm_blog_related_posts_type_default .psm-blog-related-posts-wrapper .psm-blog-related-posts-list-li {
        width: 100%;
    }

    .form-group.polls-name {
        width: 100%;
        padding-right: 0;
    }

    .form-group.polls-email {
        width: 100%;
        padding-left: 0;
    }

    .psm_blog_layout_large_grid .psm-blog-list li:last-child {
        padding-bottom: 0;
    }

    .psm-blog-panel .panel-heading-action,
    .psm-blog-panel .card-header-action {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        clear: both;
        margin-top: 12px;
    }

    .psm-blog-form-comment {
        padding: 15px;
    }

    .psm_comment_form_blog .title_blog {
        padding: 20px 15px;
    }

    .psm_block_gallery ul>li {
        width: 33.333%;
    }
}

.psm_count_comment {
    color: #8b8b8b;
    float: left;
    margin-top: 0;
}

.psm_count_comment::before {
    content: "/";
    margin-right: 2px;
}

.caption-disabled .nivo-caption,
.nav-disabled .nivo-controlNav {
    display: none !important;
}



#squaresWaveG {
    display: inline-block;
    margin: 7px auto 0;
    position: relative;
    vertical-align: top;
    width: 74px;
}

.psm_blog_loading {
    clear: both;
    display: none;
    position: relative;
    text-align: center;
    width: 100%;
}

.psm_blog_loading.active {
    display: block;
}

.squaresWaveG {
    position: absolute;
    top: 0;
    background-color: #2fb5d2;
    width: 8px;
    height: 8px;
    animation-name: bounce_squaresWaveG;
    -o-animation-name: bounce_squaresWaveG;
    -ms-animation-name: bounce_squaresWaveG;
    -webkit-animation-name: bounce_squaresWaveG;
    -moz-animation-name: bounce_squaresWaveG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#squaresWaveG_1 {
    left: 0;
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

#squaresWaveG_2 {
    left: 16px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#squaresWaveG_3 {
    left: 32px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#squaresWaveG_4 {
    left: 48px;
    animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
}

#squaresWaveG_5 {
    left: 64px;
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
}

#squaresWaveG_6 {
    left: 80px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

@keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

/* upgrade */

#psm_slider:not(.slick-slider):not(.nivoSlider) {
    display: none;
}

.psm-blog-slider .slick-slide .psm_item_img_ladyload {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    height: 0;
    background-color: #F1F1F1;
}

.nivo-slice {
    height: 100% !important;
}

.psm-blog-slider .psm_item_img_ladyload img {
    height: 0;
    overflow: hidden;
    position: relative;
}

.psm-blog-thumbnail-items .psm_item_img_ladyload {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    height: 0;
    background-color: #F1F1F1;
}

.theme-default .nivoSlider img.nivo-main-image {
    height: auto !important;
}

.psm-blog-thumbnail-items .psm_item_img_ladyload img {
    height: 0;
    overflow: hidden;
}

.psm-blog-related-products-wrapper .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.psm-blog-related-products-wrapper .owl-stage .ajax_block_product,
.psm-blog-related-products-wrapper .owl-stage .ajax_block_product .product-container {
    height: 100%;
}

@media (max-width: 400px) {
    .psm-blog-wrapper .psm-blog-latest-toolbar .blog-extra-item.be-rating-block {
        width: 100%;
    }

    .blog_rating_wrapper {
        margin-left: 0;
    }

    .psm-blog-wrapper .psm-blog-latest-toolbar .psm-blog-like-span {
        width: 100%;
    }
}

.psm_image-single.psm_item_img_ladyload {
    position: relative;
    padding-top: 40%;
    overflow: hidden;
    height: 0;
    background-color: #F1F1F1;
}

.psm_item_img_ladyload {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    background-color: rgba(102, 102, 102, 0.05);
    max-width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.psm_item_img_ladyload .loader_lady_custom {
    display: none;
}

.psm_image-single.psm_item_img_ladyload img {
    height: 0;
    overflow: hidden;
}

.list_category_item .psm_item_img.psm_item_img_ladyload img {
    position: relative;
}

.bpsm-blog-slider .carousel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.psm_blog_g_recaptcha {
    width: 100%;
    float: left;
}

.form-polls-body .psm_blog_g_recaptcha {
    float: left;
    width: auto;
}

.form-polls-body .psm_blog_g_recaptcha~.form_action_footer {
    margin-top: 40px;
    display: inline-block;
    float: right;
}

td.id_comment {
    min-width: 80px;
}

.list-comment td a.active {
    color: black;
}

.psm-blog-panel .star {
    position: relative;
    top: -1px;
    float: left;
    width: 14px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.psm-blog-panel .star {
    display: block;
}

.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

.psm-blog-panel div.star:after {
    content: "\e83a";
    font-family: 'Material Icons', sans-serif;
    display: inline-block;
    color: #777676;
}

.psm-blog-panel div.star.star_on {
    display: block;
}

div.star.star_on:after {
    content: "\e838";
    font-family: 'Material Icons', sans-serif;
    display: inline-block;
    color: #ef8743;
}

.psm-blog-panel #list-psm_comment td.rating .star {
    display: inline-block;
    float: none;
    cursor: default;
}

.psm-blog-panel div.star.star_hover:after {
    content: "\e838";
    font-family: 'Material Icons', sans-serif;
    display: inline-block;
    color: #ef8743;
}

.rating .star {
    float: left;
}

th.rating {
    font-size: 13px !important;
}

form#form_comment {
    width: 100%;
}

/* Related Products Styles */
.psm-blog-related-products {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.psm-blog-related-products .title_blog {
    margin-bottom: 20px;
}

.psm-blog-related-products-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.psm-blog-related-product-item {
    margin-bottom: 20px;
}

.psm-blog-related-product-item .product-miniature {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.psm-blog-related-product-item .product-miniature:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.psm-blog-related-product-item .thumbnail-container {
    padding: 10px;
}

.psm-blog-related-product-item .product-thumbnail {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.psm-blog-related-product-item .product-thumbnail img {
    max-width: 100%;
    height: auto;
}

.psm-blog-related-product-item .product-description {
    text-align: center;
}

.psm-blog-related-product-item .product-title {
    font-size: 14px;
    margin: 0 0 5px;
}

.psm-blog-related-product-item .product-title a {
    color: #333;
    text-decoration: none;
}

.psm-blog-related-product-item .product-title a:hover {
    color: #2fb5d2;
}

.psm-blog-related-product-item .product-reference {
    display: block;
    font-size: 12px;
    color: #767676;
    margin-bottom: 5px;
}

.psm-blog-related-product-item .product-price-and-shipping .price {
    font-size: 16px;
    font-weight: bold;
    color: #2fb5d2;
}

/* Swiper styles for blog page */
.psm-blog-swiper-page {
    padding-bottom: 40px;
}

.psm-blog-swiper-page .swiper-slide {
    height: auto;
}

.psm-blog-swiper-page .psm-blog-slide-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.psm-blog-swiper-page .swiper-button-prev,
.psm-blog-swiper-page .swiper-button-next {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.psm-blog-swiper-page .swiper-button-prev:after,
.psm-blog-swiper-page .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
}

.psm-blog-swiper-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #333;
    opacity: 1;
}

.psm-blog-swiper-page .swiper-pagination-bullet-active {
    background: #333;
}

/* Related posts Swiper */
.psm-blog-related-swiper {
    padding-bottom: 40px;
}

.psm-blog-related-swiper .swiper-slide {
    height: auto;
}

.psm-blog-related-swiper .swiper-button-prev,
.psm-blog-related-swiper .swiper-button-next {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.psm-blog-related-swiper .swiper-button-prev:after,
.psm-blog-related-swiper .swiper-button-next:after {
    font-size: 14px;
    font-weight: bold;
}

.psm-blog-related-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #333;
    opacity: 1;
}

.psm-blog-related-swiper .swiper-pagination-bullet-active {
    background: #333;
}

/* Sidebar Swiper (left/right column) */
.psm-blog-swiper-sidebar {
    padding-bottom: 10px;
}

.psm-blog-swiper-sidebar .swiper-slide {
    height: auto;
}

.psm-blog-swiper-sidebar .psm-blog-slide-item {
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.psm-blog-swiper-sidebar .swiper-button-prev,
.psm-blog-swiper-sidebar .swiper-button-next {
    display: none;
}

.psm-blog-swiper-sidebar .swiper-pagination {
    display: none !important;
}

#left-column .psm-blog-swiper-sidebar .psm_item_img,
#left_column .psm-blog-swiper-sidebar .psm_item_img,
#right-column .psm-blog-swiper-sidebar .psm_item_img,
#right_column .psm-blog-swiper-sidebar .psm_item_img {
    margin-bottom: 10px;
}

#left-column .psm-blog-swiper-sidebar .psm_title_block,
#left_column .psm-blog-swiper-sidebar .psm_title_block,
#right-column .psm-blog-swiper-sidebar .psm_title_block,
#right_column .psm-blog-swiper-sidebar .psm_title_block {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}

/* ============================================================
   HOME PAGE STYLES (from blog_home.css)
   ============================================================ */


.page_home,
.page_home_gallery {
    background-color: #fff;
    display: block;
    clear: both;
    margin-bottom: 60px;
    padding: 15px;
    width: 100%;
}

.page_home .title_blog,
.page_home_gallery .title_blog {
    margin-top: 15px;
}

.title_blog,
.title_blog a {
    color: #414141;
    font-size: 16px;
    margin-bottom: 28px;
    margin-top: 0;
    text-transform: none;
}

div#block_myaccount_infos li {
    width: 100%;
    padding: 0;
}

div#block_myaccount_infos li span.ss_icon_group {
    display: none;
}

.page_home ul,
.page_home_gallery ul {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.page_home.psm_block_default ul {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.block_content li {
    padding: 0 15px;
}

.psm_block_default .block_content li {
    margin-bottom: 30px;
}

.psm_item_img {
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #eee;
    width: 100%;
}

.page_home img,
.psm-blog img {
    max-width: 100%;
}

.psm_item_img img {
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    max-width: 100%;
    width: 100%;
}

.psm_title_block {
    color: #414141;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 9px;
    padding: 5px 0 9px;
    text-transform: none;
    width: 100%;
    outline: none !important;
    text-decoration: none !important;
}

.psm-blog-sidear-post-meta {
    color: #767676;
    display: none;
    float: left;
    font-size: 13px;
    width: 100%;
}

.psm-blog-categories {
    float: right;
    margin-right: 15px;
}

.be-categories {
    font-size: 14px;
    color: #767676;
}

.be-categories>a,
.psm-blog-tags a {
    color: #767676;
}

.post-date {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    width: auto;
}

.psm-blog-latest-toolbar {
    color: #767676;
    float: left;
    font-size: 14px;
    margin-bottom: 7px;
    width: 100%;
}

.psm-blog-latest-toolbar-views:before {
    content: "\e8f4";
    font-family: 'Material Icons';
    padding-right: 3px;
}

.blog_description {
    clear: left;
    font-size: 14px;
    line-height: 24px;
    color: #414141;
}

.blog_description p:last-child {
    margin-bottom: 0;
}

.read_more {
    font-size: 14px;
    text-decoration: none !important;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 1px;
    font-style: italic;
    color: #767676;
    border-bottom: 1px dotted;
}

.page_home_gallery.psm_block_default ul {
    margin-left: -5px;
    width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: -o-calc(100% + 10px);
    width: -ms-calc(100% + 10px);
}

.psm_block_gallery ul>li {
    padding: 0 15px 30px;
    width: 16.6667%;
}

.page_home_gallery.psm_block_default li {
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
    margin-bottom: 0;
}

.gallery_item {
    backface-visibility: hidden;
    float: left;
    perspective: 500px;
    -webkit-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gallery_item>img {
    backface-visibility: hidden;
    float: left;
    max-width: 100%;
    min-height: 50px;
    perspective: 500px;
    -webkit-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
}

.page_home_gallery .psm_title_block {
    display: none;
}

.clear {
    clear: both;
}

.psm_block_slider .owl-item>li {
    float: left;
    overflow: hidden;
    width: 100%;
}

#content-wrapper .psm_block_slider .owl-item>li {
    padding-bottom: 15px;
}

.psm_block_slider .owl-controls,
.psm_blog_related_posts_type_carousel .owl-controls,
.psm_related_products_type_carousel .owl-controls {
    bottom: 100%;
    margin-bottom: 25px;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    right: 15px;
}

.psm_block_slider .owl-controls .owl-nav,
.psm_blog_related_posts_type_carousel .owl-controls .owl-nav,
.psm_related_products_type_carousel .owl-controls .owl-nav {
    position: relative;
    top: auto;
    right: auto;
}

.psm_block_slider .owl-nav>div,
.psm_blog_related_posts_type_carousel .owl-nav>div,
.psm_related_products_type_carousel .owl-nav>div {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ebebeb;
    border-radius: 0 !important;
    color: #767676 !important;
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 25px;
    line-height: 21px;
    margin: 0 2px !important;
    padding: 0 !important;
    width: 25px;
}

.psm_block_slider .owl-prev::before,
.psm_blog_related_posts_type_carousel .owl-prev::before,
.psm_related_products_type_carousel .owl-prev::before {
    content: "\e5cb";
    font-family: 'Material Icons';
}

.psm_block_slider .owl-next::before,
.psm_blog_related_posts_type_carousel .owl-next::before,
.psm_related_products_type_carousel .owl-next::before {
    content: "\e5cc";
    font-family: 'Material Icons';
}

.psm_block_slider .owl-nav>div:hover,
.psm_blog_related_posts_type_carousel .owl-nav>div:hover,
.psm_related_products_type_carousel .owl-nav>div:hover {
    background-color: #f1f1f1 !important;
    color: #666 !important;
}

.blog_view_all_button {
    text-align: center;
    padding: 15px 0;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 0;
    color: #fff;
}

.page_home .blog_view_all_button {
    text-align: left;
}

.page_home_gallery .blog_view_all_button {
    text-align: left;
    padding-left: 0;
}

.blog_view_all,
.view_all_link {
    min-width: 150px;
    text-align: center;
    border: none;
    outline: none !important;
    font-size: 14px;
    width: auto !important;
    color: #fff !important;
    text-transform: none;
    font-weight: 500;
    padding: 6px 15px !important;
    border-radius: 3px;
    display: inline-block !important;
}

#left-column .block,
#right-column .block {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    clear: left;
    float: left;
    margin-bottom: 30px;
    padding: 15px 25px 30px;
    width: 100%;
}

@media (min-width: 1200px) {
    .page_home.psm_block_default ul li.col-lg-3:nth-child(4n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .psm_blog_sidebar .blog_view_all,
    .psm_blog_sidebar .view_all_link {
        min-width: 0;
        text-align: center;
        border: none;
        outline: none !important;
        font-size: 14px;
        width: 100% !important;
        color: #fff !important;
        text-transform: none;
        font-weight: 500;
        padding: 6px 5px !important;
        border-radius: 3px;
        display: block !important;
    }

    .psm_blog_sidebar .block_content.row .blog_view_all_button {
        margin-left: 14px;
        max-width: calc(100% - 30px);
    }

    #psm_blog_page #left-column .block,
    #psm_blog_page #right-column .block {
        padding: 15px 15px 20px;
    }
}

@media (max-width: 767px) {

    #psm_blog_page #left-column,
    #psm_blog_page #content-wrapper {
        width: 100%;
    }
}

/* ========================================
   MODERN LAYOUT - Homepage Blog Posts
   ======================================== */
.psm-modern-blog {
    margin-bottom: 60px;
}

.psm-modern-blog-header {
    margin-bottom: 32px;
}

.psm-modern-blog-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* ── Desktop grid: featured left + 2 stacked right ── */
.psm-modern-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
}

/* Featured card spans both rows on the left */
.psm-modern-card--featured {
    grid-column: 1;
    grid-row: 1 / 3;
}

.psm-modern-card--pos2 {
    grid-column: 2;
    grid-row: 1;
}

.psm-modern-card--pos3 {
    grid-column: 2;
    grid-row: 2;
}

/* Card base */
.psm-modern-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.psm-modern-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Card image */
.psm-modern-card__img {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
}

.psm-modern-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.psm-modern-card:hover .psm-modern-card__img img {
    transform: scale(1.03);
}

/* Featured card: image takes more space */
.psm-modern-card--featured .psm-modern-card__img {
    flex: 1 1 0;
    min-height: 280px;
}

/* Small cards: horizontal layout */
.psm-modern-card--small {
    flex-direction: row;
}

.psm-modern-card--small .psm-modern-card__img {
    flex: 0 0 42%;
    max-width: 42%;
}

.psm-modern-card--small .psm-modern-card__img img {
    height: 100%;
}

/* Card body */
.psm-modern-card__body {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.psm-modern-card--featured .psm-modern-card__body {
    padding: 24px 28px 28px;
    gap: 10px;
}

.psm-modern-card--small .psm-modern-card__body {
    padding: 16px 20px;
    justify-content: center;
}

/* Date */
.psm-modern-card__date {
    font-size: 0.8rem;
    color: #767676;
    text-transform: none;
    letter-spacing: 0.03em;
}

/* Heading */
.psm-modern-card__heading {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

.psm-modern-card__heading a {
    color: #1a1a1a;
    text-decoration: none;
}

.psm-modern-card__heading a:hover {
    color: #000;
}

.psm-modern-card--featured .psm-modern-card__heading {
    font-size: 1.35rem;
}

.psm-modern-card--small .psm-modern-card__heading {
    font-size: 1rem;
}

/* Excerpt */
.psm-modern-card__excerpt {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #555;
    margin: 0;
}

/* Read more link */
.psm-modern-card__link {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    margin-top: auto;
    transition: color 0.2s;
}

.psm-modern-card__link:hover {
    color: #555;
}

/* Mobile swiper — hidden on desktop */
.psm-modern-mobile {
    display: none !important;
}

/* Footer — view all */
.psm-modern-blog-footer {
    text-align: center;
    margin-top: 28px;
}

.psm-modern-view-all {
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 2px solid #1a1a1a;
    border-radius: 22px 0 22px 22px;
    color: #1a1a1a;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.25s, color 0.25s;
}

.psm-modern-view-all:hover {
    background: #1a1a1a;
    color: #fff;
}

/* ── Tablet ── */
@media (max-width: 991px) {
    .psm-modern-card--featured .psm-modern-card__img {
        min-height: 200px;
    }

    .psm-modern-card--featured .psm-modern-card__heading {
        font-size: 1.15rem;
    }

    .psm-modern-card--small .psm-modern-card__img {
        flex: 0 0 38%;
        max-width: 38%;
    }
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .psm-modern-grid {
        display: none !important;
    }

    .psm-modern-mobile {
        display: block !important;
        padding-bottom: 36px;
    }

    .psm-modern-card--mobile {
        flex-direction: column;
        height: 100%;
    }

    .psm-modern-card--mobile .psm-modern-card__img {
        min-height: 180px;
        max-height: 220px;
    }

    .psm-modern-card--mobile .psm-modern-card__body {
        padding: 16px 20px 20px;
    }

    .psm-modern-card--mobile .psm-modern-card__heading {
        font-size: 1.05rem;
    }

    .psm-modern-blog-title {
        font-size: 1.4rem;
    }

    .psm-modern-blog-header {
        margin-bottom: 20px;
    }

    .psm-blog-modern-mobile-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: transparent;
        border: 2px solid #1a1a1a;
        opacity: 1;
    }

    .psm-blog-modern-mobile-swiper .swiper-pagination-bullet-active {
        background: #1a1a1a;
    }
}

/* ========================================
   SHARED: Author & Reading Time on Cards
   ======================================== */
.psm-modern-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
    margin-bottom: 6px;
}

.psm-card-author,
.psm-card-readtime {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 0.78rem;
    color: #767676;
}

.psm-card-author .material-icons,
.psm-card-readtime .material-icons {
    font-size: 14px;
}

.psm-static-card__author-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
    margin-bottom: 6px;
}

.psm-blog-slider-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    margin: 6px 0 4px;
    font-size: 0.82rem;
    color: #767676;
}

.psm-slider-sep {
    color: #767676;
}

/* ========================================
   STATIC LAYOUT - Homepage Blog Grid
   ======================================== */
.psm-static-blog {
    margin-bottom: 60px;
}

.psm-static-blog__header {
    margin-bottom: 32px;
}

.psm-static-blog__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* Grid: up to 4 equal columns */
.psm-static-blog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

/* Card */
.psm-static-card {
    background: #f3f3f3;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.psm-static-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

/* Card image */
.psm-static-card__img-wrap {
    display: block;
    overflow: hidden;
    margin: 12px 12px 0;
    border-radius: 12px;
    background: #e0e0e0;
    aspect-ratio: 16 / 10;
}

.psm-static-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.psm-static-card:hover .psm-static-card__img-wrap img {
    transform: scale(1.03);
}

/* Card body */
.psm-static-card__body {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

/* Meta: category + date */
.psm-static-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    font-size: 0.75rem;
    color: #767676;
    text-transform: none;
    letter-spacing: 0.04em;
}

.psm-static-card__cat {
    font-weight: 600;
    color: #555;
}

.psm-static-card__sep {
    margin: 0 4px;
    color: #767676;
}

.psm-static-card__date {
    color: #767676;
}

/* Heading */
.psm-static-card__heading {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    flex: 1;
}

.psm-static-card__heading a {
    color: #1a1a1a;
    text-decoration: none;
}

.psm-static-card__heading a:hover {
    color: #000;
}

/* Footer: read more + arrow */
.psm-static-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 8px;
    position: relative;
}

.psm-static-card__link {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
    padding-bottom: 4px;
}

.psm-static-card__link:hover {
    color: #555;
}

/* Arrow with inverted border-radius effect */
.psm-static-card__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1;
    background: #fff;
    border-radius: 12px 0 0 0;
    position: relative;
    margin: 0 -24px -24px 0;
    transition: background 0.2s, color 0.2s;
}

.psm-static-card__arrow::before,
.psm-static-card__arrow::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
}

/* Inverted curve on top of arrow */
.psm-static-card__arrow::before {
    top: -12px;
    right: 0;
    background: radial-gradient(circle at 0% 0%, transparent 12px, #fff 12px);
}

/* Inverted curve on left of arrow */
.psm-static-card__arrow::after {
    bottom: 0;
    left: -12px;
    background: radial-gradient(circle at 0% 0%, transparent 12px, #fff 12px);
}

.psm-static-card:hover .psm-static-card__arrow {
    background: #1a1a1a;
    color: #fff;
}

.psm-static-card:hover .psm-static-card__arrow::before {
    background: radial-gradient(circle at 0% 0%, transparent 12px, #1a1a1a 12px);
}

.psm-static-card:hover .psm-static-card__arrow::after {
    background: radial-gradient(circle at 0% 0%, transparent 12px, #1a1a1a 12px);
}

/* View all */
.psm-static-blog__actions {
    text-align: center;
    margin-top: 32px;
}

.psm-static-blog__view-all {
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 2px solid #1a1a1a;
    border-radius: 22px 0 22px 22px;
    color: #1a1a1a;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.25s, color 0.25s;
}

.psm-static-blog__view-all:hover {
    background: #1a1a1a;
    color: #fff;
}

/* ── Tablet: 2 columns ── */
@media (max-width: 991px) {
    .psm-static-blog__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .psm-static-card__heading {
        font-size: 1.1rem;
    }
}

/* ── Mobile: 2 columns ── */
@media (max-width: 575px) {
    .psm-static-blog__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .psm-static-blog__title {
        font-size: 1.4rem;
    }

    .psm-static-blog__header {
        margin-bottom: 20px;
    }

    .psm-static-card__img-wrap {
        margin: 8px 8px 0;
        border-radius: 10px;
    }

    .psm-static-card__body {
        padding: 16px 16px 20px;
    }
}

/* Swiper styles for blog home */
.psm_block_latest.psm_block_slider {
    position: relative;
    overflow: hidden;
}

.psm_block_latest.psm_block_slider .block_content {
    position: relative;
    overflow: visible;
    padding: 0 25px;
}

/* Override Swiper CSS variables for this slider */
.psm-blog-swiper-home {
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: #333;
    --swiper-theme-color: #333;
    padding-bottom: 40px;
    position: relative;
    overflow: visible;
}

.psm-blog-swiper-home .swiper-slide {
    height: auto;
}

.psm-blog-swiper-home .psm-blog-slide-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

/* Swiper navigation for home slider - hide by default, show only styled version */
.psm-blog-swiper-home .swiper-button-prev,
.psm-blog-swiper-home .swiper-button-next {
    color: #333 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    top: 40% !important;
    margin-top: 0 !important;
}

.psm-blog-swiper-home .swiper-button-prev {
    left: 0 !important;
}

.psm-blog-swiper-home .swiper-button-next {
    right: 0 !important;
}

.psm-blog-swiper-home .swiper-button-prev:after,
.psm-blog-swiper-home .swiper-button-next:after {
    font-size: 14px !important;
    font-weight: bold !important;
}

.psm-blog-swiper-home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #333;
    opacity: 1;
}

.psm-blog-swiper-home .swiper-pagination-bullet-active {
    background: #333;
}

/* Hide navigation arrows on mobile */
@media (max-width: 767px) {

    .psm-blog-swiper-home .swiper-button-prev,
    .psm-blog-swiper-home .swiper-button-next {
        display: none !important;
    }

    .psm_block_latest.psm_block_slider.page_home {
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
    }

    .psm_block_latest.psm_block_slider.page_home .block_content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-right: 0;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .psm_block_latest.psm_block_slider.page_home .psm-blog-swiper-home,
    .psm_block_latest.psm_block_slider.page_home .swiper-wrapper,
    .psm_block_latest.psm_block_slider.page_home .swiper-slide,
    .psm_block_latest.psm_block_slider.page_home .psm-blog-slide-item,
    .psm_block_latest.psm_block_slider.page_home .psm_item_img,
    .psm_block_latest.psm_block_slider.page_home .psm-blog-latest-post-content {
        width: 100%;
        max-width: 100%;
    }

    .psm_block_latest.psm_block_slider.page_home .psm-blog-swiper-home {
        overflow: hidden;
    }

    .psm_block_latest.psm_block_slider.page_home .psm-blog-latest-post-content {
        padding-right: 0.95rem;
        padding-left: 0.95rem;
        padding-bottom: 1rem;
    }
}

/* Sidebar Swiper styles - for left/right column display */
.psm-blog-swiper-sidebar {
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: #333;
    --swiper-theme-color: #333;
    padding-bottom: 35px;
    position: relative;
}

.psm-blog-swiper-sidebar .swiper-slide {
    height: auto;
}

.psm-blog-swiper-sidebar .psm-blog-slide-item {
    background: #fff;
    overflow: hidden;
    height: 100%;
}

/* Hide navigation arrows in sidebar - only use pagination dots */
.psm-blog-swiper-sidebar .swiper-button-prev,
.psm-blog-swiper-sidebar .swiper-button-next {
    display: none !important;
}

.psm-blog-swiper-sidebar .swiper-pagination {
    bottom: 5px;
}

.psm-blog-swiper-sidebar .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #333;
    opacity: 1;
}

.psm-blog-swiper-sidebar .swiper-pagination-bullet-active {
    background: #333;
}

/* =============================================
   MODERN COMMENTS SECTION
   ============================================= */

/* --- Comment Form Card --- */
.psm-comment-form-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    margin-bottom: 32px;
    overflow: hidden;
}

.psm-comment-form-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 28px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafbfc;
}

.psm-comment-form-header .material-icons {
    font-size: 22px;
    color: #25b9d7;
}

.psm-comment-form-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
}

.psm-comment-form-body {
    padding: 24px 28px;
}

/* --- Fields --- */
.psm-comment-fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 0;
}

.psm-comment-field {
    margin-bottom: 16px;
}

.psm-comment-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #4a4a68;
    margin-bottom: 6px;
}

.psm-comment-field .form-control,
.psm-comment-form-body #bc-subject,
.psm-comment-form-body #bc-name,
.psm-comment-form-body #bc-email,
.psm-comment-form-body #bc-comment {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dde0e5;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    height: auto;
    margin-bottom: 0;
}

.psm-comment-field .form-control:focus,
.psm-comment-form-body #bc-subject:focus,
.psm-comment-form-body #bc-name:focus,
.psm-comment-form-body #bc-email:focus,
.psm-comment-form-body #bc-comment:focus {
    border-color: #25b9d7;
    box-shadow: 0 0 0 3px rgba(37, 185, 215, 0.12);
    outline: none;
}

.psm-comment-form-body textarea.form-control,
.psm-comment-form-body #bc-comment {
    min-height: 120px;
    resize: vertical;
}

/* --- Form Footer (rating + submit) --- */
.psm-comment-form-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 4px;
}

/* --- Star Rating Picker --- */
.psm-comment-rating-picker {
    display: flex;
    align-items: center;
    gap: 10px;
}

.psm-comment-rating-picker label {
    font-size: 13px;
    font-weight: 600;
    color: #4a4a68;
    margin: 0;
}

.psm-comment-stars {
    display: flex;
    gap: 2px;
}

.psm-comment-stars .blog_rating_star {
    font-size: 26px;
    cursor: pointer;
    color: #d4d4d4;
    transition: color 0.15s, transform 0.15s;
    user-select: none;
}

.psm-comment-stars .blog_rating_star.star_on {
    color: #f5a623;
}

.psm-comment-stars .blog_rating_star:hover {
    transform: scale(1.15);
}

/* --- Submit Area --- */
.psm-comment-submit-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    margin-left: auto;
}

.psm-comment-gdpr {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #666;
    font-weight: 400 !important;
    cursor: pointer;
    max-width: 400px;
}

.psm-comment-gdpr input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    accent-color: #25b9d7;
}

.psm-comment-gdpr a {
    color: #25b9d7;
    text-decoration: underline;
}

.psm-comment-submit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    background: #25b9d7;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    text-decoration: none;
    white-space: nowrap;
}

.psm-comment-submit .material-icons {
    font-size: 18px;
}

.psm-comment-submit:hover {
    background: #1e9cb5;
    color: #fff;
    text-decoration: none;
}

.psm-comment-submit:active {
    transform: scale(0.97);
}

.psm-comment-submit:disabled,
.psm-comment-submit[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.psm-comment-submit--sm {
    padding: 7px 16px;
    font-size: 13px;
}

.psm-comment-submit--sm .material-icons {
    font-size: 16px;
}

/* --- Alerts --- */
.psm-comment-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
}

.psm-comment-alert .material-icons {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 1px;
}

.psm-comment-alert ul {
    margin: 0;
    padding-left: 16px;
}

.psm-comment-alert--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.psm-comment-alert--error .material-icons {
    color: #dc2626;
}

.psm-comment-alert--success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.psm-comment-alert--success .material-icons {
    color: #16a34a;
}

.psm-comment-alert--info {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.psm-comment-alert--info .material-icons {
    color: #2563eb;
}

/* =============================================
   COMMENTS LIST
   ============================================= */
.psm-comments-list-section {
    margin-bottom: 40px;
}

.psm-comments-list-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.psm-comments-list-header .material-icons {
    font-size: 24px;
    color: #25b9d7;
}

.psm-comments-list-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
}

.psm-comments-count {
    font-weight: 400;
    color: #767676;
    font-size: 16px;
}

/* --- Comments List --- */
.psm-comments-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* --- Comment Item (Card) --- */
.psm-comment-item {
    display: flex;
    gap: 16px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid #eaedf0;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s, border-color 0.2s;
}

.psm-comment-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    border-color: #dde0e5;
}

/* --- Avatar --- */
.psm-comment-avatar {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25b9d7 0%, #1e9cb5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(37, 185, 215, 0.25);
}

/* Alternate avatar colors per comment */
.psm-comment-item:nth-child(4n+2) .psm-comment-avatar {
    background: linear-gradient(135deg, #7c5cbf 0%, #6a4fb0 100%);
    box-shadow: 0 2px 8px rgba(124, 92, 191, 0.25);
}

.psm-comment-item:nth-child(4n+3) .psm-comment-avatar {
    background: linear-gradient(135deg, #e8854a 0%, #d97535 100%);
    box-shadow: 0 2px 8px rgba(232, 133, 74, 0.25);
}

.psm-comment-item:nth-child(4n+4) .psm-comment-avatar {
    background: linear-gradient(135deg, #4a9d5b 0%, #3d8a4e 100%);
    box-shadow: 0 2px 8px rgba(74, 157, 91, 0.25);
}

.psm-comment-body {
    flex: 1;
    min-width: 0;
}

/* --- Comment Header --- */
.psm-comment-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-bottom: 8px;
}

.psm-comment-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.psm-comment-author {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
}

.psm-comment-date {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: #767676;
    font-weight: 400;
}

.psm-comment-date .material-icons {
    font-size: 14px;
}

/* --- Comment Rating (display) --- */
.psm-comment-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.psm-comment-stars-display {
    display: flex;
    gap: 0;
}

.psm-comment-stars-display .material-icons {
    font-size: 16px;
}

.psm-comment-stars-display .star-on {
    color: #f5a623;
}

.psm-comment-stars-display .star-off {
    color: #e0e0e0;
}

.psm-comment-rating-value {
    font-size: 12px;
    font-weight: 700;
    color: #f5a623;
    background: #fef9ef;
    padding: 1px 7px;
    border-radius: 10px;
}

/* --- Subject + Content --- */
.psm-comment-subject {
    font-size: 15px;
    font-weight: 600;
    color: #2d2d44;
    margin: 0 0 6px;
    line-height: 1.4;
}

.psm-comment-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
    word-break: break-word;
}

/* --- Comment Actions --- */
.psm-comment-actions {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.psm-comment-action {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    background: #f5f6f8;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    border: 1px solid transparent;
}

.psm-comment-action .material-icons {
    font-size: 15px;
}

.psm-comment-action:hover {
    background: #e8f7fa;
    color: #25b9d7;
    border-color: #c5edf5;
    text-decoration: none;
}

.psm-comment-action--danger:hover {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

/* --- Replies --- */
.psm-comment-replies {
    margin-top: 16px;
    padding: 0 0 0 18px;
    border-left: 3px solid #e0f4f8;
}

.psm-comment-reply-item {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    background: #f8fbfc;
    border-radius: 10px;
    margin-bottom: 8px;
}

.psm-comment-reply-item:last-child {
    margin-bottom: 0;
}

.psm-comment-reply-avatar {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e0f4f8, #d0edf3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.psm-comment-reply-avatar .material-icons {
    font-size: 17px;
    color: #25b9d7;
}

.psm-comment-reply-body {
    flex: 1;
    min-width: 0;
}

.psm-comment-reply-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.psm-comment-reply-meta strong {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
}

.psm-comment-reply-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #555;
    word-break: break-word;
}

/* --- Reply Form --- */
.psm-comment-reply-form {
    margin-top: 14px;
    padding: 18px;
    background: #f8fbfc;
    border-radius: 12px;
    border: 1px solid #e0f4f8;
}

.psm-comment-reply-form textarea.form-control {
    width: 100%;
    min-height: 80px;
    padding: 10px 14px;
    border: 1px solid #dde0e5;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    resize: vertical;
    margin-bottom: 10px;
    background: #fff;
}

.psm-comment-reply-form textarea.form-control:focus {
    border-color: #25b9d7;
    box-shadow: 0 0 0 3px rgba(37, 185, 215, 0.12);
    outline: none;
}

/* --- View All --- */
.psm-comments-view-all {
    margin-top: 24px;
    text-align: center;
}

.psm-comments-view-all .psm-comment-submit {
    background: #fff;
    color: #25b9d7;
    border: 2px solid #25b9d7;
}

.psm-comments-view-all .psm-comment-submit:hover {
    background: #25b9d7;
    color: #fff;
}

/* --- Responsive --- */
@media (max-width: 640px) {
    .psm-comment-form-header,
    .psm-comment-form-body {
        padding: 16px;
    }

    .psm-comment-fields-row {
        grid-template-columns: 1fr;
    }

    .psm-comment-form-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .psm-comment-submit-area {
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }

    .psm-comment-submit {
        width: 100%;
        justify-content: center;
    }

    .psm-comment-item {
        gap: 12px;
        padding: 16px;
        border-radius: 12px;
    }

    .psm-comment-avatar {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .psm-comment-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .psm-comment-replies {
        padding-left: 10px;
    }

    .psm-comment-reply-item {
        padding: 10px 12px;
    }

    .psm-comment-gdpr {
        max-width: 100%;
    }
}
