:root {
	--primary: #f39c12;/* #ff9800; *//* #bdff6a; */
	--secondary: #1a2a39;/* #000000; */
	--dark: #1a2a39;/* --dark: #212121; */
	--light: #f0f0f0;
	--btn-bg-hover: var(--dark);
	--dark-theme: #7a7a7a; /* var(--dark-theme) */
	--black: #000000;
	--white: #ffffff;
}
body:not(#index) #page #header .header-top {
	background-color: var(--dark);
}
body #footer {
	background: linear-gradient(180deg, #f3f6fc 0%, rgba(242, 242, 242, 0) 100%);
}
body #footer .footer-center .footer_logo.black {
	filter: brightness(0);
}
.img-center .elementor-image-box-img {
	margin-left: auto !important;
	margin-right: auto !important;
}
.text-primary {color: var(--primary);}
.title-primary,.title-primary .elementor-heading-title {color: var(--primary) !important;}
.text-secondary {color: var(--secondary);}
.title-secondary,.title-secondary .elementor-heading-title {color: var(--secondary) !important;}
.bg-primary {background-color: var(--primary);}
.bg-secondary {background-color: var(--secondary);}
.bg-dark {background-color: var(--dark);}
.bg-light {background-color: var(--light);}
.text-white,.text-white a,.text-white p,.text-white div {
	color: var(--white);
}
.text-white a:hover {
	color: var(--primary);
}
.img-100 img {
	width: 100%;
}
.d-none {display: none !important;}
body .btn-primary:active, body .btn-primary.active, body .open > .btn-primary.dropdown-toggle {
	color: var(--btn-color-hover);
	background-color: var(--btn-bg-hover);
	border-color: var(--btn-bg-hover);
	background-image: none;
}
body .btn-primary:active:hover,body .btn-primary:active:focus,body .btn-primary:active.focus,body .btn-primary.active:hover,body .btn-primary.active:focus,body .btn-primary.active.focus,body .open > .btn-primary.dropdown-toggle:hover,body .open > .btn-primary.dropdown-toggle:focus,body .open > .btn-primary.dropdown-toggle.focus {
	color: var(--btn-color-hover);
	background-color: var(--btn-bg-hover);
	border-color: var(--btn-bg-hover);
}
body .btn-primary.disabled:focus,body .btn-primary.disabled.focus,body .btn-primary:disabled:focus,body .btn-primary:disabled.focus {
	background-color: var(--btn-bg-hover);
	border-color: var(--btn-bg-hover);
}
body h1 {
	font-size: 2.7em;
}
body h2.elementor-heading-title,body .elementor-element .elementor-widget-heading h2.elementor-heading-title {
	font-family: var(--font-family-heading);
	/* font-size: 40px; */
	font-size: 2.5em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	color: var(--headings-color);
}
body h3.elementor-heading-title,body .elementor-element .elementor-widget-heading h3.elementor-heading-title {
	font-family: var(--font-family-heading);
	font-size: 1.9em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	color: var(--headings-color);
}
body h4.elementor-heading-title,body .elementor-element .elementor-widget-heading h4.elementor-heading-title {
	font-family: var(--font-family-heading);
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1em;
	color: var(--headings-color);
}
.giftcard-content .btn.giftcard-button {
	background-color: var(--btn-bg);
	color: var(--btn-color) !important;
	padding: 12px 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	font-family: var(--font-family-heading);
	border-radius: 10px;
	border: 1px solid transparent;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}
.giftcard-content .btn.giftcard-button:hover {
	background-color: var(--btn-color);
	color: var(--theme-color-default) !important;
	border: 1px solid var(--btn-color);
}
body #wrapper a,body #wrapper button {
	transition: all 0.3s ease;
}
body#checkout [data-action="show-password"],.input-group .input-group-btn > .btn,.page-customer-account #content .input-group .input-group-btn > .btn[data-action="show-password"] {
	color: var(--btn-color);
	background: var(--theme-color-default);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
body#checkout [data-action="show-password"]:hover,.input-group .input-group-btn > .btn:hover,.page-customer-account #content .input-group .input-group-btn > .btn[data-action="show-password"]:hover {
	color: var(--theme-color-default);
	background: var(--btn-color);
}
.top-account #block_myaccount_infos {
	float: none;
	width: 100%;
}
.top-account #block_myaccount_infos > .account-list > li > a {
	display: block;
	padding: 0.7rem 1rem;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease-out;
}
.top-account #block_myaccount_infos > .account-list > li > a:hover {
	color: var(--dark);
	background-color: var(--theme-color-default);
	transition: all 0.3s ease-out;
}
.top-account #block_myaccount_infos > .account-list > li ~ li {
	margin-top: 8px;
}
.top-account #block_myaccount_infos > .account-list {
	display: block;
	position: absolute;
	padding: 15px;
	min-width: 230px;
	right: 0px;
	top: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: var(--dark);
	border-radius: 30px;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.top-account #block_myaccount_infos:hover > .account-list {
	z-index: 9;
	opacity: 1;
	transition: all 0.3s ease-out;
}
.header_logo .logo {
	max-width: 182px;
}
.header-top .dropdown-menu .nav-link.active > span.menu-title {
	color: var(--primary);
}
body #content {
	padding: 0px;
}
body.page-cms #content > .container.container-parent {
	padding-left: 0px;
	padding-right: 0px;
}
.elementor-element .elementor-text-editor ul li,.elementor-element .elementor-text-editor p {
	color: var(--dark);
}
.addon-faq .elementor-toggle-item {
	border-radius: 30px;
	overflow: hidden;
}
.addon-faq .elementor-toggle-item .elementor-tab-content {
	position: relative;
}
.addon-faq .elementor-toggle-item .elementor-tab-content > p,.addon-faq .elementor-toggle-item .elementor-tab-content > a,.addon-faq .elementor-toggle-item .elementor-tab-content > button,.addon-faq .elementor-toggle-item .elementor-tab-content > iframe,.addon-faq .elementor-toggle-item .elementor-tab-content > object,.addon-faq .elementor-toggle-item .elementor-tab-content > img,.addon-faq .elementor-toggle-item .elementor-tab-content > video,.addon-faq .elementor-toggle-item .elementor-tab-content > span,.addon-faq .elementor-toggle-item .elementor-tab-content > div {
	position: relative;
	z-index: 1;
}
.addon-faq.text-white .elementor-toggle-item .elementor-tab-content a,.addon-faq.text-white .elementor-toggle-item .elementor-tab-content strong {
	color: #ffffff;
}
.addon-faq .elementor-toggle-item .elementor-tab-content a:hover {
	color: var(--link-color-hover);
}
.addon-faq .elementor-toggle-item .elementor-tab-content:before {
	content: '';
	display: block;
	position: absolute;
	inset: 0px;
	z-index: 0;
}
.addon-faq .elementor-toggle-item .elementor-tab-title,.addon-faq .elementor-toggle-item .elementor-tab-content {
	border: unset;
}
.breadcrumb-bg {
	background-position: center 15% !important;
}
.breadcrumb-bg:before {
	content: '';
	position: absolute;
	inset: 0px;
	z-index: 0;
	background-color: rgba(0 0 0 / 30%);
}
.breadcrumb-bg > .container {
	position: relative;
	z-index: 1;
}
.team-section {
	background-color: #f2f2f2;
	border-radius: 30px 30px 30px 30px;
	transition: background-color 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 0px;
}
.team-section .elementor-row > .elementor-column:last-child {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}
.elementor-element .elementor-tab-content ul li,.elementor-element .elementor-text-editor ul li {
	padding-left: 30px;
	position: relative;
}
.elementor-element .elementor-tab-content ul li:before,.elementor-element .elementor-text-editor ul li:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	line-height: 1.5em;
	background-color: var(--theme-color-default);
	border-radius: 30px;
	position: absolute;
	top: 6px;
	left: 0px;
}
.elementor-element.team-section .elementor-tab-content ul li:before,.elementor-element.team-section .elementor-text-editor ul li:before {
	width: 12px;
	height: 12px;
}
.elementor-element .elementor-tab-content ul li strong,.elementor-element .elementor-text-editor ul li strong {
	color: var(--theme-color-default);
	font-size: 20px;
}
.elementor-element .elementor-tab-content p,.elementor-element .elementor-text-editor p {
	margin-bottom: 1rem;
}
.elementor-element .elementor-tab-content ul,.elementor-element .elementor-text-editor ul {
	margin-bottom: 1rem;
}
.elementor-element .elementor-tab-content ul li + li,.elementor-element .elementor-text-editor ul li + li {
	margin-top: 10px;
}
.elementor-element .elementor-text-editor ul li a:hover {
	color: var(--theme-color-default);
}
.team-section img {
	border-radius: 30px;
}
#wrapper p {
	margin-bottom: 1rem;
}
#wrapper .elementor-button-wrapper > .elementor-button-link {
	color: var(--dark);
	background-color: var(--theme-color-default);
	border: 1px solid transparent;
	border-radius: 50px;
	font-weight: 500;
}
#wrapper .elementor-button-wrapper > .elementor-button-link:hover {
	color: var(--btn-color-hover);
	background-color: var(--btn-bg-hover);
	border-color: var(--btn-bg-hover);
}
body#checkout section.checkout-step .address-item {
	/* background: white; */
	border: transparent 3px solid;
	border-radius: 15px;
}
body#checkout section.checkout-step .address-item.selected {
	background: white;
	border: var(--theme-color-default) 3px solid;
	border-radius: 15px;
}
body#checkout a:hover {
	color: var(--primary);
}
#content-hook_order_confirmation .box > .btn.btn-secondary {
	color: var(--btn-color);
	background-color: var(--btn-bg);
	border: 1px solid transparent;
}
#content-hook_order_confirmation .box > .btn.btn-secondary:hover {
	color: var(--btn-color-hover);
	background-color: var(--btn-bg-hover);
	border-color: var(--btn-bg-hover);
}
/* .section-home-slider #carousel .carousel-item img {

} */
.section-home-slider #carousel:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.15) 100%);
	z-index: 1;
}
.home-slider .carousel-inner .carousel-item > a {
	display: block;
}
.home-slider .carousel-inner .carousel-item figure {
	width: 100%;
	max-height: 970px;
	height: 970px;
	position: relative;
}
.home-slider .carousel-inner .carousel-item figure img {
	/* width: 100%;
	height: auto; */
	width: auto;
	height: auto;
	position: absolute;
	/* left: 0px;
	right: 0px; */
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover;
}
.home-slider .carousel-inner .carousel-item figcaption {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
}
.home-slider .carousel-inner .carousel-item figcaption h2 {
	font-family: var(--font-family-slider);
	color: #ffffff;
	font-size: 200px;
	font-weight: 600;
	line-height: 1;
	text-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
}
.home-slider .carousel-inner .carousel-item figcaption .caption-description {
	font-family: var(--font-family-slider);
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	text-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
}
.home-slider .carousel-inner .carousel-item figcaption .caption-description h3 {
	font-family: var(--font-family-slider);
	color: #ffffff;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	text-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}
.home-slider .direction {
	display: none;
}
#wrapper .tab-jump-dates .elementor-tabs .elementor-tabs-wrapper {
	background-color: var(--light);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
#wrapper .tab-jump-dates .elementor-tabs .elementor-tab-title {
	color: var(--dark);
	transition: color 0.3s ease, background-color 0.3s ease;
}
#wrapper .tab-jump-dates .elementor-tabs .elementor-tab-title:hover,#wrapper .tab-jump-dates .elementor-tabs .elementor-tab-title.elementor-active {
	background-color: var(--primary);
	color: var(--dark);
}
#wrapper .tab-jump-dates .elementor-tabs .elementor-tabs-content-wrapper ul li {
	font-weight: 600;
	color: var(--dark);
}
#wrapper .tab-jump-dates .elementor-tabs .elementor-tabs-content-wrapper ul li + li {
	margin-top: 5px;
}
#wrapper .card-product-section .elementor-row .card-product:first-child {
	margin-right: 15px;
}
#wrapper .card-product-section .elementor-row .card-product:last-child {
	margin-left: 15px;
}
#wrapper .card-product-section .card-product > .elementor-column-wrap {
	background-color: var(--light);
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-radius: 30px 30px 30px 30px;
	padding: 32px 32px 32px 32px;
}
#wrapper .card-product-section .card-product > .elementor-column-wrap .title-price .elementor-heading-title {
	text-transform: initial;
	font-size: 3.2rem;
	line-height: 1;
}
#wrapper .card-product-section .card-product > .elementor-column-wrap .title-price .elementor-heading-title small {
	text-transform: initial;
	font-size: 1.2rem;
}
#wrapper .card-product-section .card-product > .elementor-column-wrap .title-price p.elementor-heading-title {
	text-transform: initial;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 0px;
}
textarea.form-control {
	height: auto;
}
.elementor-widget-container .content-table table {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}
.elementor-widget-container .content-table table thead td {
	text-align: center;
	background-color: var(--dark);
	width: 50%;
	color: var(--white);
	border: 1px solid var(--white);
	padding: 8px 15px;
}
.elementor-widget-container .content-table table tbody td {
	background-color: var(--light);
	color: var(--dark);
	border: 1px solid var(--white);
	padding: 8px 15px;
}
.h4 .address {
	font-family: var(--font-family-base);
	text-transform: initial;
}
.address-selector .custom-radio {
	vertical-align: top;
}
.custom-checkbox input[type="checkbox"], .custom-checkbox input[type="radio"] {
	margin-top: .25rem;
	cursor: pointer;
	position: absolute;
	opacity: 0;
	left: 0;
}
.form-group .gdpr_consent {
	padding-left: 15px;
	padding-right: 15px;
}
.form-group .psgdpr_consent_message [name="psgdpr_consent_checkbox"] + span {
	margin-top: 3px;
	margin-right: 15px;
	float: left;
}
.form-group .psgdpr_consent_message span:last-child {
	display: block;
}
.elementor-element.list-external .elementor-tab-content ul li:before,.elementor-element.list-external .elementor-text-editor ul li:before {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1;
	color: var(--theme-color-default);
	background-color: transparent;
	border: unset;
	border-radius: 0px;
}
.gallery-image-block .image-content img {
	border-radius: 20px;
}
.gallery-image-block .image-content .higallery-image-actions {
	cursor: pointer;
	border-radius: 20px;
	width: 100%;
	height: 100%;
}
.gallery-image-block .image-content .higallery-image-actions .hi-gallery-zoom {
	display: block;
	border-radius: 20px;
	position: relative;
	width: 100%;
	height: 100%;
}
.gallery-image-block .image-content .higallery-image-actions .hi-gallery-zoom > i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gallery-image-block .image-content .higallery-image-bg {
	border-radius: 20px;
}
.product-actions .product-discounts.js-product-discounts {
	display: none;
}
.jumper-field {
	border-radius: 20px;
	background-color: #f0f0f0;
	color: #000000;
	padding: 15px 15px 15px 15px;
}
.jumper-field label {
	margin-bottom: 8px;
}
.product-line-info .jumper-user {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: initial;
}
.group-btn .elementor-widget-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.group-btn .elementor-widget-wrap > .elementor-widget-button {
	flex: 1;
}
.group-btn .elementor-widget-wrap > .elementor-widget-button:last-child {
	flex: 2;
}
.product-variants > .product-variants-item {
	align-items: flex-start;
	flex-direction: column;
}
.product-variants > .product-variants-item > .control-label {
	margin-bottom: 10px;
}
.product-variants > .product-variants-item > .form-control {
	width: auto;
	padding-right: 30px;
}
#module-exocodechecker-codechecker #notifications {
	display: none;
}
#module-exocodechecker-codechecker .code-checker-content .alert p {
	margin-bottom: 0px;
}
#js-product-list-top #btn_view_product > span {
	display: none;
}
.thumbnail-container .product-title a {
    /* display: block; */
    overflow: initial;
    text-overflow: initial;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* -webkit-box-orient: vertical; */
    /* color: var(--product-name-color); */
    font-size: 22px;
    /* font-weight: 500; */
    text-transform: initial;
    line-height: 1.2;
}
.product_list .product-miniature {
	height: calc(100% - 30px);
}
.product_list .product-miniature > .thumbnail-container {
	height: 100%;
}
body .box_banner .block-carousel-image-container .heading_type_1 {
	/* position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px; */
	font-size: 5.5rem;
	/* line-height: 1;
	font-weight: 600;
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	z-index: 2;
	transition: 0.25s all;
	color: transparent;
	width: fit-content;
	-webkit-text-stroke: 1px #fff; */
}
/* DYNAMIQUE CALENDAR PRODUCT */
/* #click_to_choose {
	background-color: var(--btn-bg);
	color: var(--btn-color);
	padding: 12px 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	font-family: var(--font-family-heading);
	border-radius: 10px;
	border: 1px solid transparent;
	letter-spacing: 1px;
	transition: 0.25s all;
	cursor: pointer;
}
select#group_1.form-control {
	width: 100%;
	margin-top: 5px;
	display: none !important;
}
#jump_schedule {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.5%;
}
#jump_schedule .title-calendar {
	flex: 0 0 auto;
	width: 100%;
}
#jump_schedule {
	background-color: #f0f0f0;
	padding: 15px;
	border-radius: 30px;
}
#jump_schedule > .title-calendar {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
#jump_schedule .calendar-day {
	flex: 0 0 auto;
	width: calc(33.333336% - 0.4%);
	margin-bottom: 0.5%;
}
#jump_schedule .calendar-day {
	padding: 15px;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
}
#jump_schedule .calendar-day > h4 {
	margin-bottom: 15px;
}
#jump_schedule .calendar-day > button {
	margin-top: 8px;
	display: block;
	width: 100%;
}
#jump_schedule .calendar-option.selected {
	background-color: var(--btn-bg);
	color: var(--btn-color);
	border: 1px solid transparent;
}
#click_to_choose:hover,
#jump_schedule .calendar-option:hover {
	background-color: var(--btn-bg-hover);
	color: var(--btn-color-hover);
} */
/* /DYNAMIQUE CALENDAR PRODUCT */
.product-line-grid-body > .product-line-info {
	width: 100%;
}
.exo-custom-fields > li ~ li {
	margin-top: 10px;
}
.exo-custom-fields > li li {
	text-transform: initial;
}
.exo-custom-fields > li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px;
}
.product-line-info > .value {
	padding: 0;
	line-height: inherit;
	white-space: inherit;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: left;
	color: #232323;
	margin-left: -4px;
}
@media (min-width: 992px) {
	.leo-megamenu .navbar-toggler.hidden-lg-up {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.leo-megamenu .navbar-toggleable-md {
		display: block !important;
	}
	.leo-megamenu .navbar-toggler.hidden-lg-up {
		display: none !important;
	}
}
@media (max-width: 1920px) {
	.home-slider .carousel-inner .carousel-item figure {
		/* width: 100%; */
		max-height: 770px;
		height: 770px;
		/* position: relative; */
	}
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 4.5rem;
	}
}
@media (max-width: 1550px) {
	.home-slider .carousel-inner .carousel-item figure {
		/* width: 100%; */
		max-height: 670px;
		height: 670px;
		/* position: relative; */
	}
	.home-slider .carousel-inner .carousel-item figcaption h2 {
		/* font-family: var(--font-family-slider);
		color: #ffffff; */
		font-size: 100px;
		/* font-weight: 600;
		line-height: 1;
		text-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25); */
	}
}
@media (max-width: 1499px) {
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 3.5rem;
	}
}
@media (max-width: 1350px) {
	.home-slider .carousel-inner .carousel-item figure {
		/* width: 100%; */
		max-height: 570px;
		height: 570px;
		/* position: relative; */
	}
	/* .home-slider .carousel-inner .carousel-item figcaption h2 {
		font-size: 100px;
	} */
}
@media (max-width: 1299px) {
	.leo-megamenu .navbar-nav > li > a {
		padding: 15px 20px;
	}
	.box_banner .category_block .heading {
		font-size: 32px;
	}
}
@media (max-width: 1199px) {
	.home-slider .carousel-inner .carousel-item figure {
		/* width: 100%; */
		max-height: 500px;
		height: 500px;
		/* position: relative; */
	}
	.home-slider .carousel-inner .carousel-item figcaption h2 {
		font-size: 80px;
	}
    .off-canvas-button-megamenu {
        display: block !important;
    }
	.leo-megamenu .navbar-toggler.hidden-lg-up {
		display: block !important;
	}
	.leo-megamenu .navbar-toggleable-md {
		display: none !important;
	}
	.group-btn .elementor-widget-wrap > .elementor-widget-button {
		flex: 0 0 auto;
		width: 150px;
	}
	.group-btn .elementor-widget-wrap > .elementor-widget-button:last-child {
		flex: 0 0 auto;
		width: 100%;
	}
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 2.7rem;
	}
}
@media (max-width: 1130px) {
	#wrapper .box_banner .category_block .heading {
		font-size: 32px;
	}
	#wrapper .box_banner .category_block .category_list a {
		font-size: 14px;
		padding: 6px 10px;
	}
}
@media (max-width: 1024px) {
	.group-btn .elementor-widget-wrap > .elementor-widget-button {
		flex: 0 0 auto;
		width: 150px;
	}
	.group-btn .elementor-widget-wrap > .elementor-widget-button:last-child {
		flex: 0 0 auto;
		width: 220px;
	}
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 3.5rem;
	}
}
@media (max-width: 991px) {
	.home-slider .carousel-inner .carousel-item figure {
		/* width: 100%; */
		max-height: 500px;
		height: 500px;
		/* position: relative; */
	}
	.home-slider .carousel-inner .carousel-item figure img {
		/* width: auto; */
		height: 100%;
		/* position: absolute;
		top: 50%;
		transform: translateY(-50%);
		object-fit: cover; */
	}
	.home-slider .carousel-inner .carousel-item figcaption h2 {
		font-size: 60px;
	}
	.home-slider .carousel-inner .carousel-item figcaption .caption-description h3 {
		/* font-family: var(--font-family-slider);
		color: #ffffff; */
		font-size: 20px;
		/* font-weight: 400;
		line-height: 1;
		text-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
		text-transform: uppercase; */
	}
}
@media (max-width: 767px) {
	#block_myaccount_infos .title > .title_block {
		color: var(--white);
	}
	#block_myaccount_infos .title > .title_block + span {
		display: none;
	}
	#wrapper .box_banner .slick-track > .first {
		display: none;
	}
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 5.5rem;
	}
	#footer .linklist-menu > .list-items {
		flex-direction: column;
		gap: 16px;
	}
	.cart-item .product-line-grid-right {
		margin-top: 15px;
	}
	.cart-item .product-line-grid-right .hidden-md-up {
		display: none !important;
	}
	.cart-item .product-line-grid-right .col-md-10 {
		width: 83.33333%;
	}
	.cart-item .product-line-grid-right .col-md-2 {
		width: 16.66667%;
	}
}
@media (max-width: 575px) {
	.home-slider .carousel-inner .carousel-item figure {
		max-height: 320px;
		height: 320px;
	}
	.home-slider .carousel-inner .carousel-item figcaption h2 {
		font-size: 40px;
	}
	.home-slider .carousel-inner .carousel-item figcaption .caption-description h3 {
		font-size: 18px;
	}
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 4.5rem;
	}
}
@media (max-width: 480px) {
	.header-top .col_logo {
		width: 120px !important;
	}
	.header-top .col_logo .header_logo > a {
		display: block;
	}
	.header-top .col_logo .header_logo .logo {
		max-width: 100%;
	}
	#block_myaccount_infos .title > .title_block {
		/* color: transparent;
		font-size: 0px; */
		font-size: 14px;
	}
	.header-top .col_info .top-account + .elementor-element > .elementor-widget-container {
		margin-left: 10px;
	}
	.col_info #block_myaccount_infos {
		padding-right: 10px;
		padding-left: 10px;
	}
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 3.5rem;
	}
}
@media (max-width: 425px) {
	.cart-item .product-line-grid > .product-line-grid-left,
	.cart-item .product-line-grid > .product-line-grid-body {
		width: 100%;
	}
}
@media (max-width: 400px) {
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 3rem;
	}
}
@media (max-width: 350px) {
	.col_info #block_myaccount_infos {
		padding-right: 5px;
		padding-left: 5px;
	}
	.header-top .col_menu {
		/* width: fit-content !important;
		flex: none;
		order: 3; */
		margin-left: 20px;
	}
	.top-account #block_myaccount_infos > .account-list {
		/* display: block;
		position: absolute;
		padding: 15px;
		min-width: 230px; */
		right: -50px;
		/* top: 20px;
		border: 1px solid rgba(255, 255, 255, 0.3);
		background-color: var(--dark);
		border-radius: 30px;
		z-index: -1;
		opacity: 0;
		transition: all 0.3s ease-out; */
	}
	.top-account #block_myaccount_infos:hover > .account-list {
    	z-index: 16;
	}
	body .box_banner .block-carousel-image-container .heading_type_1 {
		font-size: 2.6rem;
	}
}