@charset "UTF-8";
.recipes_loop {
  min-height: 200px;
  position: relative;
}
.recipes_loop-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 767px) {
  .recipes_loop-grid {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.recipes_loop-grid .recipes_loop__item {
  padding: 0 8px 24px 8px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .recipes_loop-grid .recipes_loop__item {
    width: 50%;
    padding: 0 3px 18px 3px;
  }
}
@media screen and (max-width: 767px) {
  .recipes_loop {
    justify-content: center;
  }
}
.recipes_loop:before, .recipes_loop:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.recipes_loop:after {
  content: "";
  background: url("../images/preloader.svg") 50% 50% no-repeat;
}
.recipes_loop.loading:before, .recipes_loop.loading:after {
  opacity: 1;
  visibility: visible;
}
.recipes_loop.loading .item {
  opacity: 0.1;
}
.recipes_loop.loading + .recipes-loop-ajax__more {
  opacity: 0;
}
.recipes_loop .recipes_loop__item {
  transition: all 0.2s ease-in-out 0ms;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipes_loop__item:hover {
    transform: scale(1.05);
  }
}
@media print {
  .recipes_loop .recipes_loop__item:hover {
    transform: scale(1.05);
  }
}
.recipes_loop .recipes_loop__thumbnail {
  width: 100%;
  height: 215px;
  overflow: hidden;
  margin-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #F7F7F7;
  position: relative;
  display: inline-block;
}
.recipes_loop .recipes_loop__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipes_loop .recipes_loop__thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  right: 0;
  bottom: 0;
  background: rgb(187, 198, 219);
  background: linear-gradient(0deg, rgba(237, 239, 251, 0.7) 0%, rgba(187, 198, 219, 0) 100%);
  mix-blend-mode: multiply;
}
.recipes_loop .recipes_loop__thumbnail_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.recipes_loop .recipes_loop__markers {
  position: absolute;
  z-index: 2;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipes_loop__markers {
    left: 15px;
    right: 15px;
    top: 10px;
  }
}
@media print {
  .recipes_loop .recipes_loop__markers {
    left: 15px;
    right: 15px;
    top: 10px;
  }
}
.recipes_loop .recipes_loop__marker {
  display: inline-block;
  text-transform: lowercase;
  padding: 3px 10px;
  color: white;
  font-size: 11.7px;
  line-height: 14px;
  background-color: rgba(78, 98, 142, 0.75);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipes_loop__marker {
    margin-right: 6px;
  }
}
@media print {
  .recipes_loop .recipes_loop__marker {
    margin-right: 6px;
  }
}
.recipes_loop .recipes_loop__time {
  position: absolute;
  font-size: 14px;
  padding-left: 24px;
  z-index: 2;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipes_loop__time {
    left: 15px;
    bottom: 10px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
@media print {
  .recipes_loop .recipes_loop__time {
    left: 15px;
    bottom: 10px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
.recipes_loop .recipes_loop__time:before {
  content: "\e057";
  font-family: "lh-icons";
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 0.9;
}
.recipes_loop .recipes_loop__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  height: 3.6em;
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #302E3F;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_loop .recipes_loop__title:hover {
  color: #2D44E1;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipe__save_button {
    padding: 10px 15px;
  }
}
@media print {
  .recipes_loop .recipe__save_button {
    padding: 10px 15px;
  }
}
.recipes_loop .recipe__save_button_wrap {
  position: absolute;
  z-index: 3;
}
@media all and (min-width: 577px) {
  .recipes_loop .recipe__save_button_wrap {
    bottom: 0;
    right: 0;
  }
}
@media print {
  .recipes_loop .recipe__save_button_wrap {
    bottom: 0;
    right: 0;
  }
}
@media all and (min-width: 577px) {
  .recipes_loop .recipe__save_button:before {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
@media print {
  .recipes_loop .recipe__save_button:before {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
.recipes_loop .recipe__save_button_label {
  display: none;
}
.recipes_loop .recipe__save_button.in_favorites {
  color: white;
}
.recipes_loop .recipe__save_button:hover {
  opacity: 1;
  transform: scale(1.1);
}
.recipes_loop .recipe__save_button_popup {
  z-index: 8;
  position: absolute;
  bottom: 100%;
  margin-bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D44E1;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 180px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  white-space: normal;
  transition: all 0.2s ease-in-out 0ms;
  color: white;
  background-color: #2D44E1;
  position: absolute;
  margin-bottom: 4px;
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_left {
  transform: translateX(-90%);
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_left:after {
  left: 90%;
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_right {
  transform: translateX(-10%);
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_right:after {
  left: 20%;
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
.recipes_loop .recipe__save_button_popup.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  .recipes_loop .recipe__save_button_popup {
    display: none;
  }
}
.recipes_loop .recipe__save_button_popup a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
.recipes_loop .recipe__save_button_popup a:hover {
  color: #ED9023;
}
.recipes_loop .recipe__save_button_popup:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top-color: #2D44E1;
  box-sizing: border-box;
  left: 50%;
}
.recipes_loop .recipe__save_button_popup p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.recipes_loop .recipe__save_button_popup p:last-child {
  margin-bottom: 0px;
}
.recipes_loop .recipe__save_button_wrap:hover .recipe__save_button.in_favorites + .recipe__save_button_popup {
  visibility: visible;
  opacity: 1;
}
.recipes_loop .recipes_loop__content-style_list {
  display: none;
}
@media screen and (max-width: 576px) {
  .recipes_loop[data-style=big] .recipes_loop__item {
    flex-basis: 100%;
    max-width: 320px;
  }
  .recipes_loop[data-style=big] .recipes_loop__markers {
    left: 15px;
    right: 15px;
    top: 10px;
  }
  .recipes_loop[data-style=big] .recipes_loop__marker {
    margin-right: 6px;
  }
  .recipes_loop[data-style=big] .recipes_loop__time {
    left: 15px;
    bottom: 10px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
  .recipes_loop[data-style=big] .recipe__save_button {
    padding: 10px 15px;
  }
  .recipes_loop[data-style=big] .recipe__save_button_wrap {
    bottom: 0;
    right: 0;
  }
  .recipes_loop[data-style=big] .recipe__save_button:before {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 576px) {
  .recipes_loop[data-style=small] .recipes_loop__item {
    min-width: 160px;
    max-width: 260px;
  }
  .recipes_loop[data-style=small] .recipes_loop__thumbnail {
    height: 165px;
    margin-bottom: 7px;
  }
  .recipes_loop[data-style=small] .recipes_loop__markers {
    left: 8px;
    right: 8px;
    bottom: 6px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .recipes_loop[data-style=small] .recipes_loop__marker {
    margin-bottom: 3px;
  }
  .recipes_loop[data-style=small] .recipes_loop__time {
    left: 7px;
    top: 8px;
    color: white;
    text-shadow: 1px 1px 2px #302E3F;
    background-color: rgba(136, 166, 227, 0.4);
    padding: 3px 7px 3px 28px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 10.5px;
  }
  .recipes_loop[data-style=small] .recipes_loop__time:before {
    left: 7px;
    font-size: 12px;
    line-height: 1.1;
  }
  .recipes_loop[data-style=small] .recipes_loop__title {
    font-size: 14px;
    height: 2.4em;
    -webkit-line-clamp: 2;
  }
  .recipes_loop[data-style=small] .recipe__save_button {
    background-color: rgba(136, 166, 227, 0.25);
    color: #4E628E;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 2px 5px;
  }
  .recipes_loop[data-style=small] .recipe__save_button_wrap {
    top: 7px;
    right: 8px;
  }
  .recipes_loop[data-style=small] .recipe__save_button:before {
    font-size: 14px;
    font-weight: 400;
  }
  .recipes_loop[data-style=small] .recipe__save_button.in_favorites {
    background-color: #88A6E3;
    color: white;
  }
  .recipes_loop[data-style=small] .recipe__save_button.in_favorites:before {
    font-weight: 900;
  }
}
@media screen and (max-width: 576px) {
  .recipes_loop[data-style=list] .recipes_loop__item {
    display: flex;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0 0 8px 0;
    overflow: hidden;
  }
  .recipes_loop[data-style=list] .recipes_loop__thumbnail {
    flex-basis: 35%;
    height: 120px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    min-width: 133px;
    margin: 0 14px 0 0;
  }
  .recipes_loop[data-style=list] .recipes_loop__thumbnail .recipes_loop__markers, .recipes_loop[data-style=list] .recipes_loop__thumbnail .recipes_loop__time {
    display: none;
  }
  .recipes_loop[data-style=list] .recipes_loop__title {
    display: none;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list {
    display: block;
    position: relative;
    flex-grow: 1;
    padding: 6px 12px 6px 0;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__time {
    font-size: 10.5px;
    position: unset;
    white-space: nowrap;
    padding-left: 16px;
    margin-bottom: 5px;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__time:before {
    font-size: 11px;
    line-height: 1.2;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-weight: 600;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__markers {
    bottom: 6px;
    left: 0;
    right: 12px;
    white-space: nowrap;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .recipes_loop[data-style=list] .recipes_loop__content-style_list .recipes_loop__markers .recipes_loop__marker {
    margin-right: 4px;
  }
  .recipes_loop[data-style=list] .recipe__save_button {
    background-color: rgba(136, 166, 227, 0.25);
    color: #4E628E;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 2px 5px;
  }
  .recipes_loop[data-style=list] .recipe__save_button_wrap {
    top: 7px;
    left: 8px;
  }
  .recipes_loop[data-style=list] .recipe__save_button:before {
    font-size: 14px;
    font-weight: 400;
  }
  .recipes_loop[data-style=list] .recipe__save_button.in_favorites:before {
    font-weight: 900;
  }
}
.recipes_loop .item__desktop_favorite_remove {
  font-weight: 600;
  font-size: 13px;
  color: #ED9023;
  text-align: center;
}
.recipes_loop .item__desktop_favorite_remove:before {
  vertical-align: middle;
  margin-right: 10px;
}
.recipes_loop .owl-carousel {
  display: none;
}
.recipes_loop .owl-carousel .recipes_loop__item {
  max-width: 100%;
}

.woocommerce-account .recipes_loop {
  justify-content: center;
}
.woocommerce-account .item {
  text-align: center;
}

.recipes_main_categories__loop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.recipes_main_category {
  max-width: 140px;
  display: block;
  flex-grow: 1;
  margin: 0 4px 36px 4px;
  text-align: center;
  transition: all 0.2s ease-in-out 0ms;
}
@media all and (min-width: 768px) {
  .recipes_main_category:hover {
    transform: scale(1.05);
  }
}
@media print {
  .recipes_main_category:hover {
    transform: scale(1.05);
  }
}
.recipes_main_category:hover .recipes_main_category__bg {
  background-color: #EDEFFB;
}
.recipes_main_category__bg {
  height: 115px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #EDEFFB;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_main_category__title {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  height: 2.4em;
  color: #4E628E;
}
.recipes_main_category__thumbnail {
  width: 98px;
  height: 98px;
  margin: 0 auto;
}
.recipes_main_category__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(10px 14px 18px rgba(0, 0, 0, 0.1));
}

.recipes_selected__loop:not(.owl-carousel) {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}
.recipes_selected__loop:not(.owl-carousel) .recipes_selected__item {
  flex-grow: 1;
  width: 45%;
  max-width: 560px;
  margin: 0 15px 20px 15px;
}

.recipes_selected__loop.owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.recipes_selected__loop.owl-carousel:before, .recipes_selected__loop.owl-carousel:after {
  top: 0;
  content: "";
  width: 15px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  z-index: 2;
}
.recipes_selected__loop.owl-carousel:before {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.recipes_selected__loop.owl-carousel:after {
  right: 0;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.recipes_selected__loop.owl-carousel .owl-stage {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1070px) {
  .recipes_selected__loop.owl-carousel .owl-stage {
    padding-left: 15px !important;
  }
}
.recipes_selected__loop.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
  left: 0;
  right: 0;
  height: 0;
}
.recipes_selected__loop.owl-carousel .owl-nav .owl-prev, .recipes_selected__loop.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 20px;
  height: 40px;
  position: absolute;
  z-index: 10;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 0 7px rgb(255, 255, 255);
}
.recipes_selected__loop.owl-carousel .owl-nav .owl-prev.disabled, .recipes_selected__loop.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.recipes_selected__loop.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.recipes_selected__item {
  height: 320px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: white;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .recipes_selected__item {
    flex-wrap: wrap;
    height: 365px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.recipes_selected__content {
  flex-grow: 1;
  padding: 30px 38px;
}
@media screen and (max-width: 576px) {
  .recipes_selected__content {
    padding: 24px 14px;
    height: 238px;
  }
}
.recipes_selected__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.05em;
  margin-bottom: 22px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 3.66em;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  .recipes_selected__title {
    -webkit-line-clamp: 2;
    height: 2.44em;
    margin-bottom: 12px;
  }
}
.recipes_selected__description {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
  height: 80px;
}
.recipes_selected__description p {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .recipes_selected__description {
    -webkit-line-clamp: 3;
    height: 60px;
  }
}
.recipes_selected__thumbnail {
  min-width: 255px;
  background-color: #F7F7F7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .recipes_selected__thumbnail {
    width: 100%;
    flex-shrink: 0;
    height: 126px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.recipes_selected__thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipes_selected__handle_marker {
  position: absolute;
  padding: 3px 6px;
  background-color: #5299F7;
  color: white;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media all and (min-width: 577px) {
  .recipes_selected__handle_marker {
    top: 13px;
    right: 14px;
  }
}
@media print {
  .recipes_selected__handle_marker {
    top: 13px;
    right: 14px;
  }
}
@media screen and (max-width: 576px) {
  .recipes_selected__handle_marker {
    bottom: 13px;
    left: 14px;
  }
}
.recipes_selected__link a {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: white;
  border-color: #302E3F;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #302E3F;
  white-space: nowrap;
}
.recipes_selected__link a:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_selected__link a.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipes_selected__link a.loading .button_label {
  opacity: 0.2;
}
.recipes_selected__link a:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_selected__link a.added {
  display: none;
}
.recipes_selected__link a[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_selected__link a:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_selected__link a:active {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_selected__link a[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}

.recipes-loop-ajax__wrap {
  margin-bottom: 50px;
}

.recipes-loop-ajax__more {
  text-align: center;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes-loop-ajax__more .button {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.recipes-loop-ajax__more .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes-loop-ajax__more .button.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipes-loop-ajax__more .button.loading .button_label {
  opacity: 0.2;
}
.recipes-loop-ajax__more .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes-loop-ajax__more .button.added {
  display: none;
}
.recipes-loop-ajax__more .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes-loop-ajax__more .button:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes-loop-ajax__more .button:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipes-loop-ajax__more .button[disabled] {
  color: white;
  background-color: #5299F7;
  border-color: #5299F7;
}

.archive.post-type-archive.post-type-archive-recipes section {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .archive.post-type-archive.post-type-archive-recipes section {
    margin-bottom: 40px;
  }
}

body.admin-bar .recipes_mobile_popup .recipes_mobile_popup__wrap {
  max-height: calc(100vh - 160px);
}

.recipes_mobile_popup__outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0ms;
  background-color: rgba(78, 98, 142, 0.5);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.recipes_mobile_popup__outer.show {
  visibility: visible;
  opacity: 1;
}
.recipes_mobile_popup__outer.show .recipes_mobile_popup {
  bottom: 0;
}
.recipes_mobile_popup__outer .recipes_mobile_popup__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.recipes_mobile_popup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background-color: white;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.35);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.5s ease-out 0ms;
  max-height: calc(100% - 60px);
  overflow: hidden;
}
.recipes_mobile_popup .recipes_mobile_popup__inner {
  padding-bottom: 36px;
}
.recipes_mobile_popup .recipes_mobile_popup__close {
  height: 32px;
  position: relative;
}
.recipes_mobile_popup .recipes_mobile_popup__close:before {
  content: "";
  width: 64px;
  height: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #CCCED6;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -32px;
}
.recipes_mobile_popup .recipes_mobile_popup__wrap {
  padding: 0 12px;
  max-height: calc(100vh - 110px);
  overflow: auto;
}
@supports (-webkit-touch-callout: none) {
  .recipes_mobile_popup .recipes_mobile_popup__wrap {
    padding-bottom: 64px;
  }
}
.recipes_mobile_popup.recipes_mobile_popup__categories .item, .recipes_mobile_popup.recipes_mobile_popup__sort .item {
  display: inline-block;
  width: 100%;
  color: #4E628E;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
}
.recipes_mobile_popup.recipes_mobile_popup__categories .item.active, .recipes_mobile_popup.recipes_mobile_popup__categories .item.current, .recipes_mobile_popup.recipes_mobile_popup__sort .item.active, .recipes_mobile_popup.recipes_mobile_popup__sort .item.current {
  color: #88A6E3;
}
.recipes_mobile_popup.recipes_mobile_popup__sort .item.current:after {
  content: "\e80c";
  font-family: "lh-icons";
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__title_2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list {
  background-color: #EDEFFB;
  padding: 5px 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style] {
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 0;
  color: #CCCED6;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style]:before {
  display: inline-block;
  font-family: "lh-icons";
  font-weight: normal;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style].current {
  background-color: white;
  color: #5299F7;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style=big]:before {
  content: "\f0c8";
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style=small]:before {
  content: "\f009";
}
.recipes_mobile_popup.recipes_mobile_popup__filters .loop_style_list [data-recipes-loop-style=list]:before {
  content: "\f03a";
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list {
  margin-bottom: 40px;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 33px;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item.loading .button_label {
  opacity: 0.2;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item.added {
  display: none;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup.recipes_mobile_popup__filters .filters__list .item.current {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipes_mobile_popup .filters__button_wrap {
  text-align: center;
  display: flex;
  position: fixed;
  bottom: 0;
  background: #EDEFFB;
  left: 0;
  right: 0;
  padding: 10px;
}
.recipes_mobile_popup .filters__button_wrap .button_clear {
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #4E628E;
  background-color: white;
  border-color: #4E628E;
  border-color: white;
}
.recipes_mobile_popup .filters__button_wrap .button_clear:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup .filters__button_wrap .button_clear.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipes_mobile_popup .filters__button_wrap .button_clear.loading .button_label {
  opacity: 0.2;
}
.recipes_mobile_popup .filters__button_wrap .button_clear:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup .filters__button_wrap .button_clear.added {
  display: none;
}
.recipes_mobile_popup .filters__button_wrap .button_clear[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_clear:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.recipes_mobile_popup .filters__button_wrap .button_clear:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.recipes_mobile_popup .filters__button_wrap .button_clear[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_submit {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_mobile_popup .filters__button_wrap .button_submit:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup .filters__button_wrap .button_submit.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipes_mobile_popup .filters__button_wrap .button_submit.loading .button_label {
  opacity: 0.2;
}
.recipes_mobile_popup .filters__button_wrap .button_submit:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_mobile_popup .filters__button_wrap .button_submit.added {
  display: none;
}
.recipes_mobile_popup .filters__button_wrap .button_submit[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_submit:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_submit:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_mobile_popup .filters__button_wrap .button_submit[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.recipes_mobile_popup .filters__button_wrap *.button {
  font-size: 16px;
  white-space: nowrap;
  line-height: 38px;
  height: 40px;
  max-width: 400px;
  flex-grow: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.recipes_toolbar {
  margin-top: 20px;
  margin-bottom: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #EDEFFB;
  display: flex;
}
.recipes_toolbar-desktop {
  min-height: 46px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recipes_toolbar-desktop {
    display: none;
  }
}
.recipes_toolbar-desktop .recipes_toolbar__left {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  width: 1%;
  position: relative;
  color: #302E3F;
}
.recipes_toolbar-desktop .recipes_toolbar__right {
  flex-grow: 0;
  min-width: -moz-min-content;
  min-width: min-content;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #302E3F;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_list,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown {
  opacity: 0;
  visibility: hidden;
  /*@include transform(translateX(-60%));*/
  position: absolute;
  width: 180px;
  min-height: 40px;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  padding: 16px 18px;
  transition: all 0.2s ease-in-out 0ms;
  margin-top: 10px;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_list a, .recipes_toolbar-desktop .recipes_toolbar__categories_more_list .item,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list a,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown a,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown .item {
  cursor: pointer;
  display: block;
  color: #4E628E;
  transition: all 0.2s ease-in-out 0ms;
  padding: 4px 0;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_list a:hover, .recipes_toolbar-desktop .recipes_toolbar__categories_more_list .item:hover,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list a:hover,
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item:hover,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown a:hover,
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown .item:hover {
  color: #5299F7;
}
.recipes_toolbar-desktop .recipes_toolbar__categories {
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 4px 20px;
  width: 1%;
  flex-grow: 1;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_list {
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_list .item {
  line-height: 38px;
  color: #302E3F;
  display: inline-block;
  padding: 0 6px;
  margin-right: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_list .item.active {
  background-color: white;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_list .item:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more:hover .recipes_toolbar__categories_more_list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more[data-list-count="0"] {
  display: none;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_label {
  display: inline-block;
  font-weight: 500;
  line-height: 37px;
  cursor: pointer;
  white-space: nowrap;
  flex-grow: 1;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_label:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__categories_more_label:after {
  content: "\e804";
  font-family: "lh-icons";
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
}
.recipes_toolbar-desktop .recipes_toolbar__filter:focus-within .recipes_toolbar__filters_dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_label {
  padding: 14px 12px;
  cursor: pointer;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_label:after {
  content: "\e038";
  font-family: "lh-icons";
  font-weight: normal;
  margin-left: 6px;
  display: inline-block;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_label:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_dropdown {
  width: 665px;
  transform: translateX(-500px);
}
.recipes_toolbar-desktop .recipes_toolbar__filters_list_label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.recipes_toolbar-desktop .button {
  font-size: 16px;
  vertical-align: middle;
}
.recipes_toolbar-desktop .button_submit {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  margin-right: 10px;
  padding: 24px 64px;
  line-height: 4px;
  font-size: 16px;
}
.recipes_toolbar-desktop .button_submit:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_toolbar-desktop .button_submit.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipes_toolbar-desktop .button_submit.loading .button_label {
  opacity: 0.2;
}
.recipes_toolbar-desktop .button_submit:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_toolbar-desktop .button_submit.added {
  display: none;
}
.recipes_toolbar-desktop .button_submit[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_submit:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_submit:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_submit[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.recipes_toolbar-desktop .button_clear {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
  font-size: 16px;
  color: #2D44E1;
}
.recipes_toolbar-desktop .button_clear:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_toolbar-desktop .button_clear.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipes_toolbar-desktop .button_clear.loading .button_label {
  opacity: 0.2;
}
.recipes_toolbar-desktop .button_clear:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_toolbar-desktop .button_clear.added {
  display: none;
}
.recipes_toolbar-desktop .button_clear[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_clear:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipes_toolbar-desktop .button_clear:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipes_toolbar-desktop .button_clear[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_toolbar-desktop .button_clear:before {
  content: "\e055";
  font-family: "lh-icons";
  font-weight: normal;
  width: 1.2em;
  margin-right: 6px;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: stretch;
  align-items: flex-start;
}
.recipes_toolbar-desktop .recipes_toolbar__filters_list_col {
  flex-basis: 30%;
  margin-bottom: 30px;
}
.recipes_toolbar-desktop .recipes_toolbar__search {
  padding: 14px 12px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0ms;
  color: #302E3F;
}
@media screen and (max-width: 767px) {
  .recipes_toolbar-desktop .recipes_toolbar__search {
    display: none;
  }
}
.recipes_toolbar-desktop .recipes_toolbar__search:after {
  content: "\f002";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  margin-left: 16px;
}
.recipes_toolbar-desktop .recipes_toolbar__search:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__search:focus-within + .recipes_toolbar__search_input_wrap, .recipes_toolbar-desktop .recipes_toolbar__search_input_wrap:focus-within {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__search_input_wrap {
  visibility: hidden;
  opacity: 0.5;
  transition: all 0.5s ease-in-out 0ms;
  position: absolute;
  left: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.recipes_toolbar-desktop .recipes_toolbar__search_input_wrap input {
  width: 100%;
  line-height: 39px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-weight: 500;
  color: #302E3F;
  padding: 0 36px 0 18px;
}
.recipes_toolbar-desktop .recipes_toolbar__search_input_wrap:after {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -1px;
  transform: translateY(-50%);
  content: "\f002";
  font-family: "lh-icons";
  font-size: 15px;
  z-index: 2;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting:hover .recipes_toolbar__sorting_list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_label {
  padding: 14px 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_label:after {
  content: "\e804";
  font-family: "lh-icons";
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_label:hover {
  color: #4E628E;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_list {
  width: 230px;
  transform: translateX(-130px);
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item {
  transition: all 0.2s ease-in-out 0ms;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item.current {
  font-weight: 600;
}
.recipes_toolbar-desktop .recipes_toolbar__sorting_list .item.current:after {
  content: "\e80c";
  font-family: "lh-icons";
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.recipes_toolbar-mobile {
  padding: 6px 10px;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .recipes_toolbar-mobile {
    display: none;
  }
}
@media print {
  .recipes_toolbar-mobile {
    display: none;
  }
}
.recipes_toolbar-mobile .label {
  display: inline-block;
  line-height: 38px;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
  color: #4E628E;
}
.recipes_toolbar-mobile .label:last-child {
  margin-right: 0;
}
.recipes_toolbar-mobile .recipes_toolbar__categories {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
}
.recipes_toolbar-mobile .recipes_toolbar__categories .button {
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  color: #4E628E;
}
.recipes_toolbar-mobile .recipes_toolbar__filters:after {
  content: "Ǟ";
  font-family: "lh-icons";
  margin-left: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  vertical-align: bottom;
}
.recipes_toolbar-mobile .recipes_toolbar__sorting:after {
  content: "\e804";
  font-family: "lh-icons";
  display: inline-block;
  font-weight: normal;
  margin-left: 3px;
  vertical-align: bottom;
}
.recipes_toolbar-mobile .recipes_toolbar__sorting:focus .recipes_toolbar__sorting_list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recipes_toolbar-mobile .recipes_toolbar__sorting_label {
  white-space: nowrap;
}

body.single.single-recipes .recipe__top {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__top {
    flex-wrap: wrap;
  }
}
body.single.single-recipes .recipe__top_left {
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__top_left {
    max-width: 60%;
    margin-right: 60px;
  }
}
@media print {
  body.single.single-recipes .recipe__top_left {
    max-width: 60%;
    margin-right: 60px;
  }
}
body.single.single-recipes .recipe__top_right {
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__top_right {
    max-width: 40%;
  }
}
@media print {
  body.single.single-recipes .recipe__top_right {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__top_right {
    padding: 30px 15px 0 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -33px;
    background-color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
    text-align: center;
    width: 100vw;
  }
  body.single.single-recipes .recipe__top_right .recipe__breadcrumb {
    text-align: left;
  }
}
body.single.single-recipes .recipe__middle {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-left: -18px;
  margin-right: -18px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__middle {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__middle .recipe__ingredients, body.single.single-recipes .recipe__middle .recipe__steps {
    flex-grow: 1;
    background-color: #F7F7F7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 18px 18px 50px 18px;
    padding: 34px 50px;
  }
}
@media print {
  body.single.single-recipes .recipe__middle .recipe__ingredients, body.single.single-recipes .recipe__middle .recipe__steps {
    flex-grow: 1;
    background-color: #F7F7F7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 18px 18px 50px 18px;
    padding: 34px 50px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__middle .recipe__ingredients, body.single.single-recipes .recipe__middle .recipe__steps {
    padding: 0 24px 30px 24px;
    margin-bottom: 30px;
    width: 100%;
    flex-grow: 1;
  }
  body.single.single-recipes .recipe__middle .recipe__ingredients:before, body.single.single-recipes .recipe__middle .recipe__steps:before {
    display: block;
    content: "";
    height: 22px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #F7F7F7;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__middle .recipe__ingredients {
    width: 45%;
  }
}
@media print {
  body.single.single-recipes .recipe__middle .recipe__ingredients {
    width: 45%;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__middle .recipe__steps {
    width: 55%;
  }
}
@media print {
  body.single.single-recipes .recipe__middle .recipe__steps {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .fancybox-slide.fancybox-slide--video {
    padding: 12px;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap {
  min-height: 300px;
  height: 430px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  background: rgb(238, 238, 238);
  background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
  margin-top: 20px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(48, 46, 63, 0.25);
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out 0ms;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link:after {
  content: "\f144";
  font-family: "lh-icons";
  font-size: 74px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  left: 0;
  right: 0;
  color: white;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0ms;
  opacity: 0.75;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link:hover:before {
  background-color: rgba(48, 46, 63, 0.75);
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe_thumbnail_video_link:hover:after {
  opacity: 0.95;
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe_thumbnail_wrap {
    margin-left: -15px;
    margin-right: -15px;
    height: 330px;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__markers {
  position: absolute;
  bottom: 15px;
  left: 50px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__markers {
    text-align: center;
    left: 15px;
    right: 15px;
    bottom: 45px;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__markers .recipe__marker {
  line-height: 26px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: inline-block;
  text-transform: lowercase;
  padding: 2px 12px;
  color: white;
  font-size: 15px;
  background-color: rgba(78, 98, 142, 0.75);
  margin-right: 14px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__markers .recipe__marker:last-child {
  margin-right: 0;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button {
  background-color: rgba(78, 98, 142, 0.75);
  color: white;
  padding: 5px 6px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap {
  position: absolute;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap {
    right: 15px;
    bottom: 15px;
  }
}
@media print {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap {
    top: 15px;
    left: 20px;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_label {
  display: none;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup {
  z-index: 8;
  position: absolute;
  bottom: 100%;
  margin-bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D44E1;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 180px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  white-space: normal;
  transition: all 0.2s ease-in-out 0ms;
  color: white;
  background-color: #2D44E1;
  position: absolute;
  margin-bottom: 4px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_left {
  transform: translateX(-90%);
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_left:after {
  left: 90%;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_right {
  transform: translateX(-10%);
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_right:after {
  left: 20%;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup {
    display: none;
  }
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup a:hover {
  color: #ED9023;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top-color: #2D44E1;
  box-sizing: border-box;
  left: 50%;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup p {
  margin-top: 0px;
  margin-bottom: 10px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_popup p:last-child {
  margin-bottom: 0px;
}
body.single.single-recipes .recipe_thumbnail_wrap .recipe__save_button_wrap:hover .recipe__save_button.in_favorites + .recipe__save_button_popup {
  visibility: visible;
  opacity: 1;
}
body.single.single-recipes .recipe__addition_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 42px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__addition_meta {
    background-color: #EDEFFB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px 15px;
  }
}
body.single.single-recipes .recipe__addition_meta .addition_meta__col {
  width: 25%;
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__addition_meta .addition_meta__col {
    margin-right: 8px;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-width: -moz-fit-content;
    min-width: fit-content;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1.5px solid #4E628E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-transform: lowercase;
    margin-bottom: 8px;
  }
}
@media print {
  body.single.single-recipes .recipe__addition_meta .addition_meta__col {
    margin-right: 8px;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-width: -moz-fit-content;
    min-width: fit-content;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1.5px solid #4E628E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-transform: lowercase;
    margin-bottom: 8px;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__addition_meta .addition_meta__title {
    margin-right: 8px;
  }
}
@media print {
  body.single.single-recipes .recipe__addition_meta .addition_meta__title {
    margin-right: 8px;
  }
}
body.single.single-recipes .recipe__steps .steps__label {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__steps .steps__label {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media print {
  body.single.single-recipes .recipe__steps .steps__label {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__steps .steps__label {
    color: #88A6E3;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
body.single.single-recipes .recipe__steps .steps__value {
  font-size: 15px;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__steps .steps__value {
    margin-bottom: 20px;
  }
}
@media print {
  body.single.single-recipes .recipe__steps .steps__value {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__steps .steps__value {
    margin-bottom: 26px;
  }
}
body.single.single-recipes .ingredients__list .ingredients__item {
  display: flex;
  flex-wrap: nowrap;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__item:first-child .ingredients__label, body.single.single-recipes .ingredients__list .ingredients__item:first-child .ingredients__value_wrap {
    padding-top: 0;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__item:first-child .ingredients__label, body.single.single-recipes .ingredients__list .ingredients__item:first-child .ingredients__value_wrap {
    padding-top: 0;
  }
}
body.single.single-recipes .ingredients__list .ingredients__item:last-child {
  border-bottom: none;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__item:last-child .ingredients__label, body.single.single-recipes .ingredients__list .ingredients__item:last-child .ingredients__value_wrap {
    padding-bottom: 0;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__item:last-child .ingredients__label, body.single.single-recipes .ingredients__list .ingredients__item:last-child .ingredients__value_wrap {
    padding-bottom: 0;
  }
}
body.single.single-recipes .ingredients__list .ingredients__label {
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__label {
    padding: 12px 16px 12px 0;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__label {
    padding: 12px 16px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .ingredients__list .ingredients__label {
    padding: 10px 16px 10px 0;
  }
}
body.single.single-recipes .ingredients__list .ingredients__value_wrap {
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__value_wrap {
    text-align: left;
    min-width: 130px;
    padding: 12px 16px;
    flex-basis: 180px;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__value_wrap {
    text-align: left;
    min-width: 130px;
    padding: 12px 16px;
    flex-basis: 180px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .ingredients__list .ingredients__value_wrap {
    text-align: right;
    min-width: 90px;
    padding: 10px 0 10px 16px;
    color: #CCCED6;
    flex-basis: 140px;
  }
}
body.single.single-recipes .ingredients__list .ingredients__value {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .ingredients__list .ingredients__value {
    max-width: 130px;
  }
}
@media print {
  body.single.single-recipes .ingredients__list .ingredients__value {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .ingredients__list .ingredients__value {
    max-width: 90px;
  }
}
body.single.single-recipes .ingredients__list .ingredients__unit {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
body.single.single-recipes .related-products {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .related-products {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.single.single-recipes .related-products .owl-carousel div.owl-stage-outer {
  padding-bottom: 100px;
  margin-bottom: -100px;
}
body.single.single-recipes .related-products .owl-carousel .owl-stage-outer {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
  margin-bottom: -15px;
}
body.single.single-recipes .related-products .owl-carousel .recipes_loop__item {
  margin: 0;
  width: 100%;
}
body.single.single-recipes .related-products .owl-carousel .owl-nav {
  position: absolute;
  height: 0;
  overflow: visible;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -10px;
}
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev,
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 24px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 10;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: transparent;
  border: none;
}
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev i,
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next i {
  display: none;
}
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/arrow-right.svg);
}
@media all and (min-width: 1293px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media print {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media screen and (max-width: 1292px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/arrow-left.svg);
}
@media all and (min-width: 1293px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
@media print {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1292px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .related-products .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .related-products .products-list .item__title_wrap {
    height: 3.6em;
  }
}
body.single.single-recipes .recipes__related {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipes__related {
    margin-bottom: 30px;
  }
}
body.single.single-recipes .recipes__related .recipes__related_loop {
  margin-left: -15px;
  margin-right: -15px;
}
body.single.single-recipes .recipes__related .recipes_loop[data-style=small] .recipes_loop__item {
  min-width: unset;
}
body.single.single-recipes .recipe__made_with_our {
  margin-bottom: 50px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop .owl-stage-outer {
  padding-bottom: 100px;
  margin-bottom: -100px;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop .lh_loop_page__loop_simple {
  margin-bottom: -100px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop .product__add_to_cart.template-qty-right .qty {
  width: 34%;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double .products-list {
  margin-right: 65px;
  flex-wrap: nowrap;
  flex-grow: 1;
  margin-bottom: 35px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double .products-list .item {
  flex-grow: 1;
  max-width: 260px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double .products_small_wrap {
  flex-basis: 40%;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-1 .products_small_wrap {
  display: none;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products-list, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products-list {
  margin-right: 12px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_wrap, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_wrap {
  flex-basis: 415px;
  padding: 16px 18px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list {
  margin-right: 0;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item {
  flex-basis: 100%;
  padding-right: 0;
  align-items: center;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item__thumbnail, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item__thumbnail {
  width: 74px;
  height: 56px;
  margin-right: 16px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item__content, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item__content {
  display: block;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item__title, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item__title {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 968px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products-list, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products-list {
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_wrap, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_wrap {
    max-width: 790px;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list {
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item {
    flex-basis: 74px;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-2 .products_small_list .item__content, body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-3 .products_small_list .item__content {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products-list {
  margin-right: 12px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_wrap {
  flex-basis: 212px;
  padding: 16px 18px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list {
  margin-right: -5px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list .item {
  flex-basis: 50%;
  padding-right: 5px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list .item__thumbnail {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products-list {
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_wrap {
    max-width: 790px;
    flex-basis: unset;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list {
    justify-content: center;
  }
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-desktop.made_with_our__loop-double-4 .products_small_list .item {
    flex-basis: 74px;
  }
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-mobile {
    display: none;
  }
}
@media print {
  body.single.single-recipes .recipe__made_with_our .made_with_our__loop-mobile {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile {
  text-align: center;
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile {
    display: none;
  }
}
@media print {
  body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile {
    display: none;
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  width: 100%;
  max-width: 350px;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button.loading .button_label {
  opacity: 0.2;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button.added {
  display: none;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__add_all_to_cart_wrap-mobile .button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
body.single.single-recipes .recipe__made_with_our .products_small_wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.35);
  padding: 55px 30px 25px 30px;
  max-width: 790px;
  margin: 0 auto;
}
body.single.single-recipes .recipe__made_with_our .products_small_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: -10px;
  justify-content: center;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item {
  flex-basis: 74px;
  padding-right: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 28px;
  transition: all 0.2s ease-in-out 0ms;
  color: #4E628E;
  position: relative;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item:before, body.single.single-recipes .recipe__made_with_our .products_small_list .item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out 0ms;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item:before {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 5;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item:after {
  content: "";
  background: url("../images/preloader.svg") 30% 50% no-repeat;
  background-size: 16px;
  z-index: 6;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item.loading:before, body.single.single-recipes .recipe__made_with_our .products_small_list .item.loading:after {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 768px) {
  body.single.single-recipes .recipe__made_with_our .products_small_list .item:hover {
    transform: scale(1.05);
  }
}
@media print {
  body.single.single-recipes .recipe__made_with_our .products_small_list .item:hover {
    transform: scale(1.05);
  }
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__thumbnail {
  width: 74px;
  height: 56px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__out_of_stock_label {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  background-color: #5299F7;
  color: white;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item.item-out_of_stock .item__out_of_stock_label {
  display: block;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__content {
  flex-grow: 1;
  display: none;
}
body.single.single-recipes .recipe__made_with_our .products_small_list .item__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #4E628E;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_wrap {
  text-align: center;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  min-width: 55%;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart.loading .button_label {
  opacity: 0.2;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart.added {
  display: none;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single.single-recipes .recipe__made_with_our .products_small_button_all_to_cart[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
body.single.single-recipes .recipe__made_with_our .made_with_our__loop-mobile .products_small_wrap {
  margin-top: -80px;
  margin-bottom: 80px;
  padding: 22px 14px;
}
body.single.single-recipes .recipe__title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__title {
    font-size: 24px;
  }
}
body.single.single-recipes .recipe__description {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__description {
    color: #CCCED6;
    font-weight: 500;
  }
}
body.single.single-recipes .recipe__text_content {
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipe__text_content {
    font-weight: 500;
  }
}
body.single.single-recipes .recipes__related .owl-carousel .owl-stage-outer {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
  margin-bottom: -15px;
}
body.single.single-recipes .recipes__related .owl-carousel .recipes_loop__item {
  margin: 0;
  width: 100%;
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav {
  position: absolute;
  height: 0;
  overflow: visible;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -10px;
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev,
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 24px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 10;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: transparent;
  border: none;
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev i,
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next i {
  display: none;
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/arrow-right.svg);
}
@media all and (min-width: 1293px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media print {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media screen and (max-width: 1292px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/arrow-left.svg);
}
@media all and (min-width: 1293px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
@media print {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1292px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.single.single-recipes .recipes__related .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}

.body.single.single-recipes .lh_breadcrumb {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .body.single.single-recipes .lh_breadcrumb {
    margin-bottom: 54px;
  }
}
@media print {
  .body.single.single-recipes .lh_breadcrumb {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 767px) {
  .body.single.single-recipes .lh_breadcrumb {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

body.archive.post-type-archive.post-type-archive-recipes .lh_breadcrumb, body.archive.tax-recipe_cat .lh_breadcrumb, body.archive.tax-recipe_tag .lh_breadcrumb, body.archive.tax-recipe_mealtime .lh_breadcrumb, body.page-template-recipes-all .lh_breadcrumb {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  body.archive.post-type-archive.post-type-archive-recipes .lh_breadcrumb, body.archive.tax-recipe_cat .lh_breadcrumb, body.archive.tax-recipe_tag .lh_breadcrumb, body.archive.tax-recipe_mealtime .lh_breadcrumb, body.page-template-recipes-all .lh_breadcrumb {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
body.archive.post-type-archive.post-type-archive-recipes .recipe__breadcrumb-mobile, body.archive.tax-recipe_cat .recipe__breadcrumb-mobile, body.archive.tax-recipe_tag .recipe__breadcrumb-mobile, body.archive.tax-recipe_mealtime .recipe__breadcrumb-mobile, body.page-template-recipes-all .recipe__breadcrumb-mobile {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  body.archive.post-type-archive.post-type-archive-recipes .recipe__breadcrumb-mobile, body.archive.tax-recipe_cat .recipe__breadcrumb-mobile, body.archive.tax-recipe_tag .recipe__breadcrumb-mobile, body.archive.tax-recipe_mealtime .recipe__breadcrumb-mobile, body.page-template-recipes-all .recipe__breadcrumb-mobile {
    display: none;
  }
}
@media print {
  body.archive.post-type-archive.post-type-archive-recipes .recipe__breadcrumb-mobile, body.archive.tax-recipe_cat .recipe__breadcrumb-mobile, body.archive.tax-recipe_tag .recipe__breadcrumb-mobile, body.archive.tax-recipe_mealtime .recipe__breadcrumb-mobile, body.page-template-recipes-all .recipe__breadcrumb-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.archive.post-type-archive.post-type-archive-recipes .recipe__breadcrumb-desktop, body.archive.tax-recipe_cat .recipe__breadcrumb-desktop, body.archive.tax-recipe_tag .recipe__breadcrumb-desktop, body.archive.tax-recipe_mealtime .recipe__breadcrumb-desktop, body.page-template-recipes-all .recipe__breadcrumb-desktop {
    display: none;
  }
}

.recipe__block_title {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .recipe__block_title {
    font-size: 23px;
  }
}
.recipe__block_title .button {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
  z-index: 2;
  height: 35px;
  padding: 0 12px;
  font-size: 13px;
  margin-left: 18px;
  cursor: pointer;
}
.recipe__block_title .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipe__block_title .button.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipe__block_title .button.loading .button_label {
  opacity: 0.2;
}
.recipe__block_title .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipe__block_title .button.added {
  display: none;
}
.recipe__block_title .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipe__block_title .button:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.recipe__block_title .button:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.recipe__block_title .button[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
@media screen and (max-width: 767px) {
  .recipe__block_title .button {
    margin-left: 12px;
  }
}

div.recipes__page_title, div.recipes__page_title h1 {
  font-size: 32px;
}
div.recipes__page_title.recipes__page_title-desktop {
  font-weight: 800;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  div.recipes__page_title.recipes__page_title-desktop {
    display: none;
  }
}
div.recipes__page_title.recipes__page_title-mobile {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 24px 0;
}
@media all and (min-width: 768px) {
  div.recipes__page_title.recipes__page_title-mobile {
    display: none;
  }
}
@media print {
  div.recipes__page_title.recipes__page_title-mobile {
    display: none;
  }
}

.recipes_loop_empty {
  text-align: center;
  color: #4E628E;
  margin: 20px auto 30px auto;
  max-width: 400px;
}
.recipes_loop_empty .recipes_loop_empty__title {
  margin-bottom: 32px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
.recipes_loop_empty:before {
  font-family: "lh-icons";
  display: block;
  margin: 24px auto;
  content: "\e039";
  font-weight: 300;
  font-size: 44px;
}
.recipes_loop_empty .button {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  padding: 0px 15px;
  height: 40px;
  font-size: 16px;
}
.recipes_loop_empty .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_loop_empty .button.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recipes_loop_empty .button.loading .button_label {
  opacity: 0.2;
}
.recipes_loop_empty .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.recipes_loop_empty .button.added {
  display: none;
}
.recipes_loop_empty .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_loop_empty .button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_loop_empty .button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.recipes_loop_empty .button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}

[tabindex] {
  stroke: none;
  outline: none;
}

.recipes_loop__filter_tags {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .recipes_loop__filter_tags {
    display: none;
  }
}
.recipes_loop__filter_tags[data-count="0"] {
  display: none;
}
.recipes_loop__filter_tags .item {
  display: inline-block;
  border: 1px solid #4E628E;
  padding: 6px 12px;
  cursor: pointer;
  color: #4E628E;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 500;
}
.recipes_loop__filter_tags .item:after {
  content: "\e052";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  margin-left: 6px;
}
.recipes_loop__filter_tags .item:hover {
  color: #88A6E3;
  border-color: #88A6E3;
}
