.featured_products {
  margin-bottom: 61px;
}
.featured_products .featured_products__inner {
  background-color: #EDEFFB;
  border-radius: 25px;
  padding: 32px 69px 49px;
  margin-left: -69px;
  margin-right: -69px;
  width: calc(100% + 138px);
}
@media screen and (max-width: 767px) {
  .featured_products .featured_products__inner {
    padding-top: 26px;
  }
}
.featured_products .block_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  color: #302E3F;
  margin-bottom: 26px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .featured_products .block_title {
    font-size: 23px;
    margin-bottom: 29px;
  }
}
.featured_products .tabs {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #88A6E3;
}
@media screen and (max-width: 767px) {
  .featured_products .tabs {
    margin-bottom: 20px;
  }
}
.featured_products .tabs .item {
  position: relative;
  top: 1px;
  padding: 0px 15px;
  line-height: 36px;
  color: #302E3F;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .featured_products .tabs .item {
    font-size: 13px;
    line-height: 30px;
  }
}
.featured_products .tabs .item.active {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #88A6E3;
  border-bottom-color: #EDEFFB;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .featured_products .inner-tabs {
    padding-top: 25px;
  }
}
@media print {
  .featured_products .inner-tabs {
    padding-top: 25px;
  }
}
.featured_products .inner-tabs .item-inner-tab {
  display: flex;
  position: relative;
}
.featured_products .inner-tabs .item-inner-tab:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #EDEFFB;
  left: -2px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
}
.featured_products .inner-tabs .item-inner-tab.add-cover:after {
  opacity: 1;
  visibility: visible;
}
.featured_products .inner-tabs .item-inner-tab.hidden {
  display: none;
}
.featured_products .products-grid {
  margin-bottom: 0px;
}
.featured_products .products-list.owl-carousel {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .featured_products .products-list.owl-carousel .owl-nav {
    display: none;
  }
}
.featured_products .products-list.owl-carousel .owl-stage {
  padding-bottom: 0px;
}
.featured_products .products-list.owl-carousel .owl-stage-outer .owl-item {
  margin-bottom: 0px;
}
.featured_products .products-list.owl-carousel .owl-stage-outer .owl-item .item {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .featured_products .item__price {
    min-height: 27px;
  }
}

.featured_categories_block {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .featured_categories_block {
    margin-bottom: 50px;
  }
}
.featured_categories_block .block_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  color: #302E3F;
  margin-bottom: 26px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .featured_categories_block .block_title {
    font-size: 23px;
    margin-bottom: 17px;
  }
}
.featured_categories_block .featured_categories {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .featured_categories_block .featured_categories {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}
.featured_categories_block .featured_categories.hover .item .inner:not(:hover) {
  /*filter: grayscale(100%);*/
  opacity: 0.5;
}
.featured_categories_block .featured_categories .item {
  padding: 0px 15px;
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .featured_categories_block .featured_categories .item {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0px 3px;
  }
}
.featured_categories_block .featured_categories .item .inner {
  display: block;
  align-items: center;
  position: relative;
  color: #302E3F;
  transition: all 0.3s linear;
}
.featured_categories_block .featured_categories .item .inner:hover {
  color: #2D44E1;
}
.featured_categories_block .featured_categories .item .inner .image {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  border-radius: 8px;
  position: relative;
}
.featured_categories_block .featured_categories .item .inner .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.featured_categories_block .featured_categories .item .inner .image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured_categories_block .featured_categories .item .inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.featured_categories_block .featured_categories .item .inner .category {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .featured_categories_block .featured_categories .item .inner .category {
    font-size: 14px;
    margin-top: 4px;
  }
}

.recently_viewed_block {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .recently_viewed_block {
    margin-bottom: 60px;
  }
}
.recently_viewed_block .recently_viewed_title {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.5;
  color: #302E3F;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .recently_viewed_block .recently_viewed_title {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
.recently_viewed_block .recently_viewed__items .owl-stage {
  padding-left: 0px !important;
}
.recently_viewed_block .recently_viewed__items .block_thumbnails {
  height: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 10px;
  display: block;
}
.recently_viewed_block .recently_viewed__items .block_thumbnails .block_thumbnails_inner {
  position: relative;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.recently_viewed_block .recently_viewed__items .block_thumbnails img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recently_viewed_block .recently_viewed__items .item__title_wrap {
  display: block;
}
.recently_viewed_block .recently_viewed__items.products-list.owl-carousel .owl-stage-outer {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recently_viewed_block .recently_viewed__items.products-list.owl-carousel .owl-stage-outer {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 575px) {
  .recently_viewed_block .recently_viewed__items .button__popup {
    max-width: 150px;
  }
}
.recently_viewed_block .owl-carousel {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .recently_viewed_block .products-list .item {
    padding: 0px 3px;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recently_viewed_block .products-list .item .item__title_wrap {
    padding: 0px 8px;
  }
}
@media screen and (max-width: 767px) {
  .recently_viewed_block .products-list .item .item__title_wrap .item__title {
    font-size: 11px;
    line-height: 17px;
    height: 33.9px;
    max-height: 33.9px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 767px) {
  .recently_viewed_block .products-list .item .actions_wrap {
    padding: 0px 8px 10px;
  }
}
.recently_viewed_block .products-list .item .actions_wrap .button_default {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .recently_viewed_block .products-list .item .actions_wrap .button_default {
    font-size: 10px;
    margin-right: 4px;
    height: 26px;
  }
}
.recently_viewed_block .products-list .item .actions_wrap .qty {
  width: 50px;
}

.just-arrived {
  margin-top: 58px;
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .just-arrived {
    margin-top: 0px;
    margin-bottom: 75px;
  }
}
.just-arrived .title_block {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 32px;
}
.just-arrived .product {
  height: 100%;
}
.just-arrived .owl-stage-outer {
  overflow-x: clip;
  overflow-y: visible;
}
@media all and (min-width: 768px) {
  .just-arrived .owl-stage-outer:hover {
    margin-bottom: -200px;
    padding-bottom: 200px;
  }
}
@media print {
  .just-arrived .owl-stage-outer:hover {
    margin-bottom: -200px;
    padding-bottom: 200px;
  }
}
.just-arrived .item__price {
  display: flex;
  flex-wrap: wrap;
}
.just-arrived .item__price inc {
  order: 2;
  width: 100%;
}
.just-arrived .item__price del {
  order: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .just-arrived .products-grid .item__meta_wrap {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .just-arrived .item__action_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-categories {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .main-categories {
    margin-bottom: 46px;
  }
}
.main-categories .main-categories__inner {
  background-color: #EDEFFB;
  border-radius: 25px;
  padding: 32px 69px 49px;
  margin-left: -69px;
  margin-right: -69px;
  width: calc(100% + 138px);
}
@media screen and (max-width: 767px) {
  .main-categories .main-categories__inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.main-categories .title_block {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  color: #302E3F;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .main-categories .title_block {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.main-categories .categories {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0px -5px;
}
.main-categories .categories .item {
  flex: 1 0 0%;
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
  position: relative;
}
.main-categories .categories .item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 111.1111111111%;
}
.main-categories .categories .item > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .main-categories .categories .item {
    min-height: 155px;
    max-width: 200px;
  }
}
@media print {
  .main-categories .categories .item {
    min-height: 155px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .main-categories .categories .item {
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-categories .categories .item {
    flex: 0 0 33.3333333333%;
    padding: 0px 3px;
    margin-bottom: 12px;
  }
}
.main-categories .categories .item a {
  display: inline-block;
  height: 100%;
  left: 5px;
  right: 5px;
  box-shadow: 2.61315px 3.4842px 11.3236px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
  transition: all 0.3s linear;
}
.main-categories .categories .item a:hover {
  box-shadow: 2.61315px 3.4842px 11.3236px rgba(0, 0, 0, 0.3);
}
.main-categories .categories .item a:hover > .title {
  color: #2D44E1;
}
.main-categories .categories .item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #302E3F;
  text-align: center;
  margin-top: 12px;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-categories .categories .item .title {
    font-size: 13px;
  }
}
.main-categories .categories .item .thumb {
  position: absolute;
  top: 35px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-categories .categories .item.new-product a .thumb {
  background-image: url(../images/new-products.svg);
}

#arrived {
  margin-top: 40px;
  margin-bottom: 30px;
}

.featured-products {
  margin-bottom: 75px;
}
.featured-products .title_block {
  font-weight: 700;
  font-size: 34px;
  line-height: 146.9%;
  color: #CCCED6;
  margin-bottom: 22px;
}
.featured-products .cats .owl-stage-outer {
  padding: 10px 0px;
}
.featured-products .cats .item {
  padding: 0px 5px;
}
.featured-products .cats .item .inner {
  position: relative;
  display: inline-block;
  box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.1);
  border-radius: 14.2862px;
  overflow: hidden;
  padding: 14px;
  height: 178px;
  transition: all 0.3s linear;
}
.featured-products .cats .item .inner:hover {
  box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.4);
}
.featured-products .cats .item .inner:hover .title {
  color: #2D44E1;
}
.featured-products .cats .item .inner .image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  z-index: 0;
}
.featured-products .cats .item .inner .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.featured-products .cats .item .inner .title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 105.4%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #CCCED6;
  transition: all 0.3s linear;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .featured_products .products-grid .item__action_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .featured_products .products-grid .item__meta_wrap {
    margin-bottom: 10px;
  }
}

.front_page_slide_block .title_block {
  display: flex;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #302E3F;
  margin-bottom: 26px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front_page_slide_block .title_block {
    font-size: 23px;
    margin-bottom: 18px;
  }
}
.front_page_slide_block .title_block.orange {
  color: #ED9023;
}
.front_page_slide_block .title_block img {
  margin-right: 10px;
}
.front_page_slide_block .recommended.owl-carousel {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
  .front_page_slide_block .owl-nav {
    display: none;
  }
}
.front_page_slide_block .show_more {
  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;
  color: #2D44E1;
  font-weight: 600;
  font-size: 13px;
  padding: 0px 12px;
  line-height: 34px;
  height: 34px;
  margin-left: 15px;
}
.front_page_slide_block .show_more:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.front_page_slide_block .show_more.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);
  }
}
.front_page_slide_block .show_more.loading .button_label {
  opacity: 0.2;
}
.front_page_slide_block .show_more:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.front_page_slide_block .show_more.added {
  display: none;
}
.front_page_slide_block .show_more[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.front_page_slide_block .show_more:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.front_page_slide_block .show_more:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.front_page_slide_block .show_more[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}

.sales_block .title_block {
  font-weight: 700;
  font-size: 34px;
  line-height: 146.9%;
  color: #CCCED6;
  margin-bottom: 22px;
  display: flex;
}

.front_page_slide_block .item__meta_wrap .item__rate .item__rate-label-pc {
  display: none;
}

.amazing {
  margin: 100px auto 145px;
  background-color: #4E628E;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 45px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.amazing .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 114.4%;
  color: white;
  width: 33.3333333333%;
  padding-right: 28px;
}
.amazing .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 146.9%;
  color: white;
  width: 33.3333333333%;
  padding: 0px 10px;
}

.recipes {
  margin-bottom: 53px;
}
.recipes .title_block {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.5;
  color: #302E3F;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .recipes .title_block {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
.recipes .title_block a {
  font: inherit;
  color: inherit;
}
.recipes [data-items=recipes] {
  margin: 0px -15px;
  width: calc(100% + 30px);
}
.recipes [data-items=recipes] .owl-stage {
  display: flex;
}
.recipes [data-items=recipes] .item {
  padding: 0px 15px;
  height: 100%;
}
.recipes [data-items=recipes] .item .inner {
  height: 260px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 15px 15px 0px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.recipes [data-items=recipes] .item .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(34, 35, 38, 0) 0%, rgba(34, 35, 38, 0.7) 100%);
  transition: all 0.3s linear;
  z-index: 0;
  transition: all 0.3s linear;
}
.recipes [data-items=recipes] .item .inner:hover:before {
  background: linear-gradient(0deg, rgba(59, 75, 109, 0.47), rgba(59, 75, 109, 0.47)), linear-gradient(180deg, rgba(34, 35, 38, 0) 0%, rgba(34, 35, 38, 0.9) 14.58%);
}
.recipes [data-items=recipes] .item .inner:hover .content:not(.cloned) .categories {
  padding-top: 15px;
}
.recipes [data-items=recipes] .item .inner:hover .content:not(.cloned) .title {
  padding-bottom: 10px;
  -webkit-line-clamp: 3;
  height: 66px;
}
.recipes [data-items=recipes] .item .inner:hover .content:not(.cloned) .tags {
  background-color: transparent;
  position: relative;
  bottom: unset;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  padding-bottom: 20px;
}
.recipes [data-items=recipes] .item .inner:hover .content:not(.cloned) .text {
  height: auto;
  display: -webkit-box;
}
.recipes [data-items=recipes] .item .inner:hover .content:not(.cloned) .read_more {
  display: block;
}
.recipes [data-items=recipes] .item .content.cloned {
  opacity: 0;
  visibility: hidden;
}
.recipes [data-items=recipes] .item .content:not(.cloned) {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
}
.recipes [data-items=recipes] .item .favorite_block {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.recipes [data-items=recipes] .item .categories {
  position: relative;
  font-weight: bold;
  font-size: 13.7697px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 5px;
  z-index: 1;
  padding-top: 140px;
  padding-right: 25px;
  transition: all 0.3s linear;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.recipes [data-items=recipes] .item .title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: white;
  z-index: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}
.recipes [data-items=recipes] .item .tags {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  background-color: rgba(45, 68, 225, 0.7);
  padding: 10px;
  overflow: hidden;
}
.recipes [data-items=recipes] .item .tags .tags__inner {
  color: white;
  line-height: 1.4em;
  height: 1.3em;
  max-height: 1.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: unset;
  height: unset;
  max-height: unset;
  position: relative;
  z-index: 3;
}
.recipes [data-items=recipes] .item .tags a {
  margin-right: 5px;
  display: inline-block;
  border: 1.25745px solid white;
  border-radius: 96.4043px;
  font-weight: 500;
  font-size: 11.7362px;
  color: white;
  line-height: 22px;
  padding: 0 10px;
}
.recipes [data-items=recipes] .item .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: white;
  display: none;
  width: 100%;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 12px;
}
.recipes [data-items=recipes] .item .text .item_text {
  line-height: 1.4em;
  height: 4.1em;
  max-height: 4.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recipes [data-items=recipes] .item .text .actions {
  margin-top: 17px;
}
.recipes [data-items=recipes] .item .read_more {
  display: none;
  color: white;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}
.recipes [data-items=recipes] .item .link_for_all_block {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recipes .owl-carousel .owl-nav {
    display: none;
  }
}
.recipes .owl-carousel .owl-nav [type=button] {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  line-height: 1;
  width: 40px;
  height: 40px;
  font-size: 44px;
  font-weight: 400;
  background: 50% 50% no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.7));
}
.recipes .owl-carousel .owl-nav [type=button].owl-prev {
  left: -40px;
  background-image: url(../images/arrow-left.svg);
}
@media screen and (max-width: 1292px) {
  .recipes .owl-carousel .owl-nav [type=button].owl-prev {
    left: 10px;
  }
}
.recipes .owl-carousel .owl-nav [type=button].owl-prev i:before {
  display: none;
}
.recipes .owl-carousel .owl-nav [type=button].owl-next {
  right: -40px;
  background-image: url(../images/arrow-right.svg);
}
@media screen and (max-width: 1292px) {
  .recipes .owl-carousel .owl-nav [type=button].owl-next {
    right: 10px;
  }
}
.recipes .owl-carousel .owl-nav [type=button].owl-next i:before {
  display: none;
}

.free-shipping {
  background-color: #56B688;
  padding: 32px;
  background-image: url(../../dist/images/free-shipping.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}
.free-shipping .text {
  font-weight: 700;
  font-size: 48.259px;
  line-height: 121.9%;
  color: white;
  max-width: 560px;
  text-shadow: 5px 4px 11px rgba(0, 0, 0, 0.15);
}

.blue-logo {
  margin-bottom: 20px;
  text-align: center;
}

.products-list.owl-carousel {
  background: url(../images/preloader.svg) 50% 50% no-repeat;
  display: block;
}
.products-list.owl-carousel .item {
  width: 100%;
  height: 100%;
}
.products-list.owl-carousel.owl-loaded {
  background-image: none;
}
.products-list.owl-carousel:not(.owl-loaded) {
  min-height: 427px;
}
.products-list.owl-carousel:not(.owl-loaded) .item {
  display: none;
}
.products-list.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
  left: 0;
  right: 0;
  height: 0;
}
.products-list.owl-carousel .owl-nav button {
  top: 0 !important;
}

.lh_happy_hours_banner_main_wrap {
  background-color: #EA522E;
  min-height: 70px;
  display: flex;
  justify-content: stretch;
}
.lh_happy_hours_banner_main_wrap .banner-left, .lh_happy_hours_banner_main_wrap .banner-right {
  flex-grow: 1;
}
.lh_happy_hours_banner_main_wrap .lh_happy_hours_banner_inner {
  width: 100%;
  color: white;
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_main_wrap .lh_happy_hours_banner_inner {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    padding: 8px 15px;
    display: flex;
    max-width: 1140px;
  }
}
@media print {
  .lh_happy_hours_banner_main_wrap .lh_happy_hours_banner_inner {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    padding: 8px 15px;
    display: flex;
    max-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_main_wrap .lh_happy_hours_banner_inner {
    text-align: center;
    padding: 4px 12px;
    line-height: 22px;
    position: relative;
  }
  .lh_happy_hours_banner_main_wrap .lh_happy_hours_banner_inner:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 20px;
    vertical-align: text-bottom;
  }
}
.lh_happy_hours_banner_main_wrap .banner-promo-name {
  color: #FDE79A;
  background: -webkit-linear-gradient(left, #FCE0B7, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_main_wrap .banner-promo-name {
    width: 158px;
    font-size: 28px;
    line-height: 25px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
@media print {
  .lh_happy_hours_banner_main_wrap .banner-promo-name {
    width: 158px;
    font-size: 28px;
    line-height: 25px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_main_wrap .banner-promo-name {
    display: inline;
    font-size: 16px;
    position: relative;
  }
  .lh_happy_hours_banner_main_wrap .banner-promo-name:after {
    content: ": ";
    display: inline;
  }
  .lh_happy_hours_banner_main_wrap .banner-promo-name:before {
    content: "";
    position: absolute;
    background: url(../images/happy_hours/main_banner_icon_mob.png) 100% 50% no-repeat;
    background-size: contain;
    width: 57px;
    height: 30px;
    top: -3px;
    left: -59px;
  }
}
.lh_happy_hours_banner_main_wrap .banner-title {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_main_wrap .banner-title {
    font-size: 22px;
    text-align: left;
    flex-grow: 1;
    padding: 0 8px;
  }
}
@media print {
  .lh_happy_hours_banner_main_wrap .banner-title {
    font-size: 22px;
    text-align: left;
    flex-grow: 1;
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_main_wrap .banner-title {
    display: inline;
    font-size: 16px;
    position: relative;
  }
  .lh_happy_hours_banner_main_wrap .banner-title:after {
    content: "";
    position: absolute;
    background: url(../images/happy_hours/main_banner_icon_mob.png) 100% 50% no-repeat;
    background-size: contain;
    width: 57px;
    height: 30px;
    top: -3px;
    right: -25px;
  }
}
.lh_happy_hours_banner_main_wrap .banner-title b {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_main_wrap .banner-title b {
    font-weight: 800;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_main_wrap .banner-title .main-text {
    display: inline-block;
    padding-right: 30px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_main_wrap .banner-title .second-text {
    display: inline-block;
    font-size: 14px;
  }
}
.lh_happy_hours_banner_main_wrap .banner-end-text {
  font-style: italic;
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_main_wrap .banner-end-text {
    font-size: 18px;
    text-align: right;
  }
}
@media print {
  .lh_happy_hours_banner_main_wrap .banner-end-text {
    font-size: 18px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .lh_happy_hours_banner_main_wrap .banner-end-text {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_main_wrap .banner-left {
    background: url(../images/happy_hours/main_banner_icon.svg) 100% 50% no-repeat;
  }
}
@media print {
  .lh_happy_hours_banner_main_wrap .banner-left {
    background: url(../images/happy_hours/main_banner_icon.svg) 100% 50% no-repeat;
  }
}
@media all and (min-width: 768px) {
  .lh_happy_hours_banner_main_wrap .banner-right {
    background: url(../images/happy_hours/main_banner_icon.svg) 30px 50% no-repeat;
  }
}
@media print {
  .lh_happy_hours_banner_main_wrap .banner-right {
    background: url(../images/happy_hours/main_banner_icon.svg) 30px 50% no-repeat;
  }
}

.site-main {
  overflow: hidden;
}
