.sec-product {
	padding: 20px 0;
}

/* product detail */
.product-info__title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 7px;
	line-height: 1.2;
}

.product-image {}

.product-image__for-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;

}

.product-image__for-item::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.product-image__for-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-image__nav .slick-list {
	margin: 0 -5px;
}

.product-image__nav-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #ddd;
	margin: 0 5px;

}

.product-image__nav-item.slick-current {
	opacity: .6;
	border: 1px solid #000;
}


.product-image__nav-item::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.product-image__nav-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.product-image__for {
	border: 1px solid #f2f2f2;

}

.product-image__for .slick-arrow {
	background: rgba(255, 255, 255, .8);
	border: 1px solid #ccc;
	color: black;
}

.product-image__for .slick-arrow svg {
	fill: currentColor;
}

.product-image__for .slick-prev {
	left: 10px;
}

.product-image__for .slick-next {
	right: 10px;
}

.product-details {
	margin-top: 40px;
}

.details-tabs__wrap {
	background: #f0f0f0;
}

.details-tabs {
	display: flex;
	flex-wrap: wrap;
}

.details-tabs .tab-btn {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 48px;
	font-size: 16px;
	font-weight: 600;
}

.details-tabs .tab-btn.active {
	background: #b32123;
	color: #fff;
}

.noi_dung_in_san_pham {
	/* padding: 15px 0 0; */
}

.noi_dung_in_san_pham table td {
	padding: .8rem;
	vertical-align: middle;
	border: 1px solid #dee2e6;

}

.noi_dung_in_san_pham table tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .03);
}

.sec-relate-product {
	padding: 30px 0;
	background: #fbfbfb;
}

.price-section .noi_dung_in {
	padding: 0;
}

.price-section .noi_dung_in:not(:last-child) {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	/* .product-image__nav-item:not(:last-child) {
		margin-bottom: 5px;
	} */

	/* .product-image {
		flex-direction: row-reverse;
	} */
}

@media screen and (max-width: 992px) {
	.product-details {
		margin-top: 20px;
	}

	.details-tabs .tab-btn {
		padding: 6px 10px;
	}

}
