#header-main .element-welcome-message p a,
#header-main .element-info .info-title,
#header-main .element-info .info-phone .info-ddd,
#header-main .element-info .info-phone:before {
	color: var(--header-text-color);
}
#header-main .element-shopping-cart .link-shopping-cart .shopping-cart-total-products-wrapper .shopping-cart-total-products {
	background: var(--sec-color);
}
#header-main .element-search .search-field,
#header-main .element-shopping-cart .list-shopping-cart > li .link-meus-pedidos,
#header-main .element-shopping-cart .list-shopping-cart > li .link-shopping-cart {
	border-color: var(--header-text-color);
}
span[class^="icon-"].icon-orders,
span[class^="icon-"].icon-shopping-cart {
	background: var(--header-text-color) !important;
}

/*Bandeirinha de Personalizado dentro do menu

Envelopes de segurança 
#menu-category > div > ul > li:nth-child(2) > ul > li:nth-child(1), 
#menu-category > div > ul > li:nth-child(2) > ul > li:nth-child(2),  
#menu-category > div > ul > li:nth-child(3) > ul > li:nth-child(1),
#menu-category > div > ul > li:nth-child(3) > ul > li:nth-child(2),  
#menu-category > div > ul > li:nth-child(4) > ul > li:nth-child(1),
#menu-category > div > ul > li:nth-child(4) > ul > li:nth-child(2),   
#menu-category > div > ul > li:nth-child(5) > ul > li:nth-child(1),
#menu-category > div > ul > li:nth-child(7) > ul > li:nth-child(1),
#menu-category > div > ul > li:nth-child(7) > ul > li:nth-child(2)
#menu-category > div > ul > li:nth-child(6) > ul > li:nth-child(1),
#menu-category > div > ul > li:nth-child(8) > ul > li:nth-child(1)  {
    background-color:#4a90e2;
    border-bottom:2px solid #fff;
    background-image: url("https://15178.cdn.simplo7.net/static/15178/galeria/159424088825049.png");
    background-repeat: no-repeat;
    background-position: top right;
}
*/

/*
#menu-category > div > ul > li:nth-child(2) > ul > li:nth-child(1) > a, 
#menu-category > div > ul > li:nth-child(2) > ul > li:nth-child(2) > a,
#menu-category > div > ul > li:nth-child(3) > ul > li:nth-child(1) > a,
#menu-category > div > ul > li:nth-child(3) > ul > li:nth-child(2) > a,
#menu-category > div > ul > li:nth-child(4) > ul > li:nth-child(1) > a,
#menu-category > div > ul > li:nth-child(4) > ul > li:nth-child(2) > a,
#menu-category > div > ul > li:nth-child(5) > ul > li:nth-child(1) > a,
#menu-category > div > ul > li:nth-child(7) > ul > li:nth-child(1) > a,
#menu-category > div > ul > li:nth-child(7) > ul > li:nth-child(2) > a

#menu-category > div > ul > li:nth-child(6) > ul > li:nth-child(1) > a,
#menu-category > div > ul > li:nth-child(8) > ul > li:nth-child(1) > a
 {
 color:#fff!important;
}
.product-image:hover {
    transform: scale(1.1);
    transition: transform .4s;
} */


#menu-category > div > ul > li:nth-child(5) > ul > li:nth-child(1),
#menu-category > div > ul > li:nth-child(7) > ul > li:nth-child(1),
#menu-category > div > ul > li:nth-child(7) > ul > li:nth-child(2) {
    background-color:#4a90e2;
    border-bottom:2px solid #fff;
    background-image: url("https://15178.cdn.simplo7.net/static/15178/galeria/159424088825049.png");
    background-repeat: no-repeat;
    background-position: top right;
}

#menu-category > div > ul > li:nth-child(5) > ul > li:nth-child(1) > a,
#menu-category > div > ul > li:nth-child(7) > ul > li:nth-child(1) > a,
#menu-category > div > ul > li:nth-child(7) > ul > li:nth-child(2) > a {
 color:#fff!important;
}
.product-image:hover {
    transform: scale(1.1);
    transition: transform .4s;
}
#product-list .product-list-item .product-name h2, #product-list-sidebar .product-list-item .product-name h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.wrapper-product-countdown .countdown-clock {
    background-color:#cc1a1a;
    color:#fff;
}

/*As categorias do site, estavam em cima da geral, antes da alteção margin-top: -32px 01-09-25 */
#nav-main .element-menu-category #menu-category .menu-category-list > li > ul {
    margin-top: -10px;
    padding: 0 !important;
}

#nav-main .element-menu-category #menu-category .menu-category-list > li > ul li ul {
    margin-top: 0;
    padding: 0 !important;
}

/* Altera todos os links principais do menu listados */
#menu-category a.link-home,
#menu-category a.far.fa-window-restore.has-submenu,
#menu-category a.fas.fa-shopping-bag.has-submenu,
#menu-category a.fa.fa-window-restore.has-submenu,
#menu-category a.fas.fa-coffee.has-submenu,
#menu-category a.has-submenu,
#menu-category a.fas.fa-certificate.has-submenu,
#menu-category a.fa.fa-cubes.has-submenu,
#menu-category a.fas.fa-mail-bulk {
  padding: 5px 10px !important;
}

/* Menu 100% da tela */ 
.element-menu-category .container-12, 
.element-menu-category .container-12 .grid-12, 
.element-menu-main .container-12, 
.element-menu-main .container-12 .grid-12 { 
    margin: 0; 
    width: 100%; 

          max-width:  100%; 
} 

/* Contator de promoção produto, alteração de cor */ 
.wrapper-product-countdown .countdown-clock {
	background-color: #009ff3;
}  