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

@font-face {
			font-family: "ProximaNova";
			src: url("/fonts/ProximaNova-Regular.eot");
			src: url("/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Regular.woff") format("woff"), url("/fonts/ProximaNova-Regular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

@font-face {
			font-family: "ProximaNova";
			src: url("/fonts/ProximaNova-RegularIt.eot");
			src: url("/fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-RegularIt.woff") format("woff"), url("/fonts/ProximaNova-RegularIt.ttf") format("truetype");
			font-style: italic;
			font-weight: normal;
	}

@font-face {
			font-family: "ProximaNova";
			src: url("/fonts/ProximaNova-Bold.eot");
			src: url("/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Bolf.woff") format("woff"), url("/fonts/ProximaNova-Bold.ttf") format("truetype");
			font-style: normal;
			font-weight: bold;
	}

@font-face {
			font-family: "ProximaNova";
			src: url("/fonts/ProximaNova-BoldIt.eot");
			src: url("/fonts/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-BolfIt.woff") format("woff"), url("/fonts/ProximaNova-BoldIt.ttf") format("truetype");
			font-style: italic;
			font-weight: bold;
	}

@font-face {
			font-family: "Pusia";
			src: url("/fonts/Pusia-Bold.otf");
			font-style: normal;
			font-weight: normal;
	}

/*

серый - #E0DDD6
красный - #6b0707
желтый - #B8A00A

 */

	
html { min-height: 100%; margin:0px; padding:0px; position: relative; scroll-behavior: smooth;  }

body {COLOR: black; height: 100%;  font-family: ProximaNova, Verdana, Arial, Helvetica; font-size: 18px; margin: 0px; padding:120px 0px 160px 0px; background-color: white; box-sizing: border-box; }

#scrolltop {position: fixed; display: block; bottom: 10px; right: 10px; font-family: FontAwesome; color: #6b0707; background: white; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); text-decoration: none; width: 50px; height: 50px; box-sizing: border-box; border-radius: 25px; text-align: center; transition: 0.5s; }

#scrolltop span { font-size: 30px; display: inline-block; vertical-align: middle; margin-top: -5px;} 

#scrolltop:before {

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


}

#scrolltop:hover {

background: #6b0707; color: white;

}


#changepasswordform {

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

#changedataform {

width: 900px;
margin: 10px;
max-height: 0px;
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.gray {text-decoration: none; border-bottom: 1px solid #808080; color: #808080; font-weight: bold; }

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

a.h1 {font-size: 15px; text-decoration: none; color: #6b0707; font-size: 18px; text-transform: uppercase; }

a.button {

display: inline-block;
vertical-align: top;
margin: 30px 0px 0px 60px;

border-radius: 18px;
color: white;
font-size: 15px;
padding: 10px;
background: #6b0707;
text-decoration: none;

}


div.page {position: relative; width: 1000px; margin: 0px auto;  }
div.widepage {position: relative; width: 100%; margin: 0px; padding: 0px; box-sizing: border-box; text-align: center; }

div.halfpage {position: relative; display: inline-block; width: 40%; width: calc(50%-15px); margin: 0px 5px;  padding: 0px; box-sizing: border-box; vertical-align: top; text-align: center; color: black; font-size: 18px; }


div.halfpage div.longdescription { width: 100%; margin: 20px 0px; font-size: 15px; text-align: left }

div.halfpage div.longdescription span.ld {  position: relative; display: inline-block; vertical-align: middle; width: calc(70% - 25px);  }


div.halfpage div.longdescription div.counters { position: relative; display: inline-block; vertical-align: middle; margin-left: 10px; border-left: 2px solid #6b0707; padding-left: 10px; width: 30%; text-align: left; }


div.halfpage div.image {position: relative; display: block; width: 100%; margin: 20px 0px; }

div.halfpage div.image img { position: relative; width: 100%; z-index: 1; }

div.halfpage h1 { margin-top: 40px; }

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

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

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

#header {
display: block;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 120px;
background: white;
text-align: center;
z-index: 110;  
text-align: left;
border-bottom: 7px solid #6b0707;

}

#header::before {

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


}



#phone {

display: inline-block;
position: relative;
width: 250px;
height: 60px;
vertical-align: middle;
text-align: left;
font-size: 20px;
color: black;
font-weight: bold;
padding: 0px 0px 0px 50px;
box-sizing: border-box;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);

}

#phone::before {

content: '\f095';
position: absolute;
top: 0px;
left: 0px;
width: 40px;
height: 40px;
text-align: center;
font-family: FontAwesome;
font-size: 30px;
background: #6b0707;
color: white;
border-radius: 20px;
box-sizing: border-box;
padding-top: 6px;

}


#phone a {

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

}


#logo {

display: inline-block;
position: relative;
height: 80px;
margin: -35px 0px 0px 50px;
vertical-align: middle;

}


#city {

display: inline-block;
position: relative;
max-width: 500px;
height: 60px;
vertical-align: middle;
text-align: left;
padding-left: 50px;
padding-top: 5px;
box-sizing: border-box;
font-size: 16px;
margin: 0px 50px;
color: #440303;
font-size: 16px;

}

#city::before {

content: '\f041';
position: absolute;
top: 0px;
left: 0px;
width: 40px;
height: 40px;
text-align: center;
font-family: FontAwesome;
font-size: 30px;
background: #6b0707;
color: white;
border-radius: 20px;
box-sizing: border-box;
padding-top: 3px;

}





#city a.bigcity {color: #440303; font-size: 18px; text-decoration: none; line-height: 1.5; }

#citylist {

display: none;
position: absolute;
top: 0px;
left: 0px;
visibility: hidden;
padding: 20px;
background: white;
border:  2px solid #e8e8e8;
border-radius: 5px;
z-index: 110;
max-height: calc(100vh - 100px);
width: 200px;
min-width: 200px;
width: calc(100vw - 800px);
max-width: calc(50vw);
column-width: 180px;
column-gap: 20px;

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

}

#citylist a.city { display: block; margin: 10px 0px; text-transform: none; text-decoration: none; font-size: 13px; font-weight: normal; color: #000000; line-height: 1; width: 200px; }


#citylistclose {

position: absolute;
top: 5px;
right: 5px;
    
}

#citylistclose a { text-decoration: none; border: none; }

div.cityblock {

display: none;
visibility: hidden;

}

div.cityblock a.citylistback { font-size: 33px; font-weight: normal; text-decoration: none; font-family: FontAwesome; line-height: 1; border: none; }



#citylistcolumns {

display: none;
position: absolute;
top: 0px;
left: 0px;
visibility: hidden;
padding: 20px;
background: white;
border:  2px solid #e8e8e8;
border-radius: 5px;
z-index: 110;
height: calc(100vh - 100px);
max-height: 700px;
width: 450px;
overflow-y: auto;
text-transform: none;
box-sizing: border-box;
padding: 70px 0px 10px 0px;
text-shadow: none;

}

#citylistcolumns div.citylistcolumn {

display: inline-block;
position: relative;
vertical-align: top;
padding: 0px;
height: 100%;
width: 200px;
margin: 0px 10px;
overflow-y: auto;
overflow-x: hidden;
text-transform: none;
box-sizing: border-box;

}

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

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

#citylistcolumns div.citylistcolumn a { display: block; margin: 10px 0px; text-transform: none; text-decoration: none; font-size: 13px; font-weight: normal; color: #000000; font-family: ProximaNova; line-height: 1; width: 200px; }

#citylistcolumns input.citylistsearch {

position: absolute;
top: 5px;
width: 200px;

}

#regsearch {left: 5px; }
#citysearch {right: 5px; }


#searchblock {

display: block;
position: relative;
width: 1000px;
margin: 0px auto;
text-align: center;

}



#search {

display: inline-block;
vertical-align: middle;
position: relative;
width: 600px;
text-align: center;

}

#search input {

width: 600px;
border-radius: 20px;
margin: 0px;
background: #6b0707;
color: white;

}

#search input::placeholder {

color: white;

}


#searchlist {

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

}

#searchlist a.name {

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

}

#searchlist span.price {

font-size: 14px;
color: #6b0707;
font-weight: bold;

}


#filter {

display: inline-block;
vertical-align: middle;
position: relative;
width: 200px;
margin: 20px;
text-align: center;
padding: 0px 0px 0px 0px;
    
}

#filter input.button {

width: 90%;
font-size: 12px;

}

#filter a.gry {

text-decoration: none;
font-weight: bold;
color: #c0c0c0;
    
}

#filter a.grn {

text-decoration: none;
font-weight: bold;
color: green;
    
}



#filterlist {

display: none;
visibility: hidden;
position: absolute;
width: 200px;
top: 30px;
left: 0px;
padding: 0px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
background: white;
box-sizing: border-box;
max-height: 350px;
overflow-y: auto;
font-size: 12px;
color: #808080;
z-index: 10;

    
}

#filterlist td.icon { font-family: FontAwesome; font-size: 15px; }

#filterlist td.icon a { text-decoration: none; } 
#filterlist td.red a { color: red; } 
#filterlist td.green a { color: green; } 
#filterlist td.gray a { color: #c0c0c0; } 


#startcards {

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


#searchcity {

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

}

#searchaddress {

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

}

#searchcitylist {

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

}

#searchcitylist p {

margin: 10px 0px;
line-height: 1;

}

#searchcitylist a {

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

}

#searchaddresslist {

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

}

#searchaddresslist p {

margin: 10px 0px;
line-height: 1;

}


#searchaddresslist a {

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

}



#menu, #addmenu {

display: block;
position: relative;
width: 100%;
padding: 10px 0px;
text-align: center;

}


#menu ul, #addmenu ul
{
list-style: none;
margin: 0px;
}


#menu li, #addmenu li {

display: inline-block;
position: relative;
box-sizing: border-box;
margin: 0px 20px;
text-transform: uppercase;

}

#menu li a, #addmenu li a {

color: #6b0707;
font-size: 18px;
text-decoration: none;

}




#footer {
display: block;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 150px;
background: #6b0707;
box-sizing: border-box;

}

#footerinner {
display: block;
position: relative;
margin: 0px auto;
width: 1000px;
height: 150px;
text-align: left;
padding: 30px;
box-sizing: border-box;
color: white;
font-size: 18px;

}

#footerinner p {

margin: 7px 0px;
font-size: 18px;
color: white;
text-align: center;

}

#footerinner p.copyright {

display: block;
position: absolute; 
font-size: 14px;
bottom: 20px; 
right: 0px;

}


#footerinner ul
{

width: 100%;
text-align: center;
list-style: none;
margin: 0px;
margin: 0px 0px 10px 0px;

}


#footerinner li {

display: inline-block;
position: relative;
box-sizing: border-box;
margin: 10px;
text-transform: uppercase;
font-size: 18px;
font-family: Pusia;

}

#footerinner li a {

color: white;
font-size: 19px;
text-decoration: none;

}

#footerinner a {

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

}


#footerinner li a:first-letter {

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

}

#footerinner a.icon { display: inline-block; vertical-align: middle; font-family: FontAwesome; font-size: 18px; color: white; margin: 0px 0px 0px 5px; text-decoration: none;}


#basketcontainer {
position: absolute;
top: 20px;
right: 20px;
width: 150px;
height: 55px;
box-sizing: border-box;
padding: 30px 55px 0px 0px;
color: black;
font-size: 19px;
text-align: right;

}

#basketcontainer span {

display: block;
position: absolute;
right: 0px;
top: 0px;
width: 50px;
height: 50px;
background: #6b0707;
border-radius: 25px;
font-size: 30px;
font-family: FontAwesome;
color: white;
text-align: center;

}

#basketcontainer span::before {

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


}

#basketcontainer a {
     display: block; 
     position: absolute;
     z-index: 1;
     height: 55px;
     width: 150px;
     top: 0px;
     left: 0px;
    }

#basketcount {
position: absolute;
bottom: -10px;
right: -10px;
width: 27px;
height: 27px;
box-sizing: border-box;
border-radius: 14px;
background: #6b0707;
padding: 5px 0px;
color: white;
text-align: center;
font-size: 15px;
border: 1px solid white;

}








div.bannericon {
position: relative;
display: inline-block;
vertical-align: top;
margin: 20px;
width: 480px;
height: 200px;
box-sizing: border-box;
padding: 20px 150px 20px 20px;
color: black;
text-align: left;
font-size: 15px;
background-color: #f5f5f5;
background-image: url(/images/spacer.gif);
background-position: 90% 90%;
background-repeat: no-repeat;
font-family: Pusia;

}

div.bannericon a {
     display: block; 
     position: absolute;
     z-index: 1;
     height: 200px;
     width: 400px;
     top: 0px;
     left: 0px;
    }


div.bannericon h3 {

color: black;
text-align: left;
font-size: 40px;
font-weight: bold;
font-family: Pusia;
margin: 0px 0px 20px 0px;
    
}

    
    


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


tr.big {font-weight: bold; }

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

p.small {COLOR: black; text-align: left; font-size: 14px; margin: 10px 0px; line-height: 1.5;}

p.price {COLOR: black; text-align: left; font-size: 35px; margin: 10px 0px; line-height: 1.5;}

p.count {COLOR: black; text-align: left; font-size: 30px; margin: 10px 0px; 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.menumain {COLOR: black; font-weight: normal; font-size: 30px; font-family: Pusia, Verdana, Arial, Helvetica;   text-decoration: none; text-transform: uppercase;  }
a.menumain:hover {COLOR: #606060; }

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

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


ul {margin: 10px 0px 0px 25px; padding: 0px 0px 0px 2px}
li { COLOR: black; text-align: left;  font-weight: normal; font-size: 16px; margin: 0px 0px 0px 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: 0px; border-color: black; max-width: 100%; }

img.gal { transition: 0.5s; border: 5px solid white; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); transform-style: preserve-3d; transform: perspective(1000px) rotate3d(0,0,0,0); z-index: 2; }
img.gal:hover { box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); transform: perspective(400px) rotate3d(3,0,0,10deg); }

div.imggal2 { position: relative; transition: 0.5s; z-index: 2; }
div.imggal2:hover { transform: scale(1.33); }

div.coupon {

	position: relative; display: inline-block; margin: 20px;  vertical-align: top; font-size: 9px; text-align: center; color: #606060; box-sizing: border-box; max-width: 400px; width: 100%; aspect-ratio: 1.2;

}

div.coupon img.couponimage {

width: 100%;
margin-bottom: 10px;

}

div.coupon div.couponline a {

	color: #606060;
	text-decoration: none;
	font-size: 15px;

}

div.coupon div.couponbutton {

	position: absolute;
	bottom: 0px;
	width: 100%;


}


div.coupon div.couponbutton a {


	display: block;
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	background: #6b0707;
	padding: 10px;
	border-radius: 15px;

}

div.coupon div.couponbutton:before {

	content: '\f08a';
	font-family: FontAwesome;
	position: absolute;
	left: -5px;
	top: -10%;
	height: 120%;
	font-size: 30px;
	text-align: center;
	color: white;
	background: #d9d9d9;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 15px;

}


div.coupon div.couponbutton a:after {

content: '\f178';
font-family: FontAwesome;
position: absolute;
right: 20px;
top: 25%;

}


div.couponitem {

	position: relative; display: inline-block; margin: 10px;  vertical-align: top; box-sizing: border-box; padding: 10px;
	border: 1px solid #f0f0f0; border-radius: 15px;

}




div.catalog { position: relative; display: inline-block; margin: 20px;  vertical-align: top; font-size: 9px; text-align: center; color: #606060; box-sizing: border-box; width: 300px; height: 280px; }

div.catalog div.catalogline a { font-family: Pusia; font-size: 20px; color: #6b0707; text-decoration: none; }

div.catalogimage { position: relative; text-align: center; display: block; width: 300px; height: 200px;  box-shadow: 0 0 20px rgba(0,0,0,0.25); margin: 0px 0px 10px 0px; overflow: hidden; border-radius: 15px; }

div.catalogimage img { position: absolute; margin: auto; top: 0; left: 0; right: 0; }


div.menupoint { position: relative; display: inline-block; margin: 40px 10px;  vertical-align: top; box-sizing: border-box; width: 320px; min-height: 320px; padding: 0px 0px 40px 0px; background: white; box-shadow: 2px 2px 7px rgb(0 0 0 / 33%); border-radius: 15px; }

div.menupoint div.menuline {
 
position: relative;    
text-align: center;
height: 40px;
width: 100%;
padding: 0px 20px 0px 0px;
box-sizing: border-box;

    
}

div.menupoint div.menuline a { font-family: Pusia; font-size: 17px; color: #6b0707; text-decoration: none; text-transform: uppercase; }

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: #6b0707; padding: 1px; border-radius: 10px; padding: 0px; text-align: center; overflow: hidden; width: 20px; height: 20px; cursor: pointer; }

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

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: white; z-index: 100; box-shadow: 2px 2px 7px rgb(0 0 0 / 33%); }

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




div.menupoint div.menulinetopping {
 
position: relative;    
text-align: left;
height: 60px;
width: 100%;
padding: 0px 80px 0px 0px;
box-sizing: border-box;

    
}

div.menupoint div.menulinetopping a { font-family: Pusia; font-size: 16px; font-weight: bold; color: black; text-decoration: none; text-transform: uppercase; }

div.menupoint div.menulinetopping a.info { display: block; position: absolute; right: 0px; top: 0px; font-family: FontAwesome; font-size: 20px; color: #606060; }

div.menupoint div.menulinetopping span { display: block; position: absolute; right: 30px; top: 0px; font-size: 15px; color: #6b0707; line-height: 1; }




div.menupointimage { position: relative; text-align: center; display: block; width: 320px; height: 220px;  margin: 0px 0px 10px 0px; }

div.menupointimage img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; }


div.price { 

  position: relative; 
  width: 100%;
  COLOR: black; 
  font-weight: normal; 
  font-size: 20px;
  font-family: Pusia;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;

}


div.price:before  {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;

}

div.price a {

    text-decoration: none;

}



div.price span.s {
	white-space:pre;
	position:relative;
	display:inline-block;
    vertical-align: middle;
    margin: 5px 10px 0px 0px;
    font-size: 30px;
}

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

div.price span.whitebig {

    font-family: Pusia;
    color: #6b0707;
    margin: 0px 10px 0px 0px;
    font-size: 40px;
    vertical-align: middle;
}

div.price span.buybutton {

    font-family: Pusia;
    color: #6b0707;
    width: 200px;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 20px auto;
    text-align: center;
    background: white;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 33%);

}




div.price2 {

  position: absolute;
  width: 320px;
  height: 41px;
  bottom: 0px;
  left: 0px;
  margin: 0px;


  COLOR: black;
  font-weight: normal;
  font-size: 20px;
  font-family: Pusia;
  padding: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;

}

div.price2 a {

    text-decoration: none;

}



div.price2 span.s {
	white-space:pre;
	position:relative;
	display:inline-block;
    vertical-align: middle;
    margin: 5px 10px 0px 0px;
    font-size: 14px;
}

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

div.price2 span.whitebig {

    font-family: Pusia;
    color: #6b0707;
    margin: 0px 10px 0px 0px;
    font-size: 25px;
    vertical-align: middle;
}

div.price2 span.buybutton {

    font-family: Pusia;
    color: #6b0707;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 5px;
    background: white;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 33%);

}



span.pricetopping {
    
display: inline-block;
margin: 0px 10px 0px 0px;
color: black;
font-size: 20px;
text-transform: uppercase;
    
}    



div.checktopping {

position: relative;    
display: inline-block;
vertical-align: top;
margin: 10px;
font-size: 11px;
width: 150px;
min-height: 180px;
border: 1px solid #a0a0a0;
padding: 10px;
border-radius: 10px;
box-sizing: border-box;
text-align: center;


}    

div.checktopping span {
    
font-size: 15px;
color: #808080;
    
}    

div.checkcounttopping {

position: absolute;    
bottom: 0px; right: 0px;
width: 100%;
text-align: center;

}    

div.checkcounttopping a { 
position: relative;    
display: inline-block;
  height: 20px;
  width: 20px;
  color: #6b0707;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  margin: 0px;
  vertical-align: middle;
}

div.checkcounttopping a:before  {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;

}

div.checkcounttopping input {
 
border-radius: 3px;
border: 2px solid #808080;
font-size: 14px;
text-align: center;
vertical-align: middle;
    
}    






a.showchildren {

display: block;
position: absolute;
top: 50px;
/*left: 50%;
margin-left: -10px;*/
left: 0; right: 0;
margin: 0 auto;

width: 0px;
height: 0px;
border: 15px solid;
border-top-color: #f53b2e;
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent;
z-index: 2;
    
}    

div.menupoint a.showchildren {

top: 35px;

}

div.children {
    
display: none;
visibility: hidden;
position: absolute;    
width: 100%;
color: black;
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 10px;
background: white;
left: 0px;
top: 60px;
z-index: 1;
border: 1px solid #a0a0a0;
border-radius: 20px;
    
}    

div.children div.price {

position: relative;    
margin: 10px 0px 20px 0px;
    
}    

div.children div.price2 {

position: relative;
margin: 10px 0px 20px 0px;
text-align: center;

}





#modifier {text-align: center; }

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

#modifier input[type="radio"] + label {
   margin: 10px;
   display: inline-block;
   cursor: pointer;
   color:  black;
   background: #e8e8e8;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
   font-size:  15px;
   font-weight: normal;
   padding: 5px 20px;
   border-radius: 14px;
   text-transform: uppercase;
   transition: 0.5s;
}

#modifier input[type="radio"]:hover + label {

  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

 }

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



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

div.modifier2inner, div.modifier3inner {text-align: center; border-radius: 14px; background: #e8e8e8; position: relative; display: inline-block;  }

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: 0px;
   display: inline-block;
   cursor: pointer;
   color:  black;
   background: none;
   font-size:  15px;
   font-weight: normal;
   padding: 5px 20px;
   text-transform: uppercase;
   transition: 0.5s;
}

div.modifier2 input[type="radio"]:checked + label, div.modifier3 input[type="radio"]:checked + label {
  color:  white;
  background: #6b0707;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-radius: 14px;

 }




td.ordername { font-size: 20px; font-weight: bold; }



/*img.gal2 { transition: 0.5s; z-index: 2; }*/
/*img.gal2:hover { transform: scale(1.33); }*/

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


div.galery { font-size: 22px; font-weight: bold; color: black; font-family: Verdana, Arial, Helvetica; }

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

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



h1 {
	COLOR: #6b0707;
	font-family: Pusia, Verdana, Arial, Helvetica;
	font-size: 40px; 
   	margin: 20px 0px 30px 0px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	

    }


   
    
h2 {
	COLOR: #6b0707;
	font-family: Pusia, Verdana, Arial, Helvetica;
	font-size: 30px; 
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	position: relative;
	text-align: center;
	
}	



h3 {
	COLOR: #6b0707;
	font-family: Pusia, Verdana, Arial, Helvetica;
	font-size: 14px; 
	font-weight: bold;
   	margin: 10px 5px 10px 5px;
	text-align: left;
	
	}

h4 {
	COLOR: #6b0707;
	font-family: Pusia, Verdana, Arial, Helvetica;
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
   	margin: 5px 0px 20px 0px;
    }

INPUT, SELECT { outline:none; }


    
INPUT {

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


   }

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: 60px;
height: 40px;
box-sizing: border-box;
border-radius: 20px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 18px;
padding: 13px;
background: white;
margin: 10px;

   }

INPUT.box2 {

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

   }

   
   
INPUT.button {
  
width: 300px;
height: 40px;
box-sizing: border-box;
border-radius: 25px;
text-align: center;
text-transform: uppercase;
color: white;
font-size: 18px;
padding: 11px;
background: #6b0707;
margin: 10px;
cursor: pointer;
transition: 1s;
font-family: Pusia, Verdana, Arial, Helvetica;
transition: 1s;
border: none;
  
}

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: #6b0707;
margin: 10px;
cursor: pointer;
transition: 1s;
font-family: Pusia, Verdana, Arial, Helvetica;
transition: 1s;
  
}

INPUT.button2:hover {

color: #ffff00;
background: #ff0000;


}  

SELECT {

width: 300px;
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 0px 10px 10px;
vertical-align: middle;

   }

   

TEXTAREA {

width: 300px;
height: 200px;
box-sizing: border-box;
border-radius: 5px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 14px;
padding: 10px;
background: white;
margin: 10px;

   }



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: #6b0707;
	color: white;
	margin: 10px;
	cursor: pointer;
	transition: 1s;
	border: none;

}

input.hiddenbox:checked + label {
	background: #600000;
}


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 #6b0707;
	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: #6b0707;

}


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 #6b0707;


}


div.orderpage {

	display: block;
	padding: 100px 0px 50px 0px;

}

div.orderpage span.nav {

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

}

div.orderpage span.nav a {

	color: #6b0707;
	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;


}


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

td.ordername { padding-left: 20px; text-align: left; font-size: 15px; font-weight: normal;   }
td.ordername span { font-size: 20px; font-weight: bold; display: block; margin-bottom: 10px; }
td.ordername span a { font-weight: bold; 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 #6b0707;
	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: #6b0707;

}


div.orderlinewrapper {

	position: relative;

}

INPUT.orderinput {

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

}

INPUT.orderinput::placeholder {

	color: #6b0707;

}

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;

}

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

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:#6b0707;
	font-size: 20px;
	font-weight: normal;
	border: 1px solid #6b0707;
	border-radius: 20px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	max-width: 300px;
}

a.orderlistbutton {

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


}

a.orderlistbutton:hover {

	color: yellow;

}

a.orderlistbuttongrey {

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

}

a.orderlistbuttongrey:hover {

	color: yellow;

}





#topmenumobile {position: fixed; top: 0px; left: -330px; width: 320px; height: 100%; z-index: 200; background: white; border-right: 2px solid black; overflow-y: auto; -moz-transition:  0.2s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linears; -webkit-transition: 0.5s linears; transition: 0.5s linear; }

#topmenumobilesmall {
   display: block;
   visibility: visible;
   position: fixed;
   z-index: 100;
   top: 30px;
    left: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: white;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    box-sizing: border-box;
    padding-top: 7px;

}

#topmenumobilesmall a { color: #6b0707; font-family: FontAwesome; text-decoration: none; font-size: 25px; }


#topmenumobilesmallblack { float: right; width: 30px; height: 26px; margin: 5px; }

#topmenumobilesmallblack a { color: black; font-family: FontAwesome; text-decoration: none; font-size: 25px; }

nav {

margin: 0px;
padding: 0;
width: 280px;

}



.menu-item {
  width: 280px;
  position: relative;
}

.menu-item h4 {
color: black;
font-size: 18px;
font-weight: bold;
margin: 5px 0px;
padding: 0px 60px 0px 10px;
max-width: 280px;
background: none;
text-align: left;
-webkit-transition: 1s ease; -moz-transition: 1s ease; -o-transition: 1s ease; -ms-transition: 1s ease; transition: 1s ease;

}


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

.menu-item ul {
 color: black;
 font-size: 16px;
 font-weight: bold;
/*  max-height: 0px;*/
  list-style-type: none;
/*  overflow: hidden;*/
  padding: 0px;
  text-align: left;
  margin: 0px 0px 0px 20px;
  max-width: 280px;


-webkit-transition: max-height 1s ease;
-moz-transition: max-height 1s ease;
-o-transition: max-height 1s ease;
-ms-transition: max-height 1s ease;
transition: max-height 1s ease;

}

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