/**
* Theme Name: Printec Child
* Description: This is a child theme of Printec, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: printec
* Version: 1.2.4
*/
.quantity.buttons_added {
	display:  none !important;
}
.single_add_to_cart_button {
	display:  none !important;
}
.elementor-button.elementor-button-link.elementor-size-sm.elementor-animation-pulse {
  display: none !important;
}
.login-form-head .register-link {
  display: none !important;
}
.product_type_customizable {
	display: none !important;
}
.woocommerce-error {
	background-color: #808080 !important;
}
.show-in-mobile {
	text-align: center;
	color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}
/*Social Media icon*/
.social-icons{
	padding:15px 0 0 0;
	text-align: left;
}
.social-icons a{
	color:#fff;
  line-height:30px;
  font-size:30px;
  margin: 0 5px;
  text-decoration:none;
  
}
.social-icons a svg{
	line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover svg{
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}
