﻿@charset "UTF-8";
/*!
Template Name: Real Petuk
Template URI: BossDesigner
Author: Underscores.me
Author URI: BossDesigner
Description: Description
Version: 1.0.0
Text Domain: Real Petuk
Tags: restaurant, pizza, burger, business, house, online, delevery, html, coffee, cafe, bar

*/
/*---------------------------------------------
Table of CONTENT
-----------------------------------------------

01. Normalize CSS
02. Global CSS
03. Header 
  * Style-1
  * Style-2
  * Style-3
  * Mobile Menu
04. Banner 
  * Style-1
  * Style-2
  * Style-3
05. Page Header
  * Style-1
  * Style-2
06. Food Category
07. Food Services
08. Popular Foods
  * Style-1
  * Style-2
09. Food Apps
10. Popular Chef
  * Style-1
  * Style-2
11. Contact Us
12. Testimonial
  * Style-1
  * Style-2
13. About Section
14. Product
  * Style-1
  * Style-2
  * Style-3
  * Style-4
15. Booking Table
16. Sponsor
17. Newsletter
18. Recipe Categori
19. Gallery
20. Video
21. Coming Soon
22. Shop Page
  * Shop Single
  * Shop Single 2
  * cart Page
23. Gmaps
24. Popular Blog
  * blog Single
  * recipe Single
25. 404 page

-----------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #696969;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  padding-top: 75px;
}
@media (min-width: 1200px) {
  body {
    padding-top: 0;
  }
}

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;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  color: #244262;
}

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

h1 {
  font-size: 72px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 72px;
    line-height: 72px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
    line-height: 24px;
  }

  h4 {
    font-size: 30px;
    line-height: 30px;
  }

  h5 {
    font-size: 24px;
    line-height: 24px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #696969;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited {
  color: #244262;
  outline: none;
}

a:hover, a:focus, a:active {
  color: #244262;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

ul {
  margin: 0;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

li {
  padding: 5px 0;
  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;
}

select {
  border: 1px solid #e6e6e6;
  outline: none;
}

select option {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea, input {
  width: 100%;
  outline: none;
  border: 1px solid #e6e6e6;
}

button {
  outline: none;
}
button:focus {
  outline: none;
}

/* @@@@@@@@@@@@@  Header Section Start Here  @@@@@@@@@@@@@@ */
.section-header {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .section-header {
    margin-bottom: 60px;
    margin-top: -10px;
  }
}
.section-header h2 {
  margin-bottom: 10px;
  font-family: "Abril Fatface", cursive;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 576px) {
  .section-header h2 {
    line-height: 56px;
    margin-bottom: 15px;
  }
}
.section-header p {
  max-width: 550px;
  margin: 0 auto;
}
.section-header.style-2 {
  margin-bottom: 30px;
  border-bottom: 1px dotted #e6e6e6;
  border-width: 2px;
  align-items: center;
  justify-content: center;
}
@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 {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .section-header.style-2 .text-btn {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* @@@@@@@@@@@@@  Codexcoder Item Start Here  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.active .dd-icon-down::after {
  color: #ff4e00;
}

.dd-icon-down:before, .dd-icon-down::after {
  background: #244262;
  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);
}

.dd-icon-right:before, .dd-icon-right::after {
  background: #244262;
  top: 50%;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dd-icon-right:after {
  width: 10px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dd-icon-right:before {
  width: 2px;
  height: 10px;
  -webkit-transform: translateX(-4px) translateY(-50%);
  -ms-transform: translateX(-4px) translateY(-50%);
  transform: translateX(-4px) translateY(-50%);
}

.padding-tb {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .padding-tb {
    padding: 120px 0;
  }
}

.bg-body {
  background: #f5f5f1;
}

.rating i {
  color: #e9ba17;
}

.food-btn {
  display: inline-block;
  padding: 16px 25px;
  background: linear-gradient(to right, #e2769d, #bb6df7);
  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: linear-gradient(to left, #e2769d, #bb6df7);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}
.food-btn span {
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.food-btn:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.food-btn.style-2 {
  overflow: visible;
  background: #ff4e00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.food-btn.style-2::after {
  background: #244262;
}
.food-btn.style-2 .icon {
  width: 60px;
  height: 56px;
  line-height: 56px;
  top: 0;
  left: 100%;
  background: #244262;
  color: #fff;
  z-index: 1;
  text-align: center;
  display: inline-block;
}
.food-btn.style-2 .icon img {
  z-index: 1;
}
.food-btn.style-2 .icon::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  background: #ff4e00;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}
.food-btn.style-2:hover .icon::before {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.food-btn.style-3 {
  background: #ff4e00;
}

.text-btn {
  color: #ff4e00;
}
.text-btn:hover {
  color: #244262;
}
.text-btn:visited {
  color: #ff4e00;
}
.text-btn:visited:hover {
  color: #244262;
}
.text-btn i {
  margin-left: 5px;
}

.text-center .food-btn {
  margin-left: -60px;
}

.meta-tag {
  margin-bottom: 7px;
}
.meta-tag .categori {
  padding-right: 30px;
}
.meta-tag .categori::after {
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff4e00;
  transform: translateY(-50%);
}
.meta-tag .categori a {
  color: #ff4e00;
  padding-left: 45px;
}
.meta-tag .categori a:hover {
  color: #244262;
}
.meta-tag .rating span {
  color: #244262;
}

.meta-post ul li {
  align-items: center;
}
.meta-post ul li a {
  color: #696969;
}
.meta-post ul li a:hover {
  color: #ff4e00;
}
.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 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: #ff4e00;
  margin-right: 5px;
}

.contact-from {
  background: #fff;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .contact-from {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .contact-from {
    margin-top: 0;
  }
}
.contact-from form {
  padding: 40px 20px;
}
.contact-from form input {
  margin-bottom: 20px;
  padding: 12px 15px;
  background: #f6f6f5;
  width: 100%;
  outline: none;
  border: none;
}
.contact-from form input[type=submit] {
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  padding: 17px;
  background: linear-gradient(to right, #ff9472, #f2709c);
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

.form-message {
  margin-bottom: 0;
}
.form-message.success {
  color: green;
  transform: translateY(-30px);
}
.form-message.error {
  color: red;
  transform: translateY(-30px);
}

.food-item:hover .food-content a {
  color: #ff4e00;
}
.food-item .food-thumb {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 2px;
  margin: 0 auto 20px;
  background: linear-gradient(to top, #ff7669, #fcb46c);
  box-shadow: 0 10px 10px rgba(254, 129, 106, 0.1);
  text-align: center;
}
.food-item .food-content {
  text-align: center;
}
.food-item .food-content a {
  color: #244262;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.food-item .food-thumb {
  background: linear-gradient(to top, #d17fff, #9982ff);
  box-shadow: 0 10px 10px rgba(208, 125, 255, 0.1);
}
.food-item:hover .food-content a {
  color: #d17fff;
}
.food-item:nth-child(2) .food-thumb, .food-item:nth-child(9) .food-thumb {
  background: linear-gradient(to top, #00e9f0, #009bfe);
  box-shadow: 0 10px 10px rgba(0, 232, 240, 0.1);
}
.food-item:nth-child(2):hover .food-content a, .food-item:nth-child(9):hover .food-content a {
  color: #00e9f0;
}
.food-item:nth-child(3) .food-thumb, .food-item:nth-child(10) .food-thumb {
  background: linear-gradient(to top, #fd77b4, #ffbae7);
  box-shadow: 0 10px 10px rgba(253, 119, 180, 0.1);
}
.food-item:nth-child(3):hover .food-content a, .food-item:nth-child(10):hover .food-content a {
  color: #fd77b4;
}
.food-item:nth-child(4) .food-thumb, .food-item:nth-child(8) .food-thumb, .food-item:nth-child(11) .food-thumb {
  background: linear-gradient(to top, #ff9472, #f2709c);
  box-shadow: 0 10px 10px rgba(255, 148, 114, 0.1);
}
.food-item:nth-child(4):hover .food-content a, .food-item:nth-child(8):hover .food-content a, .food-item:nth-child(11):hover .food-content a {
  color: #ff9472;
}
.food-item:nth-child(5) .food-thumb, .food-item:nth-child(12) .food-thumb {
  background: linear-gradient(to top, #7ed500, #00bf8d);
  box-shadow: 0 10px 10px rgba(107, 201, 21, 0.1);
}
.food-item:nth-child(5):hover .food-content a, .food-item:nth-child(12):hover .food-content a {
  color: #7ed500;
}
.food-item:nth-child(6) .food-thumb, .food-item:nth-child(13) .food-thumb {
  background: linear-gradient(to top, #009bfe, #00e9f0);
  box-shadow: 0 10px 10px rgba(0, 255, 254, 0.1);
}
.food-item:nth-child(6):hover .food-content a, .food-item:nth-child(13):hover .food-content a {
  color: #009bfe;
}
.food-item:nth-child(7) .food-thumb, .food-item:nth-child(14) .food-thumb {
  background: linear-gradient(to top, #f9769d, #bb6df7);
  box-shadow: 0 10px 10px rgba(148, 118, 158, 0.1);
}
.food-item:nth-child(7):hover .food-content a, .food-item:nth-child(14):hover .food-content a {
  color: #f9769d;
}

.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: url(../images/chef/single/shape.png);
  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: #244262;
  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;
  }
}
.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con.chef-followers h6 {
  color: #ff77a1;
}
.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con.chef-followers a:hover {
  color: #ff77a1;
}
@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 .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con.chef-following h6 {
  color: #ff8169;
}
.single .section-wrapper .chef-item .chef-inner .chef-content .chef-desc .chef-footer .chef-con.chef-following a:hover {
  color: #ff8169;
}
.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);
  background: #ff4e00;
  transition: all 0.3s ease-in-out;
}
.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 .section-header {
  margin-bottom: 10px;
  padding: 22px 0;
  border-bottom: 1px solid #e6e6e6;
}
.single .section-wrapper .popular-chef-widget .section-header h6 {
  margin-bottom: 0px;
}
.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);
}

.food-quyality {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .food-quyality {
    margin-top: 0;
  }
}
.food-quyality .section-header p span {
  color: #244262;
  font-weight: 500;
}
.food-quyality .section-wrapper {
  padding: 20px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .food-quyality .section-wrapper label {
    width: 100%;
  }
}
.food-quyality .section-wrapper label input {
  padding: 12px 15px;
  margin-bottom: 20px;
}
.food-quyality .section-wrapper .food-btn {
  width: 100%;
  text-align: center;
}
.food-quyality .section-wrapper .food-btn.style-2 {
  width: auto;
}
.food-quyality .section-wrapper ul {
  justify-content: flex-start;
  margin-top: 20px;
}
.food-quyality .section-wrapper ul li {
  margin: 5px;
}
@media (min-width: 576px) {
  .food-quyality .section-wrapper ul li {
    margin: 0 15px;
  }
}
.food-quyality .section-wrapper ul li:first-child {
  margin-left: 0;
}
.food-quyality .section-wrapper ul li a {
  color: #696969;
}
.food-quyality .section-wrapper ul li a:hover {
  color: #ff4e00;
}
.food-quyality .section-wrapper ul li a i {
  margin-right: 10px;
  color: #fd76a5;
}

.modal.show {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #000;
}
.modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 9;
  background: linear-gradient(to right, #e2769d, #bb6df7);
  text-shadow: none;
  opacity: 1;
  outline: none;
  color: #fff;
}
.modal .modal-dialog .modal-content button.close:hover {
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body {
  background: #f6faf9;
  border-radius: 8px;
}
.modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb .pro-thumb img {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
    margin-top: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
  color: #e9ba17;
}
.modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
  margin-top: 30px;
  align-items: center;
}
.modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .food-btn {
  border-radius: 2px;
  padding: 9px 24px;
  margin-left: 20px;
  margin-top: 0;
}

.service-item {
  width: calc(100% / 1);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .service-item {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .service-item {
    width: calc(100% / 4);
    margin-bottom: 0;
  }
}
.service-item .service-inner:hover .service-thumb span {
  background: #fff;
  border-color: #f2709c;
  color: #f2709c;
}
.service-item .service-inner:hover .service-content h6 a {
  color: #f2709c;
}
.service-item .service-inner .service-thumb {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 35px;
}
.service-item .service-inner .service-thumb::after {
  display: none;
}
@media (min-width: 1200px) {
  .service-item .service-inner .service-thumb::after {
    display: inherit;
    height: 28px;
    width: 90px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/service/shape/01.png);
    background-repeat: no-repeat;
  }
}
.service-item .service-inner .service-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.service-item .service-inner .service-thumb span {
  width: 60px;
  height: 60px;
  padding: 8px;
  line-height: 1;
  top: 0;
  right: 0;
  border-radius: 100%;
  color: #fff;
  font-family: "Abril Fatface", cursive;
  text-transform: capitalize;
  border: 4px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(to top, #ff9472, #f2709c);
}
.service-item .service-inner .service-content {
  text-align: center;
}
.service-item .service-inner .service-content h6 {
  margin-bottom: 0;
}
.service-item .service-inner .service-content h6 a {
  color: #244262;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-food-item {
  margin-bottom: 30px;
}
.p-food-item .p-food-inner {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-food-item .p-food-inner:hover {
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.p-food-item .p-food-inner:hover .p-food-thumb img {
  transform: scale(1.1);
}
.p-food-item .p-food-inner:hover .p-food-content h6 a {
  color: #e27669;
}
.p-food-item .p-food-inner .p-food-thumb {
  border: 15px solid #fff;
}
.p-food-item .p-food-inner .p-food-thumb img {
  width: 100%;
}
.p-food-item .p-food-inner .p-food-thumb span {
  display: inline-block;
  width: 70px;
  height: 32px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 10px 10px rgba(228, 129, 106, 0.1);
  background: linear-gradient(to right, #e27669, #edb46c);
  top: 15px;
  left: 15px;
}
.p-food-item .p-food-inner .p-food-content {
  padding: 40px 30px 0;
  text-align: center;
}
.p-food-item .p-food-inner .p-food-content .p-food-author {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  left: 50%;
  top: -45px;
  border: 3px solid #fff;
  transform: translateX(-50%);
  background: linear-gradient(to top, #e27669, #edb46c);
}
.p-food-item .p-food-inner .p-food-content .p-food-author a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.p-food-item .p-food-inner .p-food-content h6 {
  margin-bottom: 0px;
}
.p-food-item .p-food-inner .p-food-content p {
  margin-bottom: 15px;
}
.p-food-item .p-food-inner .p-food-content p a {
  color: #244262;
}
.p-food-item .p-food-inner .p-food-content p a:hover {
  color: #ff4e00;
}
.p-food-item .p-food-inner .p-food-content .p-food-group {
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
}
.p-food-item .p-food-inner .p-food-content .p-food-group .food-btn {
  padding: 8px 10px;
  box-shadow: 0 10px 10px rgba(226, 118, 158, 0.1);
}
@media (min-width: 576px) {
  .p-food-item .p-food-inner .p-food-content .p-food-group .food-btn {
    padding: 8px 20px;
  }
}
.p-food-item .p-food-inner .p-food-content .p-food-group .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  background: linear-gradient(to right, #c9ccd0, #c9ccd0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-food-item .p-food-inner .p-food-content .p-food-group .icon i {
  font-size: 18px;
  color: #fff;
}
.p-food-item .p-food-inner .p-food-content .p-food-group .icon.cart-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 10px;
  background: linear-gradient(to right, #7ed532, #6cbf8d);
}
.p-food-item .p-food-inner .p-food-content .p-food-group .icon.cart-icon:hover {
  background: linear-gradient(to left, #7ed532, #6cbf8d);
}
.p-food-item .p-food-inner .p-food-content .p-food-group .icon.rating {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #84e9f0, #589bfc);
}
.p-food-item .p-food-inner .p-food-content .p-food-group .icon.rating:hover {
  background: linear-gradient(to left, #84e9f0, #589bfc);
}
.p-food-item .p-food-inner .p-food-content .p-food-footer {
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 575px) {
  .p-food-item .p-food-inner .p-food-content .p-food-footer {
    padding: 10px 0;
  }
}
.p-food-item .p-food-inner .p-food-content .p-food-footer .left, .p-food-item .p-food-inner .p-food-content .p-food-footer .right {
  padding: 10px 0;
  width: 100%;
}
.p-food-item .p-food-inner .p-food-content .p-food-footer .left i, .p-food-item .p-food-inner .p-food-content .p-food-footer .right i {
  margin-right: 5px;
}
@media (min-width: 576px) {
  .p-food-item .p-food-inner .p-food-content .p-food-footer .left {
    width: 40%;
    border-right: 1px solid #e6e6e6;
  }
}
.p-food-item .p-food-inner .p-food-content .p-food-footer .left i {
  color: #6cbf8a;
}
@media (max-width: 575px) {
  .p-food-item .p-food-inner .p-food-content .p-food-footer .right {
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  .p-food-item .p-food-inner .p-food-content .p-food-footer .right {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .p-food-item .p-food-inner .p-food-content .p-food-footer .right {
    text-align: right;
  }
}
.p-food-item .p-food-inner .p-food-content .p-food-footer .right i {
  color: #bb6df7;
}
.p-food-item.style-2 .p-food-inner {
  align-items: center;
  box-shadow: 0 0 10px rgba(161, 161, 161, 0.1);
}
.p-food-item.style-2 .p-food-inner .p-food-thumb {
  width: 100%;
  border: 10px solid #fff;
}
@media (min-width: 768px) {
  .p-food-item.style-2 .p-food-inner .p-food-thumb {
    width: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-food-item.style-2 .p-food-inner .p-food-thumb {
    width: 100%;
  }
}
.p-food-item.style-2 .p-food-inner .p-food-content {
  text-align: center;
  padding: 20px 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-food-item.style-2 .p-food-inner .p-food-content {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .p-food-item.style-2 .p-food-inner .p-food-content {
    width: 63%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-food-item.style-2 .p-food-inner .p-food-content {
    width: 100%;
  }
}
.p-food-item.style-2 .p-food-inner .p-food-content .p-food-group {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-food-item.style-2 .p-food-inner .p-food-content .p-food-group {
    justify-content: center;
  }
}
.p-food-item.style-2 .p-food-inner .p-food-content .p-food-group .icon.user {
  margin-right: 10px;
}

.chef-item {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .chef-item {
    margin-bottom: 0;
  }
}
.chef-item .chef-inner {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.chef-item .chef-inner:hover {
  box-shadow: 0 10px 10px rgba(161, 161, 161, 0.1);
}
.chef-item .chef-inner:hover .chef-content h5 a {
  color: #fddf1d;
}
.chef-item .chef-inner .chef-thumb img {
  width: 100%;
}
.chef-item .chef-inner .chef-content {
  text-align: center;
  padding: 120px 20px 0;
}
.chef-item .chef-inner .chef-content .chef-author {
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 100%;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
}
.chef-item .chef-inner .chef-content .chef-author a {
  display: block;
}
.chef-item .chef-inner .chef-content .chef-author a img {
  width: 100%;
}
.chef-item .chef-inner .chef-content h5 {
  margin-bottom: 0px;
}
.chef-item .chef-inner .chef-content .scocial-share {
  margin-bottom: 25px;
}
.chef-item .chef-inner .chef-content .scocial-share .food-btn {
  padding: 8px 25px;
}
.chef-item .chef-inner .chef-content p {
  margin-bottom: 15px;
}
.chef-item .chef-inner .chef-content p a {
  color: #244262;
  font-weight: 700;
}
.chef-item .chef-inner .chef-content p a:hover {
  color: #ff4e00;
}
.chef-item .chef-inner .chef-content .chef-footer {
  justify-content: space-around;
  padding-bottom: 5px;
  border-top: 1px solid #e6e6e6;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-con {
  width: calc(100% / 3);
  padding-top: 15px;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-con h6 {
  margin-bottom: 3px;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-con a {
  color: #696969;
  margin-bottom: 3px;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-earn h6 {
  color: #bb6df7;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-earn a:hover {
  color: #bb6df7;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-menu {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-menu h6 {
  color: #589bfc;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-menu a:hover {
  color: #589bfc;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-recipe h6 {
  color: #6cbf8a;
}
.chef-item .chef-inner .chef-content .chef-footer .chef-recipe a:hover {
  color: #6cbf8a;
}

.product-item {
  padding: 40px 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  text-align: center;
  background: #fff;
}
@media (max-width: 1199px) {
  .product-item {
    margin-bottom: 30px;
  }
}
.product-item:hover .product-thumb .price {
  background: #fff;
  border-color: #ff4e00;
  color: #ff4e00;
}
.product-item:hover .product-content h6 a {
  color: #ff4e00;
}
.product-item .product-thumb {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-item .product-thumb img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-item .product-thumb .price {
  width: 50px;
  height: 50px;
  line-height: 45px;
  top: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 4px solid #fff;
  background: #ff4e00;
  -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;
}
.product-item .product-content p {
  margin-bottom: 5px;
  color: #ff4e00;
}
@media (min-width: 576px) {
  .product-item .product-content p {
    font-size: 18px;
  }
}
.product-item .product-content h6 {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product-item .product-content h6 {
    margin-bottom: 10px;
  }
}
.product-item.style-2 {
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
}
@media (min-width: 576px) {
  .product-item.style-2 {
    text-align: left;
  }
}
.product-item.style-2 .product-thumb {
  width: 120px;
  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: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 16px;
  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: 1px dotted #e6e6e6;
  border-width: 2px;
}
@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: 16px;
  margin-bottom: 0;
}

.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;
}
.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  color: #244262;
  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: #244262;
  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 {
  background: #ff4e00;
  color: #fff;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e6e6e6;
  height: 40px;
  right: 0;
  top: 0;
}

.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:hover span {
  background: #ff4e00;
}
.search-area .search-input .search-close span {
  width: 50px;
  height: 1px;
  background: #244262;
  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;
  border-bottom: 1px solid #e6e6e6;
}
.search-area .search-input form input:hover, .search-area .search-input form input:focus {
  border-color: #ff4e00;
}

.recipe-item {
  background: #fff;
  margin-bottom: 30px;
}
.recipe-item:hover .recipe-thumb a img {
  transform: scale(1.1) rotate(-3deg);
}
.recipe-item:hover .recipe-content h6 a {
  color: #ff4e00;
}
.recipe-item .recipe-thumb a {
  display: block;
}
.recipe-item .recipe-thumb a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.recipe-item .recipe-content {
  padding: 30px;
}
.recipe-item .recipe-content h6 {
  margin-bottom: 10px;
}

.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: url(../images/book-table/bg-table.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  z-index: 1;
  height: 500px;
}
@media (min-width: 992px) {
  .bg-table {
    background-position: bottom left;
    margin-bottom: 0;
  }
}

.paginations {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .paginations {
    margin-bottom: 0;
  }
}
.paginations ul li {
  padding: 5px;
}
.paginations ul li a {
  width: 46px;
  height: 46px;
  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 ul li a.active, .paginations ul li a:hover {
  color: #fff;
  background: #ff4e00;
}
.paginations ul li a.dot {
  box-shadow: none;
}
.paginations ul li a.dot:hover {
  background: transparent;
  color: #696969;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.linkedin {
  background: #007bb5;
}

.vimeo {
  background: #3b5998;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.footer .footer-top .footer-area .footer-menu ul, .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box, .shop-cart .section-wrapper .cart-top table tbody tr td.product-item, .shop-product-wrap .product-list-item, .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-product-wrap .product-list-item .product-thumb .product-action-link, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product, .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form, .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form, .blog-section.blog-single .section-wrapper .authors, .recepi-single.blog-single .section-wrapper .authors, .blog-section.blog-single .section-wrapper .navigations-part, .recepi-single.blog-single .section-wrapper .navigations-part, .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags, .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section, .blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider, .blog-section .section-wrapper .blog-right, .recepi-single .section-wrapper .blog-right, .contact-information .section-wrapper .post-item, .review .section-wrapper .related .tabcontent .review .client-review .review-form form .ratings, .review .section-wrapper .related .tabcontent .review .content li .post-content .entry-meta, .review .section-wrapper .related .tabcontent .review .content li, .review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li, .review .section-wrapper .related .tabcontent .Description .addimage, .video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks, .video-section .section-wrapper .video-tabbar .tabbar-title, .news-letter .section-wrapper, .sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb, .booking-table .section-wrapper form, .product.style-2 .section-wrapper .tab-bar .tablinks, .product.style-2 .section-wrapper .tab-bar, .testimonial.style-2 .section-wrapper .carousel-indicators, .testimonial .section-wrapper .carousel-indicators, .contact-us .contact-home-chef .section-wrapper, .food-apps .apps-content .section-header .food-btn-group a, .food-apps .apps-content .section-header .food-btn-group, .food-services .section-wrapper, .banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner, .banner.style-2 .banner-area, .banner .banner-area .banner-content ul, .banner .banner-area .banner-content form, .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner, .author-account, .cart-option .cart-content .cart-scr-bottom ul li, .cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom, .cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top, .cart-option .cart-content .cart-title, .city-lang, .header-section.header-3 .header-bottom, .header-section.header-3 .header-top, .header-section .main-menu ul, .header-section .header-area, .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, .food-quyality .section-wrapper ul, .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button, .p-food-item .p-food-inner .p-food-content .p-food-group, .p-food-item .p-food-inner .p-food-content .p-food-footer, .p-food-item.style-2 .p-food-inner, .chef-item .chef-inner .chef-content .chef-footer, .product-item.style-2, .product-item.style-2 .product-content .product-title, .paginations ul li a {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-bottom p a span, .footer .footer-bottom p a, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select, .shop-product-wrap .product-item .product-thumb, .shop-product-wrap .product-list-item .product-thumb, .widget.widget-search .search-wrapper, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li, .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content blockquote, .blog-section.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb, .recepi-single.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb, .blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider, .blog-section.trending .section-wrapper .post-item .post-inner .post-thumb, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb, .review .section-wrapper .related .tabcontent .p-food-item, .shop-page.single .section-wrapper .shop-single .shop-single-content .desc ul li, .coming-soon .coming-area .section-wrapper .countdown li h3, .video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-thumb, .video-section .section-wrapper .video-tabbar .tabbar-title, .gallery-section .gallery-area .section-wrapper .gallery-item .gallery-thumb, .news-letter .section-wrapper .news-form form label, .news-letter .section-wrapper .news-form form, .booking-table .section-wrapper form, .booking-table .section-wrapper, .booking-table, .about, .testimonial .section-wrapper, .food-category .food-box .section-wrapper, .banner.style-3 .swiper-container.gallery-thumbs .banner-bitem .banner-binner, .banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-thumb, .banner.style-2 .left-side, .banner .banner-area .banner-content ul li, .banner .banner-area .banner-content form .codexcoder-selectoption, .banner .banner-area .banner-content form, .banner, .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search, .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li, .mobile-menu .mobile-header .header-bar, .page-header .page-header-area .section-header .breadcrumb li, .page-header, .cart-option, .header-section.header-3 .header-top .menu-search-form .widget-search, .header-section.header-2, .header-section .main-menu ul li, .header-section, .dd-icon-down, .dd-icon-right, .food-btn, .food-btn.style-2 .icon img, .meta-tag .categori, .single .section-wrapper .chef-item, .single .section-wrapper .related .tab-bar .tablinks, .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb, .service-item .service-inner .service-thumb, .p-food-item .p-food-inner .p-food-thumb, .p-food-item .p-food-inner .p-food-content, .chef-item .chef-inner .chef-content, .product-item .product-thumb, .cart-plus-minus, .bg-table, .paginations ul li a {
  position: relative;
}

.footer .footer-bottom p a::after, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon, .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-item .product-thumb::after, .shop-product-wrap .product-list-item .product-thumb::after, .widget.widget-search .search-wrapper button, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.active::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.deactive::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.active::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.deactive::before, .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote::before, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content blockquote::before, .blog-section.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb .qute-content, .recepi-single.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb .qute-content, .blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next, .blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev, .blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content, .review .section-wrapper .related .tabcontent .p-food-item::after, .shop-page.single .section-wrapper .shop-single .shop-single-content .desc ul li::before, .coming-soon .coming-area .section-wrapper .countdown li h3::after, .video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-thumb .watch-time, .video-section .section-wrapper .video-tabbar .tabbar-title .watch-time, .gallery-section .gallery-area .section-wrapper .gallery-item .gallery-thumb .gallery-icon, .gallery-section .gallery-area .section-wrapper .gallery-item .gallery-thumb::after, .news-letter .section-wrapper .news-form form label::after, .booking-table .section-wrapper::after, .booking-table .shape-1, .booking-table .shape-2, .about::before, .testimonial .section-wrapper .carousel-indicators, .testimonial .section-wrapper .quete-thumb, .food-category .food-box .section-wrapper .food-slider-prev, .food-category .food-box .section-wrapper .food-slider-next, .banner.style-3 .swiper-container.gallery-thumbs .banner-bitem .banner-binner::after, .banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-thumb img, .banner.style-2 .left-side .section-wrapper .banner-pagination, .banner .banner-area .banner-content ul li:before, .banner .banner-area .banner-content form .codexcoder-selectoption::before, .banner .banner-area .banner-content form::after, .banner .banner-area, .banner .shape-1, .banner .shape-2, .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button, .mobile-menu .mobile-header .header-bar span, .page-header .page-header-area .section-header .breadcrumb li::after, .page-header .page-header-area, .page-header .shape-1, .page-header .shape-2, .cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn, .cart-option .count-item, .header-section.header-3 .header-top .menu-search-form .widget-search form button, .header-section.header-2::after, .header-section .main-menu ul li ul, .dd-icon-down:before, .dd-icon-down::after, .dd-icon-right:before, .dd-icon-right::after, .food-btn::after, .food-btn.style-2 .icon, .food-btn.style-2 .icon::before, .meta-tag .categori::after, .single .section-wrapper .chef-item::after, .single .section-wrapper .related .tab-bar .tablinks::after, .modal .modal-dialog .modal-content button.close, .service-item .service-inner .service-thumb::after, .service-item .service-inner .service-thumb span, .p-food-item .p-food-inner .p-food-thumb span, .p-food-item .p-food-inner .p-food-content .p-food-author, .chef-item .chef-inner .chef-content .chef-author, .product-item .product-thumb .price, .cart-plus-minus .qtybutton, .search-area .search-input .search-close, .search-area .search-input .search-close span, .search-area .search-input form {
  position: absolute;
  content: "";
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon, .shop-cart .section-wrapper .cart-bottom, .shop-product-wrap .product-item .product-thumb, .shop-product-wrap .product-list-item .product-thumb, .widget.recipe-categori, .widget .widget-header, .recepi-single.recepi-single .section-wrapper .comment-respond .add-comment .comment-form .food-btn, .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content, .blog-section.blog-single .section-wrapper .product, .recepi-single.blog-single .section-wrapper .product, .blog-section .section-wrapper .post-item .post-inner .post-thumb, .recepi-single .section-wrapper .post-item .post-inner .post-thumb, .contact-information .section-wrapper, .news-letter .section-wrapper .news-form form, .sponsor-section .section-wrapper .sponsor-slider, .booking-table, .contact-us, .food-category .food-box .section-wrapper .food-slider, .banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-thumb, .banner.style-3 .swiper-container, .banner.style-2 .left-side .section-wrapper .banner-slider, .banner.style-2, .banner, .page-header, .preloader, .food-btn, .single, .single .section-wrapper .chef-item .chef-inner .chef-thumb, .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb, .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container, .p-food-item .p-food-inner .p-food-thumb, .p-food-item .p-food-inner .p-food-content .p-food-author a, .chef-item .chef-inner .chef-content .chef-author, .cart-plus-minus, .recipe-item .recipe-thumb {
  overflow: hidden;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit], .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit], .recepi-single.recepi-single .section-wrapper .comment-respond .add-comment .comment-form .food-btn, .mobile-menu .mobile-header .header-bar {
  cursor: pointer;
}

.scrollbar::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #ff4e00;
}

@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #ff4e00;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  ::-webkit-scrollbar-thumb {
    background: #fff;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to right, #e2769d, #bb6df7);
  }
}
@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;
  }

  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
    width: 100% !important;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #ff4e00;
}
.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;
  }
}
.header-section {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  z-index: 99;
}
.header-section .header-area {
  justify-content: space-between;
  align-items: center;
}
.header-section .logo {
  width: 300px;
  padding: 38px 0;
  text-align: center;
}
@media (min-width: 1400px) {
  .header-section .logo {
    border-right: 1px solid #e6e6e6;
  }
}
.header-section .main-menu {
  width: calc(100% - 300px);
}
@media (min-width: 1400px) {
  .header-section .main-menu {
    width: calc(100% - 800px);
  }
}
.header-section .main-menu ul {
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (min-width: 1200px) {
  .header-section .main-menu ul {
    justify-content: flex-end;
    padding-right: 50px;
  }
}
.header-section .main-menu ul li {
  padding: 0px;
}
.header-section .main-menu ul li:hover > a::before {
  opacity: 0;
  -webkit-transform: translateX(-4px) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-4px) translateY(-50%) rotate(90deg);
  transform: translateX(-4px) translateY(-50%) rotate(90deg);
}
.header-section .main-menu ul li a {
  color: #244262;
  font-weight: 500;
  padding: 38px 10px;
  margin: 0 5px;
}
.header-section .main-menu ul li a.dd-icon-right {
  padding-right: 25px;
}
.header-section .main-menu ul li a.active, .header-section .main-menu ul li a:hover {
  color: #ff4e00;
}
.header-section .main-menu ul li a.active::after, .header-section .main-menu ul li a.active::before, .header-section .main-menu ul li a:hover::after, .header-section .main-menu ul li a:hover::before {
  background: #ff4e00;
}
.header-section .main-menu ul li ul {
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  min-width: 250px;
  background: #fff;
  z-index: 999;
  top: 100%;
  left: 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  padding-right: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-section .main-menu ul li ul li {
  padding: 0 5px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.header-section .main-menu ul li ul li:last-child {
  border-bottom: none;
}
.header-section .main-menu ul li ul li a {
  padding: 15px;
  display: block;
  margin: 0;
}
.header-section .main-menu ul li ul li a::after, .header-section .main-menu ul li ul li a:before {
  right: 15px;
}
.header-section .main-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header-section .main-menu ul li:hover > ul > li:hover > a {
  padding-left: 20px;
}
.header-section .main-menu ul li:hover > ul > li ul {
  top: 0;
  left: 100%;
}
.header-section .author-option {
  width: 500px;
  display: none;
}
@media (min-width: 1400px) {
  .header-section .author-option {
    display: block;
  }
}
.header-section .author-option .author-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-section.header-2::after {
  width: 30%;
  height: 100px;
  top: 0;
  right: 0;
  background: #ff4e00;
}
.header-section.header-2 .header-area .logo {
  width: 200px;
  border: none;
}
.header-section.header-2 .header-area .main-menu {
  width: calc(100% - 500px);
}
@media (min-width: 1200px) {
  .header-section.header-2 .header-area .main-menu ul {
    padding-right: 50px;
  }
}
.header-section.header-2 .header-area .main-menu ul li ul {
  padding-right: 0;
}
.header-section.header-2 .header-area .author-option {
  width: 300px;
  display: block;
  height: 100px;
  background: #ff4e00;
  z-index: 1;
}
.header-section.header-2 .header-area .author-option .author-area .cart-option {
  width: 80px;
  border: none;
}
.header-section.header-2 .header-area .author-option .author-area .cart-option .cart-icon {
  color: #fff;
}
.header-section.header-2 .header-area .author-option .author-area .author-account {
  width: calc(100% - 120px);
}
.header-section.header-2 .header-area .author-option .author-area .author-account i {
  color: #fff;
}
.header-section.header-2 .header-area .author-option .author-area .author-account .author-select select {
  background: #ff4e00;
  color: #fff;
}
.header-section.header-2 .header-area .author-option .author-area .search-start {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.header-section.header-2 .cart-option .count-item {
  background: #fff;
  color: #ff4e00;
  right: 60%;
  top: 20%;
}
.header-section.header-3 .header-top {
  justify-content: space-between;
  align-items: center;
}
.header-section.header-3 .header-top .logo {
  border: none;
  text-align: left;
  padding: 28px 0;
  padding-left: 15px;
}
.header-section.header-3 .header-top .menu-search-form {
  width: 40%;
}
.header-section.header-3 .header-top .menu-search-form .widget-search form input {
  padding: 12px 15px;
  padding-right: 90px;
  margin-bottom: 0;
}
.header-section.header-3 .header-top .menu-search-form .widget-search form button {
  width: 80px;
  height: 50px;
  color: #fff;
  background: #ff4e00;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 24px;
}
.header-section.header-3 .header-top .scocial-media {
  width: 20%;
  margin-bottom: 0;
  text-align: right;
}
.header-section.header-3 .header-top .scocial-media a {
  background: transparent;
  font-size: 16px;
}
.header-section.header-3 .header-top .scocial-media a.facebook {
  color: #3b5998;
}
.header-section.header-3 .header-top .scocial-media a.twitter {
  color: #55acee;
}
.header-section.header-3 .header-top .scocial-media a.linkedin {
  color: #007bb5;
}
.header-section.header-3 .header-top .scocial-media a.vimeo {
  color: #3b5998;
}
.header-section.header-3 .header-top .scocial-media a.skype {
  color: #2fb7df;
}
.header-section.header-3 .header-top .scocial-media a.youtube {
  color: #cd201f;
}
.header-section.header-3 .header-top .scocial-media a.instagram {
  color: #e4405f;
}
.header-section.header-3 .header-top .scocial-media a.behance {
  color: #1769ff;
}
.header-section.header-3 .header-bottom {
  border-top: 1px solid #e6e6e6;
}
.header-section.header-3 .header-bottom .main-menu {
  width: 65%;
}
.header-section.header-3 .header-bottom .main-menu ul {
  justify-content: flex-start;
}
.header-section.header-3 .header-bottom .main-menu ul > li:first-child > a {
  padding-left: 0;
}
.header-section.header-3 .header-bottom .main-menu ul > li a {
  padding: 23px 10px;
}
.header-section.header-3 .header-bottom .main-menu ul > li a.dd-icon-right {
  padding-right: 25px;
}
.header-section.header-3 .header-bottom .main-menu ul > li ul li:first-child a {
  padding-left: 10px;
}
.header-section.header-3 .header-bottom .main-menu ul > li ul li a {
  padding: 10px;
}
.header-section.header-3 .header-bottom .author-option {
  display: block;
  width: 35%;
}
.header-section.header-3 .header-bottom .author-option .city-lang {
  height: 70px;
}
.header-section.header-3 .header-bottom .author-option .cart-option {
  padding: 21px 0;
}
.header-section.header-3 .header-bottom .author-option .author-account {
  width: auto;
  padding-left: 0;
  text-align: right;
}
.header-section.header-3 .header-bottom .author-option .author-account .author-icon {
  background: #ff4e00;
}
.header-section.header-3 .header-bottom .author-option .author-account select {
  font-weight: 700;
}
.header-section.newClass {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.city-lang {
  width: 135px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e6e6e6;
  height: 100px;
}
.city-lang select {
  border: none;
  font-weight: 700;
}

.cart-option {
  width: 80px;
  padding: 36px 0;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  cursor: pointer;
}
.cart-option:hover .cart-content {
  opacity: 1;
  visibility: visible;
}
.cart-option .count-item {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background: #ff4e00;
  color: #fff;
  font-weight: 500;
  top: 5%;
  right: 35%;
  font-size: 10px;
}
@media (min-width: 1400px) {
  .cart-option .count-item {
    top: 15%;
  }
}
.cart-option .cart-content {
  position: absolute;
  top: 100%;
  right: -56px;
  opacity: 0;
  visibility: hidden;
  min-width: 320px;
  box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.58);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  z-index: 9;
  background: #fafeff;
  border-radius: 10px;
  cursor: auto;
}
.cart-option .cart-content .cart-title {
  justify-content: space-between;
  padding: 9px 15px;
  color: #fff;
  border-radius: 12px 12px 0 0;
  background: #ff4e00;
}
.cart-option .cart-content .cart-title .list-close a {
  color: #fff;
}
.cart-option .cart-content .cart-scr {
  height: 350px;
  overflow-y: scroll;
  padding: 15px;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 6px;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner:hover .cart-top .content a {
  color: #ff4e00;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .thumb {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .content {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .content a {
  text-align: left;
  color: #244262;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn {
  right: -7px;
  top: -7px;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn a {
  width: 20px;
  height: 20px;
  background: #ff4e00;
  border-radius: 100%;
  text-align: center;
  box-shadow: -4px 4px 8px rgba(136, 136, 136, 0.36);
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn a:hover {
  background: #ff4e00;
  box-shadow: -4px 4px 8px rgba(237, 28, 36, 0.36);
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom {
  padding: 10px;
  align-items: center;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom .sing-price {
  width: 30%;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom .cart-plus-minus {
  width: 40%;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom .cart-plus-minus .cart-plus-minus-box {
  margin: 0px -8px;
  padding: 14px 0;
}
.cart-option .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom .total-price {
  width: 30%;
}
.cart-option .cart-content .cart-scr-bottom {
  text-align: center;
  padding: 15px;
}
.cart-option .cart-content .cart-scr-bottom ul {
  padding: 20px 0;
}
.cart-option .cart-content .cart-scr-bottom ul li {
  justify-content: flex-end;
  width: 100%;
  padding: 2px 10px;
  font-weight: normal;
}
.cart-option .cart-content .cart-scr-bottom ul li .title, .cart-option .cart-content .cart-scr-bottom ul li .price {
  width: 50%;
  text-align: right;
}
.cart-option .cart-content .cart-scr-bottom ul li:last-child {
  font-weight: 700;
  color: #244262;
}
.cart-option .cart-content .cart-scr-bottom .food-btn {
  display: block;
  background: #ff4e00;
}

.author-account {
  width: calc(100% - 215px);
  align-items: center;
  padding-left: 30px;
}
.author-account .author-icon {
  width: 40px;
  height: 40px;
  padding: 5px;
  background: linear-gradient(to top, #ff9472, #f2709c);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.author-account .author-select {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.author-account .author-select select {
  border: none;
  font-weight: 700;
}

.page-header {
  height: 370px;
  background: #fafeff;
}
.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-header-area {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.page-header .page-header-area .section-header {
  margin-bottom: 0;
}
.page-header .page-header-area .section-header h2 {
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 575px) {
  .page-header .page-header-area .section-header h2 {
    line-height: 1.2;
    font-size: 28px;
  }
}
.page-header .page-header-area .section-header .breadcrumb {
  background: transparent;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
}
.page-header .page-header-area .section-header .breadcrumb li {
  font-weight: 700;
  text-transform: capitalize;
  padding: 0px 10px;
}
.page-header .page-header-area .section-header .breadcrumb li::after {
  width: 5px;
  height: 2px;
  top: 50%;
  right: -3px;
  background: #244262;
  transform: translateY(-50%);
}
.page-header .page-header-area .section-header .breadcrumb li:last-child::after {
  display: none;
}
.page-header .page-header-area .section-header .breadcrumb li a {
  color: #244262;
}
.page-header .page-header-area .section-header .breadcrumb li a:hover {
  color: #ff4e00;
}
.page-header.style-2 {
  background: url(../images/page-header/bg.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 576px) {
  .page-header.style-2 {
    height: 500px;
  }
}
.page-header.style-2 .page-header-area .section-header h2 {
  color: #fff;
}
.page-header.style-2 .page-header-area .section-header .breadcrumb li {
  color: #ff4e00;
}
.page-header.style-2 .page-header-area .section-header .breadcrumb li::after {
  background: #fff;
}
.page-header.style-2 .page-header-area .section-header .breadcrumb li a {
  color: #fff;
}
.page-header.style-2 .page-header-area .section-header .breadcrumb li a:hover {
  color: #ff4e00;
}

@media (max-width: 1600px) and (min-width: 1400px) {
  .header-section .main-menu ul {
    padding-right: 0px;
  }
  .header-section .main-menu ul li a {
    padding: 38px 10px;
  }
}
@media (max-width: 1399px) and (min-width: 1280px) {
  .header-section .logo {
    width: 200px;
    text-align: left;
  }

  .header-section.header-3 .header-top .logo {
    padding-left: 0;
  }

  .header-section .main-menu {
    width: calc(100% - 600px);
  }
  .header-section .main-menu ul {
    padding-right: 20px;
  }

  .header-section .author-option {
    width: 400px;
    display: block;
  }
}
@media (max-width: 1250px) {
  .contact-us .contact-thumb {
    display: none;
  }
}
.mobile-menu .mobile-header {
  padding: 25px 15px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mobile-menu .mobile-header .header-bar {
  width: 25px;
  height: 25px;
}
.mobile-menu .mobile-header .header-bar span {
  background: #ff4e00;
  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 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 .menu {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  height: 100vh;
  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 .menu {
    width: 50%;
    transform: scaleX(0);
    transform-origin: left;
  }
}
.mobile-menu .menu.open {
  transform: scaleY(1);
}
@media (min-width: 576px) {
  .mobile-menu .menu.open {
    transform: scaleX(1);
  }
}
@media (min-width: 1200px) {
  .mobile-menu .menu.open {
    display: none;
  }
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  width: 100%;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li {
  list-style: none;
  padding: 0;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li:last-child a {
  border-bottom: none;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li a {
  display: block !important;
  padding: 10px 0;
  color: #244262;
  text-transform: capitalize;
  margin: 2px 0;
  text-align: left;
  outline: none;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li a::after {
  right: 0;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li a.active {
  color: #ff4e00;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li a.active.dd-icon-down::after, .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li a.active.dd-icon-down::before {
  background: #ff4e00;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li ul li {
  padding-left: 20px;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner ul li ul li a {
  margin: 0;
  outline: none;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .social-link-list {
  width: 100%;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search {
  width: 100%;
}
.mobile-menu .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 .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input:focus, .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input::placeholder {
  color: #244262;
}
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button {
  top: 0;
  right: 0;
  background-color: transparent;
  color: #244262;
  width: 30px;
  height: 60px;
  outline: none;
  border: none;
  font-size: 18px;
  text-align: center;
}

.mobile-menu li .dd-icon-down:before {
  -webkit-transform: translateX(-15px) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(-15px) translateY(-50%) rotate(0deg);
  transform: translateX(-15px) translateY(-50%) rotate(0deg);
}

.mobile-menu li.open > .dd-icon-down:before {
  -webkit-transform: translateX(-15px) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-15px) translateY(-50%) rotate(90deg);
  transform: translateX(-15px) translateY(-50%) rotate(90deg);
}

.mobile-menu .mobile-header .header-logo {
  width: 200px;
}

/* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */
.banner {
  background: #fafeff;
  height: 550px;
}
@media (min-width: 768px) {
  .banner {
    height: 700px;
  }
}
.banner .shape-1, .banner .shape-2 {
  display: none;
}
.banner .shape-1 {
  bottom: 0;
  right: -50px;
}
@media (min-width: 1200px) {
  .banner .shape-1 {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner .shape-1 {
    width: 35%;
  }
}
.banner .shape-2 {
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .banner .shape-2 {
    display: block;
  }
}
.banner .banner-area {
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .banner .banner-area .banner-content {
    max-width: 70%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner .banner-area .banner-content {
    margin: auto;
  }
}
.banner .banner-area .banner-content h2 {
  font-family: "Abril Fatface", cursive;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 992px) {
  .banner .banner-area .banner-content h2 {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (min-width: 1200px) {
  .banner .banner-area .banner-content h2 {
    text-align: left;
  }
}
.banner .banner-area .banner-content form {
  border: 5px solid #fff;
  margin: auto;
  align-items: center;
  margin: 30px 0;
  box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
}
.banner .banner-area .banner-content form::after {
  width: 1px;
  height: 80px;
  background: #ecf0f3;
  top: -5px;
  right: 80px;
}
.banner .banner-area .banner-content form .codexcoder-selectoption {
  z-index: 1;
  background: linear-gradient(to right, #ff9472, #f2709c);
}
@media (max-width: 575px) {
  .banner .banner-area .banner-content form .codexcoder-selectoption {
    width: 100%;
  }
}
.banner .banner-area .banner-content form .codexcoder-selectoption::before {
  left: 20px;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  z-index: -1;
}
.banner .banner-area .banner-content form .codexcoder-selectoption::before {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.banner .banner-area .banner-content form select {
  width: 200px;
  text-align: center;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}
@media (max-width: 575px) {
  .banner .banner-area .banner-content form select {
    width: 100%;
  }
}
.banner .banner-area .banner-content form select option {
  background: #ff9472;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
}
.banner .banner-area .banner-content form input {
  margin-bottom: 0;
  padding-left: 20px;
  width: calc(100% - 280px);
}
@media (max-width: 575px) {
  .banner .banner-area .banner-content form input {
    width: calc(100% - 50px);
  }
}
.banner .banner-area .banner-content form button {
  background: #fff;
  cursor: pointer;
}
@media (min-width: 576px) {
  .banner .banner-area .banner-content form button {
    width: 80px;
  }
}
.banner .banner-area .banner-content form button i {
  font-size: 20px;
}
@media (min-width: 576px) {
  .banner .banner-area .banner-content form button i {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .banner .banner-area .banner-content form button {
    width: 50px;
  }
}
.banner .banner-area .banner-content form select, .banner .banner-area .banner-content form input, .banner .banner-area .banner-content form button {
  height: 70px;
  border: none;
  outline: none;
}
.banner .banner-area .banner-content ul {
  justify-content: center;
  max-width: 770px;
  margin: auto;
}
.banner .banner-area .banner-content ul li {
  justify-content: center;
  width: calc(100% / 1);
  padding-left: 30px;
  color: #00bf8d;
}
@media (min-width: 768px) {
  .banner .banner-area .banner-content ul li {
    width: calc(100% / 3);
  }
}
.banner .banner-area .banner-content ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  text-align: center;
  font-family: IcoFont !important;
}
.banner .banner-area .banner-content ul li:nth-child(2) {
  color: #009cfe;
}
.banner .banner-area .banner-content ul li:nth-child(3) {
  color: #bc6df5;
}
.banner .banner-area .banner-content ul li span {
  margin-right: 5px;
  font-weight: 700;
}
.banner.style-2 {
  height: 800px;
  background: #fff;
}
.banner.style-2 .banner-area {
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  top: 0;
  transform: translateY(0%);
}
.banner.style-2 .left-side {
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) {
  .banner.style-2 .left-side {
    width: calc(100% / 2);
    height: 800px;
  }
}
@media (min-width: 1400px) {
  .banner.style-2 .left-side {
    padding-right: 100px;
    background: #ff4e00;
  }
}
.banner.style-2 .left-side .section-wrapper {
  height: 100%;
}
.banner.style-2 .left-side .section-wrapper .banner-pagination {
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.banner.style-2 .left-side .section-wrapper .banner-pagination span {
  background: #fff;
  outline: none;
}
.banner.style-2 .left-side .section-wrapper .banner-pagination span.swiper-pagination-bullet-active {
  background: #ff4e00;
}
.banner.style-2 .left-side .section-wrapper .banner-slider {
  height: 100%;
}
.banner.style-2 .left-side .section-wrapper .banner-slider .banner-thumb img {
  width: 100%;
}
.banner.style-2 .left-side .section-wrapper .banner-slider .swiper-slide {
  background-size: cover !important;
  background-position: center center !important;
}
.banner.style-2 .right-side {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .banner.style-2 .right-side {
    width: calc(100% / 2);
    margin-top: 0;
  }
}
.banner.style-2 .right-side .banner-content {
  max-width: 600px;
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 991px) {
  .banner.style-2 .right-side .banner-content {
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner.style-2 .right-side .banner-content {
    max-width: 520px;
  }
}
.banner.style-2 .right-side .banner-content .section-header {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner.style-2 .right-side .banner-content .section-header {
    text-align: left;
  }
}
.banner.style-2 .right-side .banner-content .section-header .sub-title {
  display: inline-block;
  font-size: 18px;
  font-family: "Abril Fatface", cursive;
}
@media (min-width: 576px) {
  .banner.style-2 .right-side .banner-content .section-header .sub-title {
    font-size: 30px;
  }
}
.banner.style-2 .right-side .banner-content .section-header h2 {
  text-align: center;
  color: #244262;
}
@media (min-width: 992px) {
  .banner.style-2 .right-side .banner-content .section-header h2 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .banner.style-2 .right-side .banner-content .section-header h2 {
    font-size: 60px;
    line-height: 1.2;
  }
}
.banner.style-2 .right-side .banner-content .section-header .sub-title {
  color: #ff4e00;
  line-height: 1.5;
}
.banner.style-2 .right-side .banner-content .section-header p {
  margin-left: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner.style-2 .right-side .banner-content .section-header .food-btn {
    margin-left: -60px;
  }
}
.banner.style-3 {
  background: #f5f5f1;
  height: 850px;
}
@media (max-width: 575px) {
  .banner.style-3 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .banner.style-3 {
    height: 730px;
  }
}
.banner.style-3 .swiper-container.gallery-top {
  width: 100%;
}
@media (min-width: 576px) {
  .banner.style-3 .swiper-container.gallery-top {
    margin: 20px 0;
    width: auto;
  }
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner {
  flex-direction: row-reverse;
  align-items: center;
  background: #fff;
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner:hover .banner-thumb img {
  transform: scale(1.1);
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner:hover .banner-content .banner-content-area h4 a {
  color: #ff4e00;
  text-decoration-color: #244262;
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-thumb {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-thumb {
    width: 60%;
    height: 570px;
  }
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-thumb img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-content {
  width: 100%;
}
@media (min-width: 992px) {
  .banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-content {
    width: 40%;
  }
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-content .banner-content-area {
  display: none;
  padding: 30px;
}
@media (min-width: 576px) {
  .banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-content .banner-content-area {
    display: block;
  }
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-content .banner-content-area h4 a {
  text-decoration: underline;
  text-decoration-color: #e6e6e6;
}
.banner.style-3 .swiper-container.gallery-top .banner-item .banner-inner .banner-content .banner-content-area .meta-post {
  margin-bottom: 15px;
}
.banner.style-3 .swiper-container.gallery-thumbs {
  background: #fff;
}
@media (max-width: 575px) {
  .banner.style-3 .swiper-container.gallery-thumbs {
    background: #ffffffd4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
.banner.style-3 .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .banner-bitem .banner-binner::after {
  transform-origin: right;
  transform: scaleX(1);
}
.banner.style-3 .swiper-container.gallery-thumbs .banner-bitem .banner-binner {
  padding: 20px;
  cursor: pointer;
}
.banner.style-3 .swiper-container.gallery-thumbs .banner-bitem .banner-binner::after {
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ff4e00;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.banner.style-3 .swiper-container.gallery-thumbs .banner-bitem .banner-binner .banner-bcontent h6 {
  margin-bottom: 0;
  font-weight: 500;
}

/* @@@@@@@@@@@@@  Food Category Section Start Here  @@@@@@@@@@@@@@ */
@media (min-width: 1200px) {
  .food-category.padding-tb {
    padding: 130px 0;
  }
}
.food-category .food-box {
  padding: 60px 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
@media (min-width: 576px) {
  .food-category .food-box {
    padding: 70px 40px;
  }
}
@media (min-width: 1200px) {
  .food-category .food-box {
    padding: 110px 70px;
  }
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="0"] .food-item .food-thumb {
  background: linear-gradient(to top, #7ed500, #00bf8d);
  box-shadow: 0 10px 10px rgba(107, 201, 21, 0.1);
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="0"] .food-item:hover .food-content a {
  color: #7ed500;
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="1"] .food-item .food-thumb {
  background: linear-gradient(to top, #d17fff, #9982ff);
  box-shadow: 0 10px 10px rgba(208, 125, 255, 0.1);
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="1"] .food-item:hover .food-content a {
  color: #d17fff;
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="2"] .food-item .food-thumb {
  background: linear-gradient(to top, #00e9f0, #009bfe);
  box-shadow: 0 10px 10px rgba(0, 232, 240, 0.1);
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="2"] .food-item:hover .food-content a {
  color: #00e9f0;
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="3"] .food-item .food-thumb {
  background: linear-gradient(to top, #fd77b4, #ffbae7);
  box-shadow: 0 10px 10px rgba(253, 119, 180, 0.1);
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="3"] .food-item:hover .food-content a {
  color: #fd77b4;
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="4"] .food-item .food-thumb {
  background: linear-gradient(to top, #ff9472, #f2709c);
  box-shadow: 0 10px 10px rgba(255, 148, 114, 0.1);
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="4"] .food-item:hover .food-content a {
  color: #ff9472;
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="5"] .food-item .food-thumb {
  background: linear-gradient(to top, #9982ff, #d17fff);
  box-shadow: 0 10px 10px rgba(208, 125, 255, 0.1);
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="5"] .food-item:hover .food-content a {
  color: #d17fff;
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="6"] .food-item .food-thumb {
  background: linear-gradient(to top, #009bfe, #00e9f0);
  box-shadow: 0 10px 10px rgba(0, 255, 254, 0.1);
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="6"] .food-item:hover .food-content a {
  color: #009bfe;
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="7"] .food-item .food-thumb {
  background: linear-gradient(to top, #f9769d, #bb6df7);
  box-shadow: 0 10px 10px rgba(148, 118, 158, 0.1);
}
.food-category .food-box .section-wrapper .food-slider .swiper-slide[data-swiper-slide-index="7"] .food-item:hover .food-content a {
  color: #f9769d;
}
.food-category .food-box .section-wrapper .food-slider-prev, .food-category .food-box .section-wrapper .food-slider-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #244262;
  background: #f5f5f1;
  top: 36%;
  border: none;
  outline: none;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.food-category .food-box .section-wrapper .food-slider-prev:hover, .food-category .food-box .section-wrapper .food-slider-prev .active, .food-category .food-box .section-wrapper .food-slider-next:hover, .food-category .food-box .section-wrapper .food-slider-next .active {
  background: linear-gradient(to top, #ff9472, #f2709c);
  color: #fff;
}
.food-category .food-box .section-wrapper .food-slider-next {
  left: -30px;
}
@media (min-width: 768px) {
  .food-category .food-box .section-wrapper .food-slider-next {
    left: -40px;
  }
}
@media (min-width: 1200px) {
  .food-category .food-box .section-wrapper .food-slider-next {
    left: -70px;
  }
}
.food-category .food-box .section-wrapper .food-slider-prev {
  right: -30px;
}
@media (min-width: 768px) {
  .food-category .food-box .section-wrapper .food-slider-prev {
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .food-category .food-box .section-wrapper .food-slider-prev {
    right: -70px;
  }
}

/* @@@@@@@@@@@@@  Food Services Section Start Here  @@@@@@@@@@@@@@ */
.food-services .section-wrapper {
  justify-content: space-around;
}
.food-services .section-wrapper .service-item:nth-child(2) .service-inner .service-thumb::after {
  background: url(../images/service/shape/02.png);
}
.food-services .section-wrapper .service-item:nth-child(3) .service-inner .service-thumb::after {
  background: url(../images/service/shape/03.png);
}
@media (max-width: 575px) {
  .food-services .section-wrapper .service-item:last-child {
    margin-bottom: 0;
  }
}
.food-services .section-wrapper .service-item:last-child .service-inner .service-thumb::after {
  display: none;
}

/* @@@@@@@@@@@@@  Popular Foods Section Start Here  @@@@@@@@@@@@@@ */
.popular-foods .section-wrapper .col-12:nth-child(2) .p-food-item .p-food-inner:hover h6 a, .popular-foods .section-wrapper .col-12:nth-child(8) .p-food-item .p-food-inner:hover h6 a {
  color: #9982fb;
}
.popular-foods .section-wrapper .col-12:nth-child(2) .p-food-item .p-food-inner .p-food-thumb span, .popular-foods .section-wrapper .col-12:nth-child(8) .p-food-item .p-food-inner .p-food-thumb span {
  box-shadow: 0 10px 10px rgba(208, 125, 251, 0.1);
  background: linear-gradient(to right, #9982fb, #d17ffb);
}
.popular-foods .section-wrapper .col-12:nth-child(2) .p-food-item .p-food-inner .p-food-content .p-food-author, .popular-foods .section-wrapper .col-12:nth-child(8) .p-food-item .p-food-inner .p-food-content .p-food-author {
  background: linear-gradient(to top, #9982fb, #d17ffb);
}
.popular-foods .section-wrapper .col-12:nth-child(3) .p-food-item .p-food-inner:hover h6 a, .popular-foods .section-wrapper .col-12:nth-child(9) .p-food-item .p-food-inner:hover h6 a {
  color: #84e9f0;
}
.popular-foods .section-wrapper .col-12:nth-child(3) .p-food-item .p-food-inner .p-food-thumb span, .popular-foods .section-wrapper .col-12:nth-child(9) .p-food-item .p-food-inner .p-food-thumb span {
  box-shadow: 0 10px 10px rgba(131, 232, 240, 0.1);
  background: linear-gradient(to right, #84e9f0, #589bfc);
}
.popular-foods .section-wrapper .col-12:nth-child(3) .p-food-item .p-food-inner .p-food-content .p-food-author, .popular-foods .section-wrapper .col-12:nth-child(9) .p-food-item .p-food-inner .p-food-content .p-food-author {
  background: linear-gradient(to top, #84e9f0, #589bfc);
}
.popular-foods .section-wrapper .col-12:nth-child(4) .p-food-item .p-food-inner:hover h6 a, .popular-foods .section-wrapper .col-12:nth-child(10) .p-food-item .p-food-inner:hover h6 a {
  color: #e076b0;
}
.popular-foods .section-wrapper .col-12:nth-child(4) .p-food-item .p-food-inner .p-food-thumb span, .popular-foods .section-wrapper .col-12:nth-child(10) .p-food-item .p-food-inner .p-food-thumb span {
  box-shadow: 0 10px 10px rgba(224, 118, 176, 0.2);
  background: linear-gradient(to right, #e076b0, #edb9e5);
}
.popular-foods .section-wrapper .col-12:nth-child(4) .p-food-item .p-food-inner .p-food-content .p-food-author, .popular-foods .section-wrapper .col-12:nth-child(10) .p-food-item .p-food-inner .p-food-content .p-food-author {
  background: linear-gradient(to top, #e076b0, #edb9e5);
}
.popular-foods .section-wrapper .col-12:nth-child(5) .p-food-item .p-food-inner:hover h6 a, .popular-foods .section-wrapper .col-12:nth-child(11) .p-food-item .p-food-inner:hover h6 a {
  color: #e69373;
}
.popular-foods .section-wrapper .col-12:nth-child(5) .p-food-item .p-food-inner .p-food-thumb span, .popular-foods .section-wrapper .col-12:nth-child(11) .p-food-item .p-food-inner .p-food-thumb span {
  box-shadow: 0 10px 10px rgba(230, 147, 115, 0.1);
  background: linear-gradient(to right, #e69373, #d66f99);
}
.popular-foods .section-wrapper .col-12:nth-child(5) .p-food-item .p-food-inner .p-food-content .p-food-author, .popular-foods .section-wrapper .col-12:nth-child(11) .p-food-item .p-food-inner .p-food-content .p-food-author {
  background: linear-gradient(to top, #e69373, #d66f99);
}
.popular-foods .section-wrapper .col-12:nth-child(6) .p-food-item .p-food-inner:hover h6 a, .popular-foods .section-wrapper .col-12:nth-child(12) .p-food-item .p-food-inner:hover h6 a {
  color: #9cd432;
}
.popular-foods .section-wrapper .col-12:nth-child(6) .p-food-item .p-food-inner .p-food-thumb span, .popular-foods .section-wrapper .col-12:nth-child(12) .p-food-item .p-food-inner .p-food-thumb span {
  box-shadow: 0 10px 10px rgba(145, 209, 55, 0.1);
  background: linear-gradient(to right, #9cd432, #6bbe8e);
}
.popular-foods .section-wrapper .col-12:nth-child(6) .p-food-item .p-food-inner .p-food-content .p-food-author, .popular-foods .section-wrapper .col-12:nth-child(12) .p-food-item .p-food-inner .p-food-content .p-food-author {
  background: linear-gradient(to top, #9cd432, #6bbe8e);
}
@media (min-width: 992px) {
  .popular-foods .section-wrapper .col-12:nth-last-child(1) .p-food-item, .popular-foods .section-wrapper .col-12:nth-last-child(2) .p-food-item, .popular-foods .section-wrapper .col-12:nth-last-child(3) .p-food-item {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .popular-foods .section-wrapper .col-12:last-child .p-food-item {
    margin-bottom: 0;
  }
}
.popular-foods.style-2 .p-food-item {
  box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
}

/* @@@@@@@@@@@@@  Food Apps Section Start Here  @@@@@@@@@@@@@@ */
.food-apps {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.food-apps .apps-thumb {
  text-align: center;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .food-apps .apps-thumb {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .food-apps .apps-content {
    padding-top: 40px;
  }
}
.food-apps .apps-content .section-header {
  text-align: left;
  margin-bottom: 0;
}
.food-apps .apps-content .section-header p {
  max-width: 510px;
  margin-left: 0;
}
.food-apps .apps-content .section-header h2, .food-apps .apps-content .section-header p {
  color: #fff;
}
.food-apps .apps-content .section-header .food-btn-group {
  align-items: center;
  margin-top: 40px;
}
.food-apps .apps-content .section-header .food-btn-group a {
  width: 230px;
  height: 70px;
  padding: 10px 20px;
  border-radius: 2px;
  margin-right: 15px;
  margin-bottom: 20px;
  background: #fff;
}
@media (min-width: 1200px) {
  .food-apps .apps-content .section-header .food-btn-group a {
    margin-bottom: 0;
  }
}
.food-apps .apps-content .section-header .food-btn-group a:hover {
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.food-apps .apps-content .section-header .food-btn-group a:last-child {
  margin-right: 0;
}
.food-apps .apps-content .section-header .food-btn-group a:last-child .app-download span {
  color: #ff9472;
}
.food-apps .apps-content .section-header .food-btn-group a img {
  margin-right: 10px;
}
.food-apps .apps-content .section-header .food-btn-group a .app-download p {
  margin-bottom: 0;
  color: #696969;
}
.food-apps .apps-content .section-header .food-btn-group a .app-download span {
  display: block;
  font-weight: 700;
  color: #f3729a;
  text-transform: uppercase;
}

/* @@@@@@@@@@@@@  Popular Chef Section Start Here  @@@@@@@@@@@@@@ */
.popular-chef .section-wrapper .col-12:nth-child(2) .chef-item .chef-inner:hover .chef-content h5 a {
  color: #47d41a;
}
.popular-chef .section-wrapper .col-12:nth-child(3) .chef-item .chef-inner:hover .chef-content h5 a {
  color: #ff3aac;
}
.popular-chef .section-wrapper .col-12:nth-child(4) .chef-item .chef-inner:hover .chef-content h5 a {
  color: #ff6e29;
}
.popular-chef .section-wrapper .col-12:nth-child(5) .chef-item .chef-inner:hover .chef-content h5 a {
  color: #b91ab0;
}
.popular-chef .section-wrapper .col-12:nth-child(6) .chef-item .chef-inner:hover .chef-content h5 a {
  color: #39cfdc;
}
.popular-chef .section-wrapper .col-12:nth-child(7) .chef-item .chef-inner:hover .chef-content h5 a {
  color: #b912ae;
}
.popular-chef .section-wrapper .col-12:nth-child(8) .chef-item .chef-inner:hover .chef-content h5 a {
  color: #18ceda;
}
.popular-chef .section-wrapper .col-12:nth-child(9) .chef-item .chef-inner:hover .chef-content h5 a {
  color: #ff5c0b;
}
@media (max-width: 991px) {
  .popular-chef .section-wrapper .col-12:last-child .chef-item {
    margin-bottom: 0;
  }
}
.popular-chef.style-2 .col-12:nth-last-child(1) .chef-item {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .popular-chef.style-2 .col-12:nth-last-child(1) .chef-item, .popular-chef.style-2 .col-12:nth-last-child(2) .chef-item {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .popular-chef.style-2 .col-12:nth-last-child(1) .chef-item, .popular-chef.style-2 .col-12:nth-last-child(2) .chef-item, .popular-chef.style-2 .col-12:nth-last-child(3) .chef-item {
    margin-bottom: 0px;
  }
}
.popular-chef.style-2 .chef-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

/* @@@@@@@@@@@@@  Contact Us Section Start Here  @@@@@@@@@@@@@@ */
.contact-us .contact-from h5 {
  padding: 20px;
  color: #f2709c;
  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;
  }
}
@media (max-width: 1199px) {
  .contact-us .contact-from form input[type=submit] {
    margin: 0;
  }
}
.contact-us .contact-home-chef {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .contact-us .contact-home-chef {
    padding: 100px 0;
  }
}
.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;
  }
}
@media (min-width: 576px) {
  .contact-us .contact-home-chef .section-header h2 {
    font-size: 42px;
  }
}
.contact-us .contact-home-chef .section-header p {
  margin-left: 0;
}
.contact-us .contact-home-chef .section-header h2, .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;
  border-radius: 2px;
  text-align: center;
  margin: 5px;
  padding: 15px;
}
@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 {
    max-width: none;
  }
}

/* @@@@@@@@@@@@@  Testimonial Section Start Here  @@@@@@@@@@@@@@ */
.testimonial .section-wrapper {
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 110px 15px 15px;
  box-shadow: 0 10px 10px rgba(161, 161, 161, 0.1);
}
.testimonial .section-wrapper .quete-thumb {
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.testimonial .section-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.2;
}
.testimonial .section-wrapper .carousel .carousel-inner .carousel-item .testi-item {
  margin: 10px;
  padding: 15px;
  padding-bottom: 80px;
  background: #fff;
}
@media (min-width: 768px) {
  .testimonial .section-wrapper .carousel .carousel-inner .carousel-item .testi-item {
    padding: 30px 100px 100px;
  }
}
.testimonial .section-wrapper .carousel .carousel-inner .carousel-item .testi-item .quite-icon {
  height: 90px;
  width: 90px;
  line-height: 90px;
  margin-bottom: 20px;
  text-align: center;
  background: #ff4e00;
  border-radius: 100%;
  display: inline-block;
  font-size: 24px;
}
.testimonial .section-wrapper .carousel .carousel-inner .carousel-item .testi-item .quite-icon i {
  color: #fff;
}
.testimonial .section-wrapper .carousel .carousel-inner .carousel-item .testi-item p {
  font-weight: 500;
  font-style: italic;
  color: #244262;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .testimonial .section-wrapper .carousel .carousel-inner .carousel-item .testi-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
.testimonial .section-wrapper .carousel .carousel-inner .carousel-item .testi-item h6 {
  margin-bottom: 10px;
  color: #ff4e00;
}
.testimonial .section-wrapper .carousel .carousel-inner .carousel-item .testi-item h6 span {
  font-weight: normal;
  color: #696969;
}
.testimonial .section-wrapper .carousel-indicators {
  left: auto;
  bottom: -15px;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.testimonial .section-wrapper .carousel-indicators .item {
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .testimonial .section-wrapper .carousel-indicators .item {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 575px) {
  .testimonial .section-wrapper .carousel-indicators .item {
    height: 60px;
    width: 60px;
  }
}
.testimonial .section-wrapper .carousel-indicators .item.active {
  background: transparent;
}
.testimonial .section-wrapper .carousel-indicators .item.active img {
  filter: grayscale(100%);
}
.testimonial.style-2 .section-wrapper {
  padding: 15px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
@media (min-width: 1200px) {
  .testimonial.style-2 .section-wrapper .carousel.vert .carousel-item-next.carousel-item-left, .testimonial.style-2 .section-wrapper .carousel.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .testimonial.style-2 .section-wrapper .carousel.vert .carousel-item-next, .testimonial.style-2 .section-wrapper .carousel.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .testimonial.style-2 .section-wrapper .carousel.vert .carousel-item-prev, .testimonial.style-2 .section-wrapper .carousel.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media (min-width: 1200px) {
  .testimonial.style-2 .section-wrapper .carousel .carousel-inner .carousel-item .testi-item {
    padding: 60px 100px;
  }
}
.testimonial.style-2 .section-wrapper .carousel-indicators {
  bottom: -25px;
}
@media (min-width: 1200px) {
  .testimonial.style-2 .section-wrapper .carousel-indicators {
    width: auto;
    top: 50%;
    left: auto;
    bottom: auto;
    right: -7%;
    justify-content: center;
    display: block !important;
    transform: translateY(-50%);
  }
}
.testimonial.style-2 .section-wrapper .item {
  margin: 10px;
}
.testimonial.style-2 .section-wrapper .item img {
  border-radius: 100%;
}

/* @@@@@@@@@@@@@  About Section Start Here  @@@@@@@@@@@@@@ */
@media (min-width: 1200px) {
  .about::before {
    width: 407px;
    height: 90px;
    right: 0;
    top: 0;
    background: #ff4e00;
  }
}
@media (min-width: 1400px) {
  .about::before {
    width: 670px;
  }
}
@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 {
  font-family: "Abril Fatface", cursive;
  color: #ff4e00;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 576px) {
  .about .about-content .section-header span {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.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: 15px;
}
@media (max-width: 991px) {
  .about .about-content .section-wrapper .food-btn {
    margin-left: -60px;
  }
}
.about.about-page::before {
  display: none;
}

/* @@@@@@@@@@@@@  Product Section Start Here  @@@@@@@@@@@@@@ */
.product .section-wrapper .food-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .product .section-wrapper .col-12:nth-last-child(1) .product-item, .product .section-wrapper .col-12:nth-last-child(2) .product-item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .product .section-wrapper .col-12:nth-last-child(2) .product-item.style-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product .section-wrapper .col-12:nth-last-child(1) .product-item {
    margin-bottom: 0;
  }
}
.product.style-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.product.style-2 .col-12 .product-item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .product.style-2 .col-12:nth-last-child(1) .product-item, .product.style-2 .col-12:nth-last-child(2) .product-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product.style-2 .col-12:nth-last-child(1) .product-item, .product.style-2 .col-12:nth-last-child(2) .product-item, .product.style-2 .col-12:nth-last-child(3) .product-item, .product.style-2 .col-12:nth-last-child(4) .product-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product.style-2 .col-12:nth-last-child(3) .product-item.style-2, .product.style-2 .col-12:nth-last-child(4) .product-item.style-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .product.style-2 .col-12:nth-last-child(1) .product-item {
    margin-bottom: 0;
  }
}
@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;
}
.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 #ff4e00;
}
.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: #244262;
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}
.product.style-2 .food-btn {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .product.style-3 .section-wrapper .col-12:nth-last-child(1) .product-item, .product.style-3 .section-wrapper .col-12:nth-last-child(2) .product-item, .product.style-3 .section-wrapper .col-12:nth-last-child(3) .product-item, .product.style-3 .section-wrapper .col-12:nth-last-child(4) .product-item {
    margin-bottom: 0;
  }
}
.product.style-3 .section-wrapper .product-item {
  background: #fff;
}
@media (min-width: 1200px) {
  .product.style-4 .section-wrapper .col-12:nth-last-child(1) .product-item, .product.style-4 .section-wrapper .col-12:nth-last-child(2) .product-item, .product.style-4 .section-wrapper .col-12:nth-last-child(3) .product-item, .product.style-4 .section-wrapper .col-12:nth-last-child(4) .product-item {
    margin-bottom: 0;
  }
}
.product.style-4 .section-wrapper .product-item {
  background: #fff;
}
.product.style-4 .section-wrapper .product-item .product-thumb img {
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product.style-4 .section-wrapper .product-item .product-thumb .price {
  top: 0;
  right: 0;
}

/* @@@@@@@@@@@@@  Booking Table Section Start Here  @@@@@@@@@@@@@@ */
.booking-table {
  background: #fffaf4;
}
.booking-table .shape-1 {
  bottom: 0;
  right: 0;
  display: none;
  transform: rotate(180deg);
}
@media (min-width: 1400px) {
  .booking-table .shape-1 {
    display: block;
  }
}
.booking-table .shape-2 {
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 1200px) {
  .booking-table .shape-2 {
    display: block;
  }
}
.booking-table .section-wrapper {
  background: #fff;
  padding: 20px;
}
@media (min-width: 576px) {
  .booking-table .section-wrapper {
    padding: 30px;
  }
}
.booking-table .section-wrapper::after {
  width: 300px;
  height: 300px;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .booking-table .section-wrapper::after {
    background: url(../images/book-table/shape/01.png);
  }
}
.booking-table .section-wrapper form {
  justify-content: space-between;
  z-index: 1;
}
.booking-table .section-wrapper form input {
  width: 100%;
  padding: 12px 15px;
}
@media (min-width: 576px) {
  .booking-table .section-wrapper form input {
    width: calc(100% / 2 - 15px);
  }
}
.booking-table .section-wrapper form textarea {
  width: 100%;
  padding: 15px;
}
.booking-table .section-wrapper form input, .booking-table .section-wrapper form textarea {
  background: #fafeff;
  margin-bottom: 30px;
  border: none;
  outline: none;
}
@media (min-width: 1200px) {
  .booking-table .section-wrapper form .food-btn {
    margin-top: 20px;
  }
}

/* @@@@@@@@@@@@@  Sponsor Section Start Here  @@@@@@@@@@@@@@ */
.sponsor-section .section-wrapper {
  padding: 80px 0;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb {
  justify-content: center;
}
.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;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb:hover a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* @@@@@@@@@@@@@  Newsletter Section Start Here  @@@@@@@@@@@@@@ */
.news-letter {
  padding: 60px 0;
}
.news-letter .section-wrapper {
  justify-content: space-between;
  align-items: center;
}
.news-letter .section-wrapper .news-title {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .news-letter .section-wrapper .news-title {
    width: 50%;
    margin-bottom: 0;
    text-align: left;
  }
}
.news-letter .section-wrapper .news-title h2 {
  color: #fff;
  margin: 0;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
}
.news-letter .section-wrapper .news-form {
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .news-letter .section-wrapper .news-form {
    width: calc(100% - 50%);
    text-align: left;
  }
}
.news-letter .section-wrapper .news-form form {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.news-letter .section-wrapper .news-form form label {
  width: 100%;
  margin-bottom: 0;
}
.news-letter .section-wrapper .news-form form label::after {
  content: "";
  width: 30px;
  height: 30px;
  top: 18px;
  left: 10px;
  text-align: center;
  font-size: 24px;
  color: #ff4e00;
  font-family: IcoFont !important;
}
@media (min-width: 576px) {
  .news-letter .section-wrapper .news-form form label::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.news-letter .section-wrapper .news-form form label input {
  margin-bottom: 0;
  border: none;
  outline: none;
}
.news-letter .section-wrapper .news-form form label input[type=email] {
  padding: 20px;
  padding-left: 50px;
}
@media (min-width: 576px) {
  .news-letter .section-wrapper .news-form form label input[type=email] {
    padding-right: 170px;
  }
}
.news-letter .section-wrapper .news-form form input[type=submit] {
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  width: 162px;
  height: 54px;
  border: none;
  outline: none;
  color: #fff;
  margin-top: 20px;
  background: #ff4e00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .news-letter .section-wrapper .news-form form input[type=submit] {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}

/* @@@@@@@@@@@@@  Recipe Categori Start Here  @@@@@@@@@@@@@@ */
.recipe-categori .section-wrapper .recipe-item {
  text-align: center;
  padding: 35px 25px 25px;
}
.recipe-categori .section-wrapper .recipe-item:hover .recipe-content a {
  color: #ff4e00;
}
.recipe-categori .section-wrapper .recipe-item .recipe-thumb {
  height: 52px;
}
.recipe-categori .section-wrapper .recipe-item .recipe-content {
  margin-top: 20px;
  padding: 0;
}
.recipe-categori .section-wrapper .recipe-item .recipe-content a {
  text-transform: uppercase;
  color: #244262;
  display: block;
}

/* @@@@@@@@@@@@@  Gallery Section Start Here  @@@@@@@@@@@@@@ */
.gallery-section .gallery-area {
  background: #fff;
  padding: 30px;
}
.gallery-section .gallery-area .section-wrapper .gallery-item {
  margin-bottom: 30px;
}
.gallery-section .gallery-area .section-wrapper .gallery-item .gallery-thumb::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  background: #ff4e00;
  opacity: 0.7;
  transform: scale(0);
}
.gallery-section .gallery-area .section-wrapper .gallery-item .gallery-thumb:hover::after {
  transform: scale(1);
}
.gallery-section .gallery-area .section-wrapper .gallery-item .gallery-thumb:hover .gallery-icon {
  transform: translate(-50%, -50%) scale(1);
}
.gallery-section .gallery-area .section-wrapper .gallery-item .gallery-thumb img {
  width: 100%;
}
.gallery-section .gallery-area .section-wrapper .gallery-item .gallery-thumb .gallery-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #244262;
  background: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  transform: translate(-50%, -50%) scale(0);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* @@@@@@@@@@@@@  Video Section Start Here  @@@@@@@@@@@@@@ */
.video-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video-section .section-header {
  justify-content: flex-start;
}
.video-section .section-header img {
  margin: 0 20px 20px 0;
}
.video-section .section-header h4 {
  color: #fff;
}
@media (max-width: 575px) {
  .video-section .section-header h4 {
    width: auto;
  }
}
@media (min-width: 576px) {
  .video-section .section-wrapper .video-tabcontent .tabcontent {
    height: 558px;
  }
}
.video-section .section-wrapper .video-tabcontent .tabcontent iframe {
  width: 100%;
  height: 350px;
  border: none;
  background: url(../images/video/bg.jpg);
}
@media (min-width: 576px) {
  .video-section .section-wrapper .video-tabcontent .tabcontent iframe {
    height: 558px;
  }
}
.video-section .section-wrapper .video-tabbar .tabbar-title {
  align-items: center;
  padding: 20px;
  background: #ff4e00;
}
.video-section .section-wrapper .video-tabbar .tabbar-title img {
  margin-right: 10px;
  width: 36px;
  height: 36px;
}
.video-section .section-wrapper .video-tabbar .tabbar-title h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  width: calc(100% - 50px);
}
.video-section .section-wrapper .video-tabbar .tabbar-title .watch-time {
  bottom: 0;
  right: 0;
  width: 60px;
  height: 20px;
  background: #244262;
  color: #fff;
}
.video-section .section-wrapper .video-tabbar .tabbar-body {
  padding: 20px;
  background: #111111;
  height: 470px;
  overflow: hidden;
  overflow-y: scroll;
}
.video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks {
  padding: 10px 0;
}
.video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-thumb {
  cursor: pointer;
  width: 120px;
}
.video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-thumb img {
  width: 100%;
  height: 100%;
}
.video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-thumb .watch-time {
  bottom: 0;
  right: 0;
  width: 60px;
  height: 20px;
  background: #ff4e00;
  color: #fff;
}
.video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-content {
  width: calc(100% - 120px);
  padding-left: 20px;
  margin-top: 0;
}
.video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-content .title {
  font-weight: 500;
}
.video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-content .date {
  font-weight: 300;
  display: block;
}
.video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-content .title, .video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-content .date {
  color: #fff;
}
@media (max-width: 575px) {
  .video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-content .title, .video-section .section-wrapper .video-tabbar .tabbar-body .tab-bar .tablinks .video-content .date {
    font-size: 12px;
  }
}

/* @@@@@@@@@@@@@  Coming Soon Section Start Here  @@@@@@@@@@@@@@ */
.coming-soon {
  background: #f7f1e9;
  padding: 100px 0;
}
.coming-soon .coming-thumb {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .coming-soon .coming-thumb {
    margin-bottom: 0;
  }
}
.coming-soon .coming-area .section-header {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .coming-soon .coming-area .section-header {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .coming-soon .coming-area .section-header h2 {
    font-size: 60px;
  }
}
.coming-soon .coming-area .section-header p {
  max-width: 450px;
}
@media (min-width: 768px) {
  .coming-soon .coming-area .section-header p {
    margin-left: 0;
  }
}
.coming-soon .coming-area .section-wrapper .countdown {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .coming-soon .coming-area .section-wrapper .countdown {
    justify-content: center;
  }
}
.coming-soon .coming-area .section-wrapper .countdown li {
  padding: 0;
  text-align: center;
}
@media (max-width: 575px) {
  .coming-soon .coming-area .section-wrapper .countdown li {
    width: 50%;
  }
}
.coming-soon .coming-area .section-wrapper .countdown li:last-child h3::after {
  display: none;
}
.coming-soon .coming-area .section-wrapper .countdown li:nth-child(2) h3 {
  color: #d26dfb;
}
@media (max-width: 575px) {
  .coming-soon .coming-area .section-wrapper .countdown li:nth-child(2) h3::after {
    display: none;
  }
}
.coming-soon .coming-area .section-wrapper .countdown li:nth-child(3) h3 {
  color: #00c08c;
}
.coming-soon .coming-area .section-wrapper .countdown li:nth-child(4) h3 {
  color: #009cff;
}
.coming-soon .coming-area .section-wrapper .countdown li h3 {
  padding: 0 25px;
  margin-bottom: 0;
  color: #ff739c;
}
.coming-soon .coming-area .section-wrapper .countdown li h3::after {
  width: 10px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ":";
  color: #244262;
}
.coming-soon .coming-area .section-wrapper .countdown li p {
  margin-top: 20px;
  color: #244262;
}
.coming-soon .coming-area .section-wrapper .news-letter {
  padding: 0;
}
.coming-soon .coming-area .section-wrapper .news-letter .news-form {
  width: 100%;
}
.coming-soon .coming-area .section-wrapper .news-letter .news-form .section-wrapper p {
  margin-bottom: 25px;
}

/* @@@@@@@@@@@@@  Shop single page Section Start Here  @@@@@@@@@@@@@@ */
@media (max-width: 575px) {
  .shop-page.single .section-wrapper article {
    margin-bottom: 30px;
  }
}
.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%;
}
.shop-page.single .section-wrapper .shop-single .gallery-thumbs .shop-item {
  cursor: pointer;
}
.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 .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: #ff4e00;
}
.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: #244262;
}
.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: "";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  left: 0;
  text-align: center;
  color: #f37398;
  transform: translateY(-50%);
}
.shop-page.single .section-wrapper .shop-single .shop-single-content .desc .quyality {
  margin-top: 15px;
}
.shop-page.single .section-wrapper .shop-single .shop-single-content .desc .quyality p span {
  color: #244262;
  font-weight: 700;
}

.review .section-wrapper .related {
  margin-top: 0;
}
.review .section-wrapper .related .tabcontent .col-12:nth-last-child(1) .p-food-item::after, .review .section-wrapper .related .tabcontent .col-12:nth-last-child(2) .p-food-item::after {
  display: none;
}
.review .section-wrapper .related .tabcontent .p-food-item::after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  border: 1px solid #e6e6e6;
  content: "";
  font-family: IcoFont !important;
  color: #e6e6e6;
  text-align: center;
  display: none;
}
@media (min-width: 1200px) {
  .review .section-wrapper .related .tabcontent .p-food-item::after {
    display: block;
  }
}
.review .section-wrapper .related .tabcontent .p-food-item .p-food-inner .p-food-content {
  padding: 40px 15px 0;
}
@media (min-width: 576px) {
  .review .section-wrapper .related .tabcontent .p-food-item .p-food-inner .p-food-content .p-food-footer .left, .review .section-wrapper .related .tabcontent .p-food-item .p-food-inner .p-food-content .p-food-footer .right {
    width: 50%;
  }
}
.review .section-wrapper .related .tabcontent .p-food-item .p-food-inner .food-quyality {
  padding: 20px;
}
.review .section-wrapper .related .tabcontent .p-food-item .p-food-inner .food-quyality .section-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.review .section-wrapper .related .tabcontent .p-food-item .p-food-inner .food-quyality .section-wrapper {
  padding: 0;
}
.review .section-wrapper .related .tabcontent .Description .addimage {
  margin: 30px auto;
  justify-content: center;
}
.review .section-wrapper .related .tabcontent .spe-shop h4 {
  font-weight: 500;
}
.review .section-wrapper .related .tabcontent .spe-shop .tec-spe {
  margin-top: 30px;
}
.review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li {
  align-items: center;
  padding: 15px 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 575px) {
  .review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li {
    text-align: center;
  }
}
.review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li:last-child {
  border-bottom: none;
}
.review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li::after {
  display: none;
}
.review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li .left {
  width: 100%;
}
@media (min-width: 576px) {
  .review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li .left {
    width: 50%;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li .left {
    width: 30%;
  }
}
.review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li .right {
  width: 100%;
}
@media (min-width: 576px) {
  .review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li .right {
    width: 50%;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .review .section-wrapper .related .tabcontent .spe-shop .tec-spe ul li .right {
    width: 70%;
  }
}
.review .section-wrapper .related .tabcontent .review {
  max-width: 800px;
}
.review .section-wrapper .related .tabcontent .review .content li {
  margin-bottom: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
.review .section-wrapper .related .tabcontent .review .content li:last-child {
  border-bottom: none;
}
.review .section-wrapper .related .tabcontent .review .content li .post-thumb {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.review .section-wrapper .related .tabcontent .review .content li .post-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.review .section-wrapper .related .tabcontent .review .content li .post-content {
  width: calc(100% - 120px);
}
.review .section-wrapper .related .tabcontent .review .content li .post-content .entry-meta {
  justify-content: space-between;
  align-items: center;
}
.review .section-wrapper .related .tabcontent .review .content li .post-content .entry-meta .posted-on a {
  font-size: 18px;
  font-weight: 700;
  color: #244262;
}
.review .section-wrapper .related .tabcontent .review .content li .post-content .entry-meta .posted-on a:hover {
  color: #ff4e00;
}
.review .section-wrapper .related .tabcontent .review .content li .post-content .entry-meta .posted-on p {
  margin-bottom: 0;
}
.review .section-wrapper .related .tabcontent .review .client-review {
  margin-top: 40px;
}
.review .section-wrapper .related .tabcontent .review .client-review .review-form .review-title {
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.review .section-wrapper .related .tabcontent .review .client-review .review-form form input {
  width: 100%;
}
.review .section-wrapper .related .tabcontent .review .client-review .review-form form input, .review .section-wrapper .related .tabcontent .review .client-review .review-form form textarea {
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 7px 15px;
  border: 1px solid #e6e6e6;
}
.review .section-wrapper .related .tabcontent .review .client-review .review-form form .ratings {
  align-items: center;
  margin-bottom: 20px;
}
.review .section-wrapper .related .tabcontent .review .client-review .review-form form .ratings .rating-title {
  padding-right: 10px;
}

/* @@@@@@@@@@@@@  404 page Section Start Here  @@@@@@@@@@@@@@ */
.fore-zero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.fore-zero .section-wrapper .zero-item {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.fore-zero .section-wrapper .zero-item .zero-thumb {
  margin-bottom: 40px;
}
.fore-zero .section-wrapper .zero-item .zero-content h3 {
  line-height: 1.4;
  margin-bottom: 45px;
}
.fore-zero .section-wrapper .zero-item .zero-content .food-btn {
  margin-left: -60px;
}

/* @@@@@@@@@@@@@  contact-information Section Start Here  @@@@@@@@@@@@@@ */
.contact-information .section-wrapper {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  padding: 60px 30px 0;
}
@media (min-width: 1200px) {
  .contact-information .section-wrapper {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    z-index: 1;
  }
}
.contact-information .section-wrapper .col-12:first-child {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .contact-information .section-wrapper .col-12:first-child {
    margin-bottom: 0px;
    background: url(../images/contac/bg.png) no-repeat;
    background-position: bottom left;
  }
}
.contact-information .section-wrapper h5 {
  margin-bottom: 35px;
  line-height: 30px;
}
.contact-information .section-wrapper form input,
.contact-information .section-wrapper form textarea {
  border-color: #ebebeb;
  padding: 10px;
}
.contact-information .section-wrapper form input {
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 576px) {
  .contact-information .section-wrapper form input {
    width: calc(100% / 2 - 15px);
  }
}
.contact-information .section-wrapper form textarea {
  min-height: 200px;
  padding: 15px;
  margin-bottom: 35px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contact-information .section-wrapper form .food-btn {
  margin-bottom: 60px;
  border: none;
}
.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-thumb {
  width: 50px;
  height: 50px;
}
.contact-information .section-wrapper .post-item .post-content {
  width: calc(100% - 60px);
}
.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: 16px;
}
.contact-information .section-wrapper .post-item .post-content p {
  line-height: 24px;
  margin: 0;
}

/* @@@@@@@@@@@@@  Gmaps Section Start Here  @@@@@@@@@@@@@@ */
.gmaps-section .map-area {
  height: 600px;
}
.gmaps-section .map-area iframe {
  width: 100%;
  height: 600px;
}

/* @@@@@@@@@@@@@  Popular Blog Section Start Here  @@@@@@@@@@@@@@ */
.blog-section .section-wrapper .post-item, .recepi-single .section-wrapper .post-item {
  margin-bottom: 25px;
}
.blog-section .section-wrapper .post-item .post-inner, .recepi-single .section-wrapper .post-item .post-inner {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #fff;
}
.blog-section .section-wrapper .post-item .post-inner:hover .post-thumb a img, .recepi-single .section-wrapper .post-item .post-inner:hover .post-thumb a img {
  transform: scale(1.1) rotate(-2deg);
}
.blog-section .section-wrapper .post-item .post-inner:hover .post-content h4 a, .blog-section .section-wrapper .post-item .post-inner:hover .post-content h5 a, .blog-section .section-wrapper .post-item .post-inner:hover .post-content h6 a, .recepi-single .section-wrapper .post-item .post-inner:hover .post-content h4 a, .recepi-single .section-wrapper .post-item .post-inner:hover .post-content h5 a, .recepi-single .section-wrapper .post-item .post-inner:hover .post-content h6 a {
  color: #ff4e00;
}
.blog-section .section-wrapper .post-item .post-inner .post-thumb a, .recepi-single .section-wrapper .post-item .post-inner .post-thumb a {
  display: block;
}
.blog-section .section-wrapper .post-item .post-inner .post-thumb a img, .recepi-single .section-wrapper .post-item .post-inner .post-thumb a img {
  width: 100%;
}
.blog-section .section-wrapper .post-item .post-inner .post-content, .recepi-single .section-wrapper .post-item .post-inner .post-content {
  padding: 30px;
}
.blog-section .section-wrapper .post-item .post-inner .post-content h4, .blog-section .section-wrapper .post-item .post-inner .post-content h6, .recepi-single .section-wrapper .post-item .post-inner .post-content h4, .recepi-single .section-wrapper .post-item .post-inner .post-content h6 {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .blog-section .section-wrapper .post-item .post-inner .post-content h4, .blog-section .section-wrapper .post-item .post-inner .post-content h6, .recepi-single .section-wrapper .post-item .post-inner .post-content h4, .recepi-single .section-wrapper .post-item .post-inner .post-content h6 {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .blog-section .section-wrapper .post-item .post-inner .post-content h4 a, .recepi-single .section-wrapper .post-item .post-inner .post-content h4 a {
    line-height: 1.2;
    font-size: 20px;
  }
}
.blog-section .section-wrapper .post-item .post-inner .post-content h5, .recepi-single .section-wrapper .post-item .post-inner .post-content h5 {
  margin-bottom: 5px;
}
.blog-section .section-wrapper .post-item .post-inner .post-content p, .recepi-single .section-wrapper .post-item .post-inner .post-content p {
  margin-top: 15px;
}
.blog-section .section-wrapper .post-item .post-inner .post-content .food-btn, .recepi-single .section-wrapper .post-item .post-inner .post-content .food-btn {
  padding: 8px 22px;
}
.blog-section .section-wrapper .post-item .post-inner .post-content .date, .recepi-single .section-wrapper .post-item .post-inner .post-content .date {
  color: #696969;
}
.blog-section .section-wrapper .post-item .post-inner .post-content .date:hover, .recepi-single .section-wrapper .post-item .post-inner .post-content .date:hover {
  color: #ff4e00;
}
@media (min-width: 1200px) {
  .blog-section .section-wrapper .blog-left .post-item, .recepi-single .section-wrapper .blog-left .post-item {
    margin-bottom: 0;
  }
}
.blog-section .section-wrapper .blog-right, .recepi-single .section-wrapper .blog-right {
  padding: 0;
}
@media (max-width: 767px) {
  .blog-section .section-wrapper .blog-right .col-12:last-child .post-item, .recepi-single .section-wrapper .blog-right .col-12:last-child .post-item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog-section .section-wrapper .blog-right .col-12:nth-last-child(1) .post-item, .blog-section .section-wrapper .blog-right .col-12:nth-last-child(2) .post-item, .recepi-single .section-wrapper .blog-right .col-12:nth-last-child(1) .post-item, .recepi-single .section-wrapper .blog-right .col-12:nth-last-child(2) .post-item {
    margin-bottom: 0;
  }
}
.blog-section.home-3 .section-wrapper .post-item .post-inner .post-content, .recepi-single.home-3 .section-wrapper .post-item .post-inner .post-content {
  padding: 20px 25px;
}
.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: 17px;
}
.blog-section.home-3 .section-wrapper .post-item .post-inner .post-content .meta-post, .recepi-single.home-3 .section-wrapper .post-item .post-inner .post-content .meta-post {
  margin-top: 2px;
}
@media (min-width: 1200px) {
  .blog-section.trending .section-wrapper .col-12 .post-item, .recepi-single.trending .section-wrapper .col-12 .post-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .blog-section.trending .section-wrapper .col-12:nth-last-child(1) .post-item, .recepi-single.trending .section-wrapper .col-12:nth-last-child(1) .post-item {
    margin-bottom: 0;
  }
}
.blog-section.trending .section-wrapper .post-item:hover .post-inner .post-thumb .post-content h5 a, .recepi-single.trending .section-wrapper .post-item:hover .post-inner .post-thumb .post-content h5 a {
  color: #ff4e00;
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content h5, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content h5 {
  text-align: center;
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content h5 a, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content h5 a {
  color: #fff;
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-tag, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-tag {
  justify-content: center;
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul {
  justify-content: center;
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul li a, .blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul li i, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul li a, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul li i {
  color: #fff;
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul li a, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul li a {
  margin-right: 15px;
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul li:last-child a, .recepi-single.trending .section-wrapper .post-item .post-inner .post-thumb .post-content .meta-post ul li:last-child a {
  margin-right: 0;
}
.blog-section.trending .section-wrapper .post-item .post-inner .post-content, .recepi-single.trending .section-wrapper .post-item .post-inner .post-content {
  padding: 22px 25px;
}
.blog-section.blog-page .section-wrapper .post-item, .recepi-single.blog-page .section-wrapper .post-item {
  margin-bottom: 30px;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner, .recepi-single.blog-page .section-wrapper .post-item .post-inner {
  box-shadow: none;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner:hover .post-content h4 a, .recepi-single.blog-page .section-wrapper .post-item .post-inner:hover .post-content h4 a {
  color: #ff4e00;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-thumb, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-thumb {
  margin-bottom: 10px;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-thumb > a, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-thumb > a {
  display: block;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-thumb > a img, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-thumb > a img {
  width: 100%;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  padding: 30px 30px 40px;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content h4, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content h4 {
  margin-bottom: 5px;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content h4 a, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content h4 a {
  color: #244262;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content .meta-post, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content .meta-post {
  margin-bottom: 10px;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content .meta-post ul li i, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content .meta-post ul li i {
  color: #696969;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content .meta-post ul li a, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content .meta-post ul li a {
  color: #696969;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content .meta-post ul li a:hover, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content .meta-post ul li a:hover {
  color: #ff4e00;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content p, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content p {
  margin-top: 0;
  margin-bottom: 33px;
}
.blog-section.blog-page .section-wrapper .post-item .post-inner .post-content .food-btn, .recepi-single.blog-page .section-wrapper .post-item .post-inner .post-content .food-btn {
  padding: 16px 22px;
}
.blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-next, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-next {
  left: 10px;
}
.blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-prev, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  right: 10px;
}
.blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next, .blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #244262;
  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;
}
.blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next:hover, .blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next .active, .blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev:hover, .blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev .active, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next:hover, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next .active, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev:hover, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev .active {
  background: #ff4e00;
  color: #fff;
}
.blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next {
  left: -10%;
}
.blog-section.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev, .recepi-single.blog-page .section-wrapper .post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  right: -10%;
}
.blog-section.blog-page .section-wrapper .post-item.video-post iframe, .recepi-single.blog-page .section-wrapper .post-item.video-post iframe {
  width: 100%;
  height: 370px;
  border: none;
}
.blog-section.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb .qute-content, .recepi-single.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb .qute-content {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
}
.blog-section.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb .qute-content h5, .recepi-single.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb .qute-content h5 {
  margin-top: 15px;
  color: #fff;
  font-family: "Abril Fatface", cursive;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .blog-section.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb .qute-content h5, .recepi-single.blog-page .section-wrapper .post-item.qute-post .post-inner .post-thumb .qute-content h5 {
    display: none;
  }
}
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content, .recepi-single.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, .recepi-single.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, .recepi-single.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, .recepi-single.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, .recepi-single.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, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content p, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content img, .recepi-single.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, .recepi-single.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, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content blockquote {
  background: #ff4e00;
  color: #fff;
  margin: 0 0 20px;
  padding: 25px;
}
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote::before, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content blockquote::before {
  width: 40px;
  height: 40px;
  color: #fff;
  content: "";
  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, .recepi-single.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, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content blockquote p {
  margin-bottom: 0;
  font-family: "Abril Fatface", cursive;
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote p, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content blockquote p {
    padding-left: 60px;
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content blockquote a, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content blockquote a {
  color: #fff;
  text-align: right;
  display: block;
}
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content img, .recepi-single.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 .tags-section, .recepi-single.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, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags {
  width: calc(100% / 1);
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags, .recepi-single.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, .recepi-single.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, .recepi-single.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, .recepi-single.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, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a {
  padding: 5px 18px;
  border: 1px solid #e6e6e6;
  color: #244262;
  -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, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a:hover, .recepi-single.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a .active {
  background: #ff4e00;
  color: #fff;
  border-color: #ff4e00;
}
.blog-section.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .scocial-media, .recepi-single.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, .recepi-single.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, .recepi-single.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, .recepi-single.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, .recepi-single.blog-single .section-wrapper .title-border {
    padding: 20px 30px;
  }
}
.blog-section.blog-single .section-wrapper .navigations-part, .recepi-single.blog-single .section-wrapper .navigations-part {
  justify-content: space-between;
  padding: 25px;
  margin: 30px 0;
}
.blog-section.blog-single .section-wrapper .navigations-part .left, .recepi-single.blog-single .section-wrapper .navigations-part .left {
  text-align: left;
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .left, .recepi-single.blog-single .section-wrapper .navigations-part .left {
    width: calc(100% / 2);
  }
}
.blog-section.blog-single .section-wrapper .navigations-part .right, .recepi-single.blog-single .section-wrapper .navigations-part .right {
  text-align: right;
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right, .recepi-single.blog-single .section-wrapper .navigations-part .right {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right, .recepi-single.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, .recepi-single.blog-single .section-wrapper .navigations-part .left .title, .recepi-single.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, .recepi-single.blog-single .section-wrapper .navigations-part .left .title:hover, .recepi-single.blog-single .section-wrapper .navigations-part .left .title .active, .recepi-single.blog-single .section-wrapper .navigations-part .right .title:hover, .recepi-single.blog-single .section-wrapper .navigations-part .right .title .active {
  color: #ff4e00;
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .left .title, .blog-section.blog-single .section-wrapper .navigations-part .right .title, .recepi-single.blog-single .section-wrapper .navigations-part .left .title, .recepi-single.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, .recepi-single.blog-single .section-wrapper .navigations-part .left .next, .recepi-single.blog-single .section-wrapper .navigations-part .left .prev, .recepi-single.blog-single .section-wrapper .navigations-part .right .next, .recepi-single.blog-single .section-wrapper .navigations-part .right .prev {
  color: #244262;
  font-weight: 700;
  margin-bottom: 10px;
}
.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, .recepi-single.blog-single .section-wrapper .navigations-part .left .next:hover, .recepi-single.blog-single .section-wrapper .navigations-part .left .next .active, .recepi-single.blog-single .section-wrapper .navigations-part .left .prev:hover, .recepi-single.blog-single .section-wrapper .navigations-part .left .prev .active, .recepi-single.blog-single .section-wrapper .navigations-part .right .next:hover, .recepi-single.blog-single .section-wrapper .navigations-part .right .next .active, .recepi-single.blog-single .section-wrapper .navigations-part .right .prev:hover, .recepi-single.blog-single .section-wrapper .navigations-part .right .prev .active {
  color: #ff4e00;
}
.blog-section.blog-single .section-wrapper .authors, .recepi-single.blog-single .section-wrapper .authors {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  margin: 30px 0;
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .authors, .recepi-single.blog-single .section-wrapper .authors {
    justify-content: center;
  }
}
.blog-section.blog-single .section-wrapper .authors .author-thumb, .recepi-single.blog-single .section-wrapper .authors .author-thumb {
  width: 160px;
  text-align: center;
}
.blog-section.blog-single .section-wrapper .authors .author-thumb a, .recepi-single.blog-single .section-wrapper .authors .author-thumb a {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.blog-section.blog-single .section-wrapper .authors .author-thumb a img, .recepi-single.blog-single .section-wrapper .authors .author-thumb a img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.blog-section.blog-single .section-wrapper .authors .author-content, .recepi-single.blog-single .section-wrapper .authors .author-content {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .authors .author-content, .recepi-single.blog-single .section-wrapper .authors .author-content {
    width: calc(100% - 170px);
    margin-top: 0;
    text-align: left;
  }
}
.blog-section.blog-single .section-wrapper .authors .author-content h6, .recepi-single.blog-single .section-wrapper .authors .author-content h6 {
  margin-bottom: 5px;
}
.blog-section.blog-single .section-wrapper .authors .author-content p, .recepi-single.blog-single .section-wrapper .authors .author-content p {
  margin-bottom: 10px;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media, .recepi-single.blog-single .section-wrapper .authors .author-content .scocial-media {
  margin-bottom: 0;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a, .recepi-single.blog-single .section-wrapper .authors .author-content .scocial-media a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.facebook, .recepi-single.blog-single .section-wrapper .authors .author-content .scocial-media a.facebook {
  color: #3b5998;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.twitter, .recepi-single.blog-single .section-wrapper .authors .author-content .scocial-media a.twitter {
  color: #55acee;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.linkedin, .recepi-single.blog-single .section-wrapper .authors .author-content .scocial-media a.linkedin {
  color: #007bb5;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.vimeo, .recepi-single.blog-single .section-wrapper .authors .author-content .scocial-media a.vimeo {
  color: #3b5998;
}
.blog-section.blog-single .section-wrapper .product, .recepi-single.blog-single .section-wrapper .product {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  padding-bottom: 25px;
}
.blog-section.blog-single .section-wrapper .product .title-border, .recepi-single.blog-single .section-wrapper .product .title-border {
  margin: 0 0 10px 0;
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .product .title-border, .recepi-single.blog-single .section-wrapper .product .title-border {
    text-align: center;
  }
}
.blog-section.blog-single .section-wrapper .product .section-wrapper, .recepi-single.blog-single .section-wrapper .product .section-wrapper {
  padding: 10px;
}
.blog-section.blog-single .section-wrapper .product .section-wrapper .product-item, .recepi-single.blog-single .section-wrapper .product .section-wrapper .product-item {
  box-shadow: none;
  margin: 10px;
  padding: 0;
}
.blog-section.blog-single .section-wrapper .product .section-wrapper .product-item .product-thumb, .recepi-single.blog-single .section-wrapper .product .section-wrapper .product-item .product-thumb {
  width: 150px;
  height: 150px;
}
.blog-section.blog-single .section-wrapper .product .section-wrapper .product-item .product-content, .recepi-single.blog-single .section-wrapper .product .section-wrapper .product-item .product-content {
  padding-bottom: 15px;
}
.blog-section.blog-single .section-wrapper .product .section-wrapper .product-item .product-content h6 a, .recepi-single.blog-single .section-wrapper .product .section-wrapper .product-item .product-content h6 a {
  font-weight: 400;
}
.blog-section.blog-single .section-wrapper .product .section-wrapper .product-item .product-content .commtents, .recepi-single.blog-single .section-wrapper .product .section-wrapper .product-item .product-content .commtents {
  color: #696969;
}
.blog-section.blog-single .section-wrapper .comments, .recepi-single.blog-single .section-wrapper .comments {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.blog-section.blog-single .section-wrapper .comments .comment-list, .recepi-single.blog-single .section-wrapper .comments .comment-list {
  padding: 20px;
}
@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list, .recepi-single.blog-single .section-wrapper .comments .comment-list {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list, .recepi-single.blog-single .section-wrapper .comments .comment-list {
    margin: 0;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
  float: left;
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    height: 80px;
    width: 80px;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content:last-child, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content:last-child {
  border-bottom: none;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 {
  margin: 0;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
  color: #244262;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
  color: #ff4e00;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span {
  font-size: 16px;
  color: #696969;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
  color: #ff4e00;
  font-weight: 700;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content p, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .com-content p {
  margin-bottom: 0;
  line-height: 24px;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
    padding-left: 30px;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0px;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child, .recepi-single.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child {
  border: none;
  padding-bottom: 0px;
}
.blog-section.blog-single .section-wrapper .comment-respond, .recepi-single.blog-single .section-wrapper .comment-respond {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment, .recepi-single.blog-single .section-wrapper .comment-respond .add-comment {
  padding: 10px 30px 40px;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form, .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form {
  justify-content: space-between;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text], .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text] {
  color: #696969;
  padding: 10px 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text], .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text] {
    width: calc(100% / 2 - 15px);
  }
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text]:nth-child(3), .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text]:nth-child(3) {
    width: 100% !important;
  }
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input, .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea, .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form input, .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
  background: #f1f6fa;
  border: none;
  margin-bottom: 20px;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea, .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
  padding: 15px;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p, .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form p {
  width: 100%;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p input, .recepi-single.blog-single .section-wrapper .comment-respond .add-comment .comment-form p input {
  margin-right: 10px;
  width: auto;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner, .recepi-single.recepi-single .section-wrapper .post-item .post-inner {
  background: transparent;
  box-shadow: none;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-thumb, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-thumb {
  margin-bottom: 10px;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-inner, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-inner {
  width: 80%;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-inner .carousel-item .sli-recepi-thumb img, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-inner .carousel-item .sli-recepi-thumb img {
  width: 100%;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-indicators, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-indicators {
  background: #f5f5f1;
  top: 0;
  right: 0;
  justify-content: center;
  display: block !important;
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-right: 0;
  width: 70px;
}
@media (min-width: 576px) {
  .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-indicators, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-indicators {
    width: 160px;
  }
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-indicators .item, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-indicators .item {
  margin: 0 0 10px 10px;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-indicators .item:last-child, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-thumb .carousel .carousel-indicators .item:last-child {
  margin-bottom: 0;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .title, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .title {
  background: #e6e6e6;
  padding: 20px 30px;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .title h6, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .title h6 {
  margin-bottom: 0;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content img, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content img {
  width: auto;
  max-width: 100%;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .meta-tag, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .meta-tag {
  margin-bottom: 15px;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product {
  justify-content: space-between;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right {
  width: 100%;
  margin: 15px 0;
}
@media (min-width: 576px) {
  .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right {
    width: calc(100% / 2 - 15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right {
    width: 100%;
  }
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul {
  border: 1px solid #e6e6e6;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li {
  padding: 18px 20px;
  padding-left: 35px;
  border-bottom: 1px solid #e6e6e6;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li:last-child, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li:last-child, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li:last-child, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li:last-child {
  border-bottom: none;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.active::before, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.deactive::before, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.active::before, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.deactive::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.active::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.deactive::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.active::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.deactive::before {
  width: 12px;
  height: 12px;
  line-height: 14px;
  top: 50%;
  left: 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-50%);
  font-family: IcoFont !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.active::before, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.active::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.active::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.active::before {
  content: "";
  color: #fff;
  background: #ff4e00;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.deactive::before, .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.deactive::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .left ul li.deactive::before, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li.deactive::before {
  color: #ff4e00;
  background: #e6e6e6;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li .left, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li .left {
  margin: 0;
  width: 70%;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li .left i, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li .left i {
  padding-right: 10px;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li .right, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .make-product .right ul li .right {
  width: 30%;
  margin: 0;
  text-align: right;
  font-weight: 700;
  color: #244262;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .scan-area, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .scan-area {
  margin: 20px 0;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .scan-area .title h6, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .scan-area .title h6 {
  text-align: center;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .scan-area .scrn-thumb, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .scan-area .scrn-thumb {
  text-align: center;
  padding: 40px 0;
  border: 1px solid #e6e6e6;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner {
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
@media (min-width: 576px) {
  .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-thumb, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-thumb {
    width: 150px;
  }
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-content, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-content {
  width: 100%;
}
@media (min-width: 576px) {
  .blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-content, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-content {
    width: calc(100% - 170px);
  }
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-content h6, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-content h6 {
  color: #ff4e00;
  font-size: 16px;
  margin-bottom: 5px;
}
.blog-section.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-content p, .recepi-single.recepi-single .section-wrapper .post-item .post-inner .post-content .step-mathod .step-wrapper .step-item .step-inner .step-content p {
  margin-top: 0;
}
.blog-section.recepi-single .section-wrapper .authors, .blog-section.recepi-single .section-wrapper .product, .blog-section.recepi-single .section-wrapper .comments, .blog-section.recepi-single .section-wrapper .comment-respond, .recepi-single.recepi-single .section-wrapper .authors, .recepi-single.recepi-single .section-wrapper .product, .recepi-single.recepi-single .section-wrapper .comments, .recepi-single.recepi-single .section-wrapper .comment-respond {
  background: #fff;
}
@media (min-width: 992px) {
  .blog-section.recepi-single .section-wrapper .product .section-wrapper, .recepi-single.recepi-single .section-wrapper .product .section-wrapper {
    padding: 10px 20px;
  }
}
.blog-section.recepi-single .section-wrapper .product .section-wrapper .product-item .product-thumb, .recepi-single.recepi-single .section-wrapper .product .section-wrapper .product-item .product-thumb {
  height: auto;
  width: 100%;
}
.blog-section.recepi-single .section-wrapper .product .section-wrapper .product-item .product-thumb img, .recepi-single.recepi-single .section-wrapper .product .section-wrapper .product-item .product-thumb img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blog-section.recepi-single .section-wrapper .comment-respond .add-comment .comment-form .food-btn, .recepi-single.recepi-single .section-wrapper .comment-respond .add-comment .comment-form .food-btn {
  border: none;
  outline: none;
  box-shadow: none;
}

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: 25px 25px 0;
  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;
}
.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: #244262;
  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: #ff4e00;
}
.widget.widget-post {
  padding: 0;
}
.widget.widget-post ul.widget-wrapper {
  padding: 0;
}
.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: 16px;
  color: #244262;
}
.widget.widget-post ul.widget-wrapper li .post-content h6 a:hover {
  color: #ff4e00;
}
.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: 25px;
}
.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;
}
.widget.widget-tags ul.widget-wrapper li a.active, .widget.widget-tags ul.widget-wrapper li a:hover {
  background-color: #ff4e00;
  color: #fff;
  border-color: #ff4e00;
}
.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 .scocial-media a {
  background: transparent;
  font-size: 18px;
}
.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: 0;
}
.widget.recipe-categori .widget-wrapper .recipe-item {
  border: 1px dotted #e6e6e6;
  border-width: 1px;
  border-top: none;
  border-right: none;
  margin-bottom: 0;
}

.shop-title {
  padding: 16px 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-title p {
  margin-bottom: 0;
  color: #244262;
}
.shop-title .product-view-mode a {
  color: #244262;
  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: #ff4e00;
}
.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-lg-4.col-md-6.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: 0.5s;
  animation-duration: 0.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:hover .product-content h6 a, .shop-product-wrap .product-list-item:hover .product-content h6 a {
  color: #ff4e00;
}
.shop-product-wrap .product-item .product-thumb, .shop-product-wrap .product-list-item .product-thumb {
  height: auto;
  width: auto;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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: #ff4e00;
  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: #244262;
}
.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-cart .section-wrapper .cart-top {
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top {
    overflow-x: auto;
  }
}
.shop-cart .section-wrapper .cart-top table {
  font-weight: 700;
  width: 100%;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table {
    width: 720px;
  }
}
.shop-cart .section-wrapper .cart-top table thead tr th {
  background: #ff4e00;
  color: #fff;
  padding: 18px;
  border: none;
}
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
  text-align: center;
}
.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid #e6e6e6;
  border-right: none;
  border-left: none;
  border-top: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 20px;
  border: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  align-items: center;
  margin-bottom: 0;
  box-shadow: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 85px;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  width: calc(100% - 85px);
  padding-left: 10px;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
  color: #244262;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
  color: #ff4e00;
}
.shop-cart .section-wrapper .cart-bottom {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 20px 30px;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  max-width: 340px;
  display: flex;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  margin-bottom: 0;
  border: 1px solid #e6e6e6;
  padding: 10px 15px;
  outline: none;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
  background: #ff4e00;
  margin-left: -10px;
  outline: none;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  width: 100%;
  margin-top: 30px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 390px;
    text-align: right;
    margin-top: 0;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
  background: #ff4e00;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 14px;
  width: auto;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
  padding: 11px 30px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  border: none;
}
@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
    width: 100%;
    margin-bottom: 15px;
  }
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:last-child {
    margin-bottom: 0;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
    margin-bottom: 30px;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3 {
  margin-bottom: 30px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
  background: #fff;
  margin-bottom: 20px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
  width: 100%;
  padding: 9px 20px;
  background: transparent;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e6e6e6;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
  width: 100%;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
    width: 50%;
    float: left;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  top: 0;
  right: 0;
  padding: 9px 20px;
  background: #ff4e00;
  color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0px 3px 3px 0px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
  width: 45%;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    width: 100%;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  width: 170px;
  font-size: 14px;
  background: #ff4e00;
  font-weight: 700;
  color: #fff;
  outline: none;
  border: none;
  float: right;
}
@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview {
    margin-top: 30px;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3 {
  margin-bottom: 30px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
  margin: 0;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: #fff;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
  margin-bottom: 0;
  color: #ff4e00;
}

/* @@@@@@@@@@@@@  Footer Section Start Here  @@@@@@@@@@@@@@ */
.footer .footer-top {
  padding: 60px 0 40px;
}
@media (min-width: 1200px) {
  .footer .footer-top {
    padding: 124px 0 88px;
  }
}
.footer .footer-top .footer-area .footer-logo a {
  margin-bottom: 25px;
}
.footer .footer-top .footer-area .scocial-media a {
  font-size: 18px;
  border-radius: 100%;
  background: #fff;
}
.footer .footer-top .footer-area .scocial-media a.facebook {
  color: #3b5998;
}
.footer .footer-top .footer-area .scocial-media a.twitter {
  color: #55acee;
}
.footer .footer-top .footer-area .scocial-media a.linkedin {
  color: #007bb5;
}
.footer .footer-top .footer-area .scocial-media a.vimeo {
  color: #3b5998;
}
.footer .footer-top .footer-area .footer-menu ul {
  justify-content: center;
}
.footer .footer-top .footer-area .footer-menu ul li a {
  color: #fff;
  padding: 0 15px;
  margin: 5px;
}
.footer .footer-bottom {
  padding: 40px 0;
  border-top: 1px solid #d099f9;
}
.footer .footer-bottom p {
  margin-bottom: 0;
  color: #fff;
}
.footer .footer-bottom p a {
  color: #fff;
  padding: 0 2px;
}
.footer .footer-bottom p a span {
  z-index: 1;
}
.footer .footer-bottom p a::after {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}
.footer .footer-bottom p a:hover {
  color: #ff4e00;
}
.footer .footer-bottom p a:hover::after {
  transform: scaleX(1);
}
.footer.style-2 .footer-bottom {
  border-top: 1px solid #ff834d;
}

/*# sourceMappingURL=style.css.map */
