/* CABECALHO */
.total-cabecalho-acesso{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #fafbfc;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 0 12px -5px #000;
    -moz-box-shadow: 0px 0 12px -5px #000;
    box-shadow: 0px 0 12px -5px #000;
}

/* LOGO */
.total-cabecalho-acesso .contorno-logo{
	display: table;
	margin: 0 auto;
}
.total-cabecalho-acesso .contorno-logo .logo{
	width: 210px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.total-cabecalho-acesso .contorno-logo .logo img{
	width: 100%;
	display: block;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	
	/* LOGO */
	.total-cabecalho-acesso .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* MOBILE */
@media (max-width: 767px){

	/* LOGO */
	.total-cabecalho-acesso .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
	}

} /* PAGINA */
body {
	scroll-behavior: smooth !important;
}

.total-pagina {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 85px;
	padding-left: 15px;
	padding-right: 15px;
}

/* MAPEAMENTO */
.total-pagina .mapeamento {
	width: 100%;
	font-size: 14px;
	color: #525252;
	font-family: 'Barlow', sans-serif;p margin-bottom: 20px;
}

.total-pagina .mapeamento a {
	display: inline-block;
	font-size: 14px;
	color: #525252;
	font-family: 'Barlow', sans-serif;
}

.total-pagina .mapeamento a:hover {
	text-decoration: underline;
	color: #102A83;
}

.total-pagina .mapeamento strong {
	font-family: 'Barlow', sans-serif; !important
}

/* TITULO */
.total-pagina .display {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 10px;
}

.total-pagina .display h1 {
	display: table;
}

.total-pagina .display h1,
.total-pagina .display h1 p {
	font-size: 22px;
	color: #102A83;
	text-align: left;
}

.total-pagina .display h1 p strong {
	font-size: 36px;
}

/* CONTORNO GERAL */
.total-pagina .contorno-geral {
	position: relative;
}

/* BARRA LATERAL */
.total-pagina .barra-lateral-area {
	width: 240px;
	float: left;
	border: 1px solid #E5E5E5;
}

.total-pagina .barra-lateral-area a {
	width: 100%;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #525252;
	font-size: 14px;
	line-height: 20px;
	border-left: 5px solid #FFF;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
}

.total-pagina .barra-lateral-area a+a {
	border-top: 1px solid #E5E5E5;
}

.total-pagina .barra-lateral-area .selected,
.total-pagina .barra-lateral-area a:hover {
	font-family: 'Barlow', sans-serif; !important color: #102A83;
	border-left: 5px solid #102A83;
}

.saldo-cashback-sidebar {
	background: #EFEFEF;
	color: #393530;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.5;
}

.saldo-cashback-sidebar strong {
	color: #73B61C;
}

/* LISTAGEM PEDIDOS */
.total-pagina .total-listagem {
	width: calc(100% - 240px);
	float: right;
	min-height: 300px;
	padding-left: 30px;
}

.total-pagina .total-listagem h2 {
	font-size: 18px;
	color: #102A83;
	text-align: left;
	margin-bottom: 20px;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
	.total-pagina {
		padding-top: 150px;
	}
}

/* MOBILE */
@media (max-width: 767px) {

	.total-pagina {
		padding-top: 120px;
	}

	/* TITULO */
	.total-pagina .display h1,
	.total-pagina .display h1 p {
		font-size: 23px;
	}

	.total-pagina,
	.total-pagina .display {
		width: 100%;
	}

	/* BARRA LATERAL */
	.total-pagina .barra-lateral-area {
		width: 100%;
		float: none;
	}

	/* LISTAGEM PEDIDOS */
	.total-pagina .total-listagem {
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-top: 30px;
	}
} /* CABECALHO */
.total-cabecalho-area{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #fafbfc;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 0 12px -5px #000;
    -moz-box-shadow: 0px 0 12px -5px #000;
    box-shadow: 0px 0 12px -5px #000;
}

/* LOGO */
.total-cabecalho-area .contorno-logo{
	display: table;
	float: left;
}
.total-cabecalho-area .contorno-logo .logo{
	width: 210px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.total-cabecalho-area .contorno-logo .logo img{
	width: 100%;
	display: block;
}
.total-cabecalho-area .contorno-logo .logo a{
	float: left;
}
.total-cabecalho-area .contorno-logo .complemento-logo{
	float: left;
	font-size: 16px;
	color: #354658;
	text-align: left;
	padding-left: 10px;
	margin-top: 70px;
	margin-left: 40px;
	border-left:2px solid #354658;
}

/* BOTAO LOJA */
.total-cabecalho-area .botao-secundario{
	float: right;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 45px;
	-webkit-box-shadow: 0 0 12px -5px #000;
    -moz-box-shadow: 0 0 12px -5px #000;
    box-shadow: 0 0 12px -5px #000;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	
	/* LOGO */
	.total-cabecalho-area .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.total-cabecalho-area .contorno-logo .complemento-logo{
		margin-top: 55px;
	}

	/* BOTAO LOJA */
	.total-cabecalho-area .botao-secundario{
		margin-top: 30px;
	}
}

/* MOBILE */
@media (max-width: 767px){

	/* LOGO */
	.total-cabecalho-area .contorno-logo{
		margin: 0 auto;
	}
	.total-cabecalho-area .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
		width: 150px;
	}
	.total-cabecalho-area .contorno-logo .complemento-logo{
		margin-top: 42px;
		margin-left: 20px;
		font-size: 14px;
		display: none;

	}

	/* BOTAO LOJA */
	.total-cabecalho-area .botao-secundario{
		display: table;
		margin-top:25px;
		padding-left: 25px;
		padding-right: 25px;
		height: 35px;
	}

} .total-rodape-area-usuario{
	width: 100%;
}

/* SELOS */
.total-rodape-area-usuario .total-selos{
	display: table;
	margin: 0 auto;
}
.total-rodape-area-usuario .total-selos p{
	font-size: 14px;
	text-align: center;
	color: #595959;
	margin-bottom: 10px;
	font-family: 'Barlow', sans-serif;
}
.total-rodape-area-usuario .total-selos .campo-selo{
	float: left;
	width: 143px;
	min-height: 42px;
}
.total-rodape-area-usuario .total-selos .campo-selo + .campo-selo{
	margin-left: 10px;
}

/* MENUS */
.total-rodape-area-usuario .total-menus{
	width: 100%;
    background: $[footer_interno_background];
    padding-top: 65px;
    padding-bottom: 90px;
    margin-top: 30px;
}
.total-rodape-area-usuario .total-menus .display-menus{
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.total-rodape-area-usuario .total-menus a,
.total-rodape-area-usuario .total-menus span{
	display: inline-block;
	color: $[footer_interno_link];
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
}
.total-rodape-area-usuario .total-menus a:hover{
    color: $[footer_interno_link_hover];
	text-decoration: underline;
}
.total-rodape-area-usuario .total-menus span{
	padding-left: 5px;
	padding-right: 5px;
    color: $[footer_interno_color];
}
.total-rodape-area-usuario .total-menus .texto,
.total-rodape-area-usuario .total-menus .texto p{
	font-family: 'Barlow', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    width: 100%;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
		
}

/* MOBILE */
@media (max-width: 767px){

	/* SELOS */
	.total-rodape-area-usuario .total-selos .campo-selo{
		width: 100%;
		float: none;
	}
	.total-rodape-area-usuario .total-selos .campo-selo + .campo-selo{
		margin-left: 0px;
		margin-top: 10px;
	}

	/* MENUS */
	.total-rodape-area-usuario .total-menus a{
		padding: 10px;
		border: 1px solid #102A83;
		float: left;
		width: calc(100% - 20px);
		text-align: center;
		margin-bottom: 10px;
		font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
	}
	.total-rodape-area-usuario .total-menus span{
		display: none;
	}
} /* CABECALHO: CARRINHO */
.total-cabecalho-carrinho {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fafbfc;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0px 0 12px -5px #000;
    -moz-box-shadow: 0px 0 12px -5px #000;
    box-shadow: 0px 0 12px -5px #000;
}

/* LOGO */
.total-cabecalho-carrinho .contorno-logo {
    display: table;
    float: left;
}

.total-cabecalho-carrinho .contorno-logo .logo {
    width: 210px;
    float: left;
    padding-top: 22px;
    padding-bottom: 22px;
}

.total-cabecalho-carrinho .contorno-logo .logo img {
    width: 100%;
    display: block;
}

.total-cabecalho-carrinho .contorno-logo .logo a {
    float: left;
}

/* ETAPAS */
.total-cabecalho-carrinho .contorno-etapas-carrinho {
    width: calc(100% - 270px);
    float: right;
    border: 1px solid #E5E5E5;
    margin-top: 34px;
}

.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa {
    float: left;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 20%;
    cursor: pointer;
}

.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa+.contorno-etapa {
    border-left: 1px solid #E5E5E5;
}

.total-cabecalho-carrinho .contorno-etapas-carrinho .numero-etapa {
    width: 34px;
    height: 34px;
    line-height: 38px;
    text-align: center;
    background: #ccc;
    color: #fff;
    float: left;
    font-size: 15px;
    border-radius: 100px;
}

.total-cabecalho-carrinho .contorno-etapas-carrinho .nome-etapa {
    height: 34px;
    line-height: 34px;
    text-align: left;
    color: #828282;
    float: left;
    font-size: 14px;
    padding-left: 10px;
}

.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa:hover .numero-etapa,
.total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-atual .numero-etapa {
    background: #FFF;
}

.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa:hover .nome-etapa,
.total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-atual .nome-etapa {
    color: #FFF;
}

/* ESPECIAL */
@media (max-width: 1170px) and (min-width: 992px) {

    /* LOGO */
    .total-cabecalho-carrinho .contorno-logo .logo {
        width: 150px;
    }

    /* ETAPAS */
    .total-cabecalho-carrinho .contorno-etapas-carrinho {
        width: calc(100% - 160px);
        margin-top: 23px;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .nome-etapa {
        font-size: 12px;
    }
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {

    /* LOGO */
    .total-cabecalho-carrinho .contorno-logo {
        margin: 0 auto;
        float: none;
    }

    .total-cabecalho-carrinho .contorno-logo .logo {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 150px;
    }

    /* ETAPAS */
    .total-cabecalho-carrinho .contorno-etapas-carrinho {
        width: 50%;
        margin: 0 auto;
        float: none;
        margin-top: 0px;
        margin-bottom: 20px;
        border-top: 0px;
        border-right: 0px;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa {
        width: 50%;
        border-top: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa+.contorno-etapa {
        border-left: 0px;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-last {
        width: 100%;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .display-etapa {
        margin: 0 auto;
        display: table;
    }
}

/* MOBILE */
@media (max-width: 767px) {

    /* LOGO */
    .total-cabecalho-carrinho .contorno-logo {
        margin: 0 auto;
        float: none;
    }

    .total-cabecalho-carrinho .contorno-logo .logo {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 150px;
    }

    /* ETAPAS */
    .total-cabecalho-carrinho .contorno-etapas-carrinho {
        width: 100%;
        float: none;
        margin-top: 0px;
        margin-bottom: 20px;
        border-top: 0px;
        border-right: 0px;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa {
        width: 50%;
        border-top: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa+.contorno-etapa {
        border-left: 0px;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-last {
        width: 100%;
    }

    .total-cabecalho-carrinho .contorno-etapas-carrinho .display-etapa {
        margin: 0 auto;
        display: table;
    }
} /* PRODUTOS */
[data-msg-frete] {
	padding-top: 20px;
	padding-left: 5px;
	color: #e84c3d;
	font-size: 14px;
}

:root {
	--color-add-cart: #39AC2F;
}

.total-produtos {
	width: 100%;
	padding-top: 300px;
	padding-bottom: 55px;
	background-color: #FFFFFF;
}

@media (max-width: 1200px) {
	.total-produtos {
		padding-top: 290px;
	}
}

@media (max-width: 991px) {
	.total-produtos {
		padding-top: 350px !important;
	}
}

@media (max-width: 767px) {
	.total-produtos {
		padding-top: 240px !important;
	}
}

@media (max-width: 991px) {

	/* OCULTAR TEXTO WHATSAPP MOBILE */
	.botao-whatsapp:before,
	.botao-whatsapp:after,
	.whatsapp-tooltip,
	.botao-whatsapp[data-title]:after,
	.botao-whatsapp[data-title]:before,
	[class*="whatsapp"]:before,
	[class*="whatsapp"]:after {
		display: none !important;
		content: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
	}
}

.total-produtos .cabecalho-produtos {
	margin-bottom: 20px;
}

.total-produtos .cabecalho-produtos .esquerda a {
	display: inline-block;
	color: #525252;
}

.total-produtos .cabecalho-produtos .esquerda a:hover {
	color: #393530 !important;
}

.total-produtos .cabecalho-produtos .esquerda {
	font-size: 15px;
	color: #393530;
	min-height: 28px;
	padding-top: 6px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
}

.total-produtos .cabecalho-produtos .direita {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 8px !important;
}

.total-produtos .cabecalho-produtos .direita div {
	font-size: 15px;
	color: #393530;
	font-family: 'Barlow', sans-serif;;
}

.total-produtos .cabecalho-produtos .direita a svg {
	width: 20px;
	height: 20px;
}

.total-produtos .cabecalho-produtos .direita a {
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all linear;
}

.total-produtos .cabecalho-produtos .direita a:hover {
	background-color: #FFF;
	border-color: #102A83;
}

.total-informacoes-produto .box-info {
	border-radius: 8px;
	background: #404040;
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.total-informacoes-produto .box-info-2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* FOTOS PRODUTO */
.container-mosaico .swiper-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.container-mosaico .swiper-slide {
	width: calc(50% - 10px) !important;
	border-radius: 12px;
	overflow: hidden;
}

.total-produtos .total-foto-produto {
	width: 562px;
	float: left;
}

.total-produtos .gallery-top,
.total-produtos .gallery-thumbs .swiper-slide img {
	border-radius: 16px;
	border: 1px solid #404040;
}

.total-produtos .swiper-slide {
	width: 100%;
}

.total-produtos .swiper-slide img {
	width: 100%;
	display: block;
	max-height: 560px;
	object-fit: contain;
}

.total-produtos .contorno-gallery-thumbs {
	margin-top: 12px;
	position: relative;
}

.total-produtos .gallery-thumbs .swiper-slide {
	z-index: 100;
	width: calc(20% - 16px);
	margin-right: 16px;
	height: 100%;
	border-radius: 7px;
	cursor: pointer;
}

.total-produtos .gallery-thumbs .swiper-slide img {
	width: 100%;
	display: block;
	border-radius: 7px;
	max-height: 90px;
	object-fit: contain;
}

.total-produtos .gallery-thumbs .swiper-slide img:hover,
.total-produtos .gallery-thumbs .swiper-slide-thumb-active img {
	border: 1px solid #404040 !important;
}

.total-produtos .swiper-prev {
	left: 12px !important;
	background: url('/thumbs/100/100/imagens/seta-esquerda.svg') 0px 0px no-repeat !important;
}

.total-produtos .swiper-next {
	right: 12px !important;
	background: url('/thumbs/100/100/imagens/seta-direita.svg') 0px 0px no-repeat !important;
}

.total-produtos .swiper-prev,
.total-produtos .swiper-next {
	top: 50%;
	cursor: pointer;
	outline: none;
	position: absolute;
	width: 13px !important;
	height: 23px !important;
	margin-top: -9.555px !important;
	z-index: 99;
}

.total-produtos .swiper-button-disabled {
	opacity: 0.5;
}

/* INFORMACOES */
.total-produtos .total-informacoes-produto {
	width: calc(100% - 562px);
	float: left;
	padding-left: 30px;
}

/* CODIGO */
.total-produtos .total-informacoes-produto .codigo {
	font-size: 12px;
	text-align: left;
	color: #1A1A1A;
	font-family: 'Barlow', sans-serif;
}

/* TITULO */
.total-produtos .total-informacoes-produto h1,
.total-produtos .total-informacoes-produto h1 p {
	color: #102A83;
	font-size: 34px;
	text-align: left;
	line-height: 120%;
	font-family: "Playfair", serif;
}

/* CATEGORIA */
.total-produtos .total-informacoes-produto .categoria {
	font-size: 15px;
	color: #102A83;
	text-align: left;
}

/* VALOR */
.total-produtos .total-informacoes-produto .valor .valor-de {
	font-size: 15px;
	color: #404040;
	text-align: left;
	line-height: 140%;
	font-family: 'Barlow', sans-serif;
}

.total-produtos .total-informacoes-produto .valor .valor-final {
	color: #73B61C;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.total-produtos .total-informacoes-produto .valor .valor-parcelas {
	font-size: 15px;
	color: #1A1A1A;
	text-align: left;
	font-family: 'Barlow', sans-serif; line-height: 140%;
	margin-top: 8px;
}

.total-produtos .total-informacoes-produto .valor .valor-parcelas strong {
	font-family: 'Barlow', sans-serif; !important
}

.total-produtos .total-informacoes-produto .valor .valor-condicoes {
	margin-bottom: 20px;
}

.total-produtos .total-informacoes-produto .valor .valor-condicoes,
.total-produtos .total-informacoes-produto .valor .valor-condicoes p {
	font-size: 15px;
	color: #404040;
	text-align: left;
	line-height: 22px;
	margin-top: 8px;
	font-style: italic;
	text-decoration: underline;
	font-family: 'Barlow', sans-serif;
}

.total-produtos .total-informacoes-produto .valor .valor-condicoes p:hover {
	text-decoration: none;
}

.frete-gratis-aviso {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
}

.frete-gratis-linha {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #2e7d32;
	font-size: 13px;
}

/* CORES */
.total-produtos .total-informacoes-produto .cores {
	margin-bottom: 20px;
}

.total-produtos .total-informacoes-produto .cores p {
	color: #525252;
	font-size: 14px;
	text-align: left;
}

.total-produtos .total-informacoes-produto .cores .row {
	margin-left: -5px;
	margin-right: -5px;
}

.total-produtos .total-informacoes-produto .cores .contorno-cor {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}

.total-produtos .total-informacoes-produto .cores .contorno-cor h4 {
	font-size: 10px;
	margin-bottom: 4px;
	color: #102A83;
	text-align: center;
}

.total-produtos .total-informacoes-produto .cores .contorno-cor .campo-cor {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 100px;
	border: 1px solid #E5E5E5;
	position: relative;
	margin: 0 auto;
}

.total-produtos .total-informacoes-produto .cores .contorno-cor .campo-cor .check-cor {
	position: absolute;
	width: 14px;
	height: 12px;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -6px;
	display: none;
	background: url('/thumbs/100/100/imagens/select-cor.svg') center top no-repeat;
}

.total-produtos .total-informacoes-produto .cores .contorno-cor .campo-cor .cor-selecionada,
.total-produtos .total-informacoes-produto .cores .contorno-cor .campo-cor:hover .check-cor {
	display: block !important;
}

/* TAMANHO */
.total-produtos .total-informacoes-produto .tamanho,
.total-produtos .total-informacoes-produto .tamanho p {
	font-size: 14px;
	color: #525252;
	font-family: 'Barlow', sans-serif; text-align: left;
	line-height: 25px;
}

.total-produtos .total-informacoes-produto .tamanho p strong {
	font-size: 14px;
	font-family: 'Barlow', sans-serif; !important
}

.tamanho .botao-quartenario {
	display: table;
	float: left;
	padding: 9px 13px;
	min-width: 60px;
	text-align: center;
}

.tamanho .btn-disabled {
	border: 1px solid #999999;
	background-color: #cccccc !important;
	color: #666666;
	cursor: default;
}

.tamanho .btn-selected {
	background: #102A83 !important;
	color: #FFF;
}

.tamanho .botao-quartenario+.botao-quartenario {
	margin-left: 10px;
}

.tamanho .clear-tamanhos {
	clear: both;
	margin-bottom: 14px;
}

/* ESTOQUE */
.total-produtos .total-informacoes-produto .estoque {
	font-size: 14px;
	color: #102A83;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* QUANTIDADE */

.total-produtos .total-informacoes-produto .quantidade p {
	color: #1A1A1A;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	margin-bottom: 6px;
}

.total-produtos .total-informacoes-produto .quantidade .botao-menos {
	border-radius: 8px 0px 0px 8px;
}

.total-produtos .total-informacoes-produto .quantidade .botao-mais {
	border-radius: 0px 8px 8px 0px;
}

.total-produtos .total-informacoes-produto .quantidade .botao-menos,
.total-produtos .total-informacoes-produto .quantidade .botao-mais {
	height: 50px;
	width: 36px;
	color: #EFEFEF;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 37.5px;
	/* 150% */
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #102A83;
	font-family: 'Barlow', sans-serif; -webkit-touch-callout: none;
	/* iPhone OS, Safari */
	-webkit-user-select: none;
	/* Chrome, Safari 3 */
	/* Safari 2 */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
	user-select: none;
	/* Poss�vel implementa��o no futuro */
	/* cursor: default; */
}

.total-produtos .total-informacoes-produto .quantidade .botao-menos:hover,
.total-produtos .total-informacoes-produto .quantidade .botao-mais:hover {
	background: #102A83;
	color: #FFF;
}

.total-produtos .total-informacoes-produto .quantidade .input-quantidade {
	width: 53px;
	height: 50px;
	float: left;
	border: 1px solid #E6E7E8;
	text-align: center;
	color: #1A1A1A;
	font-size: 15px;
}

.total-produtos .total-informacoes-produto .quantidade .input-quantidade:hover,
.total-produtos .total-informacoes-produto .quantidade .input-quantidade:focus {
	border: 1px solid #102A83;
}

/* FRETE */
.total-produtos .total-informacoes-produto .frete {
	float: left;
	margin-bottom: 15px;
}

.total-produtos .total-informacoes-produto .frete p {
	color: #1A1A1A;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	margin-bottom: 6px;
}

.total-produtos .total-informacoes-produto .frete .contorno-frete {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.total-produtos .total-informacoes-produto .frete .input-frete {
	width: 120px;
	flex: 0 0 120px;
	height: 52px;
	border: 1px solid #E6E7E8;
	background: #FFF;
	color: #1A1A1A;
	padding: 12px 16px;
	outline: none;
	font-size: 15px;
	line-height: 140%;
	border-radius: 8px;
	font-family: 'Barlow', sans-serif;
}

.total-produtos .total-informacoes-produto .frete .input-frete:hover,
.total-produtos .total-informacoes-produto .frete .input-frete:focus {
	border: 1px solid #102A83;
}

.total-produtos .total-informacoes-produto .frete .botao-frete {
	flex-shrink: 0;
	padding: 14px 32px;
	background-color: #73B61C;
	color: #EFEFEF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s all linear;
	font-weight: bold;
}

.total-produtos .total-informacoes-produto .frete .botao-frete:hover {
	background-color: #102A83;
	color: #FFF;
}

.total-produtos .total-informacoes-produto .frete a {
	float: right;
	font-size: 13px;
	color: #102A83;
	text-decoration: underline;
	text-align: left;
	font-family: 'Barlow', sans-serif; line-height: 40px;
	display: table;
}

.total-produtos .total-informacoes-produto .frete a:hover {
	opacity: 0.8;
}

.total-produtos .total-informacoes-produto .frete .frete-gratuito {
	width: 225px;
	height: 59px;
	margin-top: 5px;
	background: url('/thumbs/100/100/imagens/frete-gratuito.svg') center top no-repeat;
	background-size: 100%;
}

/* FRETE ABERTO */
.total-produtos .total-informacoes-produto .frete-aberto {
	border-top: 1px solid #E5E5E5;
	padding-top: 25px;
	margin-top: 0px;

}

.total-produtos .total-informacoes-produto .frete-aberto p {
	color: #1A1A1A;
	font-size: 14px;
	text-align: left;
	font-family: 'Barlow', sans-serif;
}

.total-produtos .total-informacoes-produto .frete-aberto p strong {
	font-family: 'Barlow', sans-serif; !important
}

.total-produtos .total-informacoes-produto .frete-aberto .valor-frete {
	color: #102A83;
	font-size: 14px;
	font-family: 'Barlow', sans-serif; !important
}

.produtos-relacionados-title {
	text-transform: uppercase;
	font-family: 'Playfair', serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 110%;
	color: #393530;
}


.total-listagem-produtos-relacionados {
	margin-bottom: 80px;
}

.total-listagem-produtos-relacionados ul li {
	float: none;
	width: auto;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.description-produto {
	background-color: #404040;
}

.description-produto .description-title {
	color: #73B61C;

	/* [h7] */
	font-family: "Playfair";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 31.2px */
}

.description-produto .description-text-white {
	color: #102A83;

	/* [p] */
	font-family: "Google Sans", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 21px */
}

.description-produto .bg-informacao {
	background-color: #FFF;
}

.description-produto .bg-informacao p {
	color: #102A83;
	font-family: "Google Sans", sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 140%;
}

.description-produto .bg-informacao p span {
	font-weight: 700;
}

.description-produto .caracteristicas .caracteristica-range-title p {
	color: #EFEFEF;
	font-family: "Google Sans", sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
	line-height: 140%;
	/* 21px */
}

.description-produto .caracteristicas .caracteristica-slider {
	background-color: #FFF;
	border-radius: 4px;
	padding: 4px;
}

.description-produto .caracteristicas .caracteristica-slider .slide {
	border-radius: 4px;
	background: #CAAE52;
	box-shadow: 5px 4px 4px -22px rgba(0, 0, 0, 0.25);
	width: 50px;
	height: 19px;
	transition: 0.5s all ease-in;
}

/* BOTOES */
.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart {
	width: 100%;
	background-color: var(--color-add-cart);
	color: #FFF;
	padding: 13px 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	transition: 0.3s all linear;
	font-weight: bold;
	font-family: 'Barlow', sans-serif; !important
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart:hover {
	background-color: #102A83;
	color: #FFF;
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart svg g {
	transition: 0.3s all linear;
	fill: #FFF;
}

.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart:hover svg g {
	fill: #FFF;
}

/* MENUS */
.total-produtos .total-menus-desc {
	width: 100%;
	margin-top: 80px;
}

.total-produtos .total-menus-desc ul {
	border-bottom: 1px solid #DFDFDF;
}

.total-produtos .total-menus-desc ul li {
	float: left;
	width: 20%;
}

.total-produtos .total-menus-desc ul li a {
	color: #A1A1A1;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}

.total-produtos .total-menus-desc ul li+li {
	margin-top: 20px;
}

.total-produtos .total-menus-desc ul li a .borda {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 1px;
	display: none;
	background: #102A83;
}

.total-produtos .total-menus-desc ul li a:hover .borda {
	display: block;
}

.total-produtos .total-menus-desc ul li .menu-selecionado .borda {
	display: block !important;
}

.total-produtos .total-menus-desc ul li .menu-selecionado {
	color: #525252;
}

.total-produtos .total-menus-desc .total-descricao {
	border-bottom: 1px solid #E5E5E5;
}

.total-produtos .total-menus-desc .total-descricao p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #595959;
	line-height: 26px;
	word-wrap: break-word;
	font-family: 'Barlow', sans-serif;
}

.total-produtos .total-menus-desc .total-descricao {
	padding: 25px 0;
}

.total-produtos .total-menus-desc .total-descricao table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

.total-produtos .total-menus-desc .total-descricao table tr {
	background: #FFF;
}

.total-produtos .total-menus-desc .total-descricao table tr:nth-child(2n) {
	background: #F5F5F5;
}

.total-produtos .total-menus-desc .total-descricao table tr td strong {
	font-family: 'Barlow', sans-serif; !important;
}

.total-produtos .total-menus-desc .total-descricao table td,
.total-produtos .total-menus-desc .total-descricao table td * {
	font-family: 'Barlow', sans-serif;
}

.total-produtos .total-menus-desc .total-descricao table td,
.total-produtos .total-menus-desc .total-descricao table th {
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	padding: 10px 20px;
}

.total-produtos .total-menus-desc .total-descricao table th,
.total-produtos .total-menus-desc .total-descricao table th * {
	font-weight: bold !important;
}

.total-produtos .total-menus-desc .total-descricao table p {
	margin: 0px;
}

.total-produtos .total-menus-desc #aba_link p+p {
	border-top: 1px solid #dfdfdf;
	padding-top: 30px;
}

.total-produtos .total-menus-desc #aba_link p:before {
	content: "?";
	font-size: 18px;
	color: #595959;
}

@media (max-width: 1130px) {
	.total-produtos .total-informacoes-produto .botoes .contorno-botao .add-cart {
		padding: 12px 12px;
		width: 100%;
	}
}

/* TABLET */
@media (max-width: 1023px) and (min-width: 768px) {
	.total-produtos .total-menus-desc ul li {
		width: 33.333%;
		margin-top: 15px;
	}

	.total-produtos .total-informacoes-produto .frete .input-frete {}
}

/* MOBILE */
@media (max-width: 767px) {
	.total-produtos .total-menus-desc ul li {
		width: 50%;
		margin-top: 15px;
	}

	.total-produtos .cabecalho-produtos .esquerda {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		text-align: center;
	}

	.total-produtos .cabecalho-produtos .direita {
		float: none;
		margin: 0 auto;
		display: block;
		width: max-content;
	}
}

/* LISTAGEM */
.total-listagem-produtos {
	width: 100%;
	margin-top: 70px;
}

.total-listagem-produtos h1,
.total-listagem-produtos h1 p {
	width: 100%;
	text-align: center;
	color: #102A83;
	font-size: 28px;
}

.total-listagem-produtos ul {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
}

.total-listagem-produtos li {
	min-height: 10px;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 25%;
	float: left;
}

.total-listagem-produtos li .contorno-produtos {
	width: 100%;
	position: relative;
}

.total-listagem-produtos li .contorno-produtos .flag {
	position: absolute;
	width: auto;
	display: table;
	right: -5px;
	top: -15px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.total-listagem-produtos li .contorno-produtos .f-verde {
	background: #4CC057;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	margin-right: 5px;
	border-radius: 10px;
}

.total-listagem-produtos li .contorno-produtos .f-vermelho {
	background: #FF0000;
	padding: 11px;
	font-size: 13px;
	float: left;
	margin-right: 5px;
	border-radius: 10px;
}

.total-listagem-produtos li .contorno-produtos:hover .botao-primario {
	background: #102A83;
}

.total-listagem-produtos li .contorno-produtos img {
	width: 100%;
	display: block;
	border-radius: 15px;
}

.total-listagem-produtos li .contorno-produtos .contorno-informacoes {
	padding: 23px;
}

.total-listagem-produtos li .contorno-produtos .contorno-informacoes h1 {
	max-height: 44px;
	overflow: hidden;
}

.total-listagem-produtos li .contorno-produtos .contorno-informacoes h1,
.total-listagem-produtos li .contorno-produtos .contorno-informacoes h1 p {
	font-size: 14px;
	line-height: 22px;
	color: #525252;
	text-align: center;
}

.total-listagem-produtos li .contorno-produtos .contorno-informacoes .valor .valor-de {
	font-size: 13px;
	color: #525252;
	text-align: center;
	font-family: 'Barlow', sans-serif;
}

.total-listagem-produtos li .contorno-produtos .contorno-informacoes .valor .valor-final {
	font-size: 24px;
	color: #102A83;
	text-align: center;
	margin-top: 5px;
}

.total-listagem-produtos li .contorno-produtos .contorno-informacoes .valor .valor-consulte-nos {
	margin-top: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #525252;
	text-align: center;
}

.total-listagem-produtos li .contorno-produtos .contorno-informacoes .botao-primario {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
}

.pais {
	border-radius: 4px;
	background: #E6E7E8;
}

.pais p {
	color: #102A83;
	font-family: "Google Sans", sans-serif;
	font-size: 15px;
	line-height: 140%;
}

/* TABLET */
@media (max-width: 1023px) and (min-width: 768px) {
	.total-produtos {
		padding-top: 160px;
	}

	/* FOTOS PRODUTO */
	.total-produtos .total-foto-produto {
		width: 400px;
	}

	/* INFORMACOES */
	.total-produtos .total-informacoes-produto {
		width: calc(100% - 400px);
		padding-left: 16px;
	}

	.total-produtos .total-informacoes-produto .quantidade,
	.total-produtos .total-informacoes-produto .frete {
		width: 100%;
		float: none;
	}

	.total-produtos .total-informacoes-produto .frete {
		margin-bottom: 0;
	}

	/* LISTAGEM PRODUTOS */
	.total-listagem-produtos ul {
		margin-left: -10px;
		margin-right: -10px;
	}

	.total-listagem-produtos li {
		width: 50%;
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* MOBILE */
@media (max-width: 767px) {
	.total-produtos {
		padding-top: 160px;
	}

	/* FOTOS PRODUTO */
	.total-produtos .total-foto-produto {
		width: 100%;
		float: none;
	}

	/* INFORMACOES */
	.total-produtos .total-informacoes-produto {
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-top: 50px;
	}

	.total-produtos .total-informacoes-produto .frete {
		width: 100%;
		float: none;
	}

	.total-produtos .total-informacoes-produto .quantidade {
		text-align: left !important;
		align-self: flex-start !important;
	}

	.total-produtos .total-informacoes-produto .botoes .contorno-botao {
		width: 100%;
		float: none;
	}

	.total-produtos .total-informacoes-produto .botoes .contorno-botao+.contorno-botao {
		margin-top: 15px;
	}

	/* LISTAGEM PRODUTOS */
	.total-listagem-produtos li {
		width: 100%;
	}

	.total-listagem-produtos h1,
	.total-listagem-produtos h1 p {
		font-size: 23px;
	}

	.tamanho .botao-quartenario+.botao-quartenario {
		margin-left: 0px;
	}

	.tamanho .botao-quartenario {
		margin-top: 10px;
		margin-right: 5px;
	}

	.total-listagem-produtos li .contorno-produtos img {
		max-width: 200px;
		margin: 10px auto !important;
	}

}

@media (max-width: 1200px) {
	.description-produto.py-20 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.total-listagem-produtos {
		width: 100% !important;
		float: right !important;
		padding-top: 0px !important;
		padding-bottom: 0 !important;
	}

	.total-listagem-produtos-relacionados {
		margin-bottom: 50px !important;
	}
}

.frete-aberto {
	margin-top: 15px;
	display: none;
}

.flag {
	position: absolute;
	width: auto;
	display: table;
	right: -1px;
	top: 4px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	z-index: 999;
}

.f-vermelho {
	background: #FF4044 !important;
	padding: 11px;
	font-size: 13px;
	float: left;
	margin-right: 5px;
	border-radius: 10px;
}

.gallery-top {
	position: relative;
}

.ask-child {
	display: inline-block;
	width: 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height: 16px;
	margin-right: 6px;
}

@media (min-width: 1200px) {
	.input-frete {
		width: 208px !important;
		height: 52px !important;
	}

	.botao-frete {
		width: 144px !important;
		height: 50px !important;
	}
}

@media (max-width: 767px) {
	.contorno-frete {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 10px;
	}

	.input-frete,
	.botao-frete {
		width: calc(50% - 5px) !important;
		flex: none !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}

	.contorno-frete [data-msg-frete] {
		width: 100%;
		padding-top: 0;
	}
}

@media (min-width: 1280px) {
	.total-listagem-produtos-relacionados ul.lista-relacionados-xl {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.total-listagem-produtos-relacionados ul.lista-relacionados-xl > li {
		width: calc(25% - 7.5px) !important;
	}
}
 /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span, 
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding: 0px !important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../imagens/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../imagens/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../imagens/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background: url('../../imagens/seta-verde-popup-esquerda.svg') !important;
}
.fancybox-next span {
	right: 10px;
	background: url('../../imagens/seta-verde-popup-direita.svg') !important;
}
.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	background: url('../../imagens/fancybox_overlay.png');
	z-index: 8020;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -31px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
	background: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	height: 27px;
	line-height: 27px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../imagens/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../imagens/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.botao-fechar-modal, .fancybox-close{
	background: url(../../imagens/close-pop-up.png) !important;
	background-size: contain;
	background-repeat: no-repeat;
    top: 17px;
    right: 15px;
    width: 30px;
    height: 30px;
}     