#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #FF00FF;
            background: -moz-linear-gradient(top, #FF00FF 0%, #FF00FF 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF00FF), color-stop(100%,#FF00FF));
            background: -webkit-linear-gradient(top, #FF00FF 0%,#FF00FF 100%);
            background: -o-linear-gradient(top, #FF00FF 0%,#FF00FF 100%);
            background: -ms-linear-gradient(top, #FF00FF 0%,#FF00FF 100%);
            background: linear-gradient(to bottom, #FF00FF 0%, #FF00FF 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF00FF', endColorstr='#FF00FF',GradientType=0 );
            background-repeat: no-repeat;
                            flex-direction: column;
                            }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #FFFFFF;
                            width: 100%
                            }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #FFC0CB;
            background: -moz-linear-gradient(top, #FFC0CB 0%, #FF00FF 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC0CB), color-stop(100%,#FF00FF));
            background: -webkit-linear-gradient(top, #FFC0CB 0%,#FF00FF 100%);
            background: -o-linear-gradient(top, #FFC0CB 0%,#FF00FF 100%);
            background: -ms-linear-gradient(top, #FFC0CB 0%,#FF00FF 100%);
            background: linear-gradient(to bottom, #FFC0CB 0%, #FF00FF 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC0CB', endColorstr='#FF00FF',GradientType=0 );

            background-repeat: no-repeat;
            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #FFC0CB;
            right: 10px;
            background-image: url(https://realqueenproducts.com/tienda-2/);            }
            #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                            width: 100%
                            }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #555555;
            background-color: #555555;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }/* Contenedor del aviso corrido */ .wpfront-notification-bar .wpfront-message { overflow: hidden; white-space: nowrap; box-sizing: border-box; display: flex; align-items: center; } /* Texto duplicado para efecto infinito */ .wpfront-notification-bar .wpfront-message span { display: inline-block; padding-right: 100%; /* Espaciado entre repeticiones */ animation: scrollInfinito 20s linear infinite; } /* Animación continua */ @keyframes scrollInfinito { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }