/* general */

body { background: #fff; font-family: 'Open Sans', sans-serif; }

a { color: #676767; }
a:hover { text-decoration: none; color: #d8df20; }

.content { min-height: 500px;}
.clear { clear: both; }
.right { float: right; }

.container{
	width: 1100px;
}

.span1{
	width: 100px;
}

.span2{
	width: 180px;
}

.span3{
	width: 240px;
}

.span5{
	width: 440px;
}

.span6{
	width: 520px;
}

.span9{
	width: 840px;
}

.span10{
	width: 900px;
}

.span11{
	width: 980px;
}

h1, h2, h3, h4, h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}

h1, h1 a { font-size: 28px; line-height: 30px; color: #666;}
h2, h2 a { font-size: 24px; line-height: 26px; color: #ed008c; }
h3, h3 a { font-size: 18px; line-height: 20px; color: #ed008c;}
h4, h4 a { font-size: 16px; line-height: 18px; color: #666;}
h5, h5 a { font-size: 14px; line-height: 16px; color: #666; }

.btn{
	padding: 10px 15px;
	font-size: 13px;
	line-height: 18px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
	font-weight: bold;
	border-bottom: 2px transparent solid;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.btn-block{
	padding: 10px 0;
}

.btn-primary{
	background: #ed008c;
	border-bottom-color: #b8006d;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]{
	background: #b8006d;
}

.btn-info{
	background: #01aef0;
	border-bottom-color: #0087bb;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled]{
	background: #0087bb;
}

.btn-success{
	background: #d8df20;
	border-bottom-color: #BFC51B;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled]{
	background: #BFC51B;
}

.btn-danger{
	background: #da4f49;
	border-bottom-color: #bd362f;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled]{
	background: #bd362f;
}

.btn-warning{
	background: #ffcc00;
	border-bottom-color: #e4b600;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled]{
	background: #e4b600;
}


.well {
	padding: 40px;
	background-color: #f7f7f7;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}

hr{
	border-top: none;
	border-bottom: 1px #ebebeb solid;
}

/* header */


.header { margin: 0; background: #fff; color: #676767; padding: 35px 0 0 0; } 
.logo { display: block; margin: -15px 0 -35px 0;}

.logo img {
	display: block;
	margin: 0 auto;
}

.search{
	margin: 0 0 20px;
}

.search form {
	margin: 0;
}

.search div.auto_complete{
	margin: 0;
	position: relative;
}

.search .ms-helper{
	color: #fff;
	font-size: 14px;
	top: 20px;
	right: 80px;
	background: #666;
	padding-left: 10px;
}

.search .button-group{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.search .button-group .btn{
	color: #fff;
	text-shadow: none;
	float: left;
	margin: 10px 0 0 0;
	padding: 5px 18px 0;
	line-height: 28px;
}

.search .button-group .btn:last-child{
	border-left: 1px #767676 solid;
}

.search .button-group .btn:hover{
	color: #d8df20;
	text-decoration: none;
}

.search .ms-sel-ctn{
	padding: 0 20px;
}

.search .ms-ctn,
.search .ms-ctn-bootstrap-focus{
	background: #666;
	border: none;
	padding: 13px 0;
	height: auto;
	width: 100% !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.search .ms-ctn input,
.search .ms-ctn input:focus{
	background: none;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 90%;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.search .ms-res-ctn{
	top: 100%;
	position: absolute;
	width: 100%;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

.search .ms-res-ctn .ms-res-item.ms-res-odd{
	background: #fff;
}

.search .ms-res-ctn .ms-res-item img{
	height: auto;
}

.search .ms-res-ctn .ms-res-item-active,
.search .ms-res-ctn .ms-res-item.ms-res-odd.ms-res-item-active{
	background: #f7f7f7;
}

.nav ul { list-style: none; padding: 0; margin: 0;}
.nav li {float: left; margin-right: 3px; margin-top: 10px;}
.nav a { font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-weight: bold; font-size: 12px;}
.nav .nav-div { 
	background: url('../img/nav-div.png') no-repeat 8px 8px; 
	float: right;
	width: 20px;
	height: 15px;
	margin-left: 3px;
}
.nav li:last-child{
	margin-right: 0px;
}

.no-ml {
	margin-left: 0 !important;
	margin-right: 2.127659574468085%;
}

.top-basket,
.top-login { 
	background: url(../img/icon-cart.jpg) no-repeat; 
	min-height: 40px; 
	padding-left: 50px;
	line-height: 10px;
	float: left;
	font-size: 13px;
}

.top-login{
	background-image: url(../img/icon-user.jpg);
}

.top-login label, .top-basket label { font-size: 13px; font-weight: bold; font-family: 'Open Sans', sans-serif; margin: 0;}

.top-login a,
.top-basket a { color: #ed008c; margin: 0; font-weight: bold; font-size: 13px; }

.top-login a:hover,
.top-basket a:hover{
	text-decoration: underline;
}

.banners { text-align: center; margin-bottom: 20px; }


/* tel */

.tel-wrap { text-align: center; padding: 10px 0; margin: 0 0 20px 0; background-color: #ec008c;}

.tel {
	font: 14px 'Open Sans', sans-serif; text-transform: uppercase; font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.tel-text { font-size: 19px; }


/* menu */

.menu-left { border: 1px #ebebeb solid; border-bottom-width: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.menu-left ul { list-style: none; padding: 0 20px; margin: 0; margin-bottom: 20px; border: none; }
.menu-left h5{padding: 0 20px; margin-bottom: 5px;}
.menu-left h5 a { color: #231f1e; font-size: 14px;  }
.menu-left h5 a:hover {  color: #d8df20; }
.menu-left a { display:block; color: #999; font-size: 12px; font-weight: bold; font-family: 'Open Sans', sans-serif;}
.menu-left a:hover {  color: #d8df20; }
.menu-left .easy-chat{
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #ebebeb solid;
	text-align: center;
}

/* produtos */

.listagem h5{
	margin-bottom: 20px;
}

.listagem h1 a {
	font-size: 24px; line-height: 26px; color: #ed008c; 
}

.listagem-prod {
	border: 1px #ebebeb solid;
	border-bottom-width: 2px;
	margin: 0 0 20px 0;
}

.listagem-prod .pic{
	width: 100%;
	float: left;
	overflow: hidden;
	height: 200px;
	text-align: center;
}

.listagem-prod .pic img{
	width: 100%;
}

.listagem-prod .info{
	padding: 20px;
	clear: both;
}

.listagem-prod .btn .fa{
	margin-right: 5px;
}


.prod-codigo { margin: 10px 0; font-size: 11px; }
.prod-nome a { font-weight: bold; font-size: 13px; line-height: 18px; color: #666; margin: 10px 0; display: block; height: 72px; overflow: hidden; }
.prod-nome a:hover{
	text-decoration: underline;
}
.prod-preco {
	font-weight: bold;	
	font-size: 18px;
	color: #000;
	display: block;
	margin-bottom: 15px;
}

.prod-preco .normal { margin-top: 8px; display: block; }
.prod-preco .de { color: #454545; clear: both; display: block; font-size: 12px; }
.prod-preco .por { color: #f32300;}

.produto-img {
	margin-bottom: 20px;
}
.produto-img img{
	width: 100%;
}

.produto-det { margin-bottom: 20px;}

.produto-desc { clear: both;}

.compre-tb { margin-top: 40px;}

.pagination{
	text-align: center;
}

.pagination a:hover{
	color: #231f1e;
}

/* sobre */

.sobre {
	margin-top: 20px;
}

.sobre p {
	line-height: 20px;	
}

.sobre a {
	border-bottom: solid 1px #000;
}


/* cesta */

.cesta {
	margin-top: 20px;
}

.cesta .title {
	font-size: 18px; line-height: 32px; font-family: 'Open Sans', Tahoma, Arial; font-weight: 800;
	margin-left: 10px;
}

.cesta table {
	margin-top: 20px;
}

.cesta th {
	background-color: #f6f6f6;
	padding: 20px;
	color: #959595;
}

.cesta td {
	color: #696969;
	padding: 20px;
	font-weight: bold;
}

.cesta .total {
	background-color: #f6f6f6;
	color: #00aeef;
}
/* Caulculo de frete na cesta */
.cesta .fretes{
	float: left;
	border: 1px solid #777;
	border-radius: 5px;
	background: #fff;
	padding: 1%;
	margin: 1%;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.cesta .fretes img{
	margin: 0 0 5px 0;
}
.cesta #aviso_frete{
	display: none;
	float: left;
	margin: 2% 20% 0 0;
	clear: both;
}


/* contato */

.contato {
	margin-top: 20px;
}

.contato form {
	padding: 40px;
}

#map {
	margin-bottom: 20px;
	width: 400px;
	height: 200px;
	display: block;
	padding-bottom: 20px;
}


/* login */

.login {
	margin-top: 20px;
}

.login form {
	padding: 40px;
}

.login .controls {
	margin-left: 80px;
}

.login .control-label {
	width: 50px;
}


/* cadastro */

.cadastro, .cliente {
	margin-top: 20px;
}

.cadastro h1 img {
	width: 100px;
	margin-right: 20px;
}

.cliente img {
	float: left;
	margin-right: 10px;
}

.cliente a {
	font-size: 18px; line-height: 32px; font-family: 'Open Sans', Tahoma, Arial; font-weight: 800;
}

.cliente p {
	margin-left: 10px;
	font-size: 12px;
}


/* forum */

.forum {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.forum form {
	background-color: #f6f6f6;
	padding: 20px;

}

.forum .buttons {
	float: right;
	margin-top: -80px;

}


/* footer */

.bg-footer {
	background-color: #f2f2f2;
	width: 100%;
	margin-top: 40px;
}


.footer {
	margin: 60px 0 30px 0;
	color: #231f1e;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.footer .nav,
.footer .copy{
	margin-top: 20px;
	color: #676767;
	font-size: 10px;
}

.footer .nav ul li{
	margin-right: 5px;
	margin-top: 0px;
}

.footer .nav ul li a{
	font-size: 11px;
}

.footer .nav ul li .nav-div{
	margin-left: 5px;
}

.footer .wco{
	margin-top: 10px;
}

.footer .wco img {
	height: 25px;	
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.social-facebook{ float: left; margin-right: 15px; }
.social-twitter{ float: left; margin-right: -15px; margin-top: -1px; }
.social-gplus{  }

ul.breadcrumb{ margin: 0 0 20px; }

.breadcrumb { text-transform: uppercase; font-size: 11px; }

.error-login{ margin-left: 10px; margin-top: 10px; }
.long{ font-size: 12px; text-align: justify; }


@media (max-width: 767px) {
  .logo {
    background: none;
    margin-left: -20px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .top-login {
  	/*display: none;*/
  }
  
}

.mb-15 {
	margin-bottom: 15px;
}

.tbl_certificados th, .tbl_certificados td {
	text-align: center;
	vertical-align: middle !important;
}

.noticias {
  margin-top: 20px;
}

.noticias h5 {
	color: #ed008c;
}

.noticias ul {
	list-style: none;
 	margin-top: 20px;
}

.noticias ul li {
 	margin-bottom: 30px;
}

.noticias ul li h4 {
 	margin: 0px;
}


.noticias .noticias-destaque ul {
	list-style: none;
 	margin-top: 0px;
}

.noticias .noticias-destaque ul li {
 	margin-bottom: 0px;
}

.noticias .noticias-destaque a {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 16px;
}

.noticias .noticia-data {
	font-weight: normal;
	font-size: 10px;
	color: #999;
}

.noticias .noticias-destaque .noticia-data {
	font-weight: normal;
	font-size: 10px;
	color: #666!important;
}

.footer .ultima-noticia {
	background-color: #fff;
	min-height: 120px;
	text-transform: none;
	font-weight: 100!important;
}

.footer .ultima-noticia p {
	line-height: 16px!important;
}

.footer .ultima-noticia ul {
	list-style: none;
	margin: 0px;
	padding: 8px 13px 8px 13px;
}

.footer .ultima-noticia h5 {
	margin: 0 0 5px 0;
}

.footer .ultima-noticia h5 a {
	font-size: 12px!important;
}

.footer .ultima-noticia .veja-todas {
	color: #ed008c;
}

.footer .ultima-noticia .veja-todas:hover {
	color: #d8df20;;
}

.box-desc {
	background-color: #f5f5f5;
	padding: 20px;
}

.noticias a {
    color: #ed008c;
}
.noticias a:hover {
    color: #d9e000;
}
.overlay {
	background-color: rgba(28, 32, 34, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 102;
}

.anexo {
  width: 90px;
  line-height: 12px!important;
  margin-top: 7px!important;
}

table.devolucao-itens,
table.devolucao-pacotes {
	width: 100%;
	margin-bottom: 10px;
    counter-reset: rowNumber;
}
table.devolucao-itens thead,
table.devolucao-pacotes thead {
	background-color: #ed008c;
	color: #fff;
	vertical-align: middle;
}
table.devolucao-itens thead th,
table.devolucao-pacotes thead th {
	height: 35px;
	padding: 8px;
	text-align: left!important;
}
table.devolucao-itens thead th td,
table.devolucao-pacotes thead th td {
	width: 100%;
}
table.devolucao-itens tbody,
table.devolucao-pacotes tbody {
	background-color: #f2f2f2;
	color: #000;
	vertical-align: middle;
}
table.devolucao-itens tbody tr,
table.devolucao-pacotes tbody tr {
	height: 40px;
	counter-increment: rowNumber;
}
table.devolucao-itens tbody tr td,
table.devolucao-pacotes tbody tr td {
	padding: 8px;
}
table.devolucao-itens tbody tr td.id,
table.devolucao-pacotes tbody tr td.id {
	text-align: center;
	width: 20px;
}
table.devolucao-itens tbody tr td.id:before,
table.devolucao-pacotes tbody tr td.id:before {
  content: counter(rowNumber);
  min-width: 1em;
  margin-right: 0.5em;
}
table.devolucao-itens .control-group,
table.devolucao-pacotes .control-group {
	margin: 0!important;
}
button.btn-devolucao-itens,
button.btn-devolucao-pacotes {
	padding: 0px 20px;
}

.produto-img {
	position: relative;
}
.marca-dagua {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    height: 135px;
    opacity: 0.2;
}
.marca-dagua img {
	width: auto;
}

a.stay-white {
	color: white;
}

#balcao, #transportadora_sedex {
	position: static;
	margin-right: 5px;
	margin-top: -2px;
}

div.list ol {
  counter-reset: item
}

div.list li {
  display: block
}

div.list ol > li:before {
	color: #ed008c;
  content: counters(item, ".") " ";
	counter-increment: item;
	font-size: 18px;
	line-height: 20px;
}

div.list ul > li {
	display: list-item;
}

div.list p {
	padding-left: 20px;
}

div.list h3 {
	display: inline-block;
}

.card{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.cursor{
	cursor: pointer;
}

.no-padding{
	padding: 0;
}

.card-body img{
	max-width: 230px;
}