﻿
.aa-Panel {
    z-index: 10000;
    margin-top: 1px;
}

.bezeq-ClearRefinements {
    margin: 1em 0;
}

#searchbox, #autocomplete {
    margin: 0 !important;
    width: 100%;
    max-width: 671px !important;
    border: 1px solid #c7c7c7 !important;
    border-radius: 26px !important;
    margin-bottom: 50px !important;
}

#autocomplete {
    overflow: hidden
}

.aa-Form {
    border: none;
    box-shadow: none !important;
}

.bezeq-SearchBox-input {
    border: none;
    border-right: none;
    max-width: calc(100% - 57px);
    padding-right: 24px;
    height: 49px;
    line-height: 49px;
    background: 0 0;
    font-weight: bold;
    color: #17254f;
}

.aa-Input {
    border: none;
    border-right: none;
    width: 100%;
    padding-right: 24px!important;
    height: 49px;
    line-height: 49px;
    background: 0 0;
    font-weight: bold;
    color: #17254f;
}

.aa-Label {
    margin-top: -2px!important;
}


.aa-InputWrapper {
    order: 0;
}

.bezeq-SearchBox-submit, .aa-SubmitButton {
    left: 5px;
    right: auto;
    height: 50px;
    width: 49px;
    border-right: 1px solid #d3d3d3;
}

.aa-SubmitButton {
    width: 54px;
}

.bezeq-SearchBox-submitIcon, .aa-SubmitIcon {
    max-height: 24px !important;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
}

    .aa-SubmitIcon path {
        fill: #495588;
    }

input.bezeq-SearchBox-input::placeholder, input.aa-Input::placeholder {
    color: #727378;
}

input.bezeq-SearchBox-input:hover, input.bezeq-SearchBox-input:focus, input.bezeq-SearchBox-input:focus-visible {
    border: none !important;
    border-top-color: transparent !important;
    outline: none;
}

input.aa-Input:hover, input.aa-Input:focus, input.aa-Input:focus-visible {
    border: none !important;
    border-top-color: transparent !important;
    outline: none;
}

.aa-ClearButton {
    display: none;
}

.bezeq-Pagination {
    margin-top: 1em;
}

.left-panel {
    float: left;
    width: 250px;
}

/* #hits {
        margin: 0 40px;
    }*/

.bezeq-InstantSearch {
    /* max-width: 960px;*/
    overflow: hidden;
    margin: 0 auto;
    margin-top: 62px;
    background-image: url(//media.bezeq.co.il/common/master/images/banner_Bezeq_Site_info_Page_B_small.jpg);
    background-repeat: no-repeat;
    background-position: center -82px;
    padding-top: 158px !important;
}

.bussinessHomePage .bezeq-InstantSearch {
    margin-top: 70px;
    background-position: center -104px;
}

bezeq-Hits-list {
    display: flex;
    flex-wrap: wrap;
}

.bezeq-Hits-item, .bezeq-InfiniteHits-item {
    margin-bottom: 1em;
    /*width: calc(50% - 1rem);*/
    width: 100%;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

    .bezeq-Hits-item img, .bezeq-InfiniteHits-item img {
        margin-right: 1em;
        max-width: 100%;
    }

.hit-link {
    display: block;
    margin: 10px 0;
    padding: 10px 15px;
}

    .hit-link:focus, .hit-link:hover, .hit-link:active {
        text-decoration: none;
    }

.hit-name {
    margin-bottom: 0.3em;
    font-weight: bold;
    display: block;
    font-size: 18px;
}

.hit-description {
    color: #888;
    font-size: 14px;
    margin-bottom: 0.5em;
    display: block;
}

.stats-container {
    box-shadow: 0 -2px 2px #d3d3d3;
    padding: 15px 0;
    margin-top: 4px;
    background: #f4f9ff;
}


li.bezeq-Menu-item {
    float: right;
    border-bottom: 5px solid #fff;
    font-size: 15px;
    line-height: 20px;
    color: #16254f;
    padding: 0 15px;
}

div#type-list {
    margin-bottom: 4px;
}

.bezeq-Menu-count {
    margin-right: 6px;
}

li.bezeq-Menu-item.bezeq-Menu-item--selected {
    border-bottom: 5px solid #5ea8ff;
}

#stats {
    padding: 0px 15px;
    font-size: 15px;
}

#hits {
    margin-top: 30px;
    min-height: 250px;
}

.bezeq-InfiniteHits-loadMore {
    color: #4a4a4a;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    margin-top: 75px;
    padding: 6px;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    line-height: 36px;
}

    .bezeq-InfiniteHits-loadMore:hover, .bezeq-InfiniteHits-loadMore:focus {
        background-color: transparent !important;
    }

    .bezeq-InfiniteHits-loadMore:focus {
        outline: 1px solid #000
    }

.bezeq-InfiniteHits-loadMore--disabled {
    display: none;
}

.aa-ItemActions {
    display: none;
}




@media (max-width: 767px) {
    .bezeq-Hits-item, .bezeq-InfiniteHits-item {
        width: calc(100%) !important;
    }
}



