:root {
    --bgheader: #ffffff;
    --color_header: #222222;
    --color_menu: #222222;
    --bgshop: #222222;
    --bg_button: #222222;
    --color_button: #ffffff;
    --colorshop: #222222;
    --colorshophover: #ffc813;
    --color_headtitle: #ff267b;
    --bgfooter: #fbfbfb;
    --colorfooter: #222222;
    --colorbgmenumb: #222222;
    --colortextmenumb: #ffffff;
    --bg_button_add_to_cart: #222222;
    --color_btn_add_to_cart: #ffffff;
    --typeimageproduct: cover;
    --aspect-ratio: 100%;
    --iframe_1: url('');
    --iframe_2: url('');
    --bgsubcribe: url('');
    --heartnofill: url('../img/tim.svg');
    --heartfill: url('../img/timdo.svg');
    --heartnofillwhile: url('../img/timden.svg');
    --heartfillwhile:  url('../img/timdac.svg');
    --removewishlist: url('');
    --add-to-cart: url('../img/add-to-cart.svg');
    --quick-view:url('../img/quickview-icon.svg');
    --color-price: #222222;
    --color-social-one: #222222;
    --color-social-two: #4d4d4d;
    --img_load_fls: url('');
    --fls_product_bg_detail: url('../img/bg.webp');
    --icon-map: url('../img/map.webp');
    --coupon-code-background: #222222;
    --bg-coupon-body: #f3f3f3;
    --coupon-title: #222222;
    --coupon-button-color: #222222;
}

.icon-svg {
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: var(--width);
    height: var(--height);
    fill: var(--fillcolor);
}