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