/*
Theme Name: SnapshopWP Child
Theme URI: http://www.shindiristudio.com/dlight/
Description: The Snapshop child theme.
Version: 1.0
Author: Shindiri Studio & Mihajlovicnenad.com
Template: snapshopWP
*/
@import url("../snapshopWP/style.css");  
.snpshpwp_featured_link_url {
	text-shadow: 2px 2px 2px black !important;
}
.px-mobile-hide{}
.product h2 {
	font-size: 18px !important;
}

@media only screen and (max-width: 768px){
	.px-mobile-hide{
		display: none !important;
	}
}
@media only screen and (max-width: 1023px){
	.px-mobile-hide{
		display: none !important;
	}
}
@media only screen and (min-width: 1024px){
	px-desktop-hide{
		display: none !important;
	}
}
