* {            /* -> #4aa47b;  59b210    é Padrao Rezete Geral todos os Elementos para ficar igual a todos os navegadores */ 
    /*margin:0;*/
    box-sizing: border-box;
}
col-sm-2 logo
body {
    margin:0px;
    font-family: 'Open Sans';
    font-size:14px;
}
.topnav.navbar {
    background-color:#f9f9f9;
    border-bottom:1px solid #e0e0e0;
    min-height:40px;
    margin-bottom:0px;
}
.topnav .navbar-nav>li>a {
    padding-top:10px;
    padding-bottom:10px;
    color:#3D3D3D;
}
.topnav .nav>li>a:hover,
.dropdown.open .dropdown-toggle {
    background:none;
    color:#59b210;
}
header {
    padding-top:40px;
    padding-bottom:40px;
    border-bottom:1px solid #e0e0e0;
}
.logo {
    text-align: center;
    margin-top: 14px;
}
.logo img {
    width:80%;
    max-width:150px;
}

.head_help,
.head_email {
	height:20px;
	line-height:20px;
	padding-left:27px;
	padding-right:15px;
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:left center;
	display:inline;
}
.head_help {
	background-image:url('../images/icones/phone.png');
}
.head_email {
	background-image:url('../images/icones/mail.png');
}
.head_email span {
	color:#59b210;
}
.search_area {
	clear:both;
	height:50px;
	border:3px solid #c6c6c6;
	border-radius:7px;
	margin-top:10px;
	overflow: hidden;
}
.search_area input, .search_area select {
	border:0;
	margin:0;
	padding:0;
	outline:0;
	background-color:#FFF;
}
.search_area input[type=text] {
	height:44px;
	float:left;
	width:50%;
	padding-left:15px;
}
.search_area select {
	width:35%;
	height:44px;
	float:left;
	border-left:1px solid #CCC;
	border-radius:0px;
}
.search_area input[type=submit] {
	width:15%;
	height:44px;
	float:left;
	background-color:#59b210;
        /* background-color:#4aa47b; */
	background-image:url('../images/icones/search2.png');
	background-size:auto 50%;
	background-repeat:no-repeat;
	background-position:center;
}

.cartarea {
	float:right;
	margin-top:27px;
}
.carticon {
    width:50px;
    height:50px;
    background-image:url('../images/icones/cart.png');
    background-size:50px 50px;
    background-repeat:no-repeat;
    background-position:center;
    padding-left: 18px;
    padding-top: 6px;
    display:inline-block;
    vertical-align:top;
}
.carttotal {
	display:inline-block;
	color:#000;
}
.carttotal span {
	color:#59b210;
	font-size:20px;
	font-weight: bold;
}
.cartqt {
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	background-color:#59b210;
	border-radius:10px;
}

.categoryarea {
	margin-top:27px;
	margin-bottom:27px;
}
.categoryarea .container {
	background-color:#f9f9f9;
	height:60px;
	padding:0;
	border-radius:5px;
}
.categoryarea .navbar-nav>li>a {
	padding-top:20px;
	padding-bottom:20px;
}
.categoryarea .nav>li>a:hover {
	background-color:#ECECEC;
}
.categoryarea a {
	color:#000;
	border-right: 1px solid #e0e0e0;
}
.categoryarea .dropdown {
	background-color:#59b210;
	border-radius:5px;
}
.categoryarea .dropdown .dropdown-toggle {
	background-image: url('../images/icones/list.png');
	background-size: 20px auto;
	background-position:15px center;
	background-repeat:no-repeat;
	color:#FFF;
	font-weight: bold;
	padding-left:45px;
	border-right:0px;
}
.categoryarea .nav>li.dropdown>a:focus,
.categoryarea .nav>li.dropdown>a:hover {
	background-color:#59b210;
	border-radius:5px;
}

section {
	margin-bottom:50px;
}
section .container {
	padding:0;
}
h1 {
	font-size:24px;
	margin-top:0;
	margin-left:0;
	padding-left:0;
}
.filterarea {
    border: 2px solid #ececec;
    border-radius: 10px;
    padding:10px;
}

.widget {
	margin-top: 20px;
	margin-bottom: 20px;
}
.widget h1 {
	border-bottom:1px solid #E0E0E0;
	padding-bottom:15px;
}

footer {
    padding-top:30px;
    background-color: #F9F9F9;
    border-top: 1px solid #e0e0e0;
}
.subarea {
	margin-top:50px;
	margin-bottom:50px;
}
.subarea form {
	margin:0;
	padding:0;
}
.subarea:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    z-index: 0;
    margin-top: 30px;
}
.subarea .subemail {
	margin:0;
	width:80%;
	height:60px;
	display:inline-block;
	border:0;
	padding:0;
	border:1px solid #E0E0E0;
	border-radius:5px 0 0 5px;
	outline:0;
	padding-left:15px;
}
.subarea input[type=submit] {
	margin:0;
	width:20%;
	height:60px;
	display:inline-block;
	border:0;
	padding:0;
	outline:0;
	border-radius:0 5px 5px 0;
	margin-left: -5px;
	color:#FFF;
	background-color:#999;
}
.subarea input[type=submit]:hover {
	background-color:#60c011;
}
footer h3 {
	margin-top:0;
	margin-left:0;
	margin-bottom:30px;
	font-size:18px;
}
.links {
	margin-bottom:50px;
}
.linkgroups a {
	color: #acacac;
	text-decoration: none;
}
.linkgroups a:hover {
    color:#59b210;
}
.linkgroups ul,
.linkgroups li {
	margin:0 0 12px 0;
	padding:0;
	list-style:none;
}
.copyright {
    background-color: #3D3D3D;
    padding: 17px 0;
    line-height: 30px;
    color: #8a8a8a;
}
.copyright span {
	color:#FFF;
}
.payments {
	text-align: right;
}
.payments img {
	height:30px;
	background-color:#FFF;
	border-radius:4px;
	margin-right:3px;
}
.no-padding {
	padding:0;
}


.product_item {
	padding:10px;
	border:1px solid #FFF;
}
.product_item:hover {
	border:1px solid #EEE;
}
.product_item a {
	text-decoration: none;
	display:block;
}
.product_tags {
	position:absolute;
}
.product_tag {
	height:30px;
	line-height:30px;
	background-color:#000;
	float:left;
	clear:both;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	color:#FFF;
}
.product_tag_red {
	background-color:#f8484a;
	text-transform: uppercase;
}
.product_tag_green {
	background-color:#59b210;
	text-transform: uppercase;
}
.product_tag_blue {
	background-color:#407ac5;
	text-transform: uppercase;
}
.product_nome {
	font-weight:bold;
	color:#0e53a5;
}
.product_marca {
    color:#000;
    font-size:11px;
}
.product_preco_from {
    float:left;
    color:#CCC;
    text-decoration: line-through;
    font-size:13px;
    margin-top:15px;
}
.product_preco_from2 {
    float:right;
    color:#CCC;
    font-weight: bold;
    margin-top:15px;
}
.product_preco {
    float:right;
    color:#000;
    font-weight: bold;
    margin-top:15px;
}
.product_preco2 {
    float:left;
    color:#000;
    font-weight: bold;
    margin-top:15px;
}

.paginationItem {
	width: 20px;
	height: 20px;
	border: 1px solid #DDD;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
}
.paginationItem:hover,
.pag_active {
	border:1px solid #59b210;
}
.paginationItem a {
	display:block;
	color:#000;
	text-decoration: none;
}
.paginationArea {
    margin-top:30px;
}

.dropdown-menu {
    width:100%;
}

.filterbox {
    border-bottom:1px solid #CCC;
    margin-bottom:10px;
    padding-bottom:10px;
}
.filtertitle {
    color:#59b210;
    font-size:17px;
    font-weight: bold;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #EEE;
}
.filteritem {
    height:30px;
    font-size:14px;
}
.filteritem label {
    font-weight:normal;
}

.widget_item {
    margin-top:10px
}
.widget_item a {
    text-decoration: none;
    color:#000;    
}
.widget_info {
    float:left;
    width:80%;
}
.widget_photo {
    float:right;
    width:20%;    
}
.widget_photo img {
    width:100%;
    border:1px solid #CCC;
}
.widget_produtonome {
    font-weight: bold;
    color:#0e53a5;
}
.widget_preco span {
    font-size:12px;
    text-decoration: line-through;
    color:#999;
}

.widget_preco1 span {
    /*color: #AAA;
    /*font-size: .8em;
    /*color: #AAA;
    color: #59b210
    color: #8e9397;
    color: #d9edff;
    color: #6da7ff;
    color: #9accff;
    color: inherit;*/
    
    font-size:11px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #690;
    /*border: 1px solid #59b210;*/
    padding: 3px;
    background: #690;
    /*background: #59b210;*/
    
    
}

.widget_preco2 span {
    font-size: 10px;
    font-style: italic;
    /* color: #999; */
    color: #AAA;
}

.original_preco {
    font-size:25px;
    font-weight: bold;
}

.preco_from {
    font-size:14px;
    text-decoration: line-through;
    color:#CCC;
}

.original_preco {
    font-size:25px;
    font-weight: bold;
}

.nome_empresa2 { 
    font-size:17px;
    font-weight: bold;
}

.nome_consulte1 {    
    color: #f00;
    font-size:17px;    
}

.nome_consulte2 { 
    color:#337ab7;
    font-size:15px;    
}

.nome_endereco2 {
    font-size:12px;    
}

.addtocartform {
    margin-top:20px;
}

.addtocart_qt {
    height:35px;
    width:35px;
    text-align: center;
    border:1px solid #CCC;
    outline:0;
    float:left;
}
.addtocartform button {
	width:30px;
	font-weight: bold;
	height:35px;
	text-align:center;
	border:1px solid #CCC;
	background-color:#FFF;
	float:left;
}
.addtocart_submit {
	height:35px;
	float:left;
	margin-left:10px;
	background-color:#59b210;
	border:1px solid #59b210;
	border-radius:3px;
	color:#FFF;
	font-weight: bold;
	padding-left:20px;
	padding-right:20px;
}

.mainphoto img {
	width:80%;
}
.photo_item {
	width:20%;
	float:left;
	text-align:center;
	cursor:pointer;
}
.photo_item img {
	width:90%;
}

.contato input,
.contato textarea {
    width:400px;
    height:30px;
    border:1px solid #000;
    border-radius:5px;
}
.contato textarea {
    height:150px;
}
