@charset "utf-8";
@media screen and (min-width: 768px) {
	.pd-describe {
		width: 57%;
		margin-right: 3%;
	}
	.pd-nav {
		width: 40%;
	}
}
@media screen and (max-width: 767px) {
	.pd-describe , .pd-nav {
		width: 100%;
	}
	.pd-nav {
		width: 100%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
.cont-product {
	width: 100%;
}
.pd-describe .feature {
	width: 100%;
	border-collapse: collapse;
}
.pd-describe .feature tr {
	margin: 0;
	padding: 0;
}
.feature td , .feature th {
    margin: 0;
    padding: 0.5em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: left;
}
.pd-describe .feature th {
	font-weight: bold;
	background-color: #ffcc00;
	text-align: center;
}
#feature1 td:first-child {
	font-weight: bold;
	text-align: center;
}
.pd-nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.pd-nav ul:before {
	content: "";
	padding-top: 100%;
	display: block;
}
.pd-nav ul li {
	margin: 0;
	padding: 0;
	position: absolute;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.pd-nav ul li:before {
	content: "";
	padding-top: 100%;
	display: block;
}
.pdn-img0:hover , .pdn-img:hover {
	border: 1px solid #ff0000;
	transition: border 0.5s;
}
.pdn-img0 {
    width: 70%;
	border: 1px solid #ffcc00;
    border-radius: 50%;
    background-image: url(https://www.roller-cutter.com/img/products/pd-nav/cutter.gif);
	top:15%;
	left:15%;
	z-index: 10;
}
.pdn-img {
    width: 24%;
	border: 1px solid #ffcc00;
    border-radius: 50%;
	background-color: #cccccc;
	z-index: 10;
}
.pd-nav a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.pdn-img0 a {
    width: 100%;
	height: 80%;
	padding-bottom: 20%;
}
.pdn-img a {
    width: 100%;
	height: 116%;
}
.pdn-hand {
	width: 4.5em;
    background-image: url(https://www.roller-cutter.com/img/products/pd-nav/hand.gif);
	right: 8%;
	top: 4%;
	z-index: 0;
}
.pdn-hand:before {
	content: "";
	padding-top: 100%;
	display: block;
}
#pdn-holder {
    background-image: url(https://www.roller-cutter.com/img/products/pd-nav/housing.gif);
	top: 1%;
	left: 38%;
}
#pdn-shaft {
    background-image: url(https://www.roller-cutter.com/img/products/pd-nav/shaft.gif);
	top: 27%;
	left: 3%;
}
#pdn-carbide {
    background-image: url(https://www.roller-cutter.com/img/products/pd-nav/carbide.gif);
	bottom: 9%;
	left: 17%;
}
#pdn-bearing {
    background-image: url(https://www.roller-cutter.com/img/products/pd-nav/bearing.gif);
	bottom: 9%;
	right: 17%;
}
#pdn-seal {
    background-image: url(https://www.roller-cutter.com/img/products/pd-nav/seal.gif);
	top: 27%;
	right: 3%;
}