﻿@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


.product {
    background-color: #FFF;
    border: 3px solid #f3f3f3;
    padding: 0;
    padding-bottom: 12px;
}

    .product .product-img {
        border: none;
        height: 250px;
        text-align: center;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .product img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .product .product-info {
        text-align: center;
        color: #555;
        height: 180px;
        padding: 0px;
    }

        .product .product-info h4 {
            margin: 10px 0px 0px 0px;
        }

            .product .product-info h4 span {
                font-weight: bold;
                color: #595959;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: bold;
                margin-bottom: 4px;
                margin-top: 4px;
                height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                padding: 0 15px;
                display: -webkit-box;
            }

@media screen and (max-width:991px) {
    .product .product-info h4 span {
        height: 40px;
        -webkit-line-clamp: 3;
    }
}

.product .product-info .cambio {
    font-size: 1.286em;
    font-weight: 600;
}

.product .product-info .price {
    font-size: 2.314em;
    font-weight: 700;
}

/*.product .product-info > .price, .product .product-info > old_price {
    height: 100px;
}*/

.product .add-to-cart {
    background-color: #fff;
    border: 2px solid #f7f7f7;
    width: 100%;
    height: 45px;
    padding: 0;
    color: #555;
    text-align: center;
    line-height: 45px;
    margin-top: 5px;
    overflow: hidden;
}

.product .old_price {
    /*margin-bottom: -25px;*/
    font-size: 1em;
}

@media (max-width: 768px) {

    .form-newsletter {
        width: 75% !important;
    }

    .btn-newsletter {
        width: 25% !important;
    }

    .product-img {
        height: 300px !important;
    }

    .product .product-info .price {
        font-size: 1.8em !important;
        line-height: 1 !important;
    }
    .product .product-info .old_price > span.price {
        font-size: 1.143em !important;
    }

    .product .add-to-cart {
        font-size: 0.8em;
    }


    .add-to-cart-control {
        font-size: 0.7em !important;
    }
}

@media (max-width: 970px) {

    .logo-container img {
        margin-top: 0 !important;
    }

    .search-desktop {
        display: none !important;
    }

    .shopping-cart {
        display: none !important;
    }

    .navdesktop {
        display: none !important;
    }

    .navcollapse {
        display: block !important;
    }

    .submenu.open {
        width: 160px;
        position: relative !important;
        visibility: visible;
        opacity: 1 !important;
    }

    .submenu.open {
        width: 100%;
    }

        .submenu.open li {
            width: 100%;
        }

            .submenu.open li a {
                color: #333;
            }
}

.old_price > span.price {
    font-size: 1.143em !important;
    font-weight: 400 !important;
    color: #CCC;
    text-decoration: line-through;
}

.centralizarImagem {
    display: flex;
    display: -webkit-flex; /* Garante compatibilidade com navegador Safari. */
    justify-content: center;
    align-items: center;
}

body {
    font-family: 'Titillium Web', sans-serif;
    overflow-x: hidden !important;
    top: 0 !important;
}

button:focus, input:focus, a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

.d-none {
    display: none !important;
}

header .navbar-topo {
    min-height: 35px;
    background-color: #2d2d2d;
    color: #FFF;
    margin-bottom: 10px;
}

    header .navbar-topo .translate-flags {
        float: right;
    }

    header .navbar-topo .telefone-topo {
        font-size: 0.857em;
    }

.page-header-container {
    height: 120px;
    margin-bottom: 10px;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}

    .logo img {
        width: 100%;
    }

.logo-container {
    height: 120px;
    text-align: center;
}

.navbar-menu {
    height: 60px;
    background-color: #DDD;
    width: 100%;
    position: relative;
    z-index: 999;
}

.navdesktop > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .navdesktop > ul > li {
        display: inline-block;
        line-height: 60px;
        padding: 0 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .navdesktop > ul > li.hvr-underline-from-center:before {
            height: 3px !important;
            -webkit-transition-duration: .2s !important;
            transition-duration: .2s !important;
        }

        .navdesktop > ul > li > a {
            color: #2d2d2d !important;
            display: block;
        }

.navdesktop h4 {
    font-weight: bold;
}

.search-desktop {
    width: 100%;
    height: 120px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botao_carrinho_cel, .botao_pedidos_cel, .botao_conta_cel, .botao_pesquisa_cel {
    padding: 0px 2px;
}



.search-desktop .input-search {
    width: 85%;
    height: 40px;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
}

.search-desktop .submit-search {
    height: 40px;
    padding: 8px 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin-left: -10px;
    color: #2d2d2d;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    .search-desktop .submit-search:hover {
        color: #0094ff;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

.navcollapse {
    display: none;
}

.navcollapse-button {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.08);
    border: none;
    color: #FFF;
}

.collapse-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

    .collapse-menu li {
        line-height: 50px;
        border-top: 1px solid rgba(255, 255, 255, 1);
        padding: 0;
    }

        .collapse-menu li a, .collapse-submenu li a {
            padding: 0 15px;
            color: #2d2d2d;
        }

.collapse-submenu {
    list-style: none;
    padding: 0;
    display: none;
}

    .collapse-submenu li {
        background-color: rgba(0, 0, 0, 0.04);
    }

.collapse-box {
    top: 60px;
    background-color: #F4F4F4;
}

.collapse-search {
    display: none;
    padding: 15px;
}

    .collapse-search input {
        width: 90%;
        height: 40px;
        padding: 10px;
        background-color: #FFF;
        border: 1px solid #CCC;
    }

    .collapse-search button {
        height: 40px;
        width: 10%;
        margin-left: -5px;
        background-color: #FFF;
        border: 1px solid #CCC;
    }

.home-slide {
    width: 100%;
}

div#carousel-main-website {
    width: 100%;
}

.home-banner {
    background-color: #DDD;
    height: 280px;
    margin: 25px 0 0 0;
}

main h2 {
    text-align: center;
    font-weight: 300;
}

.news-products, .latest-posts {
    padding: 5px 0;
}

.content_juros_parcelamento {
    font-size: 0.7em;
}



.parallax-area {
    width: 100%;
}

.redeSocial .itenSocial a {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
}

footer {
    width: 100%;
    background-color: #222;
    padding: 15px 0 0 0;
}

    footer h3 {
        color: #FFF;
        font-weight: 400;
    }

    footer p {
        text-align: justify;
        color: #FFF;
    }

    footer .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px;
        margin: 15px 0 0 0;
        color: rgba(255, 255, 255, 0.5) !important;
    }

        footer .copyright p {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        footer .copyright i {
            padding: 0 2px;
            color: rgba(255, 255, 255, 0.5) !important;
            transition: all .2s ease-in-out;
        }

        footer .copyright img {
            opacity: 0.5 !important;
            transition: all .2s ease-in-out;
        }

        footer .copyright i:hover {
            color: rgba(255, 255, 255, 1) !important;
            transition: all .2s ease-in-out;
        }

        footer .copyright img:hover {
            opacity: 1 !important;
            transition: all .2s ease-in-out;
        }

.page h1 {
    padding-bottom: 5px;
}

.categories-page .title-categories-page {
    height: 50px;
    line-height: 50px;
    background-color: #222;
    color: #FFF;
    font-size: 1.143em !important;
    padding: 0 15px;
}

.categories-page > .row > .col-md-9 {
    padding: 5px !important;
}

@media screen and (max-width:991px) {
    .content_parcelamento {
        font-size: 11px;
    }
}

.categories-page aside {
    padding-top: 5px;
}

.categories-page .subcategories ul {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
}

    .categories-page .subcategories ul li {
        min-height: 40px;
        padding: 10px;
        border-bottom: 1px solid #EEE;
    }

        .categories-page .subcategories ul li a {
            transition: all .1s ease-in-out;
            color: #999;
        }

            .categories-page .subcategories ul li a:hover {
                padding: 0 10px;
                transition: all .1s ease-in-out;
            }

.pagination > li > a, .pagination > li > span {
    color: #666 !important;
}

.product-images {
    background-color: #F5F5F5;
    padding: 15px 15px;
    margin-top: 20px;
}

    .product-images img {
        max-width: 100%;
    }

.product-infos {
    color: #555;
    margin-top: 20px;
}

    .product-infos .product-desc h2 {
        margin-top: 15px;
    }

    .product-infos .product-desc p {
        text-align: justify;
    }

    .product-infos .code {
        font-size: 0.857em;
    }

.product-details {
    padding: 20px 0;
}

    .product-details ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #ECECEC;
    }

        .product-details ul li {
            height: 45px;
            line-height: 45px;
            border-bottom: 1px solid #ECECEC;
        }

    .product-details .btn-default {
        background: none !important;
    }

        .product-details .btn-default:focus {
            outline: none;
            box-shadow: none;
            background: #EEE !important;
        }

.product-size {
    width: 120px;
    margin: 5px 0;
}

.add-to-cart button {
    height: 45px;
    line-height: 45px;
    border: 0;
    color: #FFF;
    padding: 0 15px;
    background: #222;
    float: right;
}

.barra_paginas_internas {
    display: none;
}

.breadcrumb {
    padding: 15px 15px !important;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0 !important;
    font-size: 12px;
    opacity: 0.7;
}

    .breadcrumb a:hover {
        text-decoration: none;
        font-size: 1em !important;
        color: #2d2d2d !important;
    }

.lista_produtos_simplicado ul {
    padding: 0 !important;
}

    .lista_produtos_simplicado ul li:first-child {
        margin-left: 0 !important;
    }

.barras_site .fa-chevron-down {
    display: none !important;
}

.barras_site {
    width: 100%;
    font-size: 1.2em !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
    display: inline-block !important;
    padding: 10px 0px;
    background-color: #EEE;
    text-align: center;
    color: #777;
    text-transform: uppercase !important;
}

    .barras_site .fa {
        font-size: 1.4em;
    }

    .barras_site span {
        font-weight: 500 !important;
    }

.categories-page .subcategories .fa-chevron-right {
    display: none !important;
}

.categories-page .subcategories ul li ul {
    display: none !important;
}

.categories-page .subcategories ul {
    list-style: none !important;
}

.barras_site i.fa.fa-th-large {
    display: none !important;
}

.container_imgsldcontrol {
    margin-top: 30px;
}

.shopping-cart {
    width: 100%;
    height: 120px;
    text-align: center;
    padding: 36px 0;
    background: none;
    border: none;
}

.shopping-cart-text {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 0 8px 7px;
    color: #666;
}

.shopping-cart-text, .shopping-cart i {
    float: left;
    cursor: pointer;
}

.categories, .submenu {
    list-style: none;
    width: 160px;
    position: absolute;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}

    .categories li, .submenu li {
        line-height: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        color: #FFF;
        padding: 0 10px;
        font-weight: 300;
    }

        .categories li a, .submenu li a {
            color: #FFF;
            display: block;
        }

.show-categories:hover .categories {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.navdesktop ul li:hover > .submenu {
    visibility: visible;
    transition: all .2s ease-in-out;
}

.pagination .active a {
    border-color: #ababab !important;
    background: #f3f3f3 !important;
}

.container_produto a.btn.btn-primary.form-control {
    border: 0 !important;
    border-radius: 0 !important;
    background-image: none !important;
}

.botao_compartilhar i {
    color: #333 !important;
}

    .botao_compartilhar i:hover {
        color: #555 !important;
    }

.newsletter {
    background-color: #94b900;
    padding: 25px 0;
    margin-top: 30px;
}

    .newsletter h2 {
        font-weight: 300;
        color: #FFF;
        margin-top: 15px !important;
    }

.form-newsletter {
    width: 90%;
    float: left;
    height: 50px;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 7px;
    font-size: 16px;
}

.btn-newsletter {
    width: 10%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 50px;
    color: #FFF;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 7px;
}

    .btn-newsletter:hover, .btn-newsletter:focus, .btn-newsletter:active {
        color: #FFF;
        outline: none;
    }

.listagem-produtos {
    padding: 3px !important;
}

.add-to-cart-control {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -wbekit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.product a + *, .product button {
    width: 90%;
    margin: 1% 5% 2% 5%;
    display: inline-block;
}

.content_parcelamento {
    font-size: 13px;
}

.add-to-cart-control .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.add-to-cart-control:hover {
    background: #2d2d2d;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -wbekit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.add-to-cart-control:focus {
    outline: none;
}

.site {
    width: 100%;
    height: 100%;
}

    .site.black::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        z-index: 99999;
        top: 0;
        bottom: 0;
    }

.collapse-menu-box {
    position: fixed;
    background-color: #FFF;
    z-index: 999999999;
    width: 65%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    overflow-y: auto;
}

    .collapse-menu-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .collapse-menu-box ul li {
            min-height: 50px;
            line-height: 50px;
            border-top: 1px solid #EDEDED;
            border-top: 1px solid #EDEDED;
        }

            .collapse-menu-box ul li:first-child {
                border-top: 0;
            }

            .collapse-menu-box ul li:last-child {
                border-bottom: 1px solid #EDEDED;
            }

            .collapse-menu-box ul li a {
                padding: 0 10px;
            }

            .collapse-menu-box ul li.menu-categories {
                background-color: #FFF !important;
            }

            .collapse-menu-box ul li i.fa-angle-right {
                float: right;
                padding: 18px 10px !important;
            }

.subcategories-menu ul {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    width: 65%;
    height: 100%;
    left: -100%;
    overflow-y: auto;
}

.collapse-menu-box a {
    color: #333;
}

.collapse-menu-box ul li ul li {
    background-color: #FAFAFA;
}

    .collapse-menu-box ul li ul li.go-back {
        background-color: #94b900;
        border-top: 0 !important;
    }

        .collapse-menu-box ul li ul li.go-back a {
            color: #FFF;
        }

    .collapse-menu-box ul li ul li:first-child {
        border-top: 1px solid #EDEDED;
    }

    .collapse-menu-box ul li ul li:last-child {
        border-bottom: 0;
    }

button.close-collapse-menu-box {
    display: none;
    border: 0;
    position: fixed;
    left: 65%;
    padding: 10px 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #94b900;
}
/****************************************************** Teste novo menu */
.categories, .navdesktop .submenu {
    /*width: 280px;*/
    background-color: #222;
}

    .categories li, .navdesktop .submenu li {
        height: auto;
        padding: 10px 20px;
        position: relative;
    }

        .categories li:hover, .navdesktop .submenu li:hover {
            background-color: #333;
        }

        .categories li a, .navdesktop .submenu li a {
            width: 100%;
            height: auto;
            align-items: center;
            display: flex;
            line-height: 18px;
            justify-content: flex-start;
            text-align: initial;
            letter-spacing: 2px;
        }

.submenu .submenu {
    left: 100%;
    padding: 0px;
    position: absolute;
    top: 0px;
}

.submenu {
    display: none;
}

li:hover > .submenu {
    display: block;
    opacity: 1;
}

.subCatProd:hover {
    opacity: 0.4 !important;
}


/*** Novo menu 3.0 */
.navbarDesktop {
    display: flex;
}
.container-fluid .navbarDesktop {
    justify-content:center;
}
.coluna_submenu_td {
    width: 100%;
    height: auto;
    line-height: 18px;
    height: auto;
    width: 280px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    vertical-align: top;
    text-align: left;
}

    .coluna_submenu_td a {
        color: #EDEDED;
        letter-spacing: 1px;
    }

.linhaCatProd {
    padding: 10px 0px;
}

.linhaSubCatProd {
    margin-top: 2px;
}

.subCatProd {
    font-size: 0.85em;
    opacity: 0.7;
    font-weight: 300;
    padding: 7px;
    padding-left: 18px;
    line-height: 0.9em;
}

.categories {
    -webkit-box-shadow: -1px 9px 18px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 18px -8px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 18px -8px rgba(0,0,0,0.75);
}
