/*
Theme Name:	dissenyclau
Theme URI:      http://a-spps.com/
Description:    Tema para la web
Author:         Pep Sesat
Author URI:     http://a-spps.com/
Template:       Divi
Version:        2.3
*/

@import url("../Divi/style.css");

/* Multi Productes*/
.ch-prod-5 { float:left; width:18%; margin: 0 1%; min-height: 260px;}
.ch-prod-5 img { transition: all .4s ease-in-out; }
/* .ch-prod-5 img:hover { transform: scale(1.2); } */

.ch-overlay img:hover { 
	transition: 0.5s ease; 
	-webkit-filter: opacity(20%) grayscale(100%);
	filter: opacity(20%) grayscale(100%);
}




/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 1405px ) {}

@media only screen and ( min-width: 981px ) and ( max-width: 1405px) {}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {}

@media only screen and ( max-width: 767px ) {}

@media only screen and ( max-width: 479px ) {}

