*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#Content-Product-Category{
	width: 100%;
	float: left;
}

.rowTopSPDetail{
	float:left;
	width:100%;
}
.imgSPDetail{
	width:40%;
	padding:10px;
	border:1px solid #ccc;
}
.centerSPDetail{
	width:60%;
	padding:0px 15px;
	float:left;
}
.nameSPDetail{
	font-size:20px;
	font-weight:bold;
	color:#666;
	margin-top: 0;
	margin-bottom: 10px;
}
.shortInforDetail{
	width:100%;
}
.shortInforDetail li{
	width:50%;
	padding-right:15px;
	margin-top:7px;
	font-size:16px;
}
.shortInforDetail li strong{
	text-decoration:underline;
}
.listInforDetail{
	width:100%;
	margin-top:15px;
	border-top:1px solid #ccc;
	float: left;
}
.listInforDetail li{
	width:100%;
	position:relative;
	padding-left:15px;
	font-size:16px;
	margin-top:4px;
}
.listInforDetail li:before{
	position:absolute;
	top:7px;
	left:0px;
	height:7px;
	width:7px;
	background-color:#861f22;
	content:"";
}
.rightSPDetail{
	border-top:1px solid #ccc;
	margin-top: 15px;
	float:left;
	width:100%;
	/* padding-left:15px;
	border-left:1px solid #ccc; */
	padding-top: 15px;
}
.priceSPDetail{
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#861f22;
	margin-bottom:10px;
}
.saleSPDetail{
	width:100%;
	margin-bottom:10px;
	text-decoration:line-through;
	color:#666;
	font-size:15px;
	width:100%;
}
.titleQty{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	width:100%;
}
.txtQty{
	outline:none;
	border:1px solid #ccc;
	height:30px;
	line-height:5px;
	width:70px;
	text-align:center;
	float:left;
	margin-right:7px;
}
.txtQty:focus{
	border:1px solid #666;
}
.btnQty{
	font-size:20px;
	height:30px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	padding:0px 15px;
	float:left;
	outline:none;
	border:1px solid #861f22;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	background-color:#fff;
	color:#861f22;
}
.btnQty:hover{
	background-color:#861f22;
	color:#fff;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.socialSPDetail{
	width:100%;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ccc;
}
.socialSPDetail li{
	margin-right:5px;
}
.socialSPDetail li a{
	color:#fff;
	font-size:20px;
	line-height:30px;
	width:37px;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.socialSPDetail li a i{
	float:left;
	padding:7px 0px;
	width:100%;
}
.sc1{
	background-color:#0D2D68;
}
.sc2{
	background-color:#16A9F8;
}
.sc3{
	background-color:#931E00;
}
.sc4{
	background-color:#811013;
}
.titleCTA{
	font-size:17px;
	text-transform:uppercase;
	margin:20px 0px 10px 0px;
	width:100%;
	text-align:center;
}
.numCTA{
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:7px 0px;
	background-color:#861f22;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.rowBottomSPDetail{
	float:left;
	width:100%;
	margin-top:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
}
.titleDesSPDetail{
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#861f22;
	margin-bottom:5px;
}
.contentSPDetail{
	width:100%;
	line-height:1.4;
	font-size:16px;
}

.titleRelate{
	width: 100%;
	margin-top: 30px;
	font-size: 20px !important;
	font-weight: bold;
	margin-bottom: 10px;

	padding-top: 10px;
}

.nav-tabs{
	width: 100%;
}

.contentSPDetail{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 15px 10px;
}

.nav-tabs>li>a{
	font-size: 18px;
	font-weight: bold;
	color: #861f22 !important;
}

