/*
Theme Name: RedChili Theme
Description: HTML5 Mega Restaurant Template
Version: 1.0.0
*/


/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - General styles
 * 2.0 - Common styles
 * 3.0 - Paddings And Margins Spacing
 * 4.0 - Button Style
 * 5.0 - Form Field Style
 * 6.0 - Icon Style
 * 7.0 - Common Title Style
 * 8.0 - Header Style
 * 9.0 - Breadcrumb Style
 * 10.0 - Equal Column Height
 * 11.0 - Search Style
 * 12.0 - Modal Newsletter Styles
 * 13.0 - Call To Action Style
 * 14.0 - Client Testimonial Style
 * 15.0 - Home Page Style
 * 16.0 - About Page Styles
 * 17.0 - Service Page Styles
 * 18.0 - SignIn & SignUp Page Style
 * 19.0 - FAQ Page Style
 * 20.0 - Reservation Page Style
 * 21.0 - Contact Page Style
 * 22.0 - Gallery Page Style
 * 23.0 - MenuCard Page Style
 * 24.0 - Blog Page Style
 * 25.0 - Recipe Page Style
 * 26.0 - Single Recipe Page Style
 * 27.0 - Shop Page Style
 * 28.0 - Single Product Page Style
 * 29.0 - Shopping Cart Page Style
 * 30.0 - Checkout Page Style
 * 31.0 - 404 Page Style
 * 32.0 - Sidebar Style
 * 33.0 - Footer Style
 * 34.0 - ScrollUp JS Styles
 * 35.0 - Preloader Styles
 * 36.0 - Element Animation Style
================================================================== */


/* ==================================================================
  1.0 General styles
================================================================== */
html, html a {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}
html {
  overflow-x: hidden !important;
}
body {
  color: #666;
 /*  font-family: 'Raleway', sans-serif;*/ 
 font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
}
a {
  color: #444;
}
a:hover,
a:focus {
  color: #F5C21A;
  text-decoration: none;
}
a:focus,
a:hover,
a:active,
:focus {
  outline: none;
  text-decoration: none;
}
a,
a:after,
a:before,
.btn,
.btn:after,
.btn:before,
.btn-style-1,
.btn-style-2,
.btn-style-3,
.latest-blog:hover .featured-icon { 
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
p {
  line-height: 20px;
}
p a {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
h1 {
  font-size: 30px;
  font-weight: 900;
}
h2 {
  font-size: 22px;
  font-weight: 800;
}
h3 {
  font-size: 18px;
  font-weight: 700;
}
h4 {
  font-size: 14px;
  font-weight: 800;
}
img {
  max-width: 100%;
}
label {
  font-weight: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin: 0 15px 15px 0;
}
img.right {
  margin: 0 0 15px 15px;
}
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-moz-selection {
  background: #F5C21A;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #F5C21A;
  color: #ffffff;
  text-shadow: none;
}

/* ==================================================================
  2.0 Common styles
================================================================== */
.number,
.amount,
.num-list,
.pagination,
.cart-price,
.picker__holder,
.recipe-count,
.recipe-cook-time,
.recipe-publish-date,
.single-product-price,
.single-qty > input,
.price-filter-label input,
.opening-time-1,
.opening-time-2,
.sidebar-product-price,
.support-action-wrapper h2 span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.red {
  color: #F5C21A!important;
}
.bg-1 {
  background: #f1f1f1!important;
}
.bg-2 {
  background: #5bcae8!important;
}
.bg-3 {
  background: #dd78ef!important;
}
.bg-4 {
  background: #edbb2e!important;
}
.bg-5 {
  background: #69d675!important;
}
.select-border {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.right-border {
  border-right: 1px solid #f1f1f1;
}
.highlighted{
  background: #F5C21A;
  color: #fff;
}
.list-style-none {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ==================================================================
  3.0 Paddings And Margins Spacing
================================================================== */
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-15 {
  padding-top: 15px;
}
.pd-top-20{
  padding-top: 20px;
}
.pd-top-25{
  padding-top: 25px;
}
.pd-top-30{
  padding-top: 30px;
}
.pd-top-40{
  padding-top: 40px;
}
.pd-top-45{
  padding-top: 45px;
}
.pd-top-50{
  padding-top: 50px;
}
.pd-top-60{
  padding-top: 60px;
}
.pd-top-65{
  padding-top: 65px;
}
.pd-top-80 {
  padding-top: 80px;
}
.pd-top-100 {
  padding-top: 100px;
}
.pd-bottom-10{
  padding-bottom: 10px;
}
.pd-bottom-15 {
  padding-bottom: 15px;
}
.pd-bottom-20 {
  padding-bottom: 20px;
}
.pd-bottom-25 {
  padding-bottom: 25px;
}
.pd-bottom-30 {
  padding-bottom: 30px;
}
.pd-bottom-40 {
  padding-bottom: 40px;
}
.pd-bottom-45{
  padding-bottom: 45px;
}
.pd-bottom-50 {
  padding-bottom: 50px;
}
.pd-bottom-60 {
  padding-bottom: 60px;
}
.pd-bottom-65 {
  padding-bottom: 65px;
}
.pd-bottom-80 {
  padding-bottom: 80px;
}
.pd-bottom-100 {
  padding-bottom: 100px;
}
.mg-top-5 {
  margin-top: 5px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-15 {
  margin-top: 15px;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-25 {
  margin-top: 25px;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-40 {
  margin-top: 40px;
}
.mg-top-45{
  margin-top: 45px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-65 {
  margin-top: 65px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-top-80 {
  margin-top: 80px;
}
.mg-top-100 {
  margin-top: 100px;
}
.mg-bottom-5{
  margin-bottom: 5px;
}
.mg-bottom-10 {
  margin-bottom: 10px;
}
.mg-bottom-15 {
  margin-bottom: 15px;
}
.mg-bottom-20 {
  margin-bottom: 20px;
}
.mg-bottom-25 {
  margin-bottom: 25px;
}
.mg-bottom-30 {
  margin-bottom: 30px;
}
.mg-bottom-40 {
  margin-bottom: 40px;
}
.mg-bottom-45 {
  margin-bottom: 45px;
}
.mg-bottom-50 {
  margin-bottom: 50px;
}
.mg-bottom-60 {
  margin-bottom: 60px;
}
.mg-bottom-65 {
  margin-bottom: 65px;
}
.mg-bottom-70{
  margin-bottom: 70px;
}
.mg-bottom-80 {
  margin-bottom: 80px;
}
.mg-bottom-100 {
  margin-bottom: 100px;
}
.mg-left-5 {
  margin-left: 5px;
}
.mg-left-10 {
  margin-left: 10px;
}
.mg-left-15 {
  margin-left: 15px;
}
.mg-left-20 {
  margin-left: 20px;
}
.mg-left-50 {
  margin-left: 20px;
}
.mg-right-5 {
  margin-right: 5px;
}
.mg-right-10 {
  margin-right: 10px;
}
.mg-right-15 {
  margin-right: 15px;
}
.mg-right-20 {
  margin-right: 20px;
}

/* ==================================================================
  4.0 Button Style
================================================================== */
.btn-style-1 {
  background: #fff;
  border: 1px solid #f5c21a;
  border-radius: 0;
  color: #f5c21a;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 12px;
  padding: 15px 35px;
}
.btn-style-1:hover,
.btn-style-1:focus {
  background: #d3aa22;
  color: #ffffff;
}
.btn-style-2 {
  border-radius: 0;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 12px;
  padding: 15px 35px;
}
.btn-style-3 {
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
}
.btn-style-2,
.btn-style-3 {
  background: #f5c21a;
  border: 1px solid #f5c21a;
  color: #fff;
  font-weight: 700;
}
.btn-style-2:hover,
.btn-style-2:focus,
.btn-style-3:hover,
.btn-style-3:focus {
  background: #cfab35;
  border: 1px solid #ba9621;
  color: #fff;
}
.btn-center {
  float: none;
}
.btn-left {
  float: right;
}
.btn-right {
  float: right;
}
.btn-uppercase {
  text-transform: uppercase;
}

/* ==================================================================
  5.0 Form Field Style
================================================================== */
.input-style-1 {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #aaa;
  box-shadow: none;
  font-size: 12px;
  margin-bottom: 25px;
  padding-left: 0;
  text-align: left;
}
.textarea-style-1 {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #aaa;
  box-shadow: none;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 35px;
  min-height: 110px;
  padding: 20px 0 20px;
  text-align: left;
  width: 100%;
}
.input-style-1:focus,
.textarea-style-1:focus {
  box-shadow: none;
  border-color: #f5c21a;
}
.input-half {
  float: left;
  margin-right: 8%;
  width: 46%;
}
.input-half.last {
  margin-right: 0;
}
.input-one-third {
  float: left;
  margin-right: 5%;
  width: 30%;
}
.input-one-third.last {
  margin-right: 0;
}

/* ==================================================================
  6.0 Icon Style
================================================================== */
.icon-style-1 {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  font-size: 12px;
  line-height: 50px;
  border-radius: 25px;
  color: #F5C21A;
  background: #fff;
  border: 1px solid #F5C21A;
}
.icon-style-1:hover {
  background: #F5C21A;
  color: #fff;
}
.icon-style-2 {
  border: 1px solid #bfbfbf;
  color: #F5C21A;
  display: inline-block;
  height: 78px;
  line-height: 78px;
  margin-bottom: 10px;
  width: 78px;
}
.icon-style-3 {
  background: #f1f1f1;
  border: 5px solid #fff;
  border-radius: 50px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  height: 100px;
  line-height: 2;
  margin: -50px auto auto;
  padding: 25px 0;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 555;
}
.icon-style-4 {
  background: #F5C21A;
  border-radius: 50%;
  display: inline-block;
  padding: 20px;
}
.icon-style-4 img {
  width: 48px;
}

/* ==================================================================
  7.0 Common Title Style
================================================================== */
.title-1 {
  color: #F5C21A;
  margin: 0 0 15px;
}
.title-2 {
  color: #F5C21A;
  font-size: 20px;
  margin: 0 0 15px;
}
.page-title-bg {
  background-image: url('images/pages/page-title-bg-2.jpg');
  background-position: center center;
  background-size: cover;
  position: relative;
}
.page-title-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-title {
  color: #fff;
  margin: 60px 0;
  position: relative;
  text-align: center;
}
.blog-bg-title {
  color: #fff;
  margin: 120px 0;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.blog-post-title {
  margin-bottom: 15px;
  margin-top: 10px;
}

/* ==================================================================
  8.0 Header Style
================================================================== */
#header{
	position: relative;
    z-index: 1000000000000000;
}
.redchili-uppertop {
    position: fixed;
    background: #F5C21A;
    color: #fff;
    height: 30px;
    width: 100%;
    line-height: 20px;
    padding: 5px 0;
}
.number-top {
  font-size: 12px;
  font-weight: 600;
}
.number-top a{
  color: #fff;
}
.top-dropdown {
  float: right;
  font-size: 9px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.top-dropdown a {
  color: #fff;
}
.top-dropdown > li {
  display: inline-block;
  float: left;
  height: 20px;
  list-style: none;
}
.top-dropdown > li:last-child {
  border-right: 0;
}
.currency-dropdown button.dropdown-toggle,
.language-dropdown button.dropdown-toggle {
  padding: 0;
}
.redchili-uppertop .currency-dropdown .btn-group.bootstrap-select,
.redchili-uppertop .language-dropdown .btn-group.bootstrap-select {
  padding: 0 5px 0 10px;
  width: 60px;
}
.redchili-uppertop .language-dropdown .btn-group.bootstrap-select {
  width: 55px;
}
.currency-dropdown .filter-option,
.language-dropdown .filter-option {
  color: #fff;
  font-size: 9px;
  line-height: 20px;
}
.currency-dropdown .bootstrap-select.btn-group .dropdown-toggle .caret,
.language-dropdown .bootstrap-select.btn-group .dropdown-toggle .caret {
  color: #fff;
  margin-top: -3px;
  right: 4px;
}
.currency-dropdown .bootstrap-select .dropdown-menu > li > a,
.language-dropdown .bootstrap-select .dropdown-menu > li > a {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  font-size: 9px;
  font-weight: 500;
  line-height: 20px;
  min-width: auto;
  padding: 5px 10px;
}
.top-dropdown > li::after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  height: 8px;
  width: 1px;
}
.top-dropdown > li:last-child::after {
  width: 0;
}
.top-dropdown > li.top-login {
  padding-left: 7px;
}

/*====== Header Mega Menu ======*/
.navbar {
  margin-bottom: 0;
}
.navbar-default {
    background-color: #ffffff;
    top: 0px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 85px;
    position: fixed;
    z-index: 1000000;
    width: 100%;
    transition: all 0.3s ease;
}
.nav-top{
  -webkit-animation: mymove 0.2s; /* Safari 4.0 - 8.0 */
    animation: mymove 0.2s;
    top:0px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: 0px;}
}

@keyframes mymove {
    from {top: 0px;}
    to {top: 0px;}
}

.navbar-brand {
  height: 70px;
  line-height: 70px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.navbar-brand:hover {
  transform: scale(1.05);
}
.red-chili-logo {
  max-width: 150px;
  position: relative;
  padding: 0px;
  height: 50px;
  width: auto;
  transition: all 0.3s ease;
}
.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0;
  padding-top: 0;
  color: #1F2428;
  transition: all 0.3s ease;
  position: relative;
}
.navbar-default ul li a {
  line-height: 70px;
  padding: 8px 16px;
  margin: 0 4px;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
}
.navbar-default ul li a::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #F5C21A;
  transition: width 0.3s ease;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(245, 194, 26, 0.1);
  color: #F5C21A;
}
.navbar-default .navbar-nav > .open > a::after {
  width: 60%;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #F5C21A;
  background-color: rgba(245, 194, 26, 0.1);
}
.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a:focus::after {
  width: 60%;
}
.navbar-nav > li > .dropdown-menu,
.dropdown-submenu > .dropdown-menu {
  border-top: 1px solid #E9ECEF;
  margin-top: 10px;
  animation: dropdownFadeIn 0.2s ease;
}
@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-menu {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  margin: 10px 0 0 0;
  padding: 8px 0;
  background: #ffffff;
  overflow: hidden;
}
.dropdown-menu > li > a {
  min-width: 200px;
}
.navbar-default .dropdown-menu li a {
  border-bottom: 1px solid #E9ECEF;
  line-height: 20px;
  padding: 12px 20px;
  color: #1F2428;
  transition: all 0.2s ease;
  position: relative;
}
.navbar-default .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar-default .dropdown-menu li a:hover {
  background: rgba(245, 194, 26, 0.1);
  color: #F5C21A;
  padding-left: 25px;
}
.navbar-default .dropdown-menu li a i {
  margin-right: 8px;
  width: 20px;
  text-align: center;
  color: #F5C21A;
}
.dropdown-menu .yamm-content div ul li a {
  color: #333;
  display: block;
  line-height: 20px;
  padding: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #F5C21A;
  background-color: transparent;
}
.border-right-1 {
  border-right: 1px solid #f1f1f1;
}
.dropdown-menu .yamm-content h4 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ===== Mega Menu Link with thumbnail ==== */
.item-with-thumbnail-wrap {
  overflow: hidden;
}
.item-with-thumbnail {
  margin-bottom: 15px;
  overflow: hidden;
}
.item-with-thumbnail img {
  border-radius: 50%;
  float: left;
  height: 50px;
  width: 50px;
}
.navbar-default .dropdown-menu .item-with-thumbnail a {
  border-bottom: 1px solid #f1f1f1;
  border-top: 0 none;
  float: left;
  line-height: 18px;
  margin-left: 10px;
  margin-top: 5px;
  padding: 10px 0;
  width: 194px;
}
.navbar-default .dropdown-menu li .item-with-thumbnail a:hover {
  background: transparent;
}
.dropdown li a span {
  color: #f5c21a;
  float: right;
}
.dropdown-menu .yamm-content p {
  overflow: hidden;
  line-height: 20px;
}
.navbar-default .dropdown-menu li .btn-style-2 {
  color: #fff;
  border: 1px solid #f5c21a;
  line-height: 12px;
  padding: 15px 35px;
}
.navbar-default .dropdown-menu li .btn-style-2:hover {
  background: #f5c21a;
  border: 1px solid #f5c21a;
  color: #fff;
}
.dropdown-menu .yamm-content a.add-wishlist {
  border: 1px solid #f5c21a
  padding: 0;
}
.dropdown-menu .yamm-content a.add-wishlist:hover {
  background: #f5c21a;
  color: #fff;
}
.mm-item-name {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mm-item-name span {
  font-weight: 700;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #777;
  margin-top: 5px;
  margin-right: -10px;
}
.navbar-right {
  line-height: 80px;
}
.navbar-right li {
  font-weight: 600;
}
.navbar-right .fa-search,
.navbar-right .fa-shopping-basket {
  padding-right: 3px;
}
.yamm-content ul {
  list-style: none;
  padding: 0px;
}
.item-with-price li a{
  overflow: hidden;
}

/*====== Menu Responsive Video ======*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*====== Mega Menu Carousel ======*/
.mm-products-carousel {
  padding-bottom: 30px;
}
.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators .active {
  background-color: #f5c21a;
  height: 18px;
  margin: 1px;
  width: 18px;
}
.carousel-indicators li {
  background-color: #f1f1f1;
  border: 4px solid #f1f1f1;
  border-radius: 10px;
  height: 18px;
  width: 18px;
}
.mm-products-carousel .item > img {
  height: auto;
  width: 100%;
}
.dropdown-menu .mm-products-carousel a.mm-item-name {
  border-bottom: 0;
}
.dropdown-menu .mm-products-carousel a.mm-item-name:hover {
  background: transparent;
}
.dropdown-menu .mm-products-carousel .add-wishlist {
  color: #f5c21a;
}
.navbar-default .dropdown-menu li a.read-more {
  border: 0;
  color: #f5c21a;
  display: inline-block;
  padding: 10px;
  margin-top: 15px;
}
.navbar-default .cart-link {
  padding: 0;
}
.navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-default .navbar-toggle {
/*   border-color: #F5C21A; */
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
/*   background-color: #F5C21A; */
}
.navbar-default .navbar-toggle .icon-bar {
/*   background-color: #F5C21A; */
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #272727;
}
/* ==================================================================
  9.0 Breadcrumb Style - Removed (moved to theme.css to match React design)
================================================================== */

/* ==================================================================
  10.0 Equal Column Height Style
================================================================== */
.equal-height-wrap {
  display: table;
}
.equal-height-inner {
  display: table-cell;
  float: none;
}

/* ==================================================================
  11.0 Search Style
================================================================== */
.search-open {
  cursor: pointer;
}
.search-open:hover{
  color: #F5C21A;
}
#search-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: none;
    padding: 10px;
    position: absolute;
    right: 16px;
    top: 283.7%;
    z-index: 1000;
}
.search-box {
  position: relative;
}
.search-box input {
  float: left;
  margin-bottom: 0;
  padding: 6px 10px;
  text-align: center;
  width: 220px;
  line-height: 21px;
}
.search-box button {
  font-size: 18px;
  line-height: 20px;
  margin-left: 15px;
  padding: 6px 14px;
  position: relative;
  text-align: center;
}

/* ==================================================================
  12.0 Modal Newsletter Styles
================================================================== */
.popup-newsletter .modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 100000000;
}
.modal-open{
  overflow:auto;
  padding-right:0 !important;
}
.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  clear: both;
  width: 100%;
}
.modal-body {
  width: 100%;
  clear: both;
  position: relative;
  padding: 0px;
}
.subscrip-content {
  padding: 20px 20px 20px 20px;
  width: 100%;
}
.subscrip-heading {
  color: #444;
  margin-bottom: 30px;
}
.newsletter {
  margin-top: 15px;
  overflow: hidden;
}
.subscrip-bg {
  background: url("images/home/newslatter.jpg") repeat scroll center center / cover;
  width: 50%;
}
.popup-newsletter button.close {
  background: #F5C21A;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 0 7px 2px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
}
.popup-newsletter button.close:hover {
  color: #f5c21a;
  background: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid #bd9e39;
}

/* ==================================================================
  13.0 Call To Action Style
================================================================== */
.redchili-call-to-action {
}
.support-action-wrapper {
  overflow: hidden;
  width: 75%;
  float: left;
}
.support-action-wrapper img {
  float: left;
  padding-right: 15px;
  padding-top: 5px;
}
.support-action-wrapper h2 {
  font-size: 30px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0px;
}
.support-action-wrapper h2 span {
  font-size: 18px;
  font-weight: 400;
  color: #888;
}
.support-action-wrapper p {
  color: #888;
  margin-bottom: 0;
}
.btn-call-to-action {
  background: #F5C21A;
  border: 1px solid #F5C21A;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-call-to-action:hover,
.btn-call-to-action:focus {
  background: #cb0017;
  border: 1px solid #cb0017;
  color: #fff;
}

/* ==================================================================
  14.0 Client Testimonial Style
================================================================== */
.owl-controls {
  margin-top: 36px;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-theme .owl-nav {
  display: none;
}
.owl-theme .owl-dots {
  height: 18px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #F5C21A;
}
.owl-theme .owl-dots .owl-dot span {
  background: #f1f1f1;
  border: 4px solid #f1f1f1;
  height: 18px;
  margin: 0 7px;
  width: 18px;
}
.client-review {
  position: relative;
}
.client-review-wrapper {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  opacity: 1;
  overflow: hidden;
  padding: 60px 135px 0;
  text-align: center;
}
.client-review-wrapper p {
  font-style: italic;
  line-height: 25px;
}
.quote-icon {
  color: #F5C21A;
  display: inline-block;
  left: 49%;
  position: absolute;
  top: 0;
}
.quote-icon .fa {
  font-size: 22px;
}
.review-client-name {
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-top: 26px;
  text-align: center;
  width: 100%;
}
.review-company-name {
  float: left;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

/* ==================================================================
  15.0 Home Page Style
================================================================== */
.tp-caption.slide-title-inclined {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #F5C21A;
  background-color: #fff;
  padding: 14px 50px 14px 20px;
  letter-spacing: 0.3px;
  margin-left: 50px;
  text-transform: uppercase;
  text-align: right;
}
.tp-caption.slide-title-inclined::before {
  border-bottom: 76px solid #fff;
  border-left: 50px solid transparent;
  content: "";
  height: 0;
  left: -50px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 7;
}
.slide-desc-inclined {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #F5C21A;
  padding: 15px 50px 15px 10px;
  letter-spacing: 0.3px;
  margin-left: 80px;
  text-align: right;
}
.tp-caption.slide-desc-inclined::before {
  border-top: 70px solid #F5C21A;
  border-left: 50px solid transparent;
  content: "";
  height: 0;
  left: -50px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 7;
}
.slide-text-round {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #666;
  background-color: #fff;
  letter-spacing: 0;
  padding: 60px 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #F5C21A;
  text-transform: uppercase;
  transform: rotate(-30deg)!important;
  -webkit-transform: rotate(-30deg)!important;
  -moz-transform: rotate(-30deg)!important;
  -ms-transform: rotate(-30deg)!important;
  -o-transform: rotate(-30deg)!important;
}
.slide-text-round .slide-discount {
  display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 48px;
  color: #F5C21A;
  letter-spacing: -0.4px;
}
.slide-text-round .slide-coupon {
  color: #8b8a89;
  display: block;
  font-weight: 700!important;
}
.tp-caption.slide-btn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #F5C21A;
  padding: 20px 30px;
  letter-spacing: 0.75px;
  border: 1px solid #F5C21A;
}
.tp-caption.slide-price-btn {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #F5C21A;
  padding: 6px 12px;
  letter-spacing: 0.75px;
}
.slide-title {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.slide-caption-2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.slide-caption-3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.slide-caption-4 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
}
.tp-bullet{
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 18px;
  width: 18px;
}
.tp-bullet.selected, .tp-bullet:hover {
  background: #F5C21A;
  border: 4px solid #f1f1f1;
}

/*====== Home Feature Section ======*/
.home-feature-wrap {
  overflow: hidden;
  margin-bottom: 80px;
}
.home-feature-wrap:first-child {
  margin-top: 80px;
  margin-bottom: 60px;
}
.feature-icon-right {
  float: right;
  margin-left: 15px;
}
.feature-icon-left {
  float: left;
  margin-right: 15px;
}
.home-feature-wrap p {
  padding-top: 10px;
  margin-bottom: 0;
}
.home-menucard-list {
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
}
.home-menucard-list:last-child {
  margin-bottom: 0;
}
.home-menucard-list > h4 {
  font-weight: 700;
}

/*====== Home Gallery Section ======*/
.gallery-img {
  margin: 0;
  padding: 0;
}
.gallery-overlay {
  opacity: 0;
  background: rgba(255, 0, 25,0.8);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay-img {
  width: 64px;
  height: 64px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*====== Gallery Image Zoom effect ======*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====== Home Latest Blog ======*/
.latest-blog {
  background: #f1f1f1;
  padding: 0;
  overflow: hidden;
}
.latest-blog .featured-image {
  background-position: center center;
  background-size: cover;
  width: 50%;
  z-index: 7;
}
.latest-blog .featured-content {
  background: #f1f1f1;
  padding: 40px 30px 40px 40px;
  position: relative;
  width: 50%;
  z-index: 8;
}
.latest-blog .featured-icon {
  background: #ffffff;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #F5C21A;
  display: inline-block;
  height: 50px;
  position: absolute;
  top: 55px;
  width: 50px;
}
.latest-blog .featured-icon.icon-left {
  left: -25px;
}
.latest-blog .featured-icon.icon-right {
  right: -25px;
}
.latest-blog .featured-icon i.fa {
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  width: 46px;
}
.latest-blog .latest-blog:hover .featured-icon {
  background: #F5C21A;
  color: #fff;
}
.latest-blog .blog-title {
  margin: 0 0 15px;
}
.latest-blog .featured-content p {
  margin-bottom: 20px;
}
.latest-blog .readmore {
  font-weight: 700;
}
.latest-blog .readmore i.fa {
  padding-left: 10px;
}
.latest-blog:hover a.readmore {
  color: #F5C21A;
}
.latest-blog:hover .featured-icon {
  color: #fff;
  background: #F5C21A;
}

/*====== Home Client ======*/
.redchili-clients{
  padding-bottom: 50px;
}
.redchili-clients img {
  float: left;
  max-width: 220px;
  padding: 0 50px;
  margin-bottom: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.redchili-clients img:hover {
  max-width: 220px;
  padding: 0 50px;
  -webkit-filter: none;
  filter: none;
}

/* ==================================================================
  16.0 About Page Styles
================================================================== */
.about-featured-img {
  background-image: url('images/pages/about-featured.jpg');
  background-position: center center;
  background-size: cover;
}
.about-featured-content {
  padding: 50px 50px 40px;
}
.about-featured-title {
  color: #F5C21A;
  margin: 0 0 15px;
}
.about-featured-bottom {
  font-style: italic;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}
.team-member-title {
  border-bottom: 1px solid #e5e5e5;
  color: #F5C21A;
  padding-bottom: 10px;
  margin-top: 0;
}
.team-member-title-tag {
  color: #444;
  padding-top: 10px;
}
.head-chef-wrapper {
  overflow: hidden;
  margin-top: 30px;
}
.head-chef-name {
  color: #F5C21A;
  margin: 0;
}
.head-chef-designation {
  color: #444;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-address-title {
  color: #444;
  margin-bottom: 5px;
}
.about-address-icon a {
  color: #888;
}
.about-address-icon a:hover {
  color: #F5C21A;
}
.about-address-icon i {
  font-size: 16px;
  padding-right: 3px;
}
.team-member-details {
  text-align: center;
  padding-bottom: 60px;
}
.single-team-member {
  padding-bottom: 20px;
}
.single-team-member img {
  border: 1px solid #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.single-team-member img:hover {
  border: 1px solid #F5C21A;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-team-member > p {
  margin-bottom: 0;
}

/* ==================================================================
  17.0 Service Page Styles
================================================================== */
.service-featured-img {
  background: url("images/pages/services.jpg");
  background-position: center center;
  background-size: cover;
}
.service-featured-content {
  padding: 50px 50px 40px;
}
.service-featured-title {
  color: #F5C21A;
  margin: 0 0 15px;
}
.service-featured-icon {
  margin-top: 40px;
  overflow: hidden;
}
.service-featured-icon ul {
  padding: 0;
  margin: 0;
}
.service-featured-icon ul li {
  float: left;
  font-size: 10px;
  list-style: none;
  margin: 0 40px 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.service-details {
  text-align: center;
}
.service-details-title {
  color: #444;
  margin-top: 40px;
  text-align: center;
}
.service-details p {
  padding: 15px 25px 25px;
  text-align: center;
}
.service-info {
  text-align: center;
}
.service-info-icon {
  width: 64px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.service-info-wrap:hover .service-info-icon {
  -webkit-filter: none;
  filter: none;
}
.service-info-wrap p {
  padding: 25px;
}

/* ==================================================================
  18.0 SignIn & SignUp Page Style
================================================================== */
.signup-title,
.signin-title {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 40px 50px 15px;
}
.singup-form-body,
.singin-form-body {
  overflow: hidden;
  padding: 25px 50px 40px;
}
.singup-form,
.singin-form {
  background: #f1f1f1;
}
.newsletter-subscribe,
.remember-me {
  padding-bottom: 15px;
  clear: left;
}
.newsletter-subscribe .input-checkbox,
.remember-me .input-checkbox {
  margin-right: 5px;
}
.need-help {
  float: left;
  color: #F5C21A;
  margin-left: 12px;
  margin-top: 12px;
}
.social-login {
  background: #e5e5e5;
  font-weight: 500;
  padding: 40px 50px;
}
.social-login img {
  margin-bottom: 10px;
}

/* ==================================================================
  19.0 FAQ Page Style
================================================================== */
.faq-welcome {
  overflow: hidden;
}
.ui-accordion {
  border-top: 1px solid #f1f1f1;
}
.ui-accordion .ui-accordion-header {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
  padding: 15px 15px 15px 30px;
  text-transform: uppercase;
}
.ui-accordion .ui-accordion-content {
  padding: 10px 30px 20px;
}
.ui-accordion-content {
  border: 1px solid #f1f1f1;
  border-top: 0;
  color: #666;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-right,
.ui-corner-br,
.ui-corner-top,
.ui-corner-tr,
.ui-corner-tl {
  border-radius: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  background: #ffffff;
  font-weight: normal;
  color: #555555;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #F5C21A;
  color: #fff;
}

/* ==================================================================
  20.0 Reservation Page Style
================================================================== */
.redchili-reservation h2 {
  margin-top: 0;
}
.redchili-reservation .social-login {
  background: transparent;
  border-right: 1px solid #f1f1f1;
}
.reservation-form {
  float: left;
  padding-top: 15px;
  width: 100%;
}
.reservation-form .form-control[disabled],
.reservation-form .form-control[readonly],
.bootstrap-select.input-style-1 {
  background-color: transparent;
  border-bottom: 1px solid #aaa;
}
.bootstrap-select .btn,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open > .dropdown-toggle.btn-default,
.bootstrap-select .btn-default:active:hover,
.bootstrap-select .btn-default.active:hover,
.bootstrap-select.open > .dropdown-toggle.btn-default:hover,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select.open > .dropdown-toggle.btn-default:focus,
.bootstrap-select .btn-default.focus:active,
.bootstrap-select .btn-default.active.focus,
.bootstrap-select.open > .dropdown-toggle.btn-default.focus {
  background: transparent;
  border: 0;
  color: #666;
  box-shadow: none;
  padding-left: 0;
  font-size: 12px;
  line-height: 21px;
  
}
.top-dropdown .btn.dropdown-toggle.btn-default {
  margin-bottom: 5px;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.bootstrap-select .dropdown-menu > li > a {
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}
.bootstrap-select.dropup:focus,
.bootstrap-select .filter-option:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none!important;
}
.redchili-reservation .bootstrap-select.btn-group.input-half {
  float: left;
  width: 46%;
}
.picker__holder {
  color: #666;
  font-weight: normal;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #ff7d7d;
}
.picker__frame .picker__box {
  font-size: 16px;
}
th.picker__weekday {
  text-align: center;
}
.picker__input.picker__input--active {
  border-color: #aaa;
}
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected:hover {
  background: #F5C21A;
  border-color: #fff;
  color: #fff;
}
.picker__list-item--highlighted:hover,
.picker__list-item:hover {
  background: transparent;
  border-color: #f1f1f1;
}
.picker__list-item--highlighted {
  border-color: #f1f1f1;
}
.picker__list-item:hover {
  color: #666;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: #f1f1f1;
  color: #000;
  cursor: pointer;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__list-item--selected,
.picker__list-item--selected {
  background: #F5C21A;
  border-color: #f1f1f1;
  color: #fff;
}
.picker__day--today::before,
.picker__button--today::before {
  border-top: 0.5em solid #F5C21A;
}
.picker__day--highlighted {
  border-color: #F5C21A;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  background: #F5C21A;
  border-bottom-color: #F5C21A;
  color: #fff;
  cursor: pointer;
}
.picker--time .picker__frame .picker__box,
.picker__day {
  font-size: 12px;
}

/* ==================================================================
  21.0 Contact Page Style
================================================================== */
#map {
  width: 100%;
  height: 250px;
}
.contact-box {
  background: #F5C21A;
  color: #fff;
  margin: 30px 0;
  padding: 15px;
}
.contact-form{
  margin-top: 30px;
  overflow: hidden;
}
.contact-address {
  color: #444;
  font-weight: 700;
  margin: 50px 0 35px;
}
.contact-social {
  font-weight: 700;
  margin-top: 35px;
  line-height: 22px;
}
.contact-social i.fa {
  margin-right: 5px;
}

/* ==================================================================
  22.0 Gallery Page Style
================================================================== */
.gallery-filter-list {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}
.gallery-filter-list li {
  background: #fff;
  border: 1px solid #F5C21A;
  color: #F5C21A;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding: 15px 35px;
}
.gallery-filter-list li:hover,
.gallery-filter-list li.is-checked {
  background: #F5C21A;
  color: #fff;
}
.gallery-img-filter {
  clear: left;
}

/* ==================================================================
  23.0 MenuCard Page Style
================================================================== */
.menucard-opacity-bg {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.menu-card-right {
  background: url("images/pages/menucard-bg.jpg");
  position: relative;
}
.menu-card-left {
  background: url("images/pages/menucard-bg.jpg");
  position: relative;
}
.menu-card-right .menu-card-rightside {
  float: right;
}
.menu-card-into-bg {
  background: #fff;
}
.menu-card-into {
  padding-bottom: 35px;
}
.menu-card-title {
  color: #444;
  font-weight: 900;
  margin-top: 0;
  text-transform: uppercase;
}
.opening-time {
  color: #F5C21A;
  padding-bottom: 10px;
}
.menu-card-tab {
  margin-left: -15px;
  margin-right: -15px;
}
.menu-card-tab .nav-tabs {
  border: 0;
  background: #f1f1f1;
}
.menu-card-tab .nav-tabs > li {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.menu-card-tab .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  line-height: 15px;
  padding: 20px 35px;
  margin-right: 0;
}
.menu-card-tab .nav-tabs > li.active > a {
  background: #F5C21A;
  border: 0 none;
  border-radius: 0;
  color: #fff;
}
.menu-card-tab-content {
  background: #fff;
  position: relative;
}
.menu-card-tab-content .tab-pane {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
.menu-card-right .menu-card-tab-content .tab-pane {
  border-right: 1px solid #f1f1f1;
}
.menu-card-left .menu-card-tab-content .tab-pane {
  border-left: 1px solid #f1f1f1;
}
.menu-card-wrap {
  margin-top: 45px;
}
.single-menu-card-item {
  margin-bottom: 45px;
}
.single-menu-card-img {
  border: 5px solid #fff;
  border-radius: 50px;
  height: 100px;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}
.single-menu-card-content {
  margin-left: 100px;
  max-width: 500px;
  min-height: 100px;
}
.single-menu-card-title {
  border-bottom: 1px solid #b2b2b2;
  color: #444;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 5px;
}
.single-menu-card-price {
  color: #F5C21A;
  float: right;
}
.single-menu-card-desc {
  max-width: 400px;
  padding-top: 15px;
  text-align: left;
}
.single-menu-card-desc > p {
  margin: 0;
}
.menu-card-left .menu-card-into {
  text-align: right;
}
.menu-card-left .nav-tabs > li {
  float: right;
}
.menu-card-left .single-menu-card-img {
  margin-right: -50px;
  right: 0;
}
.menu-card-left .single-menu-card-content {
  margin-left: auto;
  margin-right: 100px;
}

/* ==================================================================
  24.0 Blog Page Style
================================================================== */
.blog-top-meta {
  overflow: hidden;
}
.post-category {
  display: inline-block;
  margin-bottom: 10px;
  float: right;
}
.single-list-blog .post-category {
  float: left;
  margin-bottom: 0;
}
.post-category a {
  background: #F5C21A;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 15px;
  padding-left: 5px;
  padding-right: 10px;
  position: relative;
  text-transform: uppercase;
}
.single-list-blog .post-category a {
  margin-left: 0;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 5px;
}
.post-category a::after {
  border-bottom: 20px solid #F5C21A;
  border-left: 15px solid transparent;
  content: "";
  height: 0;
  left: -15px;
  padding: 0;
  position: absolute;
  width: 0;
}
.single-list-blog .post-category a::after {
  border-left: 0 none;
  border-right: 15px solid transparent;
  left: auto;
  right: -15px;
}
.blog-post-social-share {
  float: left;
  height: 20px;
}
.blog-post-social-share i {
  color: #F5C21A;
  font-size: 16px;
  line-height: 20px;
  padding: 0 5px 0 0;
}
.list-blog-thumbnail {
  background-position: center center;
  background-size: cover;
}
.blog-meta {
  margin-top: 20px;
}
.single-list-blog .blog-meta {
  margin-top: 0px;
}
.blog-meta-author {
  font-style: italic;
  padding-right: 6px;
}
.blog-meta-date {
  border-left: 1px solid #F5C21A;
  color: #F5C21A;
  padding-left: 6px;
}
.read-more {
  margin-top: 20px;
  text-transform: uppercase;
  color: #a3a3a3;
  font-weight: 700;
  font-size: 10px;
}
.single-list-blog {
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
.list-blog-content {
  padding: 30px 15px 30px 30px;
}
.author-bio {
  background: #f1f1f1;
  overflow: hidden;
  padding: 25px 20px;
}
.author-avatar {
  float: left;
  margin-right: 20px;
  max-width: 110px;
}
.author-title {
  margin-top: 0;
}
.author-info {
  margin-top: 10px;
}

/*====== Comment Section ======*/
.comment-title {
  display: inline-block;
  float: left;
  margin: 5px 20px 5px 0;
}
.comment-form-wrap .comment-title{
  margin: 0 20px 0 0;
}
.nested-comment {
  margin-left: 95px;
}
.comment-item {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 35px;
  padding-bottom: 35px;
}
.comment-wrapper .media-left img {
  height: 85px;
  max-width: none;
  width: 85px;
}
.comment-wrapper .media-body {
  padding-left: 20px;
}
.comment-info {
  overflow: hidden;
}
.comment-author {
  float: left;
  margin: 0;
  padding-right: 15px;
}
.comment-time {
  float: left;
}
.comment-text {
  margin-top: 15px;
}
.more-comments {
  font-size: 22px;
  font-weight: 900;
  line-height: 16px;
}
.comment-reply .fa-reply {
  padding-right: 5px;
}
.child-comment {
  margin-left: 115px;
  margin-top: 35px;
  padding-left: 0;
}
.child-comment .comment-item {
  border-bottom: 0;
  border-top: 1px solid #f1f1f1;
  display: inline-block;
  padding-bottom: 0;
  padding-top: 35px;
}
.comment-form-wrap .comment-count-title {
  margin-top: 25px;
}
.comment-form {
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}

/*====== Pagination ======*/
.pagination-wrap{
  height: 30px;
}
.pagination {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 15px;
  text-decoration: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #F5C21A;
  border: 0;
  color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: transparent;
  border: 0;
  color: #F5C21A;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

/* ==================================================================
  25.0 Recipe Page Style
================================================================== */
.redchili-recipe {
  background: #f1f1f1;
}
.recipe-category-title {
  background: #fff;
  height: 43px;
  padding: 0;
}
.recipe-category-list {
  background: #F5C21A;
  display: inline-block;
}
.recipe-category-list .bootstrap-select {
  padding-left: 20px;
}
.recipe-category-list .btn {
  padding-bottom: 11px;
  padding-top: 11px;
}
.recipe-category-list .dropdown-menu > li {
  margin-left: 0;
}
.recipe-category-list .bootstrap-select .filter-option,
.recipe-category-list .bootstrap-select .bs-caret {
  color: #fff;
}
.recipe-count {
  background: #F5C21A;
  color: #fff;
  float: right;
  line-height: 12px;
  margin-top: 9px;
  margin-right: 9px;
  padding: 6px;
}
.recipes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: left;
}
.recipes-info-wrap {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 15px;
    position: relative;
}
.recipes-info-wrap .price{
    background: #F5C21A;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    height: 44px;
    font-weight: 600;
    line-height: 40px;
    top: 150px;
    left: 20px;
    position: absolute;
    text-align: center;
    width: 75px;
    z-index: 559;
}
.menu-item-type{
    position: absolute;
    right: 26px;
    top: 74px;
}
.recipe-title {
  margin: 0 0 10px;
}
.recipe-cook-time {
  margin-bottom: 15px;
}
.recipe-tag {
    margin-top: 20px;
    overflow: hidden;
    height: 30px;
    padding-top: 2px;
}
.recipe-tag > a {
  background: #F5C21A;
  color: #fff;
  float: left;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 6px;
  text-transform: capitalize;
}
.recipe-meta-bottom {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  overflow: hidden;
  padding: 15px;
}
.recipe-author {
  float: right;
}
.recipe-author-pic {
  float: left;
  margin-top: 2px;
}
.recipe-author-pic img {
  height: 30px;
  width: 30px;
}
.recipe-author-data {
  float: left;
  padding-left: 10px;
}
.recipe-author-name {
  display: block;
  font-weight: 700;
}
.recipe-publish-date {
  display: block;
}
.recipe-favorite {
      color: #F5C21A;
    cursor: pointer;
    float: right;
    font-size: 27px;
    line-height: 34px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /* margin-top: 12px; */
    margin-right: 4px;
}
.recipe-favorite:hover{
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.recipe-widget-title {
  background: #f1f1f1;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}
.recipe-widget-content {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.recipe-tags-gap .recipe-widget-content {
  margin-bottom: 0;
}
.recipe-widget-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recipe-widget-content li a {
  border-bottom: 1px solid #f1f1f1;
  color: #444;
  display: block;
  font-weight: 500;
  padding: 10px;
}
.recipe-widget-content li a:hover {
  color: #F5C21A;
}
.recipe-tag-list {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}
.recipe-tag-list > a {
  color: #a3a3a3;
  font-weight: 500;
  line-height: 21px;
  margin-right: 15px;
}
.recipe-tag-list > a:hover {
  color: #F5C21A;
}

/* ==================================================================
  26.0 Single Recipe Page Style
================================================================== */
.recipe-single-meta {
  border: 1px solid #f1f1f1;
  clear: both;
  overflow: hidden;
  padding: 15px 30px;
  width: 100%;
}
.recipe-share {
  float: right;
  margin: 0;
  padding-left: 0;
  padding-top: 8px;
}
.recipe-share li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 15px;
}
.recipe-share li:last-child {
  margin-right: 0px;
}
.single-recipe-title{
  margin-top: 10px;
}
.recipe-post-wrapper {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  overflow: hidden;
  padding: 30px;
}
.recipe-ingredient-wrap {
  background-image: url("images/pages/recipe-single.jpg");
  background-size: cover;
  background-position: center;
}
.recipe-content {
  line-height: 20px;
  padding: 10px 50px 10px;
  text-align: center;
}
.recipe-rating {
  padding-bottom: 25px;
  text-align: center;
}
.recipe-rating i.fa.fa-star {
  color: #F5C21A;
}
.recipe-ingredient-title {
  border-bottom: 1px solid #888;
  color: #444;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.recipe-ingredient {
  background: #fff;
  margin-left: 15px;
  opacity: 0.9;
  padding: 30px;
}
.recipe-ingredient ul {
  overflow: hidden;
  padding: 0;
  margin: 20px 0 0;
}
.recipe-ingredient ul li {
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  list-style: none;
  padding-bottom: 8px;
}
.ingredient-count {
  float: left;
  font-weight: 700;
  padding-right: 10px;
  text-align: right;
  width: 33px;
}
.ingredient-name {
  margin-left: 33px;
}
.recipe-time {
  margin-top: 50px;
}
.recipe-single-tag {
  color: #888;
  font-style: italic;
  font-weight: 500;
  margin: 15px 0;
  padding: 0;
}
.recipe-single-tag a {
  color: #888;
}
.recipe-single-tag a:hover {
  color: #F5C21A;
}
.recipe-step {
  margin: 45px 0 0;
}
.recipe-step .recipe-ingredient-title {
  border: 0;
  margin-bottom: 10px;
}
.single-page-comments-wrapper {
  margin-top: 70px;
  overflow: hidden;
}
.recipe-tips {
  color: #888;
  font-style: italic;
  padding-top: 20px;
}
.ui-helper-reset {
  line-height: 20px;
}

/* ==================================================================
  27.0 Shop Page Style
================================================================== */
.shop-filter {
 /*  background: #f1f1f1 none repeat scroll 0 0; */
  height: 43px;
}
.shop-filter-list {
  background: #F5C21A;
  display: inline-block;
  float: left;
}
.shop-filter-list .bootstrap-select {
  padding: 5px 0 5px 10px;
}
.shop-filter-list .bootstrap-select .filter-option,
.shop-filter-list .bootstrap-select .bs-caret {
  color: #fff;
  font-weight: 800;
}
.shop-filter .dropdown-menu > li {
  margin-left: 0;
}
.shop-filter-icon {
  float: right;
}
.shop-filter-icon a {
    font-size: 22px;
    font-weight: normal;
    line-height: 43px;
    padding: 12px 0px;
    cursor: pointer;
    /* color: #6b6b6b; */
}
.cart-item-count{
    position: absolute;
    color: #ffffff;
    top: 8px;
    right: 0px;
    font-size: 17px;
    font-weight: 700;
    font-family: serif;
    width: 25px;
    height: 25px;
    text-align: center;
    background: rgb(238, 6, 33);
    border-radius: 50%;
	
}
.shop-filter-icon .active-filter a {
  color: #F5C21A;
}
.sort-filter{
	color:white;
	margin-left:10px;
}
/*====== Shop Grid View ======*/
ul.products {
  margin: 0;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
ul.products li.product-list-item {
  margin-bottom: 45px;
}
.product-thumbnail {
  position: relative;
  z-index: 558;
}
.price {
background: #F5C21A;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    height: 44px;
    font-weight: 600;
    line-height: 40px;
    margin: -25px auto 0;
    position: relative;
    text-align: center;
    width: 75px;
    z-index: 559;
}
.price .amount {
  font-size: 15px;
}
.product-content {
  background: #f1f1f1;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
}
.product-entry .product-name {
  color: #444;
  cursor: pointer;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
  padding-bottom: 18px;
  padding-top: 15px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-entry:hover .product-content .product-name {
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product-hover-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.product-entry .product-content .product-hover-wrap {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -o-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.product-entry:hover .product-content .product-hover-wrap {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.product-hover-wrap li {
  border-right: 1px solid #fff;
  display: block;
  float: left;
  text-align: center;
}
.product-hover-wrap li:last-child {
  border-right: 0;
}
.product-hover-wrap li.product-link {
  width: 56%;
}
.product-hover-wrap li.add-to-wishlist,
.product-hover-wrap li.add_to_cart {
  width: 22%;
}
.product-hover-wrap li.add-to-wishlist a,
.product-hover-wrap li.add_to_cart a{
  padding: 18px;
}
.product-hover-wrap li a {
  display: block;
  line-height: 50px;
}
.product-hover-wrap i.fa {
  font-size: 14px;
}
.product-hover-wrap li:hover a,
.product-hover-wrap li.hover a {
  background: #F5C21A;
  color: #fff;
}

/*====== Shop List View ======*/
.list-view .product-entry {
  border: 1px solid #f1f1f1;
}
ul.list-view li.product-list-item {
  padding-left: 15px;
  padding-right: 15px;
}
.list-view .thumb-price {
  padding-left: 0;
  padding-right: 0px;
}
.list-view .price {
     margin: 0;
    position: absolute;
    /* right: -5px; */
    left: -15px;
    top: 22%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-view .product-name {
  font-weight: 500;
  line-height: 14px;
 /*  padding: 35px 0 30px; */
  text-align: left;
}
.list-view .product-hover-wrap {
  max-width: 250px;
  margin: 30px 0 0;
}
.list-view .product-hover-wrap li {
  background: #f1f1f1;
}
.list-view .product-hover-wrap li:hover,
.list-view .product-hover-wrap li.hover {
  background: #F5C21A;
}

/*====== Recommended Products ======*/
.recommended-products {
     background: #f1f1f1;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
.recommended-products-title {
  margin: 0 0 15px;
  text-align: center;
}
.related-product-title-tag{
  text-align: center;
  max-width: 600px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
.recommended-products ul.products li.product-list-item {
  margin-bottom: 20px;
  margin-top: 35px;
}
.recommended-products .product-content {
  background: #fff;
}
.recommended-products .product-hover-wrap {
  background: #fff none repeat scroll 0 0;
}
.recommended-products .product-hover-wrap li {
  border-right: 1px solid #f1f1f1;
}
.recommended-products .owl-controls{
  margin-top: 25px;
}
.recommended-products .owl-theme .owl-dots .owl-dot.active span,
.recommended-products .owl-theme .owl-dots .owl-dot:hover span {
  background: #F5C21A;
}
.recommended-products .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 4px solid #fff;
}

/*====== Shop Bottom Section ======*/
.redchili-shop-bottom {
  border-top: 1px solid #f1f1f1;
}
.redchili-shop-bottom i.fa {
  float: left;
  font-size: 40px;
  padding: 0 5px;
}
.redchili-shop-bottom span {
  display: block;
  float: left;
  padding: 2px;
}
.paymentimg {
  padding-left: 50px;
  padding-top: 5px;
}
.disclaimer {
  color: #F5C21A;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.disclaimer-txt {
  padding-left: 0;
  font-size: 11px;
  font-weight: 300;
  padding-right: 50px;
}

/* ==================================================================
  28.0 Single Product Page Style
================================================================== */
.slider-thumbs.owl-theme .owl-nav {
  display: block;
}
.slider-thumbs.owl-theme .owl-nav {
  text-align: right;
}
.slider-thumbs.owl-theme .owl-dots {
  display: none!important;
}
.redchili-single-product .big-images .owl-controls {
  display: none;
}
.slider-thumbs.owl-theme .owl-nav [class*="owl-"] {
    background: #F5C21A;
    border-radius: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 2px;
    text-align: center;
    width: 30px;
    color: white;
    display: inline-block;
    margin: 5px;
}
.slider-thumbs .owl-controls {
  margin-top: 5px;
}
.product-side-title {
  border-bottom: 1px solid #f1f1f1;
  margin: 40px 0 20px;
  padding-bottom: 10px;
}
.social-share i.fa {
  font-size: 16px;
  padding: 0 5px 0 0;
}
.product-rating i.fa {
  font-size: 16px;
  padding-right: 5px;
  cursor: pointer;
}
.product-rating i.fa.fa-star {
  color: #F5C21A;
}
.single-product-title {
  font-size: 18px;
  margin: 0 0 20px;
}
.check-stock {
  font-style: italic;
}
.check-stock > span {
  color: #F5C21A;
  font-style: normal;
  font-weight: 700;
}
.single-product-description {
  margin-top: 20px;
}
.single-product-price {
  color: #F5C21A;
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  padding: 5px 0 10px;
}
.single-product-filter {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.single-product-filter .bootstrap-select.btn-group.input-half {
  float: left;
  margin-right: 0;
  padding-right: 10px;
  width: 50%;
}
.single-product-filter .btn.dropdown-toggle.btn-default {
  height: 40px;
}
.single-product-filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: center;
}
.single-product-filter .input-half:first-child .btn.btn-default {
  border-radius: 0;
  border-right: 1px solid #f1f1f1;
}
.single-qty {
  float: left;
}
.single-qty > input {
  border: 1px solid #f1f1f1;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 50px;
}
.num-update {
  float: left;
  margin-left: 2px;
}

.single-cart {
  float: left;
  clear: left;
  margin-top: 30px;
}
.add-wishlist {
  border: 1px solid #F5C21A;
  color: #F5C21A;
  float: left;
  height: 44px;
  margin-left: 10px;
  text-align: center;
  width: 44px;
}
.add-wishlist i.fa {
  font-size: 30px;
  line-height: 44px;
}
.add-wishlist:hover {
  background: #F5C21A;
  color: #fff;
}
.redchili-product-tabs {
  background: #f1f1f1;
  padding: 80px 0;
}
.redchili-product-tabs p {
  margin-bottom: 0;
}
.nav-tabs {
  border-bottom: 1px solid #F5C21A;
}
.nav-tabs > li > a{
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #F5C21A;
  border-color: transparent transparent #F5C21A;
  color: #fff !important;
}
.nav-tabs > li > a:hover {
  background: transparent;
  border-color: transparent;
}
.redchili-product-tabs .tab-content {
  margin-top: 35px;
}
.redchili-product-related {
  padding-bottom: 35px;
}
.redchili-product-related .tab-content {
  margin-top: 45px;
}
.tab-product-list {
  list-style: none;
  margin-bottom: 45px;
}
.related-product-title {
  margin: 0 0 15px;
  text-align: center;
}
.redchili-product-related .tab-content img {
  float: left;
  height: 105px;
  margin-right: 15px;
  width: 105px;
}
.tab-product-desc > h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.tab-product-desc > p {
  margin-bottom: 15px;
}
.nav-tabs a:focus {
  outline: none;
}
.product-sale {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-review-title {
  margin: 5px 20px 5px 0;
}
.product-review .product-rating {
  margin-bottom: 10px;
}

/*====== Product Comment Rating ======*/
.comment-rating-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}
.comment-rating {
  border: none;
  float: left;
}
.comment-rating > input {
  display: none;
}
.comment-rating > label:before {
  margin: 5px;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.comment-rating > .half:before {
  content: "\f089";
  position: absolute;
}
.comment-rating > label {
  color: #ddd;
  float: right;
}
.comment-rating > input:checked ~ label,
.comment-rating:not(:checked) > label:hover,
.comment-rating:not(:checked) > label:hover ~ label {
  color: #F5C21A;
}
.comment-rating > input:checked + label:hover,
.comment-rating > input:checked ~ label:hover,
.comment-rating > label:hover ~ input:checked ~ label,
.comment-rating > input:checked ~ label:hover ~ label {
  color: #fe6e6e;
}

/* ==================================================================
  29.0 Shopping Cart Page Style
================================================================== */
.cart-table .table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #f1f1f1;
  position: relative;
}
.cart-table .table > thead > tr th {
  border-bottom: 1px solid #f1f1f1;
  font-weight: 500;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
.cart-table .table > thead > tr th span::after {
  background: #f1f1f1;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  width: 1px;
}
.cart-table .table > thead > tr th:last-child span::after {
  width: 0;
}
.cart-table .table > tbody > tr > td {
  border-top: 1px solid #f1f1f1;
  padding: 15px 8px;
  vertical-align: middle;
}
.cart-table .table > tbody > tr:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.cart-table .table > tbody > tr > td.product-cart-serial,
.cart-table .table > tbody > tr > td.product-cart-quantity,
.cart-table .table > tbody > tr > td.product-cart-price,
.cart-table .table > tbody > tr > td.product-cart-subtotal,
.cart-table .table > tbody > tr > td.product-cart-remove {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
}
.product-cart-thumbnail img {
  float: left;
  margin-right: 20px;
  width: 80px;
}
.cart-short-desc {
  float: left;
}
.cart-short-desc > h4 {
  margin-top: 0;
}
.table > tbody > tr > td .single-qty {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 18px;
  width: 98px;
  float: none;
}
.cart-button-wrap {
  overflow: hidden;
}
.cart-buttons,
.add-coupon {
  float: left;
}
.cart-buttons > .btn-style-1,
.cart-buttons .form-inline .form-group,
.add-coupon {
  margin-bottom: 15px;
}
.add-coupon .add-coupon-field {
  border-color: #f1f1f1;
  border-right: 0;
  height: 44px;
}
.add-coupon-field::-webkit-input-placeholder {
  color: #f5c21a;
  opacity: 0.7;
}
.add-coupon-field::-webkit-input-placeholder {
  color: #f5c21a;
  opacity: 0.7;
}
.add-coupon-field::-moz-placeholder {
  color: #f5c21a;
  opacity: 0.7;
}
.add-coupon-field:-ms-input-placeholder {
  color: #f5c21a;
  opacity: 0.7;
}
.add-coupon-link {
  border: 1px solid #f1f1f1;
  float: left;
  height: 44px;
}
.add-coupon-link a i.fa {
  padding: 15px 12px;
  color: #f5c21a;
  opacity: 0.7;
}
.add-coupon .input-group-addon {
  border-color: #f1f1f1;
  border-left: 0;
  background: transparent;
  border-radius: 0;
}
.add-coupon .add-coupon-field:hover {
  background: transparent;
  color: #f5c21a;
}
.add-coupon .input-group-addon > a {
  color: #f5c21a;
  opacity: 0.7;
}
.cart-checkout-box {
  background: #f1f1f1;
  overflow: hidden;
  padding: 40px;
}
.cart-price {
  opacity: 0.9;
}
.grand-total {
  font-size: 13px;
  font-weight: 500;
}
.cart-checkout-box .cart-checkout {
  margin-left: 0;
}
.cart-checkout-box .table > tbody > tr:first-child > td {
  border-top: 0;
}
.cart-checkout-box .table > tbody > tr > td {
  border-color: #fff;
}

/* Mozilla fix Table for cart */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

/* ==================================================================
  30.0 Checkout Page Style
================================================================== */
.redchili-checkout .content {
  float: left;
  width: 60%;
}
.redchili-checkout .steps {
  float: right;
  width: 30%;
}
.wizard ul,
.tabcontrol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps ul li {
  border-top: 1px solid #f1f1f1;
  position: relative;
}
.steps ul li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.num-list {
  font-weight: 700;
}
.wizard > .content > .title,
.tabcontrol > .content > .title,
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .steps .number,
.tabcontrol > .steps .number {
  left: -999em;
  position: absolute;
}
.steps ul li a::before {
  color: #888;
  content: "\f096";
  font-family: FontAwesome;
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 17px;
}
.wizard > .steps .current a::before {
  color: #444;
}
.steps ul li.done a::before {
  color: #F5C21A;
  content: "\f14a";
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  color: #888;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 16px 20px 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
.wizard > .steps li.done a {
  color: #444;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  color: #444;
  cursor: default;
}
.checkout-step-title {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 20px 15px;
  text-transform: uppercase;
}
.checkout-body-content {
  padding-left: 15px;
}
.checkout-inner-title {
  clear: left;
  margin: 0 0 15px;
}
.returning-member-title {
  display: inline-block;
}
.checkout-register {
  margin: 0 0 20px;
}
.checkout-register > input[type="radio"] {
  margin-bottom: 8px;
  margin-right: 10px;
  margin-left: 25px;
}
.checkout-register label {
  font-weight: normal;
}
.checkout-body-content .register-note {
  margin-bottom: 25px;
  margin-top: 20px;
}
.user-info > span.or {
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.user-info > form.checkout-login {
  clear: left;
  margin-top: 35px;
  overflow: hidden;
}
.redchili-checkout .forget {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
}
.checkout-body-content .table{
  margin-bottom: 25px;
}
.redchili-checkout .actions {
  float: left;
  margin-top: 20px;
  width: 60%;
}
.actions > ul,
.actions ul li {
  float: left;
}
.actions .disabled {
  display: none;
}
.redchili-checkout .actions ul li a {
  background: #F5C21A;
  border: 1px solid #F5C21A;
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 12px;
  margin-left: 15px;
  padding: 15px 35px;
}
.redchili-checkout .checkout-address .redchili-input {
  margin-bottom: 25px;
}
.checkout-address .checkout-inner-title:first-child {
  margin-top: 0;
}
.checkout-address .checkout-inner-title {
  margin-top: 20px;
  width: 100%;
}
.shipping-checkbox {
  margin-top: 20px;
}
.checkout-body-content .redchili-input.redchili-textarea {
  margin-bottom: 35px;
  margin-top: 20px;
  padding: 40px 0;
  width: 100%;
}
.shipping-checkbox label {
  margin-right: 15px;
}
.checkout-body-content .table > thead > tr > th,
.checkout-body-content .table > tbody > tr > td {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout-body-content th,
.checkout-body-content td {
  text-align: right;
}
.checkout-body-content .confirm-product-title {
  text-align: left;
}
.checkout-body-content .confirm-product-amount {
  text-align: center;
}
.shop-filter-list .redchili-input{
	width:auto;
}
/* ==================================================================
  31.0 404 Page Style
================================================================== */
.not-found-img {
  margin-bottom: 45px;
  max-width: 220px;
}
.not-found-wrappper {
  display: inline-block;
}
.not-found-left-content {
  color: #aaa;
  float: left;
  font-size: 48px;
  font-style: italic;
  font-weight: 900;
  height: 50px;
  line-height: 40px;
}
.not-found-right-content {
  float: left;
  max-width: 245px;
  padding-left: 30px;
}

/* ==================================================================
  32.0 Sidebar Style
================================================================== */
.sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}
.widget-border {
  border: 1px solid #f1f1f1;
}
.sidebar-left .widget-title,
.sidebar-right .widget-title {
  background: #f1f1f1;
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
  margin: 0;
  padding: 19px 0;
  text-align: center;
  text-transform: uppercase;
}
.sidebar-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-widget li.sidebar-list {
  border-bottom: 1px solid #f1f1f1;
}
.sidebar-widget li.sidebar-list:last-child {
  border-bottom: 0;
}
.sidebar-widget li.sidebar-list a {
  display: block;
  padding: 14px 20px;
}

/*====== Sidebar Category ======*/
.sidebar-widget li.category-list {
  border-bottom: 1px solid #f1f1f1;
}
.sidebar-widget li.category-list:last-child {
  border-bottom: 0;
}
.sidebar-widget li.category-list a {
  display: block;
  padding: 14px 20px;
  padding-right: 0px;
}
.sorting-content .sidebar-widget li.category-list a {
    display: block;
    padding: 7px 0px;
    padding-right: 0px;
}    
.sorting-content {
	width:170px;
	text-align:left;
}
.sidebar-widget li.list-parent {
  position: relative;
}
.sidebar-widget .list-parent i.fa {
  cursor: pointer;
  font-size: 14px;
  padding: 14px 20px;
  position: absolute;
  right: 0;
  top: 2px;
}
.sidebar-widget .list-child li {
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

/*====== Sidebar Most Read ======*/
.widget-most-read li {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}
.widget-most-read li:last-child {
  border-bottom: 0;
}
.widget-most-read h4 {
  margin: 0 0 5px;
  font-weight: 700;
}
.widget-most-read h4 a {
  color: #666;
  line-height: 1.3;
}
.widget-most-read h4 a:hover {
  color: #F5C21A;
}
.widget-most-read .widget-post-date {
  color: #F5C21A;
  font-style: italic;
}
.widget-most-read img {
  margin-bottom: 5px;
}
.widget-most-read p {
  font-size: 11px;
  margin-bottom: 0;
}

/*====== Sidebar Tags ======*/
.widget-tags {
  overflow: hidden;
  padding: 20px 20px 15px;
}
.widget-tags > a {
  background: #F5C21A none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 9px;
  font-weight: 700;
  line-height: 9px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 6px;
}

/*====== Sidebar Price Filter ======*/
.widget-price-filter {
  margin: 20px 10px;
  overflow: hidden;
}
.price-filter-label {
    float: left;
    margin-top: 28px;
    padding: 5px 0;
    width: 100%;
}
.price-filter-label input {
  border: 0;
  font-weight: 700;
  max-width: 120px;
}
.btn-price-filter {
  background: #F5C21A;
  border: 0;
  color: #fff;
  float: right;
  margin-top: 28px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.sidebar-widget .ui-slider-horizontal {
  height: 2px;
  margin: 8px 10px 0;
}
.sidebar-widget .ui-widget.ui-widget-content {
  border: 0;
}
.sidebar-widget .ui-widget-content,
.sidebar-widget .ui-widget-header {
  background: #F5C21A;
}
.sidebar-widget .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}
.sidebar-widget .ui-slider .ui-slider-handle {
  border-radius: 8px;
  height: 16px;
  width: 16px;
}
.sidebar-widget .ui-state-default,
.sidebar-widget .ui-widget-content .ui-state-default,
.sidebar-widget .ui-widget-header .ui-state-default,
.sidebar-widget .ui-button,
.sidebar-widget html .ui-button.ui-state-disabled:hover,
.sidebar-widget html .ui-button.ui-state-disabled:active,
.sidebar-widget .ui-widget-content .ui-state-default:focus {
  background: #F5C21A;
  border: 0;
  outline: none;
}

/*====== Sidebar Best Sell ======*/
.sidebar-widget .sidebar-product-list {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 5px;
}
.sidebar-widget .sidebar-product-list:last-child {
  border-bottom: 0;
}
.sidebar-product-list img {
  border: 10px solid #fff;
  float: left;
  height: 120px;
  margin-right: 10px;
  width: 120px;
}
.sidebar-product-list h4,
.sidebar-product-list h4 a {
  font-size: 13px;
  margin-bottom: 5px;
}
.sidebar-product-list p {
  font-size: 12px;
}
.sidebar-product-price {
  background: #F5C21A;
  color: #fff;
  display: inline-block;
  line-height: 12px;
  padding: 7px 5px;
}

/* ==================================================================
  33.0 Footer Style
================================================================== */
.redchili-footer {
  background: #f1f1f1;
  padding-bottom: 15px;
  padding-top: 80px;
}
.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
  margin-bottom: 10px;
}
.widget-content {
  overflow: hidden;
}
.footer-widget-2 .widget-content,
.footer-widget-3 .widget-content {
  margin-right: 30px;
}
.footer-logo {
  max-width: 50px;
}
.redchili-footer .company-name {
  color: #F5C21A;
  font-size: 18px;
  font-weight: 900;
  margin-top: 10px;
}
.footer-address {
  color: #000;
  font-weight: 700;
  margin: 10px 0 10px;
}
.footer-widget-title {
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.footer-opening {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-opening > li {
  margin-bottom: 8px;
  overflow: hidden;
}
.footer-opening > li:last-child {
  margin-bottom: 0;
}
.opening-day {
  color: #000;
  float: left;
  font-weight: 700;
  text-align: left;
  width: 31%;
}
.opening-time-1,
.opening-time-2 {
  float: left;
  width: 21.5%;
}
.opening-time-1,
.opening-time-2 {
  text-align: center;
}
.opening-time-2 {
  text-align: center;
}
.redchili-footer .newsletter {
  margin-top: 25px;
}
.redchili-footer .newsletter input[type="submit"] {
  width: 100%;
}
.redchili-footer .input-style-1 {
  text-align: center;
}
.redchili-footer .btn-style-1 {
  width: 100%;
}
.redchili-footer .flicker-image > img {
  max-width: 32%;
  padding-bottom: 4%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.redchili-footer .flicker-image > img.last-row {
  padding-bottom: 0;
}
.redchili-footer-bottom {
  background: #f1f1f1;
  border-top: 1px solid #fff;
  color: #888;
  font-size: 10px;
  line-height: 14px;
  padding: 15px 0;
}
.redchili-footer-bottom .footer-link {
  margin: 0;
  padding: 0;
}
.redchili-footer-bottom .footer-link li {
  border-right: 1px solid #888;
  display: inline-block;
  padding: 0 5px;
}
.redchili-footer-bottom .footer-link li:first-child {
  padding-left: 0;
}
.redchili-footer-bottom .footer-link li:last-child {
  border: 0;
}
.redchili-footer-bottom .footer-link li a {
  color: #888;
}
.redchili-footer-bottom .footer-link li a:hover {
  color: #F5C21A;
}
.copyright > p {
  line-height: 14px;
  margin: 5px 0 0;
}
.social-footer {
  padding-top: 5px;
}
.social-footer .icons {
  font-size: 16px;
  padding: 0 2px;
}
.dark {
  background: #444;
}
.dark .footer-address,
.dark .footer-widget-title {
  color: #666;
}
.dark .opening-day,
.dark .opening-time-1,
.dark .opening-time-2 {
  color: #fff;
}
.dark .opening-time-1.red {
  color: #F5C21A;
}

/* ==================================================================
  34.0 ScrollUp JS Styles
================================================================== */
#scrollUp {
  background: #f5c21a;
  border-radius: 50%;
  bottom: 45px;
  color: #fff;
  line-height: 23px;
  padding: 6px 11px;
  right: 20px;
}
#scrollUp:hover {
  background: #F5C21A;
}
#scrollUp .fa {
  font-size: 22px;
  font-weight: bold;
}

/* ==================================================================
  35.0 Preloader Styles
================================================================== */
.preloader {
  background: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1999;
}
.loader-logo {
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.loader-logo img{
  max-width: 100px;
}
.loader-inner {
  left: 50%;
  margin-top: 60px;
  position: absolute;
  top: 48%;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
  -moz-animation-delay: -0.4s;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -moz-animation-delay: -0.2s;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: #e3001b;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

/* ==================================================================
  36.0 Element Animation Style
================================================================== */
.animated {
  visibility: hidden;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.visible {
  visibility: visible;
}
.home-slide,
.rev_slider_wrapper,
.rev_slider,
.tp-fullwidth-forcer,
.rev_slider .tp-bgimg.defaultimg,
.rev_slider_wrapper,
.rev_slider,
.tp-fullwidth-forcer,
.rev_slider .tp-bgimg.defaultimg {
    max-height: 960px !important;
}
/* ==================================================================
  37.0 Font Style
================================================================== */
.f-w-6{
	font-weight:600 !important;
}
.f-w-8{
	font-weight:800 !important;
}
.f-s-11{
	font-size:11px !important;
}
.f-s-12{
	font-size:12px !important;
}
.f-s-13{
	font-size:13px !important;
}
.f-s-14{
	font-size:14px !important;
}
.f-s-15{
	font-size:15px !important;
}
.text-center{
	text-align:center;
}
.error{
	
	color:#F5C21A !important;
}
/* ==================================================================
  38.0 Icons
================================================================== */

 .having-here{
	background-image: url("../resources/icons/cutlery-1.png");
} 
.having-here:hover{
	background-image: url("../resources/icons/cutlery-1-r.png");
}
.take-away{
    background-image: url("../resources/icons/box-on-hand.png");	
}
.take-away:hover{
	background-image: url("../resources/icons/box-on-hand-r.png");
}
.home-delivery{
	background-image: url("../resources/icons/shopping-cart.png");
}
.home-delivery:hover{
	background-image: url("../resources/icons/shopping-cart-r.png");
}
.table-reservation{
	background-image: url("../resources/icons/dining-room-furniture.png");
}
.table-reservation:hover{
	background-image: url("../resources/icons/dining-room-furniture-r.png");
}
.restro-img{
	cursor:pointer;
}
.restro-img:before{
	margin-left: 0px; 
	font-size:64px;
}
.booking-table-a{
	background-image: url("../resources/icons/table.png");
}
.booking-table-na{
	background-image: url("../resources/icons/table-n.png");
}
.booking-img{
	height:128px;
	width:128px;
	margin: 0 auto;
	padding-top:5px;
	font-weight:600;
	text-align:center;
	font-size:13px;
}

.booking-img-container{
	
	background-color:#f5f5f5;
	margin:5px;
	
}

.booking-img-container:hover{
	background-color:#dedede;
	cursor:pointer;
}
.booking-img-container.disabled{
	
	background-color:#dedede;
    cursor:auto;
	
}

.booking-img-container.reserved{
	
   background-color: #bac6cc;
   cursor:auto;
   
}

.booking-img-container.notAllowed{
	
   background-color: #e8c9c9;
   cursor:auto;
   
}

.booking-border{
	border: 1px #de0d26;
    min-height: 475px;
    border-style: dashed;
    padding: 15px;
}
.table-no{
	font-size: 25px !important;
    padding-top: 19px;
    color: white;
    font-weight: 600;
    text-align: center;
}

/* ==================================================================
  39.0 Progress timeline
================================================================== */
.timeline {
    margin: 80px 0;
    padding: 0;
    border-top: 2px solid #989898;
    list-style: none;
    padding-bottom: 0px;
}

.timeline__step {
  float: left;
  width: 150px;
  padding-top: 30px;
  position: relative;
}
.timeline__step:first-of-type:before, .timeline__step:last-of-type:before {
  content: "";
  width: 50%;
  height: 100%;
/*   background: #fff; */
  position: absolute;
  top: -2px;
  left: 0;
}
.timeline__step:last-of-type:before {
  left: 50%;
}
.timeline__step:hover .timeline__step-label {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  height: auto;
  padding: 5px 10px;
  font-size: 12px;
  border-width: 1px;
  bottom: 100%;
}
.timeline__step:hover .timeline__step-label:before, .timeline__step:hover .timeline__step-label:after {
  display: block;
}

.timeline__step-label {
  opacity: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  border-width: 0;
  -webkit-transform: rotate(30deg);
  width: 100%;
  margin: 0 0 45px -50%;
  border-style: solid;
  border-color: #F5C21A;
  background: #fff;
  font-weight: normal;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  transition: bottom 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.timeline__step-label:before, .timeline__step-label:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.timeline__step-label:before {
  border-top-color: #F5C21A;
  border-width: 8px;
  margin-left: -8px;
}
.timeline__step-label:after {
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.timeline__step-content {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline__step-title {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
}
.timeline__step-title .label{
	position: relative;
    z-index: 10;
    background-color: #000000;
}	

.timeline__step-marker {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border:4px solid #000000;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #F5C21A;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
  padding-top: 9px;
  font-weight: 500;
}
.done .timeline__step-marker {
  background: #F5C21A;
  color: #fff;
}

.timeline__step-radio {
  display: none;
  /**
   * not needed for now,
   * because markers won't be clicked in horz version
   */
}

.timeline--summary {
  width: 200px;
  border-width: 2px;
}
.timeline--summary .timeline__step-label {
  margin-bottom: 19px;
}
.timeline--summary .timeline__step-title {
  padding: 10px 0 0;
  font-size: 8px;
  font-weight: bold;
}
.timeline--summary .timeline__step-marker {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-width: 2px;
  text-indent: -999em;
  box-shadow: 0 0 0 3px #fff;
  top: -7px;
}

  /** File Uploader**/
  
  .hidden-file{
   display:none !important; 
  }
  .upload-icon{
	position: absolute;
	font-size: 60px;
	cursor: pointer;
	color: #F5C21A;
	top: 30%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .upload-container{
   cursor:pointer;
   text-align:center;
  }
  .upload-close-icon{
  position:absolute;
  top:10px;
  right:10px;
  cursor:pointer;
  }
  .act-green{
  color:#26e426;
  }
  .deact-red{
  color:#e81931;
  }
  .stock-red{
    color:#F5C21A;
  }
  .veg{
  color:green;
  }
  .nonveg{
  color:red;
  }
  .underline{
  text-decoration: underline;
  }
  .semi-bold{
  font-weight:bolder;
  }
  
  .bootstrap-tagsinput {
    width: 100%;
}

/***checkbox****/

.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
  direction: ltr;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 1.4px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 3px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3px;
  top: 2.5px;
  font-size: 11px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 3px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label {
  color: #4d5056;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color: #0090d9;
  border: 1px solid #0090d9;
}
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  background-color: #0aa699;
  border: 1px solid #0aa699;
}
.checkbox.check-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color: #1f3853;
  border: 1px solid #1f3853;
}
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color: #fbb05e;
  border: 1px solid #fbb05e;
}
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-danger input[type=checkbox]:checked + label:before {
    background-color: #F5C21A;
    border: 1px solid #F5C21A;
}
.checkbox.check-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
}

/******Filter ******/

.filter-container{	
    background: white;
    position: fixed;
    z-index:10000;
    bottom: 0;
    width: 100%;
    height: 50px;	
    display:none;
}
.filter-list{
      text-align: center;
    font-size: 30px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.filter-content{
	background: white;
	position:fixed;
	top:0px;
	z-index:10001;
	width:100%;
	display:none;
}



.pt-page-moveToLeft {
	-webkit-animation: moveToLeft .6s ease both;
	animation: moveToLeft .6s ease both;
}

.pt-page-moveFromLeft {
	-webkit-animation: moveFromLeft .6s ease both;
	animation: moveFromLeft .6s ease both;
}

.pt-page-moveToRight {
	-webkit-animation: moveToRight 1s ease both;
	animation: moveToRight 1s ease both;
}

.pt-page-moveFromRight {
	-webkit-animation: moveFromRight 1s ease both;
	animation: moveFromRight 1s ease both;
}

/********************************* keyframes **************************************/

/* move from / to  */

@-webkit-keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); }
}
@keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); }
}
@keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); }
}
@keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
.water-type{
	background: #f7f7f7;
    padding: 7px;
    border-radius: 50%;
    margin-right: 5px;
    height:50px;
    width:50px;
    cursor:pointer;
	
}
.w-selected{
	background:#F5C21A;
}
.no-border-btn{
	border: 0px;
    background: transparent;
}
.price-block .old-price{
	font-size: 13px;
	color:red;
	text-decoration: line-through;
}
.price-block .new-price{
	font-size: 16px;
	color:grey;
}
.price-block{
	float: left;
    margin-top: 10px;
}
.approve-reject{
	text-align:center;
}
ul.service-icons > li{
    margin-bottom: 5px;
    color: #7b7a7a;
    text-align: center;
    cursor: pointer;
    height: 90px;
}

ul.service-icons > li:hover i:before{
	color: #e3282d;
	font-size: 43px;
	    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
ul.service-icons > li i:before{
	font-size: 40px;
    margin-left: 0px;
}

.request-icon-list{
	display:inline-block;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
}
.request-icon-list i:before{
	color: #e3282d;
	font-size:30px;
	margin-left: 0px;
}
.notify-service-icon{
	position: relative;
	font-size:25px;
}
.notify-service-count{
    position: absolute;
    top: -4px;
    left: 11px;
    background-color: #e61930;
    font-size: 11px;
    color: white;
    height: 23px;
    width: 23px;
    padding-top: 2px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid white;
	
}

.wait-time-content{
     background: rgb(255, 255, 255) !important;
    color: rgb(85, 85, 85) !important;
    text-align: center;
    height: 33px;
    padding-top: 6px;
    border: 0px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif;
    border: 1px solid grey;
    border-radius: 3px;
}

.msg-box-success{
    border: 1px solid #20ab14;
    width: 100%;
    border-radius: 3px;
    color: #2a9212;
    font-size: 15px;
    text-align: center;
    height: auto;
    padding-top: 10px;
    background-color: #caf3c6;
}

.msg-box-failed{
    border: 1px solid #F5C21A;
    width: 100%;
    border-radius: 3px;
    color: #F5C21A;
    font-size: 15px;
    text-align: center;
    height: auto;
    padding-top: 10px;
    background-color: #ecd5d5;
}

.sly-hoz {
  overflow: hidden;
  width:100%;
}

.sly-hoz ul {
  list-style: none;
}

.sly-hoz ul > li {
  float: left;
  cursor: pointer;
}
.shortcut-icons{
       position: fixed;
    z-index: 100000000;
    bottom: 175px;
    right: 15px;
    cursor: pointer;
}

.shortcut-icons li{
	background-color: #e33530;
    height: 50px;
    width: 50px;
    text-align: center;
    color: white;
    font-size: 35px;
    border-radius: 50%;
}

.signin-logo{
     width: 100%;
    height: 705px;
    text-align: center;
    padding-top: 20%;
}
.common-background{
	width:100%;
	height:100%;
	background-image: url("https://maznut.s3.ap-south-1.amazonaws.com/assets/images/illustrations/10.png");
}
.web-desc .logo-img{
	    height: 100px;
    margin-top: 35px;
}
.web-desc .web-title{
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #e33530;
}
.signup-logo{
  width: 100%;
    height: 705px;
    background-color: #f9f9f9;
    text-align: center;
    padding-top: 20%;
}
.redchili-not-found{
	padding-top:150px;
}

.modal {
    top: 100px;
    z-index: 10000000000;
    
   }
.ingredients-item li{
	border-bottom: 1px dashed #bdbdbd;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    background-color: #ecebeb;
    font-size: 14px;
}   
.ingredients-item li .number{
	float: right;
    margin-right: 10px;
    margin-top: 4px;
}
.ingredients-item li .number:hover{
	cursor:pointer;
	color:#F5C21A;
}
.rating-tag{
    position: absolute;
    right: 10px;
    top: 60px;
    background: #F5C21A;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 6px;
    text-transform: capitalize;
}
.wishlist-pos{
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 20px;
}
.input-table{
	margin-bottom:10px !important;
	margin-top:10px !important;
}
.input-table-td{
	padding:6px !important;
	padding-top:20px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #e13530 !important;
}
.bootstrap-tagsinput input{
	width:100% !important;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #de342f !important;
}

.daterangepicker td.in-range {
    background-color: #fff3f3 !important;
}
.applyBtn.btn-primary {
    color: #fff;
    background-color: #de342f;
    border-color: #de342f;
}

.daterangepicker .ranges li.active {
    background-color: #de342f !important;
}
.dropdown-menu {
    font-size: 15px;
}
.form-alert{
	margin:10px;
	text-align: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color:  #de342f !important;
}