/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*@mixin sub-heading($sub-heading-bg, $sub-heading-color) {
  color: $sub-heading-color;
  a{
    color: $sub-heading-color;
    &:hover{
      color: $sub-heading-color;
    }
  }
  padding: $base-box-padding;
  position: relative;
  background: $sub-heading-bg;  
}*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.tags_block a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 9px 5px 9px;
  border: 1px solid #eeeeee;
  float: left;
  margin: 0 5px 5px 0;
}
.rtl .tags_block a {
  padding: 4px 9px 5px 9px;
}
.rtl .tags_block a {
  float: right;
}
.rtl .tags_block a {
  margin: 0 0 5px 5px;
}
.tags_block a:hover {
  color: #9c9c9c;
  background: #f6f6f6;
}
