/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/out/2018, 17:09:33
    Author     : Carlos Braga
*/

@media screen and (max-width: 599px) {

    .container {
        max-width: calc(100vw - 24px);
        margin: 0 auto;
        padding: 0;
    }
    .breadcrumbs_container {
        padding: 64px 0 12px !important;
    }
    .cart_page_content_wrapper_no_products_text_wrapper {
        padding: 0 12px;
        text-align: center;
    }
    div#toast-container {
        top: 60px;
        z-index: 10000000000;
    }
    .md-select-menu-container {
        z-index: 99999;
    }
    .orcamento_footer_wrapper.grid_layout {
        grid-template-columns: repeat(1, 1fr);
    }


}