
        /* website ticker */
         .ticker-wrapper {
            background: linear-gradient(270deg, #6ABE52, #0e4000, #6ABE52);
            background-size: 600% 600%;
            padding: 10px 0;
            color:var(--ixb-white);
            font-weight: 600;
            position: relative;
            text-align: center;
            animation: gradientMove 10s ease infinite;
            }

            span.grap_this_sale {
                display: block;
                background:var(--ixb-orange);
                padding: 5px 0.5rem;
                border-radius: 5px;
                font-size: 1.2rem;
                font-weight: 700;
                text-shadow: none;
                color: #144805;
                margin: 10px 0 5px 0;
            }

              p#tickerText a i {
                font-size: 1.2rem;
                margin: 0rem 0.3rem 0 1rem;
                position: relative;
                top: -2px;
            }

            @keyframes gradientMove {
              0% { background-position: 0% 50%; }
              50% { background-position: 100% 50%; }
              100% { background-position: 0% 50%; }
            }

            .ticker-inner {
                display: inline-block;
                white-space: nowrap;
                position: absolute;
                animation: scrollTicker 20s linear infinite;
            }

             .ticker-text {
              margin: 0;
              padding: 0 1.5rem;
             }

           .ticker-text a{
                display: inline-block;
                padding-right: 100px;
                font-size: 1.2rem;
                text-shadow: 1px 2px 4px green;
                color: #fff;
                padding: 0;
                padding: 8px 20px;
                line-height: normal;
            }

            #liveTimer {
                text-shadow: 1px 2px 4px green;
                color: #fff;
                font-size: 1.6rem;
            }

            #tickerText a.ticker-link {
                background-color:var(--ixb-white);
                color: var(--ixb-blue);
                font-size: 1rem;
                border-radius: 10px;
            }

            #tickerText a.ticker-link {
                background-color: var(--ixb-white);
                color: var(--ixb-blue);
                font-size: 1rem;
                padding: 0.2rem 1rem;
                position: relative;
                left:10px;
                display: inline-block;
                text-shadow: none;
                top: -2px;
            }

            @media(min-width:1024px){
                span.grap_this_sale {
                    display: inline-block;
                    display: inline-block;
                    margin: 0;
                    line-height: normal;
                }

                .ticker-text a {
                    padding: 0;
                    font-size: 1.6rem;
                }
            }