.btn{
	font-weight: 500;
	letter-spacing: -1%;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	transition: all ease 200ms;
	background: #151619;
	color: #FFF;
	border-radius: 10px !important;
	border: 0 !important; 
	padding: 10px 20px !important;
	min-height: 45px;
	line-height: 25px;
}

.btn.btn-more:hover{	
	background: none !important;
	color: #FFF;
	border: 1px solid #FFF !important;
}

.btn svg{
	width: 20px;
	height: 20px;
}

.btn-light{
	background: #FFF;
	color: #000;
}

.btn-light:hover{
	background: #C8C8C8;
	color: #000;
}

.btn.btn-more{
	background: #08090a;
	border: 1px solid #434445 !important;
}

.btn.btn-chevron{
	padding-right: 12px !important;
}

.btn.btn-chevron svg{
	width: 17px;
}