<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cssButton, .cssButtonHover {
	font-size:13px;
	line-height:16px;
	text-transform:capitalize;
	color:#fff;
	font-weight:700;
	border:1px solid #ed9964;
	text-decoration:none!important;
	background: #ed9964;
	display:inline-block;
	padding:8px 16px;
	cursor:pointer!important;
	margin:0 2px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
}

span.cssButton, .cssButton, span.cssButtonHover, .cssButtonHover  {
	width:auto !important;
}
.cssButton:hover, .cssButtonHover {
	
	color:#fff;
	border:1px solid #000;
	background:#000;

}

@media (max-width: 480px) { 
.mubtncheckout span,.mubtnshipping span{ width:calc(100% - 2px) !important; margin:0; padding:8px 0; text-align:center;}
}</pre></body></html>