/* color schemes */
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.slider_container {
  margin-bottom: 15px; }

.title_main_section.category-name {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.title_main_section.category-name span {
  padding-left: 0; }

.cat_desc .rte {
  margin-bottom: 15px; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
.content_scene_cat {
  margin-bottom: 60px; }

.content_scene_cat_bg {
  position: relative; }

.wrap-cat-description h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 17px; }

.cat_desc p {
  line-height: 1.5; }

.wrap-cat-description {
  position: absolute;
  top: 100%;
  right: 7%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 1199px) {
  .wrap-cat-description h2 {
    font-size: 50px; } }
@media screen and (max-width: 1024px) {
  .content_scene_cat {
    margin-bottom: 30px; } }
@media screen and (max-width: 991px) {
  .title_main_section.category-name {
    margin-bottom: 12px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-cat-description h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px; }

  .cat_desc {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .cat_desc {
    font-size: 12px; } }
@media screen and (max-width: 640px) {
  .wrap-cat-description h2 {
    font-size: 40px;
    margin-bottom: 10px;
    word-break: break-word; } }
@media screen and (max-width: 520px) {
  .wrap-cat-description h2 {
    font-size: 30px; } }
@media screen and (max-width: 480px) {
  .wrap-cat-description h2 {
    font-size: 20px; } }
@media screen and (max-width: 380px) {
  .wrap-cat-description h2 {
    font-size: 15px;
    margin-bottom: 2px; }

  .wrap-cat-description {
    top: 1%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.subcategories {
  display: table;
  margin-top: 15px;
  width: 100%;
  font-size: 0; }
  .subcategories__list {
    margin: 0 -15px; }
  .subcategories__item {
    display: inline-block;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .subcategories__item {
        width: 25%; } }
    @media screen and (max-width: 991px) {
      .subcategories__item {
        width: 33.333%; } }
    @media screen and (max-width: 767px) {
      .subcategories__item {
        width: 50%; } }
    .subcategories__item__img {
      max-width: none;
      width: 100%; }
    .subcategories__item__name {
      text-transform: uppercase;
      font-size: 16px; }
    .subcategories__item__link {
      display: block;
      padding: 5px 5px 0;
      border: 1px solid #c19e79; }
      .subcategories__item__link:hover {
        border-color: #615050; }

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