/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* WISHLIST */

.pbwl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pbwl-btn .pbwl-svg {
  width: 2em;
  height: 2em;
  display: block;
}

.pbwl-btn.in-wishlist {
  color: #111; /* ou cor de destaque */
}

/* WISHLIST - CONTA */

.pbwl-grid {
	display:flex;
	
}
.pbwl-card {
	    flex-direction: row;
    display: flex;
    width: 100%;
    padding: 1em 0em;
    border-top: 1px dotted gray;
	align-items:center;
	font-family: "AR Ones Sans", Sans-Serif;
}
.pbwl-card .pbwl-card-thumb {
	width:15%;
}
.pbwl-card .pbwl-card-info-block {
	width:70%;
	padding: 1em 1em;
}
.pbwl-card .pbwl-card-title {
    text-transform: uppercase;
    font-family: "AR Ones Sans", Sans-Serif;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.pbwl-card .in-wishlist {
	width:15%;
}

.elementor-button-icon-qty {
	background-color: #2d683f !important;
}


