.quantityControl {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    float: none;
}
hr {
    border: none;
    height: 1px;
    color: #000000; 
    background-color: #000000;
}
.bolded {
    font-weight: bold;
}
.btn-group {
    margin-left: 15px;
    margin-right: 10px;
}
.navbar-bg {
    background-color: #2c3e50;

}.wrapper-bg {
    background-color: #bdc3c7;
}

/*// MENU ITEM BACKGROUND        //////////////////////////////////////////////////////////////*/
.product-desc-bg {
    background-color: #48647c;
}
.white-text {
    color: white;
}
.btn-default {
    color: white;
}
/*// CARD BACKGROUND COLOR   //////////////////////////////////////////////////////////////////*/
.cart-bg {
    background-color: #74525f;
}
.orange-text {
    color: orange;
}
.itemQuantity {
    position: absolute;
    top: 0px;
    right: 12px;
}
.hide {
    display: none;
}
.item_name {
    font-size: 1.5em;
}
.item_price,.item_price2 {
    font-size: 1.5em;
}
i.fa-minus.white-text,i.fa-plus.white-text {
    font-size: 1.5em;
}
.topping {
    display: inline-block;
}
.topping-info,.topping-amount select {
    vertical-align: top;
}
.topping-left {
    background: #9e978e;
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 2em;
    width: 1em;
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
    cursor: pointer;
}
.topping-whole {
    background: #9e978e;
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 2em;
    width: 2em;
    border-radius: 1em;
    cursor: pointer;
}
.topping-right {
    background: #9e978e;
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 2em;
    width: 1em;
    border-bottom-right-radius: 2em;
    border-top-right-radius: 2em;
    cursor: pointer;
}
.topping-left.selected,.topping-right.selected,.topping-whole.selected {
    background: Lime;
}

.padding-0 {
    padding: 0px 0px !important;
}

.padding-sm {
    padding: 0px 2px !important;
}

.padding-md {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

.padding-modal {
    padding-left: 5px !important;
    padding-right: 0px !important;
}
