.wrapper__inner {
    padding-right: 10%;
    width: 70%;
}

.left-column__wrapper {
    background: #f1f1f1;
    height: 100%;
}

#left-column {
    /*position : -webkit-sticky;*/
    /*position : sticky;*/
    top      : 0;

}

#js-product-list>.products{
    background: white;
    padding: 10px;
    margin: 1em;
}

#content-wrapper {
    /*padding-right : 20px;*/
    flex          : 1 0 auto;
}

#js-product-list-header {
    padding-bottom : 15px;
}

.products {
    display               : grid;
    grid-template-columns : repeat(2,1fr);
    grid-gap              : 20px;
    justify-content       : space-between;
}

.products .product-miniature {
    padding : 0;
}

/*
--------------------------------------
Style général des back to top
--------------------------------------
*/

.product-list__back-to-top {
    text-align : center;
    margin     : 1em 0 0;
}

.product-list__back-to-top .btn {
    border          : 1px solid var(--primary-color);
    color           : var(--primary-color);
    line-height     : 1;
    display         : inline-flex;
    align-items     : center;
    justify-content : center;
}

/*
--------------------------------------
Style page not found
--------------------------------------
*/
#products .page-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#amazzing_filter{
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    padding-top: 0.5rem;
}
#amazzing_filter .af_filter{
    color: var(--third-color);
}
#amazzing_filter .af-toggle-child{
    font-size: 26px;
    color: var(--secondary-color);
    position:absolute;
    right: 0;
}
#amazzing_filter .af_subtitle:before{
    border-color: #232323;
}
#amazzing_filter .af-checkbox-label{
    display: flex;
}
#amazzing_filter .cf__group>b{
    display:none;
}
#amazzing_filter .selectedFilters .cf{
    padding: 5px 0;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .1em;
}
#amazzing_filter .your_selection{
    font-weight: bold;
    color: white;
    background-color: white;
    background-color: var(--secondary-color);
}
#amazzing_filter .af_subtitle{
    color: var(--secondary-color);
    padding-bottom: 3px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: var(--main-font);
}
#amazzing_filter .af_filter {
    border-bottom: 1px solid transparent;
}

#amazzing_filter .range-filter[data-url='prix'] .af_filter_content{
    margin-top: 20px;
}

.product-list__back-to-top {
    position: fixed;
    right: 30px;
    bottom: 80px;
    background: white;
    transition: 0.4s ease;
    z-index: 6;
}


.product-list__back-to-top a{
    background: white;
    transition: 0.4s ease;
}

.product-list__back-to-top:hover a{
    background: var(--third-color);
    color: white;
    transition: 0.4s ease;
}

.viewFilteredProducts{
    font-weight: 500;
}
.compact-toggle .compact-toggle-text{
    border-left: none;
}
a.compact-toggle{
    border-top: 1px solid transparent;
}

#amazzing_filter .slider-container .back-bar .pointer {
    background: #1a1a1a;
    border: 1px solid #171717;
}

#amazzing_filter .slider-container .back-bar .selected-bar {
    position: absolute;
    height: 100%;
    background: #1a1a1a;
}

.dynamic-loading button{
    background: var(--btn-primary-bg-color);
    color: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-border-color);
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 500;
    padding: .5rem 1.25rem;
    margin-top: 20px;
}
.dynamic-loading button:hover {
    background: var(--btn-primary-bg-color--is-hover);
    color: var(--btn-primary-color--is-hover);
    border: 1px solid var(--btn-primary-border-color--is-hover);
}

/*****************
Price Product miniature in page listing
******************/

.product-miniature .product-price-and-shipping
{
    color: var(--secondary-color);
    font-size: 15px;
    letter-spacing: .23px;
    font-weight: 400;
}

.product-miniature .discount-amount
{
    color: white;
}

.block_images_categories
{
    margin-left: calc(1em + 10px);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
}
/*.block_images_categories div*/
/*{*/
/*    height: 200px;*/
/*    width: 200px;*/
/*}*/
.block_images_categories div img, .block_images_categories_v2 div img
{
    height: 100%;
    width : 100%;
    object-fit: cover;
}

.block_images_categories_v2
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 350px;
}
.block_images_categories_v2 div:nth-child(1)
{
    grid-column: 1/2;
    grid-row: 1/3;
}
.block_images_categories_v2 div:nth-child(2)
{
    grid-column: 2/3;
    grid-row: 1/2;
}
.block_images_categories_v2 div:nth-child(3)
{
    grid-column: 2/3;
    grid-row: 2/3;
}
.block_images_categories_v2 div:nth-child(3)
{
    grid-column: 1/3;
    grid-row: 3/4;
}

/*****************
* Category header
******************/
.block-category__text h1
{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.6em;
    color: var(--secondary-color);
}

#category-description p
{
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: var(--secondary-color) !important;
}

.wrapper__inner__nos_realisation
{
    width: 60%;
}
