@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('icons/flaticon.css');
body {
	font-family: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	font-weight: normal;
	background: #f1f1f1;
	word-break: break-word;
}

p {
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 400;
	color: #696969;
}

.wq-disc-produto{
	display: none !important;
}
::-webkit-scrollbar {
	width: 6px;
	background-color: #cecece;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #686868;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)
}

.container {
	width: 1280px;
	max-width: 100%;
}

.lity-content:after {
	display: none;
}

.wq-mobile {
	display: none!important;
}


/**** BOTOES ****/

.wq-btn {
	font-weight: 400;
	font-size: 13px;
	height: 45px;
	border-radius: 10px;
	line-height: 21px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all .2s linear;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wq-btn span.flaticon-arrow-right {
	margin-left: 10px;
	font-weight: 400;
}

.wq-btn img {
	display: block;
	height: 21px;
	width: auto;
}

.wq-btn-01 {
	color: #FFFFFF;
	background: #D82323;
}

.wq-btn-01:hover {
	background-color: #840000;
	color: #FFFFFF;
	box-shadow: 0px 0px 48px -16px rgba(51, 51, 51, 0.29);
}

.wq-btn-02 {
	color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #840000;
}

.wq-btn-02:hover {
	color: #FFFFFF;
	box-shadow: 0px 0px 48px -16px rgba(51, 51, 51, 0.29);
}

.wq-btn-04 {
	color: #FFFFFF;
	background-color: #696969;
}

.wq-btn-04:hover {
	color: #696969;
	background-color: #FFFFFF;
}


/**** BOTOES ****/


/**** HEADER ****/

.btn-header .wq-btn{
	background-color: #32cd32;
	color: #fff;
	font-size: 15px;
	animation: whatsapp2 2s infinite 2s alternate;
	position: relative;
	padding: 0 20px;
}
.btn-header .wq-btn::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	box-shadow: 0px 0px 10px #4dc247;
}
.btn-header .wq-btn span{
	font-size: 20px;
	margin-right: 5px;
}


@keyframes whatsapp2 {
	from {
		box-shadow: 0px 0px 10px #4dc247;
	}
	to {
		box-shadow: 0px 0px 20px #4dc247;
	}
}



.wq-header .wq-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.wq-header .wq-wrapper .wq-dir {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.wq-header .wq-wrapper .wq-dir a {
	margin-left: 25px;
	font-size: 15px;
}
.count-cart {
	background-color: #840000;
	color: #fff;
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	box-shadow: 0px 3px 30px rgb(0 0 0 / 15%);
	border-radius: 50px;
}

.navbar {
	justify-content: space-between;
}

.header-nav {
	background-color: #fff;
	padding: 25px 0;
}

.navbar-brand img {
	display: block;
	height: 45px;
	width: auto;
}

.wq-pesquisa-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #F1F1F1;
	border-radius: 10px;
}

.wq-pesquisa-header input {
	background: #F1F1F1;
	display: inline-block;
	padding: 12px 18px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.035em;
	color: #706e6e;
	border: none;
	box-sizing: border-box;
	width: 200px;
	max-width: 100%;
	transition: all .2s linear;
	border-radius: 10px;
}

.wq-pesquisa-header input:focus {
	width: 400px !important;
	border: 1px solid #840000;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 48px -16px rgba(51, 51, 51, 0.29);
}
.btn-search{
	border: none;
	padding: 0 15px;
}
.minha-conta{
	display: flex;
	align-items: center;
}
.icon-user img{
	height: 25px;
	margin-left: 5px;
}


.navbar-nav {
	flex-direction: row;
}

.wq-categorias {
	position: relative;
	background-color: #D82323;
	position: relative;
}

.wq-categorias::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 2;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}

.wq-categorias .container {
	position: relative;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-menu {
	position: absolute !important;
	top: calc(100% - 2px);
	border: none;
	background: transparent;
	border-radius: 0;
	/* width: 280px; */
	margin: 0;
	padding: 0;
}

.dropdown-toggle::after {
	display: none;
}


.navbar-nav .nav-item, .navbar-nav .nav-link p{
	text-transform: uppercase;
	color: #FFF !important;
	cursor: pointer;
	margin-bottom: 0px;
	transition: all .2s linear;
}
.navbar-light .navbar-nav .nav-link {
	
	text-transform: uppercase;
	color: #FFF !important;
	cursor: pointer;
	margin-bottom: 0px;
	transition: all .2s linear;

}

.navbar-nav .nav-link{
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.25;
	font-size: 13px;
	padding: 0 5px;
	white-space: normal;
}
.navbar-nav .nav-link p{
	letter-spacing: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	margin: 0;
}

.nav-item.dropdown:hover .nav-link,
.navbar-nav .nav-link:hover{
	background-color: #840000;
}

.navbar-nav .nav-link > span img {
	margin-top: -3px;
	margin-right: 5px;
	height: 20px;
}

.wq-listagem-comun {
	width: 260px;
	padding: 10px 0;
	background-color: #D82323;
	margin: 0 auto;
	box-shadow: 0px 4px 30px -5px rgb(0 0 0 / 20%);
}

.wq-carusel-content {
	margin: 0 auto;
	width: 1030px;
	max-width: 100%;
	transform: skewX(10deg);
}

.wq-listagem-comun li a {
	padding: 10px 20px;
	display: block;
	line-height: 100%;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	transition: all .2s linear;
}

.wq-listagem-comun li a:hover {
	background-color: #840000;
}

.nav-link:hover {
	opacity: .8;
}

.dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
}

.dropdown-menu.cat-item ul{
	background-color: #D82323;
	width: 280px;
	box-shadow: 0px 4px 30px -5px rgb(0 0 0 / 20%);
}
.dropdown-menu.cat-item ul li a{
	padding: 10px 20px;
	display: block;
	line-height: 100%;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.05em;
}
.dropdown-menu.cat-item ul li a:hover{
	background-color: #CB224E;
}

.nav-item.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

/*** slick ***/

.slick-prev,
.slick-next {
	border: none;
	background: transparent;
}

.slick-prev::before,
.slick-next::before {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: transparent;
	font-weight: 800!important;
	width: 41px;
	height: 41px;
	border: 2px solid #840000;
	color: #840000;
	box-sizing: border-box;
	font-size: 16px;
	transition: all .2s linear;
}

.slick-prev:hover::before,
.slick-next:hover::before {
	border-color: #D82323;
	color: #D82323;
}

.slick-next::before {
	font-family: Flaticon;
	font-style: normal;
	content: '\f138';
}

.slick-prev::before {
	font-family: Flaticon;
	font-style: normal;
	content: '\f139';
}

/*** slick ***/

/***** wq-menu-categorias *****/

.wq-menu-categorias {
	position: relative;
	z-index: 98;
	border-bottom: 1px solid #DDDDDD;
}
.wq-menu-btn-categorias {
	background-color: transparent;
	border: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #2B2B2B;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 700;
}
.wq-menu-btn-categorias img {
	display: block;
	height: 20px;
	width: auto;
	margin-right: 10px;
}
.wq-categorias-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wq-menu-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0px 5px 0px 30px;
	line-height: 47px;
	position: relative;
	background: transparent;
	color: #666!important;
	font-weight: 500;
	z-index: 10;
	display: inherit;
	transition: all .35s;
	font-size: 16px;
}

.wq-menu-link span {
	transform: rotate(90deg);
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin-left: 5px;
}

.wq-list-dropdown {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wq-menu-link:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	transition: .3s;
	background: #FCB800;
	position: absolute;
	left: 0;
	right: auto;
	bottom: -1px;
}
.wq-menu-link:hover::after,
.wq-menu-link.active::after {
	width: 100%;
}

#menu-modal .modal-content,
#menu-modal-mobile .modal-content {
	height: 100vh;
	border-radius: 0;
}

#menu-modal .modal-dialog,
#menu-modal-mobile .modal-dialog {
	margin: 0;
	max-width: 300px;
}

#menu-modal.modal.fade,
#menu-modal-mobile.modal.fad {
	animation: fadeInLeft;
	animation-duration: 500ms!important;
}

#menu-modal h2,
#menu-modal-mobile h2 {
	padding: 0 24px 25px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 47px;
	color: #222;
	margin-bottom: 29px;
}
#menu-modal .close,
#menu-modal-mobile .close {
	height: auto;
	padding: 0 24px;
	display: flex;
	justify-content: flex-start;
}

#menu-modal .close span,
#menu-modal-mobile .close span {
	font-size: 45px!important;
	color: #222!important;
	font-weight: 300;
}

.wq-listagem-drop li {
	padding: 9px 24px;
	position: relative;
}

.wq-listagem-drop li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 24px;
	right: auto;
	width: calc(100% - 48px);
	height: 1px;
	background: #ddd;
}

.wq-listagem-drop li:last-child::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 24px;
	right: auto;
	width: calc(100% - 48px);
	height: 1px;
	background: #ddd;
}

.wq-listagem-drop li a {
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #840000;
	transition: all .2s linear;
	display: flex;
	justify-content: space-between;
}

.wq-listagem-drop li a div {
	position: relative;
}

.wq-listagem-drop li a div::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	transition: .3s;
	background: #000;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0px;
}

.wq-listagem-drop li a:hover div::after {
	width: 100%;
}

.wq-drop.drop-right ul {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(100%);
	background: #fff;
	margin-right: -1px;
	visibility: hidden;
	z-index: -1;
	width: 300px;
	padding: 20px 0;
	transition: all 0ms linear!important;
	animation: fadeInLeft;
	animation-duration: 500ms!important;
}

.wq-drop.drop-right:hover ul {
	visibility: visible;
	z-index: 2;
}

.wq-drop.drop-right ul li {
	padding: 0 24px;
	line-height: 28px;
	transition: all 0ms linear!important;
}

.wq-drop.drop-right ul li::before,
.wq-drop.drop-right ul li::after {
	display: none;
}

.wq-drop.drop-right ul li a {
	font-size: 12px;
	line-height: 30px;
	transition: all 0ms linear!important;
}

.wq-drop.drop-right a span {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin-left: 5px;
	transition: all .3s linear;
	transform: rotate(90deg);
}

.wq-drop.drop-right:hover a span {
	transform: rotate( -90deg);
}

.wq-categorias-item {
	position: relative;
}

.wq-drop.wq-dropdown .wq-drop-item {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0;
	background-color: #fff;
	margin-top: 1px;
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: all .3s linear;
}

.wq-drop-item .wq-listagem-drop li {
	padding: 3px 0;
}

.wq-drop.wq-dropdown .wq-drop-item .wq-listagem-drop li::before,
.wq-drop.wq-dropdown .wq-drop-item .wq-listagem-drop li::after {
	display: none;
}

.wq-drop.wq-dropdown .wq-drop-item .wq-listagem-drop li a {
	line-height: 1.2;
	padding: 0;
	font-size: 14px;
}

.wq-drop.wq-dropdown .wq-drop-item h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	justify-content: left;
	padding: 0px 0px 18px 0px;
}

.wq-drop.wq-dropdown:hover .wq-drop-item {
	height: auto;
	padding: 20px;
	opacity: 1;
}

.wq-drop.wq-dropdown .wq-drop-item img {
	display: block;
	width: 100%;
	height: auto;
}

.wq-drop.wq-dropdown .wq-drop-item>div {
	margin: 5px;
}

#menu-modal {
	padding-left: 0;
}


/***** wq-menu-categorias ******/

/***** Banner_mascote ******/

.wq-banner_mascote {
	padding: 130px 0;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}

.wq-banner_mascote > figure {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	height: 100%;
	width: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wq-banner_mascote > figure img {
	display: block;
	height: 100%;
	width: auto;
}

.wq-banner_mascote .row {
	justify-content: flex-end;
}

.wq-banner-carosel {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wq-banner-carosel .slick-prev::before,
.wq-banner-carosel .slick-next::before,
.wq-carusel-categorias-menu .slick-prev::before,
.wq-carusel-categorias-menu .slick-next::before {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.wq-banner-carousel_item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
	align-items: center;
}

.wq-banner-carousel_item figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wq-banner-carousel_item h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.wq-banner-carousel_item .wq-conteudo {
	padding-right: 40px;
}

.wq-banner-carousel_item .wq-preco {
	display: inline-block;
	position: relative;
	background: #FAFF00;
	border: 2px solid #FAFF00;
	box-sizing: border-box;
	padding: 10px 25px;
	transform: skewX(10deg);
	margin-top: 30px;
}

.wq-banner-carousel_item .wq-preco h4 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: #840000;
}

.wq-banner-carousel_item .wq-preco span.wq-quantidade {
	background: #D82323;
	padding: 4px 11px;
	position: absolute;
	top: -10px;
	align-items: center;
	justify-content: center;
	display: block;
	left: calc(100% - 10px);
}

.wq-banner-carousel_item .wq-preco span.wq-quantidade i {
	display: inline-flex;
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
	height: 20px;
	width: 50px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF!important;
}

.wq-banner-content {
	width: 100%;
}
/***** Banner_mascote ******/

/***** banner_classico ******/

.wq-banner_classico,
.wq-banner_classico-item{
	position: relative;
}

.wq-banner_classico-item{
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 40;
}

.wq-banner_classico-item figure{
	height: 100%;
	display: flex;
}
.wq-banner_classico-item figure.wq-banner_responsivo{display: none;}


.wq-banner_classico-item figure img{
	width: 100%;
	height: 380px;
}

.wq-banner_classico .slick-arrow{
	top: calc(50% - 20px);
	position: absolute;
}

.wq-banner_classico .slick-prev{
	left: 50px;
	z-index: 35;
}
.wq-banner_classico .slick-next{
	right: 50px;
	z-index: 35;
}

/***** banner_classico ******/

/***** wq-informacoes-extras ******/

.wq-informacoes-extras {
	margin-top: -0px;
	background-color: #fff;
	padding: 50px 0;
}

.wq-informacoes-extras .row div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wq-informacoes-extras div figure img {
	display: block;
	width: auto;
	height: 50px;
	margin-right: 10px;
}

.wq-informacoes-extras div h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #272425;
}
/***** wq-informacoes-extras ******/

/***** wq-destaque ******/

.wq-destaque {
	background-color: #fff;
	padding: 70px 0 0 0;
}
.wq-destaque .row{
	row-gap: 50px;
}

.wq-destaque .wq-wrapper {
	display: flex;
	column-gap: 15px;
}

.wq-destaque .wq-wrapper>div {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 26px;
	position: relative;
}

.wq-destaque figure{
	border-radius: 10px;
	box-shadow: 0px 25px 30px -18px rgb(0 0 0 / 35%);
	overflow: hidden;
	text-align: center;
}
.wq-destaque figure figcaption{
	padding: 10px;
	
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	background-color: #D82323;
}
.wq-destaque figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 20px 0;
}

.destaque-conteudo{
	padding-top: 20px;
	text-align: center;
}
.destaque-conteudo h3{
}
/***** wq-destaque ******/

/******* CTA-NEW ********/
.cta-new-main{
	padding: 20px 0;
	background-color: #ffde00;
	color: #fff;
}
.cta-new-main .row{
	align-items: center;
}
.cta-new-main p{
	color: #840000;
}
.info-cta h2{
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #840000;
	margin-bottom: 15px;
}
.info-cta p {
	font-weight: normal;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: 0.05em;
	color: #272425;
	margin-bottom: 20px;
}
.info-cta .wq-btn {
	max-width: 350px;
	background-color: #32cd32;
	box-shadow: 0px 15px 20px -18px rgb(0 0 0 / 35%);
}
.cta-new-main figure{
	text-align: right;
}
.cta-new-main img{
	max-width: 100%;
}
/******* CTA-NEW ********/

/******** MARCAS ********/
.marcas{
	padding: 70px 0;
}
.marcas img{
	max-width: 100%;
}
.marcas .container{
	position: relative;
}
.marcas .swiper-button-next, 
.marcas .swiper-button-prev{
	color: #840000;
}
.marcas .swiper-button-next:after, 
.marcas .swiper-button-prev:after {
	font-size: 30px !important;
}


.marcas .swiper-button-next{
	right: -15px;
	left: auto;
}
.marcas .swiper-button-prev{
	left: -15px;
	right: auto;
}
/******** MARCAS ********/

/***** wq-sobre-empresa ******/

.wq-sobre-empresa {
	padding: 110px 0 90px;
	background-color: #fff;
}

.wq-sobre-empresa figure {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	border-radius: 20px;
}

/* .wq-sobre-empresa figure::before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 2px solid #840000;
	left: -25px;
	top: -25px;
	border-radius: 20px;
} */
.wq-sobre-empresa .wq-btn{
	max-width: 300px;
}

.wq-sobre-empresa figure>img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.wq-sobre-empresa figure figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.wq-sobre-empresa figure figcaption img {
	display: block;
	height: 60px;
	width: auto;
	border-radius: 50%;
	transition: all 2s linear;
}

.wq-video {
	display: block;
	position: relative;
	z-index: 3;
}

.wq-sobre-empresa .wq-conteudo {
	padding-left: 50px;
}

.wq-sobre-empresa .row {
	align-items: center;
}

.wq-sobre-empresa .wq-conteudo h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #D82323;
	margin-bottom: 25px;
}

.wq-sobre-empresa .wq-conteudo p {
	margin-bottom: 25px;
}


/***** wq-sobre-empresa ******/


/***** wq-listagem-produtos-01 ******/

.wq-titulo-01 {
	padding: 10px 5px ;
}

.wq-titulo-01 h2,
.wq-titulo-01 h3,
.wq-titulo-01 h1 {
	font-weight: 400;
	font-size: 25px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #272425;
}

.wq-titulo-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #840000;
}
.link-dir-all{
	color: #840000;
	text-transform: uppercase;
	font-size: 16px;
}
.wq-titulo-content .wq-dir {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.wq-titulo-content .wq-dir>div {
	margin-right: 20px;
}

.wq-titulo-content {
	margin-bottom: 30px;
	padding: 0 10px 0 0px;
}

.wq-listagem-produtos-01 {
	padding: 50px 0;
	background: #fff;
	overflow: hidden;
}
.wq-listagem-produtos-01 .container{
	position: relative;
}
.wq-listagem-produtos-01 .row > div{
	margin-bottom: 30px;
}

.wq-produtos-box {
	position: relative;
	padding: 20px;
	height: 100%;
	background-color: #fff;
}

.wq-produtos-box img {
	display: block;
	width: 100%;
	height: auto;
}

.wq-produtos-box figure img {
	width: 72%;
	margin: 0 auto;
	object-fit: contain;
}

.wq-produto-conteudo h2 {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	line-height: 1.55;
	text-transform: uppercase;
	color: #1e1e1e;
	margin: 10px 0;
}

.wq-produto-conteudo p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wq-disc-produto{
	text-align: center;
}
.wq-disc-produto .wq-preco {
	display: flex;
	position: relative;
}

.wq-disc-produto .wq-preco h4 {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #2D2D2D;
}

.wq-disc-produto .wq-preco span.wq-quantidade i {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000;
	width: 36px;
}

.wq-disc-produto>h4 {
	font-weight: 300;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.05em;
	color: #696969;
}

.wq-disc-produto {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.wq-btns-box {
	width: 100%;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wq-btns-box .wq-btn-01{
	padding: 0 15px;
}
.wq-listagem-produtos-01 .swiper-button-next, 
.wq-listagem-produtos-01 .swiper-button-prev{
	color: #840000;
}
.wq-listagem-produtos-01 .swiper-button-next:after, 
.wq-listagem-produtos-01 .swiper-button-prev:after {
	font-size: 30px !important;
}


.wq-listagem-produtos-01 .swiper-button-next{
	right: -10px;
	left: auto;
}
.wq-listagem-produtos-01 .swiper-button-prev{
	left: -10px;
	right: auto;
}



/***** wq-listagem-produtos-01 ******/


/***** wq-cta ******/

.wq-cta {
	padding: 70px 0px;
	background-color: #fff;
}

.wq-cta-item {
	display: flex;
	padding: 38px 0;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}

.wq-cta-item figure {
	position: relative;
	height: 100%;
}

.wq-cta-item figure img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: -38px;
}

.wq-cta-item h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.wq-cta-item p {
	font-weight: normal;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.wq-cta-item .wq-conteudo {
	padding: 30px 0;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.wq-cta-item .wq-conteudo .wq-btn{
	max-width: 400px;
	margin: 0 auto;
}


/***** wq-cta ******/


/***** wq-listagem-produtos-01 wq-black ******/

.wq-listagem-produtos-01.wq-black {
	background: #2D2D2D;
}

.wq-listagem-produtos-01.wq-black .wq-titulo-01 h2 {
	color: #fff;
}

.wq-listagem-produtos-01.wq-black .wq-btn-carousel {
	border-color: #fff;
	color: #fff;
}

.wq-listagem-produtos-01.wq-black .wq-titulo-content .wq-btn-01:hover {
	background-color: #fff;
	color: #2D2D2D;
}

.wq-antigo-preco {
	margin-left: 0!important;
	margin-right: 10px!important;
	font-weight: 600!important;
	font-size: 11px!important;
	line-height: 13px!important;
	text-transform: uppercase!important;
	color: #2D2D2D!important;
	position: relative;
}

.wq-antigo-preco::before {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: 1px;
	background-color: #E31B22;
	transform: rotate(-6.01deg);
	position: relative;
	left: -5px;
	bottom: -7px;
}

.wq-produtos-box span.wq-desconto {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FAFF00;
	padding: 10px 10px;
	background-color: #E31B22;
	position: absolute;
	left: 30px;
	top: -17px;
}

.wq-produtos-box .wq-btn.wq-btn-02 {
	margin-left: 5px;
}


/***** wq-listagem-produtos-01 wq-black ******/


/***** wq-cta-form ******/

.wq-form-wrapper form {
	padding: 40px 60px;
	position: relative;
}

.wq-input input,.wq-input select {
	display: block;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	width: 100%;
	color: #706e6e;
	padding: 15px 20px;
	border: none;
	background-color: #f1f1f1;
	border-radius: 10px;
}

.wq-input {
	margin-bottom: 20px;
	position: relative;
	z-index: 88;
}
.contact-form .wq-btn {
	width: 100%;
}
.contact-form .wq-btn:hover { 
	background-color: #fff;
	color: #840000;
}

.wq-form-wrapper .wq-btn {
	transform: none!important;
	position: relative;
	z-index: 88;
}

.wq-form-wrapper {
	display: grid;
	margin: 0 35px 35px 35px;
	grid-template-columns: 2fr 1fr;
	position: relative;
}

.wq-form-wrapper::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #840000;
	box-sizing: border-box;
	position: absolute;
	bottom: -35px;
	right: -35px;
	border-radius: 20px;
}

.wq-cta-form .row {
	align-items: center;
}

.wq-form-wrapper figure {
	position: relative;
}

.wq-form-wrapper figure img {
	display: block;
	width: 135%;
	height: auto;
	position: absolute;
	bottom: -35px;
	left: -30px;
	z-index: 5;
}

.wq-cta-form .wq-titulo-01 h2 {
	font-weight: 400;
	font-size: 25px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #272425;
}

.wq-cta-form {
	margin: 90px 0 70px;
}


/***** wq-cta-form ******/


/***** wq-blog ******/

.wq-blog {
	background-color: #f1f1f1;
	padding: 70px 0;
}



.wq-blog-box {
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
}

.wq-blog-box figure img {
	display: block;
	width: 100%;
	height: auto!important;
}

.wq-blog-box .wq-conteudo {
	padding: 25px;
}

.wq-blog-box .wq-conteudo h2 {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #272425;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.wq-blog-box .wq-conteudo p {
	margin-bottom: 25px;
}

.wq-blog .row .col-xl-4 {
	margin-bottom: 30px;
}


/***** wq-blog ******/


/***** wq-footer ******/

.wq-footer {
	background-color: #fff;
}

.wq-links-uteis li {
	margin-bottom: 12px;
}

.wq-links-uteis li a,
.wq-contato h3 {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #840000;
	transition: all .2s linear;
}

.wq-contato p {
	margin-bottom: 0;
}

.wq-links-uteis li a:hover {
	color: #D82323;
}

.wq-contato {
	display: flex;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.025em;
}

.wq-contato>span {
	margin-right: 15px;
}

.wq-midias-sociais {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.wq-midias-sociais li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	color: #fff;
	background: #840000;
	transition: all .2s linear;
}

.wq-midias-sociais li a:hover {
	background-color: #D82323;
}

.wq-midias-sociais li a span {
	font-size: 23px;
}

.wq-midias-sociais li {
	margin-right: 15px;
}

.wq-logo img {
	display: block;
	width: 265px;
	max-width: 100%;
	height: auto;
}

.copy {
	padding: 30px 0;
	background-color: #F1F1F1;
}

.copy p {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.wq-footer {
	padding-top: 60px;
}

.wq-footer .row .col-xl-3 {
	margin-bottom: 30px;
}


/***** wq-footer ******/


/***** wq-banner-all-pages ******/

.wq-banner-all-pages {
	padding: 30px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.breadcrumb {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb-item.active {
	font-weight: normal;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	color: #FFFFFF;
}


/***** wq-banner-all-pages ******/


/***** pagination *****/

.pagination-sec,
.woocommerce-pagination {
	padding: 40px 0;
}

.pagination,
ul.page-numbers {
	width: 100%!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	transition: all .2s linear;
	margin-bottom: 0;
}

.pagination li {
	margin: 5px!important;
}

a.page-numbers,
span.page-numbers {
	margin: 5px;
}

.page-link,
a.page-numbers,
span.page-numbers {
	position: relative;
	width: 45px;
	height: 45px;
	border: none;
	background-color: #fff;
	transition: all .2s linear;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	color: #5A5A5A;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-link:hover,
a.page-numbers:hover,
span.page-numbers.current,
.page-item.active .page-link {
	color: #fff;
	background: #840000;
	border-color: #840000;
	border-radius: 5px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0%!important;
}

.page-item.disabled {
	opacity: 0.5;
}


/***** pagination *****/

.wq-blog-box .wq-conteudo p,
.wq-post-sidebar p {
	display: -webkit-box;
	width: 100%;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wq-blog-box .wq-conteudo p:nth-child(2),
.wq-blog-box .wq-conteudo p:nth-child(3),
.wq-blog-box .wq-conteudo p:nth-child(4),
.wq-post-sidebar p:nth-child(2),
.wq-post-sidebar p:nth-child(3),
.wq-post-sidebar p:nth-child(4) {
	display: none!important;
}

.wq-post-item .wq-conteudo p {
	display: -webkit-box;
	width: 100%;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.wq-post-item .wq-conteudo p:nth-child(2),
.wq-post-item .wq-conteudo p:nth-child(3) {
	display: none!important;
}

.woocommerce-Input,
#commentform input,
.woocommerce-address-fields input,
.woocommerce-input-wrapper input {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	width: 100%;
	color: #2D2D2D;
	padding: 15px 20px;
	width: 100%;
	border: none;
	font-size: 16px;
	background-color: rgb(241, 241, 241);
}

#commentform textarea,
textarea.input-text {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	text-transform: uppercase;
	color: #2D2D2D;
	padding: 15px 20px;
	width: 100%;
	height: 200px;
	border: none;
	font-size: 16px;
	background-color: rgb(241, 241, 241);
}

#commentform {
	max-width: 500px;
}

.wq-login-01 .woocommerce {
	max-width: 500px;
	margin: 0 auto;
	padding: 40px 50px;
	background-color: rgb(255, 255, 255);
	border: none!important;
	border-radius: 0!important;
}

.wq-login-01 .woocommerce h2,
.woocommerce-Reviews-title,
.tab-content h2 {
	font-weight: 500;
	font-size: 29px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #272425;
}

.woocommerce-Reviews-title,
.tab-content h2 {
	margin-bottom: 20px;
}

.comment-reply-title {
	color: #333;
	font-weight: 500;
}

.woocommerce form .form-row label,
#commentform label,
.password-input {
	display: block;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #840000;
}

.wq-login-01 .password-input,
.woocommerce form .form-row {
	width: 100%!important
}

.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.button,
.form-submit .submit {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	padding: 11px 18px;
	height: 45px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all .2s linear;
	border: none;
	display: inline-flex;
	color: #FFFFFF!important;
	background: #D82323!important;
}

.tab-content td,
.tab-content th {
	padding: 5px 10px;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce-Button.button:hover,
.form-submit .submit:hover {
	box-shadow: 0px 3.54848px 30.1621px rgb(0 0 0 / 15%);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none!important;
	padding: 0!important;
	margin: 10px 0!important;
}

.woocommerce-LostPassword.lost_password a {
	color: #D82323;
}

.wq-produtos-box .wq-btns-box .added_to_cart.wc-forward {
	display: none!important;
}

.quantity {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.comment-form-cookies-consent {
	display: grid;
	grid-template-columns: 10px 1fr;
	gap: 20px;
	align-items: center;
}

.tab-content th {
	color: #840000;
}

.wq-interno-blog .wq-conteudo h2 {
	font-weight: 500;
	font-size: 29px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #272425;
	margin-bottom: 10px;
	text-align: left!important;
}

.wq-interno-blog .wq-conteudo h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #272425;
	margin-bottom: 10px;
}

.wq-interno-blog .wq-conteudo h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #005f36;
	margin-bottom: 10px;
}

.wq-interno-blog .wq-conteudo h5 {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #272425;
	margin-bottom: 10px;
}

.wq-interno-blog .wq-conteudo h6 {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: #272425;
	margin-bottom: 10px;
}

.navbar-nav.wq-desktop {
	width: 100%;
	column-gap: 5px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.navbar-nav.wq-desktop::-webkit-scrollbar {
	height: 3px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .5);
}

.navbar-nav.wq-desktop::-webkit-scrollbar-thumb {
	-webkit-border-radius: 3px;
	border-radius: 6px;
	background: #333;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5)
}

/* .woocommerce-product-search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #F1F1F1;
	border-radius: 10px;
	margin-bottom: 40px;
}

#woocommerce-product-search-field-0 {
	background: #FFF;
	display: inline-block;
	padding: 11px 18px;
	height: 45px;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #2D2D2D;
	border: none;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	transition: all .2s linear;
}

.woocommerce-product-search button {
	color: transparent;
	background-color: #840000;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	padding: 11px 18px;
	height: 45px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all .2s linear;
	border: none;
	display: inline-flex;
	background-image: url(https://eletroenergia.com.br/wp-content/themes/eletro-energia-novo/img/search-icon.svg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
} */

.woocommerce-product-search{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #F1F1F1;
	border-radius: 10px;
}

.woocommerce-product-search input {
	width: 100%;
	background: #F1F1F1;
	display: inline-block;
	padding: 12px 18px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.035em;
	color: #706e6e;
	border: none;
	box-sizing: border-box;
	max-width: 100%;
	transition: all .2s linear;
	border-radius: 10px;
}

.woocommerce-product-search input:focus {
	border: 1px solid #840000;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 48px -16px rgba(51, 51, 51, 0.29);
}

.woocommerce-product-search button {
	color: transparent;
	border-radius: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	height: 45px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all .2s linear;
	border: none;
	display: inline-flex;
	background-image: url(https://wordpress-65637-3070083.cloudwaysapps.com/wp-content/themes/eletroseta/img/search-icon.svg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}	


.wq-banner-all-pages {
	position: relative;
}

.wq-banner-all-pages::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.wq-banner-all-pages .container {
	position: relative;
	z-index: 60;
}

.wq-cta-form form::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #840000;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
	z-index: 2;
	box-shadow: 0px 3px 30px rgb(0 0 0 / 15%);
}



.wq-header.header_fixo+section {
	margin-top: 161px!important;
}

.header_fixo {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 35%);
	animation: fromTop .5s linear both;
}

.header_fixo .header-nav {
	padding: 8px 0 5px;
}



@keyframes fromTop {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.wq-item-cart .wq-conteudo-top .wq-preco h4 {
	font-size: 22px;
}

.wq-item-cart .wq-conteudo-top .wq-preco {
	transform: skewX(10deg);
}

.wq-carusel-categorias-menu .slick-prev::before,
.wq-carusel-categorias-menu .slick-next::before {
	border-color: #333;
	color: #333;
}

@media screen and (max-width: 1599px) and (min-width: 200px) {
	.wq-produtos-box {
		padding: 15px;
	}

}

.wq-destaque .wq-wrapper a,
.wq-destaque .wq-wrapper a figure {
	display: block;
	height: 100%;
}


/*** wq-whatsapp_btn ***/

.wq-whatsapp_btn{
	position: fixed;
	right: 15px;
	bottom: 60px;
	height: 60px;
	width: 60px;
	color: #fff;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #4dc247;
	z-index: 99;
}
.wq-whatsapp_btn:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(77, 194, 71,.7);
	animation: whatsapp 2s infinite 2s alternate;
}

@keyframes whatsapp{
	from{
		opacity: .3;
		transform: scale(1);
		box-shadow: 0px 0px 0px #4dc247;
	}
	to{
		opacity: .7;
		transform: scale(1.25);
		box-shadow: 0px 0px 20px #4dc247;
	}
}

/*** wq-whatsapp_btn ***/