/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -5px;
    margin-left: -10px;
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: #e2e2e2;
    -webkit-mask-image: url(/wp-content/uploads/2024/04/vestaire-icon-empty-small.png) !important;
    mask-image: url(/wp-content/uploads/2024/04/vestaire-icon-empty-small.png) !important;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}