@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;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 300;
	background-color: #e0e0d4;
}

p {
	font-size: 15px;
	line-height: 1.45;
	color: #686868;
	font-weight: 300;
}
img{
	max-width: 100%;
}
::-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 {
	letter-spacing: 0.025em;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	padding: 12px 24px;
	display: inline-flex;
	align-items: center;
	position: relative;
	border: none;
	border-radius: 0px;
	box-sizing: border-box;
	text-transform: uppercase;
	transition: all .2s linear;
}

.wq-btn span.flaticon-arrow-right {
	margin-left: 10px;
	font-weight: 400;
}

.wq-btn img {
	display: block;
	height: 18px;
	width: auto;
}

.wq-btn-01 {
	color: #1a1a1a;
	background-color: #bd927e;
	box-shadow: 0px 0px 48px -16px rgba(51, 51, 51, 0.29);
}

.wq-btn-01:hover {background-color: #2a2a2a;color: #FFFFFF;box-shadow: 0px 0px 48px -16px rgba(51, 51, 51, 0.29);}

.wq-btn-02 {
	color: #a6a3a3;
	border: 1px solid #a6a3a3;
}

.wq-btn-02:hover {
	color: #FFFFFF;
	background-color: #a6a3a3;
	stroke: #fff;
	box-shadow: 0px 0px 48px -16px rgba(51, 51, 51, 0.29);
}


.wq-btn-02:hover img{
	filter: blur(0px) brightness(0%) contrast(100%) grayscale(0%) hue-rotate(0deg) invert(100%) opacity(100%) saturate(0%) sepia(0%) ;
}
.wq-btn-04,
.wq-btn-04[disabled] {
	color: #FFFFFF;
	background-color: #696969;
}
.wq-btn-04[disabled]{
	opacity: .7;
}

.wq-btn-04:not([disabled]) {
	opacity: 1;
	color: #FFFFFF;
	background-color: #1BAB46;
}

.wq-btn-04:hover:not([disabled]) {
	color: #FFFFFF;
	background-color: #e83371;
}


/**** BOTOES ****/


/**** HEADER ****/

.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 {
	padding: 13px 14px;
	border: 0px;
	background-color: #fffdf7;
}
.wq-header .wq-wrapper .wq-dir a:hover{
	border-color: #121212;
	background-color: #121212;
}


.wq-header_top{
	padding: 10px 0;
	background-color: #fffdf7;
}
.wq-header_top .row{
	padding: 0 15px;
	justify-content: flex-end;
}
.wq-header_top .wq-other_links li a{
	font-size: 14px;
	color: #333;
}
.wq-other_links{
	display: flex;
	column-gap: 20px;
}


.wq-header_contatos{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.wq-header_contatos .wq-contato{
	margin: 0;
}


.header-logobar {
	padding: 15px 0;
	background-color: #e0e0d4;
}
.wq-header .navbar-brand{
	padding: 0;
	margin: 0;
}
.wq-header .navbar-brand img {
	display: block;
	height: 64px;
	width: auto;
}

.wq-header_buscar{
	display: grid;
	width: 300px;
	grid-template-columns: 4fr 44px;
	margin: 0 25px 0 auto;
}
.wq-header_buscar input{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-size: 15px;
	color: #2D2D2D;
	height: 44px;
	width: 100%;
	padding: 11px 18px;
	display: inline-block;
	border: none;
	box-sizing: border-box;
	background-color: #fffdf7;
	transition: all .2s linear;
}
.wq-header_buscar button{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	background-color: #859480;
}





.navbar {
	justify-content: space-between;
}
.header-nav{
	background-color: #a07660;
}
.header-nav .navbar-nav {
	position: relative;
	width: 100%;
	justify-content: center;
}

.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;
	margin: 0;
	padding: 0;
}

.dropdown-toggle::after {
	display: none;
}


.navbar-nav .nav-item, .navbar-nav .nav-link {
	text-transform: uppercase;
	color: #fff !important;
	cursor: pointer;
	margin-bottom: 0px;
	transition: all .2s linear;
}


.header-nav .navbar-nav .nav-link{
	letter-spacing: 0.05em;
	line-height: 1;
	font-size: 14px;
	padding: 15px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-item.dropdown:hover .nav-link,
.navbar-nav .nav-link:hover{
	background-color: #bd927e;
	color: #121212 !important;
}

.navbar-nav .nav-link > span img {
	margin-top: -3px;
	margin-right: 5px;
}

.wq-listagem-comun {
	width: 260px;
	padding: 10px 0;
	background-color: #a6a3a3;
	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: #837f80;
}

.nav-link:hover {
	opacity: .8;
}

.dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
}

.dropdown-menu.cat-item ul{
	background-color: #a6a3a3;
	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: #837f80;
}

.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: 50%;
	background-color: transparent;
	color: #fff;
	font-weight: 800!important;
	font-size: 18px;
	width: 41px;
	height: 41px;
	border: 2px solid #837f80;
	color: #837f80;
	box-sizing: border-box;
	border-radius: 59px;
	font-size: 16px;
	transition: all .2s linear;
}
.slick-prev:hover::before,
.slick-next:hover::before {
	border-color: #a6a3a3;
	color: #a6a3a3;
}
.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: #837f80;
	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: #837f80;
}

.wq-banner-carousel_item .wq-preco span.wq-quantidade {
	background: #a6a3a3;
	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: calc(100vh - 250px);*/
	display: flex;
	position: relative;
}
.wq-banner_classico-item figure.wq-banner_responsivo{display: none;}


.wq-banner_classico-item figure img{
	width: 100%;
}

.wq-banner_classico .slick-arrow{
	top: calc(50% - 20px);
	position: absolute;
}

.wq-banner_classico .slick-prev{
	left: 20px;
	z-index: 35;
}
.wq-banner_classico .slick-next{
	right: 20px;
	z-index: 35;
}

/***** banner_classico ******/

/***** wq-informacoes-extras ******/

.wq-informacoes-extras {
	padding: 50px 0;
	background-color: #fffdf7;
}
.wq-informacoes-extras .row div{
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-wq-informacoes{
	display: block !important;
	margin-left: 20px;
}

.info-wq-informacoes h3{
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #272425;
}

.info-wq-informacoes p{
	font-weight: 400;
	font-size: 13px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #a6a3a3;
	margin: 0 0;
}
/***** wq-informacoes-extras ******/

/***** wq-destaque ******/

.wq-destaque {
	padding: 80px 0;
}
.wq-destaque .wq-wrapper {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	align-items: end;
	column-gap: 15px;
}
.wq-destaque .wq-wrapper>div {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 26px;
}
.wq-destaque figure img {
	display: block;
	width: 100%;
	height: 100%;
}
.wq-img-maior figure img {
	margin-top: 0;
	margin-left: 0;
}

/***** wq-destaque ******/

/***** wq-listagem-produtos-01 ******/

.wq-titulo-01 {
	padding: 0px 0 0 20px;
	max-width: 360px;
	border-left: 5px solid #859480;
}
.wq-titulo-01 h2,
.wq-titulo-01 h3,
.wq-titulo-01 h1 {
	font-weight: 500;
	font-size: 29px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #272425;
}
.wq-titulo-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.wq-listagem-produtos-01 .container{
	position: relative;
}
.wq-listagem-produtos-01 .swiper {
	width: 95%;
	padding-bottom: 30px;
}
.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: 65px;
}
.wq-listagem-produtos-01 {
	padding: 70px 0 30px 0;
	overflow: hidden;
	position: relative;
}
.wq-listagem-produtos-01 .row > div{
	margin-bottom: 30px;
}
.wq-produtos-box {
	position: relative;
	height: 100%;
	background-color: #fffdf7;
	transition: all .35s ease;
	border-radius: 0 0 15px 15px;
}
.wq-produtos-box:hover{
	box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.08);
}
.wq-produtos-box figure img {
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.wq-produto-conteudo{
	padding: 20px;
}
.wq-produto-conteudo h2 {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.25;
	text-align: center;
	color: #272425;
	margin: 0 0;
}

.wq-produto-conteudo-texto {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.wq-disc-produto {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	
}
.wq-disc-produto p{
	margin-bottom: 0;
}
.wq-disc-produto .wq-preco {
	display: inline-block;
	position: relative;
}
.wq-disc-produto .wq-preco h4 {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #272425;
	margin: 0 0;
}
.wq-disc-produto > h4 {
	font-weight: 300;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.025em;
	color: #696969;
	margin: 5px 0 0;
	display: block;
}
.wq-btns-box {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wq-btns-box a.wq-btn-01 {
	font-size: 14px; 
}
.wq-btn-carousel {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: transparent;
	color: #fff;
	font-weight: 800!important;
	font-size: 18px;
	width: 41px;
	height: 41px;
	border: 2px solid #837f80;
	color: #837f80;
	box-sizing: border-box;
	border-radius: 59px;
	font-size: 16px;
	transition: all .2s linear;
	margin: 0 5px;
}
.wq-btn-carousel:hover {
	border-color: #a6a3a3;
	color: #a6a3a3;
}
.wq-produtos-carrousel .slick-arrow {
	display: none!important;
}
.wq-botoes_para-carousel {
	display: flex;
	justify-content: end;
	align-items: center;
}
.wq-carrousel-content {
	position: relative;
	height: 537px;
}

.wq-produtos-carrousel {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 30%);
	height: auto;
}

.wq-listagem-produtos-01::before {
	content: '';
	display: none;
	width: 100%;
	height: 275px;
	background: #F1F1F1;
	position: absolute;
	bottom: 0;
	left: 0;
}

.wq-listagem-produtos-01 .swiper-button-next:after,
.wq-listagem-produtos-01 .swiper-button-prev:after {
	font-size: 22px;
	color: #a6a3a3;
}

.wq-listagem-produtos-01 .swiper-button-prev, 
.wq-listagem-produtos-01 .swiper-rtl .swiper-button-next {
	left: 0px;
	right: auto;
}
.wq-listagem-produtos-01 .swiper-button-next,
.wq-listagem-produtos-01 .swiper-rtl .swiper-button-prev {
	right: 0px;
	left: auto;
} 
/***** wq-listagem-produtos-01 ******/


/************* WQ-INSTAGRAM *************/
.wq-instagram{
	padding: 70px 0;
	background-color: #fffdf7;
}
/************* WQ-INSTAGRAM *************/


/************* CADASTRO **************/
.cadastro{
	padding: 60px 0 60px;
}
.cadastro .wq-titulo-01 {
	max-width: 700px;
	margin-bottom: 50px;
}
.cadastro .wq-btn{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cadastro-interna{
	padding: 70px 0;
	background-color: #a6a3a3;
}
.cadastro-interna .wq-titulo-01 h2{
	max-width: 700px;
	color: #fff ;
}
.cadastro-interna .wq-btn{
	background-color: #fff;
	color: #a6a3a3;
}

.cadastro-interna  .wq-titulo-01 {
	border-left: 5px solid #fff;
}

.cadastro-interna .wq-input input, 
.cadastro-interna .wq-input select {
	color: #a6a3a3;
}

/************* CADASTRO **************/

/************ categorias ************/

.categorias{
	padding: 20px 0 70px;
	background-color: #fffdf7;
}
.categorias .row{
	row-gap: 30px;
}

.categorias-box{
	text-align: center;
	transition: all .35s ease;
	padding-bottom: 20px;
	border-radius: 0 0 15px 15px;
}
.categorias-box figure img{
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.categorias-box h4{
	font-weight: 400;
	font-size: 15px;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	color: #272425;
	margin: 15px 0 0 0;
}
.categorias-box p{
	font-weight: 400;
	font-size: 13px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	color: #a6a3a3;
	margin: 5px 0 0 0;
}
.categorias-box:hover img{
	opacity: 0.9;
	transition: opacity .22s linear;
}
.categorias-box:hover{
	background-color: #fff;
	box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.08);
}
/************ categorias ************/

/***** wq-cta ******/

.wq-cta-item {
	position: relative;
	display: grid;
	grid-template-columns: 400px 1fr;
	align-items: center;
	gap: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.wq-cta-item:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background-color: #e0e0d4;
}

.wq-cta-item figure {
	position: relative;
	height: 100%;
}

.wq-cta-item figure img {
	width: 100%;
	height: auto;
}

.wq-cta-item h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	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 {
	position: relative;
	padding: 0 60px;
}

.wq-cta {
	padding: 70px 0 70px 0;
	background-color: #fffdf7;
}


/***** 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: #121212;
	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: #121212;
	position: absolute;
	left: 30px;
	top: -17px;
}

.wq-produtos-box .wq-btn.wq-btn-02 {
	margin-left: 5px;
	padding: 12px 16px;
}


/***** wq-listagem-produtos-01 wq-black ******/


/***** wq-cta-form ******/

.wq-form-wrapper form {
	padding: 40px 60px;
	position: relative;
	z-index: 333;
}

.wq-input input,.wq-input select {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	width: 100%;
	text-transform: uppercase;
	color: #2D2D2D;
	padding: 15px 20px;
	border: none;
	background-color: rgb(241, 241, 241);
	border-radius: 5px;
}

.wq-input {
	margin-bottom: 20px;
	position: relative;
	z-index: 88;
}

.wq-form-wrapper .wq-btn {
	border: none;
	z-index: 88;
	position: relative;
	transform: none !important;
}

.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-radius: 20px;
	border: 2px solid #a6a3a3;
	box-sizing: border-box;
	position: absolute;
	bottom: -35px;
	right: -35px;
	/* transform: skewX(10deg); */
}

.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 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #2D2D2D;
}

.wq-cta-form {
	margin: 120px 0 90px;
}


/***** wq-cta-form ******/


/***** wq-blog ******/

.wq-blog {
	background-color: #fff;
	padding: 70px 0;
	position: relative;
}


.wq-blog-box {
	background-color: #fff;
	border-radius: 0 0 15px 15px;
}
.wq-blog-box:hover {
	box-shadow: 0px 3px 15px -3px rgba(0,0,0,0.08);
	transition: opacity .22s linear;
}

.wq-blog-box figure img {
	display: block;
	width: 100%;
	height: auto!important;
}

.wq-blog-box .wq-conteudo {
	padding: 25px;
	text-align: center;
}

.wq-blog-box .wq-conteudo h2 {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #272425;
	margin: 0 0;
	margin-bottom: 30px;
}

.wq-blog-box .wq-conteudo p {
	margin-bottom: 25px;
}

.wq-blog .row .col-xl-4 {
	margin-bottom: 30px;
}

/***** wq-blog ******/

/******* depoimentos *******/
.depoimentos{
	overflow: hidden;
	background-color: #a07660;
}
.depoimentos .col-xl-6{
	display: flex;
	align-items: center;
}
.depoimentos .row> div:last-child {
	position: relative;
	z-index: 0;
}
.depoimentos .row> div:last-child::before {
	content: '';
	position: absolute;
	width: 180%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fffdf7;
	z-index: -1;
}
.box-depoimentos{
	display: block;
	padding: 70px 0;
}
.box-depo-2{
	max-width: 80%;
	margin: 0 auto;
}
.depoimentos-txt{
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.05em;
	font-size: 15px;
	text-align: justify;
}
.box-depoimentos span{
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #a6a3a3;
}
.depoimentos .swiper-button-next:after, .depoimentos .swiper-button-prev:after {
	font-size: 18px;
	color: #a6a3a3;
}
.box-depo-1{
	max-width: 80%;
}
.box-depo-1 p,
.box-depo-1 h3{
	color: #fff;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.05em;
	font-size: 15px;
}
/******* depoimentos *******/

/***** wq-footer ******/

.wq-footer {
	padding-top: 60px;
	background-color: #e0e0d4;
	background-color: #a07660;
	background-color: #859480;
}

.wq-footer h4{
	font-size: 19px;
	color: #fff;
	margin-bottom: 20px;
}

.wq-links-uteis li {
	margin-bottom: 12px;
}

.wq-links-uteis li a,
.wq-contato h3 {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #eee;
	transition: all .2s linear;
}

.wq-contato p {
	margin-bottom: 0;
	color: #eee;
}
.wq-contato img {
max-height: 25px;
}

.wq-links-uteis li a:hover {
	color: #a6a3a3;
}

.wq-contato {
	display: flex;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.025em;
	align-items: center	;
}

.wq-contato>span {
	margin-right: 15px;
}

.wq-midias-sociais {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 15px;
	margin-bottom: 30px;
}

.wq-midias-sociais li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	color: #fff;
	border-radius: 50%;
	transition: all .2s linear;
	background-color: #bd927e;
}

.wq-midias-sociais li a:hover {
	background-color: #a07660;
}

.wq-midias-sociais li a span {
	font-size: 19px;
}

.wq-footer .wq-logo{
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.wq-footer .wq-logo img {
	display: block;
	width: 120px;
	max-width: 100%;
	height: auto;
}

.forma-pagamentos{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 20px;
}
.forma-pagamentos img{
	height: 40px;
}

.copy {
	padding: 20px 0;
	background-color: #e0e0d4;
}
.copy p {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.wq-footer .row .col-xl-3 {
	margin-bottom: 30px;
}


/***** wq-footer ******/

/***** wq-banner-all-pages ******/

.wq-banner-all-pages {
	padding: 5px 0;
}

.breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0;
}

.breadcrumb p {
	font-size: 10px;
	text-align: center;
	color: #837f80;
	margin-bottom: 0px;
}
.breadcrumb p a:hover{
	color: #837f80;
}
.breadcrumb-item{
	font-size: 12px;
}

/***** 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: #837f80;
	border-color: #837f80;
}

.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: #fffdf7;
}

#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: #fffdf7;
}

#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: #837f80;
}

.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: #a6a3a3!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: #a6a3a3;
}

.wq-produtos-box .wq-btns-box .added_to_cart.wc-forward {
	display: none!important;
}

.quantity {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.product-quantity .quantity{
	column-gap: 5px;
}
.product-quantity .quantity input {
	border: none;
	width: 45px;
	height: 45px;
	padding: 15px 8px;
	text-align: center;
	background-color: #e0e0d4;
}

.comment-form-cookies-consent {
	display: grid;
	grid-template-columns: 10px 1fr;
	gap: 20px;
	align-items: center;
}

.tab-content th {
	color: #837f80;
}

.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%;
	/* flex-wrap: wrap; */
}

.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: grid;
	align-items: center;
	grid-template-columns: 1fr 50px;
	margin-bottom: 40px;
}

#woocommerce-product-search-field-0 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-size: 15px;
	color: #2D2D2D;
	height: 45px;
	width: 100%;
	max-width: 100%;
	padding: 11px 18px;
	display: inline-block;
	border: none;
	box-sizing: border-box;
	background-color: rgb(241, 241, 241);
	transition: all .2s linear;
}

.woocommerce-product-search button {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: transparent;
	padding: 11px 18px;
	height: 45px;
	display: inline-flex;
	border: none;
	box-sizing: border-box;
	background-size: auto;
	background-color: #859480;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/search-icon.svg);
	transition: all .2s linear;
}

.wq-banner-all-pages {
	position: relative;
}

.wq-banner-all-pages .container {
	position: relative;
	z-index: 60;
}

.wq-cta-form form::after {
	content: '';
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
	background-color: #837f80;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, .15);
}


.count-cart {
	color: #fff;
	width: 20px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 800;
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #859480;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, .15);
}

.header_fixo {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, .35);
	animation: fromTop .5s linear both;
}

.header_fixo .navbar-brand img{
	height: 50px;
}

.header_fixo + section {
	margin-top: 182px;
}


@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) {
	.products.columns-4 .wq-produtos-box .wq-btn {
		font-size: 11px!important;
	}
}

.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 ***/

/*** popup_inscrever ***/

.popup_inscrever{
	z-index: 9999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.5);
}
.popup_inscrever .popup-content{
	position: relative;
}
.popup_inscrever .popup-close{
	position: absolute;
}

.popup_inscrever_box{
	padding: 30px 20px;
	width: 980px;
	max-width: 100%;
	background-color: #fff;
}
.popup_inscrever .wq-titulo-01{
	max-width: 680px;
}

.popup_inscrever form{
	margin-top: 40px;
}

.popup_inscrever .wq-input{
	margin-bottom: 0;
}
.popup_inscrever button{
	width: 100%;
	font-size: 14px;
	padding: 11px 20px;
}
.popup_inscrever .wq-input input,
.popup_inscrever .wq-input select{
	font-size: 14px;
	line-height: 1;
	padding: 14px 20px;
}

/*** popup_inscrever ***/


#seInscrever.modal.show{
	display: flex !important;
	align-items: center;
	justify-content: center;
}

#seInscrever .modal-dialog{
	max-width: 980px;
	width: 100%;
}
#seInscrever.show .modal-dialog{
	animation: toBottom .5s ease both;
}
@keyframes toBottom{
	from{
		opacity: 0;
		transform: translateY(-100%);
	}
	to{
		opacity: 1;
		transform: translateY(0%);
	}
}


