html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  
}

body {
    width: 100%;
    height: 100%;

    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #696969;
    margin-bottom: 60px;
}
.brand {
  height: 75px;
    color: #777777;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #ffffff;
}
.btn-disactive {
    background-color: #c0c0c0;
    border-color: #ccc;
    color: #696969;
}
.timeorder {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 78px;
  margin-left: 4px;
}
#btntimeby{
  margin-left: 4px; 
}

/* ===== Begin navbar ===== */
.navbar-header a {
  color: #fff;
}

.navbar-nav > li > a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.navbar {
  margin: 0;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .container {
  padding-left: 10px;
  padding-right: 20px;
}


/* Navbar brand (logo) */
.navbar-brand {
  background-size: 200px 65px !important;
  background-repeat: no-repeat;
  background-position: left center;
  width: 200px;
  height: auto;
  padding: 24px 0;
  text-indent: -99999px;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-brand {
  background-image: url(../img/logo.png);
}
.navbar-shrink .navbar-brand {
  background-image: url(../img/logo.png);
}
.navbar-transparent .navbar-brand {
  background-image: url(../img/logo.png);
}
.navbar-inverse .navbar-brand {
  background-image: url(../img/logo.png);
}

/* Navbar links */
.navbar-nav > li > a {
  padding: 24px 0;
  margin-left: 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

/* Navbar dropdown */
.dropdown-left {
  left: 0 !important;
  right: auto !important;
}
.dropdown-right {
  right: 0 !important;
  left: auto !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.navbar-default .dropdown-menu {
  padding: 10px 0;
}
.dropdown-menu > li > a {
  padding: 4px 20px;
  text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  text-decoration: none;
  background-color: transparent;
}

/* Navbar inverse dropdown */
.navbar-inverse .dropdown-menu {
  padding: 10px 0;
}

/* Navbar fixed */
.navbar-fixed-top .container {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-shrink {
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.navbar-shrink .navbar-brand {
  font-size: 20px;
}
.navbar-default.navbar-fixed-top.navbar-shrink .container {
}
.navbar-fixed-top.navbar-shrink .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navbar-default.navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Navbar transparent */
.navbar-transparent {
  background-color: rgba(0, 0, 0, 0);
}
.navbar-fixed-top.navbar-transparent .container {
  padding-top: 30px;
  padding-bottom: 0;
}
.navbar-fixed-bottom.navbar-transparent .container {
  padding-top: 0;
  padding-bottom: 30px;
}
.navbar-transparent .navbar-nav > li > a {
  color: #FFF;
}
.navbar-transparent .navbar-brand, .navbar-transparent .navbar-brand:focus {
  color: #FFF;
}
/* ===== End navbar ===== */

#logo {
    float: left;
    left: 0;
    margin-right: -100%;
    max-width: 100%;
    min-width: 250px;
    position: absolute;
    top: 0px;
    width: 32%;
}
a {
    color: #257DB7;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover, a:focus {
    color: #6de9ff;
    text-decoration: underline;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}
/* ----- Header ----- */
.col-md-12{
    padding-left: 0px;
    padding-right: 0px;
}


.header h1 {
    float: left;
    margin: 0;
    text-align: left;
}

.header a.brand {
    display: inline-block;
    text-indent: -9999px;
    width: 250px;
    height: 120px;
    padding: 30px 0;
	  margin-top: 0px;
    background: url(../img/logo.png) 20px center no-repeat;
    background-size: 240px 104px;
}


.header ul.nav {
    font-size: 14px;
    text-transform: uppercase;
}

.header ul.nav li a {
    padding: 30px 20px 10px 20px !important;
    color: #fff;
    text-shadow: none;
    text-align: center;
}

.header ul.nav li.current-page a {
    padding-bottom: 10px;
    border-bottom: 5px solid #f2a404;
    background: #f8f8f8;
	color: #000;
}

.header ul.nav li a:hover {
    background: #f2a404;
    color: #fff;
}

.header ul.nav li a i {
    line-height: 35px;
    color: #aaa;
}

.header ul.nav li a:hover i { color: #fff; }

.header-border {
  margin-top: 118px;
  border-top: 2px solid #808080;
  margin-left: 0px;
  margin-right: 0px;
}

legend{
  color:#fff;
}


.table-striped tr{
  background-color: #000 !important;
}

.modal-dialog {
  color: #000;
}
#form_register{
    color: #fff;
    background-color : transparent;
    background-color: rgba(0, 0, 0, 0.5);
}
#form_checkout{
    color: #fff;
    background-color : transparent;
    background-color: rgba(0, 0, 0, 0.5);
}
.form-user{
    color: #fff;
    background-color : transparent;
    background-color: rgba(0, 0, 0, 0.5);
}
.listproducts {
    color: #fff;
    background-color : transparent;
    background-color: rgba(0, 0, 0, 0.5);
}
.light {
    font-weight: 400;
}

.light_small {
    font-weight: 200;
  font-size: 8px;
  display: block;
  color:#000;
  background:#fff;
  float: right;
  margin-top: 48px;
  margin-left: -58px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 0px;
  background-color: #f5f5f5;
}

.cat {
    width: 100%;
    display: block;
    margin-left: 0px;
    overflow: hidden;
    z-index: 300;
}
.cat-list {
    list-style: outside none none;
    padding-left: 5px;


}
.cat li {
    float: left;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    margin: 0px auto;
    padding-left: 5px;
    padding-right: 10px;
    background-color: #f9f9f9;
    border: 1px solid #808080;
}

.cat li a{
    color: #4F5151;
    float: left;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    margin: 0px auto;
    padding-left: 5px;
    padding-right: 10px;
}

.cat li a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.cat li:hover {
    background-color: #449D44;
    font-weight: bold;
    text-decoration: none;
}


body > .container {
  padding: 50px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.red {
    color: red;
}
.white {
    color: white;
}
#cat-bar.stick{
  position: fixed;
  top: 130px;
  z-index: 100;
  width: 155px;
}
#cat-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  z-index: 300;
}

.catbar{
  float: left;
  z-index: 300;
  padding-right: 5px;
  padding-left: 0px;
}

#order-bar.stick{
  position: fixed;
  top: 130px;
  z-index: 100;
  width: 340px;
}
#order-bar {
  width: 100%;
  margin: 0;
  padding: 0;
}

#cmonth{
  color: #000;
}
#cyear{
  color: #000;
}
.sidebar{
  float: right;
  padding-right: 0px;
  padding-left: 5px;
}
}
/* footer display*/
  .loginbtn {
      display: none !important;
  }
  .cartbtn {
      display: none !important;
  }
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
.timeorder {
  color:#000;
}
/* Cart */
#jcart-tooltip{
  color:#000;
}
.jcart-item-name{
width: 215px;
}
.jcart-item-qty{
width: 50px;
}
.jcart-item-price{
width: 85px;
}
em {
    color: red;
    font-weight: bold;
    padding-right: 0.5em;
    vertical-align: top;
}
#jcart-tooltip { display:none; position:absolute; padding:3px 7px 3px 25px; background:url(../images/checkmark.png) 3px center no-repeat #fdfdfd; border:1px solid #a6c9e2; z-index:9999; }
.jcart-button{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
#register_form em { font-weight: bold; padding-right: 0.5em; vertical-align: top; color: red;}
#register_form  label.error { 
  float: none; 
  color: #C24949; 
  padding-left: .5em; 
  vertical-align: top;
  font-weight: bold;
}
.errors {
  color:#FFFF00;
  font-size:14px;
  line-height:20px;
  margin-bottom:10px;
  margin-left:20px;
  margin-right:20px;
  margin-top:10px;
}
.required-error {
    background-color: #FFCECE;
    border: 1px solid #FF0000 !important;
}

input.error {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
select.error {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#reg_message {
  font-size: 1em;
  color: #5CB85C;
}
.error {
    color: #d8232a;
    font-style: italic;
}
.form-heading{
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 5px;
}
.form-heading h4{
    margin-bottom: 2px;
    margin-top: 2px;
}
.form-heading hr {
    margin-bottom: 2px;
    margin-top: 2px;
}
hr{
    margin-bottom: 10px;
    margin-top: 10px;
}
#form_checkout .control-label {
    margin-bottom: 0;
    padding-top: 0px;
    text-align: left;
}
.text {
    color: #000;
    font-family: inherit;
    font-size: 18px;
    text-align: center;
}
.promotion{
  background: rgba(241,231,103,1);
  background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(214,133,11,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(214,133,11,1)));
  background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(214,133,11,1) 100%);
  background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(214,133,11,1) 100%);
  background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(214,133,11,1) 100%);
  background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(214,133,11,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#d6850b', GradientType=0 );
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
#treceipt table {
    border-collapse: collapse;
    background-color : transparent;
    background-color: rgba(0, 0, 0, 0.8);
}
#treceipt td, #treceipt th {
    border: 1px solid #A9A9A9;
    padding: 5px;
}
.nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.padding5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.toprightconner {
    position:absolute;
    z-index: 300;
    right:0;
    top:10px;
}
.upicon img {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
}
#treceipt p{
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 5px;
}
.itemHead {
    margin-top: 5px;
    height: 28px;
    line-height: 2.5;
    border-bottom: 1px solid #ccc;
}
.itemForm {
  padding-top: 5px;
  height: auto;
}
.itemSel{
  margin-top: 2px;
  margin-bottom: 2px;
}
.jumbotron, .jumbotron h1 {
    color: #ffffff;
    background-color: #1fa67a;
    margin-top: 10px;
    padding:10px;
}
.jumbotron h1 {
    font-size: 25px;
    letter-spacing: -1px;
    margin: 0 auto;
    text-shadow: 3px 2px 0 #1d9d74, 5px 4px 0 rgba(0, 0, 0, 0.15);
}

#preloader{
    display: block;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -100px;
    z-index: 9999;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}