#wrapper {
    background-color: rgba(242, 242, 242, 0.35);
}
#left-column {
    padding-right: 5px;
}
.block-category {
    padding-top: 50px;
    padding-bottom: 60px;
}
.block-category h1 {
    color: black;
    font-size: 28px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 5px;
}
.block-category #category-description p {
    margin-bottom: 0!important;
}

.encart_bdpupr {
    width: 100%;
    max-width: 573px;
}
#product-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 0px 55px 0px !important;
}
.bandeau_public_produit {
    display: flex;
    background: #FE6114;
}
.bandeau_public_produit img {
    margin: 25px 30px;
}
.bandeau_public_produit p {
    margin-bottom: 0;
    background: black;
    color: white;
    padding: 24px 53px;
    font-size: 20px;
    line-height: 26px;
}
.bandeau_public_produit p a {
    color: white;
    font-weight: 500;
    text-decoration: underline;
}
.bandeau_public_produit p a:hover {
    text-decoration: none;
}
#js-product-list > .products.row {
    margin-left: 0;
    margin-right: 0;
}
/* Filtre facet */

#amazzing_filter {
    padding: 0;
}
#amazzing_filter.block .title_block, #amazzing_filter form, .selectedFilters {
    padding: 0 30px;
}
#amazzing_filter form {
    padding-bottom: 30px;
}
#amazzing_filter.block .title_block {
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#amazzing_filter.block .title_block svg {
    margin-right: 10px;
}
.selectedFilters .cf {
    display: none;
}
.selectedFilters .clearAll {
    background: none;
    text-align: left;
    padding: 0;
}
.selectedFilters .clearAll .txt {
    margin: 0;
    color: #FF2121;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    text-decoration: underline;
}
.selectedFilters {
    border-top: 1px solid #44434236;
    border-bottom: 1px solid #44434236;
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.selectedFilters .clearAll .txt svg {
    margin-right: 5px;
}
.selectedFilters .clearAll a {
    display: flex;
}
.af_subtitle {
    color: #FE6114;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.af_filter {
    border: none;
    margin: 0;
    padding: 0;
}
label.af-checkbox-label {
    width: calc(100% - 22px);
    margin-left: auto;
    min-height: 22px;
    align-items: center;
}
.af-checkbox-label input {
    display: none;
}
.af-checkbox-label:after {content: "";position: absolute;left: 0;width: 19px;height: 19px;border: 1px solid #707070;}
li.active .af-checkbox-label:before {
    content: "";
    position: absolute;
    background-color: #FE6114;
    width: 19px;
    height: 19px;
    left: 0;
}
li.active .af-checkbox-label:after {
    border: 1px solid #FE6114;
    background-image: url(/themes/classic/assets/img/check.png);
    background-repeat: no-repeat;
    background-position: center;
}
.af-color-box {
    border-radius: 0;
}
.active .af-color-box {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin: 0;
}
.active .af-color-box:after {border-radius: 0;width: 25px;height: 25px;min-width: 25px;left: 0;top: 0;}
.af-slider .pointer {
    border: none;
    background: #FE6114;
    top: -7px;
}
.af-slider .selected-bar {
    background: #707070;
}
.af-slider .back-bar {
    height: 3px;
}


/* End filter */

.pagination .page-list {
    display: inline-flex;
    align-items: center;
}
.pagination > div {
    display: flex;
    justify-content: flex-end;
}
.pagination .page-list a.previous, .pagination .page-list a.next {
    width: 20px;
    height: 20px;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.pagination .page-list a.previous.disabled, .pagination .page-list a.next.disabled {
    pointer-events: none;
}
.pagination .page-list a.previous {
    margin-right: 5px;
}
.pagination .page-list a.next {
    margin-left: 5px;
}
.pagination .page-list li.current a {
    color: #000000;
    border-right: 1px solid rgba(112, 112, 112, 0.21);
    border-left: 1px solid rgba(112, 112, 112, 0.21);
}
.pagination .page-list li a {
    color: rgba(123, 123, 123, 0.21);
    font-size: 21px;
}
.pagination .page-list li a:not(.next):not(.previous) {
    padding-left: 12px;
    padding-right: 12px;
}
.pagination .page-list li.current:first-child a {
    border-left: none;
}
.pagination .page-list li.current:last-child a {
    border-right: none;
}
#js-product-list .product-price-and-shipping .price-ht {
    color: #000000;
}
#js-product-list .products.product_show_list > article .favorite-product {
    bottom: 30px;
    top: auto;
    right: 215px!important;
    background-color: white;
    width: 48px!important;
    height: 52px!important;
    margin: 0!important;
    justify-content: center;
    align-items: center;
    display: inline-flex!important;
}
/* ------ */
.products:not(.product_show_list) .addtocart-wishlist form {
    justify-content: flex-start;
}
#js-product-list .products:not(.product_show_list) > article .favorite-product {
    bottom: 20px;
    top: auto;
    right: 30px!important;
    background-color: white;
    width: 64px!important;
    height: 38px!important;
    margin: 0!important;
    justify-content: center;
    align-items: center;
    display: inline-flex!important;
}
.products:not(.product_show_list) .right-part-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#js-product-list .products > article .favorite-product .favorite-product-click {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products:not(.product_show_list) .product-price-and-shipping {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
#js-product-list .products.product_show_list > article span.price {
    font-size: 30px;
    line-height: 1;
}
#js-product-list .products.product_show_list > article .tax-shipping-delivery-label {
    top: -3px;
}
#js-product-list .products.product_show_list > article .prix {
    justify-content: flex-end;
}
#js-product-list .products.product_show_list > article .prix_public {
    justify-content: flex-end;
    font-size: 21px;
    line-height: 1;
}
/* ------ */
/* Product list */

#js-product-list .products.product_show_list > article {
    width: 100%;
}
.products.product_show_list .thumbnail-container {
    display: flex;
}
.products.product_show_list .addtocart-wishlist .laquantite {
    display: inline-flex;
}
.products.product_show_list .right-part-products {
    padding-left: 40px;
}
.products.product_show_list .product-price-and-shipping {
    width: 45%;
    display: inline-block;
}
.products.product_show_list .right-part-products .addtocart-wishlist {
    width: 100%;
    display: flex;
}
.products.product_show_list .right-part-products {
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}
.products.product_show_list .right-part-products .product-description {
    width: 55%;
    display: inline-block;
}
.products.product_show_list .img-product-miniature {
    min-width: 279px;
    width: 30%;
}
.products.product_show_list .img-product-miniature a.product-thumbnail {
    height: auto!important;
}
.products.product_show_list .product-price-and-shipping {
    margin-top: 20px;
    text-align: right;
}
.products.product_show_list .product-description h3 a {
    font-size: 20px;
}
.products.product_show_list .product-price-and-shipping .price-ttc {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}
.products.product_show_list .product-price-and-shipping .price.price-ttc sup {
    font-size: 17px;
}
.products.product_show_list .product-price-and-shipping .price-ht {
    font-size: 25px;
}
.products.product_show_list .product-price-and-shipping .price-ht sup {
    font-size: 14px;
}
.products.product_show_list .btn.btn-primary.add-to-cart span:not(.preLoading) {
    display: block;
}
.products.product_show_list .btn.btn-primary.add-to-cart {
    width: auto!important;
    height: 52px!important;
    padding: 0 15px!important;
    margin-left: 60px!important;
}
.products.product_show_list .btn.btn-primary.add-to-cart svg {
    margin-right: 15px;
}
.products.product_show_list article .thumbnail-container {
    padding: 30px 30px 30px 30px;
}
.products.product_show_list .details-product {
    display: block;
}
.products.product_show_list .right-part-products .addtocart-wishlist .addToCartFormWrapper {
    width: 100%;
    display: flex;
}
.products.product_show_list .right-part-products .addtocart-wishlist .addToCartFormWrapper form {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.laquantite {
    align-items: center;
    justify-content: flex-start;
}
span.quantity-btn {
    width: auto;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    border: none;
    border-radius: 100%;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    color: #FE6114;
    font-size: 23px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.laquantite input[name="qty"] {
    border: none;
    text-align: center;
    font-size: 20px;
    color: #444342;
    padding: 0;
    background-color: transparent;
    width: 50px;
    font-weight: 500;
    outline: none;
}
.laquantite input {
    border-color: rgba(208, 208, 208, 0.44);
    background-color: #F5F5F5;
    color: #787878;
    border-radius: 5px;
}
span.quantity-btn:hover {
    background-color: #f1f1f1;
}
.addtocart-wishlist form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
span.labelqty {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}
.details-product label {text-decoration: underline;font-size: 14px;font-weight: 500;}
.details-product span {
    font-size: 14px;
    font-weight: 500;
}
/**/


/* */

.grid-list-choice > span {
    cursor: pointer;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.grid-list-choice > .actif svg * {
    fill: #FE6114;
}
.products-sort-order {
    display: flex;
    align-items: center;
}
.grid-list-choice {
    display: flex;
}
.products-sort-order .select-title {
    margin-right: 10px;
    width: 175px;
    height: 34px;
    padding: 0 30px 0 15px;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    font-size: 14px;
    color: #444342;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.products-sort-order .select-title i {
    position: absolute;
    right: 10px;
    font-size: 22px;
    color: #FE6114;
    transition: 0.5s;
}
.products-sort-order.open .select-title i {
    transform: rotate(180deg);
}
.sort-by-row .sort-by {
    margin-right: 10px;
    color: #444342;
    font-size: 18px;
    font-weight: 500;
    min-width: 80px;
    margin-left: 0;
}
.filter-list-grid {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.filter-list-grid #js-product-list-top {margin-bottom: 0;}

.page-manufacturer #js-product-list .products > article {
  width: 25%;
}

#js-product-list .products > article {
    width: 33.33334%;
}
.products:not(.product_show_list) .right-part-products .product-description {
    width: 100%;
}

@media (max-width: 1199px) {
  #js-product-list .products:not(.product_show_list) > article .favorite-product{
    width: 50px!important;
  }
  #js-product-list .products.product_show_list > article {
      padding: 0;
  }
  .products.product_show_list .img-product-miniature {
      min-width: 220px;
  }
  .products.product_show_list .btn.btn-primary.add-to-cart span:not(.preLoading) {
      display: none;
  }
  .products.product_show_list .btn.btn-primary.add-to-cart svg {
      margin: 0;
  }
  #js-product-list .products.product_show_list > article .favorite-product {
    right: 95px!important;
  }
}

@media (max-width: 1000px) {
    .product_show_list .thumbnail-container {
        display: flex;
        flex-direction: column;
    }
    .products.product_show_list .right-part-products {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
  #wrapper .container {
      width: 100%;
  }
  #js-product-list .products > article {
      width: 50%;
  }
  div#left-column {
      width: 35%;
  }
  div#content-wrapper {
      width: 100%;
  }
}

@media (max-width: 800px) {
    div#js-product-list .products article {
        width: 50% !important;
    }
    #js-product-list .products.product_show_list > article {
        width: 100%!important;
    }
}

@media (max-width: 767px) {
  #js-product-list .products:not(.product_show_list) > article .favorite-product {
      width: 62px!important;
  }
  .products.product_show_list .img-product-miniature {
      width: 100%;
      text-align: center;

  }
  #product-list-header{
    flex-direction: column;
    }
    #product-list-header div.card-block {
        padding: 0px 100px 15px 15px !important;
    }
}

@media (max-width: 500px) {
  #products .products {
      justify-content: center;
  }
  div#js-product-list .products article {
      width: 100% !important;
      max-width: 345px;
  }
  .sort-by-row span.sort-by {
      display: none;
  }
  #js-product-list .products.product_show_list > article {
      max-width: none;
      width: 95%!important;
  }
  .products.product_show_list .right-part-products .product-description {
      width: 100%;
  }
.products.product_show_list .btn.btn-primary.add-to-cart {
    margin-left: 0!important;
}
  .products.product_show_list .product-price-and-shipping {
      width: 100%;
      text-align: left;
  }
  .products.product_show_list .right-part-products .addtocart-wishlist .laquantite span.labelqty {
      display: none;
  }
  #product-list-header{
      flex-direction: column;
  }
  #product-list-header div.card-block {
    padding: 0px 100px 15px 15px !important;
}
}

@media (max-width: 450px) {
    div#js-product-list .products article {
        width: 100% !important;
    }
    .bandeau_public_produit {

        flex-direction: column;
    }
}
