.search-container {
    background: #f1f7ff;
}

body {
   /* font-family: system-ui;*/
}

.nav-link {
    cursor: pointer !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
a.active > i {
    color: #1a66ff !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-brand {
    display: flex !important;
    align-items: center !important;
}
#navbarNav-ul-footer > .dropdown-item.active {
    color: black !important;
    background-color: white !important;
}

#navbarNav-ul-footer li:last-child {
    border-bottom: none !important;
}

#navbarNav-ul-footer > li > a > i {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

#navbarNav-ul-footer > li > a.active > i {
    color: #ffc107 !important;
}

.border-bottom-2 {
    border-bottom: none !important;
}

#navbarNav-ul li:last-child {
    border-bottom: none !important;
}

#navbarNav-ul > li > a > i {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

#navbarNav-ul > li > a.active > i {
    color: #1a66ff !important;
}

#navbarNav-ul {
    padding: 2px;
    /*background: #f8f9fa;*/
    /*border: 1px solid #dee2e6;*/
    border-radius: 5px;
}

.container-card {
    padding-bottom: 70px !important;
    padding-top: 25px;
   /* width:50%;*/
}

body {
   /* background: #f8f9fa !important;*/
}

.bg-light {
    background: #e9ecef !important;
}

.logo-name {
    margin-left: 10px;
    font-weight: 500;
}

i {
    color: #5d6165 !important;
    /*color: #0a58ca !important;*/
}

.color-blue {
    color: #1a66ff !important;
}

.btn {
    color: #0a58ca !important;
}

    .btn:hover {
        color: white !important;
    }
/* Optional: Custom styling for dropdown menu positioning */
    .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

/* Ensuring bottom navbar dropdown does not hide behind the content */
.dropdown-menu {
    z-index: 1050; /* Make sure the dropdown is above other content */
}


@keyframes flash {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}

/* Styling for the "Latest" badge on top of the image */
.card-img-container {
    position: relative;
}

.latest-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 0px;
    animation: flash 0.5s infinite;
}

.category {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
   /* margin-top: 5px;*/
}

.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid #adb5bd;
    padding-top: 30px;
}

.price {
    font-size: 1.25rem;
    font-weight: bold;
    color: #212529;
}

.original-price {
    text-decoration: line-through;
    color: #212529;
}

.discount {
    color: #dc3545;
    font-size: 1rem;
    font-weight: bold;
}

.carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.carousel-control-prev, .carousel-control-next {
    filter: invert(100%);
}


.price-section-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-list {
    font-size: 1rem;
    font-weight: bold;
    color: #212529;
}

.original-price-list {
    text-decoration: line-through;
    color: #212529;
}

.discount-list {
    color: #dc3545;
    font-size: 1rem;
    font-weight: bold;
}


.navbar {
  border-bottom:1px solid #dee2e6;
}

.card {
  /*  border: 1px solid #0a58ca;*/
}

.navbar-bottom-bg{
   background: #f8f9fa;
}

.card-features > .list-group-item {
    font-size: 15px;
}


.feature-row-box {
   
   /* padding: 10px;*/
   /* display: flex;*/
    justify-content: space-around;
    align-items: center;
   
}

.feature-row {
    display: flex;
    align-items: center;
}

    .feature-row img {
        width: 25px;
        height: 25px;       
        margin-right: 10px;
    }

.feature-row span{
    font-size:15px;
}


.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-color);
    text-decoration: none;
    background-color: white !important;
}



@media (min-width: 300px) and (max-width: 768px) {
    #navbarNav-ul {
        /*  padding: 2px;
        background: #f8f9fa;       
        border-radius: 5px;*/


        padding: 2px;
        /*background: #f8f9fa;*/
        border: 1px solid #dee2e6;
        border-radius: 5px;
        margin-top: 15px;
        margin-bottom: 16px;
    }

    .border-bottom-2 {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .row-cols-1 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .card-text {
        font-size: 14px;
    }

    .card-body {
        padding:5px;
    }

    .card-img-container
    {
        padding:25px;
    }

    .row > * {       
        padding-right: calc(var(--bs-gutter-x)* .3);
        padding-left: calc(var(--bs-gutter-x)* .3);       
    }
    #card-features
    {
        font-size:14px !important;
    }

    .original-price-list {
        text-decoration: line-through;
        color: #212529;
        font-size: 14px !important;
    }

    .border-custom {
        --bs-border-opacity: 0.2 !important;
    }

    .offcanvas-header {
        background: #eaf2ff !important;
    }
}

.message {
    text-align: center;
    font-size: 22px;
    text-align: center;
    padding: 37px;
    background: #ffe9e9;
    margin-left:auto;
    margin-right:auto;
}

.form-check-label
{
    font-size:14px;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.center-div {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    height: 100vh; /* Full viewport height */
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.round-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    animation: spin 5s linear infinite; /* Runs continuously */
}


.power-feature-badge {
    position: absolute;
    top: 30px;
    right: 8px;
    background-color: #ffdbdf;
    color: #000;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 5px;
    animation: flash 0.5s infinite;
    z-index: 100;
}

.limited-time-badge {
    background: linear-gradient(to right, #ffc1074d, rgba(255, 0, 0, 0));
    position: absolute;
    bottom: 0;
    right: -5px;
    /* background-color: red; */
    /* color: white; */
    padding: 1px 5px;
    padding-right: 15px;
    font-size: 12px;
    border-radius: 0px;
}


.power-feature-badge::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffdbdf;
}


.link-share {
    text-decoration: none;
    color: dimgray;
    font-size: 14px;
}

.link-share >i {
    color: dodgerblue !important;
}

.whatsapp-share {
    color: dimgray;
    text-decoration: none;
    font-size: 14px;
}
.whatsapp-share > i {
    color: green !important;
}