.small_basket {
	font-family: Arial, sans-serif;
	margin-right: 18px;
}
.small_basket .cart_img{
	width:32px;
	height:25px;
	margin-top:8px;
	background:url(images/cart.png) no-repeat;
}
.small_basket a,.small_basket span {
	font-family: Arial, sans-serif;
	text-decoration:none;
	font-size:14px;
}
.small_basket a#count_cart_item {
   display: block;
   color: #ffcc00;
	font-weight:bold;
   font-size: 14px;
   margin-top: 15px;    
	margin-left:13px;
	margin-top:0;
	text-decoration:underline;
}
.small_basket a#count_cart_item:hover {
	color:#fff;
}
.small_basket .cart_right {
	margin-top: 10px;
	width: 100px;
	text-align: left;
	margin-right: 6px;
}
.small_basket a.name_cart:hover { color:#606060; }
.small_basket a.summ_cart{
	margin-left:10px;
	font-weight:normal;
	color:#fff;
	display:block;
	font-size:14px;
	margin-top:1px;
}
.small_basket a.summ_cart span{
	font-weight:normal;	
	font-size:14px;
}
.small_basket a.min_col {
	display:none;
	padding-top: 2px;
	font-size: 13px;
}
.small_like {
	margin-right:35px;
}
.small_like .like_img {
	height:21px;
	width:20px;
	background:url(images/liked.png) no-repeat center ;
	margin-right:22px;
	margin-top:9px;
}
.small_like .min_col {
	color:#fff;
	font-size:14px;
}
.small_like .min_col:hover{
	color:#ffcc00;
}
@media (max-width:600px){
	.small_basket a#count_cart_item {
		display:none;
	}	
}
@media (max-width:480px){
	.small_basket span.summ_text {
		display:none;
	}
}
@media (max-width:460px){
	.small_basket a.summ_cart {
		margin-left: 2px;
	}
}
@media (max-width:400px){
	.small_basket a.summ_cart {
		display:none;
	}
	.small_basket a.min_col {
		display:block;
	}
}
@media (max-width: 968px) {
	.small_basket a#count_cart_item {
		display:none;
	}
}
@media (max-width: 1024px) {
	.text_like {
		display:none;
	}
}
@media (max-width: 768px) {
	.small_like {
		display:none;
	}
}