.comrecipes-index-index .page-title-wrapper {
  display: none;
}
.rental-date-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 1 !important;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5%;
}
.rental-date-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 24;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
  opacity: 0.5;
}
.recipes-products-page-wrapper .banner-recipes {
  position: relative;
}
.recipes-products-page-wrapper .banner-recipes .banner-content {
  position: relative;
  text-align: center;
  bottom: 445px;
  color: #fff;
  font-size: 50px;
}
.recipes-products-page-wrapper .banner-recipes .banner-content.cocktail-lab-title {
  text-transform: uppercase;
  font-weight: 700;
}
.recipes-products-page-wrapper .banner-recipes .banner-content.cocktail-content {
  text-shadow: 1px 0 0 #361212, -1px 0 0 #361212, 0 1px 0 #361212, 0 -1px 0 #361212, 1px 1px #361212, -1px -1px 0 #361212, 1px -1px 0 #361212, -1px 1px 0 #361212;
}
.recipes-products-page-wrapper .container {
  margin-top: -90px;
  padding: 0 10px;
}
.recipes-products-page-wrapper .recipes-products-wrapper .count-product .results-message {
  font-size: 3.9rem;
}
.recipes-products-page-wrapper .recipes-products-wrapper .recipes-products-grid {
  display: flex;
  flex-wrap: wrap;
}
.recipes-products-page-wrapper .recipes-products-wrapper .recipes-products-grid .item {
  width: 20%;
  margin-bottom: 25px;
}
.recipes-products-page-wrapper .recipes-products-wrapper .recipes-products-grid .item .product-item-info {
  margin: 0 auto;
  width: auto;
}
.recipes-products-page-wrapper .recipes-products-wrapper .recipes-products-grid .item .product-item-info .product-item-image {
  position: relative;
}
.recipes-products-page-wrapper .recipes-products-wrapper .recipes-products-grid .item .product-item-info .product-item-image .bg-inner {
  position: absolute;
  width: 75%;
  left: 12%;
  top: 8px;
}
.recipes-products-page-wrapper .recipes-products-wrapper .recipes-products-grid .item .product-item-info .product-item-details {
  position: relative;
  text-align: center;
}
.recipes-products-page-wrapper .recipes-products-wrapper .load-more {
  margin-top: 50px;
  text-align: center;
}
.recipes-products-page-wrapper .recipes-products-wrapper .load-more .load-more-button {
  background-color: #fef8ec;
  border: 1px solid #000000 !important;
  color: #000000;
  padding: 10px 15px 10px;
  margin: 0;
  font-size: 16px;
}
.recipes-products-page-wrapper ul {
  padding: 0;
}
.recipes-products-page-wrapper li {
  list-style-type: none;
  margin-top: 1rem;
}
@media only screen and (max-width: 900px) {
  .recipes-products-page-wrapper .banner-recipes .banner-content {
    bottom: 333px;
  }
}
@media only screen and (max-width: 820px) {
  .recipes-products-page-wrapper .banner-recipes .banner-content {
    bottom: 285px;
  }
}
@media only screen and (max-width: 667px) and (min-width: 650px) {
  .recipes-products-page-wrapper .recipes-products-wrapper .recipes-products-grid .item {
    width: 25%;
  }
}
@media only screen and (max-width: 415px) {
  .recipes-products-page-wrapper .banner-recipes .banner-content {
    bottom: 135px;
    font-size: 17px;
  }
  .recipes-products-page-wrapper .container {
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  .recipes-products-page-wrapper .container .recipes-products-wrapper .recipes-products-grid .item {
    width: 32%;
    margin: 0 auto 25px;
  }
  .recipes-products-page-wrapper .container .recipes-products-wrapper .recipes-products-grid .item:last-child {
    order: 5;
  }
  .recipes-products-page-wrapper .container .recipes-products-wrapper .recipes-products-grid .item:nth-child(2) {
    order: 5;
  }
}
