/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
	--store-bg: #fff;
	--topbar-bg: #181818;
	--topbar-text: #fff;
	--topbar-bold: #11ab6b;
	--header-height: 93px;
	--header-bg: transparent;
	--header-text: #fff;
	--header-icons: #fff;
	--header-active-bg: #fff;
	--header-active-text: #000;
	--header-active-icons: #000;
	--header-active-icons-hover: #d34e0c;
	--mega-menu-bg: #fff;
	--mega-menu-text: #000;
	--mega-menu-text-sub: #545454;
	--department-title: #2e2e2e;
	--filter-bg: #f9f9f9;
	--filter-hover: #ececec;
	--filter-active: #007bff;
	--filter-text: #333;
	--filter-border: rgba(0, 0, 0, 0.1);
	--cor-principal-carrinho: #000;
	--cor-botao-finalizar-compra: #11ad56;
	--cor-da-marca: #1c1c1c;
	--cinza-claro: #f5f7fb;
	--cinza: #777d8b;
	--branco: #fff;
}

body {
	background-color: var(--store-bg) !important;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
}

.conteiner {
	padding: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

@media (min-width: 1025px) {
	.conteiner {
		max-width: 1920px !important;
	}
}

@media (max-width: 1024px) {
	.conteiner {
		max-width: 1280px !important;
	}
}

.barra-inicial,
#barraTopo,
#cabecalho {
	display: none !important;
}

.store__theme .slick-arrow {
	border: none;
	outline: 0;
	background: 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	height: 100%;
}

.store__theme .slick-arrow::after,
.store__theme .slick-arrow::before {
	display: none;
}

.store__theme .slick-arrow.slick-next {
	right: -20px;
}

@media (max-width: 992px) {
	.store__theme .slick-arrow.slick-next {
		right: 0;
	}
}

.store__theme .slick-arrow.slick-prev {
	left: -20px;
}

@media (max-width: 992px) {
	.store__theme .slick-arrow.slick-prev {
		left: 0;
	}

	.store__theme .header__desktop {
		max-width: 100dvw;
	}
}

.store__theme .top__bar {
	background-color: var(--topbar-bg);
	color: var(--topbar-text);
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.store__theme .top__bar b {
	color: var(--topbar-bold);
}

.store__theme .header__desktop {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: var(--header-bg);
	color: var(--header-text);
}

.store__theme .header__desktop.scroll {
	top: 0;
}

.store__theme .header__desktop.scroll,
.store__theme .header__desktop:hover,
.store__theme .header__desktop.active {
	background-color: var(--header-active-bg);
	color: var(--header-active-text);
}

.store__theme .header__desktop.scroll svg:not(:hover),
.store__theme .header__desktop:hover svg:not(:hover),
.store__theme .header__desktop.active svg:not(:hover) {
	fill: var(--header-active-icons) !important;
}

.store__theme .header__desktop.scroll .busca input,
.store__theme .header__desktop:hover .busca input,
.store__theme .header__desktop.active .busca input {
	color: var(--header-active-text) !important;
}

.store__theme .header__desktop.scroll .busca input::-webkit-input-placeholder,
.store__theme .header__desktop:hover .busca input::-webkit-input-placeholder,
.store__theme .header__desktop.active .busca input::-webkit-input-placeholder {
	color: var(--header-active-text) !important;
}

.store__theme .header__desktop.scroll .busca input::-moz-placeholder,
.store__theme .header__desktop:hover .busca input::-moz-placeholder,
.store__theme .header__desktop.active .busca input::-moz-placeholder {
	color: var(--header-active-text) !important;
}

.store__theme .header__desktop.scroll .busca input:-ms-input-placeholder,
.store__theme .header__desktop:hover .busca input:-ms-input-placeholder,
.store__theme .header__desktop.active .busca input:-ms-input-placeholder {
	color: var(--header-active-text) !important;
}

.store__theme .header__desktop.scroll .busca input::-ms-input-placeholder,
.store__theme .header__desktop:hover .busca input::-ms-input-placeholder,
.store__theme .header__desktop.active .busca input::-ms-input-placeholder {
	color: var(--header-active-text) !important;
}

.store__theme .header__desktop.scroll .busca input::placeholder,
.store__theme .header__desktop:hover .busca input::placeholder,
.store__theme .header__desktop.active .busca input::placeholder {
	color: var(--header-active-text) !important;
}

.store__theme .header__desktop.scroll .mega__menu,
.store__theme .header__desktop:hover .mega__menu,
.store__theme .header__desktop.active .mega__menu {
	display: block;
}

.store__theme .header__desktop * {
	color: inherit;
}

.store__theme .header__desktop .conteiner.header__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 110px 30px 1fr 30px auto 30px auto;
	grid-template-columns: 110px 1fr auto auto;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: var(--header-height);
}

@media (min-width: 992px) {
	.store__theme .header__desktop .conteiner.header__container {
		padding: 0 60px !important;
	}
}

.store__theme .header__desktop .conteiner.header__container .bars-toggle svg {
	fill: #fff;
}

.store__theme .header__desktop .conteiner.header__container .store__logo a {
	height: auto;
	line-height: 0;
}

.store__theme .header__desktop .conteiner.header__container .store__logo a img {
	position: relative;
}

@media (max-width: 992px) {
	.store__theme .header__desktop .conteiner.header__container .store__logo {
		margin-bottom: 5px !important;
	}

	.store__theme .header__desktop .conteiner.header__container .store__logo a {
		text-align: center;
	}

	.store__theme .header__desktop .conteiner.header__container .store__logo a img {
		height: 40px;
		margin: 0 auto;
	}
}

.store__theme .header__desktop .conteiner.header__container .store__menu {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
	margin-block: 0px;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
	margin: 0;
}

.store__theme .header__desktop .conteiner.header__container .store__menu>li {
	border: none;
	border-bottom: 2px solid transparent;
}

.store__theme .header__desktop .conteiner.header__container .store__menu>li.com-filho ul,
.store__theme .header__desktop .conteiner.header__container .store__menu>li .icon-chevron-down {
	display: none;
}

.store__theme .header__desktop .conteiner.header__container .store__menu>li.com-filho ul:hover {
	display: block;
}

.store__theme .header__desktop .conteiner.header__container .store__menu>li:hover,
.store__theme .header__desktop .conteiner.header__container .store__menu>li.active {
	border-color: var(--mega-menu-text);
}

.store__theme .header__desktop .conteiner.header__container .store__menu>li>a>.titulo {
	text-decoration: none;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.store__theme .header__desktop .conteiner.header__container .store__search {
	width: 100%;
	margin: 0;
	float: unset;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca {
	padding: 0;
	border: none;
	background-color: transparent;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca input {
	height: 32px;
	border-radius: 29px;
	background-color: rgba(250, 250, 250, .28);
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	width: 200px;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca input::-webkit-input-placeholder {
	color: #fff;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca input::-moz-placeholder {
	color: #fff;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca input:-ms-input-placeholder {
	color: #fff;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca input::-ms-input-placeholder {
	color: #fff;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca input::placeholder {
	color: #fff;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca button {
	position: absolute;
	background-color: transparent;
	border: none;
	padding: 0;
	background-image: none;
	right: 10px;
	top: 0px;
}

.store__theme .header__desktop .conteiner.header__container .store__search .busca button:hover {
	color: inherit !important;
}

.store__theme .header__desktop .conteiner.header__container .store__cart {
	border: none;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.store__theme .header__desktop .conteiner.header__container .store__cart>a[href*="/carrinho/index"],
.store__theme .header__desktop .conteiner.header__container .store__cart .carrinho-interno-ajax {
	display: none;
}

.store__theme .header__desktop .conteiner.header__container .store__cart svg {
	fill: #fff;
}

.store__theme .header__desktop .conteiner.header__container .store__cart svg:hover {
	fill: var(--header-active-icons-hover) !important;
}

.store__theme .header__desktop .conteiner.header__container .side__cart {
	position: relative;
}

.store__theme .header__desktop .conteiner.header__container .side__cart .qtd-carrinho {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #e4002b;
	color: #fff;
	position: absolute;
	top: -5px;
	right: -6px;
	margin-left: 0;
	width: 16px;
	height: 16px;
	font-size: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100px;
	line-height: 1;
	text-align: center;
}

.store__theme .header__desktop .mega__menu {
	display: none;
	background-color: var(--mega-menu-bg);
	color: var(--mega-menu-text);
}

.store__theme .header__desktop .mega__menu .conteiner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 22% 60px 1fr;
	grid-template-columns: 22% 1fr;
	gap: 60px;
	max-height: 600px;
	overflow: auto;
	padding: 60px 60px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.store__theme .header__desktop .mega__menu .conteiner>ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 43px;
}

.store__theme .header__desktop .mega__menu .conteiner>ul .icon-chevron-right {
	display: none;
}

.store__theme .header__desktop .mega__menu .conteiner>ul>li>a {
	font-size: 16px;
	font-weight: 600;
}

.store__theme .header__desktop .mega__menu .conteiner>ul>li>a:hover {
	text-decoration: underline;
}

.store__theme .header__desktop .mega__menu .conteiner>ul>li ul {
	margin: 0;
	margin-top: 10px;
}

.store__theme .header__desktop .mega__menu .conteiner>ul>li ul a {
	color: var(--mega-menu-text-sub) !important;
	display: block;
	margin-bottom: 5px;
}

.store__theme .header__desktop .mega__menu .conteiner>ul>li ul a:hover {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.store__theme .header__desktop .conteiner.header__container {
		height: 100% !important;
	}

	.store__theme .header__desktop .mega__menu,
	.store__theme .header__desktop .store__menu,
	.store__theme .header__desktop .atalho-menu {
		display: none !important;
	}

	.store__theme .header__desktop .conteiner.header__container {
		-ms-grid-columns: 35px 10px auto 10px 34px;
		grid-template-columns: 35px auto 34px;
		padding: 0 10px !important;
		gap: 0 10px !important;
	}

	.store__theme .header__desktop .conteiner.header__container svg {
		width: 30px;
		height: 30px;
	}

	.store__theme .header__desktop .side__favorites,
	.store__theme .header__desktop .side__account {
		display: none !important;
	}

	.store__theme .header__desktop .store__search {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		grid-column: -1 / 1;
		padding-bottom: 10px;
	}

	.store__theme .header__desktop .store__search .busca {
		margin: 0 !important;
	}

	.store__theme .header__desktop .store__search input {
		width: 100% !important;
		height: 44px !important;
		border: 1px solid #dedede !important;
	}
}

@media (max-width: 992px) {
	.store__theme body:not(.pagina-inicial) .header__desktop .store__search .busca {
		margin: 0 !important;
		background-color: #fff !important;
		border-bottom: 10px;
	}
}

.store__theme .secao-banners .conteiner {
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	border: none !important;
	max-width: 100% !important;
	min-width: 100% !important;
}

.store__theme .titulo-categoria {
	color: #2e2e2e;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: unset;
	letter-spacing: 4px;
	font-size: 16px;
	position: relative;
	margin-top: 2em;
	white-space: nowrap;
	text-align: center;
	border: none;
	margin-bottom: 40px;
	color: var(--department-title);
}

.store__theme .titulo-categoria strong {
	font-size: inherit !important;
}

.store__theme .titulo-categoria:hover {
	padding-left: 0 !important;
	background-color: transparent !important;
}

.store__theme .titulo-categoria::after {
	content: "";
	max-width: 4.25rem;
	width: 100%;
	height: 0.0313rem;
	background-color: var(--department-title);
	margin: 0 auto;
	margin-top: 5px;
}

@media (min-width: 992px) {
	.store__theme .plugin__categorias .slick-next {
		-webkit-box-shadow: -30px 0 45px 18px #fff;
		box-shadow: -30px 0 45px 18px #fff;
	}
}

@media (max-width: 992px) {
	.store__theme .plugin__categorias .slick-slide {
		margin: 0 8px;
	}

	.store__theme .plugin__categorias .slick-list {
		margin: 0 -8px;
	}
}

.store__theme .plugin__categorias .slide_list {
	margin-top: 40px;
}

@media (max-width: 992px) {
	.store__theme .plugin__categorias .slide_list .slide_item {
		text-align: center;
		word-break: break-all;
	}
}

.store__theme .plugin__categorias .slide_list .slide_item a {
	display: inline-block;
	padding: 3px;
	border-radius: 50%;
	background: #ddd;
}

.store__theme .plugin__categorias .slide_list .slide_item a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f09), to(#ffb321));
	background: -o-linear-gradient(#f09, #ffb321);
	background: linear-gradient(#f09, #ffb321);
}

.store__theme .plugin__categorias .slide_list .slide_item a img {
	display: block;
	margin: 0px auto;
	border-radius: 50%;
}

.store__theme .plugin__categorias .slide_list .slide_item span {
	color: var(--department-title);
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.34px;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
}

@media (max-width: 992px) {
	.store__theme .plugin__categorias .slide_list .slide_item span {
		font-size: 12px;
		margin-top: 5px;
	}
}

.store__theme .plugin__destaque {
	margin-top: 70px !important;
}

.store__theme .plugin__destaque .slick-slide {
	margin: 0 8px;
}

.store__theme .plugin__destaque .slick-list {
	margin: 0 -8px;
}

.store__theme .plugin__destaque img {
	border-radius: 1rem;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.store__theme .plugin__destaque img:not(:hover) {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.store__theme .plugin__images-grid {
	margin-top: 40px;
}

.store__theme .plugin__images-grid .slide_list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media (max-width: 992px) {
	.store__theme .plugin__images-grid .slide_list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.store__theme .plugin__images-grid .slide_list img {
	width: 100%;
}

.store__theme .plugin__banner-vitrine {
	margin-top: -10px;
}

.store__theme .plugin__beneficios .bb_container {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 41px;
}

@media screen and (max-width: 768px) {
	.store__theme .plugin__beneficios .bb_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 24px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.store__theme .plugin__beneficios .bb_items {
		margin-bottom: 34px;
	}
}

.store__theme .plugin__beneficios .bb_items__container {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.store__theme .plugin__beneficios .bb_items__container__image {
	margin-bottom: 10px;
}

.store__theme .plugin__beneficios .bb_items__container__group {
	text-align: center;
}

.store__theme .plugin__beneficios .bb_items__container__group__title {
	font-family: reservasans-bold, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 15.24px;
	color: #3a3a3a;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.store__theme .plugin__beneficios .bb_items__container__group__title {
		margin-bottom: 5px;
		font-family: reservasans, sans-serif;
		font-weight: 500;
		font-size: 15px;
	}
}

.store__theme .plugin__beneficios .bb_items__container__group__text {
	font-family: reservasans-light, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 18.75px;
	text-align: center;
	max-width: 200px;
	color: #848484;
}

.store__theme .plugin__beneficios .bb_items__container__group__text a {
	color: #3a3a3a;
	font-family: reservasans-bold, sans-serif;
	font-style: normal;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.store__theme .plugin__beneficios .bb_items__container__group__text {
		text-align: left;
		max-width: 245px;
	}
}

@media screen and (max-width: 768px) {
	.store__theme .plugin__beneficios .bb_items__container__group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.store__theme .plugin__beneficios .bb_items__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 18px;
	}
}

.store__theme .banner.mini-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.store__theme .banner.mini-banner::after,
.store__theme .banner.mini-banner::before {
	display: none;
}

.store__theme .banner.mini-banner a {
	display: block;
	width: 100%;
}

.store__theme .banner.mini-banner a img {
	border-radius: 7px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.store__theme .banner.mini-banner a img:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.store__theme .marcas {
	margin: 80px 0;
}

.store__theme .marcas .slick-slide {
	margin: 0 12px;
}

.store__theme .marcas .slick-list {
	margin: 0 -12px;
}

.store__theme .marcas a {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.store__theme .marcas a img {
	-o-object-fit: contain;
	object-fit: contain;
}

.store__theme .footer {
	background-color: #fff;
	padding: 40px 20px 20px;
	/* Primeira Seção: Links + Atendimento */
	/* Atendimento */
	/* Redes Sociais */
	/* Segunda Seção: Benefícios */
	/* Terceira Seção: Somos com Orgulho + Certificações */
	/* Quarta Seção: Informações da Empresa */
	/* Responsividade para Mobile */
}

.store__theme .footer .footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

.store__theme .footer .footer-main-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.store__theme .footer .footer-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.store__theme .footer .footer-contact-section {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 500px;
}

.store__theme .footer .footer-section h3 {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 15px;
	color: #333;
	margin: 0;
}

.store__theme .footer .footer-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.store__theme .footer .footer-section li {
	margin-bottom: 8px;
}

.store__theme .footer .footer-section a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.store__theme .footer .footer-section a:hover {
	color: #333;
}

.store__theme .footer .contact-info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.store__theme .footer .contact-item {
	margin-bottom: 20px;
}

.store__theme .footer .contact-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-decoration: none;
	color: inherit;
}

.store__theme .footer .contact-link img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.store__theme .footer .contact-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.store__theme .footer .contact-title {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-decoration: underline;
	margin-bottom: 8px;
}

.store__theme .footer .contact-description {
	font-size: 13px;
	color: #000;
	line-height: 1.2;
}

.store__theme .footer .social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 10px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.store__theme .footer .social-media img {
	opacity: 0.6;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.store__theme .footer .social-media img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.store__theme .footer .social-media a {
	display: block;
}

.store__theme .footer .social-media img {
	max-height: 21px;
}

.store__theme .footer .benefits-section {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 40px;
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
}

.store__theme .footer .benefit-item {
	text-align: center;
}

.store__theme .footer .benefit-image {
	width: auto;
	height: auto;
	max-width: 80px;
	margin: 0 auto 15px;
	display: block;
}

.store__theme .footer .benefit-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
	color: #333;
}

.store__theme .footer .benefit-description {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

.store__theme .footer .footer-bottom-sections {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.store__theme .footer .pride-section h3,
.store__theme .footer .certifications-section h3 {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 15px;
	color: #333;
}

.store__theme .footer .pride-logos ul,
.store__theme .footer .certifications ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 992px) {

	.store__theme .footer .pride-logos ul,
	.store__theme .footer .certifications ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.store__theme .footer .pride-logos img,
.store__theme .footer .certifications img {
	max-height: 40px;
	width: auto;
}

.store__theme .footer .company-info-section {
	text-align: center;
	padding-top: 20px;
}

.store__theme .footer .company-info-section p {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.store__theme .footer {
		/* Primeira Seção */
		/* Benefícios */
		/* Rodapé inferior */
	}

	.store__theme .footer img[alt="Site Seguro"] {
		width: 77% !important;
	}

	.store__theme .footer .footer {
		padding: 30px 15px 15px;
	}

	.store__theme .footer .footer-main-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}

	.store__theme .footer .footer-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.store__theme .footer .footer-contact-section {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.store__theme .footer .contact-info {
		gap: 15px;
		grid-template-columns: 1fr;
	}

	.store__theme .footer .contact-info iframe {
		width: 100% !important;
	}

	.store__theme .header__desktop .conteiner.header__container .side__cart {
		display: block !important;
	}

	.store__theme .footer .social-media {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}

	.store__theme .footer .social-media img {
		max-height: 25px;
	}

	.store__theme .footer .benefits-section {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px 0;
	}

	.store__theme .footer .benefit-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
		gap: 15px;
	}

	.store__theme .footer .benefit-image {
		width: 50px;
		height: 50px;
		margin: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.store__theme .footer .benefit-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.store__theme .footer .footer-bottom-sections {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 25px;
		text-align: center;
	}

	.store__theme .footer .pride-logos,
	.store__theme .footer .certifications {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 15px;
	}

	.store__theme .footer .company-info-section {
		text-align: center;
		padding-top: 15px;
	}
}

@media (max-width: 480px) {
	.store__theme .footer .footer {
		padding: 10px !important;
	}

	.store__theme .footer .footer-main-section {
		gap: 20px;
	}

	.store__theme .footer .footer-content {
		gap: 20px;
	}

	.store__theme .footer .benefits-section {
		gap: 15px;
		padding: 15px 0;
	}

	.store__theme .footer .benefit-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.store__theme .footer .benefit-image {
		width: 60px;
		height: 60px;
	}

	.store__theme .footer .footer-bottom-sections {
		gap: 20px;
	}

	.store__theme .footer .social-media {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
	}

	.store__theme .footer .social-media img {
		max-height: 20px;
	}

	.store__theme .footer .pride-logos img,
	.store__theme .footer .certifications img {
		max-height: 35px;
	}
}

.store__theme .footer .gateways-rodape,
.store__theme .footer .bandeiras-pagamento {
	border-radius: 0;
	margin: 0;
	border: none;
	background-image: none;
}

.store__theme .footer .gateways-rodape li,
.store__theme .footer .bandeiras-pagamento li {
	padding: 0;
	border: none;
	width: auto !important;
}

@media (max-width: 768px) {
	.store__theme .footer .footer-section.atendimento h3 {
		margin-bottom: 10px;
	}

	.store__theme .footer .footer-section:not(.atendimento) h3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 500;
		color: #171717;
		font-size: 1rem;
		border-bottom: 1px solid #d8d9da;
		padding-bottom: 10px;
	}

	.store__theme .footer .footer-section:not(.atendimento) h3::after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6 1 1' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		width: 12px;
		height: 7px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		content: "";
		-webkit-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		position: relative;
		right: 5px;
	}

	.store__theme .footer .footer-section:not(.atendimento) h3.active {
		margin-bottom: 10px;
	}

	.store__theme .footer .footer-section:not(.atendimento) h3.active::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.store__theme .footer .footer-section:not(.atendimento) h3.active+ul {
		display: block;
	}

	.store__theme .footer .footer-section:not(.atendimento) h3:not(.active)+ul {
		display: none;
	}
}

.store__theme a[title="Loja Integrada - Plataforma de loja virtual."] {
	/* width: 100%; */
	padding-top: 20px;
	text-align: center;
}

.store__theme .breadcrumbs {
	display: none;
}

.store__theme body:not(.pagina-inicial) #corpo {
	margin-top: 93px;
}

@media (max-width: 992px) {
	.store__theme body:not(.pagina-inicial) #corpo {
		margin-top: 130px !important;
	}
}

.store__theme .catalog-page .product__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

@media (max-width: 992px) {
	.store__theme .catalog-page .product__list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.store__theme .catalog-page .product__list>div {
	margin: 0;
}

.store__theme .catalog-page .ordenar-listagem.topo {
	display: none;
}

@media (max-width: 992px) {
	.store__theme .catalog-page .conteudo h1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.store__theme .catalog-page .conteudo h1 div {
		float: right;
		font-size: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		font-weight: 600;
	}
}

.store__theme .catalog-page .coluna.span3.active {
	position: fixed;
	display: block;
	z-index: 100000000000000004764729344;
	background-color: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.store__theme .catalog-page .coluna.span3.active h4 {
	font-size: 14px;
}

.store__theme .catalog-page .coluna.span3.active .componente {
	display: none;
}

.store__theme .catalog-page .coluna.span3.active>div {
	width: 70%;
	background-color: #fff;
	height: 100%;
}

.store__theme .catalog-page .coluna.span3.active .b-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 25px;
}

.store__theme .catalog-page .coluna.span3>div.menu,
.store__theme .catalog-page .coluna.span3 .newsletter,
.store__theme .catalog-page .coluna.span3>.row-fluid {
	display: none !important;
}

.store__theme .catalog-page .coluna.span3 .lateral {
	margin: 0 !important;
}

.store__theme .catalog-page .coluna.span3>.componente {
	background-color: #f4f4f4 !important;
	margin-top: 20px;
}

.store__theme .catalog-page .coluna.span3>.componente i {
	display: none;
}

.store__theme .catalog-page .coluna.span3 .filtro {
	border: none;
	padding: 20px;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid rgba(101, 101, 101, .1);
}

.store__theme .catalog-page .coluna.span3 .filtro>h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.store__theme .catalog-page .coluna.span3 .filtro>h4::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath d='M.7 7.508c0 .16.122.292.273.292.073 0 .143-.03.195-.086L7 1.504l5.832 6.21c.107.114.28.114.387 0a.306.306 0 000-.413L7.194.885a.262.262 0 00-.388 0L.78 7.301a.301.301 0 00-.08.207z' fill='%23000'/%3E%3C/svg%3E");
	height: 12.6px;
	width: 15px;
	display: block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.store__theme .catalog-page .coluna.span3 .filtro>h4.active {
	margin-bottom: 10px;
}

.store__theme .catalog-page .coluna.span3 .filtro>h4.active::after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.store__theme .catalog-page .coluna.span3 .filtro>h4:not(.active)+.atributo-lista,
.store__theme .catalog-page .coluna.span3 .filtro>h4:not(.active)+.atributo-comum {
	display: none;
}

.store__theme .catalog-page .filtro.lista ul li label:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.store__theme .catalog-page .atributo-lista li.active a,
.store__theme .catalog-page .atributo-lista li.active label {
	background-color: #000;
}

.store__theme .catalog-page .atributo-lista li.active a span,
.store__theme .catalog-page .atributo-lista li.active label span {
	color: #fff !important;
}

.store__theme .catalog-page .atributo-comum li.active a {
	background-color: #000;
}

.store__theme .catalog-page .atributo-comum li.active a span {
	color: #fff !important;
}

.store__theme .catalog-page .atributo-comum li a {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #000;
}

.store__theme .catalog-page .atributo-comum li a span {
	color: #000;
}

.store__theme .catalog-page .atributo-comum li a:hover {
	background-color: #000;
}

.store__theme .catalog-page .atributo-comum li a:hover span {
	color: #fff !important;
}

.store__theme .listagem-linha li {
	border: none !important;
}

.store__theme .listagem-item {
	border: none !important;
}

.store__theme .listagem-item .imagem-produto {
	height: 300px !important;
}

.store__theme .listagem-item .info-produto .nome-produto {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}

.store__theme .listagem-item .info-produto .preco-produto.format-1 s.preco-venda {
	font-size: 14px;
	color: #8a8c8e;
	margin-right: 8px;
}

.store__theme .listagem-item .info-produto .preco-produto.format-1 [data-sell-price] {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.store__theme .listagem-item .info-produto .preco-produto.format-2:not(.with-parcel) s {
	display: inline-block !important;
}

.store__theme .listagem-item .info-produto .preco-produto.format-2.with-parcel [data-sell-price],
.store__theme .listagem-item .info-produto .preco-produto.format-2.with-parcel .preco-parcela {
	position: relative;
	top: -5px;
}

.store__theme .listagem-item .info-produto .preco-produto.format-2 s.preco-venda {
	font-size: 14px;
	color: #8a8c8e;
	display: block;
	margin-bottom: 8px;
}

.store__theme .listagem-item .info-produto .preco-produto.format-2 [data-sell-price] {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.store__theme .listagem-item .info-produto .preco-produto.format-2 .preco-parcela {
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.store__theme .listagem-item .info-produto .preco-produto.format-2 .preco-parcela::before {
	content: "|";
	margin-right: 5px;
	position: relative;
	top: 1px;
	color: #000;
	margin-left: 9px;
	font-size: 20px;
	font-weight: bold;
}

.store__theme .listagem-item .info-produto .preco-produto.format-2 .preco-parcela * {
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.store__theme .listagem-item .bandeiras-produto .bandeira-promocao {
	margin: 0;
	background-color: #df5711;
	border: 0;
	border-radius: 30px;
}

.store__theme .listagem-item .bandeiras-produto .bandeira-indisponivel {
	margin: 0;
	border: none;
	border-radius: 30px;
}

.store__theme .listagem-item .bandeiras-produto .adicionado-carrinho {
	margin: 0;
	background-color: #11ab6b;
	border: none;
	border-radius: 30px;
}

.store__theme .listagem-item .btn-favorite {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 11;
	padding: 0 !important;
	cursor: pointer;
}

.store__theme .listagem-item .btn-favorite svg {
	width: 24px;
	height: 22px;
}

.store__theme .listagem-item .acoes-produto {
	bottom: 0 !important;
	padding: 0;
	border: none;
	background-color: transparent;
}

.store__theme .listagem-item .acoes-produto i {
	display: none;
}

.store__theme .listagem-item .acoes-produto a {
	width: 100%;
	line-height: 30px;
	border-radius: 0;
	border: none;
	background-color: #11ab6b;
	background-image: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.store__theme .listagem-item .acoes-produto a:hover {
	opacity: 0.95;
}

.store__theme .o-hidden {
	overflow: hidden;
}

.store__theme .pagina-produto .new-gallery {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.store__theme .pagina-produto .new-gallery img {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.store__theme .pagina-produto .fullpage-gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 99999999;
	background-color: #fff;
}

.store__theme .pagina-produto .fullpage-gallery:not(.active) {
	display: none;
	z-index: -1;
	visibility: hidden;
}

.store__theme .pagina-produto .fullpage-gallery .i-close {
	position: absolute;
	right: 60px;
	top: 60px;
	cursor: pointer;
	z-index: 99999;
}

.store__theme .pagina-produto .fullpage-gallery .i-close svg {
	fill: #000;
}

.store__theme .pagina-produto .fullpage-gallery .content {
	position: relative;
	width: 100%;
	height: 100%;
}

.store__theme .pagina-produto .fullpage-gallery .content .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	position: sticky;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float: left;
	z-index: 1400;
	margin-inline: 2rem;
	width: 64px;
	z-index: 999;
}

.store__theme .pagina-produto .fullpage-gallery .content .gallery div {
	width: 64px;
	height: 96px;
	cursor: pointer;
	opacity: 1;
}

.store__theme .pagina-produto .fullpage-gallery .content .gallery div img {
	max-width: 100%;
	max-height: 100%;
}

.store__theme .pagina-produto .fullpage-gallery .content .image {
	overflow: auto;
	max-height: 100%;
}

.store__theme .pagina-produto .principal .codigo-produto {
	padding-top: 0;
	margin-top: 0;
}

.store__theme .pagina-produto .principal .nome-produto {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	color: #242424;
}

.store__theme .pagina-produto .principal .atributos>div>span,
.store__theme .pagina-produto .principal .atributos>div>span* {
	color: #808284;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
}

.store__theme .pagina-produto .principal .atributos ul li.active span {
	border: 0.5px solid #242424 !important;
	background-color: #242424 !important;
	color: #fff !important;
}

.store__theme .pagina-produto .principal .atributos ul li a {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	background-color: transparent;
}

.store__theme .pagina-produto .principal .atributos ul li a:not(.indisponivel) span {
	background-color: #fff;
}

.store__theme .pagina-produto .principal .atributos ul li a:not(.indisponivel):hover span {
	border: 0.5px solid #242424;
	background-color: #242424;
	color: #fff;
}

.store__theme .pagina-produto .principal .atributos ul li a.indisponivel span {
	background-color: #ddd;
}

.store__theme .pagina-produto .principal .atributos ul li a span {
	border-radius: 8px;
	border: 0.5px solid #c5c5c5;
	color: #010000;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px 15px;
	height: 40px;
	width: 40px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: Inter, sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.store__theme .pagina-produto .principal .acoes-produto .disponibilidade-produto {
	display: none;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto,
.store__theme .pagina-produto .principal .acoes-produto .comprar {
	float: unset !important;
	text-align: left !important;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-1 s.preco-venda {
	font-size: 14px;
	color: #8a8c8e;
	margin-right: 8px;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-1 [data-sell-price] {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-2:not(.with-parcel) s {
	display: inline-block !important;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-2.with-parcel [data-sell-price],
.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-2.with-parcel .preco-parcela {
	position: relative;
	top: -5px;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-2 s.preco-venda {
	font-size: 14px;
	color: #8a8c8e;
	display: block;
	margin-bottom: 8px;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-2 [data-sell-price] {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-2 .preco-parcela {
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-2 .preco-parcela::before {
	content: "|";
	margin-right: 5px;
	position: relative;
	top: 1px;
	color: #000;
	margin-left: 9px;
	font-size: 20px;
	font-weight: bold;
}

.store__theme .pagina-produto .principal .acoes-produto .preco-produto.format-2 .preco-parcela * {
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.store__theme .pagina-produto .principal .acoes-produto .qtde-carrinho-title {
	display: none;
}

.store__theme .pagina-produto .principal .acoes-produto .comprar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.store__theme .pagina-produto .principal .acoes-produto .comprar .botao-comprar {
	background-color: #38ab6b;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 52px;
	padding: 0;
}

.store__theme .pagina-produto .principal .acoes-produto .comprar .botao-comprar i {
	display: none;
}

.store__theme .pagina-produto .principal .acoes-produto .qtde-adicionar-carrinho {
	width: 109px !important;
	border: 1px solid #c5c5c5;
	border-radius: 8px;
	height: 52px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 7px;
}

.store__theme .pagina-produto .principal .acoes-produto .qtde-adicionar-carrinho * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.store__theme .pagina-produto .principal .acoes-produto .qtde-adicionar-carrinho input {
	border: none;
	font-size: 14px;
	width: 100%;
	height: 2rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: transparent;
	font-size: 16px;
	font-weight: 500;
}

.store__theme .pagina-produto .principal .acoes-produto .qtde-adicionar-carrinho button {
	background-color: transparent;
	font-weight: bold;
	font-size: 17px;
}

.store__theme .pagina-produto .principal .custom-tabs {
	border-top: 1px solid #c5c5c5;
	padding-top: 20px;
	margin-bottom: 20px;
}

.store__theme .pagina-produto .principal .custom-tabs .tab-titles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-top: 12px;
}

.store__theme .pagina-produto .principal .custom-tabs .tab-titles>div {
	padding-top: 0.25em;
	padding-bottom: 0.32em;
	border-bottom: 1.5px solid transparent;
	color: #808284;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
}

.store__theme .pagina-produto .principal .custom-tabs .tab-titles>div.active {
	border-bottom: 1.5px solid #343434;
	color: #343434;
	font-weight: 600;
}

.store__theme .pagina-produto .principal .custom-tabs .tab-options>div {
	display: none;
	margin-top: 20px;
}

.store__theme .pagina-produto .principal .cep {
	display: block;
	float: none;
	margin-top: 30px;
}

.store__theme .pagina-produto .principal .cep label {
	float: none;
	font-size: 15px;
	color: #5b5b5b;
	line-height: 100%;
	font-weight: normal;
}

.store__theme .pagina-produto .principal .cep .simulator-separator {
	width: 1px;
	height: 16px;
	background-color: #c5c5c5;
}

.store__theme .pagina-produto .principal .cep .form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.store__theme .pagina-produto .principal .cep .form-inline .shipping-icon {
	position: absolute;
	z-index: 99;
	top: 17px;
	left: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.store__theme .pagina-produto .principal .cep .form-inline input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 16px;
	height: 46px;
	padding-left: 40px;
	width: 200px;
	color: #2b2b2b;
	font-size: 12px;
	border-radius: 10px !important;
}

.store__theme .pagina-produto .principal .cep .form-inline input::-webkit-input-placeholder {
	color: #2b2b2b;
}

.store__theme .pagina-produto .principal .cep .form-inline input::-moz-placeholder {
	color: #2b2b2b;
}

.store__theme .pagina-produto .principal .cep .form-inline input:-ms-input-placeholder {
	color: #2b2b2b;
}

.store__theme .pagina-produto .principal .cep .form-inline input::-ms-input-placeholder {
	color: #2b2b2b;
}

.store__theme .pagina-produto .principal .cep .form-inline input::placeholder {
	color: #2b2b2b;
}

.store__theme .pagina-produto .principal .cep .form-inline button {
	background-color: #2b2b2b;
	color: #fff;
	width: 189px;
	border: none;
	border-radius: 6px;
	padding: 15px 67px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0;
	cursor: pointer;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
	background-image: none;
	text-shadow: none;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 992px) {
	.store__theme .pagina-produto .principal .cep .form-inline button {
		width: 100px !important;
		padding-left: 0;
		text-align: center;
		padding-right: 0;
	}
}

.store__theme .pagina-produto .principal .cep .search-cep {
	display: block;
	margin-top: 8px;
}

.store__theme .pagina-produto .principal .cep .search-cep i {
	display: none;
}

.store__theme .pagina-produto .acoes-flutuante,
.store__theme .pagina-produto .abas-custom {
	display: none !important;
}

.store__theme .pagina-produto .aproveite-tambem h4.titulo {
	font-weight: 600;
	display: block;
	text-align: center;
	font-size: 26px;
}

.store__theme .pagina-produto .aproveite-tambem .listagem-linha>ul::after,
.store__theme .pagina-produto .aproveite-tambem .listagem-linha>ul::before {
	display: none;
}

@media (max-width: 768px) {
	.store__theme .pagina-produto .listagem .listagem-linha>ul {
		margin: 0 !important;
		padding: 0 !important;
	}

	.store__theme .pagina-produto #corpo>.conteiner {
		padding: 0;
	}

	.store__theme .pagina-produto .secao-principal {
		padding: 0;
	}

	.store__theme .pagina-produto .produto-thumbs {
		display: none !important;
	}

	.store__theme .pagina-produto .conteiner-imagem {
		display: none !important;
	}

	.store__theme .pagina-produto .conteiner-imagem>div {
		border: none;
		padding: 0;
		margin: 0;
	}

	.store__theme .pagina-produto .produto-thumbs {
		margin-top: 10px;
	}

	.store__theme .pagina-produto .elastislide-carousel ul li.active a {
		border-width: 1px;
		border-color: #000;
	}

	.store__theme .pagina-produto .produto .principal>div,
	.store__theme .pagina-produto .acoes-produto .preco-produto,
	.store__theme .pagina-produto .produto-compartilhar {
		padding: 0;
		margin: 0;
		border: none;
	}

	.store__theme .pagina-produto .produto-compartilhar .lista-redes {
		display: block;
	}

	.store__theme .pagina-produto .produto-compartilhar ul {
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 5px;
	}

	.store__theme .pagina-produto .new-gallery-mob {
		margin-bottom: 15px;
		/* the parent */
	}

	.store__theme .pagina-produto .new-gallery-mob .slick-slide {
		margin: 0 5px;
	}

	.store__theme .pagina-produto .new-gallery-mob .slick-list {
		margin: 0 -5px;
	}

	.store__theme .pagina-produto .new-gallery-mob img {
		border: 1px solid #f4f2f0;
	}

	.store__theme .pagina-produto .principal {
		padding: 0 10px;
	}
}

.store__theme .pagina-carrinho .header__desktop,
.store__theme .pagina-carrinho .footer {
	display: none !important;
}

@media (max-width: 767px) {
	.ohidden {
		overflow: hidden;
	}

	.menu-mobile * {
		color: #000;
	}

	.menu-mobile.active {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 999999;
		background-color: rgba(0, 0, 0, 0.4);
	}

	.menu-mobile {
		width: 100%;
		left: 0;
		position: fixed;
		top: 0;
		height: 100vh;
		z-index: 8;
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu-mobile-wrap {
		height: 100%;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 290px;
		background: #fff;
	}

	.conta-mobile {
		border-bottom: 1px solid #e8e8e8;
	}

	.conta-mobile .inside {
		padding: 13px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.conta-mobile .a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.conta-mobile svg {
		width: 32px;
		height: 32px;
	}

	.conta-mobile .b {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 16px;
		margin-left: 10px;
		line-height: 17px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		color: inherit;
	}

	.conta-mobile .b strong {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.conta-mobile .b span {
		font-size: 14px;
		line-height: 15px;
	}

	.conta-mobile .b a {
		text-decoration: underline !important;
	}

	.painel-mobile {
		border-bottom: 1px solid #e8e8e8;
	}

	.painel-mobile .inside {
		padding: 15px 23px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.painel-mobile .item-mobile:not(:last-child) {
		margin-bottom: 15px;
	}

	.painel-mobile .item-mobile a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.menu-mobile .painel-mobile svg {
		width: 26px;
		height: 26px;
		margin-right: 15px;
	}

	.menu-mobile svg#Icons {
		fill: none !important;
	}

	.menu-mobile svg:not(#Icons) {
		fill: #999;
	}

	.menu-mobile svg .st1,
	.menu-mobile svg .st0 {
		fill: none;
		stroke: #999;
		stroke-width: 2;
		stroke-linejoin: round;
		stroke-miterlimit: 10;
	}

	.painel-mobile .item-mobile a span {
		color: inherit;
		font-size: 15px;
	}

	.categorias-mobile {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		overflow-y: auto;
	}

	.categorias-mobile .inside {
		padding: 15px 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
	}

	.categorias-mobile .categorias-titulo {
		font-size: 15px;
		margin-bottom: 15px;
		margin-top: 5px;
	}

	.categorias-mobile .nivel-um {
		width: 100%;
		padding-bottom: 0;
	}

	.categorias-mobile .nivel-um>li {
		margin-bottom: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}

	.menu-mobile .menu-mobile-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		position: relative;
		cursor: pointer;
	}

	.menu-mobile .menu-mobile-close svg {
		width: 25px;
		height: 25px;
		fill: #fff !important;
		top: 15px;
		position: relative;
		left: 15px;
	}

	.pagina-carrinho .barra-mobile {
		display: none !important;
	}

	.barra-mobile {
		z-index: 999;
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		-webkit-box-shadow: 0px 0px 4px 0px #000;
		box-shadow: 0px 0px 4px 0px #000;
		border-top: 1px solid #efefef;
	}

	.barra-mobile .inside {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 13px 0;
	}

	.barra-mobile a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 5px;
	}

	.barra-mobile a svg {
		width: 23px;
		height: 23px;
		fill: #606060;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.barra-mobile a span {
		font-size: 12px;
		color: #606060;
		margin-top: 2px;
	}

	.popup-busca {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		background: #fff;
		padding: 12px 0;
		z-index: 6;
		-webkit-box-shadow: 0px 0px 4px 0px #000;
		box-shadow: 0px 0px 4px 0px #000;
		border-top: 1px solid #efefef;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		visibility: hidden;
	}

	.popup-busca .busca input {
		color: #919191;
	}

	.popup-busca.show-busca {
		bottom: 67px;
		visibility: visible;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		z-index: 999;
	}

	.busca .botao-busca svg {
		width: 20px;
		height: 20px;
	}

	.busca .botao-busca {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		right: 15px;
		top: 0;
		height: 44px;
		width: 30px;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 !important;
	}

	.popup-busca .busca input {
		color: #919191;
	}

	.busca input {
		border: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		padding: 0 30px;
		background: none;
		font-size: 13px;
		height: 44px;
		width: 83%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.nivel-um>li>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: var(--cor-primaria);
	}

	.nivel-um a strong {
		font-size: 15px;
		font-weight: 400;
		color: inherit;
	}

	.nivel-um a>i {
		font-size: 9px;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		cursor: pointer;
		height: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 20px;
		background-color: transparent !important;
		color: var(--cor-primaria) !important;
	}

	.menu .nivel-tres {
		display: block;
		position: relative;
		left: 0;
		top: 0;
	}

	.menu .nivel-tres>li {
		padding: 0px 10px !important;
	}

	.nivel-dois {
		display: none;
		padding: 10px 15px !important;
		border-radius: 3px;
		margin-top: 10px;
		background: #f5f5f5 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.nivel-tres>li>a {
		line-height: 2 !important;
	}

	.nivel-tres>li {
		border: none !important;
	}

	.nivel-dois>li>a {
		line-height: 2 !important;
		color: #555;
		font-weight: 600;
		line-height: 17px;
		white-space: normal;
	}

	.menu .nivel-dois>li {
		padding: 0 !important;
		margin-bottom: 10px !important;
		border: none !important;
	}

	.menu .nivel-dois .com-filho i {
		display: none !important;
	}

	.categorias-mobile .nivel-um>li {
		border: none !important;
	}

	.menu * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nivel-um>li>a {
		padding-right: 10px;
	}

	.menu .nivel-tres {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.pagina-carrinho .header__desktop {
	display: none !important;
}

/* Modal Newsletter */
.modal-modalNewsletter,
.modal-modalNewsletter .fancybox-skin,
.modal-modalNewsletter .fancybox-inner {
	width: 500px !important;
	height: 400px !important;
	padding: 0 !important;
	border-radius: 0;
	text-align: center;
}

#modalNewsletter .componente .interno {
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 400px;
}

#modalNewsletter .componente .titulo {
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
}

#modalNewsletter .componente .titulo i {
	float: none;
	display: block;
	font-size: 60px;
	color: #999;
}

#modalNewsletter .componente .texto-newsletter {
	font-size: 15px;
	text-transform: uppercase;
}

#modalNewsletter .newsletter-cadastro input {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	border-radius: 0;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#modalNewsletter .newsletter .botao {
	padding: 0 20px;
	height: 50px;
	border: 0;
	background-image: none;
	line-height: 30px;
	display: block;
	float: none;
	position: relative;
	margin: 20px auto 0;
}

#modalNewsletter .newsletter .botao:before {
	content: "Assinar Newsletter";
	font-family: "Arial";
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#modalNewsletter .newsletter .botao:after {
	content: "\f105";
	font-size: 15px;
	margin-left: 20px;
}

.modal-modalNewsletter a.fancybox-item.fancybox-close {
	background: none;
	top: 10px;
	right: 10px;
}

.modal-modalNewsletter a.fancybox-item.fancybox-close:before {
	content: "\f00d";
	font-family: "Fontawesome";
	color: #999;
	font-size: 30px;
}

/* Modal Fale Conosco */
#modalContato {
	border-radius: 0;
}

#modalContato th,
#modalContato tr,
#modalContato td {
	border: 0;
}

#modalContato .modal-header .titulo {
	display: block;
	color: #000;
	font-size: 24px;
	line-height: 40px;
}

#modalContato .modal-header {
	border: 0;
	font-size: 14px;
	font-weight: normal;
	padding: 30px 50px 10px;
}

#modalContato .modal-body {
	border: 0;
}

#modalContato .modal-header .close {
	top: 10px;
	position: relative;
	font-size: 30px;
	color: #999;
	opacity: 1;
}

#modalContato .modal-body {
	padding: 20px 50px 40px;
}

#modalContato .form-horizontal .controls input {
	width: 95%;
	padding: 0 0 0 10px;
	height: 40px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

#modalContato .form-horizontal .control-label {
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 70px;
}

#modalContato .form-horizontal .controls {
	margin-left: 0;
	display: block;
}

#modalContato .form-horizontal .control-label {
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	float: none;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

#modalContato textarea {
	width: 91%;
	border-radius: 0;
}

#modalContato .g-recaptcha {
	margin-left: 0;
}

#modalContato .control-group .botao.principal.pull-right+.botao {
	background: #999;
	color: #fff;
	font-size: 15px;
	border: 0;
	border-radius: 0;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	float: none;
}

#modalContato .control-group .botao.principal.pull-right:after {
	content: "\f003";
	font-family: "Fontawesome";
	margin-left: 20px;
	font-weight: normal;
}

#modalContato .control-group .botao.principal.pull-right {
	background-image: none;
	border: 0;
	height: 40px;
	padding: 0 20px;
	text-shadow: none;
	font-size: 15px;
	float: none;
	margin: 0 10px 0 0;
}

/* Página Login */
.pagina-login .cadastro .caixa-sombreada {
	padding: 40px 70px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #f0f1f3;
	border-radius: 6px;
}

.cadastro-logar .form-horizontal .controls input {
	width: 100%;
	padding: 0;
	border-radius: 0;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cadastro-logar .form-horizontal .control-label {
	display: none;
}

.cadastro-logar .form-horizontal .controls {
	margin-left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cadastro-logar .form-horizontal .controls input,
.cadastro-logar input#id_email {
	width: 100%;
	padding: 0 0 0 20px;
	border-radius: 0;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cadastro legend i {
	display: none;
}

.cadastro legend {
	border: 0;
	padding: 0;
}

.pagina-login .cadastro label {
	display: none;
}

.cadastro-logar button.botao:after {
	content: "\f105";
	float: none;
	font-family: "Fontawesome";
	line-height: 40px;
	position: absolute;
	right: 20px;
	top: 5px;
}

.cadastro-logar button.botao {
	display: block;
	width: 100%;
	padding: 0 20px;
	height: 50px;
	margin: 10px 0 0;
	border-radius: 0;
	font-weight: 600;
	border: 0;
	background-image: none;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-shadow: none;
	background: var(--cor-da-marca) !important;
}

.cabecalho-interno .titulo small {
	display: block;
	font-size: 15px;
}

.cabecalho-interno {
	text-align: center;
	margin-bottom: 30px;
}

.pagina-login .recuperar-senha {
	margin-left: 0;
	color: #999;
	font-size: 15px;
	margin-top: 30px;
	display: block;
}

/* página carrinho */
.pagina-carrinho #sobreLoja {
	display: none;
}

.pagina-carrinho .cor-principal {
	color: var(--cor-principal-carrinho);
}

.pagina-carrinho th,
.pagina-carrinho tr,
.pagina-carrinho td {
	border: 0;
	background: #fff;
}

.pagina-carrinho .tabela-carrinho.table-body {
	border-bottom: 2px solid #e8e8e8;
	border-top: 2px solid #e8e8e8;
}

.pagina-carrinho .quantidade input {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagina-carrinho .quantidade {
	border: 2px solid #e8e8e8;
	padding: 4px 10px;
	border-radius: 6px;
}

.pagina-carrinho .tabela-carrinho thead h6 {
	font-size: 13px;
}

.pagina-carrinho .acao-editar .botao:not(.grande) {
	background-image: none;
	background: #f0f1f3;
	border: 0;
	border-radius: 6px;
	padding: 0 60px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	color: #777;
	font-size: 16px;
}

.pagina-carrinho .acao-editar .botao.grande {
	background-image: none;
	border: 0;
	border-radius: 6px;
	padding: 8px 60px;
	height: 70px;
	line-height: 50px;
	font-size: 22px;
	font-weight: 600;
	text-shadow: none;
	background: var(--cor-botao-finalizar-compra);
}

.pagina-carrinho .acao-editar .botao.grande i {
	display: none;
}

.finalizar-compra .caixa-sombreada {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #e8e8e8;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
}

.pagina-carrinho input#calcularFrete {
	border: 2px solid #e8e8e8;
	border-radius: 6px;
	padding: 0;
	height: 46px;
	left: -10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagina-carrinho #formCalcularFrete button.btn i {
	display: none;
}

.radio-conteiner {
	display: inline-block;
	background-color: var(--cinza-claro);
}

.pagina-carrinho #formCalcularFrete button.btn {
	background-image: none;
	border: 0;
	border-radius: 6px;
	padding: 0 20px;
	font-weight: 600;
	font-size: 16px;
	background: #f0f1f3;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagina-carrinho .tabela-carrinho tbody tr,
.pagina-carrinho .tabela-carrinho tr.bg-dark {
	border-top: 1px solid #e8e8e8;
}

.pagina-carrinho #formCalcularFrete .control-label b {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	padding: 0;
}

.caixa-sombreada {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #e8e8e8;
	border-radius: 6px;
}

.pagina-pagina h1.titulo {
	text-align: center;
}

.tabela-carrinho .form-horizontal .control-label {
	width: 200px;
	padding-right: 20px;
}

.tabela-carrinho .form-horizontal .control-label b {
	font-size: 16px;
	font-weight: normal;
	display: block;
	text-align: revert;
}

.tabela-carrinho .form-horizontal .controls input {
	height: 46px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #e8e8e8;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 !important;
	width: 150px;
}

.tabela-carrinho .form-horizontal .controls .btn {
	padding: 0 15px;
	font-size: 16px;
	font-weight: 600;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: #e8e8e8;
	text-shadow: none;
	height: 46px;
}

.tabela-carrinho .control-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tabela-carrinho .form-horizontal .controls {
	margin: 0;
}

/* carinho checkout */
.carrinho-checkout .caixa-info {
	border: 0;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.caixa-info {
	padding: 10px 15px;
	margin: 0 0 10px;
	background-color: var(--cinza-claro);
	border-radius: 6px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.carrinho-checkout .formas .accordion-group {
	border: 0;
	border-radius: 0;
}

.carrinho-checkout div#menu-categoria {
	display: none;
}

.carrinho-checkout .span9.hidden-phone.hidden-tablet {
	float: right;
}

.carrinho-checkout .atendimento {
	margin: 4px 0 0;
	border: 0;
}

.carrinho-checkout .atendimento .icone-box {
	border: 0;
}

.carrinho-checkout .atendimento a,
.carrinho-checkout .atendimento strong,
.carrinho-checkout .atendimento span,
.carrinho-checkout .atendimento i {
	color: var(--branco);
}

.carrinho-checkout .conteiner-principal #corpo .conteiner {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.carrinho-checkout .identificacao .control-group .submit-email.botao.principal {
	background-image: none;
	border: 0;
	padding: 0 30px;
	height: 50px;
	border-radius: 0;
	line-height: 50px;
	font-weight: 600;
	text-shadow: none;
}

.checkout-alerta-seguro {
	border-radius: 0;
	border: 0;
}

.checkout-alerta-seguro {
	border-radius: 0;
	border: 0;
	padding: 20px 30px 30px;
}

.carrinho-checkout .identificacao .control-group input {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #e8e8e8;
	border-radius: 0;
	height: 46px;
	padding: 0 0 0 20px;
}

.carrinho-checkout input,
.carrinho-checkout select {
	border-radius: 6px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #e8e8e8;
	padding: 0 10px;
	height: 36px;
	line-height: 40px;
}

.carrinho-checkout .campos-pedido legend i {
	display: none;
}

.carrinho-checkout .campos-pedido legend {
	font-weight: 600;
	font-size: 16px;
}

.carrinho-checkout #sobreLoja {
	display: none;
}

.carrinho-checkout .atendimento {
	padding: 15px 20px;
	margin: 0;
}

.carrinho-checkout #exibirFormasPagamento .btn {
	background-image: none;
	background: var(--cinza-claro);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 6px;
	font-size: 13px;
	text-shadow: none;
	font-weight: 600;
}

.pagina-cadastro .cadastro legend {
	font-size: 16px;
	font-weight: 600;
}

.pagina-cadastro .cadastro legend i {
	display: none;
}

.pagina-cadastro .dados-pessoais input {
	border-radius: 0;
	padding: 0 0 0 10px;
	height: 36px;
	border: 2px solid #e8e8e8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagina-cadastro .dados-acesso input {
	border-radius: 0;
	padding: 0 0 0 10px;
	height: 40px;
	border: 2px solid #e8e8e8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagina-cadastro .cadastro select {
	border-radius: 0 !important;
	border: 2px solid #e8e8e8;
	height: 40px;
}

.pagina-cadastro .offset9 {
	width: 100%;
	margin: auto;
	float: right;
}

.pagina-cadastro .acao-editar .botao {
	background-image: none;
	border: 0;
	padding: 0 50px;
	height: 50px;
	border-radius: 0;
	line-height: 50px;
	text-shadow: none;
	font-size: 16px;
	font-weight: 600;
}

/* pagina conta */
.pagina-conta .abas-conteudo,
.pagina-pedido-listar .abas-conteudo,
.pagina-favorito-listar .abas-conteudo {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	border: 2px solid var(--cinza-claro);
	margin: 10px 0 0 0;
}

.pagina-conta .abas-conta li a i,
.pagina-pedido-listar .abas-conta li a i,
.pagina-favorito-listar .abas-conta li a i {
	display: none;
}

.pagina-conta .abas-conta li a,
.pagina-favorito-listar .abas-conta li a,
.pagina-pedido-listar .abas-conta li a {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	border: 2px solid #e8e8e8;
}

.abas-conta li a {
	font-size: 16px;
	display: block;
	padding: 10px 15px;
	background-color: var(--cinza-claro);
}

.pagina-conta .caixa-info,
.pagina-pedido-listar .caixa-info,
.pagina-favorito-listar .caixa-info {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagina-conta .caixa-dados legend,
.pagina-pedido-listar .caixa-dados legend,
.pagina-favorito-listar .caixa-dados legend {
	font-weight: bold;
	color: #333;
}

.pagina-conta h3 small,
.pagina-pedido-listar h3 small,
.pagina-favorito-listar h3 small {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
}

.pagina-conta .caixa-dados h3,
.pagina-favorito-listar .caixa-dados h3,
.pagina-pedido-listar .caixa-dados h3 {
	font-weight: bold;
	color: #333;
	font-size: 20px;
}

.pagina-conta .abas-conteudo i,
.pagina-pedido-listar .abas-conteudo i,
.pagina-favorito-listar .abas-conteudo i {
	display: inline-block !important;
}

.pagina-conta .caixa-dados,
.pagina-pedido-listar .caixa-dados,
.pagina-favorito-listar .caixa-dados {
	border: 0;
}

.pagina-conta .abas-conteudo .botao.pequeno,
.pagina-pedido-listar .abas-conteudo .botao.pequeno,
.pagina-favorito-listar .abas-conteudo .botao.pequeno {
	border: 0;
	background-image: none;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	border-radius: 0;
	text-shadow: none;
	font-weight: 600;
}

.pagina-conta .conta-menu,
.pagina-pedido-listar .conta-menu,
.pagina-favorito-listar .conta-menu,
.pagina-conta-endereco .conta-menu {
	border: 0;
}

.pagina-conta .conta-menu i,
.pagina-pedido-listar .conta-menu i,
.pagina-favorito-listar .conta-menu i,
.pagina-conta-endereco .conta-menu i {
	display: none;
}

.pagina-conta .conta-menu .menu-simples li.divisor,
.pagina-pedido-listar .conta-menu .menu-simples li.divisor,
.pagina-favorito-listar .conta-menu .menu-simples li.divisor,
.pagina-conta-endereco .conta-menu .menu-simples li.divisor {
	display: none;
}

.pagina-conta .menu-simples li a,
.pagina-pedido-listar .menu-simples li a,
.pagina-favorito-listar .menu-simples li a,
.pagina-conta-endereco .menu-simples li a {
	font-size: 14px;
	font-weight: 600;
	color: #777;
}

.pagina-conta .menu-simples li:hover a,
.pagina-pedido-listar .menu-simples li:hover a,
.pagina-favorito-listar .menu-simples li:hover a,
.pagina-conta-endereco .menu-simples li:hover a {
	color: #fff;
}

.pagina-conta .conta-menu .nome-usuario,
.pagina-pedido-listar .conta-menu .nome-usuario,
.pagina-favorito-listar .conta-menu .nome-usuario,
.pagina-conta-endereco .conta-menu .nome-usuario {
	width: 80%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
}

.menu-simples li a {
	border-radius: 6px;
	display: block;
	padding: 3px 5px;
}

.pagina-conta-endereco .cadastro legend {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.pagina-conta-endereco .cadastro legend i {
	display: none;
}

.pagina-conta-endereco input,
.pagina-conta-endereco select {
	color: #333;
	border: 2px solid #e8e8e8;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	height: 36px;
	padding: 0 0 0 10px;
}

.pagina-conta-endereco select {
	height: 40px;
}

.pagina-conta-endereco .acao-editar .offset8 {
	width: 100%;
	float: right;
	margin: 0;
}

.pagina-conta-endereco .acao-editar .botao {
	border: 0;
	background-image: none;
	text-shadow: none;
	border-radius: 0;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
}

.pagina-conta .cadastro .span4.offset8 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagina-conta .cadastro .span4.offset8>.botao {
	background: none;
	border: 0;
}

.pagina-conta-endereco .cadastro .tipo-cadastro li label input {
	margin: 0 8px 0 0;
	top: -2px;
	position: relative;
}

.pagina-conta-endereco .cadastro .tipo-cadastro li label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.pagina-conta .caixa-dados .botao.principal {
	padding: 5px 20px;
}

/* Carrinho Popup */
#carrinho-mini th,
#carrinho-mini tr,
#carrinho-mini td {
	border: 0;
	background: #fff;
}

.modal-comprar-ajax-status .fancybox-skin {
	background: #fff;
	border-radius: 0;
	padding: 30px !important;
}

.modal-comprar-ajax-status .tabela-carrinho.table-body {
	border-bottom: 2px solid #e8e8e8;
	border-top: 2px solid #e8e8e8;
}

.modal-comprar-ajax-status .quantidade input {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-comprar-ajax-status .quantidade {
	border: 2px solid #e8e8e8;
	padding: 4px 10px;
}

.modal-comprar-ajax-status .tabela-carrinho thead h6 {
	font-size: 13px;
}

.modal-comprar-ajax-status #comprar-ajax-status .sucesso .buttons .continuar-comprando {
	background-image: none;
	background: #e8e8e8;
	border: 0;
	border-radius: 0;
	padding: 5px 60px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	color: #777;
	font-size: 16px;
}

.modal-comprar-ajax-status #comprar-ajax-status .sucesso .ir-carrinho {
	background-image: none;
	border: 0;
	border-radius: 0;
	padding: 5px 70px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
}

.fancybox-close {
	width: 30px;
	height: 30px;
	background: none;
	right: 10px;
	top: 10px;
}

.fancybox-close:before {
	content: "\f00d";
	font-family: "Fontawesome";
	font-size: 30px;
	color: #999;
}

.fancybox-skin {
	border-radius: 0;
	background: #fff;
}

/* carrinho interno */
#cabecalho .carrinho-interno {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
	border: 0;
}

.carrinho-interno>div .botao {
	float: none;
	display: block;
	text-align: center;
	background-image: none;
	font-size: 15px;
	font-weight: 600;
	border: 0;
	border-radius: 6px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-shadow: none;
}

.carrinho-interno>div .botao i {
	display: none;
}

.carrinho-interno>div>span.carrinho-info {
	display: block;
	float: none;
	text-align: center;
	background: #fff;
	padding: 10px 0;
}

.carrinho-interno li {
	border: 0;
	padding: 0 20px;
}

.carrinho-interno>div>span.carrinho-info i {
	display: none;
}

/* Avise me */
.produto .avise-me .avise-input input {
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #e8e8e8;
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
	line-height: 50px;
	color: #333;
}

.produto .avise-me .avise-tit {
	color: #f90000;
}

.listagem-item .produto-avise .avise-me-list .avise-me-list-btn {
	background-image: none;
	border-radius: 0;
	border: 0;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}

.produto .avise-me .avise-btn .botao {
	background-image: none;
	font-size: 15px;
	padding: 0;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	background: #000;
}

.produto .avise-me .avise-input i {
	top: 5px;
}

.store__theme__platform {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 20px;
}

.cart__logo {
	height: 59px;
	margin-bottom: -82px;
	margin-top: 19px;
}

.store_b_full .slick-prev,
.store_b_full .slick-next {
	top: 50%;
	z-index: 9999;
	height: auto;
}

.store_b_full .slick-prev svg,
.store_b_full .slick-next svg {
	width: 45px !important;
	height: 45px !important;
}

.store_b_full .slick-prev {
	left: 0 !important;
}

.store_b_full .slick-next {
	right: 27px !important;
}












/* VIDEO YOUTUBE */
.wrapper-video {
	background: #f7f7f7;
}

.wrapper-video .imagem-produto img {
	position: relative !important;
}

.wrapper-video .conteiner {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.wrapper-video .wrapper {
	min-height: 400px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-video .wrapper>.left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: auto;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 400px;
	padding: 2px 0;
}

.wrapper-video .wrapper>.right {
	width: 22%;
	margin-left: 16px;
	height: 100%;
}

.wrapper-video .items {
	border: 1px solid #e6e6e6;
	border-radius: 0 0 4px 4px;
	background: #fff;
	position: relative;
}

.wrapper-video iframe {
	width: 100%;
	height: 520px;
}

.wrapper-video .video-titulo {
	background: #fff;
	border-radius: 4px 4px 0 0;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	z-index: 1;
	position: relative;
}

.wrapper-video .video-titulo span {
	padding: 4px 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: none;
}

.wrapper-video .owl-nav {
	position: absolute;
	top: calc(100% - 60%);
	width: 100%;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-video .listagem-item {
	padding: 10px;
}

.wrapper-video .owl-nav [class*=owl-] {
	background: #f9f9f9 !important;
	border-radius: 5px !important;
	-webkit-box-shadow: 0 2px 4.3px 0.45px #000 !important;
	box-shadow: 0 2px 4.3px 0.45px #000 !important;
	border: 1px solid #e8e8e8 !important;
	padding: 10px 2px !important;
	width: auto !important;
}

.wrapper-video .owl-nav svg {
	width: 17px;
	height: 17px;
	fill: #929292 !important;
	vertical-align: middle;
	left: 0 !important;
	right: 0 !important;
}

.wrapper-video .listagem-item {
	position: relative;
	text-align: center;
}

.wrapper-video .listagem-item .imagem-produto {
	margin: 0 auto;
}

.wrapper-video .listagem-item .acoes-produto {
	display: none !important;
}

.wrapper-video .listagem-item .preco-produto,
.wrapper-video .listagem-item .acoes-produto-responsiva {
	display: none;
}

@media (max-width: 767px) {
	.right .items .listagem-item:nth-child(1) {
		display: -ms-grid !important;
		display: grid !important;
	}

	.wrapper-video .listagem-item .info-produto .preco-produto {
		min-height: auto !important;
		margin: 0;
	}

	.wrapper-video .listagem-item .info-produto .nome-produto {
		min-height: auto !important;
	}

	.wrapper-video .listagem-item .info-produto .preco-produto>div {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.wrapper-video .listagem-item {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.wrapper-video iframe {
		width: 100%;
		height: 200px;
	}

	.wrapper-video .wrapper {
		flex-direction: column;
	}

	.wrapper-video .wrapper>.right,
	.wrapper-video .wrapper>.left {
		min-height: unset !important;
		width: 100%;
		margin: 0;
	}

	#playerVideo{
		height: 350px !important;
	}
}




.store__cart .icon-shopping-cart:before {
	content: "\f07a";
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 0;
}

[data-sell-price],
.desconto-a-vista strong {
	color: #ffba13 !important;
}

.desconto-a-vista strong {
	font-size: 20px;
}

.amo-button-holder {
	right: 20px !important;
	bottom: 20px !important;
}