
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body{
  font-family: 'Poppins', sans-serif !important;
}

.lab-btn{
  color: #fff;
  background-color: #0eb9b8!important;
  border-color: #0eb9b8!important;
}
.featured_products .slick-list{
  padding: 0 15% 0 0 !important;
}
.header-section.style-2 .header-bottom{
  top: 0!important;
}

.search {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.preloader{
  background: #1bbc9b!important;
}
.cat {
    /* width: 25%;
    background: white;
    height: 56px; */
    margin-right: 5px;
    /* padding: 15px 0; */
    border-radius: 6px;
    /* text-align: center; */
}
a{
  cursor: pointer;

}
.cat a {
    font-size: 13px;
    color: #000;
}

.search_block {
    position: relative;
    /* margin-bottom: 15px; */
}

.search_block input[type="text"] {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    width: 100%;
    background: #ffffff;
    padding: 0 10px;
    padding-right: 30px;
    height: 50px;
    line-height: 56px;
    border: 1px solid transparent;
    border-radius: 6px;
}

.search_block button {
    position: absolute;
    right: 15px;
    background: transparent;
    border: none;
    top: 50%;
    margin-top: -16px;
}
.main-menu li a{
  color: #000;
}
.style-2 .dd-icon-down::before, .style-2 .dd-icon-down::after{
  background: transparent!important;
}
ul{
  padding: 0!important;
}
.main-menu li .submenu{
  width: 225px;
}
.remove_favourites,.favourites{
  cursor: pointer;
}
.product_cnt img{

}
@media (max-width: 991px){
  body {
      margin-top: 0!important;
  }
}

.dpn-w{
  display: none!important;
}
@media (max-width: 700px) {
.dpn-m{
  display: none!important;
}
.dpn-w{
  display: block!important;
}
}
