/* CELULAR E TABLET RUIM
Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #pedidoModal .modal-dialog {
        max-width: 600px;
    }
    .product-card{
        height: 100%;
        padding-bottom: 30px;
    }

}

/* TABLET
Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { }

/* NOTEBOOK
Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    /*NAVBAR*/
    .navbar .menu,
    .navbar .lateral-direita{
        width: 40px;
    }
    .navbar .filtro{
        display: none;
    }
    .navbar .principal{
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important;
        justify-content: center;
    }
    .navbar .btn-search-icon{
        display: flex;
    }
    .navbar .sep-vertical{
        display: none;
    }
    .navbar .navbar-brand{
        margin-right: 0.5rem;
    }
    .navbar .navbar-brand img{
        width: 59px;
        height: 44px;
    }
    .navbar .title-header span{
       display: none;
    }
    .navbar .title-header h1{
        font-size: 1.1rem;
    }
    .navbar .carrinho-header .info{
        display: none;
    }
    .navbar  .dropdown-contato .btn-contato-header div{
        display: none;
    }
    .navbar  .dropdown-contato .btn-contato-header:after{
        display: none;
    }
    .navbar  .dropdown-contato .btn-contato-header i{
        margin-right: 0px !important;
    }
    /*NAVBAR*/

    .menuPrincipal{
        display: none;
    }

    .list-departamentos{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) LIBERAR DEPOIS DE PRONTO*/
@media (min-width: 1200px) {}

@media (min-width: 992px) {


}

/* Malucos
Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
    .paginator .paginator_item{
        display: none;
    }
    .paginator .paginator_item:first-child,
    .paginator .paginator_item:last-child{
        display: inline-block !important;
    }
}


/* Somente notebook */
@media (min-width: 992px) and (max-width:1199px) {

}


/*Small devices (landscape phones, 576px and down) configurações malucas*/
@media (max-width: 576px) {
    .mobile-no-margin {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
        border-radius: 0px !important;
        box-shadow: none !important;
    }

    .navbar .title-header h1{
        display: none;
    }
    .sliderPrincipal{
        overflow-x: hidden;
    }

    .carousel-produtos .item-descricao{
        position: relative;

    }
    .carousel-produtos .item-descricao>div{
        z-index: 2;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .carousel-produtos .item-descricao:before {
        background-image: linear-gradient(to right, #EFEFED, #EFEFED1A);
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        left: 0;
        z-index: 1;
    }
    .carousel-produtos h2 {
        font-size: 1.3rem;
    }
    .carousel-produtos .valores .valor_de {
        font-size: 0.9rem;
    }


    .sliderBannerDestaque .destaque{
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    footer .direitos{
        text-align: center;
    }
    footer .termos{
        text-align: center;
    }


    .card-compra{
        border: 0px !important;
    }
    .product-card{
        padding: 30px 20px;
        height: auto !important;
        border-top: 4px solid #e5e5e5;
        border-bottom: 4px solid #e5e5e5;
        margin-bottom: 0px;
    }

    .product-card img{
    }
}