.tps_productInitials_content {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	margin-bottom: 40px;
}

.tps_productInitials_content header {
	padding-bottom: 5px;
	letter-spacing: 1.25px;
	display: flex;
}

.tps_productCharms_disableLetter {
	color: gray;
	cursor: default !important;
	position: relative;
}

.tps_productCharms_disableLetter:after {
	content: '';
	width: 68px;
	position: absolute;
	background: #D1D1D1;
	height: 1px;
	transform: rotate(45deg);
	right: -10px;
	bottom: 23px;
}

.tps_productCharms_disableLetter:before {
	content: '';
	width: 68px;
	position: absolute;
	background: #D1D1D1;
	height: 1px;
	transform: rotate(-45deg);
	left: -10px;
	bottom: 23px;
}

.tps_productCharms_disableLetter:hover {
	background: #fff !important;
}

.tps_productInitials_content span {
	/*	color: #aaa;*/
	padding-left: 10px;
}

.tps_productInitials_content input {
	width: 100%;
	max-width: 200px;
	height: 40px;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	padding: 0 10px;
	padding-left: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.tps_productInitials_content input::placeholder {
	color: #ccc;
	text-transform: none;
}

.tps_productInitials_line {
	display: flex;
	align-items: center;
}

.tps_productInitials_error {
	color: red;
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 16px;
}

.tps_productInitials {
	flex-direction: column;
	align-items: flex-start;
}

.tps_productCharms_buttonNoneBox {
	width: fit-content;
	display: flex;
}

@media (min-width: 1350px) {
	.tps_productCharms_buttonNoneBox {
		width: 100%;
		justify-content: flex-end;
	}
}

@media (min-width: 1453px) {
	.tps_productCharms_buttonNoneBox {
		width: fit-content;
		display: flex;
	}
}

.tps_productCharms_buttonNone {
	display: flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	background: #000;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 15px;
	white-space: nowrap;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	height: 50px;
	width: 110px;
	margin: 10px 10px 10px 0;
}

.tps_productCharms_letters {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.tps_productCharms_letters div:not(.tps_productCharms_buttonNoneBox) {
	width: 50px;
	margin: 10px 10px 10px 0;
	height: 50px;
	font-size: 25px;
	border: 1px solid #D1D1D1;
	cursor: pointer;
	transition: background 0.3s;
}

.tps_productCharms_letters div:hover:not(.tps_productCharms_buttonNoneBox) {
	background: #ddd;
}

.tps_productCharms_letters section {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.tps_productCharms_info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	padding-bottom: 20px;
}

.tps_productDetailOptionType_inputDesktop {
	border: none;
	text-transform: uppercase;
	font-size: 13.5px;
	font-family: tps_font, sans-serif;
}
