/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for the Hello Elementor Child theme
Author: Hitesh Joshi
Template: hello-elementor
Version: 1.0.0
*/
/* Import parent theme styles */

span.cart-count {
    display: flex;
}
.cart_count {
    position: relative;
    top: -3px;
    right: 7px;
    background: #EDDCAB;
    border-radius: 50%;
    text-align: center;
    width: 18px;
    height: 18px;
    padding: 0;
    font-size: 12px;
}