﻿h3 {
    font-family: 'Montserrat', 'Roboto 7', 'Roboto', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #393939;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: normal;
}
input.form-control.price {
    width: unset !important;
    background-color: transparent !important;
    border: none !important;
    display: inline-block;
    font-weight: 600;
    box-shadow:none;
}

.label-bold {
    font-weight: 600;
    display: inline-block;
}

.btn-cart {
    display: inline-block;
    float:left;
}

.foodData {
    width:100%;
}

.btn, .btn:hover,
.btn-back, .btn-back:hover {
    border: none !important;
    background-color: #593060 !important;
    border-radius: 10px!important;
}
.form-qty {
    width: 45px;
    border:none;
    text-align:center;
    background-color:transparent;
}

.fa-minus, .fa-plus {
    color: #555;
    font-weight: 600;
}
.container {
    padding-left: 0 !important;
   /* padding-right: 0 !important;*/
}

.navbar-brand{
    padding:0!important;
}
div.cart {
    float: right;
   
    text-align: right;
}
div.cart a{
    margin-right:20px;
}
.hide{
    display:none!important;
}
@media (min-width: 768px) {
    .container {
        /*width: 100%;*/
        margin-top:10px;
    }
    .btn-cart {
        float: right;
    }
}