/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
body#category .content_scene_cat, body#category h1.product-listing, body#category #subcategories {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
body#category .content_scene_cat .cat-desc, body#category h1.product-listing .cat-desc, body#category #subcategories .cat-desc {
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  height: 50px;
}
body#category .content_scene_cat .cat-desc p, body#category h1.product-listing .cat-desc p, body#category #subcategories .cat-desc p {
  margin-bottom: 0;
}
body#category h1.product-listing {
  margin: 0px;
  padding: 10px;
}
body#category div#subcategories {
  padding: 10px;
  border-bottom: 3px solid #eeeeee;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
body#category div#subcategories .scene_cat {
  margin-top: 20px;
  border: 1px solid #eeeeee;
  padding: 10px;
}
body#category div#subcategories .scene_cat .cat-desc {
  margin-top: 0px;
  padding-left: 0;
}

.cat-desc{
  margin: 0;
  padding: 0px 10px 10px 10px;
}

.cat-desc-borders{
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.cat-desc p{
  text-align: justify;
}
