/* creation date: Tue, 13 Jan 2026 15:41:30 GMT
concat references:
https%3A%2F%2Fwww.bati-avenue.com%2Fstatic%2Ffrontend%2FInternetrama%2Fbatiavenue%2Ffr_FR%2Fcss%2Fminicart.css
https%3A%2F%2Fwww.bati-avenue.com%2Fstatic%2Ffrontend%2FInternetrama%2Fbatiavenue%2Ffr_FR%2FAlgolia_AlgoliaSearch%2Fcss%2Fautocomplete.css
https%3A%2F%2Fwww.bati-avenue.com%2Fstatic%2Ffrontend%2FInternetrama%2Fbatiavenue%2Ffr_FR%2FAlgolia_AlgoliaSearch%2Fcss%2Frecommend.css
https%3A%2F%2Fwww.bati-avenue.com%2Fstatic%2Ffrontend%2FInternetrama%2Fbatiavenue%2Ffr_FR%2FAlgolia_AlgoliaSearch%2Fcss%2Falgolia-reset.css
*/
/*! https%3A%2F%2Fwww.bati-avenue.com%2Fstatic%2Ffrontend%2FInternetrama%2Fbatiavenue%2Ffr_FR%2Fcss%2Fminicart.css */
.minicart{position:relative;z-index:10}.minicart .counter{font-size:11px;margin-left:3px;display:inline-block}.minicart .counter.hidden{display:none}.minicart .counter:before{content:"("}.minicart .counter:after{content:")"}.minicart .minicart-content{display:none}.minicart .minicart-content ul{list-style:none;padding:0;margin:0}.minicart .minicart-content li{display:-ms-flexbox;display:flex;padding:10px;margin:0;-ms-flex-align:center;align-items:center}.minicart .minicart-content li a:hover{text-decoration:none}.minicart .minicart-content li .image{width:50px}.minicart .minicart-content li .details{display:-ms-flexbox;display:flex;padding-left:15px;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% - 50px)}.minicart .minicart-content li .details .product-name{display:block;margin-bottom:10px;font-size:12px}.minicart .minicart-content li .details .qty{margin:auto auto 0 0;font-size:11px}.minicart .minicart-content li .details .price{margin:auto 0 0 auto;font-size:12px}.minicart .minicart-content li+li{border-top:1px solid #eee}.minicart .minicart-content .total{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 10px;background:#f1f1f1;height:40px}.minicart .minicart-content .total .price{color:#333!important}.minicart .minicart-content .btn{border-radius:0;text-align:center;height:50px;-ms-flex-pack:center;justify-content:center}.minicart .minicart-content.loading *{z-index:0;position:relative}.minicart .minicart-content.loading:before{z-index:1;background:#fff;opacity:.5;content:"";display:block;position:absolute;left:0;right:0;bottom:0;top:0}.minicart .minicart-content.loading:after{display:block;content:"";position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;transition:all .05s ease-out;transform:translateX(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.5),transparent);animation:sectionLoading 1.5s infinite}.minicart .minicart-open .minicart-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute;width:280px;box-shadow:0 5px 15px rgba(0,0,0,.15);background:#fff;z-index:100;top:40px;right:0}#add-to-cart-loader{position:fixed;top:30px;right:0;padding-right:30px;z-index:1000;width:0}#add-to-cart-loader .loader{width:35px;height:35px;display:block;border-radius:100%;background-color:#333;opacity:1;animation:pulse .8s infinite ease-in-out}#add-to-cart-loader .content{width:220px;height:80px;padding:10px;border-radius:5px;box-shadow:0 4px 4px rgba(0,0,0,.25);background-color:hsla(0,0%,100%,.8);transform:translate(0);transition:all .4s cubic-bezier(.75,-.5,0,1.75);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;transform:translateX(-220px)}#add-to-cart-loader .message{padding:5px 0 0;text-align:center;width:100%}#add-to-cart-loader.success .loader{display:none}#add-to-cart-loader.success .content{background-color:#82e085}#add-to-cart-loader.success .content .message{color:#fff;font-weight:600}#add-to-cart-loader.error .loader{display:none}#add-to-cart-loader.error .content{background-color:#e08282}#add-to-cart-loader.error .content .message{color:#fff}#add-to-cart-loader.initial .content{transition:all .2s cubic-bezier(.75,-.5,0,1.75);transform:translate(60px)}#cart-totals .total-line{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}@keyframes pulse{0%{transform:scale(0);opacity:.8}to{transform:scale(1);opacity:0}}
/*! https%3A%2F%2Fwww.bati-avenue.com%2Fstatic%2Ffrontend%2FInternetrama%2Fbatiavenue%2Ffr_FR%2FAlgolia_AlgoliaSearch%2Fcss%2Fautocomplete.css */
/** Auto-completion menu */
html {
    --autocomplete-muted-color: #969faf;
    --redirect-hit-element-height: 45px;
}

/********************
     INPUT FORM
 ********************/

#algoliaAutocomplete {
    position: relative;
}

#algoliaAutocomplete .aa-SubmitButton {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    height: 32px;
    box-shadow: none;
}

#algoliaAutocomplete .aa-ClearButton {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 30px;
    border: none;
    background: #fff;
    display: none;
}

#algoliaAutocomplete .aa-LoadingIndicator {
    position: absolute;
    top: 20%;
    right: 10px;
}

/********************
    PANEL LAYOUT
 ********************/

.aa-Panel {
    position: absolute;
    margin-top: -1px;
    right: 0;
    width: 100%;
    z-index: 1000 !important;
    border: 1px solid #BBB;
    border-top: 3px solid #8EB4D0;
    border-radius: 1px;
    background: white;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.aa-Panel:after {
    clear: both;
    content: '';
}

@media (min-width: 769px) {
    .aa-Panel {
        left: auto !important;
    }
    .aa-Panel ul {
        padding-inline-start: 0;
        margin-bottom: 0 !important;
    }
}

.aa-Panel li.aa-Item {
    list-style-type: none;
    overflow: hidden;
}


/********************
      SECTIONS
 ********************/

.aa-Panel .aa-PanelLayout section {
    padding-top: 10px;
}

.aa-Panel .aa-PanelLayout section .aa-SourceHeader {
    padding: 4px;
    color: rgb(166, 166, 166);
    text-align: left;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}


/********************
   PRODUCT SECTION
 ********************/

#autocomplete-products-footer {
    background-color: #F9F9F9;
    text-align: center;
    padding: 10px 0;
    display: none;
}

#autocomplete-products-footer:empty {
    display: none;
}

.with-grid #autocomplete-products-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 769px) {
    #autocomplete-products-footer {
        display: block;
    }
}

#autocomplete-products-footer span {
    color: #15769c;
    font-weight: 600;
}

/********************
       HITS
 ********************/

.aa-Panel .algoliasearch-autocomplete-hit {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    color: #000;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
}

.aa-Panel .aa-cursor .algoliasearch-autocomplete-hit {
    background-color: #f2f2f2;
    /*border: 1px solid #bbb;*/
}

.aa-Panel .algoliasearch-autocomplete-hit em {
    font-weight: bold;
    font-style: normal;
}

.aa-Panel .algoliasearch-autocomplete-hit .info {
    margin-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aa-Panel .aa-PanelLayout section .aa-SourceNoResults{
    padding: 5px;
}

.aa-Panel mark {
    background: none;
    font-weight: 600;
}

/********************
    SUGGESTION HITS
 ********************/

.aa-Panel .aa-ItemLink.algolia-suggestions:has(svg.algolia-glass-suggestion) {
    position: relative;
    padding: 5px 0 5px 25px !important;
}

.aa-Panel .aa-ItemLink.algolia-suggestions svg.algolia-glass-suggestion.magnifying-glass {
    display: none;
}

.aa-Panel .aa-ItemLink.algolia-suggestions:has(svg.algolia-glass-suggestion) svg.algolia-glass-suggestion.magnifying-glass {
    display: block;
    position: absolute;
    right: auto;
    left: 5px;
    top: 7px;
    fill: #A6A6A6;
    stroke: #A6A6A6;
}

/********************
    PRODUCT HITS
 ********************/

/* Image thumbnails */
.aa-Panel .algoliasearch-autocomplete-hit .thumb {
    float: left;
    margin-right: 10px;
}

.aa-Panel .algoliasearch-autocomplete-hit .thumb img {
    width: 50px;
}

/* Categories */
.aa-Panel .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
    font-size: 0.8em;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.aa-Panel .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category em {
    color: #222;
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category span:nth-child(n+2):before {
    content: " | ";
}

/* Prices */

.aa-Panel .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

.aa-Panel .tier_price {
    color: #666666;
    font-size: 10px;
}

.aa-Panel .tier_price .tier_value {
    color: #54A5CD;
    font-size: 12px;
}

.aa-Panel .algoliasearch-autocomplete-price {
    font-size: 1.1em;
    color: #54A5CD;
    height: 22px;
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .after_special:after {
    content: " ";
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .tier_price {
    padding-left: 5px;
}

/********************
      PAGE HITS
 ********************/

.aa-Panel .info-without-thumb .details {
    font-size: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
    max-height: 30px;
    display: -webkit-box;
}

.aa-Panel .info-without-thumb .details em {
    color: #222222;
}

/********************
     REDIRECT HITS
 ********************/

.aa-Panel .aa-PanelLayout:not(.show-selectable-redirect) section[data-autocomplete-source-id=redirectUrlPlugin] {
    display:none
}

.aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=redirectUrlPlugin] .aa-ItemWrapper,
.aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=redirectUrlPlugin] .aa-ItemWrapper .aa-ItemContent {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=redirectUrlPlugin] .aa-ItemWrapper {
    min-height: 30px;
    padding-top: 10px;
}

/* Redirect icons */
.aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=redirectUrlPlugin] .aa-ItemWrapper .aa-ItemActions {
    margin-left: auto; /* Consume remaining space to push to far right */
}

.aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=redirectUrlPlugin] .aa-ItemIcon {
    margin-right: 10px;
}

.aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=redirectUrlPlugin] .aa-ItemIcon,
.aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=redirectUrlPlugin] .aa-ItemActions
{
    width: 20px;
}

/* Hide products when redirecting */
.aa-Panel .aa-PanelLayout:not(.show-hits-with-redirect) section[data-autocomplete-source-id=redirectUrlPlugin] ~ section[data-autocomplete-source-id=products] {
    display: none;
}

/********************
    ALGOLIA FOOTER
 ********************/

.footer_algolia {
    display: none;
}

.with-grid .footer_algolia {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 5px 0 5px 10px
}

.footer_algolia .algolia-search-by-label {
    color: var(--autocomplete-muted-color);
    font-size: .9em;
    margin-right: 5px;
}

.footer_algolia img {
    min-width: 80px;
}

@media (max-width: 768px) {
    .aa-Panel .algoliasearch-autocomplete-hit .info {
        padding-left: 15px;
    }
}

/********************
    GRID LAYOUT
 ********************/

@media (min-width: 900px) {
    .aa-Panel .aa-PanelLayout {
        width: 800px;
    }
}

@media (min-width: 769px) {
    .aa-Panel .aa-PanelLayout {
        position: relative;
        min-width: 680px;
    }

    .aa-Panel .aa-PanelLayout.with-grid {
        display: grid;
        grid-template-columns: 3fr 7fr;
        grid-auto-columns: auto;
        grid-column-gap: 0;
        grid-row-gap: 0;
        min-height: 280px;
    }

    .aa-Panel .aa-PanelLayout.with-grid section {
        grid-column: 1;
        padding: 10px;
    }

    .aa-Panel .aa-PanelLayout section:last-of-type:not([data-autocomplete-source-id=products]) {
        margin-bottom: 45px;
    }

    /* Redirect section */
    .aa-Panel .aa-PanelLayout.with-grid section[data-autocomplete-source-id=redirectUrlPlugin] {
        grid-column: 2;
        grid-row: 1 / 999; /* Default mode is to replace the product section */
        border-left: 1px solid #BBB;
        z-index: 999;
    }

    .aa-Panel .aa-PanelLayout.with-grid.show-hits-with-redirect section[data-autocomplete-source-id=redirectUrlPlugin] {
        z-index: 1000;
        /* Contain if showing with selectable redirect option */
        grid-row: 1;
        max-height: var(--redirect-hit-element-height);
    }

    /* Products section */
    .aa-Panel .aa-PanelLayout.with-grid section[data-autocomplete-source-id=products] {
        grid-column: 2;
        grid-row: 1 / 999;
        border-left: 1px solid #BBB;
        position: relative;
        margin-bottom: 0;
    }

    /* Redirect behaviors */
    .aa-Panel .aa-PanelLayout.with-grid.show-selectable-redirect section[data-autocomplete-source-id=redirectUrlPlugin] ~ section[data-autocomplete-source-id=products] {
        padding-top: var(--redirect-hit-element-height); /* Pad if showing with selectable redirect option */
        z-index: 999;
    }

    /* Products grid */
    .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=products] .aa-List {
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow-y: auto;
        max-height: 420px;
    }

    .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=products] .aa-List li {
        width: 100%;
    }
}

/********************
    MOBILE LAYOUT
 ********************/


@media (max-width: 768px) {
    .aa-Panel .aa-PanelLayout {
        justify-content: start;
        width:100%;
        display: flex;
        flex-direction: column;
    }
    .footer_algolia{
        width: 100%;
        justify-content: center;
    }
    .aa-Panel .aa-List {
        padding-left: 0px;
    }
    #autocomplete-products-footer{
        left: 0;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }
    .footer_algolia{
        text-align: center;
        padding-top: 15px;
    }
    .aa-Panel .aa-PanelLayout section {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }
    #algoliaAutocomplete{
        margin-bottom: 10px;
        clear: both;
    }
    #algoliaAutocomplete.block-search input{
        left: inherit;
        position: relative;
        margin: 0px;
    }
    #algoliaAutocomplete .aa-SubmitButton{
        z-index: 2;
    }
}

/*! https%3A%2F%2Fwww.bati-avenue.com%2Fstatic%2Ffrontend%2FInternetrama%2Fbatiavenue%2Ffr_FR%2FAlgolia_AlgoliaSearch%2Fcss%2Frecommend.css */
#algoliaRecommend .recommend-item .product-img {
    width: 180px;
}
#algoliaRecommend .auc-Recommend-list {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
#algoliaRecommend .recommend-item .product-name {
    height: 50px;
    width: 110px;
    margin: 0 auto;
}
#algoliaRecommend .recommend-component {
    margin-bottom: 80px;
}

#algoliaRecommend #relatedProducts .auc-Recommend-list,
#algoliaRecommend #frequentlyBoughtTogether .auc-Recommend-list,
#algoliaRecommend #lookingSimilar .auc-Recommend-list,
#algoliaRecommend .trendsItem  .auc-Recommend-list {
    flex-wrap: wrap;
    justify-content: flex-start;
}
#algoliaRecommend #relatedProducts li,
#algoliaRecommend #frequentlyBoughtTogether li,
#algoliaRecommend #lookingSimilar li,
#algoliaRecommend .trendsItem li {
    display: flex;
    justify-content: center;
    width: 16.66666667%;
}
#algoliaRecommend #relatedProducts li a,
#algoliaRecommend #frequentlyBoughtTogether li a,
#algoliaRecommend #lookingSimilar li a,
#algoliaRecommend .trendsItem li a {
    color: inherit;
    display: block;
}
#algoliaRecommend #relatedProducts .product-name,
#algoliaRecommend #frequentlyBoughtTogether .product-name,
#algoliaRecommend #lookingSimilar .product-name,
#algoliaRecommend #trendItems .product-name,
#algoliaRecommend .trendsItem .product-name{
    text-align: center;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 42px;
    height: 42px;
    white-space: normal;
    line-height: 2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#algoliaRecommend #trendItems a,
#algoliaRecommend #trendItems a:hover,
#algoliaRecommend .trendsItem a,
#algoliaRecommend .trendsItem a:hover{
    color:#333;
}
#algoliaRecommend .auc-Recommend-item .product-details {
    text-align: center;
}
#algoliaRecommend #trendItems .auc-Recommend-list{
    flex-wrap: wrap;
    justify-content: flex-start;
}
#algoliaRecommend .product-details .recommend-item .action.primary,
#algoliaRecommend .action-primary{
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #666666;
}
#algoliaRecommend .product-details .recommend-item .action.primary:hover,
#algoliaRecommend .action-primary:hover {
    border-color: #1979c3;
    background: #1979c3;
    color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1023px) {
    #algoliaRecommend #relatedProducts li,
    #algoliaRecommend #frequentlyBoughtTogether li,
    #algoliaRecommend #lookingSimilar li,
    #algoliaRecommend #trendItems li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    #algoliaRecommend #relatedProducts li,
    #algoliaRecommend #frequentlyBoughtTogether li,
    #algoliaRecommend #lookingSimilar li,
    #algoliaRecommend #trendItems li {
        width: 50%;
    }
}
#algoliaRecommend h3.auc-Recommend-title {
    padding-bottom: 20px;
}

/*! https%3A%2F%2Fwww.bati-avenue.com%2Fstatic%2Ffrontend%2FInternetrama%2Fbatiavenue%2Ffr_FR%2FAlgolia_AlgoliaSearch%2Fcss%2Falgolia-reset.css */
.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default;
}

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto;
}

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px;
}

.ais-SearchBox-input::-ms-clear,
.ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  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 {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
