

@font-face {
	font-family: 'Conv_Georgina';
	src: url('../fonts/Georgina.eot');
	src: local('☺'), url('../fonts/Georgina.woff') format('woff'), url('../fonts/Georgina.ttf') format('truetype'), url('../fonts/Georgina.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Georgina Light';
	src: url('../fonts/Georgina Light.eot');
	src: local('☺'), url('../fonts/Georgina Light.woff') format('woff'), url('../fonts/Georgina Light.ttf') format('truetype'), url('../fonts/Georgina Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Oxygen-Bold';
	src: url('../fonts/Oxygen-Bold.eot');
	src: local('☺'), url('../fonts/Oxygen-Bold.woff') format('woff'), url('../fonts/Oxygen-Bold.ttf') format('truetype'), url('../fonts/Oxygen-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Oxygen-Light';
	src: url('../fonts/Oxygen-Light.eot');
	src: local('☺'), url('../fonts/Oxygen-Light.woff') format('woff'), url('../fonts/Oxygen-Light.ttf') format('truetype'), url('../fonts/Oxygen-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Oxygen-Regular';
	src: url('../fonts/Oxygen-Regular.eot');
	src: local('☺'), url('../fonts/Oxygen-Regular.woff') format('woff'), url('../fonts/Oxygen-Regular.ttf') format('truetype'), url('../fonts/Oxygen-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Conv_Oxygen-Light';	
	font-size:14px;
	letter-spacing:1px;
    overflow-x:hidden;
}

.currunt {
   /*border-bottom: 2px solid #f01f1f;*/
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.wsmenu-list > li a:hover {
    /*border-bottom: 2px solid #f01f1f;*/
    color: #FFF;
}

ul.list-inline.login-register {
       /* position: absolute; */
    /* right: 20px; */
    margin-top: 37px;
    float: left;
}

ul.list-inline.login-register li a{
    color:#fff;
}

img.line-menu {
    width: 92px;
    height: 5px;
    margin-left: 12px;
}

img.line-img {
    width: 160px;
    height: 5px;
}

.coming-soon{
    margin-left: 30px;
}



h1, h2, h3, h4, h5, h6{
	font-family: 'Conv_Oxygen-Bold';
	letter-spacing:1px;
	color:#211a16;
	text-transform: uppercase;
}
h4#item-name {font-size:14px;}
.gallery .main-upper {
    padding-top: 0;
}



/*start*/
.carousel {
    margin-bottom: 0;
}
.carousel-control {
	left: 100px;
    top: -35px;
    height: 40px;
    width: 40px;
    background: none;
    background-image: none !important;
    color: #000;
    opacity: 1;
    text-shadow: none;
}
.carousel-control.right {
	left: 130px;
}
.carousel-control:focus, .carousel-control:hover{
	color:#000;	
}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 10px;
	margin-right: -19px;
}
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
/*end*/


.fade-carousel {
    position: relative;
   /* height: 100vh;*/
}
/*.fade-carousel .carousel-inner .item {
    height: 100vh;
}*/
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: transparent;
    border-color: #fff;
    border: 2px solid #fff;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
   background-color: #fff;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.slide-btn{
    background-color: transparent;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 4s all ease-in-out .4s;
       -moz-transition: 4s all ease-in-out .4s; 
        -ms-transition: 4s all ease-in-out .4s; 
         -o-transition: 4s all ease-in-out .4s; 
            transition: 4s all ease-in-out .4s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 4s all ease-in-out .4s;
       -moz-transition: 4s all ease-in-out .4s; 
        -ms-transition: 4s all ease-in-out .4s; 
         -o-transition: 4s all ease-in-out .4s; 
            transition: 4s all ease-in-out .4s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  /*height: 100vh;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
 
}
.fade-carousel .slides .slide-2 {
  
}
.fade-carousel .slides .slide-3 {
  
}
.menu {
    display: table;
    width: 100%;
   
}

.order-online {
    position: fixed;
    right: 15%;
    bottom: 0;
    background: #ff9600;
    padding: 10px;
    color: #FFF !important;
    text-transform: uppercase;
    -webkit-animation: pulse 1s ease infinite alternate, nudge 5s linear infinite alternate;
}

.about-us {
       background-image: url(../images/about-bg.jpg);
       background: #d2af61;
    background-size: 100%;
    background-position: inherit;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: auto;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0%;
        position: relative;
}
.about-us img {
    width: 100%;
}
.about-us .content {
    margin-left: 15%;
    
}
.img-left.about-cont-img img {
    position: absolute;
    width: auto;
    left: 0;
    top: 20%;
}
.about-us .welcome {
    margin-top: 23%;
}
.hr {
    margin: 25px auto;
    width: 40%;
}



.project {
    
}

.project p {
    width: 75%;
    margin: 20px auto;
    line-height: 2;
    text-transform: initial;
}

.project p a{
    color:#ffffff;
    text-decoration:underline;
}

h2.h2 {
    font-family: 'Conv_Georgina';
    font-size: 50px;
    margin-bottom: -12px;
}

.info-pages h4 {
    margin-top: 25px !important;
}

.info-pages p {
    margin-bottom: 8px !important;
}

.mrgt {
    margin-top:0px;
}

.mrgt-100 {
    margin-top:100px;
}

.outline {
    outline: 4px solid #ffffff;
}

.order-now {
   background: #f01f1f !important;
    line-height: 30px !important;
    margin-top: 9px !important;
    width: 110px;
}

a.order-now.currunt {
    border-bottom: none !important;
}

.grid-outer{
	display: table;
    width: 100%;
	/*margin-bottom: -100px;*/
	z-index:19999;
}

.grid-box{
		padding:0;
		min-height:318px;
                overflow: hidden;
}
.grid-box img{
	    max-width: 100%;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.4s;
    width: 100%;
}
.grid-box img:hover{
      transform: scale(1.2);
}
.grid-text-box{
	padding:0 27px !important;
	text-align:center;	
	background:#FFF;
}
.grid-text-box h3{
	text-transform:uppercase;			
}
.grid-text-box p{
	    margin: 30px 0px 20px;
    width: 100%;
    display: table;
}
a.upper-cart-btn {
    position: fixed;
    z-index: 9999999;
    right: 0;
    top: 240px;
    color: #fff !important;
    background-color: #d70761 !important;
    border-color: #d70761 !important;
    text-decoration: none !important;
    padding: 10px;
    -webkit-animation: bounce 2s infinite ease-in-out;
}
.line-outer {
    float: left;
}
.line {
    height: 5px;
    background: #d70761;
    width: 175px;
}
.dot-right {
    content: '';
    width: 5px;
    height: 5px;
    background: #d70761;
    float: right;
    margin-right: -10px;
    margin-top: -5px;
}
.inner-journey {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.dot-left {
    content: '';
    width: 5px;
    height: 5px;
    background: #d70761;
    float: left;
    margin-left: -10px;
    margin-top: -5px;
}

a:focus {
    outline: none;
}
.book-a-table {
    border: 2px solid #d70761;
    padding: 5px 10px;
	text-transform:uppercase;
}
.btn-default{
	background: #f01f1f;
    color: #fff;
    float: left;
    text-transform: uppercase;
    margin: 10px 0px;
    border:none;
    border-radius: 0px;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #ff9600 !important;
    border-color: #ff9600 !important;
    text-decoration: none !important;
}


.see-full-menu {
    background: transparent;
    border: 2px solid #fff;
    padding: 5px 10px;
	color:#fff;
}

.recomended-sec{ 
   /* background-image: url(../images/chef-recommendation.jpg);
    background-size: 100%;
    background-position: inherit;
	    background-repeat: no-repeat !important;
    min-height: 390px;
    margin-top: -25px;
	    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8%;
    float:left;
    width:100%;*/
	}


/*home page products*/

.products {
    padding: 60px 0px 20px;
    background: #FFF;
    width: 100%;
    position:relative;
}

.products .soup-bg {
    position: initial;
    bottom: 0;
}


.products .grid-outer {
   
}
.product-grid {
    background: #FFF;
    min-height:317px;
    box-shadow: 0px 1px 8px -1px #dfdfdf;
}
.product-grid .caption {
    padding: 15px 20px 12px !important;
    text-align: center;
    
}
.image {
		
                overflow: hidden;
}
.image img {
    max-width: 100%;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.4s;
    width: 100%;
}
.image img:hover{
  transform: scale(1.2);
}
.how-it-work {
    /*background-image: url(../images/how-it-work.png);
    background-size: 100%;
    background-position: inherit;
    min-height: 305px;
    margin: 70px 0px;
	background-repeat: round;*/
}

.our-specialty {
    padding: 30px 0px 80px;
    background: #f8f8f8;
    width: 100%;
    float:left;
}

.our-specialty .specialty-item {
    position:relative;
    text-transform:uppercase;
}

.our-specialty .specialty-item-left:after {
        content: "";
    background-image: url(../images/arrow-right.png);
    width: 96px;
    height: 61px;
    position: absolute;
    top: 90px;
    right: 30px;
}
.specialty-item-left img {
    margin: 0 auto;
}


.our-specialty .caption-left {
 position: absolute;
    top: 0;
    right: 0;
}

.our-specialty .caption-left h3
{
    font-family: 'Conv_Georgina';
    font-size: 40px;
    margin-bottom: -15px;
    color: #211a16;
}

.our-specialty .caption-right {
    position: absolute;
    bottom: 0;
    left: 0px;
}

.our-specialty .caption-right h3
{
    font-family: 'Conv_Georgina';
    font-size: 40px;
    margin-bottom: -15px;
    color: #211a16;
}

.our-specialty .specialty-item-right:before {
       content: "";
    background-image: url(../images/arrow-left.png);
    width: 96px;
    height: 61px;
    position: absolute;
    left: 30px;
    bottom: 69px;
}
.specialty-item-right img {
    float: none;
    margin: 0 auto;
}

.order {
    background: #f01f1f !important;
    line-height: 30px !important;
    width: 110px;
    font-size: 12px;
    padding: 3px 6px 3px;
    color: #ffffff;
}

.order:hover {
   color: #f8f8f8 !important;
    background: #ff9600 !important; 
}

.our-specialty h2{
    font-family: 'Conv_Georgina';
    font-size: 60px;
    text-align:center;
    letter-spacing: 5px;
    color:#f01f1f;
}

.our-specialty h2:before {
    content: "";
    background-image: url(../images/icon-left.png);
    width: 24px;
    height: 40px;
    position: absolute;
    margin-top: 10px;
    margin-left: -35px;
}

.our-specialty h2:after {
    content: "";
    background-image: url(../images/icon-right.png);
    width: 24px;
    height: 40px;
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
}

.btn.focus, .btn:focus, .btn:hover{
   color: #f8f8f8 !important;
    background: #ff9600 !important;
}

.add-to-cart {
       border-radius: 5px;
    font-size: 13px;
    color: #FFF;
    padding: 5px 10px !important;
    background: #f01f1f;
    float: left;
    text-transform: uppercase;
    margin: 10px 0px;
    border: none;
    position: absolute;
    right: 6px;
    bottom: -4px;
}
.desc .add-to-cart {
    /*width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;*/
}

.item-inner {
    display: flex;
    width: 100%;
     position: relative;
   /* overflow: hidden;*/
    padding: 2px;
    
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 0 1.25rem 0.2rem rgb(0 0 0 / 8%);
    border: 1px solid transparent;
   cursor: pointer;
    transition: all 0.35s ease-in-out;
}

.item-inner:hover .add-to-cart{
    color: #f8f8f8 !important;
    background: #ff9600 !important; 
}

.item-inner img {
    /*width: 100%;*/
}

.desc {
    display: table;
    width: 100%;
    padding: 0px 10px;
        min-height: 120px;
}
div#deliveryClosed {
    margin-top: 7%;
    text-align: center;
}
h6.product_label {
    color: #ff9800;
}
.empty-cart {
    text-align: center;
    margin-bottom: 15px;
    margin-top:30px;
}
.empty-cart img {
    width: 120px;
}
.empty-cart + p {
    text-align: center;
    color: #b1b1b1;
    font-family: 'Conv_Oxygen-Bold';
}
div#showcollection p {
   min-height: auto;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: 'Conv_Oxygen-Light';
    text-transform: capitalize;
    margin-bottom: 5px;
}
.modal-body .heading {
    color: #000000;
    font-family: 'Conv_Oxygen-Bold';
}
.btn-submit {
    background: #f01f1f;
    color: #fff;
    float: left;
    text-transform: uppercase;
    margin: 10px 0px;
    border-radius: 0px;
}

/*Menu page*/
.mt80{
	margin-top: 80px;	
}
.mt110{
	margin-top: 110px;	
}
.mt-auto{
	margin: 40px auto;	
}
.mt40
{
	    margin: 40px 0px;	
}
.padt {
    padding-top:6%;
}
.h-mrg
{
	margin: 30px 0px 20px;	
}
.h-color{
	color:#f01f1f;	
}
h3.modal-title {
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
}
.item-desc {
    float: left;
	width:280px;
}
.item-desc strong {
    margin-top: 10px;
}
.note {
    background: lightgray;
    padding: 14px;
}
.modal-header .close:hover {
    opacity: 5;
}
.modal-dialog {
    width: 475px;
    margin: 50px auto;
}
.modal-content{
	border-radius:0px;	
	min-height: 350px;
}
button.close {
   color: #f00;
    opacity: 1;
    font-size: 32px;
  background: #dfdfdf;
    position: absolute;
    right: -15px;
    top: -20px;
    padding: 0px;
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.modal-header {
    width:100%;
    display: table;
    padding: 5px 15px 5px;
    
}
.modal-header img {
    width: 90%;
    margin-top:5px;
}
.modal-body {
    /*display: table;*/
    padding: 15px 15px 30px;
    float: left;
    width: 100%;
    background: #fff;
  min-height: 300px;
    max-height: calc( 100vh - 200px );
    overflow: auto;
}
.modal-body label.pull-left {
    font-family: 'Conv_Oxygen-Bold';
    font-size: 18px !important;
}
.modal-footer {display: table; width : 100%;}

ul.list-group.items li small {
    width: 63% !important;
    float: left;
    margin: 5px 0;
}

.book-field {
    border-bottom: solid 1px #d70761;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #000;
}
.left-bg {
    position: absolute;
}
.right-bg {
    position: absolute;
    right: 0;
}
.right-bg img {
    width: 60%;
    float: right;
}
.cart-qty{
        padding: 1px;
    margin: 0px;
    width: 60px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #dfdfdf;
}
.remove{
        padding: 1px 10px;
        margin-top: -3px;
        color: red;
}

.remove:hover{
        color: #d70761;
}

.product-details ul li {
    list-style-type:none;
    margin-bottom: 5px;
}


.qty {
        margin: 10px 0px;
    font-family: 'Conv_Oxygen-Bold';
}
.modal-content .qty {
        margin: 0px;
    font-family: 'Conv_Oxygen-Bold';
    text-align: left;
}
.qty input {
    border: none;
	width: 45px;
    text-align: center;
	color: #211a16;
    font-size: 18px;
    letter-spacing: 1px;
}
.qty input:focus {
    outline: none;
}
.mobile-btns {
       position: fixed;
    bottom: 0;
    margin: 0px !important;
    font-size: 14px !important;
    z-index: 1;
    width: 100%;
    display: table;
    height: 34px;
    line-height: 34px;
}

.proceed-btn{
       margin: 0px !important;
    width: 50%; 
}

.view-cart-btn{
        margin: 0px !important;
    width: 50%;
    border-left:1px solid #dfdfdf;
}





button.qty-btn {
    color: #f01f1f;
}




button.qty-btn.decrement {
    background: no-repeat;
    border: 0px;
    font-size: 21px;
}
button.qty-btn.increment{
	background: no-repeat;
    border: 0px;
    font-size: 18px;

}
.qty button {width: 35px; height : 35px; border: 2px solid #000 !important; border-radius: 50%;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e1e1e1 !important;
}
.persons {
    float: left;
}
.persons.qty{
   padding: 0px 10px;
    border-top: 0px;
}
.disp-table{
	display:table;
	width:100%;	
}
button:focus{
	outline:none;	
}
.btn-transparent{
	background-color:transparent;
	border:none;	
}
.buttons .btn-primary {
    background: #f01f1f;
    border-color: #f01f1f;
}
.buttons .btn-primary:focus {
	outline:none;
}

.buttons .btn-primary:hover {
  border-color: #ff9600;  
}

.wrapper {
    min-height: 350px;
}

.billing-shipping {
    border: 1px solid #dfdfdf;
    padding: 20px 20px 0px;
}
.feedback{
    border: 1px solid #dfdfdf;
    padding: 20px 20px 0px;
    margin-bottom:20px;
}
.addetional-info {
    border: 1px solid #dfdfdf;
    padding: 20px 20px 20px;
    margin-top: 12px;
}

.title {
    margin: 75px 0px 20px;
    text-align: center;
}

.your-order {
    border: 1px solid #dfdfdf;
    padding: 20px 20px 20px;
}

.your-order tr td:last-child {
    text-align: right;
}

.your-order .table>tbody>tr>td{
	border-top:0px;
	border-bottom:1px solid #dfdfdf;
	vertical-align: inherit;
}
#order-successful .modal-header{
	width:100%;	
	    background: #000;
		text-align:center;
}
#order-successful .modal-header img {
    width: 90px;
    margin: 0 auto;
}
#order-successful .modal-body{
	width:100%;	
}

#order-timings .modal-header{
	width:100%;	
	    background: #000;
		text-align:center;
}
#order-timings .modal-header img {
    width: 90px;
    margin: 0 auto;
}
#order-timings .modal-body{
	width:100%;	
}


ul.list-inline.need-help {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
ul.list-inline.need-help li {
    padding: 15px;
    border-right: 1px solid #dfdfdf;
}
ul.list-inline.need-help li:first-child {
    padding: 15px 5px;
}
ul.list-inline.need-help li:last-child {
	border-right:0px;
}
.returning-customer {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding: 15px 0px;
}
.form-control{
	    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;	
}
label{
	font-weight:normal;		
}
.cart hr{
	margin-top:5px;	
}

.book-table{
	    border: 1px solid #dfdfdf;
    padding: 20px;
    margin-bottom: 20px;	
}

.book-table-heading {
    width: 245px;
}
.p-l{
	padding-left:0px;	
}
.p-r{
	padding-right:0px;	
}
/*footer section*/
.panel-footer {
    background: #fdcd0a;
    padding: 0px;
    font-size: 12px;
    border-top: none;
    display: table;
    padding-top: 30px;
    padding-left: 6%;
    margin: 0 auto;
  
    width: 100%;
}

.panel-footer.order-new-footer { margin-left:-3%;}
.panel-footer .line {
    width: 80px;
}
.panel-footer img {
    width: 90px;
}
.panel-footer .list-inline>li {
   display: inline-block;
    margin-bottom: 5px;
    float: none;
}
.panel-footer .grid {
    text-align: center;
}
.panel-footer ul.list-inline li a {
    color: #2e2e2e;
    font-size: 14px;
}
p.copy-right {
   text-transform: uppercase;
    padding: 20px 0 20px;
    margin-bottom: 0;
    /*margin-top: 15px;
    border-top: 1px solid #2e2e2e;*/
    text-align: center;
    /*background: #000;*/
    /*color: #FFF;*/
}

.panel-footer .line-outer {
    margin-left: 10px;
    margin-right: 10px;
	    margin-top: 7px;
}



/* footer social icons */
ul.social-network {
    list-style: none;
	display: inline-block;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline-block;
	margin: 0 2px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: #ed1c24;
    border-radius: 50%;
}
.panel-footer .address p {
    font-size: 14px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}





ul.list-inline.social-media .fa {
    font-size: 20px;
}
ul.list-inline.social-media {
    float: left;
    margin-right:10px;
}
.footer-margin{ margin-top:25px;}

.small.grid-box .heding {
    width: 300px;
    margin: 0 auto;
}
.grid-upper480 {
    float: left;
    width: auto;
    display: none;
}
.grid-upper {
    float: left;
    width: 100%;
}
.larg.grid-box .heding {
    width: 300px;
    margin: 0 auto;
}
.recomended-sec .heading {
    width: 450px;
    margin: 0 auto;
}
.recomended-sec .line-outer{ float:right;}

.h2, h2 {

    text-transform: uppercase;
}
.heading {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #f01f1f;
    font-weight: 800;
}

.page-heading {
    text-align:center;
    margin: 0 auto;
}
.pdf-thumb-box
{
display:inline-block !important;
position:relative !important; 
overflow: hidden;
    float: left;
    width: 100%;
}
.pdf-thumb-box-overlay {
   
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.5s,opacity 0.5s linear;

}
.pdf-thumb-box a{

    color:transparent;
}
.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
    text-align:center;
    position: absolute;
    background-color: rgba(164, 18, 71, 0.65);
    color: #fff;
    width:100%;
    height:100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    
}
.journey .page-heading {
    float: left;
    width: 100% !important;
}
.journey h2 {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.journey {
    float: left;
    width: 100%;
}       
.resturant-main {
    float: left;
    width: 100%;
}
.resturant-main .col-md-3 {
    padding: 3px 3px;
}
.main-upper {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.pdf-thumb-box-overlay img {
    width: 100% !important;
}
.pdf-thumb-box a img {
    float: left;
    width: 100%;
}
.pdf-thumb-box-overlay span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.bottom-prod {
    width: 80% !important;
    
}
.small, small {
    font-size: 100% !important;
}
h3.title-heading {
    font-size: 18px;
    font-weight: bold;
    width:60%;
}
h4.name {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    color: #f01f1f;
}
.small.grid-box.grid-text-box .line-outer {
    float: left;
    width: 200px !important;
    text-align: center;
    margin: 0 auto;
}
.larg.grid-box.grid-text-box .line-outer img {
    width: 200px !important;
    float: none;
    margin: 0 auto;
}
.larg.grid-box.grid-text-box .line-outer {
    float: right;
      margin: 0 auto;
}
.grid-text-box .heding {
    padding-top: 10px;
}

.added-cart {
    background: #d80762;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#loginbox {
    margin-top: 30px;
}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    
}


.panel {    
    background-color: transparent;
    border-color: #f6a21b;
}

.panel .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.panel-default>.panel-heading {
    margin: 5px;
    color: #fff;
    background-color: #ed1b24;
    border-color: #ed1b24;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555,255,255,.3);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
  position: relative;
  width: 150px;
  height: 150px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
li.carticon.hidden-xs a img {
    width: 25px;
    margin-top: -10px;
}

@media screen and (max-width: 768px) {
     .outline {
    outline: 0px solid #ffffff;
}
    .our-specialty .caption-right {
           left: auto;
    position: absolute;
    top: 50px;
    right: 30px;
}




.our-specialty .specialty-item-right:before { display:none;}
.our-specialty .specialty-item-left:after
{ display:none;}
.specialty-item-left {
    width: 50%;
}

.specialty-item-right {
    width: 50%;
}
.our-specialty .caption-left {
    position: absolute;
    top: 50px;
    right: 30px;
}
.panel-footer .grid {
   /* min-height: 90px;*/
}

.pad-10 {
    padding: 10px 30px 0px !important;
}

}

@media screen and (max-width: 640px) {
   
    .our-specialty .caption-right {
           left: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}
.our-specialty .caption-left {
    position: absolute;
    top: 10px;
    right: 10px;
}

}




.select-size ul#mainsize li {
    list-style-type: none;
    display: inline-block;
    margin: 5px 10px;
}

ul#mainsize {
    padding-left: 0;
}
.select-size ul#mainsize li:first-child {
    margin-left: 0;
}
.col-xs-12.text-center.delivery p {
    margin: 10px 0;
}

.col-sm-6 .welcome {
    padding-top: 20px;
}
.main-contant.thankyou-page {
    margin-top: 100px;
    text-align: center;
    min-height: 200px;
}
button.btn.btn-primary.red-btn {
    background: red;
    border: none;
    border-radius: 0;
    padding: 6px 15px;
    margin-top: 20px;
}
.thanks-msg-box .heading {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 800;
    display: table;
    margin: 0 auto;
    border-bottom: 2px solid #ec1b24;
}
.login-register {
    margin-top: 140px;
}

/*bottom cart start*/
.bottom-cart {
    background: #d0181f;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0px 0px 10px;
    margin-top: 25px;
    position: fixed;
    bottom: -15px;
    width: 100%;
    z-index: 1;
   display: none;
   
}



.bottom-cart .btn-default {
    background: transparent;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    width: 100%;
}
.bottom-cart .btn-default:hover {
    background: #000 !important;
    border: none !important;
    box-shadow: none !important;
}
.bottom-cart .btn-default h3 {
    padding: 0;
    margin: 0;
    color: #FFF;
}
.total-amount {
    padding: 15px 0;
    text-align: center;
}
.bottom-cart .total-amount:hover{background: #000 !important;}
.bottom-cart .total-amount h3 {
    padding: 0;
    margin: 0;
    color: #FFF;
}

.checkbox-inline, .radio-inline:first-child {
    margin-left: 15px !important;
}

.detail-page {
    margin-top: 120px;
    padding: 10px !important;
}

/*bottom cart end*/



.item-inner img {
    width: 36%;
    display: inline-block;
}
.item-inner .desc {
    width: 64% !important;
    display: inline-block;
}

.resp-tabs-container- h3 {
    font-size: 20px;
    text-align: center;
    margin: 15px 0px 30px;
}

.single-page {
    -webkit-box-shadow: inset -9px -5px 19px -10px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset -9px 0px 19px -5px rgba(0,0,0,0.21);
    box-shadow: inset -9px -5px 19px -10px rgb(0 0 0 / 15%);
    padding-bottom: 30px;
    padding-top: 25px;
}

.right-side {
  margin-bottom: 30px;
    background: #fff;
    /* z-index: 99999; */
    width: 100%;
    float: left;
    margin-top: 15px;
    position: relative;
    right: 0;
    top: 3px;
    height: 100vh;
}
.col-md-3.col-right {
    padding-right: 0;
}
.is-fixed {
   position: fixed;
    top: 45px;
    right: 1.2%;
    width: 24%;
    padding-left: 1%;
    padding-top: 30px;
}
.right-side button.btn.btn-default.checkout {
   float: none;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    border-radius: 3px;
}
.right-side button.btn.btn-default.checkout h3 {
    color: #ffffff;
}
.right-side .total-amount {
    padding: 0;
}
.right-side h3 {
    font-size: 16px;
    text-align: center;
    margin: 5px;
}
.right-side button.btn.btn-default.checkout:hover {
    background: #ba1d23 !important;
    color: #FFF !important;
}
.col-md-9.single-page +.col-md-3 {
    padding-right: 0;
}
#myDeal .modal-body input {
    position: relative;
    top: 0px;
}
h3.cart-heading {
    padding: 10px 0 5px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 10px;
    font-size: 18px;
}
.discount-Label {
   width: 65px;
    text-align: center;
    line-height: 20px;
    white-space: nowrap;
    font-weight: 600;
    position: relative;
    background: #000000;
    color: #fdcd0a;
    font-size: 11px;
    margin-left: 10px;
    margin-top: -7px;
}
.discount-Label::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -12px;
    border-bottom: 20px solid #000000;
    border-left: 12px solid transparent;
}
.discount-Label::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -12px;
    border-top: 21px solid #000000;
    border-right: 12px solid transparent;
}
.menu-page-cart {
    display: none;
}


::-webkit-scrollbar {
width: 8px;
}
 
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 50px;
}
 
::-webkit-scrollbar-thumb {
 background-color: #fdcd0a;
 border-radius: 50px;
}

button.btn.btn-primary.deal-add-to-cart {
    font-size: 13px;
    color: #FFF;
    padding: 5px 10px !important;
    background: #f01f1f;
    float: left;
    text-transform: uppercase;
    margin: 10px 0px;
    border: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
h4#price {
       font-size: 14px;
    margin: 0;
    background: #fdcd0a;
    display: table;
    color: #000;
    padding: 2px 4px;
    border-radius: 3px;
}
div#deals h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.row-deals .product {
   background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 0 1.25rem 0.2rem rgb(0 0 0 / 8%);
    border: 1px solid transparent;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    display: flex;
    
}
.row-deals .product:hover {
    border: 1px solid #000;
}

.row-deals .product .product-desc {
    padding: 5px 10px;
}
#dealdetails{margin-bottom: 20px;}


.row-deals .product img {
    width: 36%;
    display: inline-block;
}
.row-deals .product .product-desc {
    padding: 5px 10px;
    width: 64%;
    display: inline-block;
}

.row-deals .product .product-desc p#name {
    position: absolute;
    top: -5px;
    left: 15px;
    margin: 0;
    background: #000;
    color: #FFF;
    font-size: 14px;
    padding: 4px 10px;
    line-height: 18px;
}

.row-deals .product .product-desc h3#name {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0px;
    
}
.row-deals .product .product-desc h4#item-name {
    font-size: 14px;
    font-family: 'Conv_Oxygen-Light';
    color: #808080;
    line-height: 22px;
    text-transform: capitalize;
}

.item-inner:hover {
    border: 1px solid #000;
}

h6.menu-item-price {
    font-size: 13px !important;
    margin: 0;
    background: #fdcd0a;
    color: #000 !important;
    padding: 2px 4px;
    border-radius: 3px;
    display: initial;
    font-family: 'Conv_Oxygen-Bold' !important;
}

.menu-item-price  strike.strike {
    color: #f01f1f;
}
.header ul.social-network {
    margin-top: 12px !important;
}
.modal-open .modal {
    overflow-y: hidden;
}
h3.titles {
    margin: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

#dealdetails h3.titles {
    font-size: 14px;
    margin-bottom: 10px;
}

#dealdetails label.custom-control-label {
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold !important;
    position: relative;
    top: -2px;
}
.modal-heading {
    margin-top: 10px;
}
.modal-body img {
    margin-bottom: 5px !important;
}

.resp-tabs-container- {
    width: 95%;
    margin: 0 auto;
}
.single-page div#deals {
    width: 95%;
    margin: 0 auto;
}

li.phine-number {
    background: #ed1c24;
    padding: 3px 5px;
    border-radius: 5px;
}

.header ul.social-network.social-circle h4 {
    color: #FFF;
}

.modal-footer .buttons button.addtocart {
    text-transform: unset;
    text-transform: uppercase;
    padding: 8px;
}

.header ul.social-network li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
}
.header ul.social-network li a i {
    line-height: 30px;
}

#addonsdetails {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
#addonsdetails .modal-heading {
    padding-left: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
#addonsdetails .modal-heading h3.titles {
    font-size: 14px;
}

#addonsdetails .custom-control.custom-checkbox.col-sm-6 {
    padding-left: 0;
}
.modal .modal-body input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.modal .modal-body label {
    padding-left: 0px;
}
.modal .modal-body .heading {
    margin-bottom: 7px !important;
    display: table;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.modal .modal-body label {
    font-size: 12px;
    font-weight: 600;
}
.modal .modal-body input {
    position: relative;
    top: 2px;
}

h5.label_info {
    display: none !important;
}

.modal .modal-body .checkbox-inline {
    margin: 0px !important;
    padding-left: 16px;
}

.copy-right {
    padding: 20px 0;
}
tr.left-cart-addon {
    border-bottom: 1px solid #cccc;
}
.table>tbody>tr>td {
    border: none !important;
}

tr.left-cart-addon td {
    padding: 0px !important;
    margin: 0px !important;
}

tr.left-cart-addon td p.left-addon {
    font-size: 11px;
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 6px;
}

p#modaldescription {
    margin-bottom: 8px !important;
}