body {
  margin: 0;
}

a {
  color: #2f80ec;
}
a:hover {
  text-decoration: none;
}

.header {
  width: 100%;
  position: relative;
  z-index: 9;
  background: #f4f4f4;
  -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
          box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
}
@media (min-width: 768px) {
  .header {.brands-desktop-view
    position: absolute;
    background: #fff;
    position: fixed;
  }
}
.header .navbar-brand-container {
  margin: 0 auto;
  display: table;
}
@media (min-width: 768px) {
  .header .navbar-brand-container {
    margin: 0;
    display: inline;
  }
}
.header .navbar-brand-container .navbar-brand.nb-mobile {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  display: block;
}
@media (min-width: 768px) {
  .header .navbar-brand-container .navbar-brand.nb-mobile {
    display: none;
  }
}
.header .navbar-brand-container .navbar-brand.nb-desktop {
  display: none;
}
@media (min-width: 768px) {
  .header .navbar-brand-container .navbar-brand.nb-desktop {
    margin: 0.8em 0;
    display: block;
  }
}
.header .navbar .navbar-nav li a {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 600;
  color: #252525;
}
.header .navbar .navbar-nav li.active a {
  color: #2f80ec;
}
@media (min-width: 768px) {
  .header .navbar .navbar-nav li.active a:after {
    margin-top: 0.3em;
    margin-left: 0;
    width: 100%;
    height: 3px;
    display: block;
    content: "";
    background: #2f80ec;
  }
}
.header .navbar .navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  left: 1.5em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .header .navbar .navbar-nav .dropdown-menu {
    border-top: 3px solid #2f80ec;
  }
}
.header .navbar .navbar-nav .dropdown-menu li a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: right;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .header .navbar .navbar-nav .dropdown-menu li a {
    text-align: center;
    border-bottom: 1px solid #cbcbcb;
  }
}
.header .navbar .navbar-nav .dropdown-menu li a:hover {
  background: #ffffff;
}
.header .navbar .navbar-nav .dropdown-menu li a:after {
  margin-top: 0;
  width: 100%;
  height: 3px;
  display: block;
  content: "";
  background: none;
}
.header .navbar-collapse {
  width: 80%;
  position: absolute;
  right: -15px;
  top: 70px;
  text-align: right;
  background: #ffffff;
}
@media (min-width: 768px) {
  .header .navbar-collapse {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
    text-align: center;
    background: none;
    min-height: 100%;
  }
}
@media (width: 768px) and (height: 1024px) {
  .header .navbar-collapse {
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
    text-align: center;
    background: white;
    min-height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .header .navbar-collapse {
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
    text-align: center;
    background: white;
    min-height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .header .navbar-collapse {
    position: absolute;
  }
}
.header .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.header .navbar-collapse .searchbar {
  display: none;
}
@media (min-width: 768px) {
  .header .navbar-collapse .searchbar {
    display: block;
  }
  .header .navbar-collapse .searchbar .form-control {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .header .navbar-collapse .searchbar a svg {
    margin-top: 0;
  }
}
.navbar-toggler {
  padding: 0;
  border: none;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .navbar-toggler-icon {
  margin-top: 0.2em;
  vertical-align: top;
  position: relative;
  z-index: 9;
  background: url(../../img/menu-button.png) no-repeat center;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background: url(../../img/menu-button-close.png) no-repeat center;
}

.searchbar-mobile-view {
  position: absolute;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .searchbar-mobile-view {
    display: none;
  }
}
.searchbar-mobile-view .navbar-toggler .navbar-toggler-icon {
  margin-top: 1em;
  width: 24px;
  height: 24px;
  background: url(../../img/search-icon.png) no-repeat center;
}
.searchbar-mobile-view .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 4.2em;
  right: 1.5em;
  z-index: 9;
  background: url(../../img/close-icon.png) no-repeat center;
}
.searchbar-mobile-view .navbar-collapse {
  padding: 0.5em 2em 1em 0.5em;
  width: 100%;
  left: -15px;
  right: 0px;
}
.searchbar-mobile-view .navbar-collapse .form-control {
  border: none;
  border-radius: 0;
}

.searchbar a svg {
  margin-top: 1em;
}
.searchbar .form-control {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  margin-top: 1em;
  position: absolute;
  background: none;
  border: none;
  border-radius: 0;
}
.banner {
  width: 100%;
}
.banner .carousel-inner .carousel-item img {
  width: 100%;
}

.banner.carousel.mobile-slide {
  display: block;
}
@media (min-width: 768px) {
  .banner.carousel.mobile-slide {
    display: none;
  }
}

.banner.carousel.desktop-slide {
  display: none;
}
@media (min-width: 768px) {
  .banner.carousel.desktop-slide {
    display: block;
  }
}

.sub-banner img {
  width: 100%;
}

.content {
  min-height: 20em;
  position: relative;
}
@media (min-width: 768px) {
  .content {
    min-height: 30em;
  }
}
.content .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .recipe-inner-content {
    top: -2em;
  }
}
@media (min-width: 768px) {
  .recipe-inner-content .box-display-default {
    margin-top: 2em;
  }
}

.blur-top-left,
.blur-bottom-right {
  position: absolute;
  z-index: 1;
}

.blur-top-left {
  width: 141px;
  height: 55px;
  top: 0;
  background: url(../../img/blur-top-left-2.png) no-repeat top left;
}
@media (min-width: 768px) {
  .blur-top-left {
    width: 665px;
    height: 480px;
    background: url(../../img/blur-top-left.png) no-repeat top left;
  }
}

.blur-bottom-right {
  width: 133px;
  height: 83px;
  bottom: 0;
  right: 0;
  background: url(../../img/blur-bottom-right.png) no-repeat bottom right;
}
@media (min-width: 768px) {
  .blur-bottom-right {
    width: 184px;
    height: 269px;
    background: url(../../img/blur-bottom-right-2.png) no-repeat bottom right;
  }
}

.line-right {
  position: relative;
}
.line-right:after {
  width: 20%;
  height: 7px;
  top: 2.5em;
  position: absolute;
  right: 0;
  display: block;
  content: "";
  background: #fbe2c5;
}
@media (min-width: 768px) {
  .line-right:after {
    width: 35%;
    top: 5em;
  }
}
@media (min-width: 1200px) {
  .line-right:after {
    width: 45%;
  }
}

.title {
  margin-top: 0;
  margin-bottom: 2.5em;
}
.title .mask-title {
  margin-bottom: -0.6em;
  margin-left: -0.8em;
  font-size: 2em;
  font-weight: 700;
  color: #e0e9fb;
}
.title h1 {
  font-size: 2em;
  font-weight: 700;
  color: #2f80ec;
}
@media (min-width: 768px) {
  .title {
    margin-top: 0;
    padding-top: 2em;
  }
  .title .mask-title {
    font-size: 4em;
  }
  .title .mask-title h1 {
    font-size: 2.5em;
  }
}

.brands-wrap {
  padding-bottom: 4em;
  position: relative;
}
.brands-wrap .brands {
  overflow: hidden;
}
.brands-wrap .brands img {
  margin: 0 auto 0.5em;
  width: 50%;
  display: block;
}
@media (min-width: 768px) {
  .brands-wrap .brands img {
    width: 70%;
  }
}

.brands-mobile-view {
  display: block;
}
@media (min-width: 768px) {
  .brands-mobile-view {
    display: none;
  }
}

.brands-desktop-view {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .brands-desktop-view {
    display: block;
  }
}

.multiCarousel {
  padding: 15px;
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.multiCarousel .multiCarousel-inner {
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  float: left;
}
.multiCarousel .multiCarousel-inner .item {
  float: left;
}
.multiCarousel .multiCarousel-inner .item img {
  margin: 0 auto 1em;
  width: 50%;
  display: block;
}
.multiCarousel .btn {
  position: absolute;
  top: 6em;
  background: none;
  border: 0;
}
.multiCarousel .btn:hover, .multiCarousel .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.multiCarousel .leftLst {
  left: 0;
}
.multiCarousel .rightLst {
  right: 0;
}
.multiCarousel .brand-arrow-left {
  width: 17px;
  height: 12px;
  display: block;
  background: url(../../img/brand-arrow-prev.png) no-repeat left;
}
.multiCarousel .brand-arrow-right {
  width: 17px;
  height: 12px;
  display: block;
  background: url(../../img/brand-arrow-next.png) no-repeat left;
}

.featured-recipes-wrap {
  width: 100%;
}
.featured-recipes-wrap .featured-recipes-mobile-wrap {
  display: block;
}
.featured-recipes-wrap .featured-recipes-mobile-wrap .frm-prev-wrap {
  padding-top: 2em;
  padding-bottom: 3em;
  background: url(../../img/featured-recipes-half-01-bg.jpg) no-repeat center center;
  background-size: cover;
}
.featured-recipes-wrap .featured-recipes-mobile-wrap .frm-other-wrap {
  padding: 3em 2.5em;
  background: url(../../img/featured-recipes-half-02-bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 480px) {
  .featured-recipes-wrap .featured-recipes-mobile-wrap .frm-other-wrap .recipe-img {
    width: 30%;
  }
}
.featured-recipes-wrap .featured-recipes-mobile-wrap .frm-other-wrap .recipe-thumbnail-preview .btn {
  margin-left: 0;
}
.featured-recipes-wrap .featured-recipes-mobile-wrap .recipe-img .recipe-main-preview {
  top: 0;
  left: 0;
}
@media (min-width: 480px) {
  .featured-recipes-wrap .featured-recipes-mobile-wrap .recipe-img {
    margin: 0 auto;
    width: 50%;
  }
}
.featured-recipes-wrap .featured-recipes-mobile-wrap .recipe-details h3 {
  margin-bottom: 1em;
  font-size: 1.5em;
}
.featured-recipes-wrap .featured-recipes-mobile-wrap .recipe-details .recipe-meta {
  margin: 0 auto 2em;
  display: table;
}
.featured-recipes-wrap .featured-recipes-mobile-wrap .recipe-details .recipe-meta .meta {
  margin-bottom: 0.5em;
  width: 100%;
}
.featured-recipes-wrap .featured-recipes-mobile-wrap .recipe-details .btn {
  border: 3px solid #f3f3f3;
}
.featured-recipes-wrap .featured-recipes-desktop-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .featured-recipes-wrap .featured-recipes-mobile-wrap {
    display: none;
  }
  .featured-recipes-wrap .featured-recipes-desktop-wrap {
    padding: 2em 0 5em;
    display: block;
    background: url(../../img/featured-recipes-whole-bg.jpg) no-repeat center center;
    background-size: cover;
  }
}
.featured-recipes-wrap .recipe-details .btn {
  margin: 2em auto 0;
  display: table;
}
.featured-recipes-wrap .recipe-img .recipe-main-preview {
  position: relative;
  top: 5em;
  left: -6em;
  -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
          box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
}
.featured-recipes-wrap .recipe-img .recipe-main-preview img {
  width: 100%;
}
@media (min-width: 1200px) {
  .featured-recipes-wrap .recipe-img .recipe-main-preview img {
    width: 110%;
  }
}
.featured-recipes-wrap .recipe-thumbnail-preview {
  margin-top: 2em;
}
.featured-recipes-wrap .recipe-thumbnail-preview ul {
  padding-left: 0;
}
.featured-recipes-wrap .recipe-thumbnail-preview ul li {
  margin-bottom: 1.5em;
  list-style-type: none;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
          box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
}
.featured-recipes-wrap .recipe-thumbnail-preview ul li img {
  width: 100%;
}
.featured-recipes-wrap .recipe-thumbnail-preview ul li a {
  color: #252525;
}
.featured-recipes-wrap .recipe-thumbnail-preview ul li a .prev-recipe-name {
  padding: 0.5em;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .featured-recipes-wrap .recipe-thumbnail-preview ul li a .prev-recipe-name {
    height: 60px;
  }
}
.featured-recipes-wrap .recipe-thumbnail-preview ul li a .prev-recipe-name:hover {
  text-decoration: none;
  color: #ffffff;
  background: #2f80ec;
}
.featured-recipes-wrap .recipe-thumbnail-preview ul li a h6 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .featured-recipes-wrap .recipe-thumbnail-preview ul li a h6 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.featured-recipes-wrap .recipe-thumbnail-preview .btn {
  margin-left: -0.5em;
  border: 3px solid #f7c48b;
}
@media (max-width: 1024px) {
  .featured-recipes-wrap .recipe-thumbnail-preview .btn {
    margin-left: -1.5em;
  }
}

.recipe-meta {
  margin-top: 1.5em;
  margin-bottom: 1.5em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recipe-meta .meta {
  margin-right: 1em;
  width: 33.3%;
}
@media (min-width: 1024px) {
  .recipe-meta .meta {
    margin-right: 1.5em;
    width: 36%;
  }
  .recipe-meta .meta h6 {
    font-size: 0.8em;
  }
}
.recipe-meta .meta span {
  display: inline-block;
}
.recipe-meta h6 {
  margin-bottom: -0.2em;
}
.recipe-meta i {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 0.3em;
}
.recipe-meta .prep-time-icon {
  background: url(../../img/prep-time-icon.png) no-repeat left;
}
.recipe-meta .cook-time-icon {
  background: url(../../img/cook-time-icon.png) no-repeat left;
}
.recipe-meta .yields-icon {
  background: url(../../img/yields-icon.png) no-repeat left;
}

.btn {
  color: #ffffff;
  background: #2f80ec;
  border: 3px solid #ffffff;
}
.btn:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 3px #2f80ec;
          box-shadow: 0 0 0 3px #2f80ec;
}

.footer {
  background: #e23f44;
}
.footer .footer-links ul,
.footer .footer-info ul {
  padding-left: 0;
}
.footer .footer-links ul li,
.footer .footer-info ul li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  list-style: none;
  color: #ffffff;
}
.footer .footer-links ul li a,
.footer .footer-info ul li a {
  color: #ffffff;
}
.footer .footer-links {
  margin-bottom: 1em;
  width: 75%;
  border-bottom: 1px solid #ff8488;
}
@media (min-width: 768px) {
  .footer .footer-links {
    border-bottom: none;
  }
}
.footer .footer-info ul li i {
  margin-right: 0.5em;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.footer .footer-info ul li .phone-icon {
  background: url(../../img/phone-icon.png) no-repeat left;
}
.footer .footer-info ul li .pin-icon {
  background: url(../../img/pin-icon.png) no-repeat left;
}
.footer .footer-info ul li .mail-icon {
  background: url(../../img/mail-icon.png) no-repeat left;
}
.footer .footer-info ul li .fb-icon {
  background: url(../../img/fb-icon.png) no-repeat left;
}
.footer .footer-info ul li span {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .footer .footer-info ul li span {
    margin-right: 1.2em;
    display: inline;
  }
}
.footer .copyright p,
.footer .copyright a {
  color: #252525;
}
@media (min-width: 768px) {
  .footer .footer-links ul,
.footer .footer-info ul {
    padding-left: 0;
  }
  .footer .footer-links ul li,
.footer .footer-info ul li {
    display: inline-block;
  }
}

.news-meta {
  margin-bottom: 1em;
}

.card {
  margin-bottom: 2em;
  -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
          box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
  border: none;
}
.card .img-fluid {
  width: 100%;
}
.card .card-body {
  padding: 2em 1em;
}
.card .card-body h2 {
  margin-top: 0;
  font-size: 1.5em;
}
.card .card-body h2 a {
  color: #2f80ec;
}
.card .card-body h2 a:hover {
  text-decoration: none;
  color: #2f80ec;
}
@media (min-width: 1024px) {
  .card .card-body h2 {
    font-size: 2em;
  }
}
.card .card-body .btn {
  margin: 2em auto 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: table;
}
@media (min-width: 1024px) {
  .card .card-body {
    padding: 2em 3em;
  }
}

.pagination-holder {
  margin: 0 auto 1em;
  display: table;
}
.pagination-holder .pagination .page-item .page-link {
  padding: 0.5em 1em;
  color: #252525;
  background: none;
  border: none;
  border-radius: 0;
}
.pagination-holder .pagination .page-item.active .page-link {
  color: #2f80ec;
  background: none;
}
.pagination-holder .pagination .page-item.active .page-link:after {
  margin-top: 0.3em;
  width: 100%;
  height: 3px;
  display: block;
  content: "";
  background: #2f80ec;
}
@media (min-width: 768px) {
  .pagination-holder {
    margin-bottom: 3em;
  }
}

.single-article-wrap .single-article-header {
  padding: 1em 0 0.5em;
  text-align: center;
  color: #ffffff;
  background: #2f80ec;
}
.single-article-wrap .single-article-header h2 {
  text-align: left;
  font-size: 1.5em;
}
.single-article-wrap .single-article-header small {
  line-height: 2em;
  display: block;
  text-align: left;
}
.single-article-wrap .single-article-content {
  margin: 2em 0;
}
.single-article-wrap .single-article-content img {
  margin-bottom: 1em;
}
.single-article-wrap .single-article-content p {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .single-article-wrap .single-article-header {
    padding: 2em 0 1em;
  }
  .single-article-wrap .single-article-header h2 {
    text-align: center;
    font-size: 2em;
  }
  .single-article-wrap .single-article-header small {
    display: inline;
  }
  .single-article-wrap .single-article-content {
    margin: 5em 0;
  }
  .single-article-wrap .single-article-content img {
    margin-bottom: 2em;
  }
  .single-article-wrap .single-article-content p {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.pager {
  margin-top: 2em;
}
.pager .btn {
  margin: 0 auto 1em;
  width: 70%;
  display: table;
  background: #2f80ec;
}
.pager .btn:hover {
  background: #2f80ec;
}
.pager .return {
  margin: 1em auto;
  display: table;
  color: #252525;
}
.pager .return:hover {
  color: #2f80ec;
}
@media (min-width: 768px) {
  .pager .btn {
    margin: 0;
    width: 50%;
  }
  .pager .btn.next {
    float: right;
  }
  .pager .return {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .pager .row .col-md-4 {
    margin-top: 1em;
  }
}

.faq-wrap,
.privacy-policy-wrap,
.terms-and-conditions-wrap {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .faq-wrap,
.privacy-policy-wrap,
.terms-and-conditions-wrap {
    margin-bottom: 5em;
  }
}

.accordion {
  margin-top: 2em;
}
.accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .card .card-header {
  padding: 0 0 1em 0;
  background: none;
  border-bottom: 1px solid #252525;
}
.accordion .card .card-header .btn-link {
  display: block;
  cursor: pointer;
  color: #252525;
  border: none;
}
.accordion .card .card-header .btn-link:hover, .accordion .card .card-header .btn-link:focus {
  text-decoration: none;
  border: none;
}
.accordion .card .card-body {
  margin-top: 1em;
  padding: 0;
}
@media (min-width: 768px) {
  .accordion {
    margin-top: 5em;
  }
}

.contact-wrap .contact-info {
  padding: 2em 0;
  margin: 0 auto;
  display: table;
}
.contact-wrap .contact-info span {
  margin: 0 1.5em;
  display: block;
  text-align: center;
  font-size: 1.3em;
}
.contact-wrap .contact-info span a {
  color: #252525;
}
@media (min-width: 1024px) {
  .contact-wrap .contact-info {
    padding: 3em 0 6em;
  }
  .contact-wrap .contact-info span {
    display: inline-block;
  }
}
.contact-wrap .contact-info i {
  margin-right: 1em;
  position: relative;
  top: 10px;
}
.contact-wrap .contact-info .phone-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../../img/c-phone-icon.png) no-repeat center;
}
.contact-wrap .contact-info .pin-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../../img/c-pin-icon.png) no-repeat center;
}
.contact-wrap .contact-info .facebook-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../../img/c-fb-icon.png) no-repeat center;
}
.contact-wrap .contact-map-form {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  z-index: 9;
  background: #f4f4f4;
}
.contact-wrap .contact-map-form .map {
  margin-top: 0;
  -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
          box-shadow: 0 5px 15px rgba(37, 37, 37, 0.5);
}
.contact-wrap .contact-map-form .map iframe {
  width: 100%;
  height: 500px;
}
@media (min-width: 1024px) {
  .contact-wrap .contact-map-form {
    padding: 3em 1em;
  }
  .contact-wrap .contact-map-form .map {
    margin-top: -6.5em;
  }
  .contact-wrap .contact-map-form .map iframe {
    height: 700px;
  }
}
.contact-wrap .contact-map-form .contact-form {
  margin-top: 2em;
  padding: 1em 1em 2em;
  width: 100%;
  background: #0177b7;
}
.contact-wrap .contact-map-form .contact-form .title {
  margin-bottom: 0;
}
.contact-wrap .contact-map-form .contact-form .title .mask-title {
  margin-bottom: -0.8em;
  margin-left: 0;
  font-size: 2em;
  color: #659ac4;
}
.contact-wrap .contact-map-form .contact-form .title h1 {
  font-size: 2em;
  color: #ffffff;
}
@media (min-width: 1300px) {
  .contact-wrap .contact-map-form .contact-form .title .mask-title {
    font-size: 4em;
  }
  .contact-wrap .contact-map-form .contact-form .title .mask-title h1 {
    font-size: 2.5em;
  }
}
.contact-wrap .contact-map-form .contact-form form {
  margin-top: 2em;
}
.contact-wrap .contact-map-form .contact-form form input,
.contact-wrap .contact-map-form .contact-form form textarea {
  padding: 1.5em 1em;
  margin-bottom: 1.5em;
  border: none;
}
.contact-wrap .contact-map-form .contact-form form .btn {
  margin: 1em auto 0;
  padding: 0.5em 3em;
  display: table;
  color: #2f80ec;
  background: #ffffff;
}
@media (min-width: 1024px) {
  .contact-wrap .contact-map-form .contact-form {
    margin-left: -5em;
    padding: 1em 4em 4em;
    width: 110%;
    height: 650px;
  }
  .contact-wrap .contact-map-form .contact-form form {
    margin-top: 3em;
  }
}

.privacy-policy-wrap h4,
.terms-and-conditions-wrap h4 {
  color: #2f80ec;
}

.search-results-wrap .card .card-body {
  padding: 1em;
}
.search-results-wrap .card .card-body h2 {
  font-size: 1.5em;
}
.search-results-wrap .card .card-body ul,
.search-results-wrap .card .card-body p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .search-results-wrap .card .card-body {
    padding: 5em 3em;
  }
}
.search-results-wrap h3 {
  margin-bottom: 1em;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .search-results-wrap h3 {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}

.sizes p {
  margin-bottom: 4px;
  font-weight: 700;
}
.sizes ul {
  padding-left: 0;
}
.sizes ul li {
  margin-right: 0;
  display: block;
  list-style: none;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .sizes ul li {
    margin-right: 0.5em;
    display: inline;
  }
}

.filters-holder {
  padding: 1em 1.5em;
  background: #ffffff;
  border-bottom: 2px solid #fbe2c4;
}
@media (width: 768px) and (height: 1024px) {
  .filters-holder {
    text-align: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .filters-holder {
    text-align: center;
  }
}
.filters-holder label {
  font-weight: 700;
  color: #bbb;
}
.filters-holder label .filter-icon {
  margin-right: 1em;
  width: 26px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 0.5em;
  background: url(../../img/filter-icon.png) no-repeat center;
}
.filters-holder select.form-control {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: inline-block;
  font-weight: 700;
  border: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .filters-holder select.form-control {
    margin: 0 0.7em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: auto;
  }
}
@media (width: 768px) and (height: 1024px) {
  .filters-holder select.form-control {
    margin: 0.35em 0.7em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .filters-holder select.form-control {
    margin: 0.35em 0.7em;
  }
}
.filters-holder .navbar ul li a.nav-link {
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 600;
}
.filters-holder .navbar ul li.nav-label {
  padding: 0.5em 1em;
  font-weight: 600;
}
.filters-holder .navbar .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  left: 1.5em;
  border-top: 3px solid #2f80ec;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}
.filters-holder .navbar .dropdown-menu li a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
.filters-holder .searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -10px;
}
@media (min-width: 768px) {
  .filters-holder .searchbar {
    display: -ms-inline-grid;
    display: inline-grid;
  }
}

.product {
  margin-bottom: 3em;
  background: #ffffff;
  border-bottom: 7px solid #2f80ec;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 15px rgba(37, 37, 37, 0.5);
          box-shadow: 0 8px 15px rgba(37, 37, 37, 0.5);
}

.products-wrap .brands img {
  margin: 0 auto 0.5em;
  width: 50%;
  display: block;
}
@media (min-width: 768px) {
  .products-wrap .brands img {
    width: 70%;
  }
}
.products-wrap .brands .c-slider .o-slider__container {
  margin-bottom: 2em;
}
.products-wrap .brands .c-slider .o-slider__container .o-slider__wrap.prod-brand {
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .products-wrap .brands .c-slider .o-slider__container .o-slider__wrap.prod-brand {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.products-wrap .brands .c-slider .o-slider__container .o-slider__wrap.prod-brand img {
  padding: 0.5em;
  width: 100%;
  border-bottom: 4px solid transparent;
}
.products-wrap .brands .c-slider .o-slider__container .o-slider__wrap.prod-brand img:hover {
  background: #dbebfb;
  border-bottom: 4px solid #2f80ec;
}
@media (min-width: 768px) {
  .products-wrap .brands .c-slider .o-slider__container .o-slider__wrap.prod-brand img {
    padding: 0.5em 1em;
  }
}
.products-wrap .brands .nav-tabs {
  margin-top: 2em;
  margin-bottom: 2em;
  border: none;
}
.products-wrap .brands .nav-tabs .nav-link {
  padding: 0;
  width: 14.2%;
  border: none;
  border-radius: 0;
}
.products-wrap .brands .nav-tabs .nav-link.active {
  background: #dbebfb;
  border-bottom: 2px solid #2f80ec;
}
.products-wrap .brands .nav-tabs .nav-link img {
  width: 70%;
}
.products-wrap .row-1,
.products-wrap .row-2,
.products-wrap .row-3,
.products-wrap .row-4 {
  padding-top: 1em;
  padding-bottom: 2em;
  width: 100%;
  position: relative;
  z-index: 9;
}
.products-wrap .row-1,
.products-wrap .row-3,
.products-wrap .row-5 {
  background: url(../../img/bgp-01.jpg) no-repeat top center;
  background-size: cover;
}
.products-wrap .row-2,
.products-wrap .row-4 {
  background: url(../../img/bgp-02.jpg) no-repeat top center;
  background-size: cover;
}
.products-wrap .o-product__section .o-product__wrap {
  margin-bottom: 3em;
  background: #ffffff;
  border-bottom: 8px solid #2f80ec;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 15px rgba(37, 37, 37, 0.5);
          box-shadow: 0 8px 15px rgba(37, 37, 37, 0.5);
}
.products-wrap .o-product__section .o-product__wrap .o-product__info .o-heading__h1 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.4em;
  color: #2f80ec;
}

.o-product__wrap .card-holder {
  padding: 1em 1.5em 0;
  height: 380px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .o-product__wrap .card-holder {
    height: 460px;
  }
}
.o-product__wrap .card-holder .layer {
  margin-top: 60%;
  height: 80%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: calc(100% - 0px);
  left: 0;
  bottom: -2px;
  color: #ffffff;
  background: #2f80ec;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.o-product__wrap .card-holder .card-content {
  z-index: 2;
  position: relative;
}
.o-product__wrap .card-holder .card-content .o-imgWrap img {
  width: 80%;
}
@media (min-width: 480px) {
  .o-product__wrap .card-holder .card-content .o-imgWrap img {
    width: 100%;
  }
}
.o-product__wrap .card-holder .card-content .sizes {
  display: none;
  color: #ffffff;
}
.o-product__wrap .card-holder .card-content .sizes ul li {
  display: inline-block;
}
.o-product__wrap .card-holder:hover .card-content .sizes {
  display: block;
}
.o-product__wrap .card-holder:hover .card-content .o-product__info {
  margin-top: -1em;
}
.o-product__wrap .card-holder:hover .card-content .o-product__info h1 {
  color: #ffffff;
}
.o-product__wrap .card-holder:hover .card-content .o-product__info h1 span {
  color: #ffffff;
}
.o-product__wrap .card-holder:hover .layer {
  top: 0;
}

.our-recipes-wrap {
  padding: 0 0 6em;
  display: block;
  background: url(../../img/recipes-whole-bg.jpg) no-repeat top center;
  background-size: cover;
}

.our-inner-recipes-wrap {
  margin-top: 0em;
  display: block;
  background-size: cover;
}

.action-pager-wrapper {
  padding-top: 0em;
  display: block;
  background-size: cover;
}
@media (min-width: 768px) {
  .action-pager-wrapper {
    margin: auto;
    left: 0;
    right: 0;
    position: absolute !important;
    bottom: 5em;
  }
}
@media (device-width: 768px) {
  .action-pager-wrapper {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .action-pager-wrapper {
    display: none;
  }
}

.action-pager-wrapper-ipad {
  display: none;
}
@media (device-width: 768px) {
  .action-pager-wrapper-ipad {
    display: block;
    position: relative !important;
    bottom: 0;
  }
  .action-pager-wrapper-ipad .call-to-action {
    margin-top: 4em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .action-pager-wrapper-ipad {
    display: block;
    position: relative !important;
    bottom: 0;
  }
  .action-pager-wrapper-ipad .call-to-action {
    margin-top: 4em;
  }
}

.recipe-list {
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}

.box-recipe {
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 8px solid #2f80ec;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 15px rgba(37, 37, 37, 0.5);
          box-shadow: 0 8px 15px rgba(37, 37, 37, 0.5);
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .box-recipe {
    height: 450px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .box-recipe {
    height: 550px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .box-recipe {
    height: 400px;
  }
}

.card {
  height: 100%;
  overflow: hidden;
  padding: 0;
  background: #ffffff;
  border-radius: 0px;
}
.card h4 {
  margin: auto 0;
  padding: 0 1em;
  font-size: 1.3em;
  font-weight: 700;
  color: #2f80ec;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card .desc {
  position: absolute;
  padding: 1.3em;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2f80ec;
  overflow: hidden;
  width: 100%;
  height: 50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.card .desc h4 {
  color: #ffffff;
  padding: 0;
  font-size: 1.5rem;
}
.card .desc p {
  color: #ffffff;
  padding: 0;
  margin: 1rem 0 0.5rem 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .card .desc p {
    color: #ffffff;
    padding: 0;
    margin: 1rem 0 1rem 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .card .desc p {
    color: #ffffff;
    padding: 0;
    margin: 1rem 0 1rem 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card .desc a {
  float: right;
  color: #ffffff;
  font-weight: 700;
  padding-right: 1rem;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 768px) {
  .our-inner-recipes-wrap .col-md-4 {
    margin-top: 1em !important;
  }
}
@media (min-width: 768px) {
  .our-inner-recipes-wrap .recipe-list {
    margin-bottom: 5em;
    position: relative;
  }
}

.our-recipe-single-wrap {
  position: relative;
  height: 100%;
  padding: 4em 0 0;
  display: block;
  background: url(../../img/recipe-whole-bg-new-m.jpg) no-repeat top left;
  background-size: cover;
}
@media (min-width: 768px) {
  .our-recipe-single-wrap {
    padding: 0;
    max-height: 2480px;
    display: block;
    background: url(../../img/recipe-whole-bg-new.jpg) no-repeat top left;
    background-size: cover;
  }
}
@media (device-width: 768px) {
  .our-recipe-single-wrap {
    display: block;
    background: url(../../img/recipe-whole-bg-new-m.jpg) no-repeat top left;
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .our-recipe-single-wrap {
    display: block;
    background: url(../../img/recipe-whole-bg-new-m.jpg) no-repeat top left;
    background-size: cover;
  }
}
.our-recipe-single-wrap .recipe-details-top {
  display: block;
}
.our-recipe-single-wrap .recipe-details-top h1 {
  font-size: 2em;
  font-weight: 700;
  color: #252525;
  padding-left: 0.5em;
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .recipe-details-top h1 {
    margin-top: 2em;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .recipe-details-top {
    padding: 9em 0 0;
    height: 500px;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .recipe-details-top .offset-md-2 {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .recipe-details-top .row .row {
    padding-left: 2em;
  }
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .recipe-details-top .row .img-col {
    padding-left: 2em;
    margin-top: 1em;
  }
}
.our-recipe-single-wrap .recipe-details-top .recipe-img-main {
  padding: 0.75em;
  background: #fff;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  -webkit-box-shadow: 0px 2px 7px rgba(37, 37, 37, 0.5);
          box-shadow: 0px 2px 7px rgba(37, 37, 37, 0.5);
}
.our-recipe-single-wrap .recipe-details-bottom {
  padding: 2em 0;
  display: block;
  background-size: cover;
}
.our-recipe-single-wrap .recipe-details-bottom .recipe-meta {
  display: block;
}
.our-recipe-single-wrap .recipe-details-bottom .recipe-meta .meta {
  margin-bottom: 0.5em;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .recipe-details-bottom .recipe-meta .meta {
    width: 30%;
    display: inline-block;
  }
}
.our-recipe-single-wrap .recipe-details-bottom .recipe-meta span {
  color: #2f80ec;
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .recipe-details-bottom {
    padding: 10em 0 36em 0;
  }
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .recipe-details-bottom h4 {
    color: #2f80ec;
  }
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .col-md-4 {
    margin-top: 10em;
  }
}
@media (min-width: 768px) {
  .our-recipe-single-wrap .offset-md-1 {
    margin-left: 5%;
  }
}
.our-recipe-single-wrap .recipe-bottom-img-1 {
  padding: 0.75em;
  background: #fff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-box-shadow: 0px 2px 7px rgba(37, 37, 37, 0.5);
          box-shadow: 0px 2px 7px rgba(37, 37, 37, 0.5);
  margin-left: 1em;
}
.our-recipe-single-wrap .recipe-bottom-img-2 {
  padding: 0.75em;
  background: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-box-shadow: 0px 2px 7px rgba(37, 37, 37, 0.5);
          box-shadow: 0px 2px 7px rgba(37, 37, 37, 0.5);
  margin-top: 2em;
}
.our-recipe-single-wrap .recipe-bottom-img-3 {
  padding: 0.75em;
  background: #fff;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-box-shadow: 0px 2px 7px rgba(37, 37, 37, 0.5);
          box-shadow: 0px 2px 7px rgba(37, 37, 37, 0.5);
  margin-left: 0.5em;
}

.search-bar {
  height: 90px;
}

.search-bar input {
  background-color: #252525;
  color: #ffff;
  font-size: 1em;
  height: 76px;
  width: 100%;
  padding: 0 1em;
  display: none;
  position: absolute;
}

.search-bar input:focus,
.search-bar input:focus {
  outline: none;
}

.search-bar input::-webkit-input-placeholder {
  color: white;
}

.search-bar input::-moz-placeholder {
  color: white;
}

.search-bar input:-ms-input-placeholder {
  color: white;
}

.search-bar input::-ms-input-placeholder {
  color: white;
}

.search-bar input::placeholder {
  color: white;
}

.hover-bar {
  background: #821a31;
}

.top-nav-right {
  list-style-type: none;
}

.call-to-action {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .call-to-action {
    margin-top: 9em;
  }
}
.call-to-action button {
  margin-bottom: 1em;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #252525;
  background: none;
  border: none;
  border-radius: 0;
}
.call-to-action i {
  margin-right: 0.5em;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.call-to-action .share-fb-icon {
  background: url(../../img/share=-fb-icon.png) no-repeat center;
}
.call-to-action .print-recipe-icon {
  background: url(../../img/print-recipe-icon.png) no-repeat center;
}
@media (min-width: 768px) {
  .call-to-action .offset-md-2 {
    border-bottom: 1px black solid;
    padding-bottom: 2em;
  }
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #252525;
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.cookiealert p {
  margin-bottom: 0;
  font-size: 0.9em;
}
.cookiealert a {
  color: #2f80ec;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
  border: 3px solid #252525;
}

.recipe-details-bottom .container .row .col-md-7 {
  /* Landscape */
}
@media (min-width: 768px) {
  .recipe-details-bottom .container .row .col-md-7 {
    overflow-y: scroll;
    max-height: 1450px;
  }
  .recipe-details-bottom .container .row .col-md-7::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .recipe-details-bottom .container .row .col-md-7::-webkit-scrollbar-thumb {
    background: #888;
  }
  .recipe-details-bottom .container .row .col-md-7::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .recipe-details-bottom .container .row .col-md-7 {
    scrollbar-face-color: #888;
    scrollbar-track-color: #f1f1f1;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .recipe-details-bottom .container .row .col-md-7 {
    max-height: 1250px;
    top: 10rem;
  }
}