/*ícone menu flutuante*/
#cabecalho.fixed .open-menu svg path {
    fill: #FF1493;
}

/*icones cabeçalho*/
#cabecalho .actions>li>a svg path {
    fill: #FF1493 !important;
}

/*background full menu*/
.full.menu {
    background: #FF1493;
}
.carrinho-caixa{
    width: 450px;
}