/*Общие*/
.b_basket_mobile .basket-small .icons .basket .icon,
.b_basket_mobile .basket-small .icons .like .icon,
.b_basket_mobile .basket-small-fly .header .call .icon,
.b_basket_mobile .basket-small-fly .header .basket .icon,
.b_basket_mobile .basket-small-fly .header .like .icon,
.b_basket_mobile .basket-small-fly .header .compare .icon {
    display: inline-block;
	position: relative;
	vertical-align: middle;
	background-repeat:no-repeat;
}

.b_basket_mobile .basket-small .icons .basket .text,
.b_basket_mobile .basket-small .icons .like .text,
.b_basket_mobile .basket-small-fly .header .basket .text,
.b_basket_mobile .basket-small-fly .header .like .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: #52a85a;
	font-weight: bold;
}

.b_basket_mobile .basket-small .icons .like .icon,
.b_basket_mobile .basket-small-fly .header .like .icon {
    width: 20px;
    height: 20px;
	margin-top: 2px;
	margin-bottom: 1px;
    background:url(images/like_icon.png) no-repeat;
}

.b_basket_mobile .basket-small .icons .basket .icon,
.b_basket_mobile .basket-small-fly .header .basket .icon {
    width: 20px;
    height: 20px;
    background: url(images/basket_icon.png) no-repeat;
}

.b_basket_mobile .basket-small-fly .header .call .icon {
    width: 20px;
    height: 20px;
    background: url('images/call.png');
}

.b_basket_mobile .basket-small-fly .header .compare .icon {
    width: 20px;
    height: 20px;
    background: url('images/compare_icon.png');
}
/**Общие**/

/*Обычная корзина*/
.b_basket_mobile .basket-small .icons .basket,
.b_basket_mobile .basket-small .icons .like {
	display:inline-block;
	vertical-align: middle;
	position: relative;
	outline:none;
	white-space: nowrap;
	text-decoration:none;
	font-size: 0px;
}
.b_basket_mobile .basket-small.fly .icons .basket,
.b_basket_mobile .basket-small.fly .icons .like,
.b_basket_mobile .basket-small.header .icons .basket,
.b_basket_mobile .basket-small.header .icons .like {
	margin-left: 20px;
	margin-top: 10px;
}
.b_basket_mobile .basket-small.top .icons .basket,
.b_basket_mobile .basket-small.top .icons .like {
	padding-left: 5px;
}

.b_basket_mobile .basket-small .icons .basket .text-wrapper,
.b_basket_mobile .basket-small .icons .like .text-wrapper {
	display: block;
	position: absolute;
	overflow: hidden;
	margin-left: 15px;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	font-size: 0px;
	z-index: 10;
}
.b_basket_mobile .basket-small.fly .icons .basket .text-wrapper,
.b_basket_mobile .basket-small.fly .icons .like .text-wrapper,
.b_basket_mobile .basket-small.header .icons .basket .text-wrapper,
.b_basket_mobile .basket-small.header .icons .like .text-wrapper {
	position: absolute;
	display: block;
	top: -10px;
	left: -15px;
}


.b_basket_mobile .basket-small .icons .basket .text.summ {
	color: #1D1B1B;
	margin-left: 9px;
}
.b_basket_mobile .basket-small .icons .basket .text.summ:hover {
	color:#a3a3a3;
}
/**Обычная корзина**/
