@font-face {
    font-family: MontserratAlternates;
    src: url(/fonts/MontserratAlternates-Regular.ttf);
}

@font-face {
    font-family: MontserratAlternates;
    src: url(/fonts/MontserratAlternates-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: MontserratAlternates;
    src: url(/fonts/MontserratAlternates-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: MontserratAlternates;
    src: url(/fonts/MontserratAlternates-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    src: url('/fonts/TT-Interphases-Var-Roman.woff2') format('woff2-variations');
    font-family:'TT Interphases Variable';
    font-style: normal;
}
@font-face {
    src: url('/fonts/TT-Interphases-Var-Italic.woff2') format('woff2-variations');
    font-family:'TT Interphases Variable';
    font-style: italic;
}



@font-face {
  font-family: FontAwesome;
  font-style: normal;
  src: url('/fonts/fontawesome.ttf');
}

	
html { margin:0; padding:0; position: relative; scroll-behavior: smooth; }

body {COLOR: black; font-family: "TT Interphases Variable", Verdana, Arial, Helvetica, serif; font-size: 18px; font-weight: 300; font-style: normal; margin: 0; padding: 0px 0px 0px 0px; background-color: white; box-sizing: border-box; }

#main {

    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

main {

    flex: 1;
    padding: 0px 40px;
    box-sizing: border-box;

}

main:before {

    display: block;
    position: relative;
    content: "";
    width: 100%;
    height: 100px;

}

#main0 {

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px;

}


#main1 {

    flex-grow: 0;

}

#main2 {

flex-grow: 1;

}

#main1 div.panel {

    display: block;
    width: 300px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 5px 0px 15px 0px;
    border-radius: 10px;
    font-family: MontserratAlternates;
    font-weight: normal;
    text-align: center;


}

#main1 div.panel h3 {

    margin: 0px;
    text-align: center;
    font-size: 25px;

}

#main1 div.panel p {

  text-align: justify;
  margin: 0px 0px 20px 0px;
  font-size: 14px;

}

#main1 div.panel img {

    margin: 10px 0px;
    width: 100%;

}


#main1 div.panel a.button {

width: calc(100% - 40px);
max-width: unset;

}

a.icon {

    font-family: FontAwesome;
    font-size: 20px;
    color: #ef7f1a;
    margin: 0px 5px;
    text-decoration: none;

}


#main1 div.panel div.icon {

    font-family: FontAwesome;
    font-size: 120px;
    text-align: center;
    color: #ef7f1a;
    margin: 20px 0px;

}


#main1 div.panel div.panelinner {

    display: flex;
    align-items: flex-start;
    width: 90%;
    margin: 5px auto;
    gap: 20px;
    font-size: 15px;
    margin: 0px 0px 20px 0px;

}

#main1 div.panel div.panelinner div  {

    text-align: left;

}


#main1 div.panel div.panelinner div a.link {

    display: block;
    text-decoration: none;

}


#main1 div.panel div.panelinner div.panelinnersign {

    color: #ef7f1a;
    font-family: FontAwesome;
    font-size: 30px;
    flex: 0 0 30px;
    text-align: center;

}


#changepasswordform {

margin: 10px 0px;
max-height: 0;
overflow: hidden;
transition: 0.5s;
    
}

#changedataform {

margin: 10px 0px;
max-height: 0;
overflow: hidden;
transition: 0.5s;
    
}



a {COLOR: black; font-weight: normal; text-decoration: underline; }
a:hover {COLOR: black; font-weight: normal; text-decoration: none; }

a.orange { color: #ef7f1a; text-decoration: none; }

a.sub {COLOR: #ff8080; font-size: 13px; font-weight: normal; text-decoration: none; }
a.sub:hover {COLOR: #ff0000; font-size: 13px; font-weight: normal; text-decoration: none; }


div.page {position: relative; width: 100%; margin: 0 auto; padding: 0; text-align: left; }
div.widepage {position: relative; width: 100%; margin: 0; padding: 0; text-align: center; display: flex; flex-wrap: wrap;  gap: 20px; justify-content: flex-start; align-items: stretch; }

div.profilepage { position: relative; width: 100%; margin: 0; padding: 0; display: flex; flex-wrap: no-wrap;  gap: 20px; justify-content: space-between; align-items: stretch; }

div.profilepage div.column {

    flex: 10 1 100%;

}

div.profilepage div.column a.button {

    margin: 5px 0px;

}

div.profilepage div.column input {

    width: 100%;
    margin: 2px 0px;
    max-width: unset;

}

div.profilepage div.column div.coin {

    display: flex;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
    box-shadow: 0 0 10px #808000;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;


}

div.profilepage div.column div.coin div {

    color: black;
    font-size: 25px;
    text-align: left;
     font-weight: 500;
}

div.profilepage div.column div.coin div span {

    color: #ef7f1a;
    font-size: 40px;
    font-weight: 1000;

}

div.lastorderlist {

    display: block;
    width: calc(100vw - 800px);
    margin: 10px 0px;
    padding: 0px 0px 10px 0px;
    overflow-x: auto;

}

div.lastorderlist::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 10px;

}

div.lastorderlist::-webkit-scrollbar-track {
    height: 15px !important;

}

div.lastorderlist::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: #ef7f1a;
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
    height: 3px;
}


div.lastorderlistinner {

    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: stretch;

}

div.lastorderlistbox {

    padding: 10px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    flex: 1 0 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: stretch;

}

div.lastorderlistboxinner {

    flex-grow: 1;
    font-size: 14px;
    font-weight: normal;

}

div.lastorderlistboxinner h3 {

    font-size: 15px;
    font-weight: bold;


}

div.lastorderlistboxtable {

    margin: 10px 0px;
    width: 100%;
    display: grid;
    grid-template-columns: 100px 10fr 1fr 1fr;
    gap: 10px;
    justify-content: stretch;
    align-items: center;

}

div.lastorderlistboxtable img {

    border-radius: 10px;

}



div.orderpage {

    display: block;
    padding: 0px 0px 50px 0px;
    width: calc(100vw - 450px);

}

div.orderpage span.nav {

    position: absolute;
    left: 0px;
    bottom: 0px;

}

div.orderpage span.nav a {

    color: #FF8A00;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;

}

div.orderpage p {

    text-align: left;
    margin: 0px;


}

div.orderpage input, div.orderpage select {

    margin: 5px 1px;


}

div.product {

    display: flex;
    gap: 20px;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    height: 100%;

}

div.product h2 {

    font-family: "TT Interphases Variable";
    font-size: 40px;
    font-weight: 500;


}


div.halfpage { padding: 0; flex: 1 1 50%; font-weight: 100; max-height: calc(100vh - 170px); text-align: left;  }


div.halfpage div.image {position: relative; display: block; width: 100%; margin: 0 0 20px 0; }
div.halfpage div.image img { width: 100%; border-radius: 25px; }

div.halfpage div.info { display: inline-flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; width: auto; padding: 20px; background: #E8E8E8;  align-items: center; column-gap: 15px; border-radius: 10px; box-sizing: border-box; font-size: 18px; margin: 20px 0px;  }

div.halfpage div.info span { flex-grow: 1; text-align: center; position: relative; }
div.halfpage div.info span:before {
    content: "";
    position: absolute;
    background: #b1b1b1;
    width: 1px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
}

div.halfpage div.info span:first-child:before {

   display: none;

}


div.halfpage:nth-child(2) {

    display: flex;
    flex-direction: column;

}

div.halfpageinner {

    flex: 1 1 auto;

}





#promoaction {

    font-weight: bold;
    margin: 20px 0px

}

#promoaction span {

    color: red;

}


#top { position: relative; padding: 10px 0; margin: 0; width: 1000px; height: 120px; box-sizing: border-box; }


div.address { position: relative; display: inline-block; margin: 0; width: 300px; height: 100px; box-sizing: border-box; color: black; font-weight: bold; text-align: center; font-size: 18px; vertical-align:top; }

#pickup {transition: 0.5s; max-height: 600px; overflow: hidden;}

header {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100px;
background: white;
text-align: center;
z-index: 110;  
text-align: left;
box-sizing: border-box;
padding: 0px 40px;

}

#topmenumobilesmall, nav,  #profilemobilesmall  { display: none;   }


#addmenu {

    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;

}


#addmenu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#addmenu li {

    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 5px 10px 5px 0px;
    padding: 10px 20px;
    background: #ffe4b7;
    border-radius: 5px;

}

#addmenu li a {

    color: black;
    font-size: 14px;
    font-family: MontserratAlternates;
    text-decoration: none;

}

#addmenu li.active {

    background: #ef7f1a;

}

#addmenu li.active a {

    color: white;

}



#addmenu li:hover {

    background: #ef7f1a;

}

#addmenu li:hover a {

    color: white;

}




#logo {

display: inline-block;
position: relative;
width: 200px;
max-width: calc(100% - 150px);
margin: 0;
text-align: left;
vertical-align: middle;
box-sizing: border-box;

}

header:before {

    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;


}



#phone {
    top: -18px;
    left: 20px;
display: inline-block;
position: relative;
height: 60px;
max-width: 270px;
vertical-align: top;
margin: 20px 20px 0 0;
text-align: left;
font-size: 14px;

}

#phone a {

color: #555555;
text-decoration: none;
font-weight: bold;

}

#phone {
    color: #000000;
    /*top: -17px;*/
    left: 20px;
    margin-top: 38px;
}

#phone p {
    color: #000000;
    font-size: 14px;
    margin: 0;
}




#citylistcolumns {

    display: none;
    visibility: hidden;
    position: fixed;
    background: #f6f6f6;
    border-radius: 15px;
    z-index: 1000;
    height: calc(100vh - 170px);
    width: calc(100vw - 80px);
    text-transform: none;
    box-sizing: border-box;
    padding: 10px;


}

#citylistcolumnsinner {

    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 20px;

}


#citylistcolumns div.country {

    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 25px;
    color: #ef7f1a;
    font-weight: 1000;

}

#citylistcolumns div.country a {

    color: black;
    font-weight: normal;
    text-decoration: none;

}

#citynear {
    display: block;
    text-align: center;
}

#citynear div.citynearblock {

    position: relative;
    display: inline-block;
    padding: 20px 50px;
    box-shadow: 0px 0px 10px #00000080;
    text-align: center;
    border-radius: 10px;
    background: white;

}

#citynear div.citynearblock h3 {

    text-align: center;
    font-size: 24px;
    color: normal;
    font-weight: normal;
    margin: 0px 0px 10px 0px;

}

#citynear div.citynearblock div.citynearblockinner {

    display: flex;
    align-items: center;
    width: 80%;
    margin: 5px auto;
    gap: 20px;
    font-size: 18px;
    font-weight: bold;

}

#citynear div.citynearblock div.citynearblockinner div.citynearblockinnersign {

    color: #ef7f1a;
    font-family: FontAwesome;
    font-size: 30px;

}

#citynear div.citynearblock div.citynearblockinner a.button {

font-size: 16px;
width: unset;
font-weight: normal;
border-radius: 10px;
text-transform: none;
padding: 10px;


}

#citylistcolumns input.citylistsearch {

    width: calc(100% - 25px);
    max-width: unset;
    box-sizing: border-box;
    padding-left: 50px;
    border: none;
    background-color: white;
    background-image: url(/images/search.svg);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: auto 66%;

}

#citylistcolumns input.citylistsearch::placeholder {

    color: #a8a8a8;

}


#citylistcolumns div.citylistcolumn {

    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;

    position: relative;
    padding: 0px;
    width: 100%;
    height: 1000px;

    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    text-transform: none;
    box-sizing: border-box;

}

#citylistcolumns div.citylistcolumn::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 3px;

}

#citylistcolumns div.citylistcolumn::-webkit-scrollbar-track {
    height: 5px !important;

}

#citylistcolumns div.citylistcolumn::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: #ef7f1a;
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
    height: 3px;
}

#citylistcolumns div.citylistcolumn div.cityletter {

    flex-shrink: 1 1 200px;
    color: black;
    font-size: 18px;
    font-weight: bold;
    font-family: MontserratAlternates;

}

#citylistcolumns div.citylistcolumn div.cityletter div.cityblock {

    margin-top: 5px;

}



#citylistcolumns div.citylistcolumn div.cityletter div.cityblock a {
    display: block;
    margin: 5px 0px;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    text-transform: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: black;
    width: 100%;
    border-radius: 10px;
}





#links {

display: inline-block;
position: relative;
width: calc(100vw - 700px);
vertical-align: middle;
text-align: left;
color: black;
font-size: 16px;
margin: 0px 40px;
list-style: none;

}

#links li {

    position: relative;
    display: inline-block;
    font-family: MontserratAlternates;
    padding: 0px 20px;
    border-left: 1px solid black;
    margin: 0px;

}

#links li:hover {

   background-color: #ffe4b7;

}

#links li:first-child {

    border: none;

}


#links li a {

text-decoration: none;
color: black;


}

#links li div.popup_menu {

    display: none;
    position: absolute;
    min-width: 100%;
    top: 15px; left: 0;
    background-color: #ffe4b7;
    box-sizing: border-box;
    padding: 5px 10px 10px 10px;

}

#links li:hover div.popup_menu {

    display: block;

}

#links li div.popup_menu:hover {

    display: block;

}


#links li div.popup_menu a {

 display: block;
 font-size: 13px;
 line-height: 1;
 margin: 5px 0px;

}



#startcards {

 display: block;
 position: relative;
 top: -220px;
 visibility: hidden;
}



footer {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-evenly;
gap: 20px;

position: relative;
width: 100%;
padding: 40px 0px 20px 0px;
background: #f0f0f0;
font-family: MontserratAlternates;
font-size: 16px;


}

footer div h3 {

    font-size: 30px;
    font-weight: bold;
    color: #ef7f1a;
    text-align: center;

}


footer div p {

margin: 20px 0;
text-align: center;

}

footer div p.white {

padding: 10px;
background-color: white;
border-radius: 5px;

}


footer div ul
{

width: 100%;
list-style: none;
margin: 0;
padding: 0;

}


footer div ul li {

display: block;
position: relative;
margin: 10px 0px;

}

footer div ul li a {

color: black;
font-size: 18px;
text-decoration: none;

}



footer div a.icon { display: inline-block; vertical-align: middle; margin: 0px 5px; width: 40px; height: 40px; }
footer div a.icon img { width: 100%; height: 100%; }

footer div a.tel { display: block; text-align: center; font-size: 25px; font-weight: bold;
    color: #ef7f1a; text-decoration: none }


#basket {
position: absolute;
top: 15px;
right: 40px;
width: 300px;
height: 63px;
box-sizing: border-box;
padding: 0;
color: white;
font-family: MontserratAlternates;
font-weight: bold;

}

#basket a {
     display: block; 
     position: absolute;
     z-index: 2;
     height: 63px;
     width: 300px;
     top: 0;
     left: 0;
    }

#basket:after {
position: absolute;
content: "";
top: 0;
right: 0;
width: 82px;
height: 63px;
background-image: url(/images/basket.png);
background-size: contain;
background-repeat: no-repeat;
z-index: 1;

}

#basketprice {

position: absolute;
bottom: 0px;
left: 150px;
width: 50%;
text-align: left;
font-size: 12px;
z-index: 0;
padding: 5px;
background: #ef7f1a;
box-sizing: border-box;
border-radius: 5px;

}

#basketbonus {

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 140px;
    text-align: left;
    font-size: 12px;
    z-index: 0;
    padding: 5px;
    background: #ef7f1a;
    box-sizing: border-box;
    border-radius: 5px;

}

#basketbonus span {

    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0px 0px 0px 10px;
    border-left: 2px solid white;

}

#basketbonus span img {

    height: 15px;

}

#basketcount {

    position: absolute;
    height: 20px;
    width: 20px;
    bottom: 5px;
    right: 10px;
    background-color: #ef7f1a;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}

#prices {

    display: flex;
    width: 100%;
    gap: 10px;
    margin: 0 0 5px 0;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;

}

#prices button {

    flex: 1 1 150px;
    border-radius: 5px;
    text-align: center;
    font-family: MontserratAlternates;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
    background: #ffe4b7;
    color: #808080;
    cursor: pointer;
    border: none;

}

#search {

    flex: 5 1 250px;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;


}

#search form {

    width: 100%;
    height: 100%;

}

#search input {

    width: 100%;
    height: 100%;
    font-size: 13px;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    margin: 0px;
    max-width: unset;
    padding-left: 50px;
    box-sizing: border-box;
    background-image: url(/images/search.svg);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: auto 66%;
}


#searchlist {

    display: none;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0px;
    text-align: left;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    background: white;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: scroll;
    font-size: 10px;
    color: #808080;
    z-index: 100;

}

#searchlist a.name {

    font-size: 13px;
    color: #ff3a13;
    text-decoration: none;
    border-bottom: 1px dotted #ff3a13;

}

#searchlist span.price {

    font-size: 14px;
    color: #00b300;
    font-weight: bold;

}








#content {width: 1000px; padding: 10px; box-sizing: border-box; }

#vacancy { width: 100%; padding-bottom: 120px; margin-bottom: -100px; background-image: url(/images/vac-girl.png); background-size: auto 90%; background-position: 50% 100%; background-repeat: no-repeat; font-family: MontserratAlternates; background-position: 0% 100%; text-align: center; }

#vacancy div { display: inline-block; margin: 0px 50px; text-align: center; vertical-align: top; max-width: 300px; }

#vacancy p.vacsmall { font-size: 11px; text-align: center; font-weight: normal; text-shadow: 0px 0px 2px white; }

#vacancy span.butt {display: block; position: relative; padding: 10px 30% 10px 20px; margin: 20px auto; background: #FFF9F4F0; font-size: 15px; width: 100%; text-align: left; border-radius: 30px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); box-sizing: border-box;  }

#vacancy span.buttinner {

    text-align: right; position: absolute; right: 20px; top: 10px; width: 30%;

}

tr.big {font-weight: bold; }

p {COLOR: black; text-align: left;  font-size: 18px; margin: 15px 0; line-height: 1.5;}

p.galery {text-align: center; font-weight: bold;   font-size: 10px; margin: 2px 2px 2px 2px; }

p.j {COLOR: black; text-align: justify;  font-size: 18px; margin: 10px 5px 10px 5px; line-height: 1.5; }
p.l {COLOR: black; text-align: left;  font-size: 20px; font-weight: bold; margin: 10px 5px 10px 5px; line-height: 1.5;  }
p.c {COLOR: black; text-align: center; font-size: 20px; font-weight: normal; margin: 15px 5px 15px 5px; line-height: 1.5;  }
p.r {COLOR: black; text-align: right;  font-size: 18px; font-style: italic; margin: 10px 5px 10px 5px; line-height: 1.5; }

a.pages { COLOR: black; font-size: 10px; text-decoration: underline; font-weight: normal; }
a.pages:hover { COLOR: #808080; font-size: 10px; text-decoration: none; font-weight: normal; }


div.navpath {

    margin: 0px 0px 10px 0px;
    color: black;
    font-size: 12px;
    text-align: left;


}

div.navpath div {

    display: inline-block;
    margin: 0px 0px 0px 5px;

}



a.nav { font-size: 12px; text-decoration: none; }
a.nav:hover { font-size: 12px; text-decoration: underline; }


ul {margin: 10px 0 0 25px; padding: 0 0 0 2px}
li { COLOR: black; text-align: left;  font-weight: normal; font-size: 16px; margin: 0 0 0 15px; }


div.pages {COLOR: black; text-align: right;  font-size: 10px; margin: 2px 2px 8px 2px; font-weight: bold;}

img.section { border-style: none; border-width: 0; border-color: black; }

div.gal { position: relative; width: 100%; flex: 1 1 400px; }
div.gal img { position: relative; display: block; width: 100%;  }

img.gal2 {max-width: calc(100vw - 200px); }

div.catalog { position: relative; width: 100%; flex: 1 1 225px; max-width: 250px; }

div.catalog a { font-size: 20px; font-weight: normal; color: black; text-decoration: none;  }

div.catalog a.catalogimage { position: relative; display: block; width: 100%; padding-top: 100%;  overflow: hidden; border-radius: 10px; background-image: url(/images/spacer.gif); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; margin: 0px 0px 10px 0px; }



div.menupoint { position: relative; margin: 0; box-sizing: border-box; width: 100%; flex: 1 1 225px; max-width: 400px; padding: 0; border: 1px solid #ebebeb; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; gap: 10px; }



div.menupoint div.menuline {
 
position: relative;    
text-align: left;
width: 100%;
box-sizing: border-box;
padding: 0px 30px 0pc 5px;
flex: 1;

}

div.menupoint div.menuline a { font-size: 18px; font-weight: 500; color: black; text-decoration: none;  }

div.menupoint div.menuline div.info { display: block; position: absolute; right: 5px; top: 0px; width: 20px; height: 20px; user-select: none; }

div.menupoint div.menuline div.info input[type="checkbox"] { display: none; }


div.menupoint div.menuline div.info input[type="checkbox"] + label { display: block; position: relative; font-family: FontAwesome; font-size: 20px; color: #ef7f1a; background: none; padding: 1px; border-radius: 10px; padding: 0; text-align: center; overflow: hidden; width: 20px; height: 20px; cursor: pointer; }

div.menupoint div.menuline div.info input[type="checkbox"]:checked + label { background: #ef7f1a; color: white; }

div.menupoint div.info input[type="checkbox"] ~ div.description { position: absolute; display: none; padding: 5px; right: -5px; bottom: 30px; min-width: 200px; border-radius: 5px; font-size: 12px; text-align: left; color: black; background: #ececec; }

div.menupoint div.info input[type="checkbox"] ~ div.description::after {

  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  border-top-color: #ececec;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  right: 5px;
  z-index: 100;


}

div.menupoint div.info input[type="checkbox"]:checked ~ div.description { display: block; }

a.menupointimage { position: relative; display: block; width: 100%; padding-top: 100%;  overflow: hidden; border-radius: 10px; background-image: url(/images/spacer.gif); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }


div.price {

  position: relative;
  width: 100%;
  padding: 0  5px 5px 5px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  gap: 10px;

}

div.price div.p {

    text-align: left;
   flex-grow: 1;
    font-size: 18px;
    font-weight: normal;

}

div.price span.s {
	position: relative;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 2px 0;
    width: fit-content;
    height: fit-content;
}

div.price span.s:after{
    content:"";
    display:block;
    position:absolute;
    left:0; top:50%;
    color: black;
    width: 100%;
    border-bottom:1px solid black;
    transform:rotate(-30deg);
}



a.button {
  position: relative;
  display: block;
  padding: 5px 20px;
  margin: 2px;
  background: #ef7f1a;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 300px;
  font-family: MontserratAlternates;

}

a.invertedgray {

    color: #8D8D8D;
    background: white;
    border: 2px solid #b1b1b1;

}

div.price a.button {

    font-size: 14px;
    width: 100px;
    padding: 5px;

}

div.product div.price {

    flex: 0 0;
    align-items: center;

}

div.product div.price div.p {

    font-size: 22px;
    flex: 1 1 150px;

}

div.product div.price div.p2 {

    font-size: 25px;
    flex: 0 1 50px;
    font-weight: 800;

}


div.product div.price a.icon {
  font-size: 40px;
  flex: 0 1 40px;

}












a.buttongreen {

    position: relative;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 30px 0px 10px 0px;
    background: #219F38;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    max-width: 500px;
    width: 100%;
    cursor: pointer;
    font-family: MontserratAlternates;
}



a.sbp {

    background-image: url("/images/sbp.svg");
    background-position: 10px 50%;
    background-size: auto 80%;
    background-repeat: no-repeat;


}


#modifier {text-align: left; }

#modifier input[type="radio"] { display: none;  }

#modifier input[type="radio"] + label {
   display: inline-block;
   cursor: pointer;
   color:  black;
   font-size:  14px;
   font-weight: normal;
   padding: 5px 20px;
   border-radius: 6px;
   transition: 0.5s;
}

#modifier input[type="radio"]:checked + label {
  color:  white;
   background: #ef7f1a;

 }



div.modifier2, div.modifier3 { margin: 10px auto; position: relative; display: block; text-align: left; }

div.modifierinner, div.modifier2inner, div.modifier3inner {text-align: center; border-radius: 10px; border: 2px solid #bbbbbb; background: white; position: relative; display: inline-block; box-sizing: border-box; }

div.modifier2 input[type="radio"], div.modifier3 input[type="radio"] { display: none;  }

div.modifier2 input[type="radio"] + label, div.modifier3 input[type="radio"] + label {
   margin: 0;
   display: inline-block;
   cursor: pointer;
   color:  black;
   background: none;
   font-size:  15px;
   font-weight: normal;
   padding: 5px 20px;
   transition: 0.5s;
}

div.modifier2 input[type="radio"]:checked + label, div.modifier3 input[type="radio"]:checked + label {
  color:  white;
  background:  #ef7f1a;
  border-radius: 6px;

 }



#orderlist img { border-radius: 10px; }

td.ordername { padding-left: 20px; text-align: left; }
td.ordername span { font-size: 20px; font-weight: 300; display: block; margin-bottom: 10px; }
td.ordername span a { font-weight: 500; text-decoration: none; border-bottom: 1px dotted gray; }

td.orderquant { white-space: nowrap; padding: 0px 0px 0px 10px; font-size: 20px; }
td.orderquant a { text-decoration: none; font-weight: bold; }
td.orderquant span { padding: 0px 10px; font-weight: bold; }

div.orderblock {

    display: block;
    position: relative;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin: 10px 0px;
    padding: 20px 50px 20px 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    text-align: left;

}


div.orderblock a {

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1;

}

div.orderblock a span {

    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    text-decoration: none;

}

#pickuptypetext {

    color: #FF8A00;

}


img.roundedimage { border-left: 1px solid #ff0000; border-radius: 5px; }
img.roundimage { border-radius: 50%; }


span.firstmenuline { font-size: 25px; font-weight: bold; color: #febf01; }

HR {
   color:            white;
   background-color: black;
   height:           1px;
   border-width:     0;
   padding:          0;
   margin:           10px 0 10px 0;
   width:            99%; 		
}



h1 {
	COLOR: #ef7f1a;
	font-size: 30px;
   	margin: 10px 0;
	font-weight: bold;
	text-align: left;
    font-family: MontserratAlternates;
}


   
    
h2 {
	COLOR: #8d8d8d;
	font-size: 25px;
	margin: 10px;
	position: relative;
	text-align: left;
    font-weight: normal;
    font-family: MontserratAlternates;
    line-height: 1;
}



h3 {
	COLOR: black;
	font-size: 20px;
	font-weight: normal;
   	margin: 10px 5px 10px 5px;
	text-align: left;
	}




h4 {
	COLOR: black;
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
   	margin: 5px 0 20px 0;
    }

INPUT, SELECT { outline:none;  }


    
INPUT {

max-width: 300px;
width: calc(100% - 20px);
height: 40px;
box-sizing: border-box;
border-radius: 10px;
border:  2px solid #b1b1b1;
text-align: left;
color: black;
font-size: 18px;
padding: 13px;
background: white;
margin: 10px;
font-family: MontserratAlternates;

   }


#ddate, #dtime {

    height: 40px;
    vertical-align: top;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 10px 1px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    font-size: 14px;

}


#ddate {

    margin: 10px 0px;

}

#dtime {

    margin: 10px 0px 10px 10px;

}


div.orderlinewrapper {

    position: relative;

}

INPUT.orderinput {

    width: 100%;
    margin: 0px;
    padding: 0px 50px 0px 20px;
    box-sizing: border-box;
    color: #FF8A00;
    border: none;

}

INPUT.orderinput::placeholder {

    color: #FF8A00;

}

button.promocodebutton {

    position: absolute;
    top: 12px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("/images/enter.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    border: none;
    font-family: MontserratAlternates;

}

a.orderbutton {
    position: relative;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 10px 0px;
    background: #FD9D03;
    color: white;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    width: 100%;
    max-width: 300px;
    font-family: MontserratAlternates;
}

a.orderbutton span {

    font-family: FontAwesome;
    margin-right: 10px;

}


a.ordersupportbutton {
    position: relative;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px auto;
    background-color: white;
    color: black;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #FD9D03;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 300px;
    font-family: MontserratAlternates;
}

a.orderlistbutton {

    font-family: FontAwesome;
    margin: 0px 5px;
    font-size: 20px;
    color: black;
    text-decoration: none;
    cursor: pointer;


}

a.orderlistbutton:hover {

    color: #FD9D03;

}

a.orderlistbuttongrey {

    font-family: FontAwesome;
    margin: 0px 2px;
    font-size: 12px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    background: #F0EDED;

}

a.orderlistbuttongrey:hover {

    color: #FD9D03;

}


INPUT.middle {

width: 200px;
height: 40px;
box-sizing: border-box;
border-radius: 20px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 12px;
padding: 13px;
background: white;
margin: 10px;
vertical-align: middle;


   }
   
   
INPUT.short {

width: 100px;
height: 40px;
box-sizing: border-box;
border-radius: 10px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 18px;
padding: 13px;
background: white;
margin: 10px 1px;

   }



INPUT.box2 {

width: 20px;
height: 20px;
border-radius: 0;
border: none;
font-size: 18px;
padding: 0;
margin: 5px;

   }

input[type="checkbox"] {
    accent-color: #FF8A00;
}



input.hiddenbox, input.hiddenbox2, input.hiddenbox3 {
    display: none;
}

input.hiddenbox + label {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 40px;
    background: #ffe4b7;
    color: gray;
    margin: 10px;
    cursor: pointer;
    transition: 1s;
    border: none;

}

input.hiddenbox:checked + label {
    background: #ef7f1a;
    color: white;
}


input.hiddenbox2 + label {
    display: inline-block;
    max-width: 240px;
    width: calc(50% - 15px);
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    padding: 11px;
    border: 2px solid #e0e0e0;
    color: black;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
    transition: 1s;
    line-height: 1;
    min-height: 55px;
    vertical-align: top;

}

input.hiddenbox2:checked + label {
    color: #ef7f1a;

}


input.hiddenbox2 + label:first-of-type {

    margin: 0px;

}


input.hiddenbox3 + label {

    font-size: 20px;
    font-weight: normal;
    display: block;
    border: none;
    text-align: left;
    padding: 20px 20px 20px 80px;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 10px 0px;
    border-radius: 10px;
    background-image: url("/images/spacer.gif");
    background-position: 20px 50%;
    background-size: auto 75%;
    background-repeat: no-repeat;
    cursor: pointer;

}

input.hiddenbox3:checked + label {

    font-weight: bold;
    border: 1px solid #e0e0e0;


}



INPUT.button {
  
max-width: 300px;
width: 100%;
height: 40px;
box-sizing: border-box;
border-radius: 10px;
text-align: center;
color: white;
font-size: 18px;
padding: 11px;
background: #ef7f1a;
margin: 10px;
cursor: pointer;
transition: 1s;
border: none;
font-family: MontserratAlternates;
  
}

INPUT.button:hover {

color: #ffff00;
background: #008000;

}  

INPUT.button2 {
  
width: 40px;
height: 40px;
box-sizing: border-box;
border-radius: 25px;
border: none;
text-align: center;
text-transform: uppercase;
color: white;
font-size: 18px;
padding: 7px;
background: #ef7f1a;
margin: 10px;
cursor: pointer;
transition: 1s;
  
}

INPUT.button2:hover {

color: #ffff00;
background: #ff0000;


}  

SELECT {

max-width: 300px;
width: 100%;
height: 40px;
box-sizing: border-box;
border-radius: 5px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 12px;
background: white;
margin: 10px;
outline:none;

   }

SELECT.short {

width: 90px;
height: 40px;
box-sizing: border-box;
border-radius: 5px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 12px;
background: white;
margin: 10px 0 10px 10px;
vertical-align: middle;

   }

   

TEXTAREA {

width: 100%;
max-width: 500px;
height: 70px;
box-sizing: border-box;
border-radius: 10px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 14px;
padding: 10px;
background: white;
margin: 10px 0px;

   }

#cards {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 1200px) {


    div.profilepage {
        margin: 0px 0px 10px 0px;
        display: block;

    }

    div.lastorderlist {

        width: calc(100vw - 500px);

    }


}


@media screen and (max-width: 1000px) {



    header {

        padding: 0px;
        text-align: center;

    }

    #links {

        display: none;

    }

    #basket {
        position: fixed;
        top: unset;
        bottom: 20px;
        right: 20px;
        width: 90px;
        height: 90px;

    }

    #basket a {
        height: 90px;
        width: 90px;
    }

    #basket:after {

        width: 100%;
        height: 100%;
        background-image: url(/images/basket.svg);


    }


    #basketprice, #basketbonus {

        display: none;

    }

    #basketcount {

        bottom: 12px;
        right: 12px;

    }

    main {

        padding: 0px 10px;

    }

    #main0 {

        display: block;
        width: 100%;

    }

   #main1 {

        display: none;

    }

    #main2 {

        width: 100%;

    }



        nav {

        display: block; position: fixed; top: 100px; left: 0px; width: 100%; max-width: 320px; max-height: 0; z-index: 300; background:  white; overflow-y: auto; transition: 0.2s linear; padding: 0 10px; box-sizing: border-box; font-family: MontserratAlternates;
    }

   nav a.button {
       width: calc(100% - 5px);
       margin: 5px 0px;
   }

    nav h3 {

        font-weight: bold;
        font-size: 20px;


    }

    nav p {

        font-weight: normal;
        font-size: 15px;
        color: #8b8b8b;


    }


    nav p a {

        color: #ef7f1a;
        text-decoration: none;

    }


    nav hr {

        height: 10px;
        color: white;
        background: white;
        margin: 10px 0px;


    }



    #topmenumobilesmall {

        display: block;
        position: fixed;
        top: 22px;
        left: 20px;
        visibility: visible;
        text-align: center;
        border-radius: 10px;

        font-family: FontAwesome;
        font-size: 30px;
        padding: 10px;

        background-color: #ef7f1a;
        color: white;
        text-decoration: none;

    }

    #basketmobilesmall {

        display: block;
        position: fixed;
        top: 22px;
        right: 20px;
        width: 50px;
        height: 50px;
        visibility: visible;
        background-image: url("/images/basket.svg");
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;

    }


    .menu-item {
        width: 100%;
        position: relative;
        margin: 5px 0;
        background-color: #ececec;
        border-radius: 5px;
        padding: 10px 60px 10px 10px;
        box-sizing: border-box;
    }


    .menu-item h4 {
        position: relative;
        color: black;
        font-size: 18px;
        font-weight: bold;
        max-width: 100%;
        background: none;
        text-align: left;
        transition: 1s ease;

    }


    .menu-item h4 a {
        color: black;
        display: block;
        text-decoration: none;
        font-size: 18px;
        transition: 1s ease;
    }


    .menu-item a.menuarrow { position: absolute; top: 20px; right: 5px; width: 30px; height: 30px; color: #ef7f1a; font-family: FontAwesome; font-size: 30px; text-align: center; text-decoration: none; transition: 0.5s; }

    .menu-item ul {
        color: black;
        font-size: 16px;
        text-transform: uppercase;
        list-style-type: none;
        padding: 0;
        text-align: left;
        margin: -5px 0 0 20px;
        max-width: 280px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease;


    }

    .menu-item ul a {
        text-align: left;
        margin-left: 0;
        text-decoration: none;
        color: black;
        font-size: 16px;
        display: block;
    }


    div.widepage { justify-content: center; gap: 10px; }

    div.orderpage {

     width: 100%;

    }

    #prices {

     margin: 0px auto 5px auto;
     justify-content: center;

    }

    #prices button {

        font-size: 15px;
        padding: 10px 5px;

    }


    #addmenu ul
    {
        white-space: nowrap;
        margin: 0;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #addmenu ul::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 8px;
        height: 10px;

    }

    #addmenu ul::-webkit-scrollbar-track {
        height: 15px !important;

    }

    #addmenu ul::-webkit-scrollbar-thumb {
        border-radius: 4px !important;
        background-color: #ef7f1a;
        box-shadow: 0 0 1px rgba(255, 255, 255, .25);
        height: 3px;
    }




    div.product {

        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
        overflow: hidden;
        text-align: center;

    }

    div.product h2 {

        font-size: 25px;
        text-align: center;



    }

    div.product div.price {

        display: inline-flex;
        width: auto;
        padding: 0;
        justify-items: center;
        align-content: center;
        gap: 50px;

    }

    div.lastorderlist {

        width: 100%;

    }

    div.lastorderlistbox {

        flex: 1 0 300px;

    }

    div.halfpage { display: block; padding: 0; max-height: unset; text-align: center;  }

    div.halfpage div.image {position: relative; display: block; width: 100%; max-width: 500px; margin: 0 auto 20px auto; }
    div.halfpage div.image img { width: 100%; border-radius: 25px; }

    div.halfpage div.info { padding: 10px; margin: 15px 0px; font-size: 13px; }


    div.halfpage:nth-child(2) {

        display: block;

    }

    div.halfpageinner {

        flex: unset;

    }

    #modifier, div.modifier2, div.modifier3 {text-align: center; }



    footer {

        display: block;
        padding: 20px;
        box-sizing: border-box;

    }

    h1 {
        font-size: 25px;
    }


    h2 {
        font-size: 22px;
        margin: 20px 0 10px 0;
    }


    h3 {
        font-size: 19px;
    }



   p { font-size: 14px; }
   p.j { font-size: 14px; }
   p.l { font-size: 16px;   }
   p.c { font-size: 16px;  }
   p.r { font-size: 14px;  }




}

@media screen and (max-width: 500px) {



    #citynear div.citynearblock {

        padding: 10px;

    }

    #citynear div.citynearblock h3 {

        font-size: 18px;

    }


    #citynear div.citynearblock div.citynearblockinner {

        gap: 5px;
        font-size: 15px;
        width: 100%;
        margin: 0px auto;

    }

    #citylistcolumns {

        width: calc(100vw - 20px);

    }



    #citylistcolumns div.citylistcolumn {

        display: block;

    }

    div.menupoint { flex: 1 1 150px; max-width: 400px; }
    div.catalog { flex: 1 1 150px; max-width: 400px; }


    div.menupoint div.menuline a { font-size: 12px; }


    div.product {

        padding-top: 0px;

    }

    div.halfpage div.image img {

        border-top-left-radius: 0px;
        border-top-right-radius: 0px;

    }


    div.price div.p {

        font-size: 11px;
        font-weight: normal;

    }

    div.price span.s {
        font-size: 10px;
    }

    div.price a.button {

        font-size: 12px;
        width: 100px;
        padding: 3px;

    }


    div.profilepage div.column div.coin div {

        flex-grow: 1;
        font-size: 16px;
        text-align: center;
    }




    h1 {
        font-size: 23px;
        margin: 5px 0 15px 0;
    }


    h2 {
        font-size: 20px;
        margin: 20px 0 10px 0;
    }


    h3 {
        font-size: 17px;
    }

    #prices {

        width: calc(100% - 10px);

    }


    p { font-size: 13px; }
    p.j { font-size: 13px; }
    p.l { font-size: 15px;   }
    p.c { font-size: 15px;  }
    p.r { font-size: 13px;  }

    td.ordername span, #orderlist {

        font-size: 14px;

    }

    #orderlist img {

        width: 50px;

    }


}