body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: 'Poppins', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #f18700;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.form-group {
    margin-bottom: 8px;
}
.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;
}
.custom-select-wrapper {
  position: relative;
  width: 90%;
}

.custom-select {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.custom-select-trigger {
  padding: 5px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-options {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  z-index: 1050;
  max-height: 300px;
  overflow-y: auto;
  min-width: 110px;
}

.custom-option {
	padding: 2px 5px;
    transition: all 0.3s;
    font-size: 11px;
}

.custom-option:hover {
  background: #4CAF50; /* Cor do hover personalizada */
  color: white;
}

.custom-option[data-selected="true"] {
  background: #f5f5f5;
  font-weight: bold;
}

.custom-arrow {
  font-size: 12px;
  transition: transform 0.3s;
}

.custom-select.open .custom-arrow {
  transform: rotate(180deg);
}

.custom-select.open .custom-options {
  display: block;
}
/* 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;
}
div.required .form-control:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #f18700;
	background:none;
}
/* top */
#top {
    background-color: #016c30;
    border-bottom: 1px solid #a7d7bb;
	padding: 4px 0px 3px 0;
	margin: 0 0 10px 0;
	height: 35px;
}
.menu-fluid {
	max-width: unset;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F1F1;
}
.menu-fluid .navbar{
	margin-bottom: 0px; 
}
#top .container {
	padding: 0 20px;
}
#top .fa {
	color:#fff;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a { 
	color: #fff;
	text-decoration: none;
	background:none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background:none;
	color:#f18700;
}

#top .btn-link:hover, #top-links a:hover {
	color: #f18700;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #333;
}
#top-links .dropdown-menu a:hover {
	color: #f18700;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 3px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */

/* Container do campo de busca */
#search.busca {
position: relative;
width: 100%;
max-width: 400px;

}

/* Estilo do input */
#search.busca .form-control.input-lg {
width: 100%;
padding-right: 50px;
border-radius: 25px;
height: 50px;
font-size: 16px;
border: 1px solid #ccc;
}

/* Estilo do botão */
#search.busca .input-group-btn {
position: absolute;
right: 0;
top: 0;
height: 100%;
z-index: 998;
width:20%;
}

/* Estilo do ícone de pesquisa */
#search.busca .input-group-btn .btn {
height: 100%;
border: none;
background: transparent;
padding: 0 20px;
border-radius: 0 25px 25px 0;
}

#search.busca .input-group-btn .btn i {
font-size: 20px;
color: #888;
}

/* Efeito ao passar o mouse sobre o botão */
#search.busca .input-group-btn .btn:hover {
background: rgba(0, 0, 0, 0.05);
}
/* cart */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo escuro semitransparente */
    display: none; /* Inicialmente oculto */
    z-index: 989; /* Garante que o overlay fique acima de outros elementos */
}
#cart > .btn {
	line-height: 0px;
	color: #333;	
}
#cart.open > .btn {
	background-image: none;

	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 {
	position:fixed;
	min-width: 300px; 
    overflow-y: auto;
    scrollbar-width: thin;
    overflow-x: hidden;
    flex-direction: column;
    top: -2px;
    right: 0px; 
	height:100vh;
	transition: right 0.3s ease-in-out; 
    max-width: 440px;	
}
.modal-content{
	padding:5px;
	}
	
/* Animação de deslizamento da direita para a esquerda */
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animação de deslizamento da esquerda para a direita */
@keyframes slideOutToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Classe para abrir o dropdown com animação */
.dropdown-menu.slide-in { 
    animation: slideInFromRight 0.3s ease-out forwards;
}
.navbar-header.incart{
	animation: slideOutToleft 0.3s ease-out forwards;
}
/* Classe para fechar o dropdown com animação */
.dropdown-menu.slide-out {
    animation: slideOutToRight 0.3s ease-out forwards;
}
.navbar-header.outcart{
	animation: slideOutToRight 0.3s ease-out forwards;
}
/* Garante que o dropdown fique posicionado corretamente */
.dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    display: none; /* Inicialmente escondido */
    overflow: hidden; /* Evita que o conteúdo vaze durante a animação */
	border-radius:0; 
	padding:0;
	left:auto;

}
.align-items-center{
	display: flex;
    align-items: center;
}
.busca {
	width:400px; 
}
.busca span{
	float: left;
    margin-left: -55px;
}
.busca span button{
	background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
	z-index:999;
}
#search .btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
#search .btn-lg:hover{
	background:none;
}
#search .btn-lg:active, .btn-lg.active,
 .btn-lg:focus{
	background:none;
	border:none;
}
.busca .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	z-index:979;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: none;
    padding-top: 5px;
    vertical-align: middle;
}
.table-bordered>tbody>tr, .table-bordered>tbody>tr, .table-bordered>tfoot>tr, .table-bordered>thead>tr{
	/*box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);*/
}
/* Edição home */
#featured h3 {
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #016c30, #f18700) 1;
}
#special h3{
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #016c30, #f18700) 1;
}
#latest h3{
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #016c30, #f18700) 1;
}

#bestseller h3{
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #016c30, #f18700) 1;
}

/* Centralizar logo e barra de pesquisa */
#logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

#logo img {
    max-width: 100%;
    height: auto;
}

/* Ajustar a barra de pesquisa para centralizar */
#search {
    width: 100%;
    max-width: 400px; /* Ajuste conforme necessário */
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px; 

}

/* Ícones da conta, wishlist e carrinho */
/* Container dos ícones */
.header-icons {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	padding:0px;
}
.icon-header:hover i {
    color: #ff6600; /* Cor de destaque ao passar o mouse */
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	opacity:100;
}
.modal-header .close {
    margin-top: -10px;
}
.modal-header{
	padding:5px;
}
.modal-dialog {
		margin: 60px auto;
		width: 350px;
	}
.modal-dialog .col-md-6 {
	width:49.777%;
	float:left;
}
#input-coupon{
	width:100%;
}
#input-postcode{
	width:100%;
}
#account label{
	float:left;
}

.is-invalid {
    border-color: #dc3545 !important;
}
.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 5px;
    display: block;
}
/* Banner */
.swiper-slide{
	display: flex;
    justify-content: center;
}
.swiper-viewport{
	margin: 0 0 5px !important;
}


.subanner1 {
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    padding: 10px 0;
}

#carousel0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.subanner {
    flex: 1;
    min-width: calc(25% - 10px); /* 4 banners por linha */
    padding: 0px;
    box-sizing: border-box;
}

.subanner a {
    display: flex;
    gap: 1px;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.subanner div {
    padding: 0;
}

.subanner div.text-left {
    padding-left: 10px;
}
.subanner .text-container{
	font-size: 13px;
    font-weight: 700;
}
.subanner img {
    max-width: 75px;
    height: auto;
	filter: opacity(0.5);
}

/* Responsivo para tablets */
@media (max-width: 992px) {
    .subanner {
        min-width: calc(33.333% - 10px); /* 3 banners por linha */
    }
}

/* Responsivo para mobile - portrait (9:16) e abaixo de 768px */
@media (max-width: 768px) and (orientation: portrait) {
    #carousel0 {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .subanner {
        min-width: calc(50% - 10px); /* 2 banners por linha */
        margin-bottom: 10px;
    }
    
    .subanner a {
        flex-direction: column;
        text-align: center;
    }
    
    .subanner div.text-left {
        padding-left: 0;
        text-align: center;
        margin-top: 5px;
    }
    
    .subanner .col-md-4,
    .subanner .col-md-8 {
        width: 100%;
    }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 480px) {
    .subanner {
        min-width: 47.9999%; /* 1 banner por linha */
    }
}

.subanner_a {
    padding: 10px 0;
    width: 100%;
}

#carousel1{{ module }} {
    width: 100%;
    overflow: hidden;
}

.subanner_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.subanner_c {
    flex: 1 0 auto;
    min-width: 0;
    box-sizing: border-box;
}

.subanner_c img {
    width: 100%;
    height: auto;
    display: block;
}

/* Desktop - acima de 768px */
@media (min-width: 768px) {
    .subanner_c {
        /* Para 2 banners por linha */
        max-width: calc(50% - 15px);
        
        /* Se quiser 3 banners por linha, use isso em vez do de cima: */
        /* max-width: calc(33.333% - 15px); */
    }
    
    /* Opcional: se quiser que o número de banners por linha varie automaticamente */
    /* .subanner_c {
        max-width: calc(33.333% - 15px);
        min-width: calc(50% - 15px);
    } */
}

/* Mobile - abaixo de 768px */
@media (max-width: 767px) {
    .subanner_b {
        gap: 10px;
    }
    
    .subanner_c {
        /* Primeiro banner ocupa 100% */
        max-width: 100%;
    }
    
    .subanner_c ~ .subanner_c {
        /* Banners subsequentes ocupam 50% */
        max-width: calc(100% - 5px);
    }
    
    /* Se quiser que todos os banners fiquem 100% em mobile, use: */
    /*
    .subanner_c {
        max-width: 100%;
    }
    */
}
	.legmobile{
		padding:0px !important;
		margin:0px !important;
	}
@media (min-width: 768px) {
	.mobile{
		display:none;
	}
	.legmobile{
		padding:0px !important;
	}
	.legmobile .legmobile_text {
		display: none;
	}

}
@media (max-width: 767px) {
	.desktop{
		display:none;
	}
	.cart-header button {
		margin: 1px 10px !important;
	}
	.legmobile {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.legmobile .legmobile_text {
		line-height: 24px;
		color:#fff;
	}
	#cart > .btn {
    font-size: 12px;

    color: #000;

}
	
}

/* Responsividade */
@media (max-width: 768px) {
h1{
font-size: 2em;
margin: 0px;
}
#produtoconteudo ul li{
	font-size:1.5em;
	padding:3px;	
}
.page-header{
margin: 10px 0px;
}
.header-icons {
justify-content: center;
}
#logo {
text-align: center;
width: 100%;
}

.search-container {
display: flex;
justify-content: center;
width: 100%;
}
#search .input-lg{
width:100%;
}
.fa{
font-size:20px;
}
.shipping-step{
padding:0px; 
}
.padding-mobile {
padding:0px !important;
}
.payment-item img{
width:65%;
}
#form-pagamento-mercadopagopro5 img{
width:100%;
}

.botao_pagar_cartao{
width:100%;
}
.botao_pagar_pix{
width:100%;
}
.carttopmobile{
height:40px;
background:#016c30 !important;
}
.carttopmobile span{
font-size: 2em;
color: #FFF;
margin-top: 0;
line-height: 30px;
}
.carttopmobile button  {
margin: -22px 15px 0px 0px !important;
}
	.modal-header .close {
		margin-top:-25px;
	}
}

#close-cart i{
	font-size: 16px;
    line-height: 20px;
	color:#FFF;
}
.cart-item-remove button i{
	font-size: 20px;
    line-height: 20px;
	color:#888 !important;
}
#cart button {
	background:none;
	border:none;
	text-shadow:none;
	box-shadow:none;
	padding:0px;
}
#cart button span {
	color:#888;
}
.icon-header {
    color: #f18700;
    text-decoration: none;
    display: flex;
    align-items: center;
	background:none;
	border:none;
}

.icon-header i {
    transition: color 0.3s ease;
	color: #f18700;
	font-size: 22px;
    line-height: 20px;
}

.icon-header:hover i {
    color: #f18700; /* Altere para a cor do seu tema */
}
.header-icons a:focus, a:hover{
	color:none;
	text-decoration: none;
}
.text-cart{
	float: left;
    margin-left: 10px;
    line-height: 36px;
    font-variant: all-small-caps;
    font-size: 16px;
    color: #FFF;
}
#input-payment-postcode{
	width:100%;
}
.alert-dismissable .close, .alert-dismissible .close{
	right: 0px;
}
.checkout-title{
	background: #e4e4e4;
    width: 100%;
    font-size: 1em;
    color: #616161;
    text-align: center;
}
.mfp-wrap{
	overflow:hidden !important;
}
.caret-2 {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 10px dashed;
    border-top: 4px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
#callbackpayment{
	margin-bottom:10px;
}
#callbackpayment img{
	width:65px;	
}
@media (min-width: 1200px) { 
    .container {
        max-width: 1260px;
        width: 95%;
    }
}
.resumo{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
}

.finalizar {
	width:100%;
}
.finalizar a{
	width:100%;
}
.table-cart{
	padding-right:8px;
}
.mobilemenu{
	display:none !important;
}

@media (max-width: 768px) {
	.mobilemenu{
		display:flex !important;
	}
	.mobilehidden{
		display:none !important;
	}
	.table-cart{
		padding-right:0;
	}
  .table-responsive thead {
    display: none;
  }

  .table-responsive tbody.mobile-cart tr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }

  /* Container da imagem (40% da largura, à esquerda) */
  .table-responsive tbody.mobile-cart tr .imagem-container {
    width: 40%;
    text-align: left;
    padding-right: 10px;
  }

  .table-responsive tbody.mobile-cart tr .imagem-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Container do conteúdo (60% da largura, à direita) */
  .table-responsive tbody.mobile-cart tr .conteudo-container { 
    width: 60%;
    text-align: left;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Espaçamento entre os itens */
  }

  /* Itens do conteúdo (nome, modelo, quantidade, preço, etc.) */
  .table-responsive tbody.mobile-cart tr .conteudo-container .cart-conteudo,
  .table-responsive tbody.mobile-cart tr .conteudo-container .nome {
    margin: auto;
  }

  /* Quantidade e botão remover */
  .table-responsive tbody.mobile-cart tr .conteudo-container .input-group {
    width: 100%;
  }

  .table-responsive tbody.mobile-cart tr .conteudo-container .input-group .form-control {
    width: 60%;
  }

  .table-responsive tbody.mobile-cart tr .conteudo-container .botaoremove {
    margin: 5px 0;
  }

/* Responsividade: Centralizar logo e barra de pesquisa no mobile */ 

	.list-inline>li{
		padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
	}
    .row {
        flex-direction: column;
		text-align:center;
		padding-left:5px;
		padding-right:5px;
    }
	#logo{
		padding-top:20px;
	}
    #logo, #search {
        justify-content: center;
        text-align: center;
		width:100%;
    }

    .icon-header {
        font-size: 12px;
		color: #000;
		height: 60px;
    }
	#cart .dropdown-menu{
        top: 0;
        right: 0;
        height: 85vh;
        position: fixed;
	}
	.cart-hearder-mobile{
		display:none;
	}
	.breadcrumb{
		display:none;
	}
	.menu-fluid{
        max-width: unset;
        padding: 0px;
        background: none;

        z-index: 999999;
	}

	.nav-mobile{
		 width:100%;
	}
	.nav-mobile ul {
		margin:0px;
	}
	
	
	#bottom-menu .menu-mobile{
		display: flex;
        gap: 5px;
	}
	.navbar-toggle{
		/* margin-bottom: 5px; */
	}
	.iconefechar{
        position: absolute;
        color: #616161;
        margin-top: 15px;
        margin-left: -20px;
        padding: 20px;
		z-index:999;
	}
	.swiper-pager{ 
		overflow:hidden;
	}
	.padding-mobile label{
		text-align:left;
	}
	#form-pagamento-mercadopagopro5 label{
	text-align:left;
	}

    .col-sm-12 {
     width: 100%; 
     padding-left: 15px;
     padding-right: 15px;	
	 text-align:center;
	}

	#account label {
    width: 100%;
	text-align:left;
	}
	
#menu-mobile {
    position: fixed;
    top: 0;
    left: -100%; /* Inicia fora da tela */
    width: 100%; /* Largura do menu */
    height: 86vh;
    background-color: #fff;
    z-index: 996;
    transition: left 0.5s ease-in-out; /* Tempo de transição */
    overflow-y: auto;
    padding: 15px; /* Espaço para o botão de fechar */
}

#menu-mobile.open {
    left: 0; /* Move o menu para dentro da tela */
}

  #navbar-collapse.collapse.show {
    left: 0;
  }

  /* Estilos para o botão de fechar */
  #close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 998;
	box-shadow: none;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
	display:block !important;
  }
  #close-menu i{
	  color:#616161 !important;
  }
 
  #navbar-collapse.collapse.show #close-menu {
    display: block;
  }

  /* Estilos para o botão de abrir o menu */
  .navbar-toggle {
    /* display: block; */
  }

  .navbar-nav {
    flex-direction: column;	
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  #menu .nav > li > a{
	  font-size:1.2em; 
  }
  
  /*MENU RODAPE */
#bottom-menu ul{
	margin-top:0px; 
}
  /* Estilo para o nav fixo no rodapé */
#top {
		position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #016c30;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        z-index: 999; 
        margin: 0;
        border-bottom: 0;
		height: 8vh;
        line-height: 40px;
}

/* Estilo para o conteúdo dentro do nav */
#top .container-fluid {
    padding: 0px; /* Espaçamento interno */ 
}

#top-links ul {
    display: flex;
    justify-content: space-around; /* Distribui os itens igualmente */
    margin: 0;
    padding: 0;
}

#top-links ul li {
    list-style: none; /* Remove os marcadores de lista */
}

#top-links ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px; /* Tamanho do texto */
    color: #333; /* Cor do texto */
    text-decoration: none; /* Remove sublinhado dos links */
}

#top-links ul li a i {
    font-size: 18px; /* Tamanho dos ícones */
    margin-bottom: 5px; /* Espaçamento entre ícone e texto */
}

/* Oculta o texto em telas pequenas */
.hidden-xs.hidden-sm {
    display: none;
}

.thumbnails{
	display: flex;
    justify-content: center;
 }
}
.desejo{
	position: absolute;
    right: 0;
    margin-right: 10px;
	z-index:990; 
	opacity:0.3;
	top:0;
}
.desejo button{
	color: #f18700;
    border: none;
    background: none;
}
.desejo button i{
	font-size:18px;
}
.botaocomparar {
	display: flex;
    align-items: center;
}
.botaocomparar button{
	color: #f18700;
    border: none;
    background: none;
}
.botaocomparar button i{
	font-size:25px;;
}

.img-thumbnail{border:none;}

.cart-header{background:#f7f7f7;}

#close-menu{
	display:none;
}
.shipping_method span {
	width:100%; 
}
.cart-header button{
	border:none; 
	margin: 8px 10px;
}
.cart-items {
    display: flex;
    flex-direction: column;
    gap: 5px;
	overflow-y: auto;
    max-height: 75vh;
}

.cart-items div:last-child{
	margin-bottom:132px;
}
.cart-item-details div:last-child{
	margin-bottom:0px;
}
.cart-item div:last-child{
	margin-bottom:0px;
}
/* Estiliza a barra de rolagem no Chrome, Edge e Safari */
.cart-items::-webkit-scrollbar {
    width: 10px; /* Largura da barra de rolagem */
}

/* Estiliza o fundo da barra de rolagem */
.cart-items::-webkit-scrollbar-track {
    background: #b2b2b2; /* Cor de fundo da trilha */
    border-radius: 5px;
}

/* Estiliza o "botão" da barra de rolagem */
.cart-items::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #a4a4a4, #545454); /* Gradiente azul */
    border-radius: 5px;
}

/* Quando o usuário passar o mouse na barra */
.cart-items::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #727272, #242424); /* Gradiente mais escuro ao passar o mouse */
}
.cep {
	width: 75%;
}
.cep input{
	border-right: none;
    border-left: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
    margin-right: -5px;
}
.cepbotao button{
	border-radius: 0px 5px 5px 0px;
}
.cart-item {
	display:flex;
    align-items: center; 
	line-height:20px;
    background: #fff;
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cart-item-image img {
	width: 125px;
    height: auto;
    border-radius: 5px;
    border: none;
}

.cart-item-details {
		flex: 1;
        margin-left: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
}

.cart-item-title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.cart-item-options {
    font-size: 12px;
    color: #777;
}

.cart-item-price {
    font-size: 16px;
    font-weight: bold;
	color: #444444;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
	font-size: 0.7em;
    font-weight: 300;
}

.current-price {
    color: #444444;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.btn-quantity {
    width: 30px;
    height: 30px;
    border: none;
    background: #ddd;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px; 
}

.btn-quantity:hover {
    background: #ccc;
}

.dc-quantity-spinner-list {
    width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
    padding: 5px;
}

.cart-item-remove {
    margin-left: auto;
}

.btn-remove {
	background: none;
    border: none;
    color: #c1c1c1;
    font-size: 18px;
    cursor: pointer;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}
.rodacart li:last-child {
    position: absolute; 
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #f7f7f7; /* Cor de fundo opcional */
    padding: 15px 0;
	z-index:9;
}
.new-price{
	margin-bottom: -5px;
	margin-top:0px;
	font-size: 30px;
	font-weight: 700;
	color: #e79100;
	}
.product-list .number-spinner {
	max-width: 150px !important;
	margin: 0 5px 5px !important;
}
.product-list .number-spinner{
	max-width: 20%; 
	float: left; 
	margin-right: 15px;
	}
.number-spinner #input-quantity{
	margin-right:0 !important;
	}
.number-spinner a{	
	color: #ccc!important;
	}
.number-spinner:hover a{
	color:none;
	
	}
.data-up{
    float: left;
    width: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0px 10px 10px 0px;
	height: 34px;
}

.data-dwn{
	width: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 10px 0px 0px 10px;
	height:34px;
}
.botaoremove{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.data-up a:hover{
	background:none !important;
}
.data-dwn a:hover{
	background:none !important;
}

.input-group.number-spinner {
    display: flex;
    align-items: center;
}

.input-group-btn.data-dwn {
    order: 1; /* Coloca o botão de menos à esquerda */
}

.form-control.quantity-input {
    order: 2; /* Coloca o input no meio */
    flex-grow: 1; /* Faz o input ocupar o espaço restante */
    margin: 0 5px; /* Adiciona um pequeno espaço entre os elementos */
}

.input-group-btn.data-up {
    order: 3; /* Coloca o botão de mais à direita */
}
#avaliacao{
	margin-bottom:10px;
	border:none;
}
#avaliacao div ul li span{
	background-color:#E69500;
	border:none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default; 
    background-color: #E69500;
    border-color: #c3820a;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #444;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* Estilo para o botão "Quero avaliar" */
#btn-quero-avaliar {
  margin-bottom: 20px;
  height:41px;
}
#avalicao-titulo {
	display:flex;
	justify-content: flex-start;
}
.avalicao {
	margin-left:15px;
}
#avalicao-titulo div span{
	font-size:8px;
}
#avalicao-titulo div span i{
	font-size:14px;
}
/* Estilo para o botão "Fechar" */
#btn-fechar-form {
  margin-left: 10px;
}
.freteinput{
	width:70%;
}
.fretebutton{
	width:29.97777%;
}
@media (min-width:768px) and (max-width:1200px){
	.menu-mobile{
		display:none;
	}
}
}
/* Estilos para telas menores que 767px */
@media (max-width: 767px) {
	.modal-dialog {
		margin: 60px auto;
		text-align:left;
		width:98%;
	}
	.cart-header button{
		margin: 1px 10px !important;
	}
	.modal-content {
		padding: 10px;
	}
    .input-group.number-spinner {
  
		align-items: flex-start;
    }
	.well{
		text-align:center;
	}


    .input-group-btn.data-dwn {
        order: 1; /* Botão de menos acima */
    }

    .form-control.quantity-input {
        order: 2; /* Input no meio */
        margin: 5px 0; /* Adiciona espaço vertical entre os elementos */
    }

    .input-group-btn.data-up {
        order: 3; /* Botão de mais abaixo */
    }
	
	table>thead{
		display:none;
	}

	
}


	#minuse{
		border-radius:4px 0 0 4px;
		height: 41px;
		width: 28px;
		background: transparent;
		border-right: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		line-height: 12px;
		font-size:16px;
	}
	#pluse{
		border-radius:0 4px 4px 0px;
		height: 41px;
		width: 30px;
		background: transparent;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: none;
		font-size:16px;
 	}
	#product_qty {
		float: left;
		height: 41px;
		width: 28px;
		text-align: center;
		border-left: none !important;
		border-right: none !important;
		border: 1px solid #ccc;
		font-size:16px;
	}
	#product span {

		float: left;
	}
	.quantidade{
		width: 45%;
		margin: 0px;
		text-align: center;
	}
	.quantidade span{
		width: 4%;
	}
	.compra{
		display:flex;
		align-items: center;
	}
	.botaocomprar {
		width:70%;
	}
	.modal-body{
		min-height: 150px;
		padding:15px 0px 5px 0px;
	}
	.frete .input-group {  
		width:100%;
	}
	.frete input {  
		width:100%;
	}
	.fretebutton button{
		margin-left: -2px;
		border-radius: 0px 4px 4px 0px;
		width: 100%;
	}
	
	#close-results{
		margin-right: -5px;
		border: 0px;
		background: none;
	}
	#results-taxes{
		border: solid 1px #e4e4e4;
	}
	#results-taxes .panel-heading{
		padding:10px 0px 0px 10px;
	}
	#results-taxes .panel-body{
		padding:0px 10px 0px 10px;
	}
	#results-taxes  .panel-title {
		margin-top:20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e4e4e4;
		
	}
	#results-taxes .panel-default{
		margin-bottom:10px;
	}
	.panel-footer {
		padding: 10px 15px;
		background: none;
		border-top: 1px solid #ddd;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.checkbox, .radio {
		margin-top: 0px;
	}
	.stepper { display: flex;}
    .stepper span{border:1px solid gainsboro;}
    .stepper span .fa{ width: 18px;text-align: center;font-weight: 900;cursor: pointer;display: block;line-height: 14px;}
    .stepper span i.fa.fa-angle-up{border-bottom: 1.5px solid gainsboro;}
	
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		z-index:999;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 360px;
	padding: 0px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background: none;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #616161;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .nvo{
	font-weight: 300;
	position: absolute;
    margin-top: 40px;
    z-index: 1000;
    right: -10px;
    color: #616161 !important;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
	padding:10px;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #f18700;
}
#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-stretch: expanded;
	color:#fff;
	p
    float: right;
    border: none;
    box-shadow: none;
}

.panel {
	box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
}
.panel-default>.panel-heading{
	background-color:unset;
	border-bottom:none;
}
.menu-usuario{
	padding:0px !important;
}

@media (max-width: 992px) {
	
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 5px;
		background-color: rgb(181 179 179 / 10%);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color:#3a3a3a;
	}
	#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: #f18700;
		background:#fff;
	}
	#menu-icon{
		font-size:20px;
	}
	.navbar-nav{
		margin:0px;
	}
	.menu-usuario ul{
		top: -13vh;
        bottom: 7.5VH;
        left: 0px;
        width: 200px;
        padding: 10px;
	}
	.menu-redes ul{
        top: -22vh;
        bottom: 7.5VH;
        left: -85px;
        width: 210px;
        padding: 10px;
        height: auto;
	}
	.caret-bottom{
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 5px;
		vertical-align: middle;
		border-bottom: 6px dashed;
		border-top: 4px solid\9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		color:#fff;
	}
	#cart button span{
		color:#FFFFFF;
	}
	#cart-total{

	}
	#sair{
		right: 15px;
		top: 15px;
		position: absolute;
	}


}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
        /* Botão WhatsApp Flutuante */
        .whatsapp-float {
            position: fixed;
            bottom: 75px;
            right: 10px;
            width: 48px;
            height: 48px;
            background: #25D366; /* Cor oficial do WhatsApp */
            color: white;
            border-radius: 50%; /* Deixa redondo */
            text-align: center;
            font-size: 24px;
            line-height: 48px; /* Centraliza o ícone verticalmente */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Sombra sutil */
            z-index: 1000; /* Garante que fique acima de outros elementos */
            transition: all 0.3s ease; /* Efeito suave ao passar o mouse */
        }

        /* Efeito ao passar o mouse */
        .whatsapp-float:hover {
            background: #128C7E; /* Cor mais escura do WhatsApp */
            transform: scale(1.1); /* Aumenta levemente */
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }

        /* Ícone do WhatsApp (ajuste fino) */
        .whatsapp-float i {
            vertical-align: middle;
			font-size: 32px;
        }
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #808080;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 8px 0;
	background:none;
	
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px; 
	position: relative; 
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
    right: -5px;
    width: 10px;
    height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.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);
	height: 41px;
    line-height: 24px;
}
.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;

}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #51c822;
    background-image: linear-gradient(to bottom, #23d138, #28bb1f);
    background-repeat: repeat-x;
    border-color: #1fbb6d #74bb1f;
}
.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;
}
.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 {
	text-shadow: none;
    background: none;
    border: none;
    box-shadow: none;
	color:#006b2f;
	padding: 4px 10px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background: none;
	border:none;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #016c30;
	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;
}
/* product list */
.product-thumb {

	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width:90%;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {

	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: 140px;
}
}
.input-group-addon{
	border:none;
	background:none;
}
.input-group-sm>.form-control{
	border-radius: 0px;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 15px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 30px;
}
.rating .fa-star {
	color: #f18700;
	font-size: 30px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.price small{
	font-size:9px;
}
.price .boleto-discount{
	margin-bottom:5px;
}
.price .parcelamento-list{
	margin-top:-5px;
}
.product-thumb .price {
	color: #444;
	font-weight: 300;
    font-size: 16px;
}
.product-thumb .price-new {
	font-weight: 500;
    font-size: 18px;
	color: #f18700;
}
.product-thumb .price-old {
	color: #999;
    text-decoration: line-through;
    margin-left: 0;
    width: 100%;
    display: block;
	font-size: 12px;
    font-weight: 300;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.button-group {
		display:none;
	}
	.product-layout{
		padding: 5px;
	}
	.product-thumb .button-group button{
		width: 70% !important;
	}
	.product-thumb .button-group button + button{
		width: 30% !important;
	}
}
.product-layout{
	padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
}
.product-layout h1{
	font-size:1em;
	margin-bottom: 8px;
}
.button-group {
  position: absolute;
  bottom: 0px; /* Começa escondido */
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: all 0.4s ease;
  opacity: 0;
  overflow:hidden;
}

.product-thumb:hover .button-group {
  bottom: 15px; /* Move para cima */
  opacity: 1;
  overflow: visible;
}

.product-thumb .button-group button {
	width: 80%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #51c822;
	color: #FFF;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	height:40px;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	text-decoration: none;
	cursor: pointer;
}

a.button-group{
	border:1px solid blue; 
}
a.button-group:hover{
	display:block;
	border:1px solid red;
}
/*
@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%;
}
.thumbnails a {
	border: none !important;
}
.image-additional a {
	margin-bottom:5px;
	padding: 5px;
	display: block;
	border: none !important;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] { 
	width: 20px;
    border-left: none;
    border-right: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
	margin:0;
	height:34px;
}

.input-group .form-control { 
	height:41px;
}
.fretebutton button{
	height:41px;
}
.pd-envio-title{margin-top:5px;}
.checkbox label, .radio label{
	min-height: 20px;
    padding-right: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    float: left;
}
.checkbox input[type=checkbox]{
	margin-right: -20px !important;
	margin-left: 0px !important;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 7px 0px;
}
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;
    }
   
}
