/*
	Template Name: Cuinare
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: cuinare - Multi Vendor and Restaurant WordPress Theme
  Version: 1.0.0

*/
/* Typography
================================================== */
body {
  font-family: "Jost", sans-serif;
  line-height: 26px;
  font-size: 16px;
  color: #748289;
  font-weight: 400;
  background-color: #fbf4ed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #062126;
  font-family: "DM Serif Display", serif;
  font-weight: 500;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

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

h6 {
  font-size: 14px;
  line-height: 24px;
}

/* Global styles
================================================== */
body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  margin: 0;
}

iframe {
  border: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #062126;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

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

a.read-more {
  color: #062126;
  font-weight: 700;
}

a.read-more:hover {
  color: rgba(6, 33, 38, 0.7);
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-35 {
  margin-top: 35px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 60px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.btn {
  font-size: 18px;
  font-weight: 500;
  color: #ede2d7;
  text-transform: capitalize;
  background: #062126;
  padding: 13px 40px 12px;
  line-height: 28px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.btn i {
  margin-left: 14px;
}
.btn:focus, .btn:active {
  outline: none;
  background: #062126;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  color: #ede2d7;
  background-color: rgba(6, 33, 38, 0.7);
  border-color: rgba(6, 33, 38, 0.7);
}
.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #ede2d7;
  margin-left: 20px;
  border: 2px solid #ede2d7;
}
.btn.fill:hover {
  background: #ede2d7;
  border-color: #ede2d7;
}
.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}
.btn.btn-shadow {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(237, 226, 215, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(237, 226, 215, 0.1);
  background: transparent;
  color: #ede2d7;
  display: block;
}
.btn.btn-shadow .icon {
  margin-left: 30px;
}
.btn.btn-shadow:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(237, 226, 215, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(237, 226, 215, 0.1);
}
.btn.btn-shadow.btn-border {
  background: transparent;
  border: 1px solid #062126;
  color: #ede2d7;
}
.btn a.btn-link {
  font-size: 14px;
  font-weight: 800;
  color: #062126;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: -0.14px;
}
.btn a.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.btn a.btn-link:hover {
  color: #ede2d7;
}
.btn .btn-white {
  background: #ede2d7;
  color: #2c2c2c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .solid-bg-two {
  background: #f2f2f2;
}
.btn .main-container {
  padding: 80px 0;
}
.btn .main-container.blog, .btn .main-container.blog-single {
  padding-bottom: 50px;
}

.btn-primary {
  border: 1px solid #062126;
}
.btn-primary i {
  font-size: 15px;
  position: relative;
  top: 2px;
}
.btn-primary:hover {
  background-color: transparent !important;
  border: 1px solid #062126;
  color: #062126;
}
.btn-primary:not(:disabled):not(.disabled).active {
  color: #ede2d7;
  background-color: #062126;
  border-color: #062126;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
  color: #ede2d7;
  background-color: #062126;
  border-color: #062126;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-primary.dropdown-toggle {
  color: #ede2d7;
  background-color: #062126;
  border-color: #062126;
}
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* *************************
    Header
************************** */
.logo img {
  max-width: 110px;
}

.header-wrapper {
  padding: 10px 0;
}
.header-wrapper .navbar-light {
  padding: 0px;
}
.header-wrapper .navbar-light .navbar-toggler {
  outline: none;
  border: none;
  background-color: #062126;
  border-radius: 0;
  padding: 7px 15px;
}
.header-wrapper .navbar-light .navbar-nav > li {
  padding: 0 12px;
  position: relative;
}
.header-wrapper .navbar-light .navbar-nav > li > a {
  line-height: 70px;
  position: relative;
  padding: 0;
  color: #062126;
}
.header-wrapper .navbar-light .navbar-nav li a {
  font-size: 16px;
  font-weight: 500;
}
.header-wrapper .navbar-light .navbar-nav li a:hover {
  color: #062126;
}
.header-wrapper .navbar-light .navbar-nav li.active > a {
  color: #062126;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu {
  padding: 0;
  min-width: 230px;
  border-radius: 0;
  border: none;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
  margin: 0;
}
@media (min-width: 1092px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  }
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li a {
  font-size: 16px;
  border-top: 1px solid #eaeaea;
  line-height: 24px;
  padding: 15px;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li:first-child > a {
  border-top: none;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item.active,
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item:hover {
  background: transparent;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown {
  position: relative;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
  content: "\e917";
  font-family: "ts-font";
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 8px;
  font-weight: 600;
  height: auto;
  width: auto;
}
@media (min-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 991px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown a {
    border-top: none;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: 5px;
  }
}
@media (min-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li a:hover {
    color: #062126;
  }
}
.header-wrapper .navbar-light .dropdown-toggle::after {
  content: "\e917";
  font-family: "ts-font";
  border: 0;
  vertical-align: 0;
  float: right;
  font-size: 8px;
  font-weight: 600;
  position: relative;
  top: 2px;
  margin-left: 5px;
  height: auto;
  width: auto;
}

.cuinare-header-transparent.ekit-sticky--effects.ekit-sticky--active {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cuinare-header-transparent.ekit-sticky--effects.ekit-sticky--active:not(.elementor-motion-effects-element-type-background) {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: rgba(0, 52, 120, 0.7);
}

/* ============================
		banner area
==============================*/
.banner-area ol.breadcrumb {
  background: none;
  color: #ede2d7;
}
.banner-area.banner-solid {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #193656;
}

.banner-bg,
.banner-area {
  padding: 171px 0 160px;
  position: relative;
  z-index: 1;
  background-color: #5b7987;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-heading h2,
.banner-heading h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
  color: #ede2d7;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  margin: 5px 10px;
  font-size: 16px;
  color: #ede2d7;
  padding: 0 6px;
}
.breadcrumb li:not(:last-child)::after {
  position: absolute;
  content: "\e90d";
  right: -15px;
  top: 1px;
  font-family: "ts-font";
  font-size: 10px;
}
.breadcrumb li a {
  color: #ede2d7;
}

/*==================================================
      404
 ================================================== */
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}
.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
.error-page .error-body .btn i {
  font-size: 14px;
}

.border-image .elementor-image {
  position: relative;
}
.border-image .elementor-image img {
  position: relative;
  z-index: 1;
}
.border-image .elementor-image::before {
  width: 100%;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 30px;
  top: 30px;
  border: 10px solid #003478;
  border-radius: 10px;
}

/*-------------------------
  preloader 
  ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background: #005cbf;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  background: #000;
  color: #ede2d7;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-------------------------
  Single Product CSS
  ---------------------*/
@media (min-width: 1092px) {
  .woocommerce-page .product .woocommerce-product-gallery {
    width: 60% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 460px;
    overflow: hidden;
  }
  .woocommerce-page .product .summary {
    width: 40% !important;
    padding-left: 60px;
  }
  .woocommerce-page .product img {
    border-radius: 0 !important;
  }
  .woocommerce-page .product .flex-control-thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    margin-top: 0 !important;
  }
  .woocommerce-page .product .flex-control-thumbs li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 12px !important;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    padding: 0 20px 0 14px !important;
  }
  .woocommerce-page .product .flex-control-thumbs li img {
    opacity: 1 !important;
  }
}
/*-------------------------
  Food Menu List CSS
  ---------------------*/
.cuinare-food-list .wpc-nav li {
  margin: 0 15px;
}
.cuinare-food-list .wpc-nav li a:hover {
  color: #ede2d7;
  background-color: #062126;
}
.cuinare-food-list .wpc-nav li a.wpc-active::before {
  display: none;
}
.cuinare-food-list .wpc-nav li a::after {
  display: none;
}
.cuinare-food-list .wpc-food-menu-item:last-child {
  border-bottom: 0px dashed rgba(6, 33, 38, 0.2) !important;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart {
  right: auto;
  bottom: -25px;
  left: 0;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart .add_to_cart_button {
  left: -5px;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart a:hover {
  color: #9f8162 !important;
  border-color: #9f8162 !important;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart a.button.added {
  width: 80px;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart a.button.added .adding {
  display: none;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart a i {
  display: none;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart .customize_button {
  height: 27px !important;
}
.cuinare-food-list .wpc-food-menu-item .wpc-food-inner-content .wpc-title-with-border .wpc-title-border {
  background: rgba(6, 33, 38, 0.2);
  top: -10px;
  height: 1px;
}
.cuinare-food-list .wpc-food-menu-item .add-cart-text::after,
.cuinare-food-list .wpc-food-menu-item .customize_button::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #062126;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cuinare-food-list .wpc-food-menu-item .add-cart-text:hover::after,
.cuinare-food-list .wpc-food-menu-item .customize_button:hover::after {
  background-color: #9f8162;
}
.cuinare-food-list .wpc-food-menu-item .add-cart-text {
  position: relative;
  left: -5px;
}
.cuinare-food-list .wpc-food-menu-item .customize_button {
  border-bottom: 1px solid #062126;
  border-radius: 0;
}
.cuinare-food-list .wpc-food-menu-item .customize_button::after {
  display: none;
}
.cuinare-food-list .wpc-food-menu-item .customize_button:hover {
  border-color: #9f8162;
}
.cuinare-food-list .wpc-food-menu-item .customize_button.loading {
  width: 135px !important;
}
.cuinare-food-list .wpc-food-menu-item .customize_button.loading::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #9f8162;
  border-color: #9f8162 transparent #9f8162 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  right: 2px;
  bottom: 5px;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart a.added .added {
  color: #9f8162;
  border-bottom: 1px solid;
  margin-bottom: 3px;
}
.cuinare-food-list .wpc-food-menu-item .wpc-add-to-cart span.adding {
  border-bottom: 1px solid;
  color: #9f8162 !important;
  margin-bottom: 3px !important;
}
.cuinare-food-list .wpc-food-menu-item .added_to_cart.wc-forward {
  color: #9f8162 !important;
  border-bottom: 1px solid;
  display: inline;
  border-radius: 0;
}
.cuinare-food-list.cuinare-food-tab-item .wpc-tab-grid .wpc-food-menu-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cuinare-food-list.cuinare-food-tab-item .wpc-tab-grid .wpc-food-menu-item .wpc-food-menu-thumb {
  border-radius: 12px 12px 0 0;
}
.cuinare-food-list.cuinare-food-tab-item .wpc-tab-grid .wpc-food-menu-item:hover {
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}
.cuinare-food-list.cuinare-food-tab-item .wpc-tab-grid .wpc-food-menu-item .wpc-food-inner-content {
  border: 1px solid #dfe8ec;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cuinare-food-list.cuinare-food-tab-item .wpc-tab-grid .wpc-food-menu-item .wpc-food-inner-content .wpc-menu-currency {
  top: 83px;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  z-index: -1;
  float: none;
}
.cuinare-food-list.cuinare-food-tab-item .wpc-tab-grid .wpc-food-menu-item .wpc-add-to-cart {
  left: 30px;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Spin animation CSS */
.spin-image {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-------------------------
  Food Menu Tab CSS
  ---------------------*/
.cuinare-food-tab .wpc-food-menu-item {
  background-color: #ede2d7;
}
.cuinare-food-tab .wpc-food-menu-item .wpc-col-md-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cuinare-food-tab .wpc-food-menu-item .wpc-add-to-cart {
  position: relative;
}
.cuinare-food-tab .wpc-food-menu-item .wpc-food-inner-content {
  padding: 4px 30px 0 10px;
}
.cuinare-food-tab .wpc-food-menu-item .wpc-food-inner-content p {
  margin: 0;
  min-height: auto;
}
.cuinare-food-tab .wpc-food-menu-item .wpc-food-inner-content .wpc-menu-currency {
  padding-left: 0;
}

/* WpCafe Popup content CSS */
.wpc-product-popup-content .wpc-close.wpc-btn,
.wpc-menu-of-the-day .wpc-close.wpc-btn {
  border-radius: 0;
}

.wpc-product-popup-content .wpc-popup-wrap-inner {
  background-color: #fbf4ed;
}
.wpc-product-popup-content .wpc-popup-wrap-inner table > tbody > tr > td {
  text-align: left !important;
  border-bottom: 0;
}
.wpc-product-popup-content .wpc-popup-wrap-inner table > tbody > tr > td select {
  border: 1px solid #d8d8d8;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
  background-position: 90% 51%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding: 10px 30px 10px 15px;
}
.wpc-product-popup-content .wpc-popup-wrap-inner table > tbody > tr > td .reset_variations {
  position: relative;
  left: 30px;
}
.wpc-product-popup-content .wpc-popup-wrap-inner table > tbody > tr > th {
  text-align: left !important;
  border-bottom: 0;
  border-right: 0;
  font-weight: 600;
}
.wpc-product-popup-content .wpc-popup-wrap-inner table tbody tr:last-child th {
  border-bottom: 1px solid #ededed;
}
.wpc-product-popup-content .wpc-popup-wrap-inner table tbody tr:last-child td {
  border-bottom: 1px solid #ededed;
}
.wpc-product-popup-content .quantity input {
  height: 50px;
  padding-left: 20px;
  background-color: transparent;
  border: 1px solid #062126 !important;
}
.wpc-product-popup-content .onsale {
  background: #062126;
  padding: 2px 8px;
  margin: 0px 10px;
  position: relative;
  top: -28px;
  left: -15px;
  font-size: 14px;
}
.wpc-product-popup-content .price,
.wpc-product-popup-content .woocommerce-variation-price {
  color: #062126;
  font-size: 22px;
  font-weight: 600;
}
.wpc-product-popup-content .wpc-product-totals .wpc-total-item {
  color: #062126;
  font-weight: 600;
  text-transform: capitalize;
}
.wpc-product-popup-content .star-rating strong {
  color: #062126;
}
.wpc-product-popup-content .wpc-addon-name {
  color: #062126;
}
.wpc-product-popup-content .wpc-inner-addon-container {
  padding: 0 0px 20px;
  border: 0px solid transparent !important;
  border-bottom: 1px solid #f8f8f8 !important;
}
.wpc-product-popup-content .single_add_to_cart_button {
  background-color: #062126 !important;
}
.wpc-product-popup-content .variations {
  padding-bottom: 30px;
  border: 0px solid;
}
.wpc-product-popup-content .variations label {
  color: #062126;
  margin: 0;
}

.wpc_variation_popup_content .wpc-single-content button.single_add_to_cart_button {
  max-height: 50px;
  text-transform: capitalize;
}
.wpc_variation_popup_content .woocommerce-product-gallery ol li {
  width: 22.8%;
  float: left;
  margin-right: 13px;
  list-style: none;
}
.wpc_variation_popup_content .woocommerce-product-gallery ol li:last-child {
  margin-right: 0;
}

.wpc-inner-addon-container {
  padding: 0 0 10px;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #d8d8d8 !important;
  margin-bottom: 23px !important;
}
.wpc-inner-addon-container .wpc-addon-name {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #062126;
  margin-bottom: 14px;
}
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:before {
  border-color: #062126 !important;
  background: transparent !important;
}
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute:before {
  border-color: #062126 !important;
  background: transparent !important;
}
.wpc-inner-addon-container .wpc-veriation-attribute {
  text-transform: capitalize !important;
}
.wpc-inner-addon-container .wpc-veriation-attribute::before {
  height: 14px !important;
  width: 14px !important;
}
.wpc-inner-addon-container .wpc-veriation-attribute::after {
  height: 6px !important;
  width: 6px !important;
  background: #062126 !important;
  top: 4px !important;
  left: 4px !important;
}

/* Event Slider CSS */
.event-slider .elementor-swiper-button {
  height: 50px;
  width: 50px;
  background-color: #062126;
  border-radius: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.event-slider .elementor-swiper-button:hover {
  background-color: #8fa6b0;
}

/* Product Description Image CSS  */
.product-description-image {
  padding: 0;
}
.product-description-image li {
  list-style-type: none;
  display: inline-block;
}

/* About page css */
.grow-end .elementor-counter .elementor-counter-number-prefix {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body {
  padding: 25px 30px !important;
}

.ts-chef .profile-footer {
  padding: 0 30px;
}

.ts-chef .profile-card:hover .profile-footer .ekit-team-social-list > li > a {
  color: #ede2d7;
  background-color: rgba(59, 89, 152, 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ede2d7;
}

/* FAQ */
.cuinare-testimonial .elementskit-testimonial-slider-block-style-two {
  margin-left: 350px;
}
.cuinare-testimonial .elementskit-testimonial-slider-block-style-two .elementkit-commentor-details .elementskit-commentor-image {
  position: absolute;
  left: -44%;
  top: 90px;
}
.cuinare-testimonial .elementskit-testimonial-slider-block-style-two .elementkit-commentor-details .elementskit-commentor-image img {
  width: 430px !important;
  height: 400px !important;
  border-radius: 0;
}
.cuinare-testimonial .swiper-container {
  overflow: hidden;
  padding-bottom: 105px;
}

/* FAQ CSS */
.cuinare-faq .elementor-accordion-item {
  margin-bottom: 30px;
}
.cuinare-faq .elementor-accordion-icon.elementor-accordion-icon-left {
  height: 40px;
  line-height: 22px;
}

/* Horizontal Title CSS */
.horizontal-title .elementskit-section-title {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Blog Single CSS */
.blog-single .post .post-body {
  background: transparent;
}

.cuinare-blog .post-meta-list {
  display: inline-block;
}
.cuinare-blog .post-meta-list span {
  cursor: auto;
}
.cuinare-blog .post-meta-list span i {
  position: relative;
  top: 3px;
}
.cuinare-blog .btn-wraper {
  display: inline-block;
  float: right;
}
.cuinare-blog .elementskit-post-body .post-meta-list > span > i {
  position: relative;
  top: 3px;
}

/* Single Product Page CSS */
.single-product-breadcrumb {
  padding-top: 45px;
}

/*visual table reservation*/
.visual-table-reservation-2 .wpc-row .wpc-col-lg-6:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.visual-table-reservation-2 .wpc-row .wpc-col-lg-6:last-child {
  display: none;
}

.cuinare-reservation-1 .reservation_form_submit.wpc-btn {
  padding: 15px 50px;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
}
.cuinare-reservation-1 #wpc-multi-step-reservation .wpc-btn {
  padding: 15px 50px;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
}
.cuinare-reservation-1 .wpc-reservation-form .wpc_reservation_user_info {
  border-radius: 0;
}
.cuinare-reservation-1 .wpc-reservation-form .wpc_reservation_user_info .wpc_log_message {
  margin-bottom: 30px;
}
.cuinare-reservation-1 .wpc-reservation-form .wpc_success_message {
  margin: auto 100px;
  background: transparent;
  color: #062126;
  padding: 0;
}
.cuinare-reservation-1 .wpc-reservation-form .wpc_error_message {
  margin: auto 100px;
  background: #ede2d7;
  color: #062126;
  padding: 20px 0;
}
.cuinare-reservation-1 .wpc-multi-reservation-msg span:nth-child(4n+1) {
  margin: auto 100px;
  background: #ede2d7;
  color: #062126;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .wpc-reservation-time-wrap .wpc-col-md-6:first-child {
    padding-right: 0;
  }
  .wpc-reservation-time-wrap .wpc-col-md-6:last-child {
    padding-left: 0;
  }
}
.main-home-reservation .wpc-reservation-field.branch {
  display: none;
}

.restaurant-home-reservation .wpc-reservation-pagination {
  display: none;
}
.restaurant-home-reservation .inline-reservation .wpc-field-set .field-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.restaurant-home-reservation .inline-reservation .wpc-btn {
  margin-top: 24px !important;
  border-radius: 6px !important;
}
@media (max-width: 1024px) {
  .restaurant-home-reservation .inline-reservation .wpc-btn.wpc-form-previous {
    margin-bottom: auto !important;
  }
}
.restaurant-home-reservation .inline-reservation .wpc-btn svg {
  margin-right: 15px !important;
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-field {
  margin-bottom: 26px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .restaurant-home-reservation .inline-reservation .wpc-reservation-field {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .restaurant-home-reservation .inline-reservation .wpc-reservation-field {
    margin-right: 25px;
    margin-left: 0;
    max-width: 100%;
  }
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-field.name {
  max-width: 100%;
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-field.message {
  display: none;
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-field.branch {
  margin-top: 0;
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-field.email {
  margin-right: -30px;
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-field label {
  font-size: 14px;
  color: #062126;
  text-transform: capitalize;
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-field .wpc-form-control {
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .restaurant-home-reservation .inline-reservation .wpc-reservation-time-wrap {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .restaurant-home-reservation .inline-reservation .wpc-reservation-time-wrap {
    padding: 0 15px;
  }
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-time-wrap .wpc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-time-wrap .wpc-row .wpc-col-md-12 {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .restaurant-home-reservation .inline-reservation .wpc-reservation-time-wrap .wpc-row .wpc-col-md-12 {
    padding: 0 !important;
  }
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-form .wpc_success_message {
  margin: 0;
  padding: 0 0 20px;
}
.restaurant-home-reservation .inline-reservation .wpc-reservation-form.wpc_reservation_info {
  right: 0 !important;
}

/* Blog Image CSS */
.cuinare-blog .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb span {
  height: 200px;
  display: block;
  background-size: 100% 100%;
}

.ekit-double-btn {
  white-space: nowrap;
}

/*Reservation form*/
.cuinare-reservation-1.style-1 .wpc-reservation-pro-wrap .wpc-nav {
  display: none;
}
.cuinare-reservation-1.style-1 .wpc-reservation-pro-wrap .wpc_reservation_form {
  border-color: transparent;
}

#wpc-multi-step-reservation .wpc-reservation-pagination li:before {
  color: #000;
}
#wpc-multi-step-reservation .wpc-reservation-pagination li.active:before {
  color: #ede2d7;
}

.wpc-validate-msg1 {
  display: none !important;
}

.banner-shop .banner-heading h1 {
  color: #ede2d7;
}

.category-slider .swiper-container {
  margin: 0 30px;
  overflow: hidden;
}

.category-slider-wrapper {
  border: 1px solid #ededed;
  text-align: center;
  border-radius: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 30px 0;
  background-color: #ffffff;
  border-radius: 60px;
  position: relative;
  min-height: 72px;
}
.category-slider-wrapper .cat-img {
  padding: 7px 15px 7px 7px;
  position: absolute;
  left: 0;
  top: 0;
}
.category-slider-wrapper .cat-img img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.category-slider-wrapper .cat-img .cat-name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding: 15px 0 0 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category-slider-wrapper .cat-img a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat-name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding: 15px 0 0 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.minicart-widget-style .wpc-minicart-wrapper .wpc_cart_icon {
  position: relative;
  top: 0;
  font-size: 20px;
  padding: 10px 15px;
}

/* Submit Button CSS */
.button-arrow-color .metform-btn:hover i {
  color: #062126 !important;
}
.button-arrow-color .metform-btn i {
  font-size: 16px !important;
  margin-left: 10px;
}

#wpc-multi-step-reservation .wpc-btn {
  color: #ede2d7;
}

.inline-reservation .wpc-reservation-form .wpc_success_message {
  background: transparent;
  color: #062126;
  font-weight: 500;
}
.inline-reservation .wpc-reservation-form .wpc-reservation-field .wpc-form-control {
  background-color: transparent;
  color: #6d6052;
  line-height: 26px;
}
.inline-reservation .wpc-reservation-form .wpc-reservation-field .wpc-form-control:focus {
  border-bottom-color: #062126;
}
.inline-reservation .wpc-reservation-form .wpc-reservation-field .wpc-form-control#wpc-message {
  padding-top: 10px;
  line-height: 20px;
}
.inline-reservation .wpc-reservation-form .wpc_reservation_info ul li strong {
  color: #062126;
  font-weight: 500;
}
.inline-reservation #wpc-multi-step-reservation .wpc-reservation-pagination li.active:before {
  background: #062126;
}
.inline-reservation #wpc-multi-step-reservation .wpc-btn {
  background-color: #062126;
  padding: 15px 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .inline-reservation #wpc-multi-step-reservation .wpc-btn {
    margin-top: 30px;
  }
}
.inline-reservation #wpc-multi-step-reservation .wpc-btn svg {
  margin-left: 10px;
}
.inline-reservation .wpc-reservation-field.wpc-webhook {
  display: none;
}
.inline-reservation .wpc-reservation-fieldarea.message.wpc-reservation-field {
  margin-right: 0;
}
@media (max-width: 767px) {
  .inline-reservation .wpc-select {
    margin: 0 0;
  }
}

.wpc-reservation-form .wpc_error_message {
  background: transparent;
}
.wpc-reservation-form .wpc-reservation-field .wpc-form-control {
  background-color: transparent;
  border: 1px solid #062126;
  border-radius: 0;
}
.wpc-reservation-form .wpc-reservation-field .wpc-form-control::-webkit-input-placeholder {
  color: #6d6052;
}
.wpc-reservation-form .wpc-reservation-field .wpc-form-control::-moz-placeholder {
  color: #6d6052;
}
.wpc-reservation-form .wpc-reservation-field .wpc-form-control:-ms-input-placeholder {
  color: #6d6052;
}
.wpc-reservation-form .wpc-reservation-field .wpc-form-control::-ms-input-placeholder {
  color: #6d6052;
}
.wpc-reservation-form .wpc-reservation-field .wpc-form-control::placeholder {
  color: #6d6052;
}
.wpc-reservation-form .wpc-reservation-field .wpc-form-control:active {
  border-bottom-color: #062126;
}
.wpc-reservation-form .wpc-reservation-field .wpc-form-control:focus {
  border-bottom-color: #062126;
}

#wpc-multi-step-reservation .wpc-reservation-pagination li {
  font-weight: 500;
}
#wpc-multi-step-reservation .wpc-reservation-pagination li.active:after {
  background: #062126;
}

.button-top-mar #wpc-multi-step-reservation .wpc-btn {
  margin-top: 20px;
}
.button-top-mar .wpc-reservation-form .wpc_reservation_form_disabled {
  margin-top: 20px;
}
.button-top-mar .wpc-reservation-form .wpc_cancell_form_submit_disabled {
  margin-top: 20px;
}

/* Woo Mini Cart CSS */
.wpc-minicart-wrapper .wpc-minicart-header .cart-counts {
  font-weight: 500;
  color: #ede2d7;
}
.wpc-minicart-wrapper .wpc-minicart-header .minicart-close {
  height: 32px;
  width: 32px;
  line-height: 30px;
}
.wpc-minicart-wrapper .wpc-minicart-header .minicart-close svg {
  height: 10px;
  width: 10px;
}
.wpc-minicart-wrapper .wpc-coupon-wrapper {
  background-color: #fbf4ed;
}
.wpc-minicart-wrapper .wpc-coupon-wrapper .coupon_from .wpc-cupon-btn {
  border: 1px solid #062126;
  padding: 8px 20px;
  background-color: #062126;
  color: #fbf4ed;
  font-weight: 500;
}
.wpc-minicart-wrapper .wpc-coupon-wrapper .coupon_from .wpc-minicart-coupon-field {
  border: 1px solid #062126;
  background-color: #fbf4ed;
}
.wpc-minicart-wrapper .wpc-coupon-wrapper .showcoupon {
  color: #062126;
}
.wpc-minicart-wrapper .total {
  color: #062126;
  font-weight: 500;
}
.wpc-minicart-wrapper .wpc-minicart-extra .wpc-minicart-extra-total {
  color: #062126;
  font-weight: 500;
}
.wpc-minicart-wrapper .wpc-minicart-extra .wpc-minicart-extra-total .wpc-minicart-total {
  font-weight: 500;
}
.wpc-minicart-wrapper .wpc-minicart-extra .wpc-minicart-extra-total .wpc-extra-text {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.wpc-minicart-wrapper .product_list_widget {
  background-color: #fbf4ed;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper {
  color: #062126;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper .amount,
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper .single-subtotal-item {
  font-weight: 500;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper .quantity .qty {
  font-weight: 500;
  border: 1px solid #d9cfc6;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper .quantity button.plus {
  font-size: 18px;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper .quantity button.minus {
  font-size: 24px;
  left: 55px;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item a:not(.remove) {
  font-weight: 500;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .variation {
  color: #062126;
}
.wpc-minicart-wrapper .product_list_widget .mini_cart_item .variation dt {
  font-weight: 500;
}
.wpc-minicart-wrapper .woocommerce-mini-cart__buttons {
  padding: 0 40px;
}
.wpc-minicart-wrapper .woocommerce-mini-cart__buttons a.button.wc-forward:hover {
  background-color: #062126 !important;
  color: #fbf4ed !important;
}
.wpc-minicart-wrapper .woocommerce-mini-cart__buttons a.button.checkout {
  color: #fbf4ed !important;
}
.wpc-minicart-wrapper .wpc-subtotal-wrap {
  border: 1px solid #e5e5e5;
  background-color: #fbf4ed;
}
.wpc-minicart-wrapper .wpc_cart_block {
  background-color: #fbf4ed;
}
.wpc-minicart-wrapper .wpc_cart_block .wpc_background_color a.button.wc-forward {
  border-radius: 0;
  border: 1px solid #062126;
  font-size: 16px;
}
.wpc-minicart-wrapper .wpc_cart_block .woocommerce-mini-cart li a svg path {
  fill: rgb(6, 33, 38);
}
.wpc-minicart-wrapper .wpc-cross-sell-slider {
  border-top: 1px solid #e5e5e5;
}
.wpc-minicart-wrapper .wpc-cross-sell-slider .wpc-cross-sells {
  background-color: transparent;
}
.wpc-minicart-wrapper .wpc-cross-sell-slider .wpc-post-title {
  font-size: 16px;
  color: #062126;
}
.wpc-minicart-wrapper .wpc-cross-sell-slider .title-wrap h4 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.wpc-minicart-wrapper .wpc_cart_block .wpc_background_color {
  background-color: #fbf4ed;
}

.cuinare-dual-btn .ekit-double-btn.ekit-double-btn-one:hover {
  border-right: 1px solid #c6c6c5 !important;
}

.subscribe-form-btn .metform-btn > i {
  position: relative;
  top: 2px;
}
.subscribe-form-btn .metform-btn.metform-submit-btn {
  height: 64px;
}

.mf-main-response-wrap .mf-response-msg {
  border-radius: 0 !important;
  border: 1px solid #062126;
}

.mf-success-icon {
  color: #00b60f !important;
}

.mf-main-response-wrap:not(.mf_pro_activated) .mf-response-msg {
  background-color: #fbf4ed !important;
}

.table-color-style li {
  border: 1px solid #062126;
  border-radius: 0;
}

@media (max-width: 1500px) {
  .about-intro-image {
    right: -18% !important;
  }
  .about-intro-image img {
    max-width: 70% !important;
  }
}
.wpc-menu-mini-cart .product_list_widget li .quantity .qty {
  background-color: #fbf4ed;
}

.wpc-btn {
  border-radius: 0;
}

.wpc-minicart-wrapper .wpc-cross-sell-slider .wpc-cross-sells {
  background-color: transparent;
}

/* Advanced Slider CSS */
.cuinare-advanced-slider {
  overflow: hidden;
}
.cuinare-advanced-slider .cuinare-slider-wrapper {
  padding: 0;
  overflow: hidden !important;
}
.cuinare-advanced-slider .swiper-button-next,
.cuinare-advanced-slider .swiper-button-prev {
  text-align: center;
  line-height: 35px;
  background-image: none;
  background-color: transparent;
  width: 35px;
  height: 35px;
  color: #1c0903;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cuinare-advanced-slider .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cuinare-advanced-slider .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
}
.cuinare-advanced-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 14px;
  width: 14px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
}

.pickup-delivery-search .delivery-pickup-product-wrapper .product-content {
  border: 1px solid #fff;
  border-top: 0 !important;
}
.pickup-delivery-search .delivery-pickup-product-wrapper .product-content h3 {
  margin-bottom: 7px;
}
.pickup-delivery-search .delivery-pickup-product-wrapper .product-content p {
  margin-bottom: 15px;
}
.pickup-delivery-search .delivery-pickup-product-wrapper .product-content .wpc-add-to-cart a {
  border: 2px solid #ffe119;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
}
.pickup-delivery-search .delivery-pickup-product-wrapper:hover .wpc-add-to-cart a {
  background: #ffe119 !important;
  color: #000 !important;
}

.ekit-wid-con .ekit-team-img > img {
  margin-top: 0;
}

.cart-items-count.wpc-mini-cart-count {
  color: #000;
}

.cart-counts .cart-items-count.wpc-mini-cart-count {
  color: #fff;
}

/*==========================
tab rotate 
===========================*/
@media (min-width: 992px) and (max-width: 1200px) {
  .header ul.navbar-nav > li > a {
    margin-left: 10px;
    font-size: 12px;
  }
  .header ul.navbar-nav > li .dropdown-menu {
    margin: 0 10px;
  }
  .header .nav-search i {
    font-size: 14px;
  }
  .header .quote-btn {
    padding: 0 20px;
    font-size: 12px;
  }
  .header-contact-info li {
    padding: 0 30px 0 60px;
    font-size: 14px;
  }
  .header-box .top-box {
    padding: 15px 5px;
  }
  .mobile-left .elementskit-section-title {
    text-align: left;
    margin: 0;
  }
  .tab-center * {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .header #primary-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fbf4ed;
    z-index: 99;
    padding: 0 15px;
    -webkit-box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .ts-tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0 15px;
  }
  .intro-wrap .section-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .header-wrapper .navbar-light .navbar-nav li a,
  .header-wrapper .navbar-light .navbar-nav li.active > a {
    color: #062126;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li a {
    border-top: none;
    white-space: pre-wrap;
    padding: 8px 15px;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    right: 9px;
    top: 8px;
  }
  .header.header-wrapper ul.navbar-nav .dropdown-toggle::after {
    padding-right: 9px;
  }
}
/*==========================
tab device 
===========================*/
@media (min-width: 768px) and (max-width: 991px) {
  .header-contact-info li {
    padding: 0 14px 0 14px;
    font-size: 13px;
  }
  .header-contact-info li i {
    display: none;
  }
  .top-info li {
    margin-right: 20px;
    font-size: 14px;
  }
  .header-wrapper .navbar-light .navbar-toggler {
    padding: 10px 15px;
  }
  .header .navbar-brand,
  .header .logo {
    margin: 15px 0;
  }
  .header .navbar-toggler {
    padding: 10px 15px;
  }
  .header .navbar-toggler-icon {
    background-image: none;
    outline: none;
  }
  .header .navbar-toggler-icon i {
    font-size: 21px;
    line-height: 30px;
    color: #ede2d7;
  }
  .header .navbar-collapse {
    background: #062126;
    position: relative;
  }
  .header ul.navbar-nav {
    float: none;
    width: 100%;
    padding: 15px 30px;
  }
  .header ul.navbar-nav > li > a {
    line-height: 36px !important;
    margin-left: 0;
  }
  .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
    display: none;
  }
  .header ul.navbar-nav li .dropdown-menu {
    min-width: auto;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .header ul.navbar-nav li .dropdown-menu li a {
    color: #062126;
  }
  .header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header ul.navbar-nav .dropdown-toggle::after {
    padding-right: 6px;
  }
  .header.header-standard ul.navbar-nav > li > a {
    color: #062126;
  }
  .header.header-standard .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    top: 100%;
  }
  .header.header-classic {
    padding: 10px 0;
  }
  .nav-search-area,
  .header-quote {
    display: none;
  }
  .header-box .header.header-classic {
    padding: 0;
  }
  .header-box .header.header-classic .navbar {
    padding: 10px;
  }
  .banner-area .banner-title {
    font-size: 50px;
    line-height: 55px;
  }
  .history-area .carousel-indicators li {
    margin: 0 16px;
  }
  .ts-blog .blog-box {
    margin-bottom: 30px;
  }
  .textwidget .contact {
    margin-bottom: 30px;
  }
}
/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
  .header-middle-area {
    display: none;
  }
  a.logo.d-none {
    display: block !important;
  }
  .header .navbar-brand,
  .header .logo {
    margin: 15px 0;
  }
  .header .navbar-toggler-icon {
    background-image: none;
    outline: none;
    height: auto;
    width: auto;
  }
  .header .navbar-toggler-icon i {
    font-size: 17px;
    line-height: 30px;
    color: #ede2d7;
  }
  .header .navbar-collapse {
    background: #101010;
    position: relative;
  }
  .header ul.navbar-nav {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .header ul.navbar-nav > li > a {
    line-height: 36px !important;
    margin-left: 0;
  }
  .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
    display: none;
  }
  .header ul.navbar-nav li .dropdown-menu {
    min-width: auto;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .header ul.navbar-nav li .dropdown-menu li a {
    color: #062126;
  }
  .header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header.header-standard, .header.header-classic {
    background: #ede2d7;
  }
  .header.header-standard ul.navbar-nav > li > a, .header.header-classic ul.navbar-nav > li > a {
    color: #ede2d7;
  }
  .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    top: 100%;
  }
  .header .dropdown-toggle::after {
    padding-right: 8px;
  }
  .nav-search-area,
  .header-quote {
    display: none;
  }
  .header-box .top-box {
    text-align: center;
  }
  .header-box .top-box .header-contact-info {
    display: none;
  }
  .header-box .navbar {
    padding: 10px;
  }
  .header-top-info .ekit-wid-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-area {
    padding: 60px 0;
  }
  .banner-area .banner-title {
    font-size: 40px;
    line-height: 44px;
  }
  .banner-area .mt-80 {
    margin-top: 150px;
  }
  .ts-blog .blog-box {
    margin-bottom: 30px;
  }
  .blog .post-body .entry-title {
    font-size: 24px;
    line-height: 30px;
  }
  .blog .pagination {
    margin-bottom: 40px;
  }
  .history-area .carousel-indicators {
    display: block;
  }
  .history-area .carousel-indicators:before {
    display: none;
  }
  .footer-left-widget .textwidget {
    margin-bottom: 30px;
  }
  .copy-right {
    text-align: center;
  }
  .copy-right .footer-social {
    text-align: center;
    margin-top: 15px;
    float: none;
  }
  .copy-right .footer-social ul {
    padding: 0;
  }
  .border-image .elementor-image::before {
    display: none;
  }
  .cuinare-header-transparent {
    background: rgba(6, 33, 38, 0.5) !important;
  }
  .app-box .ekit-wid-con .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .mobile-left .elementskit-section-title {
    text-align: left;
    margin-left: 0;
  }
  .mobile-center .elementskit-section-title {
    text-align: center;
    margin: 0;
  }
  .mobile-right .elementskit-section-title {
    text-align: right;
    margin-right: 0;
  }
  .elementskit-navbar-nav > li > a i {
    color: inherit !important;
  }
}
@media (min-width: 1025px) {
  .main-nav .elementskit-navbar-nav > li > a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    border-radius: 50%;
    background: rgba(237, 226, 215, 0.4);
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .main-nav .elementskit-navbar-nav > li > a:hover::after {
    opacity: 1;
  }
  .main-nav.nav-light-bg .elementskit-navbar-nav > li > a::after {
    background: rgba(6, 33, 38, 0.4);
  }
}
@media (min-width: 1400px) {
  .slider-section .image-box {
    left: -50px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .welcome-section {
    overflow: hidden;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(251, 244, 237, 0)), color-stop(0%, #062126)) !important;
    background-image: linear-gradient(270deg, rgba(251, 244, 237, 0) 0%, #062126 0%) !important;
  }
}
@media (max-width: 1600px) and (min-width: 1024px) {
  .parallax-title-shadow {
    display: none;
  }
  .header-offcanvas {
    display: none;
  }
  .horizontal-title {
    display: none;
  }
}
@media (min-width: 1150px) {
  .event-slider .elementor-swiper-button-next {
    right: -40px;
  }
  .event-slider .elementor-swiper-button-prev {
    left: -40px;
  }
}
@media (max-width: 1092px) {
  .cuinare-testimonial .elementskit-testimonial-slider-block-style-two {
    margin-left: 0px;
  }
  .cuinare-testimonial .elementskit-testimonial-slider-block-style-two .elementkit-commentor-details .elementskit-commentor-image {
    display: none;
  }
  .cuinare-testimonial .slick-arrow {
    display: none !important;
  }
  .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    border: 1px solid transparent;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .elementskit-navbar-nav .elementskit-submenu-panel {
    background-color: transparent !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
}
/* Reservation Form CSS */
@media (min-width: 767px) and (max-width: 1024px) {
  .inline-reservation .wpc-reservation-field {
    max-width: 100%;
    margin-right: 0;
  }
  .inline-reservation .wpc-reservation-time-wrap {
    width: 100%;
  }
  .inline-reservation .wpc-reservation-time-wrap .wpc-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 0;
  }
  .inline-reservation .wpc-reservation-time-wrap .wpc-row .wpc-col-md-6 {
    padding: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  .inline-reservation .wpc-reservation-form.wpc_reservation_info {
    position: relative;
    right: 115px;
  }
  .inline-reservation .wpc-reservation-field.phone {
    margin: 0;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .woocommerce .woocommerce-ordering {
    float: none;
  }
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .inline-reservation .wpc-reservation-time-wrap .wpc-col-md-6:last-child {
    padding-left: 15px;
  }
  .inline-reservation .wpc-reservation-time-wrap .wpc-col-md-6:first-child {
    padding-right: 15px;
  }
  .inline-reservation #wpc-multi-step-reservation .wpc-btn.wpc-form-previous {
    background-color: #062126 !important;
    margin: 0 0 15px;
  }
}