#button_normal_link{
    font-size: 14px;
    display: inline-block;
    color: #C3AD66;
    margin-right: 28px;
    position: relative;
    cursor: pointer;
    /* background-color: #214abf; */
    color: #C3AD66;
    padding: 3px;
    font-weight: bold;
    background: #f3f3f3;
    padding: 12px 22px;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
}

.wrap-slick3-dots ul{
    display: none !important;
}

.filter-link-active{
    /* background-color: #ffffff !important; */
    color: #C3AD66 !important;
    padding: 6px !important;
    /* border-radius: 5px !important; */
    background-color: #000000 !important;
    border-radius: 12px !important;
    font-weight: bold !important;
    padding: 12px 22px !important;
}

.filter-link1{
    /* background-color: #214ABF;
    border: 1px solid #214ABF; */
    color: #C3AD66;
    padding: 2px;
    /* border-radius: 5px; */
    line-height: 45px;
    font-size: 12px;
    font-weight: bold;
}

.js-show-filter{
    background-color: #214ABF;
    border: 1px solid #214ABF;
    color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    line-height: 45px;
    font-size: 12px;
}

.zmdi-filter-list:before, .zmdi-close:before{
    color: #C3AD66;
}

.show-filter::after{
    background-color: #214ABF;
}

#filtre_inactive {
    /* background-color: #214ABF; */
    /* border: 1px solid #214ABF; */
    color: #C3AD66;
    padding: 6px;
    font-weight: bold;
    /* border-radius: 5px; */
    background: #f3f3f3;
    padding: 12px 22px;
    border-radius: 12px;
}

.how-active {
    background-color: #ffffff !important;
    border: 1px solid #214ABF !important;
    color: #214ABF !important;
    padding: 6px !important;
    border-radius: 5px !important;
}
.bor3 {
    border-bottom: 1px solid transparent;
}
.stext-106 {
    font-size: 15px;
    line-height: 1.2;
}

.flex-l-m {
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.js-show-filter {
    background-color: #214ABF;
    border: 1px solid #214ABF;
    color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    line-height: 45px;
    font-size: 12px;
}

.filter-link1:hover{
    color: #214ABF !important;
}

.filter-link-active:hover{
    color: #C3AD66 !important;
}

.bg6 {
    background-color: #f2f2f2;
}

.filter-col1 {
    width: 27%;
}

.filter-col2 {
    width: 27%;
}

.filter-col3 {
    width: 26%;
}

@media screen and (max-width: 700px) {
  .filter-col1 {
        width: 100%;
    }

    .filter-col2 {
        width: 100%;
    }

    .filter-col3 {
        width: 100%;
    }

    #afficher_le_filtre{
        margin-top: -39px;
        margin-left: 17px;
    }

    #container_container_store{
        padding-bottom: 0px !important;
        margin-left: -15px;
    }
}

.scroll-wrapper{
    position:relative;
    display:flex;
    align-items:center;
}

.scroll-container{
    overflow-x:auto;
    white-space:nowrap;
    scroll-behavior:smooth;
    width:100%;
}

.scroll-container::-webkit-scrollbar{
    display:none;
}

.arrow{
    border:none;
    background:#fff;
    width:35px;
    height:35px;
    border-radius:50%;
    cursor:pointer;
    font-size:18px;
    box-shadow:0 2px 8px rgba(0,0,0,0.2);
}

.filter-tope-group{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap !important;
    scroll-behavior: smooth;
    height: 106px;
}

.filter-tope-group::-webkit-scrollbar{
    display:none;
}

.filter-tope-group button{
    flex: 0 0 auto;
}