.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgb(206 255 197) !important;
}

#map iframe{
    width: 100%;
    height: 100%;
}
.contact-form-style-03 textarea{
    height: 145px;
}
.contact-form-style-03 .form-group .form-icon{
    top: 27px;
}
.hero-banner{
    max-width: 100%;
    overflow: hidden;
}
.search-action{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.search-action input{
    padding: 9px 25px;
    border-radius: 8px;
    flex: 1;
}
.search-action button{
    width: 20px;
    min-width: 90px;
    padding: 9px 15px !important;
}
.shop-list-wrap{
    position: relative;
}
.shop-list-wrap.loading::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
}
.category-filter li.active > a {
    color: #000;
    font-weight: 700;
}
html{
	overflow-x: hidden;
}

@media(min-width: 992px){
    .navbar-collapse-2{
        display: flex !important;
    }
}
@media(max-width: 991px){
    .navbar-collapse-2{
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--white);
        overflow: hidden;
        box-shadow: 0 20px 15px 0 rgba(23, 23, 23, 0.05);
        max-height: calc(100vh - 72px);
    }
}