.material-icons {
    font-family: 'Material Icons'!important;
    font-weight: normal!important;
    font-style: normal!important;
    font-size: 16px;  /* Preferred icon size */
    display: inline-block;
    line-height: 2rem;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
    color:#151515;
  }

.material-icons .md-light {
  color:#151515  !important;
}

.material-icons {
  font-size: 24px !important;
}

.left{
  margin-left:0.6rem!important;
}

.right{
  margin-left:0.1rem!important;
}



.btn i {
    color:#151515 !important;
   /*  font-size:20px */
}
.btn1 {
  float:left;
    width:100px;
  height: 100px;
  margin-top: 100px;
  margin-left: 100px;
}

.main-content {
position: relative;
width:100%;
margin:auto;
 
}

.slider-main-content {
  position: relative;
  width:100%;
  margin:auto;

}

.slider-main-content .owl-nav  {
  display: none;
}

.slider-featured-products-content {
  position: relative;
  width:100%;
  margin:auto;
}





.owl-theme .custom-nav {
  position: absolute;
  top: 37.25%;
  left: 0;
  right: 0;
  z-index:2000;
}

.owl-theme .owl-nav button {
  background-color: rgb(255, 255, 255)!important;
  width:67px!important;
  height: 67px!important;
  border-radius: 50%!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
 
}

 

 .custom-nav .owl-prev {
   
  left: 1rem;
}

.custom-nav .owl-next {
  right: 1rem;
}

.owl-prev, .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;

  
}

.owl-dots {
 
  display:none;

}

.owl-prev i, .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}