body {
    overflow-x: hidden;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
    }
}

.masthead {
    padding: 0 !important;
    /* padding-top: 62px !important;
    padding-bottom: 0 !important; */
}

.slick-dots {
    bottom: 0px !important;
    /* background-color: #cecece;
    opacity: .5; */
}

.slider {}

.slider img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

.banner img {
    object-fit: cover;

}

.slick-prev,
.slick-next {
    font-size: 20px;
    color: white;
    border: none;
    cursor: pointer;
}

.slick-prev {
    left: 5px !important;
    z-index: 1000;
}

.slick-next {
    right: 5px !important;
    z-index: 1000;
}

.invalid-feedback {
    display: block;
}

.page-section {
    padding: 2rem 0;
}

.offer {
    border: 1px solid var(--bs-gray-400);
    border-radius: 5px;
    overflow: hidden;
}

.offer-info {
    border-bottom: 1px solid var(--bs-gray-400);
    padding: 10px;
    position: relative;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
}

.offer-info p {
    margin-bottom: 0px;
    flex: 1;
    font-size: 15px;
}

.offer-info span {
    text-align: center;
    font-size: 12px;
    flex: 0 0 auto;
    width: 30%;
    background: yellow;
    border: 1px solid;
    padding: 5px;
    border-radius: 10px;

}

.store-info {
    display: flex;
    justify-content: space-between;
    /* Distribute items evenly with space between them */
    align-items: center;
    padding: 10px;
}

.store-info img {
    width: 50px;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.store-info h3 {
    flex: 1;
    margin-bottom: 0px;
    font-size: 1.3rem;
}

.store-info .whatsapp {
    justify-content: flex-end;
    flex: 0 0 auto;
    font-size: 35px;
}

.offer .img-fluid {
    width: 100%;
    height: 355px;
    object-fit: cover;
}

.banner-placeholder {
    height: 300px;
}

.expiring-soon .offer {
    margin-right: 5px;
    margin-left: 5px;
}

.expiring-soon .offer .img-fluid {
    height: 100%;
    height: 150px;
    object-fit: cover;
}

.expiring-soon .offer-info {
    padding: 5px;
}

.expiring-soon .offer-info p {
    font-size: 8px;
}

.expiring-soon .offer-info span {
    font-size: 7px;
}

.expiring-soon .store-info {
    padding: 5px;
}

.expiring-soon .store-info img {
    width: 30px;
    padding: 5px;
    margin-right: 5px;
}

.expiring-soon .store-info .whatsapp {
    font-size: 30px;
}

.banner-placeholder p {
    margin-top: 100px;
    font-size: 39px;
    opacity: 0.5;
}

.footer-menu {
    display: none;
}

@media (max-width: 575.98px) {
    .footer-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        display: flex;
        justify-content: space-around;
        padding: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    .menu-item {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        font-size: 1.4rem;
    }

    #mainNav {
        padding: 1rem;
    }

    .footer {
        display: none;
    }
}

ul.zones {
    list-style: none;
    padding: 0px;
}

ul.zones li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.page-section .page-section-heading {
    border-bottom: 1px solid;
    padding-bottom: 0px;
    text-align: left !important;
    font-size: 25px !important;
}

.search.form-control {
    border: 0px;
    height: 40px;
}

.offer.offer-detail .img-fluid {
    height: 100% !important;
    width: 100% !important;
}

.offer-detail .offer-info {
    background-color: #eee;
}

.offer-detail .offer-info img {
    width: 30px;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 50%;
    flex: 0 0 auto;
}

.offer-detail .offer-info h3 {
    flex: 1;
}

.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.quicklinks {
    text-align: right;
}

.quicklinks a {
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.quicklinks a:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.anchor-frame {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}



