/* Customize Now button */
.rlc-creative_v3.rlc-colorshop .rlc-cyocta {
	/* font-family: "FoundersGroteskMono-Medium"; */
	font-family: "Founders Grotesk Mono Medium";
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	background-color: #fff;
	white-space: nowrap;
}
.rlc-creative_v3.rlc-colorshop .rlc-cyocta:hover {
	text-decoration: none;
}
.rlc-creative_v3.rlc-colorshop .rlc-cyocta:before {
	content: '';
	display: inline-block;
	position: relative;
	/* background-image: url("images/common/icons/cyo-spinner.png?$staticlink$"); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.rlc-creative_v3.rlc-colorshop .rlc-cyocta:after {
	content: '';
	position: absolute;
	/* background-image: url("images/common/icons/cyo-spinner-bg.png?$staticlink$"); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (min-width: 767px) {
	.rlc-creative_v3.rlc-colorshop .rlc-cyocta {
		font-size: 0.6875em;
		line-height: 1;
		letter-spacing: 0.090909090909091em;
		padding: 0.818181818181818em 1.295454545454545em;
	}
	.rlc-creative_v3.rlc-colorshop .rlc-cyocta:before {
		margin: 0 1em 0 0;
		width: 3em;
		height: 3em;
	}
	.rlc-creative_v3.rlc-colorshop .rlc-cyocta:after {
		width: 2em;
		height: 2em;
		left: 1.863636363636364em;
	}
}
@media screen and (max-width: 767px) {
	.rlc-creative_v3.rlc-colorshop .rlc-cyocta {
		font-size: 0.6875em;
		line-height: 1;
		letter-spacing: 0.090909090909091em;
		padding: 0.863636363636364em 1.363636363636364em 0.863636363636364em 0.818181818181818em;
	}
	.rlc-creative_v3.rlc-colorshop .rlc-cyocta:before {
		margin: 0 0.818181818181818em 0 0;
		width: 3.931818181818182em;
		height: 3em;
	}
	.rlc-creative_v3.rlc-colorshop .rlc-cyocta:after {
		width: 2em;
		height: 2em;
		left: 1.818181818181818em;
		top: 1.335227576188085em;
	}
}