/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#subcategories {
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  padding: 15px 0;
}

.subcategories .cat-desc {
  overflow: hidden;
  height: 40px;
  margin-bottom: 10px;
}
.subcategories .cat-desc p {
  margin: 0;
}

#center_column {
  position: static;
}

#category .page-heading {
  margin-bottom: 20px;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -275px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: white;
  padding-bottom: 5px;
  text-transform: none;
  font-weight: 700;
}
@media (max-width: 640px) {
  #category .page-heading {
    font-size: 30px;
  }
}
