div#main-area div.produto div.main-produto .area-buy-product button.button {
    background: #00a441;
    border-color: #00a441;
}

div#main-area div.produto div.main-produto .area-buy-product button.button:hover {
    background: #008b37;
    border-color: #008b37;
}

/* HEADER */
.header-top {
        background: #001456;
}

.header-middle {
    background: #102a83;
}

.header-middle .box-user .txt-user {
    color: #fff;
}

.header-middle .box-user .icon-user svg path,
.header-middle .box-user .icon-user img path {
    fill: #fff;
}

.header-middle .box-user a:hover {
    background: #666;
}

header.is-tablet-mobile .header-middle .carrinho-ctn>a .icon-top svg path,
header.is-tablet-mobile .header-middle .carrinho-ctn>a .icon-top img path {
    fill: #fff;
}

header.is-tablet-mobile .header-menu-button-ctn>a {
    background: #102a83;
}

header.is-tablet-mobile .header-menu-button-ctn>a .icon-menu,
header.is-tablet-mobile .header-menu-button-ctn>a .icon-menu:after,
header.is-tablet-mobile .header-menu-button-ctn>a .icon-menu:before {
    background: #fff;
}

.header-bottom>.container {
    max-width: 70%;
}

.header-bottom ul#nav-root>li.ferramentas-eletricas>.container-menu .menu-level-2 {
    flex-direction: row;
}

.header-bottom ul#nav-root>li.ferramentas-eletricas>.container-menu .menu-level-2>li {
    width: 25%;
}

.header-bottom ul#nav-root>li.ferramentas-eletricas>.container-menu {
    max-width: 900px;
}

#nav-root .menu-list-101 .menu-level-2 .has-childs:hover .container-menu {
    display: block !important;
    position: absolute;
    left: 330px;
    top: 0;
    padding-left: 40px;
}

#nav-root .menu-list-101 .menu-level-2 .has-childs .container-menu {
    display: none !important;
}

#nav-root .menu-list-101 .menu-level-2 .has-childs {
    position: relative;
}

#nav-root .menu-list-101 .menu-level-2 .has-childs .container-menu>ul {
    background-color: #fbfbfb;
    border-radius: 0 5px 5px 0;
    padding: 10px;
}

ul#nav-root>li.todas-as-categorias ul.menu-level-2>li.has-childs>a:after {
    content: '';
    width: 7px !important;
    height: 7px !important;
    border-right: 2px solid var(--cor-texto-secundario);
    border-bottom: 2px solid var(--cor-texto-secundario);
    -webkit-transform: translateX(-20%) rotate(-45deg);
    transform: translateX(-20%) rotate(-45deg);
    margin: 0 10px 0 0;
}

ul#nav-root>li.todas-as-categorias ul.menu-level-2>li.has-childs>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom ul#nav-root>li>.container-menu .menu-level-2>li.has-childs:hover>a:after {
    border-color: var(--cor-base, #000);
}

/* FOOTER */

footer>.container {
    background: #102a83;
}

.footer-about {
    background: #102a83;
}

.footer-about .informacao-empresa p {
    color: #fff;
}

.footer-about .box-social .footer-social li a svg,
.footer-about .box-social .footer-social li a img {
    fill: #fff;
}
.footer-about .footer-social li a:hover svg path {
    fill: #fff;
}

.footer-about .box-social .footer-social li a:hover svg {
    fill: #000;
}