.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content .left-content {
	position: relative;
	width: 950px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
.l-content * {
	box-sizing: border-box;
}
.l-content .sub-b-text {
	font-weight: bold;
	padding: 20px 0;
}
.l-content .l-center {
	text-align: center;
}
.l-content .feature-list {
	padding: 30px 20px;
	background: #005d30;
}
.l-content .feature-list h2 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4em;
	margin: 0;
	text-align: center;
}
.l-content .f-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.l-content .feature-list .f-list {
	margin-top: 50px;
}
.l-content .f-list .item {
	width: 25%;
	padding: 0 10px
}
.l-content .feature-list .feature-blk {
	background: #fff;
	border-radius: 6px;
	position: relative;
	padding: 60px 30px 30px 30px;
	text-align: center;
	height: 100%;
}
.l-content .feature-list .feature-blk p {
	margin: 0 0 10px 0;
	min-height: 50px;
}
.l-content .feature-list .feature-blk label {
	position: absolute;
	font-size: 38px;
	font-weight: bold;
	color: #111;
	width: 80px;
	height: 80px;
	line-height: 80px;
	left: 50%;
	margin-left: -40px;
	top: -40px;
}
.l-content .feature-list .feature-blk label span {
	position: relative;
	z-index: 2;
}
.l-content .feature-list .feature-blk label:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background: #ffcc00;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-content .category-list {
	margin-top: 30px;
}
.l-content .category-list .f-list {
	margin-left: -10px;
	margin-right: -10px;
}
.l-content .category-list .f-list .item {
	margin: 10px 0;
}
.l-content .category-list .category-blk {
	text-decoration: none;
	color: #111;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("/pr/recommend_category/trusco_202207/images/bg-cat1.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.l-content .category-list .category-blk span {
	height: 45px;
	line-height: 1.4em;
	display: block;
}
.l-content .category-list .category-blk:before {
	content: '';
	position: absolute;
	display: inline-block;
	background: #005d30;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -20px;
	left: -20px;
}
.l-content .category-list .category-blk:hover {
	background: url("/pr/recommend_category/trusco_202207/images/bg-cat2.jpg") no-repeat center center;
	background-size: cover;
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
	color: #fff;
}
.l-content .product-section {
	margin-top: 40px;
}
.l-content .big-title1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #005d30;
	padding: 0 10px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	position: relative;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
}
.l-content .big-title1:before {
	background: url("/pr/recommend_category/trusco_202207/images/title-pt.png") no-repeat center center;
	width: 119px;
	height: 60px;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 20px;
}
.l-content .big-title1:after {
	background: url("/pr/recommend_category/trusco_202207/images/title-pt.png") no-repeat center center;
	width: 119px;
	height: 60px;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
}
.l-content .product-wr {
	display: flex;
	flex-direction: row;
}
.l-content .product-wr .prd-banner {
	display: block;
	width: 230px;
	height: 290px;
}
.l-content .product-wr .product-list {
	flex: 1;
	padding: 10px;
	height: 290px;
	background: linear-gradient(to left, #f0f4f2,#b7e1d3);
	overflow: hidden;
}
.l-content .product-wr .product-list .prd-blk {
	background: #fff;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 270px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.l-content .product-wr .product-list .prd-blk:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.l-content .product-wr .product-list .prd-blk  .prd-img {
	display: inline-block;
	text-align: center;
	width: auto;
}
.l-content .product-wr .product-list .prd-blk .price-off {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 1px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #d00;
}
.l-content .product-wr .product-list .prd-blk .prd-title {
	text-decoration: underline;
	color: #004bb1;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 5px 0;
}
.l-content .product-wr .product-list .prd-blk .prd-code {
	color: #555;
	text-align: center;
	display: block;
}
.l-content .product-wr .product-list .prd-blk .prd-price-old {
	color: #cecece;
	font-size: 12px;
	text-decoration: line-through;
	text-align: center;
	display: block;
}
.l-content .product-wr .product-list .prd-blk .prd-price-new {
	color: #d00;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.l-content .product-wr .product-list .prd-blk .prd-delivery {
	padding-left: 30px;
	height: 17px;
	position: relative;
	display: inline-block;
	text-align: center;
	color: #555;
	margin-top: 5px;
}
.l-content .product-wr .product-list .prd-blk .prd-delivery:before {
	background: url("/pr/recommend_category/trusco_202207/images/icon-delivery.png") no-repeat center center;
	width: 26px;
	height: 17px;
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	left: 0;
}
.l-content .owl-carousel.prd-carousel {
	position: relative;
}
.l-content .owl-carousel.prd-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-next {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #fff url("/pr/recommend_category/trusco_202207/images/btn-next.png") no-repeat center center;
	text-indent: -9999px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	right: 5px;
	margin-top: -30px;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-next:hover {
	opacity: 0.7;
	outline: 0;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-prev {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #fff url("/pr/recommend_category/trusco_202207/images/btn-prev.png") no-repeat center center;
	text-indent: -9999px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	left: -15px;
	margin-top: -30px;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-prev:hover {
	opacity: 0.7;
	outline: 0;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-next.disabled,
.l-content .owl-carousel.prd-carousel .owl-nav .owl-prev.disabled {
	display: none;
}
.l-content .w-100 {
	width: 100%;
}
.l-content .w-100 a {
	display: inline-block;
}
.l-content .list-4 {
	display: flex;
	flex-direction: row;
}
.l-content .list-4 .item-list{
	width: 25%;
	padding: 0 5px;
}

.l-content .related-brands {
	margin-top: 40px;
}
.l-content .big-title2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #005d30;
	padding: 10px 10px;
	margin: 0;
	text-transform: uppercase;
}
.l-content .bg-grad2 {
	background: linear-gradient(#f0f4f2,#b7e1d3);
	padding: 20px;
}
.l-content .brand-blk {
	background: #fff;
	text-align: center;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

