@charset "UTF-8";

.text-center {
	text-align:center;
}

.more {
	display:inline-block;
	background-color:#a46280;
	color:#fff !important;
	text-decoration:none !important;
	/* border:1px solid #a46280; */
	border-radius:6px;
	padding:20px 0;
	/* transition:all 300ms ease !important; */
	line-height: 18px;
	transition: all 0.2s ease 0s !important;
	position: relative;
	text-align: center;
	overflow: hidden;
	min-width: 230px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
}
  
.more::before {
    content: "\e806";
    font-family: 'fontello';
	color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0px 6px 6px 0px;
    transition: all 0.2s ease 0s;
    text-align: center;
	text-indent: 0px;
}
  
.more:hover {
	text-indent: -30px;
}

.more:hover::before {
	right: 0;
	text-indent: 0px;
}

/* .more {
	display:inline-block;
	background-color:#a46280;
	color:#fff !important;
	text-decoration:none !important;
	border:1px solid #a46280;
	border-radius:6px;
	padding:20px 32px;
	transition:all 300ms ease !important;
	line-height: 18px;
}

.more:hover {
	background-color: #824e65;
} */

.more.block {
	width: 100%;
	display: block;
}

.more.outline {
	background-color: #fff;
}

.more.outline,
.more.outline .fa,
.more.outline span {
	color: #4CBAB9 !important;
}

.mint-text,
.circled-figure {
	color:#4CBAB9;
}
.circled-figure {
	display:inline-block;
	border:1px solid #4CBAB9;
	border-radius:40px;
	padding:30px 32px;
	font-size:26px;
	line-height: 18px;
}