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

:root{
    --cor-base: #000000;
    --cor-base-light: #434343;
    --cor-secundaria: #000000;
}

header.is-tablet-mobile div.logo-container,
.header-checkout.is-tablet-mobile .logo-ctn{
    width: 130px;
}

header.is-tablet-mobile div.logo-container svg,
.header-checkout.is-tablet-mobile .logo-ctn svg{
    width: 100%;
    height: 100%;
}

.tipo-vitrine-08 .product-name{
    height: auto;
}

.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: '';
}

.header-middle .carrinho-container .login-area {
    width: 53%;
}

div.pesquisa-produtos{
    max-width: 100%;
}