/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1740488680
Updated: 2025-02-25 13:04:40

*/

/**
 * Scrollbar
 */
* {
    scrollbar-width: thin;
    scrollbar-color: #dbdbdb #ffffff;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

/**
 * Global
 */
#main-header.elementor-sticky--active {
    padding: 15px 0 0 0 !important;
}

select {
    border-radius: 20px !important;
}

.elementor-widget-text-editor p {
    margin-block-start: 0;
	margin-block-end: 30px;
}

.elementor-icon-box-content p {
    margin-block-end: 0 !important;
}

.e-n-accordion p {
    margin-block-end: 15px !important;
}

a {
    text-underline-offset: 2px;
}

b, strong {
    font-weight: 700 !important;
}

.elementor-widget-text-editor .elementor-widget-container ul {
    margin-block-end: 30px !important;
}

.text-green {
    color: #00D26A !important;
}

/**
 * Language
 */
.language-flag-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-flag {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 20px !important;
}

.trp-language-switcher > div {
    border-radius: 20px !important;
    border: 1px solid #ddd !important;
}

/**
 * Announcement Bar
 */
.announcement-bar {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}

.announcement-bar-message {
    padding: 5px;
    width: 100%;
}

/**
 * Age Gate
 */
.age-gate-buttons, .age-gate__buttons {
	margin-top: 15px;
}

/**
* TranslatePress
*/
.trp-language-switcher-container a::after {
    background-color: #000 !important;
    height: 2px !important;
}

/**
 * Page Index
 */
ul.page-index li,
ul.page-index li span.page-index-item {
    font-size: 18px;
    font-weight: 600;
    color: #000 !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

/**
 * Off Canvas Menu
 */
.elementor-widget-off-canvas .elementor-image-box-wrapper a {
    text-decoration: none !important;
}

.menu-item-mood {
    height: 140px;
}

.menu-item-mood .elementor-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item-mood .elementor-image-box-wrapper {
    padding: 15px;
}

.menu-item-mood:hover * {
    color: #fff !important;
    text-shadow: 0 2px 2px #000;
    transition: all .2s ease;
}

.menu-item-mood:hover .elementor-image-box-wrapper {
    background-color: #0000006e;
    border-radius: 20px;
}

/**
 * Free Shipping Progress Bar
 */
.cart-free-shipping-notification {
    margin: 15px 0;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border-left: 3px solid #00D26A;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.cart-free-shipping-notification-item {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.free-shipping-progress-bar {
    height: 8px;
    background-color: #efefef;
    border-radius: 4px;
    margin-top: 8px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.free-shipping-progress-bar .progress {
    height: 100%;
    background: linear-gradient(90deg, #00D26A, #00b85f);
    border-radius: 4px;
    transition: width 0.5s ease;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
}
