/* Ссылка для редактирования */
.edit-link {
	position: absolute;
    top: 5px;
    right: 5px;
	margin: 0.25em;
    background-color: #056e62;
    border-radius: 50%;
    font-size: 1.0em;
    width: 24px;
    height: 24px;
    line-height: 1.75em;
	padding: 2px;
    color: #fff;
}

/* p.error{
	position: absolute;
    bottom: -32px;
    right: 0;
    font-size: 0.85em;
    color: #fff;
    background: #ff7213;
    padding: 0px 10px;
} */
span.error{
	color: red;
    line-height: 1;
    font-size: 12px;
    margin: 2px 10px;
}

div.form__row, div.flex__item, div.brief, div.card__content {
	position:relative;
}

.cart-table__control input {
    margin: 0 4px;
}

.mobile-card {
    display: block;
}

a.mobile-card {
    color: #404a52;
	text-decoration: none;
}

a.mobile-card:hover {
    color: #404a52;
	text-decoration: none;
}

a.button.link-disabled {
    background-color: #d0cfcf;
	cursor:default;
}

.nav-vert__count .cart-count {
	display: inline-block;
	transform: scale(1);
	transition: transform 0.1s;
}
