.hotline-linker {
	width: 100%;
	clear: both;
	margin: 20px 0;
	padding: 12px;
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.hotline-linker,
.hotline-linker * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotline-linker + .hotline-linker,
.hotline-linker + br + .hotline-linker {
	margin-top: 0;
}

.hotline-linker .l {
	float: left;
	width: 53%;
}
.hotline-linker .r {
	float: right;
	max-width: 46%;
}



.hotline-linker a {
	text-decoration: underline;
}
.hotline-linker a:hover {
	text-decoration: none;
}


.hotline-linker .hl-title {
	font-size: 18px;
	display: inline-block;
	color: #3366aa;
}

.hotline-linker .hl-cat {
	margin-top: 2px;
	font-size: 12px;
	color: #999;
}
.hotline-linker .hl-cat a {
	color: #999;
	text-decoration: none;
}
.hotline-linker .hl-cat a:hover {
	text-decoration: underline;
	color: #888;
}
.hotline-linker .hl-cat img {
	display: inline-block;
	margin-bottom: -1px;
}



.hotline-linker .prices {
	float: left;
	margin-right: 17px;
}

.hotline-linker .price-from {
	color: #F70;
	font-size: 17px;
	font-weight: bold;
}
.hotline-linker .price-others {
	margin-top: 4px;
	font-size: 12px;
	color: #8c8c8c;
}
.hotline-linker .price-others b {
	color: #000;
	font-size: 13px;
}

.hotline-linker .hl-btn {
	display: inline-block;
	padding: 7px 10px;
	margin-top: 5px;
	border-radius: 4px;
	color: #fff !important;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	line-height: 1;
	text-shadow: 1px 1px 0 #c65e00;
	text-decoration: none;
	float: right;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: transparent #e98602 #bf6002 #e98602;
	background: #f18835;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #f5bc2f),	color-stop(1, #f18835));
	background-image: -o-linear-gradient(bottom, #f5bc2f 0%, #f18835 100%);
	background-image: -moz-linear-gradient(bottom, #f5bc2f 0%, #f18835 100%);
	background-image: -webkit-linear-gradient(bottom, #f5bc2f 0%, #f18835 100%);
	background-image: -ms-linear-gradient(bottom, #f5bc2f 0%, #f18835 100%);
	background-image: linear-gradient(to bottom, #f5bc2f 0%, #f18835 100%);
}
.hotline-linker .hl-btn:hover {
	opacity: 0.9;
}
.hotline-linker .hl-btn:active {
	margin-top: 8px;
}



/* Якщо немає товару в наявності */
.new-new-item {
		display: flex;
}
.new-new-item .l {
	width: 60%;
}
.hotline-linker .new {
	display: inline-block;
}
.hotline-linker a.notify-me {
	background: transparent url("../i/bg_price_mail.gif") no-repeat 0 0;
	font-size: 12px;
	padding-left: 25px;
}

.new-new-item .r {
	display: flex;
	align-self: center;
}

.buy-with-hotline {
	text-align: right;
	margin: 10px 18px 0 0;
	color: #8c8c8c;
}



/**
 * Линейка
 */
.hotline-linker-line {}
.hotline-linker-line .l {
	width: 60%;
}
.hotline-linker-line .line {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.5px;
	border-radius: 4px;
	padding: 3px 7px;
	background: rgb(255,119,0);
	margin: 2px 10px 0 0;
	float: left;
}


.hotline-linker-line .r {
	text-align: right;
}
.hotline-linker-line .r .prices {
	margin-right: 0;
}
.hotline-linker-line .line_items_count {
	font-size: 12px;
	color: #8c8c8c;
	margin: 0 0 5px 0;
}
.hotline-linker-line .line_items_count b {
	font-size: 13px;
	color: #F70;
}
.hotline-linker-line .line_price {
	font-size: 12px;
	color: #8c8c8c;
	margin: 0;
}
.hotline-linker-line .line_price b {
	font-size: 17px;
	color: #F70;
}


.clearfix {
	clear: both;
	height: 1px;
}