.line tr {
    border-bottom: .1px solid #f0510a
}

@font-face {

    font-family: Myriad;
    src: url(/fonts/myriad.eot), url(/fonts/myriad.ttf) format("truetype")
}

/*Update 23.10.2020*/

html {
    scroll-behavior: smooth;
}

.bodyOrder {
overflow-x: visible;

}
.orderMenu {
display: flex;
position: -webkit-sticky;
position: sticky;
top: 0;

justify-content: space-between;
width: 100%;
padding: 0;
margin-top: 0;
z-index: 29;
margin-top: 10px;
background: url(../img/deliveryBack.jpg);
box-sizing: border-box;
}

.orderMenuList {
    font-family: Myriad;
    font-size: 200%;
    
    margin: 0;
    text-align: center;
    padding: 3px;
    color: #252525;
text-shadow: 0 2px 2px 3 #000;
flex-grow: 1;
padding: 10px 5px;
z-index: 29;
list-style: none;
transition: all .3s;
cursor: pointer;
margin-top: 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;

}

.orderMenuList a{
    text-decoration: none;
    color:  #252525;
}
.orderMenuList:hover {

    background: #af1730;
    color: #d3b594;
    transition: all .3s;
    cursor: pointer;
}
.NewHitsMenu {

    width: 96%;
    margin: 10px 2% 10px 2%;
    display: flex;
    flex-direction: column;
}
.NewHitItems {

    display: flex;
    flex-wrap: wrap;
    align-content: space-around;

}
.NewHitItem {

    display: flex;
    flex-direction: column;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
    font-family: Kurale;
    justify-content: space-between;
   
}

.NewHitItem:nth-child(3n+3){
    margin-right: 0;
}

.NewHitItemText {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

}

.NewHitImg {
    display: flex;
    justify-content: center;
    border: 3px solid #af1730;
    border-radius: 15px;
}

.NewHitImg img {
    border-radius: 15px;
}

.NewHitItemName {
    font-size: 1.9rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
  }
.NewHitItemPrice {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
   
}
.NewHitItemBonus {
    color: #af1730; 
    font-weight: bold;  
    margin-top: 0.3rem;  
    font-size: 1.2rem
}
.NewHitsMenuHeader {

    align-self: center;
}
.NewHitItemCost .lineThrough {

    text-decoration: line-through;
    
}
.NewHitItemButton {

    transition: all .3s;

}

.weightShashlik {

    font-weight: bold;
    color: white;
    background-color: #af1730;
    padding: 3px;
    box-sizing: border-box;
}

.NewHitItemButton:hover {
    background:whitesmoke;
    color:  #af1730;
    transition: all .3s;
    cursor: pointer;
}
#comboSets {

    padding: 0.7% 0;
    font-family: Myriad;
    color: #252525;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    
    font-size: 2rem;
}

#osetinskie, #iranskaya, #shashliki, #hachapuri, #lepeshki, #sousi, #napitki {
    margin-top: 10px;
    margin-bottom: 50px;
    
    font-family: Myriad;
    color: #252525;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    
    font-size: 2rem;
}
/*Update 23.10.2020*/
.mobil-nav {
    display: none;
}
.mobil-nav-deliveryTel {
    color: #e0e0e0; 
    text-shadow: black 1px 1px 2px; 
    font-weight: bold;  
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
}
.ticketsContainer {
    width: 100%;
    display: flex;
    z-index: 2;
    position: absolute;
    top: -55px;
    margin: 0 4%;
    align-items: flex-end;
    justify-content: flex-start;
    height: 60px;
}
.ticket1 {
    background: #af1730;
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    color: #d3b594;
    font-family: Kurale, Serif;
    user-select: none;
    margin: 0 1px;
    padding: 9px 7px 20px 7px;

}
.activeTicket {
    background: #d3b594;
    color: #af1730;
    padding-bottom: 25px;
}

.ticketsContainerAdaptive {
    width: 100%;
    background: url(../img/deliveryBack.jpg);
    display: none;
    position: sticky;
    position: -webkit-sticky;
    top: 3.2rem;
    z-index: 5;
    align-items: flex-start;
    overflow-x: scroll;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ticketsContainerAdaptive::-webkit-scrollbar {
   width: 10px;
   height: 8px;
  }
  /* .ticketsContainerAdaptive::-webkit-scrollbar-track {
    width: 14px;
    height: 14px;
    border: 1px solid #af1730;
  } */
  .ticketsContainerAdaptive::-webkit-scrollbar-thumb {
   background-color: #af1730;
   border-radius: 20px;
   border: 1px solid white;

  }
.ticket1Adaptive {
    background: #af1730;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    color: #d3b594;
    font-family: Kurale, Serif;
    text-align: center;
    padding: 10px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 20px;
    user-select: none;
    white-space: nowrap;
}
.activeTicketAdaptive {
    background: #d3b594;
    color: #af1730;
}
.ticket1Alco {

}

.ticket1AlcoAdaptive {

}



.delivery-section {
    width: 86%;
    margin: 0 auto;

    padding-top: 3.5rem;
    padding-bottom: 2rem;
}
.delivery-section__button {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fa5119;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;

    transition: 0.2s all;
}

.delivery-section__button:hover {
    text-decoration: underline;
}

.deliveryInfo {
    display: flex;
    color: white;
}

.deliveryInfo__container {
    width: 100%;
    max-width: 1250px;
    padding: 0 20px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.deliveryInfo__container::-webkit-scrollbar {
    width: 10px;
    height: 8px;
   }

.deliveryInfo__container::-webkit-scrollbar-thumb {
    background-color: #af1730;
    border-radius: 20px;
    border: 1px solid white;
 
   }

.deliveryInfo__main {

}

.deliveryInfo__headText {
    color: #fa5119;
    font-size: 160%;
    font-weight: bold;
}

.deliveryInfo__text {
    color: #fff;
    font-size: 140%;
    line-height: 2rem;
}
.deliveryInfo__link {
    /* color: #fa5119;
    font-weight: bold; */
    display: inline-block;
    padding: 2px 11px;
    text-decoration: none;
    text-indent: 0;
    color: white;
    font-weight: bold;
    border-radius: 25px;
    background-color: #e32322;
    transition: 0.3s all;
}

.deliveryInfo__link:hover {
    transform: scale(1.05);
}


/* -------------------- */
.alcoPageCheck {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 30000;
    /* background: #000; */
    color: white;
}
.alcoPageCheckContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vh;
    padding: 1rem;
    background: url("../img/page.jpg");
    border-radius: 20px;

}
.alcoPageCheckQues {
    width: 100%;
    padding: 1rem;
    text-align: center;
    line-height: 1.7rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;

}
.alcoPageCheckBtns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}
.alcoPageCheckBtn1 {
    padding: 1rem;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0.5rem;
    border: 2px solid #af1730;
    border-radius: 5px;
    transition: 0.2s all;
}
.alcoPageCheckBtn1:hover {
    background: #af1730;
    transition: 0.2s all;
}
.alcoPageCheckBtn2 {
    padding: 1rem;
    cursor: pointer;
    user-select: none;
}
.alcoPageCheckShow {
    display: flex;
}
.alcoPageAvaliable {

}
.mnuList {
    margin-top: 50px !important;
    background: url(../img/deliveryBack.jpg);
    min-height: 500px;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    z-index: 0;
    width: 86% !important;
    margin: 0 auto;
}

.mnuTitle {
    width: 96%;
    position: relative;
    margin: 10px 2% 10px 2%;
    background: #af1730;
}

.restMnuImg {
    
   
  
    background: #af1730;
    text-align: center;
    line-height: 2.5;
    filter: drop-shadow(0 1px 1px #000)
}

.restMnuImgRight {
    right: 0;
    top: 0
}

.mnuTitle h2 {
    font-family: Myriad, Serif;
    text-transform: uppercase;
    color: #d3b594;
    font-size: 3rem;
    line-height: 60px;
    margin: 0;
    text-align: center;
    filter: drop-shadow(0 1px 1px #000);
}

.glillTitle, .glillTitleLeft {
    display: none;
    position: absolute;
    width: 20%;
    top: 0;
    filter: drop-shadow(0 1px 1px #000)
}

.glillTitle {
    right: 0
}


.glillTitleLeft {
    left: 0
}

.head {
    position: absolute;
    height: 50px;
    left: 0;
    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: 15px 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: 12.5px 20px;
}

.leftCir {
    float: left
}

.rightCir {
    float: right
}

.border {
    border: 1px solid red
}

.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
}
.menuItemSubName {
    font-family: Myriad;
    font-size: 150%;
    text-align: left;
    color: black;
    padding: 10px 0;
    border-bottom: 1px solid;
}

.menuItemNameWrapper {
    box-sizing: inherit;
}

.menuItemNameWrapper_adaptive-phantom {

}

.mnuItem {
    font-family: Kurale;
    padding: 2px 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;

    display: flex;
}

.mnuItem .overlay {
    position: absolute;
    top: 0;
    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, 30%);
    -moz-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%);
    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;
    cursor: pointer;
    
    transition: 0.2s all;
}

.addBtn:hover,
.addBtn:focus,
.addBtn:active {
    background-color: #9c152c;
    border-color: #9c152c;
}

.addBtn-mob {
    display: none;
}

.mnuItem__img-container {
    /* display: none; */
    display: block;
    width: 40%;
    min-height: 7.5rem;
    max-height: 11rem;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: center;
}

.mnuItem__img {
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.mnuItem__data-container {
    flex-grow: 1;
}
.newPrice {
    float: right !important
}

.newName {
    margin-right: 0.2rem;
    word-wrap: anywhere;
}

.newName, .newPrice {
    font-weight: bolder;
}

.consist {
    font-size: .9rem;
    text-align: justify;
}

.weight {
    font-size: .9rem;
    /* position: absolute; */
    /* bottom: 5px; */
    /* right: 0 */
}

.countCart {

}

.orderWindow {
    position: fixed;
    top: 20%;
    background: #fff;
    border: 2px solid #af1730;
    border-radius: 10px
}

.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
}


.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;
    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;
    padding: 7px 5px 5px 5px;
    opacity: 0;
}

.ticket > svg > g > text {
    fill: #d3b594;
    font-family: Kurale, Serif;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.active {
    width: 50px;
    background: #d3b594;
}

.active > svg > g > text {
    fill: #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: 1px;
}

.pizzaWeight {
    bottom: 1px;
}

.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; */
    bottom: 30%;
    right: 50px;
    z-index: 19999;
}

#back-top a {
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(255,255,255,0.5);
    -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;
}



.lunchHead {
    text-align: center;
    font-size: 1.5em;
    font-family: Kurale, serif;
    color: white;
    padding: 10px;
    background: #af1730;
}

.lunchItem {
    padding: 10px;
    position: relative;
}

.lunchBody {
    font-family: Kurale, serif;
    line-height: 1.5em;
    background: rgba(255,255,255,.3);
    padding: 10px 15px;
    text-align: justify;
}

.lunchBody > div > span {
    font-size: .9rem;
    color: #545454;
}

.lunchPrice {
    position: absolute;
    top: 20px;
    right: 25px;
    font-weight: 800;
    font-size: 1.2em;
    color: #d3b594;
}

/* menuExtra */
.menuExtra {
    position: sticky;
    bottom: 0;
    z-index: 1000;
}
.menuExtraContainer {
    position: relative;
    overflow-x: auto;
    z-index: 1000;

    /* max-height: 70px; */
    width: 100%;
    display: flex;
    padding: 7px;

    background-image: url(../img/deliveryBack.jpg);
    border-top: 1px solid black;

    scrollbar-width: auto;
    scrollbar-color: rgba(175, 23, 48, 0.8) rgba(175, 23, 48, 0.5);
    
}
.menuExtraContainer::-webkit-scrollbar {
    width: 12px;
  }
  .menuExtraContainer::-webkit-scrollbar-track {
    background: rgba(175, 23, 48, 0.5);
  }
  .menuExtraContainer::-webkit-scrollbar-thumb {
    background-color: rgba(175, 23, 48, 0.8);
    border-radius: 20px;
    border: 3px solid rgba(175, 23, 48, 0.5);
  } 

  /* .menuExtraSectionName {
    display: flex;
    align-items: center;
    padding: 10px;

    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color:  #af1730;
  } */
  

.menuExtraItem {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    /* padding-left: 5px;
    padding-right: 5px; */
    padding: 5px;
    margin-left: 0.5rem;

    border: 1px solid #af1730;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);

    cursor: pointer;
    transition: 0.3s all;

}

.menuExtraItem:nth-child(1) {
    /* border-left: none; */
    margin-left: none;
}

.menuExtraItem:hover {
    background-color: rgba(255, 255, 255, 0.6);
}


.menuExtra__img-container {
    width: 70px;
    margin-right: 5px;
}

.menuExtra__img {
    /* height: 100%; */
    max-width: 100%;
    object-fit: contain;
    object-position: top;
}

.menuExtra__noImg {
    text-align: center; 
    margin-top: 3rem;
}

.menuExtra__data-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.menuExtra__name {
    font-weight: bold;
    font-size: 1.1rem;
    width: 100%;
}

.menuExtra__consist {
    width: 100%;

}
.menuExtra__data-block {
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuExtra__price {
    font-weight: bold;
}

.menuExtra__weight {
    /* font-size: 0.9rem; */
    margin-right: 5px;

}

.menuExtra__countCart {
    color: #af1730;
    min-width: 3px;
}

/* menuExtraEnd */


/* Extra Arrows */
.extraArrow {
    /* display: none; */
    position: absolute;
    top: 50%;
    z-index: 1001;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    fill: rgba(175, 23, 48, 0.6);
}

.extraArrow_left {
    left: -14px;
}

.extraArrow_right {
    right: -14px;
}

.showExtraMenu_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    z-index: 1001;
    fill: rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,0.4);;
    border-radius: 50%;
    padding: 0.4rem;
    border: 0.5px solid black;
    box-shadow: 1px 1px 5px 0px black;
    transition: 0.3s all;
}

.showExtraMenu_btn_rotated {
    transform: rotate(180deg);
}
.menuExtraContainerHide {
    /* display: none; */
    opacity: 0;
    height: 50px;
    /* visibility: hidden; */
}
.menuExtraNoSticky {
    position: relative;
}
/* Extra Arrows end */



@media all and (max-width: 1024px) {
    .mnuItem .overlay {
        display: none;
    }
    .mnuItem .overlay:hover {
        display: none;
    }

    .addBtn-mob {
        display: block;
    }

    .menuItemNameWrapper_adaptive-phantom {
        display: none;
    }
}

@media all and (max-width: 600px) {
    

    .mnuItem__img-container {
        /* display: block;
        width: 40%;
        min-height: 9rem;
        max-height: 11rem;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: center; */
        /* border: 2px solid black; */
    }
    
    .mnuItem {
        font-size: 0.8rem;
        /* padding: 8px 0; */
        border-top: 1px solid rgba(175, 23, 48, 0.3);
    }
    .menuItemNameWrapper + .mnuItem,
    .menuItemName + .mnuItem {
        border-top: none;
    }

    .consist, .weight, .countCart {
        font-size: 0.8rem;
    }
    .newName, .newPrice {
        font-size: 0.9rem;
    }

/* ---- */
    .orderWindow {
        width: 50%;
        left: 25%
    }

    .showExtraMenu_btn {
        right: 0;
    }
}

@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%
    }
}
