/**
* Theme Name: Arucafe Child
* Description: This is a child theme of Arucafe, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: arucafe
* Version: 2.0.8
*/
/**
 * Mobilne poprawki Caffe Alverto
 */

/* Menu mobilne wysuwane z prawej strony */
@media (max-width: 1024px) {
	.arucafe-mobile-nav {
		left: auto !important;
		right: 0 !important;
		-webkit-transform: translate3d(330px, 0, 0) !important;
		transform: translate3d(330px, 0, 0) !important;
		box-shadow: rgba(0, 0, 0, 0.15) -2px 2px 3px !important;
	}

	.mobile-nav-active .arucafe-mobile-nav {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
}
/* Ukrycie ikon nakładanych na zdjęcia produktów na telefonie */
@media (max-width: 767px) {
	.products .group-action {
		display: none !important;
	}
}
