/* Забороняємо переносити «на hotline», щоб було в одному рядку */
.nowrap {
	white-space: nowrap;
}

.hotline-linker {
	width: 100%;
	clear: both;
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #ddd;
}
.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;
}


/* Add some margin for prices column on not large displays */
.hotline-linker .r {
	margin-top: 13px;
}


.hotline-linker .hl-title {
	font-size: 18px;
	display: inline-block;
	color: #000;
	font-weight: bold;
}
.hotline-linker .hl-title a {
	color: inherit;
}

.hotline-linker .hl-cat {
	margin-top:5px;
	font-size: 13px;
	color: #999;
}
.hotline-linker .hl-cat a {
	color: #737373;
	text-decoration: none;
}
.hotline-linker .hl-cat a:hover {
	text-decoration: underline;
	color: #888;
}
.hotline-linker .hl-cat img {
	display: inline-block;
	margin-top: -4px !important;
}


.hotline-linker .r {
	margin-top: 15px;
}

.hotline-linker .price-from {
	color: #737373;
	font-size: 17px;
	font-weight: bold;
}
.hotline-linker .price-from a {
	color: inherit;
}
.hotline-linker .price-others {
	margin-top: 0;
	font-size: 13px;
	color: #737373;
}
.hotline-linker .price-others b {
	color: #000;
	font-size: 14px;
}

.hotline-linker .hl-btn {
	display: inline-block;
	margin-top: 10px;
	padding: 12px 10px;
	margin-top: 5px;
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	float: right;
	line-height: 1;
	text-decoration: none;
	background: #f58b01;
}
.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,
.new-product-item .notify-me,
.line_price .notify-me
{
	background: transparent url("../i/bg_price_mail.gif") no-repeat 0 0;
	font-size: 12px;
	padding-left: 25px;
}


.new-product-item .notify-me {
	display: inline-block;
	margin-top: 10px;
}


.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 .line {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.5px;
	padding: 3px 7px 2px 7px;
	background: #f58b01;
	margin: 2px 10px 0 0;
	float: left;
}

.hotline-linker-line .r .prices {
	margin-top: 6px;
}
.hotline-linker-line .line_items_count {
	font-size: 12px;
	color: #8c8c8c;
}
.hotline-linker-line .line_items_count b {
	font-size: 14px;
	color: #000;
}
.hotline-linker-line .line_price {
	font-size: 13px;
	color: #8c8c8c;
	margin: 0;
}



/* TTH */
.hotlinetable {}
.hotlinetable-lefttop {
	text-align: center;
	width: 200px;
	vertical-align: middle;
}
.hotlinetable-righttop {
	padding-left: 30px;
	text-align: left;
}

.hotlinetable .title {
	display: block;
	margin-bottom: 5px;
}
.hotlinetable .title a {
	color: #000;
	font-size: 20px;
}

.hotlinetable .hlpricetable {
	color: #737373;
	font-size: 14px;
}
.hotlinetable .buttonhotline {
	color: #fff;
	font-size: 14px;
	text-decoration: none !important;
	background: #f58b01;
	padding: 3px 7px;
	margin-left: 10px;
}
.hotlinetable .buttonhotline:hover {
	opacity: 0.9;
}





/**
 * Responsives
 */
@media(min-width:768px) {}
@media(min-width:992px) {
	.hotline-linker .price-from {
		font-size: 20px;
	}
	.hotline-linker .hl-btn {
		font-size: 17px;
	}
}

@media(min-width:1200px) {
	.hotline-linker {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.hotline-linker .hl-cat {
		margin-top: 9px;
	}
	
	.hotline-linker .r {
		margin-top: 0;
	}
	
	.hotline-linker-line .r {
		text-align: right;
	}
}