/* 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: 'DM Sans', sans-serif;p margin-bottom: 20px;
}

.total-pagina .mapeamento a {
	display: inline-block;
	font-size: 14px;
	color: #525252;
	font-family: 'DM Sans', sans-serif;
}

.total-pagina .mapeamento a:hover {
	text-decoration: underline;
	color: #000;
}

.total-pagina .mapeamento strong {
	font-family: 'DM Sans', 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: #000;
	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: 'DM Sans', 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: 'DM Sans', sans-serif; !important color: #000;
	border-left: 5px solid #000;
}

.saldo-cashback-sidebar {
	background: #EFEFEF;
	color: #393530;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.5;
}

.saldo-cashback-sidebar strong {
	color: #f3f3f3;
}

/* 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: #000;
	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: 'DM Sans', 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: 'DM Sans', 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: 'DM Sans', 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 #000;
		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 */
.total-produtos {
	width: 100%;
	padding-top: 250px;
	padding-bottom: 85px;
}

.total-produtos .display {
	width: 580px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.total-produtos .display h1,
.total-produtos .display h1 p {
	font-size: 28px;
	color: #000;
	line-height: 39px;
	text-align: center;
}

.total-produtos .display h1 p strong {
	font-size: 36px;
}

/* BARRA LATERAL */
.total-produtos .total-barra-lateral {
	width: 270px;
	float: left;
}

.total-produtos .total-barra-lateral form h1 {
	text-transform: uppercase;
	font-family: 'Playfair', serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 140%;
	color: #393530;
	margin-bottom: 10px;
	text-align: left;
}

.total-produtos form {
	width: 232px;
	display: block;
}

.limpar-busca {
	font-size: 12px;
	margin-top: 13px;
	border: 1px solid #000;
	padding: 12px;
}

.limpar-busca strong {
	color: #5F5F5F;
}

.limpar-busca span a {
	font-size: 12px;
	display: inline;
	color: #000;
	text-decoration: none;
}

.limpar-busca span a:hover {
	text-decoration: underline;
}

#page-produtos .total-listagem-produtos {
	padding-top: 0;
}

.total-produtos form .contorno-input {
	position: relative;
}

.total-produtos form .input-busca {
	width: 232px;
	padding-right: 35px;
}

.total-produtos form .input-busca:hover,
.total-produtos form .input-busca:focus {
	border-color: #000;
}

.total-produtos form .botao-busca {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 42px;
	height: 35px;
	cursor: pointer;
	background: url('/thumbs/100/100/imagens/pesquisa.svg') 50% 50% no-repeat;
}

.total-produtos form .botao-busca:hover {
	opacity: 0.8;
}


/* CATEGORIAS */
.total-produtos .total-categorias {
	padding-top: 30px;
	padding-bottom: 100px;
}

.total-produtos .total-categorias h2 {
	text-transform: uppercase;
	font-family: 'Playfair', serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 140%;
	color: #000;
	margin-bottom: 10px;
}

.total-produtos .total-categorias strong {
	font-size: 14px;
	color: #525252;
}

.total-produtos .total-categorias .categoria-escolhida {
	margin-bottom: 25px;
	padding-left: 17px;
	padding-right: 17px;
}

.total-produtos .total-categorias a {
	font-size: 14px;
	color: #525252;
	font-family: 'DM Sans', sans-serif; text-align: left;
	/*height: 30px;*/
	height: auto;
	line-height: 30px;
}

.total-produtos .total-categorias a:hover,
.total-produtos .total-categorias .selected {
	color: #000;
	font-family: 'DM Sans', sans-serif; !important
}

/* FILTROS CATEGORIAS */
.total-produtos .filtros-categorias {
	margin-top: 25px;
	padding-top: 25px;
}

.total-produtos .filtros-categorias h3 {
	text-transform: uppercase;
	font-family: 'Playfair', serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 140%;
	color: #000;
	margin-bottom: 10px;
}

/* FILTROS - BUSCA INPUT */
.filtro-busca-input,
.total-produtos form .input-busca {
	height: 35px;
	padding: 0 12px;
	padding-right: 40px;
	border-radius: 8px;
	border: 1px solid #E6E7E8;
	color: #000;
	font-size: 14px;
}

.filtro-busca-input {
	width: 232px;
	outline: none;
	margin-bottom: 8px;
	display: block;
	transition: border-color 0.2s ease;
}

.filtro-busca-input:hover,
.filtro-busca-input:focus {
	border-color: #000;
}

#page-produtos .nenhum-item-cadastrado {
	color: #000;
	border-radius: 8px !important;
}

/* FILTROS - LISTA */
.filtro-lista {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filtro-lista.filter-scroll {
	max-height: 260px;
	overflow-y: auto;
	padding-right: 4px;
}

.filtro-lista.filter-scroll::-webkit-scrollbar {
	width: 4px;
}

.filtro-lista.filter-scroll::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 4px;
}

.filtro-item-categoria {
	list-style: none;
}

.filtro-item-label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	color: #1A1A1A;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	padding: 2px 0;
}

.filtro-item-label:hover {
	color: #000;
}

.filtro-item-label .filtro-checkbox {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 16px !important;
	height: 16px !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	flex-shrink: 0;
	position: relative;
	transition: background-color 0.15s, border-color 0.15s;
}

.filtro-item-label .filtro-checkbox:checked {
	background-color: #B41919;
	border-color: #B41919;
}

.filtro-item-label .filtro-checkbox:checked::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 9px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.filtro-ver-mais {
	font-size: 13px;
	color: #000;
	display: inline-block;
	margin-top: 6px;
	text-decoration: underline;
}

.filtro-ver-mais:hover {
	text-decoration: none;
}

/* FILTROS - BOTOES */
.filtros-acoes {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: sticky;
	bottom: 0;
	background-color: #fff;
	padding: 15px 0;
	z-index: 100;
	box-shadow: 0 -15px 20px -10px rgba(255, 255, 255, 0.95);
}

.btn-filtrar {
	width: 100%;
	height: 40px;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s all linear;
}

.btn-filtrar:hover {
	background-color: $[color_secundary];
	color: #000;
}

.total-barra-lateral .total-categorias .filtros-acoes .btn-limpar-filtros {
	width: 100%;
	height: 40px;
	background: transparent;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	color: #000;
	text-align: center;
	line-height: 38px;
	display: none;
	transition: 0.3s all linear;
}

.total-barra-lateral .total-categorias .filtros-acoes .btn-limpar-filtros.visible {
	display: block;
}

.total-barra-lateral .total-categorias .filtros-acoes .btn-limpar-filtros:hover {
	background-color: #000;
	color: #fff;
}

/* LISTAGEM */
.total-listagem-produtos .cabecalho-produtos {
	margin-bottom: 35px;
}

.total-listagem-produtos .cabecalho-produtos .esquerda a {
	display: inline-block;
	color: #393530;
}

.total-listagem-produtos .cabecalho-produtos .esquerda a:hover {
	color: #000;
}

.total-listagem-produtos .cabecalho-produtos .esquerda {
	font-size: 15px;
	color: #393530;
	line-height: 21px;
	font-family: 'DM Sans', sans-serif;
}

.total-listagem-produtos .cabecalho-produtos .esquerda strong {
	color: #393530;
}

.total-listagem-produtos .cabecalho-produtos .direita p {
	font-size: 15px;
	color: #393530;
	text-align: left;
	margin-right: 24px;
	line-height: 21px;
	font-weight: 700;
	width: 66px;
}

.orderby-select-wrapper {
	position: relative;
}

.orderby-select-wrapper .orderby-trigger {
	border: 1px solid #E6E7E8;
	font-size: 14px;
	width: 200px;
	color: #393530;
	cursor: pointer;
	padding: 8px 16px;
	border-radius: 8px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	transition: border-color 0.2s ease;
	font-family: 'DM Sans', sans-serif;
}

.orderby-select-wrapper .orderby-trigger:hover {
	border-color: #000;
}

.orderby-select-wrapper .orderby-options {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	min-width: 100%;
	background: #fff;
	border: 1px solid #E6E7E8;
	border-radius: 8px;
	overflow: hidden;
	z-index: 10;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin: 0;
	padding: 4px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}

.orderby-select-wrapper .orderby-options.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
}

.orderby-select-wrapper .orderby-options .orderby-option {
	padding: 8px 16px !important;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	color: #393530;
	transition: background 0.15s;
	font-family: 'DM Sans', sans-serif;
}

.orderby-select-wrapper .orderby-options .orderby-option:hover {
	background: #F5F5F5;
}

.orderby-select-wrapper .orderby-options .orderby-option.active {
	font-weight: 600;
}

.orderby-select-wrapper .orderby-trigger .orderby-arrow {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.orderby-select-wrapper .orderby-trigger .orderby-arrow.rotate-180 {
	transform: rotate(180deg);
}

.total-listagem-produtos {
	width: calc(100% - 270px);
	float: right;
	padding-left: 30px;
}

.total-listagem-produtos #produtos-list {
	margin-left: -15px;
	margin-right: -15px;
}

.total-listagem-produtos #produtos-list li {
	min-height: 10px;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.total-listagem-produtos #produtos-list li .contorno-produtos {
	width: 100%;
	position: relative;
}

.total-listagem-produtos #produtos-list 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 #produtos-list 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 #produtos-list li .contorno-produtos .f-vermelho {
	background: #FF0000;
	padding: 11px;
	font-size: 13px;
	float: left;
	margin-right: 5px;
	border-radius: 10px;
}

.total-listagem-produtos #produtos-list li .contorno-produtos img {
	width: 100%;
	display: block;
	border-radius: 15px;
}

.total-listagem-produtos #produtos-list li .contorno-produtos .contorno-informacoes {
	padding: 23px;
}

.total-listagem-produtos #produtos-list li .contorno-produtos .contorno-informacoes h1 {
	max-height: 44px;
	overflow: hidden;
}

.total-listagem-produtos #produtos-list li .contorno-produtos .contorno-informacoes h1,
.total-listagem-produtos #produtos-list li .contorno-produtos .contorno-informacoes h1 p {
	font-size: 14px;
	line-height: 22px;
	color: #525252;
	text-align: center;
}

.total-listagem-produtos #produtos-list li .contorno-produtos .contorno-informacoes .valor .valor-de {
	font-size: 13px;
	color: #525252;
	text-align: center;
	font-family: 'DM Sans', sans-serif;
}

.total-listagem-produtos #produtos-list li .contorno-produtos .contorno-informacoes .valor .valor-final {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-top: 5px;
}

.total-listagem-produtos #produtos-list li .contorno-produtos .contorno-informacoes .botao-primario {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
}

#page-produtos .contorno-botoes-paginacao {
	margin-top: 32px;

}

#page-produtos .contorno-botoes-paginacao .container-paginacao {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 12px;
}

#page-produtos .contorno-botoes-paginacao a {
	padding: 15px 32px !important;
	height: auto !important;
	width: auto !important;
	background-color: transparent !important;
	transition: 0.3s all linear;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	line-height: 140%;
	color: #000;
	border: 2px solid #000 !important;
}

#page-produtos .contorno-botoes-paginacao a:hover,
#page-produtos .contorno-botoes-paginacao a.pagina-selecionada {
	color: $[color_secundary] !important;
	background-color: #000 !important;
}

.botao-menu-filtros-home {
	width: 96px;
	font-weight: 700;
	height: 37px;
	line-height: 38px;
	border-radius: 10px;
	cursor: pointer;
	display: none;
	padding-left: 35px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	background: #000 url(/thumbs/100/100/imagens/comprar-branco.svg) 4px 10px no-repeat;
	background-size: 30px 15px;
	color: #FFF;
	float: left;
	font-size: 14px;
}

/* DRAWER OVERLAY */
#filter-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* BOTÃO FECHAR DRAWER */
.btn-fechar-filtros-drawer {
	display: none;
}

/* <= 991px: custom padding top */
@media (max-width: 991px) {
	#page-produtos .total-produtos {
		padding-top: 290px;
	}
}

/* <= 990px: sidebar vira drawer */
@media (max-width: 990px) {
	.total-produtos {
		padding-top: 160px;
	}

	.botao-menu-filtros-home {
		display: block !important;
	}

	.btn-fechar-filtros-drawer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #E5E5E5;
		cursor: pointer;
		font-size: 14px;
		font-weight: 700;
		color: #000;
	}

	/* BARRA LATERAL COMO DRAWER */
	.total-barra-lateral {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 300px !important;
		height: 100% !important;
		float: none !important;
		z-index: 9999;
		background: #fff;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12);
		padding: 20px !important;
		border: none !important;
	}

	.total-barra-lateral.drawer-open {
		transform: translateX(0);
	}

	.filtros-acoes {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		position: sticky;
		bottom: -21px;
		background-color: #fff;
		padding: 15px 0;
		z-index: 100;
		box-shadow: 0 -15px 20px -10px rgba(255, 255, 255, 0.95);
	}

	/* LISTAGEM FULL WIDTH */
	.total-listagem-produtos {
		width: 100% !important;
		float: none !important;
		padding-left: 0 !important;
	}

	/* LISTAGEM 2 COLUNAS */
	.total-listagem-produtos #produtos-list li {
		width: 50%;
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* 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;
	}
}

/* MOBILE */
@media (max-width: 767px) {

	#page-produtos .total-produtos {
		padding-top: 260px;
	}

	.total-produtos .display h1,
	.total-produtos .display h1 p {
		font-size: 23px;
	}

	.total-produtos,
	.total-produtos .display {
		width: 100%;
	}

	.total-produtos form {
		border: 0px;
		border-bottom: 1px solid #E5E5E5;
	}

	/* LISTAGEM PRODUTOS */
	.total-listagem-produtos .cabecalho-produtos .esquerda {
		width: 100%;
		text-align: center;
	}

	.total-listagem-produtos #produtos-list li .contorno-produtos img {
		max-width: 200px;
		margin: 10px auto !important;
	}

	.total-listagem-produtos .cabecalho-produtos .direita {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.total-listagem-produtos #produtos-list li {
		width: 100%;
	}

	.total-listagem-produtos #produtos-list li .contorno-produtos .contorno-informacoes .botao-primario {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: table;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 12px;
	}

	.div-opcoes {
		display: none;
	}

	.limpar-busca {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.total-listagem-produtos .cabecalho-produtos .esquerda,
.total-listagem-produtos .cabecalho-produtos .esquerda strong,
.total-listagem-produtos .cabecalho-produtos .esquerda a {
	color: #000000 !important;
	font-weight: normal !important;
}

.total-listagem-produtos .cabecalho-produtos .direita,
.total-listagem-produtos .cabecalho-produtos .direita p,
.total-listagem-produtos .cabecalho-produtos .direita .orderby-selected-text,
.total-listagem-produtos .cabecalho-produtos .direita .orderby-option {
	color: #000000 !important;
	font-weight: normal !important;
	font-size: 15px !important;
	font-family: inherit !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;
}     