/* 
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 */
.all-categories-buttons {
    margin-bottom: 20px;
    text-align: center;
}
.all-categories-buttons .category-button {
    display: inline-block;
    padding: 8px 14px;
    margin: 4px;
    background-color: var(--e-global-color-e4c7dea);
    background-color: #459f6b;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.all-categories-buttons .category-button:hover {
    /* background-color: #005f8d; */
}
.post-categories-info .category-name {
    font-size: 2rem;
    color: var(--e-global-color-b89d0aa);
}

.woocommerce span.onsale { 
    color: #fff !important;
    background-image: url(/wp-content/uploads/2026/04/StarDavid.png);
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-size: contain;
    /* padding: 7% 6%; */
    background-position: center;
    min-width: 78px;
    min-height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce span.onsale.amountsale {
    font-size: 12px;
}
/*vcf card page*/
.vcf-shape-circle .elementor-icon, .cont-block > .e-con-inner {  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 31, 14, 0.05) 1px 6px 30px 0px; }
 .cont-block > .e-con-inner {
     padding:20px 20px 0;
 }
.vcf-shape-circle .elementor-icon:hover {
    transform: scale(1.1);
}
.cont-block__icon .elementor-icon-box-icon {
    background: #f9f9f9;
    padding: 13px;
    border-radius: 50%; 
}
.cont-block__icon .elementor-icon-box-wrapper {
	cursor:pointer;
}
/*vcf card page end*/