.swell-cart-element .cart-fixed-amount {
	color: #808080bd;
    border-radius: 4px;
    height: 3rem;
    background-color: white;
}
.swell-cart-element  .swell-apply {
	color: white;
    font-weight: bold;
    font-size: 12px;
    height: 3rem;
    margin-left: .5rem;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #c1c0c0e6;
}
.swell-cart-container {
	margin-left: 2rem;
	margin-top: 1.5rem;
}
.swell-cart-element {
	display: flex;
}
.swell-mini-cart .swell-cart-container {
    margin: unset;
    margin-bottom: 5%;
}
.cart-widget-static .swell-mini-cart .swell-cart-point {
    text-align: initial;
    margin-bottom: .5rem;
}
/*.swell-mini-cart .swell-point-balance {
        margin: 0 1%;
}*/