#center_column .category_title h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  display: inline-block;
  margin-right: 30px; }
#center_column .category_title .heading-counter {
  display: inline-block;
  color: #fff;
  font-size: 12px; }
  #center_column .category_title .heading-counter span {
    font-size: 14px;
    font-family: "Body Text Fit Light", sans-serif;
    font-weight: 400; }

#products_ctn {
  margin-top: 60px; }
  @media (min-width: 768px) {
    #products_ctn #layered_block_left .block_content {
      height: auto !important;
      margin-bottom: 0 !important;
      display: block !important;
      overflow: visible !important; } }
  @media (max-width: 767px) {
    #products_ctn .col-sm-3 {
      padding-left: 0;
      padding-right: 0; }
    #products_ctn #layered_block_left > * {
      padding-left: 20px;
      padding-right: 20px;
      display: none; }
    #products_ctn #layered_block_left > .title_block {
      color: #fff;
      background: #2E2E2E;
      padding: 30px;
      cursor: pointer;
      display: block !important; } }

#category .top_vente {
  margin-top: 60px;
  margin-bottom: 40px; }
#category .linked {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    #category .linked {
      padding-left: 0;
      padding-right: 0; } }
#category .category_description {
  line-height: 26px;
  font-size: 12px; }
  #category .category_description > h2 {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-top: 45px; }
    #category .category_description > h2:before {
      position: absolute;
      left: 50%;
      top: 0;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #909349;
      font-family: "cbd" !important;
      content: '\e918';
      font-size: 30px; }

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

.category_image{
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*margin-top:-17px;*/
  display:flex;
  align-items:top;
  justify-content: center;
}

.category_image h1{
  margin-top:40px;
  background:#FFF;
  border-radius:20px;
  color:#909349;
  padding:14px 20px 10px 20px;
  display:block;
}

@media (max-width: 767px) {
  .category_image{
    margin-top:0px;
    height:120px;
  }

  .category_image h1{
     margin-top:5px;
     font-size:70%;
  }
}


.titlecategory{font-size:28px !important;}
/*
.productname a.product-name{font-size:24px !important;}
*/

.category_description h2{font-size:28px !important;}
.category_description h3{font-size:24px !important;}
.category_description p{font-size:14px !important;}
.category_description ul li{font-size:14px !important;}
.product_list_fs > li .product-container .pname {min-height:46px;}