

/*
	   GENERAL
					*/

@font-face {
  font-family: main-title;
  src: url(../fonts/Mulish-Medium.ttf);
}

/*
@font-face{
    font-family: conten-font;
    src: url(../fonts/Mulish-Medium.ttf);
}
*/

@font-face{
    font-family: menu-font;
    src: url(../fonts/Mulish-Light.ttf);
}

body{
	background: rgba(204,204,204,.15);
	overflow-x: hidden;
	font-family: menu-font;
}

h1,h2,h3,h4,h5,h6{
	font-family: main-title;
	color: #252e37;
}

.row-padding{
	padding-top: 30px;
	padding-bottom: 30px;
}

.row-padding-inner{
	padding-top: 80px;
	padding-bottom: 80px;
}

.row-white{
	background: #fff;
}

.row-bg{
	background: url(../images/wave_mask.png) -6% 30%;
	background-repeat: no-repeat;
	background-size: cover;
}

.div-100{
	width: 100%;
	height: auto;
}

.div-img img{
	width: 100%;
	height: auto;
}

.padding-left-0{
	padding-left: 0;
}

.padding-right-0{
	padding-right: 0;
}

ul{
	padding: 0;
	margin: 0;
}

.main-title{
	margin-bottom: 0px;
	text-align: center;
}

.main-title h3{
	color: #000;
	display: inline-block;
	margin: 0;
	font-size: 32px;
	position: relative;
	margin-bottom: 10px;
}

.main-title h3:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #111;
	left: 50%;
	bottom: -50px;
}

.main-title span{
	display: inline-block;
	float: right;
	margin-top: 5px;
}

.main-title span a{
	text-decoration: none;
	font-family: main-title;
	color: #e23744;
}

.main-title span a:hover{
	color: #0056b3;
}

/*
	HEADER
			*/


.logo-header{
	width: 150px;
	height: auto;
	position: relative;
	margin-top: 5px;
}

.nav-bar{
	border-radius: 0;
	border: none;
	background: #1169c2;
	margin: 0;
}

.navbar-default .navbar-nav > li{
	border-right: solid 1px rgba(17,17,17,.15);
}

.navbar-default .navbar-nav > li:first-child{
	border-left: solid 1px rgba(17,17,17,.15);
}

.navbar-default .navbar-nav > li > a{
	padding: 25px 20px;
	color: rgba(255,255,255,.8);
	font-family: menu-font;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
}

.navbar-default .navbar-nav > li > a i{
	margin-right: 3px;
}

/*
	BODY
			*/

.banner{
	background: url(../images/banner.png) no-repeat;
	background-size: cover;
	background-position: 70% 52%;
	position: relative;
	height: 500px;
	margin: 50px auto;
	border-radius: 5px;
	overflow: hidden;
}

.banner-top{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.banner-wrapper input, .banner-wrapper button{
	float: left;
}

.banner-wrapper{
	margin-top: 40px;
	margin-bottom: 120px;
	display: none;
}

.banner-wrapper input{
	width: 70%;
	padding: 15px 25px;
	border: rgba(204,204,204,.5) solid 1px;
	border-right: none;
	border-radius: 5px 0 0 5px;
}

.banner-wrapper button{
	width: 30%;
	border-radius: 0;
	border: none;
	background: #eb9316; 
	padding: 16px 25px;
	color: #fff;
	border-radius: 0 5px 5px 0;
}

.item{
	margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.restau-wrapper{
	background: white;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 0px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.restau-content{
	padding: 20px;
	border-top: rgba(204,204,204,.2) solid 1px;
	height: 250px;
}

.restau-content ul li{
	display: inline-block;
	text-transform: capitalize;
}

.restau-content h4{
	margin: 0;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

.restau-content h4 a{
	text-transform: uppercase;
	color: #111;
}

.classification-list,.timing-price-list {
	margin-bottom: 0px;
}

.classification-list li{
	color: #444;
	font-size: 11px;
	margin-top: -20px;
	position: relative;
	margin-right: 10px;
}

.classification-list li:after{
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #777;
	bottom: 6px;
	right: -8px;
}

.classification-list li:last-child:after{
	display: none;
}

.timing-price-list li span{
	padding: 3px 7px;
	background: #ccc;
	border-radius: 10px;
	font-size: 12px;
}

.timing-price-list li h4{
	color: #000;
}

.timing-price-list li p{
	display: inline-block;
	font-weight: 300;
	color: #777;
	font-size: 12px;
	text-transform: capitalize;
}

.timing-price-list li:last-child{
	float: right;
	font-weight: bold;
}

.timing-price-list i{
	text-decoration: line-through;
	color: red;
	display: inline-block;
	margin-right: 2px;
	margin-left: 10px;
	font-size: 12px;
}

.offer{
	font-size: 12px;
}

.offer a{
	font-size: 14px !important;
	color: #eb9316;
	text-decoration: none;
	border-top: rgba(204,204,204,.3) solid 1px;
	display: block;
	width: 100%;
	padding-top: 10px;
	margin-top: 20px;
	padding-left: 10px;
}

.offer a:hover{
	color: #000;
}

.offer input{
	padding: 5px 15px 5px; 
	border: rgba(204,204,204,1) solid 1px;
	border-right: 0;
	width: 70%;
	display: inline-block;
	margin-top: 5px;
}

.offer button{
	height: 29px;
	border: none;
	background-color: #FFC96F;
	width: 30%;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
}

.offer span{
	background: red !important;
	color: #fff !important;
	border-radius: 3px !important;
	padding: 2px 5px !important;
	font-size: 9px !important;
	text-transform: uppercase !important;
	font-family: main-title !important;
	display: inline-block;
}


/*
	FOOTER 222529
			*/


.footer{
	background-color: #1d2c3c;`
	background-size: contain;
	padding-top: 60px;
	padding-bottom: 10px;
	position: relative;
}

.footer-top{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(52,58,64,0);
	top: 0;
	z-index: 0;
}

.footer-wrapper h4{
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 16px;
}

.footer-wrapper-2 h4{
	margin-bottom: 20px !important;
}

.footer-wrapper ul li{
	list-style: none;
	margin-bottom: 10px;
	text-align: left;
}

.footer-wrapper ul li div{
	width: 30px;
	height: auto;
	float: left;
	margin-right: 25px;
	margin-top: 7px;
	position: relative;
	display: none;
}

.footer-wrapper ul li div:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #555;
	right: -12px;
}

.footer-wrapper ul li div img{
	width: 100%;
	height: auto;
}

.footer-wrapper ul li a, .footer-wrapper p{
	color: #bdbdbd;
	font-family: main-title;
}

.contact-infos {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.contact-infos li{
	margin-top: 20px;
	width: 25%;
	float: left;
	margin-right: 30px;
	color: #f9f6f6;
}

.contact-infos li span{
	color: rgba(204,204,204,.7);
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.contact-infos li h3{
	margin: 10px 0 0 !important;
}

.contact-infos li p{
	color: #f9f6f6 !important;
}

.footer-newsletter{
}

.footer-newsletter h4{
	margin-bottom: 10px;
}

.footer-newsletter input{
	float: left;
	display: block;
	height: 40px;
	width: 70%;
	border: none;
	background: #1247ce;
	color: #ccc;
	margin-top: 0px;
	padding: 30px 20px;
}

.footer-newsletter input:focus{
	border: none;
}

.footer-newsletter button{
	margin-top: 0px;
	float: left;
	width: 30%;
	height: 60px;
	border: none;
	color: #fff;
	background-color: #eb9316;
}

.separator{
	border-top: rgba(204,204,204,.2) solid 1px;
}

.copyright{
	border-top: rgba(0,0,0,.15) solid 2px;
	margin-top: 40px;
	position: relative;
	z-index: 99;
	text-align: center;
}

.copyright span{
	line-height: 20px;
	color: #fff;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: main-title;
}

.copyright span a{
	color: #f9f6f6;
}

.copyright p{
	color: #ccc;
}

.copyright p a{
	color: #ced305;
}


/*
	INNER PAGES
				 */

.inner-banner{
	min-height: 245px;
	background: #171a29;
	padding-top: 40px;
}

.inner-banner .details{
	color: #fff;
} 

.details h4{
	font-size: 22px;
}

.details span{
	color: #ccc;
	display: block;
	width: 80%;
	line-height: 25px;
	margin-bottom: 20px;
}

.inner-banner-details-list li{
	display: inline-block;
	margin-right: 40px;
	position: relative;
}

.inner-banner-details-list li:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,.3);
	right: -20px;
	bottom: 0;
}

.inner-banner-details-list li:last-child:after{
	display: none;
}

.inner-banner-details-list li p{
	color: #ccc;
	font-size: 12px;
}

.discount{
	position: relative;
	color: #fff;
	padding: 30px;
	border: rgba(255,255,255,.5) solid 1px;
	margin-top: 30px;
}

.discount:before{
	position: absolute;
	content: "OFFER";
	padding: 5px 10px;
	background-color: #171a29;
	font-family: main-title;
	top: -10px;
	left: -10px;
}

/*

*/

.white-wrapper{
	width: 90%;
	min-height: 400px;
	margin: 0 auto 10rem;
	background: white;
	border-radius: 10px;
	padding: 40px;
	/*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
}

.outter-logo{
	width: 130px;
	height: auto;
	margin: 4rem 0;
}

.outter-logo h4{
	text-transform: uppercase;
	font-weight: bold;
}

.white-wrapper input, .white-wrapper button{
	width: 100%;
	height: 40px;
	float: left;
}

.white-wrapper input{
	border-radius: 0px;
	border: rgba(204,204,204,.8) solid 1px;
	margin-bottom: 25px;
	padding: 30px 20px;
	display: block;
}

.white-wrapper button{
	height: 50px;
	border-radius: 0;
	background: #eb9316 !important;
	border: #eb9316 solid 1px !important;
}

.white-wrapper button:hover{
	background: #bd0e22 !important;
	border: #bd0e22 solid 1px !important;
}

.white-wrapper label, .have-account{
	margin-left: 10px;
}

.form-sub-title {
	font-size: 16px;
}

.form-sub-title span{
	color: #999 !important;
	font-size: 13px !important;
}

.have-account{
	margin-bottom: 25px;
}

.signup-wrapper{
	position: relative;
	border: rgba(204,204,204,.4) solid 1px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 !important;
}

.signup-wrapper h3{
	font-weight: bold;
	text-transform: uppercase;
}

.signup-wrapper:before{
	content: "";
	position: absolute;
	right: -45px;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(204,204,204,.5);
	display: none;
}

.signup-wrapper-2{
	border: none !important;
}

.signup-wrapper-2 h4{
	padding: 10px 0;
}

.signup-wrapper-2 span{
	font-weight: bold;
	font-size: 14px;
}

.border-bottom{
	border-bottom: rgba(204,204,204,.5) solid 1px;
}

.signup-wrapper-cart{
	background-color: rgba(204,204,204,.1);
	border-radius: 0;
	padding: 20px !important;
}

.signup-wrapper-cart > div{
	padding: 10px 0;
}

.signup-wrapper-cart > div:first-child{
	padding: 0 !important;
}

.signup-wrapper-cart > div:last-child{
	border-bottom: none;
	padding-top: 20px;
}

.shiping-steps{
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.shiping-steps ul{
	padding: 0;
	margin: 0;
}

.shiping-steps ul li{
	display: inline-block;
	list-style: none;
	position: relative;
	margin-right: 96px;
}

.shiping-steps ul li:before{
	position: absolute;
	content: "";
	width: 100px;
	height: 3px;
	background: #ccc;
	left: 0;
	top: 0;
}

.shiping-steps ul li:after{
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc;
	left: 50%;
	transform: translateX(75%);
	top: -18.5px;
}


.shiping-steps ul li span{
	display: block;
	position: relative;
}

.shiping-steps ul li span:before{
	position: absolute;
	content: "1";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	transform: translateX(75%);
	top: -18.5px;
	z-index: 10;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}

.shiping-steps ul li:last-child span:before{
	content: "2";
}

.shiping-step-active:before, .shiping-step-active:after{
	background: green !important;
}

.shiping-step-active span:before{
	content: "" !important;
}

.shiping-step-active span:after{
	position: absolute;
	content: "\f00c";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	transform: translateX(117%);
	top: -13.5px;
	z-index: 9;
	background: white;
	font-family: FontAwesome;
	color: green;
	font-size: 20px;
}

.banner-inner{
	min-height: 80px;
	position: relative;
	background: url(../images/ban.jpg) 30% 60%;
}

.banner-inner-top{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f7f7f7;
}

.order-response-wrapper{
	text-align: center;
}


.order-response-wrapper i{
	font-size: 142px;
	color: green;
}

.order-response-wrapper h3{
	margin: 20px auto 0;
	text-transform: uppercase;
	font-weight: bold;
}

.order-response-wrapper p{
	margin-top: 10px;
}

.order-response-wrapper span{
	display: block;
	margin: 40px auto;
	color: #333;
	text-transform: uppercase;
}

.order-response-wrapper span strong{
	color: #000;
}

.order-response-wrapper ul li{
	display: inline-block;
	margin-right: 30px;
}

.order-response-wrapper ul li:last-child{
	margin-right: 0;
}

.order-response-wrapper ul li:last-child a{
	background: transparent;
	color: #c12e2a;
}

.order-response-wrapper a{
	text-transform: uppercase;
	margin-bottom: 60px;
	border-radius: 0;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
}

.border-radius-causion-left{
	border-radius: 5px 0 0 5px;
}

.border-radius-causion-right{
	border-radius: 0 5px 5px 0;
}

.delivery-causion{
	height: 120px;
	padding: 20px;
	margin-top: 40px;
	background: white;
	border-radius: 0px !important;
}

.promo-banner {
	position: relative;
}

.promo-banner p{
	margin: 50px 0 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.promo-banner h2{
	position: relative;
	color: #fff;
	font-size: 34px;
	margin: 0;
	font-weight: bold;
	z-index: 99;
}

.promo-banner h2 i{
	text-transform: uppercase;
	font-style: normal;
}

.promo-banner h2 strong{
	position: relative;
	font-size: 62px;
	color: #ced305;
}

.promo-banner h2 strong:before{
	position: absolute;
	content: "";
	background: ;
	background-size: 100%;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0px;
}

.promo-banner span{
	color: #fff;
	display: block;
}

.border-right-grey{
	border-right: solid rgba(204,204,204,.8) 1px;
}

.delivery-causion i{
	width: 60px;
	height: 50px;
	display: block;
	float: right;
	line-height: 50px;
	position: relative;
	border: #ccc solid 1px;
	padding: 5px 10px 60px;
}

.delivery-causion-1{
	border-radius: 20px !important;
	margin-left: 30px !important;
	margin-top: 0 !important;
	margin-bottom: 20px;
	background: #fff;
	width: 100%;
	float: left !important;
	box-shadow: rgba(204,204,204,.2) 0 0 10px 10px;
}

.delivery-causion-1 i{
	background: #fff !important;
	border-radius: 50%;
	height: 80px !important;
	width: 80px !important;
	border: none !important;
}

.delivery-causion-1 i img{
	width: 70% !important;
	display: block;
	margin: 25% auto;
}

.delivery-causion-1 h4{
	color: #111 !important;
	margin-top: 10px !important;
	font-size: 15px !important;
	line-height: 25px;
}

.delivery-causion span{
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 25%;
	right: 0;
	background: rgba(204,204,204,1);
}

.delivery-causion i > img{
	width: 100%;
	height: auto;
}

.delivery-causion h4{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.delivery-causion p{
	font-size: 13px;
}

.side-img-wrapper{
	position: relative;
}

.side-img-wrapper img{
	max-width: 435px;
}

.side-img-wrapper-top{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 200px;
    background-color: #fff;
    box-shadow: 10px 10px 20px 0 rgb(8 25 43 / 10%);
    border-radius: 10px;
    padding: 40px;
}

.logo-cards{
	width: 250px;
	height: auto;
	margin: 10px auto;
	float: right;
}

.logo-cards-top{
	margin-top: 40px !important;
}

.flag-img {
	width: 60px;
	height: auto;
}

.flag-img a{
	padding: 0 !important;
}

.flag-img a img{
	display: inline-block;
	float: left;
	width: 50%;
	padding: 20px 0 0;
}

.flag-img ul{
	padding: 7px 0;
}

.flag-img ul li a{
	padding: 5px 25px !important;
}

.flag-img ul li a{
	position: relative;
	padding-left: 45px !important;
}

.flag-img ul li a:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icons/uk.svg);
	left: 17px;
	top: 6px;
}

.logged-user{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #3e6ba7;
	color: #fff;
	font-weight: bold;
	margin: 15px auto 0;
	margin-right: 20px;
}

.logged-user > a{
	width: 100% !important;
	height: 100% !important;
	line-height: 40px !important;
	text-align: center !important;
	color: white !important;
	padding: 0 !important;
}

.donate a{
	color: #bd0e22 !important;
}

.cart-wrapper a{
	display: inline-block;
	position: relative;
}

.cart-wrapper a > span{
	background-color: #bd0e22;
}

.social-medias-footer {
	margin-top: 20px;
}

.social-medias-footer li{
	display: inline-block;
	margin-right: 65px;
	position: relative;
}

.social-medias-footer li:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 50%;
	top: 25%;
	right: -35px;
	background-color: rgba(204,204,204,.5);
}

.social-medias-footer li:last-child:after{
	display: none;
}

.social-medias-footer li a{
	font-size: 16px;
	color: #ccc;
}

.social-medias-footer li a i{
	display: inline-block;
	margin-right: 10px;
}

.hr-margin{
	margin-bottom: 10px !important;
}

.inner-page-wrapper h3{
	font-weight: bold;
	margin: 0;
}

.inner-page-wrapper h3 strong{
	color: #eb9316;
}

.inner-page-wrapper span{
	color: #000;
	display: block;
	margin-left: 40px;
	position: relative;
	font-size: 14px;
}

.inner-page-wrapper span:before{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	left: -40px;
	bottom: 3px;
	background-color: #ced305;
}

.inner-page-wrapper p{
	margin: 40px 0;
	font-size: 15px;
}

.inner-page-wrapper h5{
	color: #000;
	font-weight: bold;
	margin: 0;
}

.inner-page-wrapper h6{
	color: #888;
	margin: 10px 0 20px;
}

.inner-page-wrapper > .pdg-sign{
	width: 150px;
	height: auto;
}

.line-features{
	height: 1px;
	margin: 60px auto 0;
}

.line-features-inner{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 63px;
	background-color: white;
	padding: 30px;
}

.line-features-inner ul li{
	display: inline-block;
}

.line-features-inner ul li a{
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 35px;
}

.features{
	position: relative;
	margin-bottom: 10px;
	height: 120px;
}

.features:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 60%;
	top: 10%;
	background-color: rgba(204,204,204,.5);
	left: -15px;
}

.features-no-effect:before{
	display: none;
}

.features-inner img{
	margin-top: 20px;
}

#owl-demo .item, #owl-demo-2 .item{
	border: rgba(204,204,204,.5) solid 1px !important;
	margin-right: 30px !important;
	background: #fff !important;
	box-shadow: rgba(204,204,204,.5) 0 0 10px 2px;
}

.owl-wrapper .owl-item:first-child{
	margin-left: 15px;
}

.owl-item{
	padding-top: 30px;
	padding-bottom: 30px;
}

.empty-cart{
	padding: 20px 0;
	text-align: center;
	background-color: rgba(204,204,204,.2);
}

.td-center{
	text-align: center;
}

.employment-text h4{
	color: #252e37;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-bottom: 10px;
	border-bottom: rgba(204,204,204,.5) solid 1px; 
}

.employment-text p{
	line-height: 22px;
	margin: 10px 0 0;
}

.form{
	margin-left: 60px;
	margin-top: 30px;
	position: relative;
}

.form:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(204,204,204,.3);
	left: -60px;
}

.form-element label{
	margin-left: 10px;
	margin-top: 20px;
}

.form-element input, .form-element select, .form-element textarea{
	width: 100%;
	padding: 10px 20px;
	border: rgba(204,204,204,.5) solid 1px;
}

.form-element input, .form-element select{
	height: 40px;
	display: block;
}

.form-element button{
	margin-top: 20px;
	background: #eb9316;
	border: #eb9316 solid 1px;
	border-radius: 0;
	padding: 15px 40px;
}

.features-inner ul li{
	margin-left: 12px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
}

.features-inner ul li:before{
	content: "\f105";
	position: absolute;
	width: 20px;
	height: 20px;
	left: -10px;
	font-family: "FontAwesome";
}

.btn-check-out{
	display: block;
	margin: auto;
}

.order-cancel i{
	color: red;
}

.padding-header-top{
	padding-top: 30px;
	padding-bottom: 20px;
}

.logo-header{
	width: 200px;
	height: auto;
	margin-top: 30px;
}

.top-ul {
	width: 100% !important;
}

.top-ul li{
	width: 40%;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	text-align: center;
}

.top-ul li:last-child{
	margin-right: 0;
}

.top-ul li:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 50%;
	top: 25%;
	right: 0;
	background: rgba(204,204,204,.5);
}

.top-ul li:last-child:after{
	right: -30px;
}

#owl-demo-2-1 .restau-content .timing-price-list, 
#owl-demo-2-1 .restau-content .offer{
	display: none;
}

#owl-demo-2-1 .restau-content{
	text-align: center;
	background: rgba(204,204,204,.1);
	padding-top: 40px !important;
}

.main-title-bottom{
	border-bottom: rgba(204,204,204,.3) solid 1px;
}

.row-img{
	min-height: 30px;
}

.row-img-right {
	text-align: center;
}

.row-img-right h3{
	font-weight: bold;
	color: #fff;
	font-size: 37px;
	margin-top: 35%;
}	

.row-img-right h1{
	color: #fff;
}

.row-img-right span{
	font-size: 18px;
	color: #f9f6f6
}

.footer-cards-logo{
	padding-top: 25px;
}

.main-title a{
	display: block;
	text-transform: uppercase;
	width: 130px;
	margin: 40px auto 0;
}

.product-bottom{
	margin-bottom: 30px;
	display: block;
}

.prod-details .offer{
	width: 30%;
}

.prod-details .offer input,
.prod-details .offer button{
	height: 60px;
}

.prod-details .offer input{
	border-radius: 60px 0 0 60px;
	padding-left: 30px;
}

.prod-details .offer button{
	border-radius: 0 60px 60px 0;
}

.latest-collection a{
	float: right;
	margin-top: 20px;
	text-transform: uppercase;
}

.banner-right-banner{
	background: transparent;
	min-height: 400px;
	padding: 20px 20px 20px;
}

.item{
	padding-right: -130px !important;
}

.logo-wrapper {
	width: 250px;
	background: rgba(255,255,255,1) !important;
	display: none;
}

.logo-wrapper a{
	padding: 9.5px 10px !important;
}

.logo-wrapper img{
	width: 79%;
	display: block;
	margin: auto;
}

.carousel-control.right{
	background-image: none !important;
}

