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

.sec-product .ctnr{
	padding: 16px;
	background-color: #FFF;
	border-radius: 8px;
}
.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, .product-image__for-item iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

}

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

.product-image__nav-item img {
	position: absolute;
	left: 0;
	cursor: pointer;
	border: solid 1px #eee;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

#page-product .sec-breadcrumb{
	position: relative;
}

#page-product .sec-breadcrumb::before{
	content: '';
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

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