.h-25vw {
  height: 25vw;
}

.pad-l-r-20px {
  padding: 0px 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

body {
  padding-right: 0 !important;
}

#home-content {
  padding: 40px 0;
}

.title-font-size {
  font-size: 25px;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.max-w-1200 {
  max-width: 1200px;
}

.w-100vw {
  width: 100vw;
}

.item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
}

.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 10px;
  padding-top: 10px;
  z-index: 50;
}

.owl-item .rec-item {
  padding-top: 10px;
}

.owl-carousel .owl-item img {
  width: 80%;
}

.item {
  width: 90%;
}

.rec-desc {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.rec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 20px;
}

.rec-item-image {
  height: 230px;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rec-item-image img {
  height: 100%;
  max-width: 250px;
  margin: 0;
}

.rec-item-title {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rec-item-title {
  font-size: 1.5rem;
}

.rec-item-title-image {
  height: 230px;
}

.rec-item-title-image img {
  height: 100%;
}

.rec-item-title {
  font-size: 23px;
  margin-top: 10px;
  text-align: center;
}

.rec-item-price {
  font-size: 23px;
  color: #000000;
  text-align: center;
}

.owl-dots {
  padding-top: 5px;
}

.owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 165px;
  padding: 0 10px;
}

.owl-nav button {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
}

.owl-nav button span {
  width: 40px;
  height: 40px;
  font-size: 40px;
  background-color: #00452d;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  overflow-y: hidden;
  color: white;
}

.owl-nav button:hover {
  background-color: transparent !important;
}

.owl-dots button {
  border: none;
  outline: none;
}

.owl-next,
.owl-prev {
  background: none;
}

@media only screen and (max-width: 500px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }
  .owl-nav {
    top: 180px;
  }
}
/*# sourceMappingURL=home.css.map */