body {
	margin-top: 0px;
}
.navbar {
  border: 0px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: bold;
    border-left: 5px solid #F7982E;
}

blockquote a {
	color:#000000;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 25px;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 0px solid #DDD;
}

.list-group-item a {
	color:#7E7E7E;
}

.lad_menu_tit {
width:100%; background:#005483; color:#FFFFFF; font-weight:bold; font-size:12px; text-align:center; border-bottom:2px solid #000000; padding:5px;
      
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}

.fd_menu_body{
border-left:#E4E4E4 1px solid; border-right:#E4E4E4 1px solid; padding:3px;	
}

.fd_menu_fim{
border-left:#E4E4E4 1px solid; border-right:#E4E4E4 1px solid; border-bottom:#E4E4E4 1px solid; padding:3px; margin-bottom:20px;	
}
.bordlinhas{
	border:1px solid #F9F9F9;
	margin-bottom:5px;
}

.qd_filtro {
	width:100%; 
	padding:5px; 
	background-color:#E1E1E1; 
	margin-bottom:5px;
}


/* TITULOS */
.tit_login{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;
	color:#676561;
	font-weight:bold;
}

.tit_v_prod_g{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:40px;
}

.tit_prodsimilar{
	font-size:20px;
	font-weight:bold;
}

#quadrocantou {
	height: 29px;
}



@media (min-width: 320px) and (max-width: 991px) {
.tit_carrinho { display:none; }
}
@media (min-width: 992px) {
.tit_carrinho { display:block; }
	
}












/*////////////////////*/
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 1.4em;
/*  text-indent: 3.25em;*/
  padding-left:40px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  padding-top:14px;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}














.funkyradio_pay div {
  clear: both;
  overflow: hidden;
}

.funkyradio_pay label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio_pay input[type="radio"]:empty,
.funkyradio_pay input[type="checkbox"]:empty {
  display: none;
}

.funkyradio_pay input[type="radio"]:empty ~ label,
.funkyradio_pay input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 1.4em;
/*  text-indent: 3.25em;*/
  padding-left:40px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio_pay input[type="radio"]:empty ~ label:before,
.funkyradio_pay input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio_pay input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio_pay input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio_pay input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio_pay input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio_pay input[type="radio"]:checked ~ label,
.funkyradio_pay input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio_pay input[type="radio"]:checked ~ label:before,
.funkyradio_pay input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  padding-top:14px;
  color: #333;
  background-color: #ccc;
}

.funkyradio_pay input[type="radio"]:focus ~ label:before,
.funkyradio_pay input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio_pay-default input[type="radio"]:checked ~ label:before,
.funkyradio_pay-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio_pay-primary input[type="radio"]:checked ~ label:before,
.funkyradio_pay-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio_pay-success input[type="radio"]:checked ~ label:before,
.funkyradio_pay-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio_pay-danger input[type="radio"]:checked ~ label:before,
.funkyradio_pay-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio_pay-warning input[type="radio"]:checked ~ label:before,
.funkyradio_pay-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio_pay-info input[type="radio"]:checked ~ label:before,
.funkyradio_pay-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}



