/* 
Theme Name:		 La Qua
Theme URI:		 
Description:	 La Qua is a child theme of Laqua
Author:			 Facus
Author URI:		 
Template:		 laqua
Version:		 1.0.5
Text Domain:	 la-qua
*/

/*
    Add your custom styles here
*/
.woocommerce--heart {
  display: none !important;
}
h3.pxl-title {
  line-height: unset;
}

body.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:after,
body.single-product
  > div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:after {
  font-family: "Font Awesome 5 Free";
}

body.post-type-archive-product .woocommerce-btn-item.woocommerce-add-to--cart
  .button[data-success_message=""] {
  /*     background: white;
    position: relative;
    color: #354e33;
    padding: 3px 7px;
	padding-right: 20px; */
  background: #ffffff;
  position: relative;
  padding: 3px 7px;
  padding-right: 20px;
  color: transparent !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

body.post-type-archive-product .woocommerce-btn-item.woocommerce-add-to--cart
  .button[data-success_message=""]::after {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50% !important;
  right: 50%;
  transform: translate(50%, -50%);
  color: #354e33;
  font-size: 25px;
}
body.post-type-archive-product .woocommerce-btn-item.woocommerce-add-to--cart
  .button[data-success_message=""]:hover {
  background-color: #263037;
}
body.post-type-archive-product .woocommerce-btn-item.woocommerce-add-to--cart
  .button[data-success_message=""]:hover::after {
  color: white;
}
