.sale-basket-mark {
	display: flex;
	align-items: center;
	background: #0b2536;
	color: #fff;
	text-transform: uppercase;
	height: 40px;
	font-weight: 600;
	font-size: .65rem;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 15px;
	margin-right: 12px;
	z-index: 11;
	cursor: default;
	user-select: none;
}
.sale-basket-mark > img {
	max-height: 70%;
	max-width: 100%;
	margin-right: 10px;
}

.basket-sale-mobile {
	display: none;
	margin-bottom: 1em;
}

.detail-product__buttons > .no-price_button {
	width: 100%;
}
@media screen and (max-width: 992px) {
	.basket-sale-mobile {
		display: flex;
	}
}
