﻿/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-size: 12px;
    color: #000000;
    font-family: georgia, palatino;
    background-image: url('../images/Molto_Design_background.jpg');
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
@font-face{
	font-family:"Papyrus";
	src:url("http://www.myfontfree.com/data/54/p/papyrus/PAPYRUS.TTF");
}

.quntityg{
	text-align:center;
	font-size: 17px;
	padding: 3px 0px 6px 4px;
	border-radius: 6px;
	border: 2px solid #e0e0e0;
	background-color:#fff;
	font-weight:600;
}
.quntity{
	text-align:center;font-size: 17px;padding: 3px 0px 6px 4px;border-radius: 6px;border: 2px solid #e0e0e0;background-color:#fff;font-weight:600;
}
.minusc
{
	font-size: 24px;font-weight: 600;background-color: #000;color: #fff;padding: 0px 16px 5px 16px; border-radius: 8px;
}
.plus{
	font-size: 24px;font-weight: 600;background-color: #000;color: #fff;padding: 0px 13px 5px 14px;border-radius: 8px;
}
.minuscg{
	font-size: 24px;
	font-weight: 600;
	background-color: #000;
	color: #fff;
	padding: 0px 16px 5px 16px;
	border-radius: 8px;
}
.plusg{
	font-size: 24px;
	font-weight: 600;
	background-color: #000;
	color: #fff;
	padding: 0px 13px 5px 14px;
	border-radius: 8px;
}

#map 
{
	height: 100%;
	float: left;
	width: auto;
}
#directions-panel 
{
	margin-top: 10px;
	padding: 10px;
	height: 100%;
}
.summeryaddress{
	float:right;
	font-size:16px;
	font-weight:600;
}
.summerychart{
	float:right;
	width:50%;
}
.orderhistroya{
	border-bottom:none; 
	color:#000; 
	border-top:none; 
	font-size:14px;
	font-weight:600;
}
.slidernew{
	color:#F00;
	margin-top: -40px;
}
.scrollnew{
	color:#000;
	margin-top: -40px;
	font-size: 21px;
}
.buttondisplay{
	margin-bottom:-40px;	
}
.summerycharttable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
	background-color:#bad559;
}

.veg{
	background-color: #02c102;
	padding: 5px 9px 3px 10px;
	border: 2px solid #000;
	border-radius: 29px;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 0px 0px;
}
.glu{
	background-color: #4512bb;
	padding: 4px 10px 4px 10px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 15px;
	color: #fff;
	margin: 0px 0px 0px 6px;
}
.vegproduct{
	background-color: #02c102;
	padding: 5px 9px 3px 10px;
	border: 2px solid #000;
	border-radius: 29px;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 0px 4px;
}
.gluproduct{
	background-color: #4512bb;
	padding: 4px 10px 4px 10px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 15px;
	color: #fff;
	margin: 0px 0px 0px 3px;
}
.vegsingle{
	background-color: #02c102;
	padding: 5px 9px 3px 10px;
	border: 2px solid #000;
	border-radius: 29px;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 0px 0px;
}
.glusingle{
	background-color: #4512bb;
	padding: 4px 10px 4px 10px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 15px;
	color: #fff;
	margin: 0px 0px 0px 2px;
}

.award{
	background-color: #fff;
	margin-bottom: 26px;
	padding: 19px 0px 19px 0px;
	border-radius: 34px;
	margin-left: auto;
	margin-right: auto;
}
.award img{
	width:100%;
	border-radius: 20px;
}
.award p{
	font-size:14px;
	padding: 1px 0px 0px 0px;
}
.award p span{
	font-size:16px;
	font-weight:600;
	padding: 1px 0px 0px 0px;
}

.summerycharttd {
    border: none;
    text-align: right;
    padding: 8px;
}
.confirmedit{
	font-size:15px;
}
<!-------- radiobotton to button ----- >
.form .plan input, .form .payment-plan input, .form .payment-type input{
	display: none;
}

.form label{
	position: relative;
	color: #fff;
	background-color: #023c22;
	font-size: 15px;
	text-align: center;
	height: 42px;
	line-height: 40px;
	display: block;
	cursor: pointer;
	border: 3px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
    width: 100px;
	display: inline-grid;
	    border: 1px solid transparent;
    border-radius: 4px;
}

.form .plan input:checked + label, .form .payment-plan input:checked + label, .form .payment-type input:checked + label{
	border: 3px solid #333;
	background-color: #2fcc71;
}

.form .plan input:checked + label:after, form .payment-plan input:checked + label:after, .form .payment-type input:checked + label:after{
	content: "\2713";
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #333;
	background-color: #2fcc71;
	z-index: 999;
	position: absolute;
	top: -10px;
	right: -10px;
}
<!-------------------------- end ------------------------------->

.adjust{
	background:#000;
}
.adjusthead{
	font-size:14px;
	font-weight:600;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
}
.adjustmenthead{
	font-size:16px;
	background-color:#8caa1f;
	color:#000;
	font-weight:600;
	padding-left:11px;
	padding-bottom:2px;
}
.adjusttable{
	margin-top:10px;
}
.adjustmenttext{
	color:#000;
	font-weight:600;
	padding-left:10px;
	font-size:13px;
}

.question{
	width:100%;
	margin-top:100px;
}
.questionhead{
	width:100%;
	font-size:26px;
	font-weight:600;
}
.questiontext{
	margin-top:5px;
	font-size:20px;
	font-weight:600;
	margin-bottom:20px;
}
.topquestion
{
	margin-top: -319px;
margin-left: 510px;
margin-bottom:60px;
}

.summerycharttr{background-color: #4e5f0f; color:#fff;}
.overall{
	margin-bottom:20px;
	margin-top:40px;
}
.overalltable{
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
	font-size:16px;
	font-weight:600;
}
.overalltd {
    border: none;
    text-align: left;
    padding: 8px;
	
}
.overallborderbottom{
	border-bottom:1px solid #000;
}

.statement{
	font-size:22px;
}

.changetime{
	margin-bottom:20px;
}
.cartborder{
    border-bottom: 1px #000 solid;
    margin-bottom: 3px;
}

.producttext{
	color:#000;
}

.kitchenbackgrount{
	margin-bottom:10px;
	padding-bottom:20px;
	background: transparent url('../images/thumbnail_bg.png') no-repeat center top;
    background-size: 100% 100%;	
}
.kitchenhead{
	background:#023c22; 
	color:#fff;
	font-size:14px;
}
.restaurantkitchenhead{
	background:#180782; 
	color:#fff;
	font-size:14px;
}
.kitchenlable{
	font-size:13px;
	font-weight:600;
}
.kitchencvalues{
	font-size:13px;
	color:#000;
}

.cartbutton{
	background-color:#4e5f0f;
	color:#FFF;
}
.carthead{
	color:#000;
}
.chefhead{
	background-color:#8caa1f;
	color:#000;
	font-size:17px;
	font-weight:600;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.chefdata{
	background-color:#afce40cc;
	color:#000;
	font-size:16px;
}
.confirmedorder{
	float:left;
}
.confirmedorderlogout{
	float:right;
	margin-bottom:10px;
}
.countpro{
	width:30px;
	height:30px;
	background-color:#ec1824;
	color:#FFF;
	font-size: 24px;
    margin-top: -33px;
    margin-right: -25px;
}
.vistercount{
	background-color:#bad559;
	color:#000;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:13px;
	padding-right:16px;
	font-size:16px;
	font-weight:600;
	float:right;
	border-radius:15px;
	vertical-align:top;
	margin-top:-96px;
}

/************************************************** verify order screen **************************/
.panhead{
 background-color:#c6231a;
 color:#fff;
 padding-left:10px;
 font-weight:600;
 font-size:16px;	
}
.innernote{
	padding-left:10px; 
	padding-bottom:10px; 
	padding-top:10px; 
	color:#C03;
}
.innername{
	font-size:14px; 
	background-color:#d5c693;
	padding-left:10px;
}
.innerproduct{
	font-size:16px; 
	background-color:#d5c693;
	padding-left:10px;
	color#000;
}
.innertext{
	text-transform:uppercase; 
	font-size:14;  
	background-color:#d5c693; 
	padding-left:10px;
}
/********************************************** end *********************************************/

.fontsize_12{ font-size:14px; color:#d8cc90;}
.auto_height{ height: auto !important;}
.slide-image {
    width: 100%;
}
.button-group{ position:relative; display: initial;}
.minWidth_220{ 
min-width:270px;
padding-left: 9px;
    background-color: #e6e6e6;}
.minWidth_220>li>a{ white-space: normal !important;  padding-top: 5px;font-weight:600;padding-bottom: 5px;color: #fff;background-color: #911814; text-align:center;}
.carousel-holder {
    margin-bottom: 30px;
	margin-top: 111px;
}
.carousel-control.left, .carousel-control.right{ background: none;}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}


.caption p{
color:#252525;
font-size:15px;
}

.caption h4 {
    white-space: nowrap;
}

.btn-back {
	font-family:"Papyrus";
	background:transparent url('../images/backbuttom.png') no-repeat center;
    color: #000;
	font-size:21px;
	font-weight:800;
	margin-left:-48px;
    /*background-color: #1318e4;
    border-color: #2e6da4;*/
	border-radius: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.btn-back:hover{
	background:transparent url('../images/backbuttom2.png') no-repeat center;
	color: #FFF;
    padding-bottom: 6px;
    padding-top: 6px;
}
.thumbnail img {
    width: 70%;
}
.groupname{
	text-align:center;
	font-family:'Papyrus';
	font-size:20px;
	font-weight:700;
	border-bottom:#000 1px solid;
	border-top:#000 1px solid;
}
.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

/***************** count icon ********************/

.shop_icon{
	position:relative;
	margin-right:15px;
}
.shop_icon i[class^="fa "]{
	font-size:24px;
	margin-top:-2px;
}
.shop_icon .count{
	right:-8px;
	top:4px;
}

.count{
	position:absolute;
	width:18px;
	height:18px;
	line-height: 18px;
	color:#fff;
	font-size:.8em;
	right:12px;
	top:-17px;
}
.count.type_2{
    background: #ec1824;
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-top: 1px;
    font-weight: bold;
	color:#FFF;

}
.count2.type_2{
    background: #ec1824;
    width: 20px;
    height: 20px;
    font-size: 16px;
    margin-top: -33px;
    font-weight: bold;
	color:#FFF;

}

.circle, .tw_buttons li:before, .vertical_list_type_2 li:before, .vertical_list_type_3 li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.t_align_c {
    text-align: center;
}


.tr_delay_hover, .button_type_2 .scheme_color {
    -webkit-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    -moz-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    -o-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
}

/***************** end count icon ****************/


	/***************** count1 icon ********************/

.shop_icon1{
	position:relative;
	margin-right:15px;
}
.shop_icon1 i[class^="fa "]{
	font-size:24px;
	margin-top:-2px;
}
.shop_icon1 .count1{
	right:-8px;
	top:4px;
}

.count1{
	position:absolute;
	width:18px;
	height:18px;
	line-height: 13px;
	color:#fff;
	font-size:.8em;
	right:-6px;
	top:-24px;
}
.count1.type_2{
    background: #FFF;
    width: 15px;
    height: 15px;
    font-size: 12px;
    margin-top: 11px;
    font-weight: bold;
	color: #252525;

}


.circle, .tw_buttons li:before, .vertical_list_type_2 li:before, .vertical_list_type_3 li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.t_align_c {
    text-align: center;
}


.tr_delay_hover, .button_type_2 .scheme_color {
    -webkit-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    -moz-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    -o-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
}

/***************** end count1 icon ****************/


.menu_order_item{    padding: 10px 18px;
	background:transparent url('../images/thumbnail_bg.png') no-repeat center top;
	background-size:100% 100%;
	border:0px;
	height:110px;

}


.menu_order_item.bigitem{height:185px;}
.menu_order_item:hover, .menu_order_item:focus{background-size:100% 100%; color:#FFF;}
/*---
.menu_order_item:hover, .menu_order_item:focus{ height:300px;}

.menu_order_item:hover img.itempic, .menu_order_item:focus img.itempic{ float: none; margin:0 auto; display: block; width:150px; height:150px;}
---*/

.menu_order_item img.itempic{
	width: 70px;
    height: 70px;
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 2px 10px #999;
	margin-bottom:35px;
}
.menu_order_item img.itempicc{
	width: 91px;
    height: 108px;
    float: left;
    margin-right: 8px;
    border-radius: 15%;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 2px 10px #999;
	margin-bottom:32px;
}

.menu_order_item .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.menu_order_item h1{ font-size: 17px;
    margin: 0px;
    padding: 0px;
    font-weight: bold; color:#252525;}	

.menu_order_item p{ font-size:14px; margin-bottom:3px; font-style: italic; color:#252525;}

.menu_order_item em{ font-size:16px; font-weight:800;color: #3a4806;}
.thumbnail {
    padding: 10px 15px;
	background:transparent url('../images/thumbnail_bg.png') no-repeat center top;
	background-size:100% 100%;
	border:0px;
	min-height:340px;
}
.thumbnail:hover, .thumbnail:focus {
background:transparent url('../images/thumbnail_bg.png') no-repeat center top;
	background-size:100% 100%;
}
.thumbnail h3{     
    color: #252525;
    font-size: 21px;
    margin: 10px 0px;
    padding: 0px;
    text-align: center; font-weight: bold; 
	font-family:"Papyrus";
	}

.thumbnail .caption{ text-align:center; font-size: 15px;}
.thumbnail .caption-full {
    padding: 9px;

}
.thumbnail a{ border-top:1px solid #374407; border-bottom:1px solid #374407; font-size: 18px; color: #002366; margin:15px 0px 5px; display: block;}
.view{ border-top:1px solid #252525; border-bottom:1px solid #252525; font-size: 18px; color: #252525; margin:15px 0px 5px; display: block; }
/************** thumnail delivery *****************/

.thumbnailde {
    padding: 10px 15px;
	background:transparent url('../images/thumbnail_bg.png') no-repeat center top;
	background-size:100% 100%;
	border:0px;
	min-height:100px;
}
.thumbnailde:hover, .thumbnailde:focus {
background:transparent url('../images/thumbnail_bg.png') no-repeat center top;
	background-size:100% 100%;
}
.thumbnailde h3{     color: #910213;
    font-size: 25px;
    margin: 10px 0px;
    padding: 0px;
    text-align: center; font-weight: bold; 
	font-family:"Papyrus";
	}

.thumbnailde .caption{ text-align:center; font-size: 15px;}
.thumbnailde .caption-full {
    padding: 9px;

}
.thumbnailde a{ border-top:1px solid #000; border-bottom:1px solid #000; font-size: 18px; color: #000; margin:15px 0px 5px; display: block;}

/************** thumnail delivery *****************/

/************** thumnail delivery *****************/

.thumbnailcp {
    padding: 10px 15px;
	background:transparent url('../images/pannelbg2.png') no-repeat center top;
	background-size:100% 100%;
	border:0px;
	min-height:100px;
}
.thumbnailcp:hover, .thumbnailcp:focus {
background:transparent url('../images/pannelbg2.png')  no-repeat center top;
	background-size:100% 100%;
}
.thumbnailcp h3{     color: #910213;
    font-size: 25px;
    margin: 10px 0px;
    padding: 0px;
    text-align: center; font-weight: bold; 
	font-family:"Papyrus";
	}

.thumbnailcp .caption{ text-align:center; font-size: 15px;}
.thumbnailcp .caption-full {
    padding: 9px;

}
.thumbnailcp a{ font-size: 18px; color: #000; margin:15px 0px 5px; display: block;}

.thumbnailcpname {
	font-size:17px;
    padding: 14px 15px;
	padding-left:20px;
	background:transparent url('../images/pannelbg.png') no-repeat center top;
	background-size:100% 100%;
	border:0px;
	min-height:100px;
	margin-top:-6px;
}

/************** thumnail category product *****************/

/* additionla Thumnail*/

.thumbnail1 {
    padding: 10px 0px;
	background:transparent url('../images/') no-repeat center top;
	background-size:100% 100%;
	border:0px;
	min-height:340px;
}
.thumbnail1:hover, .thumbnail1:focus {
background:transparent url('../images/') no-repeat center top;
	background-size:100% 100%;
}
.thumbnail1 h3{     color: #910213;
    font-size: 25px;
    margin: 10px 0px;
    padding: 0px;
    text-align: center; font-weight: bold; 
	font-family:"Papyrus";
	}

.thumbnail1 .caption{ text-align:center; font-size: 15px;}
.thumbnail1 .caption-full {
    padding: 9px;

}
.thumbnail1 a{  font-size: 18px; color: #000; margin:15px 0px 5px; display: block;}
.thumbnail1 a:hover{  font-size: 20px; color: #000; margin:15px 0px 5px; display: block; font-weight:bold;}
.price{
font-size: 18px;
font-weight: 600;
color: #000;
}

/*additionla thumbnail*/


/* additionla Thumnail 2*/

.thumbnail2 {
    padding: 10px 64px;
    background: transparent url('../images/thumbnail_bg.png') no-repeat center top;
    background-size: 100% 100%;
    border: 0px;
    min-height: 340px;
    width: 100%;
    padding-top: 26px;

}
.thumbnail2:hover, .thumbnail2:focus {
 
	background-size:100% 100%;
}
.thumbnail2 h3{     color: #910213;
    font-size: 25px;
    margin: 10px 0px;
    padding: 0px;
    text-align: center; font-weight: bold; 
	font-family:"Papyrus";
	}

.thumbnail2 .caption{ text-align:center; font-size: 15px;}
.thumbnail2 .caption-full {
    padding: 9px;

}
.thumbnail2 a{  font-size: 22px; font-weight:600; color: #000; margin:15px 0px 5px; display: block;}

.cashmian_title{ font-family:"Papyrus"; font-weight:bold; font-size: 40px; text-align: center; clear: both;}
.cashmian_title>span{
	font-family:"Papyrus"; font-weight:bold; font-size: 30px; text-align: center; clear: both;color:#910213;
}
/*additionla thumbnail 2*/

/***************** reorder */
.thumbnailre {
   padding: 10px 27px;
 background: transparent url('../images/thumbnail_bg.png') no-repeat center top;
    background-size: 100% 100%;
    border: 0px;
    min-height: 340px;
    width: 100%;
    padding-top: 26px;

}
.thumbnailre:hover, .thumbnailre:focus {
 
	background-size:100% 100%;
}
.thumbnailre {
	border-color:#000;
	color:#000;
}

.thumbnailre h3{     color: #910213;
    font-size: 25px;
    margin: 10px 0px;
    padding: 0px;
    text-align: center; font-weight: bold; 
	font-family:"Papyrus";
	}

.thumbnailre .caption{ text-align:center; font-size: 15px;}
.thumbnailre .caption-full {
    padding: 9px;

}
.thumbnailre a{  font-size: 22px; font-weight:600; color: #000; margin:15px 0px 5px; display: block;}


/*********** end reorder */
.categorytext
{
	width: 250px;
	font-size: 18px;
	font-weight: 600;
	float: right;
	margin-top: 16px;
	margin-right: -125px;
	color:#000;
}
.categorytext1
{
	width: 100%;
	font-size: 16px;
	float: left;
	margin-bottom: 15px;
	color:#000;
}
.imagecircle{
	width: 80px;
	height: 80px;
	border-radius: 61px;
	margin-top: 10px;
	margin-left: -7px;
}
. productbackround {
	background-color:#fff;
}

.quanty{
width: 150px;
  margin: 40px auto;
  
}

.quantytext{
font-size: 18px;
width: 150px;
font-weight: 600;
color: #000;
margin: 20px auto;  
}

.quanty p {
	font-size:20px;
	font-weight:700;
	margin-left: 113px;
}

.spmian_title{ font-family:"Papyrus"; font-weight:bold; font-size: 50px; text-align: center; border-top:2px solid #754c1a; border-bottom: 2px solid #754c1a; margin:50px 0px; padding:15px 0px; clear: both;}

.clearfix1
{
	height:70px;
}

.extraheading{
	font-size:18px;
	font-weight:600;
}

.extraheading1{
	padding-top:0px;
	font-size: 16px;
    font-weight: 300;
}
.clearspace{
	padding-right:180px;
}
.required{
	color:#F00;
	font-size:14px;
	font-weight:600;
}


footer {
    margin: 0px; text-align: center; background:#522818;  color: #FFF; overflow: hidden; padding:10px 0px; font-size:14px; line-height:20px;
}

footer p{
    color: #d8cc90;
	font-weight:800;
}

footer a{
    color: #d8cc90;
	font-weight:800;
}

footer a:hover{
    color: #FFF;
	font-weight:800;
}



.navbar {
    margin-top: 99px;
}
.navbar-inverse {
    background-color: #efefef;
    border-color: #b61007;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{ background:#d5c693 !important;}
.navbar-inverse .navbar-nav>li> { color:#7f9b1b; }
.navbar-inverse .navbar-nav>li>a:hover { color:#006638;}
.navbar-inverse .navbar-nav>li>a:hover span{ color:#006638;}


.top_fix_nav{position:fixed; width:100%; top:0px;  background:#522818; z-index:999; color: #d8cc90; font-weight:700; line-height:25px;}
.top_fix_nav a{ color: #d8cc90;}

.navbar{ min-height:77px;}


h1.mian_title{ font-family:"Papyrus"; font-weight:bold; font-size: 36px; text-align: center; border-top:2px solid #006638; border-bottom: 2px solid #006638; margin:50px 0px; padding:15px 0px; clear: both; color:#006638;}
h1.mian_title a { color:#a1202c; font-weight: bold;}
h1.mian_title span{color:#a1202c; font-weight:600;}

h2.mian_title{color: #8a1c09; font-family:"Papyrus"; font-weight:bold; font-size: 26px; text-align: center; border-top:1px solid #754c1a; border-bottom: 1px solid #754c1a; margin:15px 0px; padding:15px 0px; clear: both;}
h2.mian_title span{ font-size:14px; display: block; color: #000; font-family: georgia, palatino; font-weight: normal; margin: 10px 0px 0px;}

h3.mian_title{color: #8a1c09; font-family:"Papyrus"; font-weight:bold; font-size: 20px; text-align: center; margin:15px 0px; padding:15px 0px; clear: both;}
h3.mian_title span{ font-size:13px; display: block; color: #000; font-family: georgia, palatino; font-weight: normal; margin: 10px 0px 0px;}

.boxstyle1{ font-size:16px; margin-bottom:15px;}
.boxstyle2{
  background: transparent url('../images/thumbnail_bg.png') no-repeat center top;
   background-size: 100% 100%;
    border-radius: 0px;
    min-height: 150px;
    margin-bottom: 15px;
    padding-left: 35px;
    width: 610px;
    height: 284px;
    padding-right: 28px;
    padding-top: 35px;
    margin-left: -33px;
	}
.boxstyle2 h1{ font-size: 18px; }
.boxstyle2 h1 span{ display: block; font-size:22px; color: #000; font-family:"Papyrus"; font-weight:800;}
.boxstyle2 h1 span a{  color: #252525;}
.boxstylesp{
  background: transparent url('../images/thumbnail_bg1.png') no-repeat center top;
   background-size: 100% 100%;
    border-radius: 0px;
    min-height: 150px;
    margin-bottom: 15px;
    padding-left: 35px;
    width: 610px;
    height: 284px;
    padding-right: 28px;
    padding-top: 35px;
    margin-left: -33px;
	}
.boxstylesp h1{ font-size: 18px; }
.boxstylesp h1 span{ display: block; font-size:22px; color: #000; font-family:"Papyrus"; font-weight:800;}
.boxstylesp h1 span a{  color: #252525;}
.txt_20{ font-size: 20px;}

.btn-primary{ font-size: 20px; font-weight: 700; background:#023c22; color: #FFF;}
.btn-primaryactive{ background: #ec1d23;}
.btn-primary:hover{ background: #ec1d23;}
.btn-primary-chief{ font-size: 14px; font-weight: 700; background:#023c22; color: #FFF;}
.btn-primary-chief:hover{ background: #ec1d23;}
.btn-primary-chief-ordercancel{ font-size: 14px;font-weight:700;background:#F00; color: #fff;}
.btn-primary-chief-ordercancel:hover{ background: #286090;}
.btn-primary-chief-orderconfirmed{ font-size: 14px;font-weight:700;background:#090; color: #000;}
.btn-primary-chief-orderconfirmed:hover{ background: #286090;}
.shoppingcart{ display: none;}






@media screen and (max-width: 768px) and (min-width: 528px) {

body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
	background-image: url('../images/background-photo-mobile-devices.jpg');
	width:auto;
  }
	.navbar-nav>li>a{ font-size:15px; color: #006638 !important; padding: 10px 20px;}
	.menu_order_item{ 
	height:130px;
	}


.carousel-holder {
    margin-bottom: 30px;
	margin-top: 111px;
}


}


@media (max-width: 528px){

 .padZero_xs{ padding:0px;}
 .txtCenter{ text-align: center !important;}
 /* For portrait layouts only */

.productrow{
	border-bottom:1px #000 solid;
}

.fixedTabs {
    position: fixed;
    top: 111px;
    left: 0px;
    padding-top: 35px;
}
/*--  .fixedOrdertable{position: fixed; top: 220px;}--*/
  .fixedStickyalias{height:130px; display:block !IMPORTANT;}

  .innerContainer {
    padding-top: 122px !important;
    background: none !important;
	}

	a.shoppingcart{
	display: inline-block;
	    font-size: 24px;
		/* border: 1px solid #FFCE86; */
		padding: 0px 10px;
		margin: 8px;
		border-radius: 5px;
		color: #FFCE86;
	}


	a.shoppingcart .badge{
	    float: right;
		position: relative;
    margin: -7px;
    z-index: 999;
   background: #5CB85C;
		 color: #FFFFFF;
	}
	
.boxstyle2{
	background: transparent url('../images/thumbnail_bg_hover.png') no-repeat center top;
    background-size: 100% 100%;
    width: 335px;
    height: auto;
	margin-left: 10px;
	}
	.boxstyle2 h1 span a{  color: #ffffff;}
	
	.boxstylesp{
	background: transparent url('../images/thumbnail_bg_hover.png') no-repeat center top;
    background-size: 100% 100%;
    width: 331px;
    height: auto;
	margin-left: -33px;
	}
	.boxstylesp h1 span a{  color: #ffffff;}
	
	/***************** count icon ********************/

.shop_icon{
	position:relative;
	margin-right:15px;
}
.shop_icon i[class^="fa "]{
	font-size:24px;
	margin-top:-2px;
}
.shop_icon .count{
	right:-8px;
	top:4px;
}

.count{
	position:absolute;
	width:18px;
	height:18px;
	line-height: 13px;
	color:#fff;
	font-size:.8em;
	right:-6px;
	top:-24px;
}
.count.type_2{
    background: #252525;
    width: 15px;
    height: 15px;
    font-size: 11px;
    margin-top: 12px;
    font-weight: bold;

}


.circle, .tw_buttons li:before, .vertical_list_type_2 li:before, .vertical_list_type_3 li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.t_align_c {
    text-align: center;
}


.tr_delay_hover, .button_type_2 .scheme_color {
    -webkit-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    -moz-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    -o-transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
    transition: color 1s ease,background-color 1s ease,box-shadow 1s ease;
}

/***************** end count icon ****************/

.btn-back{
	background:transparent url('../images/backbuttom.png') no-repeat center;
    font-family: "Papyrus";
    color: #911814;
    font-size: 21px;
    font-weight: 800;
    margin-left: -48px;
    border-radius: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
	margin-top:-35px;
}

.btn-back:hover{
	background:transparent url('../images/backbuttom.png') no-repeat center;
	color: #000;
    padding-bottom: 6px;
    padding-top: 6px;
}


.slide-image {
	margin-top:42px;
}

}

@media (min-width: 768px) {
body{   padding-top: 50px;}
.navbar-nav {
		 margin: 0px -15px !important;
		 margin-left:40px !important;
	}
.navbar {
	 min-height:110px;
}
.navbar-nav>li>a{ font-size:15px; color: #006638 !important; padding: 10px 5px;}
.navbar-nav>li>a span{
		display: block;
		 width: 100%; 
		 text-align: center;
		 font-size: 30px;
		 margin:10px 0px;
		 color:#006638;
}

.top_fix_nav{height:50px;}
	
	
.cart-body h4{
	font-size:18px;
	font-weight:400;
	
}
.menu_order_item{    padding: 10px 18px;	
	background-size:100% 100%;
	border:0px;
	height:110px;

}	


.logo{

    width: 200px;
    height: 107px;
    margin-left: 241px;
    margin-top: 62px;
}
	

}
@media (min-width: 992px) and (max-width:1024px){
	.navbar-nav>li>a{ font-size:15px; color: #006638 !important; padding: 10px 22px;}
}
@media (min-width: 992px) {
body{	  padding-top: 30px;}
.navbar {
    margin-top: 50px;
	min-height:91px;
}
.navbar-nav>li>a{ font-size:15px; color: #006638 !important; padding: 10px 23px;}

.menu_order_item{    padding: 10px 18px;	
	background-size:100% 100%;
	border:0px;
	height:110px;

}


}



@media (min-width: 1200px) {
body{    padding-top: 30px;}
.navbar {
    margin-top: 50px;
	min-height:90px;
}
.navbar-nav>li>a{ font-size:15px; color: #006638 !important; padding: 11px 30px; font-weight:700;}
.navbar-nav>li>a:hover{ font-size:15px; color: #006638 !important; padding: 11px 30px;}
.navbar-nav>li>a:active{ font-size:15px; color: #FFF !important; padding: 11px 30px;}


}

.navbar-nav {
    margin: 48px -15px 10px;
}


.innerContainer{ padding-top:157px; padding-bottom:69px; color:#252525;}
.tab-content{ padding:10px 0px; margin-bottom:10px;}
.padZero{
				padding: 0px;
}
.order_table{
font-size:15px;
}
.order_table h3{ font-size: 26px; font-weight:bold; padding:5px 0px !important;
}
.order_table th{
background:#d1b34b; color: #000;
}
.order_table td{ border-top:0px !important; border-bottom:1px solid #374407;}
.order_tabs{
				    background: #911814;
}
.order_tabs.nav-tabs>li>a{
				color: #000;
    margin: 3px 0px 1px 6px;
    border-radius: 10px 10px 10px 10px;
    border: 0px;
    background-color: #fff;
}

.order_tabs.nav>li>a:focus, .order_tabs.nav>li>a:hover{
				background: none;
				color: yellow;
				border: 0px;
			
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
				background: #eec97c;
				color: #000;
				
}


#stickyalias {
                  display: none;
}
#tabs
{
	 z-index:99;
	 padding: 6px 10px 6px 10px;
}

}
@media only screen and(min-width: 980px)
{
	.boxstyle2{
	background: #fde8b1;
    width: 400px;
    height: auto;
	}
	
}

@media only screen and (min-width: 520px) and (max-width: 768px)  {
  /* For portrait layouts only */
  .fixedTabs{position: fixed; top: 113px; left: 0px;}
  .fixedOrdertable{position: fixed; top: 220px; z-index: 99;}
  .fixedStickyalias{height:133px; display:block !important;}
  .productrow {
	border-bottom:1px #000 solid;
    }
  .navbar {
	    margin-top: 50px;
		min-height: 83px;
	}
	.navbar-nav>li>a span {
    font-size: 17px;
	color:#006638;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -1px;
	    margin-top: -9px;
	}

	.innerContainer {
	   padding-top: 130px;
	   background: url('../images/Molto_Design_background.jpg') no-repeat center -90px;
	}
	
}

.cart-body .panel{background: transparent url('../images/thumbnail_bg.png') no-repeat center top;
    background-size: 100% 100%;
    border: 0px;
    padding: 20px;
	margin-bottom: -10px;
	}

.cart-body .panel-heading { background: none;     font-size: 16px;
    font-weight: bold;
    padding: 5px 0px !important; color: #252525; }
.cart-body .panel-footer{ background:none;     border-color: #FFF;}
	
.cards{
    padding-left:0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('../images/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards .mastercard {
  background-position: -51px 0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('../images/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards .amex {
  background-position: -102px 0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('../images/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards li:last-child {
  margin-right: 0;
}

.cart-body img.itempic {
    width: 70px;
    height: 70px;
    float: right;
    margin-right: -21px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 2px 10px #999;

}
.cart-body img.itempicc {
    width: 107px;
    height: 115px;
    float: left;
    margin-right: 8px;
    border-radius: 15%;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 2px 10px #999;

}
.cart-body h4{
	font-size:18px;
	font-weight:400;
	
}

.reviewOrder hr{ margin:10px 0px;     border-color: #AB8D4F;}


	
}

