

.block .title_block {
    position: relative;    background: #ea1f24;    font-family: Helvetica, Arial, sans-serif;    font-size: 16px;    font-weight: 700;    text-transform: uppercase;    margin: 0px;    padding: 12px 20px;    color: #FFFFFF;    /* letter-spacing: 2px; */    line-height: normal;}
  .block .title_block:before, .block .title_block:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px; }
    .rtl .block .title_block:before, .rtl .block .title_block:after {
      right: 0px;
      left: auto; }
  .block .title_block:before {
   /* width: 0px;
    height: 0px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f5f5f5;*/ }
  .block .title_block:after {
   /* width: 20px;
    height: 1px;
    background: #f5f5f5;
    margin-top: -0.5px;*/ }
  #footer .block .title_block {
    background: transparent;
    padding: 10px 15px; }
    #footer .block .title_block span {
      font-weight: 300; }
    #footer .block .title_block:after {
      height: 0px; }
  .product_related .block .title_block {
    background: #e55e5e; }


  .sidebar_blogs .title_block {
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    color: #ff7101; }
    .sidebar_blogs .title_block span span {
      color: #000000;
      font-weight: 300; }
  
  #products_sider_block .title_block {
    color: #FFFFFF; }
    #products_sider_block .title_block a {
      color: #FFFFFF; }
    #products_sider_block .title_block span {
      font-weight: 300; }
 
 
