.JG--product--rock {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
}
.JG--product--rock .JLG--M--head > p {
    font-size: 16px;
}
.JG--product--rock--1 {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	margin-right: 5%;
}
.JG--product--M--desc {
    color: #3e3a3a;
    font-size: 17px;
    margin-top: 30px;
}
.JG--I--I {
    margin-top: 40px;
}
.JG--product--desc , .JG--product--rock--2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.JG--product--desc {
	margin-left: 40px;
}
.JG--product--rock--2 {
	-webkit-box-shadow: 0 0 7px -2px rgb(0 0 0 / 25%);
	box-shadow: 0 0 7px -2px rgb(0 0 0 / 25%);
}
.JG--product--desc > p {
    font-size: 15px;
    line-height: 1.5;
}
.JG--product--desc > p:not(:last-child) {
    margin-bottom: 20px;
}
.JG--product--desc > ul > li {
    position: relative;
    font-size: 17px;
    padding-left: 20px;
}
.JG--product--desc > ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.JG--product--desc > ul > li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #6b6a6a;
    top: 9px;
    left: 0;
}
.JG--product--MAN {
    margin-bottom: 25px;
}
.sb-manufacturerImg {
    max-width: 200px;
}
.JG--SKU {
    font-size: 21px;
}
.JG--SKU > span {
    margin-left: 10px;
}
.JG--product--rock--2 > h3 + div > svg {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}
.JG--product--rock--2 > h3 + div > a {
    font-size: 17px;
}
.JG--product--rock--2 > h3 + div > a + p {
    margin-top: 20px;
    margin-bottom: 5px;
}
.JG--product--rock--2 > h3 + div > p {
    font-size: 17px;
}
.JG--product--rock--2 > h3 {
    background-color: #005392;
    color: #FFF;
    text-align: center;
    padding: 20px 10px;
}
.JG--product--rock--2 > h3 + div {
    padding: 20px;
}
@media screen and ( max-width : 1024px ){
	.JG--product--rock--1 {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.JG--product--rock--2 {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-top: 1px solid rgba(0,0,0,.15);
	}
	.JG--product--rock--2 > h3 {
		display: none;
	}
	.JG--product--rock--2 > h3 + div > svg {
		margin-top: 20px;
	}
}
@media screen and ( max-width : 800px ){
	.JG--product--desc {
		flex-basis: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
}
@media screen and ( max-width : 414px ){
	.JG--product--rock--1 .JLG--M--head {
		padding-left: 0;
	}
	.JG--product--rock--1 .JLG--M--head > h2 {
		font-size: 23px;
	}
	.JG--product--rock--1 .JLG--M--head:before {
		width: 0;
		height: 0;
	}
	.JG--product--desc > p {
		font-size: 15px;
		line-height: 1.55;
	}
}