.container.head-content
{
	width: auto;
}

.banners .carousel
{
	max-width: 3000px;
        margin: auto;
}


.topNav .categoryList > li.valentines-day > a
{
	color: #faa0a0;
}

a.blogPost .img-responsive
{
	width: 100%;
}
	
@media (min-width: 1600px)
{
	.container.productPageContainer
	{
		width: 1170px;
	}

	.container
	{
		width: 1570px;
	}

	.textBanner
	{
		max-width: 1570px;
	}
}

.homePageTitle {
  display: none 
}
.productTileOverlay {
    position: absolute;
    top: 0;
    background-color: #ffd9e4;
    left: 0;
    right: 0;
    color: #fa3f5a;
    text-align: center;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
    z-index: 10;
    pointer-events: none;
    line-height: 1.3;
    font-family: poppins, sans-serif;
}

.productTileOverlay.soldOut {
    position: absolute;
    top: 0;
    background-color: #86a79c;
    left: 0;
    right: 0;
    color: #dfe8e3;
    text-align: center;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
    z-index: 10;
    pointer-events: none;
    line-height: 1.3;
    font-family: poppins, sans-serif;
}

@media (max-width: 767px) {
.Corporate .contentTop {
    margin-top: 0px; 
}
}