body {
	background: #F9F9F9;
}

.top-bar, .top-bar ul {
    background-color: #222;
}

/*.carrinho_menu ul{
	margin-top: 4px;
}*/

.menu li a:hover{
	color: #ccc;
}

.carrinho_menu table{
	width: 450px;
	font-size: 14px;
}

.ofertas-bloco{
	margin-bottom: 15px;
}

.ofertas-bloco .ofertas-title{
	font-size: 24px;
	border-bottom: 1px dashed #000;
	padding: 15px 0 0;
}

/* ITENS PRODUTOS */
.shop {
	margin-top: 15px;
	padding: 5px 20px;
	border-bottom: 1px solid #003F54;
	background: #FFFFFF;
	transition-property: all;
	transition-duration: 0.8s;
	position: relative;
}

.shop:hover {
	-webkit-box-shadow: 0px 0px 20px -4px rgba(184,184,184,0.84);
	-moz-box-shadow: 0px 0px 20px -4px rgba(184,184,184,0.84);
	box-shadow: 0px 0px 20px -4px rgba(184,184,184,0.84);
}

.shop p {
	font-size: 14px;
	margin-top: 15px;
}

.shop .valor {
	font-size: 22px;
	color: #3C9A5F;
	margin: 12px 0;
}

.shop .valor span {
	font-size: 13px;
	color: #BB260D;
}

.shop h4 {
	padding: 5px 0;
	border-bottom: 1px solid rgb(0, 0, 0);
	color: #A9A9A9; 
	background-color: #008cba; 
	text-align: center
}

.shop img {
	width: 350px;
	height: 200px;
	
	/*margin: 10px auto;*/
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    float: center;
}

.shop .off{
	position: absolute;
	top: 4%;
	right: 4%;
	background-color: #555;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	 border-top-left-radius: 10px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.ofertas{
	background: #FFFFFF;
}

/* TITULO SINGLE PRODUTOS */
.titulo-produto{
	background: #009CBA;
	color: #FFF;
	padding: 15px;
	background: rgba(0,156,186,1);
background: -moz-linear-gradient(top, rgba(0,156,186,1) 0%, rgba(0,156,186,1) 31%, rgba(0,143,168,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,156,186,1)), color-stop(31%, rgba(0,156,186,1)), color-stop(100%, rgba(0,143,168,1)));
background: -webkit-linear-gradient(top, rgba(0,156,186,1) 0%, rgba(0,156,186,1) 31%, rgba(0,143,168,1) 100%);
background: -o-linear-gradient(top, rgba(0,156,186,1) 0%, rgba(0,156,186,1) 31%, rgba(0,143,168,1) 100%);
background: -ms-linear-gradient(top, rgba(0,156,186,1) 0%, rgba(0,156,186,1) 31%, rgba(0,143,168,1) 100%);
background: linear-gradient(to bottom, rgba(0,156,186,1) 0%, rgba(0,156,186,1) 31%, rgba(0,143,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cba', endColorstr='#008fa8', GradientType=0 );
}

.titulo-produto h1{
	color: #FFF;
}

.titulo-produto span{
	color: #f8f8f8;
	font-size: 16px;
	font-style: italic;
	font-family: 'sans-serif';
}

/* HEARD PRODUTOS */
.header-produto{
    padding: 45px 0 20px 0;
    margin-bottom: 20px;
	background: #fff;
	color: #000;
}

.header-produto span{
    color: #F00;
    font-size: 12px;
}

.header-produto label{
    color: #222;
    font-size: 12px;
}

.header-produto .foto-produto img {
	width: 500px;
}

.preco-produto{
	background-color: #fafafa;
	padding: 15px;
	border: 2px solid #f2f2f2;
	color: #000;

	border-radius: 0px 0px 39px 0px;
	-moz-border-radius: 0px 0px 39px 0px;
	-webkit-border-radius: 0px 0px 39px 0px;
	border: 0px solid #000000;

	-webkit-box-shadow: 6px 4px 21px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 4px 21px -6px rgba(0,0,0,0.75);
	box-shadow: 6px 4px 21px -6px rgba(0,0,0,0.75);

}

.foto-produto{
	width: 400px;
	border: 1px solid #f2f2f2;
	padding: 10px;

}

.descricao-produto {
	padding: 16px;
	background: #f9f9f9;
	color: #000;
}

/* PRODUTOS */
.product, .product-img {
	width: 280px;
	height: 280px;
	position: relative;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	z-index: 2;
}
.product-actions {
	width: 280px;
	height: 280px;
	position: relative;
	overflow: hidden;
	margin-top: -263px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	z-index: 2;
}
.product {
	margin: 20px auto;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	background: #000;
}
.info-block, .product-title, .product-description, .product-price, .button-buy {
	position: absolute;
	z-index: 3;
}
.info-block {
	height: 150px;
	width: 280px;
	background: rgba(255,255,255,.85);
	bottom: 0px;
	margin-bottom: -70px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.product-title {
	color: #222;
	font-size: 1em :
	font-weight: 400;
	top: 12px;
	left: 15px;
}
.product-description {
	width: 228px;
	top: 32px;
	left: 16px;
	font-family: 'helvetica neue';
	font-size: 0.8em;
	font-weight: 400;
	color: #7d7d7d;
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
}
.product-price {
	color: #e74c3c;
	font-size: 1em;
	font-weight: 700;
	font-family: 'helvetica neue';
	right: 15px;
	top: 12px;
}
.button-buy {
	color: #fff;
	border: 0px solid #0079A1;
	border-bottom-width: 2px;
	width: 100%;
	height: 44px;
	bottom: 15px;
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.product:hover .info-block {
	margin-bottom: 0;
}

/*OUTROS*/

/*RODAPE*/
.rodape{
	background: #008CBA;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 14px;
}

.rodape h3, label{
	color: #FFFFFF;
}

.rodape .rodape-horario{
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #008CBA;
}


.num {
  padding: 30px 0px 30px 0px; }

.numpagina {
	background-color: azure;
	padding: 7px 9px 7px 9px;
	margin: 0px 1px 0px 1px;
	color: black;
	font-size: 10pt;
	border-radius: 3px;
	border: 1px solid;
	border-color: darkgray;
}
.atual {
	background-color:black;
	padding: 7px 9px 7px 9px;
	margin: 0px 1px 0px 1px;
	color:white;
	font-size: 10pt;
	border-radius: 3px;
	border: 1px solid;
	border-color: gray;
}

.numpagina:hover, .numpagina:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }