.page-link {
  padding: 8px 18px 8px 18px;
  border: 0 !important;
}
.page-link.previous,
.page-link.next {
  border: 1px solid;
}

#left-column .selectize-input input::placeholder {
  color: #fff;
  opacity: 1;
}

#btn-close-as5 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #252422;
  color: #fff;
  padding: 1rem;
}
@media (min-width: 1025px) {
  #btn-close-as5 {
    display: none;
  }
}

.PM_ASBlockOutput.PM_ASBlockOutputVertical.PM_ASMobileMode {
  width: 100%;
  z-index: 100;
}

#left-column .PM_ASBlockOutputVertical.PM_ASMobileMode.fixed {
  position: fixed;
  top: 114px;
}

#left-column.sidebar_opened {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

#left-column .PM_ASMobileVisible,
#left-column.sidebar_opened .PM_ASMobileMode.fixed {
  overflow: scroll !important;
  height: 100% !important;
  position: static;
}

.PM_ASBlockTitle {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.PM_ASBlockTitle small {
  padding-left: 1rem;
}
.PM_ASBlockOutput {
  padding-top: 0 !important;
}

#left-column .PM_ASBlockOutput .card-block {
  padding: 0.5rem 0;
}
@media (max-width: 1024px) {
  #left-column .PM_ASBlockOutput .card-block {
    padding: 0.5rem;
  }
}

/* copy of fg */
/* Advanced Search 4 - Advanced Styles Content */

a.PM_ASResetSearch {
  display: none !important;
}

.PM_ASBlockOutput .card {
  border: unset;
}

.PM_ASBlockOutput .card-block {
  padding: 0;
}

.PM_ASCriterionsGroupTitle.h4 {
  display: none;
}

div.PM_ASBlockOutput {
  padding-top: 10px;
}

.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  min-width: 200px;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 20px 20px 0 0 !important;
  -moz-border-radius: 20px 20px 0 0 !important;
  border-radius: 20px 20px 0 0 !important;
}

.selectize-input.full,
.selectize-input.not-full {
  background: #252422 !important;
  color: #fff !important;
}

.selectize-input.not-full input {
  color: #fff !important;
}

.selectize-input {
  border-radius: 20px !important;
}

.selectize-input {
  border: unset !important;
  padding: 12px 19px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.selectize-control.single .selectize-input:after {
  border-color: #fff transparent transparent transparent !important;
}

.PM_ASCriterionsGroupList.row {
  justify-content: center;
}

#right_column.sidebar_opened .card-header {
  background: #252422;
  color: #fff;
}

#right_column.sidebar_opened .card-header .PM_ASBlockTitle {
  font-size: 18px;
  font-weight: bold;
}

#right_column.sidebar_opened .btn-close {
  padding: 4px 0 0 0;
}

#right_column .selectize-input input::placeholder {
  color: #fff;
}

.selectize-input,
.selectize-input.dropdown-active {
  border-radius: 0px !important;
}
/* end */

#js-product-list-header .block-view {
  padding: 0 1rem;
}
#js-product-list-header .block-view #category-title-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
#js-product-list-header .block-view #category-title-header .total-products {
  font-weight: 600;
}
@media (max-width: 767px) {
  #category-prefooter {
    height: 200px;
    overflow-y: hidden;
  }
}
#category-prefooter #category-title-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
#category-prefooter #category-title-header #rating-note {
  height: 20px;
}
#category-prefooter #category-title-header .sprRating {
  flex-direction: row;
}
#category-prefooter #category-title-header .sprRating .rating-star-display {
  padding: 0 1rem !important;
}
#category-prefooter #category-title-header .sprRating .average_text {
  display: inline-block;
  white-space: nowrap;
  height: 20px;
  font-size: 1rem !important;
  line-height: 1.4rem;
}
#category-prefooter label {
  margin: 0;
}
#products {
  color: #cecece;
  padding-left: 2rem;
}
#products .total-products p {
  margin: 0;
  padding: 0;
}
#products h2.type_produit {
  color: #555;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#products h3.titre_produit {
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.3rem 0;
}
#products .product-description {
  padding: 0.5rem;
}
@media (max-width: 768px) {
  #products {
    padding: 0;
  }
  #products h2.type_produit {
    font-size: 1rem;
  }
  #products h3.titre_produit {
    font-size: 0.9rem;
  }
  #products .product-description {
    padding: 0.5rem 0;
  }
}
.block-view {
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: hidden;
  transition: transform 0.5s;
}
.block-view.active {
  height: auto;
  transform: translateY(-2%);
}
.block-view.active .category-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.1;
  border-radius: 5px;
}
.block-view.active .title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 1rem;
}
.block-view.active .btn_read {
  display: flex;
  justify-content: center;
}
.block-view.active .btn_read .viewmore {
  display: none;
}
.block-view.active .btn_read .viewless {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #ff4e08;
  font-weight: 700;
  background: none;
  border: 0;
  border-bottom: 1px solid;
}
.block-view.active .block-category-inner {
  position: relative;
  border-radius: 1rem;
  background-color: #fff;
  transition: background-color 1s;
  /*border: 1px dashed #cecece;
	*/
  padding: 1rem;
}
.block-view.active .block-category-inner #category-description {
  height: 100% !important;
  overflow: unset;
  z-index: 5;
}
.block-view:not(.active) .category-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.17;
  border-radius: 5px;
}
.block-view:not(.active) .title {
  font-size: 1.7rem;
  font-weight: 700;
}
.block-view:not(.active) .btn_read {
  display: flex;
  justify-content: center;
}
.block-view:not(.active) .btn_read .viewmore {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #ff4e08;
  font-weight: 700;
  background: none;
  border: 0;
  border-bottom: 1px solid;
}
.block-view:not(.active) .btn_read .viewless {
  display: none;
}
.block-view:not(.active) .block-category-inner {
  position: relative;
  transition: background-color 1s;
  background-color: transparent;
  /*border: 1px dashed #cecece;
	*/
  border-radius: 5px;
  padding: 1rem 0 0 0;
}
.block-view:not(.active)
  .block-category-inner
  #category-description
  .addReadMore {
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  font-weight: normal;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #333;
  position: relative;
}
.block-view:not(.active)
  .block-category-inner
  #category-description
  .addReadMore
  .SecSec {
  display: none;
}
@media (max-width: 767px) {
  .block-view:not(.active) .block-category-inner {
    padding: 0;
  }
}
/*** Responsive part ***/
@media (min-width: 576px) and (max-width: 767.98px) {
  #category #left-column {
    width: 100%;
  }
  #category #left-column #search_filters_wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
  #category #left-column #search_filter_controls {
    margin-bottom: 1rem;
    text-align: center;
  }
  #category #left-column #search_filter_controls button {
    margin: 0 0.5rem;
  }
  #category #left-column #search_filters {
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    box-shadow: none;
  }
  #category #left-column #search_filters .ui-slider-horizontal {
    margin-bottom: 20px;
  }
  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #ccc;
  }
  #category #left-column #search_filters .facet .title {
    align-items: center;
    cursor: pointer;
  }
  #category #left-column #search_filters .facet .title .collapse-icons .remove {
    display: none;
  }
  #category
    #left-column
    #search_filters
    .facet
    .title[aria-expanded="true"]
    .collapse-icons
    .add {
    display: none;
  }
  #category
    #left-column
    #search_filters
    .facet
    .title[aria-expanded="true"]
    .collapse-icons
    .remove {
    display: block;
  }
  #category #left-column #search_filters .facet .facet-title {
    color: #888;
    text-transform: uppercase;
  }
  #category #left-column #search_filters .facet .h6 {
    display: inline-block;
    padding: 1.25rem;
    margin-bottom: 0;
  }
  #category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    height: inherit;
    padding: 0 0.625rem 0 0;
  }
  #category #left-column #search_filters .facet .collapse {
    display: none;
  }
  #category #left-column #search_filters .facet .collapse.in {
    display: block;
  }
  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 0;
  }
  #category #left-column #search_filters .facet ul {
    margin-bottom: 0;
  }
  #category #left-column #search_filters .facet ul li {
    padding: 1.25rem;
    border-top: 1px solid #ccc;
  }
  #category #content-wrapper {
    width: 100%;
  }
  #category #search_filter_toggler {
    width: 100%;
  }
  .products-sort-order .select-title {
    margin-left: 0;
  }
  .products-selection h1 {
    padding-top: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
  .products-selection .showing {
    padding-top: 1rem;
  }
  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper {
    width: 100%;
  }
}
#products #js-product-list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
#products #js-product-list-top span,
#products #js-product-list-top p {
  color: #666;
}
#products #js-product-list picture img {
  height: auto;
  font-size: 0.8rem;
}
#products #js-product-list picture img:after {
  background-color: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
#products #js-product-list .page-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  /*flex-direction: column;
	*/
  #js-product-list-top .filter-button {
    padding-left: 0;
  }
  #category #left-column #search_filters_wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 767.98px) {
  .block-category {
    min-height: 0;
  }
  .card-block {
    padding: 1rem;
  }
  .card {
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  #content-wrapper.left-column.col-md-9 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #products .products {
    justify-content: center;
  }
}
