/*
Theme Name: Postero Child
Description: Child theme for Postero. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: postero
Version: 1.0
*/


.elementor-header-group-wrapper .header-group-action .site-header-cart > .cart-contents::before{
	content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-left: -5px;
    margin-right: -5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img/bambam-cart2.svg");
}
.elementor-header-group-wrapper .header-group-action .site-header-cart{
	order : 3;
}
.elementor-header-group-wrapper .header-group-action .site-header-wishlist{
	order : 1;
}
.elementor-header-group-wrapper .header-group-action > div.site-header-account:first-child{
	order : 2;
	margin-right: 8px;
    margin-left: 8px;
}