﻿/* ########### MENU VIEW */

/*#####################################*/


/*MENU VIEW*/
@media all {
    .bgnav1 {
        background-color: #222;
    }

    #menu-bottom {
        width: 100%;
        height: auto;
        background-color: #fff;
        position: fixed;
        float: none;
        bottom: 0;
        z-index: 9998;
        display: flex;
        justify-content: center;
        background-color: #fff;
        -webkit-box-shadow: 0 0 35px #ccc;
        box-shadow: 0 0 35px #ccc;
        padding: 7px;
        -webkit-transition: background ease 0.2s;
        transition: background ease 0.2s;
    }

    .menu-bottom-box {
        width: 25%;
        height: 70px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
    }

        .menu-bottom-box:active {
            background-color: #f5f5f5;
        }

    #container .menu-bottom-box .p1 {
        text-align: center;
        margin: 0;
        font-size: 21px;
        line-height:0;
        margin-top: 12px;
    }
    #container .menu-bottom-box .p1 span{
        text-align: center;
        margin: 0;
        font-size: 25px;
        line-height: 21px;
    }
    #container .menu-bottom-box .p2 {
        text-align: center;
        margin: 0;
        font-size: 12px;
        margin-top: 4px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .menu-bottom-box-100 {
        width: 100%;
        height: 70px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
    }

        .menu-bottom-box-100:active {
            background-color: #f5f5f5;
        }

    #container .menu-bottom-box-100 .p1 {
        text-align: center;
        margin: 0;
        font-size: 18px;
        margin-top: 15px;
    }

    #container .menu-bottom-box-100 .p2 {
        text-align: center;
        margin: 0;
        font-size: 10px;
        margin-top: 4px;
        text-transform: uppercase;
        font-weight: 600;
    }


    .preview-welcome {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    #container .preview-welcome .p1 {
        text-align: center;
        margin: 0;
        font-size: 36px;
        font-weight: 600;
    }

    #container .preview-welcome .p2 {
        text-align: center;
        margin: 0;
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }

    .preview-bt {
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: 30px;
    }

        .preview-bt .text1 {
            width: 92%;
            margin-left: 4%;
            margin-right: 4%;
            height: 54px;
            margin-top: 23px;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: all ease 0.1s;
            transition: all ease 0.1s;
            -webkit-border-radius: 35px;
            border-radius: 35px;
            border: 2px solid #444;
            text-align: center;
            font-size: 13px;
            text-transform: uppercase;
        }

    .preview-notice {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    #container .preview-notice .p1 {
        text-align: center;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .preview-footer {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 25px;
    }

    #container .preview-footer img {
        width: 100px;
    }
.preview-logo {
width: 100%;
height: 240px;
padding: 20px;
padding-top: 40px;
padding-bottom: 25px;
display:flex;
justify-content:center;
}
.preview-logo img {
height:100%;
}
.preview-welcome {
width: 100%;
height: auto;
padding: 10px;
}
#container .preview-welcome .p1 {
text-align: center;
margin: 0;
font-size: 23px;
font-weight: 600;
}
#container .preview-welcome .p2 {
text-align: center;
margin: 0;
font-size: 16px;
line-height: 22px;
margin-top: 6px;
}
.preview-bt {
width: 100%;
height: auto;
padding: 10px;
margin-top: 30px;
}
.preview-bt .text1 {
width: 92%;
margin-left: 4%;
margin-right: 4%;
height: 54px;
margin-top: 23px;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
-webkit-border-radius: 35px;
border-radius: 35px;
border: 2px solid #444;
text-align: center;
font-size: 13px;
text-transform: uppercase;
}
.preview-notice {
width: 100%;
height: auto;
padding: 20px;
}
#container .preview-notice .p1 {
text-align: center;
margin: 0;
font-size: 15px;
line-height: 19px;
}
.preview-footer {
width: 100%;
height: auto;
padding: 20px;
margin-top: 40px;
}
#container .preview-footer img {
width: 88px;
}
.menu-header-cont {
width: 100%;
height: auto;
position: fixed;
float: none;
padding: 7px;
z-index: 9998;
display: flex;
justify-content: center;
background-color: #fff;
-webkit-box-shadow: 0 0 35px #ccc;
box-shadow: 0 0 35px #ccc;
}
.menu-header-back {
width: 75%;
height: 70px;
}
    .menu-header-back-1 {
        width: 70px;
        height: 70px;
        background-color: #eeeeee;
        -webkit-border-radius: 9px;
        border-radius: 9px;
    }
    .menu-header-back-1:active {
        background-color: #f2f2f2;
    }
    #container .menu-header-back-1 .p1 {
        font-size: 44px;
        margin: 0;
        margin-top: 13px;
        margin-left:-1px;
        text-align:center;
    }

.menu-header-back-2 {
width: auto;
height: 70px;
margin-left: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#container .menu-header-back-2 .p1 {
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin-top: 24px;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.menu-header-logo {
width: 50%;
height: 70px;
}
.menu-header-logo img {
height:70px;
}
.menu-header-brand {
width: 20%;
height: 70px;
}
.menu-header-brand img{
width: 32px;
margin-left:25px;
margin-top:19px;
}
    .menu-header-lang {
        width: 25%;
        height: 70px;
    }

    #container .menu-header-lang .p1 {
        font-size: 13px;
        margin-left: 17px;
        margin-top: 23px;
        text-align: left;
        text-transform: uppercase;
    }
.menu-header-cart {
width: 25%;
height: 70px;
float:right;
}
    #container .menu-header-cart .p1 {
        font-size: 13px;
        margin-right: 17px;
        margin-top: 23px;
        text-align: right;
        text-transform: uppercase;
    }

.menu-header-lang .text1{
width: 50px;
height: 32px;
padding:0;
border:none;
background-color:transparent;
font-weight:600;
font-size:18px;
float:left;
margin-left:30px;
margin-top:19px;
outline:none;
}
.menu-header-lang .text1:hover {
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.menu-header-lang .text1:active {
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.menu-header-lang .text1:focus{
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.menu-header-help {
width: auto;
height: 90px;
float: right;
}
.textpop1 {
padding: 30px;
}
#container .textpop1 h3 {
font-size: 21px;
line-height: 26px;
font-weight: bold;
margin-top: 25px;
color: #000;
}
#container .textpop1 p {
font-size: 19px;
line-height: 27px;
margin-top: 7px;
}
#container .textpop1 li {
font-size: 16px;
line-height: 26px;
margin-top: 5px;
color: #222;
}
#container .menu-header-help .p1 {
font-size: 24px;
line-height: 20px;
margin-top: 34px;
}
.menu-nav-cont {
width: 100%;
height: 80px;
position: fixed;
float: none;
padding: 7px;
z-index: 2;
display: flex;
justify-content: center;
background-color: #fff;
}
.spanmessage1 {
width:100%;
background-color: #f6f0cf;
padding: 15px 0 15px 0;
color: #111;
font-size: 20px;
line-height: 20px;
text-align:center;
}
.spanmessage1 .text1 {
background-color:transparent;
font-size:20px;
border:none;
width:auto;
height:30px;
padding:0;
padding-right:5px;
padding-left:8px;
margin-right:5px;
}
.spanmessage1 .text1:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.spanmessage1 .text1:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.menu-item-cont {
width: 100%;
height: auto;
margin-top: 90px;
z-index: 1;
padding-bottom:80px;
}
.menu-item-1 {
width: 95%;
margin: 1%;
margin-left: 2.5%;
margin-right: 2.5%;
padding-left:15px;
padding-right:15px;
height: 116px;
background-color: #ededed;
-webkit-border-radius: 10px;
border-radius: 10px;
overflow:hidden;
}
.menu-item-1:active {
background-color: #f5f5f5;
}
    .menu-item-1:active .macro-cover-cover {
        background-color: rgba(0,0,0,0.34);
    }
    .macro-cover-img {
        width:100%;
        height:100%;
        position:absolute;
        float:none;
        top:0;
        left:0;
        z-index:1;
        display:flex;
        justify-content:center;
    }
   #container .macro-cover-img p {
        margin:0;
    }
    .macro-cover-cover {
        width: 100%;
        height: 100%;
        position: absolute;
        float: none;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: rgba(0,0,0,0.22);
    }
    
    .macro-cover-text {
        width: 100%;
        height: 100%;
        position: absolute;
        float: none;
        top: 0;
        left: 0;
        z-index: 3;
    }
    #container .macro-cover-text .p1 {
        font-size: 21px;
        line-height: 25px;
        margin-left: 0;
        margin-top: 47px;
        text-transform: uppercase;
        -webkit-transition: all ease 0.1s;
        transition: all ease 0.1s;
        font-weight: 600;
        text-align: center;
        z-index: 10;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        
        
    }
    .textwhiteshadow {
        text-shadow: 2px 2px 4px #222;
        color: #fff;
    }
    #container .macro-cover-text .p2 {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0;
        margin-top: 5px;
        -webkit-transition: all ease 0.1s;
        transition: all ease 0.1s;
        font-weight: normal;
        text-align: center;
    }
.menu-item-2 {
width: 100%;
height: auto;
background-color: #fff;
padding-top: 40px;
padding-bottom: 18px;
}
.menu-item-2-sx {
width: 90%;
height: auto;
}
.menu-item-2-dx {
width: 10%;
height: auto;
}
#container .menu-item-2-sx .p1 {
font-size: 22px;
line-height: 24px;
margin-left: 30px;
margin-top: 0;
text-transform: uppercase;
font-weight:bold;
}
#container .menu-item-2-dx .p1 {
font-size: 27px;
line-height: 22px;
margin-right: 30px;
margin-top: 0;
text-transform: uppercase;
text-align:right;
}
.menu-item-3 {
width: 100%;
height: auto;
background-color: #fff;
padding-top: 27px;
padding-bottom: 27px;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
border-bottom:2px dotted #ccc;
}
.menu-item-3:active {
background-color: #fcfcfc;
}
.menu-item-3.sp:active {
background-color: #fcfcfc;
}
.menu-item-3-sx {
width: 75%;
height: auto;
}
#container .menu-item-3-sx p {
margin:0;
margin-left:30px;
}
#container .menu-item-3-dx p {
margin: 0;
text-align: right;
margin-right: 30px;
}
.menu-item-3-1 {
width: 100%;
}
    #container .menu-item-3-1 .p1 {
        font-weight: 600;
        font-size: 19px;
        line-height: 23px;
        margin-right:20px;
        margin-top:5px;
    }
.menu-item-3-3.sp {
margin-left:30px;
margin-top:20px;
}
#container .menu-item-3-1 .p3 {
font-size: 16px;
line-height: 18px;
margin-top: 0;
}
#container .menu-item-3-1 .p1 span {
font-size: 14px;
margin-left:5px;
}
#container .menu-item-3-1 .p1 i {
font-size: 15px;
line-height:0;
margin:0;
margin-left: 5px;
font-style:normal;
vertical-align:middle;
}
.menu-item-3-3 {
width: 100%;
}
#container .menu-item-3-3 .p1 {
font-size: 15px;
line-height: 18px;
margin-top: 8px;
color:#777;
}
    #container .menu-item-3-3 .p2 {
        font-size: 14px;
        line-height: 13px;
        margin-top: 24px;
        font-weight: normal;
        margin-right: 15px;
    }
    #container .menu-item-3-3 .p2 strong {
        font-weight: 600;
    }
    #container .menu-item-3-3 .p3 {
        margin-top: 16px;
        margin-right: 15px;
    }
        #container .menu-item-3-3 .p3 .not-orderable {
            background-color:#d33c3c;
            color: #fcfcfc;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 5px 7px 5px 7px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            margin-right: 3px;
        }
        #container .menu-item-3-3 .p3 .allergens {
            background-color: #8056c6;
            color: #fcfcfc;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 5px 7px 5px 7px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            margin-right: 3px;
        }
        #container .menu-item-3-3 .p3 .novelty {
            background-color: #5db952;
            color: #fcfcfc;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 5px 7px 5px 7px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            margin-right: 3px;
        }
        #container .menu-item-3-3 .p3 .scount {
            background-color:#f1a00d;
            color: #000;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 5px 7px 5px 7px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            margin-right: 3px;
        }
#container .menu-item-3-3 .p1sp {
font-size: 14px;
line-height: 22px;
margin-top: 16px;
text-transform:uppercase;
color:#777;
}
#container .menu-item-3-3 .p1saved {
font-size: 16px;
line-height: 25px;
margin-top: 25px;
font-weight:bold;
margin-left:25px;
}
#container .menu-item-3-3 .p1saved .isaved {
font-size: 19px;
vertical-align: baseline;
}
#container .menu-item-3-3 .p1saved span {
font-size: 15px;
font-weight: normal;
margin-left:5px;
}
.menu-item-3-dx {
width: 25%;
height: auto;
}
    #container .menu-item-3-dx .p1 {
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        margin-right: 20px;
        margin-top: 4px;
    }
    .menu-item-3-dx img {
        width: 68%;
        height: auto;
        webkit-box-shadow: 0 0 30px #eee;
        box-shadow: 0 0 30px #eee;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        margin-right:30px;
        float:right;
    }
.menu-order-bt-cont {
width: 100%;
height: 140px;
position: fixed;
float: none;
bottom: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
background-color: rgba(255,255,255,0.9);
webkit-box-shadow: 0 0 30px #eee;
box-shadow: 0 0 30px #eee;
}
.menu-order-bt-cont-ticket {
width: 100%;
min-height: 80px;
position: fixed;
float: none;
bottom: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
background-color: #fff;
}
.menu-order-bt2 {
width: 100%;
height: 80px;
margin-top: 0;
border: 0px dashed var(--pcolor2);
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
}
#container .menu-order-bt2 .p1 {
text-transform: uppercase;
margin: 0;
font-size: 26px;
color: #fff;
font-weight: bold;
margin-top: 24px;
}
.menu-order-bt {
width: 92%;
margin-left: 4%;
margin-right: 4%;
height: 54px;
margin-top: 23px;
background: var(--bg2);
-webkit-box-shadow: 0 0 30px #ccc;
box-shadow: 0 0 30px #ccc;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
-webkit-border-radius: 35px;
border-radius: 35px;
}
.menu-order-bt:active {
background: var(--bg2-active);
}
#container .menu-order-bt .p1 {
text-transform: uppercase;
margin: 0;
font-size: 13px;
color: #fff;
font-weight: 600;
margin-top: 13px;
text-align:center;
}
#container .menu-order-bt .p1 span {
color: #000;
background-color: #fff;
padding: 5px 13px 6px 13px;
margin-left: 4px;
margin-right: 4px;
-webkit-border-radius: 35px;
border-radius: 35px;
}
.menu-order-notice {
width: 100%;
height: auto;
margin-top: 10px;
}
#container .menu-order-notice .p1 {
text-align: center;
margin: 0;
font-size: 14px;
}
.item-pop-cont {
width: 100%;
height: 100vh;
background-color: #fff;
}
.item-pop-desc {
width: 100%;
height: 100%;
z-index: 1;
padding-bottom: 200px;
overflow-x: scroll;
}
.item-pop-img {
width: 100%;
height: auto;
padding-left: 40px;
padding-right: 40px;
margin-top:10px;
}
.item-pop-desc::-webkit-scrollbar {
width: 0;
}
.item-pop-desc::-webkit-scrollbar-thumb {
background-color: #aaa;
}
.item-pop-close {
width: 100%;
height: 100px;
}
.item-pop-close .menu-header-back-1 {
float: right;
margin-top: 13px;
margin-right: 30px;
padding-right: 0;
}
#container .item-pop-close .menu-header-back-1 i {
font-size: 56px;
line-height: 56px;
font-weight: bold;
margin-top: 5px;
text-transform: uppercase;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
}
#container .item-pop-close .menu-header-back-1:active i {
margin-right:7px;
}
.item-pop-add-cont {
width: 100%;
height: 92px;
position: fixed;
bottom: 0;
padding: 20px;
padding-bottom: 10px;
z-index: 2;
background-color: #fff;
-webkit-box-shadow: 0 0 25px #ccc;
box-shadow: 0 0 25px #ccc;
}
.item-pop-add-cont2 {
width: 100%;
height: 54px;
-webkit-border-radius: 35px;
border-radius: 35px;
overflow: hidden;
webkit-box-shadow: 0 0 20px #ddd;
box-shadow: 0 0 20px #ddd;
}
#container .item-pop-add-cont p {
text-align: center;
font-size: 16px;
font-weight:600;
margin: 0;
text-transform: uppercase;
}
.item-pop-add-1 {
width: 16%;
height: 100%;
background-color: #f5f5f5;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
cursor:pointer;
}
.item-pop-add-1:active {
opacity: 0.55;
}
.item-pop-add-2 {
width: 18%;
height: 100%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.item-pop-add-3 {
width: 16%;
height: 100%;
background-color: #f5f5f5;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
cursor: pointer;
}
.item-pop-add-3:active {
opacity: 0.55;
}
.item-pop-add-4 {
width: 50%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
cursor: pointer;
background: var(--bg2);
}
.item-pop-add-4:active {
background: var(--bg2-active);
}
.item-pop-add-5 {
width: 100%;
height: 36%;
display: flex;
justify-content: center;
align-items: center;
padding-top:13px;
}
#container .item-pop-add-5 .p1 {
font-size: 14px;
font-weight: normal;
text-transform: none;
margin: 0;
}
#ticketinfo {
display:none;
}
#businessinfo {
width: 100%;
margin-top: 30px;
margin-bottom: 30px;
padding: 3%;
}
.businessinfo-sx {
width: 56%;
height: auto;
background-color: #f5f5f5;
padding: 40px;
}
.businessinfo-dx {
width: 41%;
height: 333px;
float:right;
overflow: hidden;
}
.businessinfo-sx-1 {
width: 100%;
}
.businessinfo-sx-2 {
width: 100%;
margin-top: 40px;
}
.businessinfo-sx-3 {
width: 100%;
margin-top: 40px;
}
#container .businessinfo-sx-1 .p1 {
font-size:30px;
line-height:33px;
font-weight:bold;
margin-top:0;
}
#container .businessinfo-sx-1 .p2 {
font-size: 22px;
line-height:29px;
margin-top:15px;
}
#container .businessinfo-sx-1 .p3 {
font-size: 19px;
line-height: 0;
margin-top: 16px;
}
#container .businessinfo-sx-2 .p1 {
font-size: 22px;
line-height: 29px;
}
#container .businessinfo-sx-3 .p1 {
font-size: 22px;
line-height: 29px;
}
    .hourssx {
        width:30%;
    }
    #container .hourssx .p1 {
        margin: 0;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .hoursdx {
        width: 70%;
    }
    #container .hoursdx .p1 {
        margin: 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
    }
    #container .hoursdx .p1 strong {
        font-weight: 600;
    } 
    
}

@media (max-width: 499px) {


.textpop1 {
padding: 15px;
}

#container .textpop1 h3 {
font-size: 19px;
line-height: 26px;
font-weight: bold;
margin-top: 20px;
}

#container .textpop1 p {
font-size: 16px;
line-height: 20px;
margin-top: 8px;
}

.menu-header-help {
width: 10%;
}
#container .menu-header-help .p1 {
font-size: 26px;
margin-top: 34px;
}
#container .menu-header-help .p1 span {
display: none;
}
.menu-header-lang .text1 {
margin-left: 10px;
margin-top: 18px;
}
.menu-header-brand img {
margin-left: 5px;
}

.menu-header-back-1 {
width: 24%;
display:flex;
justify-content:center;
}
    #container .menu-header-back-1 .p1 {
        margin-left:-2px;
    }
.menu-header-back-2 {
width: 76%;
margin-left: 0;
}

#container .menu-header-back-2 .p1 {
margin-left:15px;
margin-top:25px;
font-size:15px;
}

.spanmessage1 .text1 {
font-size: 18px;
height: 30px;
padding-right: 4px;
padding-left: 4px;
margin-right: 4px;
}
.menu-order-bt {
width: 92%;
margin-left: 4%;
margin-right: 4%;
margin-top: 20px;
}

#container .menu-order-bt .p1 {
font-size: 13px;
color: #fff;
font-weight: 600;
margin-top: 13px;
text-align: center;
}

#container .menu-order-bt .p1 span {
font-size: 13px;
color: #000;
background-color: #fff;
padding: 5px 13px 6px 13px;
margin-left: 4px;
margin-right: 4px;
-webkit-border-radius: 35px;
border-radius: 35px;
}
.menu-order-notice {
width: 92%;
margin-left: 4%;
margin-right: 4%;
height: auto;
margin-top: 14px;
}

#container .menu-order-notice .p1 {
font-size: 13px;
line-height:17px;
}
#container .menu-order-bt2 .p1 {
font-size: 19px;
margin-top: 27px;
}

.businessinfo-sx {
width: 100%;
padding: 20px;
}
.businessinfo-dx {
width: 100%;
margin-top:30px;
}
#container .businessinfo-sx-1 .p1 {
font-size: 26px;
line-height: 30px;
}
#container .businessinfo-sx-1 .p2 {
font-size: 19px;
line-height: 27px;
margin-top: 15px;
}
#container .businessinfo-sx-1 .p3 {
font-size: 17px;
}
#container .businessinfo-sx-2 .p1 {
font-size: 19px;
line-height: 27px;
}
#container .businessinfo-sx-3 .p1 {
font-size: 19px;
line-height: 27px;
}


#container .menu-item-2-sx .p1 {
margin-left: 14px;
}

#container .menu-item-2-dx .p1 {
margin-right: 14px;
}

.menu-item-3 {

padding-top: 21px;
padding-bottom: 21px;
}

.menu-item-3-sx {
width: 74%;
height: auto;
}

#container .menu-item-3-sx p {
margin-left: 16px;
}

#container .menu-item-3-dx p {
margin-right: 16px;
}
#container .menu-item-3-1 .p1 {
font-size: 16px;
line-height: 20px;
}
    .menu-item-3-dx img {
        width: 82%;
        margin-right: 12px;
    }
#container .menu-item-3-1 .p3 {
font-size: 13px;
line-height: 16px;
margin-top: 0;
}
#container .menu-item-3-1 .p1 span {
font-size: 13px;
margin-left: 5px;
}
.menu-item-3-3.sp {
margin-left: 15px;
margin-top: 15px;
}

#container .menu-item-3-3 .p1 {
font-size: 13px;
line-height: 17px;
margin-right:15px;
}

#container .menu-item-3-3 .p1sp {
line-height: 22px;
margin-top: 16px;
text-transform: uppercase;
}
   


        #container .menu-item-3-3 .p2 .not-orderable {
            font-size: 10px;
        }
        #container .menu-item-3-3 .p2 .novelty {
            font-size: 11px;
        }
#container .menu-item-3-3 .p1saved {
font-size: 16px;
line-height: 22px;
margin-left:11px;
margin-top:23px;
}
.menu-item-3-dx {
width: 25%;
height: auto;
}
.item-pop-close .menu-header-back-1 {
width: 22%;
margin-right: 15px;
}
.item-pop-img {
padding-left: 15px;
padding-right: 15px;
}


}

/*THEME 2*/
@media all {
    .theme2 {
        background-color: #1d1d1d;
    }
        .theme2 .preview-logo img {
           
            -webkit-box-shadow: 0 0 30px #222;
            box-shadow: 0 0 30px #222;
        }
        .theme2 #container .preview-welcome .p1 {
            color: #ffffff;
        }

        .theme2 #container .preview-welcome .p2 {
            color: #ffffff;
        }
        .theme2 .text1 {
            background-color: transparent;
            color: #ffffff;
            border: 1px solid #ffffff;
        }

            .theme2 .text1:focus {
                border: 1px solid #ffffff;
                -webkit-box-shadow: none;
                box-shadow: none;
            }
            .theme2 .text1:hover {
                border: 1px solid #ffffff;
                -webkit-box-shadow: none;
                box-shadow: none;
            }
            .theme2 .text1:active {
                border: 1px solid #ffffff;
                -webkit-box-shadow: none;
                box-shadow: none;
            }
        .theme2 .preview-notice .p1 {
            color: #ffffff;
        }
            .theme2 .preview-notice .p1 a {
                color: #ffffff;
            }
        .theme2 .menu-order-bt {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .theme2 .menu-header-cont {
            background-color: #1d1d1d;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .theme2 .menu-header-lang .text1 {
            border:none;
        }

            .theme2 .menu-header-lang .text1:focus {
                border: none;
            }

            .theme2 .menu-header-lang .text1:hover {
                border: none;
            }

            .theme2 .menu-header-lang .text1:active {
                border: none;
            }
        .theme2 .menu-header-cart .p1 {
            color: #ffffff;
        }
        .theme2 #menu-bottom {
            background-color: #1d1d1d;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .theme2 .menu-bottom-box .p2 {
            color: #ffffff;
        }
        .theme2 .menu-bottom-box:active {
            background-color:#262626;
        }
        .theme2 .menu-header-back-1 i {
            color: #ffffff;
        }
        .theme2 .menu-header-back-2 .p1 {
            color: #ffffff;
        }
        .theme2 .item-pop-add-cont {
            background-color: #1d1d1d;
            box-shadow: none;
        }
        .theme2 .item-pop-add-cont2 {
            box-shadow: none;
        }

}

