.navbar .nav-item .nav-link {
    margin-right: 33px !important;
}

.category-area3 .category-info .icon {
    background: #5c86b8;
    border: 1px solid whitesmoke;
    overflow: hidden;
}
.category-area3 .category-info .icon img {
    height: inherit;
    object-fit: cover;
    width: inherit;
}

.flex-control-thumbs {
    display: flex;
}

.product-thumb-img{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 5px;
}

.item-big .product-img img{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 5px;
}



/* ✅ Make Owl Carousel responsive */
.owl-carousel.owl-drag .owl-item {
  height: auto !important;
}

/* ✅ Optional: Set a max height for large screens to keep design balanced */
@media (min-width: 992px) {
  .owl-carousel.owl-drag .owl-item img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
  }
}

/* ✅ Ensure the hero section adjusts dynamically */
.hs-3 .hero-single {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

  ul {
            margin-top: 15px;
            list-style-type: square;
        }
        li {
            margin: 8px 0;
            font-weight: 500;
        }

        img.image-thumb {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

ul.header-top-list {
    margin: 0;
}

.search-box {
    position: relative;
    width: 230px;
}
.search-box input {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    
    margin-left: 54px;
}
.search-results {
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
}
.search-results a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}
.search-results a:hover {
    background: #f8f9fa;
}


@media (max-width: 767.98px) {
  .position-sm-only-absolute {
    position: absolute !important;
  }
}



.footer-widget-box iframe {
	width: 100%;
}
@media (max-width: 1000px) {
  .search-box input {
    margin-left:0px ;
  }
  .search-results {
    margin-left:0px ;
    left: 50% !important;
  }
  .owl-carousel.owl-drag .owl-item{
    margin-left:0px ;
    /* left: 50% !important; */
  }
  .hs-3 .silder-item, .hero-slider .owl-item, .hs-3 .silder-item .hero-single-bg{
    /* height: 200px !important; */
  }

  .header-top-social {
    display: block;
}

    .category-info .icon {
        width: 100px;
        height: 100px;
    }
}



#mobileSearchResults a{
    
    align-items: center;
    justify-content: center;
}


#mobileSearchResults{

    width: 100%;

}

.theme-btn {
    padding: 14px 20px;
    width: 164px;
    font-weight: bold;
}

.theme-btn:hover {
    color: white  !important;
}
