/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
.favorite-number-icon{
	position: absolute;
    width: 18px;
    height: 18px;
    top: -7px;
    left: 30px;
    background: #d49d6c;
    color: #fff;
    font-size: 11px;
    text-align: center;
    border-radius: 9px;
    line-height: 18px;
    border: 1px solid #fff;
}
.favorite-number-icon.hidden{
	display:none;
}

@media(min-width: 1300px) {
	.cart-number-icon {top: -14px}
}

@media only screen and (max-width: 1650px) {

	.favorite-number-icon {
    left: 22px;
}
}