
.advanced-search select, .advanced-search input[type="text"], .advanced-search button {
    padding: 0 10px;
    font-size: 15px;
}
.advanced-search .valideeer {
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}
.advanced-search .valideeer:hover {
    background: #0056b3;
}

#module-advancedsearch-results #products {
    background: #f3f3f3;
}

#module-advancedsearch-results .sort-by-row {
    padding: 0 15px;
}

#module-advancedsearch-results #products .page-not-found {
    background: transparent !important;
}

#module-advancedsearch-results .page-title-wrapper.p_tilte_small {
    display: none;
}

#module-advancedsearch-results #js-product-list-top {
    margin-bottom: 0 !important;
    padding-top: 15px !important;
}


.advanced-search form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.advanced-search .col {
    flex: 1 1 150px;
    min-width: 160px;
}

.advanced-search .col:last-child {
    flex: 0 0 auto;
}

.advanced-search select,
.advanced-search input,
.advanced-search button {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
}
.advanced-search select,
.advanced-search input {
    border: 1px solid #D1D1D1;
    border-radius: 8px;
}

.advanced-search select::placeholder,
.advanced-search input::placeholder, .advanced-search select,
.advanced-search input {
    color: #454545 !important;
}
.advanced-search select:disabled {
    cursor: no-drop;
}
@media (max-width: 768px) {
    .advanced-search .col {
        flex: 1 1 100%;
    }
}


.advanced-search .valideeer {
    background: #348e22 !important;
    border: 0 !important;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 25px !important;
}

.advanced-search .valideeer:hover {
    background: #000 !important;
}


.advanced-search .valideeer::before {
    content: '\f061';
    background: #fff;
    color: #348e22;
    padding: 1px;
    width: 22px;
    height: 22px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    margin-right: 10px;
}


#module-advancedsearch-results #left-column {
    display: none;
}

#module-advancedsearch-results .product_content {
    margin: 0;
}

#module-advancedsearch-results #content-wrapper {
    width: 100% !important;
}

#advanced-search-form-desktop {
    display: flex;
}

/* #module-advancedsearch-results .sort-by-right {
    display: none !important;
} */

#advanced-search-form-mobile {
    display: none;
}
.mobile-toggle {
    display: none;
    width: 100%;
}

#advanced-search-form-desktop {
    display: flex;
}

#advanced-search-form-mobile {
    display: none;
    margin-top: 15px;
}

@media screen and (max-width: 1023.9px) {
    #advanced-search-form-desktop {
        display: none;
    }

    #advanced-search-form-mobile {
        display: none;
    }

    #advanced-search-form-mobile.active {
        display: flex;
    }

    .advanced-search {
        flex-direction: column;
    }

    .advanced-search .col {
        width: 100%;
    }
    .mobile-toggle {
        display: flex;
        background: #fff;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #c1c1c1;
        border-radius: 8px;
        font-size: 16px;
        padding: 0px 25px;
        color: #818181;
    }
}


.search-box {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .search-box input {
    padding-right: 40px; /* espace pour l'icône */
    height: 40px;
  }
  
  .search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    color: #348e22;
  }

#js-product-list-top .sort-by-row .sort-by-right .products-sort-nb-dropdown {
    display: flex !important;
}