/* delivery.css */

html {
    -webkit-text-size-adjust: 100%;
      -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

@font-face {
     font-family: 'chunk_rethunkregular';
     font-display: 'fallback';
     src: 
     url('../fonts/chunk-rethunk-webfont-en.a.woff2') format('woff2'),
     url('../fonts/chunk-rethunk-webfont-en.woff') format('woff'),
     url('../fonts/chunk-rethunk-webfont-en.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face{
 font-family:'Proxima Nova W08 Reg';
 src:url("../fonts/26D7F7_0_0.eot");
 src:url("../fonts/26D7F7_0_0.eot?#iefix") format("embedded-opentype"),
 url("../fonts/26D7F7_0_0.woff") format("woff"),
 url("../fonts/26D7F7_0_0.ttf") format("truetype")
}

@font-face {
    font-family: 'ProximaNova_Rg';
    src: url('../fonts/ProximaNova/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova_Bold';
    src: url('../fonts/ProximaNova/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova_Lt';
    src: url('../fonts/ProximaNova/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
     box-sizing: border-box;
     /*color: #141414;*/
 }

.bold {
    font-family: 'Proxima Nova W08';
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:absolute;
    top:10px; 
    left:350px;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto;
    z-index: 9;
}

.screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    outline: 0 !important;
    border: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }

html {
    font-size: 62.5%;
}

body {
    line-height: 1.5;
    /*font-family: Arial;*/
    font-size: 15px;
    font-family:Proxima Nova W08 Reg !important;
    background: #fff;
}

input, button, select, textarea {
    font-family: "Proxima Nova W08 Reg";
}


.forms-poi-box {
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

 form#locator_search {
    /*border-bottom: 1px solid black;*/
    /*box-shadow: 0 2px 2px rgba(0,0,0,.2);*/
    display: inline-block;
    /*left: -20px;*/
    margin-top: 20px;
    position: relative;
    text-align: center;
 }

 #locator_search strong {
    color: #000;
    display: block;
    font-family: 'chunk_rethunkregular', 'Arial Black';
    font-size: 18px;
    margin: 0 auto 10px;
    -webkit-font-smoothing: antialiased;
 }

.search_outer {
    display: inline-block;
}

 .search_outer:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
 }

.search_wrapper {
    position: relative;
}

.search_wrapper, .toggle_filters {
    float: left;
}

.toggle_filters {
    /*-webkit-appearance: none;
    background: #3f833f;
    border: 0;
    border-radius: 0;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    color: #141414;
    cursor: pointer;
    display: inline-block;
    
    float: left;
    font-family: "Proxima Nova W08 Reg", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    padding: 11px 12px;
    border-radius: 5px;
   
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    -o-transform: rotate(-0.5deg);
    -webkit-transform: perspective(1px) rotate(-0.5deg);
    -moz-transform: perspective(1px) rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: perspective(1px) rotate(-0.5deg);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    
    z-index: 3;
    margin-left: 5px;*/

    position: relative;
    top: 0px;
    vertical-align: bottom;
    background: #3f833f;
    padding: 5px 10px 6px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
    margin: 0;
    margin-left: 5px;
    -webkit-appearance: none;

}

.toggle_filters:before {
    content: '\f0b0';
    color: #fff;
    font-family: 'FontAwesome';
}

.toggle_filters:hover, .toggle_filters:focus, .toggle_filters:focus-within, .toggle_filters:focus-visible {
    background: #82BC00;
}

.toggle_filters button:hover {
    border-bottom-color: #FED831;
    /* color: #0475a1; */
    -o-transform: rotate(0.5deg);
    -webkit-transform: perspective(1px) rotate(0.5deg);
    -moz-transform: perspective(1px) rotate(0.5deg);
    -ms-transform: rotate(0.5deg);
    transform: perspective(1px) rotate(0.5deg);
    /* margin-top: 3px; */
    top: calc(50% + 3px);
}

/* Filters */ 

label[for="brand_select"], .partners span.pseudo-legend {
    display: inline-block;
    font-size: 14px;
}

ul.checkbox_wrapper li {
    margin: 0 0 10px;
}

ul.checkbox_wrapper li:first-of-type {
    /*background-color: #141414;
    border-radius: 5px;*/
    border-bottom: 2px solid #fff;
    margin-left: -10px;
    padding: 10px;
    width: calc(100% - 30px);
}

ul.checkbox_wrapper li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

ul.checkbox_wrapper li > div, ul.checkbox_wrapper li > img {
    float: left;
}

ul.checkbox_wrapper li img {
    height: 20px;
    margin: 0 0 0 15px;
    width: auto;
}

 ul.checkbox_wrapper li div.pseudo_checkbox, ul.checkbox_wrapper li div.pseudo_checkbox_bj {
    background-color: #fff;
    border: 2px solid #3f833f!important;
    display: inline-block;
    height: 24px;
    cursor: pointer;
    position: relative;
    width: 24px;
 }

ul.checkbox_wrapper li div.pseudo_checkbox.checked:after, ul.checkbox_wrapper li div.pseudo_checkbox_bj.checked:after {
    content: url(../images/black-check2.svg);
    display: block;
    transition: all .3s ease-in-out;
}

ul.checkbox_wrapper li div.pseudo_checkbox.checked:after, ul.checkbox_wrapper li div.pseudo_checkbox_bj.checked:after {
    position: relative;
    /*top: 6px;*/
    top: 0px;
}

li.scoopshop_check span {
    float: left;
    font-size: 12px;
    padding: 0 0 0 7px;
    position: relative;
    top: 6px;
}

ul.checkbox_wrapper li div.pseudo_label {
    display: none;
}

.buttons_wrapper {
    margin: 0 0 0 40px;
    width: 200px;
}

.buttons_wrapper:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
} 

.partners button {
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background: #FDB92B;
    border: 0;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    color: #141414;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: 'chunk_rethunkregular', sans-serif;
    font-weight: 400;
    font-style: normal;
    /*font-size: 2rem;*/
    font-size: 1.3rem;
    height: 37px;
    /*line-height: 1.2;*/
    padding: 10px 20px;
    border-radius:20px;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    -o-transform: rotate(-0.5deg);
    -webkit-transform: perspective(1px) rotate(-0.5deg);
    -moz-transform: perspective(1px) rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: perspective(1px) rotate(-0.5deg);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    /*width: auto;*/
}

  .partners {
    clear: both;
    margin: 15px auto;
    max-width: 297px;
  }

.partners button:last-of-type {
    float: right;
}

.partners button:hover {
    border-bottom-color: #FED831;
    /* color: #0475a1; */
    -o-transform: rotate(0.5deg);
    -webkit-transform: perspective(1px) rotate(0.5deg);
    -moz-transform: perspective(1px) rotate(0.5deg);
    -ms-transform: rotate(0.5deg);
    transform: perspective(1px) rotate(0.5deg);
    /* margin-top: 3px; */
    top: calc(50% + 3px);
}

 div.locator-wrapper {
    background-color: #c8e4fc;
    padding-bottom: 20px;
    text-align: center;
 }

 div.poi {
     text-align: center;
 }

.content-list.poi-result {
    margin: 0;
    padding:0;
}

li.poi_wrapper {
    font-size: 1.6rem;
    margin: 0 auto;
}

li.poi_wrapper:nth-of-type(even) {
    background-color: #c8e4fc;
}

@media (min-width: 500px) {
    li.poi_wrapper {
        max-height: 87px;
    }
}

 ul {
    -webkit-appearance: none;
    list-style: none;
 }

 .wrapper li {
    /*display: block;*/
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 580px;
    width: 100%;
 }

.wrapper li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;

}


.wrapper li > div:first-of-type {
    /*float: left;*/
    height: 87px;
    position: relative;
    width: 140px;
    padding-left: 10px;
 }

.wrapper li > div:nth-of-type(2) {
    /*float: left;*/
    height: 87px;
    max-width: 187px;
    position: relative;
    width: 100%;
}

.wrapper li > div:nth-of-type(2) > span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
 }

.wrapper li > div:last-of-type {
    /*float: right;*/
    align-items: center;
    display: flex;
    height: 87px;
    padding-right: 10px;
 }

@media (max-width: 400px){
    .wrapper li > div:first-of-type {
        padding-left: 5px;
    }


    .wrapper li > div:last-of-type {
        padding-right: 5px
    }
}

 a {
     color: #141414;
 }

/*button.button-search {
    cursor:pointer;
    border:none;
    position:relative;
    z-index:999;
    margin-top:20px;
    background-color:#FDB92B;
    color: #000;
    border-radius:20px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    width: 257px;
    padding: 10px 10px;
    font-family: "ProximaNova_Bold";
    font-size: 15px;
 }*/

 
button.button-search {
     cursor:pointer;
     -webkit-appearance: none;
     background-color: #FDB92B;
     border: none;
     box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
     
     font-size: 20px;
     position: relative;
     width: 257px;
     z-index: 2;
     padding: 10px 20px;
     border-radius: 25px;
     display: block;
     margin: 10px auto;
     font-family: 'Proxima Nova W08 Reg',Helvetica,Arial,sans-serif;
     color: #141414;
}

 /*button.button-search {
    padding: 0;
    top: 0;
}*/

button.button-search i {
    color: #141414;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
}

.button-search:hover, .button-search:focus, .button-search:focus-within, .button-search:focus-visible {
    background: #fed831;
}


input#search_input {
    /*border: none;
    border-radius: 0px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    box-sizing: border-box;
    font-size: 15px;
    width: 257px;
    height: 35px;
    -webkit-appearance: none;
    z-index: 1;
    padding: 14px 12px;
    border: 1px solid #141414;
    font-family: 'Proxima Nova W08 Reg',Helvetica,Arial,sans-serif;*/
    width: 257px;
    height: 40px;
    padding-left: 10px;
    font-size:15px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    box-sizing: unset;
    font-family: 'proxima-nova-condensed',Helvetica,Arial,sans-serif;
}

a.image-link {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    /*padding: 25px 0;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    /*width: 80%;*/
}

a.image-link img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.name_distance {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
}

a.text-link {
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background: #FDB92B;
    border: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: 'chunk_rethunkregular', sans-serif;
    font-style: normal;
    font-size: 15px;
    padding: 10px 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    
    -o-transform: rotate(-0.5deg);
    -webkit-transform: perspective(1px) rotate(-0.5deg);
    -moz-transform: perspective(1px) rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: perspective(1px) rotate(-0.5deg);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 140px;
    border-radius: 20px;
}

a.image-link:hover, a.image-link:focus, a.image-link:focus-within, a.image-link:focus-visible, button:hover, button:focus, button:focus-within, button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.pseudo_checkbox:hover, .pseudo_checkbox:focus, .pseudo_checkbox:focus-within, .pseudo_checkbox:focus-visible,  .pseudo_checkbox_bj:hover, .pseudo_checkbox_bj:focus, .pseudo_checkbox_bj:focus-within, .pseudo_checkbox_bj:focus-visible {
    outline: 2px solid #3f833f!important
}

a.text-link:hover, a.text-link:focus, a.text-link:focus-within, a.text-link:focus-visible  {
    border-bottom-color: #FED831;
    /*color: #0475a1;*/
    -o-transform: rotate(0.5deg);
    -webkit-transform: perspective(1px) rotate(0.5deg);
    -moz-transform: perspective(1px) rotate(0.5deg);
    -ms-transform: rotate(0.5deg);
    transform: perspective(1px) rotate(0.5deg);
    /*height: 37px;
    line-height: 37px;*/
    /*margin-top: 3px;*/
    top: calc(50% + 3px);
}

a.text-link span {
    display: inline;
    margin-left: 3px;
}

.poi {
    padding-top: 20px;
}

button.button-location {
  /*background-color: #9CCC33;*/
  background: none;
  border: none;
  border-radius: 0;
  /*box-shadow: 1px 2px 2px rgba(0,0,0,0.3);*/
  cursor: pointer;
  display: block;
  font-family: 'Proxima Nova W08 Reg',Helvetica,Arial,sans-serif;
  font-size: 16px;
  margin: 10px auto 0;
  color: #141414;
  /*height: 40px;
  width: 40px; */
}

button.button-location span {

}

button.button-location:before {
  /*color: #141414;*/
  color: #000;
  content: '\f124';
  font-family: 'FontAwesome';
  font-size: 16px;
  margin-right: 6px;
}


@media (max-width: 767px) {
  input#search_input {
    font-size: 16px;
    color: #;
  }

  .wrapper li > div:nth-of-type(2) {
      /*float: left;*/
      height: 87px;
      max-width: 150px;
      position: relative;
      width: 100%;
  }

  a.image-link img.doordash {
      height: 30px;
  }

  a.image-link img.postmates {
      height: 40px;
  }

}

@media (max-width: 667px) and (min-width: 415px){
  button.search {
    right: 15px;
  }
}

@media (max-width: 500px) {

    li > div:nth-of-type(2) {
        /*padding: 0 10px;*/
        padding: 0 4px;
    }
 

    li > div:nth-of-type(2) > span span {
        /*display: none;*/
    }

    a.text-link {
        /*min-width: 110px;*/
        /*width: 100%;*/
        padding: 10px 10px 5px;
        width: 120px;
    }

    a.text-link span {
        display: inline;
        margin-left: 3px;
    }

    li > div:first-of-type {
        /*max-width: 140px;*/
        max-width: 134px;
        width: 30%;
    }
}

@media (max-width: 400px) {
    /*@supports (-webkit-overflow-scrolling: touch) {
        button.button-search {
            right: 20px;
        }        
    }
*/
    /*li > div:first-of-type {
        width: calc(100% - 210px);
    }
*/
    ul.checkbox_wrapper li:first-of-type {
        margin-left: 0;
    }

    @supports (-webkit-overflow-scrolling: touch) {
        button.search {
            right: 25px;
        }        
        #locator_search strong {
            letter-spacing: -0.05em;
        }
    }

    .wrapper li {
        margin: 0 auto;
        padding: 20px 0;
    }

    button.button-search {
        /*width: 36px;*/
    }

    .search_outer {
        padding-left: 2px;
    }

    input#search_input {
        width: 251px;
    }

    li > div:first-of-type a {
        width: 100%;
    }

    li {
        padding: 0 10px;
    }
}

@media (max-width: 440px) {
    .pt_BR a.text-link {
        height: 50px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {
  input#search_input {
    font-size: 16px;
    height: 32px;
  }

  input#search_input::placeholder {
    font-size: 14px;
  }
}
