.fmm_hinter { position: absolute; padding: 2%; border-radius: 4px; font-size: 12px; font-family: inherit; text-align: center;
    top: 30%; width: 180px;display:none !important; z-index: 99;}
    
    .fmm_hinter_l {left: -190px;}
    
    .fmm_hinter_r {right: -190px;}
    
    .fmm_hinter_l_txt {left: -125px; top: 5%;}
    
    .fmm_hinter_r_txt {right: -125px;top: 5%;}
    
    .fmm_hinter b::before { display: inline-block; font-size: 21px; position: absolute;font-family: Material Icons; top: 4px; z-index: -1;}
    
    .fmm_hinter_l b::before {content: 'fast_forward';right: -10px;}
    
    .fmm_hinter_r b::before {content: 'fast_rewind';left: -10px;}
    
    .fmm_hinter_l_txt b::before {content: 'fast_forward';right: -10px;}
    
    .fmm_hinter_r_txt b::before {content: 'fast_rewind';left: -10px;}
    
    .fmm_sticker_base_span:hover > .fmm_hinter { display: block !important;}
    
    /* MINIATURA DE PRODUCTO */
    .product-miniature .fmm_sticker_base_span { left: 6px!important; }
    .product-miniature .fmm_sticker_base_span:nth-of-type(2) { top: 35px!important; }
    .product-miniature .fmm_sticker_base_span:nth-of-type(3) { top: 65px!important; }
    
    /* PDP */
    #product .product-cover .fmm_sticker_base_span img { width: 50px!important; }
    #product .product-cover .fmm_sticker_base_span { left: 6px!important; }
    #product .product-cover .fmm_sticker_base_span:nth-of-type(2) { top: 65px!important; }
    #product .product-cover .fmm_sticker_base_span:nth-of-type(3) { top: 125px!important; }
    