.ora-ora-ora {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products-slide {
  padding-bottom: 1.5rem;
}

.products-slide.owl-carousel .owl-item {
  display: inline-flex;
  float: none;
  vertical-align: bottom;
  align-items: flex-end;
  justify-content: center;
}

.products-slide .owl-next, .products-slide .owl-prev {
  color: #fff !important;
  top: 50% !important;
  transform: translateY(-50%);
  font-size: 30px !important;
}

.products-slide .owl-next {
  right: 1rem;
}

.products-slide .owl-prev {
  left: 1rem;
}

.menu-products-selected .tab-products {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url(../images/wood-slat.png);
  background-size: 100% 120px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.menu-products-selected .tab-products img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 500px;
  margin-bottom: 3rem;
}

@media only screen and (max-device-width: 823px) and (-webkit-min-device-pixel-ratio: 2) {
  .product {
    min-height: 100vh;
    background-size: cover;
  }
  .menu-products-selected {
    margin-top: 0;
  }
  .menu-products-selected .tab-products {
    position: unset;
  }
  .menu-products-selected .tab-products img {
    max-width: 250px;
    margin-bottom: 0;
  }
  .menu-products-selected #_main_product img {
    max-width: 500px;
  }
  .muda-muda-muda #_fruit_slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .muda-muda-muda #_brand_slide img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media only screen and (orientation: landscape) {
  .menu-products-selected .tab-products img, .muda-muda-muda .tab-products img {
    margin: 0 auto 1rem;
  }
}

@media screen and (min-width: 992px) {
  .products-slide .owl-next {
    right: 10%;
  }
  .products-slide .owl-prev {
    left: 10%;
  }
  .menu-products-selected {
    margin-top: 0;
  }
  .menu-products-selected #_main_product {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .menu-products-selected #_all_fruits .tab-products img {
    max-width: 300px;
  }
  .menu-products-selected #_our_brand .tab-products img {
    max-width: 500px;
  }
  .menu-products-selected .tab-products {
    background-size: 100% 160px;
  }
}

@media screen and (min-width: 1600px) {
  .menu-products-selected .tab-products img {
    max-width: 300px;
    margin: 0 auto 1rem;
  }
  .menu-products-selected #_main_product .tab-products img {
    min-width: 750px;
    max-height: 630px;
  }
  .muda-muda-muda .tab-products #_brand_slide img {
    max-width: 700px;
  }
  .menu-products-selected #_all_fruits .tab-products img {
    max-width: 360px;
  }
}

@media screen and (min-width: 1900px) {
  .menu-products-selected .tab-products img {
    max-width: 400px;
  }
  .footer-product {
    height: 230px;
  }
  .footer-product span {
    font-size: 20px;
  }
  .footer-product h1 {
    font-size: 34px;
  }
}