.btn-store {
	background-color: #3BA620
}
.btn-bubbles:active {
	background-color: #3BA620;
    box-shadow: 0 2px 25px rgb(177 69 183 / 50%);
}
.item__price-discount {
	color: #3BA620;
}
.btn-store span{
	position: relative;
    left: 8px;
}
.btn-store span:before{
	content: "";
	margin-right: 3px;
	width: 17px;
	height: 24px;
    background-image: url('../images/christmas/btn-decor.png');
    background-repeat: no-repeat;
    position: absolute;
    left: -24px;
    top: -4px;
}
.btn-store.btn-special {
	background-color: #3BA620;
}