* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
}

[v-cloak] {
	display: none !important;
}

#kta_preload_screen {
	position: fixed;
	z-index: 9999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

#kta_preload_screen .background_color {
	width: 100%;
	height: 100%;
	background: var(--main-background);
	box-sizing: border-box;
}

#kta_preload_screen .dc-logo-preload {
	width: 100%;
	height: 100%;
	background-image: url('img/auchan-logo-preload-desktop.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width: 641px) {
	#kta_preload_screen .dc-logo-preload {
		background-image: url('img/auchan-logo-preload-mobile.webp');
		background-position: bottom;
	}
}

#kta_vue_wrapper {
	--main-header-desktop-height: 84px;
	--secondary-header-desktop-height: 58px;

	--main-header-mobile-height: 58px;
	--secondary-header-mobile-height: 62px;
	--main-footer-mobile-height: 0px;

	--side-summary-desktop-width: 290px;
	--side-summary-mobile-height: 50px;

	--side-brochures-desktop-width: 210px;
	--side-brochures-mobile-height: 100px;

	--menu-btn-mobile-height: 35px;
	--menu-btn-mobile-width: 35px;
	--search-input-desktop-height: 35px;
	--custom-height-50: 0px;

	--menu-btn-disabled: #999999;
	--white: #ffffff;
	--black: #000000;

	--dark-blue: #4B4B4D;
	--light-blue: #F58634;

	--viewport-background: var(--main-background);

	position: relative;
	width: 100%;
	height: 100%;

	font-family: 'Sana Sans Alt';
	background: var(--viewport-background);
}

/*#region ================= LAYOUT ================= */

#kta_vue_wrapper .kta__module_container {
	position: relative;
	height: 100%;
	width: 100%;
	padding-top: var(--main-header-desktop-height);
}

#kta_vue_wrapper .kta__module_container .kta__module_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#kta_vue_wrapper .kta__module_container .kta__module_wrapper.with-desktop-header {
	padding-top: var(--main-header-desktop-height);
	background: var(--viewport-background);
}

#kta_vue_wrapper .kta__module_container .kta__module_wrapper.fullscreen {
	position: fixed;
	z-index: 12;
	background: var(--viewport-background);
}

#kta_vue_wrapper .kta__module_container .kta__module_wrapper.with-mobile-footer {
	position: fixed;
	z-index: 2;
	padding-bottom: var(--main-footer-mobile-height);
	background: var(--viewport-background);
}

#kta_vue_wrapper .kta__module_container .kta__module_wrapper.with-mobile-header-and-footer {
	padding-top: var(--main-header-mobile-height);
	padding-bottom: var(--main-footer-mobile-height);
	background: var(--viewport-background);
}

#kta_vue_wrapper .kta__module_container .kta__module_wrapper.side-summary {
	top: 0;
	left: 0;
	right: unset;
	bottom: unset;
	width: var(--side-summary-desktop-width);
	height: calc(100% - var(--custom-height-50));
	padding-top: var(--main-header-desktop-height);
	padding-left: 10px;
	padding-bottom: 10px;
}

#kta_vue_wrapper .kta__module_container .kta__module_wrapper.side-brochures {
	top: 0;
	left: unset;
	right: 0;
	bottom: unset;
	width: var(--side-brochures-desktop-width);
	height: calc(100% - var(--custom-height-50));
	padding-top: var(--main-header-desktop-height);
	padding-right: 10px;
	padding-bottom: 10px;
}

/*#endregion ================= LAYOUT ================= */


/*#region ================= container CATALOG ================= */

#kta_vue_wrapper .kta__module_container .kta__container_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

#kta_vue_wrapper .kta__module_container .kta__container_wrapper .loading_overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-color: #fff;
	background-image: url('img/loaderLarge.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#kta_vue_wrapper .kta__module_container .kta__container_wrapper.side-content-both {
	width: calc(100% - var(--side-summary-desktop-width)- var(--side-brochures-desktop-width));
	margin-left: var(--side-summary-desktop-width);
	margin-right: var(--side-brochures-desktop-width);
}

#kta_vue_wrapper .kta__module_container .kta__container_wrapper.side-content-summary {
	width: calc(100% - var(--side-summary-desktop-width));
	margin-left: var(--side-summary-desktop-width);
}

#kta_vue_wrapper .kta__module_container .kta__container_wrapper.side-content-brochures {
	width: calc(100% - var(--side-brochures-desktop-width));
	margin-right: var(--side-brochures-desktop-width);
}

/*#endregion ================= container CATALOG ================= */


/*#region ================= VUE-TIPPY tolltip ================= */
.tippy-box[data-theme~='custom'] {
	background-color: #4B4B4D;
	border: 1px solid #4B4B4D;
	border-radius: 0;
	opacity: 0.9;
	color: #fff;
	font-size: 12px;
	font-family: 'Sana Sans Alt';
}

/*#endregion ================= VUE-TIPPY ================= */


/*#region ================= SCROLLBAR ================= */
/* width */
#kta_vue_wrapper .side-container::-webkit-scrollbar,
#kta_vue_wrapper .side-container *::-webkit-scrollbar,
#kta_vue_wrapper .kta__module_container .kta__module_wrapper::-webkit-scrollbar,
#kta_vue_wrapper .kta__module_container .kta__module_wrapper *::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

/* Track */
#kta_vue_wrapper .side-container::-webkit-scrollbar-track,
#kta_vue_wrapper .side-container *::-webkit-scrollbar-track,
#kta_vue_wrapper .kta__module_container .kta__module_wrapper::-webkit-scrollbar-track,
#kta_vue_wrapper .kta__module_container .kta__module_wrapper *::-webkit-scrollbar-track {
	background-color: #D9D9D9;
}

/* Handle */
#kta_vue_wrapper .side-container::-webkit-scrollbar-thumb,
#kta_vue_wrapper .side-container *::-webkit-scrollbar-thumb,
#kta_vue_wrapper .kta__module_container .kta__module_wrapper::-webkit-scrollbar-thumb,
#kta_vue_wrapper .kta__module_container .kta__module_wrapper *::-webkit-scrollbar-thumb {
	background-color: #605A5A;
	border: 1px solid transparent;
	background-clip: content-box;
}

/* Handle on hover */
#kta_vue_wrapper .kta__module_container .kta__module_wrapper::-webkit-scrollbar-thumb:hover,
#kta_vue_wrapper .kta__module_container .kta__module_wrapper *::-webkit-scrollbar-thumb:hover {}

/*#endregion ================= SCROLLBAR ================= */


/*#region ================= DESKTOP - HEADER ================= */
#kta_vue_wrapper .main-header.desktop {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--main-header-desktop-height);
	background-color: transparent;
	padding: 10px;
}

#kta_vue_wrapper .main-header.desktop .menu_button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	font-family: inherit;
	cursor: pointer;
}

/* main navigation bar */
#kta_vue_wrapper .main-header.desktop .menu-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 100%;
	background-color: var(--overlay-background-color);
	padding: 10px 15px;
	border-radius: 10px;
}

#kta_vue_wrapper .main-header.desktop .menu-nav .left,
#kta_vue_wrapper .main-header.desktop .menu-nav .right {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	height: 100%;
}

#kta_vue_wrapper .main-header.desktop .menu-nav .center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

#kta_vue_wrapper .main-header.desktop .menu_button {
	display: flex;
	align-items: center;
	height: 100%;
	color: var(--icon-color);
	font-family: inherit;
}

#kta_vue_wrapper .main-header.desktop .menu_button i {
	font-size: 35px;
	pointer-events: none;
}

#kta_vue_wrapper .main-header.desktop .menu_button:disabled {
	cursor: default;
}

#kta_vue_wrapper .main-header.desktop .menu_button:disabled i {
	color: var(--menu-btn-disabled);
}

#kta_vue_wrapper .main-header.desktop .menu_button.has-badge {
	position: relative;
	margin-right: 10px;
}

#kta_vue_wrapper .main-header.desktop .menu_button .badge {
	position: absolute;
	top: 0px;
	right: -75%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 15px;
	padding: 0 1px;
	border-radius: 8px;
	background-color: var(--white);
	color: var(--black);
}


#kta_vue_wrapper .main-header.desktop .menu-nav .menu_button .badge,
#kta_vue_wrapper .main-header.desktop .menu-nav .menu_button i {
	animation: 0.3s ease-in-out elemAppear;
}

#kta_vue_wrapper .main-header.desktop .menu_button.has-logo {
	height: 30px;
	width: unset;
}

#kta_vue_wrapper .main-header.desktop .menu_button.has-logo img {
	height: 100%;
	width: auto;
}

/*#endregion ================= DESKTOP - HEADER ================= */


/*#region ================= MOBILE - HEADER ================= */

#kta_vue_wrapper .main-header.mobile {
	display: none;

	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--main-header-mobile-height);
	padding: 5px;
}

#kta_vue_wrapper .main-header.mobile .menu-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	height: 100%;
	width: 100%;
	background-color: var(--overlay-background-color);
	border-radius: 10px;
	padding: 8px 12px;
}

#kta_vue_wrapper .main-header.mobile .menu-nav .left,
#kta_vue_wrapper .main-header.mobile .menu-nav .center,
#kta_vue_wrapper .main-header.mobile .menu-nav .right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
}

#kta_vue_wrapper .main-header.mobile .menu-nav .right {
	width: 100%;
}

#kta_vue_wrapper .main-header.mobile .menu_button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	font-family: inherit;
	cursor: pointer;
}

#kta_vue_wrapper .main-header.mobile .menu-nav .fill-width {
	width: 100%;
}

#kta_vue_wrapper .main-header.mobile .menu_button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--menu-btn-mobile-height);
	width: var(--menu-btn-mobile-width);
	background-color: transparent;
	font-family: inherit;
}

#kta_vue_wrapper .main-header.mobile .menu_button i {
	font-size: 32px;
	color: var(--icon-color);
}

#kta_vue_wrapper .main-header.mobile .menu_button:disabled i {
	color: var(--menu-btn-disabled);
}

#kta_vue_wrapper .main-header.mobile .menu_button.has-badge {
	position: relative;
}

#kta_vue_wrapper .main-header.mobile .menu_button .badge {
	position: absolute;
	top: -4px;
	right: -7px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 15px;
	border-radius: 8px;
	font-size: 12px;
	background-color: var(--white);
	color: var(--black);
}

#kta_vue_wrapper .main-header.mobile .menu-nav .menu_button .badge,
#kta_vue_wrapper .main-header.mobile .menu-nav .menu_button i {
	animation: 0.3s ease-in-out elemAppear;
}

#kta_vue_wrapper .main-header.mobile .menu_button.has-logo {
	height: 30px;
	width: unset;
}

#kta_vue_wrapper .main-header.mobile .menu_button.has-logo img {
	height: 100%;
	width: auto;
}

/*#endregion ================= MOBILE-HEADER ================= */


/*#region ================= SIDE CONTAINER ================= */
#kta_vue_wrapper .side-container {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#kta_vue_wrapper .side-container .side-container-wrapper {
	width: 100%;
	max-width: 425px;
	height: 100%;
	padding: 10px;
}

@media screen and (max-width: 1023px) {
	#kta_vue_wrapper .side-container .side-container-wrapper {
		padding: 5px;
		background: var(--viewport-background);
	}
}

#kta_vue_wrapper .side-container .side-container-backdrop {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(136, 136, 136, 0.2);
	cursor: pointer;
}

/*#endregion ================= SIDE CONTAINER ================= */


/*#region ================= SIDE MENU ================= */

#kta_vue_wrapper .side-menu-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background-color: var(--overlay-background-color);
}

#kta_vue_wrapper .side-menu-container .side-menu-header {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
}

#kta_vue_wrapper .side-menu-container .side-menu-header .logo {
	height: 34px;
}

#kta_vue_wrapper .side-menu-container .side-menu-header .logo img {
	width: auto;
	height: 100%;
}

#kta_vue_wrapper .side-menu-container .side-menu-header .close {
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: 40px;
	color: var(--black);
	cursor: pointer;
}

#kta_vue_wrapper .side-menu-container .side-menu-content {
	flex-grow: 1;
	padding: 25px 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

#kta_vue_wrapper .side-menu-container .side-menu-content .side-menu-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#kta_vue_wrapper .side-menu-container .side-menu-content .side-menu-list button {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	color: var(--black);
	cursor: pointer;
}

#kta_vue_wrapper .side-menu-container .side-menu-content .side-menu-list button i {
	color: var(--icon-color);
	font-size: 32px;
}

#kta_vue_wrapper .side-menu-container .side-menu-footer {
	padding: 10px;
}

#kta_vue_wrapper .side-menu-container .side-menu-footer hr {
	margin: 15px 0;
	border-top: 1px solid #D6E1EC;
}

#kta_vue_wrapper .side-menu-container .side-menu-footer .side-menu-compliance {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	text-align: center;
	color: var(--black);
}

#kta_vue_wrapper .side-menu-container .side-menu-footer .side-menu-compliance a {
	text-decoration: none;
	color: inherit;
}

#kta_vue_wrapper .side-menu-container .side-menu-footer .side-menu-credits {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	color: var(--black);
}

#kta_vue_wrapper .side-menu-container .side-menu-footer .side-menu-credits span {
	font-size: 14px;
	font-weight: 700;
	line-height: 29px;
	color: #C6CDD1;
}

/*#endregion ================= SIDE MENU ================= */


/*#region ================= SIDE MODULE CONTAINER ================= */

#kta_vue_wrapper .side-module-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background-color: var(--overlay-background-color);
}

#kta_vue_wrapper .side-module-container .side-module--wrapper {
	width: 100%;
	height: inherit;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#kta_vue_wrapper .side-module-container .side-module-header {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
}

#kta_vue_wrapper .side-module-container .side-module-header .module--options {
	display: flex;
	align-items: center;
	gap: 12px;
}

#kta_vue_wrapper .side-module-container .side-module-header .module--title {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: var(--black);
	font-family: inherit;
}

#kta_vue_wrapper .side-module-container .side-module-header .module--image {
	width: auto;
	height: 100%;
}

#kta_vue_wrapper .side-module-container .side-module-header .module--back-to-menu {
	display: flex;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	font-family: inherit;
	cursor: pointer;
}

#kta_vue_wrapper .side-module-container .side-module-header .module--back-to-menu i {
	font-size: 35px;
	pointer-events: none;
}

#kta_vue_wrapper .side-module-container .side-module-header .module--close {
	display: flex;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 40px;
	color: var(--black);
	cursor: pointer;
}

#kta_vue_wrapper .side-module-container .side-module-content {
	flex-grow: 1;
	overflow: hidden;
}

/*#endregion ================= SIDE MODULE CONTAINER ================= */


/*#region ================= Section Container  MOBILE + DESKTOP ================= */

#kta_vue_wrapper .kta__module_container .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

#kta_vue_wrapper .kta__module_container .section_container button {
	padding: 0;
	border: none;
	background: transparent;
	outline: none;
	text-decoration: none;
	font-family: inherit;
	cursor: pointer;
}

/* MOBILE */
#kta_vue_wrapper .kta__module_container .section_container.mobile {
	padding: 5px;
}

#kta_vue_wrapper .kta__module_container .section_container.mobile .section--wrapper {
	width: 100%;
	height: inherit;
	display: flex;
	flex-direction: column;
	gap: 5px;
	overflow: hidden;
}

#kta_vue_wrapper .kta__module_container .section_container.mobile .section--header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	height: var(--secondary-header-mobile-height);
	padding: 10px 20px;
	border-radius: 10px;
	background-color: var(--overlay-background-color);
}

#kta_vue_wrapper .kta__module_container .section_container.mobile .section--header .section--options {
	display: flex;
	align-items: center;
	gap: 12px;
}

#kta_vue_wrapper .kta__module_container .section_container.mobile .section--header .section--title {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: var(--black);
	font-family: inherit;
}

#kta_vue_wrapper .kta__module_container .section_container.mobile .section--header .section--image {
	width: 33px;
	height: 33px;
}

#kta_vue_wrapper .kta__module_container .section_container.mobile .section--header .section--close {
	height: 100%;
	background-color: transparent;
	border: none;
	margin-right: -10px;
	padding: 0 10px;
}

#kta_vue_wrapper .kta__module_container .section_container.mobile .section--header .section--close i {
	font-size: 40px;
	color: var(--black);
}

#kta_vue_wrapper .kta__module_container .section_container.mobile .section--content {
	flex-grow: 1;
	border-radius: 10px;
	background: var(--overlay-background-color);
	overflow: hidden;
}

/* end of MOBILE */


/* DESKTOP */
#kta_vue_wrapper .kta__module_container .section_container.desktop {
	padding: 0 10px 10px 10px;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--wrapper {
	width: 100%;
	height: inherit;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: var(--overlay-background-color);
	border-radius: 10px;
	overflow: hidden;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	height: var(--secondary-header-desktop-height);
	padding: 10px 20px;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--options {
	display: flex;
	align-items: center;
	gap: 20px;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--options .section--title {
	font-size: 16px;
	font-weight: 400;
	color: var(--white);
	font-family: inherit;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--options .section--option {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 0;
	gap: 10px;
	border-bottom: 2px solid transparent;
	font-family: inherit;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--options .section--option i {
	font-size: 22px;
	color: var(--white);
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--options .section--option span {
	font-size: 16px;
	font-weight: 400;
	color: var(--white);
	text-transform: uppercase;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--options .section--option:hover,
#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--options .section--option.active {
	border-bottom: 2px solid white;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--close {
	height: 100%;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--header .section--close i {
	font-weight: bold;
	font-size: 20px;
	color: var(--white);
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--content {
	flex-grow: 1;
	width: 100%;
	overflow: hidden;
}

#kta_vue_wrapper .kta__module_container .section_container.desktop .section--content .section--content-scrollable-desktop {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

/* end of DESKTOP */

/*#endregion ================= Section Container ================= */


/*#region ================= DESKTOP - Download ================= */

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 25px 20px;
	gap: 24px;
	overflow-y: auto;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: var(--black);
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options .download-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options .download-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	background-color: var(--light-blue);
	overflow: hidden;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options .download-image-container img {
	height: 220px;
	width: auto;
	min-width: 90px;
	background-color: #d9d9d9;
}
#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options.with-right-page .download-image-container img {
	height: auto;
	width: 100px;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options .download-image-container .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background-color: var(--light-blue);
	text-align: center;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options .download-option .description p {
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options .download-option input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--white);
	border: 2px solid var(--light-blue);
	cursor: pointer;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options .download-option input[type="radio"]:checked {
	position: relative;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-options .download-option input[type="radio"]:checked:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: var(--light-blue);
	border-radius: 50%;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-action {
	display: flex;
	justify-content: center;
	width: 100%;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-action .download-type--action {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 12px 16px;
	background-color: var(--light-blue);
	border-radius: 10px;
	border: none;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-action .download-type--action i {
	color: var(--white);
	font-size: 24px;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .download-wrapper .download-action .download-type--action span {
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	text-transform: uppercase;
}

/*#endregion ================= DESKTOP - Download ================= */


/*#region ================= MOBILE - Download ================= */

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 24px 12px;
	gap: 24px;
	overflow-y: auto;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: var(--black);
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options .download-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options .download-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	background-color: var(--light-blue);
	overflow: hidden;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options .download-image-container img {
	height: 220px;
	width: auto;
	min-width: 90px;
	background-color: #d9d9d9;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options .download-image-container .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background-color: var(--light-blue);
	text-align: center;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options .download-option .description p {
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options .download-option input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--white);
	border: 2px solid var(--light-blue);
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options .download-option input[type="radio"]:checked {
	position: relative;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-options .download-option input[type="radio"]:checked:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: var(--light-blue);
	border-radius: 50%;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-action {
	display: flex;
	justify-content: center;
	width: 100%;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-action .download-type--action {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 12px 16px;
	background-color: var(--light-blue);
	border-radius: 10px;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-action .download-type--action i {
	color: var(--white);
	font-size: 24px;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .download-wrapper .download-action .download-type--action span {
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	text-transform: uppercase;
}

/*#endregion ================= MOBILE - Download ================= */


/*#region ================= MOBILE - Share ================= */

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 24px 12px;
	gap: 24px;
	overflow-y: auto;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: var(--black);
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options .share-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options .share-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	background-color: var(--light-blue);
	overflow: hidden;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options .share-image-container img {
	height: 220px;
	width: auto;
	min-width: 90px;
	background-color: #d9d9d9;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options .share-image-container .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background-color: var(--light-blue);
	text-align: center;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options .share-option .description p {
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options .share-option input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--white);
	border: 2px solid var(--light-blue);
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options .share-option input[type="radio"]:checked {
	position: relative;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-options .share-option input[type="radio"]:checked:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: var(--light-blue);
	border-radius: 50%;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-types {
	display: flex;
	justify-content: center;
	width: 100%;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-types .share-type .share-type--action {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 12px 16px;
	background-color: var(--light-blue);
	border-radius: 10px;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-types .share-type .share-type--action i {
	color: var(--white);
	font-size: 24px;
}

#kta_vue_wrapper .kta__module_container .section_container .section--content .share-wrapper .share-types .share-type .share-type--action span {
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	text-transform: uppercase;
}

/*#endregion ================= MOBILE - Share ================= */


/*#region ================= DESKTOP - Share ================= */

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 25px 20px;
	gap: 24px;
	overflow-y: auto;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: var(--black);
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options .share-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options .share-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	background-color: var(--light-blue);
	overflow: hidden;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options .share-image-container img {
	height: 220px;
	width: auto;
	min-width: 90px;
	background-color: #d9d9d9;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options .share-image-container .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background-color: var(--light-blue);
	text-align: center;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options .share-option .description p {
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options .share-option input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--white);
	border: 2px solid var(--light-blue);
	cursor: pointer;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options .share-option input[type="radio"]:checked {
	position: relative;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-options .share-option input[type="radio"]:checked:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: var(--light-blue);
	border-radius: 50%;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-types {
	display: flex;
	gap: 12px;
	flex-direction: column;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-types .share-type .share-type--action {
	display: flex;
	justify-content: space-between;
	background-color: transparent;
	border: none;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	color: var(--dark-blue);
	cursor: pointer;
	border-radius: 12px;
	border: 1px solid #fff;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-types .share-type .share-type--action span.left {
	padding-left: 5px;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-types .share-type .share-type--action.copied {
	border-color: #67b346;
}
#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-types .share-type .share-type--action.copied span.left i {
	color: #67b346;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-types .share-type .share-type--action.copied i.icon-chevron-right {
	visibility: hidden;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-types .share-type .share-type--action i {
	font-size: 32px;
}

#kta_vue_wrapper .side-container .side-container-wrapper .side-module-container .side-module-content .share-wrapper .share-types .share-type .share-type--action span.left {
	display: flex;
	align-items: center;
	gap: 12px;
}

/*#endregion ================= DESKTOP - Share ================= */


/*#region ================= DESKTOP - PDP ================= */
#kta_vue_wrapper .kta__module_container .pdp_overlay {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#kta_vue_wrapper .kta__module_container .pdp_module {
	position: absolute;
	margin: auto;
	top: 2%;
	left: 0;
	right: 0;
	z-index: 3;
	width: calc(100% - 70px);
	height: 96%;
	max-height: 912px;
	max-width: 1100px;
	overflow-y: auto;
	scrollbar-gutter: stable both-edges;
}

#kta_vue_wrapper .kta__module_container .pdp_module::-webkit-scrollbar {
	width: 11px;
	height: 2px;
}

/* Track */
#kta_vue_wrapper .kta__module_container .pdp_module::-webkit-scrollbar-track {
	background: #D9D9D9;
}

/* Handle */
#kta_vue_wrapper .kta__module_container .pdp_module::-webkit-scrollbar-thumb {
	background: var(--main-color);
	border-radius: 2px;
	border: 2px solid #D9D9D9;
}

/* Handle on hover */
#kta_vue_wrapper .kta__module_container .pdp_module::-webkit-scrollbar-thumb:hover {
	background: var(--main-color);
}

/*#endregion ================= DESKTOP - PDP ================= */


/*#region ================= Animations and Vue Transitions ================= */

.anim-appear {
	animation: 0.3s ease-in-out elemAppear;
}

@keyframes elemAppear {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.preload-screen {
	animation: 1s ease-in-out elemDisappear;
}

.preload-logo {
	animation: 2s ease-in-out elemDisappear;
}

/* preload-logo = 2s sincronizat cu removePreloader() */
@keyframes elemDisappear {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.4s ease-in-out;
}

.fade-enter-from,
.fade-leave-to {
	opacity: 0;
}

.slideDown-enter-active,
.slideDown-leave-active {
	transition: transform 0.4s ease-in-out;
}

.slideDown-enter-from,
.slideDown-leave-to {
	transform: translateY(-200vh);
}

.slideUp-enter-active,
.slideUp-leave-active {
	transition: transform 0.4s ease-in-out;
}

.slideUp-enter-from,
.slideUp-leave-to {
	transform: translateY(100%);
}

.slideRight-enter-active,
.slideRight-leave-active {
	transition: transform 0.4s ease-in-out;
}

.slideRight-enter-from,
.slideRight-leave-to {
	transform: translateX(-100%);
}

.slider-container-enter-active,
.slider-container-leave-active {
	opacity: 1;
	transition: .5s;
}

.slider-container-enter,
.slider-container-enter-from,
.slider-container-leave-to {
	opacity: 0;
}

.slider-container-enter-active .side-container-wrapper,
.slider-container-leave-active .side-container-wrapper {
	transition: all 0.5s ease-in-out;
}

.slider-container-enter .side-container-wrapper,
.slider-container-enter-from .side-container-wrapper,
.slider-container-leave-to .side-container-wrapper {
	transform: translate(-100%, 0);
	opacity: 0.001;
}

/*#endregion ================= Animations and Vue Transitions ================= */


/*#region ================= MEDIA ================= */
@media screen and (max-width: 1023px) {
	#kta_vue_wrapper .main-header.desktop {
		display: none;
	}

	#kta_vue_wrapper .main-header.mobile {
		display: flex;
	}

	#kta_vue_wrapper .kta__module_container {
		padding-top: var(--main-header-mobile-height);
		padding-bottom: var(--main-footer-mobile-height);
	}

	#kta_vue_wrapper .kta__module_container .kta__module_wrapper.side-summary {
		display: none;
	}

	#kta_vue_wrapper .kta__module_container .kta__module_wrapper.side-brochures {
		display: none;
	}
}

/*#endregion ================= MEDIA  ================= */

/** Help Tooltips **/
.kta__help_tooltips_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.kta__help_tooltips_wrapper .help-tooltip {
	padding: 12px !important;
}

.kta__help_tooltips_wrapper h3.help-tooltip-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
}

.kta__help_tooltips_wrapper p.help-tooltip-info {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.kta__help_tooltips_wrapper button.help-tooltip-close {
	font-family: sans-serif;
}

.kta__help_tooltips_wrapper button.help-tooltip-button {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	background-color: #F58634;
	border: none;
	border-radius: 12px;
}

/** END Help Tooltips **/

.v7__search.mobile {
	padding-left: 10px;
}