 /*--------------------------------------------------------------------------------
  _   _                   _______   _                                     
 | \ | |                 |__   __| | |                                    
 |  \| |   __ _  __   __    | |    | |__     ___   _ __ ___     ___   ___ 
 |     |  / _  | \ \ / /    | |    | '_ \   / _ \ | '_ ` _ \   / _ \ / __|
 | |\  | | (_| |  \ V /     | |    | | | | |  __/ | | | | | | |  __/ \__ \
 |_| \_|  \__,_|   \_/      |_|    |_| |_|  \___| |_| |_| |_|  \___| |___/
                                                                          
                                                                          
----------------------------------------------------------------------------------*/ 


body {
    font-family: 'Quicksand', sans-serif;
}


/*common styles*/
h1 {
    font-size: 62px;
    font-family: 'Courgette', cursive;
    color: #dd9700;
}

h2 {
	font-size: 28px;
	font-family: 'Pathway Gothic One', sans-serif;
	color: #800000;
	font-weight: 400;
}
h3 {
    font-size: 22px;
    font-weight: 500p;
}
h5 {
  font-size: 20px;
  font-weight: 500;
}

h20 {
    font-size: 57px;
    font-family: 'Fredoka One', cursive;
	text-transform: uppercase;
    color: #cc0000;
	text-shadow: 2px 1px white;
}

h21 {
    font-size: 32px;
    font-family: 'Fredoka One', cursive;
    color: #800000;
}

h22 {
    font-size: 22px;
    font-family: 'Quicksand', sans-serif;
	color: #333;
    font-weight: 400;
}

h23 {
    font-size: 40px;
    font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
    color: #fff;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: 404040;
}

/*button style css start*/
.btn-default {
  background-color: #fff;
  color: #f98602;
  border-color: #f98602
  
}
.btn-group-sm > .btn, .btn-sm {
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 22px;
}
.btn-default:hover, .btn-default:focus {
  background-color: #dd9700;
  color: #fff;
  border-color: #dd9700;
  
}
.btn-primary {
  border-color: #f98602;
  color: #fff;
  background: #f98602;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #dd9700;
  color: #fff;
  background: #dd9700;
}
.btn-group-lg > .btn, .btn-lg {
  border-radius: 0 !important;
  font-size: 18px;
  line-height: 1.33333;
  padding: 7px 16px;
}
/*button style css end*/

/*header section css start*/
.navigation .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.header-top {
  font-size: 14px;
  height: 100px;
}
.call-us {
  float: left;
  padding-top: 35px;
}
.call-us img {
  display: inline;
  margin-right: 10px;
}
.call-us > span {
  color: #fff;
}
.social-icon {
  float: right;
  padding-top: 35px;
}
.social-icons {
  float: left;
  padding-top: 35px;
  position: relative;
  left: -60px;
}
.social-icons li {
  display: inline;
  margin-left: 20px;
}
.social-icons li a {
    color: #dd9700;
    font-size: 30px;
}
.social-icon li {
  display: inline;
  margin-left: 10px;
}
.social-icon li a {
    color: #dd9700;
    font-size: 30px;
}

.social-iconss {
  float: center;
  padding-top: 35px;
  position: relative;
}
.social-iconss li {
  display: inline;
  margin-left: 20px;
}
.social-iconsss li a {
    color: #dd9700;
    font-size: 30px;
}
.social-iconss li {
  display: inline;
  margin-left: 10px;
}
.social-iconss li a {
    color: #dd9700;
    font-size: 30px;
}
.logo {
    text-align: center;
}
.logo img {
  display: inline;
}
.navigation .navbar-nav {
  float: none;
}
.header-bottom #navbar .nav.navbar-nav {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.header-bottom .navbar-nav > li {
  display: inline-block;
  float: none;
}
.navigation .navbar-default .navbar-nav > .active > a, 
.navigation .navbar-default .navbar-nav > .active > a:focus, 
.navigation .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
  color: #DD9700 !important;
}
.navigation .navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.navigation .navbar-default .navbar-nav > li > a:focus,
.navigation .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #dd9700;
}
.navigation #navbar li i {
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}
.navigation .nav.navbar-nav {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  padding: 3px 0;
}
.navigation .fill-bg .header-top {
  display: none;
}
.navigation nav.fill-bg {
  z-index: 999999;
}
/*header section css end*/


/*header banner css start*/
.header-banner {
  background: rgba(0, 0, 0, 0) url("../images/banner_kukus.jpg") no-repeat scroll 0 0;
  background-size: cover;
  height: 650px;
  padding-top: 120px;
  position: relative;
}
.overlay {
    background: url(../images/overlay-img.png) no-repeat;
	background-size: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.header-content {
  padding-top: 120px;
}
.header-content > p {
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
}
.main-heading > h20 {
  margin: 0;
}
.main-heading > h2 {
  margin: 0;
}
.main-heading > span {
  color: #cc0000;
  font-family: 'Fredoka One', cursive;
  text-transform: uppercase;
  font-size: 26px;
}
.main-heading {
  text-align: center;
}
.main-heading img {
  display: inline;
}
/*header banner css end*/

/*about section css start*/
.about-wrapper {
    background: #f4f4f4;
    padding: 80px 0;
}
.about-img > ul {
  padding: 0;
}
.history {
  background: #fff;
  padding: 40px;
  width: 90%;
  height: 550px;
  position: relative;
  z-index: 999;
}
.history-border {
  border: 2px solid #dd9700;
  content: "";
  height: 100%;
  left: 35px;
  position: absolute;
  top: -26px;
  width: 85%;
}
.history-content {
  padding-top: 10px;
}
.history-content > a {
  color: #dd9700;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.about-img li {
  list-style: outside none none;
}
.about-img img {
  display: inline;
}
.about-img {
  text-align: center;
}
.about-img li:first-child {
  padding-bottom: 20px;
}
.main-heading {
  padding-bottom: 40px;
  text-align: center;
}
/*about section css start*/

/*services sec css start*/
.services-sec {
    padding: 70px 0;
}
.services-img img {
  display: inline;
}
.services-content > p {
  padding: 10px 20px;
}
.services-content > p {
  padding: 20px 40px;
}
.services-inner.border-right::after {
  background: #dd9700 none repeat scroll 0 0;
  content: "";
  float: left;
  height: 160px;
  position: absolute;
  right: 0;
  top: 100px;
  width: 2px;
}
.services-inner.border-right {
  position: relative;
}
/*services secs css end*/

/*services secs css start*/
.services-sec {
  padding: 70px 0;
}
.services-imgg img {
display: initial;
padding: 10px;
}
.services-content > p {
padding: 10px 20px;
}
.services-content > p {
padding: 20px 40px;
}
.services-innerr.border-right::after {
background: #fff none repeat scroll 0 0;
content: "";
float: left;
height: 160px;
position: absolute;
right: 0;
top: 100px;
width: 2px;
}
.services-innerr.border-right {
position: relative;
}
/*services secs css end*/


/*our menu css start*/
.menu-sec {
    background: url(../images/menu.jpg) no-repeat;
	background-size: cover;
    height: 850px;
    position: relative;
    padding: 50px 0;
    color: #fff;
}
.menu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    left: 0;
    top: 0;
}
.menu-des {
  float: left;
  width: 100%;
}
li.menu-inner {
  list-style: outside none none;
  margin-bottom: 25px;
}
.menu-title {
  float: left;
  font-size: 17px;
  color: #dd9700;
  font-weight: 600;
  text-transform: uppercase;
}
.menu-price {
  float: left;
}
.menu-inner > p {
  clear: both;
  font-size: 14px;
}
.menu-price {
  color: #dd9700;
  float: left;
  font-size: 18px;
  font-weight: 500;
}
.menu-border {
    position: relative;
}
.menu-sec .btn.btn-sm.btn-default {
  margin-top: 40px;
}
ul.menu-wrapper {
  padding: 0;
}
.menu-des::before {
  border-bottom: 0px solid #fff;
  content: "";
  display: block;
  margin-left: 142px;
  margin-right: -10px;
  padding-left: 30px;
  position: relative;
  top: 23px;
  width: 63%;
}
.menu-sec .main-heading > h2 {
  color: #fff;
}
/*our menu css end*/

/*testimonial sec start*/
.testimonial-sec {
  padding: 70px 0;
}
.testimonial-sec .carousel-caption {
  bottom: 0;
  color: #445b7e;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 20px;
  position: static;
  right: 15%;
  text-align: center;
  text-shadow: none;
  width: 70%;
}
.carousel-img img {
  display: inline;
  border-radius: 100%;
}
.testimonial-sec .carousel-control.left {
  background-image: none !important;
}
.testimonial-sec .carousel-control.right {
  background-image: none !important;
}
.carousel-img {
  margin: 0 auto;
}
.testimonial-sec .carousel-control {
  color: #800000;
  font-size: 22px;
  font-weight: bold;
  opacity: 1;
  text-shadow: none;
  top: 117px;
}
.carousel a .fa.fa-angle-left, .carousel a .fa.fa-angle-right {
  border: 1px solid #800000;
  border-radius: 3px;
  height: 35px;
  width: 35px;
}
.carousel-caption > span {
  color: #800000;
  font-size: 18px;
  font-weight: 500;
}
/*testimonial sec end*/

/*deal section css start*/
.deal-day {
  background: rgba(0, 0, 0, 0) url("../images/deal-bg.jpg") no-repeat scroll 0 0;
  background-size: cover;
  height: 450px;
  padding: 50px 0;
}
.deal-content > h2 {
  font-size: 52px;
}
.deal-content > span {
  color: #800000;
  font-size: 46px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
}
.deal-content small {
  color: #333;
  font-size: 20px;
}
/*deal section css end*/

/*footer css start*/
footer {
  background: #23201e;
  color: #fff;
  padding: 50px 0 0;
}
footer h5 {
    margin-bottom: 30px;
}
.contact-info > p {
  font-size: 14px;
  line-height: 22px;
}
.contact-inner > p {
  margin: 0;
    font-size: 14px;
}
.contact-inner strong {
  font-weight: 500;
}
.opening-hours li {
  border-bottom: 1px dashed #fff;
  display: block;
  float: left;
  font-size: 12px;
  list-style: outside none none;
  margin-bottom: 10px;
  width: 100%;
}
.opening-hourss li {
  border-bottom: 0px #fff;
  display: block;
  float: left;
  font-size: 12px;
  list-style: outside none none;
  margin-bottom: 10px;
  width: 100%;
}
.opening-hourss > ul {
  border: 1px solid #DD9700;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 15px;
}
.opening-hourss li h6 {
  display: inline;
  float: left;
  margin: 0;
}
.opening-hours > ul {
  border: 1px solid #DD9700;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 15px;
}
.opening-hours li h6 {
  display: inline;
  float: left;
  margin: 0;
}
.subscribe .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  color: #555;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.opening-hours li h6 {
  display: inline;
  float: left;
}
.subscribe textarea.form-control {
  height: 100px;
}
.subscribe .btn.btn-sm.btn-primary {
  height: 38px;
  line-height: 0;
}
.opening-hours li span {
    float: right;
}
.copyright > p {
  font-size: 12px;
}
.copyright {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 10px;
}
/*footer css end*/


/*contact page css start*/
.contact-banner {
    background: url(../images/contacto-banner.jpg) no-repeat;
	background-size: cover;
    height: 470px;
    padding-top: 120px;
    position: relative;
}
.inner-overlay {
    background: url(../images/inner-overlay.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contact-banner h1, .cart-banner h1, .menu-banner h1, .about-banner h1, .blog-banner h1 {
  color: #fff;
  font-family: "quicksand";
  font-size: 50px;
  font-weight: 500;
}
.contact-page {
    padding: 70px 0;
}
.subscribe .form-control:focus {
  border: transparent !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.055) inset, 0 0 3px rgba(221, 151, 0, 0.6);
}
.contact-wrapper > ul {
  padding: 0;
}
.contact-wrapper li {
  list-style: none;
  margin-bottom: 5px;
}
.contact-wrapper img {
  margin-right: 5px;
}
.google-maps {
    position: relative;
    padding-bottom: 50%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*contact page css end*/

/*cart page css start*/
.yellow {
    color: #dd9700; 
}
.cart-banner {
    background: url(../images/cart-banner.jpg) no-repeat;
    height: 470px;
    padding-top: 120px; 
    position: relative;
}
.cart-page {
  overflow: hidden;
  padding: 70px 0;
}
.product-page {
  margin: 0 50px;
}
.product-page > table {
  width: 100%;
}
.product-img {
  width: 80px;
}
.product-name {
  width: 220px;
}
.price {
  width: 140px;
}
.quantity {
  width: 140px;
}
.total {
  width: 120px;
}
.remove {
  width: 20px;
}
.product-page {
    border: 1px solid #ddd;
}
.product-page th {
  background: #f6f6f6;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 10px;
}
.product-page tr td {
  padding: 12px 10px;
}
.quantity > input {
  padding-left: 8px;
  width: 44px;
}
.coupon-card {
    margin: 30px 50px;
    overflow: hidden;
}
.apply-coupon {
  float: left;
  width: 50%;
}
.apply-coupon {
  width: 50%;
}
.apply-coupon .form-control {
  height: 40px;
    border-radius: 0;
}
.conti-shop {
  float: right;
  width: 50%;
}
.conti-shop .btn.btn-lg.btn-primary {
  float: right;
}
.cart-totals {
  margin: 0 50px ;
  overflow: hidden;
  padding: 50px 0 30px;
}
.cart-totals > table {
  border: 1px solid #eee;
  width: 100%;
}
.cart-totals th {
  background: #f6f6f6;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 10px;
}
.cart-totals tr td {
  padding: 12px 10px;
}
.cart-totals .btn.btn-lg.btn-primary {
  margin-top: 20px;
}
/*cart page css end*/


/*our menu page css start*/
.our-menu {
    padding: 70px 0;
}
.menu-banner {
    background: url(../images/menu-banner.jpg) no-repeat;
	background-size: cover;
    height: 470px;
    padding-top: 120px;
    position: relative;
}
.our-menu .filter-inner {
  margin:40px 0 50px;
  text-align: center;
}
.our-menu .grid {
  margin: 0;
  padding: 0;
}
.our-menu li {
  border: 1px solid #ddd;
  border-radius: 5px;
  float: left;
  list-style-type: none;
  margin-bottom: 30px;
  padding:0;
  position: relative;
  text-align: center;
  width: 48%;
  margin-right: 10px;
    margin-left: 10px;
}
.our-menu li a {
  display: block;
  position: relative;
}
.our-menu .filter-inner .btn.btn-sm.btn-default.button.is-checked{
  background: #dd9700;
  color: #fff;
  border-color: #dd9700;
}
.our-menu .filter-inner .btn-default {
  margin: 0 5px;
  transition: all 0.3s ease-in-out 0s;
}
.our-menu .filter-inner .btn-default {
    border-color: #dd9700;
}

.our-menu .filter-inner .btn-default:hover, .our-menu .filter-inner .btn-default:focus {
  background: #dd9700;
  color: #fff;
  border-color: #dd9700;
}
.menu-img {
  cursor: auto;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 125px;
}
.menu-content {
  cursor: auto;
  float: left;
  padding-right: 20%;
  text-align: left;
  width: 75%;
}
.menu-content > h5 {
  color: #333;
  font-size: 18px;
}
.menu-content > p {
  color: #404040;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.AddCart {
  float: right;
  padding: 15px 15px 15px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.AddCart > span {
  color: #dd9700;
  cursor: auto;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
} 
.menu-img > img {
  border-radius: 5px 0 0 5px;
}
.AddCart .btn.btn-sm {
  margin-top: 8px;
  padding: 2px 15px;
}
/*our menu page css end*/


/*about page css start*/
.about-banner {
    background: url(../images/about-banner.jpg) no-repeat;
	background-size: cover;
    height: 470px;
    padding-top: 120px;
    position: relative;
}
.about-sec p.text-center {
  padding-bottom: 40px;
}
.opening-year {
    background: url(../images/an_ye.jpg) no-repeat;
	background-size: cover;
    height: 500px;
}
.opening-year .year > h1 {
  color: #fff;
  font-size: 90px;
  padding-top: 130px;
}
.about-content {
    border: 2px solid #dd9700;
    padding: 20px 40px 20px 24px;
    width: 44%;
    float: left;
    position: relative;
}
.about-sec, .our-team {
    padding: 70px 0;
}
.about-pic {
  float: left;
  position: absolute;
  right: -32px;
  top: 36px;
  width: 61%;
}
.Why-choose-us {
  padding-top: 14px;
}
.team-wrapper .img-responsive {
  display: inline;
  position: relative;
  right:-170px;
  box-shadow: 5px 5px 3px #aaaaaa;
}
.team-wrapper > span {
  color: #777;
  position: relative;
  right:-170px;
}
.team-wrapper > h5 {
  margin-top: 30px;
  position: relative;
  right:-170px;
}
/*about page css end*/

/*blog page css start*/
.blog-banner {
  background: url("../images/blog.jpg") no-repeat;
  background-size: cover;
  height: 470px;
  text-align: center;
  position: relative;
  padding-top: 120px;
}
.blog-bannere {
  background: url("../images/blog_2.jpg") no-repeat;
  background-size: cover;
  height: 470px;
  text-align: center;
  position: relative;
  padding-top: 120px;
}
.blog-sec {
  background: #F4F4F4;
  padding: 80px 0;
}
.blog-inner h3 {
  margin: 0;
  padding-bottom: 10px;
}
.blog-inner > a {
  color: #333;
  text-decoration: none;
}
.date > span {
  color: #777;
  font-size: 20px;
}
.date {
  margin-bottom: 30px;
}
.blog-wrapper {
  background: #fff;
  padding: 20px;
}
.blog-inner > p {
  padding: 20px 0;
  margin: 0;
}
.blog-inner {
  margin-bottom: 40px;
}
.read-more > a {
  color: #dd9700;
  font-weight: 500;
  text-decoration: none;
}
.blog-sidebar {
  background: #fff;
  padding: 20px;
}
.search-btn .input-group {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.search-btn .form-control {
  border: none;
}
.blog-posts {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 40px;
}
.blog-posts > h5, .blog-category > h5 {
  background: #f4f4f4;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 10px 20px;
}
.post-content {
  padding: 0 20px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-img {
  display: inline-block;
  float: left;
  width: 90px;
}
.post-des {
  float: left;
}
.post-des h5 {
  font-size: 14px;
  margin: 0;
  padding: 10px;
}
.post-des > a {
  color: #555;
}
.post-des > span {
  color: #777;
  font-size: 12px;
  margin-left: 10px;
}
.blog-category {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 40px;
}
.blog-category > ul {
  margin-bottom: 20px;
  padding: 0 20px;
}
.blog-category li {
  list-style: none;
  margin-bottom: 5px;
}
.blog-category li > a {
  color: #777;
  text-decoration: none;
}
.search-btn .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.blog-category li > a:hover, .blog-category li > a:focus {
  color: #dd9700;
}
/*blog page css end*/

/*single blog page css start*/
.dropcap {
  background: #dd9700;
  color: #fff;
  float: left;
  font-size: 2em;
  line-height: 1.5em;
  margin-right: 0.3em;
  padding: 0 10px;
  text-align: center;
}
.single-blogsec > p {
  font-size: 14px;
  margin: 20px 0;
  color: #555;
}
.single-blogsec blockquote p {
  color: #777;
  font-size: 14px;
  font-style: italic;
}
.comment-sec {
  margin-top: 60px;
}
.comment-sec > h5 {
  background: #dd9700;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.comment-form {
  margin-top: 40px;
}
.comment-form textarea.form-control {
  height: 132px;
}
.comment-form .form-control {
  border-radius: 3px;
  box-shadow: none;
}
.comment-form .form-control:focus {
  border-color: #dd9700;
  box-shadow: none;
}
/*single blog page css end*/

/*======================media queries
==========================================*/

@media (max-width:1199px) {
    .menu-content {
      padding-right: 10%;
      width: 65%;
    }
    .AddCart {
      padding: 15px 0;
      width: 90px;
    }
    .our-menu li {
      margin-left: 10px;
      margin-right: 10px;
      width: 47%;
    }
    .about-content {
      width: 50%;
    }
    .about-pic {
      top: 74px;
      width: 56%;
    }
    .history-content {
      padding-top: 0px;
    }
    .history {
      padding: 20px;
    }
    .history-wrapper .main-heading {
      padding-bottom: 20px;
      padding-top: 15px;
    }
    .menu-des::before {
      width: 53%;
    }
}

@media (max-width:991px) {
   .our-menu li {
      width: 97%;
      margin-right: 10px;
    }
    .our-menu .filter-inner .btn-default {
      margin-bottom: 16px;
    }
    .contact-wrapper {
      margin-bottom: 70px;
    }
    .footer-sec .col-md-4 {
      margin-bottom: 40px;
    }
    footer h5 {
      margin-bottom: 20px;
    }
    .team-wrapper {
      margin-bottom: 40px;
    }
	.team-wrapper .img-responsive {
      position: static;
	  width: 100%;
      left: 80px;
    }
	.team-wrapper > span {
      margin-top: 20px;
      position: static;
      left:80px;
    }
    .team-wrapper > h5 {
      margin-top: 20px;
      position: static;
      left:80px;
    }
    .about-content {
      width:100%;
      padding: 30px;
    }
    .about-pic {
      text-align: center;
      width: 100%;
      position: static;
      margin-top: 20px;
    }
    .about-pic img {
      display: inline;
    }
    .history {
      height: auto;
      margin-bottom: 20px;
    }
    .history-border {
      left: 50px;
    }
    .services-inner.border-right::after {
      background: none;
    }
    .services-inner {
      padding-bottom: 30px;
    }
    .services-sec {
      padding: 50px 0 20px;
    }
    .menu-title, .menu-price {
      font-size: 16px;
    }
    .menu-sec {
      height: auto;
      background-size: cover;
    }
    .deal-content h1 {
        font-size: 56px;
    }
    .deal-content h2 {
        font-size: 50px;
    }
	.deal-content h21 {
        font-size: 23px;
    }
    .deal-content h22 {
        font-size: 18px;
    }
	.deal-content h20 {
      font-size: 20px;
    }
}

@media (max-width:767px) {
    .btn-group-sm > .btn, .btn-sm {
      padding: 6px 14px;
    }
    .header-bottom .navbar-nav > li {
      display: block;
    }
    .call-us {
      display: none;
    }
    .logo {
      float: left;
    }
    .social-icon {
      display: none;
    }
    .header-bottom {
        position: relative;
    }
    .navigation .navbar-header {
      position: absolute;
      right: 0;
      top: -78px;
    }
    .navigation .navbar-nav {
        margin: 0;
    }
    .navigation .navbar-toggle {
      border: transparent;
    }
    .navigation .navbar-default .navbar-toggle .icon-bar {
      background-color: #dd9700;
      width: 25px;
    }
    .navigation .navbar-default .navbar-toggle:focus, .navigation .navbar-default .navbar-toggle:hover {
      background-color: transparent;
    }
    .navigation .navbar-collapse {
      border-top: none;
      box-shadow: none;
    }
    .navigation .nav.navbar-nav {
      background: #000 none repeat scroll 0 0;
      padding: 3px 0;
    }
    .product-page, .cart-totals {
      margin: 0;
    }
    .coupon-card {
      margin: 30px 0;
    }
    .menu-des::before {
      margin-left: 175px;
    }
    .deal-day {
      position: relative;
    }
    .deal-content {
      position: relative;
      z-index: 9999;
      padding: 30px 0;
    }
    .deal-img {
      bottom: 27px;
      content: "";
      position: absolute;
      right: 0;
      width: 50%;
      z-index: 0;
    }
    .testimonial-sec .carousel-caption > p {
      font-size: 14px;
      line-height: 22px;
    }
}

@media (max-width:620px) {
    .product-img {
      display: none;
    }
    .product-page th {
      font-size: 14px;
    }
    .product-page td {
      font-size: 12px;
    }
    .product-page th {
      padding: 12px 5px;
    }
    .product-page tr td {
      padding: 12px 5px;
    }
    .apply-coupon {
      float: none;
      width: 100% !important;
      margin-bottom: 20px;
    }
    .conti-shop {
      float: none;
      width: 100% !important;
    }
    .menu-des::before {
        border-bottom: none;
    }
}

@media (max-width:480px) {
    .AddCart {
      padding: 15px 0;
      width: 100%;
      position: static;
    }
    /*.our-menu li {
      margin: 0 0 30px;
      overflow: hidden;
      text-align: center;
      width: 100%;
    }
    .menu-img {
      margin: 0;
      overflow: hidden;
      text-align: center;
      width: 100%;
    }
    .menu-content {
      width: 100%;
      text-align: center;
        padding-right: 0;
    }
    .menu-content > h5 {
      text-align: center;
    }
    .menu-img > img {
      border-radius: 0;
      margin-top: 10px;
    }
    .AddCart > span {
      display: block;
    }
    .AddCart .btn.btn-sm {
      margin-top: 8px;
    }*/
}

@media (max-width:400px) {
    .about-wrapper .col-md-4.col-xs-6 {
      width: 100%;
    }
    .about-img li:first-child {
      padding-bottom: 0;
    }
    .history-border {
      left: 34px;
      top: -18px;
      width: 83%;
    }
}

@media (max-width:360px) {
    .deal-content h1 {
      font-size: 46px;
    }
    .deal-content h2 {
      font-size: 40px;
    }
    .deal-content h20 {
      font-size: 20px;
    }
	
	.deal-content h21 {
      font-size: 23px;
    }
    .deal-content h22 {
      font-size: 18px;
    }
    .deal-img {
      bottom: 60px;
      width: 55%;
    }
    
}