/*Seja Bem vindo*/
.welcome-message b {
    color: #000;
}

/* ======================
    HEADER - GERAL
====================== */

#header-main {position: sticky;top: 0;z-index: 12;} 
.header-2 {
    border: #0000000a solid 1px;
}

/*LOGO NA PAGINA NOSSA EMPRESA */
img.Logomarca {
    padding-left: 40%;
}

/*TIRAR TOPO DO SITE TELEFONE */
.element-info .info-inner {
    text-align: right;
    display: none;
}

/*menu de pesquisa Redondo */
input#SearchFilter {
    border-radius: 200px;
}

/*AJUSTES MENUS*/
#nav-main .element-menu-category {
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: none;
}

/*BANNER  PRINCIPAL FULL*/
body.pagina-home #nav-main .element-menu-category,
body.pagina-home #nav-main .element-menu-main { 
    margin-bottom: 0 !important; 
} 

.element-banner-main .container-12, 
.element-banner-main .container-12 .grid-12 { 
    margin-left: 0 !important; 
    margin-right: 0 !important;
    max-width: 100% !important; 
    width: 100% !important; 
} 

.element-banner-main img { 
    width: 100%; 
} 

/* LINHA MENU */
.element-menu-category {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

.element-banner-main {
    padding-top: 8px;
}

#nav-main .element-menu-category ul[class$="list"] > li > a {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .5px;
    padding: 6px 15px;
    text-transform: uppercase;
}

/* SACOLA */
#header-main .element-shopping-cart .link-shopping-cart {
    background: url(https://104327.cdn.lojaquevende.com.br/static/104327/galeria/170489494345646.png) no-repeat;
    padding: 10px 20px 10px 45px;
}

#header-main .element-shopping-cart .icon-shopping-cart {
    display: none;
}

/* ===============================
   ALTERAÇÃO SOLICITADA — TEXTO
   =============================== */

/* Menu */
#nav-main .element-menu-category #menu-category .menu-category-list > li a {
    color: #CDB8A5;
}

/* Entre ou Cadastre-se */
.welcome-message b {
    color: #CDB8A5;
}

/* Valor do carrinho */
#header-main .shopping-cart-total-price {
    color: #CDB8A5;
    font-size: 16px;
}

/* =====================
   DEMAIS ESTILOS
===================== */

.btn {
    padding: 4px 10px;
}

.btn .btn-text {
    color: #fff;
}

/* WhatsApp */
.pagina-produto .btnwhats {
    background: #7F4A3B;
    padding: 10px;
    border-radius: 4px;
}

.pagina-produto .btnwhats:hover {
    background: #7F4A3B;
}

.btnwhats {
    background: #7F4A3B;
    padding: 8px;
    border-radius: 4px;
}

.btnwhats:hover {
    background: #F0D4BD;
}

.btnwhats .wa-chat-icon {
    background: url(https://cdn.lojaquevende.com.br/static/webroot/img/frontend/icon-chat-wa.png) no-repeat;
    background-size: 22px auto;
    height: 22px;
    width: 22px;
}
/* ===============================
   SELO LANÇAMENTO – DESKTOP
   =============================== */
.label-product.label-launch {
    background-color: #7F4A3B !important;
    color: #ffffff !important;
}
