.popup.show {
	display: block !important;
}
.popup {
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9999;
	backface-visibility: hidden;
	outline: 0;
	-webkit-overflow-scrolling: touch;
}
.fixed-stretch {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.popup__bg.visible {
	opacity: 0.5;
}
.popup__bg {
	top: -100px;
	bottom: -100px;
	opacity: 1;
	z-index: -1;
}
.popup__bg_white {
	background-color: #fff;
	opacity: 0.4;
}
.fixed-stretch {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.cursor-pointer {
	cursor: pointer !important;
}
.popup__body {
	min-height: 100%;
}
.position-relative {
	position: relative !important;
}
.popup [data-popup-desktop-top] [data-popup-content] {
	transform: translateY(-100%);
}
.popup__body [data-popup-content] {
	opacity: 0;
}
.popup__body.show {
	display: flex !important;
}
.popup__body {
	min-height: 100%;
}
.position-relative {
	position: relative !important;
}
.popup [data-popup-center] [data-popup-content] {
	transform: scale(0.9);
}
.popup__body.visible [data-popup-content] {
	transform: none !important;
	opacity: 1 !important;
}
.popup__body [data-popup-content] {
	opacity: 0;
}
.popup-box {
	width: 0%;
	max-width: 100%;
	background-color: #fff;
}
.popup-box.active {
	width: 100%;
	transition: width 2s ease-in;
}
.popup [data-popup-right] [data-popup-content] {
	transition: 0.3s ease-in-out;
}
.popup__body.visible [data-popup-content] {
	transform: none !important;
	opacity: 1 !important;
}
.popup-account .popup-account__head:first-of-type {
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px !important;
}
.align-items-center {
	align-items: center !important;
}
.d-flex {
	display: flex !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.popup [data-popup-right] [data-popup-content] {
	transform: translateX(100%);
}
.popup__bg.animate {
	transition-property: opacity;
	will-change: opacity;
}
.popup-box.active {
	transition-property: width;
	will-change: width;
}
.popup__bg.visible {
	opacity: 0.5;
}
.popup__body.visible [data-popup-content] {
	position: relative;
}
.popup__head {
	z-index: 9999;
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	border-bottom: 1px solid;
	width: 100%;
	height: 78px;
}
div[data-js-popup-storage^='page'] {
	position: relative;
    width: 100%;
    top: 0;
    padding-top: 78px;
}
div[data-js-popup-storage^='page'] .page-width {
	max-width: 80%;
}
div[data-js-popup-storage^='page'] #shopify-section-header {
	visibility: hidden;
	height: 0;
}
div[data-js-popup-storage^='page'] .template-index .scroll-icon svg path {
	fill: transparent;
}
div[data-js-popup-storage^='page'] .main-content {
	opacity: 1 !important;
}
.template-page div[data-js-popup-storage^='page'] .main-content .content-for-layout:before {
	display: none !important;
}
div[data-js-popup-storage^='page']
	.shopify-section
	.imgtxt_bgcolor-block.image-right
	.text {
	padding-left: 68px;
}
div[data-js-popup-storage^='frpage'] {
	position: relative;
	width: 100%;
	top: 38px;
}
div[data-js-popup-storage^='frpage'] .page-width {
	max-width: 80%;
}
div[data-js-popup-storage^='frpage'] #shopify-section-header {
	visibility: hidden;
	height: 0;
}
div[data-js-popup-storage^='frpage'] .template-index .scroll-icon svg path {
	fill: transparent;
}
div[data-js-popup-storage^='frpage'] .main-content {
	opacity: 1 !important;
}
div[data-js-popup-storage^='frpage']
	.shopify-section
	.imgtxt_bgcolor-block.image-right
	.text {
	padding-left: 68px;
}
.template-page .content-for-layout::before,
#recevez-notre-newsletter.template-page .content-for-layout::before {
	height: 198px;
}
.template-page .page-width {
	padding-bottom: 38px;
}
.template-page .main-content .btn {
	color: #000;
}
.elaboration-carousel .elaboration-slider .button .btn {
	padding: 0;
	text-align: left;
}
.popup__header_page_title {
	width: 80%;
	text-align: left;
}
.popup__header_page_close {
	width: 20%;
	text-align: right;
}
.popup-account__close {
	display: flex;
	padding: 28px 30px;
}
.popup__close_box {
	float: right;
	border-left: 1px solid #000;
}
.popup__header_page_title label {
	font-family: Montserrat;
	color: #131009;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.6px;
	color: #131009;
	text-transform: uppercase;
	margin: 0;
	padding-left: 28px;
}
#onetrust-banner-sdk.otCenterRounded {
	/* z-index: 99 !important; */
	bottom: 8px !important;
	right: unset !important;
	left: 8px !important;
	max-height: 178px !important;
	top: unset !important;
	overflow: hidden !important;
}
@media screen and (max-width: 768px) {
	#onetrust-banner-sdk.otCenterRounded {
		bottom: 0 !important;
		right: unset !important;
		left: 8px !important;
		max-height: 318px !important;
		top: unset !important;
		overflow: hidden !important;
	}
}
