/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.berg-gaard.shortcut-icons {
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 999;
    background-color: #e8dfd3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}
.berg-gaard.shortcut-icons .shortcut-icons-item {
    position: relative;
}
.berg-gaard.shortcut-icons .cart-product-count, 
.berg-gaard.shortcut-icons .wishlist_products_counter_number {
    background-color: #c80f11;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 12px;
	color: white;
}
.berg-gaard.shortcut-icons .shortcut-icons-item a:hover {
    color: white;
}