input {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
.swiper-button-prev,
.swiper-button-next {
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.restaurantsTabs_wrapper {
    margin: 0px auto;
    width: 100%;
    padding: 20px 0px 0px;
}

.tabsSearch-wrapper {
    position: relative;
    color: rgb(187, 187, 187);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: calc(100% - 60px);
    border-bottom: 1px solid rgb(74, 67, 53);
    margin: 20px 30px 10px;
}

.tabsSearch-input {
    border: none;
    flex: 1 1 0%;
    padding: 15px;
    outline: 0px;
    font-size: 1rem;
    color: rgb(187, 187, 187);
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.tabsSearch-input {
    border: none;
    flex: 1 1 0%;
    padding: 15px;
    outline: 0px;
    color: rgb(187, 187, 187);
}

.rest_flex_list {
    display: flex;
    flex-wrap: wrap;
}

.rest_CardCol {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: calc(15px);
    padding-left: calc(15px);
}

.rest_CardWrapper {
    background-color: rgb(255, 255, 255);
    color: rgb(52, 52, 52);
}

.lazy_wrapper_Container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    z-index: 2000;
}

.lazy_wrapper_Container:after {
    position: absolute;
    border-radius: 8px;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rest_CardImgae {
    width: 100%;
    overflow: hidden;
}

.rest_CardImg {
    width: 100%;
    height: auto;
}

.rest_CardContainer {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 18px 12px 15px;
    height: auto;
    position: relative;
}

.rest_CardTitle {
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.rest_CardTitle a {
    width: 100%;
    color: inherit;
}

.rest_CardTitle h3 {
    font-size: 1.5rem;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 0px;
}

.rest_CardText {
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.rest_CardSummary {
    display: none;
    width: 55%;
    font-size: 1rem;
    color: rgb(52, 52, 52);
    float: left;
    letter-spacing: 0.6px;
    line-height: 1.75rem;
}

.rest_CardInfo {
    flex: 1 1 0%;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
}

.rest_CardAddress {
    position: relative;
    text-align: left;
    line-height: 1.65rem;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    color: rgb(136, 136, 136);
}

.rest_CardAddress .icon-left {
    margin-right: 5px;
}

.rest_CardAddress .icon-right {
    display: none;
}

.rest_CardPhone {
    margin-top: 5px;
    text-align: left;
    margin-bottom: 10px;
}

.rest_CardPhone .icon-left {
    margin-right: 5px;
}

.rest_CardPhone a {
    color: rgb(136, 136, 136);
    text-decoration: none;
}

.rest_CardPhone .icon-right {
    display: none;
}

.rest_CardLearnMore {
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    align-items: center;
    color: inherit;
    color: rgb(255 87 51);
    position: absolute;
    bottom: -10px;
    left: 12px;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-layers {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.fa-fw {
    margin-left: 5px;
}

.fa-chevron-right {
    font-size: 0.64rem;
    margin-left: 1px;
}

.fa-layers svg.svg-inline--fa {
    inset: 0px;
    margin: auto;
    position: absolute;
    height: 18px;
    width: 18px;
}

.fa-layers svg.svg-inline--fa {
    transform-origin: center center;
    margin-top: -3px;
}

.lazyload-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (min-width: 580px) {
    .restaurantsTabs_wrapper {
        width: 570px;
    }
}

@media (min-width: 760px) {
    .restaurantsTabs_wrapper {
        width: 770px;
    }

    .tabsSearch-wrapper {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .rest_CardImg {
        transition: all 0.3s ease 0s;
    }

    .rest_CardContainer {}

    .rest_CardTitle h3 {
        width: 80%;
        width: 100%;
    }

    .rest_CardInfo {
        font-size: 1rem;
    }

    .rest_CardAddress {
        margin-bottom: 0px;
        //margin-left: 10px;
    }

    .rest_CardAddress .icon-left {
        display: none;
    }

    .rest_CardAddress .icon-right {
        margin-left: 5px;
        display: inline-block;
        color: rgb(154, 154, 154);
    }

    .rest_CardPhone {
        margin-bottom: 0px;
        //margin-left: 10px;
    }

    .rest_CardPhone .icon-left {
        display: none;
    }

    .rest_CardPhone .icon-right {
        margin-left: 5px;
        display: inline-block;
        color: rgb(154, 154, 154);
    }

    .rest_CardSummary {
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .lazyload-wrapper {}

    .lazyload-wrapper img:hover {
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {
    .rest_CardCol {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .rest_CardCol {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.rest_CardCol {
    padding: 0px;
    margin-bottom: 30px;
}

@media (min-width: 580px) {
    .rest_CardCol {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1000px) {
    .restaurantsTabs_wrapper {
        width: 990px;
    }

    .rest_CardContainer {
        //padding: 20px;
    }

    .rest_CardLearnMore {
        bottom: -10;
        left: 20px;
    }
}

@media (min-width: 1240px) {
    .restaurantsTabs_wrapper {
        width: 1230px;
    }

    .rest_CardContainer {}
}

@media (min-width: 1480px) {
    .restaurantsTabs_wrapper {
        width: 1310px;
    }
}

@media (min-width: 1700px) {
    .restaurantsTabs_wrapper {
        width: 1730px;
    }
}