/* ###################
#### CORES
################### */
:root {
  --base-color: #4f4f4f;
  --active-color: #4f4f4f;
  --white-color: #FFFFFF;
}

/* ###################
#### FONTES
################### */
@font-face {
    font-family: 'avenir_book';
    src: url('../fontes/lte50342-webfont.eot');
    src: url('../fontes/lte50342-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/lte50342-webfont.woff2') format('woff2'),
         url('../fontes/lte50342-webfont.woff') format('woff'),
         url('../fontes/lte50342-webfont.ttf') format('truetype'),
         url('../fontes/lte50342-webfont.svg#avenir_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenir_roman';
    src: url('../fontes/lte50338-webfont.eot');
    src: url('../fontes/lte50338-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/lte50338-webfont.woff2') format('woff2'),
         url('../fontes/lte50338-webfont.woff') format('woff'),
         url('../fontes/lte50338-webfont.ttf') format('truetype'),
         url('../fontes/lte50338-webfont.svg#avenir_ltroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'avenir_heavy';
	src: url('../fontes/AvenirLTStd-Heavy.eot');
	src: local('☺'), 
		url('../fontes/AvenirLTStd-Heavy.woff') format('woff'), 
		url('../fontes/AvenirLTStd-Heavy.ttf') format('truetype'), 
		url('../fontes/AvenirLTStd-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'avenir_oblique';
    src: url('../fontes/lte50339-webfont.eot');
    src: url('../fontes/lte50339-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/lte50339-webfont.woff2') format('woff2'),
         url('../fontes/lte50339-webfont.woff') format('woff'),
         url('../fontes/lte50339-webfont.ttf') format('truetype'),
         url('../fontes/lte50339-webfont.svg#avenir_ltoblique') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenir_medium';
    src: url('../fontes/lte50344-webfont.eot');
    src: url('../fontes/lte50344-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/lte50344-webfont.woff2') format('woff2'),
         url('../fontes/lte50344-webfont.woff') format('woff'),
         url('../fontes/lte50344-webfont.ttf') format('truetype'),
         url('../fontes/lte50344-webfont.svg#avenir_ltmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenir_light';
    src: url('../fontes/lte50336-webfont.eot');
    src: url('../fontes/lte50336-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/lte50336-webfont.woff2') format('woff2'),
         url('../fontes/lte50336-webfont.woff') format('woff'),
         url('../fontes/lte50336-webfont.ttf') format('truetype'),
         url('../fontes/lte50336-webfont.svg#avenir_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('../fontes/Barlow-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fontes/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a.veja_todos{
	font-family: 'avenir_roman';
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
    padding: 13px 20px;
    font-size: 12px;
    position: relative;
    /*top: 27px;*/
    border-radius: 20px;
}
	

/* ###################
#### BASICO
################### */
*{
	margin: 0;
	padding: 0;
	font-family: 'avenir_roman';
	list-style-type: none;
}
body{
	opacity: 1;
	transition: all 0.12s ease-in;
	padding-top: 100px;
}

/* ###################
#### HEADER
################### */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 10000;
	background: #fff;	
	transition: all 0.08s ease-out;
}
header ul {
	list-style: none;
}
header ul.barra_preta {
    background: var(--active-color);
    height: 36px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.lehonacombr header ul.barra_preta {
	background: var(--base-color);
}
header ul.barra_preta li.left {
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	display: inline-block;
}
header ul.barra_preta li.left p{
	color: #fff;
	display: inline;
	font-size: 14px;
	background: url(../imagens/icone_truck_topo.png) right center no-repeat;	
	padding-right: 30px;
	letter-spacing: 2px;
	line-height: 14px;
}
header ul.barra_preta li.right {
    float: right;
    display: inline-block;
    /* width: 33%; */
    /* padding-right: 17px; */
    position: relative;
    /* top: -16px; */
}
header ul.barra_preta li.right a {
	float: right;
	display: block;
	margin-left: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2.1px;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	transition: all 0.18s ease-in;
}
header ul.barra_preta li.right a:hover {
	color: #fff;
}
header ul.barra_preta li.right a.bt_contato{
	background: url(../imagens/icon_email_topo.png) left center no-repeat;
	padding-left: 30px;
}
header ul.barra_preta li.right a.bt_atacado{
	background: url(../imagens/icone_atacado_topo.png) left center no-repeat;
	padding-left: 30px;
}
header ul.barra_preta li.right a.bt_minha_conta{
	background: url(../imagens/icon_conta_topo.png) left center no-repeat;
	padding-left: 30px;
}
header ul.barra_preta li.center {
	float: left;
	letter-spacing: 2px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'avenir_roman';
	padding-top: 12px;
}

/*header ul.barra_preta li.left,
header ul.barra_preta li.center {
	visibility: hidden;
}*/
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
  
header ul.barra_preta li.left,
header ul.barra_preta li.center,
header ul.barra_preta div.select_menu {
	opacity: 1;
	animation: fadeIn 2s ease-in-out;
}

.select_menu,
.select_menu.active {
    display: grid;
    justify-items: end;
}
.select_menu .select_btn {
    display: flex;
    padding: 6px;
    padding-top: 6.5px;
    color: #FFF;
    font-family: 'avenir_medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 14px;
    letter-spacing: 1px;
    align-items: center;
    cursor: pointer;
    justify-content: end;
    gap: 10px;
}

.select_btn a {
    text-decoration: none;
    color: #FFF;
	font-family: 'avenir_medium';
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 14px;
	letter-spacing: 1px;
}
.select_btn i{
    font-size: 25px;
    transition: 0.3s;
} 
.select_menu.active .select_btn i{
    transform: rotate(-180deg);
}
.select_menu.active .select_btn {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.select_menu .options {
    position: relative;
    z-index: 1;
    padding: 20px;
    padding-top: 10px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background: var(--active-color);
    display: none; 
}
.select_menu.active .options{
    display: block;
}
.options .option {
    display: flex;
    height: 55px;
    width: 83%;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: var(--active-color);
}
.options .option span {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.options .option span a {
    text-decoration: none;
    color: #FFF;
    font-family: 'avenir_medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
}
.options .option:hover{
    filter: brightness(90%);
}
.option i{
    font-size: 25px;
    margin-right: 12px;
}
.option .option_text{
    color: #FFF;
}

/* ###################
#### HEADER COMPRIMIDO
################### */
body.resumido{
	padding-top: 108px;
}
body.resumido header{
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
}
/*body.resumido header div.barra_navegacao ul li{
	display: none;
}
body.resumido header div.direita {
	border-bottom: none;
	margin-top: -45px;
}
body.resumido header div.barra_middle form{
	bottom: 31px;
}*/


/* ###################
#### LOGO E PESQUISA
################### */
header div.barra_middle,
header div.barra_navegacao {
	margin-left: auto;
	margin-right: auto;
	width: 1180px;
}
header div.barra_navegacao {
	padding-left: 18px;
}
header div.barra_middle form {
    border-bottom: 1px solid #b2b2b2;
    position: absolute;
    transition: all 0.38s ease-out;
    width: 150px;
    left: 1%;
    margin-top: 44px;
}

header div.barra_middle form:hover{
	width: 305px;
}
header div.barra_middle form input.pesquisa {
	float: left;
	width: 305px;
	padding: 5px 5px 5px 0px;
	line-height: 15px;
	letter-spacing: 2px;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #8a8a8a;
	font-family: 'avenir_medium';
	transition: all 0.08s ease-in;
}
header div.barra_middle form:hover input.pesquisa{
	color: #555;
	width: 305px;
}
header div.barra_middle form input.pesquisa::placeholder {
	opacity: 1;
	font-size: 11px;
}
header div.barra_middle form input.pesquisa::-webkit-input-placeholder {
	opacity: 1;
	font-size: 11px;
}
header div.barra_middle form input.botao {
	float: left;
	background: url(../imagens/lupa-pesquisa.svg) right no-repeat;
	width: 26px;
	height: 26px;
	border: none;
	position: absolute;
	top: -3px;
	right: 0;
	cursor: pointer;
}

header div.barra_middle h1 {
	margin: 15px auto 0 auto;
	width: 170px;
	clear: both;
	display: flex;
	align-self: center;
	align-items: center;
	justify-content: center;		
	height: 55px;
}
header div.barra_middle h1 img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
header div.barra_middle h1 span{
	display: block;
	text-indent: -999999px;
}
header div.direita {
    margin-right: 18px;
    width: 85px;
    float: right;
    border-bottom: 1px solid #b2b2b2;
    position: absolute;
    right: 0;
    margin-top: -23px;
}
header div.direita a.bt_carrinho {
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 2px;
	margin-bottom: 5px;
	background: url(../imagens/carrinho.png) center no-repeat;
	position: relative;
}
header div.direita a.bt_carrinho span{
	font-size: 11px;
	background: var(--active-color);
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-family: 'avenir_heavy';
	font-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;	
	position: absolute;
	top: -3px;
	right: -3px;
	transition: all 0.33s ease-in;
}
header div.direita a.bt_carrinho span.highlighted {
	width: 20px;
	height: 20px;
	top: -7px;
	right: -7px;
	background-color: #3C3;
}
header div.direita a.bt_menu {
	float: right;
	display: inline-block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	padding: 2px;
}
header div.direita a.bt_menu span.barra_1{
	display: block;
	width: 30px;
	height: 2px;
	background: var(--active-color);
	margin-bottom: 7px;
	margin-top: 6px;
}
header div.direita a.bt_menu span.barra_2{
	display: block;
	width: 25px;
	height: 2px;
	background: var(--active-color);
	margin-bottom: 7px;
	margin-left: 5px;
}
header div.direita a.bt_menu span.barra_3{
	display: block;
	width: 20px;
	height: 2px;
	background: var(--active-color);
	margin-bottom: 7px;
	margin-left: 10px;
}
header div.barra_navegacao{
	display: flex;
	align-items: center;
	justify-content: center;
}
header div.barra_navegacao ul {
    display: flex;
    justify-content: space-evenly;
	align-items: center;
    border-top: 1px solid #b2b2b2;
    margin-top: 0.5em;
    padding-bottom: 0;
    width: 100%;
}
header div.barra_navegacao ul li {
	display: inline-block;
	transition: all 0.08s ease-out;
}
header div.barra_navegacao ul li a {
	display: block;
	margin-left: 40px;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 12px;
	color: var(--base-color);
	font-family: 'avenir_medium';
	font-size: 12px;
	font-weight: 500; 
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.08s ease-in;
	
}
.tag_cor{
	background-color: var(--active-color);
    color: #fff;
    /*padding: 4% 10%;*/
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    /*margin-left: -144.3%;
    margin-top: -600%;*/
    text-align: center;
	/*padding: 0.25em 1em;*/
	position: absolute;
    top: 1em;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
	text-transform: uppercase;
	padding: 0.5em 1em;

}
header div.barra_navegacao ul li a:hover {
	color: var(--active-color);
}
header div.barra_navegacao ul li.selected a{
	border-bottom: 1px solid var(--active-color);
	color: var(--active-color);
	padding-bottom: 7px;
}
header div.barra_navegacao ul li:first-child a {
	margin-left: 0px;
}
header div.barra_navegacao ul li a.especial {
	margin-left: 35px;
}
header div.barra_navegacao ul li.bt_bazar a {
	margin-right: 0px;
	margin-left: 30px;
	padding: 8px 13px 7px 15px;
	border: 1px solid var(--active-color);
	color: var(--active-color);	
	border-radius: 20px;
	margin-top: 10px;
}
header div.barra_navegacao ul li.bt_bazar a:hover{
	color: #fff;
	background: var(--active-color);
}
/*###################
#### BANNER
################### */
section div.banner a.seta_left{
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	left: 20px;
	z-index: 999;
	text-indent: -20000px;
	background: url(../imagens/seta_left.png) center center no-repeat;
	background-size: cover;
	opacity: 0.75;
	transition: all 0.08s ease-in;
}
section div.banner a.seta_right{
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	right: 20px;
	z-index: 999;
	text-indent: -20000px;
	background: url(../imagens/seta_right.png) center center no-repeat;
	background-size: cover;	
	opacity: 0.75;
	transition: all 0.08s ease-in;
}
section div.banner a.seta_left:hover, section div.banner a.seta_right:hover{
	opacity: 1;
}
section div.banner {
    width: 100%;
    max-height: 550px;
    margin-top: 57px;
    position: relative;
    background: #efefef;
    overflow: hidden;
}
section div.banner ul {
    height: 550px;
    max-height: initial;
}
section div.banner ul li {
    height: 550px;
    max-height: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}
section div.banner ul li img{
	display: block;
	max-width: 100%;
	height: 550px;
    object-fit: cover;
}
section div.banner.fullscreen {
    height: 720px;
    max-height: initial;
}
section div.banner.fullscreen ul {
    height: 720px;
    max-height: initial;
}
section div.banner.fullscreen ul li {
    height: 720px;
    max-height: initial;
}
section div.banner.fullscreen ul li img{
	height: 720px;
    object-fit: cover;
}
section div.banner ul li video,
section div.banner-2 ul li video {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
section div.banner ul li a {
	width: 100%;
    height: 550px;
}
section div.banner.fullscreen ul li a {
	width: 100%;
	height: 720px;
}
section div.banner div.banner-text-overlay, 
section div.banner-2 div.banner-text-overlay {
	background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
	transition: all 0.08s ease-in;
}
section div.banner:hover div.banner-text-overlay,
section div.banner-2:hover div.banner-text-overlay {
    opacity: 0.7;
}
section div.banner div.banner-text,
section div.banner-2 div.banner-text {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 150px);
    max-width: 1000px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
}
section div.banner div.banner-text h2,
section div.banner-2 div.banner-text h2 {
	font-size: 50px;
}
section div.banner div.banner-text div.details, 
section div.banner-2 div.banner-text div.details {
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: flex-start;
	justify-content: center;
}
section div.banner div.banner-text div.details p,
section div.banner-2 div.banner-text div.details p {
	font-size: 20px;
}
section div.banner div.banner-text div.details button,
section div.banner-2 div.banner-text div.details button {
	padding: 8px 13px 7px 15px;
    border: 1px solid var(--active-color);
    border-radius: 20px;
    margin-top: 10px;
    color: #fff;
    background: var(--active-color);
    font-size: 20px;
	transition: all 0.08s ease-in;
	cursor: pointer;
}
section div.banner div.banner-text div.details button:hover,
section div.banner-2 div.banner-text div.details button:hover {
    color: var(--active-color);
    background: #fff;
}
section div.condicoes {
    width: 847px;
    height: 76px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 10px 10px 30px #ededed;
    margin-top: -35px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 99;
}
section div.condicoes ul.left {
	width: 33%;
}
section div.condicoes ul.left li { 
	float: left;
	display: inline-block;
	list-style: none;
	margin-left:38px;
	margin-top: 27px;
	background: url(../imagens/codbarras.png) left center no-repeat;
	padding-top: 2px;
}
section div.condicoes ul.left-condicoes-pix li { 
	float: left;
	display: inline-block;
	list-style: none;
	margin-left:38px;
	margin-top: 27px;
	background: url(../imagens/boss_cart/pix.png) left center no-repeat;
	padding-top: 2px;
}
section div.condicoes ul.left-condicoes-boleto li { 
	float: left;
	display: inline-block;
	list-style: none;
	margin-left:38px;
	margin-top: 27px;
	background: url(../imagens/boss_cart/boleto.png) left center no-repeat;
	padding-top: 2px;
}
section div.condicoes ul.left li p.normal { 
	display: inline;
	color: var(--base-color);
	font-family: 'avenir_heavy';
	font-size: 13px;
	line-height: 12px;
	letter-spacing: 0.455px;
	text-transform: uppercase;
	margin-left: 44px;
	position: relative;
	top: 3px;
}
section div.condicoes ul.left li p.min { 
	display: inline;
	color: var(--base-color);
	font-family: 'avenir_medium';
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.42px;
	margin-left: 44px; 
	position: relative;
	top: 2px;
	
}
section div.condicoes ul.right {
	float: right;
	width: 33%
}
section div.condicoes ul.right li {
	/*float: right;*/
	display: inline-block;
	list-style: none;
	margin-right: 50px;
	margin-top: 28px;
	background: url(../imagens/truck2.png) left center no-repeat;
	padding-left: 45px;
}
section div.condicoes ul.right li p.normal {
	display: inline;
	color: var(--base-color);
	font-family: 'avenir_heavy';
	font-size: 13px;
	line-height: 10px;
	letter-spacing: 0.455px;
	text-transform: uppercase;
	position: relative;
	top: 3px;
}
section div.condicoes ul.right li p.min {
	display: inline;
	color: var(--base-color);
	font-family: 'avenir_medium';
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.42px;
	position: relative;
	top: 2px;	
}
section div.condicoes ul.center {
	display: inline-block;
	float: left;
	padding-left: 80px;
}
section div.condicoes ul.center li { 
	display: inline-block;
	list-style: none;
	margin-top: 28px;
	background: url(../imagens/cartao.png) left center no-repeat;
}
section div.condicoes ul.center li p {
	padding-left: 50px;
}
section div.condicoes ul.center li p.normal {
	display: inline;
	color: var(--base-color);
	font-family: 'avenir_heavy';
	font-size: 13px;
	line-height: 10px;
	letter-spacing: 0.455px;
	text-transform: uppercase;
	position: relative;
	top: 3px;
}
section div.condicoes ul.center li p.min {
	display: inline;
	color: var(--base-color);
	font-family: 'avenir_medium';
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.42px;
	position: relative;
	top: 2px;	
}
section div.nossas-promocoes {
	margin: 0 auto;
	text-align: center;
}
section div.nossas-promocoes p {
    display: flex;
    justify-content: center;
    margin-top: 54px;
    font-family: 'avenir_heavy';
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 14.4px;
    color: var(--base-color);
    text-transform: uppercase;
    margin-bottom: 37px;
    text-align: center;
}

/*#####################
####### MENU PROTUDOS
###################### */
section div.barra-produtos { 
	margin: 0 auto;
	text-align: center;
}
section div.barra-produtos .right {
    /*margin-left: 80px;*/
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
/*section div.barra-produtos .right b{
	position: absolute;
	right: 15px;
	top: 4px;	
	font-size: 12px;
	color: var(--active-color);
}*/
section div.barra-produtos label {
	font-family: 'avenir_heavy';
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 3.72px;
	text-transform: uppercase;
}
section div.barra-produtos .fundo{
	position: relative;
}
section div.barra-produtos .fundo b{
	position: absolute;
	right: 0;
	top: 4px;	
	font-size: 12px;
	color: var(--active-color);
}
section div.barra-produtos label.ultima {
	margin-right: 5px;
}
section div.barra-produtos select {
	display: inline-block;
	appearance: none;
	/*background: url(../imagens/seta.png) right center no-repeat;*/
	color: var(--active-color);
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	font-family: 'avenir_medium';
	border: none;
	text-transform: uppercase;
	padding-right: 15px;
	/*margin-left: 40px;*/
	cursor: pointer;
	border-bottom: 1px solid var(--active-color);
	padding-bottom: 7px;
	/*margin-right: 6%;*/

}
section div.barra-produtos select.caixa-amarela {
    display: flex;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--active-color);
    padding: 14px 30px 14px;
    border-radius: 20px;
    width: 348px;
    height: 40px;
    text-align: center;
}
section div.barra-produtos h3 a {
	display: none;
}
/*#####################
####### PROTUDOS
###################### */
section div.produtos {
    text-align: center;
    /*margin-top: 3.5%;*/
    justify-content: left;
	margin-top: 5em;
}
section div.produtos_interna{
	text-align: center;
	margin-top: 1em;
	justify-content: left;	
}
section div.produtos h2.sem_resultados{
	font-family: 'avenir_heavy';
	font-weight: normal;
	text-align: center;
	display: table;
	width: 915px;
	color: var(--base-color);
}
section div.produtos_interna h2.sem_resultados{
	font-family: 'avenir_heavy';
	font-weight: normal;
	/*text-align: center;*/
	display: table;
	/*idth: 915px;*/
	color: var(--base-color);
}

section div.produtos ul {
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	
}

section div.produtos_interna ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

#produto_produtos div.produtos ul,
 #home div.produtos ul, 
 #home2 div.produtos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -40px;
    margin-left: 0.8%;
}

#home2{
	/*padding-top: 75px;*/
	padding-top: 1em;
}
section div.produtos li {
    display: flex;
    flex-direction: column;
    flex-basis: 284px;
    border: 1px solid #d5d5d5;
    list-style: none;
    height: 476px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(to bottom, #f3f3f3f3 280px, #fff 140px);
    border-radius: 10px;
}

  section div.produtos_interna li {
	display: flex;
	flex-direction: column;
	float: left;
	border: 1px solid #d5d5d5;
	list-style: none;
	width: 284px;
	height: 476px;
	position: relative;
	margin-bottom: 15px;
    margin-right: 15px;
    transition: all 0.5s ease-in-out;
	background: linear-gradient(to bottom, #f3f3f3f3 280px, #fff 140px);
	border-radius: 10px;
  }
  
  section div.produtos li:hover {
	border: 1px solid var(--active-color);
	transform: scale(1.025);
  }
  section div.produtos_interna li:hover {
	border: 1px solid var(--active-color);
	transform: scale(1.025);
  }


  section div.produtos li .container_mask {
	position: relative;
  }
   section div.produtos_interna li .container_mask {
	position: relative;
  }
  
  section div.produtos li .acoes_produto {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	/*display: none;*/
	z-index: 9999;
	display: flex;
	flex-direction: column;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
  }
  section div.produtos_interna li .acoes_produto {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	/*display: none;*/
	z-index: 9999;
	display: flex;
	flex-direction: column;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
  }
  
  section div.produtos li:hover .acoes_produto {
	opacity: 1;
  }
  section div.produtos_interna li:hover .acoes_produto {
	opacity: 1;
  }
  
section div.produtos li .mascara_nova::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
section div.produtos_interna li .mascara_nova::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
  
section div.produtos li:hover .mascara_nova::after {
	opacity: 1;
}
section div.produtos_interna li:hover .mascara_nova::after {
	opacity: 1;
}

.trilha{
    margin-top: 0;
	margin-bottom: 20px;
	padding-left: calc(90% - 682px);
	
}
.trilha a{
	color: #414141;
	font-family: 'avenir_roman';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; 
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-right: 0.5%;
    margin-left: 0.5%;
}
.trilha a:hover{
	font-weight: 900;
	color:var(--active-color);
}
.ativo{
	color:var(--active-color) !important;
	font-weight: bold !important;
    font-family: 'avenir_roman';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.trilha_interna{
		margin-top: 0;
		margin-bottom: 20px;
		padding-left: calc(10% - 682px);
	
}
.trilha_interna a{
	color: #414141;
	font-family: 'avenir_roman';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; 
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-right: 0.5%;
    margin-left: 0.5%;
}
.trilha_interna a:last-child {
	color: var(--active-color) !important;
    font-weight: bold !important;
}
.trilha_interna a:hover{
	font-weight: 900;
	color:var(--active-color);
}

a.imagem_fimA {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section div.imagens_fim li:hover {
	border: 1px solid var(--active-color);
	
}

section div.imagens_fim li .container_mask {
	position: relative;
}

section div.imagens_fim li .acoes_produto {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	display: none;
}

section div.imagens_fim li:hover .acoes_produto {
	display: flex;
	flex-direction: column;
	height: 100%;
}

section div.imagens_fim li .mascara_nova::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
	opacity: 0;
}

section div.imagens_fim li:hover .mascara_nova::after {
	opacity: 1;
}


  section div.produtos li .acoes_produto button.espiar,
  section div.produtos li .acoes_produto a.espiar {
	background: var(--active-color) url(../imagens/olha_espiar.png) center center no-repeat;
	background-size: 20px;
	text-align: center;
	margin: 12% auto;
	margin-left: 80%;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: transparent;
	cursor: pointer;
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	opacity: 1;
	z-index: 2;
  }
  
  section div.produtos_interna li .acoes_produto button.espiar,
  section div.produtos_interna li .acoes_produto a.espiar {
	background: var(--active-color) url(../imagens/olha_espiar.png) center center no-repeat;
	background-size: 20px;
	text-align: center;
	margin: 12% auto;
	margin-left: 79%;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: transparent;
	cursor: pointer;
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	opacity: 1;
	z-index: 2;
  }
  
  
	
  section div.produtos li .acoes_produto button.comprar,
  section div.produtos li .acoes_produto a.comprar {
	background: var(--active-color)  url(../imagens/carrinho_comprar.png) right 10% center no-repeat;
	flex-direction: row-reverse;
	background-size: 20px auto;
	margin-top: 45%;
	margin-left: 13%;
	width: 75%;
	border-radius: 50px;
	border: transparent;
	cursor: pointer;
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px;
	box-sizing: border-box;
	padding-left: 1%;
	position: relative;
	opacity: 1;
	z-index: 2;

	
  }
  section div.produtos_interna li .acoes_produto button.comprar,
  section div.produtos_interna li .acoes_produto a.comprar {
	background: var(--active-color)  url(../imagens/carrinho_comprar.png) right 10% center no-repeat;
	flex-direction: row-reverse;
	background-size: 20px auto;
	margin-top: 45%;
	margin-left: 13%;
	width: 75%;
	border-radius: 50px;
	border: transparent;
	cursor: pointer;
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px;
	box-sizing: border-box;
	padding-left: 1%;
	position: relative;
	opacity: 1;
	
  }

  	
  section div.produtos li .acoes_produto button.esgotado,
  section div.produtos li .acoes_produto a.esgotado {
	background: #acabab  url(../imagens/carrinho_comprar.png) right 10% center no-repeat;
	flex-direction: row-reverse;
	background-size: 20px auto;
	margin-top: 45%;
	margin-left: 13%;
	width: 75%;
	border-radius: 50px;
	border: transparent;
	cursor: pointer;
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px;
	box-sizing: border-box;
	padding-left: 1%;
	position: relative;
	opacity: 1;
	
  }
	
  section div.produtos_interna li .acoes_produto button.esgotado,
  section div.produtos_interna li .acoes_produto a.esgotado {
	background: #acabab  url(../imagens/carrinho_comprar.png) right 10% center no-repeat;
	flex-direction: row-reverse;
	background-size: 20px auto;
	margin-top: 45%;
	margin-left: 13%;
	width: 75%;
	border-radius: 50px;
	border: transparent;
	cursor: pointer;
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px;
	box-sizing: border-box;
	padding-left: 1%;
	position: relative;
	opacity: 1;
	
  }


  section div.imagens_fim li div.container_mask .acoes_produto button.espiar,
  section div.imagens_fim li div.container_mask .acoes_produto a.espiar {
	  background: var(--active-color) url(../imagens/olha_espiar.png) center center no-repeat;
	  background-size: 20px;
	  text-align: center;
	  margin: 12% auto;
	  margin-left: 78%;
	  width: 11%;
	  height: 20%;
	  border-radius: 100px;
	  border: transparent;
	  cursor: pointer;
	  font-family: 'avenir_heavy';
	  font-size: 15px;
	  color: #ffffff;
	  text-transform: uppercase;
	  padding: 20px;
	  box-sizing: border-box;
	  position: relative;
	  opacity: 1;
	  z-index: 2;

  }
  
  section div.produtos_interna li:hover img,
  section div.produtos_interna li:hover button,
  section div.produtos_interna li:hover a,
  section div.produtos_interna li:hover b, 
  section div.produtos li:hover img,
  section div.produtos li:hover button,
  section div.produtos li:hover a,
  section div.produtos li:hover b, 
  section div.imagens_fim li:hover a{
	opacity: 0.4;
}

	/*
.mascara_nova {
	background: #f5f5f5;
	width: 100%;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;		
	text-align: center;
	position: relative;
	overflow: hidden;
}*/
.lehonacombr .mascara_nova{
	height: 420px;
}
.lehonacombr section div.produtos li{
	height: 560px;
}
/*
.mascara_nova img, .body_produtos .mascara_nova img{
	mix-blend-mode: multiply;	
	display: inline-block;
	height: 100%;
	object-fit: cover;
    max-height: 280px;
    max-width: 280px;
}*/
.tag-todo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20%;
}
.tag-todo .tagin{
	border-radius: 40px;
	border: 1px solid #7033FF;
	background: #FFF;
	width: 288px;
	padding: 7px 1px;
	text-align: center;
}
.tag-todo .tagin p{
	color: #3C3;
	text-align: center;
	font-family: 'avenir_medium';
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 19.04px; 
}

.vertical img {
    display: block;
	width: 100%;
    height: 280px;
	object-fit: cover;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	margin: 0 auto;
}

.horizontal img, .body_produtos .horizontal img{
	display: block;
	height: auto;
	width: 100%;
	object-fit: cover;
    height: 280px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

/*section div.produtos li .mask_imagem_produto{
	width: 100%;
	height: 300px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;	
	background: #f5f5f5;
	overflow: hidden;
}
section div.produtos li .mask_imagem_produto img{
	display: inline-block;
	height: 115%;
	mix-blend-mode: multiply;
}
.classiccosmeticoscombr section div.produtos li .mask_imagem_produto{
	height: 280px;
}*/
.classiccosmeticoscombr section div.produtos li {
	height: 450px;
}
section div.produtos li.primeira {
	margin-left: 0px;
}
section div.produtos ul li a,
section div.produtos ul li span {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	text-align: center;
}
section div.produtos_interna ul li a,
section div.produtos_interna ul li span {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	text-align: center;
}



b.selo_desconto {
	position: absolute;
	/*margin-right: 70.6%;*/
	z-index: 1;
	/*top: 7px;
	right: 5px;*/
	display: block;
	/*width: 78px;
	height: 25px;
	padding-top: 12px;*/
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: var(--active-color);
	color: #fff;
	/*font-size: 15px;*/
	font-family: 'avenir_heavy';
	/*text-align: center;
	line-height: 13px;	
	letter-spacing: -1px;*/
	transition: all 0.18s ease-in;
	/*margin-top: 3%;*/
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	padding: 0.5em 1em 0.5em 0.5em;
	top: 0.5em;
}

b.selo_desconto i{
	
	font-family: 'avenir_light';
	font-style: normal;
	font-weight: 500;
	
}


section div.produtos li .precos{
	display: flex;
    justify-content: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

section div.produtos_interna li .precos{
	display: flex;
    justify-content: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}
section div.produtos ul li a img.estrela-primeira,
section div.produtos ul li span img.estrela-primeira {
	display: inline-block;
	padding-left: 18px;
	padding-top: 10px;
	font-size: 13px;
	
}
section div.produtos_interna ul li a img.estrela-primeira,
section div.produtos_interna ul li span img.estrela-primeira {
	display: inline-block;
	padding-left: 18px;
	padding-top: 10px;
	font-size: 13px;
	
}
section div.produtos ul li a p.nome-produto,
section div.produtos ul li span p.nome-produto {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: var(--base-color);
	margin-top: 18px;
	padding: 0% 10% 10% 10%;
	white-space: normal;
	max-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
section div.produtos_interna ul li a p.nome-produto,
section div.produtos_interna ul li span p.nome-produto {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: var(--base-color);
	margin-top: 18px;
    padding: 0% 10% 10% 10%;
    white-space: normal;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


section div.produtos ul li a p.pequeno,
section div.produtos ul li span p.pequeno {
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	font-family: 'avenir_medium';
	text-decoration: line-through;
	color: #9c9a9a;
	padding-top: 0;
	float: none;
	/*margin-left: 60px;*/
}


section div.produtos_interna ul li a p.pequeno,
section div.produtos_interna ul li span p.pequeno {
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	font-family: 'avenir_medium';
	text-decoration: line-through;
	color: #9c9a9a;
	padding-top: 0;
	float: none;
	/*margin-left: 60px;*/
}
section div.produtos ul li a p.grande,
section div.produtos ul li span p.grande {
	display: inline-block;
	font-size: 21px;
	line-height: 17px;
	font-family: 'avenir_heavy'; 
	color: var(--base-color);	
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 2%;
}
section div.produtos_interna ul li a p.grande,
section div.produtos_interna ul li span p.grande {
	display: inline-block;
	font-size: 21px;
	line-height: 17px;
	font-family: 'avenir_heavy'; 
	color: var(--base-color);	
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 2%;
}
section div.produtos ul li a p.parcelas,
section div.produtos ul li span p.parcelas {
	font-size: 13px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: #9c9a9a;
	padding-top: -4px;
	text-align: center;
	
}
section div.produtos_interna ul li a p.parcelas,
section div.produtos_interna ul li span p.parcelas {
	font-size: 13px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: #9c9a9a;
	padding-top: -4px;
	text-align: center;
	
	
}
section div.produtos ul li a p.preco_pix,
section div.produtos ul li span p.preco_pix {
	font-size: 13px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: #9c9a9a;
	padding-top: -4px;
	font-weight: 700;
}
section div.produtos_interna ul li a p.preco_pix,
section div.produtos_interna ul li span p.preco_pix {
	font-size: 13px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: #9c9a9a;
	padding-top: -4px;
	font-weight: 700;
}
section div.paginacao{
	/*position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.10);*/
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 9999;
}
section div.paginacao .center {
	/*width: 1160px;
	left: -9px;*/
	margin: 0 auto;
	position: relative;
	width: 100%;
}
section div.paginacao h2{
	float: left;
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: 13px;
	opacity: 0.8;
	font-family: 'avenir_light';
	font-weight: normal;
}
section div.paginacao ul{
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	display: none;
}
section div.paginacao ul li{
	display: inline-block;
}
section div.paginacao ul li a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #8d8d8d;
	font-size: 13px;
	font-weight: 700;
	border-radius: 4px;
	display:flex;
	justify-content:center;
	align-items:center;	
	border: 1px solid var(--base-color);	
	color: var(--base-color);	
	opacity: 0.7;
}
section div.paginacao ul li.selected a{
	border: 1px solid var(--active-color);	
	color: #fff;	
	background: var(--active-color);
}
section div.paginacao ul li a:hover{
	opacity: 1;
}
section div.paginacao ul li a.selected{
	background: #7fe7ff;
	color: #fff;
}

.icone_rede {
	width: 20px;
    height: 20px;
    /*margin: 5%;
    margin-left: -900%;*/
}

.compartilhar{
	/*margin-left: 84%;
    margin-top: 18.5%;*/
	float: right;
	margin-top: 1em;
}
/*#####################
####### BANNER 2
###################### */
section div.banner-2 {
	margin-bottom: 36px;
	overflow-x: hidden;
	display: flex;
	align-items: center;
	justify-content: center;	
}
section div.nossa-indicacao {
	margin: 0 auto;
	text-align: center;
}
section div.nossa-indicacao p {
    display: inline-block;
    font-family: 'avenir_heavy';
    font-size: 32px;
    line-height: 14.4px;
    letter-spacing: 2px;
    color: #919191;
    text-transform: uppercase;
    padding: 20px;
}
section div.nossa-indicacao-2 {
	margin: 0 auto;
	text-align: center;
	/*padding-top: 15%;*/
}
section div.nossa-indicacao-2 p {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 28px;
	line-height: 14.4px;
	letter-spacing: 6px;
	color: #919191;
	text-transform: uppercase;
}

/*#####################
####### FAIXA DE FOTOS BOTTOM
###################### */
section div.imagens_fim {
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
	max-width: 1920px;
	margin-bottom: 0;
}
section div.imagens_fim ul {
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;

	margin: 0 auto;
	/*max-width: 1600px;*/
    width: 100%;
    /*isplay: grid;
    grid-template-columns: repeat(4, 1fr);*/
    justify-content: center;
    /*margin-left: 8%;*/
    margin-bottom: 1em;
}
section div.imagens_fim ul.categorias_dentro{
	/*width: 1700px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-left: -12.5%;*/
    margin-bottom: 20%;
	
}
section div.imagens_fim ul li {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 3%; */
    flex-basis: 380px;
    /* margin-right: 0px; */
    /* height: 679px; */
    width: 380px;
    z-index: 1;
	justify-self: center;
	border: 1px solid transparent;
	padding-bottom: 1em;
}

section div.imagens_fim ul li:hover {
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	border-bottom: -10%;
}

section div.imagens_fim ul li:last-child {
      margin-right: 0;
}
section div.imagens_fim ul li p.primeira {
	text-indent: -9999px;
	width: 100%;
	height: 590px;
	display: inline-block;
	border-radius: 10px;
	
}

section div.imagens_fim ul li p.segunda {
	text-indent: -9999px;
	width: 360px;
	height: 570px;
	display: inline-block;
}
section div.imagens_fim ul li p.terceira {
	text-indent: -9999px;
	width: 360px;
	height: 570px;
	display: inline-block;
}
section div.imagens_fim ul li label {
	text-align: center;
    display: inline-block;
    color: var(--base-color);
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 20px;
    font-family: 'avenir_heavy';
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 28px;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 18px;
}

section div.imagens_fim ul li span{
	text-align: center;
	display: inline-block;
	color: var(--active-color);
	border: 1px solid var(--active-color);
	font-family: 'avenir_heavy';
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 14.4px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 18px 13px 27px;
	margin-top: 20px;
	
	height: 10px;
	transition: all 0.18s ease-in;
	border-radius: 20px;
}
#myAside {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color:white;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  }

  #myAside a {
	padding: 8px 8px 8px 32px;
	
	display: block;
	transition: 0.3s;
  }

  #myAside a:hover {
	color: #f1f1f1;
  }

  #principal {
	transition: margin-left .5s;
	padding: 16px;
	margin-top: 5%;
  }
/*#####################
####### FOOTER
###################### */
footer .interacao_email {
    display: flex;
	margin-left: 0;
	margin-top: 3%;
}
.todo_footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
footer div.ofertas {
    background: white;
    display: grid;
    /*grid-template-columns: 35% 20% 4%;
    border-top: 1px solid #CCCCCC;*/
    height: 200px;
	grid-template-columns: 25% 25% 50%;
    width: 100%;
    max-width: 1145px;
    margin: 0 auto;
}
/*ul.logo_tricaa {
    display: flex;
    justify-content: flex-end;
    margin-top: 12%;
}*/
footer div.ofertas .contato_emaill {
    /*width: 640px;*/
    text-align: center;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    /*margin-left: -29%;*/
}
footer div.ofertas .direita {
    width: 205px;
    text-align: center;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
footer div.ofertas ul li {
    list-style: none;
    float: left;
}
footer div.ofertas ul li p {
	color: #323435;
	font-family: 'Barlow';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 21.6px; 
	text-transform: uppercase;
    text-align: left;
    width: 50%;
}
footer div.ofertas ul.direita li  {
	display: flex;
	flex-direction: row;
}
footer div.ofertas ul li input.email,
footer div.ofertas ul li input.name {
	display: inline-block;
    padding-left: 1px;
    border: 1px solid var(--active-color);
    width: 193px;
	font-family: 'Lato';
    font-size: 16px;
	font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #010101;
    background: white;
    padding: 15px;
    height: 10px;
}
footer div.ofertas ul li input.name {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
	border-right: none;
}
footer div.ofertas ul li input.email::placeholder,
footer div.ofertas ul li input.email::-webkit-input-placeholder,
footer div.ofertas ul li input.name::placeholder, 
footer div.ofertas ul li input.name::-webkit-input-placeholder { 
	font-family: 'Lato';
	opacity: 1;
	color: #757575;
}
footer div.ofertas ul li button {
    display: inline-block;
    background: var(--active-color);
    color: #ffffff;
	font-family: 'Lato';
    font-size: 16px;
	font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 10px 21px 11px 20px;
    border: none;
    width: 105px;
    height: 42px;
    cursor: pointer;
    transition: all 0.08s ease-in;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
footer div.ofertas ul li button:hover{
	opacity: 1;
}
footer div.colunas {
    margin: 0 auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3%;
    margin-bottom: 3%;
    /*width: 60%;
    margin-left: 21%;*/
	width: 100%;
	max-width: 1145px;
}
footer div.colunas ul.direita {
	display: flex;
    margin-left: 120px;
    justify-content: center;
	flex-direction: row;
    width: 110px;
}
footer div.colunas ul li a {
	display: inline-block;
	text-decoration: none;
}

footer div.colunas ul li p.titulo {
    font-weight: 900;
    font-size: 18px;
    font-family: 'Barlow';
	color: #323435;
}

footer div.colunas ul.links li a {
	margin-top: 18px;
	font-family: 'Lato';
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #414141;
	text-align: end;
}
footer div.colunas ul.links li a .align_icon{
	display: flex;
    float: left;
    align-items: center;
    margin-right: 5px;
}
footer div.colunas ul.links_centralat li a {
	margin-top: 18px;
	font-family: 'Lato';
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-align: left;
	color: #414141;
}
footer div.colunas ul.links_centralat li a .align_icon{
	display: flex;
    float: left;
    align-items: center;
    margin-right: 5px;
}

footer div.ofertas ul.pagamento li p.cartoes {
	text-indent: -99999px;
	margin-top: 20px;
	width: 256px;
	height: 106px;
	display: inline-block;
	background: url(../imagens/cartoes.png) left center no-repeat;
}
footer div.ofertas ul.direita li.btn_whats a {
    display: flex;
    text-indent: -99999px;
    background: url(../imagens/icon_whatsapp.svg) center no-repeat;
	background-size: 30px;
    width: 30px;
}
span.btn_whats a {
	display: inline-block;
	margin-left: 3px;
	background: url(../imagens/icon_whatsapp.svg) center no-repeat;
	background-size: 19px;
}
footer div.ofertas ul.direita li.btn_face a {
    display: flex;
    text-indent: -99999px;
    background: url(../imagens/icon_facebook.svg) center no-repeat;
    background-size: 30px;
    width: 26px;
}
span.btn_face a {
	float: left;
	display: inline-block;
	margin-left: 0px;
	background: url(../imagens/icon_facebook.svg) center no-repeat;
	background-size: 19px;
}
footer div.ofertas ul.direita li.btn_insta a {
    display: flex;
    text-indent: -99999px;
    background: url(../imagens/icon_instagram.svg) center no-repeat;
    background-size: 30px;
    width: 30px;
}

span.btn_insta a {
	display: inline-block;
	margin-left: 3px;
	background: url(../imagens/icon_instagram.svg) center no-repeat;
	background-size: 19px;
}


footer div.ofertas ul.direita li.btn_linkedin a {
	display: inline-block;
	text-indent: -99999px;
	background: url(../imagens/linkedin.svg) center no-repeat;
	background-size: 30px;
    width: 30px;
}
span.btn_linkedin a {
	display: inline-block;
	margin-left: 5px;
	background: url(../imagens/icon_linkedin.svg) center no-repeat;
	background-size: 19px;
}
footer div.ofertas ul.direita li.btn_tripadvisor a {
	display: inline-block;
	text-indent: -99999px;
	background: url(../imagens/icon_tripadvisor.svg) center no-repeat;
	background-size: 30px;
    width: 30px;
}
span.btn_tripadvisor a {
	display: inline-block;
	margin-left: 3px;
	background: url(../imagens/icon_tripadvisor.svg) center no-repeat;
	background-size: 19px;
}

.logo_empresa {
	display: flex;
    align-items: center;
}
footer div.ofertas ul.direita li a {
	padding: 9px;
	/*margin-top: 21px;*/
}

footer div.n_pagamentos div p.titulo {
	color: #323435;
	font-family: 'Barlow';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 21.6px; 
	text-transform: uppercase;
    /*margin-left: 122%;
    width: 300px;
    margin-top: -10%;*/
}
/*footer div.n_pagamentos ul.pagamento li.form_pag {
margin-top: 4%;
}*/
footer div.n_pagamentos ul.pagamento {
    /*display: grid;
    grid-template-columns: repeat(11, 1fr);*/
	margin-top: 2em;
    /*margin-left: 3%;
    height: 100px;
    margin-top: 15%;*/
	display: flex;
	flex-wrap: wrap;
}
ul.marcadagua_empresaa {
    display: flex;
	justify-content: flex-end;
    /*justify-content: center;
    margin-top: 6%;*/
}
footer div.direitos {
    width: auto;
	height: auto;
	/*padding: 2em 0;*/
	box-sizing: border-box;
    /*height: 150px;
    border-top: 1px solid #d9d9d9;*/
    text-align: left;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.marca_dagua {
	/*padding: 2em 0;*/
	box-sizing: border-box;
	justify-self: right;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

footer div.direitos p {
	color: #010101;
	font-family: Lato;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; 
    /*margin-left: 42%;*/
	
}
footer div.direitos p a{
	font-family: 'avenir_light';
	font-size: 14px;
	color: #414141;	
}
footer div.direitos h6 {
	color: #010101;
	font-family: 'Lato';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.2px; 
    /*margin-top: 5%;
    margin-left: 42%;
	margin-bottom: 1%;*/
}

footer div.direitos p.final {
    display: none;
    font-family: 'avenir_light';
    font-size: 14px;
    line-height: 14.4px;
    color: #898686;
    /* margin-top: 14px; */
    margin-bottom: 60px;
}
footer div.footer-bottom {
	width: 100%;
    border-top: 1px solid #EFEFEF;
    background-color: #EFEFEF;
}
footer div.espaco {
	display: grid;
	grid-template-columns: repeat(2, auto);
    /*width: auto;*/
    text-align: center;
	width: 100%;
	max-width: 1145px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2em 0;
}

footer div.direitos p.final a {
	font-family: 'avenir_light';
	font-size: 14px;
	color: #898686;	
	margin-left: 40%;
}
.n_pagamentos {
    display: grid;
    grid-template-columns: 50% 50%;
	width: 100%;
	max-width: 1145px;
	margin: 0 auto;
	padding: 5em 0;
    /*height: 300px;*/
}
.security {
    justify-content: flex-end;
}
.divisa_footer{
	border-top: 1px solid #CCC;
}
/*#####################
####### SEGUNDA TELA -  PRODUTOS
###################### */
/*.body_produtos img{
	display: none;
}*/
.body_produtos .produto-esquerda .galeria_img {
	display: block;
	width: 84px;
	height: 84px;
	border-radius: 10px;
	margin-top: 10%;
	max-height: none; 
	cursor: pointer;
	transition: all 0.3s ease; 
	object-fit: cover;
}


.body_produtos .produto-esquerda .galeria_img:hover {
	transform: scale(1.02); 
	border: 2px solid var(--active-color); 
}	
.body_produtos .lg-thumb-item img {
	display: block;
}
	
.bloco_thumbs {
	position: relative;
    width: 100%;
    opacity: 0;
    transition: all 0.08s ease-in;
    max-height: 550px;
    opacity: 1;
	width: 10%;
    /*margin-bottom: 19%;
    margin-top: 24%;
    margin-left: -17%;*/
}

	
	.ps__thumb-y,
	.ps__rail-y {
	max-height: none; 
	}
	
	.borda_galery {
	border: none;
	}
	
	
.container-large {
	display: block;
  }
  
  .container-small {
	display: none;
  }
  
 
 
  
	.item {
		scroll-snap-align: start;
		flex-shrink: 0;
		width: 84px;
		/*height: 84px;*/
		margin-right: 8px;
	  }
	
	  /*.item:last-child {
		margin-right: 0;
	  }*/
	
	  .item figure {
		margin: 0;
	  }
	
	  .radio-galery{
		margin-left: 200px;
		display: flex;
		justify-content: center;
		flex-direction: row;

	  }
  
	.ultima {
		position: absolute;
		z-index: 1;
		top: 7px;
		right: 5px;
		display: block;
		width: 78px;
		height: 20px;
		padding-top: 12px;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: var(--active-color);
		color: #fff;
		font-size: 15px;
		font-family: 'avenir_heavy';
		text-align: center;
		line-height: 13px;
		letter-spacing: -1px;
		transition: all 0.18s ease-in;
		margin-top: 3%;
	}
	
section div.center-produto {
 	margin: 0 auto;
 	margin-bottom: 3.75em;
 	/*margin-top: 1.875rem;*/
 	margin-top: 5rem;
 	display: grid;
 	justify-content: center;
 	align-items: start;
 	/*grid-template-columns: auto auto;*/
	grid-template-columns: 55% 45%;
 	box-shadow: 1px -5px 5px #ededed;
	padding: 0 1em;
 }

section div.bloco-img-principal {
	display: flex;
    align-items: flex-start;
	justify-content: flex-end;
}

section div.produto-esquerda {
	margin-top: 4.5rem;
    position: sticky;
	top: 210px;
    /*top: 150px;
    position: relative;
    width: 90%;*/
}

.carrossel-navegacao {
	position: absolute;
    top: 65%;
    left: 16%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
}


.anterior, 
.proximo{
	position: absolute;
	top: 50%;
	cursor: pointer;
	background: transparent;
	border: none;
}
.anterior{
	/*margin-right: 530px;
	display: flex;
	align-items: center;
	justify-content: center;*/
    left: 1em;
}

.proximo{
	/*margin-left: 580%;*/
    right: 1em;
} 

section div.produto-esquerda .modelo-produto {
	position: sticky;
	top: 280px;
	/*margin-left: -10%;
    width: 20%;
    height: 20%;*/
}
section div.produto-esquerda .margem-amarela {
	appearance: none;
	position: absolute;
	top: 1px;
	right: 0px;
	background: #b2b2b2;
	display: flex;
	width: 2px;
	height: 100%;
	outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  display: none;
}
/*section div.produto-esquerda figure.modelo-produto img {

	margin-top: -10%;
	margin-left: -16%;
}*/
section div.produto-esquerda .margem-amarela::-webkit-slider-runnable-track {
	left: 150px;
}
section div.produto-esquerda .margem-amarela::-webkit-slider-thumb {
  -webkit-appearance: none;
	-webkit-appearance: slider-vertical;
  appearance: none;
  width: 6px;
  height: 29px;
  background: var(--active-color);
  cursor: pointer;
	border: none;
	border-radius: 10px;
}
section div.produto .produto-esquerda
section div.produto-esquerda .margem-amarela::-moz-range-thumb {
  width: 6px;
  height: 29px;
  background: var(--active-color);
  cursor: pointer;
	-webkit-appearance: slider-vertical;
	border: none;
}
section div.produto-esquerda figure.modelo-produto img.img-principal {
	width: 680px;
	height: 680px;
	object-fit: contain;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgb(197, 197, 197);
}

section div.produto-esquerda figure.modelo-produto b.selo_desconto {
		position: absolute;
		z-index: 1;
		top: 7px;
		right: 5px;
		display: block;
		width: 78px;
		height: 20px;
		padding-top: 12px;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: var(--active-color);
		color: #fff;
		font-size: 15px;
		font-family: 'avenir_heavy';
		text-align: center;
		line-height: 13px;	
		letter-spacing: -1px;
		transition: all 0.18s ease-in;
		margin-top: 3%;
}

section div.produto-esquerda p {
	font-family: 'avenir_light';
	font-size: 12px;
	line-height: 1rem;
	color: #b5b5b5;
	text-transform: uppercase;
	position: absolute;
	right: 1.5rem;
	bottom: 1.865rem;
	
}

section div.btn-imagens-esquerda {
	margin-left: -15%;
	margin-top: -100%;
}

section div.btn-imagens-esquerda b.selo_desconto{
	position: static;
	margin-top: 15px;
}
section div.btn-imagens-esquerda button {
	margin-bottom: 5px;
	border:none;
	cursor: pointer;
}
section div.btn-imagens-esquerda button figure img {
	border: 1px solid #ddd;
	max-width: 70px;
	transition: all 0.08s ease-in;
	border-radius: 10px;
}
section div.btn-imagens-esquerda button figure img:hover {
	border: 1px solid var(--active-color);
}
/*.produto-direita {
	max-height: 800px; 
	overflow-y: auto;
}*/

.produto-direita::-webkit-scrollbar {
    width: 0.3em;
	border-radius: 20px;
	
}

.produto-direita::-webkit-scrollbar-track {
    background-color: #f1f1f1;

}

.produto-direita::-webkit-scrollbar-thumb {
    background-color: #888;
}

.produto-direita::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


section div.produto-direita {	
	/*padding-top: 38px;
    padding-left: 4.625rem;
    margin-top: 61%;
    margin-left: 62%;*/
	/*padding-top: 38px;
    padding-left: 38px;*/
	padding-left: 2em;
    margin-top: 110px;	
}
section div.produto-direita .compartilhar img {
	display: block;
}
section div.produto-direita .compartilhar .mask img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;  
    -moz-transition: opacity 0.3s ease;   
	transition: opacity 0.3s ease;
} 
section div.produto-direita .compartilhar .mask img:hover,
section div.produto-direita .compartilhar .mask img.selected {
	opacity: 1;
}
section div.produto-direita .compartilhar ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 30px);
	grid-gap: 10px;
	margin-top: 5px;
	transition: visibility 0s, opacity 0.5s ease-in-out;
}
section div.produto-direita .compartilhar ul.active {
	visibility: visible;
	opacity: 1;
}
section div.produto-direita .compartilhar ul li img {
	width: 100%;
	opacity: 0.6;
}
section div.produto-direita .variacoes {
	margin-top: 2em;
}
section div.produto-direita h2.titulo {
    font-family: 'avenir_roman';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1.1px;
    text-align: left;
    color: #6f6f6f;
    text-transform: uppercase;
    max-width: 528px;
    
}
section div.produto-direita p.ref {
	font-family: 'avenir_medium';
	font-size: 12px;
	line-height: 2rem;
	letter-spacing: -1.1px;
	color: #8f8f8f;
	text-transform: uppercase;
	font-weight: 400;
	
}
section div.produto-direita p.tamanhos {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 4.34px;
	text-transform: uppercase;
	color: #ffffff;
	background: #c2c2c2;
	padding: 0.625rem 0.813rem;
	margin-bottom: 0.813rem;
}

section div.produto-direita ul li {
	list-style: none;
	/*margin-bottom: 4%;*/
}  


section div.produto-direita ul li table {
	margin-top: 35px;
}
section div.produto-direita ul li.btn-tamanhos button {
	padding: 0.688rem 0.625rem;
	border: 1px solid #c2c2c2;
	background: #ffffff;
	color: var(--base-color);
	margin-right: -3px;
	margin-bottom: 0.813rem;
	cursor: pointer;
}
section div.produto-direita ul li.btn-tamanhos button:hover {
	color: var(--active-color);
	border: 1px solid var(--active-color);
}
section div.produto-direita p.tab-medidas {
	display: inline-block;
	font-family: 'avenir_medium';
	font-size: 0.813rem;
	line-height: 1.5rem;
	letter-spacing: 1.56px;
	color: var(--base-color);
	padding-left: 2.875rem;
	background: url(../imagens/regua.png) left no-repeat;
	margin-bottom: 2.75rem;
}
section div.produto-direita h3.cores {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 4.34px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.563rem 0.875rem 0.625rem 0.813rem;
	margin-bottom: 0.688rem;
	background: #c2c2c2;
}

.SELODESC{
	background-color: #fff;
	color: var(--active-color);
	border: solid 1px var(--active-color);
	border-radius: 10px;
	width: 80px;
	height: auto;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1%;
}

section div.produto-direita a.redondo {
	background: #ffffff;
	border: 1px solid #c4c4c4;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 3px;
}

section div.produto-direita a.redondo figure {
	display: block;
	max-height: 47px;
	max-width: 47px;
}

section div.produto-direita .variacoes h4{
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 4.34px;
	color: #414141;
	text-transform: uppercase;
	margin-bottom: 20px;
}
section div.produto-direita .variacoes h5 {
	font-family: 'avenir_medium';
	font-size: 12px;
	line-height: 16px;
	color: #414141;
	text-transform: uppercase;
	margin-top: -15px;
}
section div.produto-direita .variacoes h5 span {
	color: var(--active-color);
}
section div.produto-direita .variacoes div {
	margin-bottom: 20px;
}
section div.produto-direita .variacoes ul{
  display: table;
  width: 100%;
 
}
section div.produto-direita .variacoes ul li{
  display: inline-block;
  background:#fff;
  border: 1px solid black;
  padding: 7px 12.8px 5px 13px;
  border-radius: 4px;
  font-size: 14px;
  float: left;
  margin-bottom: 35px;
  font-family: 'avenir_roman';
  margin-right: 5px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.02s ease-in;
  border-radius: 10px;
}

section div.produto-direita .variacoes .texto ul li.selected{
  padding: 7px 12.8px 5px 13px;
  border: 2px solid var(--active-color);
  color: var(--active-color);
  background: none;
  font-family: 'avenir_heavy';
}
section div.produto-direita .variacoes .texto ul li.disabled{
	cursor: not-allowed;
    opacity: 0.3;
}
section div.produto-direita .variacoes .cor ul li {
	width: 26px;
	height: 26px;
	padding: 0;
	border-radius: 50%;
	background: lightskyblue;
	border: 2px solid transparent;
}
section div.produto-direita .variacoes .cor ul li.selected {
	padding: 0;
	border: 2px solid black;
}
section div.produto-direita .variacoes .quantidade input::-webkit-outer-spin-button,
section div.produto-direita .variacoes .quantidade input::-webkit-inner-spin-button {
	-webkit-appearance: none;
 	 margin: 0;
}
section div.produto-direita .variacoes .quantidade input[type=number] {
  -moz-appearance: textfield;
}
section div.produto-direita .variacoes .quantidade form {
	max-width: 100px;
	display: flex;
	flex-direction: row;
	position: relative;
	margin-top: 10px;
}
section div.produto-direita .variacoes .quantidade form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: transparent;
	cursor: pointer;

}
section div.produto-direita .variacoes .quantidade form button.mais {
	right: 10px;
}
section div.produto-direita .variacoes .quantidade form button.menos {
	left: 10px;
}
section div.produto-direita .variacoes .quantidade input {
	text-align: center;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px 0;
}
section div.produto-direita .variacoes .quantidade form button,
section div.produto-direita .variacoes .quantidade form input {
	font-family: 'avenir_medium';
	font-size: 12px;
	color: #414141;
}
.comprar-agora {
	margin-top: 1rem;
}
section div.comprar-agora {
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
}
section div.comprar-agora ul.esquerda {
	list-style: none;
	position: relative;
	background: #fff;
	margin-top: -5%;
	/*width: 198px;
	height: 145px;*/
}
section div.comprar-agora ul.esquerda p {
	display: inline-block;
}
section div.comprar-agora ul.esquerda p.pequeno {
	font-family: 'avenir_heavy';
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #414141;
	/*margin-left: 1rem;*/
	padding-right: 3px;
}
section div.comprar-agora ul.esquerda p.grande {
	font-family: 'avenir_heavy';
	font-size: 30px;
	line-height: 10px;
	letter-spacing: -1.56px;
	color: #414141;
	margin-top: 40px;
}
section div.comprar-agora ul.esquerda p.voador {
	position: absolute;
	top: 31px;
	margin-left: 2px;
	font-size: 16px;
}
section div.comprar-agora ul.esquerda p.pequeno-2 {
	font-family: 'avenir_medium';
	font-size: 12px;
	line-height: 1.19rem;
	color: #414141;
	/*margin-left: 1rem;*/
	position: relative;
}
section div.comprar-agora ul.esquerda p.pequeno-3 {
	font-family: 'avenir_medium';
	font-size: 12px;
	line-height: 1.19rem;
	letter-spacing: 0.4px;
	color: #414141;
	position: absolute;
	/*left: 1rem;*/
	top: 11px;
}
section div.comprar-agora ul.esquerda p.pequeno-3 span{
	text-decoration: line-through;
}
.bt_sem_estoque{
	background: #ffffff;
	/*border: 1px solid var(--base-color);
	border-radius: 4px;
	height: 110px;
	width: 170px;*/
	opacity: 0.9;
	transition: all 0.08s ease-in;	
	opacity: 0.7;
}
.bt_sem_estoque p{
	font-family: 'avenir_heavy';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.6px;
	color: var(--base-color);
	text-transform: uppercase;
	padding: 1.5rem 0;
	float: left;
	margin-top: -5px;
	text-align: center;
	display: inline-block;
	transition: all 0.08s ease-in;
}
.fig_fig{
	height: auto;
	width: 84px;
}
/*section div.comprar-agora ul.esquerda li.botoes_do_produto{
	width: 300%;
	margin-top: 8%;
}*/

section div.comprar-agora ul.esquerda button {
	background: var(--active-color);
	border: none;
	cursor: pointer;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-top: 1em;
	opacity: 0.9;
	transition: all 0.08s ease-in;
}

section div.comprar-agora ul.esquerda button.btn-comprar_direto {
	border-radius: 30px;
	border: 1px solid var(--active-color);
	background: #fff;
	cursor: pointer;
	border-radius: 25px;
	margin-top: 1em;
	opacity: 0.9;
	transition: all 0.08s ease-in;
	width: auto;
}

section div.comprar-agora ul.esquerda button.btn-comprar_direto:hover {
	background-color: var(--active-color);
}

section div.comprar-agora ul.esquerda button.btn-comprar_direto:hover p.comprar_diret {
	color: #fff;
}

section div.comprar-agora ul.esquerda button:hover{
	opacity: 1;
}
section div.comprar-agora ul.esquerda button.btn-comprar_direto  p.comprar_diret {
	font-family: 'avenir_heavy';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.6px;
	color:var(--active-color);
	text-transform: uppercase;
	padding: 1.5rem 1.5rem 1rem 1.5rem;
	margin-top: -5px;
	text-align: right;
	display: inline-block;
	transition: all 0.08s ease-in;
	
}

section div.comprar-agora ul.esquerda button p.comprar_carrinho {
	font-family: 'avenir_heavy';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.6px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1.5rem 3rem 1rem 1.5rem;
	background: url(../imagens/carrinho-produtos.svg) right center no-repeat;
	margin-right: 1.2rem;
	margin-top: -5px;
	text-align: right;
	display: inline-block;
	transition: all 0.08s ease-in;
	
}

section div.comprar-agora ul.direita button {
	background: var(--active-color);
	border: none;
	cursor: pointer;
	border-radius: 4px;
	/*height: 110px;
	width: 170px;*/
	margin-top: 1em;
	opacity: 0.9;
	transition: all 0.08s ease-in;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;

}
section div.comprar-agora ul.direita button.btn-comprar_direto {
	border-radius: 30px;
	border: 1px solid var(--active-color);
	background: #fff;
	cursor: pointer;
	border-radius: 25px;
	margin-top: 1em;
	opacity: 0.9;
	transition: all 0.08s ease-in;
	width: auto;
}
section div.comprar-agora ul.direita button:hover{
	opacity: 1;
}
section div.comprar-agora ul.direita button.btn-comprar_direto  p.comprar_diret {
	font-family: 'avenir_heavy';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.6px;
	color:var(--active-color);
	text-transform: uppercase;
	padding: 1.5rem 1.5rem 1rem 1.5rem;
	margin-top: -5px;
	text-align: right;
	display: inline-block;
	transition: all 0.08s ease-in;
	
}
section div.comprar-agora ul.direita button p.comprar_carrinho {
	font-family: 'avenir_heavy';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.6px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1.5rem 3rem 1rem 1.5rem;
	background: url(../imagens/carrinho-produtos.png) right center no-repeat;
	margin-right: 1.2rem;
	margin-top: -5px;
	text-align: right;
	display: inline-block;
	transition: all 0.08s ease-in;
	
}

.div_radgale{
	display: none;
}
.radio-galeria {
	display: none;
}
.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: 0;
    /*margin-left: -112%;
	margin-top: 105%;
	width: 120%;*/
	display: flex;
	flex-direction: row;			
}
section div.produto-direita legend {
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 4.34px;
	color: #414141;
	text-transform: uppercase;
	margin-bottom: .9375rem;
	margin-top: 10%;
	
}    
section div.produto-direita ul.descricao{
	max-width: 400px;
}
section div.produto-direita ul.descricao li p {
	margin-bottom: 10px;
}
section div.produto-direita ul.descricao li p,
section div.produto-direita ul.descricao li table td  {
	font-family: 'avenir_medium';
	font-size: 0.875rem;
	line-height: 1.375rem;
	letter-spacing: 0.42px;
	color: #414141;
}
section div.produto-direita ul.descricao li table td {
	padding: 15px;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
section div.produto-direita ul.descricao li table td img {
	display: block;
	margin: 0 auto;
}
section div.condicoes-produto {
	display: grid;
	width: 1180px;
	margin: 0 auto;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto;
	box-shadow:  10px 10px 15px #ededed, -10px -10px 15px #ededed;;
	border-radius: 50px;
	justify-content: space-between;
	margin-bottom: 51px;
}
section div.condicoes-produto ul {
	list-style: none;
	padding-top: 1.813rem;
	padding-bottom: 1.875rem;
}
section div.condicoes-produto ul p.normal {
	display: inline;
	color: var(--base-color);
	font-family: 'avenir_heavy';
	font-size: 0.8125rem;
	line-height: 0.875rem;
	letter-spacing: 0.455px;
	text-transform: uppercase;
}
section div.condicoes-produto ul p.min {
	display: inline;
	color: var(--base-color);
	font-family: 'avenir_medium';
	font-size: 0.75rem;
	line-height: 0.875rem;
	letter-spacing: 0.42px;
}
section div.condicoes-produto ul.left {
	background: url(../imagens/codbarras.png) left 1.8rem no-repeat;
	margin-left: 3.375rem;
}
section div.condicoes-produto ul li{
	position: relative;
	display: inline-block;
}
section div.condicoes-produto ul li span{
	display: block;
	width: 8px;
	height: 8px;
	background: var(--base-color);
	border-radius: 50%;
	position: absolute;
	top: 13px;
	right: -132px;
	opacity: 0.75;
}
section div.condicoes-produto ul.left li p {
	margin-left: 3rem;
}
section div.condicoes-produto ul.center {
	background: url(../imagens/cartao.png) left 2rem no-repeat;
}
section div.condicoes-produto ul.center li p {
	margin-left: 3rem;
}
section div.condicoes-produto ul.right {
	background: url(../imagens/truck2.png) left 2rem no-repeat;
	margin-right: 3.1875rem;
}
section div.condicoes-produto ul.right li p {
	margin-left: 3rem;
}



/*#####################
####### TELA DE LISTAGEM 
###################### */
#listagem-grid {
	/*width: 1181px;
	margin-left: 5% ;
	display: flex;*/
	display: grid;
	grid-template-columns: 18% 80%;
	margin-left: 0;
	width: 100%;
	align-items: baseline;
	margin-top: 2em;
}

/*
div.sombra-listagem {
	width: 100%;
	box-shadow: 1px -5px 5px #ededed;
	margin-top: 1.875rem;
}*/
div.sombra-listagem p {
	display: inline-block;
	text-indent: -999999px;
}

aside {
	order: 1;
    margin-top: 70px;
    /*margin-left: -2%;*/
}
section#home, #listagem-grid section{
	order: 2;
}
aside label.categoria {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 2.5px;
	color: #ffffff;
	background: black;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-radius: 20px;
    border-radius: 5px;
    padding: 8px 9px 8px 11px;
}
aside label.categorias {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 2px;
	color: #ffffff;
	background: black;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-radius: 20px;
    border-radius: 5px;
    padding: 8px 8px 10px 13px;
}
aside ul {
	list-style: none;
}
aside ul.lista-categorias li a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: var(--base-color);
	text-transform: uppercase;
	opacity: 0.8;
	font-family: 'avenir_medium'
	font-style: normal;
	font-weight: 500;
}
aside ul.lista-categorias li a:hover {
	color:#00000059;
}
aside ul.lista-categorias li.selected a{
	color: var(--active-color);
	
	opacity: 1;
}
aside ul.lista-categorias li:last-child {
	margin-bottom: 2rem;
}
aside label.tamanhos {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 4.34px;
	color: #ffffff;
	background: black;
	text-transform: uppercase;
	padding: 8px 9px 8px 13px;
	margin-bottom: 5px;
}
aside ul li.btn-tamanhos button {
	font-family: 'avenir_medium';
	font-size: 0.8125rem;
	line-height: 1.5rem;
	letter-spacing: 1.56px;
	color: var(--base-color);
	margin-right: -2px;
	margin-bottom: 1px;
	background: #ffffff;
	border: 1px solid #c2c2c2;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
}
aside ul li.btn-tamanhos button:hover {
	color: var(--active-color);
	border: 1px solid var(--active-color);
}
aside ul.botoes {
	margin-bottom: 2.25rem;
}
aside label.caracteristicas {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 2px;
	color: #ffffff;
	background: black;
	text-transform: uppercase;
	padding: 8px 8px 9px 13px;
	margin-bottom: 10px;
	border-radius: 5px;
	
}
aside label.material {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 4.34px;
	color: #ffffff;
	background: black;
	text-transform: uppercase;
	padding: 8px 8px 9px 13px;
	margin-bottom: 10px;
	border-radius: 5px;
	
}
aside ul.opcoes select {
	font-family: 'avenir_medium';
	font-size: 0.8125rem;
	line-height: 1.5rem;
	letter-spacing: 1.56px;
	color: var(--base-color);
	border: 1px solid #c2c2c2;
	background: #ffffff;
	padding: 8px 0px 7px 11px;
	width: 249px;
	margin-bottom: 3px;
	appearance: none;
	background: url(../imagens/seta-listagem.png) 95% center no-repeat;
	background-size: 12px auto;
	cursor: pointer;
	transition: all 0.18s ease-in;
	border-radius: 5px;
}
aside ul.opcoes select:hover{
	border: 1px solid var(--active-color);
}
aside ul.opcoes li:last-child {
	margin-bottom: 2.5rem;
}
aside label.cor-estampa {
	display: inline-block;
	font-family: 'avenir_heavy';
	font-size: 0.875rem;
	line-height: 0.9rem;
	letter-spacing: 4.34px;
	color: #ffffff;
	background: #c2c2c2;
	text-transform: uppercase;
	padding: 8px 10px 8px 13px;
	margin-bottom: 11px;
}
aside ul.btn-cor-estampa li button {
	width: 38px;
	height: 35px;
	margin-right: -3px;
	margin-bottom: 1px;
	border: none;
	cursor: pointer;
}
aside ul.btn-cor-estampa li button.estampa-1 {
	background: url(../imagens/estampa-1.png) -100px center no-repeat;
}
aside ul.btn-cor-estampa li button.estampa-2 {
	background: url(../imagens/estampa-2.png) -420px center no-repeat;
}
aside ul.btn-cor-estampa li button.estampa-3 {
	background: url(../imagens/estampa-3.png) -400px center no-repeat;
}
aside ul.btn-cor-estampa li button.estampa-4 {
	background: url(../imagens/estampa-4.png) -400px center no-repeat;
}
footer div.listagem {
	margin-top: 69px;
}
.aviso_legal{
    background: var(--active-color);
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px 0 6px 0;
    display: inline-block;
    box-sizing: border-box;
    display: block;
    text-align: center;
   
}
.container-banner-cookie *{
  font-family: 'Muli', sans-serif;
}
.container-banner-cookie a{
   color: #FCD000;
  text-decoration: underline;   
}
.container-banner-cookie {
  display: none;
  width: 100%;
  /*height: 70px;*/
  background-color: rgba(79, 79, 79, 0.8);
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 14px;  
  text-align: justify;
  z-index: 9999;
  padding: 15px 0;
}
.container-text-banner {
  width: 50%;
  justify-content: center;
  font-weight: 500;
}
.text-banner-cookie {
  color: #ffffff;
}
.text-banner-cookie > a {

}
.text-banner-cookie > a:visited {
  color: #FCD000;
}
.text-button-cookie {
  color: #fff;
  cursor: pointer;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}
  .container-banner-cookie span.text-button-cookie{
    font-size: 14px;
    line-height: 14px;
      color: #FCD000;
      text-decoration: underline;        
  }

@media (max-width: 1024px) {
  .container-banner-cookie{
   min-height: 58px;
   flex-direction: column;
   padding: 0;
  }
  .container-text-banner {
    width: 90%;
  }
  .container-banner-cookie span{
    font-size: 12px;
    line-height: 14px;
  }
  .container-banner-cookie span.text-button-cookie {
    position: absolute;
    right: 20px;
    top: -20px;
    font-size: 12px;
  }
}

/* ###################
#### CUSTOM
################### */


.espadasdobrasilcombr section div.produto-esquerda figure.modelo-produto{
	width: 550px;
	min-height: 550px;
	margin-right: 185px;
	background: #f9f9f9;
	display: inline-flex;
	align-items: center;
	justify-content: center;	
}

section div.produtos li .acoes_post {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	display: none;
}
section div.produtos li:hover .acoes_post {
	display: grid;
	justify-items: center;
}
section div.produtos li .mascara_nova::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	cursor: pointer;
    transition: all 0.5s ease-in-out;
	opacity: 0;
}
section div.produtos li:hover .mascara_nova::after {
	opacity: 1;
}
section div.produtos li .acoes_post button,
section div.produtos li .acoes_post a {
	width: 100%;
	max-width: 120px;
	border-radius: 20px;
	border: transparent;
	cursor: pointer;
	background: #000000;
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 0;
	box-sizing: border-box;
	background-size: 25px auto;
	text-align: center;
}
section div.produtos ul li a p.titulo,
section div.produtos ul li span p.titulo {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: var(--base-color);
	margin-top: 18px;
	margin-left: 23px;
}
section div.produtos ul li a p.data,
section div.produtos ul li span p.data {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: var(--base-color);
	margin-top: 18px;
	margin-left: 23px;
	color: #9c9a9a;
}
section div.produtos ul li a p.categoria,
section div.produtos ul li span p.categoria {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	font-family: 'avenir_medium';
	margin-top: 18px;
	margin-left: 23px;
	color: var(--active-color);
}
section div.blog ul {
	grid-template-columns: repeat(4, 1fr);
}

section.blog-destaque {
	/*max-width: 1000px;*/
	max-width: 1181px;
	margin: 0 auto;
	margin-top: 75px;
}
section.blog-destaque span {
	display: grid;
	grid-template-columns: 50% auto;
	/*grid-template-columns: 40% auto;*/
	cursor: pointer;
	gap: 50px;
}
section.blog-destaque span img {
	justify-self: right;
}
/*section.blog-destaque img {
	max-height: 400px;
}*/
section.blog-destaque p.titulo {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 30px;
	line-height: 45px;
	font-family: 'avenir_medium';
	color: var(--base-color);
}
section.blog-destaque p.data {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: var(--base-color);
	color: #9c9a9a;
}
section.blog-destaque p.categoria {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'avenir_medium';
	color: var(--active-color);
	display: flex;
	justify-content: flex-start;
	gap: 20px;

}
section.blog-destaque span.categorias-destaque-blog {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	cursor: pointer;
}
section.blog-destaque p.resumo {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.5em;
	font-family: 'avenir_medium';
	color: var(--base-color);
	margin-top: 18px;
}
h2.blog-section-title {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 25px;
}
section.blog-destaque a {
    text-align: center;
    display: inline-block;
    color: var(--active-color);
    border: 1px solid var(--active-color);
    font-family: 'avenir_heavy';
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 14.4px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 18px 13px 27px;
    margin-top: 15px;
	margin-left: 20px;
    width: 180px;
    height: 10px;
    transition: all 0.18s ease-in;
	border-radius: 25px;
}
section.blog-destaque a:hover {
    color: #fff;
    background: var(--active-color);
}
section.categorias-tags {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}
section.categorias-tags span a {
	margin: 0px 10px;
	display: inline-block;
	color: var(--active-color);
	padding: 10px;
	border: 1px solid var(--active-color);
	border-radius: 25px;
	margin-bottom: 1em;
}

section.categorias-tags span:last-child a {
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
	clear: both;
}
.texto-blog-post{
    padding-bottom: 50px;
	/*max-width: 1280px;*/
	margin: 0 auto;
	margin-top: 75px;
}
.texto-blog-post h2{
	margin: 25px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;  
	text-align: center; 
}
.texto-blog-post div.blog-post-info {
	margin: 25px 0;
	clear: both;
	text-align: center;
}
.texto-blog-post div.blog-post-info span {
    display: inline-block;
	margin: 0 20px;   
	color: #9c9a9a;
}
.texto-blog-post div.blog-post-info span.categoria {
	color: var(--active-color)
}
.texto-blog-post img {
	margin: 10px auto;
	width: 100%;
	max-width: 800px;
	display: block;
	height: auto;
}
.texto-blog-post img.img-blog-destaque {
	margin: 50px 0;
	width: 100%;
	max-height: 300px;
	max-width: initial;
	display: block;
	object-fit: cover;
}
.texto-blog-post h1,
.texto-blog-post h2,
.texto-blog-post h3,
.texto-blog-post h4,
.texto-blog-post h5,
.texto-blog-post h6 {
	padding: 0 20px;
	margin: 20px auto;
	max-width: 800px;
    text-align: center;
}
.texto-blog-post p {
	margin: 20px auto;
	max-width: 800px;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: var(--base-color);
	padding: 0 20px;
	line-height: 1.5em;
}
main.listagem-relacionados a.listagem-relacionados-button {
    text-align: center;
    display: inline-block;
    color: var(--active-color);
    border: 1px solid var(--active-color);
    font-family: 'avenir_heavy';
    font-size: 12px;
    letter-spacing: 3.72px;
    line-height: 14.4px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 18px 13px 27px;
    margin-top: 15px;
	margin-left: 20px;
    width: 100px;
    height: 10px;
    transition: all 0.18s ease-in;
}
main.listagem-relacionados a.listagem-relacionados-button:hover {
    color: #fff;
    background: var(--active-color);
}

section div.produtos ul li a, 
section div.produtos ul li span {
	color: var(--active-color);
}

section div.produtos_interna ul li a, 
section div.produtos_interna ul li span {
	color: var(--active-color);
}

section.categorias-tags span.categoria-link-active a {
	background-color: var(--active-color);
	color: #fff;
}
section.categorias-tags span:hover a {
	background-color: var(--active-color);
	color: #ffffff;
    transition: all 0.18s ease-in;
}
main#main a.voltar-button {
    text-align: center;
    display: inline-block;
    color: var(--active-color);
    border: 1px solid var(--active-color);
    font-family: 'avenir_heavy';
    font-size: 12px;
    letter-spacing: 3.72px;
    line-height: 14.4px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 18px 13px 27px;
    margin-top: 25px;
    width: 100px;
    height: 10px;
    transition: all 0.18s ease-in;
	border-radius: 25px;
}
main#main a.voltar-button :hover {
    color: #fff;
    background: var(--active-color);
}
main#main a.voltar-button:hover {
    color: #fff;
    background: var(--active-color);
}
main#main div.voltar-button-container {
    text-align: center;
}
p.blog-empty-state {
    text-align: center;
}

.modal-anchor {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    padding: 6rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .5s;
	margin: 0;
	z-index: 10000;
}
.modal-anchor, .modal-anchor__link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-anchor.active {
    opacity: 1;
    visibility: visible;
}
.modal-anchor__close {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 3rem;
    right: 3rem;
    color: #fff;
    transition-property: transform;
    transition-duration: .25s;
	cursor: pointer;
	background: transparent;
	border: none;
}
.modal-anchor__close:after {
    content: "X";
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1;
}
.modal-anchor__img {
    object-fit: contain;
}

.modal-anchor__link, .modal-anchor__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
#menu_mobile a.bt_conta_mobile {
	display: block;
	height: 33px;
	background: #fff url(../imagens/minha_conta_mobile.svg) 8px center no-repeat;
	border: 1px solid var(--active-color);
	/*width: 115px;*/
	position: absolute;
	top: 11px;
	left: 40px;
	margin-left: -16px;
	z-index: 999999999999999999999999;
	border-radius: 10px;
	text-align: right;
	color: var(--active-color);
	font-family: 'avenir_heavy';
	font-size: 13px;
	text-transform: uppercase;
	line-height: 33px;
	padding: 0 10px;
	padding-left: 2.5em;
	width: auto;
}
#menu_mobile a.bt_sair_de_conta_mobile {
	display: block;
	height: 33px;
	background: #fff url(../imagens/sair_menu_mobile.svg) 8px center no-repeat;
	border: 1px solid var(--active-color);
	/*width: 120px;*/
	position: absolute;
	top: 11px;
	left: 200px;
	margin-left: -16px;
	z-index: 999999999999999999999999;
	border-radius: 10px;
	text-align: right;
	color: var(--active-color);
	font-family: 'avenir_heavy';
	font-size: 13px;
	text-transform: uppercase;
	line-height: 33px;
	padding: 0 10px;
	padding-left: 2.5em;
	width: auto;
}

#menu_mobile a.bt_conta_mobile:hover{
	color: #fff;
	background: var(--active-color) url(../imagens/minha_conta_mobile_hover.svg) 8px center no-repeat;
}

#menu_mobile a.bt_sair_de_conta_mobile:hover {
	color: #fff;
	background: var(--active-color) url(../imagens/sair_menu_mobile_hover.svg) 8px center no-repeat;
}

#menu_mobile {
    padding-top: 55px;
}
section div.comprar-whatsapp ul.direita li button p{
	font-family: 'avenir_heavy';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.6px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 1.5rem 3rem 1rem 1.5rem;
    background: url(../imagens/boss_cart/icone_compra_whatss.svg) right center no-repeat;
    margin-right: 1.2rem;
    margin-top: -5px;
    text-align: right;
    display: inline-block;
    transition: all 0.08s ease-in;
}

.botao-whatsapp-compra-listagem-produtos {
	text-align: center !important;
	display: block;
	width: auto !important;
	border-radius: 20px;
	border: transparent;
	cursor: pointer;
	background: var(--active-color);
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 0 !important;
	text-align: center;
	margin: 130px 20px !important;
	background-color: var(--active-color);
	
}

.botao-whatsapp-compra-icone-produtos {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    left: 80%;
    top: 5%;
    border-radius: 50%;
    border: transparent;
    cursor: pointer;
    background: var(--active-color);
    padding: 0;
    background-color: var(--active-color)00;
    z-index: 1;
}

.botao-whatsapp-compra-icone-produtos2 {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    left: 80%;
    top: 5%;
    border-radius: 50%;
    border: transparent;
    cursor: pointer;
    background: var(--active-color);
    padding: 0;
    background-color: var(--active-color)00;
    z-index: 1;
}


.botao-whatsapp-compra-listagem-produtos:hover {
	opacity: 1 !important;
}

.img-selecao-valor-caracteristica {
	max-height: 60px;
	border-radius: 4px;
}

.li-selecao-valor-caracteristica {
	padding: 0 !important;
    
}
.cores-produto-wrapper {
	margin-top: 1em;
	height: 1em;
    display: flex;
    justify-content: center;
}

.cores-produto-item {
    height: 1em;
    width: 1em;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
	float: left;
	margin-right: .5em;
}

.lateral-listagem {
    display: block;
    position: sticky;
    top: 220px;
}

.alvo_parcela_produto {
	width: 100%;
}

.precos_velhonovo {
	padding-top: 18px;
	text-align: center;
}


.aviso_pix {
    position: absolute;
    bottom: 150px;
    width: 100%;
    background-color: #f7f7f7;
    height: auto;
}

.tag-todo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0;
}
.tag-todo .tagin{
    border-radius: 40px;
    border: 1px solid var(--active-color);
    background: #FFF;
    width: 288px;
    padding: 7px 1px;
    text-align: center;
}
.tag-todo .tagin p{
    color: #3C3;
    text-align: center;
    font-family: 'avenir_medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 19.04px; 
}

.cada_prodsd {
	cursor: pointer;
}

.preco-box-produto-whatsapp-apartir {
	text-decoration: none !important;
}

#footer_checkout {
	margin-top: 5em;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}
#footer_checkout div.colunas {
    margin: 0 auto;
    /*Height: auto;*/
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 5em 0;
    /*margin-top: 5%;
    margin-bottom: 3%;
    width: 70%;
    margin-left: 20%;*/
}
#footer_checkout div.colunas .pagamento_footer_checkout {
    align-self: flex-end;
	justify-self: flex-end;
}
#footer_checkout div.colunas ul:first-child {
    margin: 1em;
}

.formas_pagar {
    display: flex;
	flex-wrap: wrap;
}
#footer_checkout div.espaco {
    display: grid;
    grid-template-columns:100%;
    width: auto;
    text-align: center;
    border-top: 1px solid #EFEFEF;
    background-color: #EFEFEF;
}
#footer_checkout div.espaco .rodape_cinza{  
    width: 100%;
    display: grid;
	grid-template-columns: 50% 25% 25%;
	padding: 2em 0;
    /*grid-template-columns: 33% 33% 33%;*/
}
/*#footer_checkout div.direitos h6 {
   margin-top: 10%;
    margin-left: 0;
}*/
footer div.direitos p {
    margin-left: 0%;
}
ul.marcadagua_empresaa {
    display: flex;
    justify-content: left;
    /*margin-top: 13%;*/
}
/*footer div.espaco .rodape_cinza {
    width: 70%;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-left: 20%;
}*/

#footer_checkout ul.pagamento {
	justify-self: right;
}

.logo_empresa ul.logo_tricaa li img {
	max-height: 66px;
	max-width: 262px;
}

section div.produtos li.blog-list-item {
	height: 450px;
}

section div.produtos li.blog-list-item .mascara_nova {
	height: 220px;
}

section div.produtos li.blog-list-item:hover .acoes_post a {
	background-color: var(--active-color);
	opacity: 1;
}

section div.produtos li.blog-list-item img {
	object-fit: cover;
    height: 100%;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

section div.produtos li.blog-list-item a.blog-list-item-content {
	background-color: #fff;;
}

section div.produtos li.blog-list-item a p.titulo,
section div.produtos li.blog-list-item a p.data,
section div.produtos li.blog-list-item p.categoria {
	margin-left: 0;
}

.button-abrir-filtro {
	background: var(--active-color);
	border-radius: 50px;
	border: transparent;
	cursor: pointer;
	font-family: 'avenir_heavy';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5em;
	box-sizing: border-box;
	opacity: 1;
	width: 100%;
    max-width: 150px;
    margin: 0 auto;
	display: none;
}

section div.produtos_interna ul li span.seta-botao-comprar,
section div.produtos ul li span.seta-botao-comprar {
	display: inline;
    color: #fff;
    font-weight: 800;
}

section div.condicoes.condicoes-no-main-banner {
	margin-top: 1em;
}

.form-calculo-frete-container {
	display: flex;
	justify-content: space-between;
	max-width: 350px;
	background: #F5F5F5;
	padding: 1em;
	margin: 1em 0;
	border-radius: 10px;
}

.form-calculo-frete .form-calculo-frete-container .form-calculo-frete-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5em;
}

.form-calculo-frete .form-calculo-frete-container .form-calculo-frete-left span {
	font-size: 13px;
	color: var(--active-color);
}

.form-calculo-frete .form-calculo-frete-container .form-calculo-frete-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5em;
}

.form-calculo-frete .form-calculo-frete-container .form-calculo-frete-right label {
	font-size: 13px;
	color: var(--active-color);
}

.form-calculo-frete .form-calculo-frete-container .form-calculo-frete-right input {
	border: 0;
	background: transparent;
	max-width: 100px;
	font-size: 13px;
	color: var(--active-color);
}

.form-calculo-frete .form-calculo-frete-container .form-calculo-frete-right input::placeholder {
	color: var(--active-color);
}

.form-calculo-frete-result {
	display: none;
}

.form-calculo-frete-result .form-calculo-frete-result-container {
	display: flex;
	justify-content: space-between;
	max-width: 350px;
	background: #F5F5F5;
	padding: 0.5em 1em;
	margin: 1em 0 0.5em;
	border-radius: 10px;
}

.form-calculo-frete-result .form-calculo-frete-result-container .form-calculo-frete-result-city {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5em;
}

.form-calculo-frete-result .form-calculo-frete-result-container .form-calculo-frete-result-city span {
	font-size: 13px;
	color: #414141;
}

.form-calculo-frete-result .form-calculo-frete-result-container a {
	font-size: 13px;
	font-weight: bold;
	color: var(--active-color);
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li {
	display: flex;
	justify-content: space-between;
	max-width: 350px;
	background: #F5F5F5;
	padding: 0.5em 1em;
	margin: 0 0 0.5em 2em;
	border-radius: 10px;
	box-sizing: border-box;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li .form-calculo-frete-result-item-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5em;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li .form-calculo-frete-result-item-left span {
	font-size: 13px;
	color: #414141;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li .form-calculo-frete-result-item-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li .form-calculo-frete-result-item-right span {
	font-size: 10px;
	color: #000000;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li .form-calculo-frete-result-item-right span.form-calculo-frete-result-item-preco {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li.form-calculo-frete-result-item-retirada-loja span {
	font-size: 13px;
	color: #4FC94F;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li.form-calculo-frete-result-item-empty-state {
	border: 1px solid#ee3158;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li.form-calculo-frete-result-item-empty-state span {
	font-size: 13px;
	color: #ee3158;
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li.form-calculo-frete-result-item-empty-state span a {
	color: var(--active-color);
}

.form-calculo-frete-result ul.form-calculo-frete-result-itens li.frete-gratis-mensagem {
	border: 1px solid var(--active-color);
}

.form-calculo-frete-loader {
	height: 1em;
	visibility: hidden;
}

.imagem_pix {
	width: 100%;
}

.owl-item {
	opacity: 0;
    transition: all 2s ease-in-out;
}

.owl-item.active {
	opacity: 1;
    transition: all 2s ease-in-out;
}

section div.produtos ul li .vertical img.imagem-hover-secundaria,
section div.produtos ul li .horizontal img.imagem-hover-secundaria,
section div.produtos_interna ul li .vertical img.imagem-hover-secundaria,
section div.produtos_interna ul li .horizontal img.imagem-hover-secundaria {
	display: none;
}

section div.produtos ul li:hover .vertical img.imagem-hover-secundaria,
section div.produtos ul li:hover .horizontal img.imagem-hover-secundaria,
section div.produtos_interna ul li:hover .vertical img.imagem-hover-secundaria,
section div.produtos_interna ul li:hover .horizontal img.imagem-hover-secundaria {
	display: block;
}

section div.produtos ul li:hover .vertical img.imagem-principal,
section div.produtos ul li:hover .horizontal img.imagem-principal,
section div.produtos_interna ul li:hover .vertical img.imagem-principal,
section div.produtos_interna ul li:hover .horizontal img.imagem-principal {
	display: none;
}

section div.imagens_fim.condensed ul li {
	height: 450px;
}

section div.imagens_fim.condensed ul li p.primeira {
	height: 350px;
}

section div.produtos.destaques-home.condensed {
	max-width: 1300px;
	margin: 3.5% auto 0;
}

section div.produtos.promocoes-home.condensed {
	max-width: 1300px;
	margin: 3.5% auto 0;
}

section div.condicoes.hidden {
    display: none;
}

section div.condicoes.expanded {
    width: 100%;
    margin-top: 1em;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
	gap: 5em;
}

section div.condicoes.expanded ul {
    width: auto !important;
    padding: 0 !important;
}

section div.condicoes ul.center-expanded {
	display: none;
}

section div.condicoes.expanded ul.center-expanded {
	display: block;
}

header div.barra_middle .barra_navegacao_inner {
	display: none;
}

header div.barra_middle.menu-tipo-2 h1,
header div.barra_middle.menu-tipo-4 h1 {
	width: 220px;
	height: 75px;
}

header div.barra_middle.menu-tipo-2 form,
header div.barra_middle.menu-tipo-4 form {
	margin-top: 64px;
}

header div.barra_middle.menu-tipo-5,
header div.barra_middle.menu-tipo-6 {
	display: grid;
    width: 100%;
    gap: 2em;
    grid-template-columns: 220px auto 85px;
    padding: 1em;
    box-sizing: border-box;
}

header div.barra_middle.menu-tipo-5 form,
header div.barra_middle.menu-tipo-6 form {
	display: none;
}

header div.barra_middle.menu-tipo-5 h1,
header div.barra_middle.menu-tipo-6 h1 {
	margin: 0 auto;
	width: 170px;
	clear: both;
	display: flex;
	align-self: center;
	align-items: center;
	justify-content: center;		
	height: 55px;
}

header div.barra_middle.menu-tipo-5 .barra_navegacao_inner,
header div.barra_middle.menu-tipo-6 .barra_navegacao_inner {
	padding: 0;
    width: 100%;
	display: flex;
}

header div.barra_middle.menu-tipo-5 .barra_navegacao_inner ul,
header div.barra_middle.menu-tipo-6 .barra_navegacao_inner ul {
	border: none;
    padding-bottom: 0;
	margin-top: 0;
}

header div.barra_middle.menu-tipo-5 .barra_navegacao_inner ul li,
header div.barra_middle.menu-tipo-6 .barra_navegacao_inner ul li {
	display: flex;
	align-items: center;
}

header div.barra_middle.menu-tipo-5 .barra_navegacao_inner ul li a,
header div.barra_middle.menu-tipo-6 .barra_navegacao_inner ul li a {
	margin-top: 15px;
	line-height: 1.25em;
}

header div.barra_middle.menu-tipo-5 div.direita,
header div.barra_middle.menu-tipo-6 div.direita {
	margin-top: 0;
    float: none;
    position: relative;
    right: initial;
    width: 85px;
	border-bottom: none;
	display: flex;
    gap: 1em;
    align-items: center;
}

body.body-menu-tipo-5, body.body-menu-tipo-6 {
	padding-top: 50px;
}

header div.barra_navegacao.menu-barra-navegacao-tipo-5,
header div.barra_navegacao.menu-barra-navegacao-tipo-6 {
	display: none;
}

header ul.menu-barra-superior-tipo-9,
header ul.menu-barra-superior-tipo-10 {
	display: none;
}

body.body-menu-tipo-9, 
body.body-menu-tipo-10 {
	padding-top: 75px;
}

.barra_navegacao li ul.submenu {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    padding: 1em;
    max-height: 200px;
    flex-wrap: wrap;
    width: auto;
    row-gap: 0;
	column-gap: 3em;
	box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.15);
	padding-bottom: 1em !important;
	top: 8.5em;
	border-top: 0;
}

.barra_navegacao_inner li ul.submenu {
	top: 6em;
}

.barra_navegacao li ul.submenu li a {
    margin-left: 0 !important;
    border-bottom: none !important;
    color: var(--base-color) !important;
    padding-bottom: 7px !important;
}

.barra_navegacao li ul.submenu li a:hover {
    color: var(--active-color) !important;
}

.barra_navegacao li:hover ul.submenu {
    /*display: flex;*/
	display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, 50px);
    grid-auto-flow: column;
    max-width: 400px;
}

.barra_navegacao li ul.submenu:hover {
    /*display: flex;*/
	display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, 50px);
    grid-auto-flow: column;
    max-width: 400px;
}

.menu-barra-navegacao-tipo-10 li ul.submenu {
	top: 7em;
}

.menu-barra-navegacao-tipo-8 li ul.submenu li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	padding: 13px 0;
}

.menu-barra-navegacao-tipo-8 li ul.submenu li img {
	display: inline;
    max-width: 30px;
    max-height: 30px;
}

.menu-barra-navegacao-tipo-8 li ul.submenu li a {
	margin: 0 !important;
    padding: 0 !important;
}

.conteudo_revisao_extended_checkout {
	grid-template-columns: 2fr 1fr !important;
}
