/* $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 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: #000;
  text-transform: uppercase;
  font: 600 14px/20px "Poppins", 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 .content_scene_cat_bg {
  min-height: 154px;
  padding: 10px 20px;
  color: #fff;
  position: relative;
}
.content_scene_cat .content_scene_cat_bg:before {
  position: absolute;
  left: 0;
  bottom: inherit;
  top: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  zoom: 1;
  background-color: transparent\9;
}
.rtl .content_scene_cat .content_scene_cat_bg:before {
  right: 0;
  left: auto;
}
.content_scene_cat .cat_desc {
  margin-top: 10px;
}
.content_scene_cat span.category-name {
  font: 600 42px/51px "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .content_scene_cat span.category-name {
    font-size: 25px;
    line-height: 30px;
  }
}
.content_scene_cat p {
  margin-bottom: 0;
}
.content_scene_cat a {
  color: #000000;
}
.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: #222222;
}
.content_scene_cat .content_scene .cat_desc a:hover {
  color: #a1e03d;
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  display: none;
}
#subcategories .subcategory-heading {
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}
#subcategories .subcategories-list {
  margin-bottom: 30px;
}
#subcategories .subcategories-list .subcategories-item {
  margin: 15px 0;
}
#subcategories .subcategory-name {
  margin-top: 0;
}
#subcategories .cat_desc {
  font-size: 12px;
  line-height: 16px;
}
#subcategories .subcategory-container {
  position: relative;
  color: #fff;
  padding: 10px 20px;
}
#subcategories .subcategory-container > * {
  position: relative;
}
#subcategories .subcategory-container:before {
  position: absolute;
  left: 0;
  bottom: inherit;
  top: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  zoom: 1;
  background-color: transparent\9;
}
.rtl #subcategories .subcategory-container:before {
  right: 0;
  left: auto;
}
#subcategories .subcategory-container .subcategory-name a {
  color: #fff;
  font-size: 16px;
}
#subcategories .subcategory-container .subcategory-name a:hover {
  color: #a1e03d;
}
