.wc-proceed-to-commercial{
	margin-right:0em;
	display:inline-block;
}
.wc-proceed-to-commercial a{
	font-size: 0.875rem;
	border-radius: 1.571em;
	padding: 1.036em 2.134em;
	border-width: 0;
	display: inline-block;
	transition: all 0.2s ease-in-out;
    font-size: 16px;
    margin-right: 0;
    background: #f89a20;
    color: #fff;
    font-weight: 700;
}
.wc-proceed-to-commercial a:hover{
	background-color:black;
	color:white;
}
body .dropdown-menu-mini-cart .wc-forward{
	padding:0.25em 0.61em;
	margin:0 0.3em 15px 0.3em;
	font-size:0.830rem;
}
body .dropdown-menu-mini-cart{
	width:580px;
}
#getcommerc{
	display:none;
	width:400px;
	z-index:1002;
	left:50%;
	top:40%;
	position:fixed;
	margin:0 0 0 -200px;
	text-align:center;
	box-sizing:border-box;
	background-color:white;
	padding:15px;
	font-weight:700;
	
	border-radius: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28);
	border-color: transparent;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-top:2px solid #f89a20;

	animation-name: slidenavAnimation;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-name: slidenavAnimation;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: slidenavAnimation;
	-moz-animation-duration: 0.2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-fill-mode: forwards;
}
#getcommerc .close{
	float: right;
	color: grey;
	font-size: 21px;
	font-weight: 400;
	margin: -18px -10px 0 0;
	cursor: pointer;
	opacity:1;
}
#getcommerc input{
	margin: 15px auto;
	display:block;
}
#getcommerc input,#getcommerc button{
	font-weight:normal;
}
#downloadblock{
	display:block;
	margin:0 auto 55px auto;
	text-align:center;
}
#downloadblock a{
	display:ilnine-block;
}
#downloadblock a.dwn{
	background-color:#f89a20;
	border-color:#f89a20;
	color:white;
	margin-bottom:25px;
}
#downloadblock a.dwn:hover{
	background-color:black;
	border-color:black;
}
@media (max-width:767px){
	.wc-proceed-to-commercial{
		display:block;
		margin-right:0;
	}
	.wc-proceed-to-commercial a{
		width:100%;
		margin-bottom:1.429em;
		display:block;
		text-align:center;
	}
}
@media (max-width:579px){
	body .dropdown-menu-mini-cart{
		width:320px;
	}
}
@media (max-width:400px){
	#getcommerc{
		width:100%;
		margin:0;
		left:0;
		top:45px;
	}
}