textarea[readonly="readonly"], textarea[readonly] {
	border: 0;
	width: 100%;
	overflow: hidden;
	resize: none;
	padding: 0;
}

/********hanld counter******/
.handleCounter-detail .input-group-text{
	
}

.handleCounter-detail .form-control:focus{
	box-shadow: unset; border-color: #ced4da;
}

.handleCounter-detail .btn.focus, .btn:focus{ box-shadow: unset;}

.handleCounter-detail .input-group-append, .input-group-prepend{display: block;}
/********end hanld counter******/

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

.detailPrice{
	padding: 5px 0;
	font-size: 24px;
	color: #f86605;
	font-family: 'Roboto-Bold';
	text-align: center;
	border-top: 1px dashed  #a2bac7;
	border-bottom: 1px dashed  #a2bac7;
	background: #f7f7f7;
}

.pdPrice, .shortDesc{
	padding: 5px 0;
}

.shortDesc{
    color: #000;
	font-size: 15px;
}

.shortDesc textarea{
	border: 1px dashed #f86605; border-radius: 5px;
    background: #f7f7f7;
	padding: 5px 5px 0;
}

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

.pdPrice .item .pdPriceList {width: 100%;}
.pdPrice .item .pdPriceList p{
	display: flex;
	flex: 1;
}

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

.pdPrice .item .pdPriceList p span{min-width: 145px;}
.pdPrice .item .pdPriceList p b{
    color: #0097da;
	width: 90px;
	text-align: right;
}

/* pdClassItem */
.pdPrice .item.class_list{align-items: center;}
.pdClassItem{
	display: block;
	flex: 1;
}

.pdClassItem button{
	display: inline-flex;
	min-width: 40px;
	height: 35px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 5px 3px;
	font-size: 14px;
}

.pdClassItem button:focus,.pdClassItem button:active:focus{outline:none;box-shadow:unset !important;}
.pdClassItem button:hover,.pdClassItem button.active{border-color: #f86605;}

.pdClassItem .btn.disabled, .pdClassItem .btn:disabled {
    cursor: not-allowed;
}
/* end pdClassItem */

.listAction {
	display: flex;
}

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

.listAction .button.btnCall{
	background: #f86605;
	border-color: #f86605;
}

.listAction .button.btnOrder{background: #e65b00;border-color: #e65b00;box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);}

.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;
}

.form-row.order{
	margin: 10px 0;
}

.link_gohang{
	color: #B22222;
}

.pro_body_detail{
	padding: 10px;
}

.pro_body_detail .head_title{
	text-transform: uppercase;
	background: #17445c;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
}




/*****order*****/
.pdOrder{ display: flex; flex: 1;}
.item.order{ align-items: center;}

.item.order .form-row{ flex: 1;}
.item.order .input-group{
	display: inline-flex;
	width: 130px;
}

.order_stock{
	display: flex;
	flex: 1;
	align-items: center;
	color: #6f6f6f;
	padding: 0 10px;
	line-height: 1.4;
}
/*****end order*****/

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

@media(max-width: 768px){
	
}









