button {
    margin-top: 5px;
}

#custom_carousel .controls a small {
    font-size: 1em !important;
}

#menu {
font-family: serif;
}

.carousel-inner {
    overflow: visible;
}

.carousel-inner .row {
    margin-bottom: 10px;
}

#custom_carousel .item {
    height: auto;
    color:#000;
    background-color:#f1f1f1;
    padding: 10px 0 ;
    overflow: visible;
}
#custom_carousel .controls{
    overflow-x: visible;
    overflow-y: visible;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:2px solid #ac1114;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold;
}

.product-price{
    font-size: 14px;
}

.product-stock{
    color: #74DF00;
    font-size: 14px;
    margin-left: 20px;
}