.ace-responsive-menu{ 
	display: flex;
    justify-content: center;
	border-bottom: none !important;
}
#ace-secunit{
	list-style: none;
    background: #333;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border-bottom: 3px solid #0671bc
}
.flex-ace-secunit{
	display:flex;
	justify-content:center;
	align-items:center;	
}
.vert-middle{
	margin: auto 0;
}
.buybutton {
    color: #000 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fa2;
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fe6;
	margin:10px;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
.phone-icon {
    float: right;
    font-size: 36px;
    color: #fff !important;
    border: 0;
    box-sizing: border-box;
    padding: 0;
    text-decoration: none;
    background: 0;
	margin-top:3px;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 99999998;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.ace-secunit-li ul.sub-menu li.menu-active a:hover {
        background: #272727 !important;
		color:#fff !important;
    }
#respMenu .badge{
background-color: #ffc000;
color: #222;
}
	
.newzakaz {
	box-shadow: 0px 1px 0px 0px #6c3df7;
	background:linear-gradient(to bottom, #6c3df7 5%, #490ff5 100%);
	background-color:#6c3df7;
	border-radius:6px;
	border:1px solid #6c3df7;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Roboto;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #6c3df7;
	margin-top: -3px;
}
.newzakaz:hover {
	background:linear-gradient(to bottom, #490ff5 5%, #6c3df7 100%);
	background-color:#490ff5;
}
.newzakaz:active {
	position:relative;
	top:1px;
}
  	.nicehand {
		border: none;
		position: relative;
		transition: 500ms ease all;
		outline: none;
		overflow: hidden;
		z-index: 1;
		transition: 500ms ease all !important;
		width: 148.69px;
	}
	.nicehand:hover {
		-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
		text-indent: -20px;
		transition: all 0.2s linear 0s;
	}
	.nicehand:before {
		content: "\f3cd";
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		font-size: 24px;
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		right: 5px;
		top: 0;
		opacity: 0;
		height: 100%;
		width: 24px;
		-webkit-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
	}
	.nicehand:hover:before {
		opacity: 1;
		text-indent: 0px;
	}
	.autoink {
		position: relative;
		overflow: hidden;
	}
	.ink {
		display: block;
		position: absolute;
		background: rgba(255, 255, 255, 1.0);
		border-radius: 100%;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		z-index: 20;
	}
	.animate {
		webkit-animation: ripple 4s linear infinite;
		-moz-animation: ripple 4s linear infinite;
		-ms-animation: ripple 4s linear infinite;
		-o-animation: ripple 4s linear infinite;
		animation: ripple 4s linear infinite;
	}
	@keyframes ripple {
		20% {
			opacity: 0;
			transform: scale(2.5);
		}
		100% {
			opacity: 0;
			transform: scale(2.5);
		}
	}
	
@media screen and (max-width: 768px){
#respMenu .buybutton{
margin-left: 0;
margin-right: 16px;
padding: 12px 24px;
}
#respMenu .newzakaz{
padding: 12px 24px;
margin-top: -1px;
}
}
        