/*slick by default settings*/
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    position: relative;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    border: 0;
    outline: none;
    line-height: 0px;
    color: transparent;
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #C8C8C8;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    -webkit-transition: all 0.4scubic-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.4scubic-bezier(0.55, 0.085, 0.68, 0.53);
    border-radius: 50% !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #fff;
    border-color: var(--main-bg-color);
}

.slick-dots li.slick-active button {
    background: #fff;
    border-color: var(--main-bg-color);
    width: 35px;
    border-radius: 5px !important;
}

.slick-dots {
    text-align: center;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
}

.need-arrows .slick-arrow.slick-hidden {
    display: none;
}

.need-arrows button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}

.need-arrows button.slick-next.slick-arrow.slick-disabled {
    display: none !important;
}

.need-arrows .slick-prev {
    left: 10px;
    z-index: 1;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}

.need-arrows button.slick-next.slick-arrow {
    display: block !important;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 1;
    left: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
    right: -28px;
}

.need-arrows .slick-next,
.need-arrows .slick-prev {
    top: 50%;
    transform: translate(-50%, -50%);
}

.need-arrows .slick-next:before {
    left: 6px;
    transform: rotate(-45deg);
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}

.need-arrows .slick-prev:before {
    left: 10px;
    transform: rotate(135deg);
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}

.need-arrows .slick-prev:before,
.need-arrows .slick-next:before {
    font-size: 40px;
}

/*slick by default settings*/
.commonbtn,
.commonbtn:hover {
    background-color: var(--main-bg-color);
    color: var(--secondary-bg-color);
    display: inline-block;
    padding: 9px 21px;
    border-radius: 12px !important;
    font-size: 16px;
    font-weight: 500;
}

.veg-flag {
    width: 16px;
    height: 16px;
    border: 1px solid #3DA66E;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border-radius: 3px;
}

.veg-flag span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #3DA66E;
    border-radius: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.non-vegflag {
    width: 16px;
    height: 16px;
    border: 1px solid #fd1615;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border-radius: 3px;
}

.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%);
}

.font-size-standard {
    font-size: 16px;
}

.light-color {
    color: #525252;
}

.color-primary {
    color: var(--main-bg-color);
}

.color-secondary {
    color: var(--secondary-bg-color);
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.common-section {
    padding: 30px 0;
}

.title {
    font-size: 26px;
}

.title span {
    font-size: 22px;
}

.title:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 130px;
    background-color: var(--main-bg-color);
    height: 1px;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0%);
}

/*menu*/
.menu-scrolling-with-text .slick-slide {
    width: 100%;
    padding: 5px 5px;
}

.menu-div {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 15px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
    height: 100%;
    text-align: center;
}

.menu-div img {
    border-radius: 15px;
}

.menu-div h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.bottom-gradient:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(180deg, #ffffff, var(--main-bg-color));
    width: 100%;
    height: 100%;
    bottom: 0px;
    z-index: 0;
    opacity: 0.1;
}

.bottom-gradient>div {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .menu-div h4 {
        font-size: 14px;
    }

    .font-size-standard {
        font-size: 14px;
    }

    .title {
        font-size: 20px;
    }

    .title span {
        font-size: 18px;
    }

    .title:after {
        max-width: 100px;
    }

    .menu-scrolling-with-text .slick-list {
        padding: 0 20% 0 0 !important;
    }
}

/*menu*/

/*featured items*/
.featured-items-scrolling .slick-slide {
    padding: 5px 10px;
} 

.featured-card {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
    height: 100%;
    position: relative;
}

.featured-image img {
    width: 100%;
}

.featured-detail {
    padding: 10px 10px 50px 10px;
    line-height: normal;
}

.featured-detail h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.add-to-cart {
    background-color: var(--main-bg-color);
    display: inline-block;
    padding: 8px 8px;
    color: var(--secondary-bg-color);
    border-radius: 12px;
}

.featured-items-scrolling .slick-list {
    padding: 0 14% 0 0 !important;
}
.stickyyy {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 10px 10px;
}

@media (max-width: 767px) {
    .featured-items-scrolling .slick-list {
        padding: 0 20% 0 20% !important;
    }

    .featured-items-scrolling .slick-slide.slick-current.slick-active {
        transform: scale(1.1);
    }

    .featured-items-scrolling.slick-slider .slick-track {
        padding: 20px 0;
    }

    .featured-items-scrolling .slick-slide>a {
        position: relative;
    }

    .featured-items-scrolling .slick-slide>a:before {
        content: "";
        position: absolute;
        box-shadow: none;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background-image: linear-gradient(red, yellow);
    }

    .featured-items-scrolling .slick-slide>a:before {
        height: 110%;
        background-image: linear-gradient(to right, #ffffff, #f3f3f3, #ffffff);
        top: -5%;
    }

    .featured-items-scrolling .slick-slide.slick-current.slick-active>a:before {
        content: "";
        position: absolute;
        box-shadow: 0 0 6px 0 var(--main-bg-color);
        transition: box-shadow 0.3sease;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        opacity: 0.4;
        background: none;
        top: 0px;
    }

    .featured-items-scrolling .slick-slide {
        transition: transform 0.5sease, opacity 0.5sease;
    }

    .featured-card {
        position: relative;
    }

}

/*featured items*/

/*top offers*/
.banner-slider-sp {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    padding: 15px 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banner-slider-sp:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(180deg, #ffffff, var(--main-bg-color));
    width: 100%;
    height: 100%;
    bottom: 0px;
    z-index: 0;
    opacity: 0.1;
    left: 0px;
}

.banner-slider-ss {
    padding: 5px 5px 5px 5px;
}

.banner-slider-ss a {
    cursor: pointer;
}

.banner-slider-ss h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
}

.banner-slider-ss h4 b {
    width: 100%;
    display: inline-block;
    max-width: 280px;
    font-weight: 500;
    font-size: 16px;
}

.banner-slider-ss h4 span {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.promo-codes {
    border-radius: 50px;
    background: #DDF5E7;
    border: 1px dashed var(--main-bg-color);
    padding: 2px 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.banner-slider-sp img {
    position: absolute;
    right: -4px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    max-width: 100px;
}

.top-offers .slick-track,
.top-offers .slick-list {
    display: flex;
}

.banner-slider-ss {
    height: 100%;
}

@media (max-width: 991px) {
    .banner-slider-ss h4 span {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .top-offers .container {
        padding-right: 0px;
        padding-left: 10px;
    }

    .top-offers .slick-list {
        padding: 0 30% 0 0 !important;
    }

    .banner-slider-sp img {
        max-width: 65px;
    }

    .banner-slider-ss h4 span {
        font-size: 20px;
        line-height: 20px;
    }

    .banner-slider-sp {
        padding: 12px 12px;
    }

    .promo-codes {
        padding: 1px 13px;
        font-size: 12px;
        margin-top: 10px;
        left: 12px;
        bottom: 12px;
    }

    .banner-slider-ss h4 {
        font-size: 12px;
    }

    .banner-slider-ss h4 b {
        font-size: 14px;
    }

    .banner-slider-ss h4 span {
        font-size: 16px;
        line-height: 16px;
    }

}

/*top offers*/

/*about-us*/
.about-us-title {
    font-size: 26px;
}

.about-us-para {
    font-size: 16px;
    text-align: justify;
}

.about-us-section .row:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 88%;
    background-color: var(--main-bg-color);
    border-radius: 100px;
    left: 0;
    opacity: 0.1;
    top: 50%;
    transform: translate(-0%, -50%);
}

.about-us-image {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid var(--main-bg-color);
    box-shadow: 0px 1px 6px rgb(0 0 0 / 30%);
    margin: -52px 0;
}

.about-us-image img {
    width: 100%;
    object-fit: cover;
} 

@media (max-width: 767px) {
    .about-us-section .row:before {
        width: 100%;
        height: 100%;
        border-radius: 40px;
    }

    .about-us-section {
        text-align: center;
    }

    .about-us-title {
        font-size: 24px;
    }

    .about-us-section .row > div:first-child {
        order: 2;
    }

    .about-us-image {
        margin: 0px;
    }

}

/*about-us*/

/*testimonial*/
.testimonial-scrolling-with-text .slick-slide {
    width: 100%;
    padding: 5px 10px;
}

.testimonal-div {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 15%);
    height: 100%;
    line-height: normal;
}

.testimonal-div>p {
    color: #525252;
}

.testimonial-ratings {
    display: flex;
    align-items: center;
}

.testimonial-ratings li:first-child {
    width: 100%;
    max-width: 60px;
    padding-right: 10px;
}

.testimonial-ratings li:last-child {
    width: 100%;
    max-width: 100%;
}

.rating {
    display: flex;
}

.rating img {
    width: 100%;
    max-width: 18px;
}

.testimonial-ratings li:last-child p {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 767px) {
    .testimonal-div {
        padding: 15px 15px;
    }

    .testimonal-div>p {
        font-size: 12px;
    }

    .testimonial-ratings li:last-child p {
        font-size: 14px;
    }

    .rating img {
        max-width: 15px;
    }

    .testimonial-ratings li:first-child {
        max-width: 55px;
        padding-right: 10px;
    }

    .testimonial-scrolling-with-text .slick-list {
        padding: 0 30% 0 0 !important;
    }

}

/*testimonial*/

/*Sticky Buttons*/
.sticky-buttons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1111;
    text-align: center;
    padding: 10px 10px;
    background-color: #fff;
    margin: 0px;
    box-shadow: 0px 0px 10px #00000029;
    display: none;
}

.sticky-buttons a {
    padding: 8px 8px !important;
    display: inline-block;
    border-radius: 13px !important;
    font-weight: 600;
    background: none;
    color: var(--main-bg-color);
    line-height: initial;
}

.sticky-buttons .border-only {
    color: var(--main-bg-color);
    background: none;
}

@media (max-width: 575px) {
    .sticky-buttons {
        display: block;
    }
}

/*Sticky Buttons*/

/*contact us section*/
.contact-us-form label {
    color: #000;
}

.contact-us-form label {
    color: #000;
    font-size: 16px;
}

.contact-us-form input,
.contact-us-form textarea {
    height: auto;
    padding: 15px 15px;
    border-color: #BCBCBC;
    border-radius: 15px !important;
}

.contact-us-form input:focus,
.contact-us-form textarea:focus {
    border-color: var(--main-bg-color);
}

.form-btn .commonbtn {
    padding: 8px 60px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%) !important;
}

@media (max-width: 767px) {

    .contact-us-form input,
    .contact-us-form textarea {
        padding: 12px 12px;
    }

    .form-btn .commonbtn {
        padding: 8px 50px;
    }

}

/*contact us section*/

/*blog*/
.blog-card {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
    height: 100%;
}

.blog-detail {
    padding: 10px 10px;
    line-height: normal;
}

.blog-detail h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.blog-items-scrolling .slick-slide {
    padding: 5px 10px;
}

.blog-items-scrolling .slick-list {
   /*  padding: 0 14% 0 0 !important; */
}

.small-blog-heading {
    margin-bottom: 8px;
    font-size: 14px;
}

.read-more-text {
    font-weight: 700;
    color: var(--main-bg-color);
}

.read-more-text {
    font-weight: 700;
    color: var(--main-bg-color);
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-top: 5px;
}

.read-more-text i {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .blog-items-scrolling .slick-slide {
        padding: 5px 6px;
    }

    .blog-detail h4 {
        font-size: 10px;
    }

    .blog-detail p {
        font-size: 9px;
    }

    .small-blog-heading {
        font-size: 8px;
    }

    .read-more-text {
        font-size: 9px;
    }

}

/*blog*/

/*download the app*/
.download-icons a:first-child {
    margin-left: 0px;
}

.download-icons a:last-child {
    margin-right: 0px;
}

.download-icons a {
    margin: 0px 4px;
}

.download-icons img {
    width: 100%;
    max-width: 120px;
}

.download-the-app-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-bg-color);
    border-radius: 100px;
    left: 0;
    opacity: 0.1;
    top: 0px;
}

.download-the-app-links-icons p {
    font-size: 19px;
}

.download-the-app-section h5 {
    font-size: 26px;
}

.scan-code {
    width: 100%;
    max-width: 270px;
    z-index: 1;
}

.download-the-app-detailed {
    margin-bottom: -40px;
}

.qr-code {
    position: absolute;
    left: 52%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 150px;
    top: 36%;
}

.download-the-app-section {
    padding: 40px 0;
    background-color: #ffffff;
    border-radius: 100px;
    z-index: 1;
    margin: 30px 0;
}

.logo-scan-bg .logo-scan {
    position: absolute;
    top: 33%;
    width: 100%;
    max-width: 150px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 50%;
}

.logo-scan-bg {
    left: 210px;
    z-index: 0;
    margin-top: -51px;
    position: absolute;
    width: 330px;
}

.logo-scan-bg svg {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.office-address p {
    font-size: 13px;
    margin: 0 auto;
    width: 100%;
    max-width: 1050px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .download-the-app-section h5 {
        font-size: 20px;
        padding: 0 5px;
    }

    .download-the-app-section:before {
        border-radius: 80px;
    }

    .download-icons img {
        max-width: 110px;
    }

    .download-icons {
        margin-top: 15px;
        margin-bottom: 70px;
    }

    .download-the-app-section {
        border-radius: 80px;
        overflow: hidden;
    }

    .scan-code {
        max-width: 180px;
    }

    .qr-code {
        max-width: 100px;
        top: 37%;
    }

    .download-the-app-detailed {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        margin-bottom: -40px;
    }

    .logo-scan-bg {
        left: 190px;
        margin-top: -32px;
        width: 218px;
    }

    .logo-scan-bg .logo-scan {
        top: 28%;
        max-width: 120px;
    }

}

@media (max-width: 767px) {
    .logo-scan-bg {
        left: 160px;
    }

}

/*download the app*/

/*banner scrolling with-text*/
.banner-area-started {
    position: relative;
}

.banner-area-started img {
    width: 100%;
}

.bannner-scrolling-with-text .slick-slide {
    margin: 0px;
}

.bannner-scrolling-with-text .container {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 80px;
}

.banner-with-text .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.bannner-scrolling-with-text {
    border-radius: 0 0 200px 200px;
    overflow: hidden;
}

.banner-text h2 {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}

.banner-text p {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

.banner-text {
    width: 100%;
    max-width: 700px;
}

/* .bannner-scrolling-with-text .slick-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ffffff00, #ffffff00, #000000);
    opacity: 0.2;
    left: 0px;
} */

@media (max-width: 1199px) {
    .bannner-scrolling-with-text {
        border-radius: 0 0 100px 80px;
    }

    .bannner-scrolling-with-text .container {
        top: 30px;
    }

    .banner-text h2 {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 12px;
    }

    .banner-text p {
        font-size: 24px;
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) {
    .bannner-scrolling-with-text {
        border-radius: 0 0 20px 20px;
    }

    .banner-text h2 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .banner-text p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .commonbtn,
    .commonbtn:hover {
        padding: 8px 18px;
        font-size: 14px;
    }

    .bannner-scrolling-with-text .container {
        left: 50%;
        top: 30%;
    }

    .banner-with-text .slick-dots {
        bottom: 10px;
    }

}

/*banner scrolling with-text*/

/*Delivery Pickup new widget*/
.new-delivery .nav-link {
    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) !important;
    border-color: var(--main-bg-color) !important;
    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 20px;
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    display: inline-block;
    color: #fff;
    border-radius: 13px !important;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
}

.outlet-div {
    display: flex;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid var(--main-bg-color);
    width: 100%;
}

.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: 500;
    font-size: 15px;
}

.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: #f4f4f4;
    color: #999999;
    pointer-events: none;
}

.order_selectType {
    margin-top: 1rem;
    text-align: left;
    margin-bottom: 0px;
}

.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;
    height: 100%;
}

.top-divs .top-divs-left {
    width: 100%;
    max-width: 14%;
}

.top-divs .top-divs-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-divs-right p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: flex;
    text-align: left;
    margin-bottom: 0px;
    width: 100%;
    max-width: 73%;
}

.bottom-oulets-dvs {
    display: flex;
    justify-content: space-between;
}

.new-delivery .oulets-divs .bottom-oulets-dvs>div {
    align-items: center;
    display: grid;
}

.new-delivery .oulets-divs .bottom-oulets-dvs i {
    font-size: 19px;
}

.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: 15px !important;
    border: 1px solid var(--main-bg-color);
}

body .near-me button {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-bg-color);
    padding: 17px 15px;
    border-radius: 5px !important;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    top: 0px;
    right: 0px;
    z-index: 11;
    text-transform: uppercase;
}

body .near-me button img {
    max-width: 21px;
    margin-right: 6px;
}

.bannerSlider img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 480px;
}

.fixed-txt .top-divs-right p {
    max-width: 70%;
}

.new-delivery .top-divs {
    padding: 8px 8px 8px 8px;
}

.new-delivery .oulets-divs p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 7px;
    max-width: 90%;
    font-weight: 400;
}

.new-delivery #outletListSearch {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
    flex-wrap: nowrap;
    padding-left: 10px;
    justify-content: center;
}

.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: 4px;
    background-color: #F5F5F5;
}

.new-delivery #outletListSearch::-webkit-scrollbar-thumb {
    background-color: #898989;
}

.new-delivery #outletListSearch>div {
    padding: 5px 5px;
    cursor: pointer;
    margin-top: 0.3rem;
    width: fit-content;
    min-width: 240px;
}

.new-delivery .oulets-divs {
    margin-bottom: 0px;
    height: 100%;
}

.top-divs .top-divs-right p span:first-child {
    width: 100%;
    max-width: 24px;
}

.new-delivery .top-divs .top-divs-right p span:first-child {
    max-width: initial;
    width: auto;
}

.block-inner {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.delivery-enabled + section.actioncenterenabled .block-inner {
    margin-top: -70px;
}

body .block-inner .near-me button {
    position: relative;
    font-weight: 500;
    font-size: 15px !important;
    margin-left: -10px !important;
    border-radius: 0px 5px 5px 0px !important;
    text-transform: capitalize;
}

.block-inner .form-subscribe-new input,
.block-inner .form-subscribe-new input:focus {
    padding: 15px 15px 15px 15px;
    font-weight: 500;
    background-color: #f4f4f4;
}

.block-inner .outlet-div select.disabled {
    background-color: #f4f4f4;
}

.block-inner #myTab {
    margin-top: 0px !important;
}

.block-inner .gps-btn,
.block-inner .gps-btn:hover,
.block-inner .gps-btn:focus {
    font-size: 15px;
}

.nearbydvlisting .img-first {
    width: 100%;
    max-width: 18%;
    margin-right: 4px;
}

.nearbydvlisting .img-second {
    width: 100%;
    max-width: 100%;
}

.img-second h4 {
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 4px;
}

.img-second p,
.img-third p {
    line-height: initial;
    font-weight: 600;
    color: #000;
}

.img-third p {
    color: red;
}

.img-third span {
    display: inline-block;
    background-color: var(--main-bg-color);
    padding: 0px 6px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0px, -50%);
}

.login-screen.nearbyoutlets .modal-title {
    font-size: 18px;
}

.login-screen.nearbyoutlets .modal-title svg {
    width: 100%;
    max-width: 15px;
}

#nearOutlet_List li>div {
    position: relative;
}

.img-enable .block-inner {
    background-color: rgb(255 255 255 / 85%);
}

.gps-animation {
    animation: zoom-in-zoom-out 1s ease;
    animation-delay: 1s;
}

.promos {
    padding-bottom: 35px !important;
}

.delivery-enabled + section.actioncenterenabled .block-inner {
    margin-top: -70px;
}

.delivery-enabled.banner-with-text .slick-dots {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.15, 1.15);
    }

    100% {
        transform: scale(1, 1);
    }
}

@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;
        max-width: 72%;
    }

    .order_selectType {
        padding-left: 4px;
    }

    .new-delivery #outletListSearch>div {
        min-width: 224px;
    }

    .new-delivery .top-divs {
        padding: 7px;
    }

    .new-delivery .oulets-divs p {
        font-size: 13px;
        line-height: 20px;
    }

    .new-delivery #outletListSearch {
        justify-content: left;
    }

    .block-inner {
        padding: 10px 10px 0px 10px;
        position: relative;
        z-index: 1;
    }

    body .block-inner .near-me button {
        font-size: 14px !important;
        padding: 15px 5px;
        margin-left: -5px !important;
    }

    .block-inner .form-subscribe-new input,
    .block-inner .form-subscribe-new input:focus {
        padding: 10px 0px 10px 10px;
        font-size: 14px !important;
    }

    .block-inner #myTab {
        margin-left: -10px;
        margin-right: -10px;
    }

    .block-inner .outlet-div .custom-select {
        padding: 15px 25px 15px 10px;
        font-size: 14px;
    }

    .block-inner .wla_section_heading {
        padding-bottom: 3px !important;
        padding-top: 0px !important;
    }

    .block-inner .wla_section_heading {
        font-size: 15px;
        text-align: center;
        margin-top: 3px;
    }

    .block-inner .wla_section_heading span {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .new-delivery .block-inner .nav-link {
        font-size: 15px;
        padding: 7px 30px;
    }

    .block-inner .gps-btn,
    .block-inner .gps-btn:hover,
    .block-inner .gps-btn:focus {
        font-size: 14px;
        padding: 13px 20px;
    }

    .img-second h4 {
        font-size: 16px;
    }

    .img-second p,
    .img-third p {
        font-size: 13px;
    }

    body .nearbyoutlets.promocode .modal-content {
        padding: 0rem 1rem;
    }

    .img-third span {
        font-size: 11px;
    }

    .login-screen.nearbyoutlets .modal-title {
        font-size: 16px;
    }

}

/*Delivery Pickup new widget*/

/*Custom Delivery Pickup Widget*/
.custom-pickup-widget {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.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: 9em;
    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 #ffffff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.custom-pickup-widget.new-delivery .nav-link:hover {
    border: none;
    border-bottom: 3px solid #ffffff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.bannerSlider .slick-slide {
    background-size: cover;
    background-position: 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;
}

.bannerSlider .custom-banner {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    padding: 0 15px;
}

.bannerSlider .custom-banner span {
    display: block;
}

.fixed-txt .nav-tabs {
    margin-bottom: 40px;
}

.custom-pickup-widget .order_selectType {
    color: #fff;
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
    margin-top: 1rem;
}

.custom-pickup-widget #outletListSearch {
    width: 100%;
    max-width: 725px;
    margin: 0px auto;
}

.custom-pickup-widget #outletListSearch {
    margin: 0px auto;
    max-width: 733px;
    padding-left: 0px;
}

.wla_section_heading {
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
    padding-bottom: 0px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: unset;
}

.wla_section_heading span {
    display: block;
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 400;
}

.block-inner #myTab {
    margin-top: 0px !important;
    margin-bottom: 15px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    max-width: 50%;
}

.new-delivery .nav-link {
    border: none;
    border-bottom: 3px solid #e9ecef;
    color: #201C1D;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.new-delivery .nav-tabs .nav-link.active {
    color: #000 !important;
    border-color: var(--main-bg-color) !important;
    background: none;
    border-radius: 5px 5px 0px 0px !important;
    font-weight: 700;
}

.new-delivery .nav-link {
    border: none;
    border-bottom: 3px solid #e9ecef;
    color: #201C1D;
    font-weight: 500;
    font-size: 16px;
}

.new-delivery-selector li {
    width: 100%;
    text-align: center;
}

.new-delivery-selector {
    flex-wrap: wrap;
}

.new-delivery-selector {
    position: relative;
    margin-top: -55px;
    transform: translate(0, 0%);
}

.gps-btn svg {
    width: 100%;
    max-width: 12px;
    margin-right: 5px;
}

.new-delivery .wla_section_heading {
    text-align: left;
}

.home-v1-slider .slick-list {
	padding: 0 15% 0 0 !important;
}

.home-v1-slider .slick-slide {
    outline: none !important;
    padding: 0.25em;
}

@media (max-width: 991px) {
    .wla_section_heading {
        font-size: 19px;
    }

    .wla_section_heading span {
        font-size: 17px;
    }

}

@media (max-width: 767px) {
    .fixed-txt {
        width: 100%;
        top: 8.5em;
    }

    .bannerSlider .custom-banner {
        top: 45px;
        font-size: 23px;
    }

    .fixed-txt #myTab {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .fixed-txt #myTab {
        margin-bottom: 110px;
    }

    .bannerSlider img {
        height: 530px;
    }

    .wla_section_heading {
        font-size: 23px;
    }

    .wla_section_heading span {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .new-delivery-selector {
        margin-top: 10px;
        position: relative;
        top: 0px;
    }

    .enter-delivery-address {
        font-size: 14px !important;
    }

    .new-delivery .wla_section_heading {
        text-align: center;
    }

    .bannner-scrolling-with-text .container {
        top: 30%;
    }
    .delivery-enabled.banner-with-text .slick-dots {
        bottom: 65px;
    }
    .common-section {
        padding: 20px 0;
    }
    .add-to-cart {
        padding: 8px 8px;
        font-size: 12px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .slick-dots li.slick-active button {
        width: 30px;
    }

}
/*Custom Delivery Pickup Widget*/