body {
	font-size: 14px;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #777;
	margin: 0;
}

h1 {
	color: #777;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
    color: #777;
    font-weight: 700;
    font-size: 18px;	
	text-transform: uppercase;
}
h3 {
    color: #777;
    font-weight: 700;
    font-size: 15px;	
	text-transform: uppercase;
}
h4 {
    color: #777;
    font-weight: 700;
    font-size: 15px;	
	text-transform: uppercase;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

p {margin-bottom: 18px;}

a:link, 
a:active,
a:hover {text-decoration: none;}

a {
	color: #777;	
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
a:hover {
	color: #00b01c;
}

ul, ol {
	list-style: none; 
	margin: 0;
	padding: 0;
}

header {
	background: #eeeeee;
	padding: 12px 0;
}

input, textarea {
	font-size: 13px;
	/*text-transform: uppercase;  */
	padding: 15px 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #777;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;  
}
select {
	padding: 5px !important;
}

hr {
	border-top: 1px solid #e9e9e9;	
	height: 1px;
	display: block;
	border-left:none;
	border-right:none;
	border-bottom:none;	
}

.size-xx {width: 100%;}

.right {float: right;}
.left {float: left;}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-gutter-padd {
	padding-right: -10px;
	padding-left: -10px;
	overflow: hidden;
}

.btn {    
	font-size: 13px;
	text-transform: uppercase;  
	padding: 15px 20px;
	border-radius: 3px;
	background: #e9e9e9;
	color: #777;
	border: none;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;  
	/*line-height: 50px;*/
}
.btn:hover {
	background: #ccc;
	color: #777;
}

.btn2 {    
	font-size: 13px;
	text-transform: uppercase;  
	padding: 15px 20px;
	border-radius: 3px;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;  
}
.btn2:hover {
	background: #fff;
	color: #777;
}

.btn-prod {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;  
	padding: 10px;
	border-radius: 3px;
	background: #00ad35;
	color: #fff;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;  
}
.btn-prod:hover {
	background: #777;
	color: #fff;
}

.btn-button {    
	font-size: 13px;
	text-transform: uppercase;  
	padding: 16px 20px;
	border-radius: 3px;
	background: #e9e9e9;
	color: #777;
	border: none;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;  
}
.btn-button:hover {
	background: #ccc;
	color: #777;
}

.alert {
  padding: 8px 24px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  border: none;
}
.alert-success {
  color: rgba(0, 150, 0, 0.7);
  background: rgba(0, 255, 0, 0.2); 
}
.alert-error {
  color: rgba(150, 0, 0, 0.7);
  background: rgba(255, 0, 0, 0.2);
}

.container-section {margin-top: 50px}

.container-section-title {padding-bottom: 20px;}
.container-section-title h1 {margin-bottom: 10px;}

ul.list-thumb {
  margin-bottom: 30px;
  overflow: hidden;
}
ul.list-thumb li {
  font-size: 12px;
  float: left;
  padding-right: 5px;
}

.thumb {border-radius: 3px;}

.prod-item {
	padding: 30px;
	text-align: center;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;     	
}
.prod-item img.thumb {
	display: table;
	margin: 0 auto;
}
.prod-item .btn-prod {
	padding: 15px 0;
}

.prod-item img {}
.prod-item:hover img {}

.prod-hover {
	padding-top: 68%;
	position: absolute;
	z-index: 5;
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	opacity: 1;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
.prod-hover:hover {background: rgba(0,0,0,0.5);}

.form-inline {
	overflow: hidden; 
	margin-top: 30px;
}
.form-inline p {
  display: block; 
  overflow: hidden;
  line-height: 1;
}
.form-inline label {
  font-size: 12px;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;  
  margin-bottom: 5px;
}
.form-inline input[type="text"], 
.form-inline select, 
.form-inline textarea {float: left; width: 100%;}

.table {width: 100%;} 
.table .thead {
	background: #22445f; 
	color: #fff;
	font-weight: bold;
}
.table td {
	text-align: left; 
	padding: 10px; 
	border-bottom: 1px solid #dfdfdf;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.breadcrumb {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

ul.list-bread {}
ul.list-bread li {
	float: left;
	margin-right: 7px;
}
ul.list-bread li::after {
    content: "»";
    margin-left: 5px;
}
ul.list-bread li:last-child::after {
	content: "";
	margin-right: 0;
}

.box {
	padding: 40px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;	
}
.box h1 {
	margin: 0 0 10px;
}

table.table-list {
  width: 100%;
}
table.table-list thead tr th {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
}
table.table-list tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
table.table-list tbody tr:last-child td {
  border-bottom: none;
}
.pedido-resumo strong {color: #000}


.price-value strong {  
  font-size: 28px;
}

.red {color: #900}
.green {color: #00b01c}

.sublinhado {
	text-decoration: underline !important;
	font-size: 10px;
}

.field, .desc {float: left;}

.section-header {
	height: 166px;
	color: #fff;	
}
.section-header .title {
	margin-top: 59px;
}
.section-header .title h1 {
	color: #fff;	
	font-size: 34px;
	text-transform: uppercase;
	margin: 0;
}
.section-header .title h1 small {
	display: block;
	color: #fff;	
	font-size: 18px;
}
.section-header .search {
	width: 635px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 59px;	
}
.header-search {
	border: 1px solid #fff;
	border-radius: 3px;
	width: 100%;
	opacity:0.7;
	background: #fff url(../img/ico-search.png) 98% center no-repeat;
	padding: 13px;
	/*color: #fff !important;*/
}

.section-header .cart {
	text-align: right;
	margin-top: 73px;
}
.section-header .cart a {
	color: #fff;
	font-size: 16px;
}
.section-header .cart a:hover {color: #000;}

.section-filter {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
}

.cat-banner {
	display: block;
	position: relative;
	padding: 30px 30px 0 30px;
}

.cat-banner .ovr {	
	position: static;
	height: 430px;
	/*background: rgba(0,0,0,0.25);*/
}

.cat-banner .ovr h1 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.cat-banner .ovr h1 small {
	display: block;
	font-size: 24px;
	text-transform: none;
	color: #fff;
	margin-top: 10px;
	line-height: 1.4;
}

.section-content {margin: 40px 0;}
.section-content h1 {margin: 0 0 20px;}

ul.list-filter li {
	min-width:200px;
	border-right: 1px solid #d6d6d6;
	padding: 15px;
	float: left;
}
ul.list-filter li select {
	/*
	border: 0 !important;
	padding: 0 !important;
	height: auto;
	line-height: auto;
	font-size: 14px;
	width: 100%;
	text-transform: none;
	*/
}

label.dropdown {width: 100% !important;}
label.dropdown select {
	width: 100% !important;
	padding: 0px 0px 0px 5px !important;
	background: #fff;
	color: #444;
	border: 0;
	border-radius: 0;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}
label.dropdown select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
	display: none;
}
label.dropdown:before {
	content: '';
	right: 5px;
	top: -7px;
	width: 30px;
	height: 33px;
	background: #fff;
	position: absolute;
	pointer-events: none;
	display: block;
}
label.dropdown { position: relative; }
label.dropdown:after {
	content: '>';
	font: 16px Consolas, monospace;
	color: #444;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 2px;
	top: -3px;
	border-bottom: 1px solid #fff;
	position: absolute;
	pointer-events: none;
	width: 38px;
	padding: 0 0 5px 0;
	text-indent: 14px;
}

.side-box {
	padding: 40px;
	background: #e9e9e9;
	margin-bottom: 40px;
	border-radius: 5px; 
}
.side-box hr {border-top: 1px solid #d9d9d9;}

ul.list-side li {margin-bottom: 15px;}
ul.list-side li:last-child {margin-bottom: 0;}

/* HOME */
.home-feat {padding: 50px 0;}

.home-feat-box {text-align: center;}
.home-feat-box h1 {
	margin: 0;
	margin-bottom: 10px;
}
.home-feat-box img {
	border-radius: 3px;
	margin: 20px auto;
	display: table;
}
.chamada-regula-titulo {
	height: 58px;
	overflow: hidden;
}

/* IDENTIFICACAO */
.box-login {height: 380px;}
.box-login input[type="text"] {width: 100%}
.box-login a.link {
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 17px;
}
.box-login a.link:hover {color: #000}

/* CARRINHO */ 
ul.list-compra-passos {
  display: inline-block;   
  margin: 0 auto;
  margin-bottom: 30px;
}
ul.list-compra-passos li {
  float: left;
  margin: 0 5px;
  font-size:12px;
  
  color: #ccc;
}
ul.list-compra-passos li.active {color:#000;}
ul.list-compra-passos li a {color:#ccc;}

.img-cart {max-width: 70%;}

.section-carrinho {
  padding-top:70px;
}

.section-carrinho-box:first-child {padding-top: 0px;}
.section-carrinho-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.section-carrinho-box:last-child {
	padding-bottom: 0px;
	border-bottom: 0;
}
.section-carrinho-box h1 {
  font-size: 19px; 
  color: #000;
  margin: 8px 0 10px;
}
.section-carrinho-box h1 small {
  display: block;
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}
.section-carrinho-box small {
  font-size: 10px; 
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
  display: block;
}

.section-carrinho-box .price-value {margin-top: 10px;}

.section-carrinho-box ul.list-links {margin-bottom: 0;}
.section-carrinho-box ul.list-links li {margin-bottom: 10px;}
.section-carrinho-box ul.list-links li:last-child {margin-bottom: 0}
.section-carrinho-box ul.list-links li.active {}

.section-carrinho-box-last {
  padding-top: 20px;
  margin-bottom: 60px;
  border-top: 1px solid #ccc;
}

.section-carrinho-box hr {
  margin: 20px 0;
}

.btn-extras .img {margin-right: 5px;}
.btn-extras .desc {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.4;
}

.section-carrinho-box .carrinho-extras {font-size: 11px;}

.qty {
  width: 80px;
  text-align: center;
}
input.qtyplus, input.qtyminus { 
  width:25px; 
  height:25px;
  border: none;
  background: none;  
  color: #000;
  font-size: 12px;
  font-weight: 700;    
}

.section-carrinho-frete {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-carrinho-frete span {margin-top: 10px;}
.section-carrinho-frete .btn-invert {line-height: 2.5}

a.link-cep {
  color: #fff;
  font-size: 10px;  
}

.frete-input {
  padding: 12px; 
  color: #000;
}

.frete-btn {
  padding: 8px 12px 9px 12px; 
  background: #777;
  color: #fff;
  border: 0;  
}
.frete-btn:hover {background: #444}

.section-carrinho-extras {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;  
  
  color: #777;
}

.section-carrinho-extras .field {padding-top: 2px;}

.section-carrinho-extras .desc {
  font-size: 11px;  
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.2;
}
.section-carrinho-extras .desc strong.black {
  color: #000;
  font-size: 13px;
}

.section-carrinho-extras .price-value {color: #000}

.section-carrinho-extras .btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

.cart-frete strong {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* PAGAMENTO */
.btn-end {
	float: right; 
	line-height: 1.6;
}

.celpgto {
	width: 100px; text-align: center; float: left;
}

/* SOLABIA */
.solabia .desc {}

/* TRABALHE */
.box-trabalhe {height: 420px;}


.cadastro label {
    float: left;
    width: 150px;
    margin-right: 10px;
    text-align: right;
    margin-top: 8px;
}
.trabalhe label {
	display: block;
    margin-right: 10px;
    margin-top: 8px;
}
.trabalhe td input[type=text], .trabalhe td select {
	width: 90%;
}

/* PRODUTO */
.prod-img {
	/* border-radius: 3px; */
	margin-left: -15px;
}

.prod-content h1 {
	font-size: 32px;
	font-weight: 400;
	text-transform: none;
	color: #00ad35;
	margin: 0 0 15px 0;
}
.prod-content h2 {}


.prod-content p a {
	color: #00ad35;
}

.side-box p a {
	color: #00ad35;
}
/*
.prod-content p a:after {
  content: url('/img/link.png');
}

.side-box p a:after {
  content: url('/img/link.png');
}
*/


.prod-opt {
	padding: 40px;
	background: #eeeeee;
	margin-right: -15px;
	/* border-radius: 5px; */
}

.fixar {
    position:fixed;
    top: 0px;
}

.embalagem {
	background:#999; 
	color:#FFF; 
	border-radius:2px; 
	-webkit-border-radius:2px; 
	-ms-border-radius:2px; 
	padding:3px 5px;
	font-size:11px;
	font-weight:bold;
	margin-right:5px;
	top: -5px;
	position: relative;
}

.modal-body label {
	width: 150px;
}

/* alteracoes */
.blocos {overflow:hidden; padding:10px 0; clear:both;}
.tit {font-weight:bold;}
.atravessa {text-decoration:line-through;}
.sublinhado {text-decoration:underline;}
.valor {font-size:18px; font-weight:bold; color:#84c441; line-height:28px;}
.validade {font-size:18px; line-height:28px;}

/* PRODUTOS */
.prod-list {}

.prod-list-filter-up {

	border-bottom: 1px solid #d6d6d6;
}

.prod-list-filter-down {
	padding-top: 20px; 
	padding-bottom: 50px; 
	border-top: 1px solid #d6d6d6;
}

.prod-list-filter-up select,
.prod-list-filter-down select {
	padding: 10px;
	height: auto;
	line-height: 1;
	text-transform: none;
}

ul.list-pagination {
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
}
ul.list-pagination li {
	float:left;
	margin: 0 5px;
	border: 1px solid #999;
	padding: 3px 5px;
}
ul.list-pagination li.selected {
	background: #eeeeee;
	
}

.prod-list-box {
	padding: 20px 0 19px 0;
	border-bottom: 1px solid #d6d6d6;
}
.prod-list-box:last-child {
	border-bottom: none;
}
.prod-list-box h1 {
	font-size: 32px;
	font-weight: 400;
	text-transform: none;
	color: #00ad35;
	margin: 15px 0 15px 0;	
}

/* BLOG */
.blog-post {margin-bottom: 40px;}
.blog-post h1 {
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
    color: #00ad35;
    margin: 0 0 15px 0;	
    line-height: 1.2;
}
.blog-post h1 small {
	display: block;
	color: #aaa;
    font-size: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
.blog-post .thumb {margin-bottom: 20px;}

.box-blog-relacionados .jcarousel-wrapper {
	margin: 0;
}
.box-blog-relacionados .prod-item {
	padding: 0;
}


/* CONTATO */
.box-contato textarea {
	height: auto; 
	line-height: 1;
}


/* REPRESENTANTES */
.onde-select {
	padding: 20px;
	overflow: hidden;
	background: #efefef;
	margin-bottom: 30px;
}

.onde-table {margin-bottom: 30px;}

ul.list-representantes {}
ul.list-representantes li {
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	float: left;
	padding: 20px 0; 
}
ul.list-representantes li h2 {margin-top: 0;}

footer {
	padding: 40px 0;
	background: #eeeeee;
}
footer h1 {
	margin: 0;
	margin-bottom: 10px;
}

footer hr {border-top: 1px solid #ccc;}

footer .logo {
	font-size: 12px;
}
footer .logo img {margin-right: 20px;}

footer .selos {

}

ul.list-footer {}
ul.list-footer li {
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}

ul.list-footer li div.thumb,
ul.list-footer li div.desc {float: left;}

ul.list-footer li div.thumb {
	width: 60px;
	margin-bottom: 10px;
}
ul.list-footer li div.thumb img {border-radius: 3px;}

ul.list-footer li div.desc {
	padding: 0 0 0 20px;
	width: calc(100% - 60px);
}



.colunas-home {
	width: 20%;
	float: left;
	position: relative;
    min-height: 1px;
	box-sizing: border-box;
	overflow: hidden
}





@media only screen and (max-width: 768px) {
.colunas-home {
	width: 50%;
	float: left;
	position: relative;
    min-height: 1px;
	box-sizing: border-box;
	overflow: hidden
}	
	
h1 {text-align: center;}

.box {text-align: center;}	

.img-center {display: table; margin: 0 auto;}

.prod-content {text-align: center;}	

.btn {
	display: inline-block;
	margin: 10px 0;
	line-height: 2;
	text-align: center;
}

ul.list-side li {text-align: center;}

.home-feat-box {
	margin-bottom: 30px;
}

.prod-box {
  height: 300px;
}
.prod-hover {
  padding-top: 30%;  
}

.section-header {height: auto; padding: 40px 0}
.section-header .title {
	text-align: center;
	margin: 0;
}
.section-header .search {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.header-search {}
.section-header .cart {
	margin: 0;
	text-align: center;
}

.box {
	margin-bottom: 40px;
	height: auto;	
}

.section-carrinho-box,
.cart-frete {
	text-align: center;
}

.cart-frete .desc,
.cart-frete .field {
	width: 100%;
	text-align: center;
	display: block;
}
.cart-frete .desc {margin-bottom: 20px;}

.section-carrinho-box img {
	margin-bottom: 20px;
}

.btn-end {
	line-height: 1.6;
	display: table;
	margin: 20px auto 0 auto;
	float: none;
}

.cat-banner .ovr {	
	padding: 100px 50px;
	text-align: center;
}

.prod-img,
.prod-content,
.prod-opt {margin-bottom: 40px;}

.prod-list-filter-up select, 
.prod-list-filter-down select {
	width: 100%;
}


ul.list-pagination {
	float: none;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
}

.prod-list-box .thumb {display: table; margin: 0 auto;}
.prod-list-box .desc {text-align: center; margin-bottom: 30px;}

.blog-post img {margin-bottom: 20px;}

footer h1 {text-align: center;}

ul.list-footer {margin-bottom: 30px;}
ul.list-footer li {text-align: center;}
ul.list-footer li div.thumb {display: none}
ul.list-footer li div.desc {
	width: 100%; 
	text-align: center;
}

	.table td {
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 0;
	}
	.table .thead {
		display: none;
	}
	.table td:first-child {
		border-top: 1px solid #dfdfdf;
		padding-top: 20px;
	}
	.table td:last-child {		
		padding-bottom: 20px;
	}

	.footer-logo, .footer-info, .footer-fb  {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}

	ul.list-representantes li {width: 100%;}

	.onde-select select {margin-bottom: 10px;}
}

@media only screen and (max-width: 991px) {
.colunas-home {
	width: 33.33333333%;
	float: left;
	position: relative;
    min-height: 1px;
	box-sizing: border-box;
	overflow: hidden
}
body {margin: 0;}

ul.list-filter li {
	min-width:100%;
	border-bottom: 1px solid #d6d6d6;
	border-right: none;
	float: left;
}
ul.list-filter li:last-child {border-bottom: none;}



footer .logo {
	text-align: center;
	width: 100%;
}
footer .logo img {
	display: table; 
	margin: 0 auto; 
	margin-bottom: 20px;
	margin-top: 10px;
}
footer .selos {
	display: block; 
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.cat-banner {
	display: block;
	position: relative;
	padding: 15px 15px 0 15px;
}
}

@media (min-width: 769px) and (max-width: 990px) {
	.menuzord-brand {width: 20%;}

.prod-box {
  height: 300px;
}
.prod-hover {
  padding-top: 30%;
}

.home-feat-box {
	margin-bottom: 30px;
}

.box-trabalhe {height: 420px;}

.btn-end {
	float: left; 
	line-height: 1.6;
	margin-top: 20px;
}

ul.list-footer li {}
ul.list-footer li div.thumb {display: none}
ul.list-footer li div.desc {
	padding: 0 0 20px 0;
	width: 100%; 
}

	ul.list-representantes li {
		width: 50%;
		float: left;
		min-height: 230px;
	}	
}

@media (min-width: 991px) and (max-width: 1200px) {
ul.list-filter li {
	width: 50%;
	border-bottom: 1px solid #d6d6d6;	
}
.prod-box {
  height: 300px;
}	
.prod-hover {
  padding-top: 25%;
}

@media (min-width: 1201px) and (max-width: 1366px) {
	.prod-hover {
	  padding-top: 130%;
	  font-size: 18px;
	}	
}

@media only screen and (min-width: 1170px) {}



