*{
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

a, a:hover, a:active {
    color: #a9c13b;
    text-decoration: none !important;
}
header.header-site {
    position: relative;
}

.header-container {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
}

.local-goodness {
    width: 35%;
    background: #a9c13b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
}

.header-background {
    width: 65%;
    position: relative;
}

.header-background img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ab-link {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 20px 30px;
    align-items: center;
}

.ab-link p {
    color: #000;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 15px;
}

.ab-link a {
    background: #a9c13b;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}

.ab-link a:hover {
    background: #fff;
    color: #000;
}

.h-logo {
    margin-bottom: 30px;
    position: relative;
}

.h-logo img {
    width: 150px;
}

.h-title {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
    /* font-family: "Signika"; */
}

.local-goodness p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    /* font-family: "Ubuntu"; */
} 
.l-checkbox label.pure-material-checkbox {
    margin-right: 25px;
}

.l-checkbox label.pure-material-checkbox span {
    color: #fff;
    /* font-family: "Ubuntu"; */
}

.l-checkbox label.pure-material-checkbox span:before {
    border-color: #fff;
    background-color: #ffffff;
} 
.l-checkbox .pure-material-checkbox > input:checked + span::after, .l-checkbox .pure-material-checkbox > input:indeterminate + span::after {
    border-color: #a9c13b;
}
.geo-location {
    position: relative;
    width: calc(100% - 120px);
    padding-right: 15px;
}

.geo-location input {
    height: 50px;
    border-radius: 6px;
    border: 0;
    padding: 0 15px 0 40px;
    width: 100%;
    outline: none;
    font-size: 16px;
    font-family: "Ubuntu";
}

.y-submit {
    width: 120px;
    text-align: center;
}

.y-submit button {
    height: 50px;
    border: 0;
    background: #232323;
    border-radius: 6px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    outline: none;
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.y-submit button span {
    font-size: 13px;
    display: block;
}
.location {
    width: 100%;
}

.location i {
    position: absolute;
    top: 17px;
    left: 15px;
    color: #777;
}
.section-site {
    position: relative;
    background: #f9f9f9;
}

.vc_column-inner {
    box-sizing: border-box;
    padding: 45px 15px;
    width: 100%;
    position: relative;
    transition: .3s;
}
.vc_column_container .vc_column-inner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.vc_column_container .vc_column-inner:hover:before {
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(32,32,32,.15);
    border-radius: 8px;
}
.vc_wwg {
    background: #f9f9f9;
}
.title-subtile-holder {
    position: relative;
}
.section-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 5px;
    /* font-family: "Signika"; */
}
.section-subtitle {
    color: #606060;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
    /* font-family: Ubuntu; */
}

.vc_row {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}
.vc_row-fluid {
    margin-top: 30px;
}
.vc_col-sm-3 {
    width: 25%;
    padding: 0 15px;
}

.vc_column-icon {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.vc_column-icon img {
    width: 80px;
}

.vc_column-subtitle p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
    /* font-family: Ubuntu; */
}

.vc_column_container {
    margin-bottom: 30px;
}

.vc_column_container .vc_column-inner {
    min-height: 265px;
    background: #fff;
}
.vc_center {
    justify-content: center;
}

.vc_button {
    border: 1px solid #000000;
    background-color: #232323;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    width: 200px;
    justify-content: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: .3s;
} 
.vc_button:before {
   content:"";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 100%;
   background: #a9c13b;
   transition: .3s;
   z-index: -1;
}

.vc_button:hover {
    color: #fff;
    z-index: 1;
    border-color: #a9c13b;
}
.vc_button:focus, .vc_button:active {
    color: #fff;
}
.vc_button:hover:before {
    bottom: 0;
}
.vc_col-sm-6 {
    width: 50%;
    padding: 0 15px;
}

.pure-local-cb {
    width: auto;
}

.pure-local-cb label {
    margin-right: 15px;
}

.pure-local-cb label span {
    font-size: 13px;
    line-height: 24px;
}

.pure-local-cb label span:before {
    width: 18px;
    height: 18px;
}

.pure-local-cb label span:after {
    top: 3px;
    left: 2px;
    width: 10px;
    height: 6px;
}

.pure-local-cb input {
    width: 35px;
    height: 35px;
    left: -7px;
    top: -6px;
}
.h_location_if {
    display: flex;
    align-items: center;
}

.h_location_if label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
}
.vc_column-search-location input {
    height: 50px;
    border-radius: 3px;
    box-shadow: none;
}
.vc_column-maps #map {
    height: 500px;
}
.vc_fl_column {
    flex-direction: column;
}

.delivered_content span {
    display: block;
    color: #777;
    line-height: 25px;
    font-size: 15px;
}
.about-map {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.about-map span {
    margin: 0 10px;
    font-size: 14px;
    color: #777;
}

.about-map span i {
    color: #a9c13b;
    margin-right: 5px;
    font-size: 16px;
}

.about-map span:last-child i {
    color: orange;
}
.panel-slider {
    position: relative;
    padding: 0;
}

.vc-carousel {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

html,body {
    margin: 0;
    padding: 0;
} 

.slider-wrapper {
    width: 100%;
    position: relative;
}

.slideItem {
    position: relative;
    width: 100%;
    height: 400px;
    transition: opacity 500ms linear;
    display: flex;
}

.row-reverse {
    opacity: 1;
    display: flex;
    flex-direction: row-reverse;
}  
.slide_panel li {position: relative;overflow: hidden;z-index: 0 !important;}
.slideItem img {
    width: 65%;
    height: 100%;
    object-fit: cover;
}

.panelItem {
    position: relative;
    padding: 50px;
    width: 35%;
    z-index: 1;
    height: 100%;
    background: #ffffff;
}

.panelItem h3 {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    /* font-family: "Signika"; */
}

.panelItem p {
    font-size: 16px;
    /* color: #fff; */
    font-weight: 300;
    margin-bottom: 2rem;
    color: #777;
}

.slideItem:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;/* background: rgba(0, 0, 0, 0.15); */}

.panelItem-1, .panelItem-2, .panelItem-3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vc_row.slide_panel {
    flex-direction: column;
}

ul.flex-direction-nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: calc(50% - 25px);
}

.flex-direction-nav a {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    border: 0;
    border-radius: 100%;
    color: #fff;
    background: rgba(69, 78, 82, 0.25);
    opacity: 1;
}
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
    content:none;
}
.flex-direction-nav a.flex-next {
    text-align:center;
}
.flex-nav-prev {position: absolute;left: 50px;transition: .5s;}

.flex-nav-next {
    position: absolute;
    right: 50px;
    transition: .5s;
}

.flex-direction-nav li {
    opacity: 0;
}

.slide_panel:hover li.flex-nav-prev, .slide_panel:hover li.flex-nav-next {
    opacity: 1;
}
.vc-supplier {
    position: relative;
} 
.vc-supplier .vc_column-inner {
    position: relative;
    padding: 35px 10px;
    min-height: 265px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vc-supplier .flex-viewport {
    padding: 50px 20px;
}
.vc-supplier .vc_column-inner .vc_column-icon img {
    width: 60px;
}

.supplier-name-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.vc-supplier .vc_column-inner .vc_column-subtitle p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 0;
}

.vc_column-inner:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: -1;-webkit-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.vc-supplier .vc_column-inner:hover:before {
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(32,32,32,.15);
    border-radius: 8px;
}
.vc-supplier:hover li.flex-nav-prev, .vc-supplier:hover li.flex-nav-next {
    opacity: 1;
}
.slide_panel {
    position: relative;
}

.slide_panel ul.flex-direction-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide_panel ul.flex-direction-nav li {
    overflow: inherit;
}

.slide_panel ul.flex-direction-nav li a {
    position: relative;
    left: 0;
}
.vc_col-sm-4 {
    width: 33.333%;
    padding: 0 15px;
}
.blog_custom_listings {
    padding: 0;
    box-shadow: 0 0 50px rgba(32,32,32,.15);
    border-radius: 8px;
}

.blog_custom_listings .blog_post_image {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.foodhub-details {
    padding: 15px;
}

.vc_column_container .vc_column-inner.blog_custom_listings:hover:before {
    top:0;
    right:0;
    left:0;
    bottom:0;
}

.vc_column-inner.blog_custom_listings:hover {
    transform: translateY(-10px);
}

.post-name-listings {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.foodhub-details-title p {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 300;
    color: #777;
}

.foodhub-details-title a {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    padding: 0;
    /* width: 130px; */
    font-weight: 500;
}
.section-6 {
    padding: 100px 20px 70px;
    background: #f9f9f9;
}
.download-app-mb{
    display: block;
    text-align: center;
}
.download-app-mb a {
    display: inline-block;
    margin: 10px;
    width: 140px;
}
.download-app-mb a img {
    width: 100%;
}
.fs_box-shelly {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
}

.section-6 .fs_box-shelly {
    height: 520px;
}
.fs_box-info {
    padding: 10px;
}
.fs_box-info h3 {
    text-transform: uppercase;
}
.fs_box-info p {
    font-size: 16px;
    font-weight: 300;
    color: #777;
    margin-bottom: 15px;
}

.vc_column-inner.press-slides {
    padding: 0;
}
.press-slides .vc-supplier .vc_column-inner {
    min-height: 90px;
    padding: 0;
    background: transparent;
}
.press-slides .vc-supplier .vc_column-inner a {
    padding: 0 30px;
}
.press-slides .vc-supplier .vc_column-inner img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    filter: grayscale(1);
    transition: .3s;
}
.press-slides .vc-supplier .vc_column-inner:hover img {
    filter: none;
}
.press-slides ul.flex-direction-nav {
    top: calc(50% - 5px);
}

.second-bl-footer {
    width: 100%;
    background: #ffffff;
    padding: 70px 0 10px;
    border-top: 1px solid #eee;
}


section {
    padding: 70px 0;
}

.second-bl-footer footer {
    background: none;
    display: flex;
    flex-direction: column;
    height: auto;
}

.footer-head {
    color: #70717b;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 10px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-list {
    margin-top: 10px;
}
.footer-list li {
    list-style: none;
    padding: 6px 0;
}
.footer-list li a {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}
.mb_app li a {
    display: block;
    width: 100px;
}
.mb_app li a img {
    width: 100%;
}
.col-md-2.footer-block {
    width: 20%;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ececec;
    padding: 15px 0 0px;
    width: 100%;
}

.locale-help .help-bt {
    background-color: #736357;
    width: 176px;
    border: 0;
    font-weight: 600;
}

.bt-menu {
    display: flex;
    font-size: 12px;
    margin: 0;
}

.bt-menu li, .bt-menu li a {
    padding: 0 7px;
    color: #999;
}
.m-giveItAGo .modal-body {
    text-align: center;
}

.m-giveItAGo .modal-body .subTitle {
    font-size: 20px;
    font-weight: 600;
}

.m-giveItAGo .modal-body .pure-material-radio {
    margin: 0 20px;
}

.m-giveItAGo .modal-body .geo-location input {
    background: #f2f2f2;
}


.m-fs4HomeEmail p.subTitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.m-fs4HomeEmail .geo-location {
    width: calc(100% - 200px);
}

.m-fs4HomeEmail .y-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 200px;
}

.m-fs4HomeEmail .y-submit button {
    width: 120px;
}

.m-fs4HomeEmail .y-submit a.close-modal {
    position: relative;
    font-size: 14px;
    color: #18a0f6;
    text-decoration: underline !important;
    top: 0;
    right: 0;
}

.m-fs4HomeEmail .geo-location input {
    background: #f2f2f2;
    border: 1px solid #eee;
}

.mobileApp-box {
    position: relative;
}

.imagesScreen {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
}

.sr-back {
    position: relative;
    width: 45%;
}

.sr-back img {
    width: 100%;
}

.img-center {
    position: absolute;
    width: 50%;
    left: 25%;
    z-index: 1;
}

.img-center img {
    width: 100%;
}
.footer-list.mb_app {
    display: flex;
}

.footer-list.mb_app li {
    margin-right: 10px;
}
ul.li-payment {
    display: flex;
    align-items: center;
    margin-top: 0;
}

ul.li-payment li {
    display: inline-flex;
    margin-right: 10px;
}

ul.li-payment li img {
    width: 50px;
    height: auto;
}

.term-of-use-content {
    padding: 2rem;
}
.tou-ctr-header {
    text-align: center;
}
.tou-ctr-header img {
    max-width: 20%;
    margin-bottom: 20px;
}
.tou-ctr-header .tou-ctr-title {
    margin-bottom: 10px;
}
.term-of-use-content p {
    font-size: 14px; 
    margin-bottom: 15px;
}
.term-of-use-content h4 {
    font-size: 16px; 
    font-weight: 600;
}
.tou-ctr ul {
    max-width: 90%;
    margin: 0 auto;
}
.tou-ctr ul li {
    list-style-type: disc;
}
.suppliers-code-of-conduct-list li {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 25px;
}
.footer-logo {
    width: 33.333%;
    display: block;
}

.footer-logo img {
    width: 100px;
}

.footer-social {
    display: flex;
    /* width: 33.333%; */
    /* justify-content: center; */
    margin: 0 -3px;
}

.footer-social .footer-list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0;
}

.footer-social .footer-list li a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    color: #b5b5b5;
    transition: .3s;
} 
.footer-social .footer-list li a:hover {
    border-color: #a9c13b;
    color: #a9c13b;
}

@media screen and (max-width : 1025px) { 
    .header-container {
        height: 500px;
    }

    .local-goodness {
        width: 40%;
        padding: 0 20px;
    }

    .h-logo img {
        width: 100px;
    }

    .h-title {
        font-size: 20px;
    }

    .local-goodness p {
        font-size: 14px;
    }

    .slideItem img {
        width: 60%;
    }

    .panelItem {
        width: 40%;
    }
}
@media screen and (max-width: 575px) {
    .header-container {
        flex-direction: column-reverse;
        height: auto;
    }

    .local-goodness {
        width: 100%;
        padding: 20px;
    }

    .h-logo {
        margin-bottom: 0;
    }

    .h-title {
        margin-bottom: 10px !important;
    }

    .l-checkbox {
        margin: 0 0 15px !important;
    }

    .header-background {
        width: 100%;
    }

    .header-background img {
        height: 220px;
        position: relative;
    }

    .ab-link {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .ab-link p {
        display: none;
    }

    .section-title {
        font-size: 25px;
    }

    .vc_row-fluid {
        margin-top: 0;
    }

    .vc_col-sm-3 {
        width: 100%;
        margin-bottom: 0;
    }

    .vc_column_container .vc_column-inner {
        min-height: 175px;
    }

    .row-reverse {
        flex-wrap: wrap;
        height: auto;
    }

    .slideItem img {
        width: 100%;
    }

    .panelItem {
        width: 100%;
        padding: 20px;
    }

    .panelItem h3 {
        font-size: 20px;
        margin-top: 0;
    }

    .panelItem p {
        font-size: 14px;
    }

    .vc_col-sm-4 {
        width: 100%;
    }

    .faq--item .faq-title .title {
        font-size: 17px;
        font-weight: 500;
    }
}
.footer_right ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_right ul li {
    font-size: 11px;
    color: #b5b5b5;
    margin-left: 15px;
}

.footer_right ul li a {
    color: #b5b5b5;
}

.footer_right {
    width: 33.3333%;
    display: flex;
    justify-content: flex-end;
}