@media  only screen and (max-width: 991px) {
  .hiddenmobile{
   display: none !important;
  }
}

@media  only screen and (max-width: 575px) {
  .hiddenproductmobile{
   display: none !important;
  }
}
@media  only screen and (min-width: 574px) {
  .hiddenproductpc{
   display: none !important;
  }
}

.home-side-p-size{
  width: 90%;
  height: 5%;
}


.cartbtn:hover{
  background: rgb(117, 51, 51);

}

@media screen and (min-width: 700px) {

  #navbarSupportedContent{
      display: none !important;
  }
}

.bg-new{
background-color: rgb(199, 197, 197);
}
.bg-new2{
background-color:indigo;
}
.deailsnew{
background-color: rgb(247, 247, 247);

}
.deailsnew2{
background-color: rgb(247, 247, 247);
border: none;
}

.body-bg-color{
  background-color:rgb(181, 189, 184);
}
  


.bigproduct:hover{
      
      font-size: 150%;
      
      
    }
    .dot {
      height: 25px;
      width: 25px;
      font: 200;
      text-align: center;
      color: white;
      background-color: rgb(221, 17, 17);
      border-radius: 50%;
      display: inline-block;
    }

    .bg-grand{
      background-color: rgb(212, 206, 197);
    }

.orderbtn{
  background-color: darkorange;
  font-size: 150%;
}

.sort-text-size{
    font-size:11px;
}

@media  only screen and (max-width: 990px) {
  .hiddensidemobile{
   display: none !important;
  }
}

















