﻿.ais-RangeSlider {
    float: left;
    width: 100%
}

    .ais-RangeSlider .rheostat {
        overflow: visible;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 85%
    }

    .ais-RangeSlider .rheostat-background {
        background-color: #dadada;
        border: 0 solid #ddd;
        border-right-width: 2px;
        border-left-width: 2px;
        position: relative;
        opacity: .5
    }

    .ais-RangeSlider .rheostat-handle {
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 1;
        border: 7px solid #24aeb1;
        border-radius: 50%;
        cursor: pointer;
        text-align: left;
        background: #fff
    }

    .ais-RangeSlider .rheostat-horizontal .rheostat-background {
        height: 6px;
        top: 0;
        width: 100%
    }

    .ais-RangeSlider .rheostat-horizontal .rheostat-progress {
        background-color: #d7d7d7;
        position: absolute;
        height: 4px;
        top: 1px
    }

    .ais-RangeSlider .rheostat-horizontal .rheostat-handle {
        top: -7px
    }

    .ais-RangeSlider .rheostat-horizontal .rheostat-handle-upper .rheostat-tooltip {
        left: -19px
    }

    .ais-RangeSlider .rheostat-handle-lower {
        margin-left: 0 !important
    }

        .ais-RangeSlider .rheostat-handle-lower .rheostat-tooltip {
            top: -23px;
            left: -18px
        }

    .ais-RangeSlider .rheostat-tooltip {
        position: absolute;
        background: 0 0;
        top: 14px;
        min-width: 42px;
        text-align: center;
        font-size: 12px;
        font-family: LatoBold
    }

    .ais-RangeSlider .rheostat-value {
        width: 40px;
        position: absolute;
        text-align: center;
        margin-left: -20px;
        padding-top: 15px;
        font-size: .8em
    }

    .ais-RangeSlider .rheostat-marker {
        position: absolute;
        margin-left: -1px;
        width: 1px;
        height: 5px;
        display: none
    }

    .ais-RangeSlider .rheostat-marker-large {
        background: #ddd;
        width: 2px;
        margin-left: -2px;
        height: 12px
    }

        .ais-RangeSlider .rheostat-marker-large:first-child {
            margin-left: 0
        }

.aa-dropdown-menu {
    background: #fff;
    padding: 10px;
    width: 100%;
    top: 50px !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2)
}

    .aa-dropdown-menu .recent-title {
        display: none
    }

    .aa-dropdown-menu .aa-suggestions {
        position: relative;
        max-height: 320px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 6px
    }

        .aa-dropdown-menu .aa-suggestions::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 3px #e4e6f1
        }

        .aa-dropdown-menu .aa-suggestions::-webkit-scrollbar-thumb {
            background-color: #6f7284
        }

        .aa-dropdown-menu .aa-suggestions::-webkit-scrollbar {
            width: 3px
        }

        .aa-dropdown-menu .aa-suggestions .aa-suggestion {
            padding: 0;
            clear: both;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: auto;
            cursor: pointer;
            line-height: normal !important
        }

            .aa-dropdown-menu .aa-suggestions .aa-suggestion .product-item-info {
                width: 100%
            }

            .aa-dropdown-menu .aa-suggestions .aa-suggestion a {
                display: flex
            }

                .aa-dropdown-menu .aa-suggestions .aa-suggestion a .drug_img {
                    background: #d8d8d8;
                    width: 45px;
                    height: 40px;
                    float: left;
                    margin: 0;
                    border-radius: 5px
                }

                .aa-dropdown-menu .aa-suggestions .aa-suggestion a .auto_search_icon {
                    background: url(../images/icons/search.svg) no-repeat center left;
                    width: 40px;
                    height: 40px;
                    margin: 5px 0 0 10px
                }

                .aa-dropdown-menu .aa-suggestions .aa-suggestion a .search-text {
                    font-size: 14px;
                    padding: 16px 0;
                    margin-left: 16px;
                    border-bottom: 1px solid #0a151b39;
                    width: 100%
                }

                    .aa-dropdown-menu .aa-suggestions .aa-suggestion a .search-text.search-bg {
                        padding: 5px 0
                    }

                    .aa-dropdown-menu .aa-suggestions .aa-suggestion a .search-text .highlighted {
                        width: 100%;
                        float: left;
                        color: #151b39
                    }

                    .aa-dropdown-menu .aa-suggestions .aa-suggestion a .search-text .search-innertxt {
                        color: #ee4380;
                        font-size: 12px
                    }

            .aa-dropdown-menu .aa-suggestions .aa-suggestion.aa-cursor {
                background: rgba(111,114,132,.07)
            }

            .aa-dropdown-menu .aa-suggestions .aa-suggestion:last-child {
                border-bottom: 0 solid rgba(21,27,57,.05)
            }

            .aa-dropdown-menu .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-hit {
                float: left;
                width: 23% !important;
                margin-right: 10px;
                display: block;
                padding: 0;
                margin-bottom: 0
            }

                .aa-dropdown-menu .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-hit img {
                    width: 50% !important;
                    margin-left: 20px
                }

                .aa-dropdown-menu .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-hit .drug_icon {
                    height: 40px;
                    width: 40px;
                    border-radius: 50%;
                    display: inline-block;
                    background: #f6f6f7 url(../images/icons/experience_masters.svg) no-repeat center/22px !important
                }

            .aa-dropdown-menu .aa-suggestions .aa-suggestion .info {
                width: 87% !important;
                float: left
            }

                .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a {
                    width: 100% !important;
                    display: block;
                    margin: 0 !important
                }

                    .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .drug_c {
                        width: 100%;
                        float: left;
                        text-align: left
                    }

                        .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .drug_c .drug-name {
                            text-overflow: ellipsis;
                            overflow: hidden;
                            font-size: 14px;
                            font-family: LatoBold;
                            word-break: break-word;
                            float: left;
                            width: 100%;
                            margin-left: 0;
                            margin-bottom: 5px;
                            color: #151b39;
                            text-transform: capitalize
                        }

                        .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .drug_c .algoliasearch-autocomplete-category {
                            background: #f6f6f7;
                            height: 20px;
                            line-height: 20px;
                            display: inline-block;
                            border-radius: 2px;
                            padding: 0 5px;
                            font-size: 12px;
                            font-family: Lato;
                            color: #6f7284;
                            max-width: 48.5%;
                            width: auto;
                            white-space: nowrap;
                            overflow: hidden
                        }

                    .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .algoliasearch-autocomplete-price {
                        float: left;
                        width: 100%;
                        color: #6f7284
                    }

                        .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .algoliasearch-autocomplete-price .sponsered_txt {
                            font-size: 11px;
                            font-family: LatoBold;
                            display: block;
                            margin-bottom: 3px
                        }

                        .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .algoliasearch-autocomplete-price .after_specia {
                            color: #ef4281;
                            font-family: LatoBold;
                            font-size: 14px !important;
                            display: block;
                            margin-bottom: 10px
                        }

                            .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .algoliasearch-autocomplete-price .after_specia .best-price {
                                color: #6f7284 !important
                            }

                        .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .algoliasearch-autocomplete-price .before_special {
                            font-size: 11px !important;
                            color: #6f7284 !important;
                            font-family: Lato;
                            display: block;
                            margin-bottom: 5px;
                            float: left
                        }

                            .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .algoliasearch-autocomplete-price .before_special strike {
                                padding-left: 2px;
                                padding-right: 2px
                            }

                            .aa-dropdown-menu .aa-suggestions .aa-suggestion .info a .algoliasearch-autocomplete-price .before_special .disc-price {
                                margin-top: 0;
                                margin-right: 0;
                                font-family: LatoBold;
                                color: #378f30;
                                display: block;
                                float: right;
                                padding-left: 5px;
                                text-transform: uppercase
                            }

                .aa-dropdown-menu .aa-suggestions .aa-suggestion .info .drug-manu {
                    color: #6f7284;
                    display: block;
                    font-family: Lato;
                    line-height: 16px;
                    overflow: hidden;
                    width: auto;
                    padding: 4px 0 0;
                    font-size: 12px;
                    word-break: break-word;
                    float: left
                }

                .aa-dropdown-menu .aa-suggestions .aa-suggestion .info .cart_btn {
                    height: 36px;
                    padding: 5px 0;
                    float: right;
                    border-left: 1px solid rgba(21,27,57,.1);
                    margin-top: 0;
                    width: 90px;
                    text-align: center
                }

                    .aa-dropdown-menu .aa-suggestions .aa-suggestion .info .cart_btn .toCart {
                        background: transparent url(../images/icons/add_shopping_cart_active.svg) no-repeat center !important;
                        width: 25px;
                        height: 25px;
                        text-indent: -3000px;
                        border: 0 none;
                        font-size: 0;
                        margin: 0 9px 0 16px;
                        padding: 0;
                        cursor: pointer
                    }

.noresult {
    margin: 0 0 0;
    font-family: Lato;
    text-align: center;
    color: #6f7284;
    padding: 12% 0;
    background: #fff;
    border-radius: 8px
}

    .noresult .no-medicine {
        background: url(../images/icons/no_search.png) no-repeat center;
        text-align: left;
        width: 174px;
        height: 164px;
        margin: 0 auto 15px
    }

    .noresult span {
        display: block;
        font-size: 16px;
        color: #151b39;
        padding-bottom: 5px
    }

        .noresult span.empty_text {
            font-size: 12px;
            margin: 0 36px;
            color: #6f7284;
            word-wrap: break-word
        }

            .noresult span.empty_text strong {
                word-wrap: break-word;
                word-break: break-all
            }

    .noresult .autocomplete-footer {
        display: block;
        background: #24aeb1;
        width: 210px;
        font-size: 14px;
        border-radius: 4px;
        padding: 11px 0 7px;
        color: #fff;
        border: 0;
        left: 0;
        text-transform: uppercase;
        font-family: LatoBold;
        position: relative;
        margin: 0 auto;
        text-align: center
    }

.cart_btn .qty_minus {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #6f7284;
    margin-left: 2px
}

.cart_btn .qty_count {
    background: #fff;
    width: 100%;
    font-size: 14px;
    font-family: LatoBold;
    cursor: pointer;
    height: 20px !important;
    text-align: center;
    background-color: transparent !important;
    float: none !important;
    padding: 5px;
    pointer-events: none;
    border: 0 solid #fff;
    color: #151b39
}

.cart_btn .qty_plus {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    font-size: 18px;
    color: #6f7284;
    text-align: center
}

.noresult .autocomplete-footer a {
    color: #fff;
    border: 0
}
