/*@import"../font1/stylesheet.css";
@import"../font2/stylesheet.css";*/
body {
	font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
	font-weight: 600;
	color: #3B3734;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #3B3734;
}
.clear {
	clear: both;
}
/* 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: #212121;
}
a:hover {
	text-decoration: none;
}
.well {
	background: transparent;
}
.modal-dialog {
	margin:60px auto;
}
.modal-header h4 {
	text-transform: uppercase;
	font-weight: 800;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: bold;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* 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;
}
.bg-sombra {
	width: auto;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
	margin: 1rem auto;
}
/* ICONS XS */
@media only screen and (min-width: 250px) {
.icons-xs {
	margin-top: 2.5rem;
}
}
@media only screen and (min-width: 410px) {
.icons-xs {
	margin-top: 2.5rem;
}
}
@media only screen and (min-width: 420px) {
.icons-xs {
	margin-top: 2.5rem;
}
}
@media only screen and (min-width: 250px) {
.icons-xs a {
	padding: 0;
}
.icons-xs img {
	width: 45%;
	filter: brightness(0) saturate(100%) invert(9%) sepia(90%) saturate(4675%) hue-rotate(254deg) brightness(66%) contrast(121%);
}
}
@media only screen and (min-width: 350px) {
.icons-xs a {
	padding: 0 0.1rem 0 0;
}
.icons-xs img {
	width: 40%;
}
}
@media only screen and (min-width: 768px) {
.icons-xs {
	margin-top: 2rem;
}
.icons-xs a {
	padding: 0 1rem 0 0;
}
.icons-xs img {
	width: 28px;
}
}

/*TOP HEAD*/
.top-head-modern {
  background: #FFF;
  color: #3B3734;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.top-head-modern .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top-head-modern .top-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-head-modern .top-item i {
  font-size: 16px;
  color: #3B3734;
}

.top-head-modern .top-left span {
  line-height: 1.4;
}

.top-head-modern .top-right {
  display: flex;
  justify-content: flex-end;
}

.top-head-modern .top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.top-head-modern .top-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3B3734;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}

.top-head-modern .top-link i {
  font-size: 16px;
}

.top-head-modern .top-link:hover {
  color: #CECFD0;
}

.top-head-modern .top-link.whatsapp {
  color: #22c55e;
}

.top-head-modern .top-link.whatsapp:hover {
  color: #16a34a;
}

.top-head-modern .top-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-head-modern .top-social a {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #3B3734;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: all 0.25s ease;
}

.top-head-modern .top-social a:hover {
  background: #CECFD0;
  color: #3B3734;
}

.top-head-modern .top-wishlist {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #3B3734;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  transition: all 0.25s ease;
}

.top-head-modern .top-wishlist:hover {
  background: #CECFD0;
  color: #3B3734;
}

@media only screen and (max-width: 767px) {
  .top-head-modern {
    padding: 12px 0;
  }

  .top-head-modern .top-left {
    margin-bottom: 8px;
  }

  .top-head-modern .top-right {
    justify-content: flex-start;
  }

  .top-head-modern .top-actions {
    gap: 12px;
  }

  .top-head-modern .top-link span {
    display: none; /* deixa só ícone no mobile */
  }
}
/*HEADER*/
.header-modern {
  position: relative;
  z-index: 20;
  background: linear-gradient(90deg, #3a332f 0%, #171413 45%, #050505 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.header-modern .header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 96px;
}

.header-modern .header-logo-col {
  display: flex;
  align-items: center;
}

.header-modern .header-logo {
  padding: 12px 0;
}

.header-modern .header-logo img {
  max-height: 78px;
  width: auto;
}

.header-modern .header-nav-col {
  display: flex;
  align-items: center;
}

.header-modern .header-nav-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.header-modern .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  flex-shrink: 0;
}

.header-modern .header-action-circle {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.25s ease;
}

.header-modern .header-action-circle:hover {
  background: #fff;
  color: #111;
}

.header-modern .header-action-circle.whatsapp {
  color: #25d366;
}

.header-modern .header-action-circle.whatsapp:hover {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}

.header-modern .header-icons-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 1rem;
}

.header-modern .header-icons-mobile a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-modern .header-icons-mobile img {
  max-width: 18px;
  max-height: 18px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(283deg) brightness(105%) contrast(103%);
}

@media only screen and (max-width: 991px) {
  .header-modern .header-row {
    min-height: 78px;
  }

  .header-modern .header-logo img {
    max-height: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .header-modern .header-row {
    min-height: 74px;
  }

  .header-modern .header-logo {
    text-align: center;
    padding: 8px 0;
  }

  .header-modern .header-logo img {
    max-height: 52px;
    margin: 0 auto;
  }
}
html, body {
  overflow-x: hidden;
}
/*CART MODULES*/
.box-cart-modules h1 {
	text-transform: uppercase;
	font-size: 1.4rem;
}
.box-cart-modules {
	margin: 1rem 0;
}
.content-search h2 {
	font-weight: 200;
	text-align: center;
}
.search-icon a {
	text-transform: uppercase;
	vertical-align: bottom;
	font-size: 2rem;
	font-weight: 200;
}
/*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;
}
.page-search .description-cat {
	padding: 1rem 0;
	font-size: 1.6rem;
}
/*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;
}
@media only screen and (min-width: 768px) {
.page-account-display .buttons {
	text-align: center;
}
}
.page-account-display .esgotado {
	border:0;
	background: #F72F37;
	color: #FFF;
	display: inline-block;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	padding: 1rem 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-account .nav-account {
	border: 1px solid #EAEAEA;
	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;
	display: inline-block;
	font-weight: 800;
	padding: 0.5rem 0;
	color: #666;
}
.page-account .nav-account .orders {
	color: #CC3E4F;
}
.page-account .nav-account .orders a {
	color: #CC3E4F;
}
.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: 800;
	letter-spacing: -1px;
}
/*PAGE MARCAS*/
.page-account .nome-marca {
    font-weight: 800;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    background: linear-gradient(to left, #EAEAF3,#EAEAEA);
    border: 1px solid #CCC;
    padding: 1rem;
    margin-bottom: 0.2rem;
    -webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.page-account .nome-marca:hover {
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
	font-size: 18px;
}
/*CAROUSEL MARCAS*/
.marcas {
	background: linear-gradient(to bottom, #FFF,#EAEAEA,#FFF);
	margin: 0 auto;
	padding: 2rem 0;
}
.marcas .swiper-slide img {
	margin-right: 1rem;
	background: #FFF;
	border: 1px solid #EAEAEA;
}
/*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;
	text-transform: uppercase;
}
.content-order .status span {
	display: inline-block;
	font-size: 1.4rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 800;
	padding: 0.5rem 1rem;
	color: #FFF;
}
.content-order .status .pay_status {
	background: #C9CACA;
}
.content-order .status .pay_status.pay_status_1 /*Aguardando Pagamento*/{
	background: #CC3E4F;
}
.content-order .status .pay_status.pay_status_2 /*Processando*/{
	background: #0050A6;
}
.content-order .status .pay_status.pay_status_3 /*Enviado*/{
	background: #00BD43;
}
.content-order .status .pay_status.pay_status_5 /*Pagamento Confirmado*/{
	background: #73DC79;
}
.content-order .status .pay_status.pay_status_7 /*Cancelado*/{
	background: #B54236;
}
.content-order .status .pay_status.pay_status_8 /*Negado*/{
	background: #CA9FFF;
}
.content-order .status .pay_status.pay_status_9 /*Cancelamento Revertido*/{
	background: #9F1E11;
}
.content-order .status .pay_status.pay_status_10 /*Falhou*/{
	background: #BF0100;
}
.content-order .status .pay_status.pay_status_11 /*Estornado*/{
	background: #2D96D1;
}
.content-order .status .pay_status.pay_status_12 /*Reembolsado*/{
	background: #E3503E;
}
.content-order .status .pay_status.pay_status_13 /*Chargeback*/{
	background: #EB7D01;
}
.content-order .status .pay_status.pay_status_14 /*Expirado*/{
	background: #000;
}
.content-order .status .pay_status.pay_status_15 /*Processado*/{
	background: #9B41CF;
}
.content-order .status .pay_status.pay_status_16 /*Anulado*/{
	background: #FC4236;
}
/*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 h2 span {
	display: block;
	font-size: 1.2rem;
	color: #CC3E4F;
}
.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 */
.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*/
.cart-block {
	position: relative;
}
.cart-block .item {
  background: #009736;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  padding: 0.1rem 1rem;
  position: absolute;
  top: -0.5rem;
  right: -0.7rem;
  clip-path: circle(50% at 50% 50%);
}
.cart-block .text-cart {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 800;
	margin-left: 1rem;
	font-style: italic;
}
.cart-block .text-itens {
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-left: 1rem;
	display: inline-block;
	font-weight: 400;
}
/*BOX CART*/
.box-cart {
	padding: 2rem 1rem;
}
.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: #444;
    margin-top: -2px;
    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-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;
}
/**/

/* content */
#content {
	min-height: 500px;
}
/*PAGE CART*/
.page-cart .heading-title {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2.5rem;
	letter-spacing: -1px;
}
.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;
}
}
/* footer */
/* footer */
footer {
	background: linear-gradient(to left, #3B3734,#000);
}
/*FOOT0*/
.foot0 {
	margin-top: -7rem;
	padding-top: 10rem;
	padding-bottom: 5rem;
	position: relative;
	z-index: 4;
}
@media only screen and (min-width: 250px) {
.foot0 .first-content {
	text-align: center;
}
.foot0 .logo {
	width: 55%;	
}
}
@media only screen and (min-width: 768px) {
.foot0 .last-content {
	text-align: right;
}
.foot0 .logo {
	width: 100%;	
}
}
@media only screen and (min-width: 992px) {
.foot0 .logo {
	width: 60%;	
}
}
.foot0 .p {
	color: #FFF;
	font-weight: bold;
	margin-top: 1%;
}
.foot0 h1 {
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
}
@media only screen and (min-width: 250px) {
.foot0 h1 {
	font-size: 1.7rem;
}
}
@media only screen and (min-width: 768px) {
.foot0 h1 {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.foot0 h1 {
	font-size: 3rem;
}
}
@media only screen and (min-width: 250px) {
.foot0 .fone a {
	color: #CB9006;
	font-weight: bold;
	font-size: 1.7rem;
}
}
@media only screen and (min-width: 768px) {
.foot0 .fone a {
	font-size: 2rem;
}
}
@media only screen and (min-width: 992px) {
.foot0 .fone a {
	font-size: 2.2rem;
}
}
@media only screen and (min-width: 1200px) {
.foot0 .fone a {
	font-size: 3rem;
}
}
.foot0 .p.email a {
	color: #FFF;
}
/*CAT FOOT*/
footer .cat-foot a {
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	display: block;
}
footer .cat-foot a:hover {
	color: #CECFD0;
}
footer .cat-foot.links a {
	display: block;
}
/*SOCIAL FOOT*/
@media only screen and (min-width: 1200px) {
footer .redes-sociais {
	margin-left: 0rem;
}
}
footer .redes-sociais p {
	margin-top: 2rem;
	color: #FFF;
	font-weight: 800;
	font-size: 1.5rem;
}
footer .redes-sociais a {
	background: #A57C00;
	padding: 0.5rem 1rem;
	display: inline-block;
	font-weight: 700;
	color: #FFF;
	font-size: 1.3rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*POWERED*/
.powered {
	text-transform: uppercase;
	padding: 2rem 0;
	background: #FCFEFE;
	font-size: 13px;
}
.powered .power {
	text-align: center;
	margin-bottom: 0;
}
.powered .chamons {
	text-align: center;
	margin-top: 1rem;
}
.powered .chamons img {
	max-height: 20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/*REGUA CONDICOES*/
@media screen and (min-width:240px) and (max-width:600px) {
.regua-condicoes .block {
	text-align: center;
	align-items: center;
}
}
@media only screen and (min-width: 250px) {
.regua-condicoes {
	margin: 0rem auto 1rem auto;
	padding: 1rem 0;
}
}
@media only screen and (min-width: 250px) {
.regua-condicoes .text1 {
	font-size: 1.3rem;
	font-weight: 200;
	position: relative;
	text-transform: uppercase;
}
.regua-condicoes .text2 {
	font-size: 1.1rem;
	margin-top: -0.5rem;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
}
}
@media only screen and (min-width: 768px) {
.regua-condicoes {
	position: relative;
	z-index: 11;
}
.regua-condicoes .container {
	text-align: center;
}
.regua-condicoes .text1 {
	top: 1rem;
	font-size: 1.5rem;
}
.regua-condicoes .text2 {
	font-size: 1.1rem;
	margin-top: 0.5rem;
}
}
@media only screen and (min-width: 1200px) {
.regua-condicoes .text1 {
	font-size: 2.5rem;
}
.regua-condicoes .text2 {
	font-size: 1.4rem;
}
}
@media only screen and (min-width: 1600px) {
.regua-condicoes .text1 {
	font-size: 1.5rem;
}
.regua-condicoes .text2 {
	font-size: 1.8rem;
}
}
.regua-condicoes .block {
	position: relative;
	text-align: center;
}
/* BG TITLE */
@media only screen and (min-width: 250px) {
.bg-title {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.bg-title {
	text-align: left;
}
.bg-title .lado1 {
	margin-top: 1rem;
}
}
@media only screen and (min-width: 992px) {
.bg-title {
}
.bg-title .lado1 {
	margin-top: 1rem;
}
}
.bg-title {
	border-top: 1px solid #EAEAEA;
	background: #F5F5F5;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 2rem;
}
@media screen and (min-width:240px) and (max-width:600px) {
.bg-title h1 {
	margin-top: 1rem;
	margin-bottom: 0;
}
}
@media only screen and (min-width: 768px) {
.bg-title h1 {
	margin: 0;
}
}
.bg-title h1 {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 700;
}
@media only screen and (min-width: 250px) {
.bg-title h2 {
	text-align: center;
}
.bg-title .breadcrumb-cat h2 {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.bg-title h2 {
	text-align: right;
}
.bg-title .breadcrumb-cat h2 {
	text-align: right;
}
}
@media only screen and (min-width: 992px) {
.bg-title h2 {
	text-align: right;
}
.bg-title .breadcrumb-cat h2 {
	text-align: center;
}
}
.bg-title h2 {
	display: none;
}
.bg-title .nav-title a {
	display: inline-block;
	text-transform: uppercase;
	padding-right: 1rem;
	font-size: 1.2rem;
}
.bg-title .nav-title a:hover {
	text-decoration: underline;
}
.bg-title .results {
	font-size: 1.2rem;
	text-transform: uppercase;
}
@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;
	margin-top: 1rem;
}
}
.bg-title .results span {
	font-weight: 800;
}
/* breadcrumb */
.bg-title .breadcrumb {
	margin-bottom: 0;
}
.breadcrumb {
	background: transparent;
}
@media only screen and (min-width: 250px) {
.breadcrumb {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.breadcrumb {
	text-align: right;
}
.bg-title .breadcrumb-cat .breadcrumb {
	text-align: right;
}
}
@media only screen and (min-width: 992px) {
.bg-title .breadcrumb-cat .breadcrumb {
	text-align: center;
}
}
.breadcrumb i {
	font-size: 11px;
}
.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 {
	text-transform: uppercase;
	font-size: 1.2rem;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*BREADCRUMB PRODUCT*/
.breadcrumb-product {
	margin: 1rem auto 3rem auto;
	padding: 0.5rem 0;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.breadcrumb-product .breadcrumb-product-int {
}
.breadcrumb-product .breadcrumb li a {
	font-size: 1rem;
}
.breadcrumb-product .breadcrumb {
	text-align: left;
	margin-bottom: 0;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
/*NOVOS*/
.btn.btn-primary {
	font-size: 12px;
}
.btn-primary {
	text-transform: uppercase;
	font-weight: 800;
	background: linear-gradient(to bottom, #000,#101010);

	color: #ffffff;
	text-shadow: none;
	border:0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #666 !important;
}
/**/
/*.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;
}
/*BOX HEADING*/
/**/

.box-heading-modern {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin: 60px 0 30px;
  flex-wrap: wrap;
}

.box-heading-modern .heading-content {
  flex: 1;
  min-width: 280px;
}

.box-heading-modern .heading-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e10600;
}

.box-heading-modern h3 {
  margin: 0;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  color: #202020;
  letter-spacing: -1px;
}

.box-heading-modern .heading-subtitle {
  margin: 10px 0 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #6b7280;
}

.box-heading-modern .heading-action {
  flex-shrink: 0;
}

.box-heading-modern .btn-ver-mais {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 14px;
  background: #f5f7fb;
  border: 1px solid #dfe5ee;
  color: #162d72;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.box-heading-modern .btn-ver-mais i {
  transition: transform 0.25s ease;
}

.box-heading-modern .btn-ver-mais:hover {
  background: #162d72;
  border-color: #162d72;
  color: #fff;
}

.box-heading-modern .btn-ver-mais:hover i {
  transform: translateX(4px);
}

@media only screen and (max-width: 991px) {
  .box-heading-modern h3 {
    font-size: 40px;
  }

  .box-heading-modern .heading-subtitle {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .box-heading-modern {
    margin: 40px 0 20px;
    gap: 18px;
  }

  .box-heading-modern .heading-content {
    min-width: 100%;
  }

  .box-heading-modern h3 {
    font-size: 30px;
    line-height: 1.15;
  }

  .box-heading-modern .heading-subtitle {
    font-size: 16px;
    margin-top: 8px;
  }

  .box-heading-modern .heading-action {
    width: 100%;
  }

  .box-heading-modern .btn-ver-mais {
    width: 100%;
    justify-content: center;
  }
}
.box-heading {
	padding: 0.5rem 0;
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
}
.box-heading h3 {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 800;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1rem 4rem;
	display: inline-block;
}
.box-heading h3 span {
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
	/*text-transform: full-width;*/
}
@media only screen and (min-width: 250px) {
.box-heading a {
	margin-top: 0.5rem;
	letter-spacing: 0;
	font-size: 1.2rem;
}
}
@media only screen and (min-width: 768px) {
.box-heading a {
	margin-top: 0.4rem;
	font-size: 1.3rem;
}
}
@media only screen and (min-width: 250px) and (max-width: 768px)  {
.box-heading a {
	display: inline-block;
}
}
.box-heading a {
  background: linear-gradient(to left, #FF0002,#E8132A);
  color: #FFF;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 800;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 25px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media only screen and (min-width: 992px) {
.box-heading .a {
	position: absolute;
	top: 2.5rem;
	right: 0;
}
}
/*PRODUCT THUMB PAGE*/
.product-page-int {
	border-radius: 10px;
	background: #FFF;
	padding: 1rem;
	border: 1px solid #EAEAEA;
	margin-bottom: 1rem;
}
.product-page .image img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.product-page .image {
	margin-bottom: 1rem;
}
@media only screen and (min-width: 250px) {
.product-page .price {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.product-page .price {
	font-size: 2.8rem;
}
}
@media only screen and (min-width: 1300px) {
.product-page .price {
	font-size: 3rem;
}
}
.product-page .price {
	padding: 1rem;
	font-weight: 800;
}
.product-page .bairro {
	font-size: 1.1rem;
	padding: 1rem;
}
.product-page .bairro span {
	font-weight: 800;
}
.product-page h4 a {
	padding: 1rem;
	text-transform: uppercase;
	color: #212121;
	font-size: 3rem;
	font-weight: 400;
	width: 100%; /* Define a largura do contêiner */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.product-page .code {
	padding: 0 1rem;
	font-weight: 800;
}
.product-page-int .block-description {
	font-size: 1.1rem;
	padding: 1rem;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.product-page .infos {
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.5rem 3rem;
	display: flex;
 	margin-top: 3rem;
	justify-content: space-between;
}
.product-page .infos p {
	font-size: 1.5rem;
	margin-bottom: 0;
	text-align: center;
	font-weight: 800;
}
.product-page .infos p i {
	font-size: 2rem;
}
.product-page .infos p small {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1rem;
}
.additional-images-h {
	margin-top: 2rem;
}
.additional-images-h img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.additional-images-h .image-block {
	margin-bottom: 1rem;
}
/**/
.product-page .buttons-action {
	position: absolute;
	top: 0;
	right: 0;
}
.product-page .buttons-action a {
	font-size: 1.1rem;
	font-weight: 600;
	background: #333;
	color: #FFF;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	display: inline-block;
}

/********/
/*PRODUCT THUMB*/
.product-thumb-modern {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  margin-bottom: 30px;
}

.product-thumb-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.10);
}

.product-thumb-modern .image {
  position: relative;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: #f7f7f7;
}

.product-thumb-modern .image a {
  display: block;
}

.product-thumb-modern .image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-thumb-modern:hover .image img {
  transform: scale(1.03);
}

.product-thumb-modern .card-top-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

.product-thumb-modern .badge-negociacao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.product-thumb-modern .badge-negociacao.vender,
.product-thumb-modern .badge-negociacao.comprar,
.product-thumb-modern .badge-negociacao.venda {
  background: #162d72;
}

.product-thumb-modern .badge-negociacao.alugar,
.product-thumb-modern .badge-negociacao.locação {
  background: #e10600;
}

.product-thumb-modern .caption {
  padding: 22px 20px 20px;
}

.product-thumb-modern .card-header-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.product-thumb-modern .price {
  line-height: 1.1;
}

.product-thumb-modern .price span {
  display: inline-block;
  font-size: 17px;
  font-weight: 800;
  color: #1f1f1f;
  letter-spacing: -0.3px;
}

.product-thumb-modern .price small {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  margin-left: 4px;
}

.product-thumb-modern .buttons-action {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.product-thumb-modern .btn-icon-action {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid #e5e7eb;
  color: #202020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

.product-thumb-modern .btn-icon-action:hover {
  background: #162d72;
  border-color: #162d72;
  color: #fff;
}

.product-thumb-modern .btn-know-more {
  height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  background: #202020;
  color: #fff;
  border: 1px solid #202020;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.product-thumb-modern .btn-know-more:hover {
  background: #162d72;
  border-color: #162d72;
  color: #fff;
}

.product-thumb-modern .bairro {
  margin-bottom: 10px;
  font-size: 13px;
  color: #7a7a7a;
}

.product-thumb-modern .bairro span {
  color: #202020;
  font-weight: 700;
}

.product-thumb-modern h4 {
  margin: 0 0 12px;
  min-height: 72px;
}

.product-thumb-modern h4 a {
  color: #1d1d1d;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  display: block;
  transition: color 0.25s ease;
}

.product-thumb-modern h4 a:hover {
  color: #162d72;
}

.product-thumb-modern .code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.product-thumb-modern .code .ref-label {
  font-size: 13px;
  color: #606060;
  font-weight: 600;
}

.product-thumb-modern .code .venda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #202020;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.product-thumb-modern .code .venda.alugar,
.product-thumb-modern .code .venda.locação {
  background: rgba(225, 6, 0, 0.10);
  color: #c70000;
}

.product-thumb-modern .code .venda.vender,
.product-thumb-modern .code .venda.comprar,
.product-thumb-modern .code .venda.venda {
  background: rgba(22, 45, 114, 0.10);
  color: #162d72;
}

.product-thumb-modern .additional-images-h {
  margin-bottom: 18px;
}

.product-thumb-modern .additional-images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-thumb-modern .additional-images .image-block {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #fff;
  transition: all 0.25s ease;
}

.product-thumb-modern .additional-images .image-block:hover {
  border-color: #162d72;
  transform: translateY(-2px);
}

.product-thumb-modern .additional-images .image-block a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-thumb-modern .additional-images .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb-modern .infos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid #efefef;
}

.product-thumb-modern .infos p {
  margin: 0;
  padding: 12px 8px;
  border-radius: 14px;
  background: #fafafa;
  text-align: center;
  color: #444;
  line-height: 1.15;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.product-thumb-modern .infos p strong {
  font-size: 16px;
  font-weight: 800;
  color: #202020;
}

.product-thumb-modern .infos p i {
  font-size: 16px;
  color: #162d72;
}

.product-thumb-modern .infos p small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 1199px) {
  .product-thumb-modern .image img {
    height: 300px;
  }

  .product-thumb-modern h4 {
    min-height: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .product-thumb-modern .image img {
    height: 280px;
  }

  .product-thumb-modern .caption {
    padding: 18px;
  }

  .product-thumb-modern h4 a {
    font-size: 17px;
  }

  .product-thumb-modern .infos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .product-thumb-modern {
    border-radius: 18px;
  }

  .product-thumb-modern .image {
    border-radius: 18px 18px 0 0;
  }

  .product-thumb-modern .image img {
    height: 240px;
  }

  .product-thumb-modern .caption {
    padding: 16px;
  }

  .product-thumb-modern .card-header-line {
    flex-direction: column;
    align-items: stretch;
  }

  .product-thumb-modern .buttons-action {
    justify-content: space-between;
  }

  .product-thumb-modern .btn-icon-action {
    width: 42px;
    height: 42px;
  }

  .product-thumb-modern .btn-know-more {
    flex: 1;
    justify-content: center;
    height: 42px;
  }

  .product-thumb-modern h4 {
    min-height: auto;
  }

  .product-thumb-modern h4 a {
    font-size: 17px;
  }

  .product-thumb-modern .infos p {
    min-height: 62px;
  }
}
/********/
/********/

/*PAGE PRODUCT*/
.limit-page {
	max-width: 1920px;
	margin: 0 auto;
}
@media only screen and (min-width: 250px) {
.page-product .ampliar-img {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.page-product .ampliar-img {
	text-align: left;
}
}
@media only screen and (min-width: 1200px) {
.page-product .ampliar-img {
	text-align: center;
}
}
.page-product .ampliar-img {
	font-weight: 800;
	margin-bottom: 1rem;
}
@media only screen and (min-width: 250px) {
/*.page-product .lado1 {
	text-align: center;
}*/
}
@media only screen and (min-width: 768px) {
.page-product .lado1 {
	text-align: left;
}
}
.page-product .lado1 {
	position: relative;
}
.page-product .lado1 .breadcrumb-product .vc {
	font-weight: 800;
}
.page-product .lado1 .breadcrumb-product a {
	font-weight: 300;
	color: #666;
}
.page-product .lado1 .breadcrumb-product .bar:first-child {
	display: none;
}
/*WISH PRODUCT*/
@media only screen and (min-width: 250px) {
.page-product .lado1 .wish-product {
	position: absolute;
	top: 4rem;
	right: 2rem;
}
}
.page-product .lado1 .wish-product a {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1rem;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 1rem;
	color: #212121;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (min-width: 250px) {
.page-product .lado1 .title-product {
	font-size: 2rem;
	margin-top: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.page-product .lado1 .title-product {
	font-size: 3rem;
	margin-top: 2rem;
}
}
.page-product .lado1 .title-product {
	font-weight: 800;
}
@media only screen and (min-width: 768px) {
.page-product .lado1 .title-product { 
	max-width: 70%;
}
}
@media only screen and (min-width: 1200px) {
.page-product .lado1 .title-product { 
	max-width: 80%;
}
}
.page-product .lado1 .title-product span {
	font-size: 1.5rem;
	display: block;
	font-weight: 400;
}
.page-product .lado1 .bairro {
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 400;
	text-transform: uppercase;
}
.page-product .lado1 .block-attribute {
	margin-top: 2rem;
}
.page-product .lado1 .block-attribute .col {
	min-height: 90px;
}
.page-product .lado1 .block-attribute p {
	font-size: 1.5rem;
	font-weight: 800;
	padding: 1rem;
}
.page-product .lado1 .block-attribute p span {
	display: block;
	font-weight: 300;
}
.page-product .lado2 {
	z-index:10;
	position: relative;
}
@media only screen and (min-width: 768px) {
.page-product .lado2 {
	margin-top: -8rem;
}
}
@media only screen and (min-width: 992px) {
.page-product .lado2 {
	margin-top: -12rem;
}
}
@media only screen and (min-width: 1200px) {
.page-product .lado2 {
	margin-top: -15rem;
}
}
@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);
}
}
/*CONTENT INFOS PAGE PRODUCT*/
.page-product .lado2 .infos {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 1rem 0;
}
.page-product .lado2 .infos p {
	font-size: 2rem;
	text-align: center;
	margin-top: 1rem;
}
.page-product .lado2 .infos p span {
	font-weight: 800;
	font-size: 2rem;
}
.page-product .lado2 .infos .text {
	font-size: 1rem;
	color: #444;
	text-align: center;
}
.page-product .lado2 .mpn-product {
	text-align: center;
}
.page-product .lado2 .mpn-product span {
	font-weight: 800;
}
/*#####*/
.page-product .description {
	overflow:auto;
	height: auto;
	border: 1px solid #CCC;
	background: #FAFAFA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1rem;
	margin: 2rem 0;
}
.page-product .description h2, .h2-tabs {
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}
.page-product .content-product {
	position: relative;
}
.content-product .content-product-int {
	padding: 0 1rem 1rem 1rem;
}
.page-product .tags p {
	text-transform: uppercase;
	font-weight: bold;
}
.page-product .tags a {
	color: #444;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 800;
	background: #FAFAFA;
	padding: 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-product .tags a:hover {
	background: #C2A995;
	color: #FFF;
}
.page-product .bt-cart {
	text-transform: uppercase;
	-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 .price-product {
	padding: 2rem;
}
.page-product .price-product p {
	font-size: 2rem;
	font-weight: 300;
}
.page-product .price-product p span {
	color: #212121;
	display: block;
	margin-top: 1rem;
	font-weight: 800;
	font-size: 2.5rem;
}
.page-product .price-product b {
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	font-size: 1.3rem;
}
.page-product .share {
	margin: 1rem auto;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.3rem;
	letter-spacing: 1px;
}
/*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: #3B3734;
	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;
}
.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 {
	float: left;
	margin-left: 20px;
}
/**/

/*FOUR COLS CAT*/
@media only screen and (min-width: 250px) and (max-width: 767px) {
.four-cols-cat .row-nthchild .product-layout:nth-child(4) {
	display: none;
}
}
@media only screen and (min-width: 768px) {
.four-cols-cat .row-nthchild .product-layout:nth-child(2) {
	display: none;
}
}
@media only screen and (min-width: 992px) {
.four-cols-cat .row-nthchild .product-layout:nth-child(3) {
/*	display: none;*/
}
}
@media only screen and (min-width: 1200px) {
.four-cols-cat .row-nthchild .product-layout:nth-child(2) {
	display: block;
}
}
@media only screen and (min-width: 1400px) {
.four-cols-cat .row-nthchild .product-layout:nth-child(3) {
	display: block;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
/*.four-cols-cat .col-lg-3 {
	width: 21.5%;
}*/
}
@media only screen and (min-width: 1600px) {
.four-cols-cat .col-lg-2 {
	width: 18.5%;
}
}
/*FOUR COLS*/
@media only screen and (min-width: 250px) and (max-width: 767px) {
.four-cols .row-nthchild .col-xs-6:nth-child(2n+1) {
	clear:left;
}
}
@media only screen and (min-width: 768px) {
.four-cols .row-nthchild .product-layout:nth-child(4) {
	display: none;
}
}
@media only screen and (min-width: 1200px) {
.four-cols .row-nthchild .product-layout:nth-child(4) {
	display: block;
}
.four-cols.cat .col-lg-2 {
	width: 18.5%;
}
}
/**/
/*FIVE COLS*/
@media only screen and (min-width: 250px) and (max-width: 767px) {
.five-cols .row-nthchild .col-xs-6:nth-child(2n+1) {
	clear:left;
}
}
@media only screen and (min-width: 250px) {
.five-cols .row-nthchild .product-layout:nth-child(5) {
	display: none;
}
}
@media only screen and (min-width: 768px) {
.five-cols .row-nthchild .product-layout:nth-child(4) {
	display: none;
}
.five-cols .row-nthchild .product-layout:nth-child(5) {
	display: none;
}
}
@media only screen and (min-width: 1200px) {
.five-cols .row-nthchild .product-layout:nth-child(4) {
	display: block;
}
}
@media only screen and (min-width: 1200px) {
.five-cols .col-lg-2 {
	width: 25%;
}
.five-cols .row-nthchild .product-layout:nth-child(5) {
	display: none;
}
}
@media only screen and (min-width: 1400px) {
.five-cols .col-lg-2 {
	width: 20%;
}
.five-cols .row-nthchild .product-layout:nth-child(5) {
	display: block;
}
}
.bg-bestseller {
	background: linear-gradient(to bottom, #FFF,#EAEAEA,#FFF);
	padding: 1rem 0;
}
.bg-latest {
	background: linear-gradient(to bottom, #FFF,#D3D3D2,#FFF);
	padding: 5rem 0;
}
.bg-latest h3, .bg-latest h3 a {
	color: #242424;
	border-color: #242424;
}
.bg-special {
	background: linear-gradient(to bottom, #FAFAFA,#FFF);
	padding: 1rem 0;
}
.bg-featuredplus {
	background: linear-gradient(to bottom, #FFF,#EAEAEA,#FFF);
	padding: 2rem 0;
	position: relative;
}

.bg-related {
	margin-top: 1rem;
	padding: 3rem 0;
}
/*#CONTENCT CHILD*/
@media only screen and (min-width: 250px) and (max-width: 767px) {
#content .nthchild .col-xs-6:nth-child(2n+1) {
	clear:left;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#content .nthchild .col-sm-2:nth-child(6n+1),
#content .nthchild .col-sm-3:nth-child(4n+1),
#content .nthchild .col-sm-4:nth-child(3n+1),
#content .nthchild .col-sm-6:nth-child(2n+1) {
	clear:left;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
#content .nthchild .col-md-2:nth-child(6n+1),
#content .nthchild .col-md-3:nth-child(4n+1),
#content .nthchild .col-md-4:nth-child(3n+1),
#content .nthchild .col-md-6:nth-child(2n+1) {
	clear:left;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
#content .nthchild .col-lg-2:nth-child(5n+1),
#content .nthchild .col-lg-3:nth-child(3n+1),
#content .nthchild .col-lg-4:nth-child(3n+1),
#content .nthchild .col-lg-6:nth-child(2n+1) {
	clear:left;
}
.page-search .col-lg-3 {
  width: 33.333333333%;
}
}
@media only screen and (min-width: 1366px) {
#content .nthchild .col-lg-3:nth-child(4n+1) {
	clear:left;
}
.page-search .col-lg-3 {
  width: 25%;
}
}
/* 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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
