.search-data {
    width: 46%;
    right: 8%;
    top: 82px;
    border-radius: 0px;
}

.search-data li:hover {

    color: #0a4663;

}

.search-data li {

    list-style: none;

    cursor: pointer;

}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

#page {
    max-width: 100%;
    overflow-x: clip;
}

.container {
    box-sizing: border-box;
    width: 100%;
}

.popular-stores.stores {
    min-height: 86px;
    overflow-x: hidden;
}

.home-slider-wrapper {
    min-height: 320px;
    overflow-x: hidden;
}

.home-slider-wrapper2 {
    min-height: 320px;
    overflow-x: hidden;
}

@media (min-width: 340px) and (max-width: 788px) {
    .home-slider-wrapper2 .owl-wrapper-outer {
        width: 100% !important;
    }

    .deals-of-the-day .deals-list ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .deals-of-the-day .deals-list ul li {
        float: none;
        margin: 0;
        min-width: 0;
    }

    .deals-of-the-day .deals-list ul li a {
        height: 100%;
        padding: 8px;
    }

    .deals-of-the-day .deal-img1 {
        align-items: center;
        display: flex;
        height: 90px;
        justify-content: center;
        width: 100%;
    }

    .deals-of-the-day .deal-img1 img {
        max-height: 90px;
        max-width: 100%;
        object-fit: contain;
        width: auto;
    }
}

@media (max-width: 788px) {
    #home-slider {
        display: block;
        overflow: hidden;
    }

    #home-slider .home-slider-wrapper.shadow-box,
    #home-slider .home-slider-wrapper2 {
        box-sizing: border-box;
        float: none !important;
        height: auto;
        margin: 0 0 15px;
        min-height: 0;
        overflow: hidden;
        width: 100% !important;
    }

    #home-slider .home-slider-wrapper:not(.home-slider-wrapper2) .slideshow_item img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    #home-slider .home-slider-wrapper2 {
        padding: 12px !important;
    }

    #home-slider .home-slider-wrapper2 .owl-wrapper-outer {
        width: 100% !important;
    }

    #home-slider .home-slider-wrapper2 .owl-wrapper {
        max-width: none !important;
    }

    #home-slider .home-slider-wrapper2 .owl-item {
        margin-left: 0 !important;
        width: calc(100vw - 54px) !important;
    }

    #home-slider .home-slider-wrapper2 .slideshow_item {
        box-sizing: border-box;
        padding: 0 6px;
        text-align: center;
    }

    #home-slider .home-slider-wrapper2 img.storebig-img {
        height: auto;
        margin: 0 auto 10px;
        max-width: 220px;
        width: 70%;
    }

    #home-slider .home-slider-wrapper2 img.store-img {
        height: auto;
        margin: 0 auto 10px;
        max-width: 150px;
        width: 42%;
    }

    #home-slider .home-slider-wrapper2 p {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto 10px;
        max-width: 100%;
        width: 100%;
    }

    #home-slider .home-slider-wrapper2 button {
        box-sizing: border-box;
        max-width: 100%;
        padding: 8px 18px;
        width: auto;
    }
}
