/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.woocommerce div.product form.cart .reset_variations {
    display: block;
    position: static;
    margin-top: 10px;
}



/* ================================
   WRAPPER
================================ */

.quote-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

/* ================================
   ICON
================================ */

.quote-icon-wrapper .quote-icon::before {
    content: "📝"; /* replace with SVG/icon font later */
    font-size: 18px;
    line-height: 1;
}

/* ================================
   BADGE
================================ */

.quote-icon-wrapper .quote-count {
    position: absolute;
    top: -6px;
    right: -6px;

    width: 18px;
    height: 18px;

    background: #D1A02F;
    color: #000;

    font-size: 10px;
    font-weight: 600;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
}

/* hover */
.quote-icon-wrapper:hover {
    opacity: 0.7;
    transition: 0.2s ease;
}







