:root{

	--black: #000;
	--white: #fff;
	--red: #c42a2a;
	--grey: #f6f6f6;
	--grey2: #ededed;
  --white2: #f7f7f7;

}



  a  {
  	  color: var(--black);
  	  text-decoration: none;

  }



 
 


body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
 

}


.header{

	background: url(../img/bg.jpg) center no-repeat;
}


.head{

	padding: 30px 0px;
}


.logo img{

	float: left;
	margin-right: 10px;
}


.logo {
	font-family: 'Kelly Slab', cursive;
	color: var(--white);
	font-size: 17.5px;
	text-transform: uppercase;

}

.logo p{

	padding: 0px;
	margin: 0px;
}

.text-logo{

	font-size: 25px;
}

.text-logo span{

	color: var(--red);
}

.title{
	
	font-family: 'Kelly Slab', cursive;
	font-size: 60px;
	color:  var(--white);
	padding: 120px 0px;
	text-transform: uppercase;
	text-align: center;
}

.title span{

	color: var(--red);

}

.fsize{

	font-size: 75px;
}

.col8{

	width: 12%;

}


.menutop{


	text-align: center;
  background: #000000ba;
  padding:  20px 0px 15px;

}

.menutop a{

	color: var(--white);
}

.menutop img{

	margin-bottom: 10px;
}


.adress{

	color: var(--white);
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 5px;

}


.adress a{

	color:  var(--white);
}



.adress p{

	margin:  0px;
	padding: 0px;

}


.adress i{

	margin-right: 5px;

}

.link{

	margin-left:  30px;
	margin-top: 5px;
}

.link a{

	color: var(--white);
	text-decoration: underline;
}



.content{

	font-family: 'Open Sans', sans-serif;
	padding: 50px 0px;

}

.prodd{

	border:  1px solid var(--grey2);
	margin-bottom: 20px;
	text-align: center;
	float: left;
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background: var(--white);

}

h3.zag{

	font-family: 'Kelly Slab', cursive;
	font-size:  30px;
	text-transform: uppercase;
	color:  var(--black);
	margin:  30px 0px;

}


.allbtn{

	background: var(--red);
	float: left;
  width: 100%;

  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
 
  padding: 5px;

}


.prodd .jshop_price{

 	padding-left: 20px;
	width:  50%;
	float: left;
	text-align: left;
	color: var(--white);
	font-weight: 700;

}


.prodd .buttons{

 	padding-right: 20px;
	width:  50%;
	float: right;
	text-align: right;

}


 .prodd .name{

 	font-size: 20px;
 	font-weight: 700;
 	margin: 20px 0px 0px;
 	text-transform: uppercase;
 	border-bottom:  1px solid var(--grey2);
 	padding-bottom: 10px;
 	font-family: 'Open Sans Condensed', sans-serif;
 	

 }




 .buttons i{

 	font-size:  20px;
 	color:  var(--black);
 }


 .buttons a{

 	    background: var(--white);
    padding: 10px 12px 10px 10px;
    position: relative;
    top: 10px;
    border-radius: 12px;
 }


 .prodd .description{

 	margin: 10px 0px;
 	padding: 0px 10px;
 	font-size: 13px;
 		font-family: 'Open Sans', sans-serif;

 }

.product_label{

	position:  absolute;
	top:  10px;
	left:  10px;

}


.prodd{

	position: relative;

}


 .pizza .description , .rolls .description{

 	min-height: 40px;
 }
 

 .nabors .description{

 	min-height: 90px;

 }

 .zakuski .code , .desert .code , .wok .code , .specii .code {

 	display: none;

 }


 .rolls , .tempura , .nabor , .wok , .specii , .desert , .zakuski , .pizza{

 

 }

 .tempura  , .wok , .specii , .zakuski{

 	background: var(--white2);

 }

.code{

	position: absolute;
  right: 0px;
  top:  5px;
  padding: 5px;
  background: var(--black);
  color: var(--white);
    border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 14px;

}


.productweight{

	position: absolute;
  right: 0px;
  padding: 5px;
  background: var(--red);
  color: var(--white);
  top:  50px;
  border-top-left-radius: 12px;
  font-size: 14px;
  border-bottom-left-radius: 12px;

}


.cart1{

	border-radius: 12px;
    position: fixed;
    width: 283px;
    text-transform: uppercase;
    z-index: 12;
}


.image_block{

	padding-top: 20px;
	
}


.mmenu{

	background: var(--black);
	padding-top: 30px;
}


.mmenu .col8{

	width:  50%;
	text-align: center;
	float:  left;
}

.mmenu a{

	color:  var(--white);
}


.cart1{

	background: var(--black);
	padding: 10px 0px;
	font-size: 15px;

}


.cart1 i{

	color: var(--red);
	font-size: 15px;
	padding-right: 5px;

}

.left-c{

	float:  left;
	width:  50%;
	color:  var(--white);

}


.left-c span{
	font-size: 15px;
	color: var(--white);

}
 
.right-c{

    float: right;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    color: var(--white);
    padding-top: 5px;


}

.cartp{

	float:  left;
}

.oform{

    background: var(--red);
    color: var(--white);
    margin: 0px 5px;
    padding: 2px;
    border-radius: 6px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}


.adress2{

	display: none;
	font-family: 'Open Sans Condensed', sans-serif;


}


.adress2 .adress{
 
	font-size: 20px;
	font-weight: 700;

}



.adress2 .adress i{

 color: var(--red);

}


.bg2{

	background: url(../img/bg2.jpg) center no-repeat;
	padding: 50px 0px;
}

.title2{
	
	font-family: 'Kelly Slab', cursive;
	font-size: 50px;
	color:  var(--white);
	padding: 10px 0px;
	text-transform: uppercase;
	text-align: left;
}



.page-header{

	margin-bottom: 30px;

}


.content .uk-button-primary{

	background: var(--red);
	margin-top: 20px;
} 


.uk-table{

	font-size: 13px;
}

.jshop_register{

	display: none;
}

.bg2 .adress{

	text-align: left;
	font-size: 25px;

}

.cart1 a{

	color: var(--white);

}


  .pulse {
  position: fixed;
  bottom: 10px;
  right: 10px;
  transform: translate(-50%, -50%);
  background: var(--red);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  color: var(--white);
  font-size: 30px;
}

.pulse:before,
.pulse:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid var(--red);
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.pulse:after{
	animation-delay: .5s;
}



@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}

}