/*
Theme Name: Plamen
Theme URI: https://plamen.qodeinteractive.com
Description: Tobacco Store Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: plamen
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Ensure the cart icon is positioned on the right side */
.header-cart {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    display: inline-block !important;
    z-index: 999; /* Ensure it appears above other elements if needed */
}

.header-cart .cart-link {
    color: white !important; /* Force the icon to be white */
    background: transparent !important; /* Ensure the background is transparent */
    text-decoration: none !important;
    font-size: 24px !important; /* Adjust icon size */
}

.header-cart .cart-icon {
    font-size: 24px !important; /* Icon font size */
}

.header-cart .cart-count {
    background-color: red !important; /* Cart item count badge color */
    color: white !important;
    border-radius: 50% !important;
    padding: 2px 6px !important;
    font-size: 12px !important;
    position: absolute !important;
    top: -8px !important;
    right: -10px !important;
}

