body .product-page__right .product-card-buttons{
	width: 100%;
}

body .product-page__right .product-card-counter .cart__item-count__input,
.product-card-counter{
	width: 100%;
}

.product-page__btn-favour.active path{
    fill: #d32d34;
}

@media (max-width: 450px) {
    .product-page__main .product-card-add {
        height: 40px;
        width: 100%;
        padding: 0 24px;
    }
}

.breadcumbs .breadcumbs-item:last-child{
	display: none;
}

.breadcumbs .breadcumbs-item.breadcumbs-item_last_link:after{
	content: none;
}

#inf-mob{display:none;}

@media (max-width: 1050px) {
    #inf-pc{
		display: none;
	}
	#inf-mob{display:block;min-height:400px;position:relative;}
	/* #inf-mob:before { */
		/* content: ""; */
		/* display: block; */
		/* background: rgba(255, 255, 255, .5) url("/assets/svg/double_ring.svg") center center no-repeat; */
		/* position: absolute; */
		/* z-index: 105; */
		/* top: 0; */
		/* left: 0; */
		/* right: 0; */
		/* bottom: 0; */
	/* } */
	#inf-mob.loaded{
		min-height:0;
	}
	/* #inf-mob.loaded:before{ */
		/* content: none; */
	/* } */
}