/*========================================
            INDEX PAGE STYLE
=========================================*/
.home-index-slider .dandik {
  right: 30px;
}

.home-index-slider .bamdik {
  left: 30px;
}

.home-index-slider .slick-dots {
  bottom: 50px;
}

.banner-part {
  /* padding: 50px 0px 60px; */
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.banner-part::before {
  /* position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
  background: url(../images/banner-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}
.banner-part .slick-slide img
 {
    display: block;
    height: 537px !important;
}
.banner-part.slick-slide a
 {
        position: relative;
    width: 100%;
}
.banner-1 {
  background: -webkit-gradient(linear, left top, right top, from(#FFC107), to(#ffc3d024));
  background: linear-gradient(to right, #FFC107, #ffc3d024);
}

.banner-2 {
  background: -webkit-gradient(linear, right top, left top, from(#FFC107), to(#ffc3d024));
  background: linear-gradient(to left, #FFC107, #ffc3d024);
}

.banner-content h1 {
  text-transform: capitalize;
  margin-bottom: 22px;
}

.banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.banner-btn .btn {
  margin-right: 15px;
}

.banner-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner-img {
    display: none;
  }
  .banner-btn .btn {
    margin: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-btn .btn {
    padding: 14px 22px;
    margin-right: 10px;
  }
}

.suggest-slider li {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  .suggest-slider li {
    margin: 0px 5px;
  }
}

.promo-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.promo-img a {
  width: 100%;
}

.promo-img a img {
  width: 100%;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.promo-img a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
div#searchResult {
    position: absolute;
    z-index: 999;
    background: rgb(245, 245, 245);
    /* border: 1px solid rgb(245, 245, 245); */
    width: 38.5%;
    top: 80px;
    left: 26%;
    margin-left: -7px;
}

@media (max-width: 767px) {
  .promo-img {
    margin: 12px 0px;
  }
  div#searchResult {
    position: absolute;
    z-index: 999;
    background: rgb(245, 245, 245);
    /* border: 1px solid rgb(245, 245, 245); */
    width: 90%;
    top: 119px;
    left: 4.5%;
    margin-left: 0;
}
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.testimonial-slider .slick-slide {
  opacity: 0.3;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .dandik,
.testimonial-slider .bamdik {
  opacity: 1;
  visibility: visible;
}

.testimonial-slider .dandik {
  right: 50px;
}

.testimonial-slider .bamdik {
  left: 50px;
}

.brand-slider .dandik,
.brand-slider .bamdik {
  top: 35%;
}

.blog-slider .blog-card {
  margin: 0px 15px 25px;
}

.blog-slider .dandik,
.blog-slider .bamdik {
  top: 43%;
}
img.slick-slide img {
    height: 400px !important;
}
@media (max-width: 767px) {
  .blog-slider .blog-card {
    margin: 0px 10px 25px;
  }
}
.header-user-menu {
    position: relative;
    display: inline-block;
}


.header-user-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: -38px;
    background: #fff;
    min-width: 183px;
    border: 1px solid #ccc;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    list-style: none;
}
.header-user-menu:hover .dropdown-menu {
    display: block;
}

.header-user-menu .dropdown-menu li a {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
}

.header-user-menu .dropdown-menu li a:hover {
    background: #f0f0f0;
}

  .row.row-cols-1 .product-content {
    width: 100%;
    text-align: start;
    padding: 8px;
}
.row.row-cols-1 .product-rating, .row.row-cols-1 h6.product-price {
    justify-content: flex-start;
}
a.product-image img {
    width: 272px;
    height: 250px;
}
.row.row-cols-1 a.product-image img {
    width: 210px;
    height: 147px;
}
.row.row-cols-1 .product-card {
    display: flex;
}

.slick-list.draggable img.slick-slide.slick-current.slick-active {
    width: 100%;
    height: 400px;
}

ul.details-thumb.slick-initialized.slick-slider img.slick-slide, ul.details-thumb.slick-initialized.slick-slider img.slick-slide.slick-current.slick-active{
    width: 100%;
    height: 76px !important;
}
h6.product-name a {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 /* Preloader Styles */
        .preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            transition: opacity 0.5s ease-out;
        }
        
        .preloader.fade-out {
            opacity: 0;
            pointer-events: none;
        }
        
        .preloader-content {
            text-align: center;
            color: white;
        }
        
        .preloader-logo {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 30px;
            /*animation: pulse 2s ease-in-out infinite;*/
        }
        
        .preloader-spinner {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
            position: relative;
        }
        
        .preloader-spinner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-top: 3px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        .preloader-text {
            font-size: 1.1rem;
            font-weight: 500;
            opacity: 0.9;
            animation: fadeInOut 2s ease-in-out infinite;
        }
        
        .preloader-dots {
            display: inline-block;
        }
        
        .preloader-dots::after {
            content: '';
            animation: dots 1.5s steps(4, end) infinite;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }
        
        @keyframes fadeInOut {
            0%, 100% { opacity: 0.7; }
            50% { opacity: 1; }
        }
        
        @keyframes dots {
            0%, 20% { content: ''; }
            40% { content: '.'; }
            60% { content: '..'; }
            80%, 100% { content: '...'; }
        }
        
       