/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#category .menu_top_h2 {
  background: white;
}

#center_column {
  position: static;
}

#subcategories {
  /* border: $main-border; */
  margin-bottom: 30px;
  padding: 15px 0;
}

.subcategories {
  position: relative;
  overflow: hidden;
}
.subcategories .cat-desc {
  overflow: hidden;
  height: 40px;
}
.subcategories .cat-name {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0px;
  padding: 15px 20px;
  text-align: center;
  color: white;
  margin-bottom: 0px;
  font-weight: 700;
}
.rtl .subcategories .cat-name {
  right: 0px;
  left: auto;
}
.subcategories .cat-name a {
  color: white;
}
.subcategories .cat-desc {
  display: none;
}

/*** PAGE HEADING **/
.page-heading {
  margin-bottom: 20px;
  font-weight: bold;
  position: absolute;
  top: -265px;
  color: white;
  left: 0;
  right: 0;
  font-size: 50px;
  text-align: center;
}
