.notify-slider-wrapper {
    position: fixed;
    bottom: 15px;
    left: 25px;
    display: none;
    background-color: #fff;
    z-index: 200;
    width: 350px;
	border-radius:3px;
	padding:15px;
    -webkit-box-shadow: -1px 2px 6px rgba(30,32,40,.3);
    -moz-box-shadow: -1px 2px 6px rgba(30,32,40,.3);
    box-shadow: -1px 2px 6px rgba(30,32,40,.3);
}
.suggest-slider.close {
    display: none;
}
.cookie-message .notify-slider-wrapper {
    bottom: 25px;
}
.suggest-slider .x-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	color: #1a1a1a;
	font-size: 18px;
	z-index: 99;
	text-align: center;
	line-height: 25px;
}
.content-products .mage-magictabs.activated {
    display: block;
}
.notify-slider {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.notify-slider .slider {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.notify-slider .slider>.item {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.laber-Featured .laberProduct-container{overflow:hidden;}
.laber-Featured .laberProduct-container .laberProduct-image{
	float:left;
	display:inline;
	width:90px;
	margin-right:15px;
}
.laber-Featured .laberProduct-container .thumbnail{position:relative;}
.laber-Featured .laberProduct-container .thumbnail .hover_image{
	position:absolute;
	top:0;
	left:0;
	right:0;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laber-Featured .item:hover .laberProduct-container .thumbnail .hover_image{
	opacity:1;
}
.laber-Featured .item .laber-product-price-and-shipping{
	margin-bottom:10px;
}
.laber-Featured .laberProduct-container .laber-product-description{overflow:hidden;}

.laber-Featured .laberProduct-container .laberCart ul{margin:0;overflow:hidden;}
.laber-Featured .laberProduct-container .laberCart li{float:left;display:inline;}
.laber-Featured .laberProduct-container .laberCart li .laberBottom{
	border: none;
	background: no-repeat;
	font-size: 14px;
	text-decoration: underline;
	padding: 0;
	cursor: pointer;
	color: #1a1a1a;
	text-transform: capitalize;
}
.laber-Featured .laberProduct-container .laberCart li .laberBottom:hover{
	color:#204045;
}
.laber-Featured .laberProduct-container .laberCart li.quick-view{padding-left:10px;float: right;}
.laber-Featured .laberProduct-container .laberCart li.quick-view a{
	line-height: 23px;
}