.main-count {
	display: flex;
}

.dops .cart-item__icon {
	display: none;
}

.dops .main-count__btn {
    /* display: none; */
}

.empty_cart, .empty_fav {
	text-align: center;
}

.table__favs .cart__table {
	overflow: hidden;
	height: max-content;
}

.table__favs .cart-item__total {
	width: 140px
}

.cnt_fav {
	font-weight: 600;
	font-size: 18px;
	margin-top: 30px;
}

.cnt_fav span {
	font-weight: 100;
	margin-left: 10px;
}

.fav_btns {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	width: 70%;
	padding-left: 30%;
	margin-top: 40px;
}

.cart-order__remove_ a {
	text-decoration: none;
}

.all_fav_remove {
	padding-top: 10px;
}
.js-clear-basket, .js-clear-delay {
	cursor: pointer;
	color: #7F85AB;
}
.js-clear-basket:hover, .js-clear-delay:hover {
	text-decoration: underline;
}
.empty_cart a, .empty_fav a {
	color: #7F85AB;
}
.empty_cart a:hover, .empty_fav a:hover {
	text-decoration: underline;
}
