.mm-menu {
    width: 60%;
}

.btn-filter {
    background-color: white;
    border: 2px #084d8b solid;
    border-radius: 0px;
    color: #084d8b;
    font-size: 15px;
    width: 100%;
}



.noUi-horizontal .noUi-tooltip {
    bottom: -175% !important;
}



.noUi-horizontal .noUi-handle {
    /* width: 15px !important;
    height: 15px !important;
    border-radius: 100px !important;
    top: -5px !important;
    right: -14px !important; */
    width: 20px!important;
    height: 20px !important;
    border-radius: 10px !important;
    top: -8px !important;
}

#prod_prix-slider {
    margin-left: 2px;
    margin-right: 17px;
}

.noUi-handle-lower {
    left: 20px !important;
}


.noUi-handle {
    background-color: #084d8b !important;
    box-shadow: none !important;
}


.coveo-custom-facets-clear-all-button {
    min-width: 80px;
    text-align: end;
}


.coveo-custom-facets-clear-all-button {
    color: black;
    text-decoration: underline;
}

.topsearch_wrapper_new #isearch {
    border-radius: 20px;
}



.autocomplete {
    position: absolute;
    background-color: white;
    width: 90%;
    margin-top: 0px !important;
    box-shadow: 5px 5px 8px #504e4e73;
    left: 1px;
    padding: 0px;
}

.autocomplete-img {
    height: 10%;
    width: 10%;
    mix-blend-mode: multiply;
}

.autocomplete-list:hover {
    cursor: pointer;
    background-color: white;
}

.autocomplete-list {
    background-color: #f2f2ef;
}

select {
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
}

form>input {
    color: black;
}

.ais-HierarchicalMenu>ul {
    padding-left: 0px !important;
}

ul>li>ul {
    padding-left: 20px !important;
}


ul.ais-RefinementList-list {
    padding-left: 0px !important;
}

#refinement-list-brand>ul {
    padding-left: 0px !important;
}

.coveo-dynamic-hierarchical-facet-value.coveo-selected {
    padding-left: 0px !important;
}

div.ais-HitsPerPage {
    display: inline-block;
    padding-left: 5px;
}

.noUi-connect {
    background-color: #084d8b !important;
}

div>ul {
    padding-left: 0px !important;

}

.ais-Panel-collapseButton {
    display: none;
    margin-bottom: 30px !important;
}

.ais-Panel {
    margin-bottom: 10px !important;
}

.slider_mobile {
    overflow: auto;
}

.filter-content {
    padding: 10px;
}

.mm-menu {
    width: 60%;
}

.btn-filter {
    background-color: white;
    border: 2px #084d8b solid;
    border-radius: 0px;
    color: #084d8b;
    font-size: 15px;
    width: 100%;
}

.btn-filter:focus {
    background-color: white;
    border: 2px #084d8b solid;
    border-radius: 0px;
    color: #084d8b;
    font-size: 15px;
}

.float-right {
    float: right;
}

.svg-filter {
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

.CoveoBreadcrumb {
    border-bottom: none;
}

.coveo-custom-facets-clear-all-button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.noUi-tooltip {
    border: none !important;
    background-color: transparent !important;
    color: #373737;
    font-size: 12px;
}

.noUi-horizontal .noUi-tooltip {
    bottom: -175% !important;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

.noUi-horizontal {
    height: 8px !important;
}

.noUi-horizontal .noUi-handle {
    width: 15px !important;
    height: 15px !important;
    border-radius: 100px !important;
    top: -5px !important;
    right: -14px !important;
}

.noUi-handle {
    background-color: #084d8b !important;
    box-shadow: none !important;
}

.tag-input {
    background-color: #084d8bd1;
    border-radius: 10px;
    color: white;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    margin: 2px;
}

.tag-input:hover,
.tag-input:focus,
.tag-input:active {
    color: white;
    text-decoration: none;
}

.tag-input::after,
.tag-input:hover {
    content: " ✕";
    cursor: pointer;
}

.coveo-custom-facets-clear-all-button {
    min-width: 80px;
    text-align: end;
}

.coveo-custom-facets-clear-all-button {
    color: black;
    text-decoration: underline;
}

.topsearch_wrapper_new #isearch {
    border-radius: 20px;
}

#isearch {
    height: 30px;
    border-radius: 20px;
}

.autocomplete {
    position: absolute;
    background-color: white;
    width: 90%;
    margin-top: 0px !important;
    box-shadow: 5px 5px 8px #504e4e73;
    left: 1px;
    padding: 0px;
}

.autocomplete-img {
    height: 10%;
    width: 10%;
    mix-blend-mode: multiply;
}

.autocomplete-list:hover {
    cursor: pointer;
    background-color: white;
}

.autocomplete-list {
    background-color: #f2f2ef;
}

.overlay-autocomplete {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
}

.autocomplete-price>.v2box_reg_price {
    font-size: 12px;
}

b {
    color: black;
    font-size: 14px;
}

select {
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
}


.noUi-handle-lower {
    left: 20px !important;
}

form>input {
    color: black;
}
