#menu-list{
	text-align: center;
}
#menu-list .row-padding {
	padding: 70px 25px 70px 60px;
}
.menu-list-wrapper h1{
	font-size: 42px;
	color: #b1015a;
	font-family: 'AcromBold';
	margin: 0;
	margin-top: 55px;
}
.menu-list-wrapper > p{
	color: #929292;
	font-size: 16px;
	font-family: 'AcromRegular';
	width: 78%;
	margin: auto;
	margin-top: 50px;
}
.menu-list-content{
	padding: 0 20px;
	position: relative;
}
.scroll-wrapper{
	padding-right: 2%;
}
.menu-scroll {
	width: 98%;
	height: auto;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	margin-top: 60px;
}
.left-arrow, .right-arrow{
	display: inline-block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.2;
	transition: all 0.3s ease;
	position: relative;
}
.left-arrow{
	float: left;
	top: 100px;
	left: -35px;
	background-image: url("../img/arrow-left-2.png");
}
.right-arrow{
	float: right;
	top: -100px;
	left: 25px;
	background-image: url("../img/arrow-right-2.png");
}
.left-arrow:hover, .right-arrow:hover{
	opacity: 0.3;
}
.menu-scroll-block {
	display: inline-block;
	vertical-align: top;
	width: 87px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.menu-scroll-block a:hover, .menu-scroll-block a:focus{
	text-decoration: none;
}
.menu-scroll-block img{
	border-radius: 50%;
	width: 100%;
	transition: all 0.4s ease;
}

.menu-scroll::-webkit-scrollbar{
	height: 4px;
}
.menu-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(223,223,223,1); 
	border-radius: 10px;
}
.menu-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgb(177, 1, 90);
}
.menu-scroll-block p{
	font-size: 12px;
	line-height: 18px;
	font-family: 'AcromRegular';
	margin: 20px auto 0;
	color: #111111;
	width: 80px;
	white-space: normal;
	transition: all 0.4s ease;
}
.menu-list-content h2{
	font-family: 'AcromBold';
	font-size: 32px;
	line-height: 32px;
	color: #2d2d2f;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 65px;
	position: relative;
	z-index: 3;
}
.menu-place{
	position: relative;
}
.menu-place img{
	position: absolute;
	top: 65px;
	right: 3.5%;
	z-index: 1;
}
.menu-place p{
	font-size: 14px;
	line-height: 25px;
	font-family: 'AcromRegular';
	color: #aaaaaa;
	text-align: left;
	width: 55%;
	margin-top: 30px;
	z-index: 3;
	position: relative;
}
.menu-place a{
	text-decoration: none;
}
.dark-grey{
	color: #161616;
}
.btn-feedback{
	display: block;
	width: 200px;
	height: 50px;
	font-family: 'AcromExtraBold';
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 14px;
	margin-left: 0;
}

@media only screen and (max-width : 1200px){
	.menu-list-content{
		padding: 0;
	}
	.menu-place img{
		position: relative;
		left: 0;
		top: 0;
		display: block;
		margin-top: 30px;
	}
	.menu-place p{
		display: block;
		width: 100%;
	}
	#menu-list .row-padding {
		padding: 30px 20px 30px 40px;
	}
	.left-arrow{
		left: -35px;
	}
}

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

	.navbar-brand, .nopad{
		display: none;
	}
	.dropdown .navbar-brand, .dropdown .nopad{
		display: block;
	}
	.menu{
		min-height: 60px;
		height: 60px;
	}
	.navbar {
    margin-bottom: 0;
}
	#menu-list .container-padding{
		padding: 0 0 20px;
	}
	.menu-list-wrapper h1{
		margin-top: 0;
	}
	.left-arrow, .right-arrow{
		display: none;
	}

}

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

}

@media only screen and (max-width : 480px){
	.scroll-wrapper{
		margin-left: -10px;
		margin-right: -10px;
		padding-right: 0;
	}
	.menu-scroll{
		padding-left: 10px;
	}
	.menu-list-wrapper h1{
		font-size: 25px;
		line-height: 48px;
		font-family: 'AcromBold';
		color: #b1015a;
	}
	.menu-list-wrapper p{
		font-size: 14px;
		line-height: 18px;
		margin-top: 35px;
	}
	.menu-scroll{
		margin-top: 50px;
	}
	.menu-list-content h2{
		font-size: 30px;
		margin-top: 60px;
		text-align: center;
	}
	.menu-place img{
		width: 100%;
	}
	#menu-list .row-padding {
		padding: 0px 10px 0 10px;
	}
	.menu-scroll::-webkit-scrollbar{
		height: 0px;
	}
}

@media only screen and (max-width : 320px){
	.menu-list-wrapper p{
		font-size: 12px;
	}
	.menu-list-content h2{
		font-size: 21px;
	}
}

@media only screen and (min-width : 2025px){
	.left-arrow{
		top: 70px;
	}
	.menu-scroll{
		width: 96%;
	}
}


.menu-scroll .active a img {border: 2px solid #b1015a;}

.menu-scroll .active a p{
	color: #b1015a;
	font-weight: bold;
}
.block-menu p{
	min-height: 125px;
}
.price-left{
	margin-top: 2px;
	font-size: 24px;
	font-family: "AcromBold";
}
.price-left > span {
	display: block;
    text-align: left;
    text-decoration: line-through;
    font-size: 16px;
	color:#999999;
	font-weight:400;
}
.price-block > .price-right{
	margin-top: 0px;
	width: 115px;
	height: 35px;
}
.price-right > a{
	padding: 8px 30px;
	line-height: 35px;
	border: 1px #b1015a solid;
	border-radius: 5px;
	background-color: #fff;
	color: #b1015a;
	font-size: 14px;
	font-family: "AcromBold";
	transition: all 0.4s ease;
	text-decoration: none;
}
.price-right > a.in-basket {
	padding: 8px 10px;
	background-color: #b1015a;
	color: #fff;
	transition: all 0s ease;
}
.price-right > a:hover, .price-right > a:focus{
	text-decoration: none;
	background-color: #b1015a;
	color: #fff;
}

.basket__old-price {
	display:block !important;
	text-decoration:line-through;
    color:#999999;
	font-size:16px;
	font-family: 'AcromRegular';
}

.add-success {
	font-size: 12px;
    display: block;
    margin: 5px 0 0;
}

.basket__mobile-count {
	display:inline-block;
	padding:0 0 10px 0;
}

.sum_items-count {
	padding-right:25px !important;
}

.basket__mobile-count .price-right {
	float:none !important;
	margin:0 0 20px 0;
}

.sum_items-count td {
	width:100%;
	padding:0;
}

.sum_items-count .minus, 
.sum_items-count .center, 
.sum_items-count .plus {
	height:24px;
}

.product-count__wrap {
	display:none;
	width:100%;
	margin:5px 0 0 0;
}

.product-count__wrap table {
	width:100%;
}

.product-count__input,
.product-count__btn {
	width:33.3333% !important;
	border:1px solid #cccccc !important;
	background-color:#ffffff;
}

.product-count__input {
	border-right:0 !important;
	border-left:0 !important;
}

.product-count__btn {
	line-height:22px;
}