.lenam_quickbuy_btn {
	display: block; background: #dd9106; color: white; text-decoration: none; padding:.5em 2em;
	border-radius: 4px; display: flex; justify-content: center; align-items: center;
}
.lenam_quickbuy_btn img {
	width: 1.3em; height: 1.3em; object-fit: scale-down; margin-right: 5px;
}
.lenam_quickbuy_btn:hover {
	background: #eba21b; transition: .3s;
}
.lenam_quickbuy_btn.disabled {
	cursor: not-allowed; opacity: .5
}