/**
 * CSS chỉ dùng tại trang chi tiết sản phẩm.
 * Gallery sản phẩm hiện do MGI Product Gallery xử lý; file này chỉ giữ giao diện sản phẩm còn hoạt động.
 */

/*** Product.css ***/
/* Khối biến thể mẫu cũ chưa đủ bằng chứng để xóa. */
/* Style variant checkbox */
.style-variant-template {
	display: inline-block;
	vertical-align: middle;
}
.style-variant-template input {
	display:none;
}
.style-variant-template li {
	float: left;
	margin-right: 5px;
}
.style-variant-template li span {
	display: block;
	padding: 6px 8px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	font-weight: 400;
}
.style-variant-template input[type=radio]:checked + span {
	border: 1px solid #D87C7C;
	background: url(bg-variant-checked.png) no-repeat right bottom #fff;
}
/* End variant checkbox */
.style-variant-template span img {
	margin-right: 3px;
}


#description,#comment,#product-review,#description1 {
	margin-bottom: 15px;
}
#description
{
	min-height: .01%;
	overflow-x: auto;
	border: solid 1px #E5E5E5;
	border-top: none;
}
#description1 {
	min-height: .01%;
	overflow-x: auto;
	border: solid 1px #E5E5E5;
}
#description iframe,
#description1 iframe {
	width: 100%;
}
#description table,
#description1 table {
	max-width: 100%!important;
}
#description table td,
#description1 table td {
	border: 1px solid #ddd;
}

/*** End variant template ***/
/*** Product review ***/
.box-product-review h2 {
	color: #858585;
	font-size: 13px;
	margin: 10px 0 5px;
}
.box-product-review .infor-product-review span {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}
.box-product-review .infor-product-review del {
	color: #7d7d7d;
	font-size: 12px;
}
.style-list-review li {
	float: left;
	margin: 0 5px 5px 0;
	width: 80px;
	height: 80px;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}
/*** End product review ***/
/*** Product description ***/
.product-description-wrapper {
	padding: 20px;
}
.product-description-wrapper ul {
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.product-description-wrapper li {
	list-style-type: inherit;
}
/*** End tab description ***/
/*** Comment.css ***/
#comment .title-group {
	text-align: left;
	font-size: 20px;
}
/*** End comment.css ***/
/*** End product.css ***/

/* 6J2J: Hành vi hiển thị sản phẩm đang dùng, chuyển khỏi CSS toàn website. */
#show-short-description{
	background: #e0e0e0;
    border: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
}

#show-short-description .fa{
	float: right;
}

#show-short-description.active .fa{
	transform: rotate(90deg);
}

@media (min-width: 500px) {
	#show-short-description{
		height: auto !important;
		background: #fff;
		border: 0;
	}
	#show-short-description .fa-caret-down{
		display: none;
	}
}

@media (max-width: 500px) {
	.woocommerce-product-details__short-description{
		display: none;
	}

	.woocommerce div.product form.cart .button:not(.btn-muangay){
		clear: both;
		margin-right: 3%;
	}

	#buy_now_button{
		float: right;
	}

	.woocommerce div.product form.cart .button{
		width: 47% !important;
	}

	.woocommerce-variation.single_variation{
		float: left;
	}
	.woocommerce div.product form.cart div.quantity.manh-quantity{
		float: right;
	}

	.woocommerce-breadcrumb{
		display: none;
	}
}
