/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND GRADIENT line */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
/** CHECKOUT BY STEP */
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
h3.page-product-heading {
  float: left;
  color: #2c373b;
  text-transform: uppercase;
  font: 600 14px/20px "Lato", sans-serif;
  padding: 8px 15px;
  margin: 0 0 20px;
  min-width: 120px;
  position: relative;
  background: #f6f6f6;
}
.rtl h3.page-product-heading {
  float: right;
}
h3.page-product-heading:before {
  height: 0;
  width: 0;
  right: 45%;
  top: 100%;
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-top-color: #f6f6f6;
}
.rtl h3.page-product-heading:before {
  left: 45%;
  right: auto;
}

h1#cart_title {
  margin-top: 0;
  font-size: 24px;
}

.content_scene_cat {
  margin-bottom: 30px;
}
.content_scene_cat .cat_desc {
  margin-top: 10px;
}
.content_scene_cat span.category-name {
  font: 600 42px/51px "Lato", sans-serif;
  color: black;
  margin-bottom: 12px;
}

.subcategorias_listados
.content_scene_cat p {
  margin-bottom: 0;
}
.content_scene_cat a {
  color: black;
}
.content_scene_cat a:hover {
  text-decoration: underline;
}
.content_scene_cat .content_scene {
  color: #555555;
}
.content_scene_cat .content_scene .cat_desc {
  padding-top: 20px;
}
.content_scene_cat .content_scene .cat_desc a {
  color: #333333;
}
.content_scene_cat .content_scene .cat_desc a:hover {
  color: #547193;
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories .subcategory-name {
    color: #1e313b;
    display: block;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}

.subcategory-image{
  border: 1px solid #efefef;
  display: inline-block;
}

.subcategory-container {
    margin-bottom: 20px;
    display: block;
}

.subcategorias_listados {
    width: 213px !important;
}

@media (max-width: 1199px) {
  .content_scene_cat span.category-name {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .subcategorias_listados {
    width: 50% !important;
  }
}