/******************************************************************

    Template Name: Yummy Food Blog

    Description: Yummy Food Blog HTML Template

    Author: Colorlib

    Author URI: http://www.colorlib.com

    Version: 1.0

    Created: Colorlib

******************************************************************/

/*------------------------------------------------------------------

[Table of contents]



1.  Template default CSS

	1.1	Variables

	1.2	Mixins

	1.3	Flexbox

	1.4	Reset

2.  Helper Css

3.  Header Section

4.  Page Top Recipe

5.  Top Recipe

6.  Categories Filter

7.  Features Recipe

8.  Simila Recipe

9.  Footer

10. Other Pages Style



-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS

/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #584f47;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

  color: #584f47;

  font-weight: 400;

  font-family: "Noto Serif TC", serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;

  color: #353535;

  font-family: "Noto Serif TC", serif;

  font-weight: 400;

  line-height: 27px;

  margin: 0 0 15px 0;
}

img {
  max-width: 100%;

  height: 100%;

  object-fit: contain;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;

  outline: none;

  color: #fff;
}

ul,
ol {
  padding: 0;

  margin: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;

  font-size: 91px;

  font-style: normal;
}

.font-en {
  font-family: "Cinzel", serif;
}

/*---------------------

  Helper CSS

-----------------------*/

.set-bg {
  background-repeat: no-repeat;

  background-size: cover;

  background-position: top center;
}

.spad {
  padding-top: 100px;

  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */

.primary-btn {
  display: inline-block;

  font-size: 20px;

  font-weight: 400;

  padding: 11px 44px 15px;

  color: #fff;

  background: #ff5581;

  line-height: 23px;
}

.submit-btn {
  color: #fff;

  background: #593d2a;

  font-size: 14px;

  font-weight: 600;

  border: none;

  padding: 25px 70px;

  border-radius: 50px;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  cursor: pointer;
}

.spacial-controls {
  position: fixed;

  width: 111px;

  height: 91px;

  top: 0;

  right: 0;

  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;

  height: 100%;

  padding-top: 30px;

  background: #323232;

  text-align: center;

  cursor: pointer;
}

.search-model {
  display: none;

  position: fixed;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: #000;

  z-index: 99999;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 500px;

  font-size: 40px;

  border: none;

  border-bottom: 2px solid #333;

  background: none;

  color: #999;
}

.search-close-switch {
  position: absolute;

  width: 50px;

  height: 50px;

  background: #333;

  color: #fff;

  text-align: center;

  border-radius: 50%;

  font-size: 28px;

  line-height: 28px;

  top: 30px;

  cursor: pointer;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

/*---------------------

  Header

-----------------------*/

.header-section {
  padding: 15px 0;
  position: fixed;
  top: 0;
  background-color: #fffaf799;
  z-index: 9999;
  width: 100%;
  transition: 0.5s all ease;
}

.header-section.scrolled {
  padding: 5px 0 10px;
  background-color: #fffaf7;
}

.header-section .logo {
  text-align: center;
  margin-bottom: 10px;
}

.header-section.scrolled .logo {
  margin-bottom: 0px;
  display: none;
}

.header-section .logo img {
  width: 100%;
  max-width: 135px;
  height: auto;
  transition: 0.5s all ease;
}

.header-section.scrolled .logo img {
  transform: scale(0);
}

.header-section .logo a {
  width: 100%;
  display: inline-block;
}

.header-section .nav-menu {
  position: relative;
  margin-top: 5px;
}

.header-section .nav-menu .main-menu {
  text-align: center;
}

.header-section .nav-menu .main-menu ul li {
  display: inline-block;

  margin-right: 60px;

  position: relative;
}

.header-section .nav-menu .main-menu ul li:last-child {
  margin-right: 0;
}

.header-section .nav-menu .main-menu ul li:last-child:after {
  display: none;
}

.header-section .nav-menu .main-menu ul li:hover a {
  color: #593d2a;
}

.header-section .nav-menu .main-menu ul li:hover a:after {
  opacity: 1;
}

.header-section .nav-menu .main-menu ul li.active a {
  color: #593d2a;
}

.header-section .nav-menu .main-menu ul li.active a:after {
  opacity: 1;
}

.header-section .nav-menu .main-menu ul li:after {
  position: absolute;
  right: -35px;
  top: 4px;
  height: 21px;
  width: 1px;
  background: #593d2a;
  content: "";
}

.header-section .nav-menu .main-menu ul li a {
  color: #111;

  font-size: 16px;

  font-weight: 700;

  padding: 5px;

  position: relative;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.header-section .nav-menu .main-menu ul li a:after {
  position: absolute;

  left: 0;

  bottom: -3px;

  width: 100%;

  height: 2px;

  background: #593d2a;

  content: "";

  opacity: 0;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.header-section .nav-menu .main-menu ul li:hover .sub-menu {
  visibility: visible;

  opacity: 1;

  margin-top: 16px;
}

.header-section .nav-menu .main-menu ul .sub-menu {
  position: absolute;

  list-style: none;

  width: 220px;

  left: 0;

  top: 100%;

  padding: 20px 0 10px;

  visibility: hidden;

  opacity: 0;

  margin-top: 50px;

  text-align: left;

  background: #fff;

  z-index: 99;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);

  box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.header-section .nav-menu .main-menu ul .sub-menu li {
  display: block;

  margin-right: 0;
}

.header-section .nav-menu .main-menu ul .sub-menu li:after {
  display: none;
}

.header-section .nav-menu .main-menu ul .sub-menu li a {
  display: block;

  color: #000;

  margin-left: 0;

  padding: 5px 20px;

  font-size: 16px;
}

.header-section .nav-menu .main-menu ul .sub-menu li a:after {
  display: none;
}

.header-section .nav-menu .main-menu ul .sub-menu li a:hover {
  color: #593d2a;
}

.header-section .nav-menu .nav-right {
  position: absolute;

  right: 150px;

  top: -2px;

  font-size: 21px;

  color: #939394;
}

.header-section .nav-menu .nav-right i {
  cursor: pointer;
}

.slicknav_menu {
  display: none;
}

.slicknav_btn {
  background-color: rgb(197, 175, 125);
}

/*---------------------

  Page Top Recipe

-----------------------*/

.page-about-miso {
  padding-bottom: 110px;
}

.page-about-miso .pt-recipe-item {
  margin-bottom: 35px;
}

.page-about-miso .pt-recipe-item:hover .pt-recipe-img:after {
  opacity: 0.34;
}

.page-about-miso .pt-recipe-item:hover .pt-recipe-img i {
  opacity: 1;
}

.page-about-miso .pt-recipe-item.large-item {
  text-align: center;
}

.page-about-miso .pt-recipe-item.large-item .pt-recipe-img {
  height: 745px;
}

.page-about-miso .pt-recipe-item.large-item .pt-recipe-text {
  text-align: center;

  display: inline-block;

  background: white;

  margin-top: -56px;

  padding-top: 19px;

  padding-left: 35px;

  padding-right: 35px;

  padding-bottom: 30px;

  z-index: 999;

  position: relative;
}

.page-about-miso .pt-recipe-item.large-item .pt-recipe-text span {
  color: #878787;

  display: inline-block;

  font-size: 14px;

  font-weight: 700;

  line-height: 30px;
}

.page-about-miso .pt-recipe-item.large-item .pt-recipe-text h3 {
  color: #353535;

  font-weight: 700;

  line-height: 33px;
}

.page-about-miso .pt-recipe-item .pt-recipe-img {
  height: 311px;

  min-width: 100%;

  position: relative;

  z-index: 1;
}

.page-about-miso .pt-recipe-item .pt-recipe-img:after {
  position: absolute;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  background: #593d2a;

  content: "";

  opacity: 0;

  z-index: -1;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.page-about-miso .pt-recipe-item .pt-recipe-img i {
  position: absolute;

  left: 0;

  right: 0;

  text-align: center;

  top: 50%;

  -webkit-transform: translateY(-46px);

  transform: translateY(-46px);

  color: #fff;

  opacity: 0;

  -webkit-transform: translateY(-8px);

  transform: translateY(-8px);

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.page-about-miso .pt-recipe-item .pt-recipe-text {
  text-align: center;

  padding-left: 10px;

  padding-right: 10px;

  padding-top: 16px;
}

.page-about-miso .pt-recipe-item .pt-recipe-text h4 {
  color: #353535;

  line-height: 30px;

  font-weight: 700;
}

/*---------------------

  Top Recipe

-----------------------*/

.about-miso {
  /* background: #fff; */

  padding: 60px 0;

  position: relative;
}

.about-miso .section-title {
  width: 470px;

  text-align: right;

  background: #c5af7d;

  padding: 18px 0;

  padding-right: 40px;
}

.about-miso .section-title h5 {
  color: #fff;

  font-weight: 700;
}

.about-miso .po-relative {
  position: relative;
}

.about-miso-item {
  margin-bottom: 40px;
}

.about-miso-item:hover .about-miso-img:after {
  opacity: 0.5;
}

.about-miso-item:hover .about-miso-img i {
  opacity: 1;
}

.about-miso-item.large-item .about-miso-img {
  height: 514px;

  width: 100%;

  max-width: 100%;

  display: block;
}

.about-miso-item.large-item .about-miso-text {
  padding-top: 38px;
}

.about-miso-text a {
  color: #593d2a !important;
}

.about-miso-item.large-item .about-miso-text h4 {
  margin-top: 23px;

  margin-bottom: 20px;
}

.about-miso-item .about-miso-img {
  height: 145px;

  position: relative;

  z-index: 1;
}

.about-miso-item .about-miso-img i {
  position: absolute;

  left: 0;

  right: 0;

  text-align: center;

  top: 50%;

  -webkit-transform: translateY(-46px);

  transform: translateY(-46px);

  color: #fff;

  opacity: 0;

  -webkit-transform: translateY(-8px);

  transform: translateY(-8px);

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.about-miso-text {
  line-height: 25px;
}

.about-miso-text .cat-name {
  color: #fff;

  background: #756659;

  display: inline-block;

  font-size: 15px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 4px 25px 4px 25px;
}

.about-miso-text .cat-name.smp {
  color: #593d2a;
  border: 1px solid #593d2a;
  background-color: #fffaf7;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 25px 4px 25px;
}

.about-miso-text .store-name {
  font-size: 1.2rem;

  font-weight: 600;

  margin-bottom: 10px;
}

/*---------------------

  Categories Filter

-----------------------*/

.categories-filter-section .filter-item {
  margin-bottom: 30px;
}

.categories-filter-section .filter-item ul li {
  list-style: none;

  color: #353535;

  display: inline-block;

  padding: 15px 42px;

  font-weight: 700;

  margin-right: -4px;

  cursor: pointer;

  position: relative;

  z-index: 1;
}

.categories-filter-section .filter-item ul li.active {
  color: #fff;
}

.categories-filter-section .filter-item ul li.active::before {
  opacity: 1;
}

.categories-filter-section .filter-item ul li.active::after {
  opacity: 1;
}

.categories-filter-section .filter-item ul li::before {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgb(197, 175, 125);

  content: "";

  z-index: -1;

  opacity: 0;
}

.categories-filter-section .filter-item ul li::after {
  position: absolute;

  left: 50%;

  bottom: -12px;

  border-top: 20px solid rgb(197, 175, 125);

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  -webkit-transform: translateX(-10px);

  transform: translateX(-10px);

  content: "";

  z-index: -1;

  opacity: 0;
}

.cf-filter {
  overflow: hidden;
}

.cf-filter .cf-item {
  float: left;

  width: calc(20% - 32px);

  margin-right: 40px;

  margin-bottom: 30px;
}

.cf-filter .cf-item:last-child {
  margin-right: 0;
}

.cf-filter .cf-item .cf-item-pic img {
  min-width: 100%;
}

.cf-filter .cf-item .cf-item-text {
  text-align: center;

  padding: 0 15px;

  padding-top: 18px;
}

.cf-filter .cf-item .cf-item-text h5 {
  color: #353535;

  font-weight: 700;

  line-height: 27px;
}

/*---------------------

  Services

-----------------------*/

.services {
  position: relative;
  padding: 120px 0 60px;
  background-image: url("../../assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
}

.services .section-title {
  width: 430px;

  text-align: right;

  background: #c5af7d;

  padding: 18px 0;

  padding-right: 40px;

  position: absolute;

  top: 0;

  right: 0;
}

.services .section-title h5 {
  color: #fff;

  font-weight: 700;
}

.services .po-relative {
  position: relative;
}

.services .po-relative .plus-icon {
  position: absolute;

  right: 0;

  top: -112px;

  width: 80px;

  background: #593d2a;

  text-align: center;

  height: 57px;

  line-height: 57px;

  color: #fff;
}

.fr-item {
  margin-bottom: 30px;
}

.fr-item .fr-item-img {
  float: none;

  margin-right: 0;

  width: 100px;

  height: 100px;

  background-color: #756659;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;
}

.fr-item .fr-item-img img {
  width: 60%;

  border-radius: 50%;
}

.fr-item .fr-item-text {
  padding-top: 32px;

  padding-bottom: 25px;

  text-align: center;
}

.fr-item .fr-item-text h4 {
  color: #353535;

  font-weight: 700;

  line-height: 30px;

  margin-bottom: 10px;
}

.fr-item .fr-item-text h5 {
  margin-bottom: 10px;
}

/*---------------------

  Footer

-----------------------*/

.footer-section {
  background: #e0dcd7;
}

.footer-section .fs-left {
  margin-bottom: 31px;
}

.footer-section .fs-left .logo {
  margin-bottom: 34px;
}

.footer-section .fs-left .logo a {
  display: inline-block;
}

.footer-section .fs-left p {
  color: #7a818d;
}

.footer-section .copyright-text {
  font-size: 14px;
  padding: 8px 0;
}

.footer-section .copyright-text a {
  color: #593d2a;
}

/* ---------------------------------- Other Pages Styles --------------------------------*/

/*---------------------

  Header Other Pages

-----------------------*/

.header-section-other {
  height: 85px;

  padding-top: 21px;

  padding-bottom: 15px;

  padding-left: 50px;

  padding-right: 50px;
}

.header-section-other .logo {
  float: left;
}

.header-section-other .logo a {
  display: inline-block;
}

.header-section-other .nav-menu {
  position: relative;

  float: right;

  margin-top: 10px;
}

.header-section-other .nav-menu .main-menu {
  margin-right: 100px;
}

.header-section-other .nav-menu .main-menu ul li {
  display: inline-block;

  margin-right: 60px;

  position: relative;
}

.header-section-other .nav-menu .main-menu ul li:last-child {
  margin-right: 0;
}

.header-section-other .nav-menu .main-menu ul li:last-child:after {
  display: none;
}

.header-section-other .nav-menu .main-menu ul li:hover a {
  color: #593d2a;
}

.header-section-other .nav-menu .main-menu ul li:hover a:after {
  opacity: 1;
}

.header-section-other .nav-menu .main-menu ul li.active a {
  color: #593d2a;
}

.header-section-other .nav-menu .main-menu ul li.active a:after {
  opacity: 1;
}

.header-section-other .nav-menu .main-menu ul li:after {
  position: absolute;

  right: -35px;

  top: 4px;

  height: 21px;

  width: 2px;

  background: #bbbcc0;

  content: "";
}

.header-section-other .nav-menu .main-menu ul li a {
  color: #353535;

  font-size: 20px;

  font-weight: 700;

  padding: 5px;

  position: relative;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.header-section-other .nav-menu .main-menu ul li a:after {
  position: absolute;

  left: 0;

  bottom: -3px;

  width: 100%;

  height: 2px;

  background: #593d2a;

  content: "";

  opacity: 0;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.header-section-other .nav-menu .main-menu ul li:hover .sub-menu {
  visibility: visible;

  opacity: 1;

  margin-top: 16px;
}

.header-section-other .nav-menu .main-menu ul .sub-menu {
  position: absolute;

  list-style: none;

  width: 220px;

  left: 0;

  top: 100%;

  padding: 20px 0 10px;

  visibility: hidden;

  opacity: 0;

  margin-top: 50px;

  text-align: left;

  background: #fff;

  z-index: 99;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);

  box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.header-section-other .nav-menu .main-menu ul .sub-menu li {
  display: block;

  margin-right: 0;
}

.header-section-other .nav-menu .main-menu ul .sub-menu li:after {
  display: none;
}

.header-section-other .nav-menu .main-menu ul .sub-menu li a {
  display: block;

  color: #000;

  margin-left: 0;

  padding: 5px 20px;

  font-size: 16px;
}

.header-section-other .nav-menu .main-menu ul .sub-menu li a:after {
  display: none;
}

.header-section-other .nav-menu .main-menu ul .sub-menu li a:hover {
  color: #593d2a;
}

.header-section-other .nav-menu .nav-right {
  position: absolute;

  right: 0;

  top: -2px;

  font-size: 21px;

  color: #939394;
}

.header-section-other .nav-menu .nav-right i {
  cursor: pointer;
}

/*---------------------

  Hero Search

-----------------------*/

.hero-search {
  height: 252px;
}

.hero-search .filter-table {
  height: 252px;

  width: 100%;

  display: table;
}

.hero-search .filter-table .filter-search {
  display: table-cell;

  vertical-align: middle;
}

.hero-search .filter-table .filter-search input {
  width: calc(28% - 10px);

  margin-right: 10px;

  font-size: 16px;

  height: 54px;

  padding-left: 34px;

  border: 1px solid #fff;
}

.hero-search .filter-table .filter-search input::-webkit-input-placeholder {
  color: #353535;

  font-style: italic;
}

.hero-search .filter-table .filter-search input::-moz-placeholder {
  color: #353535;

  font-style: italic;
}

.hero-search .filter-table .filter-search input:-ms-input-placeholder {
  color: #353535;

  font-style: italic;
}

.hero-search .filter-table .filter-search input::-ms-input-placeholder {
  color: #353535;

  font-style: italic;
}

.hero-search .filter-table .filter-search input::placeholder {
  color: #353535;

  font-style: italic;
}

.hero-search .filter-table .filter-search .nice-select {
  float: none;

  display: inline-block;

  width: calc(28% - 10px);

  margin-right: 10px;

  font-size: 16px;

  height: 53px;

  padding-left: 34px;

  border: 1px solid #fff;

  line-height: 53px;

  border-radius: 0;

  color: #353535;

  font-style: italic;
}

.hero-search .filter-table .filter-search .nice-select:after {
  display: none;
}

.hero-search .filter-table .filter-search .nice-select .list {
  width: 100%;

  margin-top: 1px;

  border-radius: 0;
}

.hero-search .filter-table .filter-search button {
  padding: 12px 55px;

  border: 1px solid #593d2a;

  background: #593d2a;

  font-size: 18px;

  font-weight: 700;

  color: #fff;

  cursor: pointer;
}

/*---------------------

  Recipe Section

-----------------------*/

.recipe-item {
  margin-bottom: 40px;
}

.recipe-item a {
  display: block;

  margin-bottom: 34px;
}

.recipe-item a img {
  min-width: 100%;
}

.recipe-item .ri-text .cat-name {
  color: #fff;

  background: #593d2a;

  display: inline-block;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 4px 25px 4px 25px;
}

.recipe-item .ri-text a {
  margin-bottom: 20px;

  margin-top: 23px;
}

.recipe-item .ri-text a h4 {
  font-weight: 700;
}

.recipe-section {
  padding-bottom: 160px;
}

.recipe-section .recipe-pagination {
  padding-top: 55px;
}

.recipe-section .recipe-pagination a {
  display: inline-block;

  font-size: 14px;

  color: #353535;

  height: 39px;

  width: 39px;

  line-height: 39px;

  text-align: center;

  margin-right: -4px;

  -webkit-transition: all 0.2s;

  -webkit-transition: 0.2s;

  transition: 0.2s;
}

.recipe-section .recipe-pagination a.active {
  background: #593d2a;

  color: #fff;
}

.recipe-section .recipe-pagination a:hover {
  background: #593d2a;

  color: #fff;
}

/*--------------------------

  Categories Feature Recipe

--------------------------*/

.categories-services {
  position: relative;

  background: #f8f9fb;

  padding-bottom: 40px;
}

.categories-services .section-title {
  width: 430px;

  text-align: right;

  background: #593d2a;

  padding: 18px 0;

  padding-right: 40px;

  position: absolute;

  top: -57px;

  left: 0;
}

.categories-services .section-title h5 {
  color: #fff;

  font-weight: 700;
}

.categories-services .po-relative {
  position: relative;
}

.categories-services .po-relative .plus-icon {
  position: absolute;

  right: 0;

  top: -157px;

  width: 80px;

  background: #593d2a;

  text-align: center;

  height: 57px;

  line-height: 57px;

  color: #fff;
}

.cfr-item {
  overflow: hidden;

  margin-bottom: 40px;
}

.cfr-item:hover .cfr-item-img:after {
  opacity: 0.5;
}

.cfr-item:hover .cfr-item-img i {
  opacity: 1;
}

.cfr-item .cfr-item-img {
  width: 192px;

  height: 145px;

  float: left;

  margin-right: 25px;

  position: relative;

  z-index: 1;
}

.cfr-item .cfr-item-img:after {
  position: absolute;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  background: #593d2a;

  content: "";

  opacity: 0;

  z-index: -1;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.cfr-item .cfr-item-img i {
  position: absolute;

  left: 0;

  right: 0;

  text-align: center;

  top: 50%;

  -webkit-transform: translateY(-46px);

  transform: translateY(-46px);

  color: #fff;

  opacity: 0;

  -webkit-transform: translateY(-8px);

  transform: translateY(-8px);

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.cfr-item .cfr-item-text {
  overflow: hidden;
}

.cfr-item .cfr-item-text .cat-name {
  color: #fff;

  background: #593d2a;

  display: inline-block;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 4px 25px 4px 25px;
}

.cfr-item .cfr-item-text a {
  display: block;
}

.cfr-item .cfr-item-text a h4 {
  font-weight: 700;

  margin-top: 9px;

  margin-bottom: 20px;
}

.cfr-item .cfr-item-text p {
  margin-bottom: 0;
}

.cfr-small-item {
  overflow: hidden;

  margin-bottom: 35px;
}

.cfr-small-item a {
  float: left;

  margin-right: 22px;
}

.cfr-small-item .cfr-small-text .cat-name {
  color: #fff;

  background: #593d2a;

  display: inline-block;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 4px 25px 4px 25px;
}

.cfr-small-item .cfr-small-text h6 {
  font-weight: 700;

  margin-top: 9px;

  line-height: 22px;

  color: #353535;
}

/*--------------------------

  Single Page Recipe

--------------------------*/

.single-page-recipe {
  padding-bottom: 70px;
}

.recipe-top {
  margin-bottom: 128px;

  padding: 0 60px;
}

.recipe-top .recipe-title {
  text-align: center;

  margin-bottom: 90px;
}

.recipe-top .recipe-title span {
  display: inline-block;

  color: #593d2a;

  font-size: 16px;
}

.recipe-top .recipe-title h2 {
  color: #353535;

  font-size: 48px;

  font-weight: 700;

  line-height: 48px;

  margin-bottom: 44px;

  margin-top: 40px;
}

.recipe-top .recipe-title ul li {
  list-style: none;

  display: inline-block;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  background: #593d2a;

  color: #fff;

  padding: 4px 25px 4px 25px;

  margin-right: 2px;
}

.recipe-top .recipe-title ul li:last-child {
  margin-right: 0;
}

.ingredients-item {
  border: 2px solid #f5f6fa;

  margin-bottom: 20px;
}

.ingredients-item .intro-item {
  background: #593d2a;

  text-align: center;

  position: relative;

  padding-top: 110px;

  padding-left: 20px;

  padding-right: 20px;
}

.ingredients-item .intro-item img {
  height: 122px;

  width: 122px;

  border-radius: 50%;

  position: absolute;

  left: 50%;

  top: -38px;

  -webkit-transform: translateX(-61px);

  transform: translateX(-61px);
}

.ingredients-item .intro-item h2 {
  color: #fff;

  font-weight: 700;

  line-height: 48px;

  margin-bottom: 15px;
}

.ingredients-item .intro-item .rating {
  margin-bottom: 15px;
}

.ingredients-item .intro-item .rating i {
  color: #fff;

  margin-right: 2px;
}

.ingredients-item .intro-item .rating i:last-child {
  margin-right: 0;
}

.ingredients-item .intro-item .reviews {
  color: #fff;

  font-size: 15px;

  opacity: 0.7;

  margin-bottom: 35px;
}

.ingredients-item .intro-item .recipe-time {
  background: #000;

  padding-top: 20px;

  padding-bottom: 10px;

  margin-left: -20px;

  margin-right: -20px;
}

.ingredients-item .intro-item .recipe-time ul li {
  list-style: none;

  display: inline-block;

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  margin-right: 20px;

  margin-bottom: 10px;
}

.ingredients-item .intro-item .recipe-time ul li:last-child {
  margin-right: 0;
}

.ingredients-item .intro-item .recipe-time ul li span {
  font-weight: 400;
}

.ingredients-item .ingredient-list {
  padding: 22px 20px;
}

.ingredients-item .ingredient-list .recipe-btn {
  margin-bottom: 38px;
}

.ingredients-item .ingredient-list .recipe-btn a {
  display: inline-block;

  background: #593d2a;

  color: #fff;

  padding: 15px 57px;

  font-size: 16px;

  font-weight: 700;
}

.ingredients-item .ingredient-list .recipe-btn a.black-btn {
  margin-left: 15px;

  background: #000;
}

.ingredients-item .ingredient-list .list-item {
  padding-left: 20px;
}

.ingredients-item .ingredient-list .list-item h5 {
  color: #353535;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 26px;
}

.ingredients-item .ingredient-list .list-item .salad-list {
  margin-bottom: 44px;
}

.ingredients-item .ingredient-list .list-item .salad-list h6 {
  color: #98a2a8;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 30px;
}

.ingredients-item .ingredient-list .list-item .salad-list ul li {
  list-style: none;

  font-size: 16px;

  color: #353535;

  line-height: 36px;

  position: relative;

  padding-left: 38px;
}

.ingredients-item .ingredient-list .list-item .salad-list ul li:after {
  position: absolute;

  left: 0;

  top: 14px;

  width: 9px;

  height: 9px;

  background: #000;

  content: "";

  border-radius: 50%;
}

.ingredients-item .ingredient-list .list-item .dressing-list {
  margin-bottom: 30px;
}

.ingredients-item .ingredient-list .list-item .dressing-list h6 {
  color: #98a2a8;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 30px;
}

.ingredients-item .ingredient-list .list-item .dressing-list ul li {
  list-style: none;

  font-size: 16px;

  color: #353535;

  line-height: 36px;

  position: relative;

  padding-left: 38px;
}

.ingredients-item .ingredient-list .list-item .dressing-list ul li:after {
  position: absolute;

  left: 0;

  top: 14px;

  width: 9px;

  height: 9px;

  background: #000;

  content: "";

  border-radius: 50%;
}

.nutrition-fact {
  background: #353535;

  padding: 0 40px;

  padding-top: 50px;

  padding-bottom: 20px;
}

.nutrition-fact .nutri-title {
  overflow: hidden;

  padding-bottom: 35px;

  margin-left: -40px;

  margin-right: -40px;

  border-bottom: 2px solid #fff;

  padding-left: 40px;

  padding-right: 40px;
}

.nutrition-fact .nutri-title h6 {
  float: left;

  color: #fff;
}

.nutrition-fact .nutri-title span {
  float: right;

  color: #fff;
}

.nutrition-fact ul {
  margin-top: 23px;
}

.nutrition-fact ul li {
  list-style: none;

  display: inline-block;

  font-size: 16px;

  color: #fff;

  margin-right: 15px;

  margin-bottom: 10px;
}

.nutrition-fact ul li:last-child {
  margin-right: 0;
}

.recipe-right .recipe-desc {
  margin-bottom: 50px;
}

.recipe-right .recipe-desc h3 {
  color: #353535;

  font-weight: 700;

  margin-bottom: 50px;
}

.recipe-right .recipe-desc p {
  margin-bottom: 25px;
}

.recipe-right .instruction-list {
  margin-bottom: 42px;
}

.recipe-right .instruction-list h3 {
  color: #353535;

  font-weight: 700;

  margin-bottom: 50px;
}

.recipe-right .instruction-list ul li {
  list-style: none;

  color: #353535;

  font-size: 15px;

  line-height: 27px;

  margin-bottom: 32px;

  position: relative;

  padding-left: 68px;
}

.recipe-right .instruction-list ul li span {
  position: absolute;

  left: 0;

  top: 0;

  color: #593d2a;

  font-size: 18px;

  font-weight: 700;
}

.recipe-right .notes h3 {
  color: #353535;

  font-weight: 700;

  margin-bottom: 35px;
}

.recipe-right .notes .notes-item {
  background: #f5f6fa;

  padding-left: 34px;

  padding-top: 30px;

  padding-right: 25px;

  padding-bottom: 15px;

  margin-bottom: 30px;
}

.recipe-right .notes .notes-item span {
  color: #fff;

  display: inline-block;

  border-radius: 50%;

  font-size: 15px;

  font-weight: 700;

  height: 27px;

  width: 27px;

  text-align: center;

  line-height: 27px;

  background: #593d2a;
}

.recipe-right .notes .notes-item p {
  margin-top: 10px;
}

/*--------------------------

  Similar Recipe

--------------------------*/

.similar-recipe {
  background: #353535;

  padding-top: 135px;

  padding-bottom: 60px;
}

.similar-item {
  overflow: hidden;

  margin-bottom: 35px;
}

.similar-item a {
  float: left;

  margin-right: 22px;
}

.similar-item .similar-text {
  overflow: hidden;
}

.similar-item .similar-text .cat-name {
  color: #fff;

  background: #593d2a;

  display: inline-block;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 4px 25px 4px 25px;
}

.similar-item .similar-text h6 {
  font-weight: 700;

  margin-top: 9px;

  line-height: 22px;

  color: #fff;
}

/*--------------------------

  Blog

--------------------------*/

.blog-section .blog-pic {
  margin-bottom: 100px;

  padding: 0 60px;
}

.blog-text .blog-title {
  text-align: center;

  margin-bottom: 55px;
}

.blog-text .blog-title span {
  display: inline-block;

  color: #593d2a;

  font-size: 16px;
}

.blog-text .blog-title h2 {
  color: #353535;

  font-size: 48px;

  font-weight: 700;

  line-height: 48px;

  margin-bottom: 30px;

  margin-top: 16px;
}

.blog-text .blog-title ul li {
  list-style: none;

  display: inline-block;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  background: #593d2a;

  color: #fff;

  padding: 4px 25px 4px 25px;

  margin-right: 2px;
}

.blog-text .blog-title ul li:last-child {
  margin-right: 0;
}

.blog-text .blog-desc {
  text-align: center;
}

.blog-text .blog-desc p {
  margin-bottom: 26px;
}

.blog-text .blog-quote {
  text-align: center;

  margin-bottom: 85px;
}

.blog-text .blog-quote i {
  font-size: 22px;

  color: #593d2a;
}

.blog-text .blog-quote p {
  color: #353535;

  font-size: 30px;

  font-weight: 700;

  font-style: italic;

  line-height: 42px;

  margin-top: 25px;
}

.blog-text .blog-comment {
  text-align: center;

  margin-bottom: 85px;
}

.blog-text .blog-comment h3 {
  color: #353535;

  font-weight: 700;

  margin-bottom: 55px;
}

.blog-text .blog-comment .single-comment img {
  height: 53px;

  height: 53px;

  border-radius: 50%;
}

.blog-text .blog-comment .single-comment ul {
  margin-top: 20px;

  margin-bottom: 16px;
}

.blog-text .blog-comment .single-comment ul li {
  list-style: none;

  display: inline-block;

  color: #353535;

  font-size: 16px;

  font-weight: 700;

  margin-right: 20px;

  position: relative;
}

.blog-text .blog-comment .single-comment ul li:after {
  position: absolute;

  right: -13px;

  top: 6px;

  height: 13px;

  width: 2px;

  background: #353535;

  content: "";
}

.blog-text .blog-comment .single-comment ul li:last-child {
  margin-right: 0;
}

.blog-text .blog-comment .single-comment ul li:last-child:after {
  display: none;
}

.blog-text .comment-form {
  text-align: center;
}

.blog-text .comment-form h3 {
  color: #353535;

  font-weight: 700;

  margin-bottom: 55px;
}

.blog-text .comment-form input {
  width: 100%;

  height: 64px;

  border: 1px solid #f5f6fa;

  background: #f5f6fa;

  margin-bottom: 15px;

  padding-left: 35px;

  padding-right: 15px;

  color: #353535;

  font-size: 16px;
}

.blog-text .comment-form input::-webkit-input-placeholder {
  font-style: italic;
}

.blog-text .comment-form input::-moz-placeholder {
  font-style: italic;
}

.blog-text .comment-form input:-ms-input-placeholder {
  font-style: italic;
}

.blog-text .comment-form input::-ms-input-placeholder {
  font-style: italic;
}

.blog-text .comment-form input::placeholder {
  font-style: italic;
}

.blog-text .comment-form textarea {
  width: 100%;

  height: 430px;

  border: 1px solid #f5f6fa;

  background: #f5f6fa;

  resize: none;

  padding-left: 35px;

  padding-top: 20px;

  padding-right: 15px;

  color: #353535;

  font-size: 16px;

  margin-bottom: 30px;
}

.blog-text .comment-form textarea::-webkit-input-placeholder {
  font-style: italic;
}

.blog-text .comment-form textarea::-moz-placeholder {
  font-style: italic;
}

.blog-text .comment-form textarea:-ms-input-placeholder {
  font-style: italic;
}

.blog-text .comment-form textarea::-ms-input-placeholder {
  font-style: italic;
}

.blog-text .comment-form textarea::placeholder {
  font-style: italic;
}

.blog-text .comment-form button {
  padding: 18px 85px;

  display: inline-block;

  background: #593d2a;

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  border: 1px solid #593d2a;

  cursor: pointer;
}

/*--------------------------

  About Me

--------------------------*/

.about-left .about-title {
  text-align: center;

  padding-top: 55px;
}

.about-left .about-title span {
  display: inline-block;

  color: #593d2a;

  font-size: 16px;
}

.about-left .about-title h2 {
  color: #353535;

  font-size: 48px;

  font-weight: 700;

  line-height: 48px;

  margin-bottom: 42px;

  margin-top: 16px;
}

.about-left .about-title p {
  margin-bottom: 26px;
}

.about-right .sidebar {
  margin-bottom: 74px;
}

.about-right .sidebar .sidebar-item {
  overflow: hidden;

  margin-bottom: 35px;
}

.about-right .sidebar .sidebar-item a {
  float: left;

  margin-right: 22px;
}

.about-right .sidebar .sidebar-item .sidebar-item-text .cat-name {
  color: #fff;

  background: #593d2a;

  display: inline-block;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 4px 25px 4px 25px;
}

.about-right .sidebar .sidebar-item .sidebar-item-text h6 {
  font-weight: 700;

  margin-top: 9px;

  line-height: 22px;

  color: #353535;
}

.about-right .about-right-add {
  height: 512px;

  position: relative;
}

.about-right .about-right-add h4 {
  position: absolute;

  left: 25px;

  right: 25px;

  bottom: 30px;

  text-align: center;

  background: #593d2a;

  color: #fff;

  display: inline-block;

  padding: 40px 0;
}

/*--------------------------

  Contact

--------------------------*/

.contact-form {
  text-align: center;
}

.contact-form h3 {
  color: #353535;

  font-weight: 700;

  margin-bottom: 55px;
}

.contact-form input {
  width: 100%;

  height: 64px;

  border: 1px solid #f5f6fa;

  background: #f5f6fa;

  margin-bottom: 15px;

  padding-left: 35px;

  padding-right: 15px;

  color: #353535;

  font-size: 16px;
}

.contact-form input::-webkit-input-placeholder {
  font-style: italic;
}

.contact-form input::-moz-placeholder {
  font-style: italic;
}

.contact-form input:-ms-input-placeholder {
  font-style: italic;
}

.contact-form input::-ms-input-placeholder {
  font-style: italic;
}

.contact-form input::placeholder {
  font-style: italic;
}

.contact-form textarea {
  width: 100%;

  height: 430px;

  border: 1px solid #f5f6fa;

  background: #f5f6fa;

  resize: none;

  padding-left: 35px;

  padding-top: 20px;

  padding-right: 15px;

  color: #353535;

  font-size: 16px;

  margin-bottom: 30px;
}

.contact-form textarea::-webkit-input-placeholder {
  font-style: italic;
}

.contact-form textarea::-moz-placeholder {
  font-style: italic;
}

.contact-form textarea:-ms-input-placeholder {
  font-style: italic;
}

.contact-form textarea::-ms-input-placeholder {
  font-style: italic;
}

.contact-form textarea::placeholder {
  font-style: italic;
}

.contact-form button {
  padding: 18px 85px;

  display: inline-block;

  background: #593d2a;

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  border: 1px solid #593d2a;

  cursor: pointer;
}

/*--------------------------

  Map

--------------------------*/

.map {
  margin: 100px 0 50px;
  padding: 0 30px;
  z-index: 1;
  position: relative;
}

.map .map-content .contact-addr {
  background: #543d0d;
  text-align: center;
  padding: 20px;
  height: 300px;

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map-text {
  z-index: 99;
}

.map .logo img {
  width: 200px;
}

.contact-addr::before {
  content: "";
  position: absolute;
  background-color: #e0dcd7;
  background-image: url("../../assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.map-text h3 {
  font-weight: bold;
}
.map .map-content .contact-addr ul li {
  list-style: none;

  font-size: 16px;

  font-weight: 700;

  line-height: 30px;

  letter-spacing: 0.2px;

  color: #fff;
}

.social-links a {
  margin-right: 15px;

  color: #756659;

  font-size: 2rem;
}

.facebook-links {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.facebook-links i {
  font-size: 28px;
}

.facebook-links a {
  color: #593d2a;
  margin-left: 2px;
  font-size: 20px;
  border-bottom: 1px solid;
}

@media (max-width: 578px) {
  .map .map-content .contact-addr {
    margin-bottom: 20px;
  }

  .map .logo img {
    width: 160px;
  }

  .map .map-content .contact-addr span {
    font-size: 1rem;
  }

  .map iframe {
    height: 300px;
  }

  .social-links a {
    margin-right: 10px;

    font-size: 1.8rem;
  }
}

/* ----------------------- Responsive Media Styles ------------------------*/

@media only screen and (min-width: 1550px) and (max-width: 1920px) {
  .page-about-miso .container {
    max-width: 1470px;
  }

  .about-miso .container {
    max-width: 1470px;
  }

  .categories-filter-section .container {
    max-width: 1470px;
  }

  .services .container {
    max-width: 1470px;
  }

  .footer-section .container {
    max-width: 1470px;
  }

  .single-page-recipe .container {
    max-width: 1470px;
  }

  .similar-recipe .container {
    max-width: 1470px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1499px) {
  .page-about-miso .container {
    max-width: 1260px;
  }

  .about-miso .container {
    max-width: 1260px;
  }

  .categories-filter-section .container {
    max-width: 1260px;
  }

  .services .container {
    max-width: 1260px;
  }

  .footer-section .container {
    max-width: 1260px;
  }

  .single-page-recipe .container {
    max-width: 1260px;
  }

  .similar-recipe .container {
    max-width: 1260px;
  }

  .recipe-top {
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
  .recipe-top {
    padding: 0;
  }

  .blog-section .blog-pic {
    padding: 0;
  }
}

/* Medium Device */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-section .nav-menu .nav-right {
    right: 90px;
  }

  .fr-item .fr-item-img {
    float: none;
  }

  .footer-section .subscribe-form input {
    margin-bottom: 15px;
  }

  .hero-search .filter-table .filter-search input {
    width: calc(27% - 10px);
  }

  .hero-search .filter-table .filter-search .nice-select {
    width: calc(27% - 10px);
  }

  .hero-search .filter-table .filter-search button {
    padding: 12px 40px;
  }

  .header-section-other .nav-menu .main-menu {
    margin-right: 45px;
  }

  .recipe-top {
    padding: 0;
  }

  .ingredients-item .ingredient-list .recipe-btn a {
    padding: 15px 38px;
  }

  .similar-item a {
    float: none;

    margin-right: 0;

    display: inline-block;

    margin-bottom: 10px;
  }

  .blog-section .blog-pic {
    padding: 0;
  }
}

/* Tablet Device */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-section .nav-menu .nav-right {
    right: 0;
  }

  .about-miso-item .about-miso-img {
    margin-bottom: 20px;
  }

  .cf-filter .cf-item {
    width: calc(30% - 32px);
  }

  .fr-item {
    margin-bottom: 80px;
  }

  .header-section-other .nav-menu .main-menu {
    margin-right: 30px;
  }

  .header-section-other .nav-menu .main-menu ul li {
    margin-right: 20px;
  }

  .header-section-other .nav-menu .main-menu ul li:after {
    right: -12px;
  }

  .hero-search .filter-table .filter-search input {
    width: calc(26% - 10px);
  }

  .hero-search .filter-table .filter-search .nice-select {
    width: calc(26% - 10px);
  }

  .hero-search .filter-table .filter-search button {
    padding: 12px 40px;
  }

  .page-about-miso .pt-recipe-item.large-item .pt-recipe-img {
    height: 680px;
  }

  .header-section-other {
    padding-left: 15px;

    padding-right: 15px;
  }

  .services {
    padding-bottom: 25px;
  }

  .recipe-top {
    padding: 0;
  }

  .recipe-right {
    padding-top: 40px;
  }

  .blog-section .blog-pic {
    padding: 0;
  }
}

/* Large Mobile */

@media only screen and (max-width: 767px) {
  .main-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;

    background: rgb(197, 175, 125);

    position: relative;
  }

  .slicknav_btn {
    margin: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: -65px;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_menu .slicknav_icon {
    width: auto;

    height: auto;

    margin: 0;
  }

  .slicknav_nav {
    padding-top: 5px;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav a {
    text-decoration: none;

    color: #fff;

    padding: 12px 10px;

    margin: 0;

    -webkit-transition: 0.3s;

    transition: 0.3s;
  }

  .slicknav_nav a:hover {
    background: rgb(140 127 96);

    color: #fff;

    border-radius: 0;
  }

  .slicknav_menu {
    padding: 0;
  }

  .slicknav_menu .slicknav_icon-bar {
    display: block;

    width: 20px;

    height: 1px;
  }

  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
  }

  .header-section {
    padding: 10px 0 5px;
  }

  .header-section.scrolled {
    padding: 10px 0 5px;
  }

  .header-section .logo {
    margin-bottom: 0;
  }

  .header-section.scrolled .logo {
    display: block;
  }

  .header-section.scrolled .logo img {
    max-width: 100px;
    transform: scale(1);
  }

  .header-section .nav-menu .nav-right {
    right: 110px;

    top: 6px;
  }

  .page-about-miso .pt-recipe-item.large-item .pt-recipe-img {
    height: 580px;
  }

  .about-miso .section-title {
    width: 300px;
  }

  .about-miso-item .about-miso-img {
    margin-bottom: 20px;
  }

  .cf-filter .cf-item {
    width: calc(51% - 32px);

    margin-right: 25px;
  }
  .services .section-title {
    width: 300px;
  }

  .fr-item .fr-item-img {
    float: none;
  }

  .footer-section .subscribe-form input {
    margin-bottom: 15px;
  }

  .footer-section .subscribe-form input {
    width: 100%;
  }

  .header-section-other {
    padding-left: 0;

    padding-right: 0;

    height: auto;
  }

  .header-section-other .logo {
    float: none;

    text-align: center;

    margin-bottom: 10px;
  }

  .header-section-other .nav-menu .nav-right {
    right: 110px;

    top: -4px;
  }

  .hero-search .filter-table .filter-search input {
    width: 100%;

    margin-bottom: 5px;
  }

  .hero-search .filter-table .filter-search .nice-select {
    width: 100%;

    margin-bottom: 5px;
  }

  .hero-search .filter-table .filter-search {
    text-align: center;
  }

  .categories-services .section-title {
    width: 300px;
  }

  .categories-filter-section .filter-item ul li {
    padding: 15px 20px;
  }

  .recipe-top {
    padding: 0;
  }

  .recipe-right {
    padding-top: 40px;
  }

  .blog-section .blog-pic {
    padding: 0;
  }

  .map .map-content {
    right: 40px;
  }

  .about-miso-item .about-miso-img {
    height: 145px;

    position: relative;

    z-index: 1;

    max-width: 190px;
  }

  .hero-search {
    height: 340px;

    padding-top: 40px;
  }

  .search-model-form input {
    width: 100%;
  }
}

/* Small Mobile */

@media (max-width: 479px) {
  .about-miso .section-title {
    width: 235px;
  }

  .categories-filter-section .filter-item ul li {
    padding: 15px 25px;
  }

  .cf-filter .cf-item {
    width: 100%;

    margin-right: 0;
  }

  .services .section-title {
    width: 235px;
  }

  .recipe-right .instruction-list ul li {
    padding-left: 30px;
  }

  .cfr-item .cfr-item-img {
    float: none;

    width: 100%;

    max-width: 180px;

    margin-right: 0;

    margin-bottom: 10px;
  }

  .ingredients-item .ingredient-list .recipe-btn a {
    padding: 15px 16px;
  }

  .nutrition-fact {
    padding: 0 15px;

    padding-top: 50px;

    padding-bottom: 20px;
  }

  .map .map-content {
    right: calc(50% - 131px);
  }
}

.banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-image: url("../../assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
}

/*--------------------------------------------------------------

# Portfolio

--------------------------------------------------------------*/

.portfolio #portfolio-flters {
  padding: 0;

  list-style: none;
}

.portfolio #portfolio-flters li {
  cursor: pointer;

  display: inline-block;

  padding: 10px 8px;

  font-size: 14px;

  font-weight: 500;

  line-height: 1;

  color: #444444;

  margin: 5px 2px;

  transition: all ease-in-out 0.3s;

  background: #fafafc99;

  position: relative;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #b48a72aa;

  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 10px;

  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;

  top: 0;

  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.floatingButtonWrap {
  display: block;

  position: fixed;

  bottom: 60px;

  right: 15px;

  z-index: 999999999;

  transition: opacity 0.25s;

  opacity: 0;
}

.floatingButtonInner {
  position: relative;
}

.floatingButtonInner a:hover,
.floatingButtonInner a:focus {
  color: #fff !important;
}

.floatingButton {
  display: block;

  width: 35px;

  height: 35px;

  text-align: center;

  color: #fff;

  line-height: 30px;

  position: absolute;

  bottom: -2px;

  right: 0px;

  background-color: #593d2a;

  opacity: 1;

  transition: all 0.4s;
}

.floatingButton .fas {
  font-size: 15px !important;
}

.floatingButton .fas {
  transform: rotate(0deg);

  transition: all 0.4s;
}

.floatingButton.open .fas {
  transform: rotate(360deg);
}

.floatingMenu {
  position: absolute;

  bottom: 35px;

  right: 0px;

  display: none;
}

.floatingMenu li {
  width: 100%;

  float: right;

  list-style: none;

  text-align: right;

  margin-bottom: 5px;
}

.floatingMenu li a {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 35px;

  height: 35px;

  font-size: 1.1rem;

  background: #593d2a;

  color: #fff;

  border-radius: 50%;

  overflow: hidden;

  white-space: nowrap;

  transition: all 0.4s;
}

.floatingMenu li a:hover {
  transform: scale(1.1);
}

.scrollTop {
  position: fixed;

  display: none;

  background-color: #756659;

  width: 35px;

  height: 35px;

  align-items: center;

  justify-content: center;

  line-height: 1;

  right: 15px;

  bottom: 15px;

  transition: all 0.5s;

  z-index: 9;

  color: #fff;
}

.scrollTop:hover,
.scrollTop:focus {
  color: #fff !important;
}

.env {
  position: relative;
  background: #c5af7d55;
  padding: 120px 0 80px;
  margin: 100px 0 60px;
  background-image: url("../../assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
}

.env-swiper {
  width: 100%;

  height: 100%;

  overflow-x: hidden;
}

.env-swiper .swiper-slide img {
  display: block;

  width: 100%;

  height: 250px;

  object-fit: cover;
}

.env .section-title {
  width: 430px;

  text-align: right;

  background: rgb(197, 175, 125);

  padding: 18px 0;

  padding-right: 40px;

  position: absolute;

  top: 0px;

  left: 0;
}

.env .section-title h5 {
  color: #fff;

  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .env .section-title {
    width: 300px;
  }
}

@media (max-width: 479px) {
  .env .section-title {
    width: 235px;
  }
}

.scaleOutFade {
  -webkit-animation-name: scaleOutFade;

  animation-name: scaleOutFade;
}

@keyframes scaleOutFade {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.5, 0.5, 0.5);

    transform: scale3d(0.5, 0.5, 0.5);
  }

  100% {
    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.env-swiper-buttons {
  position: absolute;

  top: 0;

  right: 100px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.env-swiper-button-next,
.env-swiper-button-prev {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #756659;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 578px) {
  .env-swiper-buttons {
    right: 0;
    top: 10px;
  }
}

.comment {
  position: relative;

  padding: 130px 0 80px;

  margin: 30px 0;
  background-image: url("../../assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
}

.comment .section-title {
  width: 430px;

  text-align: right;

  background: rgb(197, 175, 125);

  padding: 18px 0;

  padding-right: 40px;

  position: absolute;

  top: 0;

  left: 0;
}

.map .section-title {
  width: 430px;

  text-align: right;

  background: rgb(197, 175, 125);

  padding: 18px 0;

  padding-right: 40px;

  position: absolute;

  top: -60px;
  left: 0;
}

.comment .section-title h5,
.map .section-title h5 {
  color: #fff;

  font-weight: 700;
}

.video {
  position: relative;

  padding: 130px 0 40px;

  margin: 30px 0;
}

.video .section-title {
  width: 430px;

  text-align: right;

  background: rgb(197, 175, 125);

  padding: 18px 0;

  padding-right: 40px;

  position: absolute;

  top: 20px;

  left: 0;
}

.video .section-title h5 {
  color: #fff;

  font-weight: 700;
}

.video-swiper-slide {
  position: relative;
}

.playpause {
  width: 50px;
  height: 50px;
  background-color: #fffaf7;
  color: #593d2a;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #593d2a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.3s ease all;
}

.playpause.play {
  opacity: 0;
}
.video-swiper-buttons {
  position: absolute;

  top: 20px;

  right: 100px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.video-swiper-button-next,
.video-swiper-button-prev {
  display: flex;

  width: 45px;

  height: 45px;

  background-color: #756659;

  color: #fff;

  font-size: 20px;

  align-items: center;

  justify-content: center;

  cursor: pointer;
}

@media (max-width: 991px) {
  .video .section-title {
    width: 300px;
  }
}

@media (max-width: 578px) {
  .video-swiper-buttons {
    right: 0;
    top: 25px;
  }
}

@media (max-width: 479px) {
  .video .section-title {
    width: 235px;
  }
}

.designer-swiper {
  height: 100%;
  position: relative;
}

.designer-swiper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center -300px;
}

.designer-swiper-slide.mia img {
  object-position: center -200px;
}

.designer-swiper-slide {
  text-align: center;
}

.designer-swiper-slide.mia img {
  max-width: 1200px;
}
.designer-swiper-slide.alex img {
  max-width: 1000px;
}
.designer-swiper-slide.kimi img {
  max-width: 1000px;
}

.designer-swiper-slide .content {
  position: absolute;
  bottom: 50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

/* .designer-swiper-slide .content .store {
  background: #c5aa87;
  color: #fffaf7;
  padding: 0 10px;
  font-family: "Cinzel", serif;
  font-size: 35px;
  font-weight: bold;
} */

.designer-swiper-slide .content .name {
  background-color: #c5aa87;
  color: #fffaf7;
  padding: 2px 20px;
  font-family: "Cinzel", serif;
  font-size: 32px;
  font-weight: bold;
  width: fit-content;
}

@media (max-width: 768px) {
  .designer-swiper img,
  .designer-swiper-slide.mia img {
    object-position: center;
  }
}

/*** Portfolio ***/

.category {
  margin-bottom: 40px;

  text-align: center;
}

.category-btn {
  display: inline-block;
  padding: 8px 15px;
  margin: 5px;
  font-size: 14px;
  text-align: center;
  font-family: "Cinzel", serif;
  border: 1px solid;
  color: #593d2a;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #fffaf7;
}

.category-btn:hover,
.category-btn.active {
  background-color: #756659;
  color: #fffaf7;
}

/* .grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

.grid .item {
  position: relative;

  width: 100%;

  padding-bottom: 100%;

  overflow: hidden;
}

.grid .item img {
  display: block;

  transition: all 0.3s ease-in-out;

  opacity: 0;

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.grid .item.loaded img {
  opacity: 1;
}

.grid .item:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
} */

/*** Portfolio End ***/

.mia-swiper,
.kimi-swiper {
  background: #e0dcd7;
}

.mia-swiper-wrap {
  display: flex;
}

.kimi-swiper-wrap {
  display: none;
}

.video-swiper-slide,
.mia-swiper-slide,
.kimi-swiper-slide {
  max-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .video-swiper-slide,
  .mia-swiper-slide,
  .kimi-swiper-slide {
    max-height: 100%;
  }
}

.designer .name {
  background-color: rgb(197, 175, 125);
  color: #fffaf7;
  padding: 10px;
  width: fit-content;
}

.designer .image img {
  height: 300px;
}

.mia-swiper .swiper-buttons,
.kimi-swiper .swiper-buttons {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.mia-swiper-button-next,
.mia-swiper-button-prev,
.kimi-swiper-button-next,
.kimi-swiper-button-prev {
  display: flex;

  width: 45px;

  height: 45px;

  background-color: #756659;

  color: #fff;

  font-size: 20px;

  align-items: center;

  justify-content: center;

  cursor: pointer;
}

.mia-swiper,
.kimi-swiper {
  width: 100%;

  height: 100%;

  overflow-x: hidden;
}

.mia-swiper .swiper-slide img,
.kimi-swiper .swiper-slide img {
  display: block;

  width: 100%;

  height: 300px;

  object-fit: cover;
}

.smp-swiper {
  width: 100%;

  height: 100%;

  overflow-x: hidden;
}

.smp-swiper .swiper-slide img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.about-miso-text.smp {
  width: 100%;
}

.about-miso-text .store-name.smp {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #756659;
  color: #fffaf7;
  padding: 8px;
  margin-bottom: 0px;
}

.about-miso-item.large-item .about-miso-img.smp {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

/*---------------------

  hairStyleIntro

-----------------------*/

.hairStyleIntro {
  position: relative;
  background: #c5af7d55;
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url(../../assets/images/bg.jpg);
  background-size: cover;
  background-position: center;
}

.hairStyleIntro .section-title {
  width: 430px;

  text-align: right;

  background: #c5af7d;

  padding: 18px 0;

  padding-right: 40px;

  position: absolute;

  top: 0;

  right: 0;
}

.hairStyleIntro .section-title h5 {
  color: #fff;

  font-weight: 700;
}

.hairStyleIntro .po-relative {
  position: relative;
}

.hairStyleIntro .po-relative h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.hairStyleIntro .po-relative h2 {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 30px !important;
  max-width: 80%;
  margin: 0 auto;
}

.hairStyleIntro .po-relative h2 > span {
  font-size: 1.9rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hairStyleIntro .po-relative h1 {
    font-size: 2.5rem;
  }
  .hairStyleIntro .po-relative h2 {
    font-size: 1.1rem;
  }

  .hairStyleIntro .po-relative h2 > span {
    font-size: 1.5rem;
  }
  .hairStyleIntro .po-relative h2 {
    max-width: 95%;
  }
}

img.lazy {
  opacity: 0;
  transition: 0.2s all linear;
  height: auto;
}

img.lazy.loaded {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .hairStyleIntro .section-title,
  .comment .section-title,
  .map .section-title {
    width: 300px;
  }
}

@media (max-width: 479px) {
  .hairStyleIntro .section-title,
  .comment .section-title,
  .map .section-title {
    width: 300px;
  }
}

.about-miso .filter-item {
  margin-bottom: 30px;
}

.about-miso .filter-item ul li {
  list-style: none;

  color: #353535;

  display: inline-block;

  padding: 15px 42px;

  font-weight: 700;

  margin-right: -4px;

  cursor: pointer;

  position: relative;

  z-index: 1;
}

.about-miso .filter-item ul li.active {
  color: #fff;
}

.about-miso .filter-item ul li.active::before {
  opacity: 1;
}

.about-miso .filter-item ul li.active::after {
  opacity: 1;
}

.about-miso .filter-item ul li::before {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgb(197, 175, 125);

  content: "";

  z-index: -1;

  opacity: 0;
}

.about-miso .filter-item ul li::after {
  position: absolute;

  left: 50%;

  bottom: -12px;

  border-top: 20px solid rgb(197, 175, 125);

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  -webkit-transform: translateX(-10px);

  transform: translateX(-10px);

  content: "";

  z-index: -1;

  opacity: 0;
}

.category2 {
  margin-bottom: 40px;

  text-align: center;
}

.category2-btn {
  display: inline-block;
  padding: 8px 15px;
  margin: 5px;
  font-size: 14px;
  text-align: center;
  font-family: "Cinzel", serif;
  border: 1px solid;
  color: #593d2a;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #fffaf7;
}

.category2-btn:hover,
.category2-btn.active {
  background-color: #756659;
  color: #fffaf7;
}

/*** Portfolio End ***/

.image-swiper,
.movie-swiper {
  background: #e0dcd7;
}

.movie-swiper-wrap {
  display: none;
}

.image-swiper-slide,
.movie-swiper-slide {
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-swiper .swiper-buttons,
.movie-swiper .swiper-buttons {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.image-swiper-button-next,
.image-swiper-button-prev,
.movie-swiper-button-next,
.movie-swiper-button-prev {
  display: flex;

  width: 45px;

  height: 45px;

  background-color: #756659;

  color: #fff;

  font-size: 20px;

  align-items: center;

  justify-content: center;

  cursor: pointer;
}

.image-swiper,
.movie-swiper {
  width: 100%;

  height: 100%;

  overflow-x: hidden;
}

.image-swiper .swiper-slide img,
.movie-swiper .swiper-slide img {
  display: block;

  width: 100%;

  height: 450px;

  object-fit: cover;
}

@media (max-width: 768px) {
  .image-swiper-slide,
  .movie-swiper-slide {
    max-height: 100%;
  }
  .image-swiper .swiper-slide img,
  .movie-swiper .swiper-slide img {
    height: 300px;
  }
}
