
.single-item .img img {
    width: 100%;
}
.single-item-content .single-item.even{
    background-color: #e4e4e4;
}
.single-item-content .single-item.odd{
    background-color: #F1F1F1;
}
.tlp-container{
    max-width: 1170px;
    margin: auto;
}
.total_category{
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.total_category h3{
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
.total_food_category{overflow: hidden;}
.food_details_border{
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 1px solid #393939;
}

.price-item{}
.price-item h4{ margin: 0;color: #ff0000;}
.product_description{}
.product_description h3{color:#181818;margin:0}
.product_description p{color:#898989;margin:0}
.product_description a{color:#898989;margin:0;text-decoration: none;}


.single-food {
    margin-bottom: 25px;
    padding: 15px;
}

.fm-gallery{
    width: 33.33%;
    float: left;
}
.fm-gallery img{
    width: 100%;
}
.fm-single-info{
    overflow: hidden;
    padding-bottom: 30px;
}
.tlpfood_summary{
    float: left;
    width:66%;
}
.tlps-container{
    padding-left: 30px;
}
.total_food_category{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.food_details_border{
    float: left;
    width: 73%;
}
.cat_menu_img{
    float: left;
}
.tlpfood_summary h2{
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
}

.tlpfood_summary  .price{
    font-weight: 600;
    padding: 10px 0;
}
/* end*/
.food-cat-list {
    display: inline-block;
    width: 100%;
}
.food-cat-list .food-cat {
    width: 45%;
    float: left;
    height: 140px;
}
.single-item h3 {
    margin: 0;
}
.tlp-container{
    padding: 0 15px;
}
.tlp-container .single-item{
    width: 98%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.tlp-container .menu-img{
    float: left;
    width: 37%;

}
.tlp-container .menu-img a{
    line-height: 0.5 !important;
}
.tlp-container .menu-mid{
    width: 63%;
    float: left;
    line-height: 24px;
}
.tlp-container .menu-mid-top {
	position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}
.tlp-container .price{
   	/*float: left;*/
    font-weight: 600;
    padding-right: 6px;
    text-align: right;
    width: 25%
}
.tlp-container .menu-mid h3{
    font-size: 1.5em;
    font-weight: normal;
    /*float: left;*/
    width: 100%;
    word-break: break-word;
}
.tlp-container .menu-mid p {
    margin-bottom: 0px;
    padding-top: 5px;
}
.tlp-container .menu-mid-p15{
    padding-left: 15px;
}
.tlp-container > h3 {
    margin-bottom: 20px;
}
.single-item-content{
    overflow: hidden;
    clear: both;
}
.tlp-navigation {
    text-align: center;
    padding: 15px 0;
}
.tlp-navigation ul li{
    display: inline-block;

}
.tlp-container .col-full{
    width: 100%;
    float: inherit;
    overflow: hidden;
    float: none;
}
.menu-mid-right {
    padding: 0 15px;
}
.tlp-container .col-full .menu-img {
    width: 13%;

}
.tlp-container .col-full .menu-mid {
    width: 80%;
}
@media (max-width: 768px) {
   .tlp-container .single-item{
    width: 99%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
}
@media (max-width: 992px){
    .food-cat-list .food-cat{
        float:none;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 360px) {
.tlp-container .menu-mid-top{
    padding-top: 0;
}
.single-item h3 {
    line-height: 22px;
    margin: 0;
    padding-top: 10px;
}
}

/* GDS Cart */
.order {
    /*clear: both;*/
   margin-left: 7px;
}
.order_wrap {
	display: -webkit-flex;  /* für Safari */
   	display: -ms-flexbox;   /* IE 10 */
   	display: flex;          /* alle anderen */
    justify-content: flex-end;

}
input.order_quantity {
    max-width: 1.1em;
    /*float:right;*/
    margin: 2px 5px 0 0;
    text-align: center;
    font-weight: 700;
}
.add_item{
	/*float:right;*/
	margin-bottom: 15px;
}
.tlp-container .price{
	/*clear:both;*/
	/*float:right;*/
    margin: 5px 0 0 5px;
}
