
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgba(255,181,0,0.98);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(54,39,37); opacity:.68;}
*::-moz-input-placeholder{color:rgb(54,39,37); opacity:.68;}
*::-ms-input-placeholder{color:rgb(54,39,37); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:15px; font-weight:600; line-height:2; color:rgb(54,39,37);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(54,39,37); transition:.3s;}
a:hover{color:rgba(255,181,0,0.98);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgba(255,181,0,0.98); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:600;}
h1{font-size:30px;}
h2{font-size:23px;}
h3{font-size:17px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:15px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgba(255,181,0,0.98); border-color:rgba(255,181,0,0.98); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:2; height:48px; font-size:15px;}
select[multiple],
textarea{height:138px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:rgba(255,181,0,0.98);}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:rgba(255,181,0,0.98);}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:rgba(255,181,0,0.98);}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:rgba(255,181,0,0.98);} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:rgba(255,181,0,0.98);}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  clear: both;
  text-transform: capitalize;
  line-height: 2;
  font-weight: 600;
  color: rgb(54,39,37);
}

h1 {
  font-size: 60px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 60px;
    line-height: 66px;
  }
}

h2 {
  font-size: 30px;
}

@media (min-width: 576px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 30px;
}

@media (min-width: 576px) {
  h3 {
    font-size: 36px;
    line-height: 24px;
  }
}

h4 {
  font-size: 22px;
}

@media (min-width: 576px) {
  h4 {
    font-size: 30px;
    line-height: 30px;
  }
}

h5 {
  font-size: 20px;
}

@media (min-width: 576px) {
  h5 {
    font-size: 24px;
    line-height: 24px;
  }
}

h6 {
  font-size: 18px;
}

@media (min-width: 576px) {
  h6 {
    font-size: 18px;
    line-height: 24px;
  }
}

p {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 24px;
  font-size:15px;
}

a {
  color: #696969;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
  color: rgb(54,39,37);
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 15px;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-header {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 30px;
  z-index: 1;
}

@media (min-width: 576px) {
  .section-header {
    margin-bottom: 50px;
    margin-top: -10px;
  }
}

.section-header .header-img {
  margin: 10px 0 15px;
}

.section-header>span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: rgba(255,181,0,0.98);
}

.section-header h3 {
  margin-bottom: 10px;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .section-header h3 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .section-header p {
    max-width: 650px;
    margin: 0 auto;
  }
}

.section-header.style-2 {
  margin: 0 11px;
  margin-bottom: 30px;
  margin-top: -4px;
  border-bottom: 1px dashed #e6e6e6;
  border-width: 2px;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}

@media (min-width: 576px) {
  .section-header.style-2 {
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .section-header.style-2 h4 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.section-header.style-2 .text-btn {
  display: inline-block;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .section-header.style-2 .text-btn {
    text-align: center;
  }
}

.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255,181,0,0.98);
}

.scrollToTop i {
  color: #fff;
}

.scrollToTop:hover {
  background: #fff;
  transform: translateY(-5px);
}

.scrollToTop:hover i {
  color: rgba(255,181,0,0.98);
}

.bg_size {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bg_size h2,
.bg_size h3,
.bg_size p,
.bg_size span {
  color: #fff;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.cat-name {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(255,181,0,0.98);
}

.bg-fa {
  background: #fafafa;
}

.p-rel {
  position: relative;
}

.download .food-btn{
  width: 130px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  margin-top: 25px !important;
  background: rgba(255,181,0,0.98) !important;
}

.active .dd-icon-down::after {
  color: rgba(255,181,0,0.98);
}

.dd-icon-down:before,
.dd-icon-down::after {
  background: rgb(54,39,37);
  top: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dd-icon-down:after {
  width: 10px;
  right: 0;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dd-icon-down:before {
  width: 2px;
  height: 10px;
  -webkit-transform: translateX(-15px) translateY(-50%);
  -ms-transform: translateX(-15px) translateY(-50%);
  transform: translateX(-15px) translateY(-50%);
  left: calc(100% + 9px);
}

.padding-tb {
  padding: 50px 0;
}
.padding-mb {
  padding: 25px 0;
}
@media (min-width: 1200px) {
  .padding-tb {
    padding: 100px 0;
  }
  .padding-mb {
    padding: 50px 0;
  }
}

.bg-body {
  background: #f5f5f1;
}

.rating i {
  color: #e9ba17;
}

.bg-shape-style {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  .bg-shape-style {
    background-position: center center;
  }
}

.food-btn {
  display: inline-block;
  padding: 16px 25px;
  background: rgba(255,181,0,0.98);
  border-radius: 4px;
}

.food-btn::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  background: rgb(54,39,37);
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
}

.food-btn span {
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.food-btn:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.food-btn.style-2 {
  overflow: visible;
  background: transparent;
  padding: 14px 30px;
  border: 2px solid rgba(255,181,0,0.98);
}

.food-btn.style-2 span {
  color: rgba(255,181,0,0.98);
}

.food-btn.style-2::after {
  background: rgba(255,181,0,0.98);
}

.food-btn.style-2:hover span {
  color: #fff;
}

.food-btn.style-2:hover .icon::before {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.food-btn.style-3 {
  background: rgba(255,181,0,0.98);
}

.text-btn {
  color: rgba(255,181,0,0.98);
}

.text-btn:hover {
  color: rgb(54,39,37);
}

.text-btn:visited {
  color: rgba(255,181,0,0.98);
}

.text-btn:visited:hover {
  color: rgb(54,39,37);
}

.text-btn i {
  margin-left: 5px;
}

.foodlist-item {
  margin-bottom: 60px;
}

.foodlist-item:last-child {
  margin-bottom: 0;
}

.foodlist-item.style-2 {
  background: #ffecf0;
  padding: 5px;
  margin-bottom: 40px;
}

.product.style-2 .col-12:nth-child(2) .foodlist-item.style-2 {
  background: #d8f6eb;
}

@media (min-width: 576px) {
  .product.style-2 .col-12:nth-child(2) .foodlist-item.style-2 .product-header {
    background: #0ea76f;
  }
}

.product.style-2 .col-12:nth-child(2) .foodlist-item.style-2 .product-header .ph-content h5 {
  color: #0ea76f;
}

.product.style-2 .col-12:nth-child(3) .foodlist-item.style-2 {
  background: #dfcdf9;
}

@media (min-width: 992px) {
  .product.style-2 .col-12:nth-child(3) .foodlist-item.style-2 {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .product.style-2 .col-12:nth-child(3) .foodlist-item.style-2 .product-header {
    background: #9f52ff;
  }
}

.product.style-2 .col-12:nth-child(3) .foodlist-item.style-2 .product-header .ph-content h5 {
  color: #9f52ff;
}

.product.style-2 .col-12:nth-child(4) .foodlist-item.style-2 {
  margin-bottom: 0;
  background: #ffeed0;
}

@media (min-width: 576px) {
  .product.style-2 .col-12:nth-child(4) .foodlist-item.style-2 .product-header {
    background: #ffc139;
  }
}

.product.style-2 .col-12:nth-child(4) .foodlist-item.style-2 .product-header .ph-content h5 {
  color: #ffc139;
}

.product-header {
  padding: 60px 0;
  margin: 5px;
  background: #fff;
}

@media (min-width: 576px) {
  .product-header {
    background: rgba(255,181,0,0.98);
  }
}

.product-header::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 575px) {
  .product-header::after {
    display: none;
  }
}

.product-header .bg-shape {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .product-header .bg-shape {
    display: none;
  }
}

.product-header .ph-content {
  z-index: 1;
}

.product-header .ph-content img {
  margin-bottom: 10px;
}

.product-header .ph-content h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: rgba(255,181,0,0.98);
}

.meta-tag {
  margin-bottom: 7px;
}

.meta-tag .categori {
  padding-right: 30px;
}

.meta-tag .categori::after {
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  transform: translateY(-50%);
  background: rgba(255,181,0,0.98);
}

.meta-tag .categori a {
  padding-left: 45px;
  color: rgba(255,181,0,0.98);
}

.meta-tag .categori a:hover {
  color: rgb(54,39,37);
}

.meta-tag .rating span {
  color: rgb(54,39,37);
}

.meta-post ul li {
  align-items: center;
}

.meta-post ul li a {
  color: #696969;
}

.meta-post ul li a:hover {
  color: rgba(255,181,0,0.98);
}

.meta-post ul li a.heart,
.meta-post ul li a.view,
.meta-post ul li a.date,
.meta-post ul li a.author {
  padding-right: 20px;
}
.meta-post ul li span{
  margin-right: 10px;
}
.meta-post ul li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.meta-post ul li i {
  color: #555;
  margin-right: 5px;
}

.contact-from {
  background: #fff;
}

.contact-from form {
  padding: 40px 25px;
}

.contact-from form input {
  margin-bottom: 20px;
  padding: 18px 15px;
  background: #f6f6f5;
  width: 100%;
  outline: none;
  border: none;
}

.contact-from form input[type="submit"] {
  margin-top: 20px;
  font-weight: 700;
  padding: 17px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
}

.food-item:hover .food-thumb {
  box-shadow: 0px 10px 10px rgba(129, 72, 17, 0.1);
}

.food-item:hover .food-content a {
  color: rgba(255,181,0,0.98);
}

.food-item .food-thumb {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 5px auto 20px;
  box-shadow: 0 0px 10px rgba(136, 136, 136, 0.1);
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.food-item .food-content {
  text-align: center;
}

.food-item .food-content a {
  color: rgb(54,39,37);
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single .section-wrapper .chef-item {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.single .section-wrapper .chef-item::after {
  width: 595px;
  height: 355px;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .single .section-wrapper .chef-item::after {
    display: none;
  }
}

.single .section-wrapper .chef-item .chef-inner .chef-thumb {
  height: 180px;
}

.single .section-wrapper .chef-item .chef-inner .chef-content {
  text-align: left;
  justify-content: space-between;
  padding: 20px;
  padding-top: 130px;
  z-index: 1;
}

@media (min-width: 576px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content {
    margin-top: -100px;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content {
    padding: 0;
    padding-top: 30px;
    margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-author {
    transform: translateX(0px) translateY(-30px);
    position: static;
  }
}

@media (min-width: 768px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-author {
    transform: translateX(20px) translateY(-120px);
  }
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc {
  width: 100%;
}

@media (min-width: 768px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc {
    width: calc(100% - 250px);
  }
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 575px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top .title {
    width: 100%;
    text-align: center;
  }
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top .title p {
  margin-bottom: 0;
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top .scocial-share {
  align-items: center;
  padding-right: 10px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top .scocial-share {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top .scocial-share a {
  margin: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top .scocial-share a.facebook {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #3b5998;
  text-align: center;
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top .scocial-share a.food-btn {
  padding: 8px 25px;
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-middle {
  margin-bottom: 20px;
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-middle p {
  padding-right: 10px;
}

@media (max-width: 575px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-middle p {
    text-align: center;
    padding-right: 0;
  }
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-middle ul li span {
  color: rgb(54,39,37);
  display: inline-block;
  width: 90px;
  font-weight: 700;
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer {
  text-align: center;
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con {
  border-right: 1px solid #e6e6e6;
  width: calc(100% / 2);
}

.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con:last-child {
  border: none;
}

@media (min-width: 576px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con {
    width: calc(100% / 4);
  }
}

@media (min-width: 576px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con.chef-menu {
    border-left: none;
  }
}

@media (max-width: 575px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con.chef-followers {
    border: 1px solid #e6e6e6;
  }
}

@media (max-width: 575px) {
  .single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con.chef-following {
    border: 1px solid #e6e6e6;
    border-left: none;
  }
}

.single .section-wrapper .related {
  margin-top: 60px;
}

.single .section-wrapper .related .tab-bar {
  justify-content: center;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .single .section-wrapper .related .tab-bar {
    justify-content: flex-start;
    border-bottom: 1px solid #e6e6e6;
  }
}

.single .section-wrapper .related .tab-bar .tablinks {
  padding: 10px 25px;
  background: #e6e6e6;
  margin: 5px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

@media (min-width: 768px) {
  .single .section-wrapper .related .tab-bar .tablinks {
    margin: 0 5px;
  }
}

@media (min-width: 576px) {
  .single .section-wrapper .related .tab-bar .tablinks:first-child {
    margin-left: 0;
  }
}

.single .section-wrapper .related .tab-bar .tablinks::after {
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
  background: rgba(255,181,0,0.98);
}

.single .section-wrapper .related .tab-bar .tablinks.active {
  background: #fff;
}

.single .section-wrapper .related .tab-bar .tablinks.active::after {
  right: 0;
  transform-origin: right;
  transform: scaleX(1);
}

.single .section-wrapper .related .tabcontent .popular-foods .section-wrapper .p-food-item {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 1200px) {
  .single .section-wrapper .related .tabcontent .popular-foods .section-wrapper .p-food-item {
    margin-bottom: 0;
  }
}

.single .section-wrapper .related .tabcontent .recent-recipe .recipe-item {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.single .section-wrapper .related .tabcontent .product .section-wrapper .product-item {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.single .section-wrapper .related .tabcontent .product .section-wrapper .product-item .product-content h6 {
  margin-bottom: 0;
}

.single .section-wrapper .popular-chef-widget .food-category {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 40px;
}

.single .section-wrapper .popular-chef-widget .food-category .section-wrapper {
  justify-content: center;
  padding: 20px 10px;
}

.single .section-wrapper .popular-chef-widget .food-category .section-wrapper .food-item {
  width: calc(100% / 2);
}

@media (min-width: 576px) {
  .single .section-wrapper .popular-chef-widget .food-category .section-wrapper .food-item {
    width: calc(100% / 3);
  }
}

.single .section-wrapper .popular-chef-widget .food-category .section-wrapper .food-item .food-inner {
  margin: 10px;
}

@media (min-width: 576px) {
  .single .section-wrapper .popular-chef-widget .food-category .section-wrapper .food-item .food-inner .food-thumb {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

.single .section-wrapper .popular-chef-widget .contact-from {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.post-item .post-item-inner {
  transform: scale(1);
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-item .post-item-inner::after {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  border: 1px dashed #fd4e74;
  border-width: 2px;
  transform: scale(0);
  transition: all .6s ease-in-out;
  z-index: -1;
}

.post-item .post-item-inner:hover {
  transform: scale(0.95);
}

.post-item .post-item-inner:hover::after {
  transform: scale(1);
}

.post-item .post-item-inner .post-thumb a {
  display: block;
}

.post-item .post-item-inner .post-thumb a img {
  width: 100%;
}

.post-item .post-item-inner .post-content {
  padding: 30px 20px;
  background: #fff;
}

.post-item .post-item-inner .post-content h6 {
  margin-bottom: 0;
}

.post-item .post-item-inner .post-content .entry-meta .date {
  font-size: 15px;
  color: #696969;
  display: inline-block;
}

.post-item .post-item-inner .post-content .author-date {
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 15px;
}

.post-item .post-item-inner .post-content .author-date a {
  margin-right: 30px;
  padding: 3px 0;
  display: block;
}

.post-item .post-item-inner .post-content .author-date a:last-child {
  margin-right: 0;
}

.post-item .post-item-inner .post-content .author-date a:hover {
  color: rgba(255,181,0,0.98);
}

.post-item .post-item-inner .post-content .author-date a i {
  margin-right: 5px;
  color: #cccccc;
}

.post-item .post-item-inner .post-content .post-footer {
  align-items: center;
  padding: 0 20px;
  padding-top: 20px;
  margin: 0 -20px;
  margin-top: 25px;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
}

.post-item .post-item-inner .post-content .lab-btn {
  padding: 13px 32px;
  margin-top: 5px;
  box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
}

.post-item.slider-post .post-item-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-next {
  left: 10px;
}

.post-item.slider-post .post-item-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  right: 10px;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider img {
  width: 100%;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: rgb(54,39,37);
  z-index: 1;
  text-align: center;
  top: 50%;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next:hover,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next .active,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev:hover,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev .active {
  background: rgba(255,181,0,0.98);
  color: #fff;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next {
  left: -10%;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  right: -10%;
}

.post-item.video-post iframe {
  width: 100%;
  height: 370px;
  border: none;
}

.post-item.qute-post .post-item-inner:hover .post-thumb img {
  transform: scale(1) !important;
}

.post-item.qute-post .post-item-inner .post-thumb {
  height: 190px;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

@media (min-width: 576px) {
  .post-item.qute-post .post-item-inner .post-thumb {
    height: 370px;
  }
}

.post-item.qute-post .post-item-inner .post-thumb .qute-content {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
}

.post-item.qute-post .post-item-inner .post-thumb .qute-content h5 {
  margin-top: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 767px) {
  .post-item.qute-post .post-item-inner .post-thumb .qute-content h5 {
    display: none;
  }
}

.video-thumb:hover .video-icon i {
  color: #cd201f;
}

.video-thumb img {
  width: 100%;
}

.video-thumb .video-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-thumb .video-icon i {
  font-size: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .video-thumb .video-icon i {
    font-size: 60px;
  }
}

.product-item {
  padding: 30px 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .product-item {
    margin-bottom: 30px;
  }
}

.product-item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.product-item:hover .product-thumb .price {
  background: #fff;
  border-color: rgba(255,181,0,0.98);
  color: rgba(255,181,0,0.98);
}

.product-item:hover .product-content h6 a {
  color: rgba(255,181,0,0.98);
}

.product-item .product-thumb {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.product-item .product-thumb .price {
  width: 54px;
  height: 54px;
  line-height: 48px;
  top: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 4px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255,181,0,0.98);
}

.product-item .product-content p {
  margin-bottom: 5px;
  padding: 0 10px;
  display: contents;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(255,181,0,0.98);
}

@media (min-width: 576px) {
  .product-item .product-content p {
    font-size: 14px;
  }
}

.product-item .product-content h6 {
  margin-bottom: 5px;
  font-size: 15px;
}

.product-item.style-2 {
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  margin: 5px;
}

@media (min-width: 576px) {
  .product-item.style-2 {
    text-align: left;
  }
}

.product-item.style-2 .product-thumb {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

@media (min-width: 576px) {
  .product-item.style-2 .product-thumb {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.product-item.style-2 .product-thumb .price {
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 38px;
  font-size: 15px;
  font-weight: 400;
}

.product-item.style-2 .product-content {
  width: 100%;
}

@media (min-width: 576px) {
  .product-item.style-2 .product-content {
    width: calc(100% - 150px);
    padding: 0 10px 0 0;
  }
}

.product-item.style-2 .product-content .product-title {
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: dashed #e6e6e6;
  border-width: 1px;
}

@media (max-width: 575px) {
  .product-item.style-2 .product-content .product-title {
    justify-content: center;
  }

  .product-item.style-2 .product-content .product-title h6 {
    width: 100%;
  }
}

.product-item.style-2 .product-content .product-title .rating {
  margin-bottom: 10px;
}

.product-item.style-2 .product-content .product-desc p {
  color: #696969;
  font-size: 15px;
  margin-bottom: 0;
}

.team-item {
  margin-bottom: -15px;
}

.team-item .team-item-inner {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.team-item .team-item-inner .team-thumb img {
  width: 100%;
}

.team-item .team-item-inner .team-content {
  padding: 20px 20px 30px;
  background: #fff;
}

@media (max-width: 640px) {
  .team-item .team-item-inner .team-content {
    padding: 10px 15px 20px;
  }
}

.team-item .team-item-inner .team-content .member-name {
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item .team-item-inner .team-content .member-name:hover {
  color: rgba(255,181,0,0.98);
}

.team-item .team-item-inner .team-content .member-dagi {
  margin-bottom: 10px;
  display: block;
  color: #1c2551;
}

@media (min-width: 992px) {
  .team-item.style-2 .team-item-inner .team-thumb {
    padding-right: 50px;
  }
}
.team-item.style-2 .team-item-inner .team-thumb .self-intregration {
  align-items: center;
  transform: rotate(90deg) translate(-186px, -184px);
  width: calc(100% - 50px);
}

@media (max-width: 1199px) {
  .team-item.style-2 .team-item-inner .team-thumb .self-intregration {
    transform: rotate(90deg) translate(-226px, -224px);
  }
}

@media (max-width: 991px) {
  .team-item.style-2 .team-item-inner .team-thumb .self-intregration {
    display: none !important;
  }
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-head {
  width: 40%;
  padding: 14px;
  background: linear-gradient(to left, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
  transition: all 0.5s ease-in-out;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-head span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #ff4f58;
  right: -6px;
  transform: rotate(45deg);
  bottom: 18px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon {
  width: 60%;
  background: #fff;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul li {
  padding: 0;
  list-style: none;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul li:last-child a {
  border-right: none;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a {
  display: block;
  padding: 14px 17px;
  background: transparent;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a i {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a i {
    transform: rotate(0deg);
  }
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a.fu1 {
  color: #3b5998;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a.fu2 {
  color: #bd081c;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a.fu3 {
  color: #55acee;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a.fu4 {
  color: #ff5e9c;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a:hover {
  background: rgba(255,181,0,0.98);
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a:hover i {
  color: #fff !important;
}

.team-item.style-2 .team-item-inner .team-content .member-details {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

ul.codex li {
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

ul.codex.icon-style-list {
  margin:30px 0 0;
}

ul.codex.icon-style-list>li {
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
}

ul.codex.icon-style-list>li:first-child {
  border-top: 1px solid #e6e6e6;
}

ul.codex.icon-style-list>li i {
  width: 50px;
  text-align: center;
  color: #c2c2c2;
  margin: 0 15px 0 5px;
  line-height: 50px;
}

ul.codex.icon-style-list>li i:after {
  width: 100%;
  height: calc(100% + 18px);
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  top: -9px;
  left: 0;
}

ul.codex.icon-style-list>li span {
  width: calc(100% - 70px);
}

ul.codex.icon-style-list>li ul {
  margin: 0;
}

ul.codex.icon-style-list>li ul li {
  padding: 0;
}

ul.codex.icon-style-list>li ul li a {
  background: transparent;
}

ul.codex.icon-style-list>li ul li a i {
  margin: 0;
  width: 35px;
}

ul.codex.icon-style-list>li ul li a i:after {
  display: none;
}

ul.codex.icon-style-list>li ul li a.twitter i {
  color: #55acee;
}

ul.codex.icon-style-list>li ul li a.facebook i {
  color: #3b5998;
}

ul.codex.icon-style-list>li ul li a.instagram i {
  color: #e4405f;
}

ul.codex.icon-style-list>li ul li a.vimeo i {
  color: #3b5998;
}

ul.codex.icon-style-list>li ul li a.google i {
  color: #dd4b39;
}

ul.codex.icon-style-list>li ul li a.pinterest i {
  color: #bd081c;
}

ul.codex.icon-style-list>li ul li a.basketball i {
  color: #e94c89;
}

ul.codex.icon-style-list>li ul li a.behance i {
  color: #1769ff;
}

.cart-plus-minus {
  border: 1px solid #e6e6e6;
  width: 120px;
  margin: 0 auto;
}

.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e6e6e6;
  height: 40px;
  left: 0;
  top: 0;
  cursor: pointer;
}

.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  color: rgb(54,39,37);
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 0 9px 0 0;
  text-align: center;
  width: 120px;
  outline: none;
}

.cart-plus-minus .qtybutton {
  color: rgb(54,39,37);
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-plus-minus .qtybutton:hover {
  color: #fff;
  background: rgba(255,181,0,0.98);
}

.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e6e6e6;
  height: 40px;
  right: 0;
  top: 0;
  cursor: pointer;
}

.search-area.open .search-input {
  transform: scaleX(1);
}

.search-area .search-input {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1111111;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-area .search-input .search-close {
  width: 50px;
  height: 50px;
  top: 50px;
  right: 50px;
}

.search-area .search-input .search-close span {
  width: 50px;
  height: 2px;
  background: rgba(255,181,0,0.98);
  top: 25px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-area .search-input .search-close span:nth-child(1) {
  transform: rotate(45deg);
}

.search-area .search-input .search-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.search-area .search-input form {
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
}

.search-area .search-input form input {
  width: 100%;
  color: #696969;
  border-radius: 0;
  text-align: center;
  font-size: 48px;
  border: none;
  outline: none;
  border-bottom: 1px solid #e6e6e6;
}

.search-area .search-input form input:hover,
.search-area .search-input form input:focus {
  border-color: rgba(255,181,0,0.98);
}

.scocial-media {
  margin-bottom: 20px;
}

.scocial-media a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 4px;
  text-align: center;
}

.scocial-media a:hover {
  border-radius: 100%;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.bg-table {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  z-index: 1;
  height: 300px;
}

@media (min-width: 992px) {
  .bg-table {
    margin-bottom: 0;
    height: 500px;
  }
}

.paginations {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .paginations {
    margin-bottom: 0;
  }
}

.paginations dir>ol li {
  padding: 5px;
}
@media (max-width:390px) {
  .paginations dir>ol li {
    padding: 0;
  }
}
.paginations dir>ol li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1);
  color: #696969;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.paginations dir>ol li a.on,
.paginations dir>ol li a:hover {
  color: #fff;
  background: rgba(255,181,0,0.98);
}

.paginations dir>ol li a.dot {
  box-shadow: none;
}

.paginations dir>ol li a.dot:hover {
  background: transparent;
  color: #696969;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.linkedin {
  background: #007bb5;
}

.vimeo {
  background: #3b5998;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(255,181,0,0.98);
  overflow: hidden;
}

.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}

.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.section-header.style-2,
.meta-tag,
.meta-post ul,
.meta-post ul li,
.single .section-wrapper .chef-item .chef-inner .chef-content,
.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top,
.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-desc-top .scocial-share,
.single .section-wrapper .related .tab-bar,
.single .section-wrapper .popular-chef-widget .food-category .section-wrapper,
.post-item .post-item-inner .post-content .author-date,
.post-item .post-item-inner .post-content .post-footer,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.product-item.style-2,
.product-item.style-2 .product-content .product-title,
.team-item.style-2 .team-item-inner .team-thumb .self-intregration,
ul.codex li,
.paginations ul li a,
.header-section .header-top .top,
.header-section .header-top .top ul,
.header-section .primary-menu,
.header-section .primary-menu .main-area,
.header-section .primary-menu .main-area .main-menu ul,
.cart-search ul,
.lang-area .lang-content .lang-title,
.lang-area .lang-content .lang-scr .lang-con-item .lang-item .lang-inner .lang-top,
.mobile-menu .mobile-header,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner,
.search-area .search-input form,
.product.style-2 .section-wrapper .tab-bar,
.product.style-2 .section-wrapper .tab-bar .tablinks,
.contact-us .contact-home-chef .section-wrapper,
.news_link .order-content,
.news_link .order-content .content-link ul,
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb,
.contact-information .section-wrapper .post-item,
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section,
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags,
.blog-section.blog-single .section-wrapper .navigations-part,
.widget.widget-tags ul.widget-wrapper,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item,
footer .favorable ul li,
footer .about_info ul.beian,
.fotter-header header .footer-bg .header-item,
.fotter-header header .footer-bg .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu {
  display: flex;
  flex-wrap: wrap;
}

.section-header,
.dd-icon-down,
.food-btn,
.product-header,
.product-header .ph-content,
.meta-tag .categori,
.single .section-wrapper .chef-item,
.single .section-wrapper .related .tab-bar .tablinks,
.post-item .post-item-inner,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.post-item.qute-post .post-item-inner .post-thumb,
.video-thumb,
.product-item .product-thumb,
.team-item.style-2 .team-item-inner .team-thumb,
.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-head,
ul.codex.icon-style-list>li i,
.cart-plus-minus,
.bg-table,
.paginations ul li a,
.header-section .primary-menu .main-area .main-menu ul li,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a,
.lang-area,
.page-header,
.page-header .page-title .breadcrumb li,
.mobile-menu .mobile-header .header-bar,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search,
.banner-area,
.banner-area .banner-content,
.contact-us,
.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb.style-2,
.clients-area .section-header,
.clients-area .section-wrapper,
.news_link,
.shop-page.single .section-wrapper .shop-single .shop-single-content .desc ul li,
.review .section-wrapper .related .tabcontent .product-item,
.contact-information .section-wrapper,
.chef-single .chef-bottom.skill-award .chef-item .circles,
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote,
.widget.widget-search .search-wrapper,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
footer .about_info .contact-search form.searchForm,
.fotter-header header,
.fotter-header header .footer-bg .header-item {
  position: relative;
}

.overlay,
.dd-icon-down:before,
.dd-icon-down::after,
.bg-shape-style,
.food-btn::after,
.product-header::after,
.product-header .bg-shape,
.meta-tag .categori::after,
.single .section-wrapper .chef-item::after,
.single .section-wrapper .related .tab-bar .tablinks::after,
.post-item .post-item-inner::after,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev,
.post-item.qute-post .post-item-inner .post-thumb .qute-content,
.video-thumb .video-icon,
.product-item .product-thumb .price,
.team-item.style-2 .team-item-inner .team-thumb .self-intregration,
ul.codex.icon-style-list>li i:after,
.cart-plus-minus .qtybutton,
.search-area .search-input .search-close,
.search-area .search-input .search-close span,
.search-area .search-input form,
.header-section .primary-menu .main-area .main-menu ul li ul,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after,
.lang-area .count-item,
.lang-area .lang-content,
.page-header .shape-1,
.page-header .shape-2,
.page-header .page-title .breadcrumb li::after,
.mobile-menu .mobile-header,
.mobile-menu .mobile-header .header-bar span,
.mobile-menu .mobile-menu,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a::after,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button,
.news_link::before,
.news_link::after,
.shop-page.single .section-wrapper .shop-single .shop-single-content .desc ul li::before,
.chef-single .chef-bottom.skill-award .chef-item .circles strong,
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote::before,
.widget.widget-search .search-wrapper button,
.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
footer .about_info .contact-search form.searchForm input.searchBtn {
  position: absolute;
  content: "";
}

.food-btn,
.single,
.single .section-wrapper .chef-item .chef-inner .chef-thumb,
.post-item,
.team-item.style-2 .team-item-inner .team-thumb .t-thumb,
.cart-plus-minus,
.page-header,
.contact-us,
.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb,
.clients-area .section-wrapper .clients-container,
.clients-area .section-wrapper .clients-container .clients-item .clients-thumb,
.sponsor-section .section-wrapper .sponsor-slider,
.shop-page.single .section-wrapper .shop-single .gallery-thumbs .shop-item .shop-thumb,
.contact-information .section-wrapper,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-thumb,
.widget .widget-header,
.widget.recipe-categori,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb {
  overflow: hidden;
}

@media (max-width: 450px) {
  .food-apps .apps-content .section-header,
  .p-food-item.style-2 .p-food-inner .p-food-content {
    text-align: center !important;
  }

  .food-apps .apps-content .section-header .food-btn-group {
    justify-content: center;
  }

  .food-apps .apps-content .section-header .food-btn-group a {
    margin-right: 0 !important;
  }

  .blog-section.home-3 .section-wrapper .post-item .post-inner .post-content .food-btn.style-2,
  .recepi-single.home-3 .section-wrapper .post-item .post-inner .post-content .food-btn.style-2 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .header-section {
    display: none;
  }
}

.header-section .header-area.menu-fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.header-section .header-top {
  background: rgb(255,255,255);
}

.header-section .header-top .top {
  justify-content: space-between;
}

.header-section .header-top .top ul {
  justify-content: space-between;
}

.header-section .header-top .top ul li {
  border-left: 1px solid #ffffff42;
  line-height: 49px;
  padding: 0;
  font-weight: 400;
  color: #fff;
}
.header-section .header-top .top .weixin{
  position: relative;
}
.header-section .header-top .top .weixin_code{
  display: none;
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 120px;
  height: auto;
  padding: 10px;
  z-index: 3;
  background: rgb(255,255,255);
}
.header-section .header-top .top .weixin_code img{
  width: 120px;
  display: block;
  margin: 0 auto;
}
.header-section .header-top .top .weixin:hover .weixin_code{
  display: block;
}
.header-section .header-top .top ul.left li {
  padding: 0 15px;
}
.header-section .header-top .top ul.left li a{
  color: #fff;
}
.header-section .header-top .top ul.right li a {
  width: 50px;
  height: 49px;
  text-align: center;
  color: #fff;
}

.header-section .header-top .top ul.right li a:hover {
  color: #fff;
  background-color: rgba(255,181,0,0.98);
}

.header-section .header-top .top ul.right li:last-child {
  border-right: 1px solid #ffffff42;
}

.header-section .primary-menu {
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-section .primary-menu .logo {
    width: 140px;
  }
}

.header-section .primary-menu .logo a {
  display: block;
}

.header-section .primary-menu .logo a img {
  display: block;
}

.header-section .primary-menu .main-area {
  align-items: center;
}

.header-section .primary-menu .main-area .main-menu ul {
  padding: 0;
  margin: 0;
}

.header-section .primary-menu .main-area .main-menu ul li {
  padding: 0;
}

.header-section .primary-menu .main-area .main-menu ul li.active>a,
.header-section .primary-menu .main-area .main-menu ul li:hover>a {
  color: rgba(255,181,0,0.98);
}

.header-section .primary-menu .main-area .main-menu ul li a {
  padding: 40px 15px;
  font-weight: 500;
  color: rgb(54,39,37);
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-section .primary-menu .main-area .main-menu ul li ul {
  min-width: 200px;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  display: block;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 101;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255,181,0,0.98);
}

.header-section .primary-menu .main-area .main-menu ul li ul li a {
  font-size: 98%;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #ffffff36;
}

.header-section .primary-menu .main-area .main-menu ul li ul li a:hover {
  padding-left: 20px;
  background:#fff;
  color: rgba(255,181,0,0.98);
}

.header-section .primary-menu .main-area .main-menu ul li ul li.active>a {
  background:#fff;
  color: rgba(255,181,0,0.98) !important;
}

.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children {
  margin-right: 0px;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
}

.header-section .primary-menu .main-area .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
  margin-right: 13px;
  position: relative;
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "\ea99" !important;
  font-family: IcoFont !important;
}

.header-section .primary-menu .main-area .main-menu ul li:hover>ul {
  transform: scaleY(1);
}

@media (min-width: 1200px) {
  .header-section .primary-menu .main-area .header-btn {
    margin-left: 20px;
  }
}

.header-section .primary-menu .main-area .header-btn .lab-btn {
  display: block;
}

.cart-search {
  margin-left: 15px;
}

.cart-search ul .search,
.cart-search ul .lang-area {
  padding: 0;
  border: 1px solid #e6e6e6;
  margin: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.lang-area.open .lang-content {
  transform: scaleY(1);
  visibility: visible;
}

.lang-area .lang-icon {
  font-size: 22px;
}

.lang-area img {
  cursor: pointer;
}

.lang-area .lang-content {
  top: calc(100% + 30px);
  right: 0;
  visibility: hidden;
  min-width: 220px;
  transform-origin: top;
  box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.58);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  z-index: 9;
  background: #fafeff;
  border-radius: 10px;
  cursor: auto;
}

.lang-area .lang-content .lang-title {
  justify-content: space-between;
  padding: 9px 15px;
  color: #fff;
  border-radius: 12px 12px 0 0;
  background: rgba(255,181,0,0.98);
}

.lang-area .lang-content .lang-title .list-close a {
  color: #fff;
  line-height: initial;
}

.lang-area .lang-content .lang-scr {
  padding: 15px;
}

.lang-area .lang-content .lang-scr .lang-con-item .lang-item .lang-inner {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
}

.lang-area .lang-content .lang-scr .lang-con-item .lang-item .lang-inner .lang-top {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}

.lang-area .lang-content .lang-scr .lang-con-item .lang-item .lang-inner .lang-top .thumb {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.lang-area .lang-content .lang-scr .lang-con-item .lang-item .lang-inner .lang-top .thumb a {
  display: block;
}

.lang-area .lang-content .lang-scr .lang-con-item .lang-item .lang-inner .lang-top .content {
  width: calc(100% - 60px);
  padding-left: 15px;
}

.lang-area .lang-content .lang-scr .lang-con-item .lang-item .lang-inner .lang-top .content a {
  text-align: left;
  color: rgb(54,39,37);
  line-height: initial;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lang-area .lang-content .lang-scr .lang-con-item .lang-item .lang-inner .lang-top .content a:hover {
  color: rgba(255,181,0,0.98);
}

.page-header {
  padding:75px 0;
  background:rgb(250,254,255);
}

@media (min-width: 992px) {
  .page-header {
    padding: 150px 0;
  }
}

.page-header .shape-1 {
  bottom: -350px;
  right: 0;
  display: none;
}

@media (min-width: 1200px) {
  .page-header .shape-1 {
    display: block;
    right: -50px;
  }
}

@media (min-width: 1400px) {
  .page-header .shape-1 {
    right: 0;
  }
}

.page-header .shape-2 {
  top: 0;
  left: 0;
  display: none;
}

@media (min-width: 992px) {
  .page-header .shape-2 {
    display: block;
  }
}

.page-header .page-title {
  margin-bottom: 0;
}

.page-header .page-title h3 {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 575px) {
  .page-header .page-title h3 {
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 0;
  }
}

.page-header .page-title .breadcrumb {
  background: transparent;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
}

.page-header .page-title .breadcrumb li {
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 10px;
}

.page-header .page-title .breadcrumb li::after {
  width: 5px;
  height: 2px;
  top: 50%;
  right: -3px;
  background: rgb(54,39,37);
  transform: translateY(-50%);
}

.page-header .page-title .breadcrumb li:last-child::after {
  display: none;
}

.page-header .page-title .breadcrumb li a {
  color: rgb(54,39,37);
}

.page-header .page-title .breadcrumb li a:hover {
  color: rgba(255,181,0,0.98);
}

.page-header.style-2 {
  background:rgb(250,254,255);
}

.page-header.style-2 .page-title h3 {
  color: rgba(255,181,0,0.98);
}

.page-header.style-2 .page-title .breadcrumb li {
  color: rgba(255,181,0,0.98);
}

.page-header.style-2 .page-title .breadcrumb li::after {
  background: rgb(54,39,37);
}

.page-header.style-2 .page-title .breadcrumb li a {
  color: rgb(54,39,37);
}

.page-header.style-2 .page-title .breadcrumb li a:hover {
  color: rgba(255,181,0,0.98);
}

@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu .mobile-header {
  padding: 11px 15px;
  top: 0;
  width: 100%;
  z-index: 99;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mobile-menu .mobile-header .header-bar {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.mobile-menu .mobile-header .header-bar span {
  background: rgba(255,181,0,0.98);
  width: 100%;
  height: 3px;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu .mobile-header .header-bar span:nth-child(1) {
  margin-top: -9px;
}

.mobile-menu .mobile-header .header-bar span:nth-child(2) {
  opacity: 1;
}

.mobile-menu .mobile-header .header-bar span:nth-child(3) {
  margin-top: 7px;
}

.mobile-menu .mobile-header .header-bar.close {
  opacity: 1;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(2) {
  opacity: 0;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -1px;
}

.mobile-menu .mobile-menu {
  top: 66px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  height: 100%;
  overflow-y: scroll;
  padding: 0 20px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .mobile-menu .mobile-menu {
    width: 50%;
    transform: scaleX(0);
    transform-origin: left;
  }
}

.mobile-menu .mobile-menu.open {
  transform: scaleY(1);
}

@media (min-width: 576px) {
  .mobile-menu .mobile-menu.open {
    transform: scaleX(1);
  }
}

@media (min-width: 1200px) {
  .mobile-menu .mobile-menu.open {
    display: none;
  }
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li {
  list-style: none;
  padding: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li:last-child>a {
  border-bottom: none;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.active>a {
  color: rgba(255,181,0,0.98);
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a {
  display: block !important;
  padding: 10px 0;
  color: rgb(54,39,37);
  text-transform: capitalize;
  margin: 2px 0;
  text-align: left;
  outline: none;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a::after {
  right: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li {
  padding-left: 20px;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li a {
  margin: 0;
  outline: none;
  font-size: 96%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children {
  position: relative;
  margin: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "\ea99" !important;
  font-family: IcoFont !important;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .social-link-list {
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search {
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  margin: 0;
  padding-right: 35px;
  font-style: italic;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input:focus,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input::placeholder {
  color: rgb(54,39,37);
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button {
  top: 0;
  right: 0;
  background-color: transparent;
  color: rgb(54,39,37);
  width: 30px;
  height: 60px;
  outline: none;
  border: none;
  font-size: 18px;
  text-align: center;
}

.search-area {
  z-index: 9999;
  position: relative;
}

.search-area.open .search-input {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}

.search-area .search-input {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99999999;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.search-area .search-input .search-close {
  width: 50px;
  height: 50px;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.search-area .search-input .search-close i {
  font-size: 35px;
  color: #fff;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}

.search-area .search-input .search-close i:hover {
  transform: rotate(180deg);
}

.search-area .search-input form {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 100px;
  padding: 10px;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  align-items: center;
  background: rgba(255,181,0,0.98);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.search-area .search-input form input {
  width: 90%;
  color: rgb(54,39,37);
  border-radius: 0;
  font-size: 24px;
  padding: 15px;
  border: none;
  margin-bottom: 0;
  height: 80px;
  border: none;
  text-align: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.search-area .search-input form input::placeholder {
  color: #696969;
}

.search-area .search-input form input:focus {
  border-color: transparent;
  outline: none;
}

.search-area .search-input form button {
  width: 10%;
  height: 100%;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: none;
  background: transparent;
}

.search-area .search-input form button i {
  font-size: 25px;
  font-style: normal;
}

.banner-area{
  position:relative;
  z-index:2;
  overflow:hidden;
  background:rgba(255,255,255,0.04);
}

.banner-area .banner-content{
  position:absolute;
  padding:0 15px;
  left:0;
  right:0;
  top:15%;
  bottom:0;
  pointer-events:none;
  z-index: 2;
}

.banner-area .banner-content>container *{
  pointer-events:auto;
}

.banner-area .banner-content>span {
  margin-top: -12px;
  color: #ffc139;
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
}
.banner-area a{
  display: block;
}
.banner-area>ul{
  width:10000%;
}
.banner-area>ul:after{
  display:block;
  content:'';
  cleart:both;
}
.banner-area>ul>li{
  width:1%;
  float:left;
  position:relative;
  margin: 0;
  padding: 0;
}
.banner-area>ol{
  position:absolute;
  bottom:10px; 
  left:0;
  right:0;
  text-align:center;
  font-size:0;
}
.banner-area .banner-image img{
  display:block;
  max-width:100%;
  margin:0 auto;
  object-fit:cover;
}
.banner-area .banner-image::before{
  content: '';
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: ;
}
.banner-area .banner-content h2 {
  margin: 0;
  color: rgba(255,181,0,0.98);
  font-size: 42px;
}
.banner-area .banner-content h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1.5;
  color: rgb(54,39,37);
}
@media(min-width:992px){
  .banner-area>dl{
    visibility:hidden;
    opacity:0;
    transition:.3s;
  }
  .banner-area:hover>dl{
    visibility:visible;
    opacity:1;
  }
  .banner-area>dl>*{
    position:absolute;
    top:50%;
    width:30px; height:30px;
    margin-top:-20px;
    transform:rotate(45deg);
    cursor:pointer;
    transition:.3s;
    border-style:solid;
    border-color:rgba(255,181,0,0.98);
  }
  .banner-area>dl>dt{
    left:30px;
    border-width:0 0 2px 2px;
  }
  .banner-area>dl>dd{
    right:30px;
    border-width:2px 2px 0 0;
  }
  .banner-area>dl>dt:hover,.banner-area>dl>dd:hover{
    border-color:rgb(54,39,37);
  }
}
@media(max-width:991px){
  .banner-area>dl{
    display:none;
  }
}

@media (min-width: 992px) {
  .banner-area .banner-content h2 {
    font-size: 82px;
    line-height: 92px;
  }
}

@media (min-width: 576px) {
  .banner-area .banner-content h2 {
    font-size: 56px;
    line-height: 66px;
  }
  .banner-area .banner-content>span {
    font-size: 30px;
  }
  .banner-area .banner-content h3 {
    font-size: 36px;
  }
}

.subnav {
	position:relative;
	z-index:4;
	background: #f0eeeb;
}

.subnav .container>ul>li>a {
	color: rgb(54,39,37);
	font-size: 15px;
	font-size: px;
}

.subnav .container li.on>a,
.subnav .container li.pn>a {
	color: rgba(255,181,0,0.98);
}
@media(min-width:992px) {
	.subnav .container>ul {
		text-align: center;
		font-size: 0;
		margin: 0;
	}

	.subnav .container>ul>li {
		display: inline-block;
		position: relative;
	}

	.subnav .container>ul>li>a {
		display: block;
		padding: 15px 20px;
	}

	.subnav .container>ul>li.has>a:after {
		display: inline-block;
		font-family:'FontAwesome';
		content: "\f107";
		margin-left: 3px;
		transition: transform .3s;
	}

	.subnav .container>ul>li.has:hover>a:after {
		transform: rotate(180deg);
	}

	.subnav .container>ul>li ul {
		position: absolute;
		left: 100%;
		top: 0;
		width: 140px;
		white-space: nowrap;
		text-align: center;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transition: .05s;
		transform: scale(0);
		transform-origin: top center;
	}

	.subnav .container>ul>li ul ul {
		transform-origin: left center;
	}

	.subnav .container>ul>li>ul li.parent {
		display: none;
	}

	.subnav .container>ul>li>ul li.right ul {
		left: auto;
		right: 100%;
		transform-origin: right center;
	}

	.subnav .container>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}

	.subnav .container>ul>li>ul {
		left: 50%;
		top: 100%;
		width: 140px;
		margin-left: -70px;
	}

	.subnav .container>ul>li ul {
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.subnav .container>ul>li ul>li {
		position: relative;
		border-top: 1px solid #f5f5f5;
	}

	.subnav .container>ul>li ul>li:first-child {
		border-top: 0;
	}

	.subnav .container>ul>li ul>li>a {
		display: block;
		padding: 8px 0;
		font-size: 15px;
	}
}

@media(max-width:991px) {
	.subnav .container {
		padding: 2px 0 1px 0;
	}

	.subnav .container ul {
		overflow: auto;
		white-space: nowrap;
		font-size: 0;
		text-align: center;
		margin: 0;
	}

	.subnav .container ul>li {
		display: inline-block;
		padding: 8px;
	}

	.subnav .container>ul>li ul {
		position: absolute;
		background: #fff;
		top: 100%;
		left: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		transform: translateY(-8px);
	}

	.subnav .container>ul>li.active {
		background: #fff;
	}

	.subnav .container>ul>li.active>ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(-2px);
	}

	.subnav .container>ul>li ul>li>a {
		font-size: 15px;
	}

	.subnav .container>ul>li>ul li.parent.pn>a {
		color: rgb(54,39,37);
	}

	.subnav ul::-webkit-scrollbar {
		height: 1px;
		background: #f0eeeb;
	}

	.subnav ul::-webkit-scrollbar-track-piece {
		height: 1px;
	}

	.subnav ul::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0);
		transition: .2s;
	}

	.subnav ul:hover::-webkit-scrollbar-thumb {
		background: rgba(255,181,0,0.98);
	}
}

@media (max-width: 991px) {
  .about .about-content {
    margin-top: 30px;
  }
}

.about .about-content .section-header {
  text-align: center;
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .about .about-content .section-header {
    text-align: left;
  }
}

.about .about-content .section-header span {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: rgba(255,181,0,0.98);
}

@media (min-width: 576px) {
  .about .about-content .section-header span {
    font-size: 30px;
    margin-bottom: 5px;
  }
}

.about .about-content .section-wrapper {
  text-align: center;
}

@media (min-width: 992px) {
  .about .about-content .section-wrapper {
    text-align: left;
  }
}

.about .about-content .section-wrapper .food-btn {
  margin-top: 20px;
}

.product .section-wrapper .food-btn {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .product .section-wrapper .food-btn {
    margin-top: 60px;
  }
}

.product.style-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: -5px;
}

.product.style-2 .section-wrapper .product-item {
  margin: 5px;
}

@media (max-width: 575px) {
  .product.style-2 .section-wrapper .product-item.style-2 .product-thumb {
    margin-top: 15px;
  }
}

.product.style-2 .section-wrapper .tab-bar {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.product.style-2 .section-wrapper .tab-bar .tablinks {
  padding: 12px 23px;
  background: #fff;
  margin-right: 10px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  align-items: center;
  cursor: pointer;
}

@media (max-width: 991px) {
  .product.style-2 .section-wrapper .tab-bar .tablinks {
    margin: 10px;
  }
}

.product.style-2 .section-wrapper .tab-bar .tablinks.active {
  border-top: 2px solid rgba(255,181,0,0.98);
}

.product.style-2 .section-wrapper .tab-bar .tablinks:last-child {
  margin-right: 0;
}

.product.style-2 .section-wrapper .tab-bar .tablinks span {
  font-weight: 700;
  color: rgb(54,39,37);
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}

.product.style-2 .food-btn {
  margin-top: 30px;
  background: #fff;
}

@media (min-width: 768px) {
  .product.style-2 .food-btn {
    margin-top: 60px;
  }
}

.contact-us {
  padding: 80px 0;
  background: rgba(255,181,0,0.98);
}

.contact-us .contact-from {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.contact-us .contact-from h5 {
  padding: 20px 25px;
  color: rgba(255,181,0,0.98);
  margin-bottom: 0;
}

.contact-us .contact-from form {
  border-top: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .contact-us .contact-from form {
    padding: 30px 20px;
  }
}

.contact-us .contact-from form input {
  background: #fff;
  box-shadow: 0 0 10px rgba(129, 72, 17, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 22px;
}

.contact-us .contact-from form input[type="submit"] {
  max-width: 200px;
  color: #fff;
  background: rgba(255,181,0,0.98);
  box-shadow: none;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-us .contact-home-chef {
    padding-top: 40px;
  }
}

.contact-us .contact-home-chef .section-header {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contact-us .contact-home-chef .section-header {
    text-align: left;
  }
}

.contact-us .contact-home-chef .section-header p {
  margin-left: 0;
}

.contact-us .contact-home-chef .section-header h3,
.contact-us .contact-home-chef .section-header p {
  color: #fff;
}

.contact-us .contact-home-chef .section-wrapper .contact-count-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .contact-us .contact-home-chef .section-wrapper .contact-count-item {
    width: calc(100% / 3);
  }
}

.contact-us .contact-home-chef .section-wrapper .contact-count-item .contact-count-inner {
  background: #fff;
  text-align: center;
  margin: 5px;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .contact-us .contact-home-chef .section-wrapper .contact-count-item .contact-count-inner {
    margin-bottom: 0;
  }
}

.contact-us .contact-home-chef .section-wrapper .contact-count-item .contact-count-inner .contact-count-thumb {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
}

.contact-us .contact-home-chef .section-wrapper .contact-count-item .contact-count-inner .contact-count-content h5 {
  margin-bottom: 5px;
}

.contact-us .contact-home-chef .section-wrapper .contact-count-item .contact-count-inner .contact-count-content p {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .contact-us .contact-thumb img {
    position: absolute;
    top: -80px;
  }
}

.team-section .team-top .team-top-area {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 30px;
}

.team-section .team-top .team-top-area .team-thumb img {
  width: 100%;
}

.team-section .team-top .team-top-area .team-content {
  padding: 20px 20px 30px;
}

@media (min-width: 576px) {
  .team-section .team-top .team-top-area .team-content {
    padding: 40px;
  }
}

.team-section .team-top .team-top-area .team-content .member-name {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-section .team-top .team-top-area .team-content .member-name:hover {
  color: rgba(255,181,0,0.98);
}

.team-section .team-top .team-top-area .team-content .member-dagi {
  margin-bottom: 10px;
  display: inline-block;
  color: #1c2551;
}

.team-section .team-top .team-top-area .team-content .member-details {
  margin-bottom: 30px;
}

.team-section .team-bottom .team-bottom-area {
  margin-bottom: -15px;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner:hover {
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.1);
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner:hover .team-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb.style-2 {
  padding-right: 50px;
}
.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb a{
  display: contents;
}
.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-details {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(2n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #01cbad, #47a1f2);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(2n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #01cbad;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(3n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #23cc88, #8ecf35);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(3n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #23cc88;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(4n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #e85aca, #fc4e65);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(4n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #e85aca;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(5n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #5f51b5, #ce62fd);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(5n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #5f51b5;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(6n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #ff6593, #b85cff);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(6n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #ff6593;
}

.clients-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.clients-area .overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.clients-area .section-header {
  z-index: 1;
}

.clients-area .section-wrapper .clients-container .clients-item {
  width: 100%;
  margin: 0 auto;
}

.clients-area .section-wrapper .clients-container .clients-item .clients-thumb {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.clients-area .section-wrapper .clients-container .clients-item .clients-text {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .clients-area .section-wrapper .clients-container .clients-item .clients-text {
    width: 100%;
  }
}

.clients-area .section-wrapper .clients-container .clients-item .clients-text p {
  margin: 0;
  color: #fff;
  padding: 30px;
  line-height: 28px;
}

@media (min-width: 576px) {
  .clients-area .section-wrapper .clients-container .clients-item .clients-text p {
    font-size: 18px;
  }
}

.clients-area .section-wrapper .clients-container .clients-item .clients-text p span {
  padding: 0 5px;
}

@media (max-width: 575px) {
  .clients-area .section-wrapper .clients-container .clients-item .clients-text p span {
    padding: 0;
  }
}

.clients-area .section-wrapper .clients-container .clients-item .clients-text .rating {
  padding-bottom: 15px;
}

.clients-area .section-wrapper .clients-container .clients-item .clients-text .rating span i {
  color: #e9ba17;
}

.clients-area .section-wrapper .clients-container .clients-item .clients-text h6 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.clients-area .section-wrapper .clients-container .clients-item .clients-text span {
  margin: 0;
  color: #fff;
}

.clients-area .section-wrapper .clients-pagination {
  text-align: center;
  margin-top: 20px;
}

.clients-area .section-wrapper .clients-pagination span {
  margin: 0 3px;
  background: #fff;
  opacity: .5;
  outline: none;
}

.clients-area .section-wrapper .clients-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

/*@@@@@@@@@@@@@@   News Link Section Start Here  @@@@@@@@@@@@@@@@@*/
.news_link {
  padding: 20px 0;
}

.news_link::before,
.news_link::after {
  top: 0;
  height: 100%;
}

.news_link::before {
  left: 0;
  width: 100%;
  background: #ffc139;
}

@media (min-width: 768px) {
  .news_link::before {
    width: 40%;
  }
}

.news_link::after {
  right: 0;
  width: 100%;
  background: rgba(255,181,0,0.98);
  display: none;
}

@media (min-width: 768px) {
  .news_link::after {
    width: 60%;
    display: block;
  }
}

.news_link .order-content {
  align-items: center;
  width: 100%;
  padding: 17.5px 0;
}

.news_link .order-content .content-logo {
  width: 100%;
  z-index: 99;
  text-align: center;
}

@media (min-width: 768px) {
  .news_link .order-content .content-logo {
    width: 40%;
    text-align: left;
  }
}

.news_link .order-content .content-logo a p {
  margin: 0;
  font-size: 14px;
  padding-top: 10px;
  color: #a77050;
  text-transform: uppercase;
}

.news_link .order-content .content-link {
  width: 100%;
  z-index: 99;
}

@media (min-width: 768px) {
  .news_link .order-content .content-link {
    width: 60%;
  }
}

.news_link .order-content .content-link ul {
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .news_link .order-content .content-link ul {
    justify-content: space-between;
  }
}

.news_link .order-content .content-link ul li {
  list-style: none;
}

.news_link .order-content .content-link ul li:first-child {
  padding-left: 12px;
}

@media (max-width: 575px) {
  .news_link .order-content .content-link ul li {
    margin-top: 0;
    margin: 5px;
  }
}

.news_link .order-content .content-link ul li .food-btn {
  border-color: #fff;
}

.news_link .order-content .content-link ul li .food-btn span {
  color: #fff;
}

.news_link .order-content .content-link ul li h5 {
  margin-top: 0;
  color: #fff;
}

@media (max-width: 575px) {
  .news_link .order-content .content-link ul li h5 {
    text-align: center;
  }
}

.news_link .order-content .content-link ul a span {
  text-transform: uppercase;
}

.news_link .order-content .content-link ul a span i {
  margin-right: 5px;
}

.sponsor-section{
  background: rgb(250,254,255);
}
.sponsor-section .section-wrapper {
  padding: 80px 0;
}

.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb {
  justify-content: center;
  align-items: center;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb a {
  line-height: 45px;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb a img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 45px;
}

.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb:hover a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.shop-page.single .section-wrapper .shop-single .gallery-top {
  margin-bottom: 10px;
}

.shop-page.single .section-wrapper .shop-single .gallery-top .shop-item .shop-thumb img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.shop-page.single .section-wrapper .shop-single .gallery-thumbs .shop-item {
  cursor: pointer;
}

.shop-page.single .section-wrapper .shop-single .gallery-thumbs .shop-item .shop-thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.shop-page.single .section-wrapper .shop-single .gallery-thumbs .shop-item .shop-thumb img {
  width: 100%;
}

.shop-page.single .section-wrapper .shop-single .gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 767px) {
  .shop-page.single .section-wrapper .shop-single .shop-single-content {
    margin-top: 30px;
  }
  .shop-page.single .section-wrapper .shop-single .gallery-thumbs{
    display: none;
  }

}

.shop-page.single .section-wrapper .shop-single .shop-single-content .title {
  padding-bottom: 17px;
  border-bottom: 1px solid #e6e6e6;
}

.shop-page.single .section-wrapper .shop-single .shop-single-content .title h5 {
  margin-bottom: 7px;
}

.shop-page.single .section-wrapper .shop-single .shop-single-content .title h5:hover a {
  color: rgba(255,181,0,0.98);
}

.shop-page.single .section-wrapper .shop-single .shop-single-content .title .p-food-group {
  margin: 10px 0;
}

.shop-page.single .section-wrapper .shop-single .shop-single-content .title p {
  margin-bottom: 5px;
}

.shop-page.single .section-wrapper .shop-single .shop-single-content .title p span {
  color: rgb(54,39,37);
}

.shop-page.single .section-wrapper .shop-single .shop-single-content .desc {
  margin-top: 25px;
}

.shop-page.single .section-wrapper .shop-single .shop-single-content .desc ul li {
  padding-left: 25px;
}

.shop-page.single .section-wrapper .shop-single .shop-single-content .desc ul li::before {
  content: "\f00e";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 8px;
  left: 0;
  text-align: center;
  color: rgba(255,181,0,0.98);
}

.contact-information .section-wrapper {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  padding: 40px 20px;
}

.contact-information .section-wrapper h5 {
  margin-bottom: 35px;
  line-height: 30px;
}

.contact-information .section-wrapper form input,
.contact-information .section-wrapper form select,
.contact-information .section-wrapper form textarea {
  border-color: #ebebeb;
  color: #776c6b;
  padding: 10px;
}

.contact-information .section-wrapper form input,
.contact-information .section-wrapper form select{
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  outline: none;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.contact-information .section-wrapper form textarea {
  min-height: 200px;
  padding: 15px;
  margin-bottom: 30px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.contact-information .section-wrapper form .food-btn {
  outline: none;
  margin-bottom: 60px;
}

.contact-information .section-wrapper .post-item {
  justify-content: space-between;
  margin-bottom: 25px;
}

.contact-information .section-wrapper .post-item:last-child {
  margin-bottom: 0;
}

.contact-information .section-wrapper .post-item .post-content h6 {
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-information .section-wrapper .post-item .post-content h6,
.contact-information .section-wrapper .post-item .post-content p {
  font-size: 15px;
}

.contact-information .section-wrapper .post-item .post-content p {
  line-height: 24px;
  margin: 0;
}


.chef-single .chef-top .chef-top-area {
  box-shadow: none;
}

.chef-single .chef-top .chef-top-area .chef-thumb img {
  width: 100%;
}

.chef-single .chef-top .chef-top-area .chef-content {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .chef-single .chef-top .chef-top-area .chef-content {
    padding: 40px;
    padding-top: 0;
  }
}

.chef-single .chef-top .chef-top-area .chef-content .member-dagi {
  margin-bottom: 10px;
  display: inline-block;
}

.chef-single .chef-top .chef-top-area .chef-content .chef-desc {
  margin-bottom: 25px;
}

.chef-single .chef-bottom {
  margin-top: 40px;
}

.chef-single .chef-bottom.skill-award {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .chef-single .chef-bottom.skill-award .skill-area {
    margin-bottom: 30px;
  }
}

.chef-single .chef-bottom.skill-award h5 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .chef-single .chef-bottom.skill-award .chef-item {
    margin-right: 40px;
  }
}

.chef-single .chef-bottom.skill-award .chef-item:last-child {
  margin: 0;
}

.chef-single .chef-bottom.skill-award .chef-item .chef-thumb {
  margin-bottom: 15px;
}

.chef-single .chef-bottom.skill-award .chef-item p {
  margin: 0;
}

.chef-single .chef-bottom.skill-award .chef-item .circles {
  margin-bottom: 15px;
}

.chef-single .chef-bottom.skill-award .chef-item .circles strong {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chef-single .chef-bottom.skill-award .chef-item .circles canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 100%;
}

.blog-section {
  background: #f5f5f1;
  margin-bottom: -30px;
}

.blog-section.blog-page {
  background: #fff;
}

.blog-section.blog-page .section-wrapper .post-item {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 30px;
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner:hover {
  transform: scale(1);
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner:hover .post-thumb a img {
  transform: scale(1.06);
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content {
  padding: 20px;
}
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content h5 a{
  display: contents;
}
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content h5 a:hover {
  color: rgba(255,181,0,0.98);
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn {
  white-space:nowrap;
  font-weight: 700;
  color: rgb(54,39,37);
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover {
  color: rgba(255,181,0,0.98);
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
  color: rgba(255,181,0,0.98);
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn i {
  opacity: 0;
  margin-left: -15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-thumb img {
  width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content {
  padding: 50px 30px;
  background: #fff;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content h4 {
  margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .meta-post {
  margin-bottom: 15px;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .meta-post ul li a i {
  padding-right: 5px;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .meta-post ul li a.admin {
  padding-right: 20px;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content p,
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content img,
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content iframe {
  margin-bottom: 20px;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content iframe {
  width: 100%;
  height: 370px;
  border: none;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote {
  color: #fff;
  margin: 0 0 20px;
  padding: 25px;
  background: rgba(255,181,0,0.98);
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote::before {
  width: 40px;
  height: 40px;
  color: #fff;
  content: "\efcd";
  font-size: 36px;
  font-family: IcoFont !important;
}

@media (max-width: 767px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote::before {
    display: none;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote p {
    padding-left: 60px;
    font-size: 18px;
    line-height: 30px;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote cite {
  display: block;
  text-align: right;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote cite a {
  color: #fff;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content img {
  width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .video-thumb a {
  color: #fff;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section {
  justify-content: space-between;
  align-items: center;
  margin: 40px -30px -25px;
  padding: 23px 30px 0;
  border-top: 1px solid #e6e6e6;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags {
  margin: 0;
  width: calc(100% / 1);
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li {
  margin: 5px;
  padding: 0;
}

@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li:first-child {
    margin-left: 0;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a {
  padding: 5px 18px;
  border: 1px solid #e6e6e6;
  color: rgb(54,39,37);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a:hover,
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a .active {
  background: rgba(255,181,0,0.98);
  color: #fff;
  border-color: rgba(255,181,0,0.98);
}

.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .scocial-media {
  margin-bottom: 0;
  text-align: center;
  width: calc(100% / 1);
  margin-top: 20px;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .scocial-media {
    text-align: right;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .scocial-media {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .title-border {
  font-size: 20px;
  color: #000f3a;
  margin: 0 0 28px 0;
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .title-border {
    padding: 20px 30px;
  }
}

.blog-section.blog-single .section-wrapper .navigations-part {
  justify-content: space-between;
  padding: 25px;
  margin: 30px 0;
}

.blog-section.blog-single .section-wrapper .navigations-part .left {
  margin: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .left {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .right {
  text-align: right;
  margin: 0;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .left .title,
.blog-section.blog-single .section-wrapper .navigations-part .right .title {
  color: #696969;
}

.blog-section.blog-single .section-wrapper .navigations-part .left .title:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .title .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .title:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .title .active {
  color: rgba(255,181,0,0.98);
}

@media (min-width: 768px) {

  .blog-section.blog-single .section-wrapper .navigations-part .left .title,
  .blog-section.blog-single .section-wrapper .navigations-part .right .title {
    max-width: 90%;
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .left .next,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev,
.blog-section.blog-single .section-wrapper .navigations-part .right .next,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev {
  color: rgb(54,39,37);
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.blog-section.blog-single .section-wrapper .navigations-part .left .next:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .next .active,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .next:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .next .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev .active {
  color: rgba(255,181,0,0.98);
}

p.comment-form-cookies-consent {
  display: flex;
}

p.comment-form-cookies-consent input {
  margin-top: 5px;
}

.widget {
  padding: 25px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-header {
  padding:15px 25px;
  border-bottom: 1px solid #e6e6e6;
}

.widget .widget-header h5 {
  text-transform: capitalize;
  font-size: 20px;
}

.widget .widget-wrapper {
  padding: 15px 0;
}

.widget .widget-wrapper li {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px;
}

.widget .widget-wrapper li:last-child {
  border-bottom: none;
}

.widget.widget-search {
  background: #fff;
}

@media (max-width: 991px) {
  .widget.widget-search {
    margin-top: 30px;
  }
}

.widget.widget-search .search-wrapper input {
  background: #f6fbff;
  height: 50px;
  padding-left: 10px;
  line-height: 50px;
  margin-bottom: 0;
  border: none;
  width: 100%;
  outline: none;
}

.widget.widget-search .search-wrapper button {
  padding: 0;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  background: #f6fbff;
}

.widget.widget-archive,
.widget.widget-category {
  padding: 0;
}

.widget.widget-archive .widget-wrapper li,
.widget.widget-category .widget-wrapper li {
  padding: 0;
}

.widget.widget-archive .widget-wrapper li a,
.widget.widget-category .widget-wrapper li a {
  color: rgb(54,39,37);
  padding: 15px 25px;
}

.widget.widget-archive .widget-wrapper li a i,
.widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
}

.widget.widget-archive .widget-wrapper li a.active,
.widget.widget-archive .widget-wrapper li a:hover,
.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
  padding-left: 30px;
  color: rgba(255,181,0,0.98);
}

.widget.widget-post {
  padding: 0;
}

.widget.widget-post ul.widget-wrapper {
  padding: 0;
}

.widget.widget-post ul.widget-wrapper li {
  flex-direction: row-reverse;
}

.widget.widget-post ul.widget-wrapper li .post-thumb {
  width: 90px;
  height: 80px;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a {
  display: inline-flex;
  height: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a img {
  width: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-content {
  width: calc(100% - 110px);
}

.widget.widget-post ul.widget-wrapper li .post-content h6 {
  margin-bottom: 0;
}

.widget.widget-post ul.widget-wrapper li .post-content h6 a {
  font-size: 14px;
  color: rgb(54,39,37);
}

@media (min-width: 576px) {
  .widget.widget-post ul.widget-wrapper li .post-content h6 a {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  .widget.widget-post ul.widget-wrapper li .post-content h6 a {
    font-size: 14px;
  }
}

.widget.widget-post ul.widget-wrapper li .post-content h6 a:hover {
  color: rgba(255,181,0,0.98);
}

.widget.widget-post ul.widget-wrapper li .post-content p {
  margin: 0;
}

.widget.widget-instagram {
  padding: 0;
}

.widget.widget-instagram ul.widget-wrapper {
  padding: 25px 20px;
}

.widget.widget-instagram ul.widget-wrapper li {
  width: Calc(100% / 3);
  padding: 0;
  border: none;
}

.widget.widget-instagram ul.widget-wrapper li a {
  margin: 5px;
}

.widget.widget-tags {
  padding: 0;
}

.widget.widget-tags ul.widget-wrapper {
  padding: 20px;
  justify-content: center;
}

.widget.widget-tags ul.widget-wrapper li {
  border: none;
  padding: 0;
}

.widget.widget-tags ul.widget-wrapper li a {
  padding: 3px 10px;
  color: #372f25;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5px;
  font-size: 14px;
}

.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
  background-color: rgba(255,181,0,0.98);
  color: #fff;
  border-color: rgba(255,181,0,0.98);
}

.widget.widget-author {
  padding: 0;
}

.widget.widget-author .widget-wrapper {
  padding: 25px;
  text-align: center;
}

.widget.widget-author .widget-wrapper .admin-thumb {
  margin-bottom: 15px;
}

.widget.widget-author .widget-wrapper .admin-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.widget.widget-author .widget-wrapper .admin-content p {
  font-size: 15px;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media {
  margin-bottom: 0;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a {
  background: transparent;
  font-size: 18px;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  border: 1px dashed;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a.facebook {
  color: #3b5998;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a.twitter {
  color: #55acee;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a.linkedin {
  color: #007bb5;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a.vimeo {
  color: #3b5998;
}

.widget.recipe-categori {
  padding: 0;
}

.widget.recipe-categori .widget-wrapper {
  padding: 25px 15px;
}

.widget.recipe-categori .widget-wrapper .recipe-item {
  border: 1px dotted #e6e6e6;
  border-width: 1px;
  border-top: none;
  border-right: none;
  margin: 5px;
}

.widget.widget-banner {
  padding: 0;
}

.shop-title {
  padding: 16px 20px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-title p {
  margin-bottom: 0;
  color: rgb(54,39,37);
}

.shop-title .product-view-mode a {
  color: rgb(54,39,37);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-title .product-view-mode a.active {
  color: rgba(255,181,0,0.98);
}

.shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}

.shop-product-wrap.grid .product-list-item {
  display: none;
}

.shop-product-wrap.list .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-product-wrap.list .product-item {
  display: none;
}

.shop-product-wrap .product-item,
.shop-product-wrap .product-list-item {
  padding: 10px;
  margin-bottom: 30px;
  align-items: center;
  background: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-product-wrap .product-item:hover .product-thumb::after,
.shop-product-wrap .product-list-item:hover .product-thumb::after {
  transform: scale(1);
}

.shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
  opacity: 1;
  z-index: 9;
}

.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb {
  height: auto;
  width: auto;
  margin: 0;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffffe0;
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb img,
.shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link {
  justify-content: center;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: rgba(255,181,0,0.98);
  color: #fff;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}

.shop-product-wrap .product-item .product-content,
.shop-product-wrap .product-list-item .product-content {
  padding: 20px 0 10px;
  text-align: center;
}

.shop-product-wrap .product-item .product-content h6,
.shop-product-wrap .product-list-item .product-content h6 {
  margin: 0;
}

.shop-product-wrap .product-item .product-content h6 a,
.shop-product-wrap .product-list-item .product-content h6 a {
  color: rgb(54,39,37);
}

.shop-product-wrap .product-item .product-content h6 a:hover,
.shop-product-wrap .product-list-item .product-content h6 a:hover {
  color: rgba(255,181,0,0.98);
}

.shop-product-wrap .product-item .product-content p,
.shop-product-wrap .product-list-item .product-content p {
  color: #696969;
  margin-bottom: 5px;
}

.shop-product-wrap .product-item .product-content p i,
.shop-product-wrap .product-list-item .product-content p i {
  color: #ecb341;
}

.shop-product-wrap .product-list-item .product-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-product-wrap .product-list-item .product-thumb {
    width: 35%;
  }
}

.shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-product-wrap .product-list-item .product-content {
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .shop-product-wrap .product-list-item .product-content {
    width: 65%;
  }
}

.shop-product-wrap .product-list-item .product-content h6 {
  margin-bottom: 10px;
}

.shop-product-wrap .product-list-item .product-content .price {
  font-size: 24px;
  font-weight: 600;
  color: rgba(255,181,0,0.98);
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 576px) {
  .shop-product-wrap .product-list-item .product-content .price {
    margin-right: 15px;
  }
}

.shop-product-wrap .product-list-item .product-content .rating {
  display: inline-block;
  transform: translateY(-5px);
}

footer {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  background-color:rgba(213,213,213,0.42);
}

footer .contant-info {
  width: 350px;
}

@media (max-width: 1199px) {
  footer .contant-info {
    width: 100%;
  }
}

footer .contant-info h5 {
  margin: 0;
  padding-bottom: 25px;
}

footer .contant-info ul.info {
  padding: 0;
  margin: 0;
}

footer .contant-info ul.info li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px dashed #fff3d3;
  border-width: 1px;
}

footer .contant-info ul.info li:first-child {
  padding-top: 0;
}

footer .contant-info ul.info li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

footer .contant-info ul.info li i {
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background: #ffc139;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .contant-info ul.info li span {
  margin: 0;
  margin-left: 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  footer .contant-info ul.info li span {
    margin-left: 10px;
  }
}

footer .contant-info ul.info li:hover a span {
  color: rgba(255,181,0,0.98);
}

footer .contant-info ul.info a {
  text-decoration: none;
  color: #696969;
}

footer .favorable {
  width: 350px;
}

@media (max-width: 1199px) {
  footer .favorable {
    width: 100%;
  }
}

@media (max-width: 767px) {
  footer .favorable {
    padding-top: 30px;
  }
}

footer .favorable h5 {
  margin: 0;
  padding-bottom: 25px;
}

footer .favorable ul {
  padding: 0;
  margin: 0;
}

footer .favorable ul li {
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 19px 0;
  border-bottom: 1px dashed #fff3d3;
  border-width: 1px;
}

footer .favorable ul li:first-child {
  padding-top: 0;
}

footer .favorable ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
footer .favorable ul li a{
  display: contents;
}
footer .favorable ul li p {
  margin: 0;
}

footer .favorable ul li p i {
  color: #ffc139;
  margin-right: 10px;
}

@media (max-width: 991px) {
  footer .about_info {
    padding-top: 30px;
  }
}

footer .about_info h5 {
  margin: 0;
  padding-bottom: 35px;
}

footer .about_info p {
  margin: 0;
}

footer .about_info .contact-search {
  margin: 20px 0;
}
footer .about_info .contact-search form{
  position: relative;
}
footer .about_info .contact-search form input[type="text"]{
  padding: 15px;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  height: auto;
  outline: none;
  border: 1px solid rgba(255,181,0,0.98);
}

footer .about_info .contact-search form input::placeholder {
  color: #888;
}
footer .about_info .contact-search form button{
  float: right;
  border: 0;
}
footer .about_info .contact-search form button i{
  padding:22.5px 30px;
  border: transparent;
  color: #fff;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255,181,0,0.98);
}

footer .about_info ul.beian {
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

footer .about_info ul.beian li {
  list-style: none;
  padding: 5px;
}

footer .about_info ul.beian li:first-child {
  padding-left: 0;
}

footer .about_info ul.beian li:last-child {
  padding-right: 0;
}

footer .about_info ul.beian a {
  text-decoration: none;
  color: #696969;
  -webkit-transition: transition;
  -moz-transition: transition;
  transition: transition;
}

footer .about_info ul.follow_us a:hover {
  color: rgba(255,181,0,0.98);
}

.fotter-header header {
  z-index: 2;
}

.fotter-header header .footer-bg {
  background: #fff;
}

.fotter-header header .footer-bg .header-item {
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}

@media (max-width: 991px) {
  .fotter-header header .footer-bg .header-item {
    justify-content: center;
  }
}

.fotter-header header .footer-bg .header-item .header-logo {
  padding: 32px 0;
}

.fotter-header header .footer-bg .header-item .header-logo p {
  margin-bottom: 0;
}

.fotter-header header .footer-bg .header-item .header-logo p a {
  text-decoration: none;
  color: rgb(54,39,37);
  font-weight: 500;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fotter-header header .footer-bg .header-item .header-logo p a:hover {
  color: rgba(255,181,0,0.98);
}

.fotter-header header .footer-bg .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu {
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

.fotter-header header .footer-bg .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li {
  list-style: none;
  padding: 32px 10px;
}

.fotter-header header .footer-bg .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li:first-child {
  padding-left: 0;
}

.fotter-header header .footer-bg .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li:last-child {
  padding-right: 0;
}

.fotter-header header .footer-bg .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a {
  color: rgb(54,39,37);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fotter-header header .footer-bg .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a:hover {
  color: rgba(255,181,0,0.98);
}