/*Fundo Branco*/
body{
  background: #e5e5e5;
  color:#666;
}
hr{
  border-color:#eee;
}
a{
    color: #666;
}
a:hover, a:focus{
  color: #858585;
}
input[type=text], textarea {
  border: 1px solid #e4e4e4;
}
 
input[type=text]:focus, textarea:focus, input[type=password]:focus {
  box-shadow: 0 0 2px rgba(153, 153, 153, 1);
  border: 1px solid rgba(153, 153, 153, 1);
}
input, button, select, textarea {
  background: #e4e4e4;
}

.background_color{
  background: white;
  border-color:white !important;
}
.background_color_mid{
  background: #e4e4e4;
  border-color:#e4e4e4 !important;

}

.bag{
  border-left: 1px solid #e5e5e5;
}
.bag ul li{
  border-bottom: 1px solid #e5e5e5;
}
.menudrop{
  border-right: 1px solid #e5e5e5;
}
.hidden_order{
  border-top: 1px solid #e5e5e5;
}