.address__block .address {
    padding: 0;
    color: var(--white_text_black);
}

.address__block .address svg path{
    fill: #999;
}

.discount_btn_wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2000;
	margin: 15px;
}
.discount_btn_wrap .close {
	padding: 0 4px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	position: absolute;
	top: -5px;
	right: -5px;
	opacity: 1;
	font-weight: normal;
	z-index: 3000;
}
.discount_btn {
	background: #e9a126;
	border-radius: 50px;
	border: 0;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: unset;
	gap: 10px;
	padding: 20px 30px;
	position: relative;
	overflow: unset;
}
.discount_btn:hover {
	color: #fff;
}
.discount_btn_svg {
	width: 18px;
	height: 18px;
}
.discount_btn_svg path {
	fill: #fff;
}


@media (max-width: 800px) {
    .wa_block {
        display: none;
    }

    .__jivoMobileButton {
        bottom: 50px !important;
    }
}
