/* CABECALHO */

#header-main .logo a {
    background: url(https://49901.cdn.simplo7.net/static/49901/galeria/158315390391187.png);
    width: 180px;
    height: 120px;
    display: block;
    background-size: contain;
    overflow: visible;
    background-repeat: no-repeat;
}

#header-main .logo img{
    display:none
}

#header-main > div > div.header-1
{
    border-bottom:2px solid rgba(255,255,255,0.2)
}


#header-main .element-shopping-cart .link-shopping-cart {
    background: #333;
    color: #fff;
}

#header-main .wrapper-list-products-shopping-cart
{
    color:#333;
}


/*** ESCONDENDO TITULOS DO DESTAQUE DA HOME ***/
#vitrine > div.element-highlight > div > span 
{
    display:none;
}

/** nome produto negrito **/
.product-name
{
    font-weight:bold;
}

/** MENU **/
#nav-main .element-menu-main #menu-main .menu-main-list>li > a
{
    border-right: 1px solid #a3a3a3;
    padding: 0px 15px 0px 0px;
    margin: 7px 0px 7px 20px;
}
#nav-main .element-menu-main #menu-main .menu-main-list>li:hover
{
    background:#0963bd
}

#nav-main .element-menu-main #menu-main .menu-main-list>li:last-child a
{
    border-right: 0px;
}

/*** submenu em colunas */
#nav-main .element-menu-main #menu-main .menu-main-list>li> ul {
    position: absolute;
    z-index: 100;
    max-height: 15.5rem;
    min-width: 50rem;
    max-width: 60rem;
}

#nav-main .element-menu-main #menu-main .menu-main-list>li > ul li {
    display: block;
    float: none;
    min-width: 16rem;
    max-width:19rem;
    font-weight: bold;
    float: left;
}

#nav-main .element-menu-main #menu-main .menu-main-list>li > ul > li > ul
{
       font-weight: normal;
}

#nav-main .element-menu-main #menu-main .menu-main-list>li > ul > li > ul > li
{
    font-weight: normal;
}

/**MOSTRAR UNIDADE DE MEDIDA e ESCONDE PRECO APARTIR DE FORMATA PRODUTO**/
#product-list .product-list-item .product-info .product-name, 
#product-list-sidebar .product-list-item .product-info .product-name
{
    text-align:center;
    min-height:36px;    
    font-size: 1.03em;
}
/*CSS que estava ocultando os valores
.product-price.product-sell-price
{
	display:none;
}*/


#product-list .product-list-item .product-info .product-unit, #product-list-sidebar .product-list-item .product-info .product-unit
{
    display:block;
    color: #393285;
    font-family: 'open_sans_regular';
    line-height: 26px;
    padding-left: 0.4em;
    text-align:center;
}

.product-unit .icon-unit
{
    display:none;
}

#product-list .product-big-price
{
	text-align:center;
    font-weight: bold;
}

#product-list .product-list-item .product-info .product-price span,
#product-list-sidebar .product-list-item .product-info .product-price  span
{
    display: block;
    text-align:center;
}

#product-list .product-list-item .product-info .product-price, 
#product-list-sidebar .product-list-item .product-info .product-price,
#product-list .product-parcelled-price,
#product-list-sidebar .product-parcelled-price
{
    width:100%;
    text-align:center;
}


#product-list .product-parcelled-price,
#product-list-sidebar .product-parcelled-price
{
    display: none
}

/** BOTOES ARREDONDADOS **/
.btn
{
    	border-radius: 1.8em;
}

.btn-item-decrement
{
    border-radius: 1.8em 0 0 1.8em;
}

.btn-item-increment
{
    border-radius: 0  1.8em 1.8em 0 ; 
}

body .element-product-detail .product-amount .grid-medida
{
    margin: 0px;
}


/** PRODUTO **/
body .element-product-detail   .product-amount
{ 
    display: none;
}


/*conteudo adicional*/
.element-product-detail .product-info::after {
    content: "\A ATENÇÃO";
    font-weight: bold;
    padding: 0 0 0em 0px;
    display: inline-block;
    color: #f10;
}
.product-rating::before {
    content: " Após a confirmação do seu pedido, nosso time entrará em contato para a personalização do seu material.\A";
    font-weight: bold;
    padding: 0 0 1em 0px;
    display: inline-block;
    color: #000;
}

.cart-item-unit
{
 display: none;   
}

/*Deixar apenas o preço a partir de */
#product-list-sidebar .product-list-item .product-info p.product-price span:first-child,
#product-list .product-list-item .product-info p.product-price span:first-child {
    display: initial !important;
    text-transform: lowercase;
}

#product-list-sidebar .product-list-item .product-info p.product-price.product-old-price + .product-price.product-sell-price,
#product-list .product-list-item .product-info p.product-price.product-old-price + .product-price.product-sell-price {
    display: none !important;
}


body .wrapper-btn-actions .btn .btn-text,     
body  .element-product-detail .wrapper-btn-actions .btn .btn-icon {
	color: #1877f2;
}

/** CARRINHO **/
 #cart-products-table > div > div.cart-item-amount-holder
{
    visibility: hidden
}
/* Ajustes Inserir Prazo no Detalhamento do Produto - Chamado 220817 - Tiago */
.pagina-produto .box-shipping:before {
    content: "PRAZO DE ENTREGA: Verificar na Descrição do Produto";
    color: red;
    font-weight: bold;
    padding: 0px 0px;
}