
/* IMPORTS */
@import "../../fonts/Arimo.css";
@import "../../fonts/PT_serif.css";

@font-face {
   font-family: 'rouble';
   src: url('/fonts/rouble.eot');
   src: local('ALS rouble'),
   url('/fonts/rouble.woff') format('woff'),
   url('/fonts/rouble.svg') format('svg'),
   url('/fonts/rouble.otf') format('opentype');     
}

/* OVERRIDES */

body	{ font-family: 'Roboto Slab', serif; font-size: 14px; }

h1,h2,h3,h4,h5,h6 { font-family: 'Roboto Slab', serif !important; }
h3	{ font-weight: normal; } 
h4	{ font-size: 18px; font-weight: normal; }

thead th, tbody th { font-family: 'Roboto Slab', serif; }

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: 'Roboto Slab', serif;
}

input:focus,
textarea:focus	{
	outline: none;
}

a {
	cursor:pointer;
}

.button	{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 20px;
	text-decoration: none;
}

a:hover	{ color: #ff0000; }

blockquote{ font-family: 'Roboto Slab', serif; }

.aligncenter	{
	text-align: center;
}

.alert
{
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 5px 5px 5px 5px;
    background: rgba(255, 0, 0, 0.57);
    border: 1px dotted black;
    color: white;
}

.stock-yugs
{
	border: 1px dashed #000;
	margin: 0 auto 40px auto;
	padding: 20px;
	width: 80%;
	max-width: 400px;
	text-align: center;
}
	.stock-yugs-field	{
		float: left;
		width: 48%;
	}
		.stock-yugs-field div	{
			margin-bottom: 4px;
		}
	
	.stock-yugs .addDiscount	{
		display: block;
		margin: 10px auto 0 auto;
	}

td.options { border-left: 1px dotted #e2cece; text-align: center; width: 15px !important; }
td.options:last-child { border-right: 1px dotted #e2cece !important; }
td.options span { font-size: 20px; }
th.options { width: 20px; text-align: center; border-left: 1px dotted #e2cece; }

th.options span {
	background-color: #00a2ff; 
	border-radius: 2px; 
	color: #fff; 
	padding: 0px 4px;
	cursor: help;
}

span.rouble	 { font-family: 'rouble'; }

div.clear	{ width: 100%; clear: both; }

/* LAYOUT */



.body-wrap	{
	  margin-top: -102px;
}
	div.body-block	{
		background: rgba(255, 255, 255, 0.6);
		position: relative;
		width: 100%;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		behavior: url(/pie/PIE.htc);
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
	    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
	    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.40);
	}

/********** HEADER *********/
.header-wrap	{
	float: none;
	margin: 0 auto;
	width: auto;
	max-width: 960px;
}
	.header	{
		/**background: url(../../images/sticks.png) no-repeat center center;
		background-size: contain;**/
		text-align: center;
		position: relative;
		z-index: 1;
	}
		.logo 	{
			display: inline-block;
			position: relative;
			text-decoration: none;
			top: 26px;
		}
			.logo img	{
				border: none;
				height: auto;
				outline: none;
				position: relative;
				top: -20px;
				width: 154px;
			}





/********* TOP INFO **********/
	.contact	{
		float: left;
		margin-left: 10px;
		position: relative;
		top: 7px;
		width: 48%;
	}
		.contact-phone	{
			font-weight: bold;
			color:#776565;
			
		}	
		.contact span	{
			font-weight: normal;
			color: #655959;
		}	
		
	.center_text {
		text-align: center;
	}
		.center_text p {
			margin-bottom: 0px;
		}

	.cart_wrapper	{
		float: right;
		position: relative;
		width: 48%;
	}
	
	
	.cart_fixed	{
		float: right;
	    margin-top: -25px;
	}
	
	.cart_fixed	 .cart_wrapper{
		
	}
	
	
	
		.cart	{
			text-align: right;
		}	
			.cart-icon	{
				height: 20px;
				position: relative;
				width: auto;	
			}
			
			.cart-info	{
				display: inline-block;
			}
				.cart-info a	{
					border-bottom: 1px dashed #c7d9e9;
					color: #00a8ff;
					text-decoration: none;
				}
				
				.cart-info a:hover	{
					border-bottom: none;
				}
				
				.cart-info .rouble	 {
					font-weight: bold;
				}
			
			.checkout-order	{
				background: #A91717;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				color: #fff;
				display: inline-block;
				margin-left: 35px;
				padding: 5px 12px;
				text-decoration: none;
				-webkit-transition: background 0.2s;
			    -moz-transition: background 0.2s;
			         -o-transition: background 0.2s;
			              transition: background 0.2s
			}
			
			.checkout-order:hover	{
				background: #ff0000;
				color: #fff;
			}
			
			.checkout-order a:active
			{
				color: #fff;
			}
		
		div.cart-list {
		    display: none;
		    position: absolute;
		    left: 25px;
		    top: 18px;
		    width: 240px;
		    z-index: 500;
		    padding-top: 10px;
		}
			div.cart-list div.wrapper {
				overflow: hidden;
				position: relative;
				box-shadow: 5px -16px 93px rgba(0,0,0,0.5);
				background-color: white;
			    border-radius: 10px;
				width: 100%;
			}
				div.cart-list div.wrapper div.list {
					background: #fff;	
					bottom: 10px;	
					position: absolute;
					top: 8px;
					width: 100%;		
					cursor: pointer;
				}
				
				.cart-bottom	{
					background-image: url(../../images/check-bottom.png);
					background-repeat: repeat-x;
					bottom: 5px;
					height: 10px;
					left: -4px;
					position: absolute;
					width: 107%;
				}
		
		div.cart-list ul {
		    font-family: 'Roboto Slab', serif;
			font-size: 12px;
			list-style: decimal;
			padding-left: 30px;
		}
			div.cart-list ul li {
			    font-family: 'Roboto Slab', serif;
		        border-bottom: 1px solid #faa;
		        line-height: 26px;
			}
		
		div.cart-list ul li div.controls {
			display: inline-block;
			position: absolute;
		    right: 0;
			margin-top: 0px;
			padding-right: 10px;
			text-align: right;
		}
		
		div.cart-list ul li a.buttons {
			
			width: 16px;
			height: 16px;
			background-image: url(../../images/check-buttons.png);	
			position: relative;
			top: 2px;
			display: inline-block;
		}
		
		div.cart-list ul li a.minus {
		
		}
		
		div.cart-list ul li a.plus {
			background-position-x: -16px;
		}
		
		div.cart-list ul li a.del {
			margin-left: 7px;
			background-position-x: -33px;
		}
.top-menu-categories	{
	display: none;
}
	.top-menu-categories a	{
		color: #000000;
	    padding: 3px 6px;
	    background: #FFFFFF;
	    border-radius: 2px;
	    text-decoration: none;
	    line-height: 2.3;
	    margin-right: 7px;

	}
	
	.top-menu-categories a:hover	{
		background: #A91717;
		color: #FFFFFF;
	}
		
.f-nav	{
	position: fixed !important;
	z-index: 8888;
}

.f-nav:hover{
	opacity: 1;
}
	.f-nav .contact-phone	{
		display: none
	}
	
	.f-nav .contact-links	{
		display: block;
		text-align: center;
		width: 500px;
	}


.f-nav .cart-info	{
	color: white;
}

.f-nav .cart-info a	{
	border-bottom: 1px dashed #c7d9e9;
    color: #C3DDF3;
    text-decoration: none;
}

.f-nav .cart-info .rouble	{
	color: white;
    font-size: 16px;
}

.rl_thins_float_block	{
	background: rgba(102, 102, 102, 0.9);
	left: -20px;
	padding: 10px 23px 20px 20px;
	position: relative;
	width: auto;
	max-width: 917px;
}
	.rl_thins_float_block .contact	{
		margin-left: 0;
	}
	
	.rl_thins_float_block .cart-wrapper	{
		margin-right: 2px;
	}
	
	.rl_thins_float_block .cart-list	{
		top: 36px;
	}
		.rl_thins_float_block div.cart-list div.wrapper div.list	{
			background: rgba(255, 255, 255, 0.9);
		}
			
	a.video {
		position: relative;
		z-index: 999;
		top: 8px;
		right: 0px;
	}
	
	a.video:hover {
		background: none !important;
	}
	
	a.video img	{
		height: 29px;
		width: 44px;
	}
	
	
	
	

/* Menu */
.menu-block	{
	position: relative;
	z-index: 100;
	margin-bottom: 70px;
}
	.menu-block-inner	{

	}
		.menu-mobile-list a	{
		    background: #B31D1D;
		    padding: 5px 20px;
		    color: #fff;
		    width: 100%;
		    display: block;
		    text-align: center;			
		}
		
		.menu-mobile-list a {

		}

		.menu-mobile-list a:hover	{
			color: #fff;
		}
		
		.menu-mobile-list a.active	{
			color: #fff;
			background: #E22020;
		}
	
		.menu-mobile-list a:visited	{
			color: #fff;
		}		

/* Catalog */
div.objects-line  {
	margin: 0 20px 20px 20px;
}

div.header-cat-block  { text-align: center; margin: 20px 0 20px 0; }

a#hot	{
	background: url(../../images/type.png) no-repeat -20px 0px;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; 
}

a#veg	{
	background: url(../../images/type.png) no-repeat;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; 
}

a#fish	{
	background: url(../../images/type.png) no-repeat -40px 0px;
	display: block;
	float: left;
	width: 22px;
	height: 20px;
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; 
}

span.header-cat {
  background: url(../../images/header-left.png) no-repeat left center;

  padding: 5px 20px 15px 62px;  
  font-weight: normal;
  font-size: 18px;
}
img.header-cat-lent { margin-bottom: -20px; margin-right: -1px;}

div.object-pic	{
	height: 350px;
	margin: 0 !important;
	width: 25%;
}

div.object-pic-recommended	{
	height: 216px;
	margin: 0 !important;
}

div.object-pic:nth-child(4n+1)	{
	clear: both;
}

div.object-block	{
	width: 100%;
	height: 150px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/pie/PIE.htc);
	margin: 0px 6px;
	text-align: center;
	overflow: hidden;
	position:relative;
	margin-bottom: 4px;
	transition: all 0.4s ease-in-out;	
}

div.object-block-recommended	{
	width: 100%;
	height: 100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/pie/PIE.htc);
	margin: 0px 6px;
	text-align: center;
	overflow: hidden;
	position:relative;
	margin-bottom: 4px;
	transition: all 0.4s ease-in-out;	
}

div.object-block:hover
{
	
}

	div.object-block a img, div.object-block-recommended img	{
		width: 100%;
		height: auto;
		margin: 7px 0 0 0;
		border: none;
		outline: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		position:absolute;
		left:0;
		bottom:0;
		z-index: 100;
	}

a.name-object	{ font-family: 'Roboto Slab', serif; color: #900000; font-size: 18px; margin: 0 0 0 5px;
	display: inline-block; overflow: hidden; height: 4em; width: 100%;
}
a.name-object:hover	{ color: #00a8ff; }

div.add-cart-block  { width: 119px; float: left; margin: 6px 0 0 5px; }
div.add-cart-block-recommended  { width: 100%; float: left; margin: 10px 0 0 5px; }

a.add-cart	{
	background: none;
	text-shadow: none;
	border: 1px solid #c32328;
	color: #c32328;
	  padding: 5px 11px;
	  text-decoration: none;
	  text-align: center;
	  border-radius:5px;
	  font-size: 16px;
	  font-family: 'Roboto Slab', serif;
	  text-decoration: none;
}

a.add-cart-recommended
{
	width: 100%;
	display: block;
}

a.add-cart:hover	{
	
	background: #c32328;
	color: #fff;
	text-decoration: none;
	  
}

div.price-object-pic  {
	float: right;
	font-size: 20px;
	margin: 10px 0 0 0;
	text-align: right;
	width: 62px;
	font-family: 'Roboto Slab', serif;
}

div.price-object-pic-recommended  {
	font-size: 20px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
	display: block;
}

	div.price-object-pic span.rouble, .price-object-pic-recommended span.rouble  {
		font-size: 16px;
	}

/* Content */
div.object-view	{ min-width: 600px; }
div.object-view h1	{
	font-family: 'Roboto Slab', serif;
	margin: 0 40px 0 40px;
	color: #3c3c3c;
	font-size: 30px;
	font-weight:200;
}

div.descr p	{ font-size: 14px; color: #000; margin: 0; }
div.descr-inner	{ margin: 0 0 0 30px; font-size: 12px; }
div.descr-inner iframe	{ width: 92%; height: 300px; border: none; }
div.photo-inner { text-align: center; }
div.photo-inner	img	{ max-width: 200px; }

div.block-content	{ width: 85%; margin: 0 0 0 40px; }

div.price-inner	{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/pie/PIE.htc);
	border: 1px dashed #f57373;
	width: 120px;
	margin: 30px 0 0 0;
	padding: 5px 15px;
	text-align: center;
	float: left;
}

div.price-inner h3	{ font-size: 26px !important; font-family: 'Roboto Slab', serif; font-style: italic; margin: 0 !important; } 
div.descr h3	{ font-size: 16px; font-family: 'Roboto Slab', serif; font-style: italic; margin: 0 0 10px 0; } 

div.weight	{
	font-size: 12px;
	width: 50px;
	text-align: center;
	background: #e0e0e0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #c9c9c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e0 0%,#c9c9c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#c9c9c9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e0 0%,#c9c9c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-8 */
	color: #fff;
	margin: 0 0 5px 0;
	padding: 4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/pie/PIE.htc);
}

input.add-cart-button	{
	float: left;
	margin: 30px 0 0 30px;
	background: #ff4f4f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff4f4f 0%, #cc1010 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4f4f), color-stop(100%,#cc1010)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff4f4f 0%,#cc1010 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff4f4f 0%,#cc1010 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff4f4f 0%,#cc1010 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff4f4f 0%,#cc1010 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f4f', endColorstr='#cc1010',GradientType=0 ); /* IE6-8 */
	font-size: 16px;
	color: #fff;
	text-shadow: 0px -1px 0px #be3f3f;
	border: none;
	padding: 12px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/pie/PIE.htc);
}

input.add-cart-button:hover	{
	background: #ff6d6d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmQ2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzM5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff6d6d 0%, #cc3939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6d6d), color-stop(100%,#cc3939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6d6d 0%,#cc3939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6d6d 0%,#cc3939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6d6d 0%,#cc3939 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6d6d 0%,#cc3939 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d6d', endColorstr='#cc3939',GradientType=0 ); /* IE6-8 */
	border: none;
}

/* Back to top button  */
#back-top {
	position: fixed;
	bottom: 0px;
	right: 50px;
	z-index: 9999;
	opacity: 0.5;
	display: none;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover { color: #000; }

/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #000 url(../../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span { background-color: #777; }

/* PopUp */
.hidden { display: none; }
.user-actions { margin: 10px 0 0 200px; width: 600px; }
.user-actions p { border: 1px solid #999999; padding: 10px; }
.user-actions p.bug a { color: red; }
.user-actions p.reference a { color: green; }
.user-actions a { text-decoration: none; border-bottom: 1px dashed; }

/* Pop-up message and fading background */
#opaco {
	background-color: #000000;
	left: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";/* IE8 */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 40); /* IE5+ */
	filter: alpha(opacity=40);/* IE4- */
	moz-opacity: 0; /* Mozilla */
	-khtml-opacity: 0; /* Safari */
	opacity: 0;  /* general CSS3 */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#popup {
	background-color: #fff;
	position: fixed;
	/*width:300px;*/
	left:50%;
	top:50%;
	height: auto;
	margin-left: -325px;
	width: 650px;
	padding: 20px 0;
	z-index: 9999 !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	behavior: url(/pie/PIE.htc);
}

img.close-popup	{ position: absolute; top: -10px; right: -10px; border: none; outline: none; }

/* Shopping */
table.cart-table	{
	margin: 30px auto 0 auto;
	width: auto;
	max-width: 400px;
}
	table.cart-table thead th	{
		border-bottom: 2px solid #000;
		padding: 30px;
		min-width:100px;
	}
	
	table.cart-table td	{
		border-bottom: 1px solid #eee;
		padding: 5px;
		text-align: center;
	}
		table.cart-table td.tbl-cart-name a	{
			border-bottom: 1px solid #bfd8ed;
			color: #1974c1;
			text-decoration: none;
		}
		
		table.cart-table td.tbl-cart-name a:hover	{
			border-bottom: none;
			color: #ff0000;
		}

table.address-form	{ margin: 60px auto 0 auto; clear: both; } 


div.radio-block	{ width: 240px; float: left; margin: 0 10px 15px 45px; } 
div.radio-buttons	{
	margin: 60px 0 0 0;
}
div.radio-descr	{ margin: 20px 0 0 10px; font-size: 12px; line-height: 18px; }

/* Footer */
div.footer-top	{
	background: url(../../images/footer-top.png) repeat-x center top;
	width: 900px;
	padding: 20px 30px;
	color: #fff;
	font-size: 12px;
	position: relative;
	left: -10px;
	bottom: -20px;
	z-index: 8999;
}
div.footer-under	{
	background: rgba(102, 102, 102, 0.9);
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	behavior: url(/pie/PIE.htc);
	width: 100%;
	color: #fff;
	font-size: 12px;
	position: relative;
	left: 0px;
	bottom: -20px;
}
div.footer-under-center { text-align: center;}
div.footer-under-left	{ padding: 15px 0 0 30px; float: left; width: 800px; }
.footer-under-links { color: #46f803; }
.footer-under-links  a:hover { color: #ffffff; }
div.footer-under-right	{ padding: 15px 30px 0 0; float: right; width: 88px; text-align: right;  margin-right: 15px;}
div.footer-links	{ margin: 20px auto 0 auto; font-size: 11px; text-align: center; }
div.footer-links a	{ color: #a50000; }
div.footer-links a:hover	{ color: #ff0000; }
div.between	{ height: 10px; }

.ig-yugs	{
	border-bottom: none;
	text-decoration: none;
}
	.ig-yugs img	{
		height: 40px;
		width: auto;
	}

/*Menu bottom*/
div.menu_bottom {
	font-size: 12px;
	height: 44px;
	background: #000;
	top:0px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	opacity: 0.8;
}

div.menu_bottom_inner {width: 1200px; margin: 0 auto; padding-top: 17px;}
div.menu_bottom_inner a {color: #fff;padding-right: 20px; display: inline;}
div.left_menu {float: left;}
div.right_nav {float:right;text-align: right;}
div.right_nav a{padding:0px; float: left; text-decoration: none;}
div.right_nav img{position: absolute; margin-top: 0px; margin-left: 4px;}

div.item div.count {
    float: left;
    margin-left: -15px;
    margin-top: 8px;
}
	div.item div.count input {
		width: 30px;
		text-align: center; 
		border: 1px solid #c1c1c1;
		border-radius: 4px;
		float: left;
		padding: 3px;
		font-size: 12px;
		font-family: 'Roboto Slab', serif;
	}

	div.item div.count a{
		display: block;
		font-weight: bold;
		text-decoration: none;
		line-height: 20px;
		float: left;
		
	}

.menu-mobile-link	{
	display: none;
}

#container {
	height: 303px;
	left: -4px;
	margin: 60px auto 0 auto;
	padding-top: 60px;
	position: relative;
	width: 100%;
	z-index: 0;
}
	#example {
		width:100%;
		height:303px;
		position:relative;
	}
		#frame {
			position:absolute;
			z-index:0;
			width:100%;
			height:303px;
			top:-3px;
			left:-80px;
		}
			#slides {
				position: absolute;
				left:4px;
				top: 0;
				z-index: 1;
			}

#slides .next,#slides .prev {
	position:absolute;
	top:120px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

.slides_container {
	width:100%;
	height:303px;
	overflow:hidden;
	position:relative;
}

#slides .next {
	left: auto;
	right: -24px;
}

.pagination {
	display: none;
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.feedback	{
	margin: 0 auto;
	width: 300px;
}
	.feedback .header-cat-block	{
		margin-bottom: 60px;
	}
	
	.feedback input	{
		font-size: 18px;
		margin-bottom: 15px;
		padding: 10px 20px;
		width: 85%;
	}
	
	.feedback input[type="submit"]	{
		width: 100%;
	}


.inner_content {
	padding:0px 40px;
}


@-ms-viewport {
  width: device-width;
}

@media only screen and (min-width: 319px) and (max-width: 481px) {
	/* Modal Content/Box */
	.popup-show-content {
		position: fixed;
		padding: 1.3rem;
		top: 70% !important;
		width: 90% !important;
		background-color: white;
		border: 1px solid #ddd;
		border-radius: 6px;
		z-index: 9999 !important;
	}
}

@media (max-width: 480px)	{
	.head-categories
	{
	    width: 100% !important;	
	    left: 0 !important;
	    padding: 10px !important;
    }
    
    .mobile-header-cart a
    {
	    margin: 0 3px 0 0 !important;
    }
	
	.logo img	{
		width: 120px;
	}
	
	.item-modal p.modal-price {
	    margin-top: 5px !important;
	}
	
	.rl_things	{
		margin-top: 30px;
	}
	
	.body-wrap {
	  margin-top: -37px;
	  padding-left: 0 !important;
	  padding-right: 0 !important;
	}
	
	.categories
	{
		padding: 0 !important;
	}
	
	.container
	{
		padding: 0 !important;
	}

	.wrapper
	{
		width: 100% !important;
	}
	
		.contact {
		  float: none;
		  margin-bottom: 20px;
		  margin-left: 0px;
		  position: relative;
		  text-align: center;
		  width: 100%;
		}
			.contact-phone	{
				/* display: none; */
				text-align: center;
			}
			
			.contact .contact-links	{
				display: block;
				text-align: center;
			}
				.contact .contact-links a	{
					margin-left: 5px;
					margin-right: 5px;
				}
			.cart {
			  text-align: center;
			  margin-top: 10px;
			}
				.cart-info	{
					margin-bottom: 10px;
				}
			
			.cart-list	{
				display: none;
			}
		
		#container,
		.cart-list	{
			display: none;
		}
		
		.checkout-order	{
			margin: 0 auto;
			padding: 10px;
			width: 200px;
		}

	div.objects-line	{
		margin: 0 0 0 0;
		width: 97%;
	}
		.food-list-wrap	{
			display: none;
		}
			div.header-cat-mobile	{
				color: #ca1818;
				cursor: pointer;
				margin: 20px 0 0 15px;
				text-align: center;
			}
				div.header-cat-mobile span.header-cat	{
					background-image: none;
					border-bottom: 1px dotted #ca1818;
					padding: 0;
				}
				
				div.header-cat-mobile img	{
					display: none;
				}
			
			div.object-pic	{
				width: 50%;
			    padding-left: 0px;
			    padding-right: 12px;
			  /*  height:298px !important;			*/
			}
			
			div.object-pic:nth-child(4n+1) {
			  clear: none;
			}
			
			div.object-pic:nth-child(2n+1) {
			  clear: both;
			}
			
			div.add-cart-block {
				float: none;
				margin-bottom: 10px;
				width: 100%;
				margin-top: 2px;
			}
				div.add-cart-block a	{
					display: block;
					text-align: center;
				}
			
			div.price-object-pic	{
				margin: 3px 0 0 0;
			}
			
			div.item div.count {
			  float: left;
			  margin-left: 2%;
			  margin-top: 8px;
			}
	
	
	table.cart-table-first, 
	table.cart-table-first thead, 
	table.cart-table-first tbody, 
	table.cart-table-first th, 
	table.cart-table-first td, 
	table.cart-table-first tr {
		display: block;
	}
		table.cart-table-first thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		table.cart-table-first tr { border: 1px solid #eee; }
			table.cart-table-first td {
				border: none;
				border-bottom: 1px solid #eee;
				position: relative;
				padding-left: 50%;
			}
	
			table.cart-table-first td:before {
				position: absolute;
				top: 6px;
				left: 6px;
				width: 45%;
				padding-right: 10px;
				white-space: nowrap;
			}
	
			table.cart-table-first td:nth-of-type(1):before { content: "Фото"; }
			table.cart-table-first td:nth-of-type(2):before { content: "Наименование"; }
			table.cart-table-first td:nth-of-type(3):before { content: "Количество"; }
			table.cart-table-first td:nth-of-type(4):before { content: "Цена за ед."; }
			table.cart-table-first td:nth-of-type(5):before { content: "Сумма"; }
	
	.address-form td input[type="text"]	{
		width: 100%;
	}
	
	
	div.footer-under	{
		left: 0;
		width: 100%;
	}
		div.footer-under-left {
			float: none;
			padding: 15px 0 0 0;
			text-align: center;
			width: 100%;
		}
		
		div.footer-under-right {
			float: right;
			padding: 20px 0 0 0;
			text-align: center;
			width: 100%;
		}

	div.radio-descr	{
		  margin: 0px 0 20px 10px
	}
	
	label.one-button, label.two-button, label.three-button	{
		font-size: 14px;
	}
	/*
	.footer-links, */
	.menu_bottom	{
		display: none;
	}
	
	#popup	{
		left: auto;
		margin-left: 20px;
		margin-right: 20px;
		width: 87%;
	}
		div.object-view	{
			max-width: 100%;
			min-width: 100%;
			width: 100%;
		}
			div.object-view h1	{
				font-size: 24px;
				text-align: center;
			}
			
			.col_5.photo.column	{
				float: none;
				text-align: center;
				width: 100%;
			}
				.col_5.photo.column img	{
					height: 100px;
					width: auto;
				}
		
		.col_7.descr.column	{
			float: none;
			width: 100%;
		}
			div.weight	{
				margin-bottom: 20px;
				margin-top: -52px;
			}
			
			div.price-inner	{
				width: 90px;
			}
	
	.stock-yugs	{
		width: 100%;
	}
	
	.div.object-block img	{
		height: auto;
		width: 130px;
	}
	
	div.cart-list	{
		display: none !important;
	}
}

@media (min-width: 481px) and (max-width: 530px)	{
	.logo img	{
		width: 120px;
	}	
	
	.rl_things	{
		margin-top: 30px;
	}
	
	.body-wrap {
	  margin-top: -37px;
	}
		.contact {
		  float: none;
		  margin-bottom: 20px;
		  margin-left: 0px;
		  position: relative;
		  text-align: center;
		  width: 100%;
		}
			.contact-phone	{
				/* display: none; */
				text-align: center;
			}
			
			.contact .contact-links	{
				display: block;
				text-align: center;
			}
				.contact .contact-links a	{
					margin-left: 5px;
					margin-right: 5px;
				}
		
		.cart_wrapper {
		  float: none;
		  margin: 0 auto;
		  text-align: center;
		  width: 300px;
		}
			.cart {
			  text-align: center;
			}
				.cart-info	{
					margin-bottom: 10px;
				}
		
		#container,
		.cart-list	{
			display: none;
		}
		
		.checkout-order	{
			float: none;
			display: block;
			margin: 0 auto;
			padding: 10px;
			width: 200px;
		}
		
	
	div.objects-line	{
		margin: 0 0 0 0;
		width: 97%;
	}
		.food-list-wrap	{
			display: none;
		}
			div.header-cat-mobile	{
				color: #ca1818;
				cursor: pointer;
				margin: 20px 0 0 15px;
				text-align: center;
			}
				div.header-cat-mobile span.header-cat	{
					background-image: none;
					border-bottom: 1px dotted #ca1818;
					padding: 0;
				}
				
				div.header-cat-mobile img	{
					display: none;
				}
			
			div.object-pic	{
				width: 50%;
			}
			
			div.object-pic:nth-child(4n+1) {
			  clear: none;
			}
			
			div.object-pic:nth-child(2n+1) {
			  clear: both;
			}
			
			div.add-cart-block {
				float: none;
				margin-bottom: 10px;
				width: 100%;
			}
				div.add-cart-block a	{
					display: block;
					text-align: center;
				}
			
			div.price-object-pic	{
				margin: 15px 0 0 0;
			}
			
			div.item div.count {
			  float: left;
			  margin-left: 0px;
			  margin-top: 0;
			}
	.new-price {
		margin-top: 55px;
	}

	
	div.footer-under	{
		left: 0;
		width: 100%;
	}
		div.footer-under-left {
			float: none;
			padding: 15px 0 0 0;
			text-align: center;
			width: 100%;
		}
		
		div.footer-under-right {
			float: right;
			padding: 20px 0 0 0;
			text-align: center;
			width: 100%;
		}
	
	/*.footer-links, */
	.menu_bottom	{
		display: none;
	}
	
	#popup	{
		left: auto;
		margin-left: 20px;
		margin-right: 20px;
		width: 87%;
	}
		div.object-view	{
			max-width: 100%;
			min-width: 100%;
			width: 100%;
		}
			div.object-view h1	{
				font-size: 24px;
				text-align: center;
			}
			
			.col_5.photo.column	{
				float: none;
				text-align: center;
				width: 100%;
			}
				.col_5.photo.column img	{
					height: 100px;
					width: auto;
				}
		
		.col_7.descr.column	{
			float: none;
			width: 100%;
		}
			div.weight	{
				margin-bottom: 20px;
				margin-top: -52px;
			}
			
			div.price-inner	{
				width: 90px;
			}
			
			
	.div.object-block img	{
		height: auto;
		width: 130px;
	}
	
	div.cart-list	{
		display: none !important;
	}
}

@media (min-width: 531px) and (max-width: 768px)	{
	.logo img	{
		width: 120px;
	}	
	
	.rl_things	{
		margin-top: 30px;
	}
	
	.body-wrap {
	  margin-top: -37px;
	}
		.contact {
		  float: none;
		  margin-bottom: 20px;
		  margin-left: 0px;
		  position: relative;
		  text-align: center;
		  width: 100%;
		}
			.contact-phone	{
				/* display: none; */
				text-align: center;
			}
			
			.contact .contact-links	{
				display: block;
				text-align: left;
			}
				.contact .contact-links a	{
					margin-left: 5px;
					margin-right: 5px;
				}
		
		.cart_wrapper {
		  float: none;
		  margin: 0 auto;
		  text-align: center;
		  width: 300px;
		}
			.cart {
			  text-align: center;
			}
				.cart-info	{
					margin-bottom: 10px;
				}
		
		#container,
		.cart-list	{
			display: none;
		}
		
		.checkout-order	{
			margin: 0 auto;
			padding: 10px;
			width: 200px;
		}


	div.objects-line	{
		margin: 0 0 0 0;
		width: 97%;
	}
		.food-list-wrap	{
			display: none;
		}
			div.header-cat-mobile	{
				color: #ca1818;
				cursor: pointer;
				margin: 20px 0 0 15px;
				text-align: center;
			}
				.header-cat-mobile span.header-cat	{
					background-image: none;
					border-bottom: 1px dotted #ca1818;
					padding: 0;
				}
				
				.header-cat-mobile img	{
					display: none;
				}
				
		div.object-pic	{
			width: 50%;
		}
		
		div.object-pic:nth-child(4n+1) {
		  clear: none;
		}
		
		div.object-pic:nth-child(2n+1) {
		  clear: none;
		}
		
		div.add-cart-block {
			float: none;
			margin-bottom: 15px;
			width: 100%;
		}
			div.add-cart-block a	{
				display: block;
				text-align: center;
			}
		
		div.price-object-pic	{
			margin: 3px 0 0 0;
		}
		
		div.item div.count {
		  float: left;
		  margin-left: 0px;
		  margin-top: 0;
		}
	
	div.footer-under	{
		bottom: -20px;
		left: 0;
		width: 100%;
	}
		div.footer-under-left {
			float: left;
			padding: 15px 0 0 0;
			text-align: center;
			width: 48%;
		}
		
		div.footer-under-right {
			float: right;
			padding: 15px 30px 0 0;
			text-align: right;
			width: 45%;
		}

	/*.footer-links, */
	.menu_bottom	{
		display: none;
	}
	
	#popup	{
		left: auto;
		margin-left: 20px;
		margin-right: 20px;
		width: 87%;
	}
		div.object-view	{
			max-width: 600px;
			min-width: 100%;
			width: 100%;
		}
			div.object-view h1	{
				font-size: 24px;
				text-align: center;
			}
			
			.col_5.photo.column	{
				float: none;
				text-align: center;
				width: 100%;
			}
				.col_5.photo.column img	{
					height: 100px;
					width: auto;
				}
		
		.col_7.descr.column	{
			float: none;
			width: 100%;
		}
			div.weight	{
				margin-bottom: 20px;
				margin-top: -52px;
			}
			
			div.price-inner	{
				width: 90px;
			}

	.new-price {
		margin-top: 45px;
	}
}

@media (min-width: 640px) and (max-width: 768px)	{
	.rl_things	{
		margin-top: 30px;
	}
	
	.body-wrap {
	  margin-top: -37px;
	}
		.contact {
		  float: left;
		  margin-bottom: 20px;
		  margin-left: 0px;
		  position: relative;
		  text-align: left;
		  width: 58%;
		}
		
		.cart_wrapper {
		  float: right;
		  margin: 0 30px 0 0;
		  text-align: right;
		  width: 200px;
		}
			.cart {
			  text-align: center;
			  margin-top: 11px;
			}
				.cart-info	{
					margin-bottom: 10px;
				}
		
		#container,
		.cart-list	{
			display: none;
		}
		
		.checkout-order	{
			margin-left: 0;
			padding: 10px;
			width: 100%;
		}

	div.objects-line	{
		margin: 0 0 20px 0;
		width: 97%;
	}
		div.object-pic	{
			width: 33%;
		}
		
		div.object-pic:nth-child(4n+1) {
		  clear: none;
		}
		
		div.object-pic:nth-child(2n+1) {
		  clear: none;
		}
		
		div.add-cart-block {
			float: left;
			margin-bottom: 10px;
			margin-right: 15px;
			width: 100%;
		}
			div.add-cart-block a	{
				display: block;
				font-size: 12px;
				text-align: center;
			}
		
		div.price-object-pic	{
			font-size: 18px;
			margin: 15px 0 0 0;
			width: 55px;
		}
			div.price-object-pic span.rouble	{
				font-size: 14px;
			}
		
		div.item div.count {
		  margin-left: -10px;

		}
}

@media (min-width: 769px) and (max-width: 1024px)	{
	.rl_things	{
		margin-top: 15px;
	}
		.contact {
		  float: left;
		  font-size: 12px;
		  margin-bottom: 20px;
		  margin-left: 0px;
		  position: relative;
		  text-align: left;
		  width: 40%;
		}
		
		.cart_wrapper {
		  float: right;
		  margin: 0 30px 0 0;
		  text-align: right;
		  width: 400px;
		}
			.cart {
			  text-align: right;
			}
				.cart-info	{
					margin-bottom: 10px;
				}
		
		.checkout-order	{
			font-size: 12px;
			margin-left: 10px;
			padding: 6px 8px;
			text-align: center;
			width: 120px;
		}
	
	#container	{
		height: 200px;
		padding-top: 110px;
	}
		#slides	{
			width: 100%;
		}
			.slides_container	{
				width: 100%;
			}
	


	
	div.objects-line	{
		margin: 0 0 20px 0;
		width: 97%;
	}
		div.object-pic	{
			width: 33%;
		}
		
		div.object-pic:nth-child(4n+1) {
		  clear: none;
		}
		
		div.object-pic:nth-child(2n+1) {
		  clear: none;
		}
		
		div.price-object-pic	{
			font-size: 18px;
			margin: 13px 0 0 0;
			width: 50px;
		}
			div.price-object-pic span.rouble	{
				font-size: 14px;
			}
		
		div.item div.count {

		}
	
	div.footer-under	{
		bottom: -20px;
		left: 0;
		width: 100%;
	}
		div.footer-under-left {
			float: left;
			padding: 15px 0 0 30px;
			text-align: left;
			width: 40%;
		}
		
		div.footer-under-right {
			float: right;
			padding: 15px 30px 0 0;
			text-align: right;
			width: 45%;
		}

	.new-price {

	}
}

@media (min-width: 1025px) and (max-width: 1226px)	{
	div.item div.count {
	}
}

@media  (min-width: 320px) and (max-width: 980px){
	div.header-cat-block {
    	zoom:0.7;
	}
	button.green, a.btn.green, a.button.green, input[type=submit].green, input[type=reset].green, input[type=button].green {
	    zoom: 0.7;
	}
	.stock-yugs-field {
    	width: 100%;
	}
	.stock-yugs {
	    margin-left: -20px;
	    border:none;
	    text-align:center;
	}
	.stock-yugs .addDiscount {
    	width:40%;
    	margin-left:30%;
	}
	.stock-yugs-field {
	    zoom: 1.5;
	}
	span.header-cat {
	    background: none;
	    padding: 5px 5px 5px 5px;
	    font-size: 22px;
	    font-weight:bold;
	}
	.header-cat-lent {
		display:none;
	}
}

.onestep-cart-item
{
    width: 160px;
    height: 120px;
    display: inline-block;	
}

.onestep-cart-item:hover
{
    box-shadow: rgba(0, 0, 0, 0.68) 0px 0px 7px;	
}

.cart-item-image
{
	width: 70px;
	height: 56px;
}

.cart-item-bottom-info
{
	
}

.cart-image
{
	position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;

    border: 1px solid rgba(0, 0, 0, 0.07);    
}

.cart-item-name
{
    position: absolute;
    width: 160px;
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.13);
    padding: 5px 0 5px 0;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.87) 1px 1px 5px;
}

.cart-item-name a
{
	
}

.wrapper
{
	width: 90%;
	margin: 0 auto;
	max-width: 1280px;
}

@media (max-width: 360px)
{
	.body-block
	{
		margin-top: 24px;
	    padding-top: 35px;
	}	
	
	.center_text {
	    margin-top: -25px;
	    font-size: 13px;		
	}
	
	
	div.count input
	{
	    width: 50px !important;
	    margin-left: 5px;
	}
	
	.category-wrapper
	{
		height: 190px;
		display: inline-block;
		overflow: hidden;
	}
	
	.category
	{
		margin-top: 30px;
		height: 100px;
		text-align: center;
		transition: all 0.4s ease-in-out;	
	}
	
	.category:hover
	{
		height: 110px;
	}
	
	.category-image-wrapper
	{
		height: 85px;
		transition: all 0.4s ease-in-out;
	}
	
	.category-image-wrapper:hover
	{
		height: 90px;
	}
}

@media (min-width: 361px)
{
	
	.body-block
	{
		margin-top: 24px;
	}	
		
	.category-wrapper
	{
		height: 218px;
		display: inline-block;
		overflow: hidden;
	}
	
	.category
	{
		margin-top: 30px;
		height: 135px;
		text-align: center;
		transition: all 0.4s ease-in-out;	
	}
	
	.category:hover
	{
		height: 145px;
	}
	
	.category-image-wrapper
	{
		height: 120px;
		transition: all 0.4s ease-in-out;	
	}
	
	.category-image-wrapper:hover
	{
		height: 135px;
	}
}

@media (min-width: 444px)
{
	.body-block
	{
		margin-top: 24px;
	}		
	
	.category-wrapper
	{
		/*height: 170px; */
	}
	
	.category
	{
		margin-top: 30px;
		height: 150px;
		text-align: center;
		transition: all 0.4s ease-in-out;	
	}
	
	.category:hover
	{
		height: 170px;
	}
	
	.category-image-wrapper
	{
		height: 130px;
		transition: all 0.4s ease-in-out;	
	}
	
	.category-image-wrapper:hover
	{
		height: 135px;
	}
}

@media (min-width: 528px)
{
	.body-block
	{
		margin-top: 24px;
	}		
	
	.category-wrapper
	{
		height: 180px;
	}
	
	.category
	{
		margin-top: 30px;
		height: 160px;
		text-align: center;
		transition: all 0.4s ease-in-out;	
	}
	
	.category:hover
	{
		height: 170px;
	}
	
	.category-image-wrapper
	{
		height: 140px;
		transition: all 0.4s ease-in-out;	
	}
	
	.category-image-wrapper:hover
	{
		height: 150px;
	}		
}

@media (min-width: 630px)
{
	.category-wrapper
	{
		height: 206px;
	}
	
	.category
	{
		margin-top: 30px;
		height: 180px;
		text-align: center;
		transition: all 0.4s ease-in-out;	
	}
	
	.category:hover
	{
		height: 170px;
	}
	
	.category-image-wrapper
	{
		height: 165px;
		transition: all 0.4s ease-in-out;	
	}
	
	.category-image-wrapper:hover
	{
		height: 170px;
	}		
}

@media (min-width: 769px) {
	.body-block
	{
		margin-top: 84px;
	}
	
	.category-wrapper
	{
		height: 290px;
		display: inline-block;
		overflow: hidden;
	}
	
	.category
	{
		margin-top: 30px;
		height: 160px;
		text-align: center;
		transition: all 0.4s ease-in-out;	
	}
	
	.category:hover
	{
		height: 170px;
	}
	
	.category-image-wrapper
	{
		height: 110px;
		transition: all 0.4s ease-in-out;	
	}
	
	.category-image-wrapper:hover
	{
		height: 120px;
	}	
}

@media (min-width: 990px) {
	.body-block
	{
		margin-top: 84px;
	}
	
	.category-wrapper
	{
	/*	height: 210px; */
	}
	
	.category
	{
		margin-top: 30px;
		height: 190px;
		text-align: center;
		transition: all 0.4s ease-in-out;	
	}
	
	.category:hover
	{
		height: 210px;
	}
	
	.category-image-wrapper
	{
		height: 175px;
		transition: all 0.4s ease-in-out;	
	}
	
	.category-image-wrapper:hover
	{
		height: 180px;
	}	
}

@media (max-width: 993px) {


	.menu-mobile-list a
	{
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: 300;
		margin: 0 0 5px 0;	
	}
	
	.category span
	{
	    font-weight: 300;
	}
}


.top-info
{
	padding: 10px 0 10px 0;
}

.logo-bottom
{
	margin-top: 10px;
}

.categories
{
	margin-bottom: 30px;
}


.category img
{
	transition: all 0.4s ease-in-out;
}

.category img:hover
{
	transform: scale(1.1, 1.1);
}


	.category img
	{
		width: 80%;
		height: 90%;
		border-radius: 10px;
	}

	
	.category span
	{
	    width: 141px;
	    font-size: 120%;
	    font-weight: 300;

	}
		.category a, .category a:hover, .category a:active
		{
			color: #A91717;
			display: block;
			width: 100%;
			text-decoration: none;
			font-family: 'Roboto Slab', serif;
		}
		
.catalog-items
{
	margin-top: 50px;
}

.cart-item
{
	height: 75px; 
    background: rgb(245, 245, 245);
    border-top: 1px solid rgba(0, 0, 0, 0.14);	
}

.cart-item:nth-last-child(1)
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);		
}

.cart-item td
{
	padding: 10px 0 10px 0;
	vertical-align: middle !important;
}

.cart-item span
{
	vertical-align: middle;
	display: inline-block;	
	font-size: 12px;
}

.current-item-amount
{
	text-align: center;
	font-size: 16px !important;
}

.order-form
{
	border: 1px solid gainsboro;
	float: right !important;
	padding-top: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.half-input
{
	width: 49%;
}

.inline
{
	display: inline-block;
}

.right
{
	float: right;
}

.radio-group label
{
	margin-right: 10px;
	color: grey;
}

.radio label
{
	line-height: 23px;
}

.mini-header
{
	display: block;
	font-size: 16px;
	color: grey;
	font-weight: 300;
	width: 100%;
	text-align: center;
	position: relative;
}

	.mini-header span
	{
		z-index: 1;
		position: relative;
	}
	
	.mini-header hr
	{
	    position: absolute;
	    width: 100%;
	    top: -8px;
	    z-index: 0;
	    text-align: center;
	    border: 0;
	    border-bottom: 1px dashed #E4E4E4;
	}
	
	.mini-header i
	{
		font-size: 12px;
	}

.current-item-amount
{
	width: 32px;
}

a.change-item-amount
{
	position: relative;
}

.block-change-item-amount
{
    background: rgba(152, 152, 152, 0.9);
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 1px;
    border-radius: 3px;	
}

a.change-item-amount img
{
	width: 18px;
	height: 18px;
}

.radio, .radio-inline
{
	font-size: 12px;
	font-weight: 300;
}

.space
{
	height: 10px;
}

.item-modal-bg
{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 9999;
    overflow-y: scroll;
}

	.item-modal
	{
		background: #fff;
		padding: 0 10px 10px 10px;
		z-index: 102;
	    position: absolute !important;
	    top: 0;		
		border-top: 7px solid #DA1212;	    
		box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
		border-radius: 0 0 5px 5px;
	}
	
	.item-modal div.add-cart-block
	{
		margin: 0 !important;
	}
	
	.item-modal img
	{
	    width: 100%;
	}
	
	.item-modal p.modal-price
	{
		font-size: 24px;
		font-weight: 600;
		margin-top: -5px;
	}

#modal-name
{

}

.modal-close
{
    float: right;
    margin-top: 16px;
    background: #DA1212;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
}

.modal-close-div
{
	padding-right: 0 !important;
}

.payment-money-input
{
	display: inline-block;
	width: 40% !important;
	height: 22px !important;
	margin-left: 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}

.delivery-info
{
    margin-top: 8px;
    border-left: 2px solid #FF1414;
    padding-left: 5px;
}

.total-price
{
	font-size: 16px;
}

	.total-price span:nth-child(5)
	{
		font-size: 13px;
	}

.head-categories
{
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.67);
    width: 88%;
    left: 6%;    
    padding: 10px 50px;
    z-index: 1000;
}

	.head-categories a.header-category-link
	{
	    color: black;
	    margin-right: 10px;
	    background: #fff;
	    font-shadow: 1px 1px 1px black;
	    padding: 2px 5px;
	    margin-bottom: 5px;
	    display: inline-block;
	    font-size: 12px;
	    border-radius: 3px;
	    font-family: 'Roboto Slab', serif;
	}
	
	.head-categories a.header-category-link:hover
	{
		color: #000;
		text-decoration: none;
		background: #EAEAEA;
	}
	
	.head-categories a.header-category-link:active
	{
		color: #fff;
		text-decoration: none;
		background: #000;
	}	

.header-basket-link
{
    background: #B31D1D;
    padding: 10px 10px 10px 12px;
    color: #fff;
    display: block;
    width: 138px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
}

.header-basket-link:hover, .header-basket-link:active
{
	color: #fff;
}

.right
{
	float: right;
}

.mobile-basket-left
{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.app-markets 
{
	margin-top: 15px;
}

.info-group 
{
	margin-top: 10px;
}

.remove-form-cart
{
	color: red;
}

div.transponter {
	border-radius: 50%;
	border: 4px solid #ebebeb;
	box-shadow: 0px 0px 2px black;
	position: absolute;
	z-index: 999;
}

@media (max-width: 525px)
{
	#mobile-basket-left
	{
		padding-top: 10px;
	}
	.cart-image
	{
		width: 50px;
		height: 50px;
	}
	.item-price, .item-total-price
	{
		font-size: 11px;
	}
	
	.current-item-amount {
	    width: 21px;
	    font-size: 12px;
	}
}

input[type='text'],
input[type='number'],
textarea,
select:focus {
  font-size: 12px !important;
}

.item-options
{
	bottom: 0;
    right: 0;
    background: rgba(206, 204, 204, 0.48);
    position: absolute;
    padding: 2px 14px;
    border-radius: 9px 0 9px 0;
}

	.item-options img
	{
	    width: 24px !important;
	    position: relative !important;
	    margin: 0 !important;		
	}

.action-image
{
    position: absolute;
    width: 42px;
    z-index: 1;
    bottom: 5px;
	right: 30px;
}

.order-table table tr td
{
	position: relative;
	text-align: center;
}

#discount-percent
{
	display: none;
}

#treshhold
{
	display: none;
}

.small-text
{
	font-size: 12px;	
}

.modal-descr p:nth-child(1)
{
	font-size: 16px;
}

.modal-descr p:nth-child(2)
{
	font-size: 16px
}

h3.recommend
{
    border-left: 3px solid #F1CB11;
    padding-left: 7px;
    font-weight: 300;
    font-size: 18px;
}

.recommended-block
{
	margin-top: 45px;
	margin-bottom: 45px;
}

.object-pic-recommended a.name-object
{
	font-size: 15px;
}

.object-pic-recommended .name-wrapper
{
	text-align: center;
}

.checkout-order:focus
{
	color: #fff;
	text-decoration: none;
}

.news-single
{
	padding-top: 1px;
}

.news-header-pic
{
	width: 100%;
}

.hidden
{
	display: none;
}

.minus.buttons
{
	display: none;
}

.nrj
{
	float: right;
	position: relative;
	top: -3px;
	font-size: 11px;
}

.object-pic.item .float-item-descr
{
    font-size: 12px;
    width: 100%;
    height: 90px;
    background: rgba(0,0,0,0.7);
    color: white;
    position: absolute;
    z-index: 999;
    bottom: -90px;
    left: 0;
    padding: 7px;
    font-family: 'Roboto Slab', serif;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition:all 0.3s ease;
}

.object-pic.item:hover .float-item-descr
{
	bottom: 0px;
}

.object-pic.item .spec-pic
{
	position: absolute;
    bottom: 27px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 40px;
    text-align: right;
}
	.object-pic.item .spec-pic img 
	{
		height: 70px;
		width: auto;
		margin-right: -32px;
	}
	.object-pic.item .spec-pic .hidden, .object-pic.item .spec-pic .hidden0
	{
		display: none;
	}
	
.new-price
{
    font-family: 'Roboto Slab', serif;
    position: absolute;
    right: 6px;
    font-size: 21px;
    line-height: 14px;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.new-price img
{
    width: 60px;
    height: auto;
}

.non-action-price:not([rel='0'])
{
	display: none;
}

.action-price
{
	display: none;
}

.action-price:not([rel='0'])
{
	display: block;
}

.hidden_when_rel_zero[rel='0']
{
	display: none;
}

*[rel='/gifts/']
{
	display: none;
}

.action_menu_item
{
	font-weight: bold;
}

.action_menu_item .point
{
	display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: -7px;
    right: 13px;
    color: white;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.our-special-offer
{
	background-image: url(../../images/spec-offer-bg.jpg);
	background-size: cover;
	height: 150px;
	text-align: center;
	padding-top: 10px;
}

.our-special-offer img
{
	width: 90%;
	max-width: 800px;
	height: auto;
}

@media (max-width: 993px) 
{
	.our-special-offer
	{
		height: 130px;
		padding-top: 15px;

	}
}

@media (max-width: 750px) 
{
	.our-special-offer
	{
		height: 115px;
	}
}

@media (max-width: 560px) 
{
	.our-special-offer
	{
		height: 100px;
		padding-top: 10px;
	}
}

@media (max-width: 470px) 
{
	.our-special-offer
	{
		height: 80px;
		padding-top: 10px;
	    margin-top: 25px;
	}
}

@media (min-width: 769px) and  (max-width: 870px) {
	.new-price{
		margin-top: 39px;
	}

	div.price-object-pic{
		margin-top: 20px;
	}
}

@media (min-width: 1025px) and  (max-width: 1159px) {
	.new-price{
		margin-top: 41px;
	}

	div.price-object-pic{
		margin-top: 20px;
	}
}

	.our-special-offer .img
	{
		text-align: center;		
	}
	
	.our-special-offer .img img
	{
		height: 150px;
	}
	
	.our-special-offer .text h2
	{
	    margin-bottom: 0px;
	}
	
	.our-special-offer .text h3
	{
	    margin-top: 0px;
	    font-size: 18px;
	}
	
.promo-wrapper
{
	float: left;
    width: 100%;
    background: #fff;
    padding: 14px 6px;
    border: 1px dashed rgba(0, 0, 0, 0.18);
}

.promo-button-wrapper .btn
{
	height: 32px;
}

.gift-block
{
	display: none;
    background-color: rgba(227, 30, 36, 0.09);
    padding: 10px;
    border-radius: 10px;
}

.gift-block .gift-box 
{
	width: 80px;
	height: auto;
}

.gift-block img.gift-item
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgba(0,0,0,0.5);
    position: absolute;
    top: 40px;
    left: 50px;
}

img.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.gift-descr
{
	position: absolute;
    z-index: 888;
    text-align: left;
    line-height: 22px;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    bottom: 25px;
    left: 5px;
}

.gift-descr .apply-price
{
	font-size: 28px;
}

.delivery-info-page
{
	text-align: center;
}

.delivery-info-page img
{
	width: 90%;
	max-width: 200px;
}

.dev_warning
{
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	color: #fff;
	background: rgba(255, 0, 0, 0.57);
	border: 1px solid red;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.blunch-image
{
	display: none;
}

tr.cart-item[data-link^="/business"] .blunch-image
{
	position: absolute;
    width: 42px;
    z-index: 1;
    bottom: 5px;
    left: 50px;		
	display: block;
}

.customer-addr-error
{
    border: 1px dashed black;
    padding: 7px;
    background: rgba(255, 31, 0, 0.25);	
}

.tip-image
{
	width: 48px;
	height: 48px;
}

.badge-tips
{
	padding: 10px;
    border: 1px dashed rgba(128, 128, 128, 0.41);
    margin: 10px 0;	
}

	.badge-tip
	{
		display: inline-block;
		margin-right: 3%;
	}
	
		.badge-tip a{
			color: #807138;
		}
		
		.badge-tip a:hover{
			color: #807138;
		}
		
		.badge-tip span
		{
			color: #807138;
			text-transform: uppercase;
		}
	
		
	.badge-tip .apply-filter{
		display: inline-block;
	}
	.badge-tip .disable-filter{
		display: none;
	}
	
	.badge-tip.filtered .apply-filter{
		display: none;
	}
	.badge-tip.filtered .disable-filter{
		display: inline-block;
		
		text-decoration: underline;
		font-weight: 700;		
	}
		
		

body {
	margin:0;
	padding: 0;
	color:#463D3D;
	font: normal arial;
	text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
	background: url(/images/bg.jpg) repeat-y;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Roboto Slab', serif;
}

div.body-block {
	background: rgba(255, 255, 255, 0.6);
}

.header {
	background: none;
}

.new_header {
	background: rgba(236, 229, 192, 0.3);
	padding-top:60px;
}

.logo {
    display: inline-block;
    position: relative;
    text-decoration: none;
    top: 0px;
}

.logo img {
    border: none;
    height: auto;
    outline: none;
    position: relative;
    top: -30px;
    width: 100%;
}

.slogan img {
	width:100%;
}

.header_info_icons {
	text-align: left;
	text-transform: uppercase;
	line-height: 1.8;
}

.header_info_icons img {
	margin-top:-2px;
}

.header_info_icons ul {
	list-style: none;
}

.header_info_icons li {
	display: block;
}

.header_info_icons a {
	text-decoration: none;
	color:#000000;
	font-family: 'Roboto Slab', serif;
    font-size: 12px;
}

.header_info_icons a:hover {
	color:#c32328;
	text-decoration: none;
}

.social_icons li {
    display: inline-block;
}

.social_icons img {
    margin-top: -2px;
    width: 22px;
}

.social_icons {	
	text-align: left;
	margin-left: 25%;
}

.header_phones {
   line-height: 0.4;
   font-size:16px;
   text-align: center;
}

.header_phones img {
	margin-top: -20px;
	width: 30px;
}

.header_phones h1{
	color:#c32328;
    margin-top: 4px;
}

.header_phones h1 a{
	color:#c32328;
	font-family: 'Roboto Slab', serif;
	font-size: 21px;
}

.header_phones h1 a:hover{
	color:#c32328;
	text-decoration: none;
}

.header_phones span a{
	color:#000000;
	font-family: 'Roboto Slab', serif;
    font-size: 18px;
}

.header_phones span a:hover{
	text-decoration: none;
}

/* MENU */

.menu-block {
    margin-top: 5px;
}

.menu_width {
	width:auto !important;
}

.menu-mobile-list a {
    padding: 0px 0px;
    color: #000000;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
}

.menu-mobile-list a {
    background: none;
}

.menu-mobile-list a.active {
    background: none;
    color: #c32328;
    padding: 0px 0px;
}

.menu-mobile-list a:hover {
    background: none;
    color: #c32328;
    text-decoration: none;
    padding: 0px 0px;
}

.menu-mobile-list a:visited {
    color: #000000;
    padding: 0px 0px;
}


/* КНОПКА ОФОРМИТЬ ЗАКАЗ И КОРЗИНА В ШАПКЕ */
 
.checkout-order {
    background: #c32328;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    margin-left: 35px;
    padding: 5px 12px;
    text-decoration: none;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    font-family: 'Roboto Slab', serif;
}

.cart-info a {
    border-bottom: 1px dashed #c7d9e9;
    color: #00a8ff;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
}

.cart-info {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
}

#modal-descr, #modal-weight, .modal-close, #modal-name, #mobile-basket-left, p, a, span, h2, h1, h3, h4 {
	font-family: 'Roboto Slab', serif;
}


div.object-pic	{
	height: 455px;
}

div.object-block	{
	height: 250px;
}

.apps-markets {
	margin-top: 70px;
}


div.object-pic-recommended {
    height: 232px;
    margin: 0 !important;
}

div.object-pic-recommended .name-wrapper {
    height: 158px !important;
}


.action_menu_item .point {
	top: -7px;
	right: 5%;
}


@media (max-width: 480px) {

	.new-price
	{
		right: 3px;
		font-size: 21px;
		margin-bottom: 45px;
	}

	div.object-pic	{
		height: 390px !important;
	}

	div.object-block	{
		height: 180px;
	}

	div.price-object-pic  {
		float: right;
		font-size: 18px;
		margin: 10px 0 0 0;
		width: 62px;
	}

	.social_icons{
		top: -10px;
	}

	.new_header {
    	background: none;
	}
	
	.new_header {
		text-align: center;
	}
	
	.new_header_logo {
		text-align: center;
	}
	
	.header_phones img {
		margin-top: 3px;
	    width: 30px;
	    position: absolute;
	    margin-left: -19px;
	}
	
	.logo img {
	    border: none;
	    height: auto;
	    outline: none;
	    position: relative;
	    top: -44px;
	    width: 88px;
	}
	
	.slogan img{
		width: 250px;
		margin-top: -50px;
	}
	
	.header_info_icons ul {
	    margin-top: -7px;
	}


	.header_info_icons a {
	    text-decoration: none;
	    color: #000000;
	    font-family: 'Roboto Slab', serif;
	    font-size: 13px;
	}
	
	.header_phones {
		text-align: center;
	}
	
	.header_phones h1 {
	    color: #c32328;
	    margin-top: 38px;
	    font-size: 22px;
	}

	.menu_width {
		width:50% !important;
	}
	
	.checkout-order {
		margin-left: 0px;
		margin-bottom: 25px;
	}
	
	.menu-block {
		margin-left: -29px;
		margin-top: 25px;
	}
	
	.social_icons {	
	    text-align: left;
	    margin-right: 30px;
	}
	
	div.object-pic {
	    width: 50%;
	    padding-left: 0px;
	    padding-right: 12px;
	  /*  height: 410px !important; */
	}

	.new-price {
	    bottom: -31px;
	}	
	
	.name-wrapper {
		height:305px !important;
	}

	.cart {
	    text-align: center;
	    margin-top: 25px;
	}
	
	.promo-button-wrapper {
		margin-top:13px;
	}
	
	.recommended-block {
	    margin-top: 73px;
	    margin-bottom: 45px;
	}
	
	div.object-pic-recommended {
	    height: 232px;
	    margin: 0 !important;
	}
	
	div.object-pic-recommended .name-wrapper {
    	height: 145px !important;
	}
	
	.recommended-block {
		display:none;
	}
	
	.btn-block {
	    display: block;
	    width: 84% !important;
	    margin-left: 8% !important;
	}

	.action_menu_item .point {
		left: 60%;
	}

}
@media (min-width: 481px) and  (max-width: 768px) {

	div.object-pic {
		height: 415px !important;
	}

	.header_phones img {
		margin-top: 3px;
		width: 30px;
		position: absolute;
		margin-left: -10px;
	}

	.header_phones h1 {
		color: #c32328;
		margin-top: 38px;
		font-size: 29px;

	}


	.new-price img {
	    width: 60px;
	    height: auto;
	    margin-top: 6px;
	}


	.new_header {
		background: none;
	    padding-top: 60px;
	}	
	
	div.add-cart-block {
	    float: left;

	}
	
	div.item div.count input {
	    width: 25px;
		margin-top: 3px;
	}
	
	div.item div.count {
	    margin-left: 5px;

	}
	
	.recommended-block {
		display:none;
	}
	
	.logo img {
	    border: none;
	    height: auto;
	    outline: none;
	    position: relative;
	    top: -30px;
	    width: 123px;
	}
	
	.social_icons {
	    text-align: center;
	    margin-left: -50px;
	}
	
	.slogan {
	    height: 108px;
	}
	
	.slogan img {
		width: 100%;
	}

	.menu_width {
		width: 50% !important;
	}

	.menu-block {
    	margin-top: 30px !important;

	}

	.action_menu_item .point {
	    top: -9px;
		right: 35%
	}	
	
	.promo-button-wrapper {
		margin-top: 135px;
	}
	
	.btn-block {
	    display: block;
	    width: 60% !important;
	    margin-left: 20% !important;
	}
	
	.checkout-order {
		width: 140px;
		margin-bottom: 20px;
	}
	
	.category-wrapper {
    	height: 240px;
	}

	.category-image-wrapper {
	    height: 110px;
	    transition: all 0.4s ease-in-out;

	}

	.category:hover {
	    margin-top: 30px;
	    height: 180px;
	    text-align: center;
	    transition: all 0.4s ease-in-out;
	}
	
	.category-wrapper:hover {
    	height: 170px;
	}
	
	.category-image-wrapper:hover {
	    height: 96px;
	    transition: all 0.4s ease-in-out;
	}
	
	.mobile-basket-left {
	    color: #fff;
	    font-size: 15px;
	    font-weight: 300;
	}
	
	a.name-object {
	    font-family: 'Roboto Slab', serif;
	    color: #900000;
	    font-size: 16px;
	    margin: 0 0 0 5px;
	}



	.new_header_logo {
		text-align: center;
	}

	.cart {
		margin-top: 20px;
	}
	
}


@media (min-width: 769px) and  (max-width: 1024px) {
	
	.new_header {
	    background: none;
	    padding-top: 60px;
	}
	
	.logo img {
	    border: none;
	    height: auto;
	    outline: none;
	    position: relative;
	    top: -30px;
	    width: 109px;
	}
	
	.slogan img {
		width:100%;
		margin-top: 20px;
	}
	
	.social_icons {
	    text-align: left;
	    margin-left: 0px;
	}
	
	.header_info_icons {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.menu-block {
	    margin-top: 30px;
	}	
	
	.checkout-order {
		width: 140px;
	}
	
	.cart {
	    text-align: right;
	    margin-top: 20px;
	}
	
	.category-image-wrapper {
	    height: 133px;
	    transition: all 0.4s ease-in-out;
	}
	
	div.cart-list {
	    left: 375px;
	    top: 43px;
	}
	
	.promo-button-wrapper {
		margin-top:15px;
	}
	
	div.object-pic-recommended {
	    height: 221px;
	    margin: 0 !important;
	}	
	
	.name-wrapper {
	    height: 162px !important;
	}
	
	a.add-cart-recommended {
	    width: 100%;
	    display: block;
	    font-size: 12px;
	}
	
	div.price-object-pic-recommended {
	    font-size: 16px;
	    margin: 10px 0 0 0;
	    text-align: center;
	    width: 100%;
	    display: block;
	}

	div.object-pic {
		height: 445px !important;
	}

	.action_menu_item .point {
		top: -10px;
		right: 5px;
	}
}

@media (min-width: 993px) and  (max-width: 1202px) {
	
	.new_header {
    	height: 300px;
	}

	
	.category-image-wrapper {
	    height: 133px;
	    transition: all 0.4s ease-in-out;
	}
	
	.category-image-wrapper:hover {
	    height: 133px;
	    transition: all 0.4s ease-in-out;
	}

	.action_menu_item .point {
		top: -10px;
		right: 5px;
	}
}

.vcenter{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: -4px;

	float: none !important;
}

/*
 * Стили popup-exit modal окна
 */

.modal-offer {
	text-align: center;
	padding: 0!important;
}

.modal-offer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-offer .modal-header{
	border-bottom: none;
	padding-bottom: 0;
}

.modal-offer .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-offer .modal-dialog .row{
	padding: 25px 0 50px;
}

.modal-offer .modal-dialog .description{
	font-size: 18px;
}
.dop-info-1 {
	display: none;
}

/* Cookies show modal windows */
.popup-show {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap column;
	text-align: center;
}

/* Modal Content/Box */
.popup-show-content {
	position: fixed;
	padding: 1.3rem;
	top: 90%;
	width: 50%;
	overflow: auto; /* Enable scroll if needed */
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 6px;
	z-index: 9999 !important;
}

.popup-show-hidden {
	display: none;
}

/* The Close Button */
.popup-show-button-close {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #46f803;
	border: 1px solid #46f803;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 24px;
	text-align: right;
	border-radius: 8px;
	padding: 4px 12px;
}

.popup-show-button-close:hover,
.popup-show-button-close:focus {
	color: #fff;
	background-color: #337ab7;
	border: 1px solid #337ab7;
	text-decoration: none;
	cursor: pointer;
}

.consent {
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
}
 /* .error-text */
.has-error {
	background-color: #ff6d6d;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px rgba(250,250,250,.3);
}

input[type=search] {
	font-size: 13px;
	font-weight: normal;
	font-family: Roboto Slab;
	border: none;
	border-radius: 4px;
	width: 70px;
	background-color: transparent;
	padding-left: 5px;
	color: #797979;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	font-size: 13px;
	font-family: Roboto Slab;
	width: 140px;
	border-radius: 4px;
	color: #797979;
	background-color: #ffffff;
	outline: none;
	padding-left: 20px;
}

input[type=search]::placeholder {
	font-size: 14px;
	font-family: Roboto Slab;
	color: #797979;
	background-color: transparent;
}
