

/******RESPONSIVE***********************/

@media (min-width: 768px) and (max-width: 991px) {
	.logo img {
		width: 90px;
	}
}
	
@media (max-width: 767px) {
  
  #header .top-menu { 
    background: none;
  }
  
	  
	.logo img {
		width: 90px;
	}
	
	#main-description img {
		width: 35px;
	}
	#main-description {
		font-size: 0.9em;
		height: 171px;
	}
	
	#main-description:after {
		top: 163px;
	}
	#main-description table {
		margin-top: 10px;
	}
	.bull {
		font-size: 17px;
	}
	.page-name {
		margin-top: 5px;
		margin-left: 10px;
	}
	
	/**/
	#catalog-navigation {
		min-height: 60px;
		background: #845045 url("../img/bg-brown-2.png");
		color: #d1d1d1;
	}
	
	.basket-itog,
	.basket-dostavka,
	.basket-personal-info,
	.basket-oplata {
		margin: 0;
	}
	
		
	#tab-region .row ,
	#tab-pickup .row ,
	#tab-city .row {		
		padding: 5px; 
	}
	
	.font_itog-basket {
		font-size: 1.2em;
		color: #ccc;
		padding-right: 5px;
	}
	
	.padding-xs {
		padding: 5px;
	}
	
	.basket-product-item {
		padding: 5px;
	}
	
}

.mobile-menu {
	/*background-color: rgba(255, 255, 255, 0.6);*/
	display: table;
	width: 40px;
	position: fixed;
	z-index: 1;
	text-align: left;
}

.mobile-menu .handler-open-mobile-menu {
	color: #000;
	font-size:28px;
	padding: 5px;
	cursor: pointer;
}


.prev-mobile {
	font-size: 20px;
	top: 5px;
	position: relative;
	left: 10px;
}

.mobile-menu-link {
	color: #000;
	font-size:19px;
	padding: 0 8px;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
}
.mobile-menu-link:hover {
	text-decoration: none;
}
.mobile-menu-link[data-type=basket] {
	color: #ff8f00;
	margin-right: 10px;
}


.logo-xs {
	position: absolute;
	z-index: 10000;
	top:0;
}

.adding-menu {
	display: none;
}
 .link-hover:hover {
	 text-decoration: none;
 }