.current-shop-items-dropdown {
    background: #1e123a;
}
.widget_shopping_cart .total {
    background-color: #291b4b;
    border-color: #352658;
}
.widget_shopping_cart .total strong {
    color: #ffffff;
}
.widget_shopping_cart_content .buttons .button:first-child {
    border: 1px solid #ffffff;
    color: #fff;
}
.widget_shopping_cart_content .buttons .button:first-:hover {
    background-color: #562abf;
    border-color: #562abf;
}
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid a.remove {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail {
    border-color: #311859;
}