.detail-nav-row{
	color: #FFC404 !important;
	font-size: 12pt;
	padding: 0px 20px;
	padding-top: 10px;
	margin-bottom: 20pt;
}

.detail-nav-row a{
	color: #FFC404 !important;
	text-decoration: none;
}

.detail-nav-info-row{
	color: white;
	font-size: 12pt;
	padding: 0px 20px;
	margin-bottom: 20pt;
}

.detail-nav-info-row span{
	color: #FFC404;
}

.detail-content{
	padding: 0px 20px;
	color: white;
	text-align: center;
}

.detail-content .detail-image{
	width: 100%;
	margin-bottom: 20pt;
}

.detail-content .detail-image img{
	width: 100%;
	height: auto;
}

.detail-content .detail-description{
	font-size: 14pt;
	line-height: 18pt;
}

.detail-content h2{
	color: #FFC404;
	font-size: 24pt;
	font-weight: bold;
	line-height: 36pt;
	font-style: italic;
}

.detail-content .detail-sub-info{
	font-size: 12pt;
	line-height: 24pt;
	color: #B6B6B6;
	margin-bottom: 20pt;
	font-style: italic;
}

.detail-content .detail-buy-button{
	cursor:pointer;
	color: white;
	background-color: #5D5FEF;
	border-radius: 6pt;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 20pt;
	padding: 10px;
}

.detail-content .detail-buy-file-only{
	border : 1px solid #5D5FEF;
	background-color: transparent;
	border-radius: 6pt;
	color: #5D5FEF;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 20pt;
	padding: 10px;
}

.detail-content .detail-slogan{
	color: #FFC404;
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 20pt;
}

.detail-similar-section{
	margin-top: 20px;
	padding: 0px 20px;
}

.detail-similar-section .product-row{
	display: flex;
	flex-wrap: wrap;
}

.detail-similar-section .product-row a{
	text-decoration: none !important;
}

.detail-similar-section .product-row .product-item{
	width: calc(50% - 30px);
	position: relative;
	overflow: visible; 
	margin: 10px 15px;
}

.detail-similar-section .product-row .product-item .product-image{
	width: 100%;
	min-height: 162.5px;
	margin-bottom: 10pt;
}

.detail-similar-section .product-row .product-item .product-image img{
	width: 100%;
	height: auto;
}

.detail-similar-section .product-row .product-item .product-info{
	text-align: center;
	color: white;
}

.detail-similar-section .product-row .product-item .product-info .product-name{
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
}

.detail-similar-section .product-row .product-item .product-info .product-extra-info{
	font-style: italic;
	color: #B6B6B6;
	line-height: 24px;
	font-size: 7pt;
}

.detail-similar-section .product-row .product-item .product-info .product-list-price{
	color: #FFC404;
	font-size: 11pt;
	text-decoration:line-through;
}

.detail-similar-section .product-row .product-item .product-info .product-sale-price{
	font-size: 14pt;
}