/* Custom styles */


/* styles products variants */

.group-form{
	
}


.form-group-custom{
	margin:0px 0px 20px 0px; 
	width: 100%;
}


.box-image{
	width: 100%;
}

.image-article{
	
}



/* styles products variants end */



.slider-img{
	width: 100%;
}


/*------------------ medias queries ----------------------*/


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {

	.slider-img{
	width: 70%!important;
	}

}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

	.slider-img{
	width: 95%!important;
	}


}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) { 

	


}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) { ... }








