/* Hide bottom-page carousel */
.most-recently-viewed{display:none;}

/* Style carousel title */
.products-collection{
    margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    font-family: "ClarinsRegular",serif;
    font-size: 30px;
}


/* SEO Bottom Text Style */

.BottomSEO{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.BottomSEO h2{
    text-transform: uppercase;
    margin-top: 100px;
    color: #be0f34;
    font-size: 16px;
}

.BottomSEO p{
    font-size: 14px;
    line-height: 20px;
}

.BottomSEO span{
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.BottomSEO .wrapperSEO a{
	text-decoration: underline;
	text-decoration-color: #e5e5e5;
}

#closed_seo {display:none;}

.trigger_seo p{
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.trigger_seo span{
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #000000;
    font-size: 13px;
    font-weight: bold;
}

/*@media (min-width: 1025px) {
    #gradientEffect::before {
        height: 70px;
    }
}*/
@media (min-width: 1025px) {
    #gradientEffect::before {
        height: 60px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /*#gradientEffect::before {
        height: 100px;
    }*/
    #gradientEffect::before {
        height: 90px;
    }
    .BottomSEO h2{
        padding-top:5vh;
    }
}

/*@media (min-width: 376px) and (max-width: 768px) {
    #gradientEffect::before {
        height: 115px;
    }
}*/
@media (min-width: 376px) and (max-width: 768px) {
    #gradientEffect::before {
        height: 75px;
    }
}

/*@media (min-width: 321px) and (max-width: 375px) {
    #gradientEffect::before {
        height: 210px;
    }
}*/
@media (min-width: 321px) and (max-width: 375px) {
    #gradientEffect::before {
        height: 140px;
    }
}

@media (max-width: 320px) {
    #gradientEffect::before {
        height: 250px;
    }
}

/*#gradientEffect::before {
    width: 100%;
    content: " ";
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    position: absolute;
    top: 30px;
    left: 0;
}*/
#gradientEffect::before {
    width: 100%;
    content: " ";
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    position: absolute;
    top: 30px;
    left: 0;
}
.wrapperSEO{
    position: relative;
}