﻿/* MENU V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Menu_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 5px;
    clear: both;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Menu_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*------------------------ TITLE --------------------*/
.S_Menu_Item_Title {
    position: relative;
    display: table;
    width: auto;
    height: auto;
    max-width: 80%;
    padding: 2px 25px 2px 25px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.2);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    border-radius: 20px;
    font-family: 'Ravi';
    font-style: normal;
    font-weight: bold;
    font-size: 1.1em;
    color: rgba(0,0,0,0.5);
    text-align: center;
    vertical-align: top;
    direction: rtl;
    clear: both;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*------------------------ TITLE --------------------*/


/*------------------------- ITEM --------------------*/
.S_Menu_Item_Main {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: auto;
    padding: 10px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.S_Menu_Item_Sep_2, .S_Menu_Item_Sep_1 {
    width: 100%;
    clear: both;
}
.S_Menu_Item_Sep_2 {
    display: block;
}
.S_Menu_Item_Sep_1 {
    display: none;
}
.S_Menu_Item_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 120px;
    padding: 2px;
    border-radius: 7px;
    box-shadow: 1px 2px 5px 1px rgba(100,50,0,0.12);
    background-color: rgba(255,255,255,0.2);
    background: -webkit-linear-gradient(top, rgba(100,50,0,0.12), rgba(100,50,0,0.2));
    background: -o-linear-gradient(bottom, rgba(100,50,0,0.12), rgba(100,50,0,0.2));
    background: -moz-linear-gradient(bottom, rgba(100,50,0,0.12), rgba(100,50,0,0.2));
    background: linear-gradient(to bottom, rgba(100,50,0,0.12), rgba(100,50,0,0.2));
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.S_Menu_Item_Pic {
    position: absolute;
    display: block;
    width: 108px;
    height: 108px;
    top: 6px;
    right: 6px;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgba(235,235,235,1.0);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 20;
}
.S_Menu_Item_Info {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 7px;
    right: 125px;
    top: 7px;
    line-height: 17px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 30;
    /*
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 125px 2px 5px;
    line-height: 17px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 30;
    */
}
.S_Menu_Item_Info_Title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Ravi';
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
    color: rgba(0,40,60,1.0);
    text-align: right;
    vertical-align: top;
    direction: rtl;
}
.S_Menu_Item_Info_Attribs_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 2px;
    text-align: left;
}
.S_Menu_Item_Info_Attribs_Icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    border-radius: 8px;
    background-color: rgba(0,40,60,1.0);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
}
.S_Menu_Item_Info_Desc {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 2px;
    font-family: 'Ravi';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    color: rgba(0,40,60,0.6);
    text-align: right;
    vertical-align: top;
    direction: rtl;
}
.S_Menu_Item_Info_Ingredient {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 2px;
    font-family: 'Ravi';
    font-style: normal;
    font-weight: normal;
    font-size: 0.75em;
    color: rgba(0,40,60,0.6);
    text-align: right;
    vertical-align: top;
    direction: rtl;
}
.S_Menu_Item_Info_Price_Main {
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    right: 125px;
    bottom: 5px;
    z-index: 30;
    direction: rtl;
}
.S_Menu_Item_Info_Discount {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 5px;
    font-family: 'Ravi';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    color: rgba(150,150,150,1.0);
    text-align: right;
    vertical-align: bottom;
}
    .S_Menu_Item_Info_Discount:after {
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        left: 0px;
        top: 50%;
        background-color: #C80000;
        z-index: 100;
        content: '';
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -moz-transform: rotateZ(-7deg);
        -ms-transform: rotateZ(-7deg);
        -o-transform: rotateZ(-7deg);
        -webkit-transform: rotateZ(-7deg);
        transform: rotateZ(-7deg);
    }
.S_Menu_Item_Info_Price {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-family: 'Ravi';
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
    color: rgba(0,40,60,1.0);
    text-align: right;
    vertical-align: bottom;
}
/*------------------------- ITEM --------------------*/





@media screen and (min-width:0px) and (max-width:750px)
{
    .S_Menu_Item_Main {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Menu_Item_Sep_2 {
        display: none;        
    }
    .S_Menu_Item_Sep_1 {
        display: block;
    }
}
