/*
Theme Name: La Serenissima
Theme URI: 
Description: Tema desenvolvido por Geeks on Fire
Version: 1.0
Author: Victor Medeiros
Author URL: https://www.linkedin.com/in/victor-medeiros-69b825b0/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

button.close.close_modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    z-index: 10;
    color: #000;
    font-size: 40px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    opacity: 1;
}


/* .modal_produtos button.close.close_modal {
	 background: #000;
	color: #fff;
} */

#modal_produto .tabela table {
    width: 100%;
    color: #555;
    font-size: 13px;
}

#modal_produto .tabela table thead tr {
    text-align: center;
}

#modal_produto .tabela table thead tr th {
    font-weight: normal;
}

/* #modal_produto .tabela table thead tr th.winfo {
    border-right: solid 2px #6ebe3b;
} */

#modal_produto .tabela table thead tr th:not(.winfo) {
    width: 70px;
    background-color: #fff;
    color: #000;
}

#modal_produto .tabela table th,
#modal_produto .tabela table td {
    padding: 0 10px;
}

#modal_produto .tabela table thead tr:first-child,
#modal_produto .tabela table tbody tr:nth-child(odd) {
    background: #6ebe3b;
    color: #FFF;
}

#modal_produto .tabela table tbody tr td {
    border-right: solid 2px #6ebe3b;
    line-height: 1;
    padding: 5px;
    vertical-align: middle;
    font-size: 15px;
}


#modal_produto .tabela table tbody tr td:last-child {
    border-right: none;
}

.modal_receitas .modal-lg .modal-content .preparacao p {
    font-size: 16px;
    line-height: 1.1;
}

#missao h5 {
    color: #72be3b;
    font-size: 42px;
}

.page-template-page-impressao header,
.page-template-page-impressao footer,
.page-template-page-impressao .modal_receitas .modal-lg .modal-content a.btn-download,
.page-template-page-impressao .znv-chat {
    display: none;
}

table.tabela-porcoes-3 tr th {
    width: 23%;
    vertical-align: middle;
}

table.tabela-porcoes-3 tr th:last-child {
    width: 8%;
}


tbody tr td:first-child {
    text-align: left !important;
}

