html.swal2-shown,body.swal2-shown{
	overflow-y: hidden !important;
}
#preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
html, body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
}
a,.itemname{
	text-decoration: none;
	font-weight: 600;
}
a:hover{
	text-decoration: underline;
}
*{
box-sizing: border-box;
position: relative;
transition: all .15s linear;
}
button{
	cursor: pointer;
}
img{
	display: block;
	border-radius: 5px;
}
#content{
	width: 100vw;
	max-width: 1650px;
	padding: 0 40px;
}
#topper{
	padding: 20px 40px;
	height: 60px;
	justify-content: space-between;
	position: fixed;
	z-index: 7;
	width: 100%;
	max-width: 1650px;
	font-size: 16px !important;
}
#toplogo{
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	background-color: gray;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	cursor: pointer;
	filter: drop-shadow(1px 1px 1px rgba(255,255,255,.6));
	display: flex;
	align-items: center;
	text-align: center;
	font-size: .7rem;
	color: #444;
	justify-content: center;
}
#fontsizewin{
	color: #ccc;
}
.swiper-container{
	max-width: 900px;
	margin: 0 auto;
	aspect-ratio: 2 / 1;
}
.swiper-slide{
	background-size: cover;
	background-position: center;
}
#main{
	display: flex;
	justify-content: center;
	margin-top: 140px;
	margin-bottom: 40px;
}
header{
	width: 100%;
	margin-right: 30px;
	max-width: 650px;
	height: fit-content;
}
#destaks{
	width: 100%;
}
#destaks > ul{
	display: flex;
	flex-wrap: wrap;
}
#destaks > ul > li{
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: calc(50% - 20px);
	cursor: pointer;
	margin: 10px;
	border-radius: 10px;
}
footer{
	padding: 40px 0;
	font-size: .8rem;
	text-align: center;
	margin-top: 30px;
}
#menubut{
	margin-right: 15px;
}
#menubut, #closemenubut{
	font-size: 1.2em;
}
#menu{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	z-index: 11;
	position: fixed;
	padding: 0 40px;
	top: -100vh;
	left: 50%;
	transform: translateX(-50%);
	transition: top .25s linear;
}
#menu::before,#menu::after{
	content: '';
	height: 20px;
	display: block;
}
#menucheck:checked ~ div{
	top: 0;
	display: block !important;
}
#placeinfo{
	margin-top: 30px;
}
#placeinfo > div:nth-child(2){
	margin-left: 40px;
	flex: 1;
}
#placelogo{
	min-width: 200px;
	max-width: 200px;
	min-height: 200px;
	max-height: 200px;
	border-radius: 100%;
	background-color: #aaa;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444;
}
#placelogo2{
	min-width: 150px;
	max-width: 150px;
	min-height: 150px;
	max-height: 150px;
	border-radius: 100%;
	background-color: #aaa;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-right: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444;
}
#menuint{
	display: flex;
	margin-top: 50px
}
#placedetails{
	margin-top: 30px;
}
#placedetails > li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#bakdrop,#soliddrop{
	position: fixed;
	background-color: rgba(0,0,0,.5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.itemimg{
	border-radius: 5px;
	width: 100%;
	max-width: 90%;
	background-size: cover;
	aspect-ratio: 3 / 2;
	margin: 0 auto;
	background-position: center;
	height: fit-content;
}
.itemlist{
	display: flex;
	flex-wrap: wrap;
}
.itemlist > li{
	display: flex;
	flex-direction: column;
	width: calc(20% - 20px);
	padding: 20px;
	cursor: pointer;
	margin: 10px;
	border-radius: 10px;
}
.itemlist > li:hover, #destaks > ul > li:hover{
	transform: scale(1.02);
}
.itemdescw{
height: 16px;
}
.itemdesc{
	font-size: .85rem;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}
.price{
	font-size: .9rem;
}
.ic_btn{
	width: 42px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
	background: none;
	border: none;
}
.likebtn .fa-solid.ativo, .item_vls .fa-solid.ativo{
	transform: scale(1.6);
	left: 3px;
}
.localbarbtn{
	margin: 0 5px;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: .75em;
}
.seemore{
	font-size: .6rem;
	display: inline-block;
	padding: 3px;
	border-radius: 3px;
	line-height: .6rem;
	white-space: nowrap;
}
.seemore::before{
	content: 'SAIBA MAIS';
}
.selo-off{
	position: absolute;
	display: inline-flex;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: #ff8c00;;
	color: #fff;
	border-radius: 100%;
	filter: drop-shadow(3px 2px 3px rgba(0,0,0,.4));
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	font-weight: bold;
	line-height: 1rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.selo-off span{
	font-size: 1.4rem;
	letter-spacing: -1px;
}
.selo-off-busca{
	font-size: 1rem;
	width: 46px;
	height: 46px;
}
.selo-off-busca span{
	font-size: 1rem;
}
.modalimg .selo-off.promo{
	font-size: .8rem !important;
}
#totop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: -1;
	opacity: 0;
}
.theme-switch-wrapper em{
	margin-left: 5px;
}
.theme-switch{
  display: inline-block;
  height: 24px;
  position: relative;
  width: 42px;
}
.theme-switch input{
  display:none;
}
.slider{
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
	font-family: "Font Awesome 5 Free";
}
.slider:before{
	height: 20px;
	top: 2px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
input:checked + .slider:before{
  transform: translateX(18px);
}
.slider.round{
  border-radius: 34px;
}
.slider.round:before{
  border-radius: 50%;
}
#menu-lv1,#menu-lv2{
	margin-bottom: 10px;
	height: 38px;
	overflow: auto;
	padding: 0 40px;
	font-size: .9rem;
	font-weight: 500;
	transition: none;
}
#menu-lv2{
	display: none;
}
#menu-lv1::-webkit-scrollbar,#menu-lv2::-webkit-scrollbar{
	height: 0;
}
#menu-lv1 > li,#menu-lv2 > li{
	white-space: nowrap;
	max-width: 250px;
	margin: 0 5px;
	height: 100%;
	border-radius: 5px;
	padding: 0 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: none;
	font-weight: 600;
}
#menu-lv1 > li:first-child,#menu-lv2 > li:first-child{
	margin-left: 0;
}
#menu-lv1 > li:last-of-type,#menu-lv2 > li:last-of-type{
	margin-right: 0;
}
.submenu_li{
	display: inline-flex;
	width: 30px;
	padding: 0;
	height: 42px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	visibility: hidden;
	cursor: pointer;
}
.submenu_left_arr{
	left: 0;
}
.submenu_right_arr{
	right: 0;
}
#submenus{
	z-index: 6;
	overflow: hidden;
	position: fixed;
	top: 60px;
	width: 100%;
	max-width: 1680px;
	padding: 12px 0 20px 0;
}
#submenus > div{
	overflow: hidden;
}
#menus{
	transition: none;
}
.sektor_gui{
	padding: 0 0 7px 20px;
}
.sektor_gui.ativo{
	animation: sek_gui .5s infinite;
}
@keyframes sek_gui{
	from{ transform: scale(.97); }
	to{ transform: scale(1.03); }
}
.lojaredes{
	flex-wrap: wrap;
}
.lojaredes li a{
	margin: 6px;
	border-radius: 5px;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
}
.lojaredes li a:hover{
	text-decoration: none;
}
.i600{
	width: 100%;
	max-width: 600px;
}
.verde{
	color: #7fff00 !important;
}
.vermelho{
	color: #f30 !important;
}
.branco{
	color: #fff !important;
}
.preto{
	color: #000 !important;
}
.sharebts li i{
	font-size: 1.5rem;
	margin-bottom: 7px;
}
.sharebts li a{
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
	font-size: .8rem;
	border-radius: 5px;
}
.sharebts li a:hover{
	text-decoration: none;
}
#buscaqp{
	z-index: 10;
}
#buscaq{
	position: absolute;
	right: calc(100% + 5px);
	top: 0;
	width: 0;
	max-width: 242px;
	visibility: hidden;
}
#buscaq.ativo{
	width: 400px;
	visibility: visible;
}
#buscares{
	position: fixed;
	z-index: 10;
	top: 60px;
	right: calc((100vw - 1680px) / 2);
	width: 100vw;
	max-width: 550px;
	padding: 20px;
	border-radius: 5px;
	display: none;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
#buscares.ativo{
	display: block;
}
#buscares li{
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
	cursor: pointer;
}
#buscares li:hover{
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
#buscares li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#buscares li .itemimg{
	margin-right: 15px;
	max-width: 30%;
	height: fit-content;
}
#buscares li > div:nth-child(2){
	flex: 1;
}
#fontsizewin{
	display: none;
	flex-direction: column;
	align-items: center;
	position: absolute;
	z-index: 5;
	background-color: #444;
	left: 50%;
	top: calc(100% + 15px);
	transform: translateX(-50%);
	padding: 10px;
	border-radius: 5px;
	visibility: hidden;
}
#buscares{
	filter: drop-shadow(0 0 9px rgba(0,0,0,.6));
}

/* estilos gerais ini*/
.functab li{
	display: flex;
	align-items: center;
}
.functab li > span:nth-child(1){
	flex-basis: 120px;
	margin-right: 15px;
}
.functab li > span:nth-child(2){
	margin-right: 10px;
}
.funcic{
	display: none;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.openic{
	background-color: #7fff00;
}
.closeic{
	background-color: #f30;
}
.form-control{
	background-color: #fff;
	padding: 7px 10px;
	border: 1px solid #bbb;
	font-size: 1.1rem;
	color: #444;
	font-family: inherit;
	outline: none;
	font-weight: 500;
	border-radius: 5px;
}
.dfac{
	display: flex;
	align-items: center
}
.d-wrap{
	flex-wrap: wrap;
}
.justcenter{
	justify-content: center;
}
.fcol{
	flex-direction: column;
}
.d-flex{
	display: flex;
}
.no-mt{
	margin-top: 0 !important;
}
.no-mb{
	margin-bottom: 0 !important;
}
.no-mg{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.hidden{
	display: none !important;
}
.cpointer{
	cursor: pointer;
}
.resetlist{
	list-style: none;
	padding: 0;
	margin: 0;
}
.listicons{
	display: inline-flex;
	justify-content: center;
	width: 25px;
	margin-right: 10px;
}
.text-end{
	text-align: right;
}
.text-bold{
	font-weight: bold;
}
.text-center{
	text-align: center;
}
.item_obs_list small{
	display: inline-block;
	text-align: center;
	font-size: .8rem;
	font-weight: 100;
	margin: 3px;
	padding: 8px 15px;
	border-radius: 10px;
	line-height: .8rem;
}
.ic_flag{
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 14px;
	border: 1px solid #222;
	background-image: url(../img/flags.gif?2);
}
.flag7{ background-position: 0 0; } /*chi*/
.flag1 { background-position: -18px 0; } /*bra*/
.flag6 { background-position: -36px 0; } /*esp*/
.flag8 { background-position: -54px 0; } /*por*/
.flag2 { background-position: -72px 0; } /*arg*/
.flag10 { background-position: -90px 0; } /*fra*/
.flag5 { background-position: -108px 0; } /*afr*/
.flag16 { background-position: -126px 0; } /*ita*/
.flag11 { background-position: -144px 0; } /*aus*/
.flag12 { background-position: -162px 0; } /*ale*/
.flag9 { background-position: -180px 0; } /*uru*/
.flag14 { background-position: -198px 0; } /*geo*/
.flag3 { background-position: -216px 0; } /*hun*/
.flag15 { background-position: -234px 0; } /*jap*/
.flag4 { background-position: -252px 0; } /*eua*/

.v_uvas > img{
	width: 18px;
	height: 18px;
	margin-right: 12px;
}
.v_uvas > div{
	display: flex;
	flex-wrap: wrap;
}
.minitxt{
	font-size: .6rem;
	letter-spacing: 1px;
}
.item_vls{
	border: none;
	height: 32px;
	border-radius: 1645px;
	padding: 0 15px;
	display: inline-flex;
	align-items: center;
	margin: 6px;
}
/* estilos gerais fim*/
.funcsign{
	margin: 20px auto;
	width: fit-content;
	background-color: transparent;
	border-radius: 20px;
	padding: 10px 22px;
	transform: rotate(-6deg);
	animation: turnOnBorder 0.24s forwards step-end,
	flickerBorder calc(var(--animation-time) * 16) infinite step-end 1s;
}
.funcsign span{
	font-size: 1rem;
}
.funcsign p span{
	opacity: 0.33;
	animation: turnOn forwards step-end;
}
.funcsign p span:nth-child(1){
	animation-delay: 0.3s;
}
.funcsign p span:nth-child(2){
	animation: turnOn 0.37s forwards step-end,
	flicker var(--animation-time) infinite step-end 1.5s;
}
.funcsign p span:nth-child(3){
	animation-delay: 0.4s;
}
.funcsign p span:last-child{
	animation: turnOn 0.27s forwards step-end,
	flicker var(--animation-time) infinite step-end 1s;
}
@keyframes turnOn{
  100% {
    text-shadow: var(--text-shadow);
    opacity: 1;
  }
}
@keyframes flicker{
  0% {
    text-shadow: var(--text-shadow);
  }
  99% {
    text-shadow: none;
  }
}
@keyframes flickerBorder{
  0% {
    box-shadow: var(--box-shadow);
  }
  99% {
    box-shadow: none;
  }
}

@media screen and (max-width: 1919px){
	#menu{
		max-width: calc(190px + 690px);
	}
}
@media screen and (max-width: 1720px){
	#buscares{
		right: 20px;
	}
}
@media screen and (max-width: 1650px){
	#submenus{
		max-width: calc(100vw - 80px) !important;
	}
}
@media screen and (max-width: 1599px){
	.itemlist > li{
		width: calc(25% - 20px);
	}
}
@media screen and (max-width: 1359px){
	#destaks > ul > li{
		flex-direction: row;
		padding: 15px;
		width: 100%;
		margin: 0 0 10px 0;
	}
	#destaks > ul > li .itemimg{
		max-width: 40%;
		margin: 0 25px 0 0;
	}
	#destaks > ul > li > div{
		flex: 1;
	}
	#destaks .itemname{
		margin-top: 0 !important;
	}
	.itemsbc{
		margin-top: 0;
	}
}
@media screen and (max-width: 1279px){
	header{
		margin-right: 0;
		margin-bottom: 40px;
		max-width: none;
	}
	#main{
		flex-direction: column;
	}
	#destaks > ul > li{
		width: calc(50% - 20px);
		margin: 10px;
	}
	.itemlist > li{
		flex-direction: row;
		width: calc(50% - 20px);
	}
	.itemlist > li .itemimg{
		max-width: 40%;
		margin: 0 25px 0 0;
	}
	.itemlist .itemname{
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 1023px){
	#menu{
		max-width: none;
	}
	#destaks > ul > li, .itemlist > li{
		flex-direction: column;
	}
	#destaks > ul > li .itemimg, .itemlist > li .itemimg{
		max-width: 90%;
		margin: 0 auto 20px auto;
	}
	#content{
		padding: 0 30px;
	}
	#submenus{
		max-width: calc(100vw - 40px) !important;
	}
	.itemlist .itemname{
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px){
	#menuint{
		flex-direction: column;
	}
	#placelogo2{
		margin: 0 auto 40px auto;
	}
	#menunomeloja{
		text-align: center;
	}
	#topper{
		padding: 20px;
	}
	#placeinfo{
		flex-direction: column;
	}
	#placeinfo > div h1{
		text-align: center;
		font-size: 1.7rem;
	}
	.lojaredesgui{
		text-align: center;
	}
	.lojaredesgui + ul{
		justify-content: center;
	}
	#sharebar{
		justify-content: center;
	}
	#destaks > ul > li{
		flex-direction: row;
		width: 100%;
		margin: 0 0 10px 0;
	}
	#destaks > ul > li .itemimg{
		max-width: 40%;
		margin: 0 25px 0 0;
	}
	.itemlist > li{
		margin: 3px;
		width: calc(50% - 6px);
	}
	.itemlist .itemname{
		font-size: .9rem;
	}
	#placelogo{
		min-width: 160px;
		max-width: 160px;
		min-height: 160px;
		max-height: 160px;
		margin: 0 auto;
	}
	#placeinfo > div:nth-child(2){
		margin-left: 0 !important;
	}
	#content{
		padding: 0 20px;
	}
	#buscares{
		width: calc(100vw - 60px);
		max-width: none;
	}
}
@media screen and (max-width: 420px){
	.funcic{
		display: inline-block;
	}
	.functab li > small{
		display: none;
	}
}
@media screen and (max-width: 529px){
	#destaks > ul > li{
		flex-direction: column;
	}
	#destaks .itemimg{
		max-width: 90% !important;
		margin: 0 auto 20px auto !important;
	}
}
@media screen and (min-width: 1670px){
	#topper{
		padding: 20px;
	}
	#content{
		padding: 0 20px;
	}
}
@media screen and (min-width: 1690px){
	#topper{
		padding: 20px 0;
	}
	#content{
		padding: 0 0;
	}
}
@media screen and (min-width: 1920px){
	#menu{
		max-width:1000px;
	}
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
}
.lds-spinner div {
  transform-origin: 18px 18px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 16px;
  width: 4px;
  height: 9px;
  border-radius: 20%;
  background: #555;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.spinner {
   position: relative;
   width: 33.6px;
   height: 33.6px;
   perspective: 67.2px;
}

.spinner div {
   width: 100%;
   height: 100%;
   background: #daa520;
   position: absolute;
   left: 50%;
   transform-origin: left;
   animation: spinner-16s03x 2s infinite;
}

.spinner div:nth-child(1) {
   animation-delay: 0.15s;
}

.spinner div:nth-child(2) {
   animation-delay: 0.3s;
}

.spinner div:nth-child(3) {
   animation-delay: 0.45s;
}

.spinner div:nth-child(4) {
   animation-delay: 0.6s;
}

.spinner div:nth-child(5) {
   animation-delay: 0.75s;
}

@keyframes spinner-16s03x {
   0% {
      transform: rotateY(0deg);
   }

   50%, 80% {
      transform: rotateY(-180deg);
   }

   90%, 100% {
      opacity: 0;
      transform: rotateY(-180deg);
   }
}

/* dialog ini */
.swal2-header{
	flex-direction: row;
}
.swal2-title{
	width: calc(100% - 28px);
	text-align: center;
	display: block !important;
	font-size: 1.1rem;
	font-weight: bold;
}
.swal2-content{
	font-size: 1rem;
	margin: 30px 0 20px;
}
.swal2-actions{
	justify-content: flex-end;
}
.swal2-actions button{
	font-size: .85rem !important;
	background-color: #aaa !important;
}
#swal2-content{
	text-align: left !important;
}
/* dialog im */
#cookies_notice{
	position: fixed;
	left: 50%;
	bottom: -130px;
	z-index: 6;
	background-color: #000;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.3);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 20px;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,.8));
	color: #ccc;
	text-align: center;
	max-width: 80%;
	width: 100%;
	justify-content: center;
}
#cookies_notice.ativo{
	animation: cookies_notice .2s linear forwards;
}
@keyframes cookies_notice{
	from{ bottom: -150px }
	to{ bottom: 10px }
}