#wdt_corner {
    background-color: #2e2b60 !important; /* override inline styling */
}

.footer-top a:hover, .footer-container, #brand_purchase a.more:hover {
    background: #1e1b4c;
}

.holiday-notice,
.footer-top a,
.footer-container,
.footer .footer-block-3 .btn,
#brand_newsletter,
#brand_purchase a.more,
.product-view .add-to-cart-buttons a.btn-cart,
.product-view .add-to-cart-buttons button.btn-cart,
.product-view .button.btn-video,
.testimonials-home .button
{
    background: #2e2b60;
    background: -moz-linear-gradient(-45deg, #2e2b60 0%, #1e1b4c 66%, #2e2b60 100%);
    background: -webkit-linear-gradient(-45deg, #2e2b60 0%, #1e1b4c 66%, #2e2b60 100%);
    background: linear-gradient(135deg, #2e2b60 0%, #1e1b4c 66%, #2e2b60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2b60', endColorstr='#1e1b4c',GradientType=1 );
}

#brand_purchase a.more {
    color: #FFF;
}

.footer .footer-block-3 .btn:hover {
    background: #2e2b60;
}

.product-view .product-shop .product-name .h1,
.product-view .product-shop .product-name h1,
.products-grid > li .price,
#top-header-account li a,
#brand_purchase h3,
.testimonials-home strong,
.testimonials-home blockquote,
.usp {
    color: #2e2b60;
}

.product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons button,
.product-view .button.btn-video,
.top-header-links li a {
    color: #2e2b60;
    border: 1px solid #2e2b60;
}

.product-view .add-to-cart-buttons a:hover,
.product-view .add-to-cart-buttons button:hover,
.product-view .button.btn-video:hover,
.product-view .add-to-cart-buttons a.btn-cart:hover,
.product-view .add-to-cart-buttons button.btn-cart:hover,
.product-view .button.btn-video:hover,
.testimonials-home .button:hover {
    background: #2e2b60 !important;
}
