/* 
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 */
.top-text-slider {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}


.top-text-slider h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0px 0px 23px rgba(255, 255, 255, 0.48);
    color: #fff;
    margin: 0;
}

.blink {
    color: #59DB55;
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}

.header-actions {
    display: inline-flex;
    align-items: center;
    background: #f3f3f3;
    border-radius: 6px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* Shared style */
.header-actions a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

/* Divider */
.user-box {
    border-left: 1px solid #ddd;
}

/* Cart count */
.cart-count {
    font-size: 13px;
}

.user-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-family: Arial, sans-serif;
}

.user-btn svg {
    display: block;
}

.user-btn:hover {
    opacity: 0.8;
}

.cc_cart_items_list i,
.cc_saved_items_list i {
    color: #000;
}

span.cc_cart_count {
    margin-left: 0;
    color: #000;
}


[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}


/* #header-fixed {
    border-bottom: 1px solid #000;
} */

.elementor-sticky--effects {
    background: #fff;
}


@media (max-width:991px) {
    .elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler.ekit-nav-menu--overlay {
        background: none !important;
    }
}