.order-menu {
	margin-bottom: 30px;
}

.categories button {
	width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 16px;
	font-family: 'Montserrat-SemiBold';
	border-radius: 0px;
}

.categories button .fa {
	float: right;
}

.categories .list-group-item {
	border-radius: 0px;
    border: none;
}

.categories .list-group-item.active {
	color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.online-menu-middle .nav {
	width: 100%;
	margin: 0;
}

.online-menu-middle .nav a {
	color: #fff;
    font-size: 16px;
	text-transform: uppercase;
	padding: 14px 15px;
}

.online-menu-middle .nav a.active {
	
}

.online-menu-middle .nav a.active:after {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 8px solid #ccc;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
	border-top-color: #cb1719;
}

.online-menu-middle .media-object {
    width: 100px;
    height: 80px;
}

.online-menu-middle .nav a:focus, .online-menu-middle .nav a:hover {
	background: #cb1719;
}

.menu-middle-inner {
	padding: 20px;
	clear: both;
	border-bottom: 1px solid #f8f8f6;
}

.menu-middle-inner .hadding {
	background: #f8f8f6;
    font-size: 20px;
    padding: 8px;
}

.menu-middle-inner .media-body p {
	font-family: 'Merriweather-Regular';
	color: #777777;
}

.size {
	padding: 15px 8px;
}

.size span {
	font-family: 'Merriweather-Bold';
	font-size: 16px;
}

.size a {
	border: 1px solid #cccccc;
    padding: 7px 20px;
    font-size: 12px;
	border-radius: 2px;
	margin-left: 7px;
	background: #fff;
}

.size a:hover {
	background: #eceff1;
}

.now-open, .now-closed{
	background: #00a652;
	padding: 4px;
	margin-bottom: 10px;
}

.now-open h3, .now-closed h3{
	font-size: 30px;
    padding: 8px;
    margin: 0;
    text-align: center;
    color: #fff;
    border: 2px dashed #00c45c;
}

.now-closed {
	background: #f94d01;
}

.now-closed h3 {
	border: 2px dashed #f98d01;
}

.shopping-cart .hadding {
	text-align: center;
    font-size: 16px;
    padding: 13px 0px;
    margin: 0;
}

.cart-section {
	padding: 15px;
	border-bottom: 1px solid #cccccc;
}

.cart-section h5 {
	color: #555555;
	margin-bottom: 15px;
}

.shopping-cart p {
	font-family: 'Montserrat-Light';
	font-size: 13px;
	color: #777777;
}

.point {
	padding: 10px 15px;
	border-bottom: 1px solid #cccccc;
}

.order-type {
	border-bottom: 1px solid #cccccc;
}

.order-type p {
	margin: 0;
	font-size: 14px;
}

.order-type .col-md-6 {
	padding: 15px;
}

.order-type .col-md-6:first-child {
	border-right: 1px solid #cccccc;
	padding-left: 30px;
}

.checkout {
	padding: 15px;
	text-align: center;
}

.checkout p {
	font-size: 14px;
	margin-top: 10px;
}

.checkout h5 {
	font-family: 'Montserrat-Light';
	color: #555555;
	letter-spacing: -0.2px;
}

.checkout textarea {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 10px;
}

.checkout h3 {
	font-size: 26px;
	color: #555555;
	font-family: 'Montserrat-SemiBold';
	margin: 15px 0;
}

.apply-btn {
	padding: 9px;
    border-radius: 0;
    background: #777777;
    color: #ffffff !important;
    font-size: 16px;
    text-transform: uppercase;
}

.checkout-btn {
	width: 100%;
    padding: 9px;
	margin: 10px 0 15px 0;
	text-transform: uppercase;
}

.credits {
	font-family: 'Montserrat-Light';
	font-size: 25px;
	border: 1px solid #cccccc;
	color: #555555;
}

/*  ***  */
.spinner {
  	width: 62px;
}
.spinner input {
	text-align: center;
	height: 42px;
    padding: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}
.input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 10px 11px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
	outline: none;
	color: #fff;  
}

.input-group-btn-vertical > .btn:first-child {
	background: #4baf4f;
	border-color: #4baf4f;
}

.input-group-btn-vertical > .btn:last-child {
	margin-top: -2px;
	background: #ff8a00;
	border-color: #ff8a00;
}
.input-group-btn-vertical i{
	position: absolute;
	top: 4px;
	left: 6px;
	font-size: 12px;
}

.panel {
	margin: 0;
    border: none;
    border-radius: 0;
	border-top: 3px solid #b44c53;
}

.panel .rst-details {
	padding: 20px;
	background: #dbdbdb;
	font-family: 'Montserrat-Light';
}

.panel .rst-details .row {
	margin-bottom: 10px;
}

.panel-default>.panel-heading {
	border: none;
    border-radius: 0;
	padding: 18px 15px;
}

.panel-title {
	font-family: 'Montserrat-Light';
	color: #555555;
}

.panel .fa {
	margin-right: 5px;
	font-size: 20px;
}

.panel-body p, .panel-body a {
	font-size: 16px;
	font-family: 'Montserrat-Light';
	color: #777777;
	margin-bottom: 25px;
}

.panel-body label {
	color: #555555;
	font-weight: 100;
	font-size: 16px;
}

.panel-body span {
	color: red;
}

.form-control {
	font-family: 'Montserrat-Light';
	box-shadow: none;
    height: 42px;
    border-radius: 0;
}

.panel-body button {
	padding: 0 42px;
    border-radius: 0;
    text-transform: uppercase;
    height: 40px;
    margin: 10px 20px 15px 0;
}

.checkout-options {
	padding: 10px 0;
}

.checkout-options label {
	font-family: 'Montserrat-Light';
}

.panel-body .form-group  p {
	margin: 20px 0;
}

.address-label {
	width: 100%;
}

.address-label .col-md-3 {
	padding: 0;
}

.panel-body .address-label p {
	margin: 0 0 1px 0;
}

.address-form {
	margin-top: 10px;
}

.hadding-deliver {
	margin: 0 0 20px 0;
    text-transform: uppercase;
}

.payment-way {
	margin: 20px 0;
}

.payment-way .well {
	font-family: 'Montserrat-Light';
    font-size: 16px;
    border: none;
    border-radius: 0;
    background: #dbdbdb;
	margin-top: 15px;
	position: relative;
	padding: 19px 27px;
}

.payment-way .well:after {
    content: "";
    position: absolute;
    left: 50px;
    border-style: solid;
    display: block;
    width: 0;
	top: -12px;
    bottom: auto;
    border-width: 0 15px 15px;
    border-color: #dbdbdb transparent;
}

/* checkbox */
.check_box:not(old),
.radio_box:not(old),
.radio_box2:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
	height: inherit;
}

.check_box:not(old) + label,
.radio_box:not(old) + label,
.radio_box2:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 40px;
  background   : url('../images/ellipse1.png') no-repeat 0 0;
  line-height  : 32px;
}

.radio_box2:not(old) + label {
	background   : url('../images/ellipse3.png') no-repeat 0 0;
    padding-left: 28px;
    line-height: 17px;
}

.radio_box:not(old):checked + label,
.radio_box2:not(old):checked + label{
  	background-position : 0 -48px;
	background   : url('../images/ellipse2.png') no-repeat 0 0;
}

.radio_box2:not(old):checked + label{
	background   : url('../images/ellipse4.png') no-repeat 0 0;
}

.check_box:not(old) + label {
	background   : url('../images/check_box1.png') no-repeat 0 0;
    padding-left: 28px;
    line-height: 17px;
	margin-left: 0;
}

.check_box:not(old):checked + label{
	background   : url('../images/check_box2.png') no-repeat 0 0;
}


