.line tr {
    border-bottom: .1px solid #f0510a
}

@font-face {
    font-family: Myriad;
    src: url(/fonts/myriad.eot), url(/fonts/myriad.ttf) format("truetype")
}

.mnuList {
    margin-top: 50px !important;
    background: url(../img/deliveryBack.jpg);
    min-height: 500px;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    z-index: 0
}

.mnuTitle {
    margin: 10px 50px;
    position: relative;
    height: 140px
}

.restMnuImg {
    position: absolute;
    width: 70% !important;
    height: 110px;
    background: #af1730;
    text-align: center;
    line-height: 2.5;
    filter: drop-shadow(0 1px 1px #000)
}

.restMnuImgRight {
    right: 0;
    top: 0
}

.restMnuImg span {
    font-family: Myriad;
    text-transform: uppercase;
    color: #d3b594;
    font-size: 3rem
}

.glillTitle, .glillTitleLeft {
    position: absolute;
    width: 20%;
    top: 0;
    filter: drop-shadow(0 1px 1px #000)
}

.glillTitle {
    right: 0
}

.glillTitleLeft {
    left: 0
}

.head {
    position: absolute;
    height: 70px;
    width: 94%;
    margin: 0 3%;
    box-shadow: 0 2px 2px 0 #000;
    background: url(../img/deliveryBack.jpg);
    z-index: 3;
}

.listMnu {
    padding: 50px 0 0 0;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0 0 3px 1px #000;
    width: 96%;
    margin: 35px 2%;
    z-index: 2;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.leftCir, .rightCir {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #252525;
    box-shadow: 0 2px 2px 0 #000;
    margin: 20px
}

.leftCir {
    float: left
}

.rightCir {
    float: right
}

.border {
    border: 1px solid red
}

.newPrice {
    float: right !important
}

.newName, .newPrice {
    font-weight: bolder
}

.consist {
    font-size: .9rem;
    text-align: justify
}

.weight {
    font-size: .9rem;
    position: absolute;
    bottom: 5px;
    right: 0
}

.leftBor, .rightBor {
    border-bottom: 2px solid #000
}

.leftBor {
    border-left: 2px solid #000
}

.rightBor {
    border-right: 2px solid #000
}

.menuItemName {
    font-family: Myriad;
    font-size: 200%;
    background: #af1730;
    margin: 15px 0;
    text-align: center;
    padding: 3px;
    color: #d3b594
}

.mnuItem {
    font-family: Kurale;
    padding: 5px 0;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.orderWindow {
    position: fixed;
    top: 20%;
    background: #fff;
    border: 2px solid #af1730;
    border-radius: 10px
}

@media all and (max-width: 600px) {
    .orderWindow {
        width: 50%;
        left: 25%
    }
}

@media all and (min-width: 601px),(max-width: 1024px) {
    .orderWindow {
        width: 60%;
        left: 20%
    }
}

@media all and (min-width: 1025px) {
    .orderWindow {
        width: 30%;
        left: 35%
    }
}

.windowTitle {
    background: #af1730;
    color: #fff;
    text-align: center;
    padding: 10px
}

.windowBody table td {
    padding: 6px;
    border: 1px solid red
}

.windowBody table tr:first-child {
    text-align: center;
    font-weight: 700
}

.mnuItem .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transform-origin: 0 100%
}

.mnuItem:hover .overlay {
    z-index: 1;
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.addBtn {
    border: 1px solid #af1730;
    background-color: #af1730;
    color: #fff;
    padding: 5px
}

.barPage p {
    line-height: 2.4rem;
    font-family: Kurale, serif;
    font-size: 1.2rem;
    color: #000;
    text-indent: 40px;
    text-align: justify;
    padding: 10px 40px
}

.barPage img {
    width: 80%;
    margin: 10px 10%;
    border-radius: 3px;
    background: #000
}

.minusIcon, .plusIcon, .fa-times {
    cursor: pointer;
    background: #af1730;
    padding: 3px;
    border-radius: 2px;
    color: white;
}

.descriptionMessage {
    color: #d3b594;
    padding: 3px;
    /*text-align: justify;*/
    font-size: 1rem;
    font-family: Kurale, Serif;
    margin: 0 2% 10px 2%;
    width: 96%;
    line-height: 1.2;
    background: #af1730;
    text-align: center;
}

.ticket {
    background: #af1730;
    height: 40px;
    position: absolute;
    top: 120px;
    z-index: -1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 98%;
    width: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    opacity: 0;
}

.ticket > span {
    color: #d3b594;
    display: inline-block;
    font-family: Kurale, Serif;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    text-align: center;
    margin-left: 25px;
}

.active {
    width: 50px;
    background: #d3b594;
}

.active > span {
    color: #af1730;
}

.ticket i {
    color: #d3b594;
    margin: 5px 20px;
}

.categoryItemName {
    font-family: Myriad;
    font-size: 150%;
    background: #af1730;
    margin: 15px 0 0 0;
    text-align: center;
    padding: 3px;
    color: #d3b594;
    cursor: pointer;
    position: relative;
}

.categoryItemName i {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 3px;
    left: 3px;
    color: white;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.categoryItems {
    height: 0;
    overflow-x: hidden;
}

.categItem {
    font-family: Kurale;
    margin: 1px;
    padding: 5px;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    position: relative;
    color: white;
    border-radius: 2px;
}

.categoryItems::-webkit-scrollbar {
    width: 1px;
}

.pizzaContainer {
    padding-left: 20px;
    text-align: center;
    width: 100%;
    min-height: 423px;
    overflow: hidden;
    position: relative;
}

.resultTable {
    font-size: 15px;
    /*background-color: #fff;*/
    display: block;
    z-index: 20;
    background-size: cover;
    color: white;
    line-height: 20px;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 5px;
}

.resultTable td {
    padding: 3px 1px;
    border-bottom: 1px solid black;
}

.pizzaPrice, .pizzaWeight {
    position: absolute;
    font-size: 60%;
    color: white;
    right: 5px;
}

.pizzaPrice {
    top: 3px;
}

.pizzaWeight {
    bottom: 3px;
}

.addSuccessful {
    text-align: center;
    font-family: Kurale, serif;
}

.usersPizza {
    margin-top: 50px;
    font-size: 15px;
    color: white;
    line-height: 20px;
}

.usersPizza span {
    display: block;
    font-size: 150%;
    font-family: Myriad, Serif;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    background: #af1730;
    text-align: center;
}
.usersPizza a {
    text-decoration: underline;
    color: inherit;
}
.pizza {
    background: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 5px;
    font-family: Kurale, Serif;
    color: white;
    margin-bottom: 10px;
}
.fa-star {
    color: white;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-shadow: gold 0 0 3px;
}
.gold {
    color: #af1730;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 50px;
}

#back-top a {
    text-transform: uppercase;
    text-decoration: none;
    background: white;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding: 10px;
    border-radius: 5px;
    color: black;
    font-size: 120%;
    display: block;
    text-align: center;
}

.childMnuCol {
    position: relative;
}

.bot {
    position: absolute;
    bottom: 40px;
    right: 45px;
    width: 200px;
}

.cen {
    width: 200px;
    margin-left: 40px;
}