.product-custom{}
.product-custom .wrapper {
    padding: 150px 0px 50px 0px;
    background-color: #1d4a05;
    position: relative;
    /* background-image: url(1.background.svg); */
    /* background-size: cover; */
    /* background-position: top center; */
    /* background-repeat: no-repeat; */
}
.product-custom .background-image{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}
.product-custom .background-image svg{
    width: 100%;
    height: 275px;
}
.product-custom .background-image svg .path01,
.product-custom .background-image svg .path02{
	fill:#1d4a05;
}
.product-custom .uk-panel-title{
    text-align:center;
    color:#fff;
}
.product-custom .description{
    color:#fff;
	text-align:center;
}
.product-custom .item{
    border-radius:5px;
    background-color: #FFF;
    /* padding:15px; */
}
/* .product-custom .item .image img { */
    /* border-radius: 5px 5px 0px 0px; */
/* } */
.product-custom .item .image{
	height:265px;
}
.product-custom .body {
    margin-top: 0px;
    padding: 15px;
}
.product-custom .item .name{
	margin:0px;
    font-size:inherit;
    line-height:inherit;
    max-height:42px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.product-custom .item .name>*{
    font-weight:bold;
}
.product-custom .item .sapo{
	margin-top:10px;
    max-height: 60px;
    line-height: inherit;
    font-size: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product-custom .item .more {
    margin-top: 10px;
}
/* .product-custom .item .more>a{ */
    /* border:none; */
    /* text-align:left; */
/* } */
.product-custom .readmore>a{
    color:#fff;
}
@media (max-width:767px){
	.product-custom .wrapper{
        padding: 50px 0px 25px 0px;
		background-image: none;
        background-color: #1d4a05;
	}
	.product-custom .background-image svg {
		height: 85px;
	}
	/* .product-custom .description{ */
		/* text-align:justify; */
	/* } */
	.product-custom .item .image{
		height:175px;
	}
	.product-custom .item .sapo{
		display:none;
	}
}