.contact-bar {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 30px;
}
.navbar .nav-item .nav-link.active {
    color: rgb(90,155,71) !important;
}

.youtube-icon {
    position: fixed;
    right: -0.3%; 
    top: 85%; 
    font-size:1rem; 
    background-color: #FF0000;
    color: white;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); 
    z-index: 1000;
    transition: background-color 0.3s;
}

.youtube-icon:hover {
    background-color: #c4302b;
    cursor: pointer;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    z-index: 5000;
}

.wishlist-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

.icon {
    position: relative;
}
.imgcontainer {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 5rem; 
    overflow: hidden; 
}

.imgcontainer a {
    display: block;
    width: auto; 
    height: 100%; 
}

.imgcontainer img {
    max-width: 100%; 
    max-height: 100%;
    object-fit: contain;
}

.cont-bar a {
    color: #39ff14;
    text-decoration: none;
    margin: 0 10px;
}
.social_icon a {
    margin: 0 10px;
}
.social_icon .facebook{
    color: #3F51B5;
}
.social_icon .instagram{
    color: #EA6998;
}
.social_icon .whatsapp{
    color: #40C351;
}
 
.navbar-nav a {
    font-weight: bold;
    color: #000;
}

.navbar-nav a:hover {
    color: #73BD27;
}

.navbar-nav {
    flex-direction: row; 
}

.navbar-nav li {
    padding: 0 10px;
}

@media (max-width: 768px) { 
    .navbar-nav {
        flex-direction: column; 
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px; 
    }

    .wishlist-icon, .cart-icon, .profile-icon {
        font-size: 18px; 
    }

    .imgcontainer img {
        max-height: 50px;  
    }
}
.navbar-nav {
    flex-direction: row; 
    align-items: center; 
}
.navbar-toggler {
    margin-left: auto;  
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .navbar-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}
.dropdown-item{
    font-size: medium;
    font-weight: lighter;
    line-height:2;
}
.tooltip-text {
    visibility: hidden;
    background-color: #28a745; 
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 10;
    font-size: 12px;
}
.icon:hover .tooltip-text {
    visibility: visible;
}
.icon {
    position: relative;
    font-size: 24px;
    margin: 0 10px;
}

.profile-icon {
    font-size: 25px;
    position: relative;
    left: 0%;
    text-decoration: none;
    color: #000;
}

.profile-icon:hover {
    color: rgb(83, 175, 103); 
}

@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: row; 
    }
    .navbar-nav .nav-item {
        margin-bottom: 0; 
    }
    .wishlist-icon, .cart-icon, .profile-icon {
        font-size: 18px;
    }
    .imgcontainer img {
        max-height: 50px; 
    }
}
@media (max-width: 768px) {
    .social_icon {
        display: none;
    }
}