body {
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	padding-top: 168px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	background-color: transparent;
	border:none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top {
	background-color: #344386;
	min-height: 20px;
}
#top #top-links {
	padding-top:5px;
}
#top #top-links ul li a {
	color:#fff;
	border-bottom:1px solid #fff;
}
#top #top-links ul li a.whatsapp {
	border-bottom:0px !important;
}
#top #top-links ul li a.whatsapp i {
	color:#34af23;
}
/* logo */
header {
	background-color: #344386;
	padding-bottom:20px;	
}
@media(max-width: 600px) {
	header {
		padding-bottom: 0px;
	}
}
.topo-todo {
	z-index: 1000;
}
#logo {
}

/* search */
#search {
	margin-top:10px;
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border:2px solid #fff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	color:#e8591f;	
}
#search::-webkit-input-placeholder { 
	color:#000;
}
#search .btn-lg {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	padding: 10px 35px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	background-color: #e8591f;
	color:#fff;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart-total {
	display: block;
	position: absolute;
	background-color: #e8591f;
	border-radius: 10px;
	margin-top:-4px;
	margin-left:-6px;
	padding:10px 8px;
	text-indent: 0px;
	line-height: 0px;
	font-size:10px;

}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eeeeee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu a {
	color:#344386;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.navbar-collapse {
}
.navbar-center {
    float:none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
#menu {
	background-color: #fff;
	margin-bottom: 0px;
}
#menu .nav > li > a {
	padding-top:5px;
	padding-bottom:5px;
	color: #000;
	min-height: 15px;
	background-color: transparent;
	font-weight: 600;
}
#menu .nav > li {
	border-left:2px solid #d8d8d8;
	margin:10px 0px;
}
#menu .nav > li:first-child {
	border-left:none;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
ul#menu3 li {
	padding-left:10px;
}
ul#menu3 li a {
	padding-left:10px;
	font-weight: 300 !important;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
}
#menu .dropdown-inner li a:hover {
	color: #e98e45;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #000;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		background-color: #344386;
	}
	#menu .nav > li {
		border-left:none;
	}
	#menu .nav > li > a {
		color: #fff;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.navbar-center {
	    margin:5px;
	    display: table;
	    table-layout: fixed;
	}
}
/* content */
#content {
	min-height: 600px;
}
@media(max-width: 600px) {
	#content {
		margin-top:50px;
	}
}
/* footer */
.btn-footer {
	background-color: #e9813b;
	border-radius: 30px !important;
	padding:2px 5px !important;
	min-width: 150px;
	margin-top:5px;
	border:none !important;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.btn-footer:hover {
	color:#fff;
}
footer {
	padding-top: 30px;
	background-color: #fff;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #282828;
}
footer a:hover {
	color: #282828;
}
footer h4 {
	margin-top:0px;
	font-weight: 600;
	color: #344386;
	text-transform: uppercase;
}
footer h4.forma {
	margin-top:2px;
}
footer .social {
	max-height: 40px;
	margin-top:-10px;
}
.direitos {
	margin-top:30px;
	background-color: #344386;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
}
.direitos p {
	margin:0px;
}
/* breadcrumb */
.breadcrumb {
	background-color: #fff;
	padding: 8px 0px 8px 0px;
	white-space: nowrap;
	overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
}
.breadcrumb > li a {
	color:#e98c43;
	font-style: italic;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '>>>';
	color:#e98c43;
	display: block;
	position: absolute;
	top: -1px;
	font-style: italic;
	right:-5px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
	border-radius: 19px;
}
.btn-primary {
	background: rgb(233,140,68);
	background: linear-gradient(0deg, rgba(233,140,68,1) 0%, rgba(232,88,30,1) 100%);
	border-radius: 19px;
	border:none;
	color:#fff;
	font-weight: 500;
	padding-left:30px;
	padding-right: 30px;
	border:1px solid rgb(233,140,68);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
	border:1px solid rgb(233,140,68);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group {
	border: 1px solid #e8591f;
	border-radius: 12px;
	padding:10px 10px;
}
.list-group h4 {
	color:#344386;
	font-weight: 700;
	text-transform: uppercase;
	font-size:20px;
}
.list-group-item {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #f5f5f5;
	background-color: transparent;
	color:#282828 !important;
	padding-left:20px;
}
.list-group-item i {
	color:#e8591f;
}
.list-group-item:last-child {
	border:none;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border:none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	padding-top:20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.product-thumb {
	content: " ";
	min-height: 100px;
	border-right:1px solid #e98e45;
}
.product-layout:last-child .product-thumb {
	border-right: none;
}
.product-layout {
	padding:0px;
}
.product-layout h4 a {
	color:#344386;
	font-weight: 600;
}
.product-layout h4 {
	color:#e98e45;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 600;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 110px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnail {
  margin-bottom: 0px;
}


.thumbnails {
  margin-left: -20px;
  max-height: 500px;
}
.thumbnails .indicador {
  text-align: center;
  width: calc(100% - 10px);
  background-color: rgba(0,0,0,.4);
  height: 40px;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
}
.thumbnails .indicador.indicador-down {
  position: absolute;
  bottom: 0;
}
.thumbnails .indicador.indicador-up {
  position: absolute;
  display: none;
  top: 0;
}
.thumbnails > img {
  width: 100%;
}
/* .image-additional a {
} */
.image-additional {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  /* max-width: 78px; */
  border: 1px solid #ddd;
}

.pdf-show {
  padding: 10px;
}
.pdf-show a {
  font-size: 16px;
  margin: 0 5px;
  border: 1px solid #929292;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
#produto-m .carousel-control {
  background-image: none!important;
  color: #000!important;
}

/* .thumbnails .image-additional {
	float: left;
	margin-left: 10px;
} */

#product-product .addthis_toolbox {
  margin-left: -20px;
  margin-top: 20px;
}
@media (max-width: 770px) {
  /* .thumbnails {
    display: none;
  } */
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.swiper-viewport {
	box-shadow: none !important;
	border:none !important;
	border-radius: 0px !important;
	overflow: hidden !important;
	margin:0px 0px 20px !important;
}
.img-banner {
	min-height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media(max-width: 600px) {
	.img-banner {
		min-height: 100px;
	}
	.swiper-viewport {
		margin:80px 0px 20px 0px !important;
	}
	.dois-banner {
		margin-bottom:10px;
	}
}
.btn-compra {
	background: rgb(233,140,68);
	background: linear-gradient(0deg, rgba(233,140,68,1) 0%, rgba(232,88,30,1) 100%);
	border-radius: 19px;
	border:none;
	color:#fff;
	font-weight: 500;
	padding-left:30px;
	padding-right: 30px;
}
ul.menu-login {
	margin-top:14px;
}
ul.menu-login li a {
	color:#fff;
}
ul.menu-login li img {
	width:30px;
}
ul.menu-login li span {
	padding-right:10px;
	padding-top:6px;
	font-size:14px;
	font-weight: 400;
}
h3.titulo {
	color:#344386;
	font-weight: 600;
}
h3.titulo:after {
   	content: ""; 
    display: block; 
    margin: 0 auto; 
    width:50px; 
    padding-top:10px; 
    border-bottom:4px solid #e98e45; 
} 
.heart-ico {
	margin-left:20px;
	margin-top:10px;
	max-height: 20px;
	position: absolute;
}
.heart-ico2 {
	max-height: 20px;
	margin-right: 20px;
}
ul.menu-rapido li {
	width: 24.5%;
}
.btn-menu-rapido i {
	font-size: 18px;
}
.btn-menu-rapido {
	display: block;
	border-radius: 19px;
	color:#e98e45;
	border:1px solid #e98e45;
	font-weight: 600;
	font-size:14px;
	padding:5px 0px;
}
.btn-menu-rapido:hover {
	background: rgb(233,140,68);
	background: linear-gradient(0deg, rgba(233,140,68,1) 0%, rgba(232,88,30,1) 100%);
	color:#fff;
}
@media(max-width: 600px) {
	ul.menu-rapido li {
		width: 100%;
		margin-bottom:5px;
	}
}
ul.categorias {
	border:1px solid #e98e45;
	border-radius: 5px;
	padding:20px;
	display: inline-block;
	width: 100%;
}
ul.categorias li {
	padding-right: 0px;
	padding-left: 0px;
}
ul.categorias li a .box-categoria {
	border-right:1px solid #e98e45;
	border-bottom:1px solid #e98e45;
	text-align: center;
	padding-bottom:20px;
}
ul.categorias li:last-child a .box-categoria,
ul.categorias li:nth-child(4) a .box-categoria {
	border-right: none;
}
ul.categorias li:nth-child(n+5):nth-child(-n+8) a .box-categoria {
	border-bottom:none;
	padding-top:20px;
	padding-bottom:0px;
}

@media(max-width: 600px) {
	ul.categorias li a .box-categoria {
		padding-top:15px;
	}
	ul.categorias li:last-child a .box-categoria,
	ul.categorias li:nth-child(2) a .box-categoria,
	ul.categorias li:nth-child(4) a .box-categoria,
	ul.categorias li:nth-child(6) a .box-categoria,
	ul.categorias li:nth-child(8) a .box-categoria,
	ul.categorias li:nth-child(10) a .box-categoria {
		border-right: none;
	}	
	ul.categorias li:nth-child(n+5):nth-child(-n+8) a .box-categoria {
		border-bottom:1px solid #e98e45;
	}

	ul.categorias li:last-child a .box-categoria {
		border-bottom:none;
	}


}

ul.categorias li a .box-categoria i {
	font-size:40px;
	color:#344386;
}
ul.categorias li a .box-categoria h4 {
	margin-top:15px;
	color:#acacac;
	font-size:12px;
	font-weight: 400;
}
ul.categorias li a:hover .box-categoria h4 {
	color:#e98e45;
}
ul li .noticia {
	margin-right:20px;
}
ul li .noticia small {
	margin-top:5px;
	color:#e98a42;
	font-size: 12px;
}
ul li .noticia h4 {
	margin:0px;
	color:#344386;
	font-weight: 600;
}
ul li .noticia .btn {
	margin-top:5px;
}


.btn-news {
	background-color: #fff;
	border:none;
	border-radius: 19px;
	color:#e98a42;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 500;
}
.news {
	margin-top:40px;
	background-color: #e85c21;
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}
.news h3 {
	margin:0px;
	color:#fff;
	font-weight: 600;
}
.news form {
	margin-top:6px;
}
.news input {
	border-radius: 19px;
	border:none;
	margin-right: 20px;
}


#product-product h4.sogrande {
	margin:0px;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom:20px;
	background-color: #324285;
}
#product-product h2 {
	color:#e98c44;
	font-weight: 600;
}
#product-product .thumbnail {
	border:none;
}

#product-product .borda-produto {
	border-right: 1px solid #e98e45; 
}
#product-product .parcela {
	margin:0px;
	font-style: italic;	
	color:#5e5e5e;
}
#product-product .boleto {
	font-weight: 600;
	font-style: normal;
}
#product-product .btn-ajusta {
	margin-top:20px;
}
#product-product .box-cep {
	margin-top:5%;
	border:1px solid #bfbfbf;
	border-radius: 10px;
	padding:15px;
}
#product-product .box-cep h5 {
	color:#324285;
	text-transform: uppercase;
	font-style: italic;
}
.btn-azul {
	background-color: #324285;
	color:#fff;
	text-transform: uppercase;
	border:none;
}
h3.desc {
	margin-top:100px;
	color:#324285;
	text-transform: uppercase;
	font-weight: 600;
}
.box-desc {
	border:1px solid #bfbfbf;
	border-radius: 10px;
	padding:30px 55px;
	margin-bottom:50px;
}
.banner-produto-img {
	min-height: 300px;
	background-size: cover;
	background-position: center;
	margin-bottom:10px;
}
.banner-produto-img h2 {
	font-size:40px;
	color:#fff;
	text-transform: uppercase;
	padding-top:120px;
	font-weight: 800;
	letter-spacing: 3px;
}

  .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.s-box {
	min-width: 100%;
	max-height: 55px;
	min-height: 55px;
	overflow: hidden;
}
.s-boximg {
	float:left;
	padding-right:10px;
}
.s-img {
	max-height: 55px;
	min-height: 55px;
	min-width: 55px;
	max-width: 55px;
}
.s-boxtext {
	float:left;
}
.s-boxtext h4 {
	margin:0px;
	color:#344386;
	font-weight: 600;
}
.s-boxtext p {
	padding-top:5px;
	font-size:12px;
	color:#e98e45;
}
.s-boxbto {
	float:right;
}
.s-boxbto a {
	display: block;
	margin-top:10px;
	font-size:12px;
	background-color: #e8591f;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
}
.clear {
	clear:both;
}
.mfp-iframe-scaler iframe {
	background: #fff !important;
	text-align: center;
}

.destaques {
	margin-top:30px;
	margin-bottom:30px;
}
/* PRODUTO */
h2.produto-titulo {
	margin-top:10px;
	margin-bottom:50px;
	background-color: #e8591f;
	color:#fff;
	text-transform: uppercase;
	font-weight: 800;
	padding:10px 0px;
	font-size:20px;
}
@media(max-width: 600px) {
	.social {
		display: none;
	}
}
.like-button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}

.foxthree {
	max-width: 50px;
}

ul.docs li .btn {
	margin-bottom:5px;
}
.alert-success {
	color:#000;
	background-color: #eee;
	border-color: #eee;
}
#faq .panel-default { 
	border:none;
}
#faq .panel {
	border:none;
}
.categoria-imagem {
	height: 60px;
}
@media(max-width: 600px) {
	.categoria-imagem {
		height:30px;
	}
}
