/**
 - Existem imagens adicionadas via Files
*/
@charset "utf-8";
.lwc-4g1q55crn48-host .header.lwc-4g1q55crn48{
    position: relative !important;
}

/* .top-info-header,
.top-info-header p{
    background-color: #fff !important;
} */

.header{
    background-color: #fff !important;
}

.container-topLogo{
    /* background-color: #fff !important; */
    position: relative;
}

.top-info-header,
.container-topLogo,
.container-menu .lwc-bh41l7ugn9.columns-content{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.welcome-text{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    position: absolute;
}

.welcome-text a{
    position: relative;
    z-index: 99999;
}

.welcome-text svg{
    position: relative;
    top: 2px;
}

.welcome-text .guest-login-max-width.lwc-5uc1gleli5{
    max-width: 100%;
    display: inline-flex;
}

.welcome-text .login-text.lwc-5uc1gleli5{
    margin: 0;
    font-weight: 700;
    margin-top: -12px;
    text-decoration: none;
}

.welcome-text .login-text{
    white-space: normal !important;
}
 
.welcome-text .login-text.lwc-5uc1gleli5::after {
    content: "Entre ou cadastre-se";
    white-space: pre;
    font-size: 12px;
    color: #4F4B47;
    position: absolute;
    top: 14px;
    left: 28px;
    font-weight: normal;
}

.location-wrap{
    position: relative;
    left: 192px;
    max-width: 200px;
}
 
/* .welcome-text .login-text.lwc-5uc1gleli5::before {
    font-size: 12px;
    content: "Bem-vindo :)";
} */

.search-style{
    width: 100%;
    max-width: 691px;
    height: 48px;
    border-radius: 8px;
    background-color: #F3F3F3;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.search-style .lwc-5j9kqrar72e.input-container{
    height: 48px;
}

.input-wrapper{
    padding-left: 14px;
}

.input-wrapper.lwc-5j9kqrar72e svg.lwc-5j9kqrar72e{
    width: 26px !important;
    height: 28px !important;
    position: absolute;
    top: 16px;
    left: 6px;
}

.cart-style{
    position: absolute;
    right: 0;
}

/****************** Menu */
.manu-multi-nivel{
    position: relative;
}

.menu-multi-nivel li:last-child{
    position: absolute;
    right: 0;
}

.menu-multi-nivel li:last-child a{
    padding-right: 0 !important;
    padding-left: 26px !important;
    background-size: 10.5%;
    background-image: url( '/redefortaco/sfsites/c/resource/assetsRedeFortaco/img/franqicon.png');
    background-repeat: no-repeat;
    background-position: top 14px left 0px;
}

.menu-multi-nivel li a:hover,
.menu-multi-nivel li button:hover{
    background-color: transparent !important;
}


/* Fix bg roxo welcome */
.login-link,
.login-link:hover{
    color: #000 !important;
    background-color: unset !important;
}

/* .container-menu .slds-dropdown__item > a{
    font-size: 14px !important;
}

.container-menu .slds-dropdown.slds-dropdown_left[c-mkt_HeaderMenuCategories_mkt_HeaderMenuCategories]{
    top: 52px !important;
    position: absolute !important;
    border-radius: 0 0 12px 12px !important;
}

.container-menu .slds-dropdown.slds-dropdown_submenu.slds-dropdown_submenu-right[c-mkt_HeaderMenuCategories_mkt_HeaderMenuCategories]{
    margin-top: -141px;
    margin-left: 0px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background-color: #F4F3F3;
} */



/* @media only screen and (max-width: 600px) and (min-width: 400px)  {} */

@media (max-width: 1024px) {

    .container-menu{
        top: 45px;
        height: 38px;
        position: absolute;
        margin-left: 3.3%;
        background-color: transparent !important;
    }

    .cart-style {
        right: 0;
        top: 52px;
        position: absolute;
        margin-right: 7.6%;
    }

    .top-logo-container{
        border-top: 4px solid #13A2DD;
        padding-top: 20px !important;
    }

    .location-wrap{
        left: 0;
        max-width: unset;
        padding: 12px 20px !important;
    }

    body .component-wrapper-spacer:first-child{
        margin: 0;
    }

    commerce_builder-user-profile-menu,
    .top-info-header,
    .top-hr,
    .menu-multi-nivel{
        display: none !important;
    }

    /*Logo*/
    .top-logo-container .dxp-content-layout-site-logo{
        display: block;
        margin: 0 auto;
        max-height: unset !important;
    }
}