:root {
  --phone: 480px;
  --tablet: 768px;
  --desktop: 980px;
  --widescreen: 1200px;
  --color-white: #fff;
  --color-black: #000;
  --color-grey: #F2F2F2;
  --color-red: #F41400;
  --font-sans-serif: "Avenir-Regular", sans-serif;
  --font-serif: "Times New Roman", Times, Baskerville, Georgia, serif;
  --base-background-color: var(--color-white);
  --base-font-family: var(--font-sans-serif);
  --base-font-size: 14px;
  --base-line-height: 1.3;
  --base-text-color: var(--color-black);
  --base-min-width: 320px;
  --base-link-color: var(--color-black);
  --headings-font-family: "Mohave-Bold", sans-serif;
  --headings-color: var(--base-text-color);
  --headings-sizes-h1: 75px;
  --headings-sizes-h2: 55px;
  --headings-sizes-h3: 52px;
  --headings-sizes-h4: 28px;
  --headings-sizes-h5: 21px;
  --headings-sizes-h6: 16px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-text-color);
  background: var(--base-background-color);
  font: var(--base-font-size)/var(--base-line-height) var(--base-font-family);
  min-width: var(--base-min-width);
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

@font-face {
  font-family: "Avenir-Book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Avenir-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Heavy";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Avenir-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Avenir-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Mohave-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Mohave-Light.otf") format("opentype");
}
@font-face {
  font-family: "Mohave-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Mohave-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Mohave-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Mohave-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Mohave-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Mohave-Bold.otf") format("opentype");
}
.account__downs-body, .account-menu a, .helper, .ingredient, .shoping-list__item-right, .shoping-list-subtitle, .cart__total-body .line, .cart__item, .product-count, .product-description, .product-author, .plan-description, .chef-description, .cookbook-description, .cookbook-author, .recipe-single__instruction ul li, .recipe-single__info-main .text, .recipe-single .add-to-favorite, .recipe-single__ingredients ul li, .recipe-type span, .recipes-filter, .comment__body, .menu-item a, .action-text, .footer-menu a, .field label, input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
select, body {
  font-family: "Avenir-Book", sans-serif;
}

.account__downs-body .link, .account__text p a, .account__text strong, .cart__total-body .line strong, .cart__total-title, .cart__coupon-form button, .cart__coupon a, .cart__item-name, .cart__head, .checkout-total strong, .checkout-title, .comments__form label, .field-forgot a {
  font-family: "Avenir-Heavy", sans-serif;
}

.shoping-list__item-name, .shoping-list-title, .product-single .product-name, .cookbooks-single .cookbook-name, .recipe-single__info-main .title, .recipe-single__ingredients ul li a {
  font-family: "Avenir-Black", sans-serif;
}

.account .video-title, .chef-position, .featured-position {
  font-family: "Mohave-Regular", sans-serif;
}

.plan-price {
  font-family: "Mohave-Medium", sans-serif;
}

.video-popup-content .vid-title, .shoping-list__ingredients-head, .product-price, .product-name, .product-more, .plan-type, .chef-name, .cookbook-name, .cookbook-more, .recipe-single-title, .recipe-add, .recipe-title, .recipes__filters-title, .about--style-1 .about__image-name, .pagination a, .breadcrumbs a, .button {
  font-family: "Mohave-Bold", sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  text-transform: uppercase;
  font-family: var(--headings-font-family);
  margin: 0;
  line-height: 1.2;
}
h1:not(:last-child), .h1:not(:last-child),
h2:not(:last-child), .h2:not(:last-child),
h3:not(:last-child), .h3:not(:last-child),
h4:not(:last-child), .h4:not(:last-child),
h5:not(:last-child), .h5:not(:last-child),
h6:not(:last-child), .h6:not(:last-child),
.h:not(:last-child) {
  margin-bottom: 30px;
}

h1, .h1 {
  font-size: var(--headings-sizes-h1);
}

h2, .h2 {
  font-size: var(--headings-sizes-h2);
}

h3, .h3 {
  font-size: var(--headings-sizes-h3);
}

h4, .h4 {
  font-size: var(--headings-sizes-h4);
}

h5, .h5 {
  font-size: var(--headings-sizes-h5);
}

h6, .h6 {
  font-size: var(--headings-sizes-h6);
}

li {
  line-height: 1.5;
}

p {
  line-height: 1.5;
  margin: 0 0 1em;
}

a {
  color: var(--base-link-color);
}
a:focus {
  text-decoration: none;
}

small {
  font-size: 11px;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
select {
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.035566);
  border: none;
  padding: 18px 22px;
  font-size: 13px;
  color: #223C52;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #223C52;
  opacity: 0.46;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #223C52;
  opacity: 0.46;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #223C52;
  opacity: 0.46;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #223C52;
  opacity: 0.46;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder,
select.placeholder {
  color: #223C52;
  opacity: 0.46;
}

select {
  background: url("../images/icons/icon-chevron-down.svg"), rgba(0, 0, 0, 0.035566);
  background-repeat: no-repeat;
  background-position: right 22px center;
}

select {
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--form-font-family);
}

.field .button {
  height: 58px;
  margin-left: -8px;
  font-size: 16px;
}
.field label {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #223C52;
}
.field-check input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.field-check input:checked {
  opacity: 0;
}
.field-check input:checked ~ .icon {
  fill: var(--color-black);
}
.field-check label {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  padding-left: 20px;
  cursor: pointer;
}
.field-check .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  fill: transparent;
  z-index: 0;
}
.field-forgot a {
  color: #223C52;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 0;
}
.header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-row {
  align-items: center;
  align-content: center;
}

.index .header:before {
  background-color: black;
}

.footer {
  background-color: rgba(0, 0, 0, 0.05);
}
.footer a{
  color: #000 !important;
  font-size: 14px !important;
}
.footer__top {
  padding: 80px 0;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0 -15px;
}
.footer-menu--wrap {
  position: relative;
}
.footer-menu li {
  position: relative;
  display: inline-block;
  margin: 0 15px 15px 15px !important;
}
.footer-menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
.footer .text-center {
  padding-bottom: 30px;
  text-align: center;
  color: rgba(27, 27, 27, 0.5);
}

.icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: fill 0.3s ease-in-out;
}

.arrow-scroll {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  align-content: center;
  width: 24px;
  height: 37px;
  text-decoration: none;
  animation: arrBounce 2s infinite;
}
.arrow-scroll .icon {
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}

@keyframes arrBounce {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
  }
}
.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  background-color: transparent;
  border: none;
}
.button span {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 4px 12px;
  min-width: 220px;
}
.button.medium.button-shopping-list {
  width: 25%;
  font-size: 15px;
  padding: 20px 0;
}
.button span.no-min-width {
  min-width: unset;
}
.button .icon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.button.small {
  font-size: 14px;
}
.button.small span {
  height: 27px;
  min-width: 120px;
}
.button.medium {
  font-size: 24px;
}
.button.medium span {
  height: 46px;
}
.button.large {
  font-size: 16px;
}
.button.large span {
  height: 58px;
}
.button.large .icon {
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.button:before, .button:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}
.button:before {
  top: 0;
  right: 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.button:after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.button:hover:before, .button:hover:after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}
.button-default {
  color: var(--color-white);
}
.button-default span {
  background-color: var(--color-black);
}
.button-default:before, .button-default:after {
  border-color: var(--color-black);
}
.button-red {
  color: var(--color-white);
}
.button-red span {
  background-color: var(--color-red);
}
.button-red:before, .button-red:after {
  border-color: var(--color-red);
}
.button-light {
  color: var(--color-black);
}
.button-light span {
  background-color: var(--color-grey);
}
.button-light:before, .button-light:after {
  border-color: var(--color-grey);
}

.action {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 6px;
  height: 25px;
  border-radius: 12px;
  text-decoration: none;
  outline: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: var(--color-black);
  margin-right: 30px;
}
.actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  margin-right: -30px;
}
.action span {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.action .icon {
  width: 20px;
  height: 20px;
  fill: var(--color-white);
  min-width: 20px;
}
.action-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
}
.action-login {
  background-color: var(--color-white);
  padding: 6px 15px;
}
.action-login .icon {
  display: none;
}
.action-login:hover {
  color: var(--color-white);
  background-color: var(--color-red);
}
.action-login:hover .icon {
  fill: var(--color-white);
}
.action-menu {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  display: none;
}
.action-menu span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 3px;
  background-color: var(--color-white);
}
.action-menu span:before, .action-menu span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.action-menu span:before {
  transform: translateY(-8px);
}
.action-menu span:after {
  transform: translateY(8px);
}
.action-menu.active span {
  background-color: transparent;
}
.action-menu.active span:before {
  transform: translateY(0) rotate(45deg);
}
.action-menu.active span:after {
  transform: translateY(0) rotate(-45deg);
}
.action:hover .icon {
  fill: var(--color-red);
}

.link, .menu-item a, .breadcrumbs a {
  position: relative;
  display: inline-block;
}
.link:after, .menu-item a:after, .breadcrumbs a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 2px;
  z-index: 0;
  background-color: var(--color-red);
  transform-origin: right center;
  transform: scale3d(0, 1, 1);
  transition: background-color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link:focus, .link:hover, .menu-item a:focus, .menu-item a:hover, .breadcrumbs a:focus, .breadcrumbs a:hover {
  text-decoration: none;
}
.link:focus:after, .link:hover:after, .menu-item a:focus:after, .menu-item a:hover:after, .breadcrumbs a:focus:after, .breadcrumbs a:hover:after {
  transform-origin: left center;
  transform: scale3d(1, 1, 1);
}

.link {
  text-decoration: none;
}

.overlay {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.45s ease-in-out;
}

.menu {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item {
  position: relative;
}
.menu-item:not(:last-child) {
  margin-right: 20px;
}
.menu-item.active .menu-item a:after {
  transform-origin: left center;
  transform: scale3d(1, 1, 1);
}
.menu-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: var(--color-white);
}

.menu-open {
  overflow: hidden;
}
.menu-open .overlay {
  right: 0;
}
.menu-open .menu--wrap {
  visibility: visible;
  right: 0;
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  max-width: 125px;
}
.logo img {
  width: 100%;
  height: auto;
}

.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.breadcrumbs li:last-child .icon {
  display: none;
}
.breadcrumbs li:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.breadcrumbs li .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -3.5px;
  width: 7px;
  height: 12px;
  fill: var(--color-white);
}
.breadcrumbs a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 16px;
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 5px 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f1f1f1;
}
.pagination li.current {
  background-color: var(--color-red);
}
.pagination li.current a {
  color: var(--color-white);
}
.pagination .icon {
  width: 12px;
  height: 12px;
}
.pagination-arrow {
  border: none;
  background-color: #F0F0F0;
}
.pagination-arrow:hover {
  background-color: #000;
}
.pagination-arrow:hover .icon {
  fill: var(--color-white);
}
.pagination a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 5px;
  font-size: 14px;
}

.comment {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.comments {
  position: relative;
}
.comments__list {
  margin-bottom: 50px;
}
.comments .recipe-single-title {
  margin-bottom: 60px;
}
.comments__form label {
  position: relative;
  display: block;
  font-size: 16px;
  color: #223C52;
  margin-bottom: 10px;
}
.comments__form textarea, .comments__form input  {
  background-color: transparent;
  border: 1px solid #F1F1F1;
}
.comments__form .field__button {
  margin-left: -8px;
  margin-top: 20px;
}
.comments__form .recipe-single-title {
  margin-bottom: 30px;
}
.comment__image {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #F7F8F9;
  margin-right: 20px;
  margin-top: 20px;
}
.comment__image .icon {
  width: 25px;
  height: 25px;
  fill: #223C52;
  z-index: 0;
}
.comment__image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.comment__body {
  position: relative;
  padding: 18px 30px;
  border: 1px solid #F1F1F1;
  color: #223C52;
  font-size: 14px;
  width: 100%;
}
.comment__body p {
  margin-bottom: 0;
}
.comment__body p:not(:last-child) {
  margin-bottom: 10px;
}
.comment-author-date {
  margin-bottom: 10px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
}
.hero-container {
  position: relative;
  z-index: 1;
}

.subpage .hero h1 {
  text-transform: none;
  line-height: 67.2px;
  font-size: 56px;
}

.hero-background {
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.hero-background:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0.65;
}

.hero__text {
  position: relative;
  color: var(--color-white);
}
.hero__text p {
  font-size: 21px;
}
.hero__text .button:last-child {
  margin-top: 50px;
}

.hero-home {
  min-height: 500px;
  height: 100vh;
  padding: 100px 0;
  align-items: center;
  align-content: center;
}
.hero-home .hero-row {
  justify-content: center;
}
.hero-home .hero__text {
  text-align: center;
}

.hero-default {
  height: 350px;
  padding: 120px 0;
  align-items: center;
  align-content: center;
}
.hero-default .hero-background:before {
  opacity: 0.7;
}
.hero-default .hero-container > .row {
  justify-content: center;
}
.hero-default .hero-row {
  align-items: center;
  align-content: center;
}
.hero-default h1 {
  line-height: 76.8px;
  font-size: 64px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hero-default .breadcrumbs {
  justify-content: flex-end;
}

.hero-account {
  height: 350px;
  padding: 100px 0;
  align-items: center;
  align-content: center;
}
.hero-account .hero-background {
  background-color: var(--color-black);
}
.hero-account .hero-background:before {
  opacity: 0;
}
.hero-account .hero-background img {
  width: auto;
  min-width: 50%;
  right: 0;
  object-position: center bottom;
}
.hero-account .hero-container > .row {
  justify-content: center;
}
.hero-account .hero-row {
  align-items: center;
  align-content: center;
}
.hero-account .hero__text {
  margin-bottom: 15px;
}
.hero-account h1 {
  font-size: 64px;
}
.hero-account .breadcrumbs {
  padding-left: 3px;
}

.about {
  padding: 115px 0;
  background-image: url("../images/texture-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about__text {
  background-color: var(--color-white);
  padding: 50px;
}
.about--style-1 {
  background-image: none;
}
.about--style-1 .about-container > .row {
  justify-content: center;
}
.about--style-1 .about-row {
  margin: 0 -40px;
}
.about--style-1 .about-row > div {
  padding: 0 40px;
}
.about--style-1 .about__text {
  padding: 0;
}
.about--style-1 .about__text p {
  line-height: 1.6;
}
.about--style-1 .about__image {
  position: relative;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  min-height: 100%;
  height: auto;
}
.about--style-1 .about__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.about--style-1 .about__image-name {
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 28px;
  padding: 4px 16px;
  margin-bottom: 40px;
  margin-left: -40px;
}

.become {
  padding: 100px 0;
}
.become-container > .row {
  justify-content: center;
}
.become .button {
  font-size: 24px;
}
.become .button-side {
  text-align: right;
}
.become p {
  font-size: 16px;
}

.featured {
  background-image: url("../images/texture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: var(--color-white);
}
.featured:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0.5;
}
.featured-container {
  position: relative;
  z-index: 1;
}
.featured-row {
  min-height: 500px;
  height: 100%;
}
.featured__image {
  position: relative;
  height: 100%;
}
.featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured__image.mobile {
  display: none;
}
.featured .image-side {
  padding: 0;
}
.featured .text-side {
  padding: 75px 15px;
}
.featured .text-side .button {
  margin-left: -175px;
  margin-bottom: 15px;
}
.featured-position {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
}
.featured p {
  font-size: 16px;
  line-height: 1.5;
}
.featured .button {
  font-size: 28px;
}
.featured .button span {
  height: 52px;
}

.recipes {
  padding: 75px 0;
}
.recipes-container > .row {
  margin: 0 -50px;
  margin-left: 0;
}
.recipes-container > .row > div {
  padding: 0 50px;
}
.recipes-row .row {
  margin: 0 -13px;
}
.recipes-row .row > div {
  padding: 0 13px;
}
.recipes__filters {
  position: relative;
  display: block;
  margin-bottom: 75px;
  background-image: url("../images/texture-pattern.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center center;
  padding-top: 18px;
}
.recipes__filters-title {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  font-size: 18px;
  height: 48px;
  margin-bottom: 22px;
}
.recipes__filters.open .recipes__filters-title {
  color: var(--color-red);
}
.recipes__filters.open .recipes__filters-title:after {
  transform: rotate(-180deg);
}
.recipes__filters .fields {
  transition: height 0.4s ease-in-out;
}
.recipes__filters .field {
  width: 100%;
}
.recipes__filters .field__button {
  margin-top: 38px;
}
.recipes__filters .field__button .button {
  font-size: 24px;
  width: calc(100% + 16px);
  height: auto;
  margin-bottom: -8px;
}
.recipes__filters .field__button .button span {
  height: 58px;
}
.recipes__filters .field select {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px 30px;
}
.recipes .filter-side {
  padding: 0 !important;
}
.recipes-filter {
  position: relative;
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  padding: 4px 8px;
}
.recipes-filter.active {
  color: var(--color-white);
  background-color: var(--color-red);
}
.recipes-list .recipes-row .row > div {
  margin-bottom: 45px;
}
.recipes-list .pagination {
  padding-top: 75px;
}

.recipes-slider {
  background-color: #F5F5F5;
  padding: 75px 0;
}
.recipes-slider .text-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.recipes-slider .text-side:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 3000px;
  background-color: #f5f5f5;
  z-index: -1;
}
.recipes-slider .slider-side {
  position: relative;
  z-index: 0;
}
.recipes-slider .slider-side:before {
  content: "";
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background-color: #f5f5f5;
  z-index: 1;
  display: none;
}
.recipes-slider .swiper-container {
  overflow: inherit;
}
.recipes-slider .swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.recipes-slider .swiper-button-prev, .recipes-slider .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  top: 0;
  margin: 0;
}
.recipes-slider .swiper-button-prev:not(:last-child), .recipes-slider .swiper-button-next:not(:last-child) {
  margin-right: 20px;
}
.recipes-slider .swiper-button-prev .icon, .recipes-slider .swiper-button-next .icon {
  width: 100%;
  height: 100%;
}
.recipes-slider .swiper-button-prev:after, .recipes-slider .swiper-button-next:after {
  display: none;
}
.recipes-slider .recipe {
  max-width: 265px;
}
.recipes-slider--chef {
  background-color: var(--color-black);
}
.recipes-slider--chef .text-side {
  color: var(--color-white);
}
.recipes-slider--chef .text-side:before {
  background-color: var(--color-black);
}
.recipes-slider--chef .text-side:after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 268px;
  height: 111px;
  background-image: url("../images/texture-small.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  margin-left: 111px;
}
.recipes-slider--chef .slider-side:before {
  content: "";
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background-color: var(--color-black);
  z-index: 1;
  display: none;
}
.recipes-slider--chef .swiper-button-prev .icon, .recipes-slider--chef .swiper-button-next .icon {
  fill: var(--color-white);
}
.recipes-slider--chef .swiper-button-prev:hover .icon, .recipes-slider--chef .swiper-button-next:hover .icon {
  fill: var(--color-red);
}

.recipe {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.recipe__image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.recipe__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
.recipe__info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  height: 100%;
  padding: 25px;
  color: var(--color-white);
}
.recipe__info:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 56.95%);
  transition: all 0.3s ease-in-out;
}
.recipe-title {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-size: 23px;
  color: #fff;
  text-decoration: none;
}
.recipe-type, .recipe-rating {
  position: relative;
  width: 50%;
}
.recipe-type {
  height: 20px;
  color: var(--color-white);
}
.recipe-type span {
  position: relative;
  display: inline-block;
  background-color: var(--color-red);
  font-size: 11px;
  padding: 4px;
}
.recipe-rating {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  height: 20px;
}
.recipe-rating .icon {
  width: 12px;
  height: 12px;
  fill: rgba(255, 255, 255, 0.25);
}
.recipe-rating.r-1 .icon:nth-child(1) {
  fill: var(--color-white);
}
.recipe-rating.r-2 .icon:nth-child(1),
.recipe-rating.r-2 .icon:nth-child(2) {
  fill: var(--color-white);
}
.recipe-rating.r-3 .icon:nth-child(1),
.recipe-rating.r-3 .icon:nth-child(2),
.recipe-rating.r-3 .icon:nth-child(3) {
  fill: var(--color-white);
}
.recipe-rating.r-4 .icon:not(:last-child) {
  fill: var(--color-white);
}
.recipe-rating.r-5 .icon {
  fill: var(--color-white) !important;
}
.recipe-add {
  position: relative;
  display: inline-flex;
  width: 150px;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 12px;
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.recipe-add .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.recipe-add:hover {
  background-color: #000;
  color: #fff;
}
.recipe-add:hover .icon {
  fill: #fff;
}
.recipe-fav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 15px 25px;
}
.recipe-fav-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.recipe-fav-icon .icon {
  width: 100%;
  height: 100%;
}
.recipe-fav-icon.active {
  fill: var(--color-red);
}
.recipe:hover .recipe__image img {
  transform: scale(1);
}
.recipe:hover .recipe__info:before {
  height: 135%;
}
.recipe.lock .item-lock {
  opacity: 0.8;
}
.recipe.lock .item-lock .icon {
  fill: var(--color-white);
}
.recipe.lock .recipe__image img {
  transform: scale(1);
}
.recipe.lock .recipe__info:before {
  height: 100%;
}

.item-lock {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.item-lock .icon {
  width: 75px;
  height: 75px;
}

.recipe-single {
  padding: 100px 0;
}
.recipe-single-row {
  justify-content: center;
}
.recipe-single-row .row > div {
  margin-bottom: 55px;
}
.recipe-single-title {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}
.recipe-single__image {
  position: relative;
  display: block;
  width: 100%;
}
.recipe-single__image img {
  width: 100%;
  height: auto;
}
.recipe-single__ingredients ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recipe-single__ingredients ul li {
  position: relative;
  font-size: 14px;
}
.recipe-single__ingredients ul li a {
  position: relative;
  display: inline-block;
  color: var(--color-red);
}
.recipe-single__ingredients ul li:not(:last-child) {
  margin-bottom: 10px;
}
.recipe-single__rating {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.recipe-single__rating .icon {
  width: 16px;
  height: 16px;
  fill: var(--color-black);
}
.recipe-single__rating .icon:not(:last-child) {
  margin-right: 8px;
}
.recipe-single__rating.r-1 .icon:nth-child(1) {
  fill: var(--color-red);
}
.recipe-single__rating.r-2 .icon:nth-child(1),
.recipe-single__rating.r-2 .icon:nth-child(2) {
  fill: var(--color-red);
}
.recipe-single__rating.r-3 .icon:nth-child(1),
.recipe-single__rating.r-3 .icon:nth-child(2),
.recipe-single__rating.r-3 .icon:nth-child(3) {
  fill: var(--color-red);
}
.recipe-single__rating.r-4 .icon:not(:last-child) {
  fill: var(--color-red);
}
.recipe-single__rating.r-5 .icon {
  fill: var(--color-red) !important;
}
.recipe-single .button .icon {
  fill: var(--color-white);
}
.recipe-single .add-to-favorite {
  position: relative;
  height: 30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  padding: 4px 12px;
}
.recipe-single .add-to-favorite span {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.recipe-single .add-to-favorite .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.recipe-single .add-to-favorite.active .icon, .recipe-single .add-to-favorite:hover .icon {
  fill: var(--color-red);
}
.recipe-single__info {
  position: relative;
}
.recipe-single__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
.recipe-single__info-main {
  position: relative;
  width: 100%;
}
.recipe-single__info-main .line {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.recipe-single__info-main .line:not(:last-child) {
  margin-bottom: 10px;
}
.recipe-single__info-main .line.serving {
  margin-top: 30px;
  align-items: flex-start;
  align-content: flex-start;
}
.recipe-single__info-main .line.serving .title {
  padding-top: 5px;
}
.recipe-single__info-main .line.serving .text {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
.recipe-single__info-main .title {
  position: relative;
  width: 100px;
  min-width: 100px;
  font-size: 14px;
  display: flex;
  align-items: center;
  align-content: center;
}
.recipe-single__info-main .title .icon {
  width: 25px;
  height: 25px;
  min-width: 25px;
}
.recipe-single__info-main .text {
  flex: 1;
  flex-wrap: wrap;
  font-size: 14px;
}
.recipe-single__info-main .counts {
  position: relative;
  display: block;
  width: 100px;
}
.recipe-single__info-main .counts > * {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
  text-transform: capitalize;
}
.recipe-single__info-main .counts > *:not(:last-child) {
  margin-bottom: 16px;
}
.recipe-single__info-main .counts input {
  width: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #223C52;
  margin-right: 10px;
}
.recipe-single__instruction {
  margin-bottom: 50px;
}
.recipe-single__instruction ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recipe-single__instruction ul li {
  font-size: 14px;
  line-height: 1.8;
}

.cookbook {
  position: relative;
  display: flex;
}
.cookbooks {
  padding: 100px 0;
}
.cookbooks-row > div {
  margin-bottom: 60px;
}
.cookbooks-single .cookbooks-row {
  justify-content: center;
}
.cookbook__image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  height: 220px;
  width: 150px;
  min-width: 150px;
  overflow: hidden;
}
.cookbook__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cookbook__image:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookbook__image:hover:before {
  opacity: 0.5;
}
.cookbook__image:hover .cookbook-more {
  transform: scale(1);
}
.cookbook-more {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 75px;
  height: 30px;
  background-color: var(--color-red);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cookbook__info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 25px;
}
.cookbook-name {
  line-height: 1.3;
  position: relative;
  font-size: 21px;
  line-height: 27.3px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cookbook-author {
  font-size: 21px;
}
.cookbook-description {
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.cookbook__download {
  position: relative;
  margin-top: 40px;
  margin-left: -8px;
}
.cookbook__download .icon {
  fill: var(--color-white);
}

.cookbooks-single .cookbook-name {
  text-transform: none;
}
.cookbooks-single .cookbook__image {
  padding: 0;
  height: auto;
  min-height: 100%;
}
.cookbooks-single .cookbook__image:before {
  display: none;
}
.cookbooks-single .cookbook__image.mobile {
  display: none;
  min-height: inherit;
  margin-top: 30px;
}
.cookbooks-single .cookbook__image img {
  position: relative;
  height: auto;
  width: 100%;
}

.chef {
  position: relative;
  display: flex;
}
.chefs {
  position: relative;
  padding: 100px 0;
}
.chefs-row {
  justify-content: center;
}
.chef:nth-child(2n) {
  flex-direction: row-reverse;
}
.chef:nth-child(2n) .chef__more {
  text-align: left;
  margin-left: -8px;
}
.chef:nth-child(2n) .chef__info {
  padding-right: 35px;
  padding-left: 0;
}
.chef:nth-child(2n) .chef-name {
  margin-left: auto;
  margin-right: -125px;
}
.chef:nth-child(2n) .chef-name--wrap {
  text-align: right;
}
.chef:nth-child(2n) .chef-position {
  margin-right: -25px;
  margin-left: auto;
}
.chef:nth-child(2n) .chef-position--wrap {
  text-align: right;
}
.chef__image {
  position: relative;
  min-height: 500px;
  width: 350px;
  min-width: 350px;
  height: auto;
  display: block;
  overflow: hidden;
}
.chef__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chef__image.mobile {
  display: none;
  width: 100%;
  min-width: inherit;
  margin-bottom: 30px;
}
.chef-name {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 52px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 28px;
  color: var(--color-white);
  background-color: var(--color-black);
  margin-left: -125px;
  margin-bottom: 20px;
  min-width: 240px;
}
.chef-name--wrap {
  position: relative;
  width: 100%;
  text-align: left;
}
.chef-position {
  position: relative;
  font-size: 22px;
  margin-bottom: 30px;
  max-width: 125px;
  margin-left: 25px;
  margin-right: auto;
  text-align: left;
}
.chef-position--wrap {
  position: relative;
  display: block;
  text-align: left;
}
.chef-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.chef__info {
  padding-top: 100px;
  padding-left: 65px;
  padding-right: 0;
  padding-bottom: 80px;
}
.chef__more {
  text-align: right;
  margin-right: -8px;
}
.chef-single {
  padding: 75px 0;
}
.chef-single__video {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
}
.chef-single__video--wrap {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding: 0 15px;
}
.chef-single__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.get-started {
  padding: 90px 0;
}
.get-started .text-center {
  margin-bottom: 100px;
}
.get-started .text-center h2 {
  text-transform: none;
}
.get-started-row {
  align-items: flex-start;
  align-content: flex-start;
}
.get-started .basic {
  position: relative;
  z-index: 1;
}
.get-started .basic:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2000px;
  z-index: -1;
  background-image: url("../images/texture-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.get-started .pro {
  position: relative;
  z-index: 1;
}
.get-started .pro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3000px;
  z-index: -1;
  background-color: var(--color-black);
}
.get-started .pro .plan {
  color: var(--color-white);
}
.get-started .pro .plan-type {
  font-size: 48px;
}
.get-started .pro .plan-price {
  font-size: 56px;
}
.get-started:after {
  content: "";
  position: absolute;
  bottom: 90px;
  right: -268px;
  width: 268px;
  height: 111px;
  background-image: url("../images/texture-small.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  z-index: 1;
  margin-left: 111px;
}

.plan {
  position: relative;
  width: 100%;
  max-width: 360px;
  text-align: center;
  padding: 90px 15px;
  margin: 0 auto;
}
.plan-type {
  position: relative;
  font-size: 37px;
  margin-bottom: 15px;
}
.plan-price {
  position: relative;
  font-size: 46px;
  color: var(--color-red);
  margin-bottom: 30px;
}
.plan-description {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.plan__buy .button .icon {
  fill: var(--color-white);
}

.contacts {
  padding: 90px 0;
}
.contacts-container > .row {
  justify-content: center;
}
.contacts-row {
  margin: 0 -40px;
}
.contacts-row > div {
  padding: 0 40px;
}
.contacts__head {
  margin-bottom: 40px;
}
.contacts__text {
  line-height: 1.6;
}
.contacts__text p {
  font-size: 18px;
}
.contacts__form .field:not(:last-child) {
  margin-bottom: 23px;
}

.shop {
  padding: 90px 0;
}
.shop-row > div {
  margin-bottom: 50px;
}

.product {
  position: relative;
  display: flex;
  text-decoration: none;
}
.product__image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  height: 220px;
  width: 150px;
  min-width: 150px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.product__image img {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
  z-index: 0;
}
.product__image:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.product__image:hover:before {
  opacity: 0.5;
}
.product__image:hover .product-more {
  transform: scale(1);
}
.product-more {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 75px;
  height: 30px;
  background-color: var(--color-red);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.product__info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 25px;
  padding-right: 0;
}
.product-name {
  line-height: 1.3;
  position: relative;
  font-size: 21px;
  text-transform: none;
  text-decoration: none;
  line-height: 27.3px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-price {
  position: relative;
  font-size: 16px;
  padding-left: 8px;
  color: #535353;
  text-transform: uppercase;
}
.product-author {
  font-size: 21px;
  margin-bottom: 30px;
}
.product-description {
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.product-count {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 58px;
  width: 58px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #223C52;
  font-size: 16px;
  margin-left: 27px;
}
.product__buy {
  position: relative;
  margin-top: 20px;
  margin-left: -8px;
}
.product__buy .button {
  margin-top: 5px;
}
.product__buy .button span {
  height: 36px;
}
.product__buy .icon {
  fill: var(--color-white);
}

.product-single {
  padding: 100px 0;
}
.product-single-row {
  justify-content: center;
}
.product-single .product__info {
  padding: 0 15px;
}
.product-single .product__info--wrap {
  width: 100%;
}
.product-single .product__image {
  height: auto;
  min-height: 100%;
}
.product-single .product__image.mobile {
  display: none;
  width: 100%;
  min-height: 350px;
}
.product-single .product__image img {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.product-single .product .button {
  margin-top: 0;
}
.product-single .product .button span {
  height: 58px;
}
.product-single .product-price {
  display: flex;
  align-items: center;
  align-content: center;
  height: 58px;
  margin-right: 10px;
}
.product-single .product-price .price {
  font-size: 36px;
  color: var(--color-black);
}
.product-single .product__buy {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.checkout {
  padding: 100px 0;
}
.checkout-title {
  position: relative;
  display: block;
  font-size: 18px;
  color: #223C52;
  margin-bottom: 15px;
}
.checkout-coupon {
  position: relative;
  background-color: #F7F8F9;
  padding: 17px;
  margin-bottom: 55px;
}
.checkout-coupon p {
  margin-bottom: 0 !important;
}
.checkout .order-total-block {
  margin-top: 50px;
}
.checkout .field {
  margin-bottom: 22px;
}
.checkout-total {
  position: relative;
  margin-top: 25px;
  border: 1px solid #F5F7F7;
  font-size: 16px;
}
.checkout-total .line {
  position: relative;
  width: 100%;
  display: flex;
  padding: 16px 20px;
}
.checkout-total .line:not(:last-child) {
  border-bottom: 1px solid #F5F7F7;
}
.checkout-total .line > * {
  width: 50%;
}
.checkout-paypal {
  position: relative;
  margin-top: 25px;
  border: 1px solid #F5F7F7;
  padding: 25px 30px;
}
.checkout-paypal-disclamer {
  position: relative;
  padding: 15px;
  color: #223C52;
  font-size: 14px;
  margin-top: 30px;
  background-color: #F7F8F9;
  margin-bottom: 15px;
}
.checkout-paypal-disclamer:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #F7F8F9;
  left: 40px;
  top: -10px;
}
.checkout-paypal p {
  position: relative;
  border-top: 1px solid #F7F8F9;
  padding-top: 15px;
  padding-bottom: 25px;
}

.cart {
  padding: 100px 0;
}
.cart .text-center a {
  font-size: 18px;
}
.cart input[type=number] {
  width: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #223C52;
  margin-right: 10px;
}
.cart__list {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
.cart__head {
  display: flex;
  width: 100%;
  background-color: #F7F8F9;
  padding: 16px 20px;
  font-size: 16px;
  color: #223C52;
}
.cart__head > *:nth-child(1) {
  width: 35%;
}
.cart__head > *:nth-child(2) {
  width: 25%;
}
.cart__head > *:nth-child(3) {
  width: 25%;
}
.cart__head > *:nth-child(4) {
  width: 15%;
}
.cart__body {
  position: relative;
}
.cart__item {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 16px 20px;
  font-size: 14px;
  color: #223C52;
  border-bottom: 1px solid #F5F7F7;
}
.cart__item-product {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
}
.cart__item-image {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 64px;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
}
.cart__item-image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cart__item-remove {
  position: relative;
  display: inline-flex;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: none;
  padding: 0;
  background-color: transparent;
  margin-right: 35px;
}
.cart__item-remove .icon {
  width: 100%;
  height: 100%;
}
.cart__item-name {
  position: relative;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: none;
}
.cart__item > * {
  padding-right: 15px;
}
.cart__item > *:nth-child(1) {
  width: 35%;
  display: flex;
  align-items: center;
  align-content: center;
}
.cart__item > *:nth-child(2) {
  width: 25%;
}
.cart__item > *:nth-child(3) {
  width: 25%;
}
.cart__item > *:nth-child(4) {
  width: 15%;
}
.cart__coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 16px 20px;
  border-bottom: 1px solid #F5F7F7;
}
.cart__coupon a {
  text-decoration: none;
  font-size: 13px;
}
.cart__coupon-form {
  display: flex;
  align-items: center;
  align-content: center;
  width: 50%;
}
.cart__coupon-form input {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.31);
  height: 44px;
  width: 215px;
}
.cart__coupon-form button {
  display: inline-block;
  width: -webkit-max-content;
  width: max-content;
  padding: 0;
  margin-left: 15px;
  background-color: transparent;
  border: none;
  font-size: 13px;
}
.cart__total {
  margin-top: 90px;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: 0;
}
.cart__total-title {
  position: relative;
  display: block;
  text-align: right;
  font-size: 18px;
  color: #223C52;
  margin-bottom: 25px;
  padding-right: 20px;
}
.cart__total-body {
  position: relative;
  border: 1px solid #F5F7F7;
}
.cart__total-body .line {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 16px;
  padding: 16px 20px;
}
.cart__total-body .line > * {
  width: 50%;
}
.cart__total-body .line:not(:last-child) {
  border-bottom: 1px solid #F5F7F7;
}
.cart__total-next {
  text-align: right;
  margin-right: -8px;
  margin-top: 22px;
}

.shoping-list {
  padding: 100px 0;
}
.shoping-list-row {
  justify-content: center;
}
.shoping-list__head {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shoping-list-title {
  position: relative;
  font-size: 18px;
}
.shoping-list-subtitle {
  position: relative;
  font-size: 18px;
}
.shoping-list .remove {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.shoping-list .remove .icon {
  width: 100%;
  height: 100%;
}
.shoping-list__actions {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.shoping-list__actions .button {
  font-size: 16px;
}
.shoping-list__items {
  position: relative;
  margin-bottom: 30px;
}
.shoping-list__item {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.shoping-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.shoping-list__item > div {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
}
.shoping-list__item input {
  position: relative;
  margin-left: 20px;
  width: 34px;
  height: 34px;
  border: 1px solid #223C52;
  text-align: center;
}
.shoping-list__item-name {
  position: relative;
  font-size: 16px;
  margin-left: 30px;
}
.shoping-list__item-right {
  font-size: 14px;
  justify-content: flex-end;
}
.shoping-list__item-right > *:not(:last-child) {
  margin-right: 40px;
}
.shoping-list__ingredients {
  position: relative;
}
.shoping-list__ingredients-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px;
  background-color: #F7F8F9;
  font-size: 16px;
}
.shoping-list__ingredients-head > * {
  width: 50%;
}
.shoping-list__ingredient {
  position: relative;
  padding: 15px 30px;
  display: flex;
}
.shoping-list__ingredient > * {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
}
.shoping-list__ingredient:not(:last-child) {
  border-bottom: 1px solid #F5F7F7;
}

.ingredient {
  font-size: 14px;
  color: #8C8C8C;
}
.ingredient .icon {
  fill: #8C8C8C;
}
.ingredient-remove {
  cursor: pointer;
}
.ingredient input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ingredient input:checked ~ div {
  color: #000;
}
.ingredient input:checked ~ div .icon {
  fill: #000;
}
.ingredient-name {
  margin-left: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ingredient-title-mobile {
  display: none;
}

.helper {
  text-align: center;
  position: relative;
  padding: 50px 0 15px 0;
  font-size: 18px;
}

.account {
  padding: 90px 0;
}
.account-favorites .account-row > div {
  margin-bottom: 30px;
}

.account-menu {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #F5F7F7;
}
.account-menu--wrap {
  position: relative;
}
.account-menu-mobile {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: none;
}
.account-menu-mobile .icon {
  width: 100%;
  height: 100%;
}
.account-menu-overlay {
  display: none;
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  transition: all 0.25s ease-in-out;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.75);
}
.account-menu li {
  position: relative;
  padding: 17px 30px;
}
.account-menu li:not(:last-child) {
  border-bottom: 1px solid #F5F7F7;
}
.account-menu li.active {
  background-color: #000;
}
.account-menu li.active a {
  color: #fff;
}
.account-menu a {
  text-decoration: none;
  font-size: 13px;
}

.acc-menu-open {
  overflow: hidden;
}
.acc-menu-open .content {
  z-index: 11;
}
.acc-menu-open .account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.acc-menu-open .account-menu-overlay {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.account__text p {
  font-size: 14px;
  line-height: 1.6;
}
.account__downs {
  position: relative;
}
.account__downs-head, .account__downs-body .line {
  position: relative;
  display: flex;
}
.account__downs-head > .column:nth-child(1), .account__downs-body .line > .column:nth-child(1) {
  flex: 1;
  padding-right: 15px;
}
.account__downs-head > .column:nth-child(2), .account__downs-head > .column:nth-child(3), .account__downs-body .line > .column:nth-child(2), .account__downs-body .line > .column:nth-child(3) {
  width: 75px;
}
.account__downs-head {
  padding: 16px 20px;
  background-color: #F7F8F9;
}
.account__downs-body {
  border: 1px solid #F5F7F7;
}
.account__downs-body .line {
  position: relative;
  padding: 16px 20px;
}
.account__downs-body .line:not(:last-child) {
  border-bottom: 1px solid #F5F7F7;
}
.account__downs-body a {
  position: relative;
  display: flex;
  text-decoration: none;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.account__downs-body a .text {
  position: relative;
  display: inline-block;
  width: calc(100% - 16px);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.account__downs-body a .icon {
  width: 11px;
  height: 11px;
  margin-left: 5px;
}
.account__downs-body .link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: inline-block !important;
  width: auto;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 2px;
}
.account__downs-body .link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  z-index: -1;
}
.account__downs-body .link:after {
  background-color: var(--color-red);
  bottom: 0px;
  height: 1px;
}

.account .video {
  position: relative;
  width: 100%;
}
.account .video-poster {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
  overflow: hidden;
  z-index: 0;
}
.account .video-poster:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.58%);
  transition: all 0.3s ease-in-out;
}
.account .video-poster img {
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.account .video__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 18px 23px;
  min-height: 60px;
  z-index: 1;
}
.account .video-play {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 14px;
}
.account .video-play .icon {
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}
.account .video-title {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-white);
}

.video-popup, .video-popup-youtube {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99;
  padding: 50px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
.video-popup-close {
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.video-popup-close .icon {
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}
.video-popup-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out 0.45s;
  transform: translateY(100px);
}
.video-popup-content .vid {
  width: 100%;
  padding-top: 56.5%;
}
.video-popup-content .vid--wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}
.video-popup-content .vid--sub {
  position: relative;
  display: none;
  width: 540px;
  padding: 60px 65px;
  background-color: #fff;
}
.video-popup-content .vid-sub-form {
  display: flex;
  align-items: center;
  align-content: center;
}
.video-popup-content .vid-sub-form input {
  width: 100%;
  height: 50px;
}
.video-popup-content .vid-sub-form .button {
  font-size: 16px;
  margin-left: 20px;
}
.video-popup-content .vid-sub-form .button span {
  height: 50px;
  min-width: 130px;
}
.video-popup-content .vid-title {
  position: relative;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.video-popup-content .vid iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup.subscribe-to-unlock .vid--wrap {
  display: none !important;
}
.video-popup.subscribe-to-unlock .vid--sub {
  display: block;
}

.popup-open .video-popup,
.popup-youtube-open .video-popup-youtube {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.popup-open .video-popup-content,
.popup-youtube-open .video-popup-content {
  transform: translateY(0);
}
.woocommerce-form.login{
  padding: 0;
}
.login {
  padding: 90px 0;
}
.login h2, .login h3 {
  text-transform: none;
}
.login .field {
  max-width: 450px;
}
.login .field:not(:last-child) {
  margin-bottom: 22px;
}
.login .field .button {
  height: auto;
}
.login .field .button span {
  height: 50px;
}
.login .member-side {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.login .member-side h4 {
  font-size: 36px;
}
.login .member-side a {
  text-decoration: none;
}
.login .member-side a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  z-index: 0;
}
.login .member-side a:after {
  z-index: 1;
  bottom: 0;
}

.default {
  padding: 100px 0;
  color: #223C52;
}
.default p:not(:last-child) {
  margin-bottom: 15px;
}
.default li:not(:last-child) {
  margin-bottom: 10px;
}
.default ul:not(:last-child), .default ol:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .header .logo-side {
    order: 1;
  }
  .header .actions-side {
    order: 2;
  }
  .header .menu-side {
    order: 3;
    flex: none;
  }
  .actions {
    margin-right: -15px;
  }
  .action {
    margin-right: 15px;
  }
  .action-login {
    background-color: transparent;
  }
  .action-login .action-text {
    display: none;
  }
  .action-login .icon {
    display: inline-block;
  }
  .action-login:hover {
    background-color: transparent;
  }
  .action-menu {
    display: inline-block;
  }
  .menu--wrap {
    position: fixed;
    right: -300px;
    top: 0;
    padding: 100px 15px;
    width: 300px;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
    background-image: url("../images/texture.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
  }
  .menu--wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .menu--wrap .menu {
    justify-content: center;
    flex-direction: column;
  }
  .menu--wrap .menu li {
    margin: 10px 0;
  }
  .chef:not(:last-child) {
    margin-bottom: 50px;
  }
  .product__info {
    padding-left: 15px;
  }
  .product-count {
    padding-left: 0;
  }
  .product-single .product .button {
    margin-top: 10px;
  }
  .product-single .product-price {
    width: 100%;
  }
}
@media (max-height: 1199px) {
  .hero__text p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 60px;
  }
  h2, .h2 {
    font-size: 50px;
  }
  h3, .h3 {
    font-size: 45px;
  }
  .footer .logo {
    margin-bottom: 50px;
  }
  .footer-menu--wrap:not(:last-child) {
    margin-bottom: 30px;
  }
  .breadcrumbs {
    justify-content: flex-start !important;
    padding-left: 4px;
    margin-top: 30px;
  }
  .about h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .about__text {
    text-align: center;
  }
  .about--style-1 .about__text {
    text-align: left;
  }
  .become__text {
    text-align: center;
  }
  .become .button-side {
    margin-top: 50px;
    text-align: center;
  }
  .featured .text-side .button {
    margin-left: -75px;
  }
  .recipes-container > .row {
    margin: 0 -50px;
  }
  .recipes__filters-title {
    padding: 18px 22px;
  }
  .recipes__filters-title:after {
    content: "";
    position: absolute;
    right: 22px;
    width: 13px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url("../images/icons/icon-chevron-down.svg"), rgba(0, 0, 0, 0.035566);
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform 0.3s ease-in-out;
  }
  .recipes__filters .fields {
    height: 0;
    overflow: hidden;
  }
  .recipes .filter-side {
    padding: 0 50px !important;
  }
  .recipes-slider .text-side:before {
    display: none;
  }
  .recipes-slider .text-side {
    margin-bottom: 20px;
  }
  .recipes-slider .slider-side:before {
    display: block;
  }
  .recipes-slider .swiper-container {
    z-index: 0;
  }
  .recipes-slider .swiper-nav {
    margin-top: 50px;
  }
  .recipes-slider--chef .text-side:after {
    display: none;
  }
  .recipes-slider--chef .slider-side:before {
    display: block;
  }
  .recipe-single__info-main .text .button {
    margin-left: -8px;
  }
  .chef:nth-child(2n) .chef__info {
    padding-right: 30px;
    padding-left: 0;
  }
  .chef:nth-child(2n) .chef-name {
    margin-right: -100px;
  }
  .chef-name {
    margin-left: -100px;
  }
  .chef__info {
    padding-left: 30px;
  }
  .get-started:after {
    display: none;
  }
  .account-menu--wrap {
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    display: inline-block;
    display: none;
  }
  .account-menu {
    position: fixed;
    left: 15px;
    top: 80px;
    background-color: #fff;
    z-index: 2;
    width: calc(50% - 15px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 44px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  .arrow-scroll {
    bottom: 15px;
  }
  .pagination li {
    width: 35px;
    height: 35px;
  }
  .hero-home {
    padding-bottom: 50px;
  }
  .hero-default {
    min-height: 350px;
    height: auto;
    padding: 120px 0 50px 0;
  }
  .hero-default h1 {
    -webkit-line-clamp: inherit;
  }
  .hero-default .breadcrumbs {
    margin-top: 30px;
  }
  .about {
    padding: 75px 0;
  }
  .about__text {
    padding: 50px 25px;
  }
  .about--style-1 .image-side {
    order: 1;
    margin-bottom: 30px;
  }
  .about--style-1 .text-side {
    order: 2;
  }
  .about--style-1 .about__image-name {
    margin-left: -10px;
  }
  .about--style-1 .about__image {
    min-height: 400px;
  }
  .featured__image {
    display: none;
  }
  .featured__image.mobile {
    display: block;
    margin-bottom: 25px;
  }
  .featured .image-side {
    padding: 0 15px;
  }
  .featured .text-side .button {
    margin-left: -8px;
  }
  .featured .text-side:first-child {
    padding-bottom: 25px;
  }
  .featured .text-side:last-child {
    padding-top: 0;
  }
  .cookbooks {
    padding: 75px 0;
  }
  .cookbooks-single .cookbook__image {
    width: 100%;
    display: none;
  }
  .cookbooks-single .cookbook__image.mobile {
    display: block;
  }
  .cookbooks-single .cookbook__info {
    padding: 0 15px;
  }
  .chefs {
    padding: 75px 0;
  }
  .chef__image {
    display: none;
  }
  .chef__image.mobile {
    display: block;
  }
  .chef-name {
    margin: 0 auto 15px auto !important;
  }
  .chef-name--wrap {
    text-align: center !important;
  }
  .chef-position {
    margin: 0 auto 15px auto !important;
    max-width: 100%;
    text-align: center !important;
  }
  .chef-position--wrap {
    text-align: center !important;
  }
  .chef__info {
    padding: 0 15px 50px 15px !important;
  }
  .chef__more {
    text-align: center !important;
  }
  .product-single .product {
    display: block;
  }
  .product-single .product__image {
    display: none;
  }
  .product-single .product__image.mobile {
    display: block;
  }
  .cart__list {
    padding: 0 15px;
  }
  .cart__item-image {
    display: none;
  }
  .cart__item-remove {
    margin-right: 10px;
  }
  .cart__coupon-form {
    display: block;
  }
  .cart__coupon-form button {
    margin-top: 15px;
  }
  .cart__total {
    padding: 0 15px;
  }
  .shoping-list__head {
    display: block;
  }
  .shoping-list__head > * {
    width: 100%;
  }
  .shoping-list-subtitle {
    display: none;
  }
  .shoping-list__actions {
    justify-content: center;
    padding-right: 0;
  }
  .shoping-list__actions .button {
    width: 50%;
  }
  .shoping-list__actions .button span {
    min-width: 100%;
    width: 100%;
  }
  .shoping-list__item > div {
    width: 100%;
  }
  .shoping-list__item-right > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .shoping-list__item-right {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 50px;
    margin-top: 10px;
  }
  .shoping-list__item-right > * {
    width: 100%;
  }
  .shoping-list__item-right .text {
    position: relative;
    display: inline-block;
    width: 85px;
  }
  .ingredient-left {
    width: 65%;
  }
  .ingredient-right {
    width: 35%;
  }
  .helper {
    font-size: 14px;
  }
  .login .member-side {
    justify-content: flex-start;
    margin-top: 50px;
  }
}
@media (min-height: 800px) and (orientation: landscape) {
  .hero-home {
    padding: 150px 0;
  }
}
@media (min-width: 1200px) {
  .recipe-single__info-main .counts input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .cart input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .shoping-list__item input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:hover {
    text-decoration: none;
  }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}