.disabled_add .product_card__bay_button {
	background-color: #e09d63;
}
.product_card__bay.disabled_add {
	background-color: #e09d63;
}
.text-center {
	text-align: center;
}
.cont__photo_caption {
	padding-top: 13px;
	padding-bottom: 3px;
}
.photo_caption {
	font-family: 'Nunito', sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 2px;
	/* identical to box height */
	color: #ffdf86;
}
.photo_caption::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/local/templates/tpl_2020/assets/images/two_strell_up.svg)
		center no-repeat;
	background-size: contain;
	margin-right: 8px;
}

.messadge-not-avalilable {
	flex-grow: 1;
	text-align: center;
}
.messadge-not-avalilable a {
	display: block;
}
.messadge-not-avalilable a:hover {
	color: inherit;
}
.product-item-info-container {
	font-size: 11px;
	line-height: normal;
}
.product-item-scu-item-list {
	padding: 0;
}
.product-item-scu-item-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.product-item-scu-item-text-container .product-item-scu-item-text-block {
	color: #626262;
	background-color: #fff;
}
.product-item-scu-item-text-container.selected
	.product-item-scu-item-text-block {
	color: #fff;
	background-color: var(--primary-color);
}
.bx-no-touch .product-item-scu-item-text-block {
	transition: all 300ms ease;
	border-radius: 3px;
	/* box-shadow: 0 2px 3px 0 rgba(53, 50, 50, 0.54); */
	border: var(--primary-color) 1px solid;
}
.product-item-scu-item-text {
	padding: 5px;
}
.product-item-scu-item-text-container {
	padding-right: 5px;
	cursor: pointer;
}
.product-item-scu-container {
	display: flex;
	align-items: center;
}
.product-item-scu-block {
	/* margin-left: 7px; */
}
.product-item-info-container {
	margin-bottom: 7px;
}
.product_card__title {
	line-height: normal;
	margin-bottom: 7px;
}
.product_card__bay .quantity__info-block__for__not-avalilable {
	display: none;
}
.product_card__bay.disabled_add .quantity__info-block__for__not-avalilable {
	display: flex;
}
input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.quantity__info-block .quantity__summ-price {
	/* padding-right: 10px; */
	display: flex;
	margin-left: 0;
}
.block_price_and_old {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 7px;
	line-height: 18px;
}
.product_card__price-old {
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 11px;
}
.product_card__rating {
	margin-bottom: 4px;
}
.product_card__info_pekarnya {
	margin-bottom: 4px;
}
.product_card_wrap {
	position: relative;
}
.act_mark {
	position: absolute;
	top: 16px;
	right: 16px;
	font-family: Nunito;
	font-size: 20px;
	font-weight: 700;
	color: white;
	background-size: auto;
	padding: 8px 20px 8px 20px;
	border-radius: 50px;
}
@media (max-width: 768px) {
	.act_mark {
		right: 40px;
		font-size: 16px;
	}
}
