.text-indigo {
	color: #826136;
}

.div-pro-all {
	padding-top: 40%;
	top: -240px;
	position: relative;
}

.div-details-side {
	width: 50%;
	padding: 30px;
}

.label-pro-name {
	font-size: 40px;
	padding-bottom: 20px;
	margin-top: 30px !important;
}

.label-pro-type {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.label-pro-size {
	font-size: 20px;
	padding-top: 30px !important;
	padding-bottom: 25px;
}

.label-pro-price {
	font-size: 40px;
}

.div-pagetitle {
	font-size: 60px;
	padding-bottom: 20px;
	padding-top: 30px !important;
}

.div-pro-pagepadding {
	padding-left: 14% !important;
	padding-right: 14% !important;
	padding-bottom: 6% !important;
}

.div-price {
	font-size: 22px !important;
	font-weight: bold !important;
}

@media screen and (max-width: 500px) {
	.div-pro-all {
		padding-top: 80%;
		top: -240px;
		position: relative;
	}

	.div-details-side {
		width: 100%;
		padding-top: 0px;
	}

	.label-pro-name {
		font-size: 20px;
		padding-bottom: 20px;
		margin-top: 0px !important;
	}

	.div-pagetitle {
		font-size: 30px;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}
}
