.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: none;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: 0 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform-style: flat;
}

.noUi-connect {
  width: 100%;
  height: 100%;
  background: #fee77d;
}

.noUi-origin {
  width: 10%;
  height: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

/* Offset direction
*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}

.noUi-state-drag * {
  /* stylelint-disable */
  cursor: inherit !important;
  /* stylelint-enable */
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 8px;
  margin: 0 8px;
}

.noUi-handle {
  position: absolute;
  cursor: default;
  background: #FED417;
  border: 1px solid #FED417;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.noUi-horizontal .noUi-handle {
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
}

.noUi-vertical {
  width: 8px;
  margin: 8px 0;
}

.noUi-vertical .noUi-handle {
  top: -8px;
  right: -4px;
  width: 16px;
  height: 16px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  position: relative;
  background: #e9ecef;
  border: 0 solid #DDDFE7;
  border-radius: 8px;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-active {
  background: #e1b801;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #e9ecef;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #DDDFE7;
  border-radius: 8px;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;
  transform: translate(0, -18px);
}

.display-toggle__link {
  width: 1.7em;
  height: 1.7em;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #212529;
  text-align: center;
  background: #f8f9fa;
  border-radius: 50%;
}
.display-toggle__link:hover, .display-toggle__link:focus {
  color: #212529;
  background: #e9ecef;
}
.display-toggle__link.active {
  color: #fff;
  background: #FED417;
}
.display-toggle__icon {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0;
  }
}

.category-header-banner {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .category-header-banner {
    margin-top: -20px;
  }
  /*.category-header-banner .listing-header-block-category {*/
  /*  flex: 1;*/
  /*  max-width: 100%;*/
  /*}*/
}
@media (max-width: 767.98px) {
  .category-header-banner {
    margin-bottom: 34px;
  }
}
.category-header-banner .category_cover_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-header-banner .category_cover_img, .category-header-banner .listing-header-block-category {
  padding-left: 0;
  padding-right: 0;
}

#product-list-header .block-category, .listing-header-block-category .block-category {
  /*background: #183157;*/
  background: transparent;
  padding: 0;
  /*color: white;*/
  height: 100%;
}

#product-list-header .block-category  section > div{
  padding-left: 0 !important;
}

#product-list-header .breadcrumb, .listing-header-block-category .breadcrumb {
  margin-bottom: 38px;
}

#product-list-header .breadcrumb .breadcrumb-item, .listing-header-block-category .breadcrumb .breadcrumb-item {
  color: #FFFFFF;
}
#product-list-header .breadcrumb .breadcrumb-item:first-child, .listing-header-block-category .breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
#product-list-header .breadcrumb .breadcrumb-item a, .listing-header-block-category .breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
}
#product-list-header .breadcrumb .breadcrumb-item a:hover, .listing-header-block-category .breadcrumb .breadcrumb-item a:hover {
  color: #FFFFFF;
}
#product-list-header .breadcrumb-item + .breadcrumb-item::before, .listing-header-block-category .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
#product-list-header .h1, .listing-header-block-category .h1 {
  color: #FFFFFF;
  font-family: "Karla", sans-serif;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 50px;
  margin-bottom: 16px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  #product-list-header .block-category, .listing-header-block-category .block-category {
    padding: 11px 24px 32px 24px;
  }
  #product-list-header .breadcrumb, .listing-header-block-category .breadcrumb {
    margin-bottom: 6px;
  }
  #product-list-header .h1, .listing-header-block-category .h1 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
  }
}
#product-list-header .cms-content, #product-list-header .cms-content p, .listing-header-block-category .cms-content, .listing-header-block-category .cms-content p {
  /*margin-bottom: 16px;*/
  /*!*color: #FFFFFF;*!*/
  /*font-family: "Lato", "Karla", sans-serif;*/
  /*font-size: 14px;*/
  /*letter-spacing: 0;*/
  /*line-height: 22px;*/
}

.listing-header-block-category #category-description .mobile {
  display: none;
}
.listing-header-block-category #category-description .show-all {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .listing-header-block-category #category-description {
    margin-bottom: 0;
  }
  .listing-header-block-category #category-description .mobile {
    display: block;
  }
  .listing-header-block-category #category-description .desktop {
    display: none;
  }
  .listing-header-block-category #category-description.show-all .mobile {
    display: none;
  }
  .listing-header-block-category #category-description.show-all .desktop {
    display: block;
  }
}
.listing-header-block-category .truncate-toggle {
  display: none;
}
@media (max-width: 767.98px) {
  .listing-header-block-category .category-description.truncate {
    overflow: hidden;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
  }
  .listing-header-block-category .category-description.no-truncate {
    -webkit-line-clamp: unset;
  }
  .listing-header-block-category .truncate-toggle {
    display: inline;
  }
  .listing-header-block-category .truncate-toggle .read-less.hide,
  .listing-header-block-category .truncate-toggle .read-more.hide {
    display: none;
  }
  .listing-header-block-category .category-description.no-truncate + .truncate-toggle {
    display: none;
  }
  .listing-header-block-category .truncate-toggle .read-more,
  .listing-header-block-category .truncate-toggle .read-less {
    cursor: pointer;
  }
}

.col.total-products {
  padding-left: 12px;
}
.col.total-products + .col-auto {
  transform: translateX(-3px);
}

.l-main {
  background: #f2f2f2;
}

#js-product-list-top {
  margin-bottom: 18px;

  .sort_by_qty {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  #js-product-list-top {
    margin-bottom: 30px;
  }
}
#js-product-list-top .total-products .h2 {
  color: #1C2123;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #js-product-list-top .total-products .h2 {
    font-size: 14px;
    text-align: center;
  }
}
#js-product-list-top .sort-by {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#js-product-list-top .sort-by .label {
  white-space: nowrap;
  padding-right: 16px;
  color: #1C2123;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 22px;
}
#js-product-list-top .sort-by select {
  height: 42px;
  color: #183157;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  border: 1px solid #DDDFE7;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/themes/francebarnums/assets//img-dist/cff6337b3730d242289fb5c1bf7287ff.svg);
}
@media (min-width: 768px) {
  #js-product-list-top .sort-by select {
    min-width: 288px;
  }
}
@media (min-width: 991.98px) {
  .category-header-banner .category_cover_img {
    padding: 0;
    max-width: 588px;
  }
}
@media (max-width: 991.98px) {
  #js-product-list-top .sort-by select {
    width: 105px;
    height: 40px;
    padding: 5px 20px 5px 10px;
    background-position-x: 90%;
  }
}

@media (max-width: 991.98px) {
  /* #js-product-list-top, .products-list.row{
     margin-right: 0;
     margin-left: 0;
   }*/
  .products-list.row {
    margin-right: -0.406rem;
    margin-left: -0.406rem;
  }
  .js-content-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  #category {
    .products-list__block .product-miniature {
      overflow: visible !important;
    }
  }
  .products-list__block .product-miniature {
    padding: 10px;
  }
  .products-list__block .product-miniature .product-miniature__title {
    margin-bottom: 7px !important;
  }
  .products-list__block .product-miniature .product-miniature__pricing .price {
    margin-right: 7px;
    font-size: 14px;
  }
  .products-list__block .product-miniature .product-miniature__pricing .price-ht {
    margin-top: 1px;
  }
  .products-list__block .product-miniature .product-miniature__custom-manifacturer {
    margin-top: 22px;
    margin-bottom: 6px;
  }
  .products-list__block .product-miniature .product-miniature__custom-manifacturer .stock-available {
    height: 27px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .products-list__block .product-miniature #product-availability .badge, .products-list__block .product-miniature .js-product-availability .badge {
    font-size: 12px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
  }
}
.pagination, .comments-pagination ul {
  margin-bottom: 40px !important;
  margin-top: 23px !important;
}
@media (max-width: 767.98px) {
  .pagination, .comments-pagination ul {
    margin-top: 37px !important;
  }
}

#category-description-2 {
  margin: 0 13px;
  margin-top: 36px !important;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #category-description-2 {
    padding-bottom: 40px;
    border-bottom: 1px solid #DDDFE7;
  }
}
@media (max-width: 767.98px) {
  #category-description-2 {
    margin-top: 0 !important;
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  #js-product-list-footer + .featured-products.viewed-products .featured-products__title {
    font-size: 32px;
  }
  #js-product-list-footer + .featured-products.viewed-products .featured-products__header {
    margin-bottom: 22px !important;
  }
}

@media (min-width: 768px) {
  #js-product-list-footer + .featured-products.viewed-products {
    margin-top: 65px !important;
    padding: 0 13px;
  }
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical > .card {
  border: none;
  background: transparent;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-header {
  margin-bottom: 26px;
  background: none;
  border-bottom: none;
  padding: 11px 0 0;
}
.PM_ASBlockOutputVertical .PM_ASBlockNbProductValue {
  margin-left: 5px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-header .PM_ASBlockTitle {
  color: #1C2123;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 26px;
  background: none;
  display: flex;
  justify-content: start;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-header .PM_ASBlockTitle .icon {
  margin-right: 9px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block {
  background: white;
  border-radius: 8px;
  padding-top: 13px;
  padding-bottom: 40px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block .PM_ASCriterionsGroup {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 24px;
  margin-bottom: 23px;
}
/*.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block .PM_ASCriterionsGroup .PM_ASCriterions {*/
/*  padding-left: 25px;*/
/*  padding-right: 24px;*/
/*}*/
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupTitle {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 13px;
  border-bottom: none;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupName {
  color: #1C2123;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 22px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionStepEnable{
  margin-top: 10px;
  margin-left: 2px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupImage{
  a.PM_ASCriterionLink {
    display: flex;
    flex-direction: column;

    img {
      width: 80px;
    }
  }
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block .PM_ASCriterionsGroup .PM_ASCriterions .PM_ASCriterionNoChoice {
  margin-bottom: 0;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .card-block .PM_ASCriterionsGroup:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  grid-auto-rows: 1fr;
  justify-content: center;
  @media (max-width: 1439px) {
    grid-template-columns: inherit;
    &#PM_ASCriterionGroupCheckbox_5_6, &#PM_ASCriterionGroupCheckbox_5_17, &#PM_ASCriterionGroupCheckbox_5_11, &#PM_ASCriterionGroupCheckbox_5_12,
    &#PM_ASCriterionGroupCheckbox_14_8, &#PM_ASCriterionGroupCheckbox_14_10,
    &#PM_ASCriterionGroupCheckbox_8_6, &#PM_ASCriterionGroupCheckbox_8_12,
    &#PM_ASCriterionGroupCheckbox_13_12
    {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
@media (max-width: 1300px) {
  .PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckbox .PM_ISColorBlock
  {
    gap: inherit!important;
    flex-wrap: nowrap!important;
  }
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox {
  height: 100%;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox input {
  display: none;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckbox {
  min-height: 46px;
  height: 100%;
  border: 1px solid #DDDFE7;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 0 8px;
  display: block;
  margin-bottom: 0;

  &:hover {
    border-color: #1c2123;
  }
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckbox .PM_ASLabelLink {
  color: #183157;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckbox .PM_ISColorBlock {
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckbox .PM_ISColorBlock .PM_ASLabelValue{
  width: 70%;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
  text-decoration: none;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckbox.PM_ASLabelCheckboxSelected {
  box-sizing: border-box;
  border: 2px solid #C7D4FB;
  background-color: #F9FAFF;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox#PM_ASCriterionGroupCheckbox_2_5 {
  grid-template-columns: repeat(3, 1fr);
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox#PM_ASCriterionGroupCheckbox_2_5 .checkbox .PM_ASLabelCheckbox {
  padding: 0 5px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupColor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupColor.color_to_pick_list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupColor.color_to_pick_list li a {
  width: unset;
  height: 46px;
  padding: 5px 12px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupColor.color_to_pick_list li a .color {
  margin-right: 8px;
  min-width: 20px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupColor.color_to_pick_list li a .value {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupColor.color_to_pick_list li a:hover {
  text-decoration: none;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupColor .PM_ASCriterionLink {
  border: 1px solid #DDDFE7;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCriterionGroupColor .PM_ASCriterionLink.PM_ASCriterionLinkSelected {
  box-sizing: border-box;
  border: 2px solid #C7D4FB;
  background-color: #F9FAFF;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCritRange {
  max-width: calc(100% - 15px);
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .ui-state-default, .PM_ASBlockOutput.PM_ASBlockOutputVertical .ui-widget-content .ui-state-default, .PM_ASBlockOutput.PM_ASBlockOutputVertical .ui-widget-header .ui-state-default {
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  border: 2px solid #183157;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .ui-widget-content {
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #183157;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .ui-slider-horizontal {
  height: 0;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -10px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASCritRangeValue {
  margin-top: 15px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical #PM_ASCriterions_2_8 .PM_ASResetGroup {
  clear: both;
  float: left;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASResetGroup {
  color: #1C2123;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 24px;
  display: inline-block;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .PM_ASResetGroup:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/themes/francebarnums/assets//img-dist/4b989f7723087818e77bde476fa99068.svg);
  background-size: contain;
  margin-right: 8px;
}
.PM_ASBlockOutput.PM_ASBlockOutputVertical .price-range {
  box-sizing: border-box;
  height: 30px;
  min-width: 50px;
  border: 1px solid #DDDFE7;
  border-radius: 8px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
}

.display-filter-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1C2123;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 26px;
  border-radius: 8px;
  height: 32px;
  width: 105px;
}
.display-filter-mobile .icon {
  margin-right: 10px;
}

.modal-dialog .PM_ASBlockOutput > .card > .card-header {
  display: none;
}
.modal-dialog .PM_ASBlockOutput > .card > .card-block {
  display: block;
}

#search #product-list-header {
  text-align: center;
  margin-top: 15px;
}


/* ----------- Liste produit favoris dans compte client ----------- */
#module-is_favoriteproducts-favorite #content-wrapper .js-content-wrapper.left-column {
  flex: 0 0 100%;
  max-width: 100%;
}
#module-is_favoriteproducts-favorite #left-column {
  display: none;
}
#module-is_favoriteproducts-favorite .row.mx-0 {
  margin-bottom: 20px;
}

/*Paddock survol */
.slid-vignette{
  .a_slider {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    color: white;
  }
  .a_slider img {
    transition: transform 0.3s ease;
    padding:5px;
  }
  .a_slider:hover img {
    transform: scale(1.1);
  }
  /* Overlay */
  .a_slider::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgb(0 0 0 / 7%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  /* Texte au survol */
  .a_slider:hover::before {
    opacity: 1;
  }
}


/* ------ Style pour le collapse ------ */

#_desktop_filters, #_mobile_filters {
  .collapsible {
    cursor: pointer;
  }

  .collapsible:after {
    content: '\002B';
    color: black;
    font-weight: normal;
    font-size: 23px;
    float: right;
  }
  .collapsible.active:after {
    content: "\2212";
  }

  .collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

}
.footer-cat-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  margin: 25px 0 20px 0;
}
#footer-cat-button{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 35px;
  background-color: #FFFFFF;
  border: 1px solid #183157;
  border-radius: 4px;
  color: #183157;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  align-content: center;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer-cat-button:hover{
  background-color: #183157;
  border: 1px solid #183157;
  color: white;
}
#category-header {
  background-color: #fff;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;

  .cat-header {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #DDDFE7;
    padding-top: 15px;

    h2 {
      font-family: "Karla", sans-serif;
      font-size: 45px;
      font-weight: 500;
      color: #183157;
      margin-bottom: 15px;
      @media (max-width: 1200px) {
        font-size: 36px;
      }
    }

    .cat-header-img-list {
      margin-bottom: 11px;
      display: flex;
      align-items: center;
      .cat-header-img {
        height: 50px;
        align-items: center;
        border-left: 1px solid #183157;
        padding-right: 24px;
        padding-left: 24px;
        display: flex;

        &.img1 > img {
          width: 60px;
          height: 40px;
        }
        &.img2 > img {
          width: 94px;
          height: 35px;
        }
        &.img3 > img {
          width: 35px;
          height: 35px;
        }
      }
    }

  }

  .cat-body {
    margin-top: 23px;
    p {
      font-family: "Karla", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #183157;
    }
  }

  .cat-footer {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    div.cat-icon-container {
      display: flex !important;
      align-items: center;
      break-inside: avoid;
      width: fit-content;
      text-align: center;
      border-radius: 8px;
      overflow: hidden;
      background: white;
      padding: 0 !important;
      border: 1px solid #DFDFDF;
      height: 100%;
      /*margin-right: 22px;*/

      .cat-header-icon {
        flex: 0 0 80px;
        width: 80px;
        height: 100%;
        background: #ECECEC;
        img {
          width: 100%;
          height: 100%;
        }
      }

      .cat-header-content {
        padding: 0 8px;
        text-align: center;
        font-family: "Karla", sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        letter-spacing: 0;


        .garantie-item {
          display: flex;
          flex-direction: column;
          div{
            display: flex;
            gap: 6px;
          }
        }

        strong {
          font-family: "Karla", sans-serif;
          text-transform: uppercase;
          font-size: 13px;
          line-height: 15px;
          color: #3C3C3B;
          font-weight: bold;
          margin-bottom: 3px;
          display: inline-block;
        }

        span {
          font-family: "Karla", sans-serif;
          font-size: 12px;
          line-height: 13px;
          color: #6F6F6E;
          font-weight: 400;
        }

        .rouge {
          font-family: "Karla", sans-serif;
          font-size: 13px;
          line-height: 15px;
          color: #CA151A;
          font-weight: bold;
          text-transform: uppercase;
        }

        .garantie-items {
          display: flex;
          justify-content: space-around;
          align-items: center;
          flex-wrap: nowrap;
          color: #CA151A;
        }
      }
    }

    @media (max-width: 575px) {
      justify-content: center;
    }
    @media (max-width: 425px) {
      div.cat-icon-container {
        margin: auto;
      }
      ul.slick-dots {
        transform: translateY(15px);
      }
    }
  }
}

@media (max-width: 768px) {

  #category #content-wrapper
  {
    padding-right: 0;
    padding-left: 0;
  }
  #product-list-header .block-category, .listing-header-block-category .block-category {
    padding: 0;
  }
  #category-header {
    padding-left: 15px;
    padding-right: 15px;

    /*#category-desc p:before {*/
    #category-desc p a:after {
      content:"\0020";
      display:block;
      width:50px;
      right: 53px;
      height: 23px;
      top: 0;
      position:absolute;
      z-index:2;
      /*margin-top: 23px;*/

      background-image:-webkit-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
      background-image:-moz-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
      background-image:-ms-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
      background-image:-o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
      background-image:linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));

    }
    #readMore {
      position: absolute;
    }
    #readMore , #readLess {
      font-family: "Karla", sans-serif;
      font-size: 14px;
      color: #183157;
      font-weight: 700;
      text-decoration: underline;
    }

    .cat-header {
      flex-direction: column;
      padding-bottom: 10px;

      .cat-header-img-list {
        margin-bottom: 0;
      }
      h2 {
        margin-top : 10px;
        margin-bottom : 10px;
        font-size: 29px;
      }

      .cat-header-img-list {
        height: 50px;
        .cat-header-img{
          padding-right: 20px;
          padding-left: 20px;
          &:first-child {
            border-left: 0;
            margin-left: 0px;
            padding-left: 0;
          }
          &.img1 > img {
            width: 50px;
            height: 36px;
          }
          &.img2 > img {
            width: 74px;
            height: 27px;
          }
          &.img3 > img {
            width: 28px;
            height: 28px;
          }
        }
      }
    }

    .cat-body {
      margin-top: 10px;
      margin-bottom: 10px;
    }

    /*.cat-footer {*/
    /*  flex-wrap: wrap;*/
    /*  margin-top:0;*/
    /*  div.cat-icon-container {*/
    /*    margin: auto;*/
    /*    max-height:68px ;*/

    /*    .cat-header-icon {*/
    /*      flex: 0 0 68px;*/
    /*      width: 68px;*/
    /*      height: 68px;*/

    /*      img {*/
    /*        width: 68px;*/
    /*        height: 68px;*/
    /*      }*/
    /*    }*/
    /*  }*/
    /*}*/
  }
}

.PM_ASSelectionsBlock {
  margin-left: 25px;
}

@media (max-width: 1024px) {
  .product-miniature__information {
    display: flex;
    justify-content: center;
    margin-top: 13px;

    .product-miniature__actions.cdpcp-compare-btn {
      padding-bottom: 10px;
    }
  }
}
.product-miniature__information {

  .variant-links {
    display: flex;
    align-items: center;

    .variant-more {
      margin-left: 2px;
    }
    .color {
      display: block;
      border-radius: 50%;
      height: 16px;
      width: 16px;
      border: solid 1px #47494B;
      margin-right: 3px;
    }
  }
}

@media (min-width: 1024px) {
  .product-miniature__information {
    position: absolute;
    bottom: 10px;
    }
  .cdpcp-compare-btn.btn-tertiary.cdpcp-compare-btn--below-list {
    padding-right: 0px;
    justify-content: end;
    width: auto;
    position: relative;
    right: 0;
    margin-right: 0 !important;
  }


}
