.coveo-results-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding-top: 10px;
    min-height: 35px;
    overflow: hidden;
    box-shadow: 0 -1px 0 0 #bcc3ca inset
}

.coveo-results-header>:last-child {
    padding-right: 0;
    border-right: none
}

.coveo-highlight {
    font-weight: 700
}

.coveo-visible-to-screen-reader-only {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.coveo-checkbox-button,
input[type='checkbox'].coveo-checkbox+button {
    position: relative;
    width: 17px;
    height: 17px;
    padding: 0;
    background: #fff;
    border: 1px solid #7e8c9a;
    border-radius: 2px;
    outline: none;
    transition: all 200ms;
    cursor: pointer
}

input[type='checkbox'].coveo-checkbox {
    display: none
}

input[type='checkbox'].coveo-checkbox+button:after {
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    background-color: transparent;
    border-radius: 100%;
    transition: all 300ms ease
}

input[type='checkbox'].coveo-checkbox:checked+button:before {
    position: absolute;
    top: 1px;
    left: 5px;
    box-sizing: content-box;
    display: block;
    width: 4px;
    height: 9px;
    content: '';
    border: solid #004762;
    border-width: 0 2px 2px 0;
    transform: rotate(43deg)
}

.coveo-checkbox-label {
    align-items: center;
    display: inline-flex;
    color: #373737;
    line-height: 16px;
    vertical-align: middle;
    cursor: pointer
}

.coveo-checkbox-label button+.coveo-checkbox-span-label,
.coveo-checkbox-label .coveo-checkbox-span-label+.coveo-checkbox+button {
    margin-left: 18px
}

.coveo-checkbox-button,
input[type='checkbox'].coveo-checkbox+button,
input[type='checkbox'].coveo-checkbox+button {
    min-width: 18px
}

.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word
}

.CoveoResultLink:hover,
.CoveoResultLink:hover a,
a.CoveoResultLink:hover,
a.CoveoResultLink:hover a,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover a {
    text-decoration: underline
}

.coveo-dynamic-facet-header {
    padding: 8px 0;
    border-bottom: thin solid #bcc3ca;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.coveo-dynamic-facet-header-title {
    margin: 0;
    font-size: 15px;
    color: #004762;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1
}

.coveo-dynamic-facet-header-title.coveo-clickable {
    cursor: pointer
}

.coveo-dynamic-facet-header-wait-animation {
    padding: 0 5px
}

.coveo-dynamic-facet-collapse-toggle-svg {
    width: 15px;
    height: 15px;
    color: #004762;
    display: inline-block;
    vertical-align: middle
}

.coveo-dynamic-facet-header-btn {
    color: #004762;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: #296896;
    padding: 0 5px;
    font-size: 14px
}

.coveo-dynamic-facet-value.coveo-selected .coveo-checkbox-span-label,
.coveo-dynamic-facet-value.coveo-selected .coveo-checkbox-span-label-suffix {
    font-weight: 700
}

.coveo-dynamic-facet-value .coveo-checkbox-label {
    padding: 5px 0;
    width: 100%
}

.coveo-dynamic-facet-value .coveo-checkbox-span-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2em
}

.coveo-dynamic-facet-value .coveo-checkbox-label button+.coveo-checkbox-span-label {
    margin-left: 12px
}

.coveo-dynamic-facet-value .coveo-checkbox-label:hover .coveo-checkbox-span-label,
.coveo-dynamic-facet-value.coveo-focused .coveo-checkbox-span-label {
    opacity: .7
}

.coveo-combobox-input {
    position: relative
}

.coveo-combobox-input input {
    width: 100%;
    height: 36px;
    padding: 0 5px;
    font-size: 14px;
    border: thin solid #bcc3ca
}

.coveo-combobox-input .coveo-combobox-input-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    pointer-events: none
}

.coveo-combobox-input .coveo-combobox-input-icon+input {
    padding-left: 35px
}

.coveo-combobox-input .coveo-combobox-input-icon svg {
    width: 1em;
    height: 1em
}

.CoveoResult a {
    color: #004762;
    text-decoration: none;
    cursor: pointer
}

.CoveoResult a:visited,
.CoveoResult a:visited:hover {
    color: #609
}

.CoveoResult a:hover,
.CoveoResult a:hover a {
    text-decoration: underline
}

.coveo-card-layout {
    margin-right: -20px
}

.coveo-card-layout.CoveoResult {
    overflow: hidden;
    display: flex;
    position: relative;
    font-size: .9em;
    width: 300px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0 20px 20px 0;
}

.coveo-card-layout.CoveoResult .coveo-result-frame,
.coveo-card-layout.CoveoResult.coveo-result-frame {
    display: flex;
    padding: 20px;
    flex-direction: column;
    width: 100%;
    height: auto
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400
}

.coveo-result-frame,
.CoveoResult.coveo-result-frame {
    margin-left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.CoveoResultList {
    margin-top: 15px;
    margin-bottom: 15px
}

.CoveoDidYouMean {
    padding: 10px 0;
    text-align: left;
    font-size: 16px
}

.coveo-pager-list {
    padding-left: 0;
    margin: 0;
    display: inline-block
}

.coveo-pager-list-item {
    border: thin solid #bcc3ca;
    border-radius: 2px;
    margin: 5px 6px;
    padding: 4px 8px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    color: #004762;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    cursor: pointer
}

.coveo-pager-list-item.coveo-active,
.coveo-pager-list-item:hover {
    color: #cddee9;
    background-color: #1d4f76
}

.coveo-pager-list-item.coveo-active a,
.coveo-pager-list-item:hover a {
    color: #cddee9
}

.coveo-pager-previous,
.coveo-pager-next {
    margin: 5px 6px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    border: none;
    padding: 0
}

.CoveoPager {
    margin-top: 0;
    margin-left: 25px;
    display: inline-block
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
    font-size: inherit;
    line-height: inherit
}

button.coveo-dynamic-hierarchical-facet-value,
button.coveo-dynamic-hierarchical-facet-all {
    display: inline-flex;
    position: relative
}

.coveo-dynamic-hierarchical-facet-value,
.coveo-dynamic-hierarchical-facet-all {
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    align-items: center;
    line-height: 27px;
    width: 100%
}

.coveo-dynamic-hierarchical-facet-value-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000
}

.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: 65%;
}

.btn-filter {
    background-color: white;
    border: 2px #084d8b solid;
    border-radius: 0px;
    color: #084d8b;
    font-size: 15px;
}

.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-handle:after,
.noUi-handle:before {
    display: none !important;
}

.noUi-horizontal {
    height: 8px !important;
}

.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px !important;
    top: -8px !important;
}


.noUi-handle {
    background-color: #084d8b !important;
    box-shadow: none !important;
    border: 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;
}

#isearch {
    height: 30px;
    border-radius: 20px;
}

.line-navbar-two .lnt-search-form .btn-search {
    width: 35px;
    top: -10px;
    right: 5px;
}

.overlay-autocomplete {
    position: fixed;
    top: 40px;
    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;
}

.container-slick {
    margin: 0 auto;
    padding: 40px;
    width: 300px;
    color: #333;
}

.slick-slide {
    text-align: center;
    background: white;
}

.ais-SearchBox {
    margin-top: 10px;
}

.CoveoFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder,
.CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder,
.CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoDynamicFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoDynamicFacetRange.coveo-during-initialization.coveo-with-placeholder,
.CoveoDynamicHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder {
    border: none;
}

.autocomplete-banner {
    z-index: 1001;
    background-color: white;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.44);
    min-height: 400px;
}

.noUi-connects {
    background: #fff;
}

#prod_prix_shop-slider {
    margin-left: 2px;
    margin-right: 17px;
}

.title-autocomplete {
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    color: #084D8B;
    border-bottom: 1px solid #3A8ECA;
    text-transform: uppercase;
    font-size: 12px;
    line-height: inherit;
}

.autocomplete-list:hover {
    cursor: pointer;
}

#bestsellers>ul,
#populars>ul,
#autocompletebanner-list>ul {
    list-style: none;
}

#bestsellers>ul>li>a,
#populars>ul>li>a,
#autocompletebanner-list>ul>li>a {
    color: #000;
    font-weight: 300;
    font-size: 12px;
}

.ais-RangeSlider {
    color: #3a4570;
}

.ais-RangeSlider .rheostat {
    overflow: visible;
    margin-top: 40px;
    margin-bottom: 40px
}

.ais-RangeSlider .rheostat-background {
    height: 6px;
    top: 0;
    width: 100%
}

.ais-RangeSlider .rheostat-handle {
    margin-left: -12px;
    top: -7px
}

.ais-RangeSlider .rheostat-background {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa
}

.ais-RangeSlider .rheostat-progress {
    position: absolute;
    top: 1px;
    height: 4px;
    background-color: #333
}

.rheostat-handle {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: -webkit-grab;
    cursor: grab
}

.rheostat-marker {
    margin-left: -1px;
    position: absolute;
    width: 1px;
    height: 5px;
    background-color: #aaa
}

.rheostat-marker--large {
    height: 9px
}

.rheostat-value {
    padding-top: 15px
}

.rheostat-tooltip,
.rheostat-value {
    margin-left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.rheostat-tooltip {
    top: -22px
}

.ais-RangeSlider {
    color: #3a4570
}

.ais-PoweredBy-text,
.ais-Stats-text,
.rheostat-tooltip,
.rheostat-value {
    font-size: 1.2rem
}

.ais-PoweredBy-logo {
    margin-left: .3rem
}

.ais-RangeSlider .rheostat-progress {
    background-color: #084d8b
}

.ais-RangeSlider .rheostat-background {
    border-color: #084d8b;
    box-sizing: border-box
}

.ais-RangeSlider .rheostat-handle {
    border-color: #084d8b
}

.ais-RangeSlider .rheostat-marker {
    background-color: #084d8b
}

.ais-Panel-body .ais-RangeSlider {
    margin: 2rem 0;
    margin-left: 16px;
    margin-right: 13px;
}

.ais-RangeSlider-handle {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #46aeda;
    border-radius: 50%;
    cursor: pointer
}

.ais-RangeSlider-tooltip {
    position: absolute;
    background: #fff;
    top: -22px;
    font-size: .8em
}

.ais-RangeSlider-value {
    width: 40px;
    position: absolute;
    text-align: center;
    margin-left: -20px;
    padding-top: 15px;
    font-size: .8em
}

.ais-RangeSlider-marker {
    position: absolute;
    background: #ddd;
    margin-left: -1px;
    width: 1px;
    height: 5px
}