@font-face {
    font-family: 'Lato';
    src: url('../assets/fonts/lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

/* body {
    font-family:  'Lato', sans-serif;
} */

* {
    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;
}

.header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 3px;
}

.header-content .back-text{
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #38A3A5;
    margin-left: 13px;
}


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

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

.view-promo-image {
    height: 220px !important;
}

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

.card-img-top img{
    width: 345px; 
    height: 180px; 
    border-radius: 8px; 
    object-fit: cover;
}

.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 */
}

.page-body{
    background-color: #fefbfb;
}

.page-body .category{
    background-color: #ffffff;
}


.bg-overlay.active {
    top: 45px !important;
}
/* 30020 1 */

.promo-content {
    margin-top: 5px;
}

h5.card-merchant-title{
    color: #775732;
}

.card-img-top {
    border-radius: 8px;
    object-fit: cover;
}

.card-title, .card-description, .card-tnc, .other-offer-title, .other-offer-promo-title{
    color: #c31162;
}

.card-title{
    font-size: 20px; 
    font-weight: 600; 
    text-align: left; 
}

.description{
    margin-bottom: 30px;
}

.card-description{
    font-size: 20px; 
    font-weight: 600; 
    text-align: center; 
    text-transform: capitalize;
}

.card-description-text, .card-description-text p, .card-description-text span {
    font-size: 14px !important; 
    text-align: justify !important; 
    font-family: Rubik, sans-serif !important;
    line-height: normal !important;
}

.card-tnc{
    font-size: 20px; 
    font-weight: 600; 
    text-align: center; 
    text-transform: capitalize;
    margin-top: 10px;
}

.card-tnc-text, .card-tnc-text p, .card-tnc-text span{
    font-size: 14px !important; 
    text-align: justify !important; 
    font-family: Rubik, sans-serif !important;
    line-height: normal !important;
}

.card-merchant-name {
    color: #886c4c;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 0; 
    flex-shrink: 0;
    position: relative;
    gap: 4px;
}

.merchant-category-icon {
    display: flex;
    align-items: center;
}
.merchant-category-icon svg {
    width: 20px;
    height: 20px;
}
.merchant-category-icon svg path{
    stroke: #886c4c;
}
.merchant-category-name {
    display: flex;
    align-items: center;
    font-size: 15px; 
    text-align: left;
}

.location-promo{
    color: #8f8c8c;
    margin-bottom: 10px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.location-promo svg{
    width: 18px;
    height: 18px;
}

.location-promo .location-promo-name{
    font-size: 13px; 
    text-align: left;
    text-decoration: underline;
}

.price-column {
    padding-right: 0px; /* Adjust this value as needed */
}

.price-discount{
    margin-bottom: 20px;
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: flex-start; 
    flex-grow: 0; 
    flex-shrink: 0; 
}

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

.promotion-price{
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #c31162;
}

.discount-percentage{
    font-size: 14px;
    color: white;
    white-space: nowrap;
    padding: 5px 4px;
    margin-left: 5px;
    background-color: #57cc99;
}

.percentage-only{
    font-size: 14px;
    color: white;
    white-space: nowrap;
    padding: 5px 4px;
    background-color: #57cc99;
}

.dca-member{
    margin: 0 10px 40px;
    background-color: #e061ae;
    border-radius: 10px;
    padding: 5px 10px;
}

.dca-member .dca-member-original-price {
    color: #e5d7f2
}

.dca-member .dca-member-promotion-price {
    color: white
}


.dca-member .dca-member-text {
    color: white
}

.other-offer-image{
    width: 120px; 
    height: 120px; 
    border-radius: 5px; 
    object-fit: cover;
}

.other-offer-title{
    font-size: 20px;
    font-weight: 600; 
    text-align: left; 
    text-transform: capitalize; 
}

.other-offer-merchant{
    font-size: 11px; 
    text-align: left; 
    color: #8f8c8c;
    margin-bottom: 2px;
}

.other-offer-promo-title{
    font-size: 13px; 
    font-weight: 600; 
    text-align: left;
    margin-bottom: 2px;

}

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

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

.other-offer-promotion-price{
    font-size: 16px;
    font-weight: 700; 
    text-align: left;
    color: #003366;
}

.discount-percentage-other-offer{
    font-size: 14px;
    color: white;
    white-space: nowrap;
    padding: 5px 5px;
    background-color: #57cc99;
}

.swiper-slide{
   margin-right: 10px;
}


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

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

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


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

.menu-list-category {
    padding: 20px 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    background-color: white;
  }

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

.description ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.description li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

@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;
    }
}

@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%;
    }

}

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

@media (min-width: 1024px) {
    .page-wrapper.compact-wrapper .page-header {
        width: calc(80% - 265px) !important;
    }
    .view-promo-image {
        height: 320px;
    }
    
}
@media only screen and (max-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;
    }
    .view-promo-image {
        height: 320px;
    }
}