h4 {
	margin:0;
	padding:0;
}

.wrap { 
	position:relative;
	margin:0 auto;
	/* width:850px ;*/
}

.categoryslider-wrapper {
	margin:0 auto;
	padding:0;
}

.wrap ul {
	margin:15px 0;
	padding: 0;
	overflow:hidden;
	}

.wrap ul li {
	float:left;
	text-align:center;
	margin: 0;
	width:290px !important;
}

.wrap ul li img {
	border:1px solid #eb126c;
	background-color: #FFFFFF;
	margin-bottom: 14px;
	margin-top: 60px;
	padding: 20px;
}

.wrap ul li h5 {
	text-align: center;
	margin: 0;
}
	
.wrap ul li h5 a {
	color:#0088cc;
	text-decoration:none;
}

.wrap ul li h5 a:hover {
	text-decoration:underline;
}


.wrap ul li span.price,
li.product-box.item span.price{
	color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
	
a.categoryslider-prev, a.categoryslider-next {
	background: transparent url(https://www.editionspixnlove.com/modules/productsbycategoryslider/images/arrow_sprites.png) no-repeat scroll left top;
	position: absolute;
	width:17px;
	height:26px;
	text-indent:-9999em;
}

a.categoryslider-prev {
	background-position: left top;
	top: 38%;
 	left: -45px;
}

a.categoryslider-next {
	background-position: right top;
	top: 38%;
	right:-45px;
}

a:hover.categoryslider-prev {
	background-position: left bottom;
}

a:hover.categoryslider-next {
	background-position: right bottom;
}

.categoryslider-wrapper, .categoryslider-window{
	width: 100% !important;
}

ul#slider-categoryslider.multiple li.pager h5 a,
li.product-box.item h5 a{
	 color: #FFFFFF;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#slider-categoryslider p.product-desc{
	color: #FFFFFF;
    font-weight: 200;
}



.bx-wrapper {
    margin: auto !important;
}

li.product-box.item {
    padding: 0 !important;
    margin-right: 6px !important;
    margin-left: 5px !important;
}




#slider-categoryslider li{
    width: 288.5px !important;
}

@media screen and (max-width: 1200px) {
    #slider-categoryslider li{
        width: 303px !important;
    }
}