@font-face {
  font-family: 'Alamain';
  src: url("../fonts/alamain.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
@media screen and (max-width: 991px) {
  .col-cat-header.col-xs-12 {
    padding: 0;
    margin-left: -5%;
    margin-right: -5%;
    width: 110%; }

  .sortPagiBar-top .nbrItemPage {
    display: none !important; } }
#category h1.no-bg-title {
  margin-bottom: 4.8rem;
  text-align: center; }

.content_scene_cat {
  margin: 0 0 24px 0; }
  .content_scene_cat .category-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    padding: 24px 16px; }
    .content_scene_cat .category-header h1 span {
      display: block;
      width: 100%;
      padding: 16px;
      text-align: center;
      color: #1d1d1b;
      background: rgba(255, 255, 255, 0.95);
      font: 500 1.8rem/2.7rem "Roboto", sans-serif;
      border-radius: 4px; }
    @media screen and (min-width: 992px) {
      .content_scene_cat .category-header {
        height: 300px; }
        .content_scene_cat .category-header h1 span {
          font-size: 3rem;
          line-height: 4rem;
          padding: 16px 48px; } }
  .content_scene_cat img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a {
    color: #fff; }
    .content_scene_cat a:hover {
      text-decoration: underline; }
  @media (max-width: 650px) {
    .content_scene_cat .contentDesc {
      padding: 0;
      width: 100%; } }
  .content_scene_cat .contentDesc .heading-counter {
    clear: both;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #606060; }

.cat_desc {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 32px;
  position: relative;
  font-size: 13px;
  line-height: 18px; }
  @media screen and (min-width: 768px) {
    .cat_desc {
      margin-top: 48px; } }
  .cat_desc.long::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    bottom: 0;
    left: 0; }
  .cat_desc.js-show {
    margin-bottom: 0; }
    .cat_desc.js-show::after {
      content: none; }
  .cat_desc a {
    color: #ef787a; }
    .cat_desc a:hover {
      color: #e73437; }
  .cat_desc + .lnk_more {
    font-size: 13px; }
  .cat_desc h2 {
    font-size: 14px;
    line-height: 21px; }

@media screen and (max-width: 991px) {
  .filterAndSort {
    display: flex;
    justify-content: space-between; } }
/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding: 15px 0 0px 0;
  display: none; }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: #1d1d1b;
    font-family: "Roboto", sans-serif;
    margin: 0 0 15px 0; }
  #subcategories ul {
    margin: 0 0 0 -20px; }
    #subcategories ul li {
      float: left;
      width: 145px;
      margin: 0 0 13px 33px;
      text-align: center; }
      #subcategories ul li .subcategory-image {
        padding: 0 0 8px 0; }
        #subcategories ul li .subcategory-image a {
          display: block;
          padding: 9px;
          border: 1px solid rgba(0, 0, 0, 0.6);
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top; }
      #subcategories ul li:hover .subcategory-image a {
        background: rgba(0, 0, 0, 0.6); }

/* ************************************************************************************************
									Mobile button to display category-left
************************************************************************************************ */
.btn-display-category-left .btn {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #89786d; }
  .btn-display-category-left .btn svg {
    margin-right: 16px;
    fill: #fff; }
  @media screen and (max-width: 374px) {
    .btn-display-category-left .btn {
      margin-right: .4rem; }
      .btn-display-category-left .btn svg {
        display: none; } }
@media screen and (min-width: 992px) {
  .btn-display-category-left {
    display: none; } }

/*# sourceMappingURL=category.css.map */
