/* Wengdo Fast-Food - HTML Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Welcome Section / Two
7. Featured Section / Two
8. Services Section / Two
9. Menu Section
10. Chefs Section
11. Testimonial Section
12. Blogs Section
13. Newsletter Section
14. Main Footer
15. Page Title
16. Story Section
17. Counter Section
18. Fluid Section / Two
19. Faq's Section
20. Comming Soon Section
21. Services Detail Section
22. Error Section 404
23. Shop Item
24. Cart Section
25. Checkout Section
26. Contact Form
27. Map Section
28. Info Section

**********************************************/


/***

====================================================================
	Global Settings
====================================================================

 ***/

@font-face {
  font-family: "PalaceScriptMT";
  src: url("../fonts/PalaceScriptMT.eot");
  src: url("../fonts/PalaceScriptMT.eot#iefix") format("embedded-opentype"),
    url("../fonts/PalaceScriptMT.ttf") format("truetype"),
    url("../fonts/PalaceScriptMT.woff") format("woff"),
    url("../fonts/PalaceScriptMT.svg#PalaceScriptMT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NiagaraSolid-Reg";
  src: url("../fonts/NiagaraSolid-Reg.eot");
  src: url("../fonts/NiagaraSolid-Reg.eot#iefix") format("embedded-opentype"),
    url("../fonts/NiagaraSolid-Reg.ttf") format("truetype"),
    url("../fonts/NiagaraSolid-Reg.woff") format("woff"),
    url("../fonts/NiagaraSolid-Reg.svg#NiagaraSolid-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.auto-container{
	position:static;
	max-width:1210px;
	padding:0 20px;
	margin:0 auto;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.02em;
    font-family: 'Poppins', serif;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin:0 6px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#a41a13;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: rgb(36, 36, 36);
    font-weight: 600;
    letter-spacing: 4px;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    padding: 15px 52px;
    overflow: hidden;
    border-radius: 3px;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #f7b82d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 61px;
	font-weight: 600;
	overflow: hidden;
	border-radius:5px;
	letter-spacing:4px;
	background-color: #a41a13;
	text-transform: uppercase;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover{
	color:#ffffff;
	-webkit-animation: 2s rainbow infinite alternate;
	animation: 2s rainbow infinite alternate;
}

@keyframes rainbow{
	0% { background-color: #ccb265; }
    25% { background-color: #f8b92e; }
    50% { background-color: #1e2635; }
    75% { background-color: #d3cdd1; }
    100% { background-color: #f8b92e; }
}

@-webkit-keyframes rainbow{
	0% { background-color: #ccb265; }
    25% { background-color: #f8b92e; }
    50% { background-color: #1e2635; }
    75% { background-color: #d3cdd1; }
    100% { background-color: #f8b92e; }
}

/*Btn Style Three*/

.btn-style-three{
	position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #242424;
    font-weight: 600;
    letter-spacing: 4px;
    background-color: #eec300;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    padding: 15px 52px;
    overflow: hidden;
    border-radius: 3px;
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #242424;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing:1px;
	padding: 12px 46px 12px;
	font-weight: 400;
	overflow: hidden;
	background:#000000;
	border-radius:50px;
	text-transform:  capitalize;
	font-family: 'Poppins', sans-serif;
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ccc135;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btn-style-four:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #ffffff;
	border-color:#ccc135;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing:2px;
	padding: 12px 46px 12px;
	font-weight: 500;
	overflow: hidden;
	background:#a41a13;
	border-radius:0;
	text-transform:  uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
}

.btn-style-five:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #0f1924;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btn-style-five:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-five:focus, .btn-style-five:hover{
	color: #ffffff;
	border-color:#ccc135;
}

.theme_color{
	color:#9f0301;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80px;
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}


/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#1b1a1c;
	display:none;
	border-radius: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	background:#9f0301;
}


/***

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0;
	top:-100%;
	width:100%;
	height:100%;
	z-index:9999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	background:rgba(0,0,0,0.80);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.search-popup .overlay-layer{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
}

.search-popup.popup-visible{
	top:0;
	visibility:visible;
	opacity:1;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:22px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;
}

.search-popup .search-form{
	position:relative;
	padding:0 15px 0;
	max-width:1024px;
	margin:0 auto;
	margin-top:200px;
}

.search-popup .search-form fieldset{
	position:relative;
	border:7px solid rgba(255,255,255,0.50);
	border-radius:12px;
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	-moz-border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	border-radius:7px;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0;
	top:0;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#9f0301;
	line-height:30px;
	font-size:20px;
	color:#233145;
	cursor:pointer;
	text-transform:uppercase;
	border-radius:0 7px 7px 0;
	-moz-border-radius:0 7px 7px 0;
	-ms-border-radius:0 7px 7px 0;
	-o-border-radius:0 7px 7px 0;
	-webkit-border-radius:0 7px 7px 0;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#187a8f;
}

.search-popup h3{
	font-size:24px;
	color:#ffffff;
	margin-bottom:20px;
	text-align:center;
}

.search-popup .recent-searches{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0 10px 10px 0;
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
}

.search-popup .recent-searches li a:hover{
	color:#9f0301;
	border-color:#9f0301;
}


/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	z-index: 99999;
}

.main-header .header-top{
	position: relative;
	background-color: #0f1924;
}

.main-header .header-top::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    height: 2px;
    width: 100%;
    background: url(../images/icons/menu-separator.png) repeat-x;
    animation: 10s linear 0s infinite normal none running slide;
}

.main-header .header-top .top-right{
	position: relative;
	float: right;
	padding: 10px 0;
}

.main-header .header-top .info-list{
	position: relative;
	float:left;
}

.main-header .header-top .info-list li{
	position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color:#b1b1b1;
    font-weight: 400;
    margin-right: 35px;
}

.main-header .header-top .info-list li .icon{
	position:relative;
	margin-right:10px;
	top:0;
	font-size: 15px;
}

.main-header .header-top .info-list li a{
	position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #b1b1b1;
    font-weight: 400;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-top .info-list li:last-child a{
	margin-right:0;
	padding-right:0;
	border:none;
}

.main-header .header-top .info-list li a:hover{
	color:#ffffff;
}

.main-header .header-top .top-right .social-box{
	position: relative;
    float: left;
    margin-top: 4px;
}

.main-header .header-top .top-right .social-box li{
	position: relative;
    margin-right: 18px;
    display: inline-block;
}

.main-header .header-top .top-right .social-box li a{
	position: relative;
    color:#b1b1b1;
	font-size:16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-right .social-box li a:hover{
	opacity:1;
	color:#ffffff;
}

.main-header .header-top .top-right .social-box li:last-child{
	margin-right:0;
}

.main-header .header-top .top-right .option-list{
	position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}

.main-header .header-top .top-right .option-list .search-box-btn{
	position: relative;
    color: #b1b1b1;
    font-size: 16px;
    line-height: 1em;
    float: left;
	font-weight:700;
    cursor: pointer;
    padding-left: 30px;
}

.main-header .header-top .top-right .option-list .cart-btn{
	position: relative;
    float: left;
}

.main-header .header-top .top-right .option-list .cart-btn .icon{
	position: relative;
    color: #8e8e8e;
    font-size: 18px;
    line-height: 1.3em;
	line-height:1.3em;
}

.main-header .header-top .top-right .option-list .cart-btn .total-cart{
	position: absolute;
    content: '';
    top: -8px;
    right: -12px;
    color: #000000;
    width: 20px;
    height: 20px;
    font-size: 11px;
    padding-left: 1px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
	font-weight:700;
    background-color: #6f757c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

/* Top Left*/

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 10px 0;
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position:relative;
	top: 0;
	z-index:5;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color:#a40301;
}

.main-header .header-upper:before{
	position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 18px;
    bottom: -18px;
    background: url(../images/icons/header-layer.png) repeat-x;
    animation: 10s linear 0s infinite normal none running slide-two;
}

@keyframes slide-two{
	from { background-position: 0 0; }
    to { background-position: 200px 0; }
}

@-webkit-keyframes slide-two{
	from { background-position: 0 0; }
    to { background-position: 200px 0; }
}




@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: -200px 0; }
}

@-webkit-keyframes slide{
	from { background-position: 0 0; }
    to { background-position: -200px 0; }
}

.main-header .header-upper .logo-outer{
	position: relative;
    float: left;
    z-index: 25;
    margin-bottom: -60px;
    padding: 0;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-header .header-upper .logo-outer .logo{
	position: relative;
    margin-top: 0;
    margin-bottom: -35px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .nav-outer{
	float: right;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-menu{
	position:relative;
	float:left;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navbar-collapse{
	padding:0;
}

.main-menu .navigation{
	position:relative;
	margin:0;
}

.main-menu .navigation > li{
	position: relative;
    float: left;
    margin-right: 35px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0;
}

.main-menu .navigation > li > a{
	position: relative;
    display: block;
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    opacity: 1;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    padding: 30px 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    width: 0%;
    height: 2px;
    opacity: 0;
    background-color: rgb(248, 173, 0);
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li:hover::before, .main-menu .navigation > li.current::before {
    opacity: 1;
    width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #f7b82d;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0;
	top:110%;
	width:240px;
	padding:0 0;
	z-index:100;
	opacity: 1;
	text-align:left;
	background:#9f0301;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	border-top: 3px solid #eec300;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li{
	position:relative;
	display: block;
	padding: 0 0;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	font-size:15px;
	line-height:30px;
	font-weight:500;
	color:#ffffff;
	border-bottom:1px solid rgba(255,255,255,0.15);
	text-transform:capitalize;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	content: "\f30b";
	position:absolute;
	right: 15px;
	top: 12px;
	display:block;
	font-size:16px;
	line-height:30px;
	padding: 0;
	color:#ffffff;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
	z-index:5;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#242424;
	background-color:#eec300;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:240px;
	padding:0 0;
	z-index:100;
	opacity: 1;
	text-align:left;
	background:#9f0301;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	border-top: 3px solid #eec300;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	display: block;
	padding: 0 0;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border:none;
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	font-size:15px;
	line-height:30px;
	font-weight:500;
	color:#ffffff;
	border-bottom:1px solid rgba(255,255,255,0.15);
	text-transform:capitalize;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#242424;
	background-color:#eec300;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:18px;
	font-weight:700;
	line-height:28px;
	background:#ffffff;
	color:#9f0301;
	cursor:pointer;
	z-index:5;
	display:none;
}

.outer-box {
    position: relative;
    float: right;
    margin-left: 35px;
    padding: 14px 0;
}

.outer-box .order {
    position: relative;
    color: rgb(252, 196, 98);
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 600ms ease 0s;
}

.outer-box .order span {
    position: relative;
    display: block;
}

.outer-box .order span a{
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 700;
    transition: all 300ms ease 0s;
}

.outer-box .order span a:hover{
	color:#f7b82d;
}

.header-style-two .main-menu .navigation > li > a{
	padding:17.5px 0;
}

.header-style-two{
	position:absolute;
	width:100%;
}

.header-style-two .header-upper{
	background:none;
	margin-top:70px;
}

.header-style-two .header-upper .inner-container{
	padding-right:20px;
	background-color:#980a07;
	border-radius:50px 8px 8px 50px;
	box-shadow:0 0 15px rgba(0,0,0,0.20);
}

.header-style-two .outer-box{
	padding:9px 0;
}

.header-style-two .outer-box .order{
	line-height:1.6em;
}

.header-style-two .outer-box .order span a{
	font-size:22px;
}

.header-style-two .header-upper .logo-outer .logo{
	border-radius:50%;
	background-color:#0f1924;
	box-shadow:0 0 15px rgba(0,0,0,0.20);
}

.header-style-two .header-upper:before,
.header-style-two .main-menu .navigation > li::before{
	display:none;
}

.header-style-two .header-upper .logo-outer{
	margin-top:-56px;
}

/***

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 8px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 2px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li a{
	border-radius:0;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
	display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
	padding:23px 15px !important;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	color:#222222;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:before{
	display:none;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #f7b82d;
}

/***

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title h2 {
    position: relative;
    display: block;
    line-height: 1.3em;
    color: #242424;
    font-weight: 700;
    padding-bottom: 25px;
    font-family: Poppins, sans-serif;
}

.sec-title h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    background-color: rgb(233, 48, 48);
}

.sec-title.light h2{
	color: #ffffff;
}

.sec-title.light h2:before{
	background-color:#ffffff;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2::before {
    left: 50%;
    margin-left: -30px;
}

/***

====================================================================
	Main Slider
====================================================================

***/

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .slide{
	position:relative;
	padding-top: 80px;
    padding-bottom: 110px;
	background-repeat:no-repeat;
	background-size:cover;
}

.banner-section .owl-dots{
	position:absolute;
	left:0;
	right:0;
	bottom:-80px;
	z-index:10;
	text-align:center;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin:0 4px;
	display:inline-block;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
}

.banner-section .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	border-radius:50px;
	border:3px solid #f5bf22;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active:before,
.banner-section .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.banner-section .owl-nav{
	position:absolute;
	left:0;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-30px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	font-size:24px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.10);
}

.banner-section .owl-nav .owl-next{
	position:absolute;
	right:15px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.10);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#f5c026;
}

.banner-section .content-column {
    position: relative;
}

.banner-section .content-column .inner-column {
    position: relative;
	padding-top:40px;
}

.banner-section .content-column .title{
    position: relative;
    color: #f7b82d;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .content-column h1{
    position: relative;
    color:#ffffff;
    font-weight: 700;
    line-height: 1.2em;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-column .bold-text{
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 10px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .bold-text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .content-column .text{
    position: relative;
    color:#ffffff;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 40px;
    margin-top: 20px;
    opacity: 0;
	font-style: italic;
    font-weight: 400;
    transform: scaleY(0);
    transform-origin: center top;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section .content-column .btns-box{
	position:relative;
	opacity: 0;
	transform: scaleY(0);
    transform-origin: center top;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-section .image-column{
    position: relative;
}

.banner-section .image-column .inner-column{
	position:relative;
}

.banner-section .image-column .inner-column .image{
	position:relative;
	opacity: 0;
    transform: scaleX(0);
    transform-origin: center top;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .image-column .inner-column .image{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .image-column .inner-column {
    position: relative;
    margin-right: -80px;
    text-align: right;
}

.banner-section .image-column .image{
    position: relative;
}

.banner-section .image-column .image .price-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 125px;
    height: 125px;
    font-size: 45px;
    color: rgb(36, 36, 36);
    font-weight: 700;
    text-align: center;
    line-height: 40px;
	padding-top:12px;
    display: inline-block;
    background-color: rgb(247, 184, 45);
    font-family: "Playfair Display", serif;
    border-radius: 50%;
}

.banner-section .image-column .image .price-tag span{
	position:relative;
	display:block;
	font-size:24px;
	font-style:italic;
}

.spicy-section{
    position: relative;
    padding-top: 100px;
    background-color: rgb(243, 243, 243);
}

.spicy-section .row{
	margin:0 -10px;
}

.flavour-block{
    position: relative;
    margin-bottom: 30px;
}

.spicy-section .flavour-block,
.spicy-section .drink-block,
.spicy-section .chips-block{
    padding: 0 10px;
}

.flavour-block .inner-box {
    position: relative;
}

.flavour-block .inner-box .image {
    position: relative;
}

.flavour-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.flavour-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.flavour-block .inner-box .image .overlay-box .content {
    position: relative;
    padding: 60px 15px 15px 250px;
}

.flavour-block .inner-box .image .overlay-box .content h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1em;
    font-family: Poppins, sans-serif;
}

.flavour-block .inner-box .image .overlay-box .content h2 span {
    position: relative;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    display: block;
}

.flavour-block .inner-box .image .overlay-box .content .title {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
    display: inline-block;
    background-color: rgb(164, 26, 19);
    padding: 10px 20px;
    transition: all 300ms ease 0s;
}



.drink-block {
    position: relative;
    margin-bottom: 30px;
}

.drink-block .inner-box {
    position: relative;
}

.drink-block .inner-box .image {
    position: relative;
}

.drink-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.drink-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.drink-block .inner-box .image .overlay-box .content {
    position: relative;
    padding: 40px 15px 15px 145px;
}

.drink-block .inner-box .image .overlay-box .content h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 800;
    line-height: 1.1em;
    font-size: 32px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.drink-block .inner-box .image .overlay-box .content h2 span {
    position: relative;
    color: rgb(84, 42, 12);
    display: block;
}

.drink-block .inner-box .image .overlay-box .content .title {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.drink-block .inner-box .image .overlay-box .content .read-more {
    position: relative;
    color: rgb(153, 23, 17);
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
}

/***

====================================================================
	Chips Block
====================================================================

 ***/

.chips-block {
    position: relative;
    margin-bottom: 30px;
}

.chips-block .inner-box {
    position: relative;
}

.chips-block .inner-box .image {
    position: relative;
}

.chips-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.chips-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.chips-block .inner-box .image .overlay-box .content {
    position: relative;
    padding: 40px 10px 15px 140px;
}

.chips-block .inner-box .image .overlay-box .content h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.4em;
    font-size: 23px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}

.chips-block .inner-box .image .overlay-box .content h2 span {
    position: relative;
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
}

.chips-block .inner-box .image .overlay-box .content .title {
    position: relative;
    color: rgb(248, 185, 46);
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: "Dancing Script", cursive;
}

.chips-block .inner-box .image .overlay-box .content .read-more {
    position: relative;
    left: 16px;
    margin-left: -11px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    margin-top: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    background-color: rgb(164, 26, 19);
    padding: 8px 20px;
    transition: all 300ms ease 0s;
}

/***

====================================================================
	Products Section
====================================================================

 ***/

.products-section{
    position: relative;
    background-color: rgb(243, 243, 243);
    padding: 90px 0 80px;
}

.products-section .filters {
    margin-top: 40px;
    margin-bottom: 60px;
}

.products-section .filters .filter-tabs {
    position: relative;
    padding-bottom: 18px;
    text-align: center;
    border-bottom: 1px solid rgb(173, 173, 173);
}

.products-section .filters .filter.active, .products-section .filters .filter:hover {
    color: rgb(233, 48, 48);
}

.products-section .filters li {
    position: relative;
    display: inline-block;
    color: rgb(36, 36, 36);
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 5px;
    margin: 0 28px;
    transition: all 300ms ease 0s;
}

.products-section .filters .filter::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -19px;
    width: 0%;
    opacity: 0;
    height: 2px;
    background-color: rgb(248, 60, 21);
    transition: all 600ms ease 0s;
}

.products-section .filters .filter.active::after,
.products-section .filters .filter:hover::after {
    opacity: 1;
    width: 100%;
}

.wengdo-product-block {
    position: relative;
}

.wengdo-product-block .inner-box{
    position: relative;
	background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.wengdo-product-block .inner-box .image-box{
    position: relative;
    margin: 0;
	padding-bottom: 20px;
}

.wengdo-product-block .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.wengdo-product-block .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 0 20px 25px;
}

.wengdo-product-block .inner-box .lower-content h4 {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 4px;
    margin-bottom: 8px;
    font-family: Poppins, sans-serif;
}

.wengdo-product-block .inner-box .lower-content .text {
    position: relative;
    color: rgb(121, 121, 121);
    font-size: 15px;
    line-height: 1.7em;
    display: none;
}

.wengdo-product-block .inner-box .lower-content .text p{
    margin: 6px 0 4px;
    letter-spacing: .5px;
}

.wengdo-product-block .inner-box .lower-content .price{
    position: relative;
    color: #e93030;
    font-size: 24px;
	font-weight:800;
    line-height: 1.7em;
	margin-top:12px;
    font-family: "Open Sans", sans-serif;
}
/*
.wengdo-product-block .inner-box .lower-content .lower-box{
	position:absolute;
	left:0;
	right:0;
	opacity:1;
	top:-68px;
	padding:0 15px 0;
	border-radius:0 0 5px 5px;
	background-color:#ffffff;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
*/
.wengdo-product-block .inner-box .lower-content .lower-box .theme-btn{
	font-size:13px;
	font-weight:600;
	padding:9px 40px 9px;
	border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Poppins', sans-serif;
    border: 1px solid #a41a13;
    color: #a41a13;
    background: #fff;
}

.wengdo-product-block .inner-box .lower-content .lower-box .theme-btn:hover{
	color: #fff;
    border: 1px solid #0f1924;
}

.wengdo-product-block .inner-box:hover .lower-content .lower-box{
	opacity:1;
}

.wengdo-product-block.mix{
	display:none;
}

/***

====================================================================
	Order Section
====================================================================

 ***/

.order-section{
	position:relative;
	padding:95px 0;
	background-size:cover;
	background-position:left center;
}

.order-section .empty-column{
	position:relative;
}

.order-section .content-column{
	position:relative;
}

.order-section .content-column .inner-column{
	position:relative;
}

.order-section .content-column .offer{
	position:relative;
	font-size:22px;
	color:#ffffff;
	font-weight:400;
	font-style:italic;
	padding-right:115px;
	display:inline-block;
	font-family: 'Playfair Display', serif;
}

.order-section .content-column .offer:before{
	position:absolute;
	content:'';
	right:0;
	bottom:0;
	height:1px;
	width:100px;
	background-color:rgba(255,255,255,0.80);
}

.order-section .content-column h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
}

.order-section .content-column .order-price{
	position:relative;
	margin-top:28px;
	margin-bottom:40px;
}

.order-section .content-column .order-price .price-inner{
	position:relative;
	padding-left:145px;
}

.order-section .content-column .order-price .price{
	position:absolute;
	left:0;
	top:0;
	color:#ffffff;
	line-height:1em;
	font-size:80px;
	font-weight:600;
}

.order-section .content-column .order-price .price sup{
	position:relative;
	font-size:40px;
}

.order-section .content-column .order-price .price sub{
	position:relative;
	font-size:18px;
	font-weight:300;
	display:block;
	margin-left:32px;
	text-transform:uppercase;
}

.order-section .content-column .order-price .order-offer{
	position:relative;
}

.order-section .content-column .order-price .order-offer li{
	position:relative;
	color:#ccb265;
	font-size:18px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:12px;
}

/***

====================================================================
	Order Section
====================================================================

 ***/

.combo-section{
	position:relative;
	padding:95px 0;
	background-size:cover;
}

.combo-section:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(226,217,223,0.70);
}

.combo-block{
	position:relative;
}

.combo-block .inner-box{
	position:relative;
}

.combo-block .inner-box .image{
	position:relative;
}

.combo-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.combo-block .inner-box .image .overlay-box{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	padding:30px 30px;
}

.combo-block .inner-box .image .overlay-box h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

.combo-block .inner-box .image .overlay-box h1 span{
	position:relative;
	font-weight:300;
}

.combo-block .inner-box .image .overlay-box .title{
	position:relative;
	line-height:1em;
	color:#ffffff;
	font-size:35px;
	font-weight:700;
	margin-left:140px;
	font-family: 'Dancing Script', cursive;
}

.combo-block .inner-box .image .overlay-box .price{
	position:relative;
	width:130px;
	height:130px;
	color:#ffffff;
	border-radius:50%;
	display:block;
	font-size:50px;
	font-weight:700;
	line-height:40px;
	text-align:center;
	padding-top:20px;
	margin-top:-34px;
	background-color:#c4251c;
}

.combo-block .inner-box .image .overlay-box .price.yellow{
	background-color:#f8b92e;
}

.combo-block .inner-box .image .overlay-box .price span{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
}

.combo-block .inner-box .image .overlay-box .price sup{
	position:relative;
	font-size:30px;
	font-weight:400;
}

/***

====================================================================
	Delivery Section
====================================================================

***/

.delivery-section{
	position:relative;
	padding:40px 0 50px;
	background-color:#a41a13;
}

.delivery-section .side-image{
	position:absolute;
	right:0;
	bottom:0;
}

.delivery-section .image-column{
	position:relative;
}

.delivery-section .image-column .inner-column{
	position:relative;
}

.delivery-section .image-column .inner-column .image{
	position:relative;
}

.delivery-section .content-column{
	position:relative;
}

.delivery-section .content-column .inner-column{
	position:relative;
	padding-top:70px;
}

.delivery-section .content-column .title{
	position: relative;
    line-height: 1em;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Dancing Script', cursive;
}

.delivery-section .content-column h1{
	position:relative;
	color:#ffffff;
	font-size:60px;
	z-index:1;
	font-weight:700;
	line-height:1.1em;
	margin-top:10px;
	font-family: 'Poppins', sans-serif;
}

.delivery-section .content-column .text{
	position:relative;
	margin-top:10px;
	margin-bottom:32px;
}

.delivery-section .content-column .text p{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:15px;
}

.delivery-section .content-column .text p:last-child{
	margin-bottom:0;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:100px 0 70px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#000000;
}

.news-block .inner-box .image .overlay-link{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	background-color:rgba(0,0,0,0.20);
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.6;
	transform:scale(1.09,1.09);
}

.news-block .inner-box .lower-box{
	position:relative;
	padding-top:25px;
}

.news-block .inner-box .image .post-date{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	display:inline-block;
	color:#ffffff;
	font-size:17px;
	font-weight:600;
	padding:9px 20px;
	margin-bottom:0;
	background-color:#a41a13;
	font-family: 'Poppins', sans-serif;
}

.news-block .inner-box .lower-box h5{
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:1.5em;
	margin-bottom:12px;
	font-family: 'Poppins', sans-serif;
}

.news-block .inner-box .lower-box h5 a{
	position:relative;
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-box h5 a:hover{
	color:#a41a13;
}

.news-block .inner-box .lower-box .text{
	position:relative;
	color:#7d7d7d;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:18px;
	font-family: 'Poppins', sans-serif;
}

.news-block .inner-box .lower-box .read-more{
	position:relative;
	color:#a41a13;
	font-size:16px;
	font-weight:600;
	border-bottom:1px solid #a41a13;
}

.news-section .sidebar-news{
	position:relative;
	margin-bottom:40px;
	padding:40px 28px;
    background-color: #ffffff;
	-webkit-box-shadow: 0 0 13px 0 rgba(232,232,232,1);
	-moz-box-shadow: 0 0 13px 0 rgba(232,232,232,1);
	box-shadow: 0 0 13px 0 rgba(232,232,232,1);
}

.news-block-two{
	position:relative;
	margin-bottom:15px;
}

.news-block-two:last-child{
	margin-bottom:0;
}

.news-block-two:last-child .inner-box{
	border:0;
	padding-bottom:0;
}

.news-block-two .inner-box{
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #e8e8e8;
}

.news-block-two .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:1.5em;
	margin-bottom:10px;
	font-family: 'Poppins', sans-serif;
}

.news-block-two .inner-box h3 a{
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box h3 a:hover{
	color:#a41a13;
}

.news-block-two .inner-box .post-date{
	position:relative;
	color:#a41a13;
	font-size:14px;
	font-weight:500;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:80px 0 110px;
}

.services-section.style-two{
	padding:110px 0 80px;
}

.services-section.style-two .service-block:before{
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:1px;
	height:100%;
	background-color:#cbcbcb;
}

.services-section.style-two .service-block:last-child::before{
	display:none;
}

.services-section .side-image{
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
}

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
	text-align:center;
}

.service-block .inner-box .icon-box{
	position:relative;
	margin-bottom:15px;
}

.service-block .inner-box h6{
	position:relative;
	line-height:1.6em;
	color:#242424;
	font-size:18px;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

.service-block .inner-box .text{
	position:relative;
	line-height:1.6em;
	margin-top:15px;
	color:#797979;
	font-size:15px;
	font-family: "Open Sans", sans-serif;
}

/***

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	padding-top:50px;
}

.newsletter-section .inner-container{
	position:relative;
	border-radius:0;
	padding:55px 60px 40px;
	background-color:#eec300;
}

.newsletter-section .title-column{
	position:relative;
}

.newsletter-section .title-column .inner-column{
	position:relative;
}

.newsletter-section .title-column h2{
	position:relative;
	color:#292929;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

.newsletter-section .title-column .text{
	position:relative;
	color:#292929;
	font-weight:400;
	font-size:16px;
	margin-top:5px;
	font-style:italic;
}



.emailed-form .form-group{
	position:relative;
	display:block;
	max-width:650px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}

.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:50px;
	font-size:14px;
	color:#797979;
	overflow:hidden;
	border-radius:0;
	padding:10px 50px 10px 30px;
	background:#f3f3f3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #cccccc;
}

.emailed-form .form-group input[type="submit"],
.emailed-form button{
	position:absolute;
	right:0;
	top:0;
	width:160px;
	height:50px;
	line-height:40px;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	text-align:center;
	background:#a41a13;
	letter-spacing:2px;
	border-radius:0;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.gallery-section{
	position:relative;
	padding:0 0 0;
}

.gallery-section .owl-dots,
.gallery-section .owl-nav{
	display:none;
}

/* Gallery Item */

.gallery-block{
	position:relative;
	margin-bottom:0;
}

.gallery-block .inner-box{
	position:relative;
	width:100%;
}

.gallery-block .image-box{
	position:relative;
	display:block;
	margin:0;
	overflow:hidden;
}

.gallery-block .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block .overlay-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	 transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:rgba(0,0,0,0.30);
}

.gallery-block .inner-box:hover .overlay-box{
	opacity:1;
    visibility: visible;
}

.gallery-block .overlay-inner{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0;
}

.gallery-block .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block .overlay-inner .link{
	position:relative;
	width:50px;
	height:50px;
	font-size:18px;
	color:#ffffff;
	line-height:50px;
	margin:0 3px;
	opacity:0;
	font-weight:400;
	text-align:center;
	display:inline-block;
	background-color:#eec300;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-block .inner-box:hover .overlay-inner .link{
	opacity:1;
}

.gallery-block .overlay-inner .link .icon{
	position:relative;
	z-index:1;
}

.gallery-block .overlay-inner .link:hover{
	background-color:#a41a13;
	color:#ffffff;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.wengdo-footer-widgets-bar{
	position:relative;
	background-color:#0f1924;
	background-position:right top;
	background-repeat:no-repeat;
}
.wengdo-footer-widgets-bar:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(15,25,36,0.85);
}

.wengdo-footer-widgets-bar .widgets-section{
	position:relative;
	padding:100px 0 60px;
}

.wengdo-footer-widgets-bar .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.wengdo-footer-widgets-bar .footer-widget h4{
	position:relative;
	font-size:18px;
	font-weight:600;
	color:#ffffff;
	padding-bottom:15px;
	margin-bottom:35px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.wengdo-footer-widgets-bar .footer-widget h4:before{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	height:2px;
	width:44px;
	background-color:#a41a13;
}

.wengdo-footer-widgets-bar .info-widget .number{
	position:relative;
	color:#e6e6e6;
	font-weight:700;
	line-height:1em;
}

.wengdo-footer-widgets-bar .info-widget .email-list{
	position:relative;
	margin-top:9px;
}

.wengdo-footer-widgets-bar .info-widget .email-list li{
	position:relative;
	margin-bottom:5px;
}

.wengdo-footer-widgets-bar .info-widget .email-list li a{
	position:relative;
	color:#a8a8a8;
	font-size:16px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;

}

.wengdo-footer-widgets-bar .info-widget .email-list li a:hover{
	color:#ffffff;
}

.wengdo-footer-widgets-bar .logo-widget{
	text-align:center;
	margin-top:-30px;
}

.wengdo-footer-widgets-bar .logo-widget .logo img{
	max-width: 135px;
}

.wengdo-footer-widgets-bar .logo-widget .text{
	position:relative;
	margin-top:18px;
	color:#a8a8a8;
	font-size:16px;
	line-height:2em;

}

.wengdo-footer-widgets-bar .widget .timing-list{
	position:relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.wengdo-footer-widgets-bar .widget .timing-list.addr{
	margin-top: 19px;
}

.wengdo-footer-widgets-bar .widget .timing-list li{
	position:relative;
	color:#a8a8a8;
	font-size:16px;
	margin-bottom:6px;
}

.wengdo-footer-widgets-bar .widget .timing-list.addr li{
	margin-top:6px;
}

.wengdo-footer-widgets-bar .widget .timing-list li span{
	position:absolute;
	right:0;
	top:0;
	width:102px;
}

.wengdo-footer-widgets-bar .footer-bottom{
	position:relative;
	padding:22px 0;
	border-top:1px solid rgba(255,255,255,0.10);
}

.wengdo-footer-widgets-bar .footer-bottom .copyright{
	position:relative;
	color:#767676;
	font-size:16px;

}

.wengdo-footer-widgets-bar .footer-bottom .purchase{
	position:relative;
	color:#a41a13;
	font-size:16px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;

}

.wengdo-footer-widgets-bar .footer-bottom .purchase:hover{
	color:#ffffff;
}

/***

====================================================================
	Main Slider Two
====================================================================

***/

.banner-section-two {
    position: relative;
    padding-top: 160px;
    overflow: hidden;
	background-size:cover;
}

.banner-section-two .owl-dots{
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	z-index:10;
	text-align:center;
}

.banner-section-two .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin:0 4px;
	display:inline-block;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
}

.banner-section-two .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	border-radius:50px;
	border:3px solid #f5bf22;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot.active:before,
.banner-section-two .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.banner-section-two .owl-nav{
	position:absolute;
	left:0;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-60px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section-two .owl-nav .owl-prev{
	position:absolute;
	left:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	font-size:24px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.10);
}

.banner-section-two .owl-nav .owl-next{
	position:absolute;
	right:15px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.10);
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#f5c026;
}

.banner-section-two .content-column{
    position: relative;
}

.banner-section-two .content-column .inner-column{
    position: relative;
	padding-top:110px;
	padding-bottom: 120px;
}

.banner-section-two .content-column .title{
    position: relative;
    color: #f7b82d;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-column .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-two .content-column h1{
    position: relative;
    color:#ffffff;
    font-weight: 700;
    line-height: 1.2em;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-two .content-column .text{
    position: relative;
    color:#ffffff;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 40px;
    margin-top: 20px;
    opacity: 0;
	font-style: italic 400;
    transform: scaleY(0);
    transform-origin: center top;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-two .content-column .btns-box{
	position:relative;
	opacity: 0;
	transform: scaleY(0);
    transform-origin: center top;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-section-two .image-column{
    position: relative;
}

.banner-section-two .image-column .inner-column{
	position:relative;
	margin-right:-120px;
}

.banner-section-two .image-column .inner-column .image{
	position:relative;
	opacity: 0;
    transform: scaleX(0);
    transform-origin: center top;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .image-column .inner-column .image.margin{
	margin-top:140px;
}

.banner-section-two .image-column .inner-column .image.margin-two{
	margin-top:60px;
}

.banner-section-two .active .image-column .inner-column .image{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-two .image-column .image .price-tag {
    position: absolute;
    right: 90px;
    top: 60px;
    z-index: 1;
    width: 125px;
    height: 125px;
    font-size: 45px;
    color: rgb(36, 36, 36);
    font-weight: 700;
    text-align: center;
    line-height: 40px;
	padding-top:12px;
    display: inline-block;
    background-color: rgb(247, 184, 45);
    font-family: "Playfair Display", serif;
    border-radius: 50%;
}

.banner-section-two .image-column .image .price-tag span{
	position:relative;
	display:block;
	font-size:24px;
	font-style:italic;
}

/***

====================================================================
	Products Section Two
====================================================================

 ***/

.products-section-two{
    position: relative;
    padding: 100px 0 100px;
	background-color:#f3f3f3;
	background-position:center top;
	background-repeat:no-repeat;
}

.products-section-two .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.products-section-two .title-box h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.products-section-two .title-box .text{
	position:relative;
	margin-top:10px;
	color:#ffffff;
	font-size:18px;

}

.products-section-two .owl-dots{
	display:none;
}

.products-section-two .owl-nav{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.products-section-two .owl-nav .owl-prev{
	position:relative;
	margin-right:6px;
	width:45px;
	height:45px;
	color:#596785;
	font-size:22px;
	font-weight:400;
	line-height:43px;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	border:1px solid #596785;
}

.products-section-two .owl-nav .owl-prev:before{
	position:absolute;
	content:'';
	right:150%;
	top:50%;
	height:1px;
	width:45px;
	background-color:#596785;
}

.products-section-two .owl-nav .owl-next{
	position:relative;
	margin-left:6px;
	width:45px;
	height:45px;
	color:#596785;
	font-size:22px;
	font-weight:400;
	border-radius:50px;
	line-height:43px;
	text-align:center;
	display:inline-block;
	border:1px solid #596785;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.products-section-two .owl-nav .owl-next:before{
	position:absolute;
	content:'';
	left:150%;
	top:50%;
	height:1px;
	width:45px;
	background-color:#596785;
}

.products-section-two .owl-nav .owl-prev:hover,
.products-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#e93030;
	background-color:#e93030;
}

/***

====================================================================
	Burgers Section
====================================================================

 ***/

.burgers-section{
	position:relative;
	padding:100px 0 70px;
	background-size:cover;
}

/*Case Tab*/

.burgers-section .burgers-tab{
	position:relative;
}

.burgers-section .burgers-tab .owl-nav,
.burgers-section .burgers-tab .owl-dots{
	display:none;
}

.burgers-section .burgers-tab .tabs-header{
	position:relative;
}

.burgers-section .burgers-tab .burgers-tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.burgers-section .burgers-tab .burgers-tab-btns .p-tab-btn{
	position:relative;
	line-height:24px;
	padding:0 0;
	cursor:pointer;
	color:#242424;
	font-weight:600;
	font-size:36px;
	display:inline-block;
	margin:0 30px;
	margin-bottom:10px;
	padding-bottom:25px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.burgers-section .burgers-tab .burgers-tab-btns .p-tab-btn:hover,
.burgers-section .burgers-tab .burgers-tab-btns .p-tab-btn.active-btn{
	color:#e4281e;
}

.burgers-section .burgers-tab .burgers-tab-btns .p-tab-btn:hover:before,
.burgers-section .burgers-tab .burgers-tab-btns .p-tab-btn.active-btn:before{
	opacity:1;
}

.burgers-section .burgers-tab .burgers-tab-btns .p-tab-btn:before{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#e4281e;
}

.burgers-section .burgers-tab .p-tabs-content{
	position:relative;
	display:block;
}

.burgers-section .burgers-tab .p-tab{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	visibility:hidden;
}

.burgers-section .burgers-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.burgers-section .p-tab.active-tab .burger-block{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
}

.burgers-section .p-tab .burger-block{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);
}

/* Burger Block */

.burger-block{
	position:relative;
	margin-bottom:30px;
}

.burger-block .inner-box{
	position:relative;
	text-align:center;
}

.burger-block .inner-box .image{
	position:relative;
}

.burger-block .inner-box .image img{
	position:relative;
}

.burger-block .inner-box .lower-content{
	position:relative;
	padding-top:20px;
}

.burger-block .inner-box .lower-content h5{
	position:relative;
	font-weight:600;
	line-height:1.3em;
	font-size:20px;
	font-family: 'Poppins', sans-serif;
}

.burger-block .inner-box .lower-content h5 a{
	position:relative;
	color:#242424;
}

.burger-block .inner-box .lower-content .text{
	position:relative;
	color:#797979;
	font-size:15px;
	line-height:1.8em;
	margin-top:12px;
	padding:0 10px;
	font-style:italic;

}

/***

====================================================================
	Burgers Section
====================================================================

 ***/

.call-to-action-section{
	position:relative;
	text-align:center;
	padding:100px 0 110px;
	background-size:cover;
	background-attachment:fixed;
}

.call-to-action-section:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.60);
}

.call-to-action-section h1{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.1em;
	font-family: 'Poppins', sans-serif;
}

.call-to-action-section h1 span{
	position:relative;
	display:block;
	color:#eeb314;
	font-style:italic;
	text-decoration:underline;
	font-family: 'Playfair Display', serif;
}

/***

====================================================================
	Products Section Three
====================================================================

 ***/

.products-section-three{
	position:relative;
	padding:100px 0 70px;
	background-color:#b3b3b3;
}

.products-section-three.style-two{
	padding:0;
	padding-bottom:70px;
	background-color:#ffffff;
}

.products-section-three .auto-container{
	max-width:1700px;
}

.wengdo-product-block-two{
	position:relative;
	margin-bottom:30px;
}

.wengdo-product-block-two .inner-box{
	position:relative;
}

.wengdo-product-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
}

.wengdo-product-block-two .inner-box .image .new{
	position:absolute;
	right: -40px;
    top: -13px;
    color: #ffffff;
    padding: 32px 35px 10px;
	display:block;
	z-index:2;
	font-size:20px;
	font-weight:600;
	transform: rotate(45deg);
	text-transform:uppercase;
	background-color:#e4291f;
}

.wengdo-product-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.wengdo-product-block-two .inner-box .image:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1;
	background-color:rgba(0,0,0,0.40);
}

.wengdo-product-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:2;

	height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.wengdo-product-block-two .inner-box .image .overlay-box .content{
	position:relative;
	padding:40px 40px;
}

.wengdo-product-block-two .inner-box .image .overlay-box h2{
	position:relative;
	line-height:1.2em;
	font-weight:700;
	font-size:48px;
	font-family: 'Poppins', sans-serif;
}

.wengdo-product-block-two .inner-box .image .overlay-box h2 a{
	position:relative;
	color:#ffffff;
}

.wengdo-product-block-two .inner-box .image .overlay-box .text{
	position:relative;
	margin-top:20px;
	font-size:16px;
	line-height:1.8em;
	color:#ffffff;
	max-width:410px;
}

.wengdo-product-block-two .inner-box .image .overlay-box .price{
	position:relative;
	margin-top:10px;
	font-size:60px;
	line-height:1.2em;
	color:#ffffff;
	font-weight:800;
	margin-bottom:15px;
}

.wengdo-product-block-two .inner-box .image .overlay-box .theme-btn{
	padding:12px 29px;
}

/***

====================================================================
	Testimonial Section
====================================================================

 ***/

.testimonial-section{
	position:relative;
	padding:135px 0 120px;
	background-repeat:repeat;
}

.testimonial-section .side-image{
	position:absolute;
	right:0;
	bottom:0;
}

.testimonial-section .inner-container{
	position:relative;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding-left:200px;
}

.testimonial-block .inner-box .image-box{
	position:absolute;
	left:0;
	top:0;
	width:150px;
	padding:0 0;
	margin-bottom:20px;
}

.testimonial-block .inner-box .image-box .image{
	position:relative;
	width:122px;
	height:122px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block .inner-box .image-box .quote-icon{
	position:relative;
	color:#a41a13;
	font-size:30px;
	margin-top:30px;
	line-height:1em;
	margin-left:48px;
}

.testimonial-block .inner-box .text{
	position:relative;
	font-size:22px;
	font-style:italic;
	color:#c8c8c8;
	line-height:1.5em;
	margin-bottom:35px;
	max-width:780px;
	font-family: 'Lora', serif;
}

.testimonial-block .inner-box .author{
	position:relative;
	color:#d3443c;
	font-size:18px;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:5px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.testimonial-block .inner-box .designation{
	position:relative;
	color:#ffffff;
	font-size:18px;
	margin-top:10px;
}

.testimonial-section .owl-dots{
	position:absolute;
	right:190px;
	bottom:20px;
	margin-right:15px;
}

.testimonial-section .owl-dots .owl-dot{
	width:10px;
	height:10px;
	margin-left:10px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active{
	background-color:#a41a13;
}

.testimonial-section .owl-nav{
	display:none;
}

/***

====================================================================
	Main Slider Three
====================================================================

***/

.banner-section-three{
    position: relative;
    overflow: hidden;
}

.banner-section-three .owl-dots{
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	z-index:10;
	text-align:center;
}

.banner-section-three .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin:0 4px;
	display:inline-block;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section-three .owl-dots .owl-dot.active,
.banner-section-three .owl-dots .owl-dot:hover{
	background-color:#f7b82d;
}

.banner-section-three .owl-nav{
	position:absolute;
	left:0;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-60px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section-three .owl-nav .owl-prev{
	position:absolute;
	left:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	font-size:24px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.10);
}

.banner-section-three .owl-nav .owl-next{
	position:absolute;
	right:15px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.10);
}

.banner-section-three .owl-nav .owl-prev:hover,
.banner-section-three .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#f5c026;
}

.banner-section-three .slide{
	position:relative;
	padding-top: 240px;
    padding-bottom: 199px;
	background-size:cover;
}

.banner-section-three .content-boxed{
    position: relative;
}

.banner-section-three .content-boxed .inner-box {
    position: relative;
}

.banner-section-three .content-boxed .title{
    position: relative;
    color: #ffffff;
    font-size: 107px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
    font-family: 'PalaceScriptMT';
    opacity: 0;
	top:15px;
	margin-left:40px;
    transform: scaleY(0);
    transform-origin: center top;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-boxed .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-three .content-boxed h1{
    position: relative;
    color:#ffffff;
    font-weight: 400;
    line-height: 1em;
    opacity: 0;
	font-size:161px;
    transform: scaleY(0);
	font-family: 'NiagaraSolid-Reg';
    transform-origin: center top;
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-boxed h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-three .content-boxed .title-two{
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 107px;
    line-height: 1em;
    font-weight: 400;
    opacity: 0;
	margin-left:130px;
    transform: scaleY(0);
    transform-origin: center top;
    font-family: 'PalaceScriptMT';
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-boxed .title-two{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-three .content-boxed h2{
    position: relative;
    color:#ffffff;
    font-size: 161px;
    line-height: 1em;
    margin-top: -40px;
    opacity: 0;
	margin-left:130px;
    font-weight: 400;
    transform: scaleY(0);
    transform-origin: center top;
    font-family: 'NiagaraSolid-Reg';
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-boxed h2{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

/***

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding-top:95px;

	background-repeat:no-repeat;
	background-size:cover;
}

.about-section .content-column{
	position:relative;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-right:30px;
	padding-bottom:80px;
}

.about-section .content-column h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	margin-bottom:15px;
	font-family: 'Poppins', sans-serif;
}

.about-section .content-column .styled-text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-style:italic;
	line-height:1.6em;
	margin-bottom:20px;

}

.about-section .content-column .text{
	position:relative;
}

.about-section .content-column .text p{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;

}

.about-section .content-column .text p:last-child{
	margin-bottom:0;
}

.about-section .image-column{
	position:relative;
}

.about-section .image-column .inner-column{
	position:relative;
}

.about-section .image-column .image{
	position:relative;
	z-index:1;
	bottom:-70px;
	margin-right:-50px;
}

/***

====================================================================
	Menu Section
====================================================================

***/

.menus-section{
	position:relative;
	padding:95px 0 95px;
	background-size:cover;
}

.menus-section .title-box{
	position:relative;
	margin-bottom:35px;
}

.menus-section .title-box .title{
	position:relative;
	color:#e43e2d;
	font-size:16px;
	line-height:1.3em;
	font-weight:600;
}

.menus-section .title-box h2{
	position:relative;
	color:#242424;
	font-weight:700;
	line-height:1.3em;
	margin-top:5px;
	font-size:50px;
	font-family: 'Poppins', sans-serif;
}

.menus-section .column{
	margin-bottom:40px;
}

.menus-section .column:first-child .menu-block .inner-box,
.menus-section .column:nth-child(3) .menu-block .inner-box{
	margin-right:60px;
}

.menu-block{
	position:relative;
	margin-bottom:25px;
}

.menu-block .inner-box{
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #dadada;
}

.menu-block .inner-box h4{
	position:relative;
	color:#242424;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

.menu-block .inner-box h4 a{
	position:relative;
	line-height:1.3em;
	color:#242424;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.menu-block .inner-box h4 a:hover{
	color:#83100b;
}

.menu-block .inner-box .price{
	position:relative;
	font-weight:600;
	font-size:20px;
	color:#242424;
}

.menu-block .inner-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
	max-width:450px;

}

.menu-block:last-child .inner-box{
	border-bottom:0;
	padding-bottom:0;
}

/***

====================================================================
	Package Section
====================================================================

***/

.package-section{
	position:relative;
	padding:100px 0;
	background-color:#f3b81a;
}

.package-block{
	position:relative;
}

.package-block .inner-box{
	position:relative;
}

.package-block .inner-box .image{
	position:relative;
}

.package-block .inner-box .image .overlay-link{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
	z-index:1;
}

.package-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.package-block .inner-box .image .overlay-box{
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	right:0;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.package-block .inner-box .image .overlay-box .content{
	position:absolute;
	left:30px;
	right:30px;
	bottom:25px;
}

.package-block .inner-box .image .overlay-box .content h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.package-block .inner-box .image .overlay-box .content h3 span{
	font-weight:400;
	display:block;
}

.package-section .owl-dots{
	display:none;
}

.package-section .owl-nav{
	position:relative;
	text-align:center;
	margin-top:50px;
}

.package-section .owl-nav .owl-prev{
	position:relative;
	margin-right:6px;
	width:45px;
	height:45px;
	color:#2e312e;
	font-size:22px;
	font-weight:400;
	line-height:43px;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	border:1px solid #2e312e;
}

.package-section .owl-nav .owl-next{
	position:relative;
	margin-left:6px;
	width:45px;
	height:45px;
	color:#2e312e;
	font-size:22px;
	font-weight:400;
	border-radius:50px;
	line-height:43px;
	text-align:center;
	display:inline-block;
	border:1px solid #2e312e;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.package-section .owl-nav .owl-prev:hover,
.package-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#e93030;
	background-color:#e93030;
}

/***

====================================================================
	Location Section
====================================================================

***/

.location-section{
	position:relative;
	padding:110px 0 70px;
	background-color:#a41a13;
}

.location-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.location-section .info-column .inner-column{
	position:relative;
}

.location-section .info-column .title{
	position:relative;
	color:#ffffff;
	font-weight:600;
	letter-spacing:5px;
	text-transform:uppercase;
}

.location-section .info-column h2{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:48px;
	display:block;
	margin-top:10px;
	margin-bottom:25px;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.location-section .info-column h2 span{
	position:relative;
	font-weight:400;
	font-style:italic;
	font-family: 'Playfair Display', serif;
}

.location-section .info-column .phone{
	position:relative;
}

.location-section .info-column .phone a{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:600;
	font-style:italic;
}

.location-section .info-column .email{
	position:relative;
	margin-top:10px;
}

.location-section .info-column .email a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	text-decoration:underline;
	font-family: 'Playfair Display', serif;
}

.location-section .info-column .street{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	margin-top:18px;
	margin-bottom:35px;
}

.location-section .map-column{
	position:relative;
	margin-bottom:40px;
}

.location-section .map-column .inner-column{
	position:relative;
}

.location-section .map-column .map-outer{
	position:relative;
}

.location-section .map-column .map-outer iframe{
	position:relative;
	height:350px;
	width:100%;
}

.download-section{
	position:relative;
	margin-top:60px;
}

.download-section .inner-container{
	position:relative;
	padding:35px 100px;
	background-color:#eec300;
}

.download-section .title-column{
	position:relative;
}

.download-section .title-column .inner-column{
	position:relative;
}

.download-section .title-column h2{
	position:relative;
	color:#292929;
	font-size:32px;
	font-weight:700;
	margin-top:10px;
	font-family: 'Poppins', sans-serif;
}

.download-section .button-column{
	position:relative;
	text-align:right;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title{
}

.page-title h1{
	position:relative;
	font-size:60px;
	color:#ffffff;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom:10px;
}

.page-title .bread-crumb {
	position: relative;
}

.page-title .bread-crumb li{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	padding-right:  15px;
	margin-right: 12px;
	display:inline-block;
	text-transform: capitalize;
}

.page-title .bread-crumb li:first-child{
	padding-left:20px;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -3px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
    content: "/";
	font-weight:400;
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#de9692;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color: #ffffff;
}

/***

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding-top:95px;
	padding-bottom:60px;
	background-position:no-repeat;
	background-size:cover;
}

.about-section-two .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .content-column .inner-column{
	position:relative;
	padding-right:20px;
}

.about-section-two .content-column h2{
	position:relative;
	color:#242424;
	font-weight:800;
	line-height:1.3em;
	margin-bottom:20px;
	font-family: 'Poppins', sans-serif;
}

.about-section-two .content-column .text{
	position:relative;
}

.about-section-two .content-column .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:15px;

}

.about-section-two .content-column .text p:last-child{
	margin-bottom:0;
}

.about-section-two .images-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .images-column .inner-column{
	position:relative;
	text-align:right;
	padding-right:20px;
}

.about-section-two .images-column .inner-column .image-two{
	position:absolute;
	right:130px;
	top:100px;
	box-shadow:0 0 35px rgba(0,0,0,0.20);
}

/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:100px 0 70px;
	background-color:#efefef;
}

.service-block-two{
	position:relative;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	background-color:#ffffff;
}

.service-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#000000;
}

.service-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-two .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.05,1.05);
}

.service-block-two .inner-box .lower-content{
	position:relative;
	padding:30px 25px;
}

.service-block-two .inner-box .lower-content h4{
	position:relative;
	line-height:1.3em;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

.service-block-two .inner-box .lower-content h4 a{
	position:relative;
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block-two .inner-box .lower-content h4 a:hover{
	color:#a41a13;
}

.service-block-two .inner-box .lower-content .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-top:12px;

}

/***

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding:105px 0 107px;
	background-attachment:fixed;
	background-size:cover;
}

.video-section .content{
	position:relative;
	padding-left:175px;
}

.video-section:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.40);
}

.video-section h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.1em;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.video-section h1 span{
	position:relative;
	display:block;
	margin-left:130px;
}

.video-section h1 span:before{
	position:absolute;
	content:'';
	left:-130px;
	top:40px;
	height:1px;
	width:110px;
	background-color:rgba(255,255,255,0.50);
}

.video-section .text{
	position:relative;
	margin-left:140px;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
	margin-top:20px;
}

.video-section .video-box{
	position:relative;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	line-height: 80px;
	margin-left:160px;
	top:-20px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#a41a13;
}

.video-section .video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0 0 15px rgba(0,0,0,0.10);
}

.video-section .video-box .ripple,
.video-section .video-box .ripple:before,
.video-section .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-section .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-section .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/***

====================================================================
	Chefs Section
====================================================================

***/

.chefs-section{
	position:relative;
	padding:100px 0 100px;
}

.chefs-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.chefs-section .title-box h2{
	position:relative;
	color:#242424;
	font-size:36px;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

.chefs-section .title-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-top:15px;
	line-height:1.8em;
}

/* Chef Member */

.chef-member{
	position:relative;
	margin-bottom:30px;
}

.chef-member .inner-box{
	position:relative;
	text-align:center;
}

.chef-member .inner-box .image-box{
	position:relative;
	width:250px;
	height:250px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
}

.chef-member .inner-box .image-box .image{
	position:relative;
	margin:0;
}

.chef-member .inner-box .image-box .overlay-box{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
	border-radius:50%;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.chef-member .inner-box .image-box .overlay-box .inner{
	position: absolute;
    padding-top: 50%;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
	overflow:hidden;
	background-color:rgba(255,187,44,0.80);
}

.chef-member .inner-box .image-box img{
	width:100%;
	display:block;
	border-radius: 50%;
}

.chef-member .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding-top:25px;
}

.chef-member .inner-box .lower-content h4{
	position:relative;
	color:#333333;
	font-weight:600;
	margin-bottom:5px;
	font-family: 'Poppins', sans-serif;
}

.chef-member .inner-box .lower-content .designation{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-top:6px;
}

.chef-member .inner-box:hover .image-box .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

/***

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:90px 0 110px;
	background-size:cover;
}

.testimonial-section-two .inner-container{
	position:relative;
	max-width:970px;
	margin:0 auto;
}

.testimonial-section-two .sec-title{
	margin-bottom:30px;
	margin-left:190px;
}

.testimonial-section-two .sec-title h2{
	font-weight:600;
}

.testimonial-section-two .sec-title h2:before{
	display:none;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding-left:195px;
}

.testimonial-block-two .inner-box .image-box{
	position:absolute;
	left:0;
	top:0;
	width:150px;
	padding:0 0;
	margin-bottom:20px;
}

.testimonial-block-two .inner-box .image-box:after{
	position:absolute;
	content:'';
	right:0;
	top:0;
	height:105px;
	width:1px;
	background-color:rgba(255,255,255,0.40);
}

.testimonial-block-two .inner-box .image-box .image{
	position:relative;
	width:95px;
	height:95px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	color:#ffffff;
	font-size:40px;
	margin-top:20px;
	line-height:1em;
	margin-left:1px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	font-size:18px;
	color:#dfdfdf;
	line-height:1.8em;
	margin-bottom:20px;

}

.testimonial-block-two .inner-box .author{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
	line-height:1.2em;
	text-align:right;
	text-transform:capitalize;
}

.testimonial-section-two .owl-dots{
	display:none;
}

.testimonial-section-two .owl-nav{
	position:absolute;
	right:0;
	top:-90px;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next{
	width:46px;
	height:46px;
	line-height:44px;
	font-size:20px;
	margin-left:12px;
	text-align:center;
	color:rgba(255,255,255,0.50);
	border:1px solid rgba(255,255,255,0.60);
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover{
	color:#000000;
	border-color:#ffffff;
	background-color:#ffffff;
}


/*Comming Soon*/

.comming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-size:cover;
}

.comming-soon .content{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align:center;
    vertical-align: middle;
}

.comming-soon .content .content-inner{
	position: relative;
	padding: 50px 15px;
    display: table-cell;
    vertical-align: middle;
}

.comming-soon .content .content-inner h2{
	position:relative;
	color:#f7b82d;
	font-size:90px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:80px;
	font-family: 'Poppins', sans-serif;
}

.comming-soon .content .content-inner .text{
	position:relative;
	color:#ffffff;
	font-size:32px;
	font-weight:600;
	line-height:1.5em;
	margin-top:30px;
	margin-bottom:60px;
}

.comming-soon .content .content-inner .text span{
	position:relative;
	color:#f7b82d;
	font-style:italic;
	text-decoration:underline;
	font-family: 'Playfair Display', serif;
}

/***

====================================================================
	Countdown style
====================================================================

***/

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	margin:0 15px 0;
	width:170px;
	height:170px;
	text-align:center;
	display:inline-block;
	padding:25px 0 10px;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:20px;
	line-height:30px;
	text-transform:uppercase;
	border-radius:50%;
	font-weight:600;
	margin-bottom:20px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:60px;
	line-height:20px;
	padding:30px 10px;
	color:#ffffff;
	letter-spacing:1px;
	font-weight:600;
}

.comming-soon .commingsoon-form .form-group{
	position:relative;
	display:block;
	max-width:770px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}

.comming-soon .commingsoon-form .form-group input[type="text"],
.comming-soon .commingsoon-form .form-group input[type="tel"],
.comming-soon .commingsoon-form .form-group input[type="email"],
.comming-soon .commingsoon-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:76px;
	font-size:18px;
	color:#242424;
	font-weight:500;
	padding:10px 50px 10px 30px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.comming-soon .commingsoon-form .form-group input[type="submit"],
.comming-soon .commingsoon-form button{
	position:absolute;
	right:0;
	top:0;
	width:195px;
	height:76px;
	line-height:40px;
	color:#000000;
	font-size:20px;
	font-weight:600;
	text-align:center;
	background:#f7b82d;
	letter-spacing:1px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

/* Error Section */

.error-section{
	position:relative;
	padding:190px 0 200px;
	background-repeat:no-repeat;
	background-size:cover;
}

.error-section .content{
	position:relative;
	text-align:center;
}

.error-section:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.60);
}

.error-section h1{
	position:relative;
	color:#f7b82d;
	font-size:200px;
	font-weight:700;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
}

.error-section h2{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	font-family: 'Poppins', sans-serif;
}

.error-section .text{
	position:relative;
	color:#ffffff;
	font-size:28px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:40px;
}

.error-section .theme-btn{
	font-size:24px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:0;
	padding:20px 72px 20px;
	text-transform:capitalize;
}

/***

====================================================================
	Faq Section
====================================================================

 ***/

.faq-section{
	position:relative;
	padding:95px 0 70px;
}

.faq-section .faq-title{
	position:relative;
	margin-bottom:40px;
}

.faq-section .faq-title h2{
	position:relative;
	color:#242424;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:18px;
	font-family: 'Poppins', sans-serif;
}

.faq-section .faq-title .text{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:400;
}

/*Sidebar Search Form*/

.faq-search-box{
	position:relative;
	margin-top:30px;
    width: 100%;
	margin-bottom:70px;
}

.faq-search-box .form-group{
	position:relative;
	margin:0;
}

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	color:#222222;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	border-radius:5px;
	padding:15px 15px 15px 20px;
	border:1px solid #e0e0e0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	width:65px;
	height:60px;
	line-height:58px;
	text-align:center;
	display:block;
	font-size:22px;
	color:#c0c0c0;
	background:none;
	font-weight:normal;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-search-box .form-group input:focus{
	border-color:#a10301;
}

/***

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:40px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:30px;
	color:#000000;
	font-weight:600;
	padding:0 10px 0 35px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:-6px;
	top:6px;
	font-size:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    text-align: center;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#242424;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:14px 30px 0 35px;
}

.accordion-box .block .content .text{
	margin-bottom:20px;
	line-height:1.8em;
	font-size:17px;
	color:#797979;

}

.accordion-box .block .content p:last-child{
	margin-bottom:0;
}

/***

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section{
	position:relative;
	overflow:hidden;
	padding:85px 0 0;
	background-color:#f8f8f8;
}

.faq-form-section .auto-container{
	position:relative;
}

.faq-form-section .form-outer{
	position:relative;
	max-width:870px;
	z-index:10;
	padding-bottom:100px;
}

.faq-form-section .image-box{
	position:absolute;
	right:-90px;
	bottom:0;
}

.faq-form-section .sec-title{
	margin-bottom:60px;
}

.faq-form-section .form-group{
	position:relative;
	margin-bottom:30px;
}

.faq-form-section .form-group:last-child{
	margin-bottom:0;
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0 0 8px;
	color:#242424;
	border-bottom:2px solid #e3e3e3;
	height:46px;
	font-size:15px;
	background:none;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form-section .form-group input::-webkit-input-placeholder,
.faq-form-section .form-group textarea::-webkit-input-placeholder{
	color:rgba(36,36,36,0.40);
}


.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus{
	border-color:#a20301;
}

.faq-form-section .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0 0;
	color:#242424;
	height:160px;
	background:none;
	resize:none;
	font-size:15px;
	font-weight:500;
	border-bottom:2px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form-section .form-group .theme-btn{
	margin-top:10px;
	letter-spacing:0;
	border-radius:50px;
	padding:12px 40px;
	text-transform:capitalize;
}

/***

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section{
	position:relative;
	padding:90px 0 60px;
}

.services-page-section .title-box{
	position:relative;
	margin-bottom:40px;
}

.services-page-section .title-box .text{
	position:relative;
	color:#242424;
	font-size:18px;
	line-height:1.7em;
}

.services-page-section .title-box .text span{
	position:relative;
	font-weight:600;
}

.service-block-three{
	position:relative;
	margin-bottom:30px;
}

.service-block-three .inner-box{
	position:relative;
	padding:45px 30px 55px;
	border-radius:8px;
	text-align:center;
	box-shadow:0 0 25px rgba(0,0,0,0.20);
}

.service-block-three .inner-box .icon-box{
	position:relative;
	margin-bottom:20px;
}

.service-block-three .inner-box .icon-box .icon{
	position:relative;
}

.service-block-three .inner-box h3{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.service-block-three .inner-box h3 a{
	position:relative;
	color:#a41a13;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-three .inner-box h3 a:hover{
	color:#242424;
}

.service-block-three .inner-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.9em;
	margin-top:20px;

}

/***

====================================================================
	Testimonial Section
====================================================================

 ***/

.testimonial-page-section{
	position:relative;
	padding:95px 0 70px;
}

.testimonial-page-section .title-box{
	position:relative;
	margin-bottom:40px;
}

.testimonial-page-section .title-box h2{
	position:relative;
	color:#242424;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:18px;
	font-family: 'Poppins', sans-serif;
}

.testimonial-page-section .title-box .text{
	position:relative;
	color:#242424;
	font-size:16px;
	font-weight:400;
	max-width:700px;
	line-height:1.9em;
}

/* Testimonial Block */

.testimonial-block-three{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block-three .inner-box{
	position:relative;
	border-radius:7px;
	padding:48px 30px 40px;
	background-color:#ffffff;
	box-shadow:0 0 30px rgba(0,0,0,0.18);
}

.testimonial-block-three .inner-box .content{
	position:relative;
	padding-left:95px;
}

.testimonial-block-three .inner-box .content .image{
	position:absolute;
	left:0;
	top:0;
	width:65px;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:20px;
}

.testimonial-block-three .inner-box .content h3{
	position:relative;
	color:#222328;
	font-size:22px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:15px;
	font-family: 'Poppins', sans-serif;
}

.testimonial-block-three .inner-box .content .title{
	position:relative;
	color:#ea413e;
	font-size:18px;
	font-style:italic;
}

.testimonial-block-three .inner-box .content .text{
	position:relative;
	font-size:16px;
	color:#797979;
	line-height:1.7em;
	margin-top:12px;

}

/***

====================================================================
	Dishes Section
====================================================================

 ***/

.dishes-section{
	position:relative;
	padding:90px 0 80px;
}

.dishes-section .dishes-column{
	position:relative;
}

.dishes-section .dishes-column .inner-column{
	position:relative;
}

.dishes-section.style-two{
	background-repeat:repeat;
}

.dishes-section.style-three{
	background-color:#e2e5e7;
}

.dish-block{
	position:relative;
	margin-bottom:30px;
}

.dish-block .inner-box{
	position:relative;
	padding-bottom:20px;
	padding-left:150px;
	min-height:150px;
	border-bottom:1px solid #dadada;
}

.dish-block .inner-box .image{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:120px;
	overflow:hidden;
	border-radius:5px;
	background-color:#000000;
}

.dish-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.dish-block .inner-box:hover .image img{
	opacity:0.5;
}

.dish-block .inner-box h4{
	position:relative;
	color:#242424;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

.dish-block .inner-box h4 a{
	position:relative;
	line-height:1.3em;
	color:#242424;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.dish-block .inner-box h4 a:hover{
	color:#90130c;
}

.dish-block .inner-box .price{
	position:relative;
	font-weight:600;
	font-size:20px;
	color:#242424;
}

.dish-block .inner-box .text{
	position:relative;
	color:#797979;
	line-height:1.7em;
	margin-top:15px;
	max-width:295px;
	font-size:16px;

}

.dish-block:last-child .inner-box{
	min-height:auto;
	border-bottom:0 !important;
	padding-bottom:0;
}

.dish-block.style-two .inner-box{
	border-color:rgba(255,255,255,0.30);
}

.dish-block.style-two .inner-box .price,
.dish-block.style-two .inner-box h4 a{
	color:#ffffff;
}

.dish-block.style-two .inner-box .text{
	color:#969696;
}

.dish-block.style-three .inner-box .price{
	font-weight:700;
	color:#c10907;
}

.dish-block.style-four .inner-box{
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.dish-block.style-four .inner-box .text{
	color:#242424;
}

/***

====================================================================
	Recommendation Section
====================================================================

 ***/

.recommendation-section{
	position:relative;
	padding:90px 0 80px;
	background-color:#f3f3f3;
}

.dishes-section .button-box{
	position:relative;
	margin-top:30px;
}

/***

====================================================================
	Menu Section One
====================================================================

 ***/

.menu-section-one{
	position:relative;
	padding-top:100px;
}

.menu-section-one .inner-container{
	position:relative;
	padding:60px 60px 60px 0;
}

.menu-section-one .inner-container:before{
	position:absolute;
	content:'';
	right:0;
	top:0;
	bottom:0;
	width:1000%;
	border-radius:10px;
	background:url(../images/background/16.jpg) right top;
	background-repeat:no-repeat;
}

.menu-section-one.style-two{
	overflow:hidden;
	padding-bottom:100px;
}

.menu-section-one.style-two .inner-container{
	padding:60px 0 60px 60px;
}

.menu-section-one.style-two .inner-container:before{
	left:0;
	top:0;
	bottom:0;
	width:1000%;
	background-position:left top;
}

.menu-section-one.style-two .image-column .inner-column{
	padding-top:80px;
	margin-left:-66px;
}

.menu-section-one .image-column{
	position:relative;
}

.menu-section-one .image-column .inner-column{
	position:relative;
	padding-top:20px;
}

.menu-section-one .image-column .image{
	position:relative;
}

.menu-section-one .image-column .image img{
	position:relative;
}

.menu-section-one .dishes-column{
	position:relative;
}

.menu-section-one .dishes-column .inner-column{
	position:relative;
}

.menu-section-one .dishes-column h2{
	position:relative;
	color:#242424;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:10px;
	font-family: 'Poppins', sans-serif;
}

.menu-section-one .dishes-column .column-text{
	position:relative;
	color:#242424;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:35px;

}

/***

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
	padding:0 0 0;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color:#242424;
	background-position:right top;
	background-repeat:no-repeat;
}

.fluid-section-one .image-column{
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;
	margin:0;
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:left;
	width:50%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	float:right;
	padding:110px 60px 110px 15px;
}

.fluid-section-one .content-column .title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	padding:8px 16px;
	display:inline-block;
	background-color:#a41a13;
	text-transform:uppercase;
}

.fluid-section-one .content-column h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
}

.fluid-section-one .content-column h2 a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fluid-section-one .content-column h2 a:hover{
	color:#a41a13;
}

.fluid-section-one .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
	margin-top:20px;
	margin-bottom:20px;
}

.fluid-section-one .content-column .price{
	position:relative;
	font-size:50px;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:35px;
}

.fluid-section-one .content-column .price span{
	position:relative;
	color:#8d8d8d;
	font-weight:300;
}

/***

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	padding:0 0 0;
}

.fluid-section-two .outer-container{
	position:relative;
	min-height:250px;
	background-color:#242424;
	background-position:right top;
	background-repeat:no-repeat;
}

.fluid-section-two .image-column{
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.fluid-section-two .image-column .image-box{
	position:relative;
	display:none;
	margin:0;
}

.fluid-section-two .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-two .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-two .content-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	float:left;
	padding:110px 60px 110px 80px;
}

.fluid-section-two .content-column .title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	padding:8px 16px;
	display:inline-block;
	background-color:#a41a13;
	text-transform:uppercase;
}

.fluid-section-two .content-column h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
}

.fluid-section-two .content-column h2 a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fluid-section-two .content-column h2 a:hover{
	color:#a41a13;
}

.fluid-section-two .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
	margin-top:20px;
	margin-bottom:20px;
}

.fluid-section-two .content-column .price{
	position:relative;
	font-size:50px;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:35px;
}

.fluid-section-two .content-column .price span{
	position:relative;
	color:#8d8d8d;
	font-weight:300;
}

/***

====================================================================
	Gallery Page Section
====================================================================

***/

.gallery-page-section{
	position:relative;
	padding:100px 0 70px;
}

.gallery-block-two{
	position:relative;
	margin-bottom:30px;
}

.gallery-block-two .inner-box{
	position:relative;
}

.gallery-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
}

.gallery-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	padding:10px 20px;
	background-color:rgba(165,3,1,0.80);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-block-two .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-block-two .inner-box .overlay-inner{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:10px 20px;
}

.gallery-block-two .inner-box .overlay-box h5{
	position:absolute;
	left:30px;
	bottom:10px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:12px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.gallery-block-two .inner-box .overlay-box h5 a{
	position:relative;
	color:#ffffff;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-block-two .inner-box .overlay-box h3 a:hover{
	color:#0099f7;
}

.gallery-block-two .inner-box .overlay-box .link{
	position:absolute;
	right:20px;
	top:20px;
	color:#ffffff;
	font-size:16px;
}

/***

====================================================================
	Contact Page Title
====================================================================

***/

.contact-page-title{
	position:relative;
	padding:195px 0 190px;
	background-size:cover;
	background-position:center center;
}

.contact-page-title h1{
	position:relative;
	color:#ffffff;
	line-height:1.1em;
	font-weight:700;
	font-size:60px;
}

/***

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:0 0 70px;
}

.contact-page-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	margin-top:-100px;
	padding:80px 50px 55px;
	background-color:#ffffff;
	box-shadow:0 0 35px rgba(0,0,0,0.18);
}

.contact-page-section .form-column .title-box{
	position:relative;
	margin-bottom:10px;
}

.contact-page-section .form-column .title-box h3{
	position:relative;
	color:#242424;
	font-weight:700;
	line-height:1.3em;
    margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}

.contact-page-section .form-column .title-box .text{
	position:relative;
	color:#797979;
	font-weight:400;
	font-size:16px;
	line-height:1.7em;

}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group:last-child{
	margin-bottom:0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px;
	color:#000000;
	height:50px;
	font-size:15px;
	background:#f6f7fc;
	font-weight:400;
	border-radius:0;
	border:1px solid #eeeff5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;

}

.contact-form .form-group input::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder{
	color:rgba(0,0,0,0.50);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus{
	border-color:#a41a13;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px;
	color:#000000;
	height:250px;
	resize:none;
	font-size:14px;
	font-weight:400;
	border-radius:0;
	background:#f6f7fc;
	border:1px solid #eeeff5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group .theme-btn{
	cursor:pointer;
	border-radius:5px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0 0;
	margin:0;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}

.contact-page-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .info-column .inner-column{
	position:relative;
	padding-top:100px;
	padding-left:42px;
}

.contact-page-section .info-column h3{
	position:relative;
	color:#242424;
	font-weight:700;
	padding-bottom:15px;
	margin-bottom:20px;
	font-family: 'Poppins', sans-serif;
}

.contact-page-section .info-column h3:before{
	position:absolute;
	content:'';
	left:5px;
	bottom:0;
	height:2px;
	width:50px;
	background-color:#242424;
}

.contact-page-section .info-column ul{
	position:relative;
    margin-top: 30px;
    list-style: circle;
}

.contact-page-section .info-column ul li{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;

}

.contact-page-section .info-column ul li strong{
	position:relative;
	color:#242424;
	font-size:18px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}

.map-section iframe{
	height:490px;
	width:100%;
}

/***

====================================================================
	Shop Page Section
====================================================================

***/

.shop-page-section{
	position:relative;
	padding:90px 0 70px;
	background-color:#f3f3f3;
}

/***

====================================================================
	Shop Single Section
====================================================================

***/

.shop-single-section{
	position:relative;
	padding:100px 0;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:60px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column .image-box{
	padding-right:40px;
}

.product-details .info-column .inner-column{
	position:relative;
	padding-left:15px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	background-color:#f4f4f4;
}

.product-details .basic-details h2{
	position:relative;
	font-weight:600;
	margin:-5px 0 0;
	line-height:1.2em;
	color:#242424;
	padding-bottom:20px;
	font-family: 'Poppins', sans-serif;
}

.product-details .basic-details .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	padding:25px 0;
	margin-bottom:22px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;

}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.product-details .basic-details .price{
	position:relative;
	color:#242424;
	font-size:18px;
	font-weight:500;
	margin-bottom:30px;
	font-family: 'Poppins', sans-serif;
}

.product-details .basic-details .price span{
	font-weight:700;
	font-size:22px;
	color:#242424;
	margin-left:10px;
	font-family: 'Lato', sans-serif;
}


/*.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;
}*/

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 12px;
	background:#f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:0;
}

.product-details .basic-details .item-quantity{
	position:relative;
	/*float:left;
	width:85px;*/
	margin-bottom:40px;
	/*margin-right:20px;	*/
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	color:#242424;
	font-weight:600;
	font-size:18px;
	line-height:40px;
	margin-right:20px;
	display:inline-block;
}

.product-details .basic-details .item-quantity .bootstrap-touchspin{
	width:60px;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs{
	position:relative;
	margin-bottom:10px;
}

.shop-single .product-details .prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	border-bottom:1px solid #e2e2e2;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:10px;
	font-size:16px;
	background:#a41a13;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:600;
	line-height:24px;
	cursor:pointer;
	border:1px solid transparent;
	padding:12px 26px 11px;
	transition:all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0;
	top:-2px;
	width:100%;
	height:3px;
	opacity:0;
	background-color:#a41a13;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn::before,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover:after,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0;
	bottom:-1px;
	width:100%;
	height:1px;
	background-color:#ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#242424;
	border-color:#e2e2e2;
	background:#ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
	position:relative;
	padding:50px 35px 30px;
	border:1px solid #e2e2e2;
	border-top:0;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
	display:block;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:17px;
	line-height:1.7em;
	margin-bottom:25px;

}

.prod-tabs .tabs-content .tab .title{
	position:relative;
	color:#232527;
	font-size:20px;
	font-weight:600;
	margin-top:10px;
	margin-bottom:25px;
	font-family: 'Montserrat', sans-serif;
}






/***

====================================================================
	Comments Area
====================================================================

 ***/

.shop-single .comments-area{
	position:relative;
	margin-top:0;
	margin-bottom:50px;
}

.shop-single .group-title{
	position:relative;
	margin-bottom:40px;
}

.shop-single .group-title h2{
	position:relative;
	font-size:24px;
	color:#232628;
	font-weight:600;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.shop-single .group-title h2:after{
	position:absolute;
	content:'';
	left:0;
	bottom:-1px;
	width:55px;
	height:2px;
	background-color:#a41a13;
}

.shop-single .comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-single .comments-area .comment-box:nth-child(1){
	padding-top:0;
}

.shop-single .comments-area .comment-box:hover{
	border-color:#eb5310;
}

.shop-single .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0 0 0 90px;
}

.shop-single .comments-area .comment .comment-inner{
	position:relative;
	padding:15px 20px;
	border:1px solid #f4f4f4;
}

.shop-single .comments-area .comment .comment-inner .rating{
	position:absolute;
	right:15px;
	top:15px;
}

.shop-single .comments-area .comment .comment-inner .rating .fa{
	display:inline-block;
	color:#a41a13;
}

.shop-single .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0;
	top:0;
	margin-bottom:20px;
}

.shop-single .comments-area .comment-box .author-thumb img{
	width:60px;
	display:block;
}

.shop-single .comments-area .comment-info{
	position:relative;
	color:#232527;
	line-height:24px;
	font-size:16px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.shop-single .comments-area .comment-box .text{
	color:#848484;
	font-size:16px;
    margin-top:8px;
	font-weight:300;
    line-height: 1.8em;
	margin-bottom:0;

}

/*Comment Form*/

.shop-comment-form{
	position:relative;
}

.shop-comment-form h2{
	position:relative;
	color:#232628;
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.shop-comment-form h2:before{
	position:absolute;
	content:'';
	left:0;
	bottom:-1px;
	width:55px;
	height:2px;
	background-color:#a41a13;
}

.shop-comment-form .group-title{
	margin-bottom:20px;
}

.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:30px;
}

.shop-comment-form .rating-box .text{
	position:relative;
	font-size:16px;
	color:#848484;
	margin-bottom:10px;
}

.shop-comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child{
	border-right:0;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#d6d6d6;
	font-size:14px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#a41a13;
}

.shop-comment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.shop-comment-form .form-group label{
	position:relative;
	color:#848484;
	font-size:14px;
	font-weight:400;
}

.shop-comment-form .form-group:last-child{
	margin-bottom:0;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	border:1px solid #efefef;
	height:50px;
	color:#848484;
	font-weight:300;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
	border-color:#a41a13;
}

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #efefef;
	height:115px;
	font-weight:300;
	background:#ffffff;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form button{
	position:relative;
	margin-top:10px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:#f06529;
}

.related-products{
	position:relative;
	padding:95px 0 20px;
	background-color:#f6f6f6;
}

/***

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:100px 0 80px;
}

.cart-outer{
	position:relative;
}

.checkout-page .cart-outer{
	margin-bottom:40px;
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#f4f5f6;
	color:#1c1c1c;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 30px;
	font-weight:600;
	font-size:18px;
	color:#242424;
	text-transform:capitalize;
	border-right:1px solid #ebebeb;
	font-family: 'Montserrat', sans-serif;
}

.cart-table thead tr th .fa{
	font-size:18px;
}

.cart-table thead tr th.prod-column{
	text-align:left;
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 50px 20px;
}

.cart-table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical{
	position:absolute;
	right:0;
	top:0;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#ffffff;
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:relative;
	width:100px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
	font-size:14px;
	color:#444444;
	font-weight:400;
	line-height:90px;
}

.cart-table tbody tr .prod-column .author{
	font-size:13px;
	color:#333333;
	margin-bottom:0;
}

.cart-table tbody tr .sub-total{
	font-weight:500;
	color:#797979;
	font-size:17px;

}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#1c1c1c;
	line-height:30px;
	font-weight:500;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	font-size:18px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#a41a13;
}

.cart-table tbody tr{
	border-bottom:1px solid #e9e9e9;
}

.cart-table tbody tr td{
	vertical-align:middle;
	color:#797979;
	font-size:17px;
	border-left:1px solid #ebebeb;
}

.cart-table tbody tr td:last-child{
	border-right:1px solid #ebebeb;
	text-align:center;
}

.cart-table tbody tr td .prod-title{
	position:relative;
	font-size:17px;
	color:#797979;

}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:25px 35px 30px;
	margin-bottom:50px;
	background-color:#f9f9f9;
	border:1px solid #ebebeb;
	border-top:0;
}

.cart-section .apply-coupon{
	position:relative;
	top:13px;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:10px;
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:15px;
	padding:8px 10px;
	border:1px solid #eeeeee;
	width:130px;
	height:33px;
	background:#ffffff;
}

.cart-section .coupon-btn{
    padding: 4px 18px;
    line-height: 24px;
    border-radius: 3px;
	font-size:15px;
	color:#ffffff;
	background-color:#242424;
}

.cart-section .cart-options .cart-btn{
	font-weight:500;
	font-size:16px;
	margin-top:7px;
	padding:6px 30px 6px;
	border-radius:50px;
	letter-spacing:0;
	text-transform:capitalize;
}

.cart-section .cart-options .btn-style-one{
	top:-7px;
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	border-radius:3px;
}

.cart-section .proceed-btn{
	font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    padding: 6px 30px 6px;
    border-radius: 50px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:14px 15px;
	border-bottom:1px solid #ebebeb;
}

.cart-section .totals-table li:first-child{
	background-color:#f9f9f9;
}

.cart-section .totals-table li h3{
	position:relative;
	font-weight:600;
	color:#242424;
	font-size:18px;
	font-family: 'Poppins', sans-serif;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	margin-bottom:0;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#242424;
	font-size:17px;
	text-transform:capitalize;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;
}

.cart-section .totals-table .total .price{
	color:#444444;
	font-weight:600;
}

/* Check Out Page */

.checkout-page{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:100px 0 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:17px;
	font-weight:600;
	border:1px solid #ebebeb;
}

.checkout-page .default-links li a{
	color:#9e0301;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title h2{
	font-size:24px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.billing-details .shop-form .sec-title{
	margin-bottom:20px;
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:10px;
	padding-bottom:30px;
	margin-top:20px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	color:#797979;
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0;
	color:#797979;
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:50px;
	font-size:15px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;

}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#9f0301;
}

/* Shop Order Box */

.shop-order-box{
	position:relative;
	padding:20px 28px 50px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .theme-btn{
	font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    padding: 6px 30px 6px;
    border-radius: 50px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-bottom:20px;
	text-transform:uppercase;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;
}

.checkout-page .payment-options li .radio-option{
	position:relative;
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#797979;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0;
	top:3px;
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:500;
	margin-left:15px;
	color:#9f0301;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.8em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	padding-left:30px;
}

/***

====================================================================
	Blog Grid Section
====================================================================

***/

.blog-grid-section{
	position:relative;
	padding:100px 0 100px;
}

.blog-grid-section .inner-container{
	position:relative;
	margin-bottom:50px;
	border-bottom:1px solid #e4e4e4;
}

/***

====================================================================
	News Block Three
====================================================================

***/

.news-block-three{
	position:relative;
	margin-bottom:80px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#a41a13;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.news-block-three .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.06,1.06);
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block-three .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #e4e4e4;
}

.news-block-three .inner-box .lower-content .upper-box .posted-date{
	position:relative;
	color:#a41a13;
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	line-height:1.2em;
	font-family: 'Poppins', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:25px;
}

.news-block-three .inner-box .lower-content .lower-box h3{
	position:relative;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:14px;
	color:#242424;
	font-family: 'Poppins', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box h3 a{
	position:relative;
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content .lower-box h3 a:hover{
	color:#a41a13;
}

.news-block-three .inner-box .lower-content .lower-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:30px;

}

.news-block-three .inner-box .lower-content .lower-box .theme-btn{
	font-size:15px;
	border-radius:5px;
	letter-spacing:0;
	padding:8px 36px 8px;
	text-transform:capitalize;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0 6px 0 0;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:42px;
	height:44px;
	font-size:16px;
	min-width:45px;
	color:#a41a13;
	font-weight:500;
	text-align:center;
	background:#ffffff;
	border-radius:50%;
	border:2px solid #a41a13;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#a41a13;
	background-color:#a41a13;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.blog-classic.padding-right,
.news-detail.padding-right{
	padding-right:30px;
}

/* News Block Four */

.news-block-four{
	position:relative;
	margin-bottom:80px;
}

.news-block-four .inner-box{
	position:relative;
}

.news-block-four .inner-box .image{
	position:relative;
	overflow:hidden;
}

.news-block-four .inner-box .image img{
	position:relative;
	display:block;
    width: 100%;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.news-block-four .inner-box:hover .image img{
	opacity:0.8;
	transform:scale(1.06,1.06);
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding:25px 35px 31px 35px;
    background: #fff7e9;
}

.news-block-four .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #e4e4e4;
}

.news-block-four .inner-box .lower-content .upper-box .posted-date,
.news-block-four .inner-box .lower-content .upper-box .post-meta {
    font-weight: 500;
    letter-spacing: 1px;
}

.news-block-four .inner-box .lower-content .upper-box .posted-date{
	position:relative;
	color:#a41a13;
	line-height:1.2em;
}

.news-block-four .inner-box .lower-content .upper-box .post-meta{
	position:relative;
	top:-4px;
    margin-bottom: 0;
}

.news-block-four .inner-box .lower-content .upper-box .post-meta li{
	position:relative;
	color: #585858;
	padding-right:10px;
	margin-right:10px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .upper-box .post-meta li:after{
    position: absolute;
    content: '/';
    right: -5px;
    top: 1px;
    color: #585858;
    font-size: 13px;
}

.news-block-four .inner-box .lower-content .upper-box .post-meta li:last-child{
	margin-right:0;
	padding-right:0;
}

.news-block-four .inner-box .lower-content .upper-box .post-meta li:last-child::after{
	display:none;
}

.news-block-four .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:14px;
}

.news-block-four .inner-box .lower-content .lower-box .blog_tittle h3{
	position:relative;
	font-weight:600;
	color:#242424;
	font-family: 'Poppins', sans-serif;
    margin-bottom: 9px;
    font-size: 36px;
    line-height: 1.4;
}
h1.blog_tittle {
    margin-bottom: 9px;
    line-height: 1.4;
}

.news-block-four .inner-box .lower-content .lower-box .blog_tittle h3 a{
	position:relative;
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content .lower-box a.blog_tittle:hover h3 {
	color:#a41a13;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content .lower-box .text{
	position:relative;
	font-size:16px;
    margin-bottom: 25px;

}

.news-block-four .inner-box .lower-content .lower-box .theme-btn{
	font-size:15px;
	border-radius:5px;
	letter-spacing:0;
	padding:8px 36px 8px;
	text-transform:capitalize;
}

.news-block-four.margin-bottom{
	margin-bottom:40px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:20px;
}

.sidebar-title h2{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
	display:inline-block;
    text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar-title h2:after{
	position:absolute;
	content:'';
	left:108%;
	bottom:2px;
	width:35px;
	height:2px;
	background-color:#a41a13;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 20px;
	border:1px solid #d3d3d3;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:52px;
	color:#909090;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	height:52px;
	width:60px;
	display:block;
	font-size:16px;
	color:#bdbdbd;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/*Blog Category*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
}

.cat-list li a{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:600;
	padding-bottom:12px;
	margin-bottom:12px;
	display:block;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cat-list li a:after{
	position:absolute;
	content:'\f105';
	right:0;
	top:0;
	color:#c8c8c8;
	font-size:14px;
	font-family: 'FontAwesome';
}

.cat-list li a:hover{
	color:#a41a13;
}

.cat-list li:last-child a{
	border-bottom:0;
}

/* Post Widget */

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0 0;
	padding-left:90px;
	min-height:86px;
	margin-bottom:20px;
	border-bottom:1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0;
	 top:0;
	 width:72px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:15px;
	margin:0 0 0;
	font-weight:500;
	color:#242424;
	line-height:1.4em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#a41a13;
	text-decoration:underline;
}

.sidebar .popular-posts .post-info{
	font-size:15px;
	color:#9a9a9a;
	font-weight:400;
	margin-top:4px;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 18px 7px;
	margin:0 6px 10px 0;
	color:#a6a6a6;
	text-align:center;
	font-size:15px;
	background:none;
	font-weight:500;
	border:1px solid #e4e4e4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#a41a13;
	background-color:#a41a13;
	color:#ffffff;
}

.sticky-top{
	top:90px;
}

/* News Detail */

.news-detail{
	position:relative;
	margin-bottom:40px;
}

.news-detail .inner-box{
	position:relative;
}

.news-detail .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#a41a13;
}

.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.news-detail .inner-box:hover .image img{
	opacity:0.8;
	transform:scale(1.06,1.06);
}

.news-detail .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-detail .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #e4e4e4;
}

.news-detail .inner-box .lower-content .upper-box .posted-date{
	position:relative;
	color:#a41a13;
	font-size:17px;
	font-weight:600;
	margin-bottom:10px;
	line-height:1.2em;
	font-family: 'Poppins', sans-serif;
}

.news-detail .inner-box .lower-content .upper-box .post-meta{
	position:relative;
	top:-4px;
}

.news-detail .inner-box .lower-content .upper-box .post-meta li{
	position:relative;
	color:#b8b8b8;
	font-size:17px;
	padding-right:12px;
	margin-right:12px;
	font-weight:400;
	margin-bottom:6px;
	display:inline-block;
}

.news-detail .inner-box .lower-content .upper-box .post-meta li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0;
	color:#b8b8b8;
	font-size:17px;
}

.news-detail .inner-box .lower-content .upper-box .post-meta li:last-child{
	margin-right:0;
	padding-right:0;
}

.news-detail .inner-box .lower-content .upper-box .post-meta li:last-child::after{
	display:none;
}

.news-detail .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:28px;
}

.news-detail .inner-box .lower-content .lower-box h3{
	position:relative;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:14px;
	color:#242424;
	font-family: 'Poppins', sans-serif;
}

.news-detail .inner-box .lower-content .lower-box h3 a{
	position:relative;
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-detail .inner-box .lower-content .lower-box h3 a:hover{
	color:#a41a13;
}

.news-detail .inner-box .lower-content .lower-box .text{
	position:relative;
}

.news-detail .inner-box .lower-content .lower-box .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;

}

.news-detail .inner-box .lower-content h4{
	position:relative;
	color:#242424;
	font-weight:600;
	margin-bottom:25px;
	font-family: 'Poppins', sans-serif;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:55px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:22px;
	color:#242424;
	font-weight:600;
	padding-bottom:0;
	font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .inner-box{
	position:relative;
	border:1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:25px 25px 25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-bottom:1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0){
	background-color:#fcfcfc;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	border-bottom:0;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:98px;
	padding:0 0 0 100px;
}

.sidebar-page-container .comments-area .comment.reply-comment{
	margin-left:100px;
	margin-top:45px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:0;
	top:0;
	color:#9cc900;
	font-size:15px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span{
	font-size:14px;
	margin-right:4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0;
	top:0;
	width:73px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:75px;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:15px;
	font-weight:700;
	color:#000000;
	line-height:16px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#898989;
	font-size:16px;
    margin-top:5px;
    line-height: 1.7em;
	margin-bottom:8px;

}

.sidebar-page-container .comments-area .comment-time{
	position:relative;
	font-size:13px;
	color:#f47a3c;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info{
	position:relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li{
	position:relative;
	padding-right:10px;
	line-height:1em;
	margin-right:10px;
	color:#aeaeae;
	font-size:15px;
	border-right:1px solid #bebebe;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li a{
	font-weight:500;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child{
	border:0;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .form-inner{
	position:relative;
	padding:50px 35px 30px;
	background-color:#f7f7f7;
	border:1px solid #eeeeee;
}

.comment-form button{
	margin-top:10px;
	letter-spacing:1px;
	font-weight:500;
	padding:11px 34px 10px;
	text-transform:capitalize;
}

/***

====================================================================
	Menu Section Title
====================================================================

***/

.menu-sec-title{
    position: relative;
    margin-bottom: 40px;
	padding-bottom: 25px;
}

.menu-sec-title h2 {
    position: relative;
    display: block;
    line-height: 1.3em;
    color: #242424;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}

.menu-sec-title .text{
    position: relative;
	color:#797979;
	font-size:16px;
	margin-top:8px;

}

.menu-sec-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    background-color: rgb(233, 48, 48);
}

.menu-sec-title.light h2{
	color: #ffffff;
}

.menu-sec-title.light:before{

}

.menu-sec-title.centered{
	text-align:center;
}

.menu-sec-title.centered::before {
    left: 50%;
    margin-left: -30px;
}

.similar-products-section{
	position:relative;
	padding:90px 0 60px;
	background-color:#f3f3f3;
}

/* Wengdo - HTML Template  */

@media only screen and (max-width: 1140px){

	.main-menu .navigation > li{
		margin-right:20px;
	}

	.main-slider h2{
		font-size:80px;
	}

	.main-slider h3{
		font-size:50px;
	}

	.main-header .header-top .top-right .social-box li{
		margin-right:10px;
	}

	.main-header .header-top .top-right .option-list{
		margin-left:20px;
	}

	.shop-form .billing-inner,
	.menu-section .menu-column:first-child .inner-column{
		padding-right:0;
	}

	.contact-page-section .info-column .inner-column,
	.menu-section .menu-column:nth-child(2) .inner-column{
		padding-left:0;
	}

	.fluid-section-one .content-column .inner-column,
	.fluid-section-two .content-column .inner-column{
		padding-left:20px;
		padding-right:20px;
	}

	h1{
		font-size:60px;
	}

	.banner-section .image-column .inner-column{
		margin-right:0;
	}

	.banner-section .content-column .bold-text{
		font-size:20px;
	}

	.flavour-block .inner-box .image .overlay-box .content{
		padding-top:14px;
	}

	.flavour-block .inner-box .image .overlay-box .content h2 span{
		font-size:16px;
	}

	.drink-block .inner-box .image .overlay-box .content{
		padding:20px 15px 15px 90px;
	}

	.chips-block .inner-box .image .overlay-box .content{
		padding:20px 15px 15px 90px;
	}

	.products-section .filters li{
		margin:0 15px;
	}

	.order-section{
		background-size:auto;
	}

	.delivery-section .side-image{
		display:none;
	}

	.newsletter-section .inner-container{
		padding-left:30px;
		padding-right:30px;
	}

	.banner-section-two .content-column .text{
		font-size:18px;
	}

	.banner-section-two .content-column h1{
		font-size:45px;
	}

	.wengdo-product-block-two .inner-box .image .overlay-box .text,
	.banner-section-two .content-column .text br,
	.banner-section-two .content-column h1 br{
		display:none;
	}

	.banner-section-two .image-column .inner-column{
		margin-right:0;
	}

	.banner-section-two .image-column .inner-column .image.margin{
		margin-top:0;
	}

	.order-section{
		background-attachment:inherit;
	}

	.wengdo-product-block-two .inner-box .image .overlay-box h2{
		font-size:30px;
	}

	.menus-section .column:first-child .menu-block .inner-box,
	.menus-section .column:nth-child(3) .menu-block .inner-box{
		margin-right:0;
	}

	.about-section .image-column .image{
		margin-right:0;
	}

	.product-details .info-column .inner-column,
	.video-section .content{
		padding-left:0;
	}

	.chef-member .inner-box .image-box{
		width:225px;
		height:225px;
	}

	.about-section-two .images-column .inner-column .image{
		display:inline-block;
	}

	.about-section-two .images-column .inner-column{
		padding-right:0;
		text-align:center;
	}

	.about-section-two .images-column .inner-column .image-two{
		position:relative;
		top:0;
		right:0;
		display:inline-block;
	}

	.shop-form .billing-inner,
	.product-details .image-column .image-box,
	.blog-classic.padding-right,
	.news-detail.padding-right{
		padding-right:0;
	}

}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 1023px){

	.fixed-header .sticky-header,
	.menu-section-one .inner-container::before,
	.outer-box .btn-box{
		display: none;
	}

	.menu-section-one.style-two .image-column .inner-column,
	.menu-section-one .image-column .inner-column{
		padding-top:0;
	}

	.menu-section-one.style-two .inner-container,
	.menu-section-one .inner-container{
		padding:0;
	}

	.menu-section-one .image-column .inner-column{
		text-align:center;
		margin-bottom:40px;
	}

	.menu-section-one.style-two .image-column{
		order:1;
	}

	.menu-section-one.style-two .dishes-column{
		order:2;
	}

	.main-header .header-upper .logo-outer .logo{
		margin-top:0;
		margin-bottom:0;
	}

	.main-menu .navigation > li{
		margin-right:15px;
	}

	.main-menu .navigation > li > a{
		font-size:15px;
	}

	.main-header .header-upper .nav-outer{
		width:100%;
	}

	.main-header .change-language,
	.main-header .language{
		display:none;
	}

	.main-header .header-top .info-list{
		display:inline-block;
		float:none;
	}

	.main-header .header-top .top-left .text{
		padding-bottom:0;
	}

	.fixed-header .header-upper, .fixed-header .header-lower{
		position:relative;
	}

	/* .fixed-header .main-menu .navigation > li{
		padding:30px 0;
	} */

	.fluid-section-one .image-column,
	.fluid-section-one .content-column,
	.fluid-section-two .image-column,
	.fluid-section-two .content-column{
		position:relative;
		width:100%;
		display:block;
	}

	.fluid-section-one .content-column .inner-column,
	.fluid-section-two .content-column .inner-column{
		max-width:100%;
		padding-left:15px;
		margin-left:0;
		padding-right:15px;
	}

	.fluid-section-one .image-column,
	.fluid-section-two .image-column{
		background-image:none !important;
		margin-left:0;
		float:left;
	}

	.fluid-section-one .image-column .image-box,
	.fluid-section-two .image-column .image-box{
		display:block;
	}

	.main-header .header-upper .logo-outer{
		margin-bottom:0;
	}

	.banner-section .image-column{
		margin-top:40px;
	}

	.flavour-block .inner-box .image .overlay-box .content{
		display: flex;
		min-height: 100%;
		justify-content: center;
		align-items: center;
	}

	/* .drink-block .inner-box .image .overlay-box .content{
		display: flex;
		min-height: 100%;
		justify-content: center;
		align-items: center;
	} */

	.flavour-block .inner-box .image .overlay-box .content .title{
		margin-top:0;
		margin-left:20px;
	}

	.products-section .filters li{
		font-size:16px;
	}

	.order-section{
		background-position:right center;
	}

	.combo-block{
		margin-bottom:30px;
	}

	.delivery-section{
		padding:90px 0 90px;
	}

	.download-section .button-column,
	.delivery-section .content-column .inner-column,
	.delivery-section .image-column .inner-column{
		text-align:center;
	}

	.newsletter-section .title-column{
		text-align:center;
		margin-bottom:30px;
	}

	.wengdo-footer-widgets-bar .widgets-section .footer-column:nth-child(1){
		order:2;
	}

	.wengdo-footer-widgets-bar .widgets-section .footer-column:nth-child(3){
		order:3;
	}

	.wengdo-footer-widgets-bar .widgets-section .footer-column:nth-child(2){
		order:1;
	}

	.wengdo-footer-widgets-bar{
		background-image:none !important;
	}

	.header-style-two .header-upper .inner-container{
		box-shadow:none;
		background:none;
		padding-right:0;
	}

	.header-style-two{
		position:relative;
		background-color:#222222;
	}

	.header-style-two .header-upper{
		margin-top:0;
		padding-top:70px;
	}

	.banner-section-two .content-column .inner-column{
		padding-top:0;
		text-align:center;
		padding-bottom:40px;
	}

	.banner-section-two .image-column .inner-column .image.margin-two{
		margin-top:0;
	}

	.banner-section-two{
		padding-top:100px;
	}

	.testimonial-section .side-image{
		display:none;
	}

	.testimonial-block .inner-box .text{
		font-size:20px;
	}

	.about-section .image-column .image{
		bottom:0;
	}

	.download-section .inner-container{
		padding:30px 30px;
		text-align:center;
	}

	.download-section .title-column .inner-column{
		margin-bottom:25px;
	}

	.services-section.style-two .service-block:nth-child(2):before{
		display:none;
	}

	h2{
		font-size:32px;
	}

	.error-section h2{
		font-size:40px;
	}

	.error-section .text{
		font-size:20px;
	}

	.contact-page-section .info-column .inner-column{
		padding-top:20px;
	}

}

@media only screen and (max-width: 767px){

    .news-block-four .inner-box .lower-content .lower-box .blog_tittle h3 {
        font-size: 26px;
    }
	.main-header .header-top .top-right{
		display:none;
	}

	.main-header .header-upper .nav-outer{
		margin-top: -76px;
		width: 100%;
	}

	.main-header .main-box .logo-box{
		width: auto;
		padding: 10px 0;
	}

	.sidebar-page-container .comments-area .comment.reply-comment{
		margin-left:0;
	}

	.main-header .main-menu{
		padding-top: 0;
		width: 100%;
		margin: 0;
	}

	.main-menu .navbar-header {
	    position: relative;
	    float: none;
	    display: block;
	    text-align: right;
	    width: 100%;
	    padding: 10px 0 10px;
	    right: 0;
	}

	.main-header .top-right > ul > li{
		padding-left: 0;
		border-left: 0;
	}

	.sec-title .text:before,
	.outer-box{
		display: none;
	}

	.main-menu .collapse {
	   max-height:400px;
		overflow:auto;
		float:none;
		width:100%;
		padding:10px 0 0;
		border:none;
		margin:0 0 15px;
		-ms-border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-o-border-radius:0;
		border-radius:0;
		box-shadow:none;
   }

	.main-menu .collapse.in,
	.main-menu .collapsing{
		padding:10px 0 0;
		border:none;
		margin:0 0 15px;
		-ms-border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-o-border-radius:0;
		border-radius:0;
		box-shadow:none;
	}

	.navbar-dark .navbar-toggler{
		border:0;
		padding: 0;
	}

	.navbar-toggler .icon{
		position: relative;
		font-size: 28px;
		line-height: 1.2em;
		color: #000000;
	}

	.navbar-light .navbar-toggler{
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0;
		text-align: center;
		border-radius: 0;
		background: #eec300;
		border: 1px solid #eec300;
	}

	.main-menu .navbar-header .navbar-toggler .icon-bar{
		position: relative;
		background: #ffffff;
		height: 2px;
		width: 26px;
		display: block;
		margin:0 auto;
		margin:5px 11px;
	}

	.main-menu .navbar-collapse > .navigation{
		float:none !important;
		margin:0 !important;
		width:100% !important;
		border:1px solid #ffffff;
		border-top:none;
		z-index:99;
	}

	.main-menu .navbar-collapse > .navigation > li{
		margin:0 !important;
		float:none !important;
		padding:0 !important;
		width:100%;
	}

	.main-menu .navigation > li > a,
	.main-menu .navigation > li > ul:before{
		border:none;
	}

	.main-menu .navbar-collapse > .navigation > li > a{
		padding:10px 10px !important;
		border:none !important;
		font-size:15px !important;
	}

	.main-menu .navigation li.dropdown > a:after,
	.main-menu .navigation > li.dropdown > a:before,
	.main-menu .navigation > li > ul > li > a::before,
	.main-menu .navigation > li > ul > li > ul > li > a::before{
		color:#ffffff !important;
		right:15px;
		font-size:16px;
		display:none !important;
	}

	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		padding:0;
		outline:none;
		width:100%;
		background:#4d273f;
		-webkit-border-radius:0;
		-ms-border-radius:0;
		-o-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
		-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -moz-transform: scale(1);
	    transform: scale(1);
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}

	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		border-top:1px solid rgba(255,255,255,1) !important;
	}

	.main-menu .navbar-collapse > .navigation > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
		border-top:1px solid rgba(255,255,255,1) !important;
		border-bottom:none;
		opacity:1 !important;
		top:0 !important;
		left:0 !important;
		visibility:visible !important;
	}

	.main-menu .navbar-collapse > .navigation > li > ul > li:first-child,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:first-child{
		border-top:none !important;
	}

	.main-menu .navbar-collapse > .navigation > li:first-child{
		border:none;
	}

	.main-menu .navbar-collapse > .navigation > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		padding:12px 20px !important;
		line-height:22px;
		color:#ffffff;
		font-weight:500;
		font-size:15px;
		background:#4d273f;
		text-align:left;
	}

	.main-menu .navbar-collapse > .navigation > li > a:hover,
	.main-menu .navbar-collapse > .navigation > li > a:active,
	.main-menu .navbar-collapse > .navigation > li > a:focus{
		background:#ff5926;
	}

	.main-menu .navbar-collapse > .navigation > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li.current > a,
	.main-menu .navbar-collapse > .navigation > li.current-menu-item > a{
		background:#4d273f;
		color:#ffffff !important;
	}

	.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
		display:block;
	}

	.main-menu .navigation > li > ul > li > ul > li,
	.main-menu .navigation > li > ul > li{
		padding-left: 0;
		padding-right: 0;
	}

	.main-menu .navigation > li > ul > li > ul > li > a,
	.main-menu .navigation > li > ul > li > a{
		border-bottom: 0;
	}

	.main-slider h2{
		font-size:30px;
	}

	.main-slider .text{
		font-size:16px;
	}

	.main-slider h3{
		font-size:35px;
	}

	.main-slider .link-box .theme-btn{
		padding:10px 40px;
		font-size:14px;
		color:#222222;
	}

	.main-header .header-upper .logo-outer .logo{
		margin-bottom:35px;
	}

	.main-header .header-top .top-right .option-list,
	.main-header .header-top .top-right .social-box{
		display:none;
	}

	.sec-title h2{
		font-size:38px;
	}

	.services-block .inner-box{
		text-align:center;
	}

	.shop-page .prod-tabs .reviews-container .review-box,
	.sidebar-page-container .comments-area .comment{
		padding-left:0;
	}

	.shop-page .prod-tabs .reviews-container .rev-thumb,
	.sidebar-page-container .comments-area .comment-box .author-thumb{
		position:relative;
	}

	.cart-section .coupon-outer .pull-right{
		width:100%;
	}

	.contact-page-section .inner-container{
		padding-left:15px;
		padding-right:15px;
	}



	.main-header .header-top .top-left,
	.main-header .header-top .top-right{
		width:100%;
		text-align:center;
	}

	.main-header .header-upper .logo-outer{
		margin-bottom:-130px;
	}

	.products-section .filters .filter::after,
	.flavour-block .inner-box .image .overlay-box .content h2 span{
		display:none;
	}

	.page-title h1,
	.contact-page-title h1,
	.banner-section-two .content-column h1,
	h1{
		font-size:42px;
	}

	.wengdo-footer-widgets-bar .footer-bottom .pull-left,
	.wengdo-footer-widgets-bar .footer-bottom .pull-right{
		width:100%;
		display:block;
		text-align:center;
	}

	.products-section .filters li{
		margin-bottom:15px;
	}

	.header-style-two .header-upper .nav-outer{
		margin-top:-70px;
	}

	.banner-section-two{
		padding-top:180px;
	}

	.burgers-section .burgers-tab .burgers-tab-btns .p-tab-btn{
		font-size:24px;
	}

	.testimonial-block .inner-box{
		padding-left:0;
	}

	.testimonial-block .inner-box .image-box{
		position:relative;
	}

	.error-section h2,
	h2{
		font-size:32px;
	}

	.video-section .video-box{
		display:block;
		margin-left:0;
		margin:0 auto;
		margin-top:50px;
	}

	.testimonial-section-two .sec-title,
	.video-section h1 span,
	.video-section .text{
		margin-left:0;
	}

	.video-section .content{
		text-align:center;
	}

	.testimonial-block-two .inner-box .image-box{
		position:relative;
	}

	.services-section.style-two .service-block::before,
	.testimonial-block-two .inner-box .image-box::after,
	.chefs-section .title-box .text br,
	.video-section h1 span::before{
		display:none;
	}

	.video-section{
		padding:100px 0;
	}

	.testimonial-block-two .inner-box{
		padding-left:0;
	}

	.testimonial-section-two .owl-nav{
		position:relative;
		top:0;
	}

	.testimonial-section-two .owl-nav .owl-prev, .testimonial-section-two .owl-nav .owl-next{
		margin-left:0;
		margin-right:10px;
	}

	.testimonial-section-two{
		background-size:auto;
	}

	.about-section-two .content-column .inner-column{
		padding-right:0;
	}

	.services-page-section .title-box .text{
		font-size:16px;
	}

	.service-block-three .inner-box{
		padding:35px 15px;
	}

	.comming-soon .content .content-inner h2{
		font-size:50px;
	}

	.comming-soon .content .content-inner .text{
		font-size:20px;
	}

	.menu-section-one.style-two{
		padding-bottom:60px;
	}

	.fluid-section-two .content-column .inner-column,
	.fluid-section-one .content-column .inner-column{
		padding-top:80px;
		padding-bottom:80px;
	}

	.news-block-three{
		margin-bottom:30px;
	}

	.news-detail .inner-box .lower-content .upper-box .post-meta,
	.news-block-four .inner-box .lower-content .upper-box .post-meta{
		position:relative;
		width:100%;
		top:0;
		margin-top:8px;
        padding-left: 0;
	}

	.news-detail .inner-box .lower-content .upper-box .post-meta li,
	.news-block-four .inner-box .lower-content .upper-box .post-meta li{
		font-size:16px;
	}

	.shop-single .comments-area .comment-box .author-thumb{
		position:relative;
	}

	.shop-single .comments-area .comment{
		padding-left:0;
	}

	.shop-single .product-details .prod-tabs .tabs-content{
		padding:30px 30px;
	}

	.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
		font-size:16px;
	}

	.cart-section .cart-options .pull-left,
	.cart-section .cart-options .pull-right{
		width:100%;
		display:block;
	}

	.cart-section .apply-coupon{
		top:0;
	}

	.contact-page-section .form-column .inner-column{
		padding:30px 30px;
	}

}

@media only screen and (max-width: 599px){

	.main-slider .text{
		font-size:15px;
	}

	.main-slider h3{
		font-size:25px;
	}

	.banner-section .content-column .text{
		font-style:normal;
		font-size:16px;
	}

	.video-section .text br,
	.comming-soon .content .content-inner .text br,
	.flavour-block .inner-box .image .overlay-box .content h2,
	.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover::after,
	.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn::after{
		display:none;
	}

	.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
		top:0;
		width:100%;
		text-align:center;
		margin-top:6px;
	}

	.flavour-block .inner-box .image .overlay-box .content .title{
		margin-left:0;
	}

	.error-section h2,
	h2{
		font-size:30px;
	}

	.emailed-form button{
		position:relative;
		margin-top:15px;
		display:block;
		width:100%;
	}

	.banner-section-three .content-boxed .title{
		top:0;
	}

	.about-section .content-column .inner-column{
		padding-right:0;
	}

	.banner-section-three .content-boxed h2,
	.banner-section-three .content-boxed h1{
		font-size:100px;
	}

	.location-section .info-column h2{
		font-size:40px;
	}

	.banner-section-three .content-boxed .title-two,
	.banner-section-three .content-boxed h2{
		margin-left:0;
	}

	.about-section-two .images-column .inner-column .image-two,
	.about-section-two .images-column .inner-column .image{
		width:100%;
		margin-bottom:30px;
	}

	.about-section-two .images-column .inner-column img{
		width:100%;
		display:block;
	}

	.error-section .text,
	.service-block-two .inner-box .lower-content .text{
		font-size:15px;
	}

	.sec-title h2{
		font-size:30px;
	}

	h3{
		font-size:24px;
	}

	.testimonial-block-three .inner-box .content .image{
		position:relative;
	}

	.testimonial-block-three .inner-box .content{
		padding-left:0;
	}

	.comming-soon .emailed-form .form-group button{
		position:relative;
		width:100%;
	}

	.dish-block .inner-box{
		padding-left:0;
	}

	.dish-block .inner-box .image{
		position:relative;
		margin-bottom:20px;
	}

	.fluid-section-two .content-column .price,
	.fluid-section-one .content-column .price{
		font-size:30px;
	}

	.error-section h1{
		font-size:120px;
	}

	.error-section .theme-btn{
		font-size:18px;
		padding:16px 60px 16px;
	}

}

@media only screen and (max-width: 479px) {

	.contact-page-title h1{
		font-size:28px;
		line-height:1.4em;
	}

	.main-slider h2{
		font-size:24px;
	}

	.location-section .info-column h2,
	.sec-title h2{
		font-size:30px;
	}

	.main-header .header-upper .logo-outer{
		width:70%;
	}

	.cart-section .cart-outer .btn-style-two{
		padding:10px 30px;
	}

	.menu-block .inner-box{
		padding-right:0;
	}

	/* .menu-block .inner-box .price{
		position:relative;
		margin-top:20px;
	} */

	.main-header .header-top .info-list li a{
		padding-right:0;
		margin-right:6px;
		border:none;
		font-size:12px;
	}

	.main-header .header-top .info-list li{
		float:none;
		margin-left:0;
		margin-right:0;
	}

	.page-title h1,
	h1{
		font-size:32px;
	}


	h2{
		font-size:25px;
	}

	.news-block-four .inner-box .lower-content .lower-box h3,
	.news-block-three .inner-box .lower-content .lower-box h3,
	h3{
		font-size:20px;
	}

	.flavour-block .inner-box .image .overlay-box .content{
		padding-left:100px;
	}

	.order-section .content-column .order-price .price-inner{
		padding-left:0;
	}

	.combo-block .inner-box .image .overlay-box .price{
		margin-top:0;
	}

	.banner-section-two .image-column .image .price-tag,
	.combo-block .inner-box .image .overlay-box h1,
	.combo-block .inner-box .image .overlay-box .title{
		display:none;
	}

	.order-section .content-column .order-price .price{
		position:relative;
		margin-bottom:40px;
	}

	.burgers-section .burgers-tab .burgers-tab-btns .p-tab-btn{
		font-size:20px;
		margin:0 10px;
	}

	.wengdo-product-block-two .inner-box .image .overlay-box h2{
		font-size:22px;
	}

	.wengdo-product-block-two .inner-box .image .overlay-box .price{
		font-size:20px;
	}

	.wengdo-product-block-two .inner-box .image .overlay-box .content{
		padding:10px 20px;
	}

	.download-section .title-column h2{
		font-size:22px;
	}

	.about-section .content-column .styled-text{
		font-size:18px;
	}

	.testimonial-block-three .inner-box .content .title{
		font-size:16px;
	}

	.testimonial-block-three .inner-box{
		padding:25px 15px;
	}

	.main-header .header-top .info-list{
		display:block;
	}

	.comment-form .form-inner{
		padding:20px 20px 0;
	}

	.shop-single .product-details .prod-tabs .tabs-content{
		padding:15px 15px;
	}

	.cart-section .apply-coupon .form-group{
		width:100%;
		margin-right:0;
	}

	.btn-style-five{
		padding:12px 20px;
		letter-spacing:0;
	}

	.cart-section .cart-options .theme-btn,
	.cart-section .apply-coupon .form-group input[type="text"]{
		width:100%;
	}

	.cart-section .cart-options{
		padding:20px 20px;
	}

}