 .cart-count {
     position: absolute;
     top: -5px;
     right: -10px;
     background: red;
     color: white;
     font-size: 11px;
     padding: 1px 7px;
     border-radius: 50%;
 }

 .header-action-item {
     display: flex;
     align-items: center;
 }

 .header-action-item .cart-icon {
     position: relative;
     width: 38px;
     height: 38px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border: 1px solid rgba(0, 0, 0, 0.12);
     border-radius: 50%;
     text-decoration: none;
     color: var(--color-black);
     transition: 0.3s;
 }

 .header-action-item .cart-icon:hover {
     border-color: var(--primary);
     color: var(--primary);
 }

 .header-action-item .cart-icon i {
     font-size: 16px;
 }

 .header-action-item .cart-count {
     top: -6px;
     right: -7px;
     min-width: 18px;
     height: 18px;
     padding: 0 5px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-size: 10px;
     line-height: 18px;
 }

 .navbar-menu-list .top-auth-box {
     margin-left: 5px;
 }

 .navbar-menu-list .top-auth-box a {
     gap: 6px;
     border-right: 0;
 }

 .navbar-menu-list .acount-drop-down {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 15px;
     width: fit-content;
     padding: 2px 5px;
     border: 1px solid #ccc;
     border-radius: 7px;
     cursor: pointer;
     background-color: #f2f2f2;
     font-size: 14px;
     font-weight: 500;
 }

 .navbar-menu-list .acount-drop-down span {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     gap: 5px;
 }

 .navbar-menu-list .acount-drop-down img {
     width: 35px;
     height: 35px;
     border-radius: 50%;
     border: 3px dashed #fff;
     object-fit: cover;
 }

 .navbar-menu-list .acount-drop-down p {
     margin: 0;
     max-width: 110px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     font-size: 14px;
     font-weight: 600;
     color: var(--color-black);
 }

 .navbar-menu-list .acount-drop-down > i {
     font-size: 12px;
     color: var(--color-black);
 }

 .navbar-menu-list .acount-drop-menu {
     position: absolute;
     top: calc(100% + 10px);
     left: 0;
     width: fit-content;
     min-width: 160px;
     display: none;
     padding: 5px;
     background: #fff;
     border-radius: 10px;
     box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
     z-index: 5000;
 }

 .navbar-menu-list .drop-block .acount-drop-menu {
     display: block;
 }

 .navbar-menu-list .acount-drop-menu ul {
     padding: 0;
     margin: 0;
     list-style: none;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-start;
 }

 .navbar-menu-list .acount-drop-menu ul li {
     margin: 5px 0;
     width: 100%;
 }

 .navbar-menu-list .acount-drop-menu ul li a {
     display: flex;
     align-items: center;
     gap: 8px;
     padding: 7px 15px;
     border-radius: 3px;
     color: var(--color-black);
     font-size: 14px;
     text-decoration: none;
     white-space: nowrap;
     transition: 0.5s;
 }

 .navbar-menu-list .acount-drop-menu ul li a:hover {
     background: var(--primary);
     color: #fff;
 }

 .navbar-menu-list .acount-drop-menu ul li a:hover i {
     color: #fff;
 }

 .mega-menu {
     padding-left: 50px;
 }

 .main_cat_name_cs {
     text-decoration: none !important;
 }

 .newsletter-right ul li a {
     font-size: 28px !important;
 }

 .whatsapp-float {
     position: fixed;
     bottom: 20px;
     right: 20px;
     z-index: 9999;
     background-color: #25d366;
     border-radius: 50%;
     padding: 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 }

 .whatsapp-float img {
     width: 40px;
     height: 40px;
 }

 /*.logo-top .navbar-brand img {*/
 /*    width: 80px;*/
 /*}*/

 .nav-menu li a {
     font-size: 15px !important;
     /*font-weight: 700 !important;*/
 }

 .out-of-stock {
     opacity: 0.5;
     pointer-events: none;
     position: relative;
 }

 .stock-overlay {
     position: absolute;
     top: 40%;
     left: 0;
     right: 0;
     text-align: center;
     background: rgba(0, 0, 0, 0.7);
     color: #fff;
     font-weight: bold;
     padding: 10px;
     font-size: 18px;
     z-index: 2;
 }

 .Featured-product-img {
     position: relative;
 }

 .top-right ul li a.sign-in i {
     font-size: 12px;
 }

 .top-right ul li a i {
     font-size: 15px;
 }

 /*.nav-custom{*/
 /*    background: transparent !important;*/
 /*    position: absolute;*/
 /*    left: 0;*/
 /*    width: 100%;*/
 /*    z-index: 999;*/
 /*}*/

 .nav-custom .nav-link {
     color: #fff !important;
 }

 .nav-custom .navbar-brand p {
     color: #fff;
 }

 .navbar-scrolled {
     background: #fff !important;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
 }

 .navbar-scrolled .nav-link {
     color: #000 !important;
 }

 .launch-popup {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.6);
     display: none;
     align-items: center;
     justify-content: center;
     z-index: 9999;
 }

 .popup-content {
     background: #fff;
     padding: 25px;
     width: 100%;
     max-width: 550px;
     border-radius: 10px;
     text-align: center;
     position: relative;
     animation: fadeIn 0.5s ease-in-out;
 }

 .popup-content h2 {
     margin-bottom: 15px;
     font-size: 25px;
     text-align: center;
 }

 .l-pop-cont p {
     font-size: 13.5px;
 }

 .l-pop-cont p strong {
     color: red;
 }

 .popup-content p {
     margin: 10px 0;
 }

 .visit-btn {
     display: inline-block;
     margin-top: 15px;
     padding: 10px 20px;
     background: #d6ad2a;
     color: #fff;
     border-radius: 44px;
     text-decoration: none;
 }

 .close-btn {
     position: absolute;
     top: 10px;
     right: 15px;
     font-size: 22px;
     cursor: pointer;
 }

 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: scale(0.8);
     }

     to {
         opacity: 1;
         transform: scale(1);
     }
 }

 .navbar-toggler i {
     color: #fff;
 }
