/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  position: relative;
  /*width: 375px;
  height: 375px;*/
  float: left;
  clear: both;
  overflow: hidden;
  z-index: 2;
  width: 25%;
  min-height: 33.3333vh;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.content_scene_cat p:last-child {
  margin-bottom: 0;
}
.content_scene_cat.no_image .cat_desc {
  position: static;
  padding: 0;
  color: inherit;
  background: none;
}
.content_scene_cat img {
  display: none;
}

.content_scene_cat .cat_desc {
  
}
.content_scene_cat h1 {
  margin-bottom: 0.5em;  
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
.subcategory_list.product_list li .content {
  visibility: visible;
  opacity: 1;
}
.subcategory_list.product_list li .content:after {
  border-right-color: #212121;
}
.subcategory_list.product_list li .content .title {
  font-weight: bold;
}
