    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background:white;
      width: 80%;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-slide:nth-child(2n) {
      width: 60%;
    }

    .swiper-slide:nth-child(3n) {
      width: 40%;
    }
    .swiper-container  .swiper-slide img{
      width: 100%;
    }
    .navbar-fixed .brand-logo{
      margin-left: 10px;
      font-size: 18px;
    }
    .navbar-fixed ul li a{
      padding: 0px 10px;
      margin: 0px;
    }
#slider .swiper-slide{
  height: 250px;
}
#slider img{
  width: 100%; height: 250px;  object-fit: cover;
}
.swiper2 .swiper-slide {
  padding:9px 0px;
}
.main-categroy .swiper-slide{
  width: 100px;
  border:1px solid #eeeeee;

}
.main-categroy .swiper-slide categroy{
  padding:0px;
  margin: 0px; 
}
.main-categroy .categroy img{
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.main-categroy .categroy p{
  font-size:13px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
}
.card-box{
  margin-top: -10px;
}
.card-box h5{
  font-size:17px;
  font-weight: bold;
}
.card-box p{
  font-size:14px;
}
.swiper3 .swiper-slide{
  background-color: transparent;
}
.card{
  border:1px solid #e0e0e0;
  width: 100%;
}
.card .card-image{
  padding-top: 10px;
}
.card .card-image img{
  height: 150px;
  width: 100%;
  padding:0px 10px; 
  object-fit: contain;
}
.card .card-content{
  padding:0px 5px; 
}
.card .card-content h6{
  font-weight: 500;
}
.card .card-content p{
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  margin-bottom: 10px;
  color:#0d47a1;
}
.card .card-content p del{
  color:#b71c1c;
}
.card .card-content p span{
  font-size: 13px;
}
.swiper5 img{
  width: 80px;
  height: 80px;
  object-fit: contain;
}
#latesh_product{
  margin-bottom: 80px;
}
#latesh_product .card{
  height: 250px;
  width: 100%;
}
#latesh_product .card img{
  height: 150px;
  width: 100%;
  object-fit: contain;
}