/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.dn-category__top {
  padding-top: 25px;
  position: relative;
  width: 100%;
}
.dn-category__title {
  z-index: 1;
  position: relative;
  height: 35px;
}

#category #center_column {
  padding-bottom: 100px;
}

#category .content_scene_cat {
  width: 100%;
  position: relative;
}
#category .content_scene_cat:before {
  content: '';
  padding-top: 18.333333%;
  float: left;
}
@media screen and (max-width: 768px) {
  #category .content_scene_cat:before {
    padding-top: 50%;
  }
}
#category .content_scene_cat:after {
  content: '';
  display: block;
  clear: both;
}
#category .content_scene_cat img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#category .content_scene_cat.simple-category .content_scene_cat_bg .cat_desc {
  padding: 0;
  color: #4b4746;
  font-size: 13px;
  line-height: 18px;
  width: 100%;
}

#category .cat_desc {
  padding: 10px 0 0;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 768px) {
  #category .content_scene_cat_bg {
    display: none;
  }
}
.view_more_product {
  text-align: center;
  margin: 50px 0;
}

.view_more_product > a {
  height: 45px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 194px;
  background: #e03288;
  border-radius: 4px;
  line-height: 45px;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.view_more_product > a span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.view_more_product > a .text {
  margin-right: 17px;
}

.view_more_product > a:hover {
  background: #c4176d;
}

.view_more_product #infinite_scroll_loader {
  margin-top: 10px;
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */

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