.tps_productDetailOptionType_mobileHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 10px;
	font-size: 14px;
	border: 1px solid;
	min-width: calc(100% - 40px);
	background-image: url(/tps/pages/look/arrow.svg);
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: center;
}

.tps_productDetailOptionType_mobileBox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.tps_productDetailOptionType_mobileTooltip {
	color: #c1977d;
	opacity: 1;
	cursor: pointer;
	display: inline;
	background-image: url('/tps/pages/product/action-modal-options/images/info.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 20px;
	transition: 0.3s;
}

.tps_productDetailOptionType_mobileTooltip:hover {
	opacity: 0.4;
}
.tps_productDetailOptionType_mobilePrice {
	margin: 0 20px;
}
