/*{
    margin: 0;
    padding: 0;
}*/
ul{
    list-style: none;
}
a,a:hover,a:focus{
    text-decoration: none;
    outline: 0;
}
img{
    border: 0;
}
.clr{
    clear: both;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,address,img{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* google font > 'Open Sans', sans-serif */
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

html {
    
}
@font-face{
    font-family: avenir-next-bold;
    src: url(../fonts/avenir-next-bold.otf);
}
@font-face{
    font-family: Georgia;
    src: url(../fonts/georgia.ttf);
}
@font-face{
    font-family: Arial;
    src: url(../fonts/arial.ttf);
}
@font-face{
    font-family: HaloHandletter;
    src: url(../fonts/HaloHandletter.otf);
}
/** main part css start **/
/** header part css start **/
header{
    /*padding: 20px 0px;*/
    padding: 5px 0px;
	border-bottom:1px solid #222;
}
header a{
    color: #464646;
    font-size: 14px;
}
header ul{
    float: right;
    padding-top: 10px;
}
header ul li{
    float: left;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 300;
}
header ul li:last-child{
    margin-right: 0px;
}
header ul li img{
    width: 20px;
    margin-right: 15px;
}
header ul li a{
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
header ul li .your{
    font-weight: 400;
    margin-right: 10px;
}
header ul li .or{
    margin: 0px 6px;
    display: inline-block;
}
header ul li a:hover{
    color: #e1452b;
}


footer{
    padding: 20px 0px;
	border-top:1px solid #222;
}
footer a{
    color: #464646;
    font-size: 14px;
}
footer ul{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}
footer ul li{
    /*float: left;*/
    margin-right: 15px;
    font-size: 12px;
    font-weight: 300;
	padding-bottom:10px;
}
footer ul li:last-child{
    margin-right: 0px;
}
footer ul li img{
    width: 20px;
    margin-right: 15px;
}
footer ul li a{
    font-size: 12px;
    font-weight: 300;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
footer ul li .your{
    font-weight: 400;
    margin-right: 10px;
}
footer ul li .or{
    margin: 0px 6px;
    display: inline-block;
}
footer ul li a:hover{
    color: #e1452b;
}

/* banner part */
#banner{
    height: 290px;
}
.bs-slider{
    overflow: hidden;
    max-height: 100%;
    position: relative;
}
/*.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
} */
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    height: 293px;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 42%;
    opacity: 0;
    width: 30px;
    height: 30px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.3);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 47%;
    bottom: 5%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 12px;
    height: 12px;
    border: 0px solid rgb(158, 158, 158);
    text-indent: 0;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
    z-index: 9999;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    background: #fff;

}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 2%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 8px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 8px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 320px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/*---------- Banner part end ----------*/
#booking{
    background: #464646;
    padding: 10px 0px;
    -webkit-box-shadow: inset 0px 2px 9px rgba(15, 15, 15, 0.6) ;
    -moz-box-shadow: inset 0px 2px 9px rgba(15, 15, 15, 0.6) ;
    -sm-box-shadow: inset 0px 2px 9px rgba(15, 15, 15, 0.6) ;
    -o-box-shadow: inset 0px 2px 9px rgba(15, 15, 15, 0.6);
    box-shadow: inset 0px 2px 9px rgba(15, 15, 15, 0.6);
}
#booking .Order a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding-top: 5px;
}
#booking .Order a img{
    margin-right: 30px;
    width: 30px;
}
#booking .date button{
    border: 0px;
    /*width: 120px;*/
    min-width: 120px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    color: #4e4e4e;
    font-weight: 400px;
/*    margin-right: 20px;*/
    padding: 0 15px;
    -webkit-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -moz-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -sm-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -o-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8);
    box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8);
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
#booking .date button:hover,#booking .date .active{
    background: #e1452b;
    color: #fff;
}
#menu{
    background: #fff;
    position: relative;
    padding: 10px 0px;
    z-index: 999;
    -webkit-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -moz-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -sm-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -o-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8);
    box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8);
}
#menu ul{
    padding: 10px;
}
#menu ul li{
    float: left;
    position: relative;
    padding: 0 60px;
}
#menu ul li span{
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #4e4e4e;
    right: 0px;
    top: 0px;
}
#menu ul li a{
    color: #4e4e4e;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400px;
    line-height: 30px;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
#menu ul li a:hover, #menu ul li a.active{
    color: #e1452b;
}
#dishes{
    background: #f4f4f4;
    padding-bottom: 30px;
}
#dishes .dish{
    position: relative;
	margin-top:25px;
	margin-bottom:25px;
}
#dishes .dish h2{
    color: #4f4d4d;
    font-size: 24px;
    /*line-height: 120px;*/
    line-height: 73px;
    padding-left: 150px;
}
#dishes .dish img{
	/*
    position: absolute;
    left: 15px;
    top: 20%;
	*/
	position: relative;
    width: 73px;
    
    float: left;
}
#dishes .my_silick .silick{
    margin: 5px;
	min-height:486px;
    background: #fff;
    -webkit-box-shadow:  0px 3px 2px rgba(15, 15, 15, 0.4) ;
    -moz-box-shadow:  0px 3px 2px rgba(15, 15, 15, 0.4) ;
    -sm-box-shadow:  0px 3px 2px rgba(15, 15, 15, 0.4) ;
    -o-box-shadow:  0px 3px 2px rgba(15, 15, 15, 0.4);
    box-shadow:  0px 3px 2px rgba(15, 15, 15, 0.4);  
    padding-bottom: 10px;
}
#dishes .my_silick .silick .img{
    position: relative;
}
#dishes .my_silick .silick .img img{
    width:447px;
	height: 295px;
}
#dishes .my_silick .silick .img h3{
    position: absolute;
    height: 50px;
    width: 50px;
    background: #e1452b;
    border-radius: 50%;
    top: 0px;
    left: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
#dishes .my_silick .silick .img h4{
    position: absolute;
    height: 50px;
    width: 50px;
    background: #72b636;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
#dishes .my_silick .silick h3{
    color: #231f20;
    font-size: 16px;
    font-weight: 400px;
    line-height: 20px;
    margin-top: 10px;
}
#dishes .my_silick .silick .vage{
    margin: 10px 0px 5px;
	padding-left: 0px;
    padding-right: 5px;
}
#dishes .my_silick .silick .vage img{
    display: inline-block;
    width: 18px;
	float:right;
}
#dishes .my_silick .silick .vage span{
    display: inline-block;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    float: right;
}
#dishes .my_silick .silick .serving p{
    color: #231f20;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 0px;
}
#dishes .my_silick .silick .rupi{
    color: #231f20;
    font-size: 19px;
    font-weight: 400;
    padding: 5px 0px;
}
#dishes .my_silick .silick button, .btn_oval{
    border: 0px;
    width: 120px;
    //height: 25px;
    background: #e1452b;
    border-radius: 20px;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400px;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    float: right;
}

.btn_disabled_no_click {
    color: #fff !important;
    background: #72b636 !important;
    font-size: 12px !important;
	cursor: default;
}
#dishes .my_silick .pre{
    padding-top: 10px;
	padding-left:0px;
}

#dishes .my_silick .pre2{
    padding-top: 10px;
}

#dishes .my_silick .silick button:hover{
    color: #fff;
    background: #72b636;
}
#dishes .my_silick ul{
    display: none !important;
}
.slick-prev{
    position: absolute;
    top: 45%;
    left: -20px;
    z-index: 9999;
}
.slick-next{
    position: absolute;
    top: 45%;
    right: -20px;
    z-index: 9999;
}
.slick-prev i , .slick-next i{
    width: 30px;
    height: 30px;
    border: 2px solid #231f20;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 25px;
    color: #231f20;
    cursor: pointer;
}

.slick-prev-2{
    position: absolute;
    bottom: -20%;
    left: 40%;
    z-index: 9999;
}
.slick-next-2{
    position: absolute;
    bottom: -20%;
    right: 40%;
    z-index: 9999;
}
.slick-prev-2 i , .slick-next-2 i{
    width: 20px;
    height: 20px;
    border: 1px solid #231f20;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    color: #231f20;
    cursor: pointer;
}

.close-animatedModalLocation {
	/*text-align: right;
	margin-right:5px;*/
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	width:15px;
	float:right;
}

.close-animatedModalLocation2 {
	/*text-align: right;
	margin-right:5px;*/
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	width:15px;
	float:right;
}

.close-animatedModalLocation3 {
	/*text-align: right;
	margin-right:5px;*/
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	width:15px;
	float:right;
}

.close-animatedModalLocation4 {
	/*text-align: right;
	margin-right:5px;*/
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	width:15px;
	float:right;
}

.close-animatedModalIngredient {
	/*text-align: right;
	margin-right:5px;*/
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	width:15px;
	float:right;
}

.ingredient_list_box {
	width:100%;
	height:200px;
	overflow:auto;
}

.ingredient_list_box ul {
	list-style:circle;
	margin:0px;
	padding:0px;
}

.ingredient_list_box ul li {
	list-style:circle;
	float:left;
	padding:0px;
	margin:10px;
	width:40%;	
}

.modal-content {
	min-height:85%;
	width:100%;
	float:left;
}

.modal-content-loc {
	/*min-height:85%;*/
	width:100%;
	float:left;
}


.modal-content-inner {
	margin: 0;
	padding:2%;
	width:90%;
}

.btnoval{
    border: 0px;
    width: 120px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    color: #4e4e4e;
    font-weight: 400px;
    margin-right: 30px;
    -webkit-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -moz-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -sm-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8) ;
    -o-box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8);
    box-shadow:  0px 2px 9px rgba(15, 15, 15, 0.8);
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.btnoval:hover{
    background: #e1452b;
    color: #fff;
}

#animatedModalLocation {
	border:1px solid #222;
}

#animatedModalLocation2 {
	border:1px solid #222;
}

#animatedModalLocation3 {
	border:1px solid #222;
}

#animatedModalLocation4 {
	border:1px solid #222;
}

#animatedModalIngredient {
	border:1px solid #222;
}

.cusine_img_desc {
	position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: rgba(29, 106, 154, 0.72);
	  color: #fff;
	  visibility: hidden;
	  opacity: 0;
	  z-index:0;
	  padding: 20px;
}

.cusine_img_wrap {
  cursor:pointer;
}

.cusine_img_wrap:hover .cusine_img_desc {
  visibility: visible;
  opacity: 1;
  z-index:9999;
}

.cusine_cat_desc {
	width:100%;
	height: 18px;
	overflow:hidden;
}

.overlay-box {
    content: " ";
    position: fixed;
    background: rgba(235,235,235,.75);
    height: 100%;
	width:100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.side-cart-box {
	width: 320px;
	height: 100%;
	margin: 0;
    background:#fff;
	position: fixed;
	top:0;
	right:-320px;
	z-index:9999;
}

.side-cart-header {
    height: 50px;
    position: relative;
}

.side-cart-header:after {
    position: absolute;
    content: " ";
    width: 94%;
    top: 100%;
    left: 3%;
    border-bottom: solid 1px #e7e9e9;
}


.side-cart-header h4 {
    margin: 0;
    font-family: ProximaNova-Semibold,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #535657;
    left: 18px;
}

.side-cart-header .back, .side-cart-header h4 {
    font-size: 16px;
    line-height: 50px;
    position: absolute;
}

.side-cart-header .back {
    right: 18px;
    top: 0;
    cursor: pointer;
    color: #868a86;
}

.side-cart-body {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    flex: 1;
    flex-basis: .000000001px;
	height:300px;
}

.checkout-cart-body {
    
}

.side-cart-body .cart .item , .checkout-cart-body .cart .item  {
    padding: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: -webkit-box;
    display: flex;
    position: relative;
	background-color:#FFFFFF;
}

.my_silick_complementry .slick-list .slick-track .item {
	padding:18px;
}

.side-cart-body .cart .item .image , .checkout-cart-body .cart .item .image,  .my_silick_complementry .slick-list .slick-track .item .image  {
    position: relative;
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	float:left;
}

.side-cart-body .cart .item .info , .checkout-cart-body .cart .item .info , .my_silick_complementry .slick-list .slick-track .item  .info{
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    padding-left: 10px;
}

.side-cart-body .cart .item .info .close , .checkout-cart-body .cart .item .info .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    line-height: 12px;
    color: #868a86;
    font-size: 22px;
}

.side-cart-body .cart .item .info h4 , .checkout-cart-body .cart .item .info h4 , .my_silick_complementry .slick-list .slick-track .item  .info h4 {
    text-align: left;
    padding-right: 15px;
    padding-left: 5px;
    font-size: 14px;
    color: #56595a;
    margin: 0;
    font-weight: 400;
    -webkit-box-flex: 1;
    flex: 1;
    font-family: ProximaNova-Regular,Helvetica,Arial,sans-serif;
}

.side-cart-body .cart .item .info .actions , .checkout-cart-body .cart .item .info .actions{
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    color: #56595a;
}

.my_silick_complementry .slick-list .slick-track .item  .info .actions  {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    color: #56595a;
	float:left;
	width:200px;
}

.side-cart-body .cart .item .info .actions .qty select , .checkout-cart-body .cart .item .info .actions .qty select {
    min-width: 44px;
    padding-left: 8.5px;
    background-color: #fff;
    
    font-family: ProximaNova-Medium,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #949a9c;
	/*
    border: 1px solid #e7e9e9;
	-webkit-appearance: none;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
	*/
    padding-right: 13px;
    margin-left: 5px;
    height: 26px;
}

.side-cart-body .cart .item .info .actions .price , .checkout-cart-body .cart .item .info .actions .price {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: right;
}

.side-cart-box .secondary .info, .side-cart-box .secondary .promo-code, .side-cart-box .secondary .total , .checkout-cart-box .secondary .info, .checkout-cart-box .secondary .promo-code, .checkout-cart-box .secondary .total , .checkout-cart-box .secondary .final_total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    position: relative;
}

.side-cart-box .secondary {
	bottom: 12%;
    position: absolute;
    width: 100%;
}

.checkout-cart-box .secondary {
	width: 100%;
	background-color:#fff;
}


.side-cart-box .secondary .total {
    padding: 16px 18px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a;
}

.checkout-cart-box .secondary .total {
    padding: 16px 18px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #4a4a4a;
}

.checkout-cart-box .secondary .final_total {
    padding: 16px 18px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a;
}

.side-cart-box .secondary .total label , .checkout-cart-box .secondary .total label  , .checkout-cart-box .secondary .final_total label {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: left;
}

.side-cart-body .empty button, .side-cart-box .secondary .total, .checkout-cart-box .secondary .total , .checkout-cart-box .secondary .final_total {
    font-family: ProximaNova-Semibold,Helvetica,Arial,sans-serif;
}

.side-cart-box .fm-upsell-carousel-container , .checkout-cart-box .fm-upsell-carousel-container {
    height: auto;
    min-height: 170px;
}

.side-cart-box .fm-upsell-carousel-animate-hide , .checkout-cart-box .fm-upsell-carousel-animate-hide {
    -webkit-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    transition: all .2s cubic-bezier(.15,.69,.83,.67);
    opacity: 1;
}

.chef-recommends {
    position: relative;
    margin-bottom: 18px;
    min-height: 170px;
}



.side-cart-box .footer , .checkout-cart-box .footer {
	padding: 18px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.side-cart-box .footer button , .checkout-cart-box .footer button {
    text-decoration: none;
    border: 0!important;
    display: block;
    height: 50px;
    background-color: #e85826;
    -webkit-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    transition: all .2s cubic-bezier(.15,.69,.83,.67);
    width: 100%;
    text-align: center;
    font-family: ProximaNova-Bold,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.side-cart-body .empty button:hover, .side-cart-box .footer button{
    -webkit-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    -moz-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    -ms-transition: all .2s cubic-bezier(.15,.69,.83,.67);
}

.my_silick_complementry .info .actions .price {
	padding-left:5px;
}

.complementry_box {
	padding:10px 0px;
	margin:0;
	position:relative;
	
}

.complementry_box:after, .complementry_box:before {
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e7e9e9;

} 


.complementry_box h3 {
	font-size:14px;
	font-weight:600;
	text-align:center;
}


.button_complementry{
    text-decoration: none;
    border: 0!important;
    display: block;
    background-color: #e85826;
    -webkit-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    transition: all .2s cubic-bezier(.15,.69,.83,.67);
    text-align: center;
    font-family: ProximaNova-Bold,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
	margin-top:10px;
	margin-left:5px;
	width:100px !important;
	height:20px;
}

.button_complementry:hover {
    -webkit-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    -moz-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    -ms-transition: all .2s cubic-bezier(.15,.69,.83,.67);
}

.side-cart-box .secondary .info:after, .side-cart-box .secondary .info:before, .side-cart-box .secondary .promo-code:after, .side-cart-box .secondary .promo-code:before, .side-cart-box .secondary .total:after, .side-cart-box .secondary .total:before , .checkout-cart-box .secondary .info:after, .checkout-cart-box .secondary .info:before, .checkout-cart-box .secondary .promo-code:after, .checkout-cart-box .secondary .promo-code:before, .checkout-cart-box .secondary .total:after, .checkout-cart-box .secondary .total:before , .checkout-cart-box .secondary .final_total:after, .checkout-cart-box .secondary .final_total:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e7e9e9;
}

.side-cart-body .empty , .checkout-cart-body .empty {
    margin-top: 72px;
}

.side-cart-body .empty h3 , .checkout-cart-body .empty h3 {
    margin-top: 22px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
    color: #56595a;
    font-weight: 500;
	text-align:center;
}

.side-cart-body .empty h4 , .checkout-cart-body .empty h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #56595a;
    line-height: 1.29;
    margin-left: 47px;
    margin-right: 47px;
	text-align:center;
}

input {
   outline: 0;
}

button {
   outline: 0;
}

.small_label {
	font-size:10px;
}

#checkout {
	margin-top:30px;
	margin-bottom:85px;
}


#checkout-accordion .ui-icon {
	display: none !important;
}

#checkout-accordion 	.ui-accordion-header {
	padding:1em;
}

#checkout-accordion .ui-state-active, #checkout-accordion a.ui-button:active, #checkout-accordion .ui-button:active, #checkout-accordion .ui-button.ui-state-active:hover {
    border: 1px solid #cccccc; 
    background: #ededed;
    color:#ff0000 !important;
	font-weight:bold;
}

#checkout-accordion .ui-state-default {
    color:#222;
	cursor:default;
}

#checkout-accordion .ui-accordion-content {
    padding: 0;
	border:0;
}

.checkout-profile-box{
	border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e7e9e9;
	padding:0px
}

.checkout-order-box{
	border-radius: 2px;
    background-color: #f3f3f3;
    border: 1px solid #e7e9e9;
	padding:0px;
}

.checkout-title {
	padding:20px 10px;
	color: #949a9c;
	font-size:14px;
}

.myaccount-box{
	border-radius: 2px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
	padding:0px;
	min-height:400px;
}

.myaccount-menu {
	padding:20px 10px;
	/*color: #949a9c;
	font-size:14px;*/
	border-bottom:1px solid #ccc;
}

.myaccount-menu a:hover , .myaccount-menu a.active {
	color: #ff0000;
}

.checkout-step {
	background-color: #f9f9f9;
    border: 1px solid #e7e9e9;
	border-left-width:0px;
	border-right-width:0px;
	width: 100%;
    min-height: 30px;
	padding:20px 10px;
}

.checkout-accordion-content {
	/*border: 1px solid #e7e9e9;*/
	padding:10px;
	
}

.contactus-content {
	/*border: 1px solid #e7e9e9;*/
	padding:10px;
	
}

.checkout-step p {
	text-align:left;
	color:#ff0000;
	font-size: 14px;
	font-weight: normal;
    line-height: 1.3;
    white-space: normal;
}

#checkout-tabs, #checkout-delivery-box {
	float:left;
	width:100%;
}

#checkout-tabs  .ui-tabs-nav, #checkout-delivery-box .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border-width: 0px !important;
    background-color: #ffffff;
}

#checkout-login-tab {
	float:left;
	width:100%;
}

#checkout-delivery-tab {
	float:left;
	width:100%;
}

#checkout-billing-tab {
	float:left;
	width:100%;
}

#checkout-tabs .ui-tabs-nav li, #checkout-delivery-box .ui-tabs-nav li {
    padding: 0;
    margin: 0 auto;
    border-width: 0px;
	border-bottom: 2px solid #cccccc;
    background-color: #ffffff;
    text-align: center !important;
    color: #222;
}

#checkout-tabs .ui-tabs-nav li a, #checkout-delivery-box .ui-tabs-nav li a {
    width:100%;
}

#checkout-tabs .ui-tabs-nav li.ui-tabs-active, #checkout-delivery-box .ui-tabs-nav li.ui-tabs-active {
	color: #efefef !important;
	border-bottom: 2px solid #ff0000;
}

#checkout-tabs .ui-state-active a, #checkout-tabs .ui-state-active a:link, #checkout-tabs .ui-state-active a:visited {
    color: #222;
}

#checkout-delivery-box .ui-state-active a, #checkout-delivery-box .ui-state-active a:link, #checkout-delivery-box .ui-state-active a:visited {
    color: #222;
}

.btn-red {
	
    text-decoration: none;
    border: 0!important;
    display: block;
    background-color: #e85826;
    -webkit-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    transition: all .2s cubic-bezier(.15,.69,.83,.67);
    width: 200px;
    text-align: center;
    font-family: ProximaNova-Bold,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
	padding: 5px;
	margin:0px 5px 0px 0px;
	float:left;
}

.link-red {
	
    text-decoration: none;
    font-family: ProximaNova-Bold,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ff0000 !important;
	
}

.btn-red-small {
	
    text-decoration: none;
    border: 0!important;
    display: block;
    background-color: #e85826;
    -webkit-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    transition: all .2s cubic-bezier(.15,.69,.83,.67);
    min-width: 100px;
    text-align: center;
    font-family: ProximaNova-Bold,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
	padding: 5px;
	margin:0px 5px 0px 0px;
	float:left;
}

.btn-green-small-disabled {
	
    text-decoration: none;
    border: 0!important;
    display: block;
    /*background-color: #e85826;*/
    -webkit-transition: all .2s cubic-bezier(.15,.69,.83,.67);
    transition: all .2s cubic-bezier(.15,.69,.83,.67);
    min-width: 100px;
    text-align: center;
    font-family: ProximaNova-Bold,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
	padding: 5px;
	margin:0px 5px 0px 0px;
	float:left;
	
	background-color: #72b636 !important;
	cursor: default;
}

.input-text-box {
	width:98%;
	height: 50px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e7e9e9;
    padding-left: 10px;
}

.input-full-width {
	width:98%;
}

.input-half-width {
	width:47% !important;
}

.input-half-second-column {
	float:right;
	margin-right:12px;
}

.checkout-accordion-sub {
	font-size:12px;
	margin: 5px 0px;
}

.err_msg {
	color:#ff0000;
	font-size:12px;
	margin:10px 0px;
	text-align:left;
}

.err_msg_bold {
	color:#ff0000;
	font-size:16px;
	margin:10px 0px;
	text-align:center;
}

.checkout-loggedin {
	padding: 1em 1.4em;
	width:70%;
	margin:0 auto;	
}

.contactus-form {
	padding: 1em 1.4em;
	width:100%;
	margin:0 auto;	
}

table.table-borderless tr  td{
	border-width:0px;
}

.checkout-loggedin-title {
	font-family: ProximaNova-Semibold,Helvetica,Arial,sans-serif;
    font-size: 14px;
	line-height: 1.6;
    color: #9b9b9b;
}

.chekout-loggedin-value {
	font-family: ProximaNova-Regular,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
}

.myorder-list {
	padding: 1em 1.4em;
	width:100%;
	margin:0 auto;	
}

.myorder-list-heading {
	font-family: ProximaNova-Semibold,Helvetica,Arial,sans-serif;
    font-size: 16px;
	font-weight:bold;
	line-height: 1.6;
    color: #9b9b9b;
}

.myorder-list-value {
	font-family: ProximaNova-Regular,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
}

#checkout-delivery-box{
	float:left;
	width:100%;
	padding:2em;
}

.checkout-help {
    text-align: center;
	margin:20px 0px;
}

.checkout-help h4 {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #93999e;
    margin: 10px 0 5px;
}	

.checkout-help h4 {
    font-family: ProximaNova-Semibold,Helvetica,Arial,sans-serif;
}

.checkout-help .box {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e7e9e9;
    margin: 0 5.1% 5.1%;
}

.checkout-help .box h6 {
    margin: 19px 0 4px;
    font-size: 14px;
    color: #56595a;
}

.checkout-help .box a, .checkout-help .box h6, .checkout-help .box p {
    font-weight: 400;
    font-style: normal;
}

.checkout-help .box a {
    font-size: 25px;
    color: #2ebd59;
}

.checkout-help .box p {
    font-size: 14px;
    color: #868a86;
    margin: 10px 0 19px;
}

.payment_msg {
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin:10px 0px;
}

.succ_msg_bold {
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin:10px 0px;
	
}

.page_content_box {
	width:100%;
	padding:20px 0px;
	float:left;
	min-height:200px;
}

.page_content_box ul li, .page_content_box ol li {
    padding-bottom: 10px;
}

.page_content_box ul , .page_content_box ol {
    padding-bottom: 5px;
    padding-top: 5px;
}

.home_page_content_box {
	width:100%;
	padding:20px 0px;
	float:left;
	/*min-height:200px;*/
}

.home_page_content_box ul li, .home_page_content_box ol li {
    padding-bottom: 10px;
}

.home_page_content_box ul , .home_page_content_box ol {
    padding-bottom: 5px;
    padding-top: 5px;
}

.home_list_input {
	height: 40px;
    padding: 10px 5px;
	width:100%;
}

.cusine_list_input {
	height: 25px;
    padding: 0px 5px;
	width:95%;
}	

#booking .search  {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding-top: 10px;
}

.home_list_heading_box {
	width:100%;
	height:40px;
	background-color:#efefef;
	padding:10px;
	/*border:1px solid #333;*/
	text-align:center;
	font-size:16px;
	font-weight:600px;
	float:left;
	color:#ff0000;
	font-family:arial;
}

.home_list_content_box {
	width:100%;
	min-height:40px;
	background-color:#ffffff;
	padding:10px;
	/*border:1px solid #333;*/
	border-top:0px;
	text-align:left;
	font-size:16px;
	font-weight:400px;
	margin-bottom:20px;
	float:left;
	font-family:arial;
}

.home_list_content_box h3 {
	padding:0px 0px;
	font-size:18px;
	float:left;
	font-style:italic;
}

.home_list_content_box h4 {
	padding:0px 5px 0px 0px;
	float:left;
	display:block;
	font-size:15px;
}


.home_list_content_box h4.have_comma:after {
    content: ", ";
}


.home_list_content_box h5 {
	padding:2% 10%;
	font-size:16px;
}	

.home_listing_area_box {
	clear:both;
	float:left;
	margin:10px 0px;
}

.home_listing_seprator {
	clear:both;
	/*min-height:30px;*/
	width:100%;
	float:left;
	margin: 0px 0px 0px;
}

.footer_menu h4{
	font-size:16px;
}

.font_normal {
	font-weight:normal!important;
}

.follow_title {
	margin-top:60px;
	font-size:18px;
	font-weight:600px;
}

ul.social {
    list-style: none;
    margin-top: 0px;
    padding-left: 0;
}

ul.social li {
    background: none;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 2px solid #B5B5B5;
    padding: 0px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    margin: 0 8px 0 0;
}

ul.social li .fa {
	font-size:16px;
}

.home_heading_title {
	font-size:16px;
}

.small_note{
	font-size:12px;
}

.cart_small_text {
	font-size:12px;
	padding: 5px;
	text-align:left;
}

.dc_text {
	font-size:12px;
}

.dc_input {
	max-width:100%;
	margin-bottom:15px
}

.offer_strike {
	text-decoration: line-through;
}

.note_msg {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:10px 0px;
	text-align:left;
}
/* The Modal (background) */




/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	opacity:1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
/*    padding: 2px 16px;
    background-color: #5cb85c;*/
   background-color: #E1452B;
    color: white;
}

/*.modal-body {padding: 2px 16px;}*/

.modal-footer {
/*    padding: 2px 16px;
    background-color: #5cb85c;*/
   background-color: #E1452B;
    color: white;
}
.modal-content
{
border:none !important;
border-radius: 0 !important;
}
/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}
.dlvry_mg
	{
	 padding:3%;	
	}