.b-small-basket_holder {
	display: inline-block;
	margin-left: 33px;
	vertical-align: top;
}

	.b-small-basket  {
		font-size: 12px;
		margin-left: 0;
		padding-bottom: 5px;
		position: relative;
		padding-left: 25px;
		white-space: nowrap;
		width: auto;
	}
	.b-small-basket:before {
		left: 0;
	}
	.b-small-basket a {
		border-bottom: none !important;
		display: inline-block;
		/*color: #039BE5;*/
		/*border-bottom: 1px dashed;*/
		/*margin-right: 10px;*/
	}
	.b-small-basket a:hover {
		/*text-decoration: none;*/
		/*border-bottom-color: transparent;*/
	}
	.b-small-basket_num {
		display: inline-block;
		vertical-align: middle;
		font: 16px/42px 'Open Sans', sans-serif;
		/*color: #604f4f;*/
		/*padding-left: 28px;*/
	}
	.b-small-basket_num:not(:hover):not(:focus):not(:active) {
		color: rgb(96, 79, 79);
	}

/**
 * Стили для телефонов
 */
@media all and (max-width: 767px) {
	.b-small-basket_holder {
		bottom: 0;
    	margin-left: 0;
		position: absolute;
	    width: 28.125%;
	}
	.b-small-basket {
	    padding-left: 0;
	    padding-bottom: 0;	
	    width: 100%;
	}
		.b-small-basket::before {
			left: 50%;
		}
		.b-small-basket_num {
			font-size: 0;
		}
}

/**
 * Стили для НЕ телефонов (компьютеров, ноутбуков, планшетов)
 */
@media all and (min-width: 768px) {
	a.b-small-basket {
		border-bottom: none !important;	
	}
}