/*# sourceMappingURL=custom.css.map */

.product .picture img,
.product .picture:hover img {
	/* opacity: 1 !important; */
}
.items.productList .flex-control-nav li {
	display: none;
}
.items.productList .flex-control-nav li:nth-child(1),
.items.productList .flex-control-nav li:nth-child(2),
.items.productList .flex-control-nav li:nth-child(3) {
	display: inline-block;
}
.js-sold-qty {
	background: #f3f3f3;
}
.product .label.fastBack {
	color: #ff9601;
	text-decoration: underline;
}

#appFastView .appFastViewContainer {
	height: 710px;
	margin-top: -355px;
}
#appFastView .appFastViewColumnContainer {
	height: 650px;
}
#appFastView .addCart {
	margin-bottom: 12px;
}
#appFastView .appFastViewInformationColumn .fastBack.label {
	display: block;
	height: 45px;
	margin-bottom: 24px;
	line-height: 45px;
	text-align: center;
	background: #424242;
	color: #ffffff;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'roboto_condensedlight';
	text-decoration: none;
	font-size: 15px;
}
#appFastView .appFastViewInformationColumn .fastBack.label:hover {
	background: #333333;
	color: #ffffff;
}
.ext-label.ext-label-discount {
	background: red;
	font-weight: bold;
}

@media (max-width: 700px) {
	#appFastBuyContainer {
		margin-top: -250px !important;
	}
}
@media (max-width: 1024px) {
	#smartFilterForm .slider {
		display: block !important;
	}
}

@media (max-width: 768px) {
	#smallElementTools .columnRow:last-child {
		padding: 0;
	}
	#smallElementTools .columnRow .label.fastBack {
		margin-bottom: 12px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background: #424242;
		color: #ffffff;
		border-radius: 4px;
		width: auto;
		padding: 0 16px;
	}
	.js-sold-qty {
		background: transparent;
	}
	#promoBlock {
		margin-top: 0 !important;
	}
	#left {
		margin-bottom: 16px !important;
	}
	#right {
		margin-top: 16px !important;
	}
	.item.product {
		height: initial;
	}
	.item.product .tabloid {
		height: initial;
	}
	.item.product:hover .tabloid {
		position: relative;
	}
	.item.product .productColText .fastBack {
		white-space: nowrap;
		width: initial;
		text-decoration: none;
		text-align: center;
		background: #424242;
		color: #ffffff;
		border-bottom: 0;
		border-radius: 4px;
		padding: 8px 16px;
		line-height: 1;
		font-size: 13px;
	}
	.productList .product .picture img {
		max-height: 120px;
	}
	#personalCart #basketProductList .productTable .delete {
		top: 8px;
		right: 8px;
		width: 32px;
		height: 32px;
		background-position: center center;
	}
}
