.main-body {
  background-color: #e7eaf4 !important;
}

.main-button {
  background-color: #e7eaf4 !important;
}

.carousel {
  margin: 30px;
}

.carousel-container {
  margin: -30px;
}

@media (min-width: 415px) {
  .carousel img {
    margin: 1px;
  }
}

.carousel-img {
  margin: 30px;
}

.carousel a.carousel-prev {
  top: calc(50% - 30px);
  left: 30px;
}

.carousel a.carousel-next {
  top: calc(50% - 30px);
  right: 30px;
}

.choose {
  margin-top: -30px !important;
}

/* .price {
  display: flex;
  flex-wrap: wrap;
} */
.price img {
  height: 250px;
  width: 400px;
}

@media (max-width: 49rem) {
  .mobile-price {
    display: block !important
    ;
  }
}
