/*@import"../font/stylesheet.css";*/
body {
	font-family: "Open Sans", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	color: #171714;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #171714;
}
.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: #171714;
}
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;
}
/* ICONS XS */
@media only screen and (min-width: 250px) {
.icons-xs {
	margin-top: 3.5rem;
}
}
@media only screen and (min-width: 410px) {
.icons-xs {
	margin-top: 3.5rem;
}
}
@media only screen and (min-width: 420px) {
.icons-xs {
	margin-top: 3.5rem;
}
}
@media only screen and (min-width: 250px) {
.icons-xs a {
	padding: 0;
}
.icons-xs img {
	width: 40%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(309deg) brightness(109%) contrast(101%);
}
}
@media only screen and (min-width: 410px) {
.icons-xs a {
	padding: 0 0.1rem 0 0;
}
.icons-xs img {
	width: 40%;
}
}
/*ICONS HEAD*/
.icons-head-block {
	float: right;
}
@media only screen and (min-width: 768px) {
.icons-head-block {
	margin-top: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.icons-head-block {
	margin-top: 1.5rem;
}
}
@media only screen and (min-width: 250px) {
.welcome-head.icons-head {
	width: 33%;
}
.atendimento-head.icons-head {
	width: 33%;
}
.cart-block.icons-head {
	width: 33%;
	float: right;
}
}
@media only screen and (min-width: 992px) {
.welcome-head.icons-head {
	width: 75%;
}
.atendimento-head.icons-head {
	width: 15%;
}
.cart-block.icons-head {
	width: 10%;
}
}
@media only screen and (min-width: 1200px) {
.welcome-head.icons-head {
	width: 50%;
}
.atendimento-head.icons-head {
	width: 40%;
}
.cart-block.icons-head {
	width: 10%;
}
}
@media only screen and (min-width: 1500px) {
.welcome-head.icons-head {
	width: 50%;
}
.atendimento-head.icons-head {
	width: 40%;
}
.cart-block.icons-head {
	width: 10%;
}
}
.icons-head {
	float: left;
}
@media only screen and (min-width: 768px) {
.icons-head {
	margin-top: 1.5rem;
}
}
@media only screen and (min-width: 1200px) {
.icons-head {
	margin-top: 1.5rem;
}
}
@media only screen and (min-width: 1400px) {
.icons-head {
	margin-top: 2rem;
	padding-right: 1rem;
}
}
@media only screen and (min-width: 768px) {
.icons-head .bg-user {
	padding-right: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.icons-head .bg-user {
	padding-right: 1rem;
}
}
.icons-head .bg-user {
	float: left;
	text-align: center;
	padding-top: 0.5rem;
}
.icons-head .bg-user .img {
	max-height: 30px;
}
.icons-head .bg-user .ico {
	font-size: 1.5rem;
}
/*ATENDIMENTO*/
.atendimento-head {
	position: relative;
	z-index: 999;
}
.atendimento-head .dropdown-menu {
	left: inherit;
	left: -20rem;
}
.atendimento-head #dLabel {
	background: transparent;
	text-transform: uppercase;
	font-weight: 800;
	border:0;
	color: #FFF;
	width: 100%;
	text-align: left;
}
.atendimento-head .dropdown-menu {
	min-width: 280px;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 2rem 1rem;
}
.atendimento-head .dropdown-menu .links li a:hover {
	color: #444;
	background: transparent;
	margin-left: 2%;
}
.atendimento-head .central {
	font-size: 1.5rem;
	font-weight: 600;
}
.atendimento-head .telefones .block a span {
	font-weight: 800;
}
.atendimento-head .links {
	padding: 1rem 0;
}
.atendimento-head .links a {
	display: block;
	color: #181818;
}
.atendimento-head .links a:hover {
	color: #666;
}
.atendimento-head .divider {
	border-top: 1px solid #CCC;
	margin: 1rem 0;
}
.atendimento-head .dropdown-menu .ajuda a {
	width: 100%;
	background: #666;
	font-weight: 800;
	text-align: center;
	padding: 1rem 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
.atendimento-head .dropdown-menu .ajuda a:hover {
	color: #FFF;
	background: #000;
}
/*WELCOME*/
.welcome-head {
	position: relative;
	z-index: 999;
}
.welcome-head .dropdown-menu {
	left: inherit;
	right: 0;
}
.welcome-head #dLabel {
	background: transparent;
	border:0;
	padding: 0;
	width: 100%;
	text-align: left;
	/*text-transform: uppercase;*/
}
@media only screen and (min-width: 992px) {
.welcome-head .text-login {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 800;
	color: #FFF;
}
.welcome-head .text-second {
	font-size: 1.2rem;
	display: block;
	color: #FFF;
	font-weight: 400;
}
}
.welcome-head .dropdown-menu {
	min-width: 280px;
	font-size: 1.2rem;
	padding: 2rem 1rem;
}
.welcome-head .dropdown-menu .links li a:hover {
	color: #444;
	background: transparent;
	margin-left: 2%;
}
.welcome-head .dropdown-menu .firstname {
	font-size: 1.6rem;
}
.welcome-head .bt-login {
	border: 1px solid #171714;
	font-weight: 800;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	padding: 1rem 2rem;
	display: inline-block;
}
.welcome-head .bt-login:hover {
	text-decoration: none;
	color: #FFF;
	background: #027BC5;
}
.welcome-head .bt-register {
	color: #444;
	text-decoration: underline;
}
.welcome-head .dropdown-menu p {
	margin-top: 5%;
	font-size: 13px;
}
.welcome-head .dropdown-menu .ajuda a {
	width: 100%;
	background: #666;
	font-weight: 800;
	text-align: center;
	padding: 1rem 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
.welcome-head .dropdown-menu .ajuda a:hover {
	color: #FFF;
	background: #000;
}
/*LOGIN POPUP*/
.login-popup .login-account {
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #444;
	font-weight: 800;
	margin-top: 0;
	font-size: 3rem;
}
.login-popup h2 {
	font-weight: 300;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	letter-spacing: -1px;
}
.login-popup .border {
	border-right: 1px solid #CCC;
}
.login-popup .content-button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.login-popup .link-pass {
	color: #666;
	padding: 2% 0;
	font-size: 11px;
}
.login-popup .bt {
	background: #000;
	border:0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1rem 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
.login-popup .bt:hover, .login-popup .link-pass:hover {
	margin-left: 2%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.login-popup-content .modal-header {
	border-bottom: 0;
}
.login-popup-content .modal-content {
	background: #FAFAFA;
	text-align: left;
}
/*LOGIN RASTREIO*/
.login-rastreio .login-account {
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: 800;
	font-size: 3rem;
	margin-top: 0;
}
.login-rastreio h2 {
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #666;
	text-align: center;
}
.login-rastreio .content-button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.login-rastreio .buttonok {
	text-transform: uppercase;
	padding: 1rem 0;
	color: #666;
	font-size: 14px;
	font-weight: 800;
}
.login-rastreio-content .modal-header {
	border-bottom: 0;
}
.login-rastreio-content .modal-content {
	background: #FAFAFA;
	text-align: left;
}
/* logo */
#logo img{
  transition: transform .3s ease;
}
@media only screen and (min-width: 992px) {
header.cc-scrolled #logo img{
  transform: scale(.75);
  width: 90%;
}
}
@media only screen and (min-width: 1200px) {
header.cc-scrolled #logo img{
  transform: scale(.75);
  width: 33%;
}
}
@media only screen and (min-width: 250px) and (max-width: 610px)  {
#logo img {
	margin-left: 1rem;
}
}
@media only screen and (min-width: 250px) {
#logo {
	margin-top: 1.5rem;
	text-align: center;
}
#logo .img-responsive {
	display: inline-block;
}
#logo img {
	width: 50%;
	/*filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7500%) hue-rotate(124deg) brightness(109%) contrast(102%);*/
}
}
@media only screen and (min-width: 400px) {
#logo {
	margin-top: 1.5rem;
}
}
@media only screen and (min-width: 768px) {
#logo {
	margin-top: 1rem;
}
#logo img {
	width: 65%;
}
#logo .img-responsive {
	display: block;
}
}
@media only screen and (min-width: 992px) {
#logo {
	margin-top: 1rem;
}
#logo img {
	width: 85%;
}
}
@media only screen and (min-width: 1200px) {
#logo img {
	width: 50%;
}
#logo {
	top: -0.5rem;
	left: -2rem;
	position: absolute;
	z-index: 10;
}
}
@media only screen and (min-width: 1366px) {
#logo {
	left: 2rem;
}
#logo img {
}
}
@media only screen and (min-width: 1400px) {
#logo img {
	width: 48%;
}
#logo {
}
}
@media only screen and (min-width: 1600px) {
#logo img {
	width: 45%;
}
#logo {
	top: -1.5rem;
}
}
/*TOP HEAD*/
.top-head {
	background: #000;
	padding: 1rem 0;
}
.top-head .fone {
	color: #FFF;
	font-size: 8px;
}
.top-head .fone i {
	font-size: 13px;
}
.top-head .fone .color {
	color: #FFF;
	font-size: 11px;
}
@media only screen and (min-width: 768px) {
.top-head .right-side {
	text-align: right;
}
.top-head .social-head i {
	font-size: 13px;
}
.top-head .social-head a:hover {
	color: #FFED00;
	text-decoration: none;
}
}
.top-head a {
	color: #FFF;
	padding: 0 0.5rem 0 0;
	text-transform: lowercase;
}
.top-head a:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 250px) {
.top-head a {
	font-size:9px;
}
}
@media only screen and (min-width: 414px) {
.top-head a {
	font-size:11px;
}
}
@media only screen and (min-width: 768px) {
.top-head a {
	font-size:9px;
}
}
@media only screen and (min-width: 1024px) {
.top-head a {
	font-size: 8px;
}
}
.top-head a .span {
	color: #6666FF;

}
/*TOP HEAD*/
.top-head-infos {
	background: #027BC6;
	padding: 1rem 0;
	text-align: center;
}
.top-head-infos p {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 300;
	text-transform: uppercase;
}
.top-head-infos p span {
	font-weight: 800;
}
.bg-sombra {
	width: 100%;
	height: 22px;
	background: url(../image/bg-sombra.jpg) center no-repeat;
}

/*HEADER*/
@media only screen and (min-width: 768px) {
header {
	position: sticky; /* ou fixed */
  	top: 0;
  	z-index: 9999; /* fica por cima de tudo */
}
}
header {
	padding: 1rem 0 2rem 0;
}
@media only screen and (min-width: 250px) {
header {
	/*position: relative;*/
	z-index: 1004;
}
}
header .container {
	position: relative;
}
/*.header-bar {
	width: 100%;
	background: linear-gradient(to left, #029FC6,#02D7C6,#027BC6);
	height: 10px;
}*/
/*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: 2rem 0;
	font-size: 1.2rem;
}
/*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 {
	font-weight: 500;
}
/*PAGE MARCAS*/
.page-account .nome-marca {
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    background: linear-gradient(to left, #FFF,#FFF);
    border: 1px solid #EAEAEA;
    padding: 1rem;
    margin-bottom: 1rem;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -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;
}
/*ALL CATEGORIES*/
.name-category {
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}
/*CAROUSEL MARCAS*/
.marcas {
	margin: 0 auto;
	padding: 2rem 0;
}
.marcas .swiper-slide img {
	background: #FFF;
	padding: 0.5rem;
	border-radius: 5px;
	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;
}
/* search */
@media only screen and (min-width: 250px) {
#search {
	width: 100%;
	z-index: 15;
	min-height: 40px;
	position:relative;
	margin-top: 1px;
	position: relative;
	z-index: 7;
}
}
@media only screen and (min-width: 768px) {
#search {
	width: 100%;
	position:relative;
	margin-top: 2.5rem;
}
}
#search input {
	width: 100%;
	min-height: 50px;
	background: #FFF;
	border:1px solid #FFF;
	outline: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
@media screen and (min-width:240px) and (max-width:800px) {
#search input {
	font-size: 1.2rem;
	color: #212121;
	padding: 0.5rem 1rem;
}
}

@media only screen and (min-width: 992px) {
#search {
	margin-top: 3rem;
	margin-left: 1rem;
}
#search input {
	padding: 1.2rem 2rem;
	color: #212121;
	font-size: 1.3rem;
}
}
@media only screen and (min-width: 1250px) {
#search {
	margin-top: 2.5rem;
}
#search input {
	font-size: 1.3rem;
}
}
@media only screen and (min-width: 1440px) {
#search input {
	font-size: 1.3rem;
}
}
@media only screen and (min-width: 1600px) {
#search {
	margin-top: 2.8rem;
}
#search input {
	font-size: 1.4rem;
}
}
@media only screen and (min-width: 250px) {
#search button {
	background: transparent;
	border: 0;
	height: 100%;
	position: absolute;
	right:0;
	cursor: pointer;
	top:0rem;
	z-index: 3;
	padding: 1rem;
}
}
@media only screen and (min-width: 768px) {
#search button {
	top: 0rem;
	font-size: 1.4rem;
	color: #027BC5;
}
}
@media only screen and (min-width: 992px) {
#search button {
	padding: 0.5rem 2rem;
}
}
#search button:hover {
	cursor: pointer;
}
/*SEARCH XS*/
.searchXs {
	display: none;
}
#searchXs {
	width: 100%;
	z-index: 15;
	min-height: 30px;
	border:0;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 0.5rem;
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
#searchXs input {
	width: 100%;
	text-transform: uppercase;
	background: transparent;
	padding: 1rem;
	font-weight: bold;
	border: 0;
	outline: none;
	font-size: 1rem;
}
#searchXs button {
	border: 0;
	position: absolute;
	right:1rem;
	cursor: pointer;
	background: transparent;
	top:1rem;
}
#searchXs button i {
	font-size: 2.5rem;
}

/*CART NEW*/
/* Mini Cart Offcanvas (CHAMONS) */
.miniCart-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  z-index: 9998;
}

.miniCart{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(420px, 92vw);
  background: #fff;
  /*box-shadow: -12px 0 30px rgba(0,0,0,.18);*/
  transform: translateX(100%);
  transition: transform .22s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.miniCart.is-open{
  transform: translateX(0);
}

.miniCart-backdrop.is-open{
  opacity: 1;
  pointer-events: auto;
}

.miniCart-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px;
  border-bottom: 1px solid #eee;
}

.miniCart-title{
  font-size: 16px;
  font-weight: 600;
}

.miniCart-close{
  border: 0;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 8px;
}

.miniCart-body{
  padding: 12px 14px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}

.miniCart-loading{
  font-size: 14px;
  opacity: .75;
}

/* Sugestão: evitar scroll do body quando abrir */
body.minicart-lock{
  overflow: hidden;
}

/*END CART NEW*/
/* 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: #555;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  padding: 0.3rem 1rem;
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  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*/
@media only screen and (min-width: 250px) {
.box-cart {
	padding: 2rem 1rem;
}
}
@media only screen and (min-width: 768px) {
.box-cart {
	padding: 1rem 2rem;
}
}
.box-cart .block-image {
	position: relative;
}
.box-cart .bt-Drawer {
	background: transparent;
	border: 0;
}
.box-cart .title-cart {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 2rem;
}
.box-cart .title-cart .img-icon {
	width: 8px;
	display: inline-block;
    height: 8px;
    background: #444;
    margin-top: -4px;
    margin-right: 8px;
}
.box-cart .cart-empty {
	font-size: 22px;
	text-transform: lowercase;
}
.box-cart .title-prodcart {
	font-size: 16px;
	font-weight: 500;
	text-transform: lowercase;
}
.box-cart .title-prodcart small {
	font-weight: 800;
}
.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 {
	max-height: 90px;
	display: block;
	vertical-align: middle;
	margin-top: -1rem;
	border: 1px solid #EAEAEA;
	padding: 0.5rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.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 #CCC;
	color:#212121;
	background: #EAEAEA;
	margin-bottom: 1rem;
	text-align: center;
	display: block;
	font-weight: 500;
	padding: 1rem 2rem;
	font-size: 1.3rem;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.box-cart .bt.end {
	border: solid 1px #3CC069;
	color:#FFF;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1rem;
	background: #3CC069;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* 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 {
	background: url(../image/bg-foot.jpg) center center no-repeat;
}
footer h5 {
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
}
@media only screen and (min-width: 250px) {
footer h5 {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 768px) {
footer h5 {
	font-size: 1.5rem;
}
}
@media only screen and (min-width: 1200px) {
footer h5 {
	font-size: 1.6rem;
}
}
/*FOOT1*/
.foot1 {
	/*background: linear-gradient(to bottom, #EBEBEB,#EBEBEB);*/
}
@media only screen and (min-width: 768px) {
.foot1 {
	padding: 2rem 0 1rem 0;
}
}
/*LOGO CONTENT*/
@media only screen and (min-width: 250px) {
.foot1 .logo-content {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0rem;
}
.foot1 .logo-content img {
	width: 60%;
}
}
@media only screen and (min-width: 768px) {
.foot1 .logo-content {
	margin-bottom: 1rem;
}
.foot1 .logo-content img {
	width: 30%;
}
}
@media only screen and (min-width: 992px) {
.foot1 .logo-content img {
	width: 30%;
}
}
@media only screen and (min-width: 1200px) {
.foot1 .logo-content {
	text-align: left;
}
.foot1 .logo-content img {
	width: 80%;
}
}
/*REDES SOCIAIS FOOT*/
@media only screen and (min-width: 250px) and (max-width: 1100px)  {
.foot1 .redes-sociais {
	text-align: center;
	margin-top: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.foot1 .redes-sociais {
	text-align: left;
	margin-top: 2rem;
}
}
.foot1 .redes-sociais .bols a {
	width: 40px;
	height: 40px;
	background: #FFF;
	border: 1px solid #CCC;
	padding-top: 1rem;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 0.5rem;
}
.foot1 .redes-sociais a i {
	font-size: 1.8rem;
	color: #000;
}
/* LISTAS */
footer .nav-foot ul{
  margin: 0;
  padding: 0;
}

footer .nav-foot ul li{
  margin: 6px 0;
}

footer .nav-foot ul li a{
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  transition: .18s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

footer .nav-foot ul li a:hover{
  color: #ff2b2b;
  text-shadow: 0 0 10px rgba(255,43,43,.20);
  transform: translateX(4px);
}
/*SELOS*/
@media only screen and (max-width: 600px) {
.seal {
	margin: 2rem 0;
}
}
@media only screen and (min-width: 992px) {
.seal {
	margin-top: 2rem;
	padding: 3rem 0;
}
}
@media screen and (min-width:240px) and (max-width:600px) {
.seal.pay {
	text-align: center;
}
.seal.pay img {
	width: 100%;
}
}
@media only screen and (min-width: 768px) {
.seal.pay img {
	max-height: 25px;
}
}
@media only screen and (min-width: 992px) {
.seal.pay img {
	max-height: 35px;
}
}
/*SEAL SAFE*/
@media only screen and (min-width: 768px) {
.seal.safe {
	text-align: right;
}
}
.seal.safe {
	display: block;
}
@media only screen and (min-width: 768px) {
.seal.safe img {
	max-height: 25px;
}
}
@media only screen and (min-width: 992px) {
.seal.safe img {
	max-height: 35px;
}
}
/*FONE FOOT*/
@media only screen and (min-width: 250px) {
.fone-foot {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.fone-foot {
	text-align: left;
	margin-top: 0rem;
}
}
.fone-foot .bg-fone {
	border: 1px solid #EAEAEA;
	padding: 5rem 2rem;

	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
margin-bottom: 0.5rem;
}
.fone-foot .bg-fone .one {
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	font-size: 2rem;
	margin-bottom: 3rem;
}
.fone-foot .bg-fone .one span {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
}
.fone-foot .bg-fone a {
	font-size: 1.6rem;
	letter-spacing: -1px;
	color: #FFF;
	font-weight: 900;
	float: left;
	text-transform: uppercase;
}
@media only screen and (min-width: 250px) {
.fone-foot .bg-fone a span {
	font-size: 1.6rem;
}
}
@media only screen and (min-width: 992px) {
.fone-foot .bg-fone a span {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.fone-foot .bg-fone a span {
	font-size: 1.4rem;
}
}
@media only screen and (min-width: 1400px) {
.fone-foot .bg-fone a span {
	font-size: 1.4rem;
}
}
.fone-foot .bg-fone a span {
	display: block;
	color: #FFF;
	font-weight: 500;
}
.fone-foot .bg-fone .icon {
	float: right;
	color: #FFF;
	font-size: 4rem;
}


/*POWERED*/
.powered {
	text-transform: uppercase;
	padding: 1rem 0;
	background: #FFF;
	font-size: 11px;
}
@media only screen and (min-width: 250px) {
.powered .power {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.powered .power {
	text-align: left;
}
}
.powered span {
	display: block;
}
@media only screen and (min-width: 250px) {
.powered span { 
	display: none;
}
.powered .chamons {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.powered span { 
	display: block;
	text-transform: uppercase;
}
.powered .chamons {
	text-align: right;
	margin-top: 0.5rem;
}
}
.powered .chamons img {
	max-height: 22px;
}
@media screen and (min-width:240px) and (max-width:600px) {
.powered .cnpj-block {
	text-align: center;
	margin-top: 1rem;
}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* 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;
}
}
.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 {
/*	border-top: 1px solid #EAEAEA;*/
/*	border-bottom: 1px solid #EAEAEA;*/
	margin: 0 auto 3rem auto;
}
.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;
}
/*CAT BOX HEADING*/
.bg-cat-bg {
	margin-top: 1rem;
}
.bg-cat-bg .box-heading {
	padding: 0;
}
.bg-cat-bg .box-heading h3 {
	margin-top: 10px;
}
/**/
.box-heading {
	padding: 0.5rem 0;
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
}
.box-heading h3 {
	font-size: 2.4rem;
	font-weight: 500;
	padding: 1rem;
	display: block;
}
.box-heading h3 span {
	display: block;
	font-size: 1.5rem;
	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: 2rem;
	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: #007AC4;
	border-radius: 5px;
	color: #FFF;
	padding: 0.5rem 2rem;
}
@media only screen and (min-width: 992px) {
.box-heading .a {
	position: absolute;
	top: 2.5rem;
	right: 0;
}
}
/* product thumb */
/* =========================================================
   CATEGORIA / BUSCA - PRODUTOS EM 2 COLUNAS, IMAGEM LATERAL
   ========================================================= */

/* força 2 produtos por linha nas telas maiores */
@media (min-width: 992px) {
  #product-category .product-layout,
  #product-search .product-layout,
  #product-manufacturer .product-layout,
  #product-special .product-layout {
    width: 50% !important;
    float: left;
  }
}

@media (max-width: 991px) {
  #product-category .product-layout,
  #product-search .product-layout,
  #product-manufacturer .product-layout,
  #product-special .product-layout {
    width: 100% !important;
    float: none;
  }
}

/* card */
#product-category .product-thumb,
#product-search .product-thumb,
#product-manufacturer .product-thumb,
#product-special .product-thumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  min-height: 320px;
  padding: 18px;
  border-radius: 24px;

background: linear-gradient(90deg, #191b20 0%, #22252b 100%);
  border: 1px solid rgba(255,138,28,.22);


  box-shadow:
    0 18px 42px rgba(0,0,0,.08),
    0 0 0 6px rgba(255, 96, 96, .04),
    0 0 26px rgba(255, 96, 96, .08);
  overflow: hidden;
  transition: .25s ease;
  margin-bottom: 3rem;
}

#product-category .product-thumb:hover,
#product-search .product-thumb:hover,
#product-manufacturer .product-thumb:hover,
#product-special .product-thumb:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 96, 96, .34);
  box-shadow:
    0 24px 50px rgba(0,0,0,.10),
    0 0 0 8px rgba(255, 96, 96, .05),
    0 0 34px rgba(255, 96, 96, .14);
}

/* glow suave */
#product-category .product-thumb:before,
#product-search .product-thumb:before,
#product-manufacturer .product-thumb:before,
#product-special .product-thumb:before {
  content: "";
  position: absolute;
  inset: -20px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 68, 68, .10), transparent 45%),
    radial-gradient(circle at 82% 70%, rgba(255, 140, 80, .08), transparent 40%);
  filter: blur(22px);
  opacity: .9;
}

/* imagem lateral */
#product-category .product-thumb .image,
#product-search .product-thumb .image,
#product-manufacturer .product-thumb .image,
#product-special .product-thumb .image {
  position: relative;
  z-index: 1;
  width: 30%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  border-radius: 18px;
  overflow: hidden;
}

#product-category .product-thumb .image a,
#product-search .product-thumb .image a,
#product-manufacturer .product-thumb .image a,
#product-special .product-thumb .image a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}

#product-category .product-thumb .image img,
#product-search .product-thumb .image img,
#product-manufacturer .product-thumb .image img,
#product-special .product-thumb .image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  transition: .25s ease;
  max-width: none;
  max-height: none;
}

#product-category .product-thumb:hover .image img,
#product-search .product-thumb:hover .image img,
#product-manufacturer .product-thumb:hover .image img,
#product-special .product-thumb:hover .image img {
  transform: scale(1.03);
}

/* infos do lado */
#product-category .product-thumb .caption,
#product-search .product-thumb .caption,
#product-manufacturer .product-thumb .caption,
#product-special .product-thumb .caption {
  position: relative;
  z-index: 1;
  width: 60%;
  padding: 4px 0 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* título com degradê */
#product-category .product-thumb .caption h4,
#product-search .product-thumb .caption h4,
#product-manufacturer .product-thumb .caption h4,
#product-special .product-thumb .caption h4 {
  margin: 0 0 14px;
  line-height: 1.15;
}

#product-category .product-thumb .caption h4 a,
#product-search .product-thumb .caption h4 a,
#product-manufacturer .product-thumb .caption h4 a,
#product-special .product-thumb .caption h4 a {
  display: block;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -1px;
  text-decoration: none;
  background: linear-gradient(180deg, #ffd7a6 0%, #ff9a2f 35%, #ff6c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.05;
}

/* preço */
.product-thumb .price small {
	color: #FFF;
	font-weight: 900;
	font-size: 1.2rem;
	display: block;
}
#product-category .product-thumb .price,
#product-search .product-thumb .price,
#product-manufacturer .product-thumb .price,
#product-special .product-thumb .price {
  margin: 0;
  line-height: 1.35;
}

#product-category .product-thumb .price-normal,
#product-category .product-thumb .price-new,
#product-search .product-thumb .price-normal,
#product-search .product-thumb .price-new,
#product-manufacturer .product-thumb .price-normal,
#product-manufacturer .product-thumb .price-new,
#product-special .product-thumb .price-normal,
#product-special .product-thumb .price-new {
  display: inline-block;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #FFF;
  margin-right: 8px;
}

#product-category .product-thumb .price-old,
#product-search .product-thumb .price-old,
#product-manufacturer .product-thumb .price-old,
#product-special .product-thumb .price-old {
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  text-decoration: line-through;
  font-weight: 700;
}

#product-category .product-thumb .pack,
#product-search .product-thumb .pack,
#product-manufacturer .product-thumb .pack,
#product-special .product-thumb .pack {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
}

#product-category .product-thumb .content_parcelamento_produto,
#product-search .product-thumb .content_parcelamento_produto,
#product-manufacturer .product-thumb .content_parcelamento_produto,
#product-special .product-thumb .content_parcelamento_produto {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
}

#product-category .product-thumb .content_parcelamento_produto b,
#product-search .product-thumb .content_parcelamento_produto b,
#product-manufacturer .product-thumb .content_parcelamento_produto b,
#product-special .product-thumb .content_parcelamento_produto b {
  color: #ff6c00;
  font-weight: 900;
}

/* botões */
#product-category .product-thumb .buttons-action,
#product-search .product-thumb .buttons-action,
#product-manufacturer .product-thumb .buttons-action,
#product-special .product-thumb .buttons-action {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 16px;
  /*padding-left: calc(40% + 22px);*/
  display: flex;
  gap: 12px;
  align-items: center;
}

#product-category .product-thumb .buttons-action .bt,
#product-search .product-thumb .buttons-action .bt,
#product-manufacturer .product-thumb .buttons-action .bt,
#product-special .product-thumb .buttons-action .bt {
  height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  
  font-weight: 900;
  letter-spacing: -.2px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .22s ease;
}
@media only screen and (min-width: 250px) {
.product-thumb .buttons-action .bt {
	font-size: 17px;
}
}
@media only screen and (min-width: 992px) {
.product-thumb .buttons-action .bt {
	font-size: 12px;
}
}
@media only screen and (min-width: 1400px) {
.product-thumb .buttons-action .bt {
	font-size: 15px;
}
}
/* botão principal */
#product-category .product-thumb .buttons-action .bt:not(.btt),
#product-search .product-thumb .buttons-action .bt:not(.btt),
#product-manufacturer .product-thumb .buttons-action .bt:not(.btt),
#product-special .product-thumb .buttons-action .bt:not(.btt) {
  color: #fff;
  background: linear-gradient(90deg, #ff1f2d 0%, #ff4b4b 55%, #ff1f2d 100%);
  box-shadow:
    0 14px 30px rgba(0,0,0,.12),
    0 0 28px rgba(255, 68, 68, .16);
}

#product-category .product-thumb .buttons-action .bt:not(.btt):hover,
#product-search .product-thumb .buttons-action .bt:not(.btt):hover,
#product-manufacturer .product-thumb .buttons-action .bt:not(.btt):hover,
#product-special .product-thumb .buttons-action .bt:not(.btt):hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

/* botão secundário */
#product-category .product-thumb .buttons-action .btt,
#product-search .product-thumb .buttons-action .btt,
#product-manufacturer .product-thumb .buttons-action .btt,
#product-special .product-thumb .buttons-action .btt {
  color: #1b1b1b;
  background: rgba(255,255,255,.8);
  border: 2px solid rgba(255, 96, 96, .18);
}

#product-category .product-thumb .buttons-action .btt:hover,
#product-search .product-thumb .buttons-action .btt:hover,
#product-manufacturer .product-thumb .buttons-action .btt:hover,
#product-special .product-thumb .buttons-action .btt:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 96, 96, .35);
  box-shadow: 0 0 20px rgba(255, 96, 96, .10);
}

/* carrinho ícone */
#product-category .product-thumb .buttons-action .bt img,
#product-search .product-thumb .buttons-action .bt img,
#product-manufacturer .product-thumb .buttons-action .bt img,
#product-special .product-thumb .buttons-action .bt img {
  margin-left: 8px;
  max-height: 17px;
  width: auto;
}

/* esgotado */
#product-category .product-thumb .esgotado,
#product-search .product-thumb .esgotado,
#product-manufacturer .product-thumb .esgotado,
#product-special .product-thumb .esgotado {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  background: #222;
  color: #fff;
  font-weight: 800;
}

/* responsivo */
@media (max-width: 991px) {
  #product-category .product-thumb,
  #product-search .product-thumb,
  #product-manufacturer .product-thumb,
  #product-special .product-thumb {
    min-height: auto;
    padding: 16px;
  }

  #product-category .product-thumb .caption h4 a,
  #product-search .product-thumb .caption h4 a,
  #product-manufacturer .product-thumb .caption h4 a,
  #product-special .product-thumb .caption h4 a {
    font-size: 26px;
  }

  #product-category .product-thumb .price-normal,
  #product-category .product-thumb .price-new,
  #product-search .product-thumb .price-normal,
  #product-search .product-thumb .price-new,
  #product-manufacturer .product-thumb .price-normal,
  #product-manufacturer .product-thumb .price-new,
  #product-special .product-thumb .price-normal,
  #product-special .product-thumb .price-new {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #product-category .product-thumb,
  #product-search .product-thumb,
  #product-manufacturer .product-thumb,
  #product-special .product-thumb {
    display: block;
  }

  #product-category .product-thumb .image,
  #product-search .product-thumb .image,
  #product-manufacturer .product-thumb .image,
  #product-special .product-thumb .image,
  #product-category .product-thumb .caption,
  #product-search .product-thumb .caption,
  #product-manufacturer .product-thumb .caption,
  #product-special .product-thumb .caption {
    width: 100%;
    padding: 0;
  }

  #product-category .product-thumb .image,
  #product-search .product-thumb .image,
  #product-manufacturer .product-thumb .image,
  #product-special .product-thumb .image {
    margin-bottom: 14px;
  }

  #product-category .product-thumb .image img,
  #product-search .product-thumb .image img,
  #product-manufacturer .product-thumb .image img,
  #product-special .product-thumb .image img {
    max-width: 100%;
    max-height: 280px;
  }

  #product-category .product-thumb .caption h4 a,
  #product-search .product-thumb .caption h4 a,
  #product-manufacturer .product-thumb .caption h4 a,
  #product-special .product-thumb .caption h4 a {
    font-size: 24px;
  }

  #product-category .product-thumb .buttons-action,
  #product-search .product-thumb .buttons-action,
  #product-manufacturer .product-thumb .buttons-action,
  #product-special .product-thumb .buttons-action {
    padding-left: 0;
    flex-wrap: wrap;
  }

  #product-category .product-thumb .buttons-action .bt,
  #product-search .product-thumb .buttons-action .bt,
  #product-manufacturer .product-thumb .buttons-action .bt,
  #product-special .product-thumb .buttons-action .bt {
    width: 100%;
  }
}
/**/
/*PAGE PRODUCT*/
/* ============================================================
   PRODUCT PAGE — CLEAN + NEON RED (INSPIRAÇÃO UI PREMIUM)
   Cole este CSS no final do seu CSS do tema (sobrescreve o padrão)
   ============================================================ */

/* ------------------ Tokens simples (fácil mexer) ------------------ */
/* =========================================================
   PRODUCT PAGE - REALCOINS STYLE
   Estrutura baseada no Twig enviado
   ========================================================= */
#product-product {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #f3f3f3;
}

#product-product .row {
  margin-left: -10px;
  margin-right: -10px;
}

#product-product .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

/* Breadcrumb */
#product-product .breadcrumb {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 18px;
  font-size: 12px;
}

#product-product .breadcrumb li,
#product-product .breadcrumb li a {
  color: #212121;
}

#product-product .breadcrumb > li + li:before {
  color: #212121;
}

/* Título */
#product-product h1 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 12px;
  color: #fff;
}

/* Meta info */
#product-product .list-unstyled {
  margin-bottom: 18px;
}

#product-product .list-unstyled li {
  color: rgba(255,255,255,.75);
  margin-bottom: 6px;
  font-size: 14px;
}

#product-product .list-unstyled li span {
  color: #ff8a1c;
  font-weight: 700;
}

/* =========================
   GALERIA
   ========================= */

#product-product .thumbnails {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

#product-product .thumbnails > li:first-child {
  margin-bottom: 14px;
}

#product-product .thumbnail {
  background: linear-gradient(180deg, #1a1c20, #111317);
  border: 1px solid rgba(255,138,28,.22);
  border-radius: 18px;
  padding: 14px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 18px 35px rgba(0,0,0,.25);
  transition: .25s ease;
}

#product-product .thumbnail:hover {
  border-color: rgba(255,138,28,.45);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 0 22px rgba(255,138,28,.15),
    0 18px 35px rgba(0,0,0,.35);
}

#product-product .thumbnails > li:first-child .thumbnail {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-product .thumbnails > li:first-child .thumbnail img {
  max-height: 550px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;

  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#product-product .image-additional {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

#product-product .image-additional .thumbnail {
  width: 88px;
  height: 88px;
  padding: 8px;
  border-radius: 14px;
}

#product-product .image-additional .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Compartilhar */
#product-product .share {
  background: linear-gradient(180deg, #181a1f, #111317);
  border: 1px solid rgba(255,138,28,.18);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
  margin-bottom: 2rem;
}

#product-product .share p {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

/* =========================
   PREÇO
   ========================= */

#js-price-wrap {
  background: linear-gradient(90deg, #191b20 0%, #22252b 100%);
  border: 1px solid rgba(255,138,28,.22);
  border-top: 3px solid #ff7a00;
  border-radius: 18px;
  padding: 20px 18px;
  margin: 0 0 16px;
  box-shadow: 0 18px 34px rgba(0,0,0,.25);
}

#js-price-wrap ul {
  margin: 0;
}

#js-price-wrap li {
  color: rgba(255,255,255,.74);
  font-size: 14px;
  margin-bottom: 4px;
}
.recebe {
  margin: 0 0 4px !important;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
  background: linear-gradient(180deg, #ffd7a6 0%, #ff9a2f 35%, #ff6c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#js-price-main {
  margin: 0 0 4px !important;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
  background: linear-gradient(180deg, #ffd7a6 0%, #ff9a2f 35%, #ff6c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#js-price-old {
  color: rgba(255,255,255,.4);
  font-size: 18px;
  font-weight: 700;
}

.js-discount-tier {
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,138,28,.08);
  border: 1px solid rgba(255,138,28,.22);
  color: #ffbe73 !important;
  font-size: 12px !important;
  font-weight: 700;
}

/* =========================
   BLOCO DE COMPRA
   ========================= */

#product {
  background: linear-gradient(90deg, #181a1f 0%, #22252b 100%);
  border: 1px solid rgba(255,138,28,.16);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
  margin-bottom: 18px;
}

#product h3 {
  margin-top: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
#product .h3_opt {
	font-size: 1.5rem;
	padding: 1rem 0;
}
.h3_vend {
	font-size: 1.5rem;
	padding: 1rem 0;
	color: #FFF;
}
#product .form-group {
  margin-bottom: 18px;
}

#product .control-label {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

/* inputs */
#product .form-control {
  height: 46px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  box-shadow: none;
}

#product textarea.form-control {
  height: auto;
  min-height: 120px;
}

#product .form-control:focus {
  border-color: rgba(255,138,28,.45);
  box-shadow: 0 0 0 3px rgba(255,138,28,.10);
}

#product .form-control::placeholder {
  color: rgba(255,255,255,.45);
}

/* Range row */
#product .form-group > div[style*="display:flex"] {
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 12px;
}

/* botões + e - */
#js-qty-minus,
#js-qty-plus {
  min-width: 52px !important;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255,138,28,.20);
  background: #16181d;
  color: #fff;
  transition: .2s ease;
}

#js-qty-minus:hover,
#js-qty-plus:hover {
  background: #1d2026;
  border-color: rgba(255,138,28,.45);
  box-shadow: 0 0 18px rgba(255,138,28,.14);
}

/* slider */
#js-range-qty {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background: linear-gradient(90deg, #ff7a00, #c94f00);
  border-radius: 999px;
  outline: none;
}

#js-range-qty::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff8a1c;
  border: 3px solid #fff;
  box-shadow: 0 0 18px rgba(255,138,28,.35);
  cursor: pointer;
}

#js-range-qty::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff8a1c;
  border: 3px solid #fff;
  box-shadow: 0 0 18px rgba(255,138,28,.35);
  cursor: pointer;
}

/* Quantidade selecionada */
#product .form-group > div[style*="margin-top:10px"] {
  margin-top: 18px !important;
  text-align: center;
}

#product .form-group > div[style*="margin-top:10px"] strong {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  margin-bottom: 6px;
  font-weight: 700;
}

#js-qty-label {
  display: inline-block;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
  background: linear-gradient(180deg, #ffd7a6 0%, #ff9a2f 35%, #ff6c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* botão adicionar */
#button-cart {
  height: 58px;
  border: 0;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #a84300 0%, #cf5c00 55%, #b84f00 100%);
  color: #fff;
  box-shadow:
    0 12px 25px rgba(0,0,0,.25),
    0 0 22px rgba(255,138,28,.12);
  transition: .22s ease;
}

#button-cart:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

#js-whatsapp-link {
	display: block;
	text-align: center;
	padding: 1rem;
  border: 0;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #a84300 0%, #cf5c00 55%, #b84f00 100%);
  color: #fff;
  box-shadow:
    0 12px 25px rgba(0,0,0,.25),
    0 0 22px rgba(255,138,28,.12);
  transition: .22s ease;
}
#js-whatsapp-link:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
/* alertas */
#product-product .alert-info {
  background: rgba(255,138,28,.10);
  border: 1px solid rgba(255,138,28,.26);
  color: #ffcf98;
  border-radius: 12px;
}

/* =========================
   TABS INFERIORES
   ========================= */

#product-product .nav-tabs {
  display: flex;
  gap: 0;
  margin-left: 0;
  padding-left: 0;
}


#product-product .nav-tabs > li:first-child {
  margin-left: 0;
}

#product-product .nav-tabs > li {
  float: none;
  margin-left: 10px;
  padding: 0;
}
@media only screen and (min-width: 250px) {
#product-product .nav-tabs > li > a {
	font-size: 1.2rem;
	padding: 14px 10px;
}
}
@media only screen and (min-width: 768px) {
#product-product .nav-tabs > li > a {
	font-size: 2rem;
	padding: 14px 18px;
}
}
@media only screen and (min-width: 1300px) {
#product-product .nav-tabs > li > a {
	font-size: 2.5rem;
}
}
#product-product .nav-tabs > li > a {
  margin: 0;
  border-radius: 12px 12px 0 0;
  border: 1px solid rgba(255,138,28,.20);
  background: linear-gradient(180deg, #1b1d22, #15171b);
  color: #ff9a2f;
  transition: .2s ease;
  font-weight: 900;
  letter-spacing: -1px;
  -webkit-text-fill-color: initial;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}

#product-product .nav-tabs > li > a:hover {
  background: linear-gradient(180deg, #23262c, #1a1d22);
  color: #ffb15a;
  border-color: rgba(255,138,28,.38);
  -webkit-text-fill-color: initial;
}

#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:hover,
#product-product .nav-tabs > li.active > a:focus {
  background: linear-gradient(180deg, #2a2d33, #1d2025);
  color: #ff9a2f;
  border-color: rgba(255,138,28,.40);
  border-top: 2px solid #ff7a00;
  -webkit-text-fill-color: initial;
}



#product-product .tab-content {
  background: linear-gradient(90deg, #191b20 0%, #22252b 100%);
  border: 1px solid rgba(255,138,28,.14);
  border-radius: 0 18px 18px 18px;
  padding: 5rem 5rem;
  color: rgba(255,255,255,.84);
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
}

#product-product .tab-content h2,
#product-product .tab-content h3,
#product-product .tab-content h4 {
  color: #fff;
}

#product-product .tab-content strong {
  color: #fff;
}

#product-product .tab-content table {
  background: transparent;
  color: rgba(255,255,255,.84);
}

#product-product .tab-content .table-bordered,
#product-product .tab-content .table-bordered td,
#product-product .tab-content .table-bordered th {
  border-color: rgba(255,255,255,.08);
}

/* =========================
   RESPONSIVO
   ========================= */

@media (max-width: 991px) {
  #product-product h1 {
    font-size: 30px;
  }

  #js-price-main {
    font-size: 46px;
  }

  #js-qty-label {
    font-size: 46px;
  }

  #product-product .thumbnails > li:first-child .thumbnail {
    min-height: 340px;
  }

  #product-product .thumbnails > li:first-child .thumbnail img {
    max-height: 320px;
  }
}

@media (max-width: 767px) {
  #product-product {
    padding-top: 12px;
  }

  #product-product h1 {
    font-size: 26px;
  }

  #js-price-main {
    font-size: 38px;
  }

  #js-qty-label {
    font-size: 38px;
  }

  #product-product .thumbnails > li:first-child .thumbnail {
    min-height: 280px;
    padding: 10px;
  }

  #product-product .thumbnails > li:first-child .thumbnail img {
    max-height: 260px;
  }

  #button-cart {
    height: 54px;
    font-size: 16px;
  }

  #product-product .tab-content {
    padding: 16px;
  }

  #product-product .image-additional {
    width: 72px;
  }

  #product-product .image-additional .thumbnail {
    width: 72px;
    height: 72px;
  }
}
/*END PAGE PRODUCT*/

/*FOUR COLS CAT*/
@media only screen and (min-width: 250px) and (max-width: 767px) {
/*.four-cols-cat .row-nthchild .product-layout:nth-child(2n+1) {
	clear:left;
}*/
}
@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;
}
.four-cols-cat .col-lg-2 {
	width: 24.5%;
}
}
@media only screen and (min-width: 1400px) {
.four-cols-cat .row-nthchild .product-layout:nth-child(3) {
	display: block;
}
.four-cols-cat .col-lg-2 {
	width: 19.5%;
}
}
@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-catproduct {
	padding: 2rem 0;
}
.bg-bestseller {
	background: linear-gradient(to bottom, #FFF,#EAEAEA);
	padding: 1rem 0;
}
.bg-latest {
	background: linear-gradient(to bottom, #FFF,#EAEAEA,#FFF);
	padding: 1rem 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,#FFF);
	padding: 1rem 0;
	position: relative;
}

.bg-related {
	padding: 1rem 0;
}
.bg-cat59 {
	background: linear-gradient(to bottom, #EAEAEA,#F5F5F5);
	padding: 4rem 0;
	position: relative;
}
.bg-cat60 {
	background: linear-gradient(to bottom, #422206,#422206);
	padding: 4rem 0;
	position: relative;
}
/*#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;
    }
   
}
