.slide-cont {
  display: none;
}
.slide-cont .carousel-inner {
  height: 100vh;
}
@media (max-width: 767px) {
  .slide-cont {
    display: block;
  }
  .normal-product {
    display: none;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: none;
  background-size: 100%, 100%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.322);
}

.carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  color: #ffd300;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: #ffd300;
}

/* .slide-product-image {
  background-image: url("../img/pasta1.png");
  background-size: cover;
  height: 90vh;
  width: 100%;
} */
