.text-with-underline {
    text-decoration: underline !important;
}

.alt-font-Felix-Titling{
    font-family: 'Felix Titling';
}
.row-with-displacement{
    margin-left:100px !important;
}

.fancy-circle-text::after{
    background-image:url(../img/circle-titles.png) !important;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width:100%;
    background-size: contain;
}


span.fancy-underline.fancy-circle-text.our-stores::after {
    background-image:url(../img/circle-experts.png) !important;
    left: -68px;
    top: -2px;
    height: 163%;
    width: 124%;
    z-index: -1;
}


span.fancy-underline.fancy-circle-text.experts::after {
    background-image:url(../img/circle-experts.png) !important;
    left: -35px;
    top: -11px;
    height: 76%;
    width: 129%;
    z-index: -1;
}


span.fancy-underline.fancy-circle-text.visit-our-store::after {
    background-image: url(../img/circle-visit-our-store.png) !important;
    left: -60px;
    top: -5px;
    height: 134%;
    width: 124%;
    z-index: -1;
}

span.fancy-underline.fancy-circle-text.free-consult::after {
    left: -57px;
    top: 15px;
    height: 105%;
    width: 145%;
    z-index: -1;
}


span.fancy-underline.fancy-circle-text.contact::after {
    left: -17px;
    right: 0px;
    top: 6px;
    height: 95%;
    width: 132%;
    z-index: -1;
}

span.fancy-underline.fancy-circle-text.last-posts::after {
    background-image: url(../img/circle-last-posts.png) !important;
    left: -46px;
    top: -5px;
    height: 158%;
    width: 124%;
    z-index: -1;
}


.text-contact-icon{
    margin-top: 2px;
}

.social-icons.follow-icons a {
    margin-right: 10px;
}

.follow-icons-about-us{
    color:#000;
}
@media(max-width:48em){
    .section-hero .bg{
        background-image:url(../img/img-background-mobile.png) !important;
    }

    .row-with-displacement{
        margin-left: 0 !important;
    }
    span.fancy-underline.fancy-circle-text.experts::after {
        left: -17px;
        top: -6px;
        height: 75%;
        width: 178%;
    }
    
    span.fancy-underline.fancy-circle-text.free-consult::after {
        left: -10px;
        top: 9px;
        height: 94%;
        width: 127%;
    }

    span.fancy-underline.fancy-circle-text.visit-our-store::after {
        left: -27px;
        top: -5px;
        height: 130%;
        width: 118%;
    }

    span.fancy-underline.fancy-circle-text.our-stores::after {
        left: -46px;
        top: -1px;
        height: 158%;
        width: 124%;;
    }

    span.fancy-underline.fancy-circle-text.tissue-collection::after{
        left: -79px !important;
    }

    .archive-featured-collection-first-product .img{
        left: 25% !important;
        width: 55%;
    }

}

/**SLIDER 'EXPLORE NOSSAS COLEÇÕES'**/
.slider-collection .col{
    padding-right: 35px;
}
.slider-collection .collection-image{
    width:336px;
    height:292px;
}

.slider-collection .col:not(.is-selected) .collection-box {
    transform: scale(0.8);
    font-size:15pt;
}

.slider-collection .collection-box{
    box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);
}


.slider-collection .collection-box p{
    margin-bottom:30px;
}

.quant-posts{
font-family: 'Playfair Display';
   font-size:19pt;
   font-weight: bold;
}


.quant-posts-dinamic{
    position: relative;
    top: -10px;
    font-size: 26pt;
}

/*ARCHIVE COLLECTION*/

.archive-featured-collection-thumb h1{
    font-size:4.5em;
}
.archive-collection-listing .row-archive-collection-item{
    margin-bottom:60px;
}

.archive-featured-collection-first-product .img{
    position: absolute;
    left: 290px;
    top: 160px;
}

.row-archive-collection-item:nth-child(even) {
    flex-direction:row-reverse;
}

a.button.button-see-collection.primary.mb-0.thin-font:hover{
    background-color: #fff;
    transition: 0.7s;
    color:#000;
}

