.content_bar_products {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.list_post_bar {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.text_cate_post {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #2d2a2a;
    margin-bottom: 10px;
    text-transform: uppercase;
}

ul.list_item_bar {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.8;
}

.bor_link_icon {
    cursor: pointer;
    width: 100%;
    position: relative;
}

a.link_item_bar {
    font-size: 15px;
    color: #2d2a2a;
}

.bor_link_icon>i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #2d2a2a;
}

ul.list_bar_con {
    display: none;
    list-style: none;
    padding-left: 20px;
}

a.link_item_bar_con {
    font-size: 15px;
    color: #2d2a2a;
}

.post {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    display: flex;
    gap: 10px
}

.post-thumbnail {
    width: 100%;
    max-width: 60px
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px
}

.post-thumbnail a {
    display: block
}

.right_bar_ar {
    width: 100%
}

.right_bar_ar h2 {
    margin: 0;
    font-size: 14px
}

.right_bar_ar a {
    color: #2d2a2a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 100;
}

.entry-content {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.bar_single {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.single_img_bar {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.single_img_bar img {
    width: 100%;
    height: auto;
}

p.post-time {
    color: #2d2a2a;
}

.content_single {
    width: 100%;
    float: left;
}

.review_single {
    width: 100%;
    float: left;
}

.review_single p.logged-in-as {
    display: none;
}

.review_single p.comment-form-comment label {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.review_single p.comment-form-comment textarea {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.review_single input#submit {
    background: #0abaff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

p.must-log-in a {
    display: none;
}

.social-iconss {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-iconss .icon {
    font-size: 16px !important;
    width: 32px;
    height: 32px;
    border-radius: 99px !important;
    color: #fff !important;
    text-align: CENTER;
    padding-top: 8px !important;
    box-sizing: border-box;
    margin-right: 5px !important;
    padding: 8px !important
}

.social-iconss .facebook {
    background: #3a589d !important
}

.social-iconss .twitter {
    background: #2478ba !important
}

.social-iconss .email {
    background: #111 !important
}

.social-iconss .pinterest {
    background: #cb2320 !important
}

.social-iconss .linkedin {
    background: #0072b7 !important
}

.call_product {
    float: left;
    width: 100%;
    color: #dd3333;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

@media only screen and (max-width: 769px) {
    .call_product {
        font-size: 16px;
    }
}