.page-header .header-wrapper .header-logo-wrapper i{
    font-size: 20px;
    color: #38a3a5;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    width: 225px;
}


.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link {
    display: flex;
    align-items: center;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
    margin-bottom: 0px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
    background-color: white;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
    color: #38a3a5;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
    color: #fb549a;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
    width: 29px;
    height: 29px;
    margin-right: 10px;
    vertical-align: -2px;
    float: none;
    transition: all 0.3s ease;
}

.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg path {
    stroke: #fb549a;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::after {
    content: none;
    color: white;
}

.page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    border-right: none !important;
}


.page-wrapper .page-body-wrapper {
    background-color: white;
}

* {
    scrollbar-color: white white !important;
}
a {
    color: inherit;
    /* Inherits color from the parent */
    text-decoration: none;
    /* Removes underline */
}

p{
    letter-spacing: normal;
    line-height: normal;
}


.card-link + .card-link {
    margin-left: 0rem;
}

.card.no-box-shadow {
    box-shadow: none;
}

.background {
    background-color: #faf8fa;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.row img {
    display: block;
    margin: auto;
}


.logo img {
    max-width: 180px;
    height: auto; 
    margin: 0 auto;
}


.brands-list,
.menus-list,
.trending-list,
.latest-promotion-list {
    overflow: hidden;
    width: 100%;
}


.second-menu-list {
    overflow: hidden;
    width: 60%;
}

.sidebar {
    position: fixed;
    left: 0px;
    /* Sidebar initially hidden off the screen */
    z-index: 1000;
    padding: 0;
    overflow-x: hidden;
    transition: left 0.3s ease;
    /* Smooth transition for sidebar */
    width: 250px;
    /* Width of the sidebar */
    background-color: black;
    height: 100%;
}

.sidebar.open {
    left: 0;
    /* Show sidebar when open */
}

.navbar-toggler {
    outline: none;
}

/* Optional styles for the content when the sidebar is open */
.page-body-wrapper {
    transition: margin-left 0.3s ease;
    /* Smooth transition for page content */
}

.page-body-wrapper.sidebar-open {
    margin-left: 250px;
    /* Adjust based on the sidebar width */
}


.bg-overlay.active {
    top: 45px !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* two columns with equal width */
    gap: 20px;
    row-gap: 20px;
}

.card {
    box-shadow: 0px 2px 6px 0 rgba(56,163,165,0.3);
    margin-bottom: 0px !important;
}

.category-based-promotion img {
    height: 130px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
}

.card-merchant-name {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.merchant-category-icon {
    display: flex;
    align-items: center;
}
.merchant-category-name {
    display: flex;
    align-items: center;
    color: #775732;
    font-size: 11px;
}

.merchant-category-icon svg{
    width: 12px;
    height: 12px;
}

.merchant-category-icon svg path{
    stroke: #886c4c;
}

.card-title {
    color: #c31162;
    font-size: 14px;
    font-weight: 550;
}

.card-description{
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    flex-grow: 0; 
    flex-shrink: 0; 
    gap: 2px;
}

.price-discount{
    display: flex; 
    justify-content: flex-start; 
    align-items: center; 
    flex-grow: 0; 
    flex-shrink: 0;
    gap: 10px;
}

.original-price{
    font-size: 13px; 
    font-weight: 500; 
    text-align: left; 
    color: #8f8c8c;
}

.promotion-price{
    color:#57cc99;
    font-size: 16px;
    font-weight: 500;
}

.location{
    display: flex; 
    justify-content: flex-start; 
    align-items: center; 
    flex-grow: 0; 
    flex-shrink: 0;
    gap: 4px;
}

.location-text{
    font-size: 11px; 
    text-align: left; 
    color: #c8bdbd;
}

.paginationjs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.paginationjs li {
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #e9ecef !important;
    padding: 6px 6px; /* Adjust the padding as needed */
    font-size: 16px; /* Adjust the font size as needed */
    box-sizing: border-box;
}

.paginationjs .paginationjs-pages li.disabled>a {
    opacity: .7;
    cursor: default;
}

.paginationjs li:first-child,
.paginationjs li:last-child {
    margin-right: 10px;
}

.paginationjs li.active,
.paginationjs li.active>a {
    border: none;
    background-color: #38a3a5 !important;
}


.btn-category{
    height: 50px;
}

.btn-category .btn-category-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-category .btn-category-content .btn-category-icon{
    display: flex;
    align-items: center;
}

.btn-category .btn-category-content svg{
    font-size: 1rem;
    line-height: 1.25rem;
}

.btn-category .btn-category-content .category-text{
    font-size: 12px;
    margin-left: 5px;
    line-height: 14px;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 8px;
    vertical-align: 4px;
    content: none;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

.btn-outline-dark {
    border-color: #093a6b;
    color: #093a6b;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: white;
    background-color: #093a6b !important;
    border-color: #093a6b !important;
}

.filter-div{
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.filter-div i{
    margin-right: 10px;
}

.filter-div .filter-btn{
    padding: 0.375rem 0.6rem !important;
    border-radius: 5px !important;
}

.category-item.active {
    color: #fb549a; /* Change this to your desired active color */
}

.green-content {
    color: #38a3a5;
}

.tap-top{
    background-color: #c31162;
    opacity: 0.5;
    box-shadow: none;
}

.tap-top svg{
    margin-top: 5px;
    width: 15px;
    height: 15px;
}

.menu-list-category .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three columns with equal width */
    gap: 10px;
}

.menu-list-category {
  margin: 80px 0 30px;
}

.menu-list-category .btn-category{
    background-color: #f5fafa;
    color: #62b6b8;
    padding: 4px 6px;
}

.menu-list-category .btn-category .row {
    display: flex;
    align-items: center;
}
.menu-list-category .btn-category .col-auto {
    padding-right: 5px; /* Adjust as needed */
}

.menu-list-category .btn-category .menu-text {
   font-size: 12px;
   padding-left: 0px;
}

.btn-pink {
    background-color: #fb549a !important;
    color: white !important;
}

.btn-pink svg path {
    stroke: white !important;
}

.discount-percentage .badge {
    font-size: 12px;
    color: white;
    white-space: nowrap;
    padding: 3px 4px 2px;
    background-color: #57CC99;
}

@media (min-width: 0px) and (max-width: 767px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .main-content {
        max-width: 100%; 
        margin: 0 auto;
    }

    .page-wrapper.compact-wrapper .page-header {
        margin-left: 0 !important;
    }

    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
        height: 100%;
    }

    .tap-top {
        color: #fff;
        background: #c31162;
        border: none;
        box-shadow: none;
    }
}

/* Additional styles for landscape orientation on smaller devices */
@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .main-content {
        max-width: 375px; 
        margin: 0 auto;
    }

    .page-wrapper.compact-wrapper .page-header {
        margin-left: 0 !important;
        width: 375px !important;
    }

    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
        height: 100%;
    }

    .tap-top {
        right: 220px;
        color: #fff;
        background: #c31162;
        border: none;
        box-shadow: none;
    }

}

/* Additional styles for portrait orientation on larger devices 820px*/
@media (min-width: 768px)  and (max-width: 820px)  {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
        height: 100%;
    }
    .main-content {
        max-width: 374px; 
        margin: 0 auto;
    }
    .page-wrapper.compact-wrapper .page-header {
        margin-left: 0 !important;
        width: 375px !important;
    }

    .tap-top {
        right: 240px;
        color: #fff;
        background: #c31162;
        border: none;
        box-shadow: none;
        opacity: 1.0;
    }
    .category-based-promotion img {
        height: 120px;
     }
}

@media (min-width: 821px)  {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
        height: 100%;
    }
    .main-content {
        max-width: 80%; 
        margin: 0 auto;
    }
    .page-wrapper.compact-wrapper .page-header {
        width: calc(80% - 265px) !important;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
        width: 265px;
    }

    .tap-top {
        right: 120px;
        color: #fff;
        background: #c31162;
        border: none;
        box-shadow: none;
    }

    .cookies-divider {
        width: 100%;
    }
    .category-based-promotion img {
        height: 150px;
     }
}

@media (min-width: 912px) {
    .page-wrapper.compact-wrapper .page-header {
        width: calc(80% - 1px) !important;
    }
    .category-based-promotion img {
        height: 150px;
     }
}

@media (min-width: 1024px) {
    .page-wrapper.compact-wrapper .page-header {
        width: calc(80% - 265px) !important;
    }
}
@media only screen and (min-width: 991.98px) {
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
        top: 56px !important;
    }
    .bg-overlay.active {
        top: 56px !important;
    }

    .page-wrapper .page-header .header-wrapper {
        padding: 13px 15px !important;
    }

    .simplebar-content-wrapper {
        top: 0px;
    }

    .simplebar-mask {
        top: 0px !important;
    }

    .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
        border-right: none !important;
    }
    .category-based-promotion img {
        height: auto;
     }
}