/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		#Header {
			position: absolute;
			left: 0px;
			top: 0px;
			display: block;
			width: 100%;
			height: 8rem;
			background-color: var(--Palette1);
			color: var(--Header_Text_Color);
			font-family: var(--Header_Font);
			box-sizing: border-box;
			z-index: 9999;
			border-bottom: none;
		}
		.innerTitle {
			font-weight: 600;
			font-size: 0.65rem;
		}
		.InnerTop {
			width: calc(100% - 2.8rem);
			display: flex;
			padding: 0.5rem 0.1rem;
			padding-left: 1.4rem;
			padding-right: 1.4rem;
			justify-content: space-between;
			align-items: center;
			background: var(--Palette1dark);
			color: var(--Palette5);
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
		}
		.InnerTopBox {
			display: flex;
			align-items: center;
			flex-direction: row;
			gap: 1rem;
		}
		.InnerTopBox i.fa-instagram {
			font-size: 1rem;
			margin-top: 0rem;
		}
		.aTitle {
			display: none;
		}
		.shopCart {
			font-size: 1rem;
			font-weight: 600;
			color: var(--Palette6) !important;
			text-align: left;
			float: left;
			display: block;
			max-width: 11.5rem;
			width: auto;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: 1.5rem;
			text-transform: uppercase;
			padding: 0.3rem;
			padding-left: 0.8rem;
			padding-right: 2.4rem;
			text-decoration: none;
			letter-spacing: 0.03rem;
			/* transform: scaleX(1.08); */
			transform-origin: center;
		}
		.shopCart i {
			margin-right: 0.3rem;
			font-weight: 600;
		}
		#Header > .Inner {
			display: flex;
			position: relative;
			width: 100%;
			height: 100%;
			justify-content: flex-end;
			align-items: flex-end;
		}
		#Header > .Inner .Logo {
			position: absolute;
			left: 1.3rem;
			top: 3.5rem;
			display: block;
			height: 4.5rem;
			z-index: 1;
		}
		#Header > .Inner .Logo IMG {
			height: auto;
			max-width: 9rem;
			margin-top: 0rem;
		}
		#Header #MobileMenu {
			display: block;
			position: absolute;
			right: 1rem;
			top: 3.85rem;
			font-size: 2.3rem;
			line-height: 1em;
			font-weight: 300;
			color: var(--Palette5);
		}
		.TitleHome {
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
			color: var(--Palette6);
		}
		.TitleHome h2 {
			width: 100%;
			text-align: center;
			font-size: 2.3rem;
			margin-top: 1rem;
			padding-bottom: 2rem;
			border-bottom: 0.1rem solid var(--Palette7);
		}
		.TitleHome .TitleHomeSub {
			width: 100%;
		}
		.TitleHome .TitleHomeSub h3 {
			margin: 0rem;
			font-size: 1.6rem;
		}

		.LoginButton {
			display: none;
		}

		#HeaderMenu > ul > li.Flag.notranslate > a > span {

		}
		#HeaderMenu > ul > li.Flag.notranslate > a > img {
			width: 2.2rem;
			margin-right: 0.5rem;
			border-radius: 2rem;
		}
		#HeaderMenu > ul > li.Flag.notranslate > a {
			padding: 0.1rem 0.6rem;
			display: flex !important;
    		align-items: center !important;
    		justify-content: center;
		}
		#Header #HeaderMenu {
			display: none;
			position: fixed;
			left: 0;
			top: 7.5rem;
			background: var(--Page_Background_Color);
			width: 100%;
			overflow: hidden;
			overflow-y: auto;
			height: calc(100vh - 7.5rem);
			overscroll-behavior: contain;
			border-top: 0.2rem solid var(--Palette3);
		}
		#Header #HeaderMenu > UL, 
		#Header #HeaderMenu > UL > LI,
		#Header #HeaderMenu > UL > LI > UL,
		#Header #HeaderMenu > UL > LI > UL > LI {
			margin:0;
			padding:0;
			list-style: none;
			list-style-type: none;
			display: block;
		}
		#Header #HeaderMenu > UL > LI,
		#Header #HeaderMenu > UL > LI > UL > LI {
			font-size: 1.1rem;
			font-weight: 600;
			line-height: 4rem;
			border-bottom: 1px solid var(--Palette7);
			color: var(--Palette6);
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width: 100vw;
			-webkit-tap-highlight-color: transparent;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width: 100vw;
			height: 4rem;
			outline: none;
			text-align: center;
			text-transform: uppercase;
		}
		#Header #HeaderMenu > UL > LI.submenu-open {
			height: auto !important;
			overflow: visible;
		}
		#Header #HeaderMenu > UL > LI > A,
		#Header #HeaderMenu > UL > LI > UL > LI > A {
			display: block;
			text-decoration: none;
			color: var(--Palette6);
			margin-left: -1rem;
			margin-right: -1rem;
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width: 100vw;
			height: 4rem;
			outline: none;
			text-align: center;
			text-transform: uppercase;
		}
		#Header #HeaderMenu > UL > LI > A span i {
			margin-right: 0.4rem;
		}
		#Header #HeaderMenu > UL > LI > UL {
			display: none;
			background-color: #ffffff;
			margin-left: -1rem;
			margin-right: -1rem;
			border-bottom: 2px solid var(--Palette1);
		}
		#Header #HeaderMenu > UL > LI.submenu-open > UL {
			display: block !important;
		}
		#HeaderMenu > UL > LI:ACTIVE,
		#HeaderMenu > UL > LI:FOCUS,
		#HeaderMenu > UL > LI:HOVER,
		#HeaderMenu > UL > LI > A:ACTIVE,
		#HeaderMenu > UL > LI > A:FOCUS,
		#HeaderMenu > UL > LI > A:HOVER,
		#HeaderMenu > UL > LI > UL > LI:ACTIVE,
		#HeaderMenu > UL > LI > UL > LI:FOCUS,
		#HeaderMenu > UL > LI > UL > LI:HOVER,
		#HeaderMenu > UL > LI > UL > LI > A:ACTIVE,
		#HeaderMenu > UL > LI > UL > LI > A:FOCUS,
		#HeaderMenu > UL > LI > UL > LI > A:HOVER {
			background-color: var(--Palette3) !important;
			color: #ffffff !important;
		}
		#HeaderMenu > UL > LI:HOVER > UL,
		#HeaderMenu > UL > LI > UL:HOVER {
			display: block !important;
		}
		#HeaderMenu > UL > LI > UL > LI {
			background-color: #f5f5f5;
		}


		#Header > .Inner #SearchBlock {
			position: absolute;
			right: 1rem;
			bottom: 1rem;
			margin: 0px;
			padding: 0px;
			line-height: 2.6rem;
			height: 2.6rem;
			width: calc(100% - 2rem);
			-webkit-border-radius: 0.25rem;
			-moz-border-radius: 0.250rem;
			border-radius: 0.25rem;
			background-color: #fafafa;
			border: 0.05rem solid var(--Palette1);
		}
		#Header > .Inner #SearchBlock .GsTextBox {
			margin: 0px;
			padding: 0px;
			outline: none;
			font-size: 1.2rem;
			line-height: 2.6rem;
			height: 2.6rem;
			padding-left: 0.7rem;
			width: 21.4rem;
			color: #666666;
			font-weight: 400;
			float: left;
			border: 0px;
			background-color: transparent;
			font-family: var(--Header_Search_Box_Font);
		}
		#Header > .Inner #SearchBlock #bt {
			font-size: 1.5rem;
			line-height: 2.6rem;
			height: 2.5rem;
			color: #666666;
			cursor: pointer;
			float: right;
			width: 2.6rem;
			text-align: center;
		}
		
	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		#Header {
			position: absolute;
			left: 0px;
			top: 0px;
			display: block;
			width: 100%;
			height: 8.5rem;
			background-color: var(--Palette1);
			color: var(--Header_Text_Color);
			z-index: 100;
			font-family: var(--Header_Font);
			box-sizing: border-box;
			z-index: 9999;
			padding-bottom: 2rem;
		}

		.InnerTop {
			padding: 0.5rem 1rem;
			background: var(--Palette1dark);
			display: flex;
			justify-content: space-between;
			align-items: center;
			color: var(--Palette5);
			position: absolute;
			top: 0;
			left: 0;
			width: calc(100% - 2rem);
			z-index: 1000;
		}
		.InnerTop .innerTitle {
			color: var(--Palette5);
			font-size: 0.75rem;
			font-weight: 600;
			font-family: var(--Font_Normal);
			letter-spacing: 0.04em;
		}
		.InnerTopBox {
			display: flex;
			flex-direction: row;
			align-items: center;
			gap: 0.7rem;
			font-size: 0.8rem;
		}
		.InnerTopBox i.fa-instagram {
			font-size: 0.9rem;
			margin-top: 0.1rem;
		}
		.InnerTopBox .Flags {
			margin: 0;
			padding: 0;
			list-style: none;
			display: flex;
			align-items: center;
			gap: 0;
		}

		.InnerTopBox .Flags .Flag {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.InnerTopBox .Flags .Flag a {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 1.6rem;
			padding: 0 0.45rem;
			text-decoration: none;
			font-size: 0.95rem;
			line-height: 1;
			color: #25282e;
			background: #d8a62b;
			font-weight: 500;
		}

		.InnerTopBox .Flags .Flag:first-child a {
			border-top-left-radius: 0.15rem;
			border-bottom-left-radius: 0.15rem;
		}

		.InnerTopBox .Flags .Flag:last-child a {
			background: var(--Palette5);
			color: #000;
			border: 1px solid var(--Palette5);
			border-left: none;
			border-top-right-radius: 0.15rem;
			border-bottom-right-radius: 0.15rem;
		}

		.InnerTopBox .Flags .Flag a span {
			display: block;
		}

		.shopCart {
			font-size: 0.8rem;
			font-weight: 600;
			color: var(--Palette6)!important;
			text-align: left;
			float: left;
			display: block;
			max-width: 11.5rem;
			width: auto;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: 1.5rem;
			text-transform: uppercase;
			padding: 0.3rem;
			padding-left: 0.8rem;
			padding-right: 0.8rem;
			text-decoration: none;
			letter-spacing: 0.03rem;
			transform: scaleX(1.08);
			transform-origin: center;
		}
		.shopCart i {
			margin-right: 0.3rem;
			font-weight: 600;
		}

		.aTitle {
			color: var(--Palette6);
			font-size: 2rem;
			margin-left: 1.5rem;
			font-family: var(--Font_Title_Normal);
			font-weight: 600;
		}

		.InnerTopBox .Flags {
			margin: 0;
			padding: 0;
			list-style: none;
			display: flex;
			align-items: center;
		}

		.InnerTopBox .Flags .Flag {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.InnerTopBox .Flags .Flag a {
			display: flex;
			align-items: center;
			justify-content: center;
			min-width: 0.9rem;
			height: 1.1rem;
			padding: 0 0.25rem;
			text-decoration: none;
			font-size: 0.85rem;
			font-weight: 500;
			background: var(--Palette5);
			color: #000;
			border: 1px solid var(--Palette5);
			transition: all 0.2s ease;
			padding-top: 0.1rem;
		}

		.InnerTopBox .Flags .Flag:first-child a {
			border-top-left-radius: 0.15rem;
			border-bottom-left-radius: 0.15rem;
		}

		.InnerTopBox .Flags .Flag:last-child a {
			border-left: none;
			border-top-right-radius: 0.15rem;
			border-bottom-right-radius: 0.15rem;
		}

		.InnerTopBox .Flags .Flag.active a {
			background: var(--Box_Evento_Button_Text_Color);
			color: #fff;
		}

		#google_translate_element {
			position: absolute;
			left: -9999px;
			visibility: hidden;
			pointer-events: none;
		}

		.goog-te-banner-frame.skiptranslate,
		body > .skiptranslate {
			display: none !important;
		}

		body {
			top: 0 !important;
		}

		#Header > .Inner {
			margin-left: auto;
			margin-right: auto;
			display: flex;
			position: relative;
			width: 95%;
			height: 100%;
			flex-direction: row-reverse;
			justify-content: flex-start;
			align-items: flex-end;
		}
		#Header > .Inner .Logo {
			position: absolute;
			left: 0rem;
			top: 4rem;
			display: block;
			height: 2rem;
			z-index: 1;
			transition: all 0.2s ease;
			text-decoration: none;
		}

		/*#Header > .Inner .Logo:hover {
			transform: scale(1.03);
		}
		*/
		#Header > .Inner .Logo IMG {
			height: 2.8rem;
			margin-top: 0rem;
		}
		#Header #MobileMenu {
			display: none;
		}
		#Header #UserMenu {
			display: none;
		}
		#Header > .Inner #SearchBlock {
			position:absolute;
			right:17rem;
			top:1.7rem;
			margin:0px;
			padding:0px;
			line-height:2rem;
			height:2rem;
			width:14rem;
			-webkit-border-radius:0.250rem;
			-moz-border-radius:0.250rem;
			border-radius:0.250rem;
			background-color:#fafafa;
			border:0.050rem solid #004694;
		}
		#Header > .Inner #SearchBlock .GsTextBox {
			margin:0px;
			padding:0px;
			outline: none;
			font-size:1rem;
			line-height:2rem;
			height:2rem;
			padding-left:0.700rem;
			width:11rem;
			color:#004694;
			font-weight:400;
			float:left;
			border:0px;
			background-color:transparent;
			font-family: var(--Font_Title_Condensed);
		}
		#Header > .Inner #SearchBlock #bt {
			font-size:1.3rem;
			line-height:2rem;
			height:2rem;
			color:#004694;
			cursor:pointer;
			float:right;
			width:2.1rem;
			text-align:center;
		}
		#Header > .Inner .LoginButton {
			display: block;
			position: static;
			max-width: 16.1rem;
			width: auto;
			height: 2.1rem;
			background-color: transparent;
			-webkit-border-radius: 0.250em;
			-moz-border-radius: 0.250em;
			border-radius: 0.250em;
			cursor: pointer;
			text-align: left;
			transition: all 0.2s ease;
			order: 2;
			margin-left: 0.7rem;
		}
		#Header > .Inner .LoginButton .fa-user {
			display: block;
			color: var(--Palette5);
			text-align: center;
			font-size: 0.7rem;
			float: left;
			width: 0.8rem;
			padding-right: 0.2rem;
		}
		/*#Header > .Inner .LoginButton .fa-caret-right {
			display:block;
			line-height:2.1rem;
			height:2.1rem;
			text-align:center;
			color:#ffffff;
			font-size:1.2rem;
			float:right;
			width:2rem;
			background-color:#00000033;
			-webkit-border-top-right-radius:0.250em;
			-webkit-border-bottom-right-radius:0.250em;
			-moz-border-radius-topright:0.250em;
			-moz-border-radius-bottomright:0.250em;
			border-top-right-radius:0.250em;
			border-bottom-right-radius:0.250em;
		}*/
		#Header > .Inner .LoginButton .Text {
			position: relative;
			font-size: 0.8rem;
			font-weight: 600;
			color: var(--Palette5);
			text-align: left;
			float: left;
			display: block;
			max-width: 11.5rem;
			width: auto;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: 1.3rem;
			text-transform: uppercase;
			padding: 0.3rem;
			padding-left: 0.8rem;
			padding-right: 0.8rem;
			letter-spacing: 0.03rem;
			transform: none;
			transform-origin: center;
			transition: all 0.2s ease;
		}
		#Header > .Inner .LoginButton .Text::after {
			content: "";
			position: absolute;
			left: 0.8rem;
			bottom: 0.15rem;
			width: calc(100% - 1.6rem);
			height: 0.1rem;
			background-color: var(--Palette5);
			transform: scaleX(0);
			transform-origin: left;
			transition: transform 0.25s ease;
		}
		#Header > .Inner .LoginButton .Text:HOVER::after {
			transform: scaleX(1);
		}



		#Header #HeaderMenu {
			position: static;
			margin: 0px;
			padding: 0px;
			display: block;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			font-family: var(--Header_Menu_Font);
			order: 2;
		}
		#HeaderMenu ul, #Menu li {
			margin: 0;
			padding: 0;
			display: block;
			list-style: none;
			list-style-type: none;
		}
		#HeaderMenu > ul { /* MAIN MENU */
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 0rem;
			flex-direction: row;
		}
		#HeaderMenu > ul > li { /* MAIN MENU ITEM */
			position: relative;
			line-height: 2.2rem;
			font-size: 0.875rem;
			font-weight: 600;
			text-transform: uppercase;
			text-decoration: none;
			cursor: default;
			color: var(--Palette5) !important;
			background-color: transparent;
			-webkit-border-radius: 0.250em;
			-moz-border-radius: 0.250em;
			border-radius: 0.250em;
			transition: all 0.2s ease;
			display: flex;
			flex-direction: row;
			align-items: center;
			padding-left: 1rem;
			font-size: 0.775rem;
			font-weight: 600;
			cursor: pointer;
		}
		#HeaderMenu > ul > li::after {
			content: "|";
			display: inline-block;
			margin-left: 0rem;
			margin-right: 0rem;
			font-size: 1.6rem !important;
			font-weight: 100;
			color: var(--Palette5);
			padding-left: 1rem;
			font-size: 0.775rem;
		}

		/*#HeaderMenu > ul > li:HOVER {
			background-color:var(--Header_Menu_Buttons_Background_Hover) !important;
			color:var(--Header_Menu_Buttons_Text_Hover) !important;
		}*/
		#HeaderMenu > ul > li.Flag.notranslate > a > span {
			/*display: none;*/
		}
		#HeaderMenu > ul > li.Flag.notranslate > a > img {
			width: 1.5rem;
			height: 1rem;
			padding: 0rem;
			border-radius: 5rem;
		}
		#HeaderMenu > ul > li.Flag.notranslate > a {
			padding: 0rem;
			border: 0.1rem solid;
			border-radius: 2rem;
			width: 1.5rem;
		}
		#HeaderMenu > ul > li > A { /* MAIN MENU ITEM LINKED */
		    position: relative;
		    padding-left: 1rem;
		    padding-right: 1rem;
		    margin-left: -1rem;
		    margin-right: -1rem;
		    display: flex;
		    align-items: center;
		    font-size: 0.775rem;
		    font-weight: 600;
		    text-transform: uppercase;
		    text-decoration: none;
		    line-height: 1.9rem;
		    cursor: pointer;
		    color: var(--Palette5);
		    background-color: transparent;
		    transition: all 0.2s ease;
		    -webkit-border-radius: 0.250em;
		    -moz-border-radius: 0.250em;
		    border-radius: 0.250em;
		    padding: 0rem !important;
		    margin: 0rem;
		}
		#HeaderMenu > ul > li > A::after {
		    content: "";
		    position: absolute;
		    left: 0;
		    bottom: 0.2rem;
		    width: 100%;
		    height: 0.1rem;
		    background-color: currentColor;
		    transform: scaleX(0);
		    transform-origin: left;
		    transition: transform 0.25s ease;
		}
		#HeaderMenu > ul > li > A:HOVER::after {
		    transform: scaleX(1);
		}
		/*#HeaderMenu > ul > li:HOVER > A {
			color:var(--Header_Menu_Buttons_Text_Hover) !important;
		}
*/
		#HeaderMenu > ul > li > ul { /* SUBMENU */
			visibility: hidden;
			opacity: 0;
			pointer-events: none;
			position: absolute;
			transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
			top: 2.2rem;
			left: -2.2rem;
			transform: translateY(-0.4rem);
			display: block;
			overflow: hidden;
			z-index: 99;
			background-color: var(--Palette1);
			border: none;
			padding: 0.5rem 1rem;
			border-radius: 0.25rem;
		}
		#HeaderMenu > ul > li:last-child > ul { 
			left: unset;
			right:0;
		}
		#HeaderMenu > ul > li > ul > li { /* SUBMENU MENU ITEM */
			display: block;
			font-size: 1rem;
			line-height: 2.2rem;
			position: relative;
			cursor: default;
			white-space: nowrap;
			padding-left: 0rem;
			padding-right: 0rem;
			white-space: nowrap !important;
			color:var(--Header_SubMenu_Buttons_Text) !important;
			background-color:var(--Header_SubMenu_Buttons_Background) !important;
		}
		#HeaderMenu > ul > li > ul > li:HOVER { /* SUBMENU MENU ITEM */
			color:var(--Header_SubMenu_Buttons_Text_Hover) !important;
			background-color:var(--Header_SubMenu_Buttons_Background_Hover) !important;
		}
		#HeaderMenu > ul > li > ul > li A { /* SUBMENU MENU ITEM LINKED */
			position: relative;
			font-size: 0.7rem;
			font-weight: 600;
			text-transform: uppercase;
			text-decoration: none;
			line-height: 2.2rem;
			padding-left: 1rem;
			padding-right: 1rem;
			margin-left: 0rem;
			margin-right: 0rem;
			display: block;
			color: var(--Palette5) !important;
			text-align: center;
			background-color: var(--Header_SubMenu_Buttons_Background) !important;
		}
		#HeaderMenu > ul > li > ul > li A::after {
			content: "";
			position: absolute;
			left: 1rem;
			bottom: 0.3rem;
			width: calc(100% - 2rem);
			height: 0.08rem;
			background-color: currentColor;
			transform: scaleX(0);
			transform-origin: left;
			transition: transform 0.25s ease;
		}
		#HeaderMenu > ul > li > ul > li A:HOVER::after {
			transform: scaleX(1);
		}

		#HeaderMenu > ul > li:HOVER ul,
		#HeaderMenu > ul > li ul:HOVER {
			visibility: visible;
			opacity: 1;
			pointer-events: auto;
			transform: translateY(0);
			min-width: calc(100% - 8px);
		}

		#HeaderMenu ul li ul li {
			clear: both;
			width: 100%;
		}


	}