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;
	padding: 0;
	font-weight: bold;
	 border-bottom: 1px solid #ccc; 
	 padding-bottom: 15px;
}

.rated{display: block;font-size: 14px;color: #288ad6;cursor:pointer;margin-bottom: 5px;font-style: italic;}
.rated .active{
	color: #fd9727;
}

.rated .fa{
	color: #fd9727;
	margin-right: 5px;
}

.detailPrice{
	padding: 5px 0;
	font-size: 24px;
	color: #f80505;
	font-weight: 600;
	text-align: center;
	border-top: 1px dashed  #a2bac7;
	border-bottom: 1px dashed  #a2bac7;
	background: #f7f7f7;
	position: relative;
	padding-left: 50px;
}

.discount_per{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #f00;
	font-size: 20px;
	padding: 0 7px;
}

.detailPrice del{
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: 400;
	color: #9a9a9a;
	display: inline-block;margin-left: 10px;
}

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

.shortDescAll{position: sticky;top: 70px;text-align:center;}

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

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

.shortDesc_title{text-align: center;padding: 7px 15px; background: #ed3237; border-radius: 5px;text-transform: uppercase;font-size: 14px;display: inline-block;margin-top: 5px; color: #fff;
	width: 100%;
	font-weight: 600;
}
.shortDesc_body{border: 1px solid #cecece;padding: 20px 10px 10px;margin-top: -15px;border-radius: 5px;line-height: 1.7;}

.shortDesc_body .productImg{margin-bottom: 5px;}

.shortDesc_body .productPrice,
.shortDesc_body .productTitle{font-size: 12px;}

.shortDesc_body .owl-theme .owl-nav{margin: 0;}

.shortDesc_body .owl-theme .owl-nav [class*=owl-]{color: #888; font-size: 25px; margin: 0; padding: 0 5px;line-height: 1;}
.shortDesc_body .owl-theme .owl-nav [class*=owl-],
.shortDesc_body .owl-theme .owl-nav [class*=owl-]:hover{
	background: none;
}

.shortDesc_body .owl-theme .owl-nav [class*=owl-]:hover{color: #ed3237;}

.shortDesc_body .owl-theme .owl-dots .owl-dot span{width: 5px; height: 5px;margin: 3px;}


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

/* proOtherR-owl */
.title_prorder{
	margin-top: 20px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	background: #1fa859;
    color: #fff;
    padding: 5px 10px;
}
.proOtherR-owl  .owl-prev{ position: absolute; bottom: 0; left: 35px;}
.proOtherR-owl  .owl-next{ position: absolute; bottom: 0; right: 35px;}
/* end proOtherR-owl */

#pro-gallery a{position: relative;}

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

.pdClassItem a.btn{
	display: inline-flex;
	height: 40px;
	min-width: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px 3px;
	font-size: 14px;
	/* background: #f7f7f7; */
}

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

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

a.disable {
   pointer-events: none;
   cursor: default;
}

.pdClassItem a.btn img{
	height: 100%;
}
/* end pdClassItem */

.listAction {
	display: flex;
}

.listAction .button {
    display: block;
    text-align: center;
    padding: 8px 10px;
	margin: 5px;
    font-size: 16px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-family: "Roboto-bold";
    background: #fbad30;
    border: 1px solid;
    border-color: #ff9d00;
    color: #fff;
    outline: none;
    width: 100%;
	
	border-radius: 5px;
}

.listAction .button.btnContact{color: #1d1d1b;}
.listAction .button.btnCall{
	/*background: #299a37;
	border-color: #299a37;*/
}

.listAction .button.btnOrder{
	background: #ff6600;border-color: #ff6600;
}

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

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

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

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

.link_gohang{
	color: #B22222;
}

.pro_body_detail{
	padding: 10px;
	/*max-height: 400px;*/
	overflow: hidden;
	position: relative;
	padding-bottom: 45px;
}

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

.pro_body_detail ul{
	padding-left: 30px;
}
.pro_body_detail ul li{
	list-style: disc;
	margin-bottom: 10px;
}
.pro_body_detail h1, .pro_body_detail h2, .pro_body_detail h3 .pro_body_detail h4, .pro_body_detail h5{
	margin: 15px 0 10px;
}
.pro_body_detail p{
	margin-bottom: 10px;
}

.pro_body_detail table td{
	/*border: unset;*/
}

.show-less,
.show-more{position: absolute; bottom: 0; left: 0; width: 100%; background: #fff; box-shadow: -2px -3px 4px #fff; padding: 10px;text-align: center; color: #dd120a;}
/****star rate****/
.contain_form_review label{margin-bottom: 8px;}
.contain_form_review{
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #cdcdcd;
}
.pro_rate_detail{
	margin: 10px 0; padding: 10px; border-top: 1px solid #dee2e6; width: 100%;
}
.pro_rate_detail h3.title{
	font-size: 18px;  font-weight: 500;
}

.pro_rate .pagination{
	margin-top: 10px;
}

.pro_rate .page-item.active .page-link {
    background-color: #ed3237;
    border-color: #9e8e00;
	color: #000;
}

.pro_rate .page-link:focus {
    box-shadow: none;
}
	/* rate_thongke */
.rate_thongke{
	display: flex;
	border: 1px solid #ddd;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.rate_thongke >div{
	display: block; width: 100%; padding: 10px; text-align: center;
}

.thongke_star .rate_diem{
	font-size: 40px; color: #fd9727;
}

.thongke_star_detail{
	border-left: 1px solid #ddd; border-right: 1px solid #ddd;
}

.thongke_star_detail ul {padding: 0;margin: 0;}
.thongke_star_detail ul li{
	display: flex; align-items: center; justify-content: center; padding: 3px 0;
}

.thongke_star_detail .tk_star,
.thongke_star_detail .tk_progress,
.thongke_star_detail .tk_num{
	display: inline-block;
	padding: 0 3px;
	font-size: 12px;
	color: #9a9a9a;
}
.thongke_star_detail .tk_star, .thongke_star_detail .tk_num{width: 42px;}
.thongke_star_detail .tk_progress{ width: 130px;}

.thongke_star_detail .tk_progress .progress{
	height: 5px;
}
.thongke_star_detail .tk_progress .progress-bar{
	    background-color: #fd9727;
}

.user_review {padding: 10px 0;font-size: 14px;border-bottom: 1px solid #dedede;}
.review_top span.title {font-family: 'Roboto-Bold';display: inline-block;margin-right: 15px;}
.review_top span.check_buy {color: #2ba832;}

.user_star{margin-right: 8px;}
.user_star .fa{margin-right: 3px;}
.user_star .active{color: #fd9727;}
	/* end rate_thongke */

.starWrap{
	margin-bottom: 10px;
}

.starWrap img{
	cursor: pointer;
}

.list_rate{
	margin-bottom: 15px;
	padding: 5px 10px;
	/* border: 1px solid #eee; */
	position: relative;
}

.list_rate_title{
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 13px;
}

.fa_checked{
	color: rgb(66, 183, 42);
}

.list_rate_title span{
	color: #f19a33;
	font-size: 15px;
}

.rate_num{
	position: absolute;
	right: 10px;
	top: 10px;
}

.rate_num .fa-star,
.rate_num .fa-star-o{
	color: #fd9727;
	font-size: 16px;
}

.list_rate .list_content{
	padding: 10px;
}

.cmt_title{
}

.none_cmt{margin: 10px 0;text-align: center;color: #8e8e8e;}

.box_reply{
	display: block;
}

.reply_title{
	color: a7a7a7;
}

.reply_content{
	display: block;
	padding: 7px 0;
}

.reply_item{
	margin-top: 8px;
	border-top: 1px dashed #b4b4b4;
	padding-top: 7px;
}

.reply_item:first-child{
	margin-top: 0;
	border-top: 0;
}

.box_reply{
	border: 1px solid #dadada;
	padding: 5px;
	padding-left: 15px;
	border-radius: 5px;
	position: relative;
	margin: 5px 0;
	background: #f1f1f1;
}

.box_reply:after, .box_reply:before {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.box_reply:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #f1f1f1;
	border-width: 9px;
	margin-left: -9px;
}
.box_reply:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #dadada;
	border-width: 10px;
	margin-left: -10px;
}

.reply_item .list_rate_title span{
	color: #4bab02;
	font-family: 'SourceSansPro-Bold';
}

.form_cmt input{
	font-size: 13px;
}

.btn-send-focus,
.btn-send{
	background: #ed3237;
	color: #fff;
}

.btn-send-focus:focus,
.btn-send:focus{
	outline: none;
	box-shadow: unset;
}

.container-star {
	font-size: 20px; cursor:pointer;    display: inline-block;
}

.container-star .fa{ margin-right: 5px; }

.container-star .fa-star{
	color: #fd9727;
}

.container-star .fa.active{color: #fd9727;}
/****end star rate****/

/* phukien_list */
.phukien{display: block; width: 100%; font-size: 14px;padding: 10px;background: #fbfbfb;border-radius:5px;}
.phukien .title{font-size: 16px; font-family:"Roboto-Regular";}
.phukien_list li {display: flex;}
.phukien_list li.head{border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;}
.phukien_list li.head aside{padding: 10px 5px; text-align: center;}
.phukien_list li.content{border-bottom: 1px solid #f1f1f1;}
.phukien_list li aside{width: 30%;}
.phukien_list li .aside_group{
	flex: 1;
	display: flex;
}

.phukien_list li aside{padding: 5px; }
.phukien_list li aside.phukien_checkbox{
	flex: 0 0 50px;
}
.phukien_list li aside.pk_img{width: 150px;}

.phukien_list li .class_list{
		display: flex; margin-bottom: 10px;
	}

.phukien_class .form-control{
	font-size: 14px;
}

.handleCounter-phukien{width: 90px; }
.handleCounter-phukien input{font-size: 14px;}

.phukien_checkbox,
.phukien-handlecount{display: flex; justify-content:center;}

.addPhukien_toCart{justify-content:flex-end; padding: 10px;}
/* end phukien_list */


/*****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;
}

.proOther{width: 100%;}

.proOther .owl-theme .owl-nav{margin: 0;}

.proOther .proOther-owl{padding: 0 50px;}

.proOther .owl-theme .owl-nav [class*=owl-]{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: none;
		color: #3e3e3e;
		font-size: 40px;
		width: 40px;
		height: 40px;
	}
	
	.proOther .owl-next{ right: 0; background: url(../img/slide_next6.png) no-repeat center !important; }
	.proOther .owl-prev{ left: 0; background: url(../img/slide_prev6.png) no-repeat center !important; }

@media (min-width: 992px){
	.proOther .productList{
		/*border: 0;*/
	}
}
/*****end order*****/

.pro_modal_detail{
	display: flex;
}

.pro_modal_detail .title{padding: 0 10px;}


.pro-item .dummy{
	padding-top: 80%;
}

@media(min-width: 990px){
	
	
	.rate_thongke{width: 70%; margin:auto;margin-top: 10px;}
	.contain_form_review{width: 70%; margin:auto;
		padding: 10px;
		border-radius: 10px;
		border: 1px solid #cdcdcd;
	}
}

@media(max-width: 990px){
	.detailTitle .rated{display: block;margin-left: 0;}
	.pro_body_detail table{width: 100% !important; }
}

@media(max-width: 768px){
	/* .detailTitle{margin-top: 15px;} */
	.phukien_list li.head{display: none;}
	.phukien_list li aside{width: unset;}
	.phukien_list li aside,
	.phukien_list li .aside_group{
		flex: 1;
		display: block;
	}
	
	.phukien_list li aside.phukien-handlecount{display: flex;}
}

@media(max-width: 576px){
	/* rate_thongke */
	.rate_thongke{
		display: block;
	}
	
	.thongke_star_detail{ border: 0; border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
	/* end rate_thongke */
	
	.listAction .button{
		font-size: 12px;
	}
	
	.proOther .proOther-owl{padding: 0;}
	.proOther .productList .productItem {
		margin-bottom: 0;
		padding: 0 1px;
	}
	
	/*phukien*/
	.phukien_list li aside.pk_img{}
	.phukien_list li aside.pk_img img{}
	/*phukien*/
}









