﻿@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/*======================== 
	Página Produtos 
========================*/

body {
	background: url("../../fotos/bg--prod.jpg") no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.productImage {
	width: 120px;
	height: 100px;
	vertical-align: central;
	padding: 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

.productName {
	font-size: 18px;
	font-weight: bold;
}

.productPrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6a00;
}

.cont-prod {
	min-height: 510px;
	background-color: rgba(255,255,255,.8) !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
}

.cont-prod p {
	margin: 2% 0;
}

#pnlProducts {
	width: 100%;
}

#pnlProducts div {
	text-align: center;
	height: 250px;
	width: 250px;
	float: left;
}

@media (min-width: 991px) {
   #pnlProducts div {
	   text-align:center;
	   height:170px;
	   width:25%;
	   float:left;   
	   margin-bottom: 50px; 
    }
}

@media(min-width: 542px) and (max-width:991px) {
	#pnlProducts div {
		text-align: center;
		height: 170px;
		width: 33.33334%;
		float: left;
		margin-bottom: 50px;
	}

	.productImage {
		width: 110px;
		height: 87.5px;
		vertical-align: central;
		padding: 10px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
	}

	.productName {
		font-size: 16px;
		font-weight: bold;
	}

	.productPrice {
		font-family: Arial, Helvetica, sans-serif;
		color: #ff6a00;
	}
}

@media (min-width: 340px) and (max-width: 542px) {
	#pnlProducts div {
		text-align: center;
		height: 130px;
		width: 33.33334%;
		float: left;
		margin-bottom: 50px;
	}

	.productImage {
		width: 100px;
		height: 80px;
		vertical-align: central;
		padding: 10px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
	}

	.productName {
		font-size: 15px;
		font-weight: bold;
	}

	.productPrice {
		font-family: Arial, Helvetica, sans-serif;
		color: #ff6a00;
	}
}

@media (max-width:340px) {
	#pnlProducts div {
		text-align: center;
		text-align: center;
		height: 110px;
		width: 50%;
		float: left;
		margin-bottom: 50px;
	}

	.productImage {
		width: 110px;
		height: 87.5px;
		vertical-align: central;
		padding: 10px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
	}

	.productName {
		font-size: 15px;
		font-weight: bold;
	}

	.productPrice {
		font-family: Arial, Helvetica, sans-serif;
		color: #ff6a00;
	}
}

@media (max-width:1025px) {
    body {
        background: url('../fotos/bg--prod-o.jpg') no-repeat center center fixed !important;
		min-height:100% !important;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment:scroll !important;
    }

    .cont-prod {
        background: none !important;
        margin: 5.75% 0;
    }

    .cont-prod p {
        font-size: 16px;  
    }
}

@media (max-width:530px) {
    .cont-prod {
        margin-top:2em;
    }
}

@media (min-width:1025px) and (max-height:800px){
	.cont-prod {
		position:relative;
		height:350px;
		overflow-y:visible;
		width:80%;
		margin:4em 10% 0 10% !important;
	}

	body {
		min-height:100%;
	}
}

@media (min-width:1025px) and (min-height:800px){
	.cont-prod {
		position:absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -47.5%);
		-moz-transform: translate(-50%, -47.5%);
		-ms-transform: translate(-50%, -47.5%);
		-o-transform: translate(-50%, -47.5%);
		transform: translate(-50%, -47.5%);
		margin: 0 !important;
		width:80%;
		height:350px;
	}
}

@media (max-height:700px) {
	.cont-prod {
		margin-bottom:9% !important;
	}
}

/*======================== Botões ========================*/

.prodbutton {
	padding: 7px;
	margin-left: 10px;
	margin-top: 10px;
	border: 0;
	clear: both;
	background-image: url('../fotos/btn-add.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: pointer;
	width: 140px;
	height: 45px;
	background-color: transparent !important;
}

.log-button {
	padding: 10px 15px;
	margin-bottom: -2em !important;
	color: white;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	background: -webkit-linear-gradient(to right, #ff974d, #ff6a00);
	background: -moz-linear-gradient(to right, #ff974d, #ff6a00);
	background: -ms-linear-gradient(to right, #ff974d, #ff6a00);
	background: -o-linear-gradient(to right, #ff974d, #ff6a00);
	background: linear-gradient(to right, #ff974d, #ff6a00);
	cursor: pointer;
	width: 100%;
	margin-top: .75em;
}

.btnVoltar {
	float: left !important;
	margin-top:-1.7em;
	margin-left:.475em;
}

.btnVoltar2 {
	display:none;
}

@media (max-width:1025px) {
	.btnVoltar {
		display:none;
	}

	.btnVoltar2 {
		display:block;
		position:fixed !important;
		left:0;
		top:0;
		margin-top:4.725em;
		margin-left:.75em;
		z-index:97;
	}
}

.swal-button {
	color: rgba(35, 35, 35,.55);
	padding: 7px 19px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffcc00;
	font-size: 12px;
	border: 1px solid #3e549a;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

#Label1 {
    font-size: .85em;
}

.shopIco {
	position:absolute;
	height:30px;
	width:30px;
	right:-7.5%;
	bottom:-2.5px;
}

.shopIcoR {
	position:absolute;
	height:30px;
	width:30px;
	right:-6.95%;
	bottom:-2.5px;
}

@media(max-width:1025px) {
	.shopIco {
		position:absolute;
		height:30px;
		width:30px;
		left:10%;
		bottom:38.5px;
	}
}

@media(max-width:1025px) and (max-height:400px) {
	.shopIco {
		position:absolute;
		height:24px;
		width:24px;
		left:9%;
		bottom:26.5px;
	}
}

/*===============================
		  Title Prod
=================================*/

.title-prod,
.title-prod img,
.title-prod h2 {
    display:none;
    position:fixed !important;
	z-index:90;
}

@media (max-width:1025px) {

    .title-prod {
		color:#fff;
		background-color:rgba(36, 143, 143,.925);
		border-radius:7px;
		margin-top:-1.64em;
		margin-left:.635em;
		position:absolute;
		width:100%;
		height:36px;
		margin:0;
		left:0;
		border-radius:0 !important;
		display:block !important;
    }

    .title-prod img {
        float:left;
        margin:.424em 0 0 .6em !important;
        height:26px;
        width:26px;
        display:block !important;
    }

    .title-prod h2 {
        font-size:1.02em;
        padding-left:2.34em !important; 
        margin:0;
        padding-top:.5em;
        text-align:left;
        display:block !important;
    }
}