@media (min-width : 1024px) {
  body:not(#index) .wrapper__inner {
    flex-direction : row;
  }

  body:not(#index) .left-column__wrapper {
    width          : 25%;
    margin-right   : 20px;
    padding-bottom : 0;
  }
}

@media (max-width : 1023px) {
  .btn-primary.compact-toggle.type-2.ready {
    display : none !important;
  }

  .product-list__filters.compact-toggle.type-1.ready .compact-toggle-text {
    position       : initial;
    font-size      : 18px;
    font-style     : normal;
    font-weight    : 600;
    line-height    : normal;
    letter-spacing : 0.36px;
    text-transform : initial;
    transform      : initial;
    white-space    : unset;
    background     : none;
  }

  #amazzing_filter.vertical-layout.displayLeftColumn .title_block {
    display         : flex !important;
    font-size       : 25px;
    line-height     : 40px;
    letter-spacing  : .38px;
    font-weight     : 600;
    padding         : 20px 25px;
    justify-content : space-between;
    align-items     : center;
    border-bottom   : 1px solid #E2E2E2;
    gap             : 15px;
  }

  .af_filter {
    position      : relative;
    border-bottom : 1px solid #E2E2E2 !important;
    padding       : 20px 25px !important;
  }

  #af_form {
    display       : block;
    padding       : 0;
    margin-bottom : auto;

  }

  #amazzing_filter .block_content {
    padding : 0;
    height  : 100%;
  }

  .af_subtitle.toggle-content {
    padding       : 0;
    border        : none;
    border-radius : unset;
    width         : 100%;
  }

  .af_filter_content {
    position      : initial;
    border-radius : unset;
    width         : initial;
    border        : none;
  }

  .dropdown-menu {
    position: initial !important;
    border-radius: unset !important;
    width: initial !important;
    border: none !important;
    float: initial;
    box-shadow: none !important;
  }

  .has-compact-filter.show-filter #amazzing_filter.compact-offset-left {
    display        : flex;
    flex-direction : column;
  }

  .block_content > .selectedFilters {
    display       : flex;
    flex-wrap     : wrap;
    margin-top    : auto;
    margin-bottom : 100px;
  }

  .has-compact-filter #amazzing_filter.animation-ready {
    transition : all .2s;
  }

  .has-compact-filter #amazzing_filter.compact-offset-left {
    transform : translateX(-100%);
  }

  .has-compact-filter.show-filter #amazzing_filter {
    transform     : translateX(0px);
    border-radius : 0 5px 5px 0;
  }

  .has-compact-filter #amazzing_filter {
    max-width : 500px;
  }

  .has-compact-filter #amazzing_filter {
    opacity    : 1;
    z-index    : 10001;
    top        : 0;
    width      : 100%;
    left       : 0;
    transform  : translateX(200%);
    padding    : 0;
    background : #FFF;
    height     : 100%;
    overflow   : visible;
  }
}

@media (max-width: 767px){
  .display-choice_container{
    margin-bottom: 20px;
  }
  .section-after-listing{
    max-width: calc( 100% - 30px);
  }

}

@media (max-width: 600px){
  #livraison-description table tbody>tr{
    display: flex;
    flex-direction: column;
  }
  #livraison-description table tbody>tr>td{
    width: 100% !important;
    margin-bottom: 20px;
  }
}
