.menu-dropdown .navdrop.nav-item p {
    color: white;
}

.links {
    color: white !important;
}

.far {
    color: white !important;
}

.bcolor {
    color: white !important;
}

.btnborder {
    border: 1px solid white !important;
}

.nav-item .toggle,
.toggle:hover {
    color: aliceblue !important;
}

.current {
    color: #ffff;
}

.newsubmenu {
    margin-left: -65px;
    margin-top: 10px;
}

.toast-success {
    background-color: #0c9130;

}

.toast-top-right {
    left: 41% !important;
    top: 90% !important;
    position: fixed !important;

}

.toast-cotainer {
    width: 10px !important;
}

.headersone {
    position: fixed;
    width: 100%;
}

.linkcatag a {
    color: red;
}

.navdrop i {
    color: #ffffff !important;
}

.navdrop p {
    color: #fcfcfc !important
}

@media (min-width: 1200px) {
    .navdrop i {
        color: #131F3B !important
    }

    .navdrop p {
        color: #131F3B !important
    }

    .navdrop:hover p {
        color: #f8f8f9 !important
    }
}

.catga {
    color: #131F3B !important;

    font-size: 16px !important;
}

.catga:hover {
    color: #666666 !important;
}


.header-area .categories-menu ul.categories {

    display: flex;
    align-items: center;
    gap: 20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.dropdown button {
    background-color: #131F3B;
    min-width: 130px;
    width: max-content;
    height: 40px;
    border-radius: 5px;
    color: white;
    border: 1px solid black;
    padding: 10px;
    font-size: 16px;
    /* border: none; */
    cursor: pointer;
    justify-content: space-evenly;
}


.dropdown button img {
    margin: 0 5px 0 0;
}

.dropdown button img,
.dropdown-content li img {
    width: 28px;
}

.dropdown button,
.dropdown-content li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.arrow-down {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    margin: 0 0 0 5px;
}

.dropdown button:hover {
    cursor: pointer;
    background-color: #3c5b77;
}

/* Style for the dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    margin: 1px 0 0 0;
    padding: 0;
    background-color: #f5f5f5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 315px;
}

/* Style for the dropdown content items */
.dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    justify-content: end;
}

.dropdown-content li img {
    margin: 0 20px 0px 20px;
}

/* Style for the dropdown content items on hover */
.dropdown-content li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
    color: blue;
    border-radius: 5px;
}

/* Show the dropdown content when the dropdown button is clicked */
.dropdown:focus-within .dropdown-content {
    display: block;
}

/* Animate the dropdown content */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#dropdown-btn {
    text-transform: capitalize;

}

.dropdown-content {
    animation: slideIn 0.3s ease-out;
    text-transform: capitalize;
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}


.navdrop:hover i {


    color: white !important;
}


.navdrop {
    display: flex;

    gap: 30px;
    line-height: 50px;
    align-items: center;
    padding: 0px 10px;
    cursor: pointer;

}

@media (min-width: 900px) {
    .navdrop {
        display: flex;

        gap: 40px;
        line-height: 50px;
        align-items: center;
        padding: 0px 25px;
        cursor: pointer;

    }

}

.navdrop:hover {

    background: #131F3B;
    color: white;
}

.navdrop:hover p {


    color: white;
}

.paddingdw {
    padding: 0px 52px;
}

.fa hover {
    color: white !important;

}

.custom-btn {
    background-color: #7CF6D1;
    /* Mint green background */
    color: #131F3B;
    /* Dark navy text */
    font-weight: 600;
    font-size: 16px;
    padding: 5px 28px;
    letter-spacing: 0.32px;
    border-radius: 20px;
    border: none;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: #65e6bd;
    /* Slightly darker on hover */
    color: #0f172a;
}

.bg-dark-blue {
    background-color: #131F3B;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.icon-size {
    font-size: 30px !important;
}

.font-small {
    font-size: small;
}

.margin-right-30 {
    margin-right: 30px;
}

.custom-link-style {
    font-size: larger;
    position: relative;
    top: -6px;
}

.avatar-size {
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.avatar-custom-size {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.dropdown-menu-custom {
    min-width: 280px !important;
    background: #fff !important;
}

.font-regular {
    font-size: 1rem;
}

.icon-logout-red {
    color: red !important;
}

.flex-align-left {
    display: flex;
    align-items: center;
    position: relative;
    left: -12px;
}

.icon-width-40 {
    width: 40px;
}

.notification-badge {
    background: #6BF2D2;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    padding: 5px;
    position: absolute;
    top: -10px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cart-count-style {
    color: #131F3B;
    font-size: 14px;
    font-weight: bold;
}

.modal-custom-style {
    background-color: #6bf2d2 !important;
}

.light-heading {
    font-weight: 100;
    font-size: 17px;
    color: black !important;

}

.mx-auto_menu {
    /* margin-right: auto !important; */
    margin-left: auto !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -109px !important;
    /* margin-top: var(--bs-dropdown-spacer); */
}

.navdrop.nav-item > div:first-child {
    width: 10px;
}

.bg-color-model {
    background-color: #131f3b;
}

.btn-bg-color button {
    background-color: #6BF2D2;

}

.w-15 {
    width: 15%;
}

.bg-color-model {
    background-color: #131f3b;
}

.profile-img img {
    object-fit: cover;
}