        #nliven-v2 .footer-cart .buy-btn-wrapper {
            background: #CC0033;
            color: white;
        }
        #nliven-v2 .footer-cart .buy-btn-wrapper:hover {
            background: #DD1144;
        }
        #nliven-v2 .btn {
            background: #CC0033;
        }
        #nliven-v2 .btn:not([disabled]):hover, #nliven-v2 .btn:not([disabled]):focus{
            background: #DD1144;
        }
        #nliven-v2 .btn-pill:not([disabled]):hover, #nliven-v2 .btn-pill:not([disabled]):focus{
            background: #fcfcfc;
        }
        #nliven-v2 .btn-select:not([disabled]):hover, #nliven-v2 .btn-select:not([disabled]):focus {
            background: #f2ba00;
        }
        #nliven-v2 .btn.btn-icon.btn-close.seat-view__close:not([disabled]):hover, #nliven-v2 .btn.btn-icon.btn-close.seat-view__close:not([disabled]):focus {
            background: initial;
        }
        #nliven-v2 .btn:active, #nliven-v2 .btn[disabled], #nliven-v2 .btn.disabled {
            background: #CC0033;
        }
        #nliven-v2 .ba-body .tabs-header .tabs-row .tab-item.active {
            border-bottom: 2px solid #DD1144;
        }
        #nliven-v2 .event-container .series-events .event-time-select.checked {
            background: #CC0033;
            border-color: #CC0033;
        }
        #nliven-v2 .price-slider::-webkit-slider-thumb {
            background: #CC0033;
        }
        #nliven-v2 .price-slider::-moz-range-thumb {
            background: #CC0033;
        }
        #nliven-v2 .price-slider::-ms-thumb {
            background: #cc0033;
        }