list-products .c-layout-breadcrumbs-1.c-bgimage-full{
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
list-products .cbp-caption-activeWrap{
	background-color: #a0ce4e
}

list-products .cbp-caption-title{
	width: 100%; 
	position: absolute; 
	top: 0; 
	height: 50px; 
	z-index: 2; 
	padding: 5px; 
	background-color: rgba(160,206,78, 0.5);
}



@media (min-width: 768px) and (max-width: 991px){
 	.c-layout-breadcrumbs-1 {
    	margin-top: 140px;
	}
  
}
@media (max-width: 375px){
 	.c-layout-breadcrumbs-1 {
    	margin-top: 140px;
	}
  
}