body {
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	color: #646464;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #646464;
}
/* 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: #646464;
}
a:hover {
	text-decoration: none;
}
.well {
	background: transparent;
}
.modal-dialog {
	margin:60px auto;
}
legend {
	font-size: 18px;
	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: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	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;
}
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;
}
.clear {
	clear: both;
}
/* ICONS XS */
@media only screen and (min-width: 250px) {
.icons-xs {
	margin-top: 6rem;
}
}
@media only screen and (min-width: 410px) {
.icons-xs {
	margin-top: 6rem;
}
}
@media only screen and (min-width: 420px) {
.icons-xs {
	margin-top: 6rem;
}
}
@media only screen and (min-width: 250px) {
.icons-xs a {
	padding: 0;
}
.icons-xs .ico {
	font-size: 22px;
	color: #444241;
}
}
@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;
}
}
/*ICONS HEAD*/
.icons-head-block {
	float: right;
}
.icons-head {
	float: left;
}
@media only screen and (min-width: 768px) {
.icons-head {
	margin-top: 3rem;
}
}
@media only screen and (min-width: 992px) {
.icons-head {
	margin-top: 1rem;
}
}
@media only screen and (min-width: 1200px) {
.icons-head {
	margin-top: 1.5rem;
}
}
.icons-head .bg-user {
	width: 35px;
	height: 35px;
	float: left;
	text-align: center;
	background: #222325;
	padding-top: 0.5rem;
	clip-path: circle(50% at 50% 50%);
	-webkit-clip-path: circle(50% at 50% 50%);
}
.icons-head .bg-user .ico {
	color: #FFF;
	font-size: 1.5rem;
}
/*WELCOME*/
.welcome-head {
	position: relative;
	z-index: 999;
}
.welcome-head .dropdown-menu {
	left: inherit;
	right: 0;
}
.welcome-head #dLabel {
	background: transparent;
	border:0;
	color: #666;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
.welcome-head .text-login {
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 500;
}
.welcome-head .text-second {
	font-size: 1.2rem;
	display: block;
	font-weight: 400;
}
}
.welcome-head .dropdown-menu {
	min-width: 280px;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 2rem 1rem;
}
.welcome-head .dropdown-menu .links li a:hover {
	color: #444;
	background: transparent;
	margin-left: 2%;
}
.welcome-head .dropdown-menu .firstname {
	font-size: 1.6rem;
}
.welcome-head .bt-login {
	background: #E3DDD7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	padding: 1rem 2rem;
}
.welcome-head .bt-login:hover {
	text-decoration: none;
	color: #FFF;
	background: #666;
}
.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 a {
	width: 100%;
	background: #666;
	font-weight: 800;
	text-align: center;
	padding: 1rem 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
.welcome-head .dropdown-menu .ajuda a:hover {
	color: #FFF;
	background: #000;
}
/*REGUA CONDICOES*/
@media only screen and (min-width: 250px) {
.regua-condicoes {
	margin-top: 0rem;
	background: linear-gradient(to left, #EAEAEA,#FFF);
}
}
.regua-bg {
	background: url(../image/bg-regua.png) repeat;
	padding: 6rem 0;
}
@media only screen and (min-width: 250px) {
.regua-condicoes p {
	font-size: 1.3rem;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800;
}
.regua-condicoes p span {
	font-size: 2rem;
	display: block;
	font-weight: 500;
}
}
@media only screen and (min-width: 768px) {
.regua-condicoes p {
	font-size: 2.5rem;
}
.regua-condicoes p span {
	font-size: 1.6rem;
}
}
@media only screen and (min-width: 1200px) {
.regua-condicoes p {
	font-size: 3rem;
}
.regua-condicoes p span {
	font-size: 1.6rem;
}
}
.regua-condicoes p {
	margin-top: 0;
	text-align: center;
}
/* logo */
@media only screen and (min-width: 250px) {
#logo {
	margin: 1px 0;
	text-align: center;
}
#logo .img-responsive {
	display: inline-block;
}
#logo img {
	max-height: 130px;
}
}
@media only screen and (min-width: 400px) {
#logo {
	margin: 1px 0;
}
}
@media only screen and (min-width: 768px) {
#logo {
	margin: 0 0 5px 0;
}
#logo img {
	max-height: 110px;
}
}
@media only screen and (min-width: 992px) {
.content-logo {
	position: relative;
}
#logo {
	margin:0;
	z-index: 10;
	position: absolute;
	top: -5rem;
}
#logo .img-responsive {
	display: block;
}
#logo img {
	max-height: 130px;
}
}
/*TOP-HEAD*/
.top-head {
	padding: 1rem 0;
}
.top-head p {
	font-size: 1.4rem;
}
@media only screen and (min-width: 250px) {
.top-head p {
	text-align: center;
}
}
@media only screen and (min-width: 992px) {
.top-head p {
	float: right;
}
}
.top-head p a {
	background: #646765;
	color: #FFF;
	padding: 0.5rem 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (min-width: 250px) {
header {
	padding: 0;
	margin-bottom: 1rem;
}
}
@media only screen and (min-width: 768px) {
header {
	margin-bottom: 3rem;
}
}
header .container {
	position: relative;
}
.representante-head {
	padding: 0.5rem 0;
	background: #DEB912;
	text-align: center;
}
.representante-head a {
	color: #FFF;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.representante-head a u {
	color: #D6AD5A;
}
@media only screen and (min-width: 250px) {
.telephone-fixed {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.telephone-fixed {
	text-align: right;
}
}
@media only screen and (min-width: 992px) {
.telephone-fixed {
	position: absolute;
	right: 10rem;
	top: -0.5rem;
}
}
.telephone-fixed .icon {
	color: #FFF;
	font-size: 1.5rem;
}
.telephone-fixed a {
	color: #FFF;
}
.telephone-fixed a span {
	font-weight: 700;
}
/*LOGIN POPUP*/
.login-popup h1 {
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #444;
	font-weight: 800;
	margin-top: 0;
}
.login-popup h2 {
	font-weight: 300;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	letter-spacing: -1px;
}
.login-popup .border {
	border-right: 1px solid #CCC;
}
.login-popup .content-button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.login-popup .link-pass {
	color: #666;
	padding: 2% 0;
	font-size: 11px;
}
.login-popup .bt {
	background: #D0CAC5;
	border:0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1rem 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	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: #FAFAFA;
	text-align: left;
}
/*LOGIN RASTREIO*/
.login-rastreio h1 {
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: 800;
	margin-top: 0;
}
.login-rastreio h2 {
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #666;
	text-align: center;
}
.login-rastreio h3 {
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #F00;
	text-align: center;
}
.login-rastreio .content-button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.login-rastreio .buttonok {
	text-transform: uppercase;
	padding: 1rem 0;
	color: #666;
	font-size: 14px;
	font-weight: 800;
}
.login-rastreio-content .modal-header {
	border-bottom: 0;
}
.login-rastreio-content .modal-content {
	background: #FAFAFA;
	text-align: left;
}
/*PAGE MARCAS*/
.nome-marca {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    border: 1px solid #CCC;
    padding: 1rem;
    margin-bottom: 0.2rem;
}
.nome-marca a {
	color: #666;

}
/*PAGES PRODUCT*/
.page-search h1 {
	text-transform: uppercase;
	font-size: 2rem;
	letter-spacing: -2px;
	text-align: center;
	font-weight: bold;
}
.page-search h1 span {
	color: #6D6D6D;
	font-size: 2.2rem;
}
@media only screen and (min-width: 1200px) {
.page-search .col-lg-3 {
  width: 33.33%;
}
}
@media only screen and (min-width: 1400px) {
.page-search .col-lg-3 {
  width: 25%;
}
}
/*ACCOUNT*/
.page-account-display {
	border-bottom: 1px solid #FAFAFA;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.page-account-display .nav-tabs .dropdown-menu li a:hover {
	cursor: pointer;
}
.page-account-display .title-product {
	font-weight: 800;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.5rem;
}
.page-account-display .title-product span {
	display: block;
	font-size: 1.2rem;
	color: #FF4039;
}
@media only screen and (min-width: 768px) {
.page-account-display .price {
	border-left: 1px solid #FAFAFA;
}
}
@media only screen and (min-width: 250px) {
.page-account-display .price {
	font-size: 1.5rem;
	padding: 1rem;
}
}
@media only screen and (min-width: 768px) {
.page-account-display .price {
	font-size: 2rem;
}
}
.page-account-display .price {
	text-align: center;
	font-weight: bold;
}
.page-account-display .price b {
	display: block;
}
.page-account-display .price s {
	font-size: 1.3rem;
}
.page-account-display .content_parcelamento_produto {
	font-size: 1rem;
	display: inline-block;
}
.page-account-display .buttons {
	margin-top: 2rem;
}
.page-account-display .esgotado {
	border:0;
	background: #F72F37;
	color: #FFF;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	padding: 0.25rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-account .nav-account {
	border: 1px solid #FAFAFA;
	padding: 1rem;
	margin-bottom: 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-account .nav-account li a {
	text-transform: uppercase;
	font-weight: 800;
	color: #666;
}
.page-account .nav-account li a:hover {
	text-decoration: underline;
}
.page-account {
}
.page-account h1, .page-account h2, .page-account h3 {
	text-transform: uppercase;
	font-weight: bold;
}
/*TEXTO CONTA CRIADA*/
.text-account p {
	font-size: 1.4rem;
}
.text-account p i {
	font-size: 1.5rem;
}
.text-account p a {
	text-decoration: underline;
	color: #6D6D6D;
}
.text-account h2 {
	font-weight: bold;
}
.text-checkout h3 {
	font-weight: 800;
	text-transform: uppercase;
}
.text-checkout .minha-conta {
	font-size: 1.5rem;
}
.text-checkout .minha-conta a {
	text-decoration: underline;
	color: #666;
}
.text-checkout .agradecimentos {
	font-weight: 800;
	font-size: 1.8rem;
}
/*PEDIDO PAGE*/
@media only screen and (min-width: 250px) {
.content-order .order {
	text-align: center;
	margin-bottom: 1rem;
}
}
@media only screen and (min-width: 768px) {
.content-order .order {
	text-align: left;
}
}
.content-order .order {
	text-transform: uppercase;
}
.content-order .order .n-order {
	font-size: 1.5rem;
	color: #000;
}
.content-order .order .date {
	color: #FF4039;
}
.content-order .order .customer {
	font-size: 1.5rem;
}
.content-order .product .product-name {
	font-size: 1.2rem;
}
@media only screen and (min-width: 250px) {
.content-order .product .price, .product-name  {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.content-order .product .price, .product-name {
	text-align: left;
}
}
.content-order .product .price {
	border-top: 1px solid #FAFAFA;
	font-weight: bold;
	color: #FF4039;
	font-size: 1.5rem;
	padding-top: 1rem;
}
.content-order .status {
	text-align: center;
}
.content-order .status span {
	display: block;
	font-size: 1.4rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.5rem 0.1rem;
	color: #FFF;
}
.content-order .status .pay_status {
	background: #C9CACA;
}
.content-order .status .pay_status.pay_status_1 {
	background: #666;
}
.content-order .status .pay_status.pay_status_2 {
	background: #FFBA54;
}
.content-order .status .pay_status.pay_status_3 {
	background: #00BD43;
}
.content-order .status .pay_status.pay_status_8 {
	background: #3991CB;
}
.content-order .status .pay_status.pay_status_9 {
	background: #9F1E11;
}
.content-order .status .pay_status.pay_status_10 {
	background: #FF4039;
}
.content-order .status .pay_status.pay_status_13 {
	background: #E3503E;
}
/*ORDER INFO*/
@media only screen and (min-width: 250px) {
.order-info h2 {
	margin-top: 3px;
}
}
@media only screen and (min-width: 768px) {
.order-info h2 {
	margin-top: 20px;
}
}
.order-info h2 {
	font-size: 1.6rem;
	text-transform: uppercase;
}
.order-info .price {
	text-transform: uppercase;
	font-weight: bold;
}
.order-info .price span {
	color: #6D6D6D;
}
@media only screen and (min-width: 250px) {
.order-info .buttons a {
	font-size: 10px;
}
}
@media only screen and (min-width: 410px) {
.order-info .buttons a {
	font-size: 11px;
}
}
@media only screen and (min-width: 1024px) {
.order-info .buttons {
	margin-top: 4rem;
}
}
.order-info .buttons .btn-group a {
	font-weight: bold;
}
/*CART MODULES*/
.box-cart-modules h1 {
	text-transform: uppercase;
	font-size: 1.4rem;
}
.box-cart-modules {
	margin: 1rem 0;
}
/*SEARCH*/
.content-search h2 {
	font-weight: 200;
	text-align: center;
}
.search-icon a {
	text-transform: uppercase;
	vertical-align: bottom;
	font-size: 2rem;
	font-weight: 200;
}
@media only screen and (min-width: 250px) {
#search {
	width: 100%;
	z-index: 15;
	min-height: 30px;
	border:0;
	background: #555;
	padding: 0.5rem;
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
}
@media only screen and (min-width: 768px) {
#search {
	background: #FFF;
	text-align: center;
	max-width: 1024px;
	margin: 2rem auto;
	font-weight: 200;
}
.content-search {
	width: 100%;
	padding: 2rem;
	background: #FFF;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	z-index: 2001;
	position: absolute;
	top: 0;
}
}
#search input {
	width: 100%;
	text-transform: uppercase;
	background: transparent;
	padding: 2rem;
	border-left: 0;
	border-right: 0;
	border-top:1px solid #CCC;
	border-bottom: 1px solid #CCC;
	outline: none;
}
@media only screen and (min-width: 250px) {
#search input {
	font-size: 1.3rem;
	color: #FFF;
}
}
@media only screen and (min-width: 768px) {
#search input {
	color: #444;
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 250px) {
#search button {
	background: transparent;
	color: #444;
	top:1.5rem;
}
}
#search button i {
	font-size: 2rem;
}
@media only screen and (min-width: 250px) {
#search button {
	border: 0;
	position: absolute;
	right:1rem;
	cursor: pointer;
	background: transparent;
	top:0rem;
	padding: 0.8rem 0rem;
}
#search button img {
	max-height: 30px;
}
}
@media only screen and (min-width: 768px) {
#search button {
	top:2rem;
}
}
#search button:hover {
	cursor: pointer;
}
/*SEARCH XS*/
.searchXs {
	display: none;
}
#searchXs {
	width: 100%;
	z-index: 15;
	min-height: 30px;
	border:0;
	background: #444241;
	padding: 0.5rem;
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#searchXs input {
	width: 100%;
	text-transform: uppercase;
	background: transparent;
	padding: 1rem;
	border: 0;
	outline: none;
	font-size: 1.5rem;
	color: #FFF;
}
#searchXs button {
	border: 0;
	position: absolute;
	right:1rem;
	cursor: pointer;
	background: transparent;
	top:1rem;
}
#searchXs button i {
	font-size: 2.5rem;
	color: #FFF;
}
/* cart */
.cart-top i {
	font-size: 2rem;
}
@media only screen and (min-width: 992px) {
.cart-top.visible-md {
	display: inline !important;
}
}
@media only screen and (min-width: 1200px) {
.cart-top.visible-md {
	display: none !important;
}
}
#cart .cart-view .product-name {
	width: 30%;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 12px;
}
#cart .cart-view .img-thumbnail {
	max-height: 60px;
}
#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;
}
/*CART*/
@media only screen and (min-width: 768px) {
}
.cart-block .bg-icon .item {
	position: absolute;
	top: 0;
	font-size: 1rem;
	color: #FFF;
	right: 2px;
}
.cart-block .bg-icon .icon {
	color: #FFF;
	font-size: 2rem;
}
/*CART*/
/*BOX CART*/
.box-cart {
	padding: 2rem 3rem;
}
.box-cart .block-image {
	position: relative;
}
.box-cart .block-image button {
	position: absolute;
	background: transparent;
	border: 0;
	right: 0;
}
.box-cart .title-cart {
	font-size: 22px;
	font-weight: 300;
	padding: 2rem 0;
}
.box-cart .title-cart .img-icon {
	width: 8px;
	display: inline-block;
    height: 8px;
    background: #A93924;
    margin-top: 1px;
    margin-right: 8px;
}
.box-cart .cart-empty {
	font-size: 22px;
	text-transform: lowercase;
}
.box-cart .title-prodcart {
	font-size: 16px;
	text-transform: lowercase;
	padding: 1rem;
}
.box-cart .title-prodcart span {
	text-decoration: underline;
	display: block;
	text-transform: uppercase;
}
.box-cart .cart-empty {
	font-size: 18px;
	padding: 3rem;
	text-align: center;
	font-weight: 300;
}
.box-cart .option {
	margin-bottom: 3px;
}
.box-cart .img {
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;
	margin-top: 1rem;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #CCC;
	padding: 3px;
}
.box-cart .table-bordered {
	margin-top: 2rem;
	
}
.box-cart .table-bordered td {
	padding: 1rem;
}
.box-cart .buttons-choice {
	margin-top: 2rem;
}
.box-cart .bt {
	border: solid 1px #646765;
	color:#646765;
	width: 100%;
	background: #FFF;
	margin-bottom: 1rem;
	text-transform: lowercase;
	text-align: center;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;
}
.box-cart .bt.end {
	border: solid 1px #646765;
	color:#FFF;
	background: #646765;
}
/* cart */
.cart-xs {
	margin-top: 20px;
}
.cart-xs img{
	width: 70%;
}
#cart .cart-view .product-name {
	width: 30%;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 12px;
}
#cart .cart-view .img-thumbnail {
	max-height: 80px;
}
#cart .cart-view .price {
	color: #000;
	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: #000;
	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;
}
/*CART TOTAL*/
@media only screen and (min-width: 768px) {
#cart #cart-total {
	top: 1px;
	right: -8px;
	display: none;
}
}
@media only screen and (min-width: 1200px) {
#cart #cart-total {
	top: 1px;
	right: -5px;
}
}
@media only screen and (min-width: 768px) {
.cart-block {
	text-align: center;
}
.cart-block .drawer-hamburger {
	display: inline;
}
}
#cart #cart-total {
	background: transparent;
	width: 10px;
	height: 10px;
	color: #FFF;
	font-size: 11px;
	position: absolute;
}
#cart .cart-class {
	border:0;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
}
#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: 100%;*/
	min-width: 300px;
	padding: 1rem;
}
@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: 0rem;
	position: relative;
	/*background: linear-gradient(to left, #CCC,#444,#000);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 15px;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);*/
border-bottom: 1px solid #EAEAEA;
}
}
@media only screen and (min-width: 1200px) {
.bg-nav {
	margin-top: 0.7rem;
}
}
@media only screen and (min-width: 1400px) {
.bg-nav {
	margin-top: 0.5rem;
	position: absolute;
	width: 93%;
}
}
#menu {
	border-radius: 0;
	margin-bottom: 0;
	min-height: auto;
	text-align: center !important;
	align-items: center;
	justify-content: center;
}
#menu .navbar-nav {
	float: none;
	display: flex;
 	margin: 0 auto;
	justify-content: space-between;
}
@media only screen and (min-width: 1250px) {
#menu .navbar-collapse {
	padding-left: 0;
}
}
@media only screen and (min-width: 768px) {
#menu .nav > li > a {
	padding: 1rem 0.8rem;
	font-size: 1.3rem;
}
}
@media only screen and (min-width: 992px) {
#menu .nav > li > a {
	font-size: 1.3rem;
}
}
@media only screen and (min-width: 1200px) {
#menu .nav > li > a {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 1350px) {
#menu .nav > li > a {
	font-size: 1.6rem;
}
}
@media only screen and (min-width: 1500px) {
#menu .nav > li > a {
	font-size: 1.5rem;
}
}
#menu .nav > li > a {
	min-height: 15px;
	font-weight: 300;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	color: #743F18;
	background-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: #D18E32;
}*/

/* underline animado */
#menu .nav > li > a::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 6px;
  height: 2px;
  background: #511605;
  opacity: 0;
  transform: scaleX(0.3);
  transform-origin: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* estado hover / ativo */
#menu .nav > li > a:hover,
#menu .nav > li.active > a {
  color: #511605;
  transform: translateY(-1px);
}

#menu .nav > li > a:hover::after,
#menu .nav > li.active > a::after {
  opacity: 1;
  transform: scaleX(1);
}
/**/
#menu .img-cat {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu .dropQuem {
	min-width: 500px;
}
#menu .manufactures-head {
	width: 50%;
	float: left;
}
#menu .manufactures-head li a:hover {
	color: #A93924;
}
#menu .img-nav-cat {

}
#menu .img-nav-cat img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*#menu .dropdown-menu.drop151 {
	display: block;
}*/
#menu .dropdown-menu {
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width: 350px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
	vertical-align: top;
}
@media only screen and (min-width: 768px) {
#menu .dropdown-inner .arrow {
	font-size: 1.2rem;
}
}
@media only screen and (min-width: 1200px) {
#menu .dropdown-inner .arrow {
	font-size: 1.3rem;
}
}
#menu .dropdown-inner .arrow {
	text-transform: uppercase;
}
#menu .menu3rdlevel .menu3rdlevel_inner .list-unstyled li a {
	color: #646765;
	text-transform: uppercase;
	margin-left: 0.3rem;
}
@media only screen and (min-width: 768px) {
#menu .menu3rdlevel .menu3rdlevel_inner .list-unstyled li a {
	font-size: 1.1rem;
}
}
@media only screen and (min-width: 1200px) {
#menu .menu3rdlevel .menu3rdlevel_inner .list-unstyled li a {
	font-size: 1.4rem;
}
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	color: #666;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	font-weight: 200;
	letter-spacing: 1px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#menu .dropdown-inner li a:hover {
	text-decoration: underline;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	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;
	}
}
/* content */
#content {
	min-height: 600px;
}
#content-cart {
	min-height: 500px;
}
#content h1 {
	font-size: 4rem;
}
#content .b {
	font-size: 5rem;
}
/*PAGE CART*/
.page-cart .heading-title {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 33px;
}
.page-cart .block-content {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	border: 1px solid #e9e9e9;
	position: relative;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 20px;
	background: #fff;
}
.page-cart.confirm .img-product {
	width: 100%;
}
.page-cart .quantity-block {
}
.page-cart .input-group-addon {
    cursor: pointer;
}
.page-cart .bt-trash {
	position: absolute;
	top: 1rem;
	background: transparent;
	border: 0;
	right: 3px;
}
.page-cart .bt-trash i {
	font-size: 2rem;
}
.page-cart .bt-atualizar {
	background: transparent;
	border: 0;
	font-weight: 700;
}
@media only screen and (min-width: 250px) {
.page-cart .title-product {
	font-size: 1.5rem;
	margin-top: 0.1rem;
}
}
@media only screen and (min-width: 768px) {
.page-cart .title-product {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 20px;
}
}
.page-cart .title-product {
	text-transform: uppercase;
}
.page-cart .model {
	font-weight: 800;
}
.page-cart .option {
	font-weight: 800;
	font-size: 1.5rem;
	margin-bottom: 3px;
}
.page-cart .option-result {
	font-weight: 600;
	font-size: 1.1rem;
	color: #666;
}
@media only screen and (min-width: 250px) {
.page-cart .price {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 768px) {
.page-cart .price {
	font-size: 2rem;
}
}
.page-cart .price {
	font-weight: 800;
	margin-top: 5px;
}
.page-cart .resumo-block {
    background: #f5f5f5;
    padding: 1rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 215px;
}
.page-cart .resumo-block h3 {
	font-weight: 800;
}
@media only screen and (min-width: 250px) {
.page-cart .resumo-block p {
	font-size: 1.2rem;
}
.page-cart .resumo-block p span {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 768px) {
.page-cart .resumo-block p {
	font-size: 1.5rem;
}
.page-cart .resumo-block p span {
	font-size: 2rem;
}
}
@media only screen and (min-width: 992px) {
.page-cart .resumo-block p {
	font-size: 1.2rem;
}
.page-cart .resumo-block p span {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 1200px) {
.page-cart .resumo-block p {
	font-size: 1.5rem;
}
.page-cart .resumo-block p span {
	font-size: 2rem;
}
}
.page-cart .resumo-block p {
	font-weight: 800;
}
.page-cart .resumo-block p span {
	margin-left: 1rem;
}
.page-cart .bt-continue {
	background-color: transparent;
	color: #666;
	border: solid 1px #666;
	font-weight: bold;
	outline: none;
	display: block;
	margin: 1rem 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.4px;
	line-height: 20px;
	padding: 13px 6px;
	border-radius: 5px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.page-cart .bt-checkout {
	background-color: #00BD43;
	color: #fff;
	border: solid 1px #00BD43;
	font-weight: bold;
	outline: none;
	display: block;
	margin: 1rem 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.4px;
	line-height: 20px;
	border: 0 none;
	padding: 13px 6px;
	border-radius: 5px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.page-cart .compra-segura {
	margin-top: 1rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
}
.button-checkout {
	margin-top: 1rem;
}
@media only screen and (min-width: 250px) {
.button-checkout input {
	font-size: 3rem;
}
}
@media only screen and (min-width: 768px) {
.button-checkout input {
	font-size: 4rem;
}
}
/*TABS*/
.content-tab h1 {
}
.content-tab h2 {
	color: #4D852B;
	font-size: 2rem;
}
.content-tab p {
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.content-tab {
	margin: 1rem auto;
	padding: 2rem;
}
.bloco-tab1 {
	background: #FAFAFA;
	position: relative;
}
.bloco-tab1 p {
	color: #4D852B;
	font-size: 2.5rem;
}
.bloco-tab3 {
	background: url(../../../../../image/catalog/image-products/banner-cha-bg.jpg) center no-repeat;
}
.bloco-tab3 .col-sm-6 {
	background: #FFF;
	padding: 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bloco-tab3 h1 {
	color: #FFF;
}
.content-tab.bloco-tab1 .img {
	margin-top: -8rem;
}
.content-tab .img {
	padding: 1rem;
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*PAGE PRODUCT*/
@media only screen and (min-width: 992px) {
.bg-product-page {
	background: linear-gradient(to bottom, #FFF,#FFF,#EAEAEA);
	margin-bottom: 1rem;
}
}
@media only screen and (min-width: 1100px) {
.bg-product-page {
	padding-bottom: 6rem;
	clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 95%, 50% 100%, 0 95%, 0% 70%, 0% 35%, 0 0);
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 95%, 50% 100%, 0 95%, 0% 70%, 0% 35%, 0 0);
}
}
.bg-page {
	/*background: url(../image/bg-body.png) repeat;*/
}
@media only screen and (min-width: 1200px) {
.bg-page .col-lg-2 {
	width: 20%;
}
}
.page-product .thumbnail {
	/*background: #FFF;*/
	border: 0;
	/*box-shadow:0 0 10px rgba(0,0,0,0.2);*/
}
.page-product .thumbnail img {
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-product .lado-right .bg-lado-right {
	border: 1px solid #CCC;
	background-image: linear-gradient(-1deg, #E3DDD7, #EEEEEE, #D0CAC5, #FFFFFF);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-product .short_description h3 {
	font-size: 1.8rem;
}
.page-product .short_description p {
	font-weight: 300;
}
.page-product .short_description .vermais {
	display: block;
	margin: 2rem 0;
	font-weight: 600;
	font-size: 1.6rem;
}
#product {
	padding: 1rem;
}

.page-product .photo-content {
	position: relative;
}
.page-product .photo-content .ampliar-img {
	position: absolute;
	bottom: 1rem;
	left: 0.2rem;
	z-index: 24;
	background: #000;
	color: #FFF;
	font-weight: 200;
	font-size: 1.4rem;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
}
@media only screen and (min-width: 250px) {
.page-product .title-product {
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2rem;
}
.page-product .lado-left {
	text-align: left;
	position: relative;
}
}
@media only screen and (min-width: 768px) {
.page-product .title-product {
	text-align: left;
	font-size: 3rem;
}
.page-product .lado-left {
	text-align: left;
}
}
.page-product .lado2 {
	z-index:10;
	position: relative;
}
@media only screen and (min-width: 250px) {
.page-product .lado2 .lado2-int {
	padding: 3rem;
	background: #FFF;
  -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 1px solid #CCC;
	border-radius: 12px;
	margin-bottom: 3rem;
}
}
@media only screen and (min-width: 768px) {
.page-product .lado2 .lado2-int {
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
}

#product label {
	text-transform: uppercase;
	font-weight: bold;
}
.page-product .reward p span {
	color: #9F1E11;
	font-weight: bold;
}
.page-product .share {
	text-align: center;
	margin-top: 1rem;
	text-transform: uppercase;
	font-weight: 200;
}
/*FORM PRODUCT PAGE*/
.page-product .form-product-page p {
	font-weight: 300;
	padding: 1rem;
}
.page-product .form-product-page p span {
	font-weight: 800;
}
.page-product .form-product-page a {
	background: linear-gradient(to left, #B1824F,#B19B83);
	color: #FFF;
	display: block;
	padding: 1rem;
	text-align: center;
	font-weight: 800;
	font-size: 1.5rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1rem;
}
.page-product .model {
	font-size: 1.3rem;
}
.page-product .model b {
	color: #404B53;
}
@media only screen and (min-width: 1200px) {
.page-product .marca-img {
	position: absolute;
	top: 5rem;
	right: 0;
}
}
.page-product .manufacturer {
	font-size: 1.2rem;
}
.page-product .manufacturer a {
	font-weight: 700;
	color: #444;
	text-decoration: underline;
}
.page-product .vendido {
	border-bottom: 1px solid #FAFAFA;
	font-weight: 700;
	text-align: center;
	font-size: 1rem;
	text-transform: uppercase;
	color: #666;
	padding: 1rem;
}
.page-product .vendido span {
	color: #000;
	display: block;
	text-decoration: underline;
	font-weight: 800;
}
.page-product .economize-product {
	position: absolute;
	top: 8rem;
	right:1rem;
}
.page-product .economize-product span {
	background: #666;
	color: #FFF;
	padding: 0.5rem 0.7rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-product .price-content {
	background: #FFF;
	padding: 4rem 1rem;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.page-product .price-content .price-old {
	text-decoration: line-through;
	font-size: 2rem;
	font-weight: 800;
	padding: 1rem;
	display: block;
}
@media only screen and (min-width: 250px) {
.page-product .price-content .price-special {
	font-size: 2.5rem;
}
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1200px) {
.page-product .price-content .price-special {
	font-size: 3rem;
}
}

.page-product .price-content .price-special {
	color: #000;
	padding: 1rem;
	font-weight: 800;
}
@media only screen and (min-width: 250px) {
.page-product .price-content .price-normal {
	font-size: 3rem;
	color: #666;
	font-weight: 700;
}
}
@media only screen and (min-width: 768px) {
.page-product .price-content .price-normal {
	font-size: 3rem;
}
}
.page-product .parcelas {
	font-weight: 600;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding: 0.2rem 0;
}
.page-product .parcelas .panel-body {
	padding: 0;
}
.page-product .parcelas.panel {
	border: 0;
	box-shadow: none;
}
.page-product .parcelas.panel .fa {
	font-size: 1rem;
}
.page-product .tags {
	font-weight: 800;
	text-transform: uppercase;
}
.page-product .tags a {
	display: inline-block;
	background: #FAFAFA;
	padding: 0.5rem;
}
.page-product .esgotado {
	background: #F72F37;
	color: #FFF;
	width: 100%;
	margin: 1rem 0;
	display: inline-block;
	border: 0;
	padding: 2rem;
	text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 800;
}
@media only screen and (min-width: 250px) {
.page-product .button-buy {
	font-size: 1.7rem;
}
}
@media only screen and (min-width: 1200px) {
.page-product .button-buy {
	font-size: 2.2rem;
}
}
.page-product .button-buy {
	background: #666;
	color: #FFF;
	margin: 2rem 0;
	display: inline-block;
	border: 0;
	padding: 1rem 2rem;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-product .button-buy:hover {
	color: #FFF;
}
.page-product .page-product-infos h3 {
	margin: 0;
}
@media only screen and (min-width: 768px) {
.bg-product-page-all {
	top: -2.5rem;
	position: relative;
}
}
.bg-product-page-all .bg-tabs {
	padding: 1rem;
	background: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bg-product-page-all .nav.nav-tabs {
	font-size: 2rem;
	margin-top: 1rem;
	text-transform: uppercase;
	border: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.bg-product-page-all .nav.nav-tabs .active {
	font-size: 2.6rem;
	margin-top: -5px;
}
.bg-product-page-all .nav-tabs > li > a {
	border: 0;
	padding: 1rem 0.5rem;
}
.bg-product-page-all .nav-tabs > li > a:hover {
	background: transparent;
	color: #444;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.bg-product-page-all .nav-tabs > li.active > a {
	color: #000;
	font-weight: 800;
	border: 0;
}
#tab-description {
	font-size: 1.6rem;
}
#product h3 {
	display: none;
}
#box-estimate-tax .well {
	margin-bottom: 0;
}
/*FOOT1*/
.foot1 {
	/*background: #292929;*/
}
@media only screen and (min-width: 250px) {
.foot1 {
	padding: 2rem 0 1rem 0;
	/*background: linear-gradient(to top, #FFF,#E3DDD7, #CAC5BF);*/
}
}
/*LOGO CONTENT*/
@media only screen and (min-width: 250px) {
.foot1 .logo-content {
	text-align: center;
	margin-bottom: 0rem;
}
.foot1 .logo-content img {
	width: 30%;
}
}
@media only screen and (min-width: 768px) {
.foot1 .logo-content {
	margin-bottom: 2rem;
}
.foot1 .logo-content img {
	width: 20%;
}
}
@media only screen and (min-width: 992px) {
.foot1 .logo-content img {
	width: 40%;
}
}
@media only screen and (min-width: 1200px) {
.foot1 .logo-content img {
	width: 40%;
}
}
.foot1 .logo-content p {
	font-weight: 600;
	margin-top: 1rem;
}
.foot1 .logo-content h1 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2rem;
}
/*REDES SOCIAIS FOOT*/
@media only screen and (min-width: 250px) {
.foot1 .redes-sociais {
	text-align: center;
	margin-top: 0.5rem;
}
}
@media only screen and (min-width: 768px) {
.foot1 .redes-sociais {
	margin-top: 0.5rem;
}
}
.foot1 .redes-sociais .bols {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 0.7rem;
}
.foot1 .redes-sociais a i {
	font-size: 2rem;
	color: #511605;
}
/**/
footer {
	background: url(../image/bg-foot.png) repeat #CCC;
}
footer h5 {
	font-weight: 700;
	color: #511605;
	text-transform: uppercase;
}
@media only screen and (min-width: 250px) {
footer h5 {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 768px) {
footer h5 {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 1200px) {
footer h5 {
	font-size: 1.5rem;
}
}
/*NAV FOOT*/
@media only screen and (min-width: 250px) {
.nav-foot {
	text-align: center;
	padding: 1rem;
}
}
@media only screen and (min-width: 768px) {
.nav-foot {
	text-align: left;
}
}
@media only screen and (min-width: 1200px) {
.nav-foot {
	padding: 1rem;
}
}
.nav-foot .list-unstyled li {
	display: block;
}
.nav-foot .list-unstyled li a {
	font-size: 1.2rem;
	color: #444;
	line-height: 1.3rem;
	text-transform: uppercase;
}
.nav-foot .list-unstyled li a:hover {
	color: #511605;
}
/*FONE FOOT*/
@media only screen and (min-width: 250px) {
.fone-foot {
	text-align: left;
}
}
@media only screen and (min-width: 768px) {
.fone-foot {
	text-align: left;
}
}
@media only screen and (min-width: 250px) {
.fone-foot .bg-fone {
	padding: 1rem 1rem;
	margin-bottom: 1rem;
}
}
@media only screen and (min-width: 768px) {
.fone-foot .bg-fone {
	border-left:2px solid #444;
	padding: 2rem 2rem;
}
}
.fone-foot .bg-fone a {
	font-size: 1.4rem;
	float: left;
	color: #444;
	text-transform: uppercase;
}
.fone-foot .bg-fone a span {
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
}
.fone-foot .bg-fone .icon {
	float: right;
	font-size: 4rem;
	color: #511605;
}

/*LOJAS*/
.lojas .bg-fone {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #000;
	padding: 2rem 2rem;
	margin-bottom: 1rem;
}
.lojas .bg-fone a {
	font-size: 1.4rem;
	float: left;
	color: #FFF;
	font-weight: 700;
}
.lojas .bg-fone a span {
	font-size: 1.8rem;
	display: block;
	text-decoration: underline;
}
.lojas .bg-fone .icon {
	float: right;
	font-size: 4rem;
	color: #FBED20;
}
/*POWERED*/
.powered {
	padding: 1rem 0;
	background: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}
@media only screen and (min-width: 250px) {
.powered {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
/*.powered p {
	text-align: left;
}*/
}
.powered span {
	display: block;
}
@media only screen and (min-width: 250px) {
.powered span { 
	display: none;
}
.powered .chamons {
	display: block;
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.powered span { 
	display: block;
	text-transform: uppercase;
}
.powered .chamons {
	margin-top: 0.5rem;
}
}
.powered .chamons img {
	max-height: 22px;
}
@media only screen and (min-width: 250px) {
.bg-title {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.bg-title {
	margin-top: -2.8rem;
	text-align: left;
}
.bg-title .lado1 {
	margin-top: 2rem;
}
}
.bg-title {
	padding: 4rem 0;
	background: url(../image/bg-madeiras.png) repeat #CCC;
	clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 90%, 50% 100%, 0 90%, 0% 70%, 0% 35%, 0 0);
	margin-bottom: 2rem;
}
.bg-title h1 {
	margin-top: 0;
	text-transform: uppercase;
	color: #444;
	margin-bottom: 0;
	font-size: 4rem;
	font-weight: 200;
}
@media only screen and (min-width: 250px) {
.bg-title h2 {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.bg-title h2 {
	text-align: right;
}
}
.bg-title h2 {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 2rem;
	color: #444;
	font-weight: 800;
}
.bg-title .nav-title a {
	display: inline-block;
	color: #444;
	font-weight: 300;
	padding-right: 1rem;
	font-size: 1.6rem;
}
.bg-title .nav-title a:hover {
	text-decoration: underline;
}
.bg-title .results {
	font-size: 1.6rem;
	color: #444;
}
@media only screen and (min-width: 250px) {
.bg-title .results {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.bg-title .results {
	text-align: right;
}
}
.bg-title .results span {
	font-weight: 800;
}
/* breadcrumb */
.breadcrumb {
	background: transparent;
}
@media only screen and (min-width: 250px) {
.bg-title .breadcrumb {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.bg-title .breadcrumb {
	text-align: right;
}
.breadcrumb-product.breadcrumb {
	text-align: left;
}
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 0.1rem;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:last-child span {
	display: none;
}
.breadcrumb > li:after {
}
.breadcrumb li a {
	color: #444;
	text-transform: lowercase;
	font-weight: 300;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb-product {
	padding: 1rem 0;
	margin-bottom: 1rem;
}
.breadcrumb-product .breadcrumb {
	margin-bottom: 0;
}
.pagination {
	margin: 0;
}
.pagination-content {
	margin-bottom: 1rem;
}
/* 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;
}
.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;
}
.max-limit {
	max-width: 1350px;
	margin:0 auto;
}
/*BOX HEADING*/
@media only screen and (min-width: 250px) {
.box-heading h3, .box-heading-page h3 {
	font-size: 4rem;
	/*width: 50%;*/
	text-transform: uppercase;
	text-align: center;
	font-weight: 200;
}
.box-heading h3 span {
	display: block;
	font-size: 2rem;
	color: #D08232;
	font-weight: 600;
}
}
@media only screen and (min-width: 768px) {
.box-heading h3, .box-heading-page h3 {
	font-size: 4rem;
	text-align: left;
	width: auto;
}
.box-heading h3 span {
	font-size: 2.5rem;
}
}
@media only screen and (min-width: 250px) {
.box-heading a {
	margin-top: 3rem;
	font-size: 1.2rem;
}
}
@media only screen and (min-width: 768px) {
.box-heading a {
	margin-top: 4rem;
	font-size: 1.6rem;
}
}
.box-heading a {
	float: right;
	display: inline-block;
  	border: 1px solid #CCC;
  	padding: 1rem 2rem;
  	text-transform: lowercase;
  	color: #444;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (min-width: 250px) {
.cat-page h2 {
	font-size: 3rem;
}
}
@media only screen and (min-width: 768px) {
.cat-page h2 {
	font-size: 4rem;
}
}
.cat-page h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}
.cat-page h3 {
	display: none;
}
.cat-page .sub-cats {
	text-align: center;
	padding: 1rem 0;
}
.cat-page .sub-cats a {
	display: inline-block;
	background: #FFF;
	border: 1px solid #444;
	font-size: 1rem;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	padding: 0 1rem;
	margin-right: 0.1rem;
	margin-bottom: 0.5rem;
}
.cat-page .sub-cats a:hover {
	background: #000;
	color: #FFF;
}
#compare-total {
	display: none;
}
#list-view {
	display: none;
}
#grid-view {
	display: none;
}
.bg-bestseller {
	background: linear-gradient(to bottom, #FFF,#EAEAEA,#FFF);
	padding: 1rem 0;
}
.bg-latest {
	background: linear-gradient(to bottom, #FFF,#FAFAFA,#FFF);
	padding: 1rem 0;
}
/*.bg-latest .product-thumb .description {
	display: block;
}*/
.bg-special {
	background: linear-gradient(to top, #FAFAFA,#FFF);
	padding: 1rem 0;
}
.bg-mpfeatured {
	/*background: linear-gradient(to bottom, #FFF,#EAEAEA,#FFF);*/
	padding: 4rem 0;
}
.bg-featured {
	background: linear-gradient(to bottom, #FFF,#FFF,#EAEAEA,#FFF,#FFF);
	padding: 1rem 0;
	position: relative;
}
.bg-related {
	margin-top: 1rem;
	padding: 3rem 0;
}
.bg-sombra {
	width: auto;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
	margin:1rem auto;
}
.bg-sombra-head {
	width: auto;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
	margin: -1.6rem auto 0 auto;
}
.bg-sombra-slide {
	width: auto;
	position: relative;
	z-index: -1;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
	margin:-0.6rem auto 0 auto;
}
@media only screen and (min-width: 1200px) {
.bg-five-cols .col-lg-2 {
	width: 20%;
}
}
/*Marcas*/
.marcas {
	/*background: linear-gradient(to top, #FFF,#EEEEEE,#FFF);*/
	margin: 0 auto;
	padding: 2rem 0;
}
.marcas .swiper-slide a img {
	border: 1px solid #CCC;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5rem;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
/*	background: #FFF;*/
	padding: 1rem;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
.product-thumb {
	padding: 1rem;
}
}
.product-thumb .product-quantity-container {
	display: none;
}
@media only screen and (min-width: 768px) {
.product-thumb .product-quantity-container {
	min-height: 42px;
}
.product-thumb .product-quantity-container .block-qtd-container {
	/*visibility: hidden;
  opacity: 0;*/
  transition: opacity 0.3s, visibility 0.3s;
}
.product-thumb:hover .product-quantity-container .block-qtd-container {
	visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
}
@media only screen and (min-width: 250px) {
.product-thumb .manufacturer {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
}
}
@media only screen and (min-width: 768px) {
.product-thumb .manufacturer {
	text-align: center;
}
}

.product-thumb .manufacturer {
	min-height: 30px;
}
@media only screen and (min-width: 250px) {
.product-thumb .image {
	text-align: center;
/*	overflow: hidden;
	position: relative;
	min-height: 220px;
	max-height: 220px;*/
}
}
@media only screen and (min-width: 768px) {
.product-thumb .image {
/*	min-height: 380px;
	max-height: 380px;*/
}
}
.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;
}
}
@media only screen and (min-width: 250px) {
.product-thumb h4 {
	font-weight: 500;
	min-height: 70px;
}
}
@media only screen and (min-width: 1200px) {
.product-thumb h4 {
	min-height: 50px;
}
}
@media only screen and (min-width: 250px) {
.product-thumb h4 a {
	font-size: 13px;
}
}
@media only screen and (min-width: 992px) {
.product-thumb h4 a {
	font-size: 18px;
}
}
@media only screen and (min-width: 1200px) {
.product-thumb h4 a {
	font-size: 14px;
}
}
@media only screen and (min-width: 1400px) {
.product-thumb h4 a {
	font-size: 18px;
}
}
.product-thumb h4 {
	text-align: center;
}
.product-thumb .description {
	display: none;
}
.product-thumb .caption {
	/*padding: 0 20px;*/
	min-height: 210px;
}
.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 {
	float: left;
	padding-bottom: 5px;
	display: none;
}
.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;
}
.product-thumb .price {
	margin: 0;
	text-align: center;
	font-weight: 300;
}
/*PREÇO A VISTA*/
.product-thumb .price .avista-modules {
	font-size: 1.1rem;
}
@media only screen and (min-width: 250px) {
.product-thumb .price .avista-modules .valor-desconto {
	font-size: 1.8rem;
	color: #1C1D22;
	font-weight: bold;
}
}
@media only screen and (min-width: 768px) {
.product-thumb .price .avista-modules .valor-desconto {
	font-size: 2rem;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
}
@media only screen and (min-width: 992px) {
/*HOVER PRICE*/
.product-thumb:hover .price .avista-modules .valor-desconto {
	font-size: 2.1rem;
}
}
@media only screen and (min-width: 250px) {
.product-thumb .price .content_parcelamento_produto {
	display: none;
	font-weight: 300;
	font-size: 14px;
}
}
@media only screen and (min-width: 1200px) {
.product-thumb .price .content_parcelamento_produto {
}
.product-thumb .price .content_parcelamento_produto:before {
	content: '';
}
}
@media only screen and (min-width: 250px) {
.product-thumb .price {
	min-height: 70px;
}
}
@media only screen and (min-width: 768px) {
}
.product-thumb .price {
	font-size: 1.5rem;
	margin-top: 1rem;
}
@media only screen and (min-width: 250px) {
.product-thumb .price-new, .product-thumb .price-normal {
	font-size: 1.8rem;
	color: #666;
	font-weight: 300;
}
.product-thumb .price-old {
	font-size: 1.4rem;
	display: block;
}
}
@media only screen and (min-width: 768px) {
.product-thumb .price-new, .product-thumb .price-normal {
	font-size: 2.2rem;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.product-thumb .price-old {
	font-size: 1.4rem;
	display: inline;
	margin-left: 10px;
}
}
@media only screen and (min-width: 1200px) {
.product-thumb .price-new, .product-thumb .price-normal {
	font-size: 1.9rem;
}
}
@media only screen and (min-width: 1400px) {
.product-thumb .price-new, .product-thumb .price-normal {
	font-size: 2.2rem;
}
}
@media only screen and (min-width: 992px) {
/*HOVER PRICE*/
.product-thumb:hover .price .price-new {
	font-size: 2.3rem;
}
.product-thumb:hover .price .price-normal {
	font-size: 2.3rem;
}
}
.product-thumb .price-old {
	font-weight: 700;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
@media only screen and (min-width: 250px) {
.product-thumb .bt-view {
	font-size: 1.2rem;
	padding: 1rem 1rem;
}
}
@media only screen and (min-width: 768px) {
.product-thumb .bt-view {
	font-size: 1.5rem;
	padding: 1rem 2rem;
}
}
.product-thumb .bt-view {
	background: #D18E32;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
}
.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 .wishlist-thumb {
	float: right;
	display: none;
}
.product-thumb .wishlist-thumb .wishlist-icon {
	color: #444;
	cursor: pointer;
}
.product-thumb .esgotado {
	border:0;
	background: #F72F37;
	color: #FFF;
	font-weight: 700;
	text-transform: lowercase;
	position: absolute;
	padding: 0.25rem;
	top: 2rem;
	left: 1rem;
	z-index: 1;
}
.product-thumb .esgotado.mpfeatured {
	top: 8rem;
	left: 2.55rem;
}
.product-thumb .saving {
	border:0;
	background: #E3DDD7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #444;
	font-weight: 300;
	font-size: 1.2rem;
	position: absolute;
	padding: 0.5rem;
	top: 2rem;
	right: 2rem;
}
.product-thumb .freeshipping {
	border:0;
	background: #81D939;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.2rem;
	position: absolute;
	padding: 0.5rem;
	top: 6rem;
	right: 2rem;
}
.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 > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	display: inline-block;
	/*margin-left: 20px;*/
}
.thumbnails .image-additional a img {
	border: 1px solid #EEE;
}
/*THUMBNAILS XS*/
.thumbnailsXs {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnailsXs > li {
	margin-left: 20px;
}
.thumbnailsXs {
	margin-left: -20px;
}
.thumbnailsXs > img {
	width: 100%;
}
.thumbnailsXs .image-additional {
	float: left;
	margin-left: 20px;
}
/*BESTSELLER*/
@media only screen and (min-width: 250px) {
.col-sm-hidden-product-best .product-layout:last-child {
	display: none;
}
}
@media only screen and (min-width: 1200px) {
.col-sm-hidden-product-best .product-layout:last-child {
	display: block;
}
}
/*LATEST,SPECIAL,FEATURED,MPFEATURED,CATPRODUCT*/
@media only screen and (min-width: 250px) {
.col-sm-hidden-product .product-layout:nth-child(5) {
	display: none;
}
}
@media only screen and (min-width: 768px) {
.col-sm-hidden-product .product-layout:nth-child(4) {
	display: none;
}
}
@media only screen and (min-width: 992px) {
.col-sm-hidden-product .product-layout:nth-child(4) {
	display: block;
}
}
@media only screen and (min-width: 1200px) {
.col-sm-hidden-product .product-layout:nth-child(4) {
	display: block;
}
.col-sm-hidden-product .product-layout:nth-child(5) {
	display: block;
}
}
@media only screen and (min-width: 992px) {
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(5n+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;
	}
}
@media (min-width: 250px) and (max-width: 767px) {
	#content .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;
}

/* 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;
}
