#middleSlider{
	margin-bottom: 24px;
}

.panel-click.selected{
	pointer-events: none;
}

.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}

/* Articles */
.section-articles-1{
	display:block;
}
.section-articles-2{
	display:none;
}
@media (max-width:1024px) {
	.section-articles-1{
		display:none;
	}
	.section-articles-2{
		display:block;
		margin-bottom:30px;
	}
}
.section-articles > div.global-information-block,
.section-articles > div > div.global-information-block {
	padding-left:0;
	padding-top:30px;
	width:auto!important;
}
.other-news{
	border: 1px solid #e7e8ea;
}
.other-news-title.h3{
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding: 0 12px;
	border-bottom: 1px solid #e7e8ea;
	background: #f9f9f9;
}
.other-news-list {	 }
.other-news .news{
	padding: 24px;
	border-bottom: 1px solid #e7e8ea;
}
.other-news .news:last-child{
	border-bottom: none;
}
.other-news .image{
	padding: 6px 0 30px;
	text-align: center;
}
.other-news .image a{
	display: inline-block;
}
.other-news .image img{
	display: inline-block;
	max-width: 100%;
	max-height: 150px;
	width: auto;
	height: auto;
	transition: all 0.2s ease-in-out;
}
.other-news .image a:hover img{
	opacity: 0.9;
}
.other-news .image a:active img{
	position: relative;
	top: 1px;
}
.other-news .name{
	display: inline-block;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
	color: #000000;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.other-news .announcement{
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 16px;
	max-height: 48px;
	overflow: hidden;
	color: #888888;
}

/* Subscribe */
.section-subscribe-1{
	display:block;
}
.section-subscribe-2{
	display:none;
}
div.catalogSubscribeContainer{
	padding:28px 20px;
}
div.catalogSubscribeColumn,
div.catalogSubscribeColumn:last-child{
	display:block;
	padding-left:0;
	text-align:left;
	width:100%;
}
@media (max-width:1024px) {
	.section-subscribe-1{
		display:none;
	}
	.section-subscribe-2{
		display:block;
		margin-bottom:30px;
	}
	div.catalogSubscribeColumn:last-child{
		padding-left:12px;
		text-align:right;
	}
}

/* sotbit:seo.meta.tags */
.popular_requests {margin-bottom:12px; font-size:12px;}
	.popular_requests a {background:#fff; border-style:solid; border-width:1px; border-color:#E0EFF6 #D1E7F1 #A8C5D4 #E0EFF6; color:#000; display:inline-block; margin-bottom:4px; padding:8px 30px 8px 15px; position:relative; text-decoration:none; white-space:nowrap; transition:0.15s;}
	.popular_requests a:hover {background:#ECF3FA;}
	.popular_requests a:active {border-color:#A8C5D4 #E0EFF6 #E0EFF6 #D1E7F1; box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;}
		.popular_requests a:before {border-right: 0.2em solid black; border-top: 0.2em solid black; content: ""; display: inline-block; height: 0.4em; margin-right: 0.5em; margin-top:-0.2em; position: absolute; right:8px; top: 50%; transform: rotate(45deg); width: 0.4em;}

