/***CUSTOM CSS RULES FOR YOUR SITE***/
body{	
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;	
	user-select: text;	
}

.btn-buy, .btn-buy:focus, a.btn-buy:focus, a.btn-buy:link, a.btn-buy:visited {
	background: #CBDB26;
    background: -moz-linear-gradient(10deg,#CBDB26 0,#91cd4c 100%);
    background: -webkit-linear-gradient(10deg, #CBDB26 0, #91cd4c 100%);
    background: linear-gradient(10deg, #CBDB26 0, #91cd4c 100%);
}
