@import"../font/stylesheet.css";
body {
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	color: #282923;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #282923;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #282923;
}
a:hover {
	text-decoration: none;
}
small {
	font-size: 100%;
}
.clear {
	clear: both;
}
.modal-dialog {
	margin:60px auto;
}
legend {
	font-size: 16px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	/*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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs a {
	text-transform: uppercase;
	font-size: 22px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.well {
	background: #FFF;
}
.bg-marcas {
	background: #FFF;
	padding: 1rem 0 3rem 0;
}
.bg-thumb .product-thumb {
	background: #FFF;
}
@media only screen and (min-width: 250px) {
.bg-cat487 {
	background: linear-gradient(to left, #9A0001,#BA0004);
	padding: 1rem 0;
}
}
@media only screen and (min-width: 768px) {
.bg-cat487 {
	padding: 1rem 0 10rem 0;
	clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
}
.bg-cat483 {
	/*background: linear-gradient(to left, #FFF,#FAFAFA);*/
}
.bg-cat487 .box-heading {
	color: #FFF;
}
.bg-cat487 .box-heading a {
	color: #FFF;
	border-color: #FFF;
}
/*LOGIN POPUP*/
.login-popup h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #EA3E5D;
	font-weight: 600;
	margin-top: 0;
}
.login-popup h2 {
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
}
.login-popup .border {
	border-right: 1px solid #FFF;
}
.login-popup .content-button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.login-popup .link-pass {
	color: #FFF;
	padding: 2% 0;
	font-size: 11px;
}
.login-popup .bt {
	background: #FFF;
	border:0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2% 3%;
	color: #000;
	font-size: 12px;
	text-align: center;
}
.login-popup .bt:hover, .login-popup .link-pass:hover {
	margin-left: 2%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.login-popup-content .modal-header {
	border-bottom: 0;
}
.login-popup-content .modal-content {
	background: #363636;
	text-align: left;
}
/*HEADER*/
header {
	/*background:#EEE9E0;*/
	background: url(../image/bg-header.jpg) center left no-repeat;
	z-index: 15;
	position: relative;
}
header .container-fluid {
	max-width: 1350px;
	margin:0 auto;
}
/*TOP HEAD*/
.top-head {
	max-width: 1350px;
	margin:0 auto;
	background: #FFF;
	padding: 0.5rem 0;
	text-transform: uppercase;
}
.top-head a {
	padding-right: 0.5rem;
	font-size: 11px;
	font-weight: 700;
	color: #666;
}
.top-head .top-head-icons .ico {
	font-size: 1.5rem;
}
.top-head .top-head-icons a {
	padding-right: 1rem;
}
.top-head .top-head-icons-r {
	text-align: right;
}
/* logo */
@media only screen and (min-width: 250px) {
#logo {
	margin: 10px 0;
	text-align: center;
}
#logo .img-responsive {
	display: inline-block;
}
#logo img {
	width: 50%;
}
}
@media only screen and (min-width: 768px) {
#logo {
	z-index: 20;
}
#logo img {
	width: 85%;
}
#logo .img-responsive {
	display: block;
}
header .logo-content {
	position: relative;
}
}
@media only screen and (min-width: 992px) {
#logo img {
	width: 85%;
}
#logo {
	margin-left: 3rem;
}
}
@media only screen and (min-width: 1200px) {
#logo {
	margin-left: 3rem;
}
#logo img {
	width: 85%;
}
}
@media only screen and (min-width: 992px) {
.bg-logo {
	width: 221px;
	height: 148px;
	background: url(../image/bg-logo.png) center no-repeat;
	position: absolute;
	top: -34px;
	left: 0px;
	z-index: 18;
}
}
@media only screen and (min-width: 1200px) {
.bg-logo {
	top: -34px;
	left: 0px;
}
}
@media only screen and (min-width: 1400px) {
.bg-logo {
	top: -34px;
	left: 0px;
}
}
/*SEARCH*/
.showSearch:hover {
	cursor: pointer;
}
.showSearchxs:hover {
	cursor: pointer;
}
@media only screen and (min-width: 250px) {
#search {
	z-index: 15;
	border-bottom: 0.1px solid #FFF;
	position:relative;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 1%;

}
}
@media only screen and (min-width: 768px) {
#search {
	width: 100%;
	position:relative;
	margin-top: 2rem;
}
}
@media only screen and (min-width: 992px) {
#search {
	margin-top: 2rem;
}
}
@media only screen and (min-width: 1200px) {
#search {
	margin-top: 2rem;
}
}
@media only screen and (min-width: 250px) {
#search input {
	width: 100%;
	text-align: left;
	border:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
	background: transparent;
	padding: 1rem;
	min-height: 30px;
	font-weight: 800;
	outline:none;
}
#search button {
	background: transparent;
	width: 80px;
	height: 50px;
	padding: 0 1rem;
	border: 0;
	color: #FFF;
	background: transparent;
	text-transform: uppercase;
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
}
#search button .fa {
	font-size: 2rem;
	color: #FFF;
}
}
@media only screen and (min-width: 250px) {
#search input {
	font-size:1.5rem;
}
}
@media only screen and (min-width: 768px) {
#search input {
	font-size:1rem;
}
}
@media only screen and (min-width: 992px) {
#search input {
	font-size:1.5rem;
}
}
@media only screen and (min-width: 1200px) {
#search input {
	font-size:2rem;
}
}
#search button:hover {
	color: #FF7A4C;
	cursor: pointer;
}
/*SEARCHXS*/
#searchxs {
	width: 100%;
	z-index: 15;
	background: #FFF;
	min-height: 45px;
	border: 1px solid #CCC;
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#searchxs input {
	width: 100%;
	background: transparent;
	border:0;
	text-transform: uppercase;
	color: #636463;
	outline: none;
}
#searchxs input {
	font-size: 1.5rem;
	padding: 1rem 1rem;
}
#searchxs button {
	background: transparent;
	border: 0;
	position: absolute;
	right:0;
	top:5px;
	cursor: pointer;
}
#searchxs button i {
	font-size: 25px;
	color: #636463;
}
#searchxs button i:hover {
	cursor: pointer;
	color: #E1B6A4;
}
/*BLOCK ICONS*/
@media only screen and (min-width: 768px) {
.block-icons { 
	margin-top: 3rem;
}
}
@media only screen and (min-width: 992px) {
.block-icons { 
	margin-top: 2.8rem;
}
}
@media only screen and (min-width: 1100px) {
.block-icons { 
	margin-top: 2.5rem;
}
}
@media only screen and (min-width: 1200px) {
.block-icons {
	margin-top: 2.6rem;
}
}
/*HELP HEAD*/
@media only screen and (min-width: 768px) {
.help-head a {
	color: #FFF;
	font-weight: 800;
	font-size: 2rem;
	display: inline;
}
.help-head a i {
	font-size: 2rem;
}
}
@media only screen and (min-width: 992px) {
.help-head a i {
	font-size: 1.5rem;
}
.help-head a {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 1100px) {
.help-head a i {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.help-head a i {
	font-size: 1.7rem;
}
.help-head a {
	font-size: 1.7rem;
}
}
@media only screen and (min-width: 1300px) {
.help-head a i {
	font-size: 2rem;
}
.help-head a {
	font-size: 2rem;
}
}
/*WELCOME*/
.welcome-head {
	position: relative;
	z-index: 999;
}
.welcome-head .dropdown-menu {
	left: inherit;
	right: 0;
}
.welcome-head .firstname {
	font-size: 2rem;
	padding: 1rem;
}
@media only screen and (min-width: 768px) {
.welcome-head #dLabel {
	font-size: 2rem;
	font-weight: 800;
}
}
@media only screen and (min-width: 992px) {
.welcome-head #dLabel {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1100px) {
.welcome-head #dLabel {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.welcome-head #dLabel {
	font-size: 1.7rem;
}
}
@media only screen and (min-width: 1300px) {
.welcome-head #dLabel {
	font-size: 2rem;
	
}
}
.welcome-head #dLabel {
	background: transparent;
	border:0;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
}
.welcome-head .dropdown-menu {
	min-width: 280px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1rem;
}
.welcome-head .dropdown-menu li a:hover {
	color: #E95875;
	background: transparent;
	margin-left: 2%;
}
/*.welcome-head .caret {
	color: #444;
}*/
.welcome-head .bt-login {
	background: #6EB561;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding: 1rem 2rem;
}
.welcome-head .bt-login:hover {
	text-decoration: none;
	background: #444;
}
.welcome-head .bt-register {
	color: #444;
	text-decoration: underline;
}
.welcome-head .dropdown-menu p {
	margin-top: 5%;
	font-size: 13px;
}
.welcome-head .dropdown-menu .ajuda {
	border:1px solid #F5F5F5;
	text-align: center;
	padding: 1rem 2rem;
}
/*REGUA CONDICOES*/
.regua-condicoes {
	margin: 0 auto;
	background: #FFF;
	padding: 2rem 0 1rem 0;
}
.regua-condicoes .container-fluid {
	max-width: 1350px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (min-width: 768px) {
.regua-condicoes p {
	font-size: 2rem;
}
.regua-condicoes p span {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.regua-condicoes p {
	font-size: 3rem;
}
.regua-condicoes p span {
	font-size: 2.2rem;
}
}
.regua-condicoes p {
	text-transform: uppercase;
	font-weight: 800;
	color: #477B10;
	line-height: 3rem;
}
.regua-condicoes p span {
	display: block;
	font-weight: 600;
	text-transform: none;
	font-family: 'Bilbo Swash Caps', cursive;
	color: #980605;
}
/* ICONS XS */
.icons-xs {
	margin-top: 20px;
}
@media only screen and (min-width: 250px) {
.icons-xs a {
	padding: 0;
}
.icons-xs .ico {
	font-size: 20px;
	color: #FFF;
}
}
@media only screen and (min-width: 350px) {
.icons-xs a {
	padding: 0 0.1rem 0 0;
}
.icons-xs .ico {
	font-size: 25px;
}
}
@media only screen and (min-width:410px) {
.icons-xs a {
	padding: 0 0.5rem 0 0;
}
}
/*MENU NAV XS*/
.drawer-nav .drawer-brand {
	margin-top: 1.5rem;
}
.drawer-nav .drawer-brand img {
	max-height: 60px;
}
.drawer-nav .logar {
  border-bottom: 1px solid #CCC;
}
.drawer-nav .logar a {
	font-size: 13px;
}
.drawer-nav .contact-xs {
	padding: 1rem;
	border-top: 1px solid #CCC;
}
.drawer-nav .contact-xs a {
	color:#666;
}
.drawer-nav .contact-xs a i {
	font-size: 20px;
}
/* cart */
@media only screen and (min-width: 1100px) {
#cart {
	margin-top: -3px;
}
}
@media only screen and (min-width: 1300px) {
#cart {
	margin-top: -5px;
}
}
#cart .cart-view .product-name {
	width: 30%;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 12px;
}
#cart .cart-view .price {
	color: #555;
	font-weight: 700;
}
#cart .cart-view .bt-remove {
	background: #444;
	border:0;
	outline: none;
	color: #FFF;
}
#cart .cart-view .bt-remove:hover {
	background: #CC3301;
}
#cart .bt-cart {
	background: #EEE;
	font-size: 12px;
	color: #444;
	padding: 0.5rem 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
#cart .bt-checkout {
	background: #26D07C;
	font-size: 12px;
	color: #FFF;
	padding: 0.5rem 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
#cart .table.cart-view > tbody > tr > td {
	border-top: 0;
}
#cart .table.cart-view > tbody > tr {
	border-bottom: 1px solid #FAFAFA;
}
@media only screen and (min-width: 250px) {
#cart .my-cart {
	display: none;
	text-transform: lowercase;
}
}
#cart .cart-class {
	border:0;
	background: transparent;
}
#cart button {
	position: relative;
}
@media only screen and (min-width: 768px) {
#cart #cart-total {
	display: none;
}
}
@media only screen and (min-width: 992px) {
#cart #cart-total {
	position: absolute;
	top: 0;
	right: -10px;
	font-weight: 800;
	color: #FFF;
	font-size: 11px;
}
}
@media only screen and (min-width: 1100px) {
#cart #cart-total {
	display: block;
}
}
@media only screen and (min-width: 768px) {
#cart .cart-class .img-cart {
	max-height: 20px;
}
}
@media only screen and (min-width: 1100px) {
#cart .cart-class .img-cart {
	max-height: 22px;
}
}
@media only screen and (min-width: 1300px) {
#cart .cart-class .img-cart {
	max-height: 30px;
}
}
#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: #FFF;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 230px;
}
@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 */
@media only screen and (min-width: 768px) {
.bg-nav {
	margin-top: 0.7rem;
}
}
@media only screen and (min-width: 992px) {
.bg-nav {
	margin-top: 5.5rem;
}
}
@media only screen and (min-width: 1200px) {
.bg-nav {
	margin-top: 5.5rem;
}
}
.bg-nav .container {
}
#menu {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 40px;
	text-align: center !important;
	align-items: center;
	justify-content: center;
}
#menu .navbar-nav {
	float: none;
	display: inline-block;
}
@media only screen and (min-width: 768px) {
#menu .nav > li > a {
	padding: 1rem 0.3rem;
	font-size: 1rem;
}
}
@media only screen and (min-width: 992px) {
#menu .nav > li > a {
	padding: 1rem 0.9rem;
	font-size: 1.1rem;
}
}
@media only screen and (min-width: 1100px) {
#menu .nav > li > a {
	padding: 1rem 0.8rem;
	font-size: 1.4rem;
}
}
@media only screen and (min-width: 1200px) {
#menu .nav > li > a {
	letter-spacing: 1px;
	padding: 1rem 1.3rem;
	font-size: 1.4rem;
}
}
@media only screen and (min-width: 1350px) {
#menu .nav > li > a {
	padding: 1rem 1.3rem;
	font-size: 1.4rem;
}
}
#menu .nav > li .cat405 {
	color: #EA3E5D;
	background: #000;
	font-weight: bold;
}
@media only screen and (min-width: 1100px) {
#menu .nav > li .outlet {
	border: 1px solid #666;
}
}
#menu .nav > li > a {
	/*font-family: 'tradegothicregular';*/
	color: #FFF;
	border:1px solid transparent;
	text-transform: uppercase;
	min-height: 15px;
	background-color: transparent;
	border-color: transparent;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	color: #C6A844;
	border:1px solid #C6A844;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	/*display: block;*/
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	text-transform: uppercase;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	font-weight: 600;
}
@media only screen and (min-width: 768px) {
#menu .dropdown-inner a {
	font-size: 11px;
}
}
@media only screen and (min-width: 1100px) {
#menu .dropdown-inner a {
	font-size: 11px;
}
}
#menu .dropdown-inner li a:hover {
	color: #C6A844;
	background: transparent;
}
#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: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#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;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#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 {
		border-radius: 4px;
	}
	#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;
	}
}
/*MENU TODOS DEPARTAMENTOS*/
.all-nav {
	background: #012360 !important;
	color: #FFF !important;
}
.all-nav:hover {
	color: #FFF !important;
	background: transparent !important;
}
.menu-all {
	min-width: 250px;
}
.menu-all .menu-second {
	color: #444 !important;
	font-size: 10px !important;
	text-transform: uppercase !important;
}
.menu-all .menu-second:hover {
	background: transparent;
	border-left: 0 !important;
	font-weight: 700;
	color: #C00726 !important;
}
.menu-all .menu-first .dropdown-toggle {
	color: #444 !important;
	font-size: 10px !important;
	text-transform: uppercase !important;
}
.menu-all .menu-first .dropdown-toggle:hover {
	background: transparent;
	border-left: 0 !important;
	font-weight: 700;
	color: #BF0625 !important;
}
.menu-all .menu-first {
	position: relative;
}
.menu-all .menu-first:hover .dropdown-inner2 {
	display: block;
	position: absolute;
	z-index: 20;
	background: #FFF;
	top: 0 !important;
	left: 60%;
	-webkit-transition: all 0.5s ease-out;
}
.menu-all .dropdown-inner2 {
	display: none;
	border:1px solid #444;
}
.menu-all .dropdown-inner2 ul {
	display: table-cell;
}
.menu-all .dropdown-inner2 a {
	min-width: 220px;
	border-bottom: 1px solid #FAFAFA;
	text-transform: lowercase;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #444;
	font-size: 14px !important;
}
.menu-all .dropdown-inner2 li a:hover {
	font-weight: 700;
	background: transparent;
}
.menu-all h3 {
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	font-size: 14px;
	padding: 0.1rem 0 0.3rem 1rem;
}
/*HOME*/
.bg-sombra-head {
	width: 100%;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
	padding: 0.5rem 0 1rem 0;
	position: relative;
	margin-top: -6px;
	z-index: 3;
}
.bg-sombra {
	width: 100%;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
	margin: 2rem 0 1rem 0;
}
.content-img img {
	width: 100%;
}
@media only screen and (min-width: 250px) {
.content-img .col-xs-12 {
	margin-bottom: 1%;
}
}
/*BOX HEADING*/
@media only screen and (min-width: 250px) {
.box-heading {
	text-align: left;
	font-weight: 800;
	text-transform: uppercase;
	color: #9A0001;
}
}
@media only screen and (min-width: 250px) {
.box-heading {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 768px) {
.box-heading {
	font-size: 3rem;
	text-align: left;
}
}
.box-heading-p {
	font-size: 1.3rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
}
.box-heading a {
	font-weight: 600;
	border:1px solid #444;
	padding: 0.5rem 1rem;
	font-size: 12px;
	float: right;
}
/* content */
@media only screen and (min-width: 250px) {
#content {
	min-height: 150px;
}
}
@media only screen and (min-width: 768px) {
#content {
	min-height: 600px;
}
}
/*Max Limit*/
.max-limit {
	max-width: 1360px;
	margin:0 auto;
}
.max-limit2 {
	max-width: 1350px;
	margin:0 auto;
}
/*PAGE CART*/
/*PAGE CART*/
.page-cart .input-group {
  z-index: 1;
}
.page-cart .input-group-addon {
  cursor:pointer;
}
.page-cart h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.page-cart .name-product {
	text-transform: uppercase;
	font-weight: 700;
}
.page-cart .model {
	font-weight: 700;
	color: #4BA02D;
	font-size: 11px;
	text-transform: uppercase;
}
.page-cart .price {
	font-size: 24px;
	color: #4BA02D;
	font-weight: 700;
}
.page-cart .resumo-pedido {
	border:1px solid #D6D6D6;
	min-height: 120px;
	padding: 2rem;
}
.page-cart .resumo-pedido h2 {
	margin-top: 0;
	color: #444;
}
.page-cart .resumo-pedido h3 {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page-cart .resumo-pedido .title-total {
	text-transform: uppercase;
	border-bottom: 1px solid #EEE;
	padding: 1rem 0;
	font-weight: 700;
	font-size: 16px;
}
.page-cart .resumo-pedido .title-total span {
	color: #4BA02D;
}
.page-cart .buttons-cart {
	margin-top: 2%;
}
.page-cart .buttons-cart .bt-checkout {
	background: #4BA02D;
	display: block;
	width: auto;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	padding: 1rem 0;
}
.page-cart .buttons-cart .bt-checkout:hover {
	background: #444;
}
@media only screen and (min-width: 250px) {
.page-cart .buttons-cart .bt-continue {
	padding: 0.5rem 2rem;
}
}
@media only screen and (min-width: 992px) {
.page-cart .buttons-cart .bt-continue {
	padding: 0.5rem 1rem;
}
}
@media only screen and (min-width: 1200px) {
.page-cart .buttons-cart .bt-continue {
	padding: 0.5rem 2rem;
}
}

.page-cart .buttons-cart .bt-continue {
	background: #CCC;
	margin-top: 2%;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
.page-cart .buttons-cart .bt-continue:hover {
	background: #444;
}
.page-cart .resumo-pedido .parcelamento-do-prouto-cart {
	font-size: 11px;
	font-weight: 700;
	margin-top: 2%;
	text-transform: uppercase;
}
.page-cart .resumo-pedido .parcelamento-do-prouto-cart .parcelas {
	color: #CC3301;
}
.page-cart .resumo-pedido .parcelamento-do-prouto-cart .valor {
	color: #CC3301;
}
.page-cart .modules-cart h4 {
	text-transform: uppercase;
}
.page-cart .modules-cart h4 .icofont {
	font-size: 20px;
}
.page-cart .modules-cart .nao-sei-cep {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	text-decoration: underline;
}
@media only screen and (min-width: 250px) {
.frete-gratis-cart {
	border:0;
	background: #363636;
	font-size: 10px;
	color: #FFF;
	padding: 0.25rem 1rem;
}
}
@media only screen and (min-width: 768px) {
.frete-gratis-cart {
	border:0;
	position: absolute;
	top: 0;
	right: 0;
	background: #363636;
	font-size: 10px;
	color: #FFF;
	padding: 0.25rem 1rem;
}
}
/*PAGE PRODUCT*/
.page-product {
	position: relative;
}
@media only screen and (min-width: 250px) {
.page-product .lado-left {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.page-product .lado-left {
	text-align: left;
}
.page-product .lado-right {
	border-left: 1px solid #F5F5F5;
}
}
@media only screen and (min-width: 250px) {
.page-product .title-product {
	font-size: 2rem;
	margin-top: 4rem;
}
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
.page-product .title-product {
	font-size: 3.1rem;
	margin-top: 4rem;
}
}
.page-product .title-product {
	font-weight: 900;
	text-transform: uppercase;
}
.page-product .economize {
	font-weight: 700;
}
.page-product .economize span {
	color: #E95875;
	text-decoration: underline;
	font-size: 1.4rem;
}
.page-product .new-product {
	border:0;
	color: #000;
	background: #EDE9E0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.1rem;
	position: absolute;
	top: 0;
	right: 4rem;
	padding: 0.5rem 1rem;
	z-index: 4;

}
.page-product .frete-gratis {
	border:0;
	background: #E95875;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 800;
	color: #FFF;
	padding: 0.55rem 1rem;
}
.page-product .rating a {
	display: block;
	font-size: 12px;
}
.page-product .list-unstyled h2 {
	font-size: 16px;
}
.page-product .list-unstyled h2 span {
	color: #666;
	font-size: 14px;
	display: block;
}
.page-product .bt-esgotado-product {
	width: 100%;
	background: #DB0303;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border:0;
	padding: 2% 2%;
	margin-top: 0.25%;
	margin-bottom: 2%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.page-product .bt-esgotado-product:hover {
	background: #666;
}
@media only screen and (min-width: 768px) {
.page-product .parcelamento-do-produto {
	font-size: 12px;
}
}
@media only screen and (min-width: 1200px) {
.page-product .parcelamento-do-produto {
	font-size: 12px;
}
}
.page-product .vendido {
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #666;
	padding: 0.1rem;
}
.page-product .vendido span {
	color: #BF0625;
	text-decoration: underline;
}
.page-product .leia {
	font-size: 11px;
	font-weight: 800;
	padding-top: 1%;
}
.page-product .manufacturer {
	font-size: 11px;
	color: #85858C;
}
.page-product .manufacturer a {
	font-weight: 700;
	color: #444;
	text-decoration: underline;
}
.page-product .price-content h2 {
	margin-top: 2rem;
	font-weight: 800;
}
.page-product .price-content .normal {
	text-decoration: line-through;
}
.page-product .price-content .ou {
	font-size: 0.55em;
}
@media only screen and (min-width: 768px) {
.page-product .price-content .normal {
	font-size: 0.65em;
	color: #980605;
}
.page-product .price-content .special {
	font-size: 1em;
	font-weight: 800;
	color: #980605;
}
}
@media only screen and (min-width: 992px) {
.page-product .price-content .normal {
	font-size: 0.50em;
}
.page-product .price-content .special {
	font-size: 0.55em;
}
}
@media only screen and (min-width: 1200px) {
.page-product .price-content .normal {
	font-size: 0.65em;
}
.page-product .price-content .special {
	font-size: 1.2em;
}
}
.page-product .price-content .avista_page_product {
	line-height: 25px;
}
@media only screen and (min-width: 250px) {
.page-product .price-content .avista_page_product .valor_desconto {
	font-size: 2.6em;
	color: #E95875;
	font-weight: 800;
	display: block;
}
}
@media only screen and (min-width: 768px) {
.page-product .price-content .avista_page_product .valor_desconto {
	font-size: 2.0em;
}
}
@media only screen and (min-width: 1200px) {
.page-product .price-content .avista_page_product .valor_desconto {
	font-size: 2.6em;
}
}
.page-product .points {
	background: #F4F4F4;
	padding: 1rem 1rem;
}
.page-product .points h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.page-product .points a {
	color: #003298;
}
.page-product .points-content {
	background: #F4F4F4;
	margin-top: 1%;
	padding: 1rem 0;
	text-align: center;
}
.page-product .options-content {
	margin-top: 1%;
}
.page-product .options-content h3 {
	display: none;
}
.page-product .options-content .select-content .label-select {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 11px;
}
.page-product .options-content .select-content .label-tamanhos {
	font-size: 11px;
	color: #85858C;
	float: right;
}
.page-product .options-content .select-content .label-tamanhos:hover {
	text-decoration: underline;
	color: #000;
}
.page-product .content-button-buy .button-buy {
	width: 100%;
	border:0;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	padding: 2rem 0;
	font-weight: 800;
	background: #17C567;
}
.page-product .content-button-buy .button-buy:hover {
	background: #000;
	border:0;
	color: #FFF;
}
.page-product .button-wishlist {
	border:0;
	color: #FFF;
	background: #000;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.1rem;
	position: absolute;
	top: 0;
	right: 4px;
	padding: 0.5rem 1rem;
	z-index: 4;
}
.page-product .share {
	margin-top: 2rem;
}
.page-product .share p {
	text-transform: uppercase;
	font-weight: bold;
}
.nav-tabs {
	margin-bottom: 15px;
}
.page-product .nav-tabs {
	border-bottom: 0;
	font-family: 'tradegothicregular';
	display: block;
	margin-top: 2rem;
}
.page-product .nav-tabs > li > a {
	background: transparent;
	font-size: 2rem;
	border: 0;
	cursor: pointer;
	color: #666;
	padding: 1rem;
}
.page-product .nav-tabs > li.active > a {
	background: transparent;
	border:0;
	color: #D03A45;
}
/*Produto Adicionado*/
.produto-adicionado {
	padding: 1rem;
}
.produto-adicionado {
	text-align: center;
	font-weight: 800;
	font-size: 1.2rem;
}
.produto-adicionado .title {
	color: #000;
}
.produto-adicionado a {
	color: #900604;
	font-weight: 900;
	text-decoration: underline;
}
/* footer */
footer {
	margin-top: 1rem;
}
/*FOOT1*/
@media only screen and (min-width: 250px) {
.foot1 {
	background: #477B10;
}
}
@media only screen and (min-width: 1100px) {
.foot1 {
	background: url(../image/bg-foot.jpg) top center no-repeat;
}
}
@media only screen and (min-width: 250px) {
.foot1 {
	padding: 2rem 0 1rem 0;
}
}
/*LOGO CONTENT*/
@media only screen and (min-width: 250px) {
.foot1 .logo-content {
	text-align: center;
	margin-bottom: 2rem;
}
.foot1 .logo-content img {
	width: 40%;
}
}
@media only screen and (min-width: 768px) {
.foot1 .logo-content {
	text-align: left;
	margin-top: 1rem;
}
.foot1 .logo-content img {
	width: 70%;
}
}
@media only screen and (min-width: 992px) {
.foot1 .logo-content {
	margin-top: 1rem;
}
.foot1 .logo-content img {
	width: 75%;
}
}
@media only screen and (min-width: 1200px) {
.foot1 .logo-content {
	margin-top: 2rem;
}
.foot1 .logo-content img {
	width: 55%;
}
}
/*REDES SOCIAIS FOOT*/
@media only screen and (min-width: 250px) {
.foot1 .redes-sociais {
	text-align: center;
}
}
.foot1 .redes-sociais a i {
	font-size: 3rem;
}
.foot1 .redes-sociais a {
	text-transform: uppercase;
	font-weight: 900;
	color: #FFF;
	font-size: 1.5rem;
	margin-bottom: 1%;
}
@media only screen and (min-width: 1200px) {
.foot1 .redes-sociais a {
	padding: 0.5rem;
}
}
@media only screen and (min-width: 768px) {
.foot1 .redes-sociais {
	margin-top: 2rem;
}
}
.foot1 .redes-sociais h1 {
	font-weight: 800;
	color: #FFF;
	font-size: 1.6rem;
	text-transform: uppercase;
}
footer h5 {
	font-weight: 800;
	text-transform: uppercase;
}
@media only screen and (min-width: 250px) {
footer h5 {
	font-size: 1.5rem;
	color: #D1B349;
}
}
@media only screen and (min-width: 768px) {
footer h5 {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 1100px) {
footer h5 {
	font-size: 1.5rem;
	color: #FFF;
}
}
footer .list-unstyled li {
	list-style: none;
}
@media only screen and (min-width: 250px) {
footer .list-style {
	min-height: 200px;
}
}
@media only screen and (min-width: 1024px) {
footer .list-style {
	min-height: 150px;
}
}
footer .list-unstyled li a {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 15px;
}
@media only screen and (min-width: 250px) {
footer .list-unstyled li a {
	color: #FFF;
}
}
@media only screen and (min-width: 1100px) {
footer .list-unstyled li a {
	color: #9B0001;
}
}
footer .list-unstyled li a:hover {
	text-decoration: underline;
}
/*SELOS PAY*/
@media only screen and (min-width: 250px) {
.seal-pay {
	text-align: center;
}
.seal-pay img {
	max-height: 28px;
}
}
@media only screen and (min-width: 992px) {
.seal-pay {
	text-align: left;
}
}
/*SELOS SECURITY*/
@media only screen and (min-width: 250px) {
.seal-security img {
	max-height: 35px;
}
}
@media only screen and (min-width: 992px) {
.seal-security {
	text-align: right;
}
}
/*FONE FOOT*/
@media only screen and (min-width: 250px) {
.fone-foot {
	text-align: center;
}
}
@media only screen and (min-width: 250px) {
.fone-foot p {
	padding: 0.5rem 1rem;
}
}
@media only screen and (min-width: 768px) {
.fone-foot p {
	width: 33%;
	float: left;
}
}
@media only screen and (min-width: 992px) {
.fone-foot p {
	width: 100%;
	float: none;
}
}
.fone-foot p {
	text-align: center;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
}
@media only screen and (min-width: 250px) {
.fone-foot .fone a, .fone-foot .fone {
	font-size: 2rem;
	color: #FFF;
}
.fone-foot .whats a, .fone-foot .whats {
	font-size: 1.2rem;
}
}
@media only screen and (min-width: 768px) {
.fone-foot .fone a, .fone-foot .fone {
	font-size: 2.2rem;
}
}
@media only screen and (min-width: 992px) {
.fone-foot .fone a, .fone-foot .fone {
	font-size: 2rem;
}
.fone-foot .whats a, .fone-foot .whats {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 1200px) {
.fone-foot .fone a, .fone-foot .fone {
	font-size: 2.5rem;
	color: #FFF;
}
}
.fone-foot .fone a, .fone-foot .fone {
}
.fone-foot .whats a, .fone-foot .whats {
	color: #17C567;
}
/*POWERED*/
.powered {
	padding: 1rem 0;
	font-size: 11px;
}
@media only screen and (min-width: 250px) {
.powered p {
	font-weight: 700;
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.powered p {
	text-align: left;
}
}
.powered span {
	font-weight: normal;
	display: block;
}
@media only screen and (min-width: 250px) {
.powered span { 
	display: none;
}
.powered .chamons {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.powered span { 
	display: block;
}
.powered .chamons {
	text-align: right;
}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	text-transform: uppercase;
	background: transparent;
	font-family: 'tradegothicregular';
	text-align: center;
	margin: 0 0 1px 0;
	padding: 8px 0;
	font-size: 11px;
}
.breadcrumb i {
	font-size: 11px;
}
.breadcrumb > li {
	padding: 0 2px;
	position: relative;
	/*white-space: nowrap;*/
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb span:last-child {
	display: none;
}
.pagination {
	margin: 0;
}
.pagination > li > a {
	color: #444;
}
.pagination > li.active > span {
	background: #444;
	border:1px solid #444;
	color: #FFF;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 16px;
	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;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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 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: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/*CAT PAGE*/
.cat-page h1, .cat-page h2 {
	text-align: center;
	font-family: 'tradegothicregular';
	text-transform: uppercase;
	font-size: 36px;
	margin-top: 0;
}
#list-view {
	display: none;
}
#grid-view {
	display: none;
}
/*SUB-CATS*/
.sub-cats {
	margin:1% 0;
	padding: 0;
	text-align: center;
}
.sub-cats li {
	display: inline;
	list-style: none;
}
@media only screen and (min-width: 250px) {
.sub-cats li a {
	font-size: 12px;
}
}
@media only screen and (min-width: 992px) {
.sub-cats li a {
	font-size: 11px;
}
}
.sub-cats li a {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	background: #666;
	color: #FFF;
	padding: 0.5rem 1rem;
	margin-bottom: 1%;
}
.sub-cats li a:hover {
	color: #FFF;
	background: #6D6E71;
}
/*BG-FEATURED*/
.bg-featured {
	/*background: linear-gradient(to left, #EDE9E0,#DDD9D3);*/
	background:#FFF;
	background: -moz-linear-gradient(top,  #fff 65%, #f6f6f6 85%, #f2f2f2 98%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#ffffff), color-stop(85%,#f6f6f6), color-stop(98%,#f2f2f2), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #fff 65%,#f6f6f6 85%,#f2f2f2 98%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #fff 65%,#f6f6f6 85%,#f2f2f2 98%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #fff 65%,#f6f6f6 85%,#f2f2f2 98%,#f2f2f2 100%);
	background:linear-gradient(to bottom,  #fff 65%,#f6f6f6 85%,#f2f2f2 98%,#f2f2f2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 )
	padding: 1rem 0;
}
.bg-featured .product-thumb, .product-white .product-thumb {
	background: #FFF;
}
@media only screen and (min-width: 1200px) {
.bg-featured .col-lg-2 {
	width: 20%;
}
}
.bg-latest {
	background: #CCC;
	padding: 1rem 0;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background: #FFF;
	overflow: auto;
	padding: 1rem;
}
.product-thumb:hover {
		z-index:10;
		box-shadow:0 0 20px rgba(0,0,0,0.2);
		border-color:transparent;
		transition:			box-shadow 400ms ease-out;
		-moz-transition:	box-shadow 400ms ease-out;
		-webkit-transition:	box-shadow 400ms ease-out;
		-o-transition:		box-shadow 400ms ease-out;
}

.product-thumb .manufacturer {
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	min-height: 30px;
	display: none;
}
.product-thumb .saving {
	border:0;
	background: #666;
	color: #FFF;
	font-size: 10px;
	font-weight: 800;
	position: absolute;
	padding: 0.25rem;
	top: 2rem;
	right: 2rem;
}
.product-thumb .new-product {
	border:0;
	background: #EEE9E0;
	font-weight: 800;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	position: absolute;
	padding: 0.55rem;
	top: 6rem;
	right: 2rem;
	display: none;
}
.product-thumb .esgotado {
	border:0;
	background: #CC3301;
	color: #FFF;
	font-weight: 700;
	text-transform: lowercase;
	position: absolute;
	padding: 0.25rem;
	top: 2rem;
	left: 1rem;
	z-index: 1;
}
.product-thumb .avise {
	display: none;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	o/*pacity: 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;
}
}
@media only screen and (min-width: 250px) {
.product-thumb h4 {
	min-height: 55px;
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.product-thumb h4 {
	min-height: 55px;
}
}
@media only screen and (min-width: 1200px) {
.product-thumb h4 {
	min-height: 50px;
}
}
.product-thumb h4 a {
	font-size: 14px;
	font-weight: 800;
}
.product-thumb .wishlist-thumb:after {
	clear: both;
}
.product-thumb .wishlist-thumb .wishlist-icon {
	color: #444;
	cursor: pointer;
}
@media only screen and (min-width: 250px) {
.product-thumb .caption {
	padding: 0 0 0 4px;
}
}
@media only screen and (min-width: 1024px) {
.product-thumb .caption {
	padding: 0 20px;
	min-height: auto;
}
}
.product-thumb .caption .description {
	min-height: 82px;
}
.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;
}
}
@media only screen and (min-width: 768px) {
.product-thumb .rating.col-sm-9 {
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (min-width: 1024px) {
.product-thumb .rating.col-sm-9 {
	padding-left: 1px;
	padding-right: 15px;
}
.product-thumb .wishlist-thumb.col-md-2 {
	padding-left: 1px;
	padding-right: 15px;
}
}
.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 .avista-modules {
	display: block;
}
.product-thumb .price .avista-modules .valor-desconto {
	font-weight: 700;
	color: #E95875;
}
@media only screen and (min-width: 250px) {
.product-thumb .price .content_parcelamento_produto {
	display: block;
}
}
@media only screen and (min-width: 1200px) {
.product-thumb .price .content_parcelamento_produto {
	display: inline;
}
.product-thumb .price .content_parcelamento_produto:before {
	content: '|';
}
}
@media only screen and (min-width: 250px) {
.product-thumb .price { 
	min-height: 60px;
	font-weight: 800;
	font-size: 1.6rem;
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.product-thumb .price { 
	min-height: 60px;
	font-size: 2rem;
}
}
.product-thumb .price-apartir {
	display: block;
	font-size: 1.3rem;
}
.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;
	display: none;
}
.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: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails.product-common > li {
	margin-left: 20px;
}
.thumbnails.product-common {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.product-common .image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.product-common .image-additional {
	max-width: 78px;
}
/*EVENTO FOTOS*/
.product-event .image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ddd;
}

@media only screen and (min-width: 250px) {
.product-event .image-additional {
	width: 50%;
	float: left;
}
.product-event li a img {
	max-height: 100px;
}
}
@media only screen and (min-width: 768px) {
.product-event .image-additional {
	width: 30%;
}
.product-event li a img {
	max-height: 80px;
}
}
@media only screen and (min-width: 1200px) {
.product-event .image-additional {
	width: 22%;
}
}
/*.thumbnails .product-event .image-additional {
	float: left;
	margin-left: 20px;
}*/
/*BESTSELLER*/
@media only screen and (min-width: 250px) {
.bestseller.col-child .product-layout:nth-child(5) {
	display: none;
}
}
@media only screen and (min-width: 768px) {
.bestseller.col-child .product-layout:nth-child(4) {
	display: none;
}
.bestseller.col-child .product-layout:nth-child(5) {
	display: none;
}
}
@media only screen and (min-width: 992px) {
.bestseller.col-child .product-layout:nth-child(4) {
	display: block;
}
}
@media only screen and (min-width: 1200px) {
.bestseller.col-child .product-layout:nth-child(5) {
	display: block;
}
}

@media only screen and (min-width: 768px) {
.col-sm-hidden-product .product-layout:last-child {
	display: none;
}
}
@media only screen and (min-width: 992px) {
.col-sm-hidden-product .product-layout:last-child {
	display: block;
}
}
@media only screen and (min-width: 250px) {
.col-child-4 .product-layout:last-child {
	display: none;
}
}
@media only screen and (min-width: 1200px) {
.col-child-4 .product-layout:last-child {
	display: block;
}
}
@media (min-width: 1200px) {
.modules-col .col-lg-3:nth-child(4n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
.modules-col .col-md-3:nth-child(4n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.modules-col .col-sm-3:nth-child(4n+1) {
		clear:left;
	}
.modules-col .col-sm-6:nth-child(2n+1){
	clear: left;
}
}
@media (min-width: 250px) and (max-width: 767px) {
.modules-col .col-xs-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;
}
.form-control {
	min-height: 40px;
}
/* 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;
}
