/**
* 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-scene_cat {
  position: relative; }
  .category-scene_cat .content_scene_cat {
    margin-bottom: 50px; }

#subcategories {
  margin-bottom: 15px; }

.subcategories {
  position: relative;
  overflow: hidden; }
  .subcategories .image {
    overflow: hidden; }
    .subcategories .image img {
      display: inline-block; }
    .subcategories .image a {
      display: block;
      overflow: hidden; }
  .subcategories .cat-name {
    text-align: center; }
    .subcategories .cat-name a {
      color: #000000; }
      .subcategories .cat-name a:hover {
        color: #fa6d7d; }
  .subcategories .cat-desc {
    overflow: hidden;
    height: 53px;
    display: none; }
  .subcategories:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s; }

.heading-counter {
  float: right;
  font-size: 14px;
  margin-top: 20px;
  font-family: "Gotham-Book"; }
  .rtl .heading-counter {
    float: left; }
  @media (max-width: 568px) {
    .heading-counter {
      display: block;
      float: none !important; } }

.page-heading {
  margin-top: 0;
  margin-bottom: 20px; }

.content_scene_cat .content_scene_cat_bg {
  margin-bottom: 30px; }

/*# sourceMappingURL=category.css.map */
