.SFX_no_padding {
    padding: 0px;
}

#svg {
    height: auto;
}

.SFX_grey_rounded_box {
    color: #ffffff;
    background-color: rgba(0,0,0,0.6);
    padding: 7.8px 19.2px;
    border-radius: 30px;
    display: inline-flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 9px;
    min-height: 25px;
    margin: auto;
    font-weight: 500;

}

.SFX_grey_rounded_box:empty {
    visibility: hidden;
}


.SFX_Banner_center_description {
    text-align: center;
    width: 100%;
    min-height: 100px;
    max-height: 520px;
    height: 30vw;
    margin-top: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    -webkit-mask-image: url(/images/Lonpac/HeroBanner_Mask.svg);
    -webkit-mask-position-y: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.SFX_personal_product_banner {
    position: relative;
    z-index: -1;
}

.SFX_personal_product_banner_block {
    height: fit-content;
    position: relative;
    padding: 0;
}

.SFX_banner_title {
    /*font-size: 70px;
    width: 60%;
    font-weight: 600;
    margin: auto;*/
}

.SFX_banner_title2 {
    /*font-size: 20px;
    margin: auto;*/
}

.SFX_banner_title img {
    /*width: 80%;
    padding: 4% 0%;*/
}


.SFX_banner_content {
    color: #464646;
    font-size: 28px;
    padding: 2% 0%;
    margin: auto;
    width: 60%;
}

.Banner_3_BTN_personal_product_share {
    color: #ffffff;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 10px;
    position: absolute;
    bottom: 40px;
    right: 6.6%;
    padding: 0;
    width: fit-content;
}

.Banner_3_BTN_personal_product_share:hover {
    cursor: pointer;
    color: #000000;
}

/*New Banner Style*/
.SFX_personal_product_banner > img {
    width: 100%;
    object-fit: cover;
    -webkit-mask-image: url('/images/Lonpac/HeroBanner_Mask.svg');
    -webkit-mask-repeat: no-repeat;
}

.SFX_Image_Overlay {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: -1;
    -webkit-mask-repeat: no-repeat;
    background-color: rgba(0,0,0,0.3);
    -webkit-mask-size: cover;
    -webkit-mask-image: url(/images/Lonpac/HeroBanner_Mask.svg);
}

/*Share items styles*/
.share {
    margin-top: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.2);
}

.share img{
    display: inline-block;
}

.share:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
}

.share_close_button{
    color: #000000;
}

.share_close_button:hover{
    color:#000000;
}


#social-plugin-buttons {
    width: 0;
    /*overflow: hidden;*/
    height: 70px;
    display: inline-flex;
    align-items: center;
    overflow-x: auto;
}

#social-plugin-buttons i {
    font-size: 50px;
    margin-left: 20px;
    line-height: 87.5%;
    background-color: white;
    border-radius: 7px;
}

#social-plugin-buttons a {
    text-decoration: none;
}

#social-plugin-buttons i:hover {
    filter: brightness(80%);
}

@media screen and (max-width: 1040px) {

    .SFX_Banner_center_description {
        -webkit-mask-image: url(/images/Lonpac/banner_shape_mobile.svg);
        align-items: flex-end;
        /*height: 200px;*/
        /*min-height: initial;
        max-height: initial;*/
    }

    .SFX_grey_rounded_box {
        position: relative;
        /*bottom: 15vh;*/
        bottom: 5.5vw;
        text-align: center;
    }

    .SFX_Banner_center_description_mobile {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 2px solid #377dff;
    }

    .SFX_banner_title span {
        color: #377dff;
    }

    .SFX_Image_Overlay {
        -webkit-mask-image: url(/images/Lonpac/banner_shape_mobile.svg);
    }

    .Banner_3_BTN_personal_product_share {
        top: 55px;
        right: 35px;
        bottom: auto;
    }

    #social-plugin-buttons i {
        font-size: 30px;
        line-height: 86.5%;
    }
}

@media screen and (max-width: 767px) {
    .SFX_Banner_center_description {
        margin-top: 110px;
    }

    .Banner_3_BTN_personal_product_share {
        top: 95px;
        right: 35px;
        bottom: auto;
    }
}
