body {
  margin: 0px;
font-family: 'Poppins', sans-serif !important;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.ttf') format('truetype');
    /* Add other font weights and styles as needed */
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color:  #fff;
}

.nav-container a {
  margin: 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .4px;
}

.slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide-item {
  flex: 0 0 auto;
  text-decoration: none;
  list-style: none;
  padding: 7px 30px;
  letter-spacing: .1px;
  font-size: 16px;
}
 .wes{
  color:  #fff;
}
.slide-item:hover {
  /* background-color: #fff;
  box-shadow: 0px 0px 5px 1px #ccc;
  transition: transform 0.5s ease; */
}
a{
  color: black;
}
a:hover{
  color: rgb(39 97 231);
}
.navlink .wes:hover{
  color: #dddddd;
}
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  /* height: 45px; */
  background-color: #fff;
  text-align: center;
  /* line-height: 46px; */
  /* box-shadow: 0px 0px 30px 15px #fff; */
  cursor: pointer;
  /* padding: 13px 0px;
  border: 1px solid grey; */
}

.prev-btn {
  left: 0;
  display: none;
}

.next-btn {
  right: 0;
}

.heder1 {
  background-color: #fff;
  position: relative;
  z-index: 60;
}

.inpt-se {
  width: 100%;
  height: 36px;
  padding: 12px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px;
}

.manu-cata {
  padding: 15px 10px;
  background-color: #fff;
  text-align: center;
  align-items: center;
  font-size: 17px;
  /* font-weight: bolder; */
  letter-spacing: .9px;
  display: flex;
  min-width: 200px;
  border-right: 1px solid #ccc;
  justify-content: center;
  color: #000;
}

.cart-link {
  width: max-content;
  padding: 0px 10px;

}
.cart-link:hover {
    color: #dddddd !important;
}


li {
  list-style: none;
}

a {
  text-decoration: none;
}

.box {
  padding: 7px;

  transition: opacity 0.5s ease;
}

.wid-us {
  display: flex;

}

.div-res {
  display: flex;
  flex-wrap: wrap;
/* padding: 0px 20px 0px 0px; */
}

.jsx-undefined {
  font-size: 14px;
  color: black;
  padding: 7px 0px 7px 18px;
  width: auto; /* This ensures width adjusts based on content */
  cursor: pointer;
  min-width: 250px;
  max-width: max-content;
}

.jsx-undefined a {
  color: black;
}


.jsx-undefined:hover a {
  color: rgb(39 97 231) !important;
}

h2 {
  margin: 0px 10px !important;
  padding: 17px 4px;

  border-bottom: 1px solid #ccc;
  font-size: larger;
}

h3 {
  padding: 20px 15px;
  margin: 0px;
  font-size: large;
}

.menucata-sho,
.Electronics-sho0,
.Electronics-sho1,
.Electronics-sho2,
.Electronics-sho3,
.Electronics-sho4,
.Electronics-sho5,
.Electronics-sho6,
.Electronics-sho7,
.Electronics-sho8,
.Electronics-sho9,
.Electronics-sho10,
.Electronics-sho11,
.Electronics-sho12,
.Electronics-sho13 {
  display: none;
  background-color: #fff;
  /* overflow-y: auto; */

}


/* .Electronics-hid:hover + .Electronics-sho {
  display: flex !important;
} */
.show {
  display: block;
}

.show1 {
  display: block;
}

.sd-wd {
  width: 100%;
}

.flx-hdw {
  display: none;
}

.flx-hdw {
  /* height: 30px; */
  gap: 10px;
  padding: 10px 20px;
}

.btn-side {
  display: flex;
  align-items: center;
  margin: 4px;
  font-weight: 600;
  width: max-content;
  background-color: #fff;
  font-size: 15px;
  border: 2px solid rgb(39 97 231);
  border-radius: 10px;
  gap: 7px;
  height: 31px;
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
  /* .sd-wd {
    width: 59%;
  } */
}

@media only screen and (min-width: 709px) and (max-width: 910px) {
  /* .sd-wd {
    width: 48%;
  } */

}
.flx-sh1 {
    display: none;
}
@media only screen and (min-width: 600px) and (max-width: 809px) {
  /* .sd-wd {
    width: 41%;
  } */

  .btn-side {
    display: flex;
    align-items: center;
    margin: 4px;
    font-weight: 600;
    width: max-content;
    background-color: #fff;
    font-size: 12px;
    border: 2px solid rgb(39 97 231);
    border-radius: 10px;
    gap: 7px;
    height: 31px;
  }

  .flx-hdw {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
   .marg-left {
    margin-left: 0px !important;
   }
  .flx-sh {
    display: none;
  }
  .seacrhic {
    background: rgb(39 97 231);
    padding: 10px;
    position: relative;
    right: 20px;
    border-radius: 30px;
    color: #fff;
    top: 1px;
}

  .flx-sh1 {
    display: block;
  }

  .nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .hideresposive {
    display: none !important;
  }
}

@media only screen and (min-width: 200px) and (max-width: 809px) {
  /* .sd-wd {
    width: 26%;
  } */
  .seacrhic {
    background: rgb(39 97 231);
    padding: 10px;
    position: relative;
    right: 20px;
    border-radius: 30px;
    color: #fff;
    top: 1px;
}
.resultmainsearch {
    position: absolute;
    width: 91% !important;
    background: #fff;
    padding: 10px;
    color: #000 !important;
    height: 280px;
    overflow: auto;
}
  .nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    padding: 0px;
  }

  .flx-hdw {
    display: flex;
    padding: 9px 20px;
    justify-content: space-between;
    align-items: center;
  }
  .marg-left {
    margin-left: 0px !important;
   }
  .flx-sh {
    display: none;
  }

  .flx-sh1 {
    display: block;
  }

  .btn-side {
    display: flex;
    align-items: center;
    margin: 4px;
    font-weight: 600;
    width: max-content;
    background-color: #fff;
    font-size: 11px;
    border: 2px solid rgb(39 97 231);
    border-radius: 10px;
    gap: 7px;
    height: 31px;
  }
  .hideresposive {
    display: none !important;
  }
}
@media screen and (max-width: 809px) {
    .nav-links.nav-active {
        display: flex;
        width: 100% !important;
        margin-top: 7px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 400px) {
  /* .sd-wd {
    width: 22%;
  } */

  .nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    padding: 0px;
  }

  .btn-side {
    display: flex;
    align-items: center;
    margin: 4px;
    font-weight: 600;
    width: max-content;
    background-color: #fff;
    font-size: 11px;
    border: 2px solid rgb(39 97 231);
    border-radius: 10px;
    gap: 7px;
    height: 31px;
  }
  .nav-links, .nav-active {

    width: 100% !important;
  }
  .hideresposive {
    display: none !important;
  }
}

/* header end style */

/* footer style start */
.heig {
  height: 45px;
}

.hovr-us {
  color: white;
}

.hovr-us:hover {
  color: #fff;
}
.filter_category {
  color: #a59e9e;
  line-height: 22px;
  letter-spacing: .5px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.pro-duct{
  padding: 0px 5px;
margin: 2px 4px;
font-size: 14px;

}
