a {
    font-size: 1rem;
}

.vex {
    z-index: 99;
}

.vex-overlay {
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 2, 2, 0.7);
}

.vex.customVex {
    width: 100%;
    top: 0 !important;
    background: transparent;
    padding: 0;
    position: fixed;
}

.vex-content {
    height: min-content;
    margin: auto;
    /*max-width: 400px;*/
    display: flex;
    padding: 30px;
    background: #fff;
    overflow-y: auto;
    padding: 25px;
    border-radius: 7px;
    position: relative;
}

.customVex > .vex-content {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    /*height: 100%;*/
    margin-top: 0;
}

.vex-content .search-input .search-inner .inputs {
    margin-top: 0;
}

.page-title {
    font-size: 1.2rem;
}

.mains {
    margin-top: 0;
}

.search-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
}

.search-page-form {
    position: relative;
    display: flex;
}

.search-page-form .address-input {
    flex: 1;
}

.search-page-form .address-input input {
    padding-left: 10px;
}

@media screen and (min-width: 767px) {

    .search-page-form .address-input input {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 20px;
    }
}

.search-page-form .inline-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /*border-radius: .25rem;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (min-width: 767px) {
    .search-page-form .form-control {
        height: 56px;
        border-radius: 30px !important;
    }

    .search-page-form .inline-button {
        border-radius: 30px;
    }
}

.search-filters button {
    /* display: inline-block; */
    position: relative;
    border: 1px solid #eee;
    padding: 6px 18px; 
    transition: background-color 0.4s,border-color 0.4s,color 0.4s,clip-path 0.45s,transform 0.4s;
    font-size: 1rem;
    cursor: pointer;
    margin: 4px;
    color: #222;
    background-color: #fff;;
}

.search-filters button:hover {
    background-color: #eee;
    color: #222;
}

.filter-text {
    font-family: 'Gilroy Semi Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 16px;
    color: #222;
    text-align: left;
}

.get-location, .place-load {
    bottom: 15px;
    right: 95px;
}

.search-actual-results {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .search-top {
        position: sticky;
        width: 100%;
        top: 0;
        background-color: #fff;
        padding-bottom: 5px;
        z-index: 10000;
        /* margin-top: 5px; */
    }

    .search-input .search-inner .inputs {
        margin-top: 0;
    }

    .search-list {
        padding-left: 0;
        margin: 0 auto;
    }

    .search-input .search-inner .inputs {
        margin-top: 0;
    }

    .search-input .search-inner input,
    .search-input .search-inner button {
        border: 1px solid #ccc;
    }

    .actual-address {
        font-size: 14px;
    }

    .pagination {
        justify-content: center;
    }

    .page-item > .page-link {
        color: #222;
    }

    .search-input .search-inner .full-search-rad {
        border-radius: 30px !important;
    }

    .optional-address .fa {
        padding-right: 7px;
    }

    .get-location, .place-load {
        bottom: 10px;
    }
}

@media (max-width: 767px) {
    #address {
        padding-right: 120px;
    }

    .address-input #address {
        height: 50px;
    }

    .get-location {
        bottom: 15%;
        right: 18%;
        font-size: 18px;
    }

    .form-check {
        justify-content: space-between;
    }

    .search-top .form-control {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

    .search-top button {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }
}

@media (min-width: 900px){
    .only-place-search, .search-input .place-search-inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .search-input .search-inner .inputs {
        margin-top: 0;
    }
}

.suggest-content p {
    margin-bottom: 10px;
}

.places-map {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
}

@media (max-width: 767px) {

    a.place-title {
        font-size: 1rem;
    }
}

.results-list {
    padding-bottom: 50px;
}

.results-title {
    display: flex;
    justify-content: space-between;
}

.results-title #search-title {
    font-weight: 600;
    flex: 1;
}

.results-title h3 {
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    .results-title h3 {
        margin-bottom: 20px;
        /* margin-top: 20px; */
    }
}

.actual-result {
    display: flex;
    margin-bottom: 24px;
    /* border: 1px solid #d6d6d6; */
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 4px;
    align-items: flex-start;
}


.actual-result .search-place-image {
    width: 170px;
    min-height: 170px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;;
    background-size: cover;
}

.search-place-details {
    padding: 24px;
    flex-grow: 1;
}

.list-padding {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media (max-width: 1080px) {
    .list-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .actual-result .search-place-image {
        width: 150px;
    }

    .place-phones > a {
        font-size: 1em;
    }
}

.actual-result .search-place-details .place-title {
    padding-top: 0;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    font-family: 'Gilroy Bold', sans-serif;
    font-size: 17px;
}

.search-place-details .place-title h3 {
    margin-bottom: 4px;
    font-weight: 600;
}

.actual-result .place-phones,
.place-delivery {
    justify-content: left;
    align-items: flex-start;
}

.actual-result .place-phones a,
.place-address {
    padding-bottom: 6px;
    font-size: 15px;
}

@media (max-width: 568px) {
    .actual-result {
        margin-bottom: 24px;
    }
}

@media (max-width: 520px) {

    .results-title h3 {
        margin-top: 0;
    }

    .actual-result {
        margin-bottom: 24px;
    }

    .actual-result .search-place-image {
        width: 100%;
    }

    .actual-result p, .actual-result span {
        font-size: 0.8em;
    }

    a.place-title {
        font-size: 1rem;
    }

    .actual-result .search-place-image {
        margin-bottom: 15px;
    }

    .actual-result .search-place-image {
        height: 100px;
        border-radius: 7px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 430px) {
    .actual-result {
        display: block;
        /* margin-bottom: 30px; */
        box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
        border-radius: 8px;
    }

    .actual-result .search-place-image {
        height: 170px;
        margin-bottom: 0;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .search-place-details {
        padding: 10px;
    }
}
