/* 
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
*/
.premium-dual-header-second-header{background: #F1E6A6; background: radial-gradient(circle farthest-corner at center center, #F1E6A6 0%, #B7955E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

.elementor-blockquote__author{background: #F1E6A6; background: radial-gradient(circle farthest-corner at center center, #F1E6A6 0%, #B7955E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 18px !important;}

.woocommerce ul.products li.product a img{width: 200px !important; margin: 0 auto !important;}

.custom-out-of-stock-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #EDE0A3;
    background: radial-gradient(circle, rgba(237, 224, 163, 1) 0%, rgba(186, 153, 99, 1) 100%);
    color: #000;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    z-index: 999;
}

.custom-out-of-stock-badge-loop {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #EDE0A3;
    background: radial-gradient(circle, rgba(237, 224, 163, 1) 0%, rgba(186, 153, 99, 1) 100%);
    color: #000;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    z-index: 999;
}

/* Make sure product container is position: relative so the badge positions correctly */
.single-product .product .woocommerce-product-gallery,
.single-product .product .summary {
    position: relative;
}
.woocommerce ul.products li.product {
    position: relative;
}

.woocommerce .out-of-stock{margin: 0 !important;}