/**
* Theme Name: Priotech Child
* Description: This is a child theme of Priotech, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: priotech
* Version: 1.0.27
*/


.priotech-product-category img {
  transition: transform 0.5s ease;
  transform-origin: center center;
}

.priotech-product-category:hover img {
  transform: scale(1.05);
}

.priotech-product-category {
  overflow: visible !important;
}

.menu-title: hover {
	color: #1E52A1 !important
}



