body {
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Archivo Narrow', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10.2px;
}
a{
	color: #ff9933;
}
a:hover, a:focus {
	color: #ff9933;
	text-decoration: none;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{
	border-color: #ff9933;
}
legend {
	color: #2fbe95;
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	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: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */

.well{
	background-color: #FFFFFF;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
	border: none;	
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	border: none;
}

.nav-tabs>li>a{
    border: 1px solid #d5d5d5;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    background: #ffffff;
    color: #3c3c3c;
    padding: 5px;	 
}

.nav-tabs>li>a:hover{
	border: 1px solid #ff9933;
	background-color: #ff9933;
	border: 1px solid #bfbfbf;
}

.nav-tabs>li>a .fa{
	color: #ff9933;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border: 1px solid #ff9933;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu{
	border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);	
}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #FF7F00;
}
/* top */
#top {
    background: #000;
    padding-top: 6px;
    padding-bottom: 6px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #FF7F00;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #FFFFFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #CCCCCC;
}
#top-links .dropdown-menu {
	background: #FFFFFF;
	border-radius: 0;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000000;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	/*padding-top: 6px;*/
}
#top-links ul{
	margin-bottom: 0;
}
#top-links a + a {
	margin-left: 15px;
}
@media (max-width: 1199px) {
	#top-links li{
		padding-right: 10px;
	}
	#top-links .fa {
		font-size: 20px;
	}
}
#top .nav .open>a, #top .nav .open>a:hover, #top .nav .open>a:focus{
	border-color: #FF7F00;
	background: transparent;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 25px;
}
#search .input-lg {
	height: 38px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
	margin-top: 25px;
}
#cart > .btn {
	font-size: 13px;
	line-height: 18px;
	color: #777;
}
#cart > .btn:hover {
	color: #333;
}

#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: #FFFFFF;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@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 */

.box-menu{
	background: #DDD;
}
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	color: #000;
	text-shadow: none;
	min-height: 15px;
	background-color: transparent;
	padding: 5px 35px !important;
	font-size: 15px;
	text-align: center;
}

#menu .nav > li > a img{
	margin-bottom: 5px;
}
#menu .navbar-collapse{
	max-height: 540px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #FF7F00;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #000;
	text-shadow: none;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #FF7F00;
	background-repeat: repeat-x;
	border-color: #FF7F00 #FF7F00 #FF7F00;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #FF7F00;
}
.navbar{
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar-collapse{
		padding-left: 0;
	}
	#logo {
		margin: 20px 0;
	}
	#search, #cart{
		margin-top: 30px;
	}	
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0;
	}
	#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;
	}
	#cart{
	    margin-bottom: 5px;
		margin-top: 0;
	}
	#search{
		margin-bottom: 5px;
		margin-top: 5px;
	}
}
/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	color: #e2e2e2;
	background: #000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
}
footer a {
	color: #ff9933;
}
footer a:hover {
	color: #ff9933;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.pre-footer{
    height: 20px;
    background-color: #ff9933;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin-bottom: 15px;
	background-color: transparent;
    border-radius: 0;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #FFF;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}
.pagination-row{
    background-color: #fff;
    padding: 5px 0 0 0;
    margin: -15px auto 15px auto;	
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	border-radius: 2px;
	border: none;
}
.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: 13px;
}
.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: none;
	background-color: #e7e7e7;
}
.btn-primary {
	color: #ffffff;
	background-color: #ff9933;
	border: 1px solid #ff9933;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ff9933;
	color: #000;
	border-color: #000;
}
.btn-warning {
	color: #ffffff;
	text-shadow: none;
	background-color: #faa732;
}
.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: none;
	background-color: #da4f49;
}
.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: none;
	background-color: #5bb75b;
}
.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: none;
	background-color: #df5c39;
}
.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: #FF7F00;
	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: #777;
	text-shadow: none;
	background-color: #e7e7e7;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #ebebeb;
    border-color: #adadad;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: none;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	margin-top: 5px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}
.product-thumb .image {
	text-align: center;
	background-color: #FFF;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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 .caption {
	padding: 0 5px;
	height: 175px;
}
.product-thumb .caption a{
	color:#666666;
}
.product-thumb .caption a:hover{
	color:#ff9933;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 140px;
	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 {
	color: #444;
	font-size: 33px;
	font-weight:bold;
}
.product-thumb .price {
	font-weight: bold;
	color: #ff9933;
	font-size: 1.5em;
	margin:0;
}
.product-thumb .price-new {
	font-weight: bold;
	color: #ff9933;
	display: block;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: normal;
	display: block;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 13px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
	text-align: center;
}
.product-thumb .button-group .fa{
	color: #FFF;
}
.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 {
    border: none;
    display: inline-block;
    background-color: #ff9933;
    color: #FFF;
    text-align: center;
    border: 1px solid #ff9933;
    margin: 5px;
    padding: 5px;
    border-radius: 2px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    background-color: #ff9933;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border-color: #000;
}/*
@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%;
	}
}*/

.thumbnail{
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 5px;
	padding: 5px;
	display: block;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
.product-layout{
	padding-left: 5px;
    padding-right: 5px;
}
@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%;
    }
}
header{
    padding-top: 5px;
    background: #ff9933;
}

/* etiquetas */
.menu-item-etiqueta{
	background-color: #7a5ce9; 
}

.menu-item-etiqueta .fa{
	font-size: 22px;
}

.menu-home{
	background-color: #474747; 
}

.menu-item-etiqueta .fa{
	vertical-align: middle;
}
.caption-etiqueta {
	min-height: 80px !important;
}
.caption-etiqueta h4{
	cursor:pointer;
	font-weight: normal !important;
}
.img-responsive-etiqueta, .img-responsive-manufacturer {
	cursor:pointer;
}

.img-responsive-manufacturer{
	border: 1px solid #FFF;
}

.img-responsive-manufacturer:hover{
	border: 1px solid #ff9933;
}

#carousel-etiqueta-fabricante{
	margin-bottom: 20px;
}

.fabricantes-box{
	padding: 0;
}

.busca-etiqueta-form{
    overflow: auto;
    padding: 10px 5px;
}

.preco-forma-pagamento{
	color: #2fbe95;
	font-size: 14px;
	font-weight: bold;
}
.highlight-text{
    color: #FFF;
    background-color: #467fcc;
    display: inline-block;
    margin: 1px;
    padding: 0 3px;
    border-radius: 2px;
	font-size: 12px;
}
.info-boleto-pj{
	font-size: 10px;
}
.client-localisation a{
	text-decoration: underline;
	display: inline-block !important;
}
.menor-preco{
    color: #999;
    font-size: 10px;
    font-weight: normal;
    line-height: 0.5em;
}
hr{
	margin-top: 10px;
	margin-bottom: 10px;	
}

.panel-group{
	margin-bottom: 15px;
}

.panel-default{
	border: none;
}
.panel-heading{
    padding: 10px;	
}
.panel-default>.panel-heading{
    color: inherit;
    background-color: #eef2f7;
    border:none;
}
.panel-default>.panel-heading h5{
	border-bottom: 2px solid #ff9933;
    padding-bottom: 10px;	
}
.panel{
	border: none;
	border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-bottom: 15px;
}
.panel-body{
	padding: 0 20px;
}
.panel-heading-frete{
	padding: 5px 7px;
}
.panel-title-frete{
	color: #666;
	font-size: 13px;
}

@keyframes flags {
   0%   { 
      	background: #FF7F00;
   }
   50%   { 
      	background: #1b4f81;
      	color: #FFF;
   }   
   100% { 
      	background: #FF7F00;
   }
}

@-webkit-keyframes flags {
   0%   { 
      	background: #FF7F00;
   }
   50%   { 
      	background: #1b4f81;
      	color: #FFF;
   }   
   100% { 
      	background: #FF7F00;
   }
}

@-moz-keyframes flags {
   0%   { 
      	background: #FF7F00;
   }
   50%   { 
      	background: #1b4f81;
      	color: #FFF;
   }   
   100% { 
      	background: #FF7F00;
   }
}

@-o-keyframes flags {
   0%   { 
      	background: #FF7F00;
   }
   50%   { 
      	background: #1b4f81;
      	color: #FFF;
   }   
   100% { 
      	background: #FF7F00;
   }
}
.titulo-promocao, .titulo-informacao{
    padding: 5px;
    text-align: center;
    color: #ff9933;	
}
.titulo-promocao{
	background-color: #000000;
    font-size: 24px;
	padding: 10px;
}

.titulo-informacao{
	background-color: #555555;
    font-size: 15px;
}

.impostos-inclusos-flag, .frete-gratis-flag{
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background-color: #2fbe95;
    display: inline-block;
    margin: 1px;
    padding: 0 2px;
    border-radius: 2px;
}
.product-list-pagamentos{
	display:block;
	padding: 5px 0;
	font-size: 15px;
}
.product-list-pagamentos span{
	font-weight: bold;
    color: #2fbe95;
}
.social a{
	display: initial !important;
}
.social h6{
	font-size: 14px;
	font-weight: bold;	
}
#button-cart{
	text-transform: uppercase;
}
/* sobrescreve bootstrap */
.qty-label{
	margin-top: 10px;
}
.qty-input{
	margin-top: 4px;
	margin-bottom: 5px;
}
.row-container {
    margin-left: 0;
    margin-right: 0;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
}
.row-form-search label{
	margin-left: 0 !important;
}
.row-container .col-lg-3, .row-container .col-md-3, .row-container .col-sm-6, .row-container .col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.manufacturer-thumb  .caption{
	min-height: 20px;
}

.manufacturer-thumb  .caption a {
	color: #FFFFFF;
}
.row-title{
    margin: 20px 5px;
    border-bottom: 2px solid #ff9933;
	padding-bottom: 5px;
}
.row-title h5, .row-title h3, .row-title h2, .row-title h1{
	margin: 5px;
    font-size: 24px;	
}
.row-title .fa-lg{
	font-size: inherit;
	color: #ff9933;
    vertical-align: baseline;
}
.row-title p{
	margin: 5px;
	padding-left: 28px;	
}
.row-small-title{
	padding: 0;
}

.row-small-title h3{
	font-size: 1.5em;
}
.row-small-title .fa, h1 .fa, h2 .fa{
	color: #ff9933;
	font-size: inherit;
}
.row-content{
	margin: 5px;
}
.row-container a {
	display: inline-block;
}
.row-container img:hover{
	background-color: rgba(255, 255, 255, 0.8);
}
.personal-carousel{
	background-color: #FFFFFF;
	margin: 0 5px !important;
}
.form-control {
	border-radius: 0;
	border: 1px solid #EEEEEE;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;	
}
.img-thumbnail{
	border-radius: 0;
	border: none;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.manufacturer-page-title{
	padding: 10px;
	position: relative;
}
.manufacturer-page-title p{
	display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    font-size: 16px;
	margin-left: 10px;
}
.product-content{
    margin: 0 auto 15px auto;
    padding: 10px;
    background-color: #FFF;
}
.sort-content{
    background-color: #FFFFFF;
    padding: 5px;
    margin: 0 auto 15px auto;
}
.sort-content label{
	margin-top: 7px;
}
.category{
    line-height: 23px;
    z-index: 100;
    padding: 0px 7px;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
}
.manufacturer-label{
    line-height: 23px;
    z-index: 100;
    padding: 0px 7px;
    text-align: right;
    position: absolute;
    bottom: 14px;
    right: 0px;
    overflow: hidden;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
}
.product-extra-info{
	display:block;
}

.tabs-bottom{
	margin-bottom: 0;
}
.tab-content{
    padding: 10px;
    background-color: #FFF;
}
.left-middle-col{
    margin-bottom: 11px;	 
}

@media (max-width: 768px) {
	.coluna-esquerda{
		padding-bottom: 15px;	
	}	
}

@media (min-width: 768px) {
	.special-box, .formas-entrega-box, .formas-pagamento-box{
		margin-bottom: 0;
	}	
	.coluna-esquerda{
		padding-right: 7px;	
	}
	.coluna-direita{
		padding-left: 7px;
	}
	.middle-col {
		padding-left: 0;
	}	
}
.middle-col-content{
    background-color: #FFF;
    padding: 10px;
}
.discount-label{
    display: inline-block;
    background: url('../image/label.png') no-repeat;
    font-size: 13px;
    height: 30px;
    padding: 9px 5px 0 15px;
    color: #FFF;
    vertical-align: middle;
	margin-bottom: 5px;
}
.row-tags{
	margin: 15px 0;
    padding: 10px;
    background-color: #FFFFFF;
}
.secondary-title{
	color: #2fbe95;
    margin: 15px 0;
    padding: 5px;
}
.secondary-title .fa{
	vertical-align: baseline;
}
.table-bordered{
	border: 1px dotted #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
	border: 1px dotted #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	border: 1px dotted #ddd;
}

.min-caption h4{
	font-size: 13px;
}

.min-caption .price{
	font-size: 14px;
}
.min-caption .product-list-pagamentos{
	font-size: 10px;
	padding: 0;
}
.min-caption .product-list-pagamentos span{
	font-size: 13px;
}
.min-button-group button, .min-button-group input{
	float: left;
	display: inline-block;
}
.min-button-group input{
	width: 20%;
	margin: 5px;
}
.min-button-group button{
	min-width: 60%;
}
.original img {
  float: left;
  margin-right: 10px;
}
/* destaques */

.table-unidades {
    display: table;
    width: 100%;
    background-color: #ffffff;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.linha-unidades {
    display: table-row;
    height: 40px;
}
.linha-unidades > div {
    width: 50%;
    height: 40px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	color: #7a5ce9;
}
.unidades-vendidas{
	border-right: 1px solid #ddd;
}
#float-banner-frete-gratis {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 15px;	
}
#float-text-desconto{
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    margin: 10px;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;	
}
.owl-controls .owl-page span{
	box-shadow: none !important;
}
.owl-controls .owl-page.active span{
	background: #ff9933 !important;
}
.box-uses{
	margin-bottom: 5px;
	background: #e7e7e7;
}

/* por1tempo */

#uses .nav > li > a {
	color: #000;
	text-shadow: none;
	min-height: 15px;
	padding: 5px 65px !important;
	font-size: 15px;
	text-align: center;
}
#uses #applications {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
    text-shadow: none;
}
#uses .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #FF7F00;
    background-repeat: repeat-x;
    border-color: #FF7F00 #FF7F00 #FF7F00;
}
.menu-uses-title{
	color: #000;
    font-size: 16px;
    padding: 12px 0 0 35px;
    max-width: 180px; 
}
.por-mes{
    font-weight: normal;
    font-size: 22px;	
}
.product-thumb .por-mes{
    font-weight: normal;
    font-size: 16px;	
}
.bndes{
	color: #FFF;
	background-color: #029835;
	display: inline-block;
	margin: 1px;
	padding: 0 3px;
	border-radius: 2px;
	font-size: 12px;	
}
.btn-bndes{
	background-color: #029835;
}
.btn-bndes:hover{
	background-color: #FFFFFF;
	color: #029835;
	border: 1px solid #029835;	
}