/*
Theme Name: Menu Ativo
Theme URI: http://menuativo.com.br/download-theme
Author: Agência Wert
Author URI: http://agenciawert.com.br
Description: O sistema foi pensado para entregar uma experiência diferenciada aos seus clientes, com uma inversão na estrutura de escolha dos produtos. Toda atenção dos usuários estará focada no visual do produto. Diferente de um cardápio comum, o cliente primeiro vai escolher o prato pela imagem, o que acaba gerando desejo, e só depois, vai ver a descrição e o preço. 
Version: 1.0.0.2
Requires at least: 6.4
Requires PHP: 8.0
*/

::-webkit-scrollbar {
	display: none;
}

html a,
html span,
html div {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.separador {
	padding: 0 40px;
}

.hide-link {
	display: none !important;
}

/* Estilos para o divisor */
.customizer-control-divider hr {
	margin: 10px 0;
	border-top: 1px solid #ddd;
}

/* ESTILOS ADM WORDPRESS */
.customize-support header {
	margin-top: 32px;
}

body {
	font-family: "Segoe UI", Arial, sans-serif;
	background: #000;
	user-select: none;
	overflow: hidden;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222222;
	z-index: 9999;
	transition: 0.6s;
	overflow: hidden;
}

.loader-complete {
	z-index: -5;
	opacity: 0;
	overflow: initial;
}

#loader-back,
#loader-front {
	position: absolute;
	bottom: calc(50% - 60px);
	left: calc(50% - 60px);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 120px;
	height: 120px;
}

#loader-back {
	opacity: 0.1;
}

#loader-front {
	animation: fadelogo 4s ease-out infinite;
}

@keyframes fadelogo {
	0% {
		opacity: 0.7;
		height: 0;
	}

	100% {
		opacity: 1;
		height: 120px;
	}
}

section {
	padding-bottom: 20px;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: linear-gradient(180deg, rgb(0, 0, 0) 20%, rgb(0, 0, 0, 0));
	transition: all 0.4s ease-in-out;
}

.logo-loja {
	width: 100%;
	height: 100%;
	max-width: 150px;
	max-height: 150px;
	object-fit: cover;
}


header #logo {
	text-align: center;
	transition: all 0.4s ease-in-out;
}

header #logo img {
	transition: all 0.4s ease-in-out;
}

header>div {
	justify-content: space-between;
	align-items: center;
}

header>div>a {
	padding: 20px;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
}

header a {
	cursor: pointer;
}

header.fixedHeader #logo img {
	width: 90% !important;
}

header.fixedHeader #openMenu {
	padding-top: 10px;
}

header.fixedHeader #logo {
	padding-top: 10px;
}

#nome-loja {
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 900;
	letter-spacing: 0.4px;
	color: #fff;
	font-weight: 600;
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.popup-container {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 40px 5px 20px 5px;
	border-radius: 15px;
	transform: translate(-50%, -50%);
	overflow: hidden;
	width: 80%;
	max-height: 80vh;
	max-width: 600px;
	aspect-ratio: 9 / 16;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.popup-image {
	height: 100%;
	object-fit: contain;
	width: 100%;
	border-radius: 5px;
	margin-top: 10px;
}

.popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 50%;
}

.popup-titulo {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: 500;
}

#sideMenu {
	width: 80%;
	height: 100%;
	position: fixed;
	z-index: 99;

	background: #262626;
	box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.50);
	transition: 0.6s;
	overflow: auto;
}

#promocoes-desktop {
	right: 0;
	overflow: hidden;
	display: none;
}



#sideMenu .menu {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#sideMenu .menu nav {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 2em;
}

#sideMenu .menu nav a {
	display: inline-block;
	width: 100%;
}

#sideMenu nav>ul>li>a {
	color: #fff;
}

#sideMenu ul.sub-menu>li {
	padding-left: 10px;
}

#sideMenu ul.sub-menu>li a {
	color: rgb(255, 255, 255, 0.8);
	font-size: 14px;
}

#sideMenu .menu span.fechar-menu {
	position: absolute;
	top: 20px;
	right: 20px;
}

#sideMenu .sideNav {
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}


#sideMenu .sideNav img.logo-sideNav {
	width: 100px;
}


.sideUnder {
	padding: 15px;
	border-top: 2px solid #585858;
	color: #FE7D7D;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.side-menu-close {
	transform: translateX(-100%);
}

.side-menu-open {
	transform: translateX(0);
	z-index: 98;

}

#overlayMenu {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	transition: 0.6s;
}

.overlayMenuClose {
	display: none;
	opacity: 0;
	z-index: -2;
	transition: 0.6s;

}

.overlayMenuOpen {
	display: block;
	opacity: 1;
	z-index: 99;
	transition: 0.6s;
}




/* CONFIGURAÇÕES MENU TOGGLE */



ul.sub-menu {
	height: 0px;
	max-height: 0px;
	opacity: 0;
	overflow-y: hidden;
	transition: 0.6s;
}

ul.sub-menu.open-menu-child {
	opacity: 1 !important;
	height: 100% !important;
	max-height: 600px !important;
	transition: 0.6s;
}

.menu-item-has-children a {
	position: relative;
}

.menu-item-has-children>a:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;

	background-repeat: no-repeat, repeat;
	top: 6px;
	right: 0;
	background-position: center;
	background-size: contain;
}

.divisor-menu {
	position: relative;
	padding-bottom: 30px;
}

.divisor-menu:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #808080;
}



/** SETS DE AJUDA **/
.flex {
	display: flex;
}

.row {
	flex-direction: row;
}

.column {
	display: flex;
	flex-direction: column;
}

.center {
	justify-content: center;
	align-items: center;
	align-content: center;
}

/***********/


/** INICIO - HOME **/
.home {
	width: 100%;
	padding-top: 40px;
}

.home-row {
	width: 100%;
	max-width: 768px;
	text-align: center;
}

.home-header {
	margin-bottom: 40px;
}

.home-header p {
	color: #fff;
	padding-top: 20px;
}

.grid-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	padding: 0 40px;
	justify-content: center;
}

.grid-item {
	width: 48%;
	height: fit-content;
	margin-bottom: 20px;
}

.grid-item a {
	width: 100%;
	height: auto;
	gap: 10px;
}

.grid-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 5px;
}

.grid-item p {
	font-size: 16px;
	color: #fff;
	height: auto;
	text-align: center;
}

/***********/


/*** PRINCIPAL ***/

.destaque {
	width: 100%;
	aspect-ratio: 4 / 5;
	background-size: cover;
	justify-content: flex-end;
	position: relative;
	overflow: visible;
}

.destaque a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

#linkProduto {
	white-space: nowrap;
	background: #fff;
	color: #000;
	padding: 10px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#linkProduto span {
	line-height: 1.3em;
}

.content {
	padding: 20px;
	position: relative;
	background: linear-gradient(180deg, rgb(0, 0, 0, 0), rgba(0, 0, 0, 0.7)40%, rgb(0, 0, 0));
	/* PARA INDEX QUANDO O ELEMENTO E EM 3D */
	z-index: 1;
	-webkit-transform: translateZ(1px);
	margin-bottom: -1px;
}

.content h1 {
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
}

.content p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}



.contentInfo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contentTitleInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.priceInfo {
	width: 30%;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
}

.contentProdutoInfo {
	padding: 5px 0;
	text-align: center;
}

.contentProdutoInfo p {
	font-size: 14px;
	text-align: center;
}

.contentProdutoInfo:nth-child(2) {
	border-top: 1px solid #FE7D7D;
}

.priceContent sup {
	vertical-align: super;
	font-size: smaller;
}

.priceContent span {
	font-size: 26px;
	font-weight: bold;
	padding: 0 2px;
}

.slide {
	gap: 10px;
	margin: 30px 0;
}

.slide h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.slide .swiper {
	width: 100%;
	height: fit-content;
}


.slide-cardapio {
	padding-left: 20px;
	overflow: hidden;
	margin-top: -1px;
	z-index: 2;
	background: #000;
}

.slide-cardapio>div {
	overflow: visible;
}

.swiper-slide .card-image-slide {
	position: relative;
}

.swiper-slide .title-slide {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.swiper-slide img.foto-item-slide {
	width: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 6px;
	object-fit: cover;
}

.full-image-index {
	width: auto !important;
}

.swiper-slide img.fornecedor-destaque,
.destaque-produto img.fornecedor-destaque {
	width: 25%;
	aspect-ratio: unset !important;
	max-width: 130px;
	margin-left: 20px;
	z-index: 1;
	transform: translateZ(1px);
	border-radius: 6px;
	padding: 4px;
}

.swiper-slide img.fornecedor-slide {
	padding: 4px;
	border-radius: 6px;
	position: absolute;
	max-width: 35%;
	width: 100%;
}

.fornecedor-slide.position-top-right {
	top: 10px;
	right: 10px;
}

.fornecedor-slide.position-top-left {
	top: 10px;
	left: 10px;
}

.fornecedor-slide.position-bottom-right {
	bottom: 10px;
	right: 10px;
}

.fornecedor-slide.position-bottom-left {
	bottom: 10px;
	left: 10px;
}

.categoria-titulo {
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
}

.veja-tudo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	aspect-ratio: 9 / 16;
}

.veja-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 70%;
}

.veja-content h3 {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
}

/***********/

/** PRODUTO **/


.destaque-produto {
	width: 100%;
	max-height: 750px;
	aspect-ratio: 9 / 15;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, #000 90%);
	background-size: cover;
	justify-content: flex-end;
	transition: 0.6s;
	position: relative;
	z-index: 0;
	/* QUANDO O ELEMENTO É EM 3D */
	-webkit-perspective: 1000;
	-webkit-transform: translateZ(0px);
	transform-style: flat;
}

.descricao {
	padding-top: 10px;
	-webkit-tap-highlight-color: transparent;
	color: #fff;
	cursor: pointer;
}

.descricao div.content-descricao {
	color: #fff;
	position: absolute;
	top: 100%;
	visibility: hidden;
	height: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	transition: 0.6s;
}

.content-descricao p {
	margin-bottom: 10px;
}

.slide-produtos {
	z-index: 0;
	/* QUANDO O ELEMENTO É EM 3D */
	-webkit-perspective: 1000;
	-webkit-transform: translateZ(0px);
	transform-style: flat;
	background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, #000 10%);
	padding-top: 0px;
}


#lightBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	-webkit-transform: translateZ(100px);
	background: #000;
	color: #fff;
	transform: scale(0);
	opacity: 0;
	transition: 0.6s;
}

.galleryOpen {
	transform: scale(1) !important;
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.9) !important;
	overflow: hidden !important;
}



#lightBox h2 {
	font-size: 26px;
	font-weight: 700;
	padding-top: 10%;
	max-height: 20vh;
}

#lightBox h2 p {
	font-size: 16px;
	font-weight: 400;
}

#lightBox img {
	width: 100%;
	aspect-ratio: 9 / 16;
	max-height: 80vh;
	object-fit: cover;
	border-radius: 20px;
}

#closeGallery {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 40px;
	font-size: 25px;
}

/** FOOTER **/

.menu-footer {
	z-index: 98;
	-webkit-transform: translateZ(98px);
	width: 100%;
	background: #262626;
	position: fixed;
	bottom: 0;
	height: fit-content;
	transform: translateY(70px);
	opacity: 0;
	transition: 0.4s;
}

.slideFooter {
	transform: translateY(0px);
	opacity: 1;
}

.icons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	justify-items: center;
	height: 58px;
}

.icons a {
	width: 100%;
	height: 100%;
}

.icons a img {
	max-width: 20px;
}


/* VÍDEO  */
.myVideo,
.myImg,
.myNoVideo,
.myVideoDestaque {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	/* QUANDO O ELEMENTO É EM 3D */
	-webkit-perspective: 1000;
	-webkit-transform: translateZ(0px);
	transform-style: flat;
}

.destaque-produto .myNoVideo,
.destaque-produto .myVideoDestaque {
	bottom: unset;
}

.remove-item {
	display: none;
}

.myBtn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 2em;
	top: 0;
	left: 0;
}

.myBtnFull {
	z-index: 1;
	-webkit-transform: translateZ(1px);
	font-size: 20px;
	text-align: right;
	padding: 20px;
	cursor: pointer;

	/* PARA INDEX QUANDO O ELEMENTO E EM 3D */
	/* -webkit-transform: translateZ(10px); */
}

.swiper-button-next,
.swiper-button-prev {
	/* PARA INDEX QUANDO O ELEMENTO E EM 3D */
	-webkit-transform: translateZ(10px);
	overflow: hidden;

}

.swiper-button-next::after,
.swiper-button-prev::after {
	color: #fff;
	/* PARA INDEX QUANDO O ELEMENTO E EM 3D */
	-webkit-transform: translateZ(10px);
	padding: 40px;
}

#fullScreenSwiper .swiper-button-next,
#promocoes-desktop .swiper-button-next {
	background: rgb(255, 255, 255, 0.7);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	right: -50px;
}

#fullScreenSwiper .swiper-button-prev,
#promocoes-desktop .swiper-button-prev {
	background: rgb(255, 255, 255, 0.7);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	left: -50px;

}

#fullScreenSwiper .swiper-button-next::after,
#promocoes-desktop .swiper-button-next::after {
	color: #000;
	padding-right: 80px;
}

#fullScreenSwiper .swiper-button-prev::after,
#promocoes-desktop .swiper-button-prev::after {
	color: #000;
	padding-left: 80px;
}


.swiper,
.swiperProduct,
.swiperGaleria,
.swiperDestaque {
	position: relative;
}

.swiperDestaque,
.swiperProduct {
	max-width: 100vw;
	overflow: hidden;
}

.swiperDestaque .swiper-slide {
	box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.50);
}

.section-promocao {
	overflow: hidden;
}

.section-promocao .flex {
	margin-top: 120px;
	color: #fff;
}

.section-promocao .swiperDestaque a {
	width: 100%;
	height: 100%;
}

.section-index {
	padding-top: 140px;
	min-height: 50vh;
	color: #fff;
}

.section-default *,
.section-default *::before,
.section-default *::after {
	box-sizing: border-box;
}

.section-default {
	display: block;
	min-height: 50vh;
	height: 100%;
	margin: 40px auto;
}

.container-default {
	display: flex;
	flex-direction: column;
}

.container-default h1 {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.index-content {
	padding: 20px;
}

.index-content h1 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.index-content p {
	color: #fff;
}

#fullScreenSwiper {
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: #000;
	left: 0;
	top: 0;
	z-index: -2;
	transform: translateZ(-2px);
	transition: 0.6s;
	opacity: 0;
}

.swiperFullScreenOpen {
	opacity: 1 !important;
	z-index: 99 !important;
	transform: translateZ(99px) !important;
}

#fullScreenSwiper img.imagem-promocao-zoom {
	height: 100%;
	max-height: unset !important;
	aspect-ratio: unset !important;
	object-fit: contain !important;
}

.fechar-promocao-screen {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	z-index: 100;
	/* QUANDO O ELEMENTO É EM 3D */
	-webkit-transform: translateZ(100px);
}

.promocao-restaurante {
	margin: 15px 0 20px 0;
	padding: 0 20px;
	color: #fff;
}


.desenvolvido-por {
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.desenvolvido-por a {
	color: #fff;
}

.delivery-footer strong {
	color: #ffff00;
}

.info-agencia {
	font-size: 12px;
	padding-top: 30px;
}

.info-agencia strong {
	font-weight: bold;
	color: #ED0061;
}

.icons-footer {
	gap: 20px;
	display: flex;
	padding: 15px 0;
}

#click-visualizar,
#click-descricao {
	display: none;
}

#toque-visualizar,
#toque-descricao {
	display: block;
}

li.trp-language-switcher-container {
	display: none;
}

#language-switcher-home {
	margin-top: 20px;
}

.language-switcher-new {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}

.language-switcher-new a img {
	width: 25px;
	height: auto;

}

.error-404 {
	height: 60vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	gap: 15px;
}

.error-404-button {
	background: #fff;
	border: none;
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: bold;
	color: #333
}

.error-404-logo {
	max-width: 100px;
	margin-bottom: 20px;
}

.condition-special-product {
	padding-top: 5px;
	font-size: 10px;
	color: #FFF
}

/* VERSÃO DESKTOP */
@media (min-width:900px) {
	section {
		max-width: 600px;
		margin: 0 auto;
	}

	.menu-footer {
		/* max-width: 600px;
        transform: translateY(0px);
        opacity: 1;
        left: calc(50% - 300px); */
		display: none;
	}

	#fullScreenSwiper {
		max-width: 600px;
		left: calc((100vw - 600px) / 2)
	}

	#fullScreenSwiper img.foto-item-slide {
		aspect-ratio: unset;
		object-fit: none;
		border-radius: unset;
	}

	.desenvolvido-por {
		margin-bottom: 20px;
	}

	#click-visualizar,
	#click-descricao {
		display: block;
	}

	#toque-visualizar,
	#toque-descricao {
		display: none;
	}

	li.trp-language-switcher-container {
		display: list-item !important;
	}

}

@media (min-width:1100px) {

	#sideMenu,
	#promocoes-desktop {
		width: calc((100vw - 600px) / 2);
		position: fixed;
	}

	#promocoes-desktop {
		display: block;
	}

	section {
		max-width: 600px;
		margin: 0 auto;
	}

	.side-menu-close {
		transform: translateX(0);
	}

	header {
		max-width: 600px;
		left: calc(50% - 300px);
	}

	.menu-footer {
		max-width: 600px;
		transform: translateY(0px);
		opacity: 1;
		left: calc(50% - 300px);
	}

	.siderUnder {
		display: none;
	}

	.destaque-produto {
		aspect-ratio: 4/5;
	}

	.fechar-menu,
	.abrir-menu {
		opacity: 0;
		cursor: unset;
	}


}


/* CÓDIGOS TRANSLATE PRESS */

/* PARA O TRANSLATE */
.language-switcher-footer .trp_language_switcher_shortcode,
.language-switcher-footer .trp-language-switcher,
.language-switcher-footer .trp_language_switcher_shortcode a {
	width: auto !important;
	height: auto !important;
}

.language-switcher-footer .trp-language-switcher>div {
	padding: 0 !important;
}

.language-switcher-footer .trp-language-switcher>div>a {
	padding: 20px !important;
}

.language-switcher-menu-header .trp-language-switcher>div>a {
	padding: 10px !important;
}

.language-switcher-footer .trp-ls-shortcode-current-language,
.language-switcher-footer .trp-ls-shortcode-language {
	width: auto !important;
}

.language-switcher-footer .trp-language-switcher>div>a>img {
	width: 24px !important;
	height: 16px !important;
}

.language-switcher-footer .trp-language-switcher:hover .trp-ls-shortcode-language {
	display: flex !important;
	flex-direction: column-reverse !important;
}

.language-switcher-footer .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked,
.language-switcher-footer .trp_language_switcher_shortcode .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked {
	display: flex !important;
	flex-direction: column-reverse !important;
}

.language-switcher-menu-header .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked,
.language-switcher-menu-header .trp_language_switcher_shortcode .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked {
	flex-direction: column !important;
}

.language-switcher-footer .trp-language-switcher .trp-ls-shortcode-language {
	bottom: 0 !important;
	top: unset !important;
}

.language-switcher-menu-header .trp-language-switcher .trp-ls-shortcode-language {
	bottom: unset !important;
	top: 0 !important;
}

.language-switcher-footer .trp-language-switcher div {
	border: unset !important;

}

.language-switcher-footer .trp-language-switcher div a {
	background: #262626 !important;
	border-radius: 40px !important;
}

.language-switcher-footer .trp-language-switcher>div {
	background-color: #262626 !important;
	border-radius: 10px !important;
}

.menu-item-object-language_switcher .trp-flag-image {
	margin: 0 !important;
}


/*FIX WORDPRESS 6.7.2 */
html[dir="rtl"] .accordion-section-title button.accordion-trigger {
	height: auto !important;
}