.text-primary {
    color: #414042;
    color: #666069;
}

.s-cart-summary-count {
    background: #414042;
    background: #903f8e;
    padding: .1rem;
    height: .9rem;
    width: .9rem;
}
:root {
    --color-primary: #8f408e;
    --color-primary-dark: #569970;
    --color-primary-light: #a2e5bc;
    --color-primary-reverse: #004017;
    --dark-bg-main: #292929;
    --dark-text-main: #ffffff;
    --dark-text-sec: #a9a9a9;
    --dark-grey: #3d3d3d;
    --text-btn: #ffffff;
    --bg-color: #f5f5f5;
    --header-bg: #ffffff;
    --menu-bg: #fdfaf6;
    --footer-bg: #ffffff;
}