.a-catalog-item {
	background: #f7f8fa;
	;padding: 10px;
	border-radius: var(--border-radius,6px);
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	margin-bottom: var(--grid-gutter-width);
	height: calc(100% - var(--grid-gutter-width));
	display: flex;
	flex-direction: column;
}

.a-catalog-item .c-product__message,.a-catalog-item .c-variant__title-selected {
	display: none!important;
}

@media screen and (min-width:992px) {
	.a-catalog-item:hover .a-image-box__btns {
		opacity: 1;
	}

	.a-catalog-item:hover .a-product-info {
		margin-top: -65px;
	}

	.a-catalog-item:hover .a-product-info__footer {
		height: 65px;
	}
}

.a-catalog-item .rateit {
	-webkit-transform-origin: center;
	transform-origin: center;
}

.a-image-box {
	position: relative;
}

.a-image-box__sticker {
	position: absolute;
	left: 0;
	top: 0;
}

.a-image-box__link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 270px;
}

@media screen and (max-width:991px) {
	.a-image-box__link {
		height: 280px;
	}
}

@media (max-width:539px) {
	.a-image-box__link {
		height: 225px;
	}
}

.a-image-box__img {
	width: 100%;
}

.a-image-box__btns {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	transition: .3s linear;
}

.a-product-btns {
	display: flex;
	flex-direction: column;
}

.a-product-btns__item {
	-webkit-appearance: none;
	padding: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	width: 46px;
	height: 46px;
	background: #f8f8f8;
	border-radius: 50%;
	transition: .2s linear;
	border: 2px solid #f7f8fc;
}

.a-product-btns__item:not(:last-of-type) {
	margin-bottom: 10px;
}

.a-product-btns__item:hover,.a-product-btns__item_active,.a-product-btns__item_remove {
	background: var(--accent-color);
	color: var(--hovered-text-color);
}

.a-product-btns__item:hover .a-product-btns__svg,.a-product-btns__item_active .a-product-btns__svg,.a-product-btns__item_remove .a-product-btns__svg {
	fill: var(--hovered-text-color);
}

.a-product-btns__item:hover .a-product-btns__icon:after,.a-product-btns__item_active .a-product-btns__icon:after,.a-product-btns__item_remove .a-product-btns__icon:after {
	color: inherit;
}

.a-product-btns__item:focus {
	box-shadow: 0 0 4px 2px #2879fe;
	outline: 0;
}

@media (max-width:539px) {
	.a-product-btns__item {
		width: 35px;
		height: 36px;
	}
}

.a-product-btns__icon {
	pointer-events: none;
}

.a-product-btns__icon:after {
	font-family: icons;
	font-size: 20px;
	color: var(--main-text-color);
	vertical-align: middle;
}

.a-product-btns__icon_quick-view:after {
	content: "\e9a8";
	line-height: 1;
	margin-top: -1px;
}

.a-product-btns__svg {
	pointer-events: none;
	width: 16px;
	height: 14px;
	position: relative;
	top: 1px;
	fill: var(--main-text-color);
	transition: .2s linear;
}

.a-stickers {
	display: flex;
	padding: calc(var(--grid-gutter-width)/ 2);
}

@media (max-width:539px) {
	.a-stickers {
		padding: 5px 0;
	}
}

.a-stickers__item {
	background: var(--alt3-accent-color);
	margin-right: 5px;
	border-radius: 2px;
	width: -webkit-max-content;
	width: max-content;
	line-height: 1;
	padding: 3px 4px 2px;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
}

@media (max-width:539px) {
	.a-stickers__item {
		font-size: 11px;
	}
}

.a-stickers__item_sale {
	background-color: var(--alt-accent-color);
}

.a-stickers__item_hit {
	background-color: var(--alt2-accent-color);
}

.a-product-btns {
	opacity: 0;
	padding: calc(var(--grid-gutter-width)/ 2);
}

.a-product-btns__item {
	border-radius: 50%;
}

@media (max-width:991px) {
	.a-product-btns {
		opacity: 1;
	}
}

@media (max-width:539px) {
	.a-product-btns {
		top: 25px;
	}
}

.a-product-info {
	padding-top: calc(var(--grid-gutter-width)/ 2);
	text-align: center;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 0;
	transition: all .3s linear;
	background: #f8f8f8;
	height: 100%;
}

.a-product-info__timer {
	margin-top: -85px;
	margin-bottom: 21px;
}

@media (max-width:539px) {
	.a-product-info__timer {
		margin-top: -55px;
	}
}

.a-product-info__timer .a-countdown {
	justify-content: center;
}

.a-product-info__brand {
	font-size: 12px;
	line-height: 19px;
	color: var(--muted-text-color);
	text-transform: uppercase;
}

.a-product-info__title {
	color: var(--main-text-color);
	font-size: 16px;
	transition: .3s linear;
	display: block;
	line-height: 1.4;
}

.a-product-info__title:hover {
	text-decoration: none;
	color: var(--accent-color);
}

.a-product-info__prices {
	margin-bottom: 1em;
	margin-top: auto;
}

.a-product-info__price {
	font-size: 18px;
	font-weight: 600;
}

.a-product-info__price_old {
	text-decoration: line-through;
    color: #343a40;
}

.a-product-info__price_accent {
	color: #af0606;
}

.a-product-info__variants .a-color-block__title,.a-product-info__variants .a-size-block__title {
	display: none!important;
}

.a-product-info__variants .c-variant {
	font-size: 14px;
}

.a-product-info__variants .c-variant__price--not-available {
	display: none;
}

.a-product-info__variants .c-variant__column label {
	padding: 5px;
	text-align: left;
}

.a-product-info__variants .c-variant__price--current {
	font-size: 14px;
}

.a-product-info__variants .c-variant__value {
	margin-top: 2px;
	display: inline-block;
}

.a-product-info__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: .3s height linear;
	height: 0;
}

@media (max-width:380px) {
	.a-product-info__footer {
		flex-wrap: wrap;
	}
}

.a-product-info__footer .a-amount {
	height: 37px;
	max-width: 100px;
	min-width: 100px;
}

.a-product-info__footer .a-amount__wrap {
	margin-right: 20px;
}

@media (max-width:380px) {
	.a-product-info__footer .a-amount__wrap {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:539px) {
	.a-product-info__footer .a-amount__wrap+.a-button_with-icon {
		color: var(--accent-color);
		font-size: 0;
	}

	.a-product-info__footer .a-amount__wrap+.a-button_with-icon .a-button__title:before {
		margin-right: 0;
	}
}

.a-product-info__footer .a-amount__btn .a-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.a-product-info__footer .a-amount__btn .a-icon:before {
	line-height: 37px;
}

@media (max-width:991px) {
	.a-product-info__footer {
		height: auto;
	}

	.a-product-info__footer .a-button {
		width: 100%;
	}
}
/*# sourceMappingURL=item.css.map */