section.product-intro p {
	padding: 145px 0 100px;
	max-width: 1120px;
	margin: 0 auto;
	line-height: 2;
}
section#product-items .product-item {
	float: left;
	margin: 0 10px 20px;
	width: calc(25% - 20px);
	position: relative;
	background-color: #ECECEC;
}
	section#product-items .product-item span {
		line-height: 1.1;
		color: #FFBC13;
		position: absolute;
		bottom: 20px;
		left: 20px;
		z-index: 3;
		max-width: 180px;
	}
	section#product-items .product-item::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 145px;
		background: rgba(0, 0, 0, 0) url("../images/products/triangle-bg.png") no-repeat scroll left bottom/ 100% 100%;
		transition: all ease 0.5s;
		z-index: 2;
	}
	section#product-items .product-item::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(40,40,40,0.92);
		z-index: 1;
		display: none;
		transition: all ease 0.5s;
	}
	section#product-items .product-item:hover::before, section#product-items .product-item:focus::before {
		background: rgba(0, 0, 0, 0) url("../images/products/orange-bg.png") no-repeat scroll left bottom/ 100% 100%;
		height: 100%;
		width: 75%;
	}
	section#product-items .product-item:hover span, section#product-items .product-item:focus span {
		color: #353535;
	}
		section#product-items .product-item:hover span br, section#product-items .product-item:focus span br {
			display: none;
		}
		section#product-items .product-item:hover::after, section#product-items .product-item:focus::after {
			display: block;
		}
section.accdn-products {
	background-color: #EBEBEB;
}
	section.accdn-products h3 {
		font-size: 22px;
	}
	section.accdn-products .product-item {
		margin: 45px 0;
	}
		section.accdn-products .product-item h4 {
			color: #fff;
			font-size: 18px;
			padding: 20px 30px;
			background-color: #717171;
			position: relative;
			cursor: pointer;
			margin-top: 20px;
			transition: all ease 0.5s;
		}
		section.accdn-products .product-item h4[aria-expanded=true], section.accdn-products .product-item h4:hover {
			color: #1A1A1A;
			background-color: #FFBC13;
		}
		section.accdn-products .product-item h4::after {
			content: "\f107";
			font-family: FontAwesome;
			position: absolute;
			right: 30px;
			font-size: 35px;
			line-height: 16px;
		}
		section.accdn-products .product-item h4[aria-expanded=true]::after {
			content: "\f106";
		}
		section.accdn-products .product-item img {
			background-color: #fff;
		}
		section.accdn-products .product-item > div:first-child a::after {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 15px;
			width: calc(100% - 30px);
			height: 100%;
			background-color: rgba(28,28,28,0.7);
			z-index: 1;
			transform: scale(0.5);
			opacity: 0;
			transition: all ease 0.5s;
		}
		section.accdn-products .product-item > div:first-child a:hover::after, section.accdn-products .product-item > div:first-child a:focus::after {
			transform: scale(1);
			opacity: 1;
		}
		section.accdn-products .product-item > div:first-child a:hover span, section.accdn-products .product-item > div:first-child a:focus span {
			display: block;
		}
		section.accdn-products .product-item > div:first-child a span {
			position: absolute;
			left: 50%;
		    top: 50%;
		    transform: translate(-50%, -50%);
		    color: #ffbc13 !important;
		    z-index: 2;
		    display: none;
		}
		section.accdn-products .product-item > div:first-child a span::before {
			content: url('../images/icons/view-more.png');
			display: block;
			text-align: center;
		}
		section.accdn-products .product-item a.read-more {
			font-size: 13px;
			color: #ffbc13 !important;
			display: inline-block;
		}
		section.accdn-products .product-item p, section.accdn-products .product-item ul, section.accdn-products .product-item h5 {
			padding: 20px 30px 0;
		}
			section.accdn-products .product-item .table-responsive {
				margin: 20px 30px 0;
				width: calc(100% - 60px);
			}
			section.accdn-products .product-item table {
				margin: 0;
				background-color: #fff;
				border: 4px solid #ddd;
			}
				section.accdn-products .product-item table td, section.accdn-products .product-item table th {
					padding: 10px 20px;
				}
			section.accdn-products .product-item h5 {
				color: #ef8822;
			}
			section.accdn-products .product-item ul {
				padding-left: 40px;
			}
		section.accdn-products .panel {
			background-color: transparent;
			box-shadow: none;
			margin: 0;
		}
@media (max-width: 1199px) {
	section#product-items .product-item {
		width: calc(33.33% - 20px);
	}
	section.product-intro p.long-text-lg br {
		display: none;
	}
}
@media (max-width: 1039px) {
	section.product-intro p.long-text-md br {
		display: none;
	}
}
@media (max-width: 991px) {
	section.accdn-products .product-item > div:first-child a {
		margin: 0 auto;
		display: block;
		max-width: 460px;
		position: relative;
	}
	section.accdn-products .product-item > div:first-child a::after {
		width: 100%;
		left: 0;
	}
	section.accdn-products .product-item img {
		margin: 0 auto 20px;
		display: block;
	}
	section.product-intro p.long-text br {
		display: none;
	}
}
@media (max-width: 859px) {
	section.product-intro p br {
		display: none;
	}

}
@media (max-width: 767px) {
	section#product-items .product-item {
		width: calc(50% - 20px);
	}
}
@media (max-width: 559px) {
	section#product-items .product-item {
		width: calc(100% - 20px);
	}
	section.accdn-products .product-item p, section.accdn-products .product-item ul, section.accdn-products .product-item h5 {
		padding-right: 0;
		padding-left: 0;
	}
	section.accdn-products .product-item .table-responsive {
		margin: 20px 0 0;
		width: 100%;
	}
	section.accdn-products .product-item ul {
		padding-left: 17px;
	}
}