body,
html {
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden !important;
}
a[href="#!"] {
	pointer-events: none;
	cursor: default;
}
.clear {
	clear: both;
}
.uppercase {
	text-transform: uppercase;
}
.flex-row {
	display: flex;
	align-items: center;
}
.flex-col {
	width: 100%;
}
.minitop {
	padding: 13px 0 11px 0;
	background: #fff;
}
.info-badges-desktop .info-badge,
.funcionamento {
	color: #333;
	font-size: 13px;
	font-weight: 500;
}
.info-badges-desktop {
	float: left;
}
.info-badges-desktop .info-badge {
	display: inline-block;
	margin-right: 15px;
}
.info-badges-desktop .info-badge:last-child {
	margin-right: 0;
}
.info-badges-desktop .info-badge i {
	margin-right: 5px;
}
.funcionamento {
	float: right;
}
.funcionamento i {
	margin-right: 0;
	margin-left: 5px;
}
.funcionamento .aberto i {
	color: #68db68;
}
.funcionamento .fechado i {
	color: #fa0808;
}
.verde {
	box-shadow: 0px 0px 0px 0px #3dc21b;
	background-color: #008f24;
	border-radius: 6px;
	border: 1px solid #18ab29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 4px 43px;
	text-decoration: none;
}
.verde:hover {
	background-color: #369603;
}
.verde:active {
	position: relative;
	top: 1px;
}
.vermelho {
	box-shadow: 0px 0px 0px 0px #c21b1b;
	background-color: #db0000;
	border-radius: 6px;
	border: 1px solid #cc1800;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 4px 43px;
	text-decoration: none;
}
.vermelho:hover {
	background-color: #fa0808;
}
.vermelho:active {
	position: relative;
	top: 1px;
}
.verdedesktop {
	box-shadow: 0px 0px 0px 0px #3dc21b;
	background-color: #008f24;
	border-radius: 6px;
	border: 1px solid #18ab29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	padding: 4px 24px;
	text-decoration: none;
}
.verdedesktop:hover {
	background-color: #369603;
}
.verdedesktop:active {
	position: relative;
	top: 1px;
}
.vermelhodesktop {
	box-shadow: 0px 0px 0px 0px #c20000;
	background-color: #ad0000;
	border-radius: 6px;
	border: 1px solid #cc0000;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	padding: 4px 24px;
	text-decoration: none;
}
.vermelhodesktop:hover {
	background-color: #db0404;
}
.vermelhodesktop:active {
	position: relative;
	top: 1px;
}
.txt-aviso {
	background-color: #FDEBEB;
	padding: 10px;
	border-radius: 5px;
	border-right: 2px solid #f8d7da;
	align-items: center;
	display: flex;
}
.txt-aviso .icon {
	border-right: 2px solid #c4777d;
}
.txt-aviso .txt-motivo,
.txt-aviso .txt-abre,
.txt-aviso .icon i {
	color: #bd757b;
}
.txt-aviso .icon i {
	font-size: 44px;
}
.txt-aviso .txt-abre {
	font-size: 15px;
}
.txt-aviso .txt-abre .hora {
	font-weight: 600;
}
.lojademo {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	height: 24px;
	background: #fff;
	color: #FF0F5F;
	text-align: center;
	letter-spacing: .521px;
}
.top {
	padding: 30px 0 28px 0;
	background: #f5f5f5;
}
.body-cidade .top {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.brand a {
	display: flex;
	align-items: center;
}
.brand img {
	display: block;
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 100%;
}
.brand span {
	display: block;
	float: left;
	max-width: 175px;
	margin-left: 16px;
	display: inline-block;
	font-family: "Poppins";
	font-weight: 700;
	letter-spacing: -0.8px;
	color: #333;
	font-size: 22px;
	line-height: 20px;
}
.brand-cidade {
	margin-top: -5px;
	max-height: 45px;
	width: 100%;
}
.svglogo {
	display: block;
	width: 100%;
	max-width: 216px;
}
.brand-cidade img {
	display: block;
	width: 100%;
	margin-top: 1px;
	max-width: 160px;
	height: auto;
}
.seletor-cidade {
	width: 100%;
	color: #fff;
	cursor: pointer;
}
.seletor-cidade i {
	display: inline-block;
	color: #ff5400;
}
.seletor-cidade .lni-chevron-down {
	transform: translateY(3px);
}
.seletor-cidade span {
	display: inline-block;
	padding: 0 10px 0 10px;
}
.mini-vender-bt {
	width: 100%;
	background: #004aad;
	color: #fff;
	text-align: center;
	margin: 1px 0 0 0;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	padding: 12px 0 12px 0;
	transition: 0.3s;
}
.mini-vender-bt:hover {
	color: rgba(255, 255, 255, .85);
	background: #ff5400;
	transition: 0.3s;
}
.mini-vender-bt:hover i {
	color: rgba(255, 255, 255, .85);
	transition: 0.3s;
}
.mini-vender-bt i {
	margin-left: 8px;
	color: #ff5400;
	transition: 0.3s;
}
.vender-bt {
	padding-right: 20px !important;
}
.vender-bt i {
	margin-right: 5px;
}
.powerdot {
	margin-left: 2px;
}
#user-menu img {
	color: #fff;
}
.barra-busca {
	flex: 1;
	display: flex;
	align-items: center;
	background: #fff;
	height: 48px;
	border-radius: 8px;
}
.barra-busca form {
	display: flex;
	width: 100%;
}
.search-bar input[type=text] {
	float: left;
	border: 0;
	width: 90%;
	padding: 10px 0 10px 16px;
	background: #fff;
}
.barra-busca input[type="text"] {
	background: none;
	flex-grow: 1;
	float: left;
	border: 0;
	width: 90%;
	font-weight: 300;
}
.barra-busca button {
	background: #e9e9e9;
	padding: 14px 22px 10px 22px;
	min-width: 70px;
	margin: 3px 4px;
	border-radius: 0 8px 8px 0;
}
.barra-busca button:hover {
	opacity: 0.951;
}
.barra-busca i {
	display: block;
	transform: translateY(-2px);
	text-align: center;
	font-size: 18px;
}
.search-bar-mobile {
	display: none;
}
.barra-busca {
	display: block;
}
@media (max-width: 768px) {
	.barra-busca {
		display: none;
	}
	.search-bar-mobile {
		display: block;
	}
}
.search-bar-mobile .clear-input {
	display: none;
	position: absolute;
	right: 25%;
	cursor: pointer;
	z-index: 1;
}
.barra-busca .input-wrapper input:focus+.clear-input,
.barra-busca .input-wrapper input:not(:placeholder-shown)+.clear-input,
.search-bar-mobile .input-wrapper input:focus+.clear-input,
.search-bar-mobile .input-wrapper input:not(:placeholder-shown)+.clear-input {
	display: block;
}
.search-bar-mobile .clear-input {
    display: none;
    position: absolute;
    right: 25%;
    cursor: pointer;
    z-index: 1;
}
.clear-input {
    position: relative;
    right: 10px;
    margin-top: 10px;
    color: #7b7b7b;
    font-size: 30px;
    font-weight: 200;
    display: none;
    width: 26px;
    height: 26px;
    line-height: 28px;
    cursor: pointer;
}
.clear-input:hover {
    color: #000;
}
.brand.mobile {
	margin-top: -8px;
	margin-bottom: 10px;
}
.brand.mobile span {
	float: left;
	max-width: 175px;
	margin-left: 10px;
	display: inline-block;
	font-family: "Poppins";
	font-weight: 500;
	letter-spacing: -0.5px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	height: 3.8rem;
	margin-bottom: auto;
	white-space: unset;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.brand.mobile img {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	border: 2px solid #fff;
}
.input-wrapper {
	display: contents;
}
.search-bar {
	width: 96%;
}
.search-bar form {
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 4px;
}
.search-bar button {
	float: right;
	border: 0;
	width: 10%;
	background: transparent;
	padding: 0;
}
.search-bar button i,
.search-bar-mobile button i {
	display: block;
	text-align: center;
	width: 100%;
	color: #ff5400;
	font-size: 20px;
}
.search-bar button i{
	transform: translateY(0);
	line-height: 42px;
}
.search-bar-mobile button i {
	transform: translateX(-5px);
}
.search-bar-mobile {
	width: 100%;
	margin-top: 20px;
	border-radius: 30px;
}
.barra-busca.search-bar-mobile {	
	border-radius: 30px;
    background: #fff !important;
}
.cidades .search-bar-mobile {
	margin-top: 0px;
	background: #fff;
}
.barra-busca,
.search-bar-mobile input[type=text] {
    float: left;
    border: 0;
    width: 100%;
}
.barra-busca {
    background: #fff;
}
.search-bar-mobile button {
	background: none;
	float: right;
	border: 0;
	width: 16%;
	padding: 0;
	border-radius: 0 30px 30px 0;
}
.search-marketplace {
  width: 100%;
  padding-right: 30px;
  padding-left: 10px;
  height: 46px;
  box-sizing: border-box;
}
.clear-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 32px;
    color: black;
    font-weight: 200;
    display: none;
}
.clear-search:hover {
    color: red;
}
.search-marketplace:not(:placeholder-shown) ~ .clear-search {
  display: block;
}
.holder-shop-bag {
	width: 68%;
	height: 50px;
	display: flex;
	align-items: center;
}
.holder-shop-bag i {
	display: block;
	margin: -3px 0 0 -1px;
	font-size: 36px;
	color: #333;
}
.holder-shop-bag span {
	display: flex;
	color: #333;
	align-items: center;
}
.shop-bag {
	display: flex;
	position: relative;
}
.shop-bag .icon {
	width: 32px;
	height: 32px;
}
.shop-bag .counter {
	position: absolute;
	top: -5px;
	right: 15px;
	display: block;
	border-radius: 30px;
	text-align: center;
	width: 24px;
	height: 24px;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	background: #333;
	border: 2px solid #fff;
	color: #fff;
}
.shop-bag .counter-preco {
	display: block;
	width: 24px;
	height: 24px;
	font-weight: 600;
	font-size: 12px;
	color: #333;
	padding-left: 10px;
}
.navigator {
	padding: 0;
}
.navbar {
	min-height: 0;
	padding: 0;
	margin: 8px 0 8px 0;
}
.naver .navbar a,
.naver .navbar span {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 0 30px 0 0;
	font-weight: 600;
	transition: 0.2s;
	font-size: 15px;
	color: #333;
	cursor: pointer;
}
.naver .navbar li:last-child a {
	margin-right: 0;
}
.naver .navbar .social a {
	padding: 0 0 0 15px !important;
}
.naver .navbar a:hover,
.naver .navbar a:active,
.naver .navbar a:focus,
.naver .navbar span:hover,
.naver .navbar span:active,
.naver .navbar span:focus,
.naver .navbar .active span,
.naver .navbar span,
.naver .navbar .social a:hover,
.naver .navbar .social a:active:hover,
.header .naver .social .navbar a:hover i,
.header .naver .navbar .social a:hover i::before {
	background: transparent !important;
}
.naver .navbar a:hover,
.naver .navbar a:active,
.naver .navbar a:focus,
.naver .navbar span:hover,
.naver .navbar span:active,
.naver .navbar span:focus,
.naver .navbar .active span {
	background: rgba(0, 0, 0, .05);
	transition: 0.2s;
	color: #333;
}
.naver .navbar .aberto span:hover,
.naver .navbar .aberto span:active,
.naver .navbar .fechado span:hover,
.naver .navbar .fechado span:active {
	background: transparent !important;
}
.naver .navbar a i {
	font-size: 12px;
	color: #ff5400;
}
.naver .navbar a:hover i,
.naver .navbar a:active i,
.naver .navbar a:focus i,
.naver .navbar .active a i {
	transition: 0.2s;
	color: #ff5400;
}
.naver .icon-right {
	transform: translateX(2px);
}
.naver .icon-left {
	margin-right: 5px;
}
.navbar-nav>li>.dropdown-menu {
	padding: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 15px;
}
.navbar-nav>li>.dropdown-menu a {
	margin: 0;
	padding: 5px 14px;
	border-bottom: 0px solid #e5e5e5;
	color: #333;
	font-weight: 500 !important;
}
.navbar-nav>li>.dropdown-menu {
	padding: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 15px;
}
.navbar-nav>li>.dropdown-menu a {
	margin: 0;
	padding: 5px 14px;
	border-bottom: 0px solid #e5e5e5;
	color: #333;
	font-weight: 500 !important;
}
.dropdown-menu>li>a {
	max-width: 240px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
}
.navbar-nav>li>.dropdown-menu a:hover {
	background: transparent;
	text-decoration: underline;
}
.navbar-nav>li>.dropdown-menu li:last-child a {
	border-bottom: 0;
}
.navbar-nav>li>.dropdown-menu li i {
	margin-right: 8px;
	color: rgba(0, 0, 0, .5);
	transform: translateY(-2px);
}
.naver-dark {
	padding: 0;
	background: #262222;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.naver-dark .navbar a,
.naver-dark .navbar span {
	color: #fff;
}
.naver-dark .navbar a:hover,
.naver-dark .navbar a:active,
.naver-dark .navbar a:focus,
.naver-dark .navbar .active a {
	background: rgba(255, 255, 255, .9);
	transition: 0.2s;
	color: #262222;
}
.naver-dark .navbar a:hover,
.naver-dark .navbar a:active,
.naver-dark .navbar a:focus,
.naver-dark .navbar .active a {
	background: rgba(255, 255, 255, .9);
	transition: 0.2s;
	color: #262222;
}
.menu {
	position: relative;
	display: flex;
}
.menu-item {
	position: relative;
	width: 130px;
}
.menu-link {
	text-decoration: none;
	padding: 8px 0;
	display: flex;
	line-height: 1.1;
	align-items: end;
}
.menu-link i {
	font-size: 32px;
	padding-right: 5px;
}
.menu-link span {
	display: contents;
	font-size: 13px;
	color: #878787;
	font-weight: 300;
}
.menu-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 5px;
	box-shadow: 0 3px 8px 1px rgba(204, 204, 204, 0.27);
	min-width: 240px;
	max-width: 300px;
	padding: 14px;
	z-index: 999;
}
.popup-inside:before {
	left: 40px;
	border: 8px solid transparent;
	border-bottom-color: #ddd;
}
.popup-inside:after,
.popup-inside:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	width: 0;
	height: 0;
	z-index: 9;
}
.popup-inside:after {
	left: 40px;
	border: 7px solid transparent;
	border-bottom-color: #fff;
}
.a-block {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(144, 144, 144, 0.26);
	display: flex;
	flex-direction: column;
}
.a-block .contato-titulo {
	line-height: 1.2;
	margin-bottom: 3px;
	font-weight: 500;
}
.a-block a {
	margin-top: 5px;
	display: flex;
	align-items: center;
}
.a-block a .a-block-icon {
	margin-right: 12px;
}
.a-block a .a-block-icon svg {
	width: 18px;
	height: 18px;
}
.a-block.cw a .a-block-icon svg {
	fill: #26c281 !important;
}
.a-block .a-block-cont strong {
	line-height: 16px;
	font-size: 13px;
}
.menu-item:hover .menu-dropdown {
	display: block;
}
.cover {
	margin: 132px auto -40px auto;
	width: 100%;
	min-height: 60px;
	max-height: 130px;
	overflow: hidden;
}
.cover img {
	display: block;
	width: 100%;
	height: auto;
}
.header-interna .box-delivery {
	margin: -15px auto auto auto;
}
.app-infos .box-delivery {
	margin-top: -110px;
	margin-bottom: 15px;
}
.cover-delivery {
	width: 100%;
	min-height: 130px;
	max-height: 130px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7) !important;
	background-blend-mode: overlay;
}
.header-interna .cover-delivery .infos {
	position: absolute;
	transform: translateY(155%);
}
.cover-delivery .infos {
	position: absolute;
	transform: translateY(140%);
}
.cover-delivery .app-infos {
	margin: 72px auto auto auto;
}
.cover-delivery .infos.left {
	left: 20px;
	padding-top: 3px;
}
.cover-delivery .infos.right {
	right: 20px;
	padding-top: 18px;
}
.cover-delivery .infos.left i {
	font-size: 32px;
	padding-right: 5px;
	color: #fff;
}
.cover-delivery .infos.left .tempo {
	text-decoration: none;
	padding: 8px 0;
	display: flex;
	line-height: 1.1;
	align-items: end;
	color: #fff;
}
.cover-delivery .infos.left .tempo span {
	display: contents;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
}
.cover-delivery .infos.right .btn-sm {
	display: flex;
	align-items: center;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 30px;
}
.cover-delivery .infos.right .funcionamento {
	background-color: #fff;
}
.cover-delivery .loja-online,
.cover-delivery .loja-ofline {
	font-size: 0px;
	cursor: pointer;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 5px;
}
.cover-delivery .loja-online {
	background: #4cae4c;
}
.cover-delivery .loja-ofline {
	background: #cd5151;
}
.cover-delivery .infos.right .funcionamento.online,
.cover-delivery .loja-online {
	color: #4cae4c !important;
}
.cover-delivery .infos.right .funcionamento.ofline,
.cover-delivery .loja-ofline {
	color: #cd5151 !important;
}
.avatar {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	width: 90px !important;
	height: 90px !important;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 3;
	transition: 0.5s;
}
.is-sticky .avatar {
	margin-top: 6px !important;
	transition: 0.5s;
}
.is-sticky .avatar.mobile {
	height: 50px !important;
	width: 170px !important;
	margin-top: 0px !important;
}
.is-sticky .avatar.mobile .holder {
	margin: 10px 0 !important;
	height: 50px;
}
.avatar.mobile {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: transparent;
	width: 175px !important;
	height: 50px !important;
	border-radius: 0;
	box-shadow: none;
	z-index: 3;
	transition: 0.5s;
}
.avatar.mobile .holder {
	margin: 10px 0;
	border-radius: 0;
	overflow: hidden;
	height: 50px;
}
.grudado {
	z-index: 5 !important;
}
.avatar .holder {
	margin: 5px auto;
	border-radius: 100%;
	overflow: hidden;
	max-height: 80px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.avatar.celular.white {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 220px !important;
	height: 60px !important;
	z-index: 3;
	transition: 0.5s;
}
.holder.celular {
	border-radius: 0;
}
.avatar.celular {
	left: -140px;
	margin: 6px auto;
	width: 42px !important;
	height: 42px !important;
	box-shadow: none;
	background: none;
	border-radius: 0;
}
.brand.celular span {
    display: flex;
	font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
.brand.celular img {
	border: 2px solid #fff;
	width: 45px;
	height: 45px;
}
.is-sticky .avatar .holder {
	margin: 0px !important;
	height: 50px;
}
.locked-bar .avatar {
	position: fixed;
	margin-top: 6px !important;
	transition: 0.5s;
	z-index: 5;
}
.locked-bar .avatar .holder {
	margin: 4px !important;
	height: 62px;
}
.locked-bar .avatar.mobile {
	position: fixed;
	margin-top: 6px !important;
	height: 50px !important;
	width: 175px !important;
	transition: 0.5s;
	z-index: 5;
}
.locked-bar .avatar.mobile.logoloja {
	margin-top: 15px !important;
}
.locked-bar .avatar.mobile.logoloja img {
	display: block;
	margin: auto;
}
.avatar img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	max-height: 50px;
}
.head-holder {
	width: 100%;
	height: 240px;
}
.app-infos {
	margin: 115px auto auto auto;
	padding: 42px 12px 0 12px;
}
.app-infos .title {
	display: block;
	margin: 6px 6px 6px 6px;
	text-align: center;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	color: #333;
}
.app-infos .description {
	display: block;
	margin: 0 0 8px 0;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
.app-infos .info-badges {
	width: 100%;
	max-width: 100%;
	margin: auto;
	padding: 10px 0;
}
.app-infos .info-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 8px 3px 5px 3px;
	border-right: 1px solid rgba(0, 0, 0, .15);
}
.app-infos .info-badge.minimo i {
	margin-right: 15px;
}
.app-infos .info-badge.whatsapp i {
	margin-left: 15px;
}
.clearline {
	margin: 0 0 20px 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, .15);
	margin-top: 5px;
}
.body-cidade .clearline {
	background: transparent;
}
.app-infos .info-badge:last-child {
	border-right: 0;
}
.app-infos .info-badge i {
	display: block;
	margin-right: -3px;
	font-size: 26px;
	color: rgba(0, 0, 0, .55);
}
.app-infos .info-badge span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: rgba(0, 0, 0, .8);
}
.sidebars {
	display: none;
}
.app-infos,
.body-estabelecimento .middle.corfundo_loja {
	background: #fff;
}
.body-estabelecimento .middle.corfundo_loja {
	margin: 0;
	padding-top: 20px;
}
.body-estabelecimento .banners {
	margin: 20px 0 20px 0 !important
}
.middle {
	margin: 20px 0 10px 0;
}
.categoria .counter {
	display: inline-block;
	margin: 0 6px 0 0;
	transform: translateY(-2px);
	background: rgba(0, 0, 0, .05);
	border-radius: 4px;
	font-size: 14px;
	padding: 4px 8px 2px 8px;
	text-align: center;
	font-weight: 600;
}
.categoria .title {
	display: flex;
	font-weight: 500;
	padding: 4px 0 0 0;
	border-radius: 4px;
	overflow: hidden;
	font-size: 20px;
}
.categoria .title.itens {
	font-size: 18px;
}
.categoria .vertudo {
	float: right;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	padding: 2px 8px;
}
.categoria .vertudo:hover {
	background: #efefef;
}
.categoria .btn-vertudo {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
	border-radius: 12px;
	overflow: hidden;
	transition: 0.3s;
	display: block;
	align-content: center;
	width: 100%;
}
.categoria .btn-vertudo .vertudo {
	min-height: 70px !important;
	padding: 0px 15px;
	width: 100%;
}
.categoria .vertudo i {
	transform: translateY(2px);
	color: #ff5400;
	padding-left: 3px;
}
.tv-grid.grid_produtos {
	padding: 12px !important;
	display: grid;
	grid-template-columns: 50% 48%;
	gap: 10px;
}
.tv-grid.grid_produtos .produto {
	min-height: auto;
	border-radius: 20px;
	overflow: hidden;
	transition: 0.3s;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0px 4px 8px -4px #ccc;
}
@media screen and (min-width: 80rem) {
	.grid_produtos {
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
		gap: 25px !important;
	}
}
.col-infinite-last {
	margin: auto;
	float: none;
}
ul.list-unstyled li {
	padding-bottom: 8px;
}
.col-infinite-last .vertudo {
	margin-top: -10px;
	width: 100%;
	text-align: center;
}
.col-infinite-last .vertudo i {
	transform: translateY(2px);
}
.work .img,
.categoria .produto {
	min-height: auto;
	border-radius: 20px;
	overflow: hidden;
	transition: 0.3s;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0px 4px 8px -4px #ccc;
}
.categoria .produto.estabelecimento .capa {
	background-size: cover !important;
}
.categoria .produto:hover,
.work .img {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	border: 1px solid #333;
}
.categoria .produto .capa {
	display: table;
	margin-bottom: 5px;
	width: 100%;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	background-size: contain !important;
	justify-content: center;
	align-items: end;
	box-shadow: 0 0 4px rgba(0, 0, 0, .05);
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	justify-content: center;
	align-items: end;
	box-shadow: 0 0 4px rgba(0, 0, 0, .05);
}
.categoria .produto .capa img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.item .work .tag-preco-oferta {
    font-weight: 400;
    line-height: 12px;
	color: rgb(76 167 8);
	text-transform: none;
}
.item .work .tag-preco-oferta {
	font-size: 15px;
	padding: 0 6px;
}
.categoria .produto .capa .nome {
	display: table-cell;
	width: 100%;
	height: 266px;
	background: url(../img/shadow.png) no-repeat center bottom;
	background-size: 100% 50%;
	opacity: 0.156;
}
.produtos .capa .tag-preco-oferta {
	font-weight: 600;
	position: absolute;
	top: 15px;
	left: 10px;
	background-color: #feeeea;
	color: #ee4d2d;
	padding: 3px;
	font-size: 12px;
	border-radius: 6px;
}
.categoria .produto .capa .visualizacoes {
	position: absolute;
	top: 15px;
	right: 10px;
	background-color: white;
	color: #333;
	padding: 3px 5px;
	border-radius: 6px;
	font-size: 12px;
}
.categoria .produto .capa .mais-vendidos {
	position: absolute;
	font-weight: 600;
	pointer-events: none;
	z-index: 1;
	bottom: 0px !important;
	left: 0px !important;
}
.categoria .produto .capa .mais-vendidos .totalvendas {
	color: white;
	background-color: orange;
	padding-left: 10px;
	padding-right: 10px;
}
.categoria .produto .capa .mais-vendidos .ofertadia {
	color: white;
	background-color: #239c1a;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
}
.produtos .div-video {
	position: absolute;
	pointer-events: none;
	z-index: 1;
	text-align: right;
	bottom: 15px;
	right: 10px;
	background-color: #FF0000;
	color: #333;
	border-radius: 6px;
	font-size: 12px;
}
.produtos .capa .playVideo,
.single-produto .div-video .playVideo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	padding: 12px 15px;
	border-radius: 50%;
}
.produtos .capa .playVideo::after,
.single-produto .div-video .playVideo::after {
	content: "";
	margin-left: -1px;
}
.single-produto .div-video {
	position: relative;
	pointer-events: none;
	z-index: 1;
	text-align: right;
	background-color: #FF0000;
	color: #ffffff;
	border-radius: 6px;
	font-size: 12px;
	display: block;
	width: 30px;
	margin-bottom: 15px;
	opacity: 0.8;
}
a .lni-play {
	color: #fff !important;
	text-decoration: none !important;
}
.categoria .marketplace .nome-produto,
.categoria .produto .nome {
	display: block;
	line-height: 16px;
}
.categoria .marketplace .nome-produto,
.produto .detalhes-precos .nome {
	width: 100%;
	height: 3.8rem;
	margin-bottom: auto;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	white-space: unset;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.label.label-estatisticas {
	font-weight: 400 !important;
	font-size: 12px;
	color: rgba(0, 0, 0, .5) !important;
	padding: 0 2px 0 0;
}
.container.relacionados {
	padding-top: 30px;
}
.modal.slide-out .modal-dialog {
	transform: translateX(100%);
	transition: transform 0.3s ease-out;
}
.modal.slide-in .modal-dialog {
	transform: translateX(0);
	transition: transform 0.3s ease-out;
}
.categoria .marketplace .valor_anterior,
.categoria .produto .valor_anterior {
	display: block;
	text-decoration: line-through;
	font-size: 12px;
	color: #FF0000;
	text-align: left !important;
	margin: 0 !important;
}
.categoria .marketplace .apenas,
.categoria .produto .apenas {
	display: block;
	margin: 0 0 4px 0;
	color: rgba(0, 0, 0, .5);
	font-size: 12px;
	line-height: .381;
}
.categoria .marketplace .apenas br,
.categoria .produto .apenas br {
	display: none;
}
.apenas .apenas-single {
	display: block;
	text-align: left !important;
	margin: 5px 0 -5px !important;
	clear: both;
}
.categoria .marketplace .apenas-single br,
.categoria .produto .apenas-single br {
	display: block;
}
.div-precos {
	display: flex;
	padding: 10px 10px 15px;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.preco .add-plus {
    position: absolute;
    right: 5px;
	bottom: 0;
    padding: 8px 2px;
    border-radius: 30px;
    background: #53264a;
    display: flex;
    width: 28px;
    height: 28px;
    transition: all .3s linear;
}
.preco .add-plus i {
	color: #fff;
}
.novoproduto a:hover .preco .add-plus {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	transition: all .3s linear;
	background: #555 !important;
}
.categoria .marketplace .div-precos {
	display: flex;
}
.categoria .marketplace .valor,
.categoria .produto .valor {
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-align: left !important;
	margin: 0 !important;
	line-height: 1.5;
	color: #67b017;
}
.categoria .marketplace .detalhes-precos .valor-carrinho,
.categoria .produto .detalhes-precos .valor-carrinho {
	float: right;
	display: block;
	font-size: 30px;
	color: #67b017;
}
.categoria .marketplace .detalhes-precos .valor-carrinho i,
.categoria .produto .detalhes-precos .valor-carrinho i {
	border-radius: 30px;
	padding: 6px;
	font-size: 22px;
	color: #fff;
}
.categoria .produto .detalhes-precos,
.categoria .estabelecimento .detalhes-precos {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 143px;
	position: relative;
}
.categoria .marketplace .detalhes-precos {
	min-height: 140px !important;
}
.categoria .produto .detalhes span,
.categoria .estabelecimento .detalhes span {
	display: inline-block;
	transform: translateY(-2px);
}
.categoria .produto .detalhes,
.categoria .estabelecimento .detalhes {
	display: block;
	background: rgba(39, 41, 62, .98);
	color: #999;
	text-align: center;
	min-height: 143px;
	line-height: 10;
}
.categoria .produto .detalhes i,
.categoria .estabelecimento .detalhes i {
	display: inline-block;
	transform: translateY(1px);
	margin: 0 5px 0 0;
	font-size: 21px;
}
.categoria .produto .minheight {
	min-height: 340px;
}
.categoria .produto .detalhes.sem-estoque {
	background-color: #f9f9f9 !important;
	border-radius: 0 0 20px 20px;
	margin: 3px;
}
.bt-achadinho {
	background: transparent;
	transform: translateY(3px);
	display: inline-block;
	border-radius: 6px;
	padding: 12px 16px;
	margin: 20px 0;
	text-align: center;
	border: 1px solid #333;
}
.bt-achadinho:hover {
	background: linear-gradient(135deg, #ff7e5f, #feb47b);
	border: 1px solid transparent;
}
.bt-achadinho a .marketplace {
	font-size: 20px;
	text-decoration: none;
}
.bt-achadinho a:hover .marketplace {
	color: #000000 !important;
}
.icon-marketplace img {
	max-height: 24px;
	height: 24px;
	width: 24px;
	transform: translateY(-2px);
}
.tv-masonry {
	column-count: 4;
	column-gap: 0;
	width: 100%;
	width: calc(100% + 15px);
}
.tv-masonry-item {
	display: inline-block;
	width: 100%;
	padding-right: 15px;
	page-break-inside: avoid;
	break-inside: avoid;
}
.footer {
	border-top: 2px solid rgba(0, 0, 0, .0321);
	padding: 50px 0 10px;
}
.cidades .footer {
	padding: 0 !important;
}
.footer-info {
	padding: 10px 12px 6px 12px;
}
.footer-info span {
	display: block;
	color: #fff;
	text-align: center;
}
.body-cidade .footer-info span {
	color: #333;
}

.produto .extra {
  margin-top: 0px;
  font-size: 10px;
  color: #555;
}

.produto .frete {
  font-weight: 500;
  color: white;
  background-color: #1f00b7;
   
}

#ir-ao-topo {
	display: inline-block;
	background-color: #FF9800;
	width: 42px;
	height: 42px;
	text-align: center;
	position: fixed;
	bottom: 110px;
    right: 3px;
	border-radius: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#ir-ao-topo::after {
    content: "\e113";
    font-family: "Glyphicons Halflings";
	font-size: 1.5em;
    line-height: 42px;
    color: #fff;
}
#ir-ao-topo:hover {
	cursor: pointer;
	background-color: #333;
}
#ir-ao-topo:active {
	background-color: #555;
}
#ir-ao-topo.show {
	opacity: 1;
	visibility: visible;
}
.atendimento .social-rodape i {
	font-size: 18px !important;
	padding: 0 5px;
}
.watermark {
	display: block;
	padding: 16px 0 5px 0;
	width: 100%;
}
.watermark img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	max-width: 115px;
	opacity: .4;
	filter: grayscale(100%);
}
.social {
	display: flex;
	align-items: center;
	justify-content: center;
}
.social a {
	display: block;
	padding: 0 !important;
	margin: 7px;
}
.social i {
	color: #fff !important;
	font-size: 20px !important;
}
.body-cidade .social i {
	color: #757575 !important;
}
.naver .navbar .social i {
	color: rgba(0, 0, 0, .5) !important;
}
.holder-interna {
	width: 100%;
	height: 88px;
}
.nulled {
	display: block;
	padding: 12px 12px 12px 12px;
	text-align: center;
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	line-height: 20px;
}
.nulled-categoria,
.nulled-content {
	padding: 5rem 1rem 20rem;
	max-width: 250px;
	margin: 0 auto;
	font-size: 16px;
}
.nulled-content {
	padding: 30px 30px 30px 30px;
	font-size: 20px;
	line-height: 22px;
	color: rgba(0, 0, 0, .4);
}
.title-icon {
	margin: 0 0 0 0;
}
.rowtitle {
	text-align: left;
}
.rowtitle.cidade,
.rowtitle.marketplace {
	text-align: center;
}
.title-icon span {
	font-size: 25px;
	font-weight: 600;
	color: #333;
}
.title-icon i {
	margin-right: 12px;
	color: #ff5400;
	padding: 12px;
	border-radius: 4px;
	background: #262222;
}
.title-line {
	margin: 0 auto 20px auto;
	padding: 20px 0 10px 0;
	font-size: 20px;
	border-bottom: 2px solid rgba(0, 0, 0, .15);
}
.bread {
	margin: 6px 0 0 0;
	font-size: 14px;
}
.bread span {
	margin: 0 5px 0 5px;
	font-size: 12px;
}
.bread a {
	color: #333;
}
.bread i {
	color: #ff5400;
}
.tv-tabs.tv-infinite-menu a {
	padding: 20px 13px 15px 0;
}
.tv-infinite-menu a.active,
.tv-infinite-menu a:hover {
	color: #000;
	border-color: #ff5400;
	transition: 0.3s;
}
.tv-infinite-container {
	width: 100%;
	overflow: hidden;
}
.tv-infinite-container.categoria {
	margin: 30px 0;
}
.tv-infinite-menu {
	display: flex;
	white-space: nowrap;
	overflow-x: scroll;
	scroll-behavior: smooth;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.tv-infinite-menu {
	-moz-scrollbar-width: none;
}
.tv-infinite-menu a {
	align-items: center;
	display: flex;
	padding: 10px;
	font-size: 15px;
	font-weight: 500;
	transition: 0.3s;
	text-decoration: none;
	color: #000;
}
.arrow-left,
.arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	cursor: pointer;
	user-select: none;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.151);
	padding: 5px 15px;
	border-radius: 50%;
	z-index: 1;
	display: none;
}
.arrow-left {
	left: -8px;
}
.arrow-right {
	right: -8px;
}
.tv-infinite-container:hover .arrow-left,
.tv-infinite-container:hover .arrow-right {
	display: block;
}
.arrow-left,
.arrow-right {
	display: none;
}
.tv-infinite-menu::-webkit-scrollbar {
	display: none;
}
.cidades .tv-infinite-menu {
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	gap: 10px;
	justify-content: center;
	align-content: flex-start;
	flex-direction: column;
	height: 220px;
	margin-top: 20px;
}
.cidades .tv-infinite-menu::-webkit-scrollbar {
	display: none;
}
.cidades .categoria-wrapper {
	flex: 0 0 calc(25% - 10px);
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.cidades .categoria-wrapper {
		flex: 0 0 calc(50% - 10px);
	}
}
.categoria-wrapper {
	position: relative;
	height: auto;
	text-align: center;
}
.categoria-fundo {
	position: absolute;
	top: -2px;
	left: 48%;
	width: 70px;
	height: 66px;
	background-color: #f0f0f0;
	border-radius: 50%;
	transform: translateX(-50%);
}
.tv-infinite-menu a.active .categoria-fundo,
.tv-infinite-menu a:hover .categoria-fundo {
	opacity: 0.251;
}
.categoria-img {
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: transparent;
}
.categoria-img img {
	max-height: 64px;
	height: 100%;
	transition: transform 0.3s ease;
}
.categoria-img:hover img,
.tv-infinite-menu a:hover .categoria-img img {
	transform: scale(1.1);
}
.categoria-img:empty {
	background-color: #e0e0e0;
	border-radius: 50%;
}
.categoria-nome {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #000;
	z-index: 3;
}
.single-produto {
	margin: 0 0 20px 0;
}
.preview {
	display: block;
	margin: 0 0 20px 0;
	width: 100%;
	height: 70px;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .1);
}
.preview img {
	display: block;
	width: 100%;
	height: auto;
}
.galeria .item {
	width: 100%;
	height: auto;
	max-height: 100%
}
.galeria .carousel-inner * {
	cursor: zoom-in !important;
}
.single-produto .carousel-inner {
	border: 1px solid #f6f6f6;
}
.galeria .carousel-image {
	width: 100%;
	max-height: 100%;
	max-height: 550px;
	object-fit: contain;
	object-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
@media (max-width: 768px) {
	.galeria .carousel-image {
		max-height: 320px !important;
		object-fit: contain;
	}
}

#carouselbanners .carousel.slide .carousel-inner {
	max-height: 320px;
}
.share-container {
	position: absolute;
	padding: 8px;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.151);
	border-radius: 50%;
	align-items: center;
	display: inline-flex;
	right: 20px;
	top: 10px;
	z-index: 1;
}
.share-container button {
	border: 0;
	background-color: transparent;
	align-items: center;
	display: inline-flex;
	text-align: center;
	padding: 0;
}
.share-container svg {
	margin: 0 auto;
	width: 24px;
	height: 24px;
	padding-right: 3px;
}
.galeria .seta {
	background: transparent;
}
.galeria .seta span {
	transition: 0.3s;
	margin-top: -10px;
	padding: 5px;
	align-items: center;
	background-color: #fff;
	border: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	transform: translateY(-50%);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	color: #373737;
	font-size: 20px;
	border-radius: 15px;
}
.galeria .seta:hover span {
	transition: 0.3s;
}
.carousel-control {
	opacity: 0;
	transition: opacity 0.3s ease;
	text-shadow: none;
}
.carousel:hover .carousel-control {
	opacity: 1;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #fff;
	width: 40px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 15px;
}
.carousel-control.left {
	left: 10px;
}
.carousel-control.right {
	right: 10px;
}
.carousel-indicators {
	display: block;
    z-index: 0;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}
.carousel-indicators li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 50px;
	z-index: 0;
}
.carousel-indicators li {
    width: 50px !important;
    height: 50px !important;
    overflow: hidden;
    border: 2px solid #fff;
    margin: 0 5px;
	padding: 0px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.capa {
	position: relative;
	overflow: hidden;
}
.capa iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.categoria .produto .capa {
	display: table;
	margin-bottom: 5px;
	width: 100%;
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	justify-content: center;
	align-items: end;
	box-shadow: 0 0 4px rgba(0, 0, 0, .05);
}
.capa .mais-vendidos,
.capa .totalvendas,
.capa .ofertadia,
.capa .tag-preco-oferta {
	position: relative;
	z-index: 1;
}
.galeria img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}
.produto-detalhes .bread {
	float: left;
	color: #999;
	padding: 15px 0 0;
	margin: 0;
}
.produto-detalhes .categoria {
	margin: 0 0 10px 0;
}
.produto-detalhes .categoria a {
	display: block;
	font-size: 14px;
	color: #ff5400;
	font-weight: 600;
}
.produto-detalhes .nome {
	margin: 0 0 9px 0;
	text-align: left;
}
.produto-detalhes .nome span {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
	margin: 15px 0;
	letter-spacing: 0.02em;
	white-space: unset;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.produto-detalhes .ref {
	margin: 0 0 10px 0;
	color: #333;
	text-align: left;
}
.produto-detalhes .ref span {
	margin: 0 0 10px 0;
	text-align: left;
	padding: 0;
	font-weight: 300;
}
.produto-detalhes .div-precos {
	justify-content: space-between;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 92px;
	padding: 0;
	display: inline-grid;
	align-items: flex-end;
}
.produto-detalhes .descricao span {
	display: block;
	font-size: 14px;
}
.produto-detalhes .valor_anterior {
	margin-bottom: 0px;
}
.produto-detalhes .valor_anterior span {
	display: block;
	font-size: 14px;
	color: #333;
}
.produto-detalhes .valor {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	clear: both;
	text-align: left;
}
.produto-detalhes .valor span {
	display: block;
	font-size: 30px;
	font-weight: 600;
}
.produto-detalhes .div-estoque {
	padding: 15px 0 30px;
}
.produto-detalhes .ref-estoque .thelabel {
	clear: both;
	display: block !important;
	font-weight: 400;
	color: #555;
	padding: 0;
	margin-left: 0;
}
.produto-detalhes .line.quantidade.bt-extra {
	margin-top: 50px;
	margin-left: -5px;
}
.chat-whats-produto {
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #25D366;
	color: #25D366 !important;
}
.chat-whats-produto:hover {
	background-color: #25D366;
	color: #fff !important;
}
.int-whats-produto {
	width: 100%;
	margin-bottom: 10px;
	background-color: #25D366;
	;
	border: 1px solid #25D366;
	color: #fff !important;
}
.int-whats-produto:hover {
	background-color: #fff;
	color: #25D366 !important;
}
.chat-whats-produto i,
.int-whats-produto i {
	display: inline-block;
	transform: translateY(2px) !important;
	margin: 0 5px 0 0;
	font-size: 22px;
}
.botao-acao,
.chat-whats-produto,
.int-whats-produto {
	display: block;
	padding: 12px 16px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}
.botao-acao:hover,
.botao-acao:active,
.botao-acao:focus {
	color: #fff;
}
.botao-acao span {
	display: inline-block;
	margin: 0 auto;
}
.int-whats-produto span,
.chat-whats-produto span,
.sacola-adicionar {
	font-size: 20px;
	transform: translateY(3px);
	width: 72%;
}
.botao-acao i {
	display: inline-block;
	transform: translateY(1px) !important;
	margin: 0 5px 0 0;
	color: #fff !important;
}
.sacola-adicionar>.botao-acao i {
	display: inline-block;
	transform: translateY(1px) !important;
	margin: 0 5px 0 0;
	font-size: 28px;
	color: #fff !important;
}
.back-button {
	display: block;
	padding: 12px 16px 9px 14px;
	color: #333;
	border: 1px solid rgba(0, 0, 0, .2);
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}
.back-button:hover,
.back-button:active,
.back-button:focus {
	color: #333;
}
.back-button span {
	display: inline-block;
	transform: translateY(-2px);
}
.back-button i {
	display: inline-block;
	transform: translateY(1px);
	margin: 0 5px 0 0;
	font-size: 21px;
	color: #ff5400;
}
html .botao-acao-gray {
	background: rgba(0, 0, 0, .15) !important;
}
html .botao-acao-gray span,
html .botao-acao-gray i {
	color: #333 !important;
}
.comprar {
	margin: 6px 0 20px 0;
	padding: 0;
}
.comprar .line.quantidade.quantidadeProduto .campo-numero {
	display: inline-flex;
	align-items: center;
}
.opcoes .opcao .campo-numero {
	width: auto;
	display: flex;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.campo-numero i {
	display: block;
	border: 0px solid #ddd;
	margin: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 5px 0;
	border-radius: 4px;
	background: transparent;
	cursor: pointer;
	font-size: 12px;
	align-items: center;
}
.campo-numero i:last-child {
	margin-right: 0;
}
.campo-numero input {
	border: 0;
	margin: 0 5px;
	height: 30px;
	width: 15px;
	text-align: center;
	padding: 0px;
	border-radius: 4px;
	background: #ffffff;
	font-size: 16px;
	font-weight: 500;
	float: left;
	outline: none !important;
	user-select: none;
}
.sacola-table .campo-numero input {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
.sacola-table .campo-numero i {
	width: 22px;
	height: 22px;
	padding: 4px;
	font-size: 13px;
}
.bt-extra .campo-numero input {
	border: 0;
	margin-right: 0px;
	margin-left: 0;
	width: 60px;
	height: 45px;
	text-align: center;
	padding: 8px 0 8px 0;
	border-radius: 4px;
	background: #f3f3f3;
	font-size: 18px;
	font-weight: 600;
	float: left;
	outline: none !important;
	user-select: none;
}
.bt-extra .campo-numero i {
	display: flex;
	border: 1px solid rgba(0, 0, 0, .07);
	margin: 5px;
	width: 40px;
	height: 40px;
	text-align: left;
	padding: 12px;
	border-radius: 4px;
	background: transparent;
	cursor: pointer;
	font-size: 15px;
}
.bt-extra .campo-numeroi:last-child {
	margin-right: 0;
}
.sacola-table .bt-extra .campo-numero input {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
.sacola-table .bt-extra .campo-numero i {
	width: 22px;
	height: 22px;
	padding: 4px;
	font-size: 13px;
}
.comprar .line {
	padding: 5px 0;
}
.comprar .line:last-child {
	border: 0;
}
.comprar .line.observacoes textarea {
	border: 1px solid rgba(0, 0, 0, .2);
	background: #fff !important;
}
.thelabel {
	display: inline-block !important;
	font-weight: 600;
	transform: translateY(11px);
	background: #fff;
	margin: 0 auto;
	padding: 0px 10px;
	border-radius: 3px;
	margin-left: 5px;
	z-index: 1;
	position: relative;
}
.thelabel-normal {
	transform: translateY(0);
}
.modal-content {
	border-radius: 6px;
	box-shadow: 0 0 0 transparent;
}
.modal {
	background: rgba(0, 0, 0, .5);
}
.fancybox-is-open .fancybox-bg {
	opacity: .85 !important;
}
.fancybox-inner {
	cursor: pointer;
}
.fancybox-content {
	background: #fff !important;
}
.modal-header {
	margin: 0;
	border-bottom: 0;
}
.modal-header .close {
	margin: 0;
	padding: 0;
	font-size: 22px;
	opacity: 1;
	color: #333 !important;
}
.modal-header button.close i {
	color: rgba(0, 0, 0, .3);
}
.lowpadd .col-md-6:nth-child(1) {
	padding-right: 5px;
}
.lowpadd .col-md-6:nth-child(2) {
	padding-left: 5px;
}
.modal .adicionado {
	padding: 0 20px 23px 20px;
}
.adicionado .image {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.adicionado .image img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 200px;
	height: auto;
	border-radius: 6px;
}
.adicionado .checkicon {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #ff5400;
}
.adicionado {
	margin: 10px auto 5px;
}
.adicionado .icon-1 {
	position: absolute;
	margin-top: -15%;
	left: 50%;
	top: 0;
}
.adicionado .icon-1 .check-icon {
	transform: translateX(-50%);
}
.circle-box.bg-circle {
	background-color: #44b461;
}
.circle-box.lg {
	width: 64px;
	height: 64px;
	border: 8px solid #ffffff;
	box-shadow: 0px 4px 20px 0px rgba(158, 158, 158, 0.25);
}
.circle-box.check-icon {
	position: relative;
}
.circle-box {
	display: inline-block;
	border-radius: 50%;
}
.circle-box.check-icon::after {
	position: absolute;
	border: 4px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	top: 16px;
	left: 14px;
	height: 10px;
	transform: rotate(-45deg);
	width: 20px;
}
.progress-bar {
	border-radius: 30px;
}
.muda-checkout .form-field-radio input[type=radio] {
	transform: translateY(-4px);
	margin-right: 10px;
}
.muda-checkout .form-field-radio {
	display: flex;
	align-items: center;
}
@-webkit-keyframes {
	from {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}
.adicionado .loadingicon {
	display: block;
	margin-bottom: -13px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: rgba(0, 0, 0, .3);
}
.adicionado .title {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}
.adicionado .text {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}
.minifit {
	min-height: 450px;
}
.badge-pendente .green {
	background: #68db68;
}
.badge-pendente .orange {
	background: #f17c57fa;
}
.badge-pendente .blue {
	background: #3652D9;
}
.badge-pendente .rose {
	background: #FF66CC;
}
.badge-pendente .red {
	background: red;
}
.badge-pendente .circle {
	display: inline-flex;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-shadow: 0px 0px 1px 1px #0000001a;
}
.badge-pendente .pulse {
	animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}
.sacola {
	margin: 20px 0 30px 0;
}
.sacola-table {
	width: 100%;
}
.sacola-table thead th {
	padding-bottom: 18px;
}
.sacola-table tr {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sacola-table .imagem {
	display: flex;
	margin: 10px 0 10px 0;
	max-width: 87px !important;
	max-height: 87px !important;
	border-radius: 6px;
	overflow: hidden;
}
.sacola-table .imagem img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	max-height: 60px;
	object-fit: contain;
	object-position: center;
}
.sacola-table .nome {
	display: block;
	max-width: 350px;
	font-weight: 600;
	padding: 15px 12px 10px 12px;
	line-height: 18px;
}
.sacola-table .campo-numero {
	width: 128px;
	white-space: nowrap;
	display: block;
}
.sacola-table .observacoes {
	margin: 10px 0 10px 0;
}
.sacola-table .sacola-remover {
	display: block;
	cursor: pointer;
}
.sacola-table .sacola-remover i {
	color: #f1828d;
	margin-right: 4px;
}
.sacola-table .sacola-change {
	display: block;
	cursor: pointer;
}
.sacola-table .sacola-change i {
	color: #f1828d;
	margin-right: 4px;
}
.sacola-null {
	display: none !important;
}
.sacola-null:nth-child(1) {
	display: table-row !important;
}
.sacola-null .nulled {
	padding: 22px 20px 20px 20px;
}
.linha-subtotal {
	margin: 10px 0 0 0;
}
.subtotal {
	display: block;
	padding: 15px 0 20px;
	transform: translateY(5px);
	font-size: 18px;
}
.pedido {
	margin: auto auto 20px auto;
	width: 100%;
}
.pedido-actions {
	margin: 0;
}
.mtminus {
	float: left;
	width: 100%;
	margin-top: -20px;
}
.title-line {
	margin: 0 auto 20px auto;
	padding: 20px 0 16px 0;
	font-size: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.title-line span {
	font-weight: 600;
	color: #333;
}
.title-line i {
	margin-right: 12px;
	color: #ff5400;
}
.title-icon span {
	font-weight: 600;
	color: #333;
}
.row-line {
	margin-bottom: 20px;
	clear: both;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.pedido-actions {
	padding: 15px 0 4px 0;
}
.titlerzero .title-line {
	margin-bottom: 0;
}
.comprovante {
	word-break: break-all;
	padding: 40px 20px 40px 20px;
	background: #fef9da;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	font-size: 16px;
	transition: 0.3s;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}
.comprovante-parent {
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 0.3s;
}
.comprovante .content {
	font-family: verdana;
	font-size: 15px;
}
.comprovante .title {
	display: block;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 600;
}
.alerta-comprovante {
	display: block;
	padding: 12px 0 10px 0;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: rgb(34 114 52);
	font-weight: 300;
}
.pedido-actions .botao-acao,
.linha-subtotal .botao-acao {
	width: 100%;
}
.fake-hidden {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.error-pedido-minimo .error {
	text-align: center;
	margin: -5px 0 0 0;
	padding: 0 15px 15px 15px;
}
.error-pedido-minimo-sacola .error {
	margin: 4px 0 2px 0;
	padding: 0;
}
.is-sticky,
.sticky-wrapper {
	transition: 2s;
}
.obrigado {
	margin: 0 auto;
	padding: 17px 20px 27px 20px;
	width: 100%;
	max-width: 600px;
	text-align: center;
}
.obrigado .adicionado {
	position: relative;
}
.obrigado .botao-acao,
.obrigado .chat-whats-produto {
	min-width: 320px;
	max-width: 70%;
}
.obrigado .botao-acao {
	margin: 20px auto auto auto;
	width: 100%;
}
.obrigado .text {
	line-height: 22px;
	padding: 5px 0 20px;
}
#modalalerta .modal-body {
	text-align: center;
}
#modalalerta .modal-body span {
	display: block;
	margin: auto;
	max-width: 500px;
	font-weight: 600;
	color: rgba(0, 0, 0, .7);
	font-size: 22px;
	line-height: 26px;
}
#modalalerta .modal-body i {
	display: block;
	margin: auto auto 16px auto;
	width: 64px;
	height: 64px;
	line-height: 60px;
	border-radius: 100%;
	font-size: 28px;
	text-align: center;
	opacity: 1 !important;
}
#modalalerta .modal-body .alerta-icone-erro {
	border: 3px solid #f1828d;
	color: #f1828d;
}
#modalalerta .modal-body .alerta-icone-sucesso {
	border: 3px solid #ff5400;
	color: #ff5400;
}
.sidr {
	background: #fff !important;
	box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, .51) !important;
}
.sidebar .sidebar-header {
	padding: 22px 12px 20px 12px;
}
.sidebar .sidebar-header .close-sidebar {
	font-size: 22px;
	float: left;
	cursor: pointer;
}
.sidr .sidr-inner,
.sidebar-info .content a,
.sidebar .sidebar-header .close-sidebar,
.sidebar-info i {
	color: #fff;
}
.sidebar-content {
	padding: 9px 12px 6px 12px;
}
.sidebar-info {
	margin-bottom: 5px;
}
.sidebar-info .title {
	padding: 12px 12px 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.sidebar-info .title i {
	margin-right: 8px;
}
.sidebar-info .title span {
	font-weight: 700;
}
.sidebar-info .content {
	padding: 10px 0 10px 0;
	line-height: 18px;
}
.sidebar-info .content .listitem {
	padding: 8px 0 8px 0;
}
.sidebar-info .content .listitem i {
	margin-right: 8px;
}
.sidebar-info .content .listitem .lni-envelope {
	transform: translateY(1px);
}
.sidebar-info .social {
	margin-top: 2px;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.paginacao {
	display: flex;
	width: 100%;
	align-content: center;
	justify-content: center;
	margin: 20px 0 20px 0;
}
.pagination {
	padding: 0;
	margin: auto;
}
.pagination>li>a,
.pagination>li>span {
	padding: 13px 18px 11px 18px !important;
	color: #333;
	font-weight: 600;
	transition: 0.2s;
	border: 0;
	background: transparent;
	margin: 0 2px 0 2px;
	border-radius: 4px;
}
.pagination>li>a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #013728;
	color: #ff4e0e !important;
	border-color: rgba(255, 255, 255, .3);
	transition: 0.2s;
	cursor: pointer;
}
.pagination a:focus i,
.pagination a:hover i {
	color: #fff !important;
}
.pagination i {
	color: #333;
	font-size: 12px;
}
.pagination .pagination-back a,
.pagination .pagination-next a {
	background: rgba(0, 0, 0, .05);
}
.paginaerro {
	margin-bottom: 40px;
}
.funcionamento-mobile {
	margin: 3px 0 3px 0;
	text-align: center;
	color: rgba(0, 0, 0, .4);
	font-weight: 600;
}
.funcionamento-mobile i {
	margin-right: 3px;
}
.work .img,
.banners .carousel-inner,
.categoria .produto,
.video-home {
	border-radius: 20px !important;
}
.work a {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.banners {
	margin: 12px 0 35px 0;
	width: 100%;
}
.banners .carousel-inner {
	border-radius: 6px;
	max-height: 300px;
	overflow: hidden;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banners img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: auto;
	height: auto;
	border-radius: 6px;
}
.topo-variacoes {
	background: #f5f5f5;
	display: flex;
	margin-top: 50px;
	padding: 12px;
	align-items: center;
	clear: both;
	border-radius: 2px;
	margin: 0;
}
.comprar .opcoes {
	padding: 0 10px;
}
.comprar .line-variacao {
	padding: 0px 0 12px 0;
	width: 100%;
	display: inline-block;
	border: 2px solid #f1f1f1;
	border-radius: 6px;
	position: relative;
}
.line-variacao .thelabel {
	display: block;
	transform: translateY(0) !important;
	background: transparent;
	padding: 0;
}
.line-variacao .escolhas {
	display: block;
	margin: 6px 0 13px 0;
	transform: translateY(0) !important;
}
.opcoes .opcao {
	display: flex;
	float: left;
	align-items: center;
	cursor: pointer;
	width: 100%;
	min-height: 62px;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.opcoes .opcao:hover {
	background-color: #fdfdfd;
}
.opcoes .opcao:nth-child(even) {
	float: right;
}
.aviso-fixo .error {
	position: fixed;
	bottom: 40px;
	right: 10px;
	background-color: #f8d7da;
	color: #af101f;
	padding: 10px;
	border-radius: 5px;
	z-index: 1000;
	border: 1px solid #b38181;
	min-width: 196px;
	text-align: center;
}
.aviso-fixo .error {
	animation-name: error;
	animation-duration: 1.521s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
.botao-desativado {
	pointer-events: none;
	opacity: 0.521;
}
.estoque-zero {
	filter: grayscale(1);
	pointer-events: none;
}
@media (min-width: 992px) {
	.fixa-no-rodape {
		position: fixed;
		bottom: 10px;
		width: 100%;
		z-index: 1000;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
		padding: 10px 15px !important;
		background: #fff;
		border-radius: 6px;
	}
	.galeria-fixa {
		position: fixed;
		top: 20px;
		z-index: 1000;
		max-width: 560px;
		width: 100%;
	}
	.comprar label.error {
		margin-top: 10px;
		margin-left: 10px;
		min-height: 10px;
	}
	.galeria img {
		display: block;
		margin: auto;
		width: 40px;
		max-width: 50px;
		height: auto;
		border-radius: 6px;
	}
}
.col-12:has(.sem-estoque),
.opcao:has(.variavel-indisponivel),
.opcoes .opcaoindisponivel {
	filter: grayscale(.521);
	pointer-events: none;
	margin: 0;
	padding: 0;
}
.comprar label.error {
	min-height: 10px;
}
.opcoes .opcao .check {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, .08);
	content: "";
	width: 1.5em;
	height: 1.5em !important;
	border-radius: 10px;
	-webkit-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.opcoes .opcao:focus .check,
.opcoes .opcao:active .check {
	background: rgba(0, 0, 0, .05);
}
.opcoes .opcao.active .check {
	background: #000;
	transition: .2s;
}
.opcoes .opcao.active .check i {
	display: block;
	text-align: center;
	color: #fff;
	transition: .2s;
	content: "\ea55";
}
.opcoes .opcao:hover .check i::before,
.opcoes .opcao.active .check i::before {
	content: "\ea55";
	transition: .2s;
	color: #fff;
}
.opcoes .opcao:focus .check i,
.opcoes .opcao:active .check i {
	opacity: 0;
}
.opcoes .opcao:hover .check i::before {
	color: #888;
}
.opcoes .opcao.active:hover .check i:focus,
.opcoes .opcao.active:hover .check i::before {
	color: #fff !important;
}
.opcoes .opcao .detalhes {
	width: 100% !important;
	float: left;
	padding: 15px 0;
}
.opcoes .opcao .titulo {
	display: block;
	padding: 2px 0 0 0;
	font-weight: 700;
}
.opcoes .opcao .descricao {
	display: block;
	color: #333;
	font-size: 12px;
}
.opcoes .opcao .descricao.variavel {
	color: #3f3e3e;
}
.opcoes .opcao .descricao.disponibilidade,
.variavel-estoque {
	font-size: 12px;
	color: #5cc0a5;
	clear: both;
	display: block;
}
.variavel-baixo-estoque {
	clear: both;
	display: block;
}
.variavel-indisponivel {
	font-size: 12px;
	color: #d73638;
	clear: both;
	display: block;
}
.opcoes .checker {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.produto-total {
	display: block;
}
.error-holder {
	display: block;
	margin: 10px 0;
	width: 100%;
	height: 1px;
}
.line-variacao .fakehidden {
	display: none;
}
.sacola-alterar td {
	padding: 6px 12px 6px 12px;
}
.sacola-alterar .td-nome {
	padding: 0;
}
.sacola-alterar .td-valor {
	min-width: 100px;
}
.sacola-alterar .td-acoes {
	padding: 0;
}
.sacola-alterar .td-acoes .holder {
	display: flex;
	margin: 8px auto auto auto;
	justify-content: center;
	align-items: center;
	min-width: 205px;
}
.sacola-alterar .td-acoes a {
	padding: 12px 12px 12px 12px;
	text-align: center;
}
.sacola-alterar .td-acoes a i {
	display: inline-block;
	font-size: 18px;
}
.sacola-alterar .td-acoes a span {
	display: inline-block !important;
}
.sacola-alterar .td-detalhes {
	padding: 0 6px 0 6px;
}
.sacola-alterar .td-detalhes span {
	display: block;
	padding: 12px 12px 12px 12px;
	background: rgba(0, 0, 0, .05);
	max-height: 80px;
	font-size: 12px;
	border-radius: 3px;
	overflow-y: auto;
}
.floatbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: #262222;
}
.floatbar .floatitem {
	width: 100%;
	cursor: pointer;
}
.floatbar .floatitem .floaticon i {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 12px 14px 15px 14px;
}
.floatbar .floatitem .floaticon .lni-frame-expand {
	font-size: 20px;
	transform: translateY(3px);
}
.floatbar .floatitem .floaticon .lni-star {
	transform: translateY(2px);
}
.floatbar .floatitem .floaticon .lni-bullhorn {
	transform: translateY(3px);
}
.floatbar-holder {
	width: 100%;
	height: 60px;
}
.cidades .estabelecimentos {
	margin: 20px auto;
}
.estabelecimentos .tv-grid {
	margin-bottom: 30px;
}
.estabelecimentos .estabelecimento .noshadow {
	background: transparent !important;
}
.estabelecimentos .estabelecimento .perfil {
	display: block;
	position: relative;
	background: #fff;
	width: 110px !important;
	height: 110px !important;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 1;
	transition: 0.5s;
}
.estabelecimentos .produto.estabelecimento .perfil {
	margin: -60px auto 5px;
}
.estabelecimentos .produto.estabelecimento.categoria .perfil {
	margin: -70px auto 5px;
}
.estabelecimentos .estabelecimento .perfil .holder {
	margin: 5px;
	float: left;
	border-radius: 100%;
	overflow: hidden;
	max-height: 100px;
}
.estabelecimentos .estabelecimento .perfil img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100px;
}
.estabelecimentos .estabelecimento .descricao {
	display: block;
	margin: 6px 8px 4px 8px;
	font-size: 14px;
	font-weight: 400;
}
.estabelecimentos .estabelecimento .status {
	text-align: center;
	padding-bottom: 15px;
}
.estabelecimentos .estabelecimento .status span {
	text-align: center;
	color: #333;
	font-weight: 600;
	padding-bottom: 5px;
	display: block;
}
.estabelecimentos .estabelecimento .status .subnome {
	max-height: 45px;
	min-height: 35px;
	padding: 5px 10px;
	white-space: unset;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.categoria .estabelecimento .aberto span,
.estabelecimentos .estabelecimento .status .aberto i {
	color: #18ab29;
}
.categoria .estabelecimento .fechado span,
.estabelecimentos .estabelecimento .fechado i {
	color: rgb(255, 0, 0);
}
.estabelecimentos .estabelecimento .aberto,
.estabelecimentos .estabelecimento .fechado {
	font-size: 13px;
}
.categoria .estabelecimentos .produto .capa .nome {
	height: 160px;
}
.categoria .estabelecimento {
	min-height: 242px;
}
.noborder {
	border: 0 !important;
}
.middle-bar {
	display: flex;
	justify-content: center;
}
.segmentos {
	padding: 0;
}
.segmentos .explorer {
	margin-right: 5px;
	transform: translateY(0);
}
.explorador {
	margin-right: 2px !important;
	font-size: 23px !important;
}
.segmentos a {
	display: block;
	background-color: #fff;
	border-color: #e5e5e5;
	width: 136px;
	height: 102px;
	color: rgba(0, 0, 0, .5);
	white-space: nowrap;
	text-align: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	overflow: hidden;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
	line-height: 1.2;
}
.segmentos .tv-infinite-menu a.active .categoria-fundo,
.segmentos .tv-infinite-menu a:hover .categoria-fundo {
	background-color: #ff5400;
}
.segmentos a span {
	display: block;
	margin: auto;
	font-size: 0.875em;
	font-weight: 400;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align: center;
}
.segmentos a.active,
.segmentos a:hover {
	border-color: rgba(255, 255, 255, .8) !important;
	color: #333;
}
.segmentos a.active,
.segmentos a:hover {
	border-color: #ff5400 !important;
}
.search-bar {
	margin: auto;
	width: 100%;
}
.body-cidade .categoria .produto .detalhes i,
.body-cidade .categoria .estabelecimento .detalhes i {
	color: #ff5400;
}
.body-cidade .categoria .produto .detalhes {
	padding: 6px 0;
	background: rgba(0, 0, 0, .05);
	color: #262222;
	min-height: 15px !important;
	line-height: 2;
}
.title-icon i.icon-normal {
	background: transparent;
	padding: 0;
	margin-right: 5px;
}
.back-gray {
	margin-top: -20px;
	padding: 20px 0 0 0;
	background: rgba(0, 0, 0, .03);
}
.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.body-cidade .top {
	padding: 26px 0 24px 0 !important;
}
.breadcrumb-gray {
	background: rgba(0, 0, 0, .05);
}
.breadcrumb-gray .search-bar-mobile form {
	margin: 10px;
	background: #fff !important;
}
.seletor-cidade-mobile {
	margin-top: 72px;
	padding: 24px 12px 19px 12px;
	background: rgba(0, 0, 0, .03);
	float: left;
	max-width: 100%;
}
.seletor-cidade-mobile span {
	display: block;
	margin: auto;
	max-width: 300px;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.seletor-cidade-mobile span strong {
	font-weight: 600;
}
.seletor-cidade .lni-map-marker {
	margin-right: 0;
}
.seletor-cidade .lni-chevron-down {
	transform: translateY(0);
	margin-left: 2px;
}
.seletor-cidade-mobile span {
	color: rgba(39, 41, 62, .98);
}
.tv-tabs i {
	margin: 0 0 5px;
	font-size: 46px;
}
.tv-tabs .lni-pointer {
	transform: translateY(3px);
}
.tv-tabs .lni-target {
	transform: translateY(1px);
}
.cidade-box {
	margin: auto auto 2px auto;
	width: 100%;
	max-width: 400px;
}
.cidade-box .text-escolha {
	display: block;
	margin: 6px 0 18px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.cidade-box .form-field-entrar {
	display: block;
	float: none;
	margin: auto auto 4px auto;
	width: 100%;
	max-width: 190px;
}
.cidade-box .form-field-entrar button {
	padding: 17px 23px 14px 26px;
}
.body-cidade .categoria {
	float: left;
	width: 100%;
	margin: 0 !important;
}
.body-cidade .search-bar {
	width: 100%;
	float: left;
}
.produtos.marketplace {
	margin: 20px auto;
}
.mini-links a {
	margin-right: 15px;
}
.seletor-cidade span {
	color: #333
}
.mini-links a:hover {
	color: #000;
}
.mini-links a:last-child {
	margin-right: 0;
}
.mini-links a i {
	margin-right: 5px;
	color: #ff5400;
}
.body-cidade .user-menu .lni-menu {
	margin: -1px 0 0 6px;
}
.body-cidade .user-menu .lni-arrow-left {
	margin: -1px 0 0 5px;
}
.body-cidade .user-menu .lni-map-marker {
	margin: -10px 5px 8px 0;
	font-size: 28px;
}
.sidebar-links a {
	display: block;
	padding: 18px 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 18px;
	font-weight: 600;
}
.sidebar-links i {
	margin-right: 6px;
	color: #ff5400;
}
.footer-cidade span {
	margin: 8px 0 0 0;
	padding: 0;
}
.footer-cidade .social {
	margin: 1px 0 0 0;
	padding: 0;
	float: right;
}
.addtohome {
	display: none;
}
.cupom-msg {
	display: block;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.cupom-fail {
	color: red;
}
.cupom-ok {
	color: green;
}
.sacola-alterar .td-valor span {
	font-weight: 600;
}
.sacola-alterar .td-valor div.line.valor span {
	font-weight: 500;
}
.swal-button-container {
	text-align: center;
	display: block;
}
.swal-title {
	font-size: 20px;
}
.swal-text {
	font-size: 16px;
}
.swal-button {
	min-width: 30%;
	max-width: 100%;
}
.categorias .fake-select {
	border: 1px solid rgba(0, 0, 0, .07);
}
.categorias .categoria {
	margin-bottom: 30px;
}
.limpar-filtros {
	display: inline-flex;
}
.limpar-filtro {
	color: red;
	margin-right: 8px !important;
	font-size: 85% !important;
	background: #fff0f0 !important;
	padding: 5px 8px !important;
	text-align: center;
	border-radius: 3px;
}
.limpar-filtro:hover,
.limpar-filtro:hover>i {
	color: #000;
}
.limpar-filtro i {
	background: #ffffff;
	color: #ff0202;
	padding: 3px;
	border-radius: 30px;
}
.produto-detalhes #leiamais {
	margin-bottom: 20px;
}
.conteudo_leiamais {
	width: 100%;
	display: block;
}
button.leiamais__toggle {
	display: block;
	color: #6277c7;
	padding: 10px 0 0;
	cursor: pointer;
	border-radius: 0;
	background: transparent;
	text-align: left;
	position: relative;
	max-width: 170px;
	border-bottom: 1px solid #6277c7;
}
button.leiamais__toggle:hover {
	color: #1667ff;
	border-bottom: 1px solid #1667ff;
}
.descricao-produto-fade-effect {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: linear-gradient(to bottom, rgb(255 255 255 / 30%) 0%, rgba(255, 255, 255, 1) 100%);
}
.descricao-produto-fade-effect.hidden {
	display: none;
}
.thelabel.txt-aviso {
	font-weight: 600;
	font-size: 18px;
	padding: 0;
	background: transparent;
}
.thelabel .txt-motivo {
	font-size: 16px;
	font-weight: 300;
	clear: both;
	display: block;
	color: #000;
	margin-bottom: 20px;
}
input[type="number"] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.logo-loja {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.logo-loja img {
	max-height: 50px;
	width: 100%;
	height: auto;
}
.footer .logo-loja img {
	max-height: 40px;
}
.footer .brand span {
	font-size: 22px;
	line-height: 20px;
}
.logos-icon img,
.logos-icon-seguranca img {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 3px;
}
.logos-icon img {
	max-width: 44px;
	border: 1px solid #ddd;
}
.logos-icon-seguranca img {
	max-width: 120px;
	border: none;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
.navigator.sticky {
	background: #fff;
	top: 105px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	z-index: 3;
}
.link-azul {
	text-decoration: underline;
	color: blue
}
.btn-cookies {
	width: auto;
	text-align: left;
	background: transparent;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: var(--link-azul);
}
button.btn-termos:hover, button.btn-cookies:hover {
	text-decoration: underline;
}
#cookiesLoja .modal-body {
	padding: 0 15px 15px !important;
}
#cookiesLoja .modal-content button.close {
	margin-top: -3px;
	opacity: 1;
	position: relative;
	text-align: right;
	color: #000 !important;
	font-weight: 500;
	font-size: 21px;
	z-index: 1;
}
.wrapper {
	position: fixed;
	bottom: 50px;
	right: -370px;
	max-width: 360px;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 25px;
	transition: right 0.3s ease;
	box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.wrapper.show {
	right: 20px;
}
.wrapper header {
	display: flex;
	align-items: center;
	column-gap: 15px;
}
header i {
	color: blue;
	font-size: 32px;
}
header h2 {
	color: var(--link-azul);
	font-weight: 500;
	font-size: 22px;
	margin: 0;
}
.wrapper .data {
	margin-top: 16px;
}
.wrapper .data p {
	color: #333;
	font-size: 14px;
}
.data p a {
	color: var(--link-azul);
	text-decoration: none;
}
.data p a:hover {
	text-decoration: underline;
}
.wrapper .buttons {
	margin-top: 16px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.buttons .button {
	border: none;
	color: #fff;
	padding: 8px 0;
	border-radius: 4px;
	background: var(--link-azul);
	cursor: pointer;
	width: calc(100% / 1 - 10px);
	transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
	background-color: #545454;
}
#declineBtn {
	max-width: 120px;
	background-color: #fff;
	color: var(--preto);
}
#declineBtn:hover {
	background-color: transparent;
	color: var(--preto);
	text-decoration: underline;
}
.cidades .sceneElement .tv-grid.grid_produtos,
.cidades .sceneElement .tv-infinite {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 10px;
}
.input-container {
	background: #fff;
	position: relative;
	display: inline-block;
	width: calc(100% - 50px);
  }
  
@media only screen and (min-width: 991px) {
	.cidades .sceneElement .tv-infinite,
	.cidades .sceneElement .tv-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
		gap: 15px !important;
	}
	.galeria .carousel-inner {
		min-height: 550px;
	}	
}
.cidades #sticky-wrapper {
	height: 0px !important;
}
.cidades .grudado {
	z-index: 5 !important;
	width: 100%;
	position: fixed;
	top: 55px !important;
	z-index: inherit;
}
.cidades .tv-infinite-menu.tv-tabs {
	grid-template-columns: repeat(4, 1fr) !important;
    text-align: center;
    margin: 0 auto;
    padding: 20px !important;
    max-width: 530px;
    width: 100%;
    height: auto;
}
.tv-tabs.tv-infinite-menu a {
	width: 100%;
    display: inline-grid;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    max-width: 100%;
    min-width: 85px;
    border-radius: 6px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
}
.tv-infinite-menu a.active,
.tv-infinite-menu a:hover {
	color: #000;
	border-color: #ff5400;
	transition: 0.3s;
}
.cidades .estabelecimentos .tv-infinite .col-infinite {
	padding: 10px 0 !important;
}
@media (max-width: 768px) {
	.top.sticky,
	.navigator.sticky {
		position: relative;
		box-shadow: none;
	}
}
@media (max-width: 600px) {
	.galeria .seta {
		background: transparent;
	}
}
@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 991px) {
	.lojademo {
		display: none;
	}
	.tv-masonry {
		column-count: 2;
	}
	.tv-infinite {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	.tv-infinite::-webkit-scrollbar {
		display: none;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.produtos .tv-infinite .col-infinite {
		display: inline-block !important;
		vertical-align: middle !important;
		padding-right: 0 !important;
		white-space: normal !important;
		width: 100% !important;
		max-width: 160px !important;
		height: auto !important;
	}
	.produtos.marketplace .tv-infinite .col-infinite {
		display: inline-block !important;
		vertical-align: middle !important;
		padding-right: 0 !important;
		white-space: normal !important;
		width: 100% !important;
		max-width: 210px !important;
		height: auto !important;
	}
	.col-infinite .produto .capa {
		max-height: 170px;
		margin-bottom: 6px;
	}
    .categoria .estabelecimentos .produto .capa .nome {
        height: 115px;
    }
	.header-interna.categoria .box-delivery {
		margin: 40px auto auto auto;
	}
	.col-infinite .produto .capa .nome {
		height: 170px;
	}
	.col-infinite .produto {
		min-height: 0;
	}
	.tv-tabs i {
		font-size: 34px;
	}
	.tv-tabs.tv-infinite-menu a {
		padding: 10px 5px;
	}
	.estabelecimentos .tv-infinite .col-infinite {
		display: inline-block !important;
		vertical-align: middle !important;
		padding: 10px !important;
		white-space: normal !important;
		width: 100% !important;
		max-width: 220px !important;
		height: auto !important;
	}
	.estabelecimentos .estabelecimento {
		min-height: 0;
	}
	.categoria .produto .detalhes-precos,
	.categoria .estabelecimento .detalhes-precos {
		min-height: 140px;
		padding: 5px 10px;
	}
	.categoria .produto .detalhes,
	.categoria .estabelecimento .detalhes {
		min-height: 140px;
	}
	.estabelecimentos .estabelecimento .capa {
		height: 70px;
	}
	.categoria .produto .apenas-single {
		display: block;
		text-align: center;
		max-width: 70px;
		margin: 9px auto 4px auto;
	}
	.categoria .marketplace .apenas-single {
		text-align: left;
		max-width: 100%;
	}
	.categoria .marketplace .div-precos {
		display: block;
	}
	.header .top {
		width: 100%;
		position: fixed;
		padding: 18px 0 18px 0;
		border-radius: 0 0 40px 40px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
		z-index: 2;
	}
	.input-container,
	.search-bar input[type=text] {
		border-radius: 30px;
	}
	.search-marketplace {
		height: auto;
	}
	.search-bar form {
		border: none;
		height: 40px;
	}
	.shop-bag {
		margin-top: -15px;
	}
	.holder-shop-bag {
		height: 30px;
		width: 100%;
		margin-right: 5px;
	}
	.shop-bag .counter-preco {
		display: none;
	}
	.shop-bag .counter {
		top: 0;
		right: -20px;
		line-height: 16px;
		border: 2px solid #fff !important;
	}
	.holder-shop-bag i {
		margin: 5px 0 0 -1px;
	}
	.holder-shop-bag span {
		float: left;
		margin: 5px 10px 0 0;
		padding-left: 0px !important;
	}
	.user-menu i {
		display: block;
		margin: 2px 0 0 5px;
		color: #333;
		text-align: center;
		font-size: 27px;
	}
	.user-menu a.voltar-loja img {
		display: block;
		margin-top: -5px;
		color: #333;
		text-align: center;
		height: 40px;
		max-height: 40px;
	}
	.tv-infinite-container:hover .arrow-left,
	.tv-infinite-container:hover .arrow-right {
		display: none;
	}
	.tv-infinite-container.categoria {
		margin-top: 60px;
	}
	.tv-infinite .produto {
		margin-bottom: 0;
	}
	.tv-infinite .col-infinite:last-child {
		margin-right: 20px;
	}
	.tv-infinite .col-infinite-last {
		margin-right: 15px;
	}
	.middle {
		margin: 0;
	}
	.col-infinite-last .vertudo {
		margin-top: 0;
	}
	.tv-grid .produto .capa {
		max-height: 170px;
		margin-bottom: 6px;
	}
	.tv-grid .produto .capa .nome {
		height: 181px;
	}
	.tv-grid .col-xs-6:nth-child(odd) {
		padding-right: 10px;
	}
	.tv-grid .col-xs-6:nth-child(even) {
		padding-left: 10px;
	}
	.tv-grid .produto {
		min-height: 290px;
	}
	.no-bottom-mobile {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.title-icon {
		width: 100%;
		margin: 0 0 0 0;
		font-size: 20px;
	}
	.title-icon span {
		display: block;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 24px;
	}
	.bread-box {
		display: inline-block;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.bread {
		display: block;
		margin: 0 0 20px 0;
		padding: 15px 15px 0;
	}
	.segmentos a {
		flex: 0 0 calc(50% - 10px);
	}
	.tv-infinite-menu {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.holder-interna-nopadd {
		height: 20px;
	}
	.nopaddmobile {
		padding: 0;
	}
	.padd-container-mobile {
		padding: 0 15px 9px 15px;
	}
	.single-produto {
		text-align: left;
	}
	.topo-variacoes {
		display: block;
	}
	.produto-detalhes .nome {
		margin-bottom: 9px;
	}
	.produto-detalhes .nome span {
		font-size: 20px;
		font-weight: 400;
		line-height: 25px;
	}
	.produto-detalhes .categoria a {
		font-size: 16px;
	}
	.produto-detalhes .descricao {
		margin-bottom: 8px;
	}
	.galeria img {
		border-radius: 0;
	}
	.share-container {
		bottom: 10px;
		top: auto;
	}
	.comprar .line .thelabel {
		text-align: left;
	}
	.botao-acao {
		width: 100%;
	}
	.relacionados {
		margin-top: -45px;
	}
	.galeria .carousel-inner {
		background: #fff;
	}
	.single-produto .carousel-inner {
		border: none;
	}
	.produto-detalhes .categoria {
		margin-bottom: 7px;
	}
	.lowpadd .col-md-6:nth-child(1) {
		padding-right: 15px;
	}
	.lowpadd .col-md-6:nth-child(2) {
		padding-left: 15px;
	}
	.modal-header .close {
		width: auto;
	}
	#modalcarrinho .botao-acao {
		padding: 12px 12px 10px 12px;
	}
	#modalcarrinho .botao-acao-gray {
		margin-bottom: 10px;
	}
	.adicionado .icon-1 {
		top: -40px;
	}
	.modal-dialog {
		margin: 30px 10px 0 !important;
	}
	.sacola {
		margin-top: 4px;
	}
	.sacola-table thead {
		display: none;
	}
	.sacola-table tr {
		display: block;
		margin: 0;
		padding: 8px 10px 18px 10px;
		text-align: center;
	}
	.sacola-table tr td {
		display: block;
		padding: 10px 10px 0 10px;
	}
	.sacola-table tr td.td-foto {
		float: left;
	}
	.sacola-table tr td.td-foto .imagem {
		margin: auto;
		width: 60px;
		height: auto;
	}
	.sacola-table tr td.td-nome {
		width: 100%;
		display: table-row;
	}
	.linha-subtotal {
		padding: 0 15px 0 15px;
	}
	.subtotal {
		text-align: left;
		padding: 0;
	}
	.pedido {
		padding: 5px 15px 15px 15px;
	}
	.pedido .col-xs-6:nth-child(1) {
		padding-right: 5px;
	}
	.pedido .col-xs-6:nth-child(2) {
		padding-left: 5px;
	}
	.pedido .col-xs-5:nth-child(1) {
		padding-right: 5px;
	}
	.pedido .col-xs-7:nth-child(3) {
		padding-left: 5px;
	}
	.pedido .mtminus {
		margin-top: -12px;
	}
	.rowtitle {
		padding: 0;
		background: #fff;
	}
	.rowtitle .clearline {
		margin-top: 8px;
	}
	.botao-acao,
	.back-button {
		padding-left: 0;
		padding-right: 0;
	}
	.sacola-adicionar.botao-acao.marketplace {
		margin-bottom: 30px;
	}
	.holder-interna-sacola {
		height: 0;
	}
	.holder-interna.obrigado {
		padding: 0;
	}
	.title-line {
		text-align: left;
	}
	.fake-hidden {
		padding: 0 !important;
	}
	.sacola-null .nulled {
		padding-top: 8px;
	}
	.nulled-categoria,
	.nulled-content {
		padding: 5rem 1rem 10rem;
		max-width: 250px;
	}
	.banners {
		margin: 20px 0 20px 0;
		max-width: 100%;
		min-width: 100%;
	}
	.cidades .banners {
		margin: 20px 0 5px;
	}
	.body-estabelecimento .banners {
		margin: 20px 0 20px 0 !important;
	}
	.categoria {
		margin-bottom: 19px;
	}
	.line-variacao .thelabel {
		display: block;
		width: 100%;
		text-align: center !important;
		margin: 4px 0 0 0;
		font-size: 16px;
		transform: translateY(0) !important;
	}
	.line-variacao .escolhas {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 12px 0;
		font-size: 12px;
		transform: translateY(0) !important;
	}
	.opcoes .opcao {
		margin: 0 0 10px 0;
		width: 100%;
		min-height: 62px;
		text-align: left;
	}
	.error-holder {
		margin: 5px 0 8px;
	}
	.opcoes .opcao .detalhes {
		padding-left: 0;
	}
	.produto-detalhes .ref {
		margin: 0 0 6px 0;
		color: #333;
		clear: both;
	}
	.subtotal-adicionar {
		padding-top: 5px !important;
	}
	.sacola-alterar .td-acoes .holder {
		margin: 10px auto 5px auto;
		width: 100%;
		max-width: 450px;
	}
	.sacola-alterar td {
		padding: 0;
	}
	.sacola-table tr td.td-nome span {
		display: -webkit-box;
		margin: auto;
		padding: 12px 0 0 0;
		font-size: 16px;
		text-align: left;
		float: left;
		min-height: 45px;
		max-height: 45px;
		white-space: unset;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.sacola-table tr .td-quantidade .holder-acao {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sacola-table tr .td-quantidade .item-acao {
		text-align: center;
		width: 100%;
	}
	.sacola-table tr .td-quantidade .item-acao a {
		padding: 10px 5px 5px 5px !important;
	}
	.sacola-table tr .td-quantidade .item-acao a i {
		font-size: 16px;
	}
	.sacola-table .td-quantidade .sacola-remover {
		text-align: center;
		float: none;
	}
	.sacola-table tr td.td-quantidade .campo-numero {
		margin: 6px auto 7px auto;
		float: none;
		width: 80px;
	}
	.sacola-table .sacola-remover {
		text-align: center;
		float: none;
	}
	.sacola-alterar .td-detalhes {
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.sacola-alterar .td-detalhes span {
		display: block;
		padding: 0;
		max-height: 100%;
		margin: 0;
		width: 95%;
		font-size: 12px;
		float: left;
		text-align: left;
		background: transparent;
	}
	.sacola-alterar .td-valor {
		padding: 8px 0 0 0;
		font-size: 16px;
	}
	.sacola-alterar .td-valor span,
	.sacola-alterar .td-valor div {
		display: inline-block;
	}
	.relacionados .tv-grid .produto {
		margin-bottom: 8px !important;
	}
	.fillrelacionados {
		width: 100%;
		height: 1px;
		margin: -40px 0 0 0;
	}
	.floatbar {
		display: flex !important;
	}
	.back-gray {
		margin-top: 0;
		padding: 0 0 0 0;
		background: rgba(0, 0, 0, .03);
		background: transparent;
	}
	.back-gray .rowtitle {
		padding-top: 20px;
		background: transparent;
	}
	.seletor-cidade-mobile {
		display: flex !important;
		justify-content: center;
	}
	.tv-grid .estabelecimento {
		min-height: 240px;
	}
	.body-cidade .categoria {
		margin-top: 0 !important;
	}
	.body-cidade .rowtitle {
		padding: 15px 15px 0 15px !important;
	}
	.body-cidade .top {
		padding: 22px 0 50px 0 !important;
	}
	.espacer-cidade {
		float: left;
		width: 100%;
		height: 105px;
	}
	.categoria .title {
		font-size: 20px;
	}
	.categoria .vertudo {
		padding: 5px;
		font-size: 15px;
	}
	.categoria .vertudo i {
		padding-left: 3px;
	}
	.cidades .tv-infinite-menu a {}
	.segmentos a {
		width: 90px;
	}
	.body-cidade .obrigado {
		margin: 20px 0 0 0;
		padding: 0;
	}
	.back-gray-mobile {
		background: rgba(0, 0, 0, .03);
	}
	.cidade-box .text-escolha {
		margin: 0 0 12px 0;
	}
	.paginacao {
		width: 100%;
	}
	.footer-cidade .social {
		margin: 3px auto 4px auto;
		float: none;
	}
	.categorias {
		margin-bottom: 30px;
	}
	.widget.estabelecimento,
	.widget.categorias,
	.widget.atendimento,
	.widget.pedidos {
		margin-bottom: 30px;
	}
	.footer-copyright-wrapper {
		text-align: center;
	}
	.footer-info {
		background: #471ca8;
	}
	.footer {
		border: none;
	}
	.segmentos .tv-infinite-menu a {
		padding: 2px 0 0px;
	}
	.paginacao {
		transform: translateY(-4px);
		margin-top: 5px !important;
	}
	.footer-info {
		padding: 16px 12px 6px 12px;
	}
	.body-cidade .footer-info {
		padding: 6px 12px 1px 12px;
		background: #fff;
	}
	.social {
		margin: 3px 0 0 0;
	}
	.txt-direitos-reservados {
		display: block;
		clear: both;
	}
	.watermark {
		padding: 16px 0 18px 0;
	}
	.brand-cidade img {
		margin: -10px auto -10px auto;
	}
	.body-cidade .footer-info span {
		display: block;
		width: 100% !important;
	}
	.aviso-fixo .error {
		width: 92%;
		max-width: 425px;
		margin: 0 auto;
		right: inherit;
		background-color: #f8d7daf2;
		color: #910512;
		height: 68px;
		bottom: 70px;
		text-align: center;
		align-content: center;
	}
	.carousel-indicators li {
		width: 18px !important;
		height: 2px !important;
		margin: 0px 3px !important;
		padding: 0 !important;
		border-radius: 8px;
		border: 2px solid #dbdbdb;
	}
		.carousel-indicators li:last-child {
			min-height: 2px;
	}		
}
@media (min-width: 992px) and (max-width: 1024px) {
	.brand span {
		font-size: 21px;
		line-height: 21px;
		margin-left: 10px;
	}
	.body-cidade .search-bar {
		width: 100%;
	}
}
@media (min-width: 1180px) {
	.body-cidade .search-bar {
		transform: translateX(-7%);
		width: 107%;
	}
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		margin-top: -10px;
		align-items: center;
		background-color: #fff;
		border: 0;
		cursor: pointer;
		display: flex;
		justify-content: center;
		transform: translateY(-30%);
		box-shadow: none;
		-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
		-webkit-box-shadow: none;
		color: #373737;
		border-radius: 15px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 42px;
		height: 42px;
		font-size: 20px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		right: 15px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		left: 15px;
	}
}
@media screen and (min-width: 480px) {
	.banners {
		min-height: 165px;
	}
}
@media screen and (min-width: 320px) {
	.banners {
		min-height: 135px;
	}
}