/*New Version*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

:root {
    --color_1: #d40505;            /* Vermelho louco */
	--color_2: #f1f1f1;            /* Cinzento */
	--botao_verde: #5aad00;		   /* Verde botões */
	--botao_verde_hover: #519805;  /* Verde botão*/
	--background_black: #000000;  /* Verde botão*/
}


/*Search Form*/

#form_mdr{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.form-row input[type=text],
.form-row select{
    width: 100%;
    padding: 10px;
    height: 40px;
    border-radius: 0px;
}

.chat-whatsapp{
    position: fixed;
    right:20px;
    bottom:20px;
    font-size: 40px;
    color: #fff;
    background: #1fa000;
    padding: 0.4rem 0.8rem;
    transition: all .3s ease-in;
    z-index: 9999999;
    border-radius:100%;
}

.chat-whatsapp:hover{
    transform: scale(1.2);
}

@media(max-width:700px){
    .chat-whatsapp{
        bottom:60px;
    }
}

.formulario-vertical .form-row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.formulario-vertical {
    color: #FFF;
    z-index:5;
    margin-top:25px;
    margin-bottom:25px;
    width:100%
}


.formulario-vertical .vantagens {
    color: #333;
    text-align: center;
}

.formulario-vertical .vantagens .vantagem img {
    float: left;
    margin-right: 20px;
} 

#div_select_vehicules {
    position: relative;
}
#div_select_vehicules select {
    width: 100%;
}
#div_select_vehicules button {
    position: absolute;
    width: 40px;
    background: #5aad00;
    color: white;
    border: 0;
    top: 0; bottom: 0;
    right: 0;
}
.banner .banner-content {
    max-width: 100%;
    width: 100%;
}

/* compacto */
.compacto .box-vantagens .vantagem {
    min-height: 100px;
    padding-left: 70px;
    text-align: left;
}
.compacto .box-vantagens img {
    width: 50px;
    position: absolute;
    left: 10px;
}
.compacto .box-vantagens p.titulo {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

@media all and (min-width: 1023px) {
    .banner.compacto {
        max-height: 300px;
        height: auto;
        min-height: 235px;
    }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
    .banner.compacto {
        height: calc(100vw / 3.2);
        min-height: 100px;
    }
}

@media all and (max-width: 786px) and (min-width: 0){
	#form_mdr{
		grid-template-columns: repeat(2, 1fr);
	}
	
    .compacto .box-vantagens .vantagem {
        width: calc(50% - 43px);
        display: inline-block;
        min-width: 200px;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 80px;
        line-height: 80px;
    }
    
    .compacto .box-vantagens img {
        width: 40px;
    }
}

@media all and (max-width: 720px) and (min-width: 0){
    .compacto .box-vantagens p.titulo {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
    }
}
@media all and (max-width: 580px) and (min-width: 0){
    .compacto .box-vantagens {display:none;}
}


/*LOJA*/

.banner_pages{
    background-color: #000;
    padding: 5rem 0;
    color:#fff;
}

.container-loja{
    display:flex;
    align-items: center;
    flex-direction: row;
    margin: 4rem 0;
}

.row-content-loja{
    width: 100%;
    text-align: left;
    background: white;
}

.icons_and_contacts{
    display:flex;
    align-items: center;
    font-size: 20px;
    margin: 10px 0;
    padding: 8px 20px;
}

.icons_and_contacts img{
    margin-right: 12px;
    fill: var(--color_1) !important;
    stroke: var(--color_1);
}

/* MENU */
.menu-ish li{
    margin-left: 10px;
}

.header-cart{
    position: relative;
}
@media(min-width:1024px){
    .header-cart{
        display: flex;
    }

    header .header-icons a{
        color:#000 !important;
    }
}

.header-cart small{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color_1);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 13px;
	position: absolute;
	top:-10px;
    left: -5px;
	z-index: 5;
}

.header-cart small:hover{
	color:#cecece;
}

.header-middle .limit-width{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	width: 95%;
}

header.fixed .logo{
    width: 140px;
}

header.fixed .header-slogan{
    font-size: 11px;
}

header.fixed .header-middle .limit-width{
    padding: 5px 0;
}

/* Banner */

@media(max-width:500px){
	.container-banner-main{
		background: url('./images/banner/banner1_mobile.webp') !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center;
	}
}

/*imagens*/

#banner_portes{
    background: url('./images/banner/banner_entrega.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: 0 -200px !important;
}

#banner_poupar{
    background: url('./images/banner/banner_battery.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
}

#banner_analise{
    background: url('./images/banner/banner_battery2.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
}

#banner_duvidas{
    background: url('./images/banner/banner_analise.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
}

#button-more{
    margin-top: 20px;
    background-color: var(--botao_verde);
    padding: 1rem 2rem;
    border: 1px solid var(--botao_verde);
    color: var(--background_black);
    font-size: 16px;
    border-radius: 0.5rem;
    text-decoration: none;
}

.container-banner-main{
    color: var(--color_2);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    position: relative;
}

.container-banner-main::after{
    background-color: #00000090;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
}

.banner-main{
    max-width: 1280px;
    z-index: 9;
    text-align: center;
}

.banner-main h1{
    font-size: 48px;
    font-weight: 700;
    margin: 0px 0px 10px 0;
}

.banner-main h1 span{
	color: var(--color_2);
	font-size: 48px;
	position: relative;
	text-shadow: 0 0 6px #0000009f;
}

.banner-main h1 span::after{
	content: "";
	width: 100%;
	background: green;
	z-index: -1;
	position: absolute;
	top: 45px;
	left: 0;
	height: 15px;
}

.banner-main .icons_banner span{
	margin: 0 20px;
}

.banner-main .button-banner{
    background-color: var(--botao_verde);
    padding: 1rem 2rem;
    border: 1px solid var(--botao_verde);
    color: var(--background_black);
    font-size: 16px;
    border-radius: 0.5rem;
    text-decoration: none;
}

.banner-main .button-banner:hover{
    background: transparent;
    color: var(--color_2);
    border-color: var(--color_2);
    transition: all 0.7s;
    transform: scale(1.04);
}

/* Product Grid Home*/

.produtos-populares, .novos-produtos, .mais-vendidos, .grid-category{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
    padding:40px 10px;
}

.productGridImage{
	height: 140px;
	background-color: #000000;
	margin-bottom: 2rem;
    margin-top: 1rem;
}

.productGrid{
	box-shadow: 0px 0px 8px #00000020;
	padding: 1rem;
}

.productGridData, .productGridData p{
	text-align: left;
	margin: 6px 0px;
}

.productGridData h4{
    font-size:20px;
}


.ProductGridCol{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.ProductGridCol p{
	margin: 6px 0px;
}

.productGridPrice{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.productGridDivPrice{
	display: flex;
    justify-content: space-between;
	margin-top: 2rem;
}

.productGridPrice h3.promo-price{
	color: var(--botao_verde);
    
}

.productGridPrice h3.promo-price span{
	color: #EE942B;
}

.productGridPrice h3, .productGridPrice p{
	margin: 0px;
}

.productGridPrice h3{
	font-size: 29px;
}

.productGridPrice h3.promo-price{
	font-size:16px;
    
}

.productGridPrice p {
    font-size:12px;
    text-align:right;
}

.productGridOtherText{
    text-align: center !important;
	font-size: 13px;
	color: #EE942B;
}

.productGridButton{
	width: 100%;
	padding: 14px;
	background-color: #252525;
    color: var(--color_2);
	border: 1px solid #252525;
	border-radius: 4px;
	margin: 20px 0 6px 0;
    transition: all 0.6s;
}

.productGridButton:hover{
    background: transparent;
    border-color: black;
    color: #000;
}

.ver-lojas {
    margin-top: 2rem;
}

/*Footer*/

.footer-container {
    display: flex;
    gap: 2.5rem;
    padding: 60px 0px;
}

.footerCopy{
    margin: 0px;
}

.footer-container div{
    width: 33.33%;
}

.batteriesLink{
    text-decoration: none;
    color: #000;
}

.footer-labels{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:580px){
	.footer-labels{
		flex-direction: column;
		gap: 10px;
	}
}

.footer-labels img{
    height: 40px;
	width: 100%;
    object-fit: contain;
}

.footer_images_div{
	display: flex;
	gap: 10px;
}

.box-icons{
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
}

.box-icons div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 20%;
    padding: 1rem;
    margin: 3.5rem 0 1rem 0;
    box-shadow: 0px 0px 5px #00000020;
    transition: all 0.6s;
    border-bottom: 3px solid var(--botao_verde);
}

.box-icons div:hover{
    box-shadow: 0px 0px 10px #00000040;
    border-color: #000;
}

.box-icons div img{
    width: 25%;
}

.box-icons div h5{
    margin-top: 15px;
}


/*Category Page*/
.other-category{
    margin:6rem 0 2rem 0;
}

.container-quick{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap:15px;
    margin-top: 2rem;

}

.container-quick .div_marque{
    font-size: 1rem;
    font-weight: 600;

    width: 100%;
}

.a_neutre{
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid transparent;
}

.a_neutre:hover{
    border-color: var(--color_1);
}

.icone_cat_im a img{
    margin-bottom: -4px !important; 
}

.container-quick .div_marque:nth-child(odd){
    background-color: #f0f0f0;
}


/*Category Page*/

    /*Header*/
    .header-category{
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header-category::after{
        content: '';
        z-index: 2;
        background-color: #000000e0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .titulo-categoria{
        color: var(--color_2);
        z-index: 3;
        margin: 0;
    }



/*End New Version*/

a.pretty_link{
    text-decoration: none;
    color: #333;
}




*,*:after,*:before {box-sizing: border-box;}

/*html {background: #000;} */

html,body {
	padding: 0; margin: 0;
    scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	overflow-x: hidden;
}

body.opened {
	overflow-y: hidden;
}

td,th {
	vertical-align: top;
}

b,strong,h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

h1{
	font-size: 38px;
    margin: 0;
}

h2{
    font-size: 36px;
    margin: 0;
}

h3{
    font-size: 32px;
    margin: 0;
}

h4{
    font-size: 22px;
    margin: 0;
}

h5{
    font-size: 18px;
    margin: 0;
}

.descricao h1{
	word-break: break-word;
	font-size: 28px;
}

.descricao h2{
    font-size: 24px;
}

.descricao h3{
    font-size: 20px;
}

.descricao h4{
    font-size: 18px;
}

.descricao h5{
    font-size: 15px;
}


input[type=text],
input[type=email],
input[type=number],
select {
	border: 1px solid rgb(238, 238, 238);
	padding: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	cursor: pointer;
}


.clear {
	clear: both;
	display: block;
	content: '';
	float: none;
}


.color-green {
	color: #5aad00;
}

.bg-yellow {
	background: yellow;
	display: inline-block;
    padding: 3px;
	padding-right: 10px;
}

.estilizado input[type=submit],
.estilizado input[type=button],
.estilizado button:not([type=button]){
	padding: 15px 10px;
	background: #5aad00;
	color: #FFF;
	border: 1px solid rgba(0,0,0,.05);
	cursor: pointer;
	transition: .3s;
}

.estilizado input[type=submit]:hover,
.estilizado input[type=button]:hover,
.estilizado button:not([type=button]):hover {
	background: #519805;
}


body .pagamentos_seguro {
	margin-top: 26px;
}

.pagamentos_seguro img:not(.special) {
	width: 400px;
}

.pagamentos_seguro img.special {
	position: relative;
	top: 5px;
}


/**************/
/* 	 HELPERS  */
/**************/
.limit-width {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}


.inline-block {
	display: inline-block;
}

.block {
	display: block;
}


.inline {
	display: inline;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

@media all and (min-width: 768px) {
	.float-right-desktop {
		float: right;
	}
	.float-left-desktop {
		float: left;
	}
}

.vertical-middle {
	vertical-align: middle;
}

.vertical-top {
	vertical-align: top;
}

.vertical-bottom {
	vertical-align: bottom;
}

.after-clear:after {
	content: '';
	clear: both;
	float: none;
	display: block;
}

.relative {
	position: relative;  
}

.no-margin-top {margin-top: 0 !important;}
.no-margin-left {margin-left: 0 !important;}
.no-margin-right {margin-right: 0 !important;}
.no-margin-bottom {margin-bottom: 0 !important;}


.margin-right {
	margin-right: 10px;
}
.margin-left {
	margin-left: 10px;
}
.margin-top {
	margin-top: 10px;
}
.margin-bottom {
	margin-bottom: 10px;
}



.margin-right-20 {
	margin-right: 20px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}

.width-50pc {
	width: calc(50% - 5px);
}

.red_bold {
	font-weight: bold;
	color: var(--color_1);
}

.black_bold {
	font-weight: bold;
	color: #333;
}

.btn {
	display: inline-block;
	border: 1px solid;
	padding: 10px 19px;
	text-decoration: none;
	transition: .3s; 
	font-size: 18px;
	font-weight: 400;
}
.btn-cc {
    font-size: 22px !important;
}

.btn-void {
	color: var(--color_1);
}

.btn-void:hover {
	background: var(--color_1);
	color: #FFF;	
}

.botao {
    border: 1px solid #5baf00;
	padding: 10px 19px;
    background: #5baf00;
    color: #FFF;
	position: relative;
	transition: .3s;
	font-size: 18px;
	font-weight: 400;
}

.botao i{
	margin-left: 0.5rem;
}

.botao:hover {background:#519c00;}

.botao span {
	display: block;
	text-align: left;
	font-weight: bold;
}

/************/
/*  HEADER  */
/************/
header {
	font-weight: 400;
	background: #FFF;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: .3s;
    background-color: transparent;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}

@media all and (max-width: 768px) and (min-width: 0){
    header, header.fixed {
        height: auto;
    }
}
 
header .fixed-logo,
header .menu.opened .fixed-logo {display:none;}  
header.fixed .fixed-logo {display: initial; margin-right: 10px;}
header.fixed .fixed-logo img {width: 120px;vertical-align: middle;}

header .header-top {
	background: var(--color_1); 
	color: #FFF;
    padding: 10px 0;
} 

header .header-top div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-top a,
header .header-top ul.menu-ish a {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	color: #FFF;
	text-decoration: none; 
} 

header.fixed .header-middle,
header.fixed .header-top {
	display: none;
}

header .header-middle {
	background: #FFF;
	color: #141414;

	vertical-align: middle;
} 

header .header-middle .limit-width {
	padding: 10px 0;
}

header .header-middle .c1 {
	float: left;
	width: 33.33%;
}

header .header-middle .c2 {
	width: 33.33%;
}

header .header-middle .c3 {
	float: right;
	width: 33.33%;
	font-weight: 600;
}

header .header-bottom {
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	
}

header.fixed .header-bottom {
	background: #FFF;
}

header .header-bottom-logo {
	display: none;
	position: relative;
}
header.fixed .header-bottom-logo {
	display: inline-block;
	margin-right: 10px;
}

header .logo {
	max-width: 180px;
	margin-top: 10px;
}

header .header-slogan {
	display: block;
	font-size: 12px;
	color: #888888;
	margin-bottom: 5px;
}

.header-bottom-logo img {
	width: 170px;
	vertical-align: middle;
}
 
header .social-link-icon {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	transition: .3s;
	margin-right: 5px;
	width: 30px;
	background: #383838;
	border-radius: 100%;
	text-align: center;
    font-size: 16px;
}

header .social-link-icon:hover {
	background: #7d7d7d;
}

header .header-middle {
    line-height: 1.3;
}

header .header-top a,
header .header-top a:hover	{
    color: #FFF;
    background: transparent;
}


ul.menu-ish .has-drop ul {
    min-width: 200px;
}

header.fixed .header-middle {
    display: block;
    background: #ffffffdd;
}

/* BUSCA */

header.fixed .header-search select,
header.fixed .toggle-search{
	display: none !important;
}


header.fixed .header-search input[type=text] {
	width: 150px;
}

header .header-search input[type=text], 
header .header-search select,
header .header-search form button {
	height: 40px;
    border-radius:0px;
	position: relative;
}

header .header-search input[type=text] {
	width: 90px;
}

@media all and (min-width: 1380px){
	header.fixed .header-search input[type=text],
	header .header-search input[type=text] {
		width: 180px;
	}
}

header .header-search *:focus {outline:0;}

header .header-search form button {
	width: 40px;
}

header .header-search select {
	position: relative;
	width: 70px;
}

header .header-search form button {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
	background: #5aad00;
	border: 1px solid #5aad00;
	color: #FFF;
	transition: .3s;
}

header .header-search form button:hover {
	background: #5aad22;
}

header .header-icons button,
header .toggle-menu {
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 26px;
	color: #000;
	width: 40px;
	text-align: center;
	
	position: relative;
	top: 3px;
}

header .header-icons a {
	color: #fff;
	text-decoration: none;
}


@media all and (max-width: 1320px) and (min-width: 0){
	header .logo {
		max-width: 220px;
	}

	

}

@media(max-width:787px){
	.sidebar{
	    max-width:100%;
	    padding-bottom:0px;
	}
	.page-with-side{
	    flex-direction:column;
	}
}

@media all and (max-width: 1320px) and (min-width: 916px){
    	header.fixed .header-icons small.hide-on-mobile {
		display: none;
	}
}
@media all and (max-width: 1310px) and (min-width: 0){
	
	header {
		height: auto;
	}
	
	header:not(.fixed) .float-left,
	header:not(.fixed) .float-right {
		float: none;
	}
	header:not(.fixed) .header-middle {
		height: auto;
	}
	header:not(.fixed) .float-right.text-right {
		text-align: center;
	}
}




/* VANTAGENS */
.vantagens {
		background: #FFF;
		padding-top: 20px;
		display: inline-block;
		font-size: 13px;
		position: relative;
		top: 1px;
		font-weight: bold;
	}

header .vantagens {
	padding-top: 0;
	font-size: 15px;
}
header.fixed .vantagens {
	font-size: 13px;
}
	
	
	.vantagens .vantagem {
		display: inline-block;
		white-space:nowrap;
		vertical-align: top;
		text-align: left;
		margin: 0 2px;
		padding: 10px 7px;
		border: 1px solid rgba(0,0,0,0.1);
		margin-bottom: 15px;
		line-height: 1;
		background: #f7f7f7;
	}

header .vantagens .vantagem {
	margin-bottom: 5px;
	padding: 15px 10px;
}

header.fixed .vantagens .vantagem {
	margin-bottom: 0;
	padding: 10px 7px;
}	
	.vantagens .vantagem div {
		vertical-align: top;
		line-height: 1.2;
	}
	
	.vantagens .vantagem div.texto {
		width: calc(100% - 45px);
	}
	
	
@media all and (max-width: 1600px) and (min-width: 1300px){
    header .vantagens{
        font-size: 12px;
    }
    
    header .logo{
        max-width: 140px;
    }
    
    
    
    .vantagens .vantagem:not(:first-of-type){
            width: calc(24% - 20px);
    }
    
    .header-icons .hide-on-mobile{
        display: none;
    }
    
    	
    
}
	
	@media all and (max-width: 1300px) and (min-width: 0px) {
        	 
    .header-icons{
        display: block;
	 }
	    
	    
	}
	
	@media all and (max-width: 1330px) and (min-width: 1310px) {
	    
		a.openModalBox.pretty_link.showBox {
		   display: none;
		}
		
		.vantagens .vantagem:not(:first-of-type){
		    width: auto;
		}
	}
	
	@media all and (max-width: 1320px) and (min-width: 1023px) {
		.vantagens .vantagem {
			width: calc(33% - 20px);
			min-width: 220px;
		}
		
		.vantagens .openModalBox.pretty_link .vantagem{
		    min-width: auto;
		}
		
		header.fixed a.openModalBox.pretty_link.showBox{
		     display: none;
		}
		header.fixed .vantagens .vantagem {
			width: calc(33% - 20px);
			min-width: 220px;
			font-size: 11px;
		}
		
		
		.vantagens .vantagem.maior {
			min-width: 220px;
		}
		
		
		.vantagens .pretty_link.showBox .vantagem .titulo{
		    font-size: 13px;
		}


		header.fixed .header-two-rows .inline-block.header-icons{
			position: absolute;
			top: 10px;
			right: 10px;
		}
		
		.vantagens .vantagem .subtitulo {
			font-size: 13px;
		} 
		
		header.fixed a.openModalBox.pretty_link.showBox {
		   display: none;
		}
		
	}
	
	@media all and (max-width: 915px) and (min-width: 767px){		
		header.fixed .vantagens {
			display: none;
		}
	}
	
	@media all and (max-width: 766px) and (min-width: 0) { 
	
		.vantagens .vantagem {
			margin: 5px;
			margin-right: 0;
			margin-top: 5px;
            text-align: center;
			margin-bottom: 5px;
		}
		.vantagens {
			padding-top: 5px;
			padding-bottom: 5px;
            min-width: 250px;
            max-width: 350px;
            font-size: 12px;
		}

        a.header_box.pretty_link {
            display: inline-block;
            width: 100%;
	    }

        


    }
	@media all and (max-width: 650px) and (min-width: 0) { 
        #form_contact{
			max-width: 100%;
		}
		
		
		#form_contact, #form_contact table{
			
			width: 100%;
			max-width: initial;

		}

		
      
        #form_contact table, #form_contact table>tbody, #form_contact table>tbody>tr, #form_contact table>tbody>tr>td{
            display: block !important;
        }




    }
	@media all and (max-width: 600px) and (min-width: 0) { 
		.vantagens .vantagem {
			margin-right: 5px;
			width: calc(50% - 20px);
		}
	}
	.vantagens .vantagem .titulo {
		margin-bottom: 2px;
		margin-top: 0;
	}
	.vantagens .vantagem .subtitulo {
		font-weight: bold;
		color: #78b932;
		margin-top: 2px;
		margin-bottom: 0;
	}
	
	.vantagens .vantagem img {
		width: 20px;
		margin-right: 5px;
	}
	
	.vantagens .vantagem img.pagamento-seguro-img {
		width: 180px;
		margin-bottom: -10px;
	}
	
	 .box-vantagens  {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.box-vantagens img {
		width: 90px;
		height: auto;
		max-width: 100%;
	}
	
	.box-vantagens .vantagem {
		display: inline-block;
		vertical-align: top;
		width: calc(25% - 23px);
		position: relative;
		margin: 0 10px;
		padding: 10px;
		padding-top: 20px;
		background: rgba(0, 0, 0, 0.78);
		border-left: 5px solid rgba(212, 5, 5, 0.6);
		min-height: 228px;
		overflow: hidden;
	}
	
	.box-vantagens p.titulo {
		margin-top: 10px;
		margin-bottom: 0;
		font-weight: bold; 
		font-size: 21px;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		color: rgb(99, 181, 9);
	}
	.box-vantagens p:not(.titulo) {
		margin-top: 0;
	}
	
	
	@media all and (max-width: 1023px) and (min-width: 0){
		.vantagem .hidden-small {display: none;}
		
        header.fixed .vantagens .vantagem:first-of-type{
            display: none;
        }
	}
	@media all and (max-width: 1023px) and (min-width: 768px){
		.box-vantagens .vantagem {
			width: calc(45% - 20px);
			margin-bottom: 20px;
		}
		.box-vantagens {
			margin-top: 5%;
		}
	} 
	
	@media all and (max-width: 768px) and (min-width: 0) {
		
		.box-vantagens .vantagem {
			padding: 10px;
			padding-left: 70px;
			text-align: left;
		}
		
		.box-vantagens .vantagem.white {
			padding-left: 10px;
			text-align: center;
		}
	
		.box-vantagens img.special {
			width: 45px;
			left: 12px;
		}
		
		.box-vantagens img {
			width: 50px;
			position: absolute;
			left: 10px;
			top: 50%;
			transform: translateY(-50%);
		}
		
		.box-vantagens .vantagem {
			width: calc(50% - 16px);
			min-width: 270px;
			min-height: auto;
			margin-bottom: 10px;
			margin-left: 0;
		}
		
		.vantagens .vantagem {
            margin: 5px 0;
            width: 100%;
            max-width: calc(100% - 15px);
		}
		
		.vantagens .vantagem:last-of-type {
			width: calc(100% - 15px);
			/* margin-left: 10px; */
			text-align: center;
		}
		
		.vantagens .vantagem img.pagamento-seguro-img {
			width: 100%;
		}
		
		.vantagens .vantagem .titulo {
			font-size: 1.2em;
		}

	}
	
	@media all and (max-width: 600px) and (min-width: 0){
		
		.vantagens .vantagem .titulo {
			font-size: 1.1em;
		}
		
		.vantagens .vantagem {
			/* margin-right: 5px;	 */
			/* width: calc(50% - 12px); */
			text-align: center;
			padding-left: 0;
		}
		
		.vantagens .vantagem:nth-of-type(2){
			margin-right: 0;
			margin-left: 0;
		}
		
		.vantagens .vantagem img {
			width: 25px;
			margin-right: 0;
			position: relative;
			top: 0px;
		}
		.vantagens {
			font-size: 10px;
		}
	}

@media all and (max-width: 720px) and (min-width: 0){
	
	.box-vantagens .vantagem {
		width: 100%;
		display: block;
		
	}
	
}

@media all and (max-width: 489px) and (min-width: 0){
    
    .vantagens .vantagem {
        letter-spacing: 0;
    }
    
    .vantagens .vantagem .titulo,
    .vantagens .vantagem .subtitulo {
        font-size: 1em;
    }
    
    .vantagens .vantagem.maior .titulo,
    .vantagens .vantagem.maior .subtitulo {
        font-size: 0.95em;
    }
    .vantagens .vantagem img {
        width: 20px;
        top: 1px;
    }
    .vantagens .vantagem:last-of-type {
        max-width: 100%;
    }
    
    .vantagens .vantagem div:nth-of-type(1) {
        margin-left: -5px;
    }
    
    .vantagens .vantagem.maior {
        margin-left: 0;
        
    }
    
    .vantagens .vantagem:last-of-type {
        margin-left: 5px;
    }
}



/* MENUS */

ul.menu-ish{
	padding: 0; margin: 0;
}

@media all and (min-width: 768px) {
		
	.fixed ul.menu-ish {
		display: inline-block;
	}
}

ul.menu-ish > li {
	display: inline-block;
}
ul.menu-ish a {
	text-decoration: none;
	color: #333;
	transition: .3s;
	padding: 0 5px;
}

ul.menu-ish .has-drop {position: relative;z-index:100;}

ul.menu-ish .has-drop ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	line-height: 2.3;
	width: 110%;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	background: #FFF;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	width: 110%;
	min-width: 240px;
	padding-bottom: 10px;
} 


.opened ul.menu-ish .has-drop ul {
	position: static;
	box-shadow: none;
}

ul.menu-ish .has-drop:hover ul {
	display: block; 
}
  
ul.menu-ish a:hover { 
	color: var(--color_1);
} 

header .menu {
	font-family: 'Roboto', sans-serif; 
	font-size: 16px;
	font-weight: 400;
}  

ul.menu-ish .has-drop ul{
	font-weight: 400;
	font-size: 14px;
	padding-left: 20px;
}

header .menu .close-menu {
	display: none;
}
header .menu.opened .close-menu {
    position:  absolute;
    top: 20px;
    right: 20px;
    font-size:  2.2em;
	display: block;
}

header .menu.opened big {
	font-size: 2em;
	color: var(--color_1);
	font-weight: bold;
}

@media all and (max-width: 768px) and (min-width: 0) {	
	header .menu {
		position: fixed;  
		top:0;left:0;right:0;bottom:0;
		background: #FFF;	
		z-index: 9999;
		padding-left: 20px;  
		line-height: 2.3;
		transform: translateX(-110%);
		transition: .3s;
	}  
	
	header .menu:not(.opened) .fixed-logo {
		transform: translateX(110%);
	}
	
	header .menu.opened{
		transform: translateX(0);
	}
} 

header .menu.opened button.toggle-menu.hide-on-desktop {
	display: none;
}

header .menu.opened .menu-ish {
	display: block;
	height: 100vh;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}

header .menu.opened > ul.menu-ish > li {
	display: block;
}

/* BANNER */
.banner {
	width: 100%;
	height: 500px;
	height: calc(100vw / 3.6);
	min-height: 340px;
	
	background-image: url('/images/banner/banner-2.jpeg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	position: relative;
	
	margin-bottom: 100px;
	
	color: #FFF;
}

.banner h1 {
	font-size: 3.5em;
	margin-bottom: 20px;
}

@media all and (min-width: 1100px){
	.banner {
		max-height: 320px;
	}
}

@media all and (max-width: 768px){
	.banner {		
		height: calc(100vw * 0.9);
	}
}

.banner .banner-content {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 80%;
	max-width: 1100px;
	display: inline-block;
	vertical-align: top;
	
}

.banner:before {
	content: '';
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	width:100%;height:100%;
	background-color: rgba(0,0,0,0.3);
}

.banner .banner-form {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(50%) translateX(-50%);
	
	background: #FFF;
	
	width: 80%;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.1);
	border-top: 0;
	border-left: 5px solid var(--color_1);
	
	color: #333;
}

.banner .banner-form .c1 {
	width: 20%;
	vertical-align: top;
}

.banner .banner-form .c2 {
	vertical-align: top;
	width: 75%;
}

.banner .banner-form .form-c1,
.banner .banner-form .form-c2 {
	width: 40%;
	padding: 0 10px;
}

.banner .banner-form .form-c3 {
	width: 18%;
	vertical-align: top;
	text-align: right;
}

.banner .banner-form input[type=text],
.banner .banner-form input[type=email],
.banner .banner-form select {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.1em;
	color: rgba(0,0,0,0.6);
	padding: 10px;
}

.banner .banner-form button {
	padding: 10px 26px;
	background: #5aad00;
	color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	transition: .3s;
	font-weight: bold;
}

.banner .banner-form button:hover {
	background: #5fb303;
}


/**********************/
/* TABELA DE PRODUTOS */
/**********************/

.product .price-store {
	position: absolute;
	bottom: 70px;
	width: 100%;
	left: 0; right: 0;
	font-size: 1.05em;
}
.product .price-store .price-store-value{
	background: #fcf102;
    padding: 2px 6px;
    color: #1fa000;
    font-weight: bold;
}

#products-tab {
	overflow-y: auto;
}

#products-tab .tab-links {
	display: inline-block;
}

#products-tab .tab-links a {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid;
	color: #aaa;
}

#products-tab .tab-links a.active,
#products-tab .tab-links a:hover {
	background: var(--color_1);
	color: #FFF;
} 



#products-tab .product:focus button.add,
#products-tab .product:active button.add,
#products-tab .product:hover button.add,
#products-tab .product button.add:hover {	
	background: var(--color_1);
}
#products-tab .product:focus button.add,
#products-tab .product:active button.add,
#products-tab .product:hover button.add,
#products-tab.active .product button.add {
	opacity: 1;
}

#products-tab .product:focus,
#products-tab .product:active,
#products-tab .product:hover, 
#products-tab.active .product {
	box-shadow: 0 0.3125rem 1.875rem 0 rgba(0,0,0,.15);
}

#products-tab .tab:not(.active){
	display: none;
}

#products-tab .tab.active{
	display: grid !important;
}


/* marcas */
.brands {
    display: grid;
	grid-template-columns: repeat(9, 1fr);
    justify-content: center;
	margin: 50px 0;
	width:100%;
}

.brands img {
	filter: grayscale(100);
	transition: .3s;
	margin: 5px;
	height: 60px;
	width:120px;
	object-fit: contain;
}

.brands img:hover {
	filter: unset;
}


footer {
	background: #000;
	color: #ccc;
	padding: 10px 0;
	line-height: 1.6;
	margin-top:30px;
}

footer .title {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
	color: #FFF;
}

footer .title:before {
	content: '';
	display: block;
	width: 4px;
	height: 80%;
	top: 10%;
	left: 0;
	position: absolute;
	background: var(--color_1);
}

footer ul {
	padding-left: 10px;
	list-style-type: none;
}

footer a {
	display: inline-block;
	color: #ccc;
	text-decoration: none;
	transition: .3s;
	position: relative;
}

footer ul a:hover {
	color: var(--color_1);
}

footer .c1,footer .c2,footer .c3 {
	vertical-align: top;
}


.nossas-lojas  {
	background: #f5f5f5;
	padding: 20px 0;
}

.title-red {
	background: var(--color_1);
	color: #FFF;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	padding: 20px 0;
}

.nossas-lojas {
	background: #f1f1f1;
	font-weight: bold;
	color: #FFF;
	color: #333;
	line-height: 1.6;
	padding-top: 35px;
}

.nossas-lojas .title {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	margin-top: 0;
}

.nossas-lojas iframe {
	width: 100%;
	padding-right: 10px;
}

.nossas-lojas .c1,
.nossas-lojas .c2,
.nossas-lojas .c3,
.nossas-lojas .c4 {
	width: 24%;
	vertical-align: top;
}

.nossas-lojas .c1,
.nossas-lojas .c3 {
	padding-left: 10px;
}
.nossas-lojas .c3 {
	margin-left: 10px;
}

.nossas-lojas .footer-icon {
	display: inline-block;
	width: 24px;
	text-align: center;
	vertical-align: top;
	font-size: 1.2em;
	opacity: 0.8;
}

.nossas-lojas .footer-icon i.fa-mobile {
	font-size: 1.4em;
}

.nossas-lojas .footer-icon i.fa {
	margin-left: -12px;
}

.nossas-lojas .morada {
	width: calc(100% - 28px);
}


.only_mobile {
	display: none;
}

@media all and (max-width: 767px) and (min-width: 0){
	.only_desktop {
		display: none !important;
	}
	.only_mobile {
		display: initial;
	}
	.only_mobile.block {
		display: block;
	}
	.text-center-mobile {
		text-align: center !important;
	}
}



/* Carrinho */

.free_shipping{
    font-size: 26px;
}

#carrinho-breadcrumbs {
	background: #dadada;
	color: #000;
	font-size: 1.1em;
	padding: 10px 0;
}

#carrinho-breadcrumbs a {
	color: #000;
	text-decoration: none;
}

#carrinho-breadcrumbs .p-1,
#carrinho-breadcrumbs .p-2,
#carrinho-breadcrumbs .p-3 {
	display: inline-block;
	width: calc(33% - 10px);
	vertical-align: top;
}

table .mais-informacoes {
	display: block;
	margin-top: 10px;
	color: rgba(0,0,0,0.5);
	transition: .3s;
	font-weight: bold;
	white-space: nowrap;
}
table .mais-informacoes:hover{
	color: rgba(0,0,0,0.8);
}

@media all and (max-width: 768px) and (min-width: 0){
	table .mais-informacoes {
		text-align: right;
	}
}

table.estilizado a { text-decoration: none; }
table.estilizado {
	width: 100%;
	border: 1px solid rgba(0,0,0,.15);
	margin: 40px 0;
	border-spacing: 0;
	border-left: 5px solid var(--color_1); 
}


table.estilizado img {
	max-width: 180px;
	max-height: 100px;
}

table.estilizado td,table.estilizado th {vertical-align:middle;}


table.carrinho-tabela tr:nth-of-type(odd),
table.estilizado tr:nth-of-type(odd) {
	background: rgba(0,0,0,0.05);
}
table.estilizado tr:nth-of-type(even),
table.carrinho-tabela tr:nth-of-type(even) {
	background: rgba(0,0,0,0.02);
}


table.carrinho-tabela td,
table.carrinho-tabela th,
table.estilizado th {
	padding: 10px;

}

table.estilizado td { 
	padding: 5px 10px;
}

table.carrinho-tabela .carrinho-tabela-titulo, 
table.estilizado .tabela-titulo {
	background: #222 !important;
	color: #FFF; 
	text-transform: uppercase;
} 

.container_cats{
    padding: 4rem 0;
}

.icones_cats, #icones_cats{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

/* Categorias */
.icone_cat {
    display: block;
	border: 1px solid var(--color_1);
	background: #FFF;
	transition: .3s;
    width: 100%;
}

.hidden{
    display: none;
}

.icone_cat:hover {
	box-shadow: 0 0.3125rem 1.875rem 0 rgba(0,0,0,.15);
}

.icone_cat_img {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	position: relative;
	text-align: center;
}

.icone_cat_txt {
	background: var(--color_1);
	color: #FFF;
	text-align: center;
    font-size: 18px;
    padding: 8px;
    width: 100%;
	height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icone_cat_txt a {
    width: 100%;
	color: #FFF;
	text-decoration: none;
} 


@media all and (max-width: 1400px) and (min-width: 1100px){
	
	.icone_cat {
		width: 220px;
	}
	
	.icone_cat_img {
		min-width: auto; 		
	}
	
	.icone_cat_txt {
	    min-height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
}


/* Página da bateria */
.pagina-produto-imagem {
	width: 440px;
	display: inline-block;
	vertical-align: top;
}

.pagina-produto-descricao {
	width: calc(100% - 450px);
	display: inline-block;
	vertical-align: top;
}

.produto-descricao .titulo {
	margin-top: 0;
}



.container-links.ver-lojas a {	
	background: #4e4e4e;
	color: #FFF;
	padding: 10px 30px;
}

.container-links a {
	color: var(--color_1);
	text-decoration: none;
	transition: .3s;
}

.container-links.ver-lojas a:hover {
	background: #222;
}





/* Breadcrumbs */
.breadcrumbs {
	background: #252525;
	color: #FFF;
	padding: 10px 5px;
}
.breadcrumbs a {
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}

.breadcrumbs ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

.breadcrumbs li {
	display: inline-block; 
	vertical-align: middle;
}

.breadcrumbs li:after {
	content: '»';
	display: inline-block;
	margin-left: 5px;
}

.breadcrumbs span {
	color: #f5f5f5;
}

.breadcrumbs li:last-of-type:after {display:none;}



/* Página do produto */
.produto-descricao {
	float: left;
	width: calc(100% - 530px);
}

.produto-imagem {
	width: 512px;
	height: 425px;
	border: 1px solid silver;
	float: right;
	padding: 10px;
	margin-right: 10px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.produto-col-2 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}


.produto-vantagens-lojas img {
	width: 21%;
}

.produto-preco {
	position: sticky;
	top: 100px;
	width:100%;
	padding: 20px;
	background: rgb(250 250 250);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

table .produto-preco {
	padding: 0 10px;
	padding-bottom: 7px;
}
 
#div_central table .produto-preco {
	padding-bottom: 0;
}

.pagina-bateria .produto-imagem img {
	max-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pagina-bateria .produto-imagem {
	float: left;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 10px;
	width: 320px;
	height: 300px;
	overflow: hidden;
}

.pagina-bateria .produto-coluna-preco {
	padding: 10px 0;
	max-width: 320px;
}

.pagina-bateria .produto-vantagens-lojas img {
	width: 48%;
	margin-bottom: 10px;
}

.pagina-bateria .produto-descricao {
	width: calc(100% - 340px);
}

.pagina-bateria .preco-loja {
	margin-top: 20px;
}

table .preco-loja {
	margin-top: 5px;
	margin-bottom: 2px;
	white-space: nowrap;
}


.pagina-bateria .entrega-gratuita {
	margin: 10px 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #333;
}

.pagina-bateria .entrega-gratuita img {
	width: 32px;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

@media all and (max-width: 767px) and (min-width: 0){
	.pagina-bateria {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.produto-coluna-preco {
		order: 2;
	}
	.produto-descricao {
		order: 1;
	}
	.retoma-bateria {
		order: 3;
	}
}

.catalogo-marca {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
	min-width: 320px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
	border-left: 2px solid var(--color_1);
	padding: 10px;
	margin-right: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}

.catalogo-marca.c3 {
	width: calc(33% - 10px);
}

.catalogo-marca a {
	color: #656565;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	transition: .3s;
}

.catalogo-marca a:hover {
	text-decoration: underline;
}


.titulo-categoria {
	font-size: 42px;
}
.imagem-categoria {
	vertical-align: middle;
}


.form-row input[type=text], .form-row select {
    background: #fff;
}


/* form contact */
#form_contact input[type=text],
#form_contact input[type=email],
#form_contact textarea {
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#form_contact input[type=text]#code_txt {
	width: calc(100% - 125px);
	padding: 12px 10px;
}


#form_contact {
	margin: 10px auto;
	margin-bottom: 50px;
	display: inline-block;
	text-align: left;
}

#form_contact button[type=submit]{
	padding: 10px 25px;
	border: 0;
	background: #55a003;
	cursor: pointer;
	color: white;
	margin: 10px 0;
}
#form_contact button[type=submit]:hover{
	background: #5aad00;
}

.banner_paginas{
    background: rgba(0, 0, 0, 0.90);
    color: var(--color_2);
    padding: 5rem 0;
    text-align: center;
}

div:has(.banner_paginas){
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about_container{
    display: flex;
    flex-direction:column;
}

@media(min-width:1200px){        
    .about_container{
        flex-direction:row;
    }
}

.about_container div{
    width:100%;
}

.image_about{
    background-image: url('/banner_pages.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 30px;
    height:400px;
}


.separator_stlye{
    background: var(--color_1);
    height: 3px;
    width: 100%;
    animation: exibirSeparador 2s;
}

@keyframes exibirSeparador {
    from {
        width: 0%;
      }
    
    to {
        width: 100%;
    }
}

.empty_page{
    padding: 141.5px 0;
}


/* Product Page */
.pagina-bateria{
    padding:2rem !important;
}

.product_left_col{
    width:100%;
    padding-right: 2rem;
}

.product_left_col .product_title{
    margin-top: 0;
}

.product_right_col{
    width:100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.product_container{
    display:grid;
    grid-template-columns: 1fr 1fr;
}


.payment_photo{
	width: 100% !important;
}

@media(max-width:1050px){
	.product_container{
		grid-template-columns: 1fr;
	}
	.more_informations{
		grid-column-start:1 !important;
		grid-column-end:2 !important;
	}
	.product_left_col{
		padding-right: 0;
	}
	.brands {
		grid-template-columns: repeat(5, 1fr);
	}

	.payment_photo{
		width:50% !important;
	}
	
	.box-icons div img{
		width:12%;
	}
}

.resetFilter {
    display: none;
}

@media(max-width:500px){
	.grid_caracteristics{
		grid-template-columns: 1fr 1fr !important;
	}
	.titulo-categoria {
    	font-size: 32px;
    }
}

.more_informations{
    grid-column-start:1;
    grid-column-end:3;
}

.grid_caracteristics{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}

.grid_caracteristics div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border:1px solid var(--color_1);
	padding: 8px;
	border-radius: 8px;
	word-break: break-word;
	text-align: center;
}

.grid_caracteristics div img{
	max-width: 35px;
	margin-bottom: 6px;
}

.grid_caracteristics div p{
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.subtitles_product{
	text-align: center;
    color:var(--color_1)
}

.caracteristicas_nav{
	display: flex;
	margin-top: 3rem;
}

.descricao_container, .compatibilidade_container{
	display: none;
}

.descricao_container.active, .compatibilidade_container.active{
	display: block;
	border-top: 2px solid var(--color_1);
	padding:1.4rem;
	background-color: #f1f1f1;
}


.caracteristicas_nav button{
	background: transparent;
	border: 2px solid var(--color_1);
	border-bottom: 2px solid white;
	border-radius: 10px 10px 0px 0px;
	padding: 1rem;
	margin: 0 5px -2px 0;
	z-index: 4;
}

.caracteristicas_nav button:hover{
	transition: all 0.4s;
	background: #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	border-radius: 10px 10px 0px 0px;
	padding: 1rem;
	margin: 0 5px -2px 0;
	z-index: 4;
}

.caracteristicas_nav button.active{
	background: var(--color_1);
	color: white;
	border: 2px solid var(--color_1);
	border-bottom: transparent;
	border-radius: 10px 10px 0px 0px;
}

.product-image img{
	padding: 3rem;
	border-radius: 10px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	margin-top: 1rem;
}

.div_coord_livraison{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.div_coord_livraison div:last-child{
    grid-column: span 3;

}

.page-with-side{
    display:flex;
}

aside{
    display:flex;
    flex-direction:column;
    min-width:220px;
    max-width:220px;
    width:100%;
    padding:40px 20px 40px 10px;
    
}

aside ul {
    margin-top:10px;
    list-style: none; /* Remove os bullets padrão */
    padding-left: 0; /* Remove o recuo padrão */
}

aside .ul-header{
    display:flex;
    align-items: center;
    border-bottom:1px solid var(--color_1);
    padding-bottom:5px;
}

aside .ul-header i{
    margin-right:6px;
    color:var(--color_1);
}

aside .filter-button{
    padding:10px;
    background:var(--color_1);
    color:var(--color_2);
    border:none;
    margin-bottom:15px;
    font-size:16px;
    cursor:pointer;
    width:100%;
}

aside .resetFilter{
    padding:10px;
    background:#252525;
    color:var(--color_2);
    border:none;
    margin-bottom:15px;
    font-size:16px;
    cursor:pointer;
    width:100%;
}

aside .filter-button:hover, aside .resetFilter:hover{
    filter:brightness(0.9);
}

.searchForm.active{
    display:none;
}

.searchForm ul li, .searchForm ul label{
    padding:3px 0;
}


.searchForm a{
    color:#333;
    text-decoration:none;
}

.searchForm select{
    width:100%;
    height:35px;
    font-size:16px;
    margin:6px 0 12px 0;
}

.searchForm .filters-icons{
    height:25px;
    margin-right:5px;
    object-fit:cover;
}

.div_coord_livraison div{
    display: flex;
    flex-direction: column;
    width: 100%;

}

.div_coord_facturation{
    margin: 40px 0;
}

.div_coord_facturation h2{
    margin: 10px 0;
}

.div_coord_livraison input, .div_coord_livraison select, .div_coord_livraison textarea {
    padding: 0.8rem;
    outline: 0;
    max-width: 100% !important;
}

.div_coord_livraison label{
    max-width: 100% !important;
}

.customer-info {
    width: 60%;
    margin: 20px auto;
    border-collapse: collapse;
}

.customer-info th, .customer-info td {
    padding: 10px;
    border: 1px solid #ddd;
}

.customer-info th {
    background-color: #f2f2f2;
}

.customer-info .label {
    width: 250px;
    font-weight: bold;
    text-align: left;
}

.customer-info .value {
    padding-left: 10px;
    text-align: left;
}

.customer-info + .customer-info {
    margin-top: 30px;
}

.btn_alterar_dados{
    border: 0px;
    background-color: #f2f2f2;
    padding: 0.6rem 1rem;
    font-size: 16px;
    cursor: pointer;
}

.contact_location_div{
	width: 100%;
	padding: 2rem;
	background: #f2f2f2;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 4px #e6e6e6;
	border-radius: 6px;
}

.contact_location_div:first-child{
	margin-right: 1rem;
}


/*Pagamentos*/

.container-pagamento{
	display: flex;
}

.container-pagamento .descricao,
	.container-pagamento .opcoes-pagamento {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		background-color: #f3f3f3;
		padding: 10px;
		margin: 30px 5px;
	}
	
	.container-pagamento .opcoes-pagamento {
		text-align: center;
	}
	
	.container-pagamento .mb-dados,
	.container-pagamento .transferencia{
		display: inline-block;
		text-align: left;
		padding: 10px 30px;
		padding-bottom: 0;
		background-color: #FFF;
		max-width: 100%;
		border: 1px solid rgba(0,0,0,0.2);
	}
	
	.container-pagamento .mb-dados img {
		width: 320px;
	}
	
	.container-pagamento .mb-dados p {
		padding-left: 30px;
	}
	
	
	@media all and (max-width: 768px) and (min-width: 0){
		.container-pagamento .descricao,
		.container-pagamento .opcoes-pagamento {
			width: 100%;
			display: block;
		}
	}
	
	@media all and (max-width: 668px) and (min-width: 0){
		.container-pagamento .factura table:not(.sub-total),
		.container-pagamento .factura table:not(.sub-total)	tbody, 
		.container-pagamento .factura table:not(.sub-total) tbody tr,
		.container-pagamento .factura table:not(.sub-total) tbody tr td{
			width: 100%;
			display: block;
		}
	}

	.copy_button{
		background: green;
		border: none;
		padding: 8px 15px;
		border-radius: 4px;
		color:white;
		margin-bottom: 1rem;
	}

    .contact-div-header{
        display: block!important;
        margin-left: 14px;
    }

    .contact-div-header p{
        margin: 0;
    }

    .button-more{
        background-color: var(--color_1);
        color: white;
        padding: 0.5rem 1rem;
        border: 1px solid var(--color_1);
        font-size: 16px;
        border-radius: 0.5rem;
        margin-bottom: 25px; 
        margin-top: 30px;
    }
    
    .button-more:hover{
        color: var(--color_2);
        border-color: var(--color_2);
        transition: all 0.7s;
        transform: scale(1.04);
    }


    .locked{
        width: 25px;
    }

    .container-banner-main {
        display: none;
        transition: display 1s ease-out;
    }

    .container-banner-main.active {
        display: flex;
    }

    .tabs_container{
        position: relative;
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: -20px;
        z-index: 9999 !important;
    }

    .tabs_container .tabs{
        height:3px;
        width:20px;
        background-color: white;
        cursor: pointer;
    }

    .tabs_container .tabs:hover{
        background-color: #bebebe;
    }

    .tabs_container .tabs.active{
        background-color:#1fa000;
    }

    .carrossel{
        position:relative
    }

    #img_easypay{
        position:absolute;
        z-index: 999999;
        width:300px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom:30px
    }    

    @media all and (max-width: 786px) and (min-width: 0){
        #img_easypay{
            position:absolute;
            z-index: 999999;
            width:250px;
            margin: 0 auto;
            left: 0;
            right: 0;
            bottom:30px
        }

        .container-banner-main{
            height:500px;
        }
    }
    
	.button_search{
		background-color: var(--botao_verde);
		border: 1px solid var(--botao_verde);
		color: var(--background_black);
		font-size: 16px;
		text-decoration: none;
		padding:6px 15px;
	}
    