/*
Theme Name: Petit Restaurant
Theme URI: 
Author: 
Author URI: 
Description: 
Text Domain: 

*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
.paddingl-none {
  padding-left: 0px;
}
.paddingr-none {
  padding-right: 0px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(6){
	display: none
}
.sep-10 {
  display: block;
  clear: both;
  width: 100%;
  height: 10px;
}
.sep-20 {
  display: block;
  clear: both;
  width: 100%;
  height: 20px;
}
.sep-30 {
  display: block;
  clear: both;
  width: 100%;
  height: 30px;
}
.sep-40 {
  display: block;
  clear: both;
  width: 100%;
  height: 40px;
}
.sep-50 {
  display: block;
  clear: both;
  width: 100%;
  height: 50px;
}
.smooth {
  opacity: 0;
  position: relative;
  top: 50px;
}
.fadein {
  opacity: 0;
}
@charset "utf-8";
/* CSS Document */
/* Google font start */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* Google fonts ends */
/******* Fonts Face CSS Start **********/
@font-face {
  font-family: 'Soria';
  src: url('fonts/Soria-Soria.eot');
  src: url('fonts/Soria-Soria.eot?#iefix') format('embedded-opentype'), url('fonts/Soria-Soria.woff2') format('woff2'), url('fonts/Soria-Soria.woff') format('woff'), url('fonts/Soria-Soria.ttf') format('truetype'), url('fonts/Soria-Soria.svg#Soria-Soria') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beyond Infinity - Demo';
  src: url('fonts/BeyondInfinity.eot');
  src: url('fonts/BeyondInfinity.eot?#iefix') format('embedded-opentype'), url('fonts/BeyondInfinity.woff2') format('woff2'), url('fonts/BeyondInfinity.woff') format('woff'), url('fonts/BeyondInfinity.ttf') format('truetype'), url('fonts/BeyondInfinity.svg#BeyondInfinity') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/********* Fonts Face CSS End **********/
/******* Common Element CSS Start ******/ :root {
  --primary-color: #CC9347;
  --secondary-color: #2B2B2B;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #fbf6f1;
  background-image: url("images/pattern.png");
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #16171b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clear {
  clear: both;
}
img {
  border: 0px;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active, a:visited {
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0
}
h1 {
  margin: 0 0 27px 0;
  font-size: 78px;
  line-height: 88px;
  font-family: 'Soria';
  text-transform: capitalize;
  color: var(--primary-color);
}
h1 img {
  max-width: 100px;
}
h2 {
  font-size: 46px;
  line-height: 56px;
  font-family: 'Soria';
  color: var(--primary-color);
}
h3 {
  font-size: 40px;
  line-height: 40px;
  font-family: 'Soria';
  color: var(--primary-color);
}
h4 {
  font-size: 28px;
  line-height: 36px;
  font-family: 'Soria';
  color: var(--primary-color);
  font-weight: 300;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
h6 {
  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 16px;
  text-transform: uppercase;
}
p {
  margin-bottom: 25px;
}
.sep-20 {
  width: 100%;
  display: block;
  clear: both;
  height: 20px;
}
.sep-30 {
  width: 100%;
  display: block;
  clear: both;
  height: 30px;
}
.sep-40 {
  width: 100%;
  display: block;
  clear: both;
  height: 40px;
}
.light-bg {
  background: #f3f3f3;
}
button {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* Button Style */
.theme-btn {
  padding: 16px 26px 10px;
  background: transparent;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-color);
  font-weight: 700;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  text-transform: uppercase;
}
.theme-btn:hover, .theme-btn:focus {
  background-color: var(--primary-color);
  color: #fff;
}
.outline-btn {
  padding: 10px 30px;
  font-size: 23px;
  color: var(--primary-color);
  font-family: 'Soria';
  letter-spacing: 2px;
  font-weight: 700;
  border: 2px solid var(--primary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.outline-btn:hover, .outline-btn:focus {
  background: var(--primary-color);
  color: #fff;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
/* Title Style */
.line-title {
  margin-bottom: 32px;
  padding-bottom: 20px;
  position: relative;
}
.line-title:before {
  content: "";
  width: 72px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.line-title.small-line::before {
  width: 30px;
  height: 6px;
}
.line-title.gold-color::before {
  background: #daa974;
}
.line-title.left-line:before {
  left: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
}
.white-color {
  color: #fff;
}
.gold-color {
  color: var(--gold-color);
}
.mini-desc {
  margin-bottom: 0px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
  color: #161616;
  font-weight: 300;
}
/******* Common Element CSS End *********/
/******* Header Section CSS Start *******/
header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.navbar {
  margin-bottom: 28px;
  padding: 15px 0;
  background: #181818;
  transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
}
.navbar.navbar-color {
  padding: 20px 0;
  background-color: rgba(15, 34, 62, 0.8);
}
.navbar.navbar-shadow {
  padding: 15px 0;
}
.navbar-expand-md .navbar-nav {
  width: 100%;
}
.navbar-expand-md .logo-item {
  margin-left: auto;
  margin-right: auto;
}
.navbar-expand-md .navbar-nav .nav-link {
  margin: 0 25px;
  padding: 5px 0px;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
li.nav-item.active .nav-link {
  border-bottom: 3px solid var(--primary-color);
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  font-size: 16px;
}
.dropdown-item {
  color: var(--primary-color);
}
.navbar-expand-md .navbar-nav .active .nav-link, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:focus {
  color: var(--primary-color);
  background-color: transparent;
}
.navbar-nav .nav-item:last-child {
  display: flex;
}
.navbar-nav .nav-item:last-child a {
  margin: 0px 5px;
}
.dropdown-toggle::after {
  margin-left: 0px;
  content: "\f103";
  font-size: 13px;
  font-family: 'Font Awesome 5 Free';
  vertical-align: unset;
  border: none;
}
.logo {
  width: 140px;
}
.navbar.navbar-color .logo {
  width: 100px;
}
/******* Header Section CSS End *********/
/******* Popup CSS Start *******/
.popup {
  position: fixed;
  z-index: 214748364;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
  width: 100%;
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}
.popup.popup-notice {
  background: rgba(255, 255, 255, 0.75);
}
.popup.popup-notice .popup-close {
  color: #000;
}
.popup.popup-notice img {
  width: 90%;
  height: auto;
  max-width: 525px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border: 1px #000 solid;
}
/******* Popup CSS End *******/
/******* Banner section CSS Start *******/
.banner {
  background: no-repeat center center / cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-banner {
  padding: 85px 0px;
  display: flex;
  align-items: center;
  margin: 0px 35px;
}
.deli-banner {
  padding: 85px 0px;
  display: flex;
  align-items: center;
  margin: 28px 35px;
	min-height: 730px;
}
.banner .container {
  height: 100%;
  text-align: center;
}
.banner-tagline {
  margin-bottom: 22px;
  max-width: 200px;
}
.banner h4 {
  color: #FFFFFF;
  margin-bottom: 57px;
  font-family: 'Josefin Sans', sans-serif;
}
.banner-btn {
  padding: 18px 56px;
  font-family: 'Soria';
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.btn-box {
  justify-content: center;
}
.btn-box a.banner-btn:first-child {
  margin-right: 10px;
}
.banner-btn:hover, .banner-btn:focus {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
/******* Banner section CSS End *********/
/******* Middle section CSS Start ******/
.common-section {
  padding: 65px 0;
}
/******* Home *******/
/* About Section */
.about-section {
  position: relative;
}
.side-artwork {
  position: absolute;
  top: -30px;
  right: 0;
  opacity: 0.2;
  max-width: 20%;
}
.left-img-box {
  padding-bottom: 96%;
  margin-bottom: 30px;
}
.middle-img-box {
  padding-bottom: 125%;
}
.right-img-box {
  padding-bottom: 120%;
  margin: 0px 10px;
}
.left-img-box, .middle-img-box, .right-img-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.right-about-title {
  font-family: 'Beyond Infinity - Demo';
  font-size: 57px;
  line-height: 50px;
  color: #161616;
  margin: 25px 0px 35px;
}
.right-about-title img {
  max-width: 100%;
  margin: -24px 4px 0px 4px;
}
.about-section .desc-block h3 {
  margin-bottom: 27px;
}
.desc-block p {
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 27px;
}
/* Voucher Section */
.voucher-list .voucher-item {
  padding: 85px 0px;
  width: 1140px;
  max-width: 75vw;
  z-index: 11;
  background: no-repeat center center / cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.voucher-list .slick-slide {
  margin: 0px 10px;
}
.voucher-section .menu-item {
  margin: 10px -5px;
  padding-top: 50%;
  background: no-repeat center center / cover;
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.voucher-section .voucher-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.voucher-section .voucher-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 18px;
  top: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border: 2px solid var(--primary-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.voucher-section .voucher-item:hover::after {
  left: 0px;
  top: 0px;
  width: calc(100%);
  height: calc(100%);
}
.voucher-section .menu-item .item-inner {
  padding: 15px;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.voucher-section h1 {
  margin: 20px 0px 15px;
  color: #FFFFFF;
}
.voucher-item h4 {
  color: #FFFFFF;
}
.voucher-section h3 {
  margin-bottom: -5px;
}
.voucher-section h5 {
  font-weight: 300;
  color: #FFFFFF;
  margin: 20px auto 30px;
  max-width: 66%;
}
.voucher-section .pattern-img {
  display: inline-block;
  max-width: 280px;
}
/* Feature Section */
.feature-section {
  padding: 95px 0px;
}
.feature-section.small-padding {
  padding: 0px;
}
.feature-section .feature-item:first-child {
  margin-bottom: 110px;
}
.feature-section .img-block {
  margin: 0px 25px 15px;
  position: relative;
}
.feature-section .img-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12px;
  left: 12px;
  background: var(--primary-color);
  border-radius: 8px;
  z-index: 1;
}
.feature-section .img-block .feature-img {
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background: no-repeat center center / cover;
  padding-bottom: 82%;
}
.feature-section .img-block img {
  width: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.feature-section .desc-block {
  padding: 0 25px;
}
.feature-section .desc-block p:last-child {
  margin: 0;
}
.feature-section .desc-block a {
  color: var(--primary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.feature-section .desc-block a:hover {
  color: var(--secondary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.card-logos {
  width: 90%;
  height: auto;
  margin: 20px auto 0 auto;
  max-width: 400px;
}
/******** Middle section CSS End *******/
/***** Bottom section CSS Start *******/
/* Footer Section */
footer {
  background: var(--secondary-color);
  color: #fff;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
}
ul.footer-nav {
  padding: 40px 0 35px;
}
ul.footer-nav li {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
ul.footer-nav li a {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: 700;
}
footer a {
  color: #fff;
}
ul.footer-nav li.active a, footer a:focus, footer a:hover {
  color: var(--primary-color);
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-middle {
  padding: 40px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer-logo img {
  max-width: 220px;
}
.secondary-nav li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.secondary-nav li:last-child {
  margin: 0;
}
.secondary-nav li a {
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.secondary-nav li a:hover {
  color: var(--primary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.site-info {
  padding: 50px 0px 40px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.site-info a {
  color: var(--primary-color);
}
.site-info a:hover, .site-info a:focus {
  color: #fff;
}
ul.secondary-nav {
  margin-bottom: 35px;
}
.social-list li {
  margin: 10px 20px;
}
.social-list li a {
  width: 102px;
  height: 102px;
  line-height: 100px;
  display: block;
  font-size: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: var(--gold-color);
  position: relative;
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
}
.social-list li a i {
  line-height: inherit;
}
.social-list li a:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
/****** Bottom section CSS End *******/
/****** Menu Page CSS Start *******/
/* Banner */
.menu-banner {
  margin: 0px 35px;
  padding: 100px 0px 47px;
  display: flex;
  align-items: center;
}
.menu-banner .our-menu-box {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #FCF7F0;
}
.menu-banner h1 {
  padding: 10px 20px;
  margin-bottom: 0px;
  color: #FFFFFF;
}
.menu-banner .breadcrumb {
  padding: 18px 0px;
  background: transparent;
  text-transform: uppercase;
}
.menu-banner .breadcrumb a, .menu-banner .breadcrumb-item.active {
  color: #FFFFFF;
  font-weight: 500;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.menu-banner .breadcrumb a:hover {
  color: var(--primary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.menu-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #FFFFFF;
}
.menu-banner.banner::before {
  background: rgba(0, 0, 0, 0.55);
}
/* our menu section */
.our-menu-section {
  position: relative;
}
.our-menu-section .side-artwork {
  max-width: 30%;
  top: -100px;
}
.item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px dashed var(--primary-color);
  padding: 42px 0px 22px;
  border-radius: 8px;
  background-color: #F9F3EE;
  color: #292929;
  cursor: pointer;
}
.item-inner a {
  display: inline-block;
}
.item-inner a:first-child {
  opacity: 0.7;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.item-inner a:last-child {
  margin-top: 10px;
  font-size: 16px;
  color: var(--secondary-color);
  line-height: 35px;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.item-inner a:last-child:hover {
  color: var(--primary-color);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.item-inner img.menu-icon {
  width: 82px;
  max-width: 100%;
  margin-bottom: 36px;
}
.item-inner p {
  margin-bottom: 0px;
}
.menu-section .menu-desc {
  margin-bottom: 60px;
}
.dashed-bottom {
  border-bottom: 1px dashed var(--primary-color);
  padding-bottom: 55px;
  margin-bottom: 55px;
}
.menu-img-list a {
  display: block;
}
.menu-img-list .img-item {
  display: block;
  padding-top: 54%;
  background: url(../images/menu-image1.jpg) no-repeat center center / cover;
}
/*menu page inner voucher section */
.menu-voucher {
  margin: 33px 0px 85px;
}
/****** Menu Page CSS End *******/
/****** Contact Page CSS Start *******/
.contact-sec {
  padding: 70px 0 100px;
  position: relative;
}
.contact-sec .side-artwork {
  max-width: 30%;
  top: -100px;
}
.contact-sec form {
  margin: 0 auto;
  max-width: 490px;
}
.form-group {
  margin-bottom: 20px;
}
label {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-control {
  padding: 8px 12px;
  background: #dddddd;
  color: var(--secondary-color);
  border-radius: 0;
  border: none;
}
.form-control:focus {
  color: var(--secondary-color);
  background: #dddddd;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
textarea {
  resize: none;
  min-height: 130px;
}
.theme-btn.submit-btn {
  margin-top: 24px;
  text-align: center;
}
.black-box {
  margin: 0 auto;
  padding: 65px 55px 45px;
  background-color: #16171B;
  color: #fff;
  text-align: center;
  max-width: 520px;
  box-shadow: 0px 0px 30.1px 4.9px rgba(1, 1, 1, 0.22);
  -moz-box-shadow: 0px 0px 30.1px 4.9px rgba(1, 1, 1, 0.22);
  -webkit-box-shadow: 0px 0px 30.1px 4.9px rgba(1, 1, 1, 0.22);
}
.black-box .line-title:before {
  width: 20px;
  height: 4px;
  bottom: -20px;
  border-radius: 0;
  left: calc(50% - 10px);
}
.black-box ul {
  margin: 0;
}
.black-box ul.contact-info {
  padding-top: 1px;
  margin-bottom: 40px;
}
.black-box ul li {
  margin: 5px 0;
  font-size: 22px;
  line-height: 44px;
  font-weight: 300;
}
.black-box ul.contact-info li {
  margin: 12px 0;
}
.black-box ul li a {
  color: #fff;
}
.black-box ul li a:hover, .black-box ul li a:focus, .black-box ul li i {
  color: var(--primary-color);
}
.black-box ul li i {
  margin-right: 2px;
}
.black-box ul li b {
  font-weight: 900;
}
/* Map Section */
.map-section {
  height: 500px;
  position: relative;
}
.map-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 4px 20.37px 0.63px rgba(30, 31, 30, 0.4);
  -moz-box-shadow: inset 0px 4px 20.37px 0.63px rgba(30, 31, 30, 0.4);
  -webkit-box-shadow: inset 0px 4px 20.37px 0.63px rgba(30, 31, 30, 0.4);
}
.map-section iframe {
  height: 100%;
  width: 100%;
}
#dmn-partner-widget {
  max-width: 100% !important;
  width: 100% !important;
}
#dmn-partner-widget .date-selector .vdp-datepicker .vdp-datepicker__calendar header {
  line-height: 20px;
  font-size: 12px;
  display: block !important;
  width: 100% !important;
  float: left !important;
}
/****** Contact Page CSS End *******/
/****** Responsive CSS Start *******/
@media(min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    margin: 0 0 36px 0;
    font-size: 55px;
    line-height: 56px;
  }
  h1 img {
    max-width: 88px;
  }
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h3 {
    font-size: 33px;
    line-height: 37px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
  h5 {
    font-size: 17px;
    line-height: 26px;
  }
  h6 {
    margin: 0 0 30px 0;
    font-size: 14px;
    letter-spacing: 14px;
  }
  p {
    margin-bottom: 22px;
  }
  /* common section */
  .common-section {
    padding: 80px 0;
  }
  .menu-banner .breadcrumb {
    padding: 17px 0px;
  }
  .mini-desc {
    margin-top: 30px;
    font-size: 20px;
  }
  /* Button style */
  .outline-btn {
    padding: 9px 28px;
    font-size: 20px;
  }
  /* Title Style */
  .line-title {
    margin-bottom: 28px;
    padding-bottom: 18px;
  }
  /* Header */
  .navbar {
    padding: 40px 0;
    margin-bottom: 25px;
  }
  .navbar-expand-md .navbar-nav {
    width: 92%;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    margin: 0 16px;
    font-size: 14px;
  }
  .navbar-nav .nav-item:last-child a {
    margin: 0px 4px;
  }
  .logo {
    width: 120px;
  }
  /* Home Page */
  /* Banner section */
  .home-banner {
    padding: 75px 0px;
    margin: 0px 30px;
  }
  .banner h4 {
    margin-bottom: 45px;
  }
  .banner-btn {
    padding: 16px 44px;
    font-size: 25px;
  }
  /* About section  */
  .left-img-box {
    margin-bottom: 25px;
  }
  .right-about-title {
    font-size: 50px;
    line-height: 27px;
    margin: 22px 0px 33px;
    line-height: 50px;
    margin: 22px 0px 20px;
  }
  .right-about-title img {
    margin: -20px 4px 0px 4px;
    width: 26px;
  }
  .about-section .desc-block h3 {
    margin-bottom: 18px
  }
  /* Voucher section start */
  .voucher-section h1 {
    margin: 18px 0px 14px;
  }
  .voucher-list .voucher-item {
    padding: 80px 0px;
  }
  .voucher-section h5 {
    margin: 18px auto 27px;
    max-width: 70%;
  }
  .voucher-section .voucher-item::after {
    left: 16px;
    top: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  /* Feature section  */
  .feature-section {
    padding: 80px 0px;
  }
  .feature-section .feature-item:first-child {
    margin-bottom: 90px;
  }
  /* Footer */
  .footer-middle {
    padding: 65px 0 33px;
  }
  ul.secondary-nav {
    margin-bottom: 32px;
  }
  ul.footer-nav li {
    margin: 0 14px;
  }
  .social-list li a {
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
  .social-list li {
    margin: 10px 18px;
    width: 100px;
  }
  ul.footer-nav {
    padding: 37px 0 30px;
  }
  ul.footer-nav li a {
    font-size: 15px;
  }
  .footer-middle {
    padding: 70px 0 36px;
  }
  .footer-logo img {
    max-width: 180px;
  }
  .site-info {
    padding: 35px 0 37px;
  }
  /* Menu Page */
  /* Banner */
  .menu-banner {
    padding: 80px 0px 40px;
    margin: 0px 32px;
  }
  .menu-section .menu-desc {
    margin-bottom: 60px;
  }
  /* Our menu section */
  .our-menu-section {
    padding-bottom: 40px;
  }
  .our-menu-section .side-artwork {
    top: -90px;
  }
  .item-inner {
    padding: 38px 0px 23px;
  }
  .item-inner img.menu-icon {
    width: 70px;
    margin-bottom: 30px;
  }
  .item-inner a:last-child {
    margin-top: 9px;
    line-height: 30px;
  }
  .menu-voucher {
    margin: 28px 0px 60px;
  }
  /* Contact Page */
  /* Map Section */
  .map-section {
    height: 370px;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    margin: 0 0 28px 0;
    font-size: 50px;
    line-height: 50px;
  }
  h1 img {
    max-width: 72px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  h6 {
    margin: 0 0 20px 0;
    font-size: 13px;
    letter-spacing: 12px;
  }
  p {
    margin-bottom: 16px;
  }
  .menu-banner .breadcrumb {
    padding: 16px 0px;
  }
  .mini-desc {
    margin-top: 25px;
    font-size: 18px;
    line-height: 24px;
  }
  /* Button style */
  .outline-btn {
    padding: 8px 26px;
    font-size: 19px;
  }
  .theme-btn {
    padding: 13px 20px 9px;
    font-size: 19px;
    line-height: 21px;
  }
  /* Title Style */
  .line-title {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .line-title::before {
    width: 56px;
  }
  /* Header */
  .navbar {
    padding: 25px 0;
    margin-bottom: 25px;
  }
  .navbar-expand-md .navbar-nav {
    width: 100%;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    margin: 0 8px;
    font-size: 12px;
    padding: 8px 0px;
  }
  .navbar-nav .nav-item:last-child a {
    margin: 0px 3px;
  }
  .navbar.navbar-color .logo {
    width: 90px;
  }
  .logo {
    width: 120px;
  }
  /******* Banner section CSS Start *******/
  .home-banner {
    padding: 70px 0;
    margin: 0px 30px;
  }
  .banner-tagline {
    margin-bottom: 23px;
  }
  .banner h4 {
    margin-bottom: 50px;
  }
  .banner-btn {
    padding: 15px 40px;
    font-size: 23px;
  }
  /******* Middle section CSS Start ******/
  .common-section {
    padding: 50px 0;
  }
  /* Home Page */
  /* About Section */
  .left-img-box {
    margin-bottom: 24px;
  }
  .right-about-title {
    font-size: 37px;
    line-height: 44px;
    margin: 10px 0px 15px;
  }
  .right-about-title span {
    font-size: 60px;
    line-height: 45px;
  }
  .right-about-title img {
    margin: -18px 4px 0px 4px;
    width: 24px;
  }
  /* Voucher Section */
  .voucher-section .voucher-item::after {
    border: 2px solid var(--primary-color);
  }
  .voucher-section .voucher-item::after {
    left: 16px;
    top: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  .voucher-section h5 {
    max-width: 75%;
  }
  .menu-voucher {
    margin: 23px 0px 50px;
  }
  /* Feature section */
  .feature-section {
    padding: 70px 0px;
  }
  .feature-section .feature-item:first-child {
    margin-bottom: 45px;
  }
  .line-title.small-line::before {
    height: 4px;
  }
  .about-section .desc-block h3 {
    margin-bottom: 12px
  }
  .desc-block p {
    line-height: 22px;
    margin-bottom: 22px;
  }
  .feature-section .desc-block {
    padding: 0 0px;
  }
  /* Footer */
  .follow-us-section {
    padding: 50px 0;
  }
  .social-list li {
    margin: 8px 15px 4px;
  }
  .follow-us-section .shape {
    width: 200px;
  }
  ul.footer-nav {
    padding: 25px 0 18px;
  }
  ul.footer-nav li {
    margin: 0 8px;
  }
  ul.footer-nav li a {
    font-size: 14px;
  }
  ul.secondary-nav {
    margin-bottom: 25px;
  }
  .social-list li a {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 22px;
  }
  .footer-middle {
    padding: 50px 0 40px;
  }
  .footer-logo {
    margin-bottom: 28px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .site-info {
    padding: 30px 0 35px;
  }
  /* Menu Page */
  /* Banner */
  .menu-banner {
    padding: 70px 0px 30px;
    margin: 0px 30px;
  }
  .menu-section .menu-desc {
    margin-bottom: 40px;
  }
  /* Our menu section */
  .our-menu-section {
    padding-bottom: 35px;
  }
  .our-menu-section .side-artwork {
    top: -60px;
  }
  .item-inner {
    padding: 33px 0px 21px;
  }
  .item-inner img.menu-icon {
    width: 60px;
    margin-bottom: 25px;
  }
  .item-inner a:last-child {
    margin-top: 8px;
    line-height: 25px;
  }
  /* Contact Page */
  /* contact section */
  .contact-sec {
    padding: 50px 0 70px;
  }
  .form-group {
    margin-bottom: 16px;
  }
  label {
    font-size: 16px;
  }
  textarea {
    min-height: 110px;
  }
  .theme-btn.submit-btn {
    margin-top: 20px;
    min-width: 180px;
  }
  .black-box {
    padding: 40px 30px 30px;
  }
  .black-box ul.contact-info {
    margin-bottom: 28px;
  }
  .black-box ul li {
    margin: 4px 0;
    font-size: 17px;
    line-height: 34px;
  }
  .black-box ul.contact-info li {
    margin: 8px 0;
  }
  .black-box ul li br {
    display: none;
  }
  .black-box ul li b {
    display: block;
  }
  /* Map Section */
  .map-section {
    height: 350px;
  }
}
@media(max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
  h1 {
    margin: 0 0 25px 0;
    font-size: 44px;
    line-height: 40px;
  }
	
	.deli  {
    font-size: 75px;
    line-height: 81px;
  }
  h1 img {
    max-width: 66px;
  }
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 29px;
    line-height: 32px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
  h6 {
    margin: 0 0 15px 0;
    font-size: 12px;
    letter-spacing: 10px;
  }
  p {
    margin-bottom: 16px;
  }
  .menu-banner .breadcrumb {
    padding: 14px 0px;
  }
  .mini-desc {
    margin-top: 23px;
    font-size: 17px;
    line-height: 23px;
  }
  /* Title Style */
  .line-title {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .line-title::before {
    width: 56px;
  }
  .line-title.small-line::before {
    height: 4px;
    width: 27px;
    bottom: -7px;
  }
  /* Header */
  .navbar {
    padding: 20px 0;
    margin-bottom: 0px;
  }
  .navbar.navbar-shadow {
    padding: 16px 0;
  }
  .navbar-header {
    width: 100%;
    text-align: center;
  }
  .navbar-toggler {
    padding: 0;
    border-radius: 0;
  }
  .navbar-toggler-icon {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
  }
  .navbar-toggler-icon:nth-child(2) {
    margin: 6px 0;
  }
  .navbar-toggler:hover .navbar-toggler-icon {
    background-color: var(--primary-color);
  }
  .logo {
    width: 100px;
  }
  .navbar-header .phone {
    font-size: 18px;
    color: #fff;
  }
  .navbar-header .phone:hover, .navbar-header .phone:focus {
    color: var(--primary-color);
  }
  .dropdown .dropdown-menu {
    width: 98%;
    text-align: center;
  }
  .navbar.navbar-color {
    padding: 0;
    background-color: transparent;
  }
  .navbar.navbar-color .logo {
    width: 60px;
  }
  /******* Middle section CSS Start ******/
  .common-section {
    padding: 45px 0;
  }
  /* Button style */
  .outline-btn {
    padding: 8px 25px;
    font-size: 17px;
  }
  .theme-btn {
    padding: 12px 18px 8px;
    font-size: 14px;
    line-height: 18px;
  }
  /* Home Page */
  /* Banner section */
  .home-banner {
    padding: 35px 0;
    margin: 8px;
  }
  .banner h4 {
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .banner-btn {
    padding: 14px 25px;
    font-size: 18px;
  }
  /* About section */
  .side-artwork {
    top: 60%;
  }
  .contact-sec .side-artwork {
    top: -3%;
    bottom: auto;
    max-width: 33%;
  }
  .about-section .desc-block h3 {
    margin-bottom: 15px
  }
  .desc-block p, .desc-block h3 {
    margin-bottom: 25px;
  }
  /* Voucher section */
  .voucher-list .voucher-item {
    padding: 36px 20px;
    max-width: 83vw;
  }
  .voucher-section .voucher-item::after {
    left: 16px;
    top: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border: 2px solid var(--primary-color);
  }
  .voucher-section .pattern-img {
    max-width: 200px;
  }
  .voucher-section h5 {
    max-width: 82%;
  }
  /* Feature Section */
  .feature-section {
    padding: 60px 0px;
  }
  .feature-section .feature-item:first-child {
    margin-bottom: 35px;
  }
  .feature-section .feature-item .desc-block {
    margin-top: 30px;
  }
  .feature-section .common-section {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .feature-section .img-block {
    margin: 20px 10px 10px 0;
  }
  .feature-section > :nth-child(2n + 1) .row {
    flex-direction: column-reverse;
  }
  .feature-section .img-block::before, .feature-section > :nth-child(2n) .img-block::before {
    top: 10px;
    left: 10px;
  }
  .feature-section .theme-btn {
    margin-bottom: 15px;
  }
  /* Footer */
  .footer-middle {
    border-top: 0px;
    padding: 30px 0 35px;
  }
  .social-list li {
    margin: 0px 8px 10px;
  }
  .follow-us-section .shape {
    width: 140px;
  }
  footer {
    padding-top: 0px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .site-info {
    padding: 22px 0;
    font-size: 12px;
  }
  .secondary-nav li {
    font-size: 13px;
  }
  .social-list li a {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 22px;
  }
  .footer-logo {
    margin-bottom: 27px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .site-info {
    padding: 30px 0 35px;
  }
  /* Menu Page */
  /* Banner */
  .menu-banner {
    padding: 70px 0px 30px;
    margin: 10px 25px 0px;
  }
  .menu-section .menu-desc {
    margin-bottom: 32px;
  }
  /* Our menu section */
  .our-menu-section {
    padding-bottom: 30px;
  }
  .our-menu-section .side-artwork {
    top: -50px;
  }
  .item-inner {
    margin-bottom: 28px;
  }
  .item-inner img.menu-icon {
    width: 60px;
    margin-bottom: 25px;
  }
  .item-inner a:last-child {
    margin-top: 8px;
    line-height: 25px;
    font-size: 15px;
  }
  .menu-voucher {
    margin: 20px 0px 40px;
  }
  /* contact section */
  .contact-sec {
    padding: 30px 0 50px;
  }
  .contact-sec form {
    text-align: center;
  }
  .form-group {
    margin-bottom: 14px;
    text-align: left;
  }
  label {
    font-size: 15px;
  }
  textarea {
    min-height: 100px;
  }
  .theme-btn.submit-btn {
    margin: 15px 0 30px;
    min-width: 180px;
  }
  .black-box {
    padding: 28px 24px;
  }
  .black-box ul.contact-info {
    margin-bottom: 24px;
  }
  .black-box ul li {
    margin: 3px 0;
    font-size: 16px;
    line-height: 32px;
  }
  .black-box ul.contact-info li {
    margin: 6px 0;
  }
  .black-box ul li br {
    display: none;
  }
  .black-box ul li b {
    display: block;
  }
  /* Map Section */
  .map-section {
    height: 320px;
  }
}
@media(max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    margin: 0 0 15px 0;
    font-size: 28px;
    line-height: 30px;
  }
  h1 img {
    max-width: 66px;
  }
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
  h3 {
    font-size: 23px;
    line-height: 29px;
  }
  h4 {
    font-size: 16px;
    line-height: 21px;
  }
  h5 {
    font-size: 15px;
    line-height: 19px;
  }
  h6 {
    margin: 0 0 15px 0;
    font-size: 12px;
    letter-spacing: 10px;
  }
  p {
    margin-bottom: 16px;
  }
  .menu-banner .breadcrumb {
    padding: 12px 0px;
  }
  .mini-desc {
    margin-top: 17px;
    font-size: 16px;
    line-height: 21px;
  }
  /* Title Style */
  .line-title {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .line-title::before {
    width: 56px;
  }
  .line-title.small-line::before {
    height: 3px;
    width: 27px;
    bottom: 0px;
  }
  /******* Middle section CSS Start ******/
  .common-section {
    padding: 45px 0;
  }
  /* Button style */
  .outline-btn {
    padding: 7px 20px;
    font-size: 18px;
    min-width: 100px;
  }
  /* Home Page */
  /* Banner section */
  .banner-btn {
    padding: 10px 14px;
    font-size: 18px;
    min-width: 100px;
  }
  .btn-box a.banner-btn:first-child {
    margin-right: 8px;
  }
  /* About section */
  .about-section .row > div {
    margin: 0px auto;
    width: 90%;
  }
  .about-section .desc-block h3 {
    margin-bottom: 12px
  }
  .left-img-box {
    margin-bottom: 20px;
  }
  .side-artwork {
    top: auto;
    bottom: 15%;
    max-width: 33%;
    width: 180px;
  }
  .contact-sec .side-artwork {
    top: -3%;
    bottom: auto;
    max-width: 33%;
  }
  /* Voucher section */
  .voucher-section h1 {
    margin: 15px 0px 10px;
  }
  .voucher-list .slick-slide {
    margin: 0px 4px;
  }
  .voucher-section .voucher-item::after {
    left: 12px;
    top: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 2px solid var(--primary-color);
  }
  .voucher-section h5 {
    font-weight: 300;
    color: #FFFFFF;
    margin: 10px auto 15px;
  }
  .voucher-section .pattern-img {
    max-width: 150px;
  }
  .voucher-section h5 {
    width: 230px;
    max-width: 95%;
  }
  /* Feature section */
  .feature-section {
    padding: 25px 0px 45px;
  }
  .desc-block h3, .desc-block p {
    margin-bottom: 20px;
  }
  .desc-block p {
    line-height: 20px;
  }
  .feature-section .feature-item:first-child {
    margin-bottom: 25px;
  }
  .feature-section .desc-block {
    padding: 0 15px;
  }
  /* Footer */
  .footer-middle {
    border-top: 0px;
    padding: 30px 0 35px;
  }
  ul.secondary-nav {
    margin-bottom: 30px;
  }
  .secondary-nav li {
    font-size: 11px;
  }
  .social-list li a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
  /* Menu Page */
  /* Banner */
  .menu-banner {
    padding: 60px 0px 28px;
    margin: 8px;
  }
  /* Our menu section */
  .our-menu-section {
    padding-bottom: 25px;
  }
  .our-menu-section .side-artwork {
    top: -15px;
  }
  .item-inner {
    padding: 32px 0px 20px;
    margin-bottom: 20px;
  }
  .item-inner img.menu-icon {
    width: 50px;
    margin-bottom: 20px;
  }
  .item-inner a:last-child {
    margin-top: 6px;
    line-height: 22px;
    font-size: 14px;
  }
  .menu-voucher {
    margin: 15px 0px 35px;
  }
}
/****** Responsive CSS End *******/
.feature-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.feature-item.odd .col-md-6:first-child {
  order: 2;
}
.feature-item.even .col-md-6:last-child {
  order: 1;
}
.dscf7captcha {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dscf7captcha input {
  display: block;
  width: 100% !important;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 8px 12px;
  background: #dddddd;
  color: var(--secondary-color);
  border-radius: 0;
  border: none;
}
.form-group.contact-form .wpcf7-textarea {
  height: 0;
}
.gift-card-container .row {
  padding: 80px 0 40px;
}
.gift-card-container .row .price {
  display: none;
}
.gift-card-container .row .gift-cards_form input {
  padding: 0 10px;
}
.gift-card-container .row .gift-cards_form .gift-card-content-editor input {
  margin-top: 5px;
  margin-bottom: 25px;
  border: 1px solid #000000;
}
.gift-card-container .row .gift-cards_form .gift-card-content-editor textarea {
  margin-top: 5px;
  margin-bottom: 25px;
  border: 1px solid #000000;
  padding: 5px 10px;
}
.gift-card-container .row .gift-cards_form #ywgc-manual-amount-div-wrapper {
  color: #000000;
  background: white;
  border-radius: 10px;
}
.gift-card-container .row .gift-cards_form #ywgc-manual-amount-div-wrapper span {
  color: #000000 !important;
  background: white !important;
}
.gift-card-container .row .gift-cards_form .ywgc-manual-amount-error {
  width: 100%;
  display: block;
  clear: both;
}
.gift-card-container .row .gift-cards_form #ywgc-manual-amount {
  color: #000 !important;
  outline: 0;
  background: white !important;
  background-color: white !important;
	margin-bottom: 25px;
  border: 1px solid #000000;
  height: 50px;
  border-radius: 5px;
	width: 150px;
}
.ywgc-hidden {
  display: block!important;
}
.gift-card-container .row .gift-cards_form #ywgc-manual-amount::before, .gift-card-container .row .gift-cards_form #ywgc-manual-amount::after, .gift-card-container .row .gift-cards_form #ywgc-manual-amount::placeholder {
  color: #000000 !important;
}
.gift-card-container .row .gift-cards_form .gift-cards-list .ywgc-amount-buttons {
  width: 150px;
  max-width: unset;
  color: #000000 !important;
  background: white !important;
}
.gift-card-container .row .gift-cards_form .gift-cards-list button {
  width: 250px;
  max-width: unset;
}
.gift-cards-list .ywgc-amount-buttons {
  border: 0px!important;
  height: 50px;
}
.gift-card-container .row .gift-cards_form .ywgc_delivery_info_title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.gift-card-container .row .gift-cards_form .ywgc_select_amount_title {
  margin-bottom: 5px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif
}
.gift-card-container .row .gift-cards_form .gift_card_template_button {
  margin-top: 30px;
}
.gift-card-container .row .gift-cards_form .gift_card_add_to_cart_button {
  background: #000000 !important;
  color: #fff !important;
  padding: 12px 36px !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  border: 0px;
}
.single-product h3 {
  font-size: 35px;

}
.ywgc-manual-currency-symbol {
  top: 7px!important;
}
.gift-card-container .row .gift-cards_form .gift_card_add_to_cart_button:hover {
  background: #000000;
  opacity: 0.8;
}
.gift-card-container .row .woocommerce-product-gallery__wrapper a {
  width: 100%;
}
.basket-container .row {
  padding: 80px 0 40px;
}
.basket-container .row .woocommerce {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.basket-container .row .woocommerce .woocommerce-notices-wrapper {
  flex-basis: 100%;
  width: 100%;
}
.basket-container .row .woocommerce .wc-empty-cart-message {
  flex-basis: 100%;
  width: 100%;
}
.basket-container .row .woocommerce form {
  flex-basis: 65%;
}
.basket-container .row .woocommerce .cart-collaterals {
  flex-basis: 35%;
  padding: 0 0 0 40px;
}
.basket-container .row .woocommerce .cart-collaterals h2 {
  font-size: 36px;
}
.basket-container .row .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.basket-container .row .woocommerce .wc-proceed-to-checkout a.checkout-button {
  width: 300px;
  max-width: unset;
  background: #000000 !important;
  color: #fff !important;
  padding: 12px 20px !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  border: 0px;
  font-size: 14px;
}
.basket-container .row .woocommerce table.cart a {
  color: #000000
}
.basket-container .row .woocommerce table.cart td.actions .coupon {
  width: 60%;
  display: flex;
}
.basket-container .row .woocommerce table.cart td.actions .coupon input {
  width: 60%;
  flex-basis: 60%;
}
.basket-container .row .woocommerce table.cart td.actions .coupon button {
  width: 40%;
  flex-basis: 40%;
  background: #000000 !important;
  color: #fff !important;
  padding: 12px 12px !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  border: 0px;
  font-size: 14px;
}
.basket-container .row .woocommerce table.cart td.actions button {
  background: #000000 !important;
  color: #fff !important;
  padding: 12px 12px !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  border: 0px;
  font-size: 14px;
}
.checkout-container .row {
  padding: 80px 0 40px;
}
.checkout-container .row .woocommerce {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.checkout-container .row .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  flex-basis: 100%;
}
.checkout-container .row .woocommerce .woocommerce-form-coupon-toggle {
  width: 100%;
  flex-basis: 100%;
}
.checkout-container .row .woocommerce .checkout_coupon {
  width: 100%;
  flex-basis: 100%;
}
.checkout-container .row .woocommerce .woocommerce-checkout {
  width: 100%;
  flex-basis: 100%;
}
.checkout-container .row .woocommerce #customer_details {
  margin-bottom: 30px;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 {
  width: 70%;
  flex-basis: 70%;
  max-width: unset;
  padding-left: 0;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 30%;
  flex-basis: 30%;
  max-width: unset;
  padding-right: 0;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 10px;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
  padding: 10px 20px 0;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 10px;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields h3 {
  display: none;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 10px;
  width: 100%;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
  flex-basis: 50%;
  width: 50%;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  flex-basis: 50%;
  width: 50%;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  width: 100%;
  display: block;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input.input-text {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 4px;
  height: 38px;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row #billing_country {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 4px;
  height: 38px;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 4px;
  height: 38px;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
  flex-basis: 100%;
}
.checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
  padding: 5px 10px;
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.checkout-container .row .woocommerce .woocommerce-checkout #place_order {
  background: #000000 !important;
  color: #fff !important;
  padding: 12px 12px !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  border: 0px;
  font-size: 14px;
}
input {
  padding: 5px 10px !important;
}
.basket-container .row .woocommerce .product-quantity {
  display: none !important;
}
@media screen and (max-width:1199px) {
  .container.basket-container {
    max-width: unset;
    margin: 0 30px;
    width: auto;
  }
  .basket-container .row .woocommerce form {
    flex-basis: 63%;
  }
  .container.checkout-container {
    max-width: unset;
    margin: 0 30px;
    width: auto;
  }
  .checkout-container .row .woocommerce form {
    flex-basis: 63%;
  }
}
@media screen and (max-width:995px) {
  .basket-container .row .woocommerce form {
    flex-basis: 100%;
    padding: 0;
  }
  .basket-container .row .woocommerce .cart-collaterals {
    flex-basis: 100%;
    padding: 0;
  }
  .checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-1 {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
  .checkout-container .row .woocommerce .woocommerce-checkout .col2-set .col-2 {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width:768px) {
  .basket-container .row .woocommerce table.cart td.actions .coupon {
    flex-basis: 100%;
    width: 100%;
  }
}
/*******************
 * New Deli section
********************/
.page-template-tpl-deli-homepage h1 {color:white;}
.page-template-tpl-deli-homepage .about-section .desc-block {
	width:calc(66% - 30px);
	flex-basis:calc(66% - 30px);	
	max-width:100%;
	margin-top:-18%;
	padding:0 20px;
}
.page-template-tpl-deli-homepage .desc-block h3 {
	width:51%;
	flex-basis:51%;
	max-width:100%;
}
.voucher-item{min-height:606px;}
.voucher-item.no-darkbackground::before {background:none;}
@media screen and (max-width:767px){
.page-template-tpl-deli-homepage .about-section .desc-block {
	width:100%;
	flex-basis:100%;
	max-width:100%;
	margin-top:0;
	padding:0 20px;
}
.page-template-tpl-deli-homepage .desc-block h3 {
	width:100%;
	flex-basis:100%;
	max-width:100%;
}
	
.voucher-item{min-height:337px;}
	
}