@charset "utf-8";
/* CSS Document */

.btn--green, a.btn--green {
	color: #fff;
	background-color: #4dcf00;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 1rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	display: block;
	margin-top: 15px;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #25a42d;
}

a.btn--radius {
   border-radius: 100vh;
}

.sale {
	color: #ee3b3b;
}.fa-solid.fa-arrow-right {
	margin-right: 10px;
}.sale-btn {
	padding: 5px;
	font-size: 0.8rem;
	background: #e65959;
	color: #FFF;
	margin-left: 16px;
	border-radius: 0.5rem;
}.fa-regular.fa-gem {
	margin: 0 5px;
}
body tbody tr:nth-child(2) td img:first-child {
	margin: 0;
}
.h3_p_858585 {
	color: #858585;
	font-weight: bold;
	padding-left: 1rem;
	margin-top: 0;
	margin-bottom: 2rem;
}