#spps_container{
width: 100%;
    height: auto;
    position: relative;
	float:left;
	margin-bottom:20px;
}
h3.featured_slider_home-f{
    background-color: #F35B66;
    box-shadow: 0 5px 8px 0 #80807e;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 18px;
    padding: 12px 12px 12px 0;
    text-align: center;
}
h3.featured_slider_home-f i {
    background-color: #42AFDC;
    color: #FFF;
    float: left;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin-right: 30px;
    margin-top: -12px;
    overflow: hidden;
    text-align: center;
    width: 45px;
}
.time-icon{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.time-icon:before {
    content: "\f017";
}
.product-container-sp {
border: 1px solid #f2f2f2;
padding: 20px 20px 10px 20px;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
-webkit-box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.03);
box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.03);
}
.product-container-sp:hover {
-webkit-box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.14);
box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.14);
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.sp_list > li .product-container-sp .product-image-container-sp{
	    border: 1px solid #d6d4d4;
    padding: 5px 5px 5px 0;
    margin-bottom: 13px;
    position: relative;
}
.first-block-sp .seemore_box{
	right:23px;
	margin-top:76%;
	float:right;
	position:absolute;
	display:none;
	width:38px;
	height:38px;
	padding:8px;
	text-align: center;
	background-color:#ffffff;
	border:2px solid #f2f2f2;
	  -moz-box-shadow: rgba(0,0,0,0.25) 0 0 14px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 0 14px;
    box-shadow: rgba(0,0,0,0.25) 0 0 14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.wishlist a{
	color: #1c1c1c;
	font-size:11px;
}
.wishlist{
	height:12px;
}
.ms-wishlist{
    margin-left:8px;
margin-top:76%;
position:absolute;
display:none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	 -moz-box-shadow: rgba(0,0,0,0.25) 0 0 14px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 0 14px;
    box-shadow: rgba(0,0,0,0.25) 0 0 14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background-color:#ffffff;
	border:2px solid #f2f2f2;
	padding:3px;
	
}
.ms-wishlist:before {
    content: "\f08a";
	color: #1c1c1c;
}
.ms-wishlist i {
    color: #42AFDC;
    font-size: 12px;
    line-height: 32px;
    margin-top: -12px;
    text-align: center;
    width: 35px;
}
.!!quick-view:before{
	content: "";
	color: #1c1c1c;
}
.product-image-container-sp .quick-view {
    background: rgba(42,42,42, 0.8);
	font: 400 14px/22px "Open Sans",sans-serif;
	padding: 8px 20px 8px 20px;
	color: #fff;
	position: absolute;
	top: 25%;
	left: 20%;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	animation: 400ms ease-in-out 0s normal none 1 moveFromTop;
}
li .product-container-sp:hover .ms-wishlist{display:block;}
li .product-container-sp:hover .seemore_box{display:none;}
li .product-container-sp .quick-view {
    display: none;
}
li .product-container-sp .quick-view{
	background: rgba(42,42,42, 0.8);
	font: 400 14px/22px "Open Sans",sans-serif;
	padding: 8px 20px 8px 20px;
	color: #fff;
	position: absolute;
	top: 25%;
	left: 20%;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	animation: 400ms ease-in-out 0s normal none 1 moveFromTop;
}
li .product-container-sp:hover .quick-view{display:block;}
.seemore_box:before{
	display: block;-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
animation: 400ms ease-in-out 0s normal none 1 moveFromTop;
}
.seemore_box:before{
	content: "\f0c1";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 14px;
    color: #1c1c1c;
}
.new-label-sp{
	right:9px;
	top:5px;
	position:absolute;
	text-align:center;
	display:block;
	width:auto;
	color:#ffffff;
	padding:5px 8px;
	text-transform:uppercase;
}
.price-percent-reduction-sp{
    color:#F35B66;
    padding: 2px;
    font: 400 15px/17px "Open Sans",sans-serif;
	font-weight:bold;
	margin-left:5px;
}
li.ajax_block_product {
    display: block;
	padding: 0 6px;
}
#spps_container a.product_img_link img{
	    display: block;
    vertical-align: bottom;
    text-align: center;
	width: 100%;
    max-width: 220px;
    max-height: 220px;
}
#spps_container .sp_item .first-block-sp img .feapsecond-image{display:none;}
#spps_container .nw:hover .first-block-sp img .feapsecond-image{display:block;}
#spps_container .nw:hover .first-block-sp img .feapfirst-image{display:none;}
.sp_list .sp-product-name{
	display: inline-block;
    width: 100%;
    overflow: hidden;
}
.sp-product-name{
color: #3a3939;
    font-size: 14px;
    margin-bottom: 0;
	text-align:center;
}
.sp_content_price{
	margin-bottom: 8px;
    display: block!important;
}
.old-price-sp{
	color:#42AFDC;
	text-decoration: line-through;
	
}
.prestasp-price-percent-reduction{
	font-size:15px;
	color:#ED0C5B;
	font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-stretch: normal;
}
.price.product-price-sp{
	font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-stretch: normal;
    font-size: 16px;
	color:#F58505;
    font-family: 'Open Sans', sans-serif;
}
.product-image-container-sp .productarea{
    width: 100%;
    height: auto;
    position: absolute;
    top: 75%;
	float:left;
	display:none;
}
.productarea .background_productarea{
	background: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 100%;
    height: 120px;
	padding:5px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.productarea .content_inside{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
}
.productarea .content_inside .delim_area{
	padding:17px 8px 8px 0;
}
.button-container-sp{
	text-align: center;
	    width: auto;
    padding: 5px;
	margin-top:5px;
	display:inline-block;
}
.nw_addtocart{}
.ajax_add_to_cart_button_sp{
	    padding: 9px 10px;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    font-family: Yanone Kaffeesatz;
    background-color: #42AFDC;
}
.ajax_add_to_cart_button_sp:hover{
	background-color: #1c1c1c;
	color:#ffffff!important;
}
.ajax_add_to_cart_button_sp i {
    background-color: #42AFDC;
    color: #FFF;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 35px;
    height: 33px;
    margin-top: -8px;
    float: left;
}
.ajax_add_to_cart_button_sp_disabled{
	padding: 9px 10px;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    font-family: Yanone Kaffeesatz;
    background-color: #F7B531;
}
.ajax_add_to_cart_button_sp_disabled i{
    background-color: #F7B531;
    color: #FFF;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 35px;
    height: 33px;
    margin-top: -8px;
    float: left;
}
.shopping-cart-nw,.outofstock-nw{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shopping-cart-nw:before {
    content: "\f07a";
}
.outofstock-nw:before{
content: "\f023";	
}
.manufacturer-container{
	width:100%;
}
.manufacturer_feaname{
	width:100%;
	text-align:center;
	color:#d1d1d1;
}
.prestams_remaining_time {
    color: #000000;
    font-size: 14px;
}
.sp_countdown {
    font-weight: 700;
    background-color: #7dc50d;
    -webkit-box-shadow: 0 5px 8px 0 #80807E;
    box-shadow: 0 5px 8px 0 #80807E;
    color: #fff;
    margin: 5px auto;
    padding: 5px;
	width:98%;
}

span.icon-line {
    display: none;
}
@media (max-width: 767px){
.img-responsive {
    margin: 0 auto!important;
}
#spps_container h3.featured_slider_home-f{
    font-size: 19px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #F35B66;
    font-style: normal;
    -webkit-box-shadow: 0 5px 8px 0 #80807E;
    box-shadow: 0 5px 8px 0 #80807E;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.sphide {
    margin-top: -21px;
}
.navbar-sp {
    min-height: 0px;
    padding-right: 20px;
    padding-left: 20px;
}
.navbar-sp .btn-navbarsp {
    margin-right: 0;
    display: block;
    position: relative;
}
.btn-navbarsp {
    position: relative;
    top: -28px;
}
.btn-carouselsp {
    float: right;
    padding: 6px 7px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
}
.btn-navbarsp span.icon-line {
    display: block;
    width: 17px;
    margin-top: 3px;
    height: 2px;
    background-color: #ffffff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.collapse-carouselsp {
    height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}
}
@media (max-width: 479px){
	h3.featured_slider_home-f{
	font-size: 13px;	
	}
h3.featured_slider_home-f i {
	margin-right:8px;
}
}