@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

:root {
    --cor-base: #F7B9BC;
    --cor-base-light: #f5cacc;
    --cor-secundaria: #010101;
}

header .main-header-band .logo-ctn a #logo .fil1 {
    fill: #fff;
}

.container-row h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}

.container-row h2:after {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin: 0 auto;
    content: '';
}

.carrinho-ctn .carrinho-rapido {
    top: 40px;
}

.carrinho-ctn .carrinho-rapido-ctn::before {
    top: 34px;
}

.header-bottom ul#nav-root>li>a .menu-text {
    color: #000000;
}

.header-bottom ul#nav-root>li:hover>a .menu-text {
    border-bottom: 1px solid #000000;
}

header .logo svg.replaced-svg {
    max-width: 160px;
}

a .tam {
    border: 2px solid #000000 !important;
}