
  .content-left
  {
	  width: 152px;
  }  
 
 .content-right
 {
	float: right;
	    width: 100%;
 }
    
	.product-grid {
										    width: 230px  !important;;
    height:260px  !important;; margin-bottom: 5px;
									}
	
  
@media only screen and (max-width: 1900px) and (min-width: 1200px)
{
	 .content-right
	 {
		float: right;
		    width: 100%;
	 }	
	 .wrap
	{
		 width: 90%;
	}
}
@media only screen and (max-width:1200px) and (min-width: 1000px)
{
	.content-right {
		float: right;
		width: 80%;
	}
	 .wrap
	{
		 width: 90%;
	}
}
@media only screen and (max-width:1000px) and (min-width: 800px)
{
	.content-right 
	{
		float: right;
		width: 76%;
		
	}
	#navtop
	{
		 display: block !important; 
	}
}
@media only screen and (max-width:800px) and (min-width: 600px)
{
	.content-right 
	{
		float: right;
		width: 70%;
	}
	#navtop
	{
		 display: block !important; 
	}
}
@media only screen and (max-width:600px) and (min-width: 0px)
{
	.content-right 
	{
		float: right;
		width: 100%;
	}
	.content-left 
	{
		margin: 0 auto;
		 width: 80%;
		     float: initial!important;
	}
	.showprod1
	{
		margin-top: 0px;
	}
	.navdivres
	{
		display: block !important;
	}
	
	#navtop
	{
		 display: block !important; 
	}
	.product-grids
	{
		    width: 80% !important;
      float: initial!important;
    margin: 0 auto;
	}
	product-grid
	{
		    margin-left: 0px !important; 
	}
}


input::-webkit-input-placeholder
{
    color: #000!important;
    height: 23px;
    padding-left: 9px;
    width: 150px;
    margin-top: 11px;
    padding-top: 1px;
  
}
input:-moz-placeholder
{
    color: #000!important;
    color: #000!important;
    height: 23px;
    padding-left: 9px;
    width: 150px;
    margin-top: 11px;
    padding-top: 1px;
  
}
input::-moz-placeholder
{
    color: #000!important;
    color: #000!important;
    height: 23px;
    padding-left: 9px;
    width: 150px;
    margin-top: 11px;
    padding-top: 1px;
  
}
input:-ms-input-placeholder
{
    color: #000!important;
    color: #000!important;
    height: 23px;
    padding-left: 9px;
    width: 150px;
    margin-top: 11px;
    padding-top: 1px;
  
}
.navdivres
{
	    width: 100%;
    float: right;
    display: flex;
}



.content-left
{
	
	float: left;
}



@media only screen and (max-width: 450px)
{
	.btnenter
	{
		float:initial !important;		
	}
	.product-grids
	{
		width: 100% !important; 
	}
	.product-grid 
	{
		width: 280px !important;
	}

	.preco 
	{
		    font-size: 30px !important;
	}
	
}