/*Homepage Widgets*/
/*1st widget: Banner Scrollable Banner*/
.site-content .home-v1-slider {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}
.home-v1-slider .slick-list {
    padding: 0 15% 0 0 !important;
}
.slick-slide {
    outline: none !important;
    padding: 0.25em;
}
.banner-slide img {
    height: auto;
    max-width: 100%;
    border: 0;
    display: block !important;
    border-radius: 10px !important;
}
.slick-initialized .slick-slide {
    margin: 0;
    overflow: hidden;
}
.slick-dots {
    position: absolute;
    display: block;
    bottom: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}
.banner-slide .slick-dots,
.banner-slide-full .slick-dots {
    bottom: 10px;
    z-index: 1;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}
.slick-dots li:first-child {
    margin-left: 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.banner-slide .slick-dots button,
.banner-slide-full .slick-dots button {
    margin: 0 3px;
    background: #ccc;
    width: 18px;
    height: 5px;
}
.slick-dots li button {
    border: 0;
    outline: none;
    line-height: 0px;
    color: transparent;
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #fff;
    border-color: #fff;
}
.slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
}
/*1st widget: Banner Scrollable Banner*/


/*2nd widget: About Us widget*/
.wla_home_about_us {
    padding: 20px 0px;
}
.wla_section_heading {
    text-transform: capitalize;
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}
.wla_section_heading:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background-color: var(--main-bg-color);
    left: 0px;
    bottom: 0px;
}
.wla_home_about_us .wla_section_heading:after {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5px;
}
.wla_section_heading span {
    display: block;
    font-size: 22px;
    color: var(--main-bg-color);
    margin-bottom: 10px;
}
.wla_banner_para {
    color: #777;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
    margin: 25px 0px 25px 0px;
}
.wla_connect-btn {
    background: linear-gradient(to right, #c63114 0%, #ff8855 100%);
    border-radius: 5px !important;
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
}
.wla_connect-btn:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    color: #fff;
    text-decoration: none;
}
.center_section-heading .wla_section_heading {
    text-align: center;
    margin-bottom: 20px;
}
.center_section-heading .wla_section_heading:after {
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
    .wla_section_heading {
        font-size: 23px;
    }
    .wla_section_heading span {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .wla_banner_para {
        font-size: 15px;
    }
    .wla_connect-btn {
        font-size: 16px;
        padding: 8px 20px;
    }
}
/*2nd widget: About Us widget*/

/*3rd Widget: Featured Categories*/
.wla_featured_category_section {
    background-color: #fffdf9;
    padding: 20px 0;
}
.category-main {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.category-main li {
    width: 100%;
    max-width: 16.66%;
    padding: 0 10px;
    margin-top: 2em;
}
.category-outer {
    width: 100%;
    max-width: 145px;
    height: 145px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.category-outer img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-main li h4 {
    font-size: 15px;
    margin: 12px 0 0 0;
    color: #212529;
    text-align: center;
    font-weight: 600;
    line-height: 22px;
}
@media screen and (max-width: 767px) {
    .category-main li {
        max-width: 33.33% !important;
        margin-bottom: 15px;
        margin-top: 15px;
        padding: 0 8px;
    }
    .category-outer {
        height: auto !important;
    }
    .category-main li h4 {
        font-size: 13px;
        margin: 8px 0 0 0;
        line-height: initial;
    }
    .wla_featured_category_section .container {
        /* padding: 0 7px; */
    }
}
/*3rd Widget: Featured Categories*/

/*4th Widget: Featured Items*/
.wla-featured_items_section {
    padding: 20px 5px;
}
.wla-featured_items_section .wla_featured_items_outers {
    padding: 20px 15px;
}
.wla_featured_items {
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ededed;
}
.wla_featured_items_img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
.wla_popular_dish_info>h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 0;
    color: #252525;
}
.wla_item_price {
    font-size: 18px;
    color: #777;
    font-weight: bold;
}
.brd_rd {
    background: none;
    border: 1px solid #c63114;
    border-radius: 5px !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    line-height: 23px;
    letter-spacing: 0px;
    color: #c63114;
    padding: 5px 12px;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    margin-left: 15px;
}
.wla_popular_dish_info {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 20px 15px;
    width: 100%;
}
.wla_featured_items_img {
    position: relative;
}
.wla_featured_items_img .veg-flag, .wla_featured_items_img .non-vegflag {
    position: absolute;
    top: 8px;
    left: 8px;
}
.veg-flag {
    width: 13px;
    height: 13px;
    border: 1px solid #3DA66E;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.veg-flag span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #3DA66E;
    border-radius: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.non-vegflag {
    width: 13px;
    height: 13px;
    border: 1px solid #fd1615;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.non-vegflag span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fd1615;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .wla-featured_items_section .wla_featured_items_outers {
        padding: 15px 10px;
    }
    .wla_featured_items_img {
        height: auto;
    }
    .wla_popular_dish_info>h4 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .wla_item_price {
        font-size: 16px;
        DISPLAY: BLOCK;
    }
    .brd_rd {
        margin-left: 0px;
        margin-top: 12px;
        font-size: 12px;
    }
}
/*4th Widget: Featured Items*/

/*5th Widget: Store Locator*/
.site-main {
    margin-bottom: 0em;
}
.site-content {
    outline: 0;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.store-locator-page #main {
    padding-left: 0;
    padding-right: 0px;
}
.outlet-wrapper {
    text-align: center;
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 20%);
    border: 1px solid #eee;
    padding: 1em!important;
    background: #fff;
    border-radius: 5px;
}
/*5th Widget: Store Locator*/

/*8th Widget: Video*/
.video-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    height: calc(100vh - 75px) !important;
    position: relative;
}
.video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
    .video-wrapper iframe {
        height: 56.25vw;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-wrapper iframe {
        width: 177.78vh;
    }
}
@media only screen and (max-width: 767px) {
    .video-wrapper {
        height: calc(100vh - 190px) !important;
    }
}
/*8th Widget: Video*/

/*9th Widget: City Locator*/
.city-locator {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.city-locator .s-logo {
    overflow: hidden;
    width: 100%;
    max-width: 85px;
    height: 85px;
}
.city-locator .s-logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.city-locator .store-logo {
    width: 100%;
    max-width: 22%;
    padding: 15px 15px;
}
.city-locator .store-discription {
    width: 100%;
    max-width: 78%;
    padding: 15px 15px;
}
.wla_cityselector .container {
    max-width: 1100px;
}
.city-o {
    display: flex;
    flex-wrap: wrap;
}
.city-d {
    width: 100%;
    max-width: 60%;
    font-size: 16px;
}
.city-b {
    width: 100%;
    max-width: 40%;
    text-align: right;
}
.city-b a {
    display: inline-block;
    border: 1px solid var(--main-bg-color);
    border-radius: 50px !important;
    padding: 5px 15px;
    font-size: 14px;
    color: #252525;
}
.city-b a:hover {
    border: 1px solid var(--main-bg-color);
    background-color: var(--main-bg-color);
    color: #fff;
}
.store-discription h5 {
    font-size: 19px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .city-locator .store-logo {
        max-width: 28%;
        padding-right: 10px;
    }
    .city-locator .store-discription {
        max-width: 72%;
        padding-left: 10px;
    }
    .city-d {
        font-size: 15px;
    }
    .city-b a {
        padding: 3px 10px;
        font-size: 12px;
        margin-top: 7px;
    }
    .store-discription h5 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .city-locator .s-logo {
        max-width: 70px;
        height: 70px;
    }
    .city-o {
        align-items: center;
    }
    .city-locator {
        margin-bottom: 15px;
    }
    .row>div:last-child .city-locator {
        margin-bottom: 0px;
    }
}
/*9th Widget: City Locator*/

/*10th Download the app widget
.download-the-app {
    padding: 20px 0px;
}
.download-the-app h5 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 600;
}
.download-the-app p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 17px;
    font-weight: 400;
    color: #3b3b3b;
}
.newsletter-dv form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 500px;
}
.newsletter-dv button {
    border: none;
    background-color: #060606;
    top: 1px;
    margin-right: 2px;
    padding: 14px 45px;
    color: #fff;
    font-weight: 600;
    z-index: 111;
    position: absolute;
    right: -1px;
}
.newsletter-dv .form-control {
    background: none;
    border: 2px solid #000;
    height: auto !important;
    padding: 13px 200px 13px 20px;
    color: #000;
    font-size: 16px !important;
}
.logo-on-mobile {
    position: absolute;
    top: 35px;
    left: 46%;
    width: 100%;
    max-width: 50px;
    -ms-transform: rotate(348deg);
    transform: rotate(348deg);
    border-radius: 5px;
}
@media (max-width: 575px) {
    .newsletter-dv button {
        padding: 13px 15px;
    }
    .newsletter-dv .form-control {
        padding: 13px 140px 13px 13px;
    }
    .download-the-app h5 {
        font-size: 30px;
    }
    .download-the-app p {
        font-size: 16px;
    }
}
10th Download the app widget*/


/*Delivery Pickup new widget*/
.new-delivery .nav-link,
.new-delivery .nav-link:hover {
    border: none;
    border-bottom: 3px solid #e9ecef;
    color: #201C1D;
    font-weight: 600;
    font-size: 16px;
}
.new-delivery .nav-tabs .nav-link.active {
    color: var(--main-bg-color);
    border-color: var(--main-bg-color);
    background: none;
    border-radius: 5px 5px 0px 0px!important;
}
.new-delivery.wla_home_about_us .wla_section_heading:after {
    display: none;
}
.new-delivery-selector {
    margin-top: 20px;
}
.gps-btn, .gps-btn:hover, .gps-btn:focus {
    padding: 14px 25px;
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    display: inline-block;
    color: #fff;
    border-radius: 4px !important;
    font-weight: 600;
    font-size: 16px;
}
.outlet-div {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--main-bg-color);
    width: 100%;
    min-width: 400px;
}
.outlet-div .custom-select {
    border: none;
    border-radius: 0px;
    margin: 0px;
    height: auto;
    line-height: initial;
    padding: 17px 30px 17px 20px;
    cursor: pointer;
    color: #11141A;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto 35%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 600;
}
.outlet-div .custom-select:focus {
    box-shadow: none;
}
.outlet-div .custom-select:first-child {
    padding-left: 30px;
    border-right: 1px solid var(--main-bg-color);
}
.outlet-div .custom-select:last-child {
    background-position: right 15px center;
}
.new-delivery-selector li {
    line-height: initial;
}
.outlet-div select.disabled {
    background-color: #f7f7f7;
    color: #999999;
    pointer-events: none;
}
.oulets-divs {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.top-divs {
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    cursor: pointer;
}
.top-divs .top-divs-left {
    width: 100%;
    max-width: 14%;
}
.top-divs .top-divs-right {
    width: 100%;
    max-width: 86%;
    padding-left: 15px;
}
.top-divs-right p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: flex;
    margin-bottom: 10px;
    text-align: left;
}
.bottom-oulets-dvs {
    display: flex;
    justify-content: space-between;
}
.icons-dvs i {
    color: #000;
    margin: 0 2px;
    font-size: 20px;
}
.icons-dvs > div i:first-child {
    margin-left: 0px;
}
.icons-dvs > div i:last-child {
    margin-right: 0px;
}
.bottom-oulets-dvs span {
    color: var(--main-bg-color);
    font-weight: 600;
    background: none;
    border: 1px solid var(--main-bg-color);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 24px;
    font-size: 12px;
}
.bottom-oulets-dvs span:hover {
    background-color: var(--main-bg-color);
    color: #fff;
}
.top-divs-right p img {
    height: auto;
    margin-right: 4px;
    width: 100%;
    max-width: 15px;
    margin-top: 5px;
}
.form-subscribe-new input, .form-subscribe-new input:focus {
    height: auto;
    border: none;
    border-radius: 5px !important;
    overflow: hidden;
    padding: 15px 48px 15px 15px;
    font-weight: 500;
    font-size: 16px !important;
    border: 1px solid var(--main-bg-color);
}
.near-me button {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-bg-color);
    padding: 18px 15px;
    border-radius: 5px !important;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    top: 0px;
    right: 0px;
    z-index: 11;
    text-transform: uppercase;
}
.near-me button img {
    max-width: 21px;
    margin-right: 6px;
}
.bannerSlider img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 480px;
}
@media (max-width: 767px) {
    .new-delivery .nav-tabs li {
        width: 50%;
    }
    .new-delivery .nav-link {
        width: 100%;
    }
    .new-delivery-selector {
        flex-wrap: wrap;
    }
    .new-delivery-selector li {
        width: 100%;
        text-align: center;
    }
    .gps-btn {
        width: 100%;
    }
    .outlet-div {
        min-width: 100%;
    }
    .oulets-divs {
        margin-bottom: 15px;
    }
    .top-divs-right p img {
        margin-right: 4px;
        max-width: 15px;
    }
    .bottom-oulets-dvs span {
        padding: 3px 8px;
        font-size: 11px;
    }
    .top-divs-right p {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .bannerSlider img {
        height: 530px;
    }
}
/*Delivery Pickup new widget*/

/*Download App and Newsletter Widget*/
.common-heading span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
}
.newsletter-dv form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin-top: 30px;
}
.newsletter-dv button {
    position: absolute;
    right: 0px;
}
.newsletter-dv .form-control,
.newsletter-dv .form-control:focus {
    background: none;
    border: 2px solid #000;
    border-radius: 0px;
    height: auto;
    padding: 12px 190px 12px 12px;
    color: #000 !important;
}
.newsletter-dv .form-control::placeholder {
    color: #000;
}
.newsletter-dv button {
    border: none;
    background-color: #000;
    top: 1px;
    right: -1px;
    margin-right: 2px;
    padding: 13px 35px;
    color: #fff;
    font-weight: 600;
    z-index: 11;
    min-width: 136px;
}
.newsletter-dv .form-control:focus {
    box-shadow: none;
    border-color: #000;
    color: #fff;
}
.download-icon img {
    max-width: 160px;
}
.qr-code img {
    max-width: 90px;
    border: 1px solid #000;
}
.logo-on-mobile {
    position: absolute;
    top: 35px;
    left: 45.5%;
    width: 100%;
    max-width: 50px;
    -ms-transform: rotate(347deg);
    transform: rotate(347deg);
    border-radius: 5px;
    border: 1px solid #c3c3c3;
}
@media (max-width: 575px) {
    .newsletter-dv button {
        padding: 13px 25px;
    }
    .newsletter-dv .form-control {
        padding: 12px 130px 12px 12px;
    }
    .newsletter-dv form {
        margin-top: 25px;
    }
    .qr-code img {
        max-width: 55px;
    }
    .download-icon img {
        max-width: 100px;
    }
}
/*Download App and Newsletter Widget*/

/*Sticky Buttons*/
.sticky-buttons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 15px 15px;
    background-color: #fff;
    margin: 0px;
    box-shadow: 0px 0px 10px #00000029;
    display: none;
}
.sticky-buttons a {
    padding: 12px 10px !important;
    display: inline-block;
    border-radius: 5px !important;
    font-weight: 600;
}
.sticky-buttons .border-only {
    color: var(--main-bg-color);
    background: none;
}
@media (max-width: 575px) {
    .sticky-buttons {
        display: block;
    }
}
/*Sticky Buttons*/

/*Custom Delivery Pickup Widget*/
.bannerSlider .slick-slide {
    padding: 0px;
}
.bannerSlider .slick-dots {
    bottom: 15px;
}
.bannerSlider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
}
.bannerSlider .slick-dots li button {
    border-radius: 0px !important;
    width: 30px;
    height: 4px;
    opacity: 0.25;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.bannerSlider .slick-dots li.slick-active button{
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
    width: 35px;
}
.bannerSlider .slick-dots li button:hover {
    opacity: 1;
}
.fixed-txt .wla_section_heading:after {
    display: none;
}
.fixed-txt {
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 14%;
    transform: translate(-50%, 0%);
    padding: 0 15px;
    left: 50%;
    width: 1200px;
}
.bannerSlider .slick-slide {
    position: relative;
    height: 100%;
    background-size: cover;
}
.custom-pickup-widget.new-delivery .nav-link {
    border: none;
    border-bottom: 3px solid #e9ecef;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.custom-pickup-widget.new-delivery .nav-link:hover {
    border: none;
    border-bottom: 3px solid #e9ecef;
    color: var(--main-bg-color);
    font-weight: 600;
    font-size: 16px;
}
.bannerSlider .slick-slide {
    background-size: cover;
    background-position: center;
}
.new-delivery #outletListSearch {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
    flex-wrap: nowrap;
    margin: 0px;
    justify-content: center;
}
.bannerSlider .slick-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.3);
    z-index: 0;
    height: 100%;
    left: 0px;
    z-index: 0;
}
.new-delivery #outletListSearch::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.new-delivery #outletListSearch::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.new-delivery #outletListSearch::-webkit-scrollbar-thumb {
    background-color: #898989;
}
.new-delivery #outletListSearch > div {
    padding: 5px 5px;
    width: auto;
    min-width: 280px;
    cursor: pointer;
    margin-top: 1rem;
}
.new-delivery .oulets-divs {
    margin-bottom: 0px;
}
.bannerSlider .custom-banner {
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    width: 100%;
}
.bannerSlider .custom-banner span {
    display: block;
}
.fixed-txt .nav-tabs {
    margin-bottom: 115px;
}

@media (max-width: 575px) {
.fixed-txt {
    width: 100%;
}
.new-delivery #outletListSearch > div {
    min-width: 315px;
}
.bannerSlider .custom-banner {
    top: 95px;
    font-size: 23px;
}
.fixed-txt #myTab {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.fixed-txt #myTab {
    margin-bottom: 110px;
}

}


/*Download App and Newsletter Widget*/
.common-heading span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
}
.newsletter-dv form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin-top: 30px;
}
.newsletter-dv button {
    position: absolute;
    right: 0px;
}
.newsletter-dv .form-control,
.newsletter-dv .form-control:focus {
    background: none;
    border: 2px solid #000;
    border-radius: 0px;
    height: auto;
    padding: 12px 190px 12px 12px;
    color: #000 !important;
}
.newsletter-dv .form-control::placeholder {
    color: #000;
}
.newsletter-dv button {
    border: none;
    background-color: #000;
    top: 1px;
    right: -1px;
    margin-right: 2px;
    padding: 13px 35px;
    color: #fff;
    font-weight: 600;
    z-index: 11;
    min-width: 136px;
}
.newsletter-dv .form-control:focus {
    box-shadow: none;
    border-color: #000;
    color: #fff;
}
.download-icon img {
    max-width: 160px;
}
.qr-code img {
    max-width: 90px;
    border: 1px solid #000;
}
.logo-on-mobile {
    position: absolute;
    top: 35px;
    left: 45.5%;
    width: 100%;
    max-width: 50px;
    -ms-transform: rotate(347deg);
    transform: rotate(347deg);
    border-radius: 5px;
    border: 1px solid #c3c3c3;
}
.download-widget .wla_section_heading:after {
    left: 0px;
    transform: translate(0);
}
.download-widget p {
    font-size: 19px;
    margin: 30px 0 20px;
}
.download-icons img {
    width: 100%;
    max-width: 180px;
}
.download-icons a {
	margin: 0px 5px;
}
.download-icons a:first-child {
    margin-left: 0px;
}
.download-icons a:last-child {
    margin-right: 0px;
}
.download-right {
	position: relative;
}
.download-right .qrcodeimg {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 220px;
    top: 60px;
    transform: translate(-25%, 0%);
}
.download-widget {
    background-image: url(/assets/wla_new/img/download-the-app-background-desktop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
@media (max-width: 1368px) {
.main-download-img {
	max-width: 450px;
}
.download-right .qrcodeimg {
    max-width: 175px;
}

}
@media (max-width: 575px) {
    .newsletter-dv button {
        padding: 13px 25px;
    }
    .newsletter-dv .form-control {
        padding: 12px 130px 12px 12px;
    }
    .newsletter-dv form {
        margin-top: 25px;
    }
    .qr-code img {
        max-width: 55px;
    }
    .download-icon img {
        max-width: 100px;
    }
	.download-icons img {
		max-width: 150px;
	}
	.download-widget {
		text-align: center;
		background-image: url(/assets/wla_new/img/download-the-app-background-mobile.png);
		background-size: cover;
		background-position: bottom;
		padding-bottom: 0px !important;
	}
	.download-widget .wla_section_heading:after {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.main-download-img {
		max-width: 320px;
	}	
	.download-right .qrcodeimg {
		max-width: 133px;
	}
	.download-right .qrcodeimg {
		top: 40px;
	}
	.download-right {
		margin-top: 20px;
	}
}
/*Download App and Newsletter Widget*/