
#block_myaccount_infos .ss_icon_group {
    display: none;
}
#footer_account_list > li {
    padding: 0;
    width: 100% !important;
}
#footer_account_list > li .ss_icon_group {
    display: none!important;
    height: auto;
}
#footer_account_list li {
    width: 100%;
    padding: 0;
}
*{
    outline: none!important;
}
.ybc_item_img img {
    max-width: 100%;
    height: auto;
}
i.ets_svg {
    vertical-align: -2px;
}
svg {
    fill: currentColor;
}
.ybc_blog_review {
    color: orange;
    font-size: 18px;
}

.ybc_block_latest .ybc_blog_content_block{display: flex;flex-wrap: wrap;}
.ybc_block_latest .ybc_blog_content_block .ybc_blog_content_block_item{padding: 15px;}
.ybc-blog-latest-post-content{
    border-radius: 0px 0px 12px 12px;
    border-top: 1px solid #F4C1AB;
    border-right: 1px solid #F4C1AB;
    border-left: 1px solid #F4C1AB;
    background: #FFF;
    padding: 15px 20px;
}
.ybc_block_latest .ybc_blog_content_block .ybc_blog_content_block_item img{
    border-radius: 12px 12px 0px 0px;
    border-top: 1px solid #F4C1AB;
    border-right: 1px solid #F4C1AB;
    border-left: 1px solid #F4C1AB;
    background: #FFF;}

.ybc-blog-latest-post-content .post-date{
    color: var(--Black, #0D0F0F);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 141.667% */
}
.ybc-blog-latest-post-content .ybc_title_block{
    color: #F0662B !important;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.5px; /* 134.375% */
    letter-spacing: 0.256px;
    text-transform: capitalize;
}
.ybc-blog-latest-post-content .read_more{
    border-radius: 4px;
    border: 1px solid #F0662B;
    background: var(--Pure-Orange, #F0662B);
    display: flex;
    padding: 5px 28px;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 184.615% */
    letter-spacing: 0.078px;
}
