.calculadora-show-prd-overlay{
	display: none;    
	position: fixed;
    z-index: 9999;
    background: rgb(255, 255, 255);
    top: 0px;
	height: 100%;
	width: 100%;
}

.animate {
	transition: all .5s ease-out;
}

@media only screen and (max-width: 600px){

	.main-mobile{
		width: 100%;
		height: 100%;
	}

	.default-green-color{
		color: #1ebb90;
	}

	.default-red-color{
		color: red;
	}

	.calculadora-value-cell{
		font-size: 1.3em;
		padding: 0px;
	}

	.col-1{
		width: 14%;
	}

	.col-1-5{
		width: 21%;
	}

	.col-2{
		width: 28%;
	}

	.col-2-5{
		width: 35%;
	}

	body[page=calculadora_mobile_simples].is-smartphone{
		padding: 0px!important;
	}

	[page=calculadora_mobile_simples] .smartphone-navbar{
		display: none;
	}

	.calculadora-header-mobile{
		height: 27%;
		width: 100%;
	}

	.calculadora-header-table-mobile{
		border-collapse: separate;
		border-spacing: 3px;
		height: 100%;
		width: 100%;
	}

	.calculadora-header-table-mobile td{
		border: 1px solid #000;
		border-spacing: 2px;
		padding: 0px;
		text-align: center;
	}

	.calculadora-name-holder{
		height: 100%;
		width: 100%;
	}

	.calculadora-name-holder div.calculadora-header-div{
		display: inline-block;
		width: 55%;
		word-break: normal;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		overflow-y: auto;
	}

	.calculadora-header-button{
		vertical-align: middle;
		width: 43%;
		height: 100%;
		padding: 2px 0px;
		border: none;
		color: #fff;
		background: #1ebb90;
		font-size: 1.4em;
	}

	.calculadora-header-full-row{
		height: 8vh;
	}
	.calculadora-header-half-row{
		height: 4vh;
	}

	.detalhe-cell{
		height: 8vh;
	}

	.detalhe-cell img{
		height: 100%;
	}

	.calculadora-qtd-controls{
		height: 100%;
		width: 100%;
		border: 5px solid #1ebb90;
		color: #1ebb90;
		background: #fff;
		font-size: 2.5em;
	}

	.calculadora-qtd-controls i{
		vertical-align: middle;
	}

	.calculadora-button{
		background: #1ebb90;
		color: #fff;
		font-size: 3em;
		border: none;
		height: 100%;
		width: 100%;
	}

	.calculadora-imagem-principal-mobile{
		height: 64%;
		white-space: nowrap;
		transform: translateX(0);
	}

	.calculadora-imagem-principal-mobile img{
		object-fit: contain;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.calculadora-menu-mobile{
		display: flex;
		height: 8%;
		justify-content: center;
	}

	.calculadora-menu-mobile button{
		height: 100%;
		width: 100%;
		border: 2px solid #fff;
		color: #fff;
		background: #1ebb90;
		font-size: 2.2em;
	}

	.calculadora-categoria-nome{
		font-size: 1.3em;
		color: #fff;
		background: red;
		font-weight: bold;
		line-height: 1; 
	}

	.calculadora-referencia{
		font-weight: bold;
		font-size: 1.7em;
		color: red;
		background: #fff;
	}

	.calculadora-imagem-div {
		height: 100%;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}

	.calculadora-simples-total-val{
		background: #f00;
		color: #fff;
	}

}