body
{
    /* background: url(../images/bg.png); */
}
.site
{
    font-family: "Montserrat", sans-serif;
}
.text-logo
{
    font-family: "Montserrat", sans-serif;
    color: #030100;
    /*text-shadow: 2px 2px #ffd301;*/
    font-size: 10px;
    padding: px 0px;
    text-align: center;
}
.text-logo .glyphicon
{
    color: #ffd301;
    text-shadow: 0px 0px #ffd301;
}
.nav
{
   margin-bottom: 40px;
}
.thumbnail img
{
    background: #fdf9e6;
}
.price
{
    background: #77a277;
    box-shadow: 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
    color: #fff;
    /*text-shadow: 2px 2px #333;*/
    position: absolute;
    right: 6px;
    top: 20px;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 3px;
}
.price:before
{
    border: 4px solid transparent;
    border-bottom: 4px solid #4a934a;
    border-left: 4px solid #4a934a;
    content: "";
    position: absolute;
    right: 1px;
    top: -8px;
}
.caption > h4
{
    color: #e7480f;
    font-size: 18px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
    background: #e7480f;
}
.nav>li>a:focus, .nav>li>a:hover
{
    color: #e7480f;
    background-color: #eee;
}
.nav>li>a
{
    color: #7b7a7a;
    font-size: 18px;
    /*text-shadow: 2px 2px #333;*/
}
.btn-order
{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #e7480f;
    text-decoration: none;
   /* text-shadow: 2px 2px #333; */
}
/*
.btn-order:hover, .btn-order:focus
{
    color: #fff;
    background-color: #c13c0d;
}

/*  ADMIN */

.admin
{
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}
.help-inline
{
    color: red;
}

.quantity {
    background: #d0d0d3;
}

.plus {
    background: #9b9b9b;
}

.minus {
    background: rgb(226, 226, 226);
}

.ordenar {
    padding: 12px 24px;

    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-logo {
    width: 125px;
}

.total {
    font-size: 32px;
    font-weight: 1;
}

.tab-content {
    padding-bottom: 86px;
}

.orden-title {
    font-weight: bold;
    font-size: 18px;
    margin-left: 16px;
}