.detailTitle{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	margin: 0 0 10px;
}

.pdPrice,
.shortDesc{
	padding: 5px 0;
    margin-bottom: 5px;
	border-top: 1px solid #eaeaea;
}

.shortDesc{
    border-bottom: 1px solid #eaeaea;
    color: #000;
	font-size: 15px;
}

.pdPrice p.item {
    margin-bottom: 5px;
    color: #000;
	font-size: 14px;
}

.pdLabelPrice,
.pdLabelStatus{
	display: inline-block;
	min-width: 100px;
}

.pdPrice p.item .pdPriceNumber{
    color: #0097da;
    font-size: 18px;
    font-weight: 500;
}

.listAction {
	display: flex;
}

.listAction .button {
    display: block;
    text-align: center;
    padding: 10px;
	margin: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: #0097da;
    border: 1px solid;
    border-color: #0097da;
    color: #fff;
    outline: none;
    width: 100%;
	
	border-radius: 50px;
}

.listAction .button .textSmall {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 80%;
}

.detailInfo-title{
	border: none;
    border-bottom: 1px solid #ddd;
    color: #00a651;
	margin-bottom: 15px;
}

.detailInfo-title h4{
	border-bottom: 3px solid #00a651;
    color: #00a651;
	display: inline-block;
	margin-bottom: -1px;
	font-size: 16px;
}

@media(max-width: 768px){
	.listAction .button{
		font-size: 12px;
	}
}









