.titlenewsproducts {
	position: relative;
}
.titlenewsproducts span {
	display: block;
	margin: 0 auto;
	width: 95px;
	text-align: center;
	z-index: 1;
	background: white;
	position: relative;
	color: #414042;
	font-size: 13px;
}
.titlenewsproducts:before {
	content: "";
	width: 100%;
	position: absolute;
	border-top: 1px solid #414042;
	top: 9px;
}
.contentnewproducts {
	display: block;
	width: 100vw;
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: -moz-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
    margin-bottom: 30px;
    position: relative;
}
.newProductsTitle{
	width: 100vw;
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: -moz-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	background: black;
}

#blocknewproducts {
	margin: 0;
	position: static;
}
#blocknewproducts .owl-prev {
	width: 30px;
    height: 35px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 0 0 5px;
    left: 10px;
}
#blocknewproducts .owl-next {
	width: 30px;
    height: 35px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 5px 0 0;
    right: 10px;
}
.contentnewproducts ul.product_list .product-image-container img {
    border-radius: 0px;
}

ul#blocknewproducts .right-block, ul#blocknewproducts .content_price,
ul#blocknewproducts .onlineonly-box {
	display: none;
}
