/* reset css */
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}


/* nav style */

.custom-navbar {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    white-space: nowrap;
}

.custom-nav-menu {
    display: flex;
    gap: 2px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-nav-menu .nav-link {
    color: #333;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 0 !important;
    white-space: nowrap;
}

.custom-nav-menu .nav-link:hover,
.custom-nav-menu .nav-link.active {
    color: #e6005c;
    /* Pink highlight like Meesho */
    border-bottom: 2px solid #e6005c;
    background: transparent !important;
}

/* Horizontal scroll for small screens */
.custom-nav-menu {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-nav-menu::-webkit-scrollbar {
    display: none;
    /* hide scrollbar for clean look */
}


/* Header background */
.custom-header {
    background: #fff;
    border-bottom: 1px solid #eee;
}



/* Search Bar */
.custom-search {
    border: 1px solid #ddd;
    background: #f8f9fa;
}

.custom-search input {
    font-size: 16px;
    padding: 6px 10px;
}

.search-btn {
    background-color: #7dbb12;
    border: none;
    color: #fff;
    transition: 0.3s;
}

.search-btn:hover {
    background-color: #0f6081;
}

/* Supplier Link */
.supplier-link {
    font-weight: 600;
    /* font-size: 16px; */
    color: #0f6081;
    text-decoration: none;
}

.supplier-link:hover {
    color: #ef7f1a;
}

/* Icons */
.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #0f6081;
    /* font-size: 12px; */
    font-weight: 500;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    margin-bottom: 4px;
    font-size: 18px;
    transition: 0.3s;
}

.icon-box:hover .icon-circle {
    color: #ef7f1a;
}

.icon-box:hover span {
    color: #ef7f1a;
}

/* Adjust spacing */
.header-right {
    gap: 25px;
}

.navbtns {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
}


/* flash sale */
.flash-sale {
    background: #fdfdfd;
}

.timer .time-box {
    background: #0f6081;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    min-width: 60px;
}

.product-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card .badge {
    font-size: 0.75rem;
    padding: 0.4em 0.6em;
}

.product-card .addcartbtn, .product-card .buybtn {
    background-color: #7dbb12;
      font-size: 16px;
    padding: 5px 8px;
    border: none;
    transition: all 0.3s;
    color: white;
}

.product-card button:hover {
    background-color: #ef7f1a;
}


.product-card h6 {
    font-size: 16px;
}

.price {
    font-size: 16px;
}

.rating {
    font-size: 16px;
    color: #ffc107;
}



.price {
    font-size: 16px;
}

.review-text {
    font-size: 15px;
    color: #555;
    padding-bottom: 10px;
}


.product-card h6 {
    font-size: 16px;
    font-weight: 600;
    min-height: 20px;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Wishlist {
    background:#ffffff;
        box-shadow: 0 0 10px #ddd;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

.Wishlist i.fa-regular.fa-heart {
    font-size: 22px;
}

/* products category */
.category-card {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: #fff;
}

.category-card img {
  transition: transform 0.3s ease-in-out;
}
.category-card:hover img {
  transform: scale(1.1);
}

img.category_img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    width: 120px !important;
    height: 120px;
    margin: 0 auto;
}
button.accordion-button.collapsed.active {
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    background: #dddddd70 !important;
    font-size: 21px !important;
    font-weight: bold !important;
}

.zoom-container {
  overflow: hidden;
  border-radius: 8px;
}
.zoom-image {
  transition: transform 0.4s ease;
  cursor: zoom-in;
}
.zoom-image:hover {
  transform: scale(1.25);
}
.thumb {
  cursor: pointer;
  transition: 0.3s;
}
.thumb:hover {
  border: 2px solid #ff3e6c;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.seller-info {
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
/*.seller-info h6 {*/
/*  font-size: 1rem;*/
/*}*/
.seller-info .badge {
  font-size: 20px;
  border-radius: 6px;
}
.seller-info .btn {
  border-radius: 8px;
  font-weight: 500;
}

.Wishlist.active i {
    color: #ff4757;
}

.viewallbtn {
    background: #7dbb12;
    text-decoration: none;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 5px;
}

.product-card img.img-fluid {
    height: 250px;
    object-fit: cover;
}


.relatedproduct img {
    height: 250px;
    object-fit: cover;
}

.zoom-image {
    transition: transform 0.4s ease;
    cursor: zoom-in;
    max-height: 450px;
    object-fit: contain;
}
@media (min-width: 992px) {
    .col-lg-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xxl-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
}


@media screen and (max-width: 992px) {
    .product-card img.img-fluid {
        height: auto;
        object-fit: contain;
    }
}


@media screen and (max-width: 640px) {
   .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.footerlogoimg {
    width:200px !important ;
}
.service-box i {
    font-size: 11px;
}
.service-box h6 {
    font-size: 10px;
}
.service-box p {
    font-size: 9px;
}
}




/* Mobile Search (full width) */
@media (max-width: 767px) {
    .mobile-search {
        padding: 8px 12px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff;
    }
    
}





